@font-face {
    font-family: new;
    src: url('/asstes/fonts/NeueHaasDisplayMediu.ttf');
    font-weight: 600;
}
@font-face {
    font-family: new;
    font-weight: 200;
    src: url('/asstes/fonts/NeueHaasDisplayLight.ttf');
}
@font-face {
    font-family: new;
    font-weight: 300;
    src: url('/asstes/fonts/NeueHaasDisplayRoman.ttf');
}

/* @font-face {
    font-family: new;
    font-weight: 500;
    src: url('/asstes/fonts/NeueHaasDisplayThin.ttf');
} */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "new";
}

html,body{
    height: 100%;
    width: 100%;
    /* background: #efeae3; */


}

body{
    overflow-x: hidden;
}

#main{
    overflow-x: hidden;
    position: relative;
    z-index: 9;
}


#page1{
    /* padding: 0vw 2vw; */
    min-height: 100vh;
    width: 100%;
    background: #efeae3;
    position: relative;
}


#loader-animation{
    position: fixed;
    z-index: 20;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    top:0px;
    transition: 0.5s ease all;
    height: 100vh;
    width: 100%;
    background: #000;
}

#loader-animation h1{
    color: transparent;
    font-size: 7vw;
    position: absolute;
    background:linear-gradient(to right,orange, red);
    -webkit-background-clip: text;
    opacity: 0;
}


#loader-animation h1:nth-child(1){
    animation: Loaderanimation linear  1s;
    animation-delay: 1s;
}


#loader-animation h1:nth-child(2){
    animation: Loaderanimation linear 1s;
    animation-delay: 2s;

}
#loader-animation h1:nth-child(3){
    animation: Loaderanimation linear  1s;
    animation-delay: 3s;
}


@keyframes Loaderanimation {
    0%{
        opacity: 0;
     }
      /* 20%{
        opacity: 1;
     }
     80%{
        opacity: 0;
     } */
     100%{
        opacity: 1;
     }
}


nav{
    width: 100%;
    display: flex;
    position: sticky;
    top: 0;
    align-items: center;
    justify-content: space-between;
    padding: 2vw 2vw;
    transition:  ease all 0.5s;
}

nav .menu{
    display: none;

}
#nav-part-2{
    transition:  ease all 0.5s;
    display: flex;
    gap: 1vw;

}



.btu{
    font-weight: 500;
    padding: 10px 20px;
    color: rgba(0, 0, 0, 0.733);
    font-size: 18px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.235);
    z-index: 2;
}
.btu::after{
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    background-color: #000;
    bottom: -100%;
    left: 0;
    transition: all ease 0.4s;
}

.btu:hover{
    color:white;
}
.btu:hover::after{
    bottom: 0%;
    border-radius: 0;
}

 #Hero{
 padding: 0vw 2vw;
    width: 100%;
    height:62vh;
    display: flex;
    /* background: red; */
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.235);
    padding-bottom: 2.5vw;
    margin-top: 4.5vw;

}

.contant1{
    width: 25vw;
    font-size: 1.8vw;
    line-height: 2vw;
}

.contant2{
    font-size: 7vw;
    line-height:7vw;
    font-weight: 600;
    text-align: right;
}

#animation{
    position: relative;
    right: -2vw;
    min-height: 3vh;
}
#animation .anime1{
    position: absolute;
    height: 45vw;
    width: 60vw;
    top: -5vw;
    right: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    filter: blur(10px);
    /* background: #E6352D; */
    background-color: red;
}


 .anime2{
    position: absolute;
    height: 45vw;
    width: 45vw;
    top: -10vw;
    border-radius:50%;
    right:-10vw;
    filter: blur(20px);

    background-color: blue;
    background: linear-gradient(to left,hwb(14 5% 10%),#e6260d);
    animation: anime1 alternate infinite 5s;
}



@keyframes anime1 {
    0%{
        transform: translate(10%,-10%);
    }
    100%{
        transform: translate(-10%,10%);

    }
}

#page1 video{
    position: relative;
    width: 100%;
    padding: 0vw 2vw;
    z-index: 10;
    border-radius: 100px;
}



