@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Manrope:wght@400;500;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import "typography.css";
/* @import "animations.css"; */

:root{
    --black: #000000;
    --first-color: #bcea44;
    --second-color: #fb709e;
    --third-color: #293eff;
    --font-montserrat: "Montserrat", sans-serif;
    --font-manrope: "Manrope", sans-serif;
    --font-dmsans: "DM Sans", sans-serif;
    --font-clash: "ClashDisplay-Regular", sans-serif;
    --font-clash-semibold: "ClashDisplay-Semibold", sans-serif;
    --font-clash-bold: "ClashDisplay-Bold", sans-serif;
    --font-poppins: "Poppins", sans-serif;
    --font-cabinet: "CabinetGrotesk-Regular", sans-serif;
    --font-cabinet-medium: "CabinetGrotesk-Medium", sans-serif;
    --font-cabinet-bold: "CabinetGrotesk-Bold", sans-serif;
}

html {
    scroll-behavior: smooth;
}

.errorInfo {
    display: none;
    color: #f00 !important;
}

.container{
    max-width: 1440px;
}
@media only screen and (max-width: 1199px){
    .container{
        max-width: 1200px;
    }
}
@media only screen and (max-width: 991px){
    .container{
        max-width: 1440px;
    }
}
@media only screen and (max-width: 767px){
    .container{
        max-width: 740px;
    }
}

body{
    font-family: var(--font-cabinet-medium);
}
h1,
h2,
h3,
h4,
h5{
    color: var(--main-color);
    font-family: var(--font-cabinet-bold);
}

a{
    text-decoration: none;
    transition: all .3s ease;
}
a:hover{
    text-decoration: none;
    color: rgba(255,255,255,.7);
}

.bg-dark{
    background-color: #000 !important;
}
.bg-default{
    background-color: #140342;
}

.bg-dark *,
.bg-default *{
    color: #fff;
}

.text-secondary{
    color: var(--secondary-color) !important;
}

.font-700{
    font-weight: 700 !important;
}
.font-500{
    font-weight: 500 !important;
}

.circle{
    border-radius: 50%;
}

.pt-140{
    padding-top: 140px;
}
.pv-120{
    padding: 120px 0;
}
.pv-80{
    padding: 80px 0;
}
.pv-60{
    padding: 60px 0;
}
.pv-40{
    padding: 40px 0;
}

.btn{
    letter-spacing: .879px;
}
.btn-lg{
    padding: 19px 25px !important;
    max-height: 56px;
}
.btn-xl{
    padding: 20px 55px;
    font-size: 16px;
    font-weight: 700;
    /* height: 60px; */
}

