@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@400;500;700&family=Alegreya+Sans:wght@400;500;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    /* font-family: 'Alegreya Sans SC', sans-serif; */
} 


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

/* Navbar */
header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #BDE5F8;
    z-index: 100;
}
.flex {
    display: flex;
    align-items: center;
}
.container {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.nav-links {
    gap: 20px;
    list-style: none;
}
.navbar a {
    padding: 10px 0;

    display: inline-block;
    color: #333;
    text-decoration: none;
    transition: 0.2s;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 600;
}
.navbar b {
    padding: 10px 0;
    display: inline-block;
    color: #333;
    text-decoration: none;
    transition: 0.2s;
    font-family: 'Alegreya Sans SC', sans-serif;
}
.navbar c {
    padding: 10px 0;
    display: inline-block;
    color: #E87531;
    text-decoration: none;
    transition: 0.2s;
    font-family: 'Alegreya Sans SC', sans-serif;
}
.navbar {
    justify-content: space-between;
}

.navbar.container.flex.active {
    filter: blur(15px);
    pointer-events: none;
    z-index: 0;
}
.navbar.container.flex.deactivate {
    display: none;
    pointer-events: none;
    z-index: 0;
}
.navbar a:hover {
    color: #E87531;
}

.logo a {
    padding: 10px 20px;
    display: inline-block;
    color: #333;
    text-decoration: none;
    transition: 0.2s;
    font-family: 'Alegreya Sans SC', sans-serif;
}
.icons {
    color: #333;
    cursor: pointer;
    display: none;
}
#check {
    display: none;
}


