
/* Reset CSS. */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


main {
    position: fixed;
    z-index: 1;
    top: 0 !important;
    width: 100% !important;
    /* max-width: 1920px !important; */
    margin: 0 auto !important;
    background: #121115;
}


/* Body. */
body{
   background: #121115;

}

[data-scroll] {
  position: relative;
  z-index: 9999999;
 
}


/* #################################### */
/* Intro scene. */
/* #################################### */
.intro-scene{
    position: relative !important;
    width: 0 !important;
    height: 100vh !important;
    pointer-events: none !important;
    top: 0;
    left: 0;
    z-index: 0 !important;
}

.intro-scene .background{
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    z-index: 1 !important;
}

.main{
    overflow: hidden;
}

.main-header{
    position: relative;
    z-index: 999999;
    max-width: 1763px;
    margin: -100vh auto 0;
}

.main-header .href-in{
    color: #FFF;
}

.main-header .holder{
    width: calc(100% - 40px);
    margin: 0 auto 0;
    max-width: 1042px;
    padding: 150px 0 150px;
}

.main-header h2{
    position: relative;
    font: 900 64px "Orbitron";
    color: #FFF !important;
    z-index: 2 !important;
    line-height: 126% !important;
    text-align: center;
    opacity: 0;
    margin: 0 0 67px 0;
}

.h3-holder{
    text-align: right;
}


.info-holder{
    max-width: 1085px;
    margin: 230px 0 0 0;
    text-align: left;
    clear: both;
}

.main-header p{
    font: 400 16px "Quantico" !important;
    max-width: none;
    line-height: 140%;
    margin: 20px auto 0;
    color: #FFF;
    opacity: 0;
}

.main-header p + p{
     margin: 11px auto 0;
};




.main-header h3{
    display: inline-block;
    font: 700 24px "Quantico" !important;
    color: #FFF !important;
    line-height: 140%;
    margin: 20px auto 0;
    color: #FFF;
}



.main-header li{
    font: 400 16px "Quantico" !important;
    line-height: 140%;
    margin: 2px 0 0;
    color: #FFF;
    list-style: none;
    opacity: 0;
}

.main-header li .line{
    position: relative;
    margin: 0 0 0 14px;
}

.main-header li .line::before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #A7A7A7;
    left: -14px;
    top: 10px;
}

.main-header p + .spacer{
    height: 1px;
    margin: 28px 0 0 ;
    background: #252427 !important;
    opacity: 0;
}

.main-header p + ul{
    margin: 12px 0 0;
}

.main-header ul + .spacer{
    height: 1px;
    margin: 28px 0 0 ;
    background: #252427 !important;
    opacity: 0;
}

.main-header h3{
    font: 700 24px "Quantico" !important;
    line-height: 140%;
    color: #FFF;
    opacity: 0;
}

.main-header  .spacer + h3{
    margin: 30px 0 0;
}

.main-header  h3 + p{
    margin: 19px 0 0;
}




.stuff{
    position: relative;
    z-index: 2 !important;
    text-align: right;
    margin: 180px 0 240px 0;
}

.stuff h2{
    font: 700 104px "Orbitron" !important;
    text-transform: none !important;
    position: relative;
    text-align: right;
    cursor: default;
    width: 100%;
    margin: 80px 0 0 0;
    color: #fff;
 
}



#main_sphere_holder{
    position: relative;
}

#sphere_holder{
    position: absolute !important;
    top: 0;
    width: 100%;
    height: 100vh;
    
  
}



/* #################################### */
/* products. */
/* #################################### */


/* Search bar */
#main_products .header {

    max-width: 1580px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0 auto 34px;
}

#main_products .header .categories {
    display: flex;
    gap: 20px;
}

 #main_products .header .category {
    font: 700 14px "Quantico";
    display: inline-block;
    color: #A7A7A7;
    position: relative;
    cursor: pointer;
    opacity: 1;
    padding-left: 12px;
    transition: all 0.3s ease-out; /* Smooth animation */
}

#main_products .header .category.active {
    pointer-events: none;
    cursor: default !important;
}

#main_products .header .wrapper {
   opacity: 0;
}

#main_products .header .square {
    display: inline-block;
    width: 4px;
    height: 4px;
    opacity: 0;
    background: #A7A7A7;
    position: relative;
    cursor: pointer;
    TOP: -2px;
    left: -7px;
    transition: all 0.3s ease-out;
}

#main_products .header .category:hover {
    color: #FFFFFF;
}