#page2{
    height: 100vh;
    width: 100%;
    background: #efeae3;
    /* padding: 0vw 2vw; */
    /* background:red; */
}

#page2 #moving-text{
    padding: 2vw 0;
    display: flex;
    overflow: hidden;
    width: 100%;
}
#page2 #moving-text .container{
    animation: moving-text linear infinite 10s;
    display: flex;
    align-items: center;
}
#page2 #moving-text .container .gola{
    background: #e6360d;
 height: 4vw;
 width: 4vw;
 margin: 0rem 2vw;
 border-radius: 50%;


}
#page2 #moving-text .container h1{
    font-size: 8vw;
}

@keyframes moving-text {
    0%{
        transform: translateX(-0%);
    }
    100%{
        transform: translateX(-100%);
    }
}


#about{
    min-height: 80vh;
    width: 100%;
}

.container-1{
    padding: 2vw 2vw;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    justify-content: space-around;
    align-items: center;
}
.container-1 h1{
    position: relative;
    font-size: 4vw;
    line-height: 4vw;
    z-index: 1;
    width: 60%;
    height: 100%;
}

.container-1 .container-2{
    width: 15%;
    
}

.container-1 .container-2 img{
    width: 100%;
    border-radius: 15px;
}

.container-1 .container-2 p{
    margin-top: 2vw;
    font-weight: 200;
    font-size: 0.9rem;
}

#moving-gola{
    position: absolute; 
   top: 13%; 
   left: 28%;  
}
#moving-gola .gola-1{
    position: absolute; 
    height: 30vw;
    width: 30vw;
    border-radius: 50%;
    filter: blur(20px);
    background: #e6520d;

}

#moving-gola .gola-2{
    position: absolute; 
    height: 30vw;
    width: 30vw;
    top: 80px; 
   left: -80px;
    border-radius: 50%;
    filter: blur(20px);
    background:linear-gradient(to right, #ec291f,#e6520d);
    animation: moving-gola alternate infinite 3s;
}

@keyframes moving-gola {
    0%{
        transform: translate(-5%,5%) skewY(0) ;
        
    }
    100%{
        transform: translate(5%,-5%) skewY(10deg);

    }
}

#page3{
    padding: 2vw 0;
    background: #efeae3;
    width: 100%;
    min-height: 130vh;
    
    
}

#page3 #elem-container{
    height: 100%;
    transition: ease all 0.5s;
}

.heading{
    font-size: 1vw;
    font-weight: 200;
    padding: 2vw 2vw;
    display: flex;
    gap: 10px;
    align-items: center;
}

.heading span{
    background: #e6a10d;
    height: 2vw;
    width: 2vw;
    border-radius: 50%;
}
.elem{
    
    position: relative;
    padding: 2vw 0;
    overflow: hidden;
    height: 7vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.235);
}

.elem .overlay{
    width: 100%;
    height: 100%;
    z-index: 1;
    top: -200px;
    transition: ease all 0.3s;
    left: 0;    
    display: flex;
    justify-content: flex-end;
    position:absolute;
    background: #FF9831;
    
}

.overlay p{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-right: 1vw;
    flex-direction: column;
    font-size: 1.1vw;
}

.overlay p span{
    font-weight: 300;
}

.elem h2{
    font-size: 3vw;
    position: relative;
    z-index: 3;
    padding: 0 2vw;
}

.elem:hover .overlay{
    top: 0;
}


.fixed-image{
    position: fixed;
    width: 24vw;
    height: 30vw;
    top: 25%;
    left: 50%;
    z-index: 20;
    border-radius: 10px;
    transition: ease all 3s;
    display: none;
}