/* Hero w/ Video */
.hero {
    position: relative;
    height: 90vh;
    width: 100%;
    /* background: url("image link"); */
    background: linear-gradient(to bottom, #BDE5F8, #BCD2F7);
    /* background: #BDE5F8; */
    background-position: center;
    background-size: cover;
    transition: top 0.3s ease;
    min-height: 600px;
}
.hero .content {
    position: relative;
    height: 85%;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 25px 0 25px;
}
.hero.active {
    filter: blur(15px);
    pointer-events: none;
}
.hero.deactivate {
    display: none;
    pointer-events: none;
}
.hero .text {
    color: #333;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 24px;
    font-family: 'Alegreya Sans', sans-serif;
}
.hero .text h1 {
    font-size: 72px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Alegreya Sans SC', sans-serif;
    text-align: center;
    color: #333;
}
.hero a {
    color: #fff;
    text-decoration: none;
    background: #E87531;
    padding: 10px 40px;
    border-radius: 5px;
    border: 2px solid #E87531;
    box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px;
    font-size: 18px;
    transition: 0.3s;
}
.hero a:hover {
    /* color: #E87531; */
    background: rgba(232, 117, 49, 0.9);
    /* border: 2px solid #BDE5F8; */
    box-shadow: rgba(0, 0, 0, 0.3) 0 0px 0px;
}
.hero a[href="#demo"] {
    color: #E87531;
    text-decoration: none;
    background: #BDE5F8;
    padding: 10px 40px;
    border-radius: 5px;
    border: 2px solid #E87531;
    box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px;
    font-size: 18px;
    transition: 0.3s;
}
.hero a[href="#demo"]:hover {
    color: #E87531;
    border: 2px solid #E87531;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0px 0px;
}
.cta {
    padding-top: 30px;
}

/* Video */
.videoHero {
    width: 100vw;
    padding-left: 150px;
    padding-right: 150px;
    /* width: 1200px;
    max-height: 600px; */
}
.videoTop {
    position: relative;
    height: 80vh;
    width: 100%;
    /* background: url("image link"); */
    background: #BDE5F8;
    background-position: center;
    background-size: cover;
    display: flex;
    /* align-items: first baseline; */
    justify-content: center;
    flex-direction: column;
}

.video-container {
    top: 0;
    position: relative;
}

.videoTop .vidContainter {
    position: relative;
    height: 40%;
    flex-direction: column;
    justify-content: center;
}

.videoBottom {
    position: relative;
    height: 42vw;
    width: 100%;
    /* background: url("image link"); */
    background: #E87531;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: center;
    /* max-height: 1000px; */
    min-height: 650px;

}

.vidText {
    padding-top: 10px;
    padding-bottom: 70px;
    color: #333;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}
.down-container {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 100px;
}

/* Demo */
/* section {
    padding-top: 50px;
    background: #BDE5F8;
} */
.section-title {
    text-align: center;
    padding-bottom: 50px;
}

.demo {
    position: relative;
    /* height: 115vh; */
    width: 100%;
    /* background: url("image link"); */
    background: #F2F5F9;
    background-position: center;
    background-size: cover;
    /* padding-bottom: 50px; */
    padding-top: 50px;
    /* margin-bottom: 50px; */
}
.demoTitle {
    text-align: center;
    padding-bottom: 10px;
}


/* Challenge */
.cdChallengeTop {
    position: relative;
    height: 45vh;
    width: 100%;
    /* background: url("image link"); */
    background: #E87531;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    /* margin-top: 50px; */
}

.cdChallengeTop .challengeContainer {
    position: relative;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.bannerText {
    text-align: center;
    font-size: 18px;
    padding-bottom: 25px;
    margin-left: 25px;
    margin-right: 25px;
    color: #fff;

}

.bannerText h2 {
    text-align: center;
    font-size: 48px;
    padding-bottom: 5px;
    color: #fff;
}

.challengeContainer a {
    color: #111724;
    text-decoration: none;
    background: #31E8E7;
    padding: 10px 40px;
    border-radius: 5px;
    border: 2px solid #31E8E7;
    box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px;
    font-size: 18px;
    transition: 0.3s;
}
.challengeContainer a:hover {
    /* color: #E87531; */
    background: rgba(232, 117, 49, 0.9);
    /* border: 2px solid #BDE5F8; */
    box-shadow: rgba(0, 0, 0, 0.3) 0 0px 0px;
}

/* .cdChallengeBottom {
    height: 30vh;
    width: 100%;
    /* background: url("image link"); */
    /* background: #F2F5F9;
    background-position: center;
    background-size: cover; */
/* } */ 


.challengeCard {
    width: 20vw;
    height: 10vh;
    background: #BDE5F8;
    border-radius: 20px;
    padding-top: 20px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

/* Leaderboard */
.leaderContainer {
    position: relative;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
.leaderboard {
    position: relative;
    height: 90vh;
    width: 100%;
    /* background: url("image link"); */
    background: #F2F5F9;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
}
.leaderboardCard {
    width: 80vw;
    height: 75vh;
    background: #fff;
    border-radius: 20px;
    padding-top: 20px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}

.table.table-striped {
    background: #fff;
    color: #E87531;
}

.bg-info .color {
    color: #31E8E7;
}

.table-container {
    width: 80vw;
    max-height: 475px; /* Adjust this value to your preferred maximum height */
    overflow-y: scroll;
}

/* Features */
.features {
    position: relative;
    height: 100vh;
    width: 100%;
    /* background: url("image link"); */
    background: #BDE5F8;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.features .featuresContainer {
    position: flex;
    height: 85%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.featuresCardContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-left: 5%;
    margin-right: 5%;
}

.featuresCard {
    padding-top: 0px;
    padding-bottom: 20px;
    width: 40vw;
    height: 20vh;
    display: flex;
    align-items: start;
}

.featuresCard .cardIcon {
    font-size: 50px;
    color: #BDE5F8;
    margin-right: 20px;
    background: #E87531;
    border-radius: 10px;
  }

.featuresText {
    color: #333;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 25px;
    width: 100%;
}
.featuresText h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
}
.featuresText p4 {
    font-size: 14px;
    font-weight: 70;
}


/* FAQ */
.faq {
    position: relative;
    height: 90vh;
    width: 100%;
    /* background: url("image link"); */
    background: #F2F5F9;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
}
.faqContainer {
    position: flex;
    height: 85%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}
.faqText {
    color: #333;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 25px;
}
.faqText h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
}
.faqText p5 {
    font-size: 14px;
    font-weight: 70;
}

.faqCard {
    padding-top: 0px;
    padding-bottom: 20px;
    width: 40vw;
    height: 20vh;
}

/* Quote */
.quote {
    position: relative;
    height: 50vh;
    width: 100%;
    /* background: url("image link"); */
    background: #111724;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.quoteTitle {
    text-align: center;
    font-size: 18px;
    padding-bottom: 25px;
    margin-left: 25px;
    margin-right: 25px;
    color: #bbbbbb;
}

.quoteTitle h3 {
    text-align: center;
    font-size: 48px;
    padding-bottom: 5px;
    color: #fff;
}

.quote .quoteContainer {
    display: flex;
    position: relative;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.quoteContainer .quoteCardContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10%;
    width: 100%;
    padding-top: 40px;
}

.quoteCard {
    padding-top: 0px;
    padding-bottom: 20px;
    width: 25vw;
    height: 10vh;
    display: flex;
    align-items: start;
    /* background: white; */
}

.quoteCard .cardImage {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    /* background: #E87531; */
    border-radius: 50%;
    object-fit: cover;
  }

.quoteText {
    color: #bbbbbb;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 25px;
}
.quoteText h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
}
.quoteText p6 {
    font-size: 14px;
    font-weight: 70;
}


/* Contact */
.contact {
    position: relative;
    height: 75vh;
    width: 100%;
    /* background: url("image link"); */
    background: #fff;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: row;
    gap: 100px;
    height: auto;
}

.contact .content {
    position: relative;
    height: 85%;
    flex-direction: column;
    justify-content: center;
    margin-left: 100px;
}

.contact .text {
    color: #333;
    text-align: left;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 18px;
}
.contact .text h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}
.contactFormContainer {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding-bottom: 0px;
    margin-bottom: 50px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
}
.contactForm {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 10px;
}

.inputBox {
    width: 100%;          /* Full width */
    padding: 5px;        /* Padding inside the input boxes */
    margin: 8px 0;        /* Margin for spacing between fields */
    display: inline-block; /* Align fields side by side */
    border: 1px solid #ccc; /* Border color */
    border-radius: 4px;   /* Rounded borders */
    box-sizing: border-box; /* To include padding in the width */
  }
  
  /* Style for message text area */
  .textareaBox {
    width: 100%;          /* Full width */
    padding: 10px;        /* Padding inside the text area */
    margin: 8px 0;        /* Margin for spacing between fields */
    display: inline-block; /* Align fields side by side */
    border: 1px solid #ccc; /* Border color */
    border-radius: 4px;   /* Rounded borders */
    box-sizing: border-box; /* To include padding in the width */
    /* height: calc(5 * 40px); */
    resize: vertical;
    overflow: auto;
  }

.inputBoxButton {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    text-align: center;
    border: none;
    border-radius: 5px;
    outline: none;
    background: #E87531;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.3) o 5px 10px;
}

.inputBoxButton:hover {
    color: #333;
}

.contactAlert {
    width: 100%;
    height: 50px;
    /* display: inline-block; */
    background: #31E8E7;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    display: none;
}


/* Footer */
footer {
    background-color: #333; /* Dark gray background */
    color: #fff;            /* White text */
    padding: 20px 0;        /* Some vertical padding */
    width: 100%;
    position: relative;
    bottom: 0;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin: 0 auto;         /* Centering the content */
    padding: 0 40px;        /* Some horizontal padding */
}

.footer-content p {
    margin: 0;              /* Remove default margin */
}

.footer-content ul {
    list-style-type: none;  /* Remove bullet points */
    display: flex;          /* Align links in a row */
    gap: 20px;              /* Space between links */
}

.footer-content ul li a {
    color: #fff;            /* White link color */
    text-decoration: none;  /* Remove underline */
    transition: color 0.3s; /* Smooth color transition */
}

.footer-content ul li a:hover {
    color: #ddd;            /* Lighten link color on hover */
}


/* Breakpoints */
@media (max-width: 1300px) {
    .videoHero {
        width: 100vw;
        padding-left: 150px;
        padding-right: 150px;
        /* width: 1200px; */
    }
    .videoBottom {
        /* position: relative; */
        height: 50vh;
        min-height: 500px;
    }
}
@media (max-height: 650px) {
    .videoHero {
        width: 100vw;
        padding-left: 150px;
        padding-right: 150px;
        max-width: 1000px;
    }
    .videoBottom {
        /* position: relative; */
        height: 100vh;
        min-height: 500px;
    }
}

/* iPhone 15 Vertical */
@media (max-width: 786px) {
    .icons {
        display: block;
        margin-right: 30px
    }
    #check:checked~.icons #menu-icon {
        display: none;
    }
    .icons #close-icon {
        display: none;
    }
    #check:checked~.icons #close-icon {
        display: block;
    }
    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 0;
        background: #A1C4D4;
        /* border-bottom: 2px solid #E87531; */
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0,.1);
        overflow: hidden;
        transition: .3s ease;
        gap: 0px;
        display: none;
        padding-left: 0;
    }
    #check:checked~.nav-links {
        height: 15rem;
    }
    
    .nav-links a {
        display: block;
        font-size: 1.1rem;
        text-align: center;
    }
    .flex {
        display: block;
    }
    .hero {
        top: -51px;
        height: 70vh;
        min-height: 600px;
    }
    .hero.deactivate {
        display: none;
    }
    #check:checked ~ .hero {
        top: 190px;
    }
    .hero .text h1 {
        font-size: 48px;
        font-weight: 600;
    }
    .hero .text p {
        font-size: 18px;
    }
    .cta {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cta-button {
        margin-bottom: 15px;
        max-width: 300px;
    }
    .video-container {
        top: -50px;
    }
    .videoHero {
        width: 100vw;
        padding-left: 20px;
        padding-right: 20px;
        /* width: 1200px; */
    }
    .video-container {
        height: 30vh;
    }
    .videoBottom {
        /* position: relative; */
        height: 35vh;
        min-height: 110px;
    }
    .vidText {
        font-size: 9px;
        font-weight: 500;
    }

    .bannerText h2 {
        font-size: 36px;
    }

    .bannerText {
        font-size: 18px;
        padding-bottom: 25px;
        margin-left: 25px;
        margin-right: 25px;  
    }
    .features {
        height: 100%;
        padding-bottom: 50px;
    }
    .featuresCard {
        width: 100vw;
        height: 20vh;
    }
    .featuresCardContainer {
        gap: 2px;
    }
    .faq {
        height: 100%;
        padding-bottom: 50px;
    }
    .faqCard {
        width: 100vw;
        height: 100%;
    }
    .quote {
        height: 100%;

    }
    .quoteTitle h3 {
        padding-top: 50px;
        font-size: 28px;
    }
    .quoteTitle p {
        padding-top: 5px;
        font-size: 14px;
    }
    .quote .quoteContainer {
        align-items: center;
    }
    .quoteCard {
        width: 90vw;
    }
    .quoteContainer .quoteCardContainer {
        width: 80%;
        padding-top: 10px;
    }
    .contact {
        height: 100%;
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }
    .contact .content {
        margin-left: 20px;
        margin-right: 20px;
    }
    .contactFormContainer {
        margin-top: 0px;
        margin-left: 20px;
        margin-right: 20px;
        padding-bottom: 0px;
        margin-bottom: 20px;
        width: 90%;
        height: 100%;
    }
}