.text-gradient {
    background: linear-gradient(110.62deg, rgba(188, 234, 68, 1) 6%, rgba(251, 112, 158, 1) 50%, rgba(41, 62, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.radius-50{
    border-radius: 50px;
}

.square{
    border-radius: 0 !important;
}

.btn-default{
    background-color: var(--first-color);
    border-color: var(--first-color);
    color: #000;
}
.btn-default-transparent{
    background-color: transparent;
    border: 1px solid var(--first-color);
    color: var(--first-color);
}

.btn-default:active,
.btn-default:focus{
    border: 1px solid var(--main-color) !important;
    color: #000 !important; 
}

.btn-default,
.btn-default[disabled]{
    background-color: var(--first-color) !important;
    border: 1px solid var(--main-color) !important;
    transition: all .4s ease;
}
.btn-default:hover{
    border-color: var(--first-color) !important;
    background-color: var(--first-color) !important;
    color: #000;
}
.btn-default-transparent:hover{
    border-color: var(--first-color) !important;
    background-color: var(--first-color) !important;
    color: #000;
}

#page-wrapper{
    background-color: var(--black) !important;
}

.header{
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%;
    transition: all .2s ease;
    z-index: 50;
}
.header-content{
    border-radius: 50px;
    padding: 0 30px;
    /* background: linear-gradient(110.62deg, rgba(188, 234, 68, 0.7) 6%, rgba(251, 112, 158, 0.7) 50%, rgba(41, 62, 255, 0.7) 100%); */
    background-color: rgba(0, 0, 0, .3);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    mix-blend-mode: normal;
    transition: all .2s ease;
}
.header .logo:hover img{
    opacity: .9;
}
.navbar.bg-transparent{
    background-color: transparent !important;
}
.header .nav-link{
    color: #fff;
    font-weight: 500;
    padding: 28px 25px 27px 25px !important;
}
.header .nav-link.active{
    color: #fff;
    /* color: var(--main-color); */
    font-weight: 700;
}
.header .btn{
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 700;
    white-space: pre;
}
.scrolled .header{
    position: fixed;
}
.scrolled .header-content{
    /* position: fixed; */
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    background-color: rgba(0, 0, 0, .3);
}
.navbar-toggler{
    border: 0 !important;
    border-color: #fff !important;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus{
    box-shadow: none;
    outline: none;
}
.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero{
    max-height: 100%;
    height: 100vh;
    /* overflow: hidden;  */
    padding-top: 160px;
    position: relative;
    z-index: 3;
}
.video-container {
    position: relative;
    overflow: hidden;
    height: 100vh;  /* ajuste a altura conforme necessário */
}
.hero-container::before{
    content: '';
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 2;
}
/* .hero:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: url(https://demos.devsnest.net/innEvent/img/banner-dots.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: rotated 15s infinite linear;
    animation: rotated 15s infinite linear;
} */
.hero .container{
    position: relative;
    z-index: 25;
}
.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.hero h1{
    font-size: 70px;
    color: #fff;
}
.hero .img-hero{
	position: absolute;
	height: 100%;
	top: 40px;
	right: 8%;
	/* filter: drop-shadow(2px 4px 16px rgba(255,255,255,.2)); */
	filter: drop-shadow(2px 4px 26px rgba(51, 26, 104, .3));
}
.second-hero{
    height: 100vh;
}
.second-hero.sticky{
    z-index: 12;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.sticky{
    position: sticky !important;
    top: 0px;
    transform-origin: 0% 0%;
}
.video-box{
    /* border: 2px solid rgba(38, 57, 255, 0.7); */
    border-radius: 24px;
    display: flex;
    position: relative;
    z-index: 1;
    background: white;
}
.video-box::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    border-radius: 24px;
    background: linear-gradient(110.62deg, rgba(188, 234, 68, 1) 6%, rgba(251, 112, 158, 1) 50%, rgba(41, 62, 255, 1) 100%);
    background-size: 200% 200%;
    animation: gradient 3s linear infinite;
}
.video-box video{
    object-fit: cover;
    border-radius: 24px;
}
.img-about{
	position: absolute;
	heightt: 100%;
	width: 35%;
    bottom: 0;
    left: 7%;
	/* filter: drop-shadow(2px 4px 16px rgba(255,255,255,.2)); */
	filter: drop-shadow(2px 4px 10px rgba(51, 26, 104, .3));
}
.form-control,
.form-control:focus,
.form-control:active{
    /* border-radius: 0; */
    height: 50px;
    width: 75%;
    color: #000 !important;
    box-shadow: none !important;
    outline: none;
}

.section-title{
    font-size: 48px;
    font-weight: 600;
}

.cta{
    position: relative;
}
.cta-content{
    position: relative;
    background-color: #343444;
    border-radius: 8px;
    padding: 70px 120px;
    min-height: 300px;
    display: flex;
    align-items: center;
}
.cta .symbol-eth{
    position: absolute;
    left: -30px;
    top: -30px;
}

.social-icons-list{
    font-size: 28px;
}

.reasons-why--card{
    background: rgba(255,255,255,.05) !important;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
}
.reasons-why--card > div:first-child{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
}

.hover-dark:hover{
    color: var(--main-color) !important;
}

.section-title span{
    color: #6440FB;
}

.title-overline{
    background-color: #2600fc;
    background-image: linear-gradient(25deg,#2600fc,#ff00ea);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 0.875rem;
}

.h-card{
    border-radius: 16px;
    padding: 20px 25px;
    background-color: rgba(51, 26, 104, .7);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    height: 100%;
}

.h-card-content span{
    color: var(--main-color);
    font-size: .82rem;
    font-weight: 700;
}
.h-card-content p{
    color: #fff;
}

.text-default{
    color: var(--main-color) !important;
}

.bg-light{
    background-color: #EEF2F6 !important;
}

.bg-blue-2{
    background-color: #6440FB;
}

.cta .section-title{
    font-size: 28px;
    color: #fff;
}

.b-card{
    --shadow-color: rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    box-shadow: 0 3px 6px 3px var(--shadow-color);
    padding: 24px;
    height: 100%;
}

.b-card > div:nth-child(1){
    background-color: #2600fc;
    background-image: linear-gradient(25deg,#2600fc,#ff00ea);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 1.15;
}
.b-card > div:nth-child(2){
    font-weight: 800;
    font-size: 28px;
}

.shape-one-top {
    position: absolute;
    top: 143px;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
}
.shape-one-top img{
    -webkit-animation: rotated 5s infinite linear;
    animation: rotated 5s infinite linear;
}

hr.divider{
    border: 0;
    height: 3px;
    background: linear-gradient(110.62deg, rgba(188, 234, 68, 1) 6%, rgba(251, 112, 158, 1) 50%, rgba(41, 62, 255, 1) 100%);
    background-size: 200% 200%; /* Tamanho maior para permitir a animação */
    animation: gradient 3s linear infinite; /* Referência à animação definida abaixo */
    opacity: 1;
}

.register-form{
    position: relative;
    z-index: 1;
    background: white;
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}
.register-form::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    border-radius: 24px;
    background: linear-gradient(110.62deg, rgba(188, 234, 68, 1) 6%, rgba(251, 112, 158, 1) 50%, rgba(41, 62, 255, 1) 100%);
    background-size: 200% 200%;
    animation: gradient 3s linear infinite;
}

.radius-24{
    border-radius: 24px;
}

.register-form > div{
    padding: 65px;
}
.register-form .form-control{
    width: 100%;
}

.border-gradient::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
    border-radius: 24px;
    background: linear-gradient(110.62deg, rgba(188, 234, 68, 1) 6%, rgba(251, 112, 158, 1) 50%, rgba(41, 62, 255, 1) 100%);
    background-size: 200% 200%;
    animation: gradient 3s linear infinite;
}

.custom-modal .modal-content{
    border-radius: 24px;
    background-color: #343444;
}
.modal-dialog.fixed-bottom {
    transform: translateY(100%) !important;
    transition: transform 0.3s ease-out !important;
}
.custom-modal.show .modal-dialog.fixed-bottom {
    transform: translateY(0%) !important;
}
.custom-modal .modal-dialog.fixed-bottom{
    margin: 1.75rem auto 0 auto !important;
    
}
.custom-modal .modal-dialog.fixed-bottom .modal-content{
    border-radius: 24px 24px 0 0 !important;
}

.custom-modal .fixed-bottom .border-gradient::before{
    border-radius: 24px 24px 0 0;
    bottom: 0;
}

.btn-close{
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px;
}

.btn-close:active,
.btn-close:focus{
    box-shadow: none;
    outline: none;
    color: #fff;
}

.custom-modal .modal-body{
    padding: 45px 20px 35px 20px;
}

.verification-code{
    gap: 0.5rem;
}
.verification-code input[type="text"] {
    width: 40px;
    /* height: 40px; */
    text-align: center;
    font-size: 20px;
    margin-right: 5px;
    text-transform: uppercase;
}

.shape-one-top.one{
    left: 180px;
    top: -110px;
    width: 220px;
}

.footer{
    background-color: #0D0D11;
}
.footer a{
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.infos-area-card{
    border-radius: 24px;
    box-shadow: 0 0 2px rgba(255,255,255,.5);
    padding: 20px;
}

.register-steps-card{
    border-radius: 24px;
    box-shadow: 0 3px 8px -1px rgba(0, 0, 0, 0.16);
    padding: 20px;
    background-color:rgba(255,255,255,.05);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    height: 100%;
}
.register-card-number{
    font-size: 56px;
    font-weight: 700;
}
.register-card-title{
    font-size: 28px;
    font-weight: 600;
}

.bank-account-card{
    border-radius: 24px;
    box-shadow: 0 3px 8px -1px rgba(0, 0, 0, 0.16);
    padding: 20px;
    background-color:rgba(255,255,255,.05);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    /* height: 100%; */
}
.bank-account-icon{
    font-size: 56px;
    font-weight: 700;
}
.bank-account-title{
    font-size: 28px;
    font-weight: 600;
}

.partners-logos{
    flex-wrap: wrap;
}
.partners-card {
    width: 100px; /* Defina a largura do partners-card conforme necessário */
    height: 100px; /* Defina a altura do partners-card conforme necessário */
    display: flex;
    align-items: center;
    justify-content: center;
}
.partners-card img {
    max-width: 100%; /* Garante que a imagem não ultrapasse a largura do partners-card */
    max-height: 100%; /* Garante que a imagem não ultrapasse a altura do partners-card */
    width: auto; /* Permite que a largura da imagem seja ajustada automaticamente */
    height: auto; /* Permite que a altura da imagem seja ajustada automaticamente */
    object-fit: contain; /* Ajusta a imagem para caber dentro do espaço sem distorção */
    filter: grayscale(1);
}

/* .bg-animated{
    background: linear-gradient(270deg, #fb709e, #e54979);
    background-size: 200% 200%;
    animation: Gradient 2s ease infinite;
} */

.bg-second{
    background-color: var(--second-color);
}
.bg-third{
    background-color: var(--third-color);
}

.lineup-shape-1{
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 70%);
}
.lineup-shape-2{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 70%);
}

.lineup-card{
    border-radius: 24px;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.16);
    padding: 20px;
    background-color:rgba(255,255,255,.05);
    /* backdrop-filter: blur(8px); */
    height: 100%;
    color: #fff;
    transition: all .6s ease;
    position: relative;
    overflow: hidden;
}
.lineup-card.day-1::before{
    background-color: rgba(178,224,68,1);
}
.lineup-card.day-2::before{
    background-color: rgba(227,100,144,1);
}
.lineup-card.day-3::before{
    background-color: rgba(48,65,255,1);
}
.lineup-card:hover{
    transform: scale(1.1);
}
.lineup-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(255,255,255,.3); */
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.3s ease-in-out;
    pointer-events: none;
}
.lineup-card:hover::before {
    transform: scaleY(1);
}
.lineup-card > div{
    position: relative;
    z-index: 99;
}
.lineup-card-title{
    font-size: 28px;
    font-weight: 600;
}
.lineup-card-subcontent span:nth-child(2){
    font-size: 28px;
    font-weight: 600;
}
.lineup-card-content:not(:nth-child(1)){
    font-size: 28px;
    font-weight: 600;
}