#main_products .header .category.active {
    color: #FFFFFF;
    font-weight: bold;
} 

#main_products .header .category.active:hover {
    color: #FFFFFF;
}

#main_products .header .category.active .square {
    opacity: 1;
    background: #FFFFFF;
}



#main_products .header .category.active:hover .square{
    background: #FFFFFF;
}

.search{
    position: relative;
    left: 20px;
}

.search input {
    position: relative;
    left: -20px;
    border: 1px solid #333333;
    border-radius: none;
    font: 400 14px "Quantico";
    color: #A7A7A7;
    background: transparent;
    padding: 10px 20px;
    transition: all 0.3s ease; /* Smooth animation */
    outline: none; /* Remove default outline */
}

.search input:focus {
    border-color: white;
    color: white;
}

.search img{
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    pointer-events: none; /* Prevents mouse events on the image */
}


/* Grid */
#main_products .nothing-found{
    font: 700 16px "Quantico";
    text-align: center;
    max-width: 100% !important;
    margin:  150px auto;
    display: none;
    color: #FFFFFF;
}

#main_products{
    position: relative;
    width: calc(100% - 40px);
    max-width: 1580px;
    cursor: default;
    z-index: 11;
    opacity: 0;
    margin: 110px auto 150px
}

#main_products .main {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    justify-content: start; /* Keeps items aligned left */
    max-width: 100%; /* or something like 1600px */
  }

#main_products .product{
    max-width: 800px;
}


#main_products .product-in{
    box-sizing: border-box;
    padding: 10px 10px 15px 10px;
    background: #222125;
}

#main_products .product .preview {
    width: 100%;
    aspect-ratio: 371 / 190; /* or just aspect-ratio: 0.512; */
    overflow: hidden;
    display: block;
  
}

#main_products .product .preview img{
    opacity: 0;
}

#main_products .product .preview img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Keeps it filled */
    display: block;
}

#main_products .product .title{
    font: 700 18px "Quantico";
    line-height: 140%;
    margin: 10px 0 0;
    color: #ffffff;
}

#main_products .product .category{
    font: 400 12px "Quantico";
    display: block;
    margin: 7px 0 0;
    color: #A7A7A7;
}



#main_products .product .price{
    font: 700 18px "Quantico";
    display: inline-block;
    line-height: 140%;
    margin: 20px 0 0;
    color: #ffffff;
}

#main_products .product .sales{
    font: 400 12px "Quantico";
    display: block;
    margin: 2px 0 0;
    color: #A7A7A7;
}

#main_products .product .a-holder{
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    overflow: visible;
    margin: 0 0 0;
}

#main_products .product .a-holder:nth-child(2) .button{
    border-bottom: 4px solid #333333;
}

#main_products .product .buttons{
    text-align: right;
    margin: -44px 0 0 0;
}

#main_products .product .button{
    position: relative;
    display: inline-block;
    font: 700 12px Quantico;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    border: 1px solid #333333;
    box-sizing: contet-box;
    padding: 11px 16px 12px 16px;
}

#main_products .product .button img{
    position: relative;
    mix-blend-mode: difference;
    top: 3px;
    margin: 0 0 0 5px;
}

#main_products .product .button.cart{
    top: 3px;
    margin: 0 ;
    padding: 10px 16px 10px 9px;
}


.scroll-down {
    position: fixed;
    visibility: hidden;
    left: 40px ;
    bottom: 40px;
    width: 35px;
    height: 55px;
    border: #fff solid 1px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    transform: translate(0px, 50px);
    z-index: 999;
    mix-blend-mode: difference;
}

.scroll-down span {
    background-color: #fff;
    width: 3px;
    height: 6px;
    border-radius: 30px;
    margin-top: 10px;
    position: relative;
}

.scroll-down span::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border: none;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: translateY(-10px) rotate(135deg);
    left: -3px;
    margin-top: 10px;
    opacity: 0;
    animation: ani 1.8s infinite linear;
}

.scroll-down span::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border: none;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: translateY(-10px) rotate(135deg);
    left: -3px;
    margin-top: 10px;
    opacity: 0;

    animation: ani 1.8s infinite linear;
    animation-delay: 0.8s;
}

@keyframes ani {
    0% {
        margin-top: 10px;
        opacity: 0;
    }

    50% {
        margin-top: 25px;
        opacity: 1;
    }

    100% {
        margin-top: 40px;
        opacity: 0;
    }
}


/* #################################### */
/* Footer. */
/* #################################### */
.footer-mask-white{
    position: relative;
    height: 300px;
    width: 100%;
    background: #00ff00;
    z-index: -1;
    margin: -300px 0 0;
}

