@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/AvenirNextLTPro-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

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

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

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

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

p {
    font-family: 'Avenir Next';
    font-style: normal;
    font-size: 16px;
}

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

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

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

.has-fixed.is-shrink .header-main {
    padding: 8px 0 14px;
}

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

.container {
    max-width: 1200px!important;
    width: 100%;
}

.header-nav-toggle {
    display: block;
}

.header-navbar:not(.header-navbar-classic) {
    left: -360px;
    width: 340px;
}

.header-navbar.menu-shown {
    left: 0 !important;
    z-index: 10;
    transition: all 0.4s;
    /* position: absolute!important; */
}

.header-menu {
    display: block!important;
    position: absolute;
    left: 0;
}
.header-navbar .menu {
    display: none;
}

.header-navbar.menu-shown .menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    display: block!important;
    width: 340px;
    padding: 50px 0;
    background: #171A40;
}

.menu-item a {
    font-family: "Avenir Next", sans-serif;
    font-size: 16px!important;
    line-height: 18px;
    padding: 20px 20px!important;
    display: block;
    position: relative;
    padding: 12px 0.5rem;
    text-transform: none!important;
}

.navbar-toggle.navbar-active {
    position: fixed!important;
}


.header-navbar-overlay {
    background: rgba(8, 9, 27, 0.7)!important;
}

.menu-item a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.menu-item {
    position: relative;
    border-bottom: 1px solid rgba(219, 228, 247, 0.75);
}

.navbar-toggle {
    width: 50px;
    height: 50px;
}

.toggle-line {
    width: 40px!important;
    height: 40px!important;
}

.toggle-line::after, .toggle-line::before, .toggle-line > span {
    content: "";
    position: absolute;
    background: currentColor;
    transition: all 0.2s;
    width: 34px;
    height: 4px;
    left: 4px;
    border-radius: 3px;
}

.toggle-line > span {
    top: 50%;
    margin-top: -2px;
    width: 20px!important;
}


.navbar-active .toggle-line::before {
    transform: rotate(45deg);
    top: 20px;
}

.navbar-active .toggle-line::before, .navbar-active .toggle-line::after {
    width: 34px;
    left: 3px;
    top: 17px;
}

.bg__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
 }


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

.watermark {
    width: 300px;
    height: 87.95px;
}

.heading__one {
    font-family: 'Avenir Next', 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 66px;
    line-height: 74px;
    text-transform: capitalize;   
    max-width: 638px;
    margin: 0 auto;   
}

.heading__two {
    max-width: 600px;
    font-family: 'Avenir Next', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 60px;
    color: #FFFFFF;  
}

