﻿.checkbox-container {
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    font-weight: 650;
    margin-bottom: 10px;
}

.checkbox-container input[type="checkbox"] {
    margin-right: 5px; /* Adjust spacing as needed */
}

#blackOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Black color with 70% opacity */
    display: none; /* Initially hidden */
    z-index: 10;
}

.form-area > .secondary-heading {
    margin-top: 0;
    margin-bottom: 2.5rem;
}

.form-container {
    width: 36.375rem;
}

.btn-primary {
    border-radius: 20px;
}

#form > .form-text-dark {
    text-align: left;
}

#form > div {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    column-gap: 0.914rem;
}

.nm2 {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1rem;
}

#vimeo-player {
    max-width: 432px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: fit-content;
    margin-bottom: 2rem;
    max-height: 250px;
    padding: 0 1rem;
}

#vimeo-player iframe{
    border-radius: 10px;
    border: 0.68px solid #BFC0C2;
}

@media (max-width: 570px) {
    .form-container {
        width: 92%;
        border: none;
    }

    .nav-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}


@media (max-width: 425px) {
    .form-container {
        position: unset;
        transform: none;
        width: 100%;
        padding: 20px;
        border: none;
    }

    #form > div {
        /*flex-direction: column;*/
    }

        #form > div div {
            width: 100%;
        }
}

.earlyAdopter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
    background-color: white;
    padding: 1rem;
    border-radius: 5px;
    margin-top: 2.54rem;
    border: 1.11px solid #21A56D;
}

    .earlyAdopter > div {
        display: flex;
        align-items: center;
        column-gap: 15px;
        position: relative;
    }

.earlyHead {
    font-size: 25px;
    font-weight: 700;
    color: #21A56D;
}

.earlyAdopter .label {
    padding: 6px 10px;
    background-color: #2493EA;
    font-size: 13.1px;
    font-weight: 500;
    color: white;
    border-radius: 3.84px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.earlyCon {
    font-size: 14px;
    font-weight: 500;
}

.earlyPromo .btn-primary {
    background-color: #FFD814;
    color: black;
    margin: 0;
}

.earlyPromo {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

    .earlyPromo .input-field {
        margin: 0;
    }

#contactTrigger {
    cursor: pointer;
}



.roundbtn-div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

    .roundbtn-div .btn-round {
        width: 520px;
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: center;
        padding: 1.625rem 2.5rem;
        border-radius: 69px;
    }

.promoValidity {
    font-size: 14px;
    font-size: 500;
    display: none;
}

textarea {
    resize: none;
}

.lr {
    row-gap: 20px;
}

.crossbtn {
    top: -4%;
    left: 94%;
}


.closeAd {
    border-radius: 6px;
}

.ad-hero > p {
    font-size: 55px;
    width: 42%;
}

.ad-hero {
    width: 100%;
    align-items: flex-start;
    margin-top: 2rem;
}

.ad-promo {
    width: 100%;
}

.ad-popup,
.adnext-popup {
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    padding: 1.5rem;
    border-radius: 12px;
}

.ad-popup,
.adnext-popup {
    transform: translate(-50%, -20%);
}

.adnext-popup {
    display: none;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}

.ad-popup {
    display: none;
    flex-direction: column;
    row-gap: 12px;
    width: 35%;
}

.checkgroups {
    display: flex;
    flex-direction: column;
}

.ad-popup p:first-child {
    color: #21A56D;
    font-weight: 400;
    font-size: 19.49px;
}

.roundbtn-div .btn-round {
    font-size: 12.63px;
    width: auto;
    padding: 0.4rem 4rem;
    width: 25%;
}

.lr {
    /*display: flex;*/
    column-gap: 12px;
}

.p-head {
    font-size: 21.29px;
}

.promo-content {
    font-size: 11.98px;
}

.promos {
    width: 33%;
}


textarea {
    height: 100px;
}

.triggerNextAd {
    border-radius: 8px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.form-area {
    height: 100%;
}

@media (max-width: 1440px) {
    .ad-hero > p {
        width: 100%;
    }
}

@media (max-width: 590px) {
    #submit-popup {
        width: 85%;
    }

    .crossbtn {
        top: -10px;
        left: -10px;
        transform: scale(64%);
        right: unset;
    }
}

@media (max-width: 430px) {
    .promos {
        width: 100%;
    }

    .ad-hero > p {
        width: 100%;
        font-size: 29px;
    }

    .ad-popup {
        top: 5%;
        position: absolute;
        /* height: 95vh; */
        width: 95%;
        /* height: 95%; */
        overflow-y: auto;
        transform: translate(-50%, 0%);
    }

    body {
        background: white;
    }

    .topNav-left > div > p {
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 0em;
        text-align: left;
    }

    .topNav-left > div {
        column-gap: 10px;
    }

    #top-nav .btn-primary {
        font-size: 10px;
        font-weight: 700;
        line-height: 12px;
        letter-spacing: 0em;
        text-align: center;
        padding: 8px 15px;
    }

    .roundbtn-div .btn-round {
        width: 80%;
        font-size: 12px;
        font-weight: 700;
        line-height: 15px;
        letter-spacing: 0em;
        text-align: center;
        padding: 1.1rem 2.5rem;
    }

    .promo-head {
        font-size: 20px;
    }

    .promos {
        align-items: flex-start;
    }

    aside {
        margin-top: 17%;
    }

    .adnext-popup {
        width: 95%;
    }
}

@media (max-width: 375px) {
    #submit-popup {
        top: 60%;
    }
}