.fixed-image img{
    transition: ease all 3s;
    position: relative;
    width: 100%;
    z-index: 10;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.fixed-video{
    position: fixed;
    width: 24vw;
    height: 30vw;
    top: 25%;
    left: 50%;
    z-index: 20;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    transition: ease all 3s;
    display: none;
}

.fixed-video video{
    transition: ease all 3s;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.elem-btu{
    background: #efeae3;
    display: flex;
    margin: 1.5vw;
    align-items: center; gap:10px;
}

.elem-btu img{
    width: 2vw;
    height: 2vw;
}

.btu span:hover{
    color: white;
}


#page4{
    position: relative;
    padding: 5vw 3vw;
    height: 100vh;
    background: #efeae3;

}

.page3-bottom{
  display: flex;
  background: #000;
    width: 100%;
    color: white;
    height: 100vh;
    border-radius: 20px;

}

.page3-bottom .left{
    flex-basis: 50%;
    /* background: red; */
}
.left-content{
    position: relative;
    padding: 11vw;
    padding-bottom: 4vw;
}
.left-content h1{
  font-size: 4vw;
  line-height: 5vw;
  color: #efeae3a1;
}


.tab-contents{
    display: none;
}

.active-tab{
    display: block;
    padding:11vw;
    padding-top: 0vw;
    font-weight: 300;
    color: #efeae3;
    font-size: 1.3vw;
}



 .left-content .left-titles::after{
    content: "";
    top:41%;
    border-radius: 20px;
    height: 35%;
    width: 1px;
    background: #efeae359;
    position: absolute;
    left: 20.2%;
}


 .active::before{
    content: "";
    border-radius: 20px;
    height: 50px;
    z-index: 2;
    /* top:45%; */
    width: 1px;
    background:red;
    position: absolute;
    left: 20.2%;
}


.right{
    flex-basis: 50%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


.right .active-img{
    height: 100%;
    width: 100%;
    transform: scale(1.2);
    display: block;
}

.right img{
    display: none;
}



.page3-bottom .right{
    overflow: hidden;
    flex-basis: 50%;
}

.active{
    color: white !important;
    /* background: red; */
}


#swiper-comment{
    min-width: 30vh;
    width: 100%;
    position: relative;
    padding: 5vw 0;
    background: #efeae3;

}

#swiper-comment .container{
    display: flex;
    gap: 2vw;
    justify-content: center;
    overflow-x: scroll;
    padding:0 2vw ;
}

#swiper-comment .container::-webkit-scrollbar{
    display: none;
}

#swiper-comment .container .Item{
    padding: 3vw 3vw;
    border-right: 1px solid rgba(0, 0, 0, 0.235);

}

#swiper-comment .container .Item img{
    width: 100%;
    padding-bottom: 2vw;
}


#swiper-comment .container .Item h4{
    font-weight: 300;
    font-size: 1vw;
}


.traspraent{
    background-color: transparent;
    height: 90vh;
    /* padding: 2vw 0 ; */
}

footer{
    color: #fff;
    z-index: 1;
    bottom: 0;
    width: 100%;
    position: fixed;
    background: #000;
    height: 90vh;
    display: flex;
    flex-direction: column;
    
}

footer .animtion{
    width: 100%;
    z-index: -1;
    padding: 0;
    margin: 0;
    min-height: 2vw;
    top:-10%;
    left: 0;
    border-radius: 50%;
    display: flex;
    filter: blur(40px);
}

footer .animtion .anime{
    height: 25vw;
    width: 32vw;
    transform:scale(2);
    background:rgba(255, 0, 0, 0.774);
    
}

footer .animtion .anime:nth-child(1){
    animation: Bottom-top alternate infinite 5s;
    animation-delay: 0.1s;

    transform: translateY(-80%);
    /* background:blue; */
}
footer .animtion .anime:nth-child(2){
    /* background:red; */
    animation: Bottom-top alternate infinite 5s;
    animation-delay: 0.5s;

}
footer .animtion .anime:nth-child(3){
    animation: Bottom-top alternate infinite 5s;
    animation-delay: 1.5s;

}
footer .animtion .anime:nth-child(4){
    animation: Bottom-top alternate infinite 5s;
    animation-delay: 2.5s;
}


@keyframes Bottom-top {
    0%{
        transform: translateY(0%);
    }
    100%{
        transform: translateY(-60%);
    }
}




footer{
    width: 100%;
}
footer .container{
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2vw 2vw;
  justify-self: unset;
  justify-content: space-between;
  /* height: 40%; */
  /* background: red; */

}