.heading__colored {
    font-family: 'Avenir Next', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 44px;
    line-height: 60px;
    background: linear-gradient(90deg, #E3683E 0%, #A03217 114.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn__action {
    min-width: 200px;
    height: 60px;
    background: linear-gradient(90deg, #E3683E 0%, #A03217 114.54%);
    border-radius: 50px;
    border: none!important;
    text-transform: none;
    font-weight: bold;
}

.btn__action:hover {
    background-size: 400% 400%!important;
    background-image: radial-gradient(ellipse, #A03217 3.56%, #E3683E  50%, #A03217 100%)!important;
    -webkit-transform: scale(.95)!important;
    transform: scale(.95)!important;
    -webkit-animation: PageHeader_Gradient__2EvuS 5s ease infinite!important;
    animation: PageHeader_Gradient__2EvuS 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; 
}

.btn__scroll__down {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 55px;
    margin: 0 auto;
    padding: 12px;
    border-radius: 50%;
}

.btn__scroll__down:hover {
   background-color: rgba(255, 255, 255, .2);
}


.asset__drops__con {
    width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding-top: 50px;
}

.asset__drops__con .asset__drop {
    width: 200px;
}

.asset__drops__con .asset__drop p {
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    width: 196px;
    text-align: center;
}


.partners__logo__con {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 24px;
    gap: 24px;
}

.partners__logo__con .partner__logo {
    display: flex;
    width: 177px;
    height: 59px;
    background: #C4C4C4;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.partners__logo__con .partner__logo span {
    font-weight: bold;
    color: #000;
}

.products__con {
    display: flex;
    flex-direction: row;
    gap: 82px;
}
.products__con .product__img__con {
    position: relative;  
}


.products__con .product__details{
    max-width: 656px;
    justify-content: flex-start;
}

.products__con .btn__status {
    position: absolute;
    right: 26px;
    top: 26px;
    width: 174px;
    height: 43px;
    background: #FFFFFF;
    border-radius: 50px;
    font-family: 'Avenir Next', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #500E0E!important;
    text-transform: none;
    border: none;
    box-shadow: none;
    cursor: default;
}

.products__con .product__details p {
    font-family: 'Avenir Next', sans-serif;
    font-style: normal;
    font-style: normal!important;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    min-height: 140px;
}

#sandbox_asset_drops p {
    font-family: 'Avenir Next', sans-serif;
    font-style: normal;
    font-style: normal!important;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    max-width: 800px;
    width: 100%;
    margin: 30px auto;
    padding: 10px 20px;
}

.products__con .product__details .more__info {
    display: flex;
    flex-direction: row;
    gap: 80px;
}

.products__con .product__details .more__info span {
    font-family: 'Avenir Next', sans-serif;
    font-style: normal;    
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.products__con .product__details .more__info span b {
    font-weight: bold;
}

a:hover, a:focus, a:active {
    outline: 0;
    color: #fff;
}

.mt-120 {
    margin-top: 120px;
}

.btn-play {
    background: #fff!important;
    color: #000;
    border: none;
}

.btn-play:hover, .btn-play:focus, .btn-play:visited {
    color: #000!important;
}

.btn-play:after {
    animation: none;
    border: none;
}

ul.partners__logo__con {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

ul.partners__logo__con ul li {
    display: flex;
    align-items: center;
    height: 150px;
}
.video-wrapper{
    position: relative!important;
    pointer-events: unset!important;
    min-height: 800px;
    height: 100%;
    background: #000000;
    overflow: hidden;
}

#car-video {
    width: 100vw;
    height: 56.25vw;  
    min-height: 100vh;
    min-width: 120vh;  
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 }

 .banner__content {
    height: calc(100vh - 130px)!important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center!important;
    padding-bottom: 50px;
 }

 .menu-item {
    border-bottom: none!important;
}

.menu-item a {
    
    color: #fff!important
}

.bg-theme-dark {
    background-color: #0D0C26 !important;
}

.w-262 {
    width: 262px!important;
}


@media (min-width: 1200px){
    .products__con .product__img__con img {
        max-width: 500px;
        width: 500px;
    }

   
}

@media(max-width: 1440px){
    .bg__img img{
        min-height: 103.5vh!important;
     }
}
 @media (min-width: 998px) and (max-width:1100px){

   
.bg__img img{
    height: 120vh!important;  
    width: auto!important;
 }
 
 }


@media (min-width: 575px) and (max-width: 998px){

    .bg__img img {
        height: 120vh!important;
        width: auto!important;
     }
 
    .banner-fs .banner-wrap {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .banner__content img {
        height: 60px;
        width: auto;
    }

    .banner__content {
        height: calc(100vh - 68px)!important;
     }

    .heading__one {
        font-size: 50px!important;
        line-height: 64px;
        margin-bottom: 15px;
    }

    .btn__scroll__down {
        bottom: 10px;
    }

    .header-navbar:not(.header-navbar-classic) {
        width: 320px;
    }

    .heading__colored {
        margin-bottom: 0;
    }

    .partners__logo__con {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .partners__logo__con .partner__logo {
        width: 177px;
    }

    ul.partners__logo__con {
        padding: 50px 25px;
    }

    .products__con {
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .products__con .product__img__con {
        width: 250px!important;
    }

    .products__con .product__details {      
        width: calc(100% - 250px);
    }

    .products__con .btn__status {
        position: absolute;
        left: 50%;
        top: 15px;
        width: 100px;
        height: 30px;     
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        transform: translateX(-50%);
    }

    .products__con {      
        gap: 15px;
    }

    .products__con .product__details .more__info {
        flex-direction: column;
        gap: 10px;
    }
    .products__con .product__details p {       
        min-height: auto!important;
    }

    ul.partners__logo__con {      
        justify-content: center;
    }
    
    .video-wrapper {
        
        min-height: 500px!important;
        height: 500px!important;
    } 
 }

 

 @media (max-width: 575px){
     
    main section {
        padding-top: 30px !important;
    }
    .section-b, .section {
        padding-bottom: 30px;
    }
    .heading__one {
        font-size: 50px!important;
    }

    .heading__two {
        font-size: 36px!important;
        line-height: 40px;     
    }
    

    .btn__scroll__down {
        bottom: 15px;
    }
    .asset__drops__con {
        width: 100%;
        flex-direction: column;
        padding-top: 0;
    }

    .drop__assets {
        padding: 0 20px;
    }
    .asset__drops__con .asset__drop {
        width: 100%;
        margin-top: 30px;
    }

    .asset__drops__con .asset__drop p  {
        width: 100%;
    }
    
    .heading__colored {
        margin-bottom: 0;
    }

    .partners__logo__con {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .partners__logo__con .partner__logo {
        width: 177px;
    }

    ul.partners__logo__con {

        padding: 50px 25px;
    }

    .products__con {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .products__con .product__img__con {
        width: 100%;
    }

    .products__con {      
        gap: 15px;
    }

    .products__con .product__details .more__info {
        flex-direction: column;
        gap: 10px;
    }
    .products__con .product__details p {       
        min-height: auto!important;
    }

    .products__con .btn__status {
        position: absolute;
        left: 50%;
        top: 15px;
        width: 100px;
        height: 30px;     
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        transform: translateX(-50%);
    }
    ul.partners__logo__con {      
        justify-content: center;
    }
    
    .video-wrapper {
        height: 400px!important;
        min-height: 400px!important;
    }

    .mt-120 {
        margin-top: 80px;
    }
    
 }


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

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


/*landscape devices */
@media (orientation: landscape) {
    #hero {
        background-image: url('../images/lunar2022/hero/1920x1080.webp')!important; 
    }
  }


  /*portrait devices */
  @media (orientation: portrait) {
    #hero {
        background-image: url('../images/lunar2022/hero/1080x1920.webp')!important; 
    }     
}


/*square devices */
@media screen and (max-aspect-ratio: 3/2.5) {
    #hero {
        background-image: url('../images/lunar2022/hero/1080x1080.webp')!important; 
    }    
}