#footerTrail{
    position: absolute;
}


.footer{
    position: absolute;
    overflow: visible;
    overflow: visible;
    width: 100%;
    z-index: -1;
    height: auto;
    background: #FFF;
}

.footer.in{
    position: relative;
    background: transparent !important;
    bottom: unset !important;
}


.footer.out{
    position: absolute;
    height: auto !important;
    bottom: 0;
    left: -5000px;
    cursor: auto !important;
    visibility: visible !important;
}

.footer-in .href-in {


    text-decoration: none !important;
   
}
.footer-in .href-in .char.space{
    color: transparent !important;
}



.footer strong{
    color: #000 !important;
}


.footer-in{
    position: relative;
    width: 100%;
    height: auto;
    will-change: transform; /* Optimize for transform changes */
    transform: translateZ(0); /* Forces hardware acceleration */
    background: #FFF;
}

.footer-in .cols {
    position: relative;
    display: flex;
    width: calc(100% - 120px); /* Subtracts 60px padding on each side */
    justify-content: space-between; /* Ensures even spacing without overflow */
    box-sizing: border-box; /* Prevents padding from increasing width */
    margin: 0 auto 0;
    padding: 58px 0 150px;
}

.footer-in .col:nth-child(1) {
    flex: 0 0 35%; /* 50% width */
    max-width: 35%;
}

.footer-in .col:nth-child(2) h3{
    margin: 0 0 2px 0;
}

.footer-in .col:nth-child(2) a{
    font: 700 16px "Quantico";
    color: #111;
    margin: 13px 0 0 0;
    display: inline-block !important;
}

.footer-in p {
    font: 400 14px "Quantico";
    color: #111;
}

.footer-in .href-in .char {
    display: inline !important;
    text-decoration-skip-ink: none;
    text-decoration: underline;
    text-decoration-color: transparent;
}
.footer-in .href-in .char.space{
    color: transparent !important;
}

.footer-in h3 {
    font: 700 16px "Quantico";
    text-transform: uppercase;
    color: #A7A7A7;
}
 
.footer-in .col:nth-child(3) .header{
    display: inline-block;
    font-weight: 700;
    width: 64px !important;
    margin: 16px 0 0;
    color: #111;
}

.footer-in .col:nth-child(3) .desc{
    display: block;
    font-weight: 400;
    margin: -20px 0 0 76px;
    color: #111;
}

.footer-in .col:nth-child(3) .desc .email{
    color: #111;
    white-space: nowrap;
}

.footer-in .col:nth-child(2){
    flex: 0 0 13%; /* 30% width */
    max-width: 13%;
}


.footer-in .col:nth-child(1) p {
    max-width: 800px;
    margin: 20px 20px 0 0;
}

.footer-in .col:nth-child(1) img {
    position: relative;
    top: -3px;
    mix-blend-mode: difference;
    margin: -16px 0 -1px;
}

.footer-in .col:nth-child(4) h2 {
    font: 900 64px "Orbitron";
    color: #111;
    margin: 8px 0 0;
}

.footer-in .col:nth-child(4) span {
    font-weight:  900;
    margin: 8px 0 0;
}

/* Columns 2 and 3 */
.footer-in .col:nth-child(3){
    flex: 0 0 13%; /* 30% width */
    max-width: 13%;
}

.footer-in .col:nth-child(4) {
    flex: 0 0 17%; /* 30% width */
    max-width: 17%;
}

.footer-in .col:nth-child(4) {
    text-align: right; /* Aligns content to the right */
}

.footer .cols .col:nth-child(4) a{
    position: relative;
    display: inline-block;
    font: 900 16px Quantico;
    text-transform: uppercase;
    text-decoration: none;
    color: #111;
    margin: 29px 0 0;
     border: 1px solid #111;
    padding: 17px 22px 17px 25px;
}

.footer .cols a img{
    position: relative;
    mix-blend-mode: difference;
    top: 3px;
    margin: 0 0 0 10px;
}

.footer-in h4{
    font: 400 14px "Quantico";
    position: absolute;
    color: #111;
    left: 58px;
    bottom: 28px;
}


.footer-in .social{
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 25px;
    right: 50px;
    bottom: 27px;
}

.footer-in .social a{
    position: relative;
    display: inline-block;
}

.footer-in .social a:nth-child(2){ 
    position: relative;
    left: 10px;
}

.footer-in a:nth-child(4){
    margin: 0 0 0 10px;
}


