@font-face {
    font-family: 'Avenir Next';
    src: url("../fonts/avenir-next/Metropolis-Light.otf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next';
    src: url("../fonts/avenir-next/Metropolis-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next';
    src: url("../fonts/avenir-next/Metropolis-SemiBold.otf");
   font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url("../fonts/bebas-neue/BebasNeue-Regular.otf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url("../fonts/bebas-neue/BebasNeue-Bold.otf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url("../fonts/spacegrotesk/SpaceGrotesk-Light.otf");
    font-weight: 300;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

p {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
}

.text-white {    
    color: #FFFFFF!important;
}

.theme-dark {
    background: #151718!important;
}

main section {
    padding-top: 60px !important;
}

.header-menu {
    justify-content: flex-end!important;
}

@media (min-width: 998px){
    .header-menu .menu .menu-item {
        margin-left: 25px;
    }    

    .logo img {
        height: 80px;
    }

}

.menu-s2 > .menu-item > a {
    text-transform: none!important;
}


.cpn-head .main.title {
    height: 140px;
    line-height: 74px;
}

.main-title {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 120px;
    line-height: 120px;
    text-transform: uppercase;   
    width: 638px;
}

.font-space-grotesk {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.font-white {
    color: #fff!important;
}

.banner {
    justify-content: flex-end;
}

.align-items-end {
    display: flex;
}

.btn-gradient-primary {
    border-radius: 20px;
    background: linear-gradient(138deg, rgba(194, 67, 234, 0.53) 0%, rgba(94, 55, 185, 0.69) 35.94%, rgba(50, 83, 216, 0.75) 66.15%, rgba(0, 23, 114, 0.75) 100%), rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(2px);
    border: none;
}

.btn-gradient-primary:hover {
    background-size: 400% 400%!important;
    background-image: radial-gradient(ellipse,  rgba(194, 67, 234, 0.53) 3.56%,  rgba(50, 83, 216, 0.75) 50%,  rgba(94, 55, 185, 0.69) 100%)!important;
    -webkit-transform: scale(.95)!important;
    transform: scale(.95)!important;
    -webkit-animation: hoverbutton 5s ease infinite!important;
    animation: hoverbutton 5s ease infinite!important;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 6px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset!important; 
}


@-webkit-keyframes hoverbutton {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes hoverbutton {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}



.btn-gradient-secondary {
    border-radius: 20px;
    opacity: 0.5;
    background: linear-gradient(137deg, rgba(255, 255, 255, 0.31) 0%, rgba(109, 109, 109, 0.50) 99.99%, rgba(50, 83, 216, 0.50) 100%), rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(2px);
    border: none;    
}

.btn-gradient-secondary:hover {
    opacity: 0.9;
}


.btn.btn-gradient-primary, .btn.btn-gradient-secondary {
    text-transform: none;    
    width: 238px;
}

.banner-ellipse {
    position: absolute;
    left: 1045px;
    top: 480px;    
    z-index: 99;
    overflow: hidden;
    border-radius: 300px;
}

.section-hub {
    height: 810px;
    padding-bottom: 100px;
    overflow: hidden;
}

.section-hub h3 {
    color: #FFF;
    font-size: 80px;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    line-height: 80px;
    width: 593px;
    margin-bottom: 22px;
}

.section-hub p {
    width: 536px;
    color: #FFF;
    font-size: 20px;
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-left: 80px;
}

.section-hub button {
    margin-left:  80px;
}

.section-hub .ellipse {
    display: none;
    border-radius: 400px;
    opacity: 0.4000000059604645;
    background: #3253D8;
    filter: blur(100px);
}

.btn {
    height: 60px;
}

.bayc_img {
    position:absolute;
    top: 0;
    left: 100px;
    z-index: 50;
}

.coolcats_img {
    position:absolute;
    bottom: -100px;
    right: 120px;
}
.section-exclusive-3d {
    height: 900px;
    display: flex;
    align-items: center;
    background: #000;
    overflow: hidden;
    padding: 0!important;
}
.section-exclusive-3d div.box {
    display: flex;
    flex-direction: column;
    z-index: 999;
    position: relative!important;
}
.section-exclusive-3d h3 {
    color: #FFF;
    font-size: 54px;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
}
.section-exclusive-3d .row, .section-exclusive-3d .container {
    height: 100%;
    z-index: 99!important;
}
.section-exclusive-3d .row {
    position: relative;
 
}

.section-exclusive-3d .video-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 300px;
    top: 0;
    z-index: -1;
}

.section-exclusive-3d button {
    position: absolute;
    bottom: -80px;
    left: 20px;
}

.btn-gray {
    border-radius: 20px;
    background: linear-gradient(137deg, rgba(255, 255, 255, 0.31) 0%, rgba(109, 109, 109, 0.50) 99.99%, rgba(50, 83, 216, 0.50) 100%), rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(2px);
    border: none;
    text-transform: none;
}

.section-question {
    height: 562px;
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.section-question h3 {
    color: #C243EA;
    font-size: 140px;
    font-family: 'Bebas Neue' ;
    font-style: normal;
    font-weight: 700;
    line-height: 140px;
}

.section-question p {
    width: 430px;
    color: #FFF;
    font-size: 18px;
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.section-question button, .section-question a {
    width: 343px!important;
    margin-bottom: 25px;
    height: 78px;
}
.section-footer {
    height: 340px;
    display: flex;
    align-items: center;
}
.section-footer .links {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.section-footer .links a, .section-footer form p {
    color: #FFF;
    font-size: 50px;
    font-family: Bebas Neue;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
}

.section-footer p {
    color: #fff;
}

.section-footer button {
    border: none;
    background-color: transparent;
    color: #fff;
    position: absolute;
    margin-left: -30px;
}

.show {
    display: block!important;
}
#modal-waitinglist, #modal-demo-video  {
    z-index: 9999;
}


#modal-waitinglist .modal-content {
    width: 604px;
    height: 360px;
}

#modal-waitinglist .modal-body {
    background-color: #282828;
}
#modal-waitinglist .modal-close {
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: transparent;
}

#modal-waitinglist h3 {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}

#modal-demo-video {
    background-color: rgba(40, 40, 40, 0.95);
    z-index: 999;
   bottom: 0;
   height: 100%;
}

#modal-demo-video .modal-close {
    top: -115px;
    right: -115px;
    color: #fff;
    background-color: transparent;
    font-weight: bold;
}

#modal-demo-video .modal-body{
    padding: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    
    overflow: hidden;
}

#demo-video {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    margin-bottom: 0;
    display: block;
}


