body {
    margin: 0;
}

.pb-popupinner img {
    max-width: 100%;
}

/* .whizcamp_tech {
            width: 100%;
            max-width: 917px;
            height: 100vh;
            margin: auto;
            display: flex;
            justify-content: center;
            align-items: center;
        } */

.pb-popupinner {
    background-image: url(https://whizcamp.us/wp-content/uploads/2025/09/Frame-321-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 2rem 2rem;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    border-radius: 17px;
}

.popupinnerr {
    text-align: center;
    margin-top: -7rem;
}

.popupinnerr h2 {
    font-family: MyriadPro Light;
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.popupinnerr h2 span {
    background: linear-gradient(94.13deg, #00BAF5 -76.82%, #FFFFFF 95.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.popupinnerr svg{
    width: 80px;
}

.popupinnerr p {
    font-family: MyriadPro Light;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFFB2;
    margin-top: 10px;
}

.pb-btns a {
    font-family: MyriadPro Light;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #FFFFFF80;
    border-radius: 6px;
    /*     width: 100%;
    max-width: 300px;
    height: 54px; */
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pb-btns {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.popup_close {
    display: flex;
    justify-content: end;
    align-items: center;
    cursor: pointer;
}

.inrweb {
    background: #00BAF5;
    cursor: pointer;
    color: white !important;
}

@media only screen and (max-width: 768px) {
    .pb-popupinner {
        padding: 2rem 1rem;
    }

    .popupinnerr {
        text-align: center;
        margin-top: -4rem;
    }

    .pb-popupinner img {
        max-width: 100%;
    }

    .whizcamp_tech {
        width: 100%;
        max-width: 737px;

    }

    #popup {
        width: 80%;
    }

}

@media only screen and (max-width: 666px) {
    .pb-btns {
        flex-direction: column;
    }
}


#popupBackdrop {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black with 50% opacity */
    z-index: 9998;
    /* Just below your popup */
}

#popup {
    display: none;
    /* Hide by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    /* background: white; */
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0px 0px 20px rgba(0,0,0,0.5); */
}

.pb-popupinner {
    display: block;
}

#popup {
    z-index: 9999999999999;
    max-width: 600px !important;
    margin: auto;
    text-align: center;
}

 .popupinnerr p {
        font-size: 14px;
        line-height: 18px;
    }
@media only screen and (min-width: 700px) and (max-width: 1400px) {
    .pb-popupinner img {
        max-width: 100%;
        width: 80%;
    }

    .popupinnerr p {
        font-size: 14px;
        line-height: 18px;
    }

    .popupinnerr h2 {
        font-size: 20px;
    }

    .popupinnerr {
        margin-top: -6rem;
    }
}

h2 {
    font-family: Aller !important;
}