@media screen and (max-width: 1700px) {
    
  .footer-in .cols{
        width: calc(100% - 60px);
    }

    .footer-in h4 {
        left: 34px;
    }

    .footer-in .social {
        right: 20px;
    }
}


@media (max-width: 1500px) {


      /* Footer */
    .footer-in .col:nth-child(1) img {
        width: 50%;
    }
}

@media (max-width: 1350px) {
  

}


/* Tablet */
@media (max-width: 1200px) {

    canvas{
        visibility: hidden !important;
    }

    .scroll-down{
        display: none !important;
    }

    /* Header */
    .main-header h2 {
        font-size: 33px !important;
        line-height: 126% !important;
    }
   

   


    /* Footer */
    .footer-in .cols{
        flex-wrap: wrap;
        width: calc(100% - 40px);
        padding: 50px 0 90px;
        margin: 0 auto 0;
    }

    .footer-in .col:nth-child(1) img {
        width: 20%;
    }

    .footer-in .cols .col:nth-child(1) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-in .cols .col:nth-child(2) {
        flex: 0 0 26%;
        max-width: 26%;
        padding: 30px 0 0;
    }

    .footer-in .cols .col:nth-child(3){
        flex: 0 0 33%;
          max-width: 33%;
        padding: 30px 0 0;
    }

    .footer-in .cols .col:nth-child(4){
        flex: 0 0 33%;
          max-width: 33%;
        padding: 30px 0 0;
    }

    .footer-in .col:nth-child(1) p {
        max-width: 100%;
        margin: 0;
    }

    .footer-mask{
        background: transparent;
        height: 0;
    }

    .footer-in .col:nth-child(2) .header {
        margin: 6px 0 0;
    }

    .footer-in .col:nth-child(3) h2 {
        margin: -7px 0 0;
    }

    .footer .cols .col:nth-child(3) a {
        margin: 19px 0 0;
    }

    .footer .cols .col:nth-child(3) p {
        margin: -2px 0 0;
    }

    .footer-in h4 {
        bottom: 24px;
        left: 20px;
    }

    .footer-in .social {
        bottom: 22px;
        right: 10px;
    }
}


/* Tablet */
@media (max-width: 900px) {
    
    .stuff h2 {
        font-size: 54px !important;
        text-align: left;
       
    }
}


/* Phone */
@media (max-width: 700px) {

    .scroll-down{
        display: none !important;
    }

     /* Heder */
    .main-header .holder {
       padding: 89px 0 50px;
    }

    .main-header h2 {
        font-size: 33px !important;
        line-height: 126% !important;
        margin: 0 0 47px 0;
    }


    
   
     /* Footer */
     .footer-in .cols{
        width: calc(100% - 40px);
        padding: 41px 0 70px;
    }

    .footer-in .col:nth-child(1) img {
        width: 30%;
    }

    .footer-in .cols .col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: left !important;
    }

    .footer-in h4 {
        bottom: 14px;
        left: 20px;
    }

    .footer-in .social {
        bottom: 12px;
        right: 1px;
    }

    .footer .cols .col:nth-child(3) a {
        font-size: 14px;
        padding: 9px 18px 11px 18px;
    }

    .footer .cols .col:nth-child(3) a img {
        height: 17px !important;
    }


    .footer-in .social {
        bottom: 16px;
        right: 15px;
    }

    .footer-in .social a:nth-child(1) {
        position: relative;
        left: 10px;
    }

    .footer-in .social a:nth-child(2) {
        position: relative;
        left: 20px;
    }

    .footer .cols .col:nth-child(4) a{
        margin: 19px 0 0;
    }

}


/* Phone */
@media (max-width: 600px) {

    
    /* Header */
    .main-header .holder {
        width: calc(100% - 20px);
    }

    .stuff h2 {
        font-size: 44px !important;
        text-align: left;
        margin: 20px 0 0 -2px;
    }


   /* Footer */
    .footer-in .cols {
        width: calc(100% - 20px);
        padding: 41px 0 70px;
    }

     .footer-in h4 {
        bottom: 19px;
        left: 13px;
    }

}


@media (max-width: 500px) {

   .stuff h2 {
        font-size: 34px !important;
        text-align: left;
        margin: 20px 0 0 -2px;
    }
}


/* Phone */
@media (max-width: 450px) {
 
}

@media (max-width: 450px) {
     .stuff h2 {
        font-size: 28px !important;
        text-align: left;
        margin: 20px 0 0 -2px;
    }
}