/*Cube animation*/
.cube-container {
    width: 380px;
    height: 380px;
    position: relative!important;   
    perspective: 1000px; 
  }
  
  #cube {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    animation: rotatecube 8s infinite; 

  }
 
  #cube div {
    width: 380px;
    height: 380px;
    padding: 50px;   
    display: flex;
    position: absolute;
    border: none;
    left: 0;
    align-items: center;
  }
  
  @keyframes rotatecube {
    12.5% { -webkit-transform: rotateX(45deg) rotateY(-45deg) }
    25% { -webkit-transform: rotateX(0deg) rotateY(-90deg) }
    37.5% { -webkit-transform: rotateX(45deg) rotateY(-135deg); }
    50% { -webkit-transform:  rotateX(90deg) rotateY(-180deg)}
    62.5% { -webkit-transform:  rotateX(90deg) rotateY(-180deg)}
    75% { -webkit-transform:  rotateX(45deg) rotateY(-135deg);}
    87.5% { -webkit-transform: rotateX(0deg) rotateY(-90deg) }
    100% { -webkit-transform: rotateX(45deg) rotateY(-45deg) }
  }
  

  .front, .back {
    background: #3053D5;
  }

  .right,  .left {
    background:#C243EA;
  }

  .bottom,  .top {
    background: #5E37B9;
  }

  #cube .front  {
    transform: rotateY(0deg ) translateZ( 190px );
    -moz-transform: rotateY( 0deg ) translateZ( 190px );
  }
  #cube .back {
    transform: rotateX( 180deg ) translateZ( 190px );
    -moz-transform: rotateX( 180deg ) translateZ( 190px );
  }

  #cube .back h3 {
   transform: rotateX( 180deg ) scale(-1, 1);
    -moz-transform: rotateX( 180deg );
  }
  #cube .right  {
    transform: rotateY(  90deg ) translateZ( 190px );
    -moz-transform: rotateY(  90deg ) translateZ( 190px );
  }
  #cube .left   {
    transform: rotateY( -90deg ) translateZ( 190px );
    -moz-transform: rotateY( -90deg ) translateZ( 190px );
  }
  #cube .top    {
    transform: rotateX(  90deg ) translateZ( 190px );
    -moz-transform: rotateX(  90deg ) translateZ( 190px );
  }
  #cube .bottom {
   transform: rotateX( -90deg ) translateZ( 190px );
    -moz-transform: rotateX( -90deg ) translateZ( 190px );
  }

  #cube .bottom h3 {
    transform: rotateX( 180deg ) scale(-1, 1);
    -moz-transform: rotateX( 180deg );
  }
  