.footer-links{
    display: flex;
    flex-direction: column;
}
.footer-links a{
    text-decoration: none;
    color: white;
    font-size: 2vw;
    
}

#form{
    z-index: 20;
    position: relative;

}

#form label h4{
    font-size: 1vw;
    font-weight: 200;
}
footer h1{
    font-size: 23vw;
    text-align: center;
}
#form img{
   width: 5%;
   
}
.email{
    position: relative;
    display: flex;
    padding: 1vw 0;
    align-items: center;
    z-index: 50;
    border-bottom: 1px solid rgba(255, 255, 255, 0.235);
}
.email input{
    color: #efeae3;
    border: none;
    background: transparent;
}
.email span{
    font-size: 1.3vw;
    color: #555;
}

.bottom-footer{
    padding: 1vw 2vw;
    border-top: 1px solid rgba(255, 255, 255, 0.235);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom-footer h5{
    font-size: 1.2vw;
    font-weight: 300;
}

.bottom-footer h5 a{
    color: #fff;
    text-decoration: none;
}

#Navoverlay{
    position: fixed;
    top:-1200rem;
    left:0;
    width: 100%;
    height: 100vh;
    transition: ease all 0.2s;
    z-index: 10;
    background: #0000004d;
}
@media screen and (max-width:640px){
    nav{
        position: relative;
    }
    nav .menu{
        z-index: 20;
        position: relative;
        display: block;
    }
    .btu::after{
        background: transparent;
    }
    .btu:hover{
        color: #000;
    }
    
    #nav-part-2{
        position: absolute;
        width: 100%;
        min-height: 50vh;
        background: #efeae3;
        top: -100rem;
        padding-top: 25%;
        right: 0;
        justify-content: center;
        align-items: flex-end;
        flex-direction: column;
        z-index: 10;
        padding-bottom:4vw ;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;

        border-bottom: 1px solid rgba(0, 0, 0, 0.235);

    }

    #nav-part-2 h4{
        padding: 0;
        font-size: 15vw;
        font-weight: 600;
        color: #222;
        border: none;
        background: none;
    }

    #nav-part-2 h4:hover{
        color: #000;

    }

    #Hero{
        flex-direction: column-reverse;
        width: 100%;
    }


    #Hero .contant2{
        width: 100%;
        font-size: 16vw;
        line-height: 23vw;
    
    }
    #Hero .contant1{
    width: 100%;
    font-size:6vw;
    line-height: 6vw;
     align-items: flex-start;
    }


    #page1 video{
        height: 80vh;
        padding: 0 2vw;
        border-radius: 20px;
        object-fit: cover;
    }
   
    #page2 #moving-text .container h1{
        font-size: 11vw;
        padding: 5vw 0;
    }

    #page2{
        height: 70vh;
    }
    #about .container-1{
        flex-direction: column;
        width: 100%;
        z-index:5;
        height: fit-content;
        gap:2vw;
        position: relative;
        align-items: flex-start;
    }

    #about .container-1 h1{
        width: 100%;
        font-size: 6vw;
        line-height: 8vw;
        height: fit-content;
    }
    #about .container-2 {
        display: flex;
        flex-direction: column;
        width: 70%;
    }
    #about .container-2 p{
        font-size: 4vw;
        
    }
    .page3-bottom{
        height:60vh;
        flex-direction: column;
    }
    .page3-bottom .right{
        border-radius: 20px;
    }

    #page4{
        height: 70vh;
    }
    .left-content{
        position: relative;
        padding: 10vw;
    }
    .left-content h1{
      font-size: 5vw;
      line-height: 5vw;
      color: #efeae3a1;
    }
    .left .tab p{
        font-size: 4vw;
    }
    .left-content h1{
        font-size: 6vw;
        font-weight: 300;
        /* background: red; */
        line-height: 7vw;
    }
    .left-content .left-titles::after{
        content: "";
        border-radius: 20px;
        height: 50%;
        width: 1px;
        top: 50%;
        background: #efeae359;
        position: absolute;
    }
    
    
     .active::before{
        content: "";
        border-radius: 20px;
        z-index: 2;
        /* top:45%; */
        width: 1px;
        background:red;
        position: absolute;
    }


    
    
    .tab-contents{
        display: none;
        transition: ease all 0.5s;
    }
    
    .active-tab{
        transition: ease all 0.5s;
        display: block;
        padding:11vw;
        padding-top: 0vw;
        font-weight: 300;
        color: #efeae3;
        font-size: 1.3vw;
    }
    
    
    
     .left-content .left-titles::after{
        content: "";
        top:35%;
        border-radius: 20px;
        height: 30%;
        width: 1px;
        left: 5%;
        background: #efeae359;
        position: absolute;
    }
    
    
     .active::before{
        content: "";
        border-radius: 20px;
        height: 10px;
        left: 5%;
        z-index: 2;
        width: 1px;
        background:red;
        position: absolute;
    }
    