.scroll-to-top{
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    bottom: 50px;
    right: 20px;
    z-index: 9999;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 27px;
    line-height: 60px;
    transition: all .3s ease;
    cursor: pointer;
    display: none;
}
/* .scroll-to-top i{
    display: flex;
    align-items: center;
} */

.about-imgs{
    position: relative;
}
.about-imgs img{
    border: 1px solid rgba(255,255,255,.5);
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.11));
    border-radius: 30px;
    position: relative;
}
.about-imgs .img1{
    max-width: 53.3%;
}
.about-imgs .img2 {
    max-width: 43.8%;
}
.about-imgs .pos-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    max-width: 71%;
}

.icon-pass {
    color: black;
    position: absolute;
    right: 10px;
    font-size: 22px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.icon-pass i{
    color: #777777;
}
  
.input-password {
    position: relative;
}

.account-card{
    border-radius: 24px;
    box-shadow: 0 3px 8px -1px rgba(0, 0, 0, 0.16);
    padding: 45px 20px;
    background-color: rgba(255,255,255,.05);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    height: 100%;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-steps-account-item{
    cursor: pointer;
    transition: all .3s ease;
}
.list-steps-account-item.active > div{
    background-color: rgba(255,255,255, 0.208);
}
.list-steps-account-item:not(:last-child){
    margin-bottom: 20px;
}
.list-steps-account-item:hover > div {
    background-color: rgba(255,255,255, 0.208);
}
.list-steps-account-item > div{
    background-color: rgba(255,255,255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 20px 35px;
    border-radius: 50px;
    gap: 1rem;
    transition: all .3s ease;
}
.list-steps-account-item > div > span:nth-child(1){
    font-size: 20px;
}
.list-steps-account-item > div > span:nth-child(2){
    font-size: 16px;
}

.countdown{
    font-size: 56px;
    font-weight: 600;
}

@keyframes moveRight {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
}
@keyframes moveLeft {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
}
.animated-element-right {
    animation: moveRight 1s;
}
.animated-element-left {
    animation: moveLeft 1s;
}

.breathe {
    animation: breathe 2s ease-in-out infinite;
}

.letter-spacing{
    letter-spacing: 1.979px;
}

.dark-blur{
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    background-color: rgba(0, 0, 0, .3) !important;
}

.lineup-shape-animation{
    animation-name: move-up-down;
    animation-duration: 3s; /* Duração da animação */
    animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); /* Curva de animação personalizada */
    animation-iteration-count: infinite; /* Repetir a animação infinitamente */
}

@keyframes move-up-down {
    0%, 100% {
      transform: translateY(inherit); /* Posição inicial e final, sem movimento */
    }
    50% {
      transform: translateY(-20px); /* Posição intermediária, movimento para cima */
    }
  }

@keyframes breathe {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}  

@keyframes gradient {
    0% {background-position: 100% 0%;}
    50% {background-position: 0% 100%;}
    100% {background-position: 100% 0%;}
}

@keyframes rotated {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

.hc-element-invisible {
    opacity: 0;
    filter: alpha(opacity=0);
}

.hc-element-visible,
.hc-element-invisible.hc-element-visible {
    opacity: 1;
    filter: alpha(opacity=100);
}

@media(max-width: 767px) {
    .custom-modal .modal-dialog.fixed-bottom {
        margin: 1rem 0 0 0 !important;
        position: absolute;
    }

    .custom-modal .modal-dialog {
        height: calc(100% - var(--bs-modal-margin) * 2);
    }

    .hero {
        height: auto;
        padding: 160px 0 0 0 !important;
    }

    .hero h1 {
        font-size: 32px;
    }

    .shape-one-top {
        /* left: 45%; */
        top: 120px;
    }

    .hero .btn {
        width: 100%;
    }

    .section-title {
        font-size: 32px;
    }

    .cta-content {
        padding: 20px;
        min-height: 250px;
    }

    .cta-content .btn {
        width: 100%;
    }

    .cta .symbol-eth {
        left: -62px;
        top: -100px;
    }

    .form-control,
    .form-control:focus,
    .form-control:active {
        width: 100% !important;
    }

    .hero .img-hero,
    .img-about {
        position: static;
    }

    .img-about {
        width: 100%;
    }

    .pv-120 {
        padding: 80px 0;
    }

    .who.pv-120 {
        padding-bottom: 0;
    }

    .header-content {
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
    }

    .header .nav-link {
        padding-left: 10px !important;
        padding-top: 15px !important;
        padding-bottom: 10px !important;
    }

    .section .btn {
        width: 100%;
    }

    .register-form > div {
        padding: 20px;
    }

    .register-form form > div:last-child {
        flex-direction: column;
    }

    .shape-one-top.one {
        display: none;
    }

    .register-button-area {
        flex-direction: column;
    }

    .lineup-shape-1,
    .lineup-shape-2 {
        width: 75%;
    }

    .about-imgs .pos-bottom {
        position: absolute;
        left: 0;
        bottom: -45px;
        z-index: 1;
        max-width: 71%;
    }

    .countdown {
        font-size: 32px;
    }

    .hero-account {
        padding: 40px 0 !important;
    }

    .wpp .btn {
        justify-content: space-between !important;
    }

    /*visibity*/
    .object-non-visible {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .object-visible,
    .object-non-visible.object-visible {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .hc-element-invisible {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .hc-element-visible,
    .hc-element-invisible.hc-element-visible {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .video-container,
    .hero-container::before{
        height: 720px;
    }

    .lineup-card:hover {
        transform: scale(1);
    }
}