@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bold-webfont.woff2') format('woff2'),
        url('fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.woff2') format('woff2'),
        url('fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
    font-family: 'latoregular', sans-serif;
    margin: auto;
}

.section-intro {
    background-image: url('images/Frame\ 3871.png');
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-first-part{
    padding: 40px 20px;
}
@media (min-width: 667px) {
    .limited-spots {
        width: 460px;
        height: 275px;
        margin-bottom: 50px;
    }
}

.section-first-part h1 {
    background: linear-gradient(to right, #58BE73, #387849);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 39px;
    font-weight: 700;
    line-height: 37px;
    font-family: poppins;
}
.section-intro h2{
    color: #333333;
    font-size: 27px;
    font-weight: 600;
}

.btn-primary {
    background: linear-gradient(to right, #F2B741, #DF9E1B);
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    margin-top: 30px;
}

.section-intro p {
    color: #333333;
    font-size: 19px;
    font-weight: 550;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 15px;
}
.color-yellow{
    color: #F2B741 !important;
}

.limited-spots {
    background-image: url('images/background2.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    text-align: center;
    padding: 20px 0;
}

.limited-spots_text {
    background-repeat: no-repeat;
    background-size: cover;
}


.limited-spots_text h1 {
    color: #FFFFFF ;
    font-size: 115px;
    font-weight: 800;
    line-height: 35px;
    padding-top: 110px;
}

.limited-spots_text h4{
    color: #FFFFFF;
    padding-top: 44px;
    font-size: 30px
}


.limited-spots_text p{
    color: #FFFFFF;
    padding: 0 47px;
    font-size: 16px;
}

.limited-spots_text h2 {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 600;
    line-height: 22px;
    padding-top: 39px;
    padding-bottom: 48px;
    margin-bottom: 0;
}
@media (min-width: 320px) {
    .limited-spots_text h1 {
        padding-top: 57px;
        font-size: 77px;
    }
    .limited-spots_text h2 {
        padding-top: 25px;
    }
}
@media (min-width: 360px) {
    .limited-spots_text h1 {
        padding-top: 82px;
    }
}
@media (min-width: 375px) {
    .limited-spots_text h2 {
        padding-bottom: 57px;
    }
}
@media (min-width: 390px) {
    .limited-spots_text h2 {
        padding-bottom: 66px;
    }
}
@media (min-width: 412px) {
    .limited-spots_text h1 {
        padding-top: 91px;
        font-size: 90px;    
    }
    .limited-spots_text h2 {
        padding-bottom: 71px;
    }
}
@media (min-width: 425px) {
    .limited-spots_text h2 {
        padding-top: 36px;
    }
}


.video-section {
    background-image: url('images/background3.png');
    background-size: cover;
    padding: 22px 20px;
    text-align: center;
    background-repeat: no-repeat;
}
@media (min-width: 667px) {
    .video-section {
        background-image: url('images/landing-page-web-bg.png'); 
        background-position: center;
    }
}

.video-section h1 {
    color: #333333;
    font-size: 24px;
    font-weight: 600;
    line-height: 50px;
}
.description-section{
    color: #333333CC;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.span1{
    color:#FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
}
.span2{
    color:#FFFFFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
}



.highlight {
    color: #387849;
}

.video-frame-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: #FFC107;
    margin-top: 52px;
    margin-bottom: 36px;
}

@media (min-width: 320px) {
    .video-frame-container {
        margin-top: 31px;
    }   
}
@media (min-width: 360px) {
    .video-frame-container {
        margin-top: 43px;
    }   
}
@media (min-width: 390px) {
    .video-section {
        padding: 30px 20px;
    }      
}

@media (min-width: 412px) {
    .video-section {
        padding: 35px 20px;
    }      
}
@media (min-width: 414px) {
    .video-section {
        padding: 40px 20px; 
    }      
}
@media (min-width: 430px) {
    .video-section {
        padding: 41px 20px 0px 20px; 
    }      
}



.video-frame-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.why-join-section {
    background-image: url('images/background4.png');
    padding: 20px 0 40px 0;
}
.card{
    border-radius: 10px;
    min-height: 120px;
    align-items: center;
    justify-content: center;
}
.card_green {
    border-radius: 15px;
    background: linear-gradient(to right,#3E8E54,#387849);
}

.card_yellow {
    border-radius: 15px;
    background: linear-gradient(to right,#F2B741,#DF9E1B);
}
.why-join-section p {
    margin-bottom: 0;
}

.feature-title {
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.why-join-section p {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}

.feature-header {
    font-size: 24px;
    font-weight: 800;
    line-height: 31px;
    border-radius: 15px;
    text-align: center;
    padding: 10px 10px;
    margin: 0 30px;
  
}

.feature-item {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
}


.feature-icon {
    color: #387849;
    margin-left: 15px;
    margin-right: 20px;
}


.form-section {
    background-image: url('images/background5.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 20px 0 20px;
}

.form-header {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;

}

.form-control {
    border-radius: 5px;
    border: none;
    background-color: #F4F3F3;
    height: 45px;
}

.submit-btn {
    background: linear-gradient(to right, #F2B741, #DF9E1B);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 22px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px
}

.submit-btn:hover {
    background: linear-gradient(to right, #FFCC00, #FFA500);
    color: white;
}

.textarea {
    height: 125px;
}

.disclaimer {
    font-size: 15px;
    font-weight: 400;
    color: #6C6C6C;
    line-height: 26px;
    text-align: center;
    margin-top: 20px;
}

.footer {
    padding: 20px 20px;
    background-color: #1B1B1B;
    text-align: center;
}

.footer a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
}
@media (max-width: 360px) {
    .footer a {
        font-size: 13px;
    }
}


.footer p {
    color: #6C6C6C;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}


.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 560px;
    aspect-ratio: 16 / 9; /* Maintain a 16:9 aspect ratio */
    margin: 0 auto;
    cursor: pointer;
  }

  .thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .play-button {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 48px;
    background: url('images/Group\ 207.png') no-repeat center center;
    background-size: cover;
    pointer-events: none;
  }
  .vedio-text{
    position: absolute;
    bottom: 25px;
    left: 27%;
  }

  iframe {
    width: 100%;
    height: 100%;
    border: none;
  }

#back-to-scavenger-hunt{
    background: linear-gradient(to right, #3E8E54, #387849);
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
}