.heroWrap {
    position: relative;
    /* padding-bottom: 3em; */
}

.heroBg {
    background-image: url(/images/vip/vip-bg.jpg);
    background-position: center;
    background-size: cover;
    /* padding: 15px; */
    border-radius: 7px;
}

.heroContentArea {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2em;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.weloffWrap {
    position: relative;
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.offerImg1 {
    position: absolute;
    max-width: 800px;
    top: -2rem;
    z-index: 6;
}

.offerImg2 {
    position: relative;
    max-width: 800px;
    z-index: 5;
}

.gem-flat {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);


    /* background-color: #c2a76f5c; */
    -webkit-clip-path: polygon(30% 0%,
            /* top-left of flat edge */
            70% 0%,
            /* top-right of flat edge */
            85% 0%,
            /* upper-right corner */
            100% 22%,
            /* right-mid */
            50% 100%,
            /* bottom point */
            0% 22%,
            /* left-mid */
            15% 0%
            /* upper-left corner */
        );
    clip-path: polygon(30% 0%,
            /* top-left of flat edge */
            70% 0%,
            /* top-right of flat edge */
            85% 0%,
            /* upper-right corner */
            100% 22%,
            /* right-mid */
            50% 100%,
            /* bottom point */
            0% 22%,
            /* left-mid */
            15% 0%
            /* upper-left corner */
        );
}

.video-banner {
    position: relative;
    width: 100%;
    /*height: 500px;  adjust as needed */
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}

.content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    /* padding-bottom: 7em; */
}

.vidOverLayer {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.spinFev {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: -7em;
    z-index: 5;
    margin-bottom: 2.5em;
}


.vipOfferWrap {
    position: relative;
    /* background-color: #223c66b5; */
    text-align: center;
    margin-top: 3em;
    /* padding: 1em 1em 3em;
    border-radius: 2em; */
}

.cpOfferInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    height: 100%;
    border-radius: 20px;
    padding: 20px;
    background-color: #182333;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cpOfferInfo p {
    color: #e3eeff;
    margin-bottom: 1.5em;
}

.cpOfferTerms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.7em;
    line-height: 1.2em;
    gap: 5px 10px;
}

.cpOfferInfo .ctaBtn {
    font-size: 20px;
    color: #0b1b35;
    cursor: pointer;
    width: 100%;
}

.cpOfferInfo .ctaBtn:hover {

    color: #c2a76f;
    background-color: #0b1b35;
}

.cpOfferHeader img {
    border-radius: 1.7em;
    /* border-radius: 0.7em 0.7em 0 0; */
}

.vipOfferWrap h1 {
    margin-bottom: 0;
}

.vipOfferWrap h2 {
    margin-bottom: 0;
}

hr {
    border: none;
    height: 3px;
    width: 100px;
    background-color: #c2a76f;
    margin: 1.2em auto 1.7em;
}

.cpOffer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    /* max-width: 400px;*/
}

.cpExtraWrap {
    position: relative;
    text-align: center;
    padding: 1em 1em 3em;
    margin-top: 3em;
}

.cpExtraOffer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
}

.cpExtraImg img {
    border-radius: 1.7em;
}

.cpOfferInfo .ccode {
    display: block;
    font-size: 20px;
    font-weight: bold;
}


/*-----media queries----------------------------------------------------------------------------------*/
@media (max-width: 320px) {}


@media (min-width:481px) {}

@media (min-width:768px) {
    .weloffWrap {
        max-width: 500px;
    }
}

@media (min-width:1000px) {
    /* .cpOfferList {
        display: flex !important;
        gap: 40px;
        flex-wrap: wrap;
        justify-content: center;
    } */

    /* .cpOffer {
        max-width: 290px;
    } */
}

@media (min-width:1025px) {
    /* .cpOffer {
        max-width: 310px;
    } */

    .cpExtraOffer {
        max-width: 310px;
    }

    .cpExtraList {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        gap: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width:1441px) {
    /* .cpOffer {
        max-width: 350px;
    } */

    .cpExtraOffer {
        max-width: 370px;
    }
}


body.lobby .ctaNone {
    display: none;
}

.ctaYay {
    display: none;
}

body.lobby .ctaYay {
    display: block;
}