@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;800;900&display=swap');   
  
@font-face {font-family: 'Neue-Einstellung-Bold';src: url("//d3a1v57rabk2hm.cloudfront.net/splendies/parcel-copy-16/fonts/neue-einstellung-bold.otf?ts=1765352183&host=") format('truetype');font-weight: normal;font-style: normal;}
@font-face {font-family: 'Neue-Einstellung-Regular';src: url("//d3a1v57rabk2hm.cloudfront.net/splendies/parcel-copy-16/fonts/neue-einstellung-regular.otf?ts=1765352183&host=") format('truetype');font-weight: normal;font-style: normal;}
   
.vip-page {  
    /* background-image: url("//s3.amazonaws.com/cratejoy_vendor_images/splendies/parcel-copy-16/images/vip/bg.jpg?ts=1765354232&host="); */
    background-position: top center; 
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #fcc300;
}
/*.vip-page::after {
    content: '';
    position: absolute; 
    width: 100%; 
    height: 300px; 
    background-image: url("//s3.amazonaws.com/cratejoy_vendor_images/splendies/parcel-copy-16/images/vip/btm-bg.png?ts=1765354231&host="); 
    left: 0px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}*/

.vip-page .logo-sec {
    padding: 20px;
    text-align: center;
    background-color: #fff;
}
.vip-page .logo-sec .logo {
    width: 245px; 
    height: 80px;
}

.vip-page .content-sec {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
}
.vip-page .content-sec .left-col {
    width: 45%;
    text-align: left;
    /*padding: 40px 0px;*/
}
.vip-page .content-sec .left-col .pg-img {
    width: auto;
    max-width: 760px;
}

.vip-page .content-sec .right-col {
    width: 55%;
    padding: 70px 40px 4px 40px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.vip-page .content-sec .main-head {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Neue-Einstellung-Bold';
}
.vip-page .content-sec .main-cntnt {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Neue-Einstellung-Regular';
}
.vip-page .content-sec .dlr1-sec {
    text-align: center;
    margin-bottom: 30px;
}
.vip-page .content-sec .dlr1-sec .dlr-img {
    max-width: 200px;
    width: auto;
}

.vip-page .content-sec .form-sec {
    width: auto;
    max-width: 380px;
    text-align: center;
    margin: 0 auto 30px;
}
.vip-page .content-sec .form-sec .form-heading {
    font-size: 35px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 400;
}
/*.vip-page .content-sec .form-sec .bld-red {
    font-weight: 800;
    color: #e94667;
}*/
.vip-page .content-sec .form-sec .form-inp {
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    padding: 7px 15px;
    font-size: 15px;
    width: 100%;
    border-radius: 6px;
}
.vip-page .content-sec .form-sec .forgot-lnk {
    color: #fff;
    text-decoration: underline;
}
.vip-page .content-sec .form-sec .loginbtn {
    border: unset;
    padding: 0px;
}
.vip-page .content-sec .form-sec .sbu-button {
    /*background-color: #e94667; */
    border-radius: 25px;
    display: inline-block;
}
.vip-page .content-sec .form-sec .btn-txt { 
    background-color: #fff; 
    color: #e94667;
    font-weight: 600;
    font-size: 15px; 
    letter-spacing: 1px;     
    border-radius: 25px;
    padding: 12px 40px;
    display: block;
    /*border: 1px solid #e94667;
    transform: translate(-2px,-2px);
    transition: all linear .2s !important;*/
}
/*.vip-page .content-sec .form-sec .sbu-button:hover > .btn-txt {
    transform: translate(-5px,-4px);
}*/
.vip-page .content-sec .long-mrgn {
    /*margin-bottom: 50px;*/
}
.vip-page .content-sec .form-sec .sub-sec .title {
    font-size: 35px;
    color: #6a6a6a;
    margin-bottom: 25px;
    font-weight: 400;
}
.vip-page .content-sec .form-sec .sub-sec .title .bld-red {
    font-weight: 800;
    color: #e94667;
}
.vip-page .content-sec .form-sec .sub-sec .note {
    color: #e94667;
    padding-top: 20px;
    font-weight: 500;
}

/*.disclaimer {
    position: relative;
    z-index: 6;
    width: 90%;
    margin: 0 auto 40px;
}
.disclaimer a {
    color: #ff5d7b;
    font-weight: 500;
}
.disclaimer.mob {
    display: none;
}
.disclaimer.desk {
    display: block;
    text-align: center;
}
.disclaimer.desk a {
    color: #fff;
}*/

.vip-page .btm-copy.mob {
    display: none;
}
.footer-disclaimer .btm-copy.desk{
    display: block;
    font-weight: 500;
    color: #ff5d7b;
    margin-bottom: 12px;
}
.footer-disclaimer a {
    color: #ff5d7b;
    font-weight: 500;
}

.separate .img-sep {width: 100%;}

.footer-disclaimer {
    background-color: #ffe1e6;
    padding: 0px 15px 15px;
}


@media screen and (min-width:1400px) {
    .footer-disclaimer .cnt {
        max-width: 85%;
        width: auto;
        margin: 0 auto;
    }
}

@media screen and (min-width:1300px) and (max-width: 1700px) {
    .vip-page .content-sec .right-col {
        width: 45%;
        padding: 70px 4px 4px 4px;
        margin: 0 auto;
    }
    .vip-page .content-sec .main-head {
        font-size: 32px;
        margin-left: 10px;
    }
    .vip-page .content-sec .main-cntnt {
        font-size: 16px;
        line-height: 25px;
        margin-left: 10px;
    }
    .vip-page .content-sec .form-sec {
        margin: 0 auto 0px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
    .vip-page::after {
        height: 130px;
    }
}


@media screen and (max-width: 1680px) {
    .vip-page .content-sec .left-col .pg-img {
        max-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .vip-page .content-sec .main-head {
        font-size: 35px;
    }
    .vip-page .content-sec .dlr1-sec .dlr-img {
        max-width: 150px;
    }
}

@media screen and (max-width: 991px) {
    .vip-page .content-sec .form-sec {
        min-width: unset;
        max-width: 380px;
        margin: 0 auto 30px;
    }
    .vip-page .content-sec .main-head {
        font-size: 30px;
    }
    .vip-page .content-sec .left-col {
        width: 50%;
        text-align: center;
    }
    .vip-page .content-sec .right-col {
        width: 50%;
    }
    .vip-page .content-sec .main-cntnt {
        font-size: 16px;
        line-height: 25px;
      }
}

@media screen and (max-width: 767px) {
    .vip-page .content-sec {
        display: block;
    }
    .vip-page .content-sec .left-col {
        width: 100%;
        padding: 0px 0px 20px;
    }
    .vip-page .content-sec .right-col {
        width: 100%;
        padding: 10px 15px;
    }
    .vip-page .content-sec .form-sec .form-heading {
        font-size: 30px;
    }
    .vip-page::after {
        height: 145px;
    }

    .vip-page .logo-sec {
        padding: 10px;
    }
    .vip-page .logo-sec .logo {
        height: 55px;
    }
    .vip-page .content-sec .main-head {
        text-align: center;
    }
    .vip-page .content-sec .main-cntnt {
        text-align: center;
    }

    .disclaimer {
        margin: 0 auto 35px;
    }
    .vip-page .content-sec .long-mrgn {
        margin-bottom: 50px;
    }

    /*.disclaimer.mob {
        display: block;
    }
    .disclaimer.desk {
        display: none;
    }
    .disclaimer a {
        font-size: 12px;
    }*/
    .vip-page .btm-copy.mob {
        display: block;
    }
    .footer-disclaimer .btm-copy.desk {
        display: none;
    }
    .footer-disclaimer a {
        font-size: 12px;
    }
}