/* iPhone 15 Horizontal */
@media (max-height: 500px) {
    .hero {
        top: -50px;
    }
    .hero .text h1 {
        font-size: 48px;
        font-weight: 600;
    }
    .hero .text {
        margin-top: 0px;
    }
    .demoTitle {
        font-size: 12px;
    }
    .cdChallengeTop {
        height: 85vh;
    }
    .features {
        height: 100%;
    }
    .featuresCard {
        width: 40vw;
        height: 100%;
    }
    .featuresCardContainer {
        gap: 20px;
    }
    .faq {
        height: 100%;
    }
    .faqCard {
        width: 40vw;
        height: 100%;
    }
    .quote {
        height: 100%;
    }
    .quoteTitle {
        margin-left: 75px;
        margin-right: 75px;
    }
    .quoteTitle h3 {
        padding-top: 20px;
        font-size: 28px;
    }
    .quoteTitle p {
        padding-top: 5px;
        font-size: 14px;
    }
    .quote .quoteContainer {
        align-items: center;
        padding-bottom: 50px;
    }
    .quoteCard {
        width: 35vw;
    }
    .quoteContainer .quoteCardContainer {
        width: 80%;
        padding-top: 10px;
    }
    .contact {
        height: 100%;
        width: 100%;
        flex-direction: row;
        gap: 10px;
    }
    .contact .content {
        margin-left: 20px;
        margin-right: 20px;
    }
    .contactFormContainer {
        margin-top: 40px;
        margin-left: 20px;
        margin-right: 20px;
        padding-bottom: 0px;
        margin-bottom: 40px;
        width: 90%;
        height: 50%;
    }
    .textareaBox {
        height: 180px;
    }
}