.heading{
    font-size: 3vw;
}


.elem-btu{
    font-size: 3vw;
}

#loader-animation h1{
    font-size: 11vw;
}

#moving-gola{
    position: absolute; 
   top: 13%; 
   left: 28%;  
   z-index: -1;
}
#moving-gola .gola-1{
    position: absolute; 
    height: 70vw;
    width: 70vw;
    border-radius: 50%;
    filter: blur(20px);
    background: #e6520d;

}

#moving-gola .gola-2{
    position: absolute; 
    height: 70vw;
    width: 70vw;
    top: 80px; 
   left: 0px;
    border-radius: 50%;
    filter: blur(20px);
    background:linear-gradient(to right, #ec291f,#e6520d);
    animation: moving-gola alternate infinite 3s;
}

@keyframes moving-gola {
    0%{
        transform: translate(-5%,5%) skewY(0) ;
        
    }
    100%{
        transform: translate(5%,-5%) skewY(10deg);
    }

}


.elem h2{
  font-size: 5vw;
}

#page3 #elem-container{
    min-height: 120vh;
}

#page3 #elem-container .elem{
    height: 70vh;
    background-position: center;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    margin: 3vw 2vw;
    border-radius: 20px;
}
#page3 #elem-container .overlay{
    display: none;
    #page3{
        padding: 2vw 0vw;
        min-height: 120vh;
    }
}
.elem:nth-child(2){
    background-image: url('https://assets-global.website-files.com/64d3dd9edfb41666c35b15d4/64d3dd9edfb41666c35b1733_Nike_HOI_50th_SU22_FL1_5388-p-800.webp');

}

.elem:nth-child(3){
    background-image: url('/asstes/img/image6.webp');

}

.elem:nth-child(1){
    background-image: url("/asstes/img/image5.webp");
}
.elem:nth-child(4){
    background-image: url('https://assets-global.website-files.com/64d3dd9edfb41666c35b15d4/64d3dd9edfb41666c35b16f4_Copy%2520of%2520Nike_Soho_50th_SU22_FL1_6176-p-800.webp');
}
.elem:nth-child(5){
    background-image: url('https://assets-global.website-files.com/64d3dd9edfb41666c35b15d4/64d3dd9edfb41666c35b16c5_Copy%2520of%2520Nike_Soho_AMD21_0781_LORES-p-800.webp');

}
.elem:nth-child(6){
        
    background-image: url('/asstes/img/image6.webp');
}


.elem:nth-child(7){
    background-image: url('https://plus.unsplash.com/premium_photo-1676823570632-adabc1c636ad?q=80&w=1602&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
}

.elem:nth-child(8){
    background-image: url("https://assets-global.website-files.com/64d3dd9edfb41666c35b15d4/64d3dd9edfb41666c35b163b_Copy-of-IMG_1180-p-800.webp");
}


.traspraent{
    z-index: 2;
    position: relative;
    height: 30vh;
}
footer{
   height: 30vh; 
}
footer .container .footer-links a{
   font-size: 5vw;
}

#form label h4{
  font-size: 3.5vw;
}

footer h1{
    font-size: 20vw;
}
footer .bottom-footer h5{
    font-size: 2.8vw;
    display: flex;
    align-items: center;
}

footer .bottom-footer h5 img{
    width: 20%;
}

footer .animtion .anime{
    background: red;
}


}