/*---------------------------*/

.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: none!important;
}

.btn-play:after {
    display: none;
}

.header-navbar.menu-shown {
    z-index: 50;
}

.section-footer {
    padding-top: 50px !important;
    padding-bottom: 22px !important;
}

.copyright-text {
    font-family: 'Avenir Next', sans-serif;
    font-weight: 300!important;
    font-size: 12px!important;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    opacity: 0.6;
}

.order-md-last {
    order: -1;
}

@media (min-width: 1440px) {
    .container {
        min-width: 1200px;
    }
}

@media (max-width: 968px) {

    html, body {
        overflow-x: hidden;
    }
  
    .header-wrap {
        justify-content: center;
    }

    .header-nav-toggle {
        position: absolute;
        left: 0;
        top: 15px;
        float: left;
    }

    .header-menu {
        padding: 10px 25px;
    }
    .menu-item {
        border: none;
    }

    .social {
        padding-bottom: 50px!important;
    }

    .social li {
        width: 100%;
    }

    .logo-light {
        width: 113px;
        height: 70px!important;
        object-fit: cover;
    }

    .main-title {
        text-align: left;
        color: #FFF;
        font-size: 60px;
        font-family: 'Bebas Neue';
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
    }

    .order-md-last {
        order: 1;
    }
    .section-hub {
        height: 980px;
    }
    .section-hub .ellipse {
        display: block;      
        width: 400px;
        height: 400px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .section-hub h3 {
        font-size: 44px;
        line-height: 44px;
        width: 302px;
    }

    .section-hub p {
        width: 244px;
        font-size: 14px;
        line-height: 24px;
        margin-top: 30px;
    }

    .coolcats_img {
        display: none;
    }

    .bayc_img {
        top: 55%;
        transform:scale(1.5);
    }

    .cube-container {
        width: 300px;
        height: 300px;
        left: 50px;
    }
    
    #cube div {
    width: 300px;
    height: 300px;
    padding: 30px;   
    display: flex;
    position: absolute;
    border: none;
    left: 0;
    align-items: center;
    }
      
    
  #cube .front  {
    transform: rotateY(0deg ) translateZ( 150px );
    -moz-transform: rotateY( 0deg ) translateZ( 150px );
  }
  #cube .back {
    transform: rotateX( 180deg ) translateZ( 150px );
    -moz-transform: rotateX( 180deg ) translateZ( 150px );
  }

  #cube .right  {
    transform: rotateY(  90deg ) translateZ( 150px );
    -moz-transform: rotateY(  90deg ) translateZ( 150px );
  }
  #cube .left   {
    transform: rotateY( -90deg ) translateZ( 150px );
    -moz-transform: rotateY( -90deg ) translateZ( 150px );
  }
  #cube .top    {
    transform: rotateX(  90deg ) translateZ( 150px );
    -moz-transform: rotateX(  90deg ) translateZ( 150px );
  }
  #cube .bottom {
   transform: rotateX( -90deg ) translateZ( 150px );
    -moz-transform: rotateX( -90deg ) translateZ( 150px );
  }


}

@media (max-width: 575px) {


    .pt-5 {
        padding-top: 1.2rem!important;
    }

    main section  {
        padding-top: 30px!important;
        padding-bottom: 30px!important;
    }

    .d-sm-none {
        display: none;
    }


}

.header-menu .btn {
    padding: 17px!important;
    
}


/**video background*/

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
 }
 
 #bg-video {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 }
 

 @media (min-width: 575px) and (max-width: 998px){
    #bg-video {
        height: 120vh!important;
        width: auto!important;
     }
 }





 