@font-face {
    font-family: 'Cubano';
    src: url(Font/Cubano\ Font\ Family/Cubano/Cubano.ttf) format('truetype');
}

:root{
    --white : #FFFFFF;
    --orange : #FF4E00;
} 

*{
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    font-size:14px;
    letter-spacing: 0px;
    position:relative;

}

body{
    width: 100vw;
    /* height: 100vh; */
    height: 100%;
    overflow-x: hidden;

    margin: 0;
    padding: 0;
    color: white;

    /* background-image: url('img/black-bg.png');
    background-position: center;
    background-repeat: no-repeat; */

    background: transparent linear-gradient(180deg, #000000 0%, #132A28 100%) 0% 0% no-repeat padding-box;

    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

header{
    display:flex;
    justify-content:center;
    flex-direction: column;
    align-items: center;            
    padding: 1rem 0;

    width: 100%; /*DEBUG*/
}

.logo{
    width: 33vw;
}

.sect{
    padding: 0 9rem;
}

.sect1{
    /* gap:10rem; */
    display:flex;
    height:100vh;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    background: url('img/main-bg.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sect1 header h2{
    font: normal normal normal 24px/33px Open Sans;
    margin:0;
    padding:0
}

.sect1-left-container {
    display: flex;
    flex-direction: column; /*row*/
    align-items: center;
    justify-content: flex-start;
    gap:1.5rem;
    height:65rem;
    width:48rem;
}

.sect1-left-container h3 {
    font: normal normal 600 34px/46px Open Sans;
    margin-top: 4rem;
    margin-bottom:1rem;
}

.dragon-container{
    position: relative;
    width: 100%;
    height: 30vh;
}

#countdownTimer{ /* Dragon img */
    position: absolute;
    width: 550px;
    top: -3rem;
    left: 5rem;
    /* left: 2.5rem; */
}

.dragon-countdown-number{
    text-align: center;
    
    font: normal normal normal 33px/86px Cubano;
    text-shadow: 0px 1px 5px #006724BF;
    text-transform: uppercase;

    position:absolute;
    top:9rem;
}

.dragon-countdown-number ,#number-day{
    left:15rem;
}
.dragon-countdown-number ,#number-minute{
    left:31rem;
}
.dragon-countdown-number ,#number-hour{
    left:23rem;
}
#claimButton{
    margin-top:-3rem;
}

#claimButton, .btn-main{
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #2CFF87 7%, #00ED47 20%, #009B2A 49%, #005209 90%, #009612 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 3px 3px 6px #CCFFDB;
    border: 2px solid #C9A446;
    border-radius: 32px;
    width: 35rem;
    /* height: 4.25rem; */
    height: 6rem;
    
    text-align: center;
    font: normal normal bold 32px/43px Open Sans;
    color: var(--white);
    text-transform: uppercase;
}

#notificationBar{
    width: 40rem;
    height: 3rem;
    align-self: flex-start;
    margin-top:7rem;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFFF5;
    border-radius: 18px;
    backdrop-filter: blur(20px);

    text-align: center;
    /* font: normal normal normal 20px/24px SF Pro Display; */
    font: normal normal normal 20px/24px Open Sans;
    letter-spacing: 0px;
    color: #020706;

    position:fixed;
    left:1rem;
    bottom:5rem;
    z-index:100;
    opacity:50%;
}

#notificationBar span {
    text-align: center;
    /* font: normal normal normal 20px/24px SF Pro Display; */
    font: normal normal normal 20px/24px Open Sans;
    letter-spacing: 0px;
    color: #020706;

    position:absolute;
    left: 2.5em;
    top:.5rem;
}

#notificationBar img{
    position:absolute;
    left:1rem;
    top:.6rem;
}

.sect2{
    display:flex;
    width:100vw;
    height:50rem;
    margin-top:10rem;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    background: url('img/section2-bg.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* mix-blend-mode: multiply;
    opacity: 0.8;
    filter: blur(50px); */
}

.sect2-left-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; /*row*/
    align-items: flex-start;
    justify-content: center;
    gap:1.4rem;
    width:650px;
    height:45rem;
}

.sect2-left-container span{
    font: normal normal 600 38px/52px Open Sans;
    color: #39B54A;
}

.sect2-left-container p{
    font: normal normal normal 32px/43px Open Sans;
}

.sect2-left-container button{
    margin-top:1rem;
}

.sect3{
    padding-top:5rem;

    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    /* background: transparent linear-gradient(180deg, #000000 0%, #132A28 100%) 0% 0% no-repeat padding-box; */
    /* background: transparent url('img/overlay bg.png') 0% 0% no-repeat padding-box; */
}

.vipPromotionContainer{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: #F0F0F0 0% 0% no-repeat padding-box;
    border: 1px solid #D3D0D0;
    border-radius: 20px;
    color: #2B4831;

    width:102rem;
    height:24rem;
}

.vip-flex {
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    gap:2rem;
}

.vipPromotionContainer h2{
    font: normal normal bold 32px/43px Open Sans;
}

