*{
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,p{
    margin: 0;
}
a{
    text-decoration: none;
}
body{
    font-family: "Open Sans", sans-serif;
}
.page-content-box p,
.page-content-box li{
    line-height: 26px;
}
.container{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.img-fluid{
    max-width: 100%;
}
.text-center{
    text-align: center;
}

/* vidoe part start */
.video video{
    display: block;
    width: 100%;
    min-height: 800px;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    
}
.video video.active{
    display: none;
}

.overlay{
    
    width: 100%;
    min-height: 800px;
    height: 100vh;
    backdrop-filter: blur(90px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.overlay.active{
    display: none;
}
/* vidoe part end */

/* banner part start */
.banner{
    color: #FFFFFF;
    position: relative;
    z-index: 10;
    
}
.logo-box img{
    width: 180px;
}
.app-name img{
    width: 200px;
}
.banner-content{
    min-height: 800px;
    height: 100vh;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    
}

.unlock-btn{
    display: flex;
    align-items: center;
    
    width: 215px;
    height: 60px;
    margin:  auto;
    border: 2px solid #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    transition: 1s color ease-in-out;
}
.unlock-btn.tcolor{
    color: transparent;
}
.unlock-btn span{
    display: inline-block;
    margin-left: 25px;
}
.lock-icon-box{
    width: 50px;
    height: 50px;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 50%;
    margin: 0 3px;
    animation: slide 5.5s ease-in-out forwards;
    
}
@keyframes slide{
    0%{
        transform: translateX(0px);
    }
    20%{
        transform: translateX(3px);
    }
    40%{
        transform: translateX(0px);
    }
    60%{
        transform: translateX(3px);
    }
    80%{
        transform: translateX(0px);
    }
    100%{
        transform: translateX(155px);
    }
}
@-webkit-keyframes slide{
    0%{
        transform: translateX(0px);
    }
    20%{
        transform: translateX(3px);
    }
    40%{
        transform: translateX(0px);
    }
    60%{
        transform: translateX(3px);
    }
    80%{
        transform: translateX(0px);
    }
    100%{
        transform: translateX(155px);
    }
}


.logo-box h4{
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    
}
.logo-box{
    margin-top: 180px;
    margin-bottom: 8px;
}
.app-name h2{
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
}
.second-logo-box img{
    width: 125px;
    position: fixed;
    top: 5px;
    left: 10px;
    
}
.second-logo-box{
    display: none;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.center-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: -20px;
    display: none;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}
.center-logo img{
    width: 180px;
}
#overlay-unlock{
    margin-top: 0px;
}
a.logo-box img{
    width: 180px;
}
.unlock-text h1{
    font-size: 100px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.2);
}
#overlay-unlock{
    display: none;
    color: #fff;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}
.unlock-text.active{
    display: none;
}

.multi-content{
    margin-top: 200px;
    
}


.unlock-btn{
    margin-bottom: 30px;
}
.timer-box p{
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
}
.timer-box h3{
    font-weight: 700;
    font-size: 90px;
    line-height: 100px;
}
.main-btn.active{
    display: none;
}
.main-btn p{
    width: 250px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
}
.main-btn{
    margin-top: 20px;
}
#main-btn{
    margin-top: 320px;
}
.main-btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 152.83px;
    height: 51.14px;
    font-size: 18.8102px;
    font-weight: 700;
    background-color: #007AFF;
    color: #fff;
    border-radius: 50px;
    animation-name: shake-with-delay;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
@keyframes shake-with-delay {
    from, 16%, to {
      transform: translate3d(0, 0, 0);
    }
    1.6%, 4.8%, 8%, 11.2%, 14.4% {
      transform: translate3d(-5px, 0, 0);
    }
    3.2%, 6.4%, 9.6%, 12.8% {
      transform: translate3d(5px, 0, 0);
    }
  }
@-webkit-keyframes shake-with-delay {
    from, 16%, to {
      transform: translate3d(0, 0, 0);
    }
    1.6%, 4.8%, 8%, 11.2%, 14.4% {
      transform: translate3d(-5px, 0, 0);
    }
    3.2%, 6.4%, 9.6%, 12.8% {
      transform: translate3d(5px, 0, 0);
    }
  }

  
#main-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: opacity 1s ease-in-out;
}
/* banner part end */

/* footer part start */
.footer{
    padding-top: 97px;
    padding-bottom: 20px;
    background-image: url("../images/footer-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.footer-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}
.footer-menu a{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.footer-menu a:hover{
    text-decoration: underline;
}
.social-box{
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 20px;
}
.social-box a{
    transition: .3s all linear;
}
.social-box a:hover{
    transform: translateY(-3px);
}
.footer-text p{
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
}
.footer-text p:last-child{
    margin: 0;
}
/* footer part end */


/* terms and condation part start */
.header{
    background-color: #121212;
    padding: 20px 0;
}
.header-content a{
    color: #fff;
}
.page-content{
    padding: 100px 0;
    color: #fff;
}
.mdark-bg{
    background-color: #121212;
}
.mdark-bg a{
    color: #007AFF;
}
.page-content .container{
    max-width: 840px;
}
.heading-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 15px;
    margin-bottom: 50px;
}
.heading-box h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}
.border-p{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #121212a8;
}
.com-heading{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
.com-p{
    margin-bottom: 30px;
}
.mb-20{
    margin-bottom: 20px;
}
.page-content-box ul{
    padding-left: 40px;
}
/* terms and condation part end */

/* play button start */
.play-btn-box{
    display: inline-block;
    position: fixed;
    top: 20px;
    right: 20px;
    
}
.play-button {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    animation: pulse 1.5s infinite;
}
.play-button img{
    width: 25px;
}
.play-button::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    animation: ripple 1.5s infinite;
}

.play-button::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    animation: ripple 1.5s infinite 0.75s;
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}
@-webkit-keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.fade-out {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
/* play button end */







/* ============drop page start============ */

.drop-banner .lock-icon-box{
    
    animation: slide-2 5.5s ease-in-out infinite forwards;
    
}
@keyframes slide-2{
    0%{
        transform: translateX(0px);
    }
    20%{
        transform: translateX(5px);
    }
    40%{
        transform: translateX(0px);
    }
    60%{
        transform: translateX(5px);
    }
    80%{
        transform: translateX(0px);
    }
    100%{
        transform: translateX(5px);
    }
}
@-webkit-keyframes slide-2{
    0%{
        transform: translateX(0px);
    }
    20%{
        transform: translateX(5px);
    }
    40%{
        transform: translateX(0px);
    }
    60%{
        transform: translateX(5px);
    }
    80%{
        transform: translateX(0px);
    }
    100%{
        transform: translateX(5px);
    }
}
.drop-video,
.drop-video video{
    min-height: 900px;
    height: 100vh;
    
}
.drop-banner{
    width: 100%;
    min-height: 900px;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.drop-banner .banner-content{
    min-height: 900px;
    height: 100vh;
    padding: 0;
}
.drop-overlay{
    min-height: 900px;
    height: 100vh;
}

.drop-logo{
    margin-bottom: 60px;
}
.drop-new-item h2{
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 68px;
    margin-bottom: 40px;
}
.drop-lock{
    margin-bottom: 25px;
}
.drop-new-item h3{
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 28px;
    margin-bottom: 17px;
}


/* ============drop page end============ */


/* ============about page start============ */
.about-faq h3{
    font-weight: 500;
    margin-bottom: 12px;
}
.about-heading{
    margin-bottom: 30px;
    padding-top: 20px;
}
.page-content ol{
    padding-left: 20px;
}
/* ============about page end============ */