.vipPromotionContainer h5{
    font: normal normal bold 20px/27px Open Sans;
}

.vipPromotionContainer p{
    font: normal normal normal 18px/24px Open Sans;
}

.vip-lg-block,.vip-sm-block{
    display:flex;
    flex-direction: column;;
    align-items: center;
    justify-content: center;
    padding:1.5rem; 
    text-align: center;

}

.vip-lg-block{
    width: 33.25rem;
    height: 10rem;
    transform: matrix(1, 0, 0, 1, 0, 0);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    color: #333333;

}
.vip-lg-block h5 , .vip-sm-block h5, .vip-sm-block h1{
    margin:0;
}

.vip-lg-block p{
    margin:0;
    margin-top:0.5rem;
}
.vip-sm-block{
    width: 313px;
    height: 159px;
    border-radius: 10px;
    color: white;
}

.vip-sm-block h1{
    font: normal normal bold 48px/65px Open Sans;
}

.vip-yellow-block{
    background: transparent linear-gradient(180deg, #CDB16E 0%, #81610D 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 15px #9F7C094D;
    font: normal normal bold 48px/65px Open Sans;

}

.vip-green-block{
    background: transparent linear-gradient(180deg, #39B54A 0%, #1D5A25 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 15px #00900B4B;

    font: normal normal 800 48px/65px Open Sans;
    text-shadow: 0px 0px 6px #0FFFE374;
}

.vipClaimContainer{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top:3rem;
}

.vipClaimContainer h2{
    font: normal normal 600 32px/43px Open Sans;
    color: #39B54A;
    margin:0;
    margin-bottom:3rem;
}

.vipClaimSteps {
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    gap:2rem;
}

.card-group{
    position:relative;
}

.card-group p {
    position:absolute;
    left:1.75rem;
    top:16rem;
    width: 218px;
    height: 164px;
    font: normal normal normal 18px/28px Open Sans;
}

.container{
    width:100%;
}

.VIPTrialsContainer{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top:7rem;
    height: 23.25rem;
}

.VIPTrialsContainer img{
    /* height:23.25rem; */
    width:23.25rem;
    margin-left: -10rem;
}

.VIPTrialsContainer h2{
    font: normal normal 600 32px/43px Open Sans;
    color: #39B54A;
    /* margin:0; */
    /* margin-bottom:3rem; */
}

.VIPTrialsSubContainer{
    padding-left:4rem;
    height:100%;
}

.VIPTrialsSubContainer h2{
    padding:0;
    margin-bottom:1rem;
}

.VIPTrials_order_list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8rem;
    /* padding-left: 1rem; */
    font: normal normal normal 18px / 24px Open Sans;
    /* width: 30rem; */
}

.green-text{
    color: #39B54A;
}

.promotionTNCContainer h5{
    font: normal normal 600 24px/33px Open Sans;
    text-transform: capitalize;
    padding-top:4rem;
}

.promotionTNCContainer ol, .promotionTNCContainer li {
    font: normal normal normal 16px/22px Open Sans;
    padding:0;
    padding-left:1.5rem;
    margin-bottom:1rem;
}

.paymentMethodContainer{
    display:flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding-block:7rem;
}

.paymentMethodContainer h5{
    font: normal normal 600 24px/33px Open Sans;
    margin-top:0;
}

.paymentMethods,.certificates{
    display:flex;
    gap: 2.5rem;
}

.paymentMethods img, .certificates img{
    height:5rem;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    margin: auto;
    margin: 0 36rem;
    padding: 0;
    /* background-color: #fefefe; */
    /* border: 1px solid #888; */
    /* width: 80%; */
    /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); */
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;

    top:10rem;
    width: 44.5rem;
    height: 36rem;
    border-radius: 48px;
    background: transparent linear-gradient(180deg, #5E9C68 0%, #1B411C 100%) 0% 0% no-repeat padding-box;

    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    text-align: center;
}

.modal-content h1{
    /* text-align: center; */
    font: normal normal bold 24px/33px Open Sans;
}

.modal-content p{
    font: normal normal 600 24px/33px Open Sans;
}

.modal-content .text-light{
    font: normal normal normal 24px/33px Open Sans;
}

.modal-header, .modal-body, .modal-footer{
    padding: 2rem 3.25rem;
    color: white;
}

.modal-header{
    position:relative;
}

.modal-header img{
    position:absolute;
    top:-12rem;
    left:-7rem;
    width: 19rem;
    height: 19rem;
}

.modal-body p,.modal-body h1{
    padding: 0.5rem 0 ;
}

.modal-button{
    background: transparent radial-gradient(closest-side at 50% 50%, #158910 0%, #7FD57D 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 2px 2px 10px #D8FFD6, 0px 0px 10px #03EA00;
    border: 2px solid #ACF5AD;
    border-radius: 8px;

    text-align: center;
    font: normal normal bold 20px/27px Open Sans;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #3C78354D;
    text-transform: uppercase;

    width: 21rem;
    height: 3rem;

    top:-2.5rem;
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
