*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif ;
}

html, body{
    height: 100%;
    width: 100%;
}

.main{
    z-index: 10;
    position: relative;
}

#page1{
    min-height: 100vh;
    width: 100%;
    background-color: rgb(239,234,227);
    position: relative;
    padding: 0 2vw;
}

.nav1 p{
    display: none;
}
a {
    text-decoration: none;
  color: black;
        position: relative;
        overflow: hidden;
        font-weight: 200;
        text-align: center;

}

nav{
    padding: 1.8vw 2vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav h2{
    font-size: 4vw;
}

nav h2 span{
    color: rgb(17, 116, 116);
}

.nav2{
    display: flex;
    align-items: center;
    gap: 1.3vw;
}

.nav2 h4{
    border: 1px solid black;
    border-radius: 50px;
    padding: 7px 2vh;
    position: relative;
    overflow: hidden;
    font-weight: 200;
}

.nav2 h4::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgb(17, 116, 116);
    left: 0;
    bottom: -100%;
    border-radius: 50%;
    transition: all 0.4s;
}

.nav2 h4:hover::after{
    bottom: 0;
    border-radius: 0%;
}

.nav2 h4 a{
    text-decoration: none;
    color: black;
    z-index: 9;
    position: relative;
}

.nav2 h4:hover a{
    color: white;
}


#center{
    height: 80vh;
    width: 100%;
    background-color: rgb(239,234,227);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 4.6vw 1.2vw;
    border-bottom: 1px solid rgb(140, 140, 140);
}

.left {
    width: 34vw;
    font-size: 1.9vw;
}

.right{
    font-size: 6.3vw;
    line-height: 8.1vw;
    text-align: end;
}

#page1 video{
    position: relative;
    width: 100%;
    margin-top: 3vw;
    border-radius: 20px;
    
}

.hero1{
    width: 46vw;
    height: 36vw;
    position: absolute;
    background-color: rgb(17, 116, 116);
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    right: 0;
    filter: blur(20px);
    top: 82vh;
    animation: anime2 3s linear alternate infinite ;
}

.child1{
    width: 30vw;
    height: 30vw;
    position: absolute;
    background-color: rgb(20, 5, 2);
    border-radius: 50%;
    background-color: rgb(17, 116, 116);
    animation: anime 2s linear alternate infinite;
}

.child2{
    width: 30vw;
    height: 30vw;
    margin-left: 15vw;
    background-color: rgb(21, 255, 161);
    border-radius: 50%;
    animation: anime1 3s linear alternate infinite;
    background-color: rgb(17, 116, 116);
}


@keyframes anime1 {
    from{
        transform: translateY(-15%);
    }to{
        transform: translateY(26%);
    }
}

@keyframes anime {
    from{
        transform: translateY(-12%);
    }to{
        transform: translateY(20%);
    }
}

.page2{
    min-height: 100vh;
    width: 100%;
    padding: 5vw 0.1vw;
    background-color: rgb(239,234,227);
    position: relative;
}

.con1{
    white-space: nowrap;
    display: inline-block;
    animation: move 19s linear infinite ;
}

.moving{
    white-space: nowrap;
    overflow-x: auto;
}

.moving::-webkit-scrollbar{
    display: none;
}

.moving h1{
    font-size: 9vw;
    display: inline-block;
}

.gola{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: rgb(17, 116, 116);
    display: inline-block;
    margin: 1vw 2vw;
}

@keyframes move{
    from{
        transform: translateX(0);
    }to{
        transform: translateX(-100%);
    }
}

.page2-bottom{
    min-height: 80vh;
    width: 100%;
    padding: 9vw 4vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.page2-bottom h1{
    font-size: 4vw;
    width: 55%;
    line-height: 3.8vw;
}

.page2-bottom2{
    width: 20%;
}

.page2-bottom2 img{
    width: 100%;
    border-radius: 15px;
}

.page2-bottom2 p{
    font-size: 2.1vh;
    padding: 2.5vw 0.2vw;
}

.page2 .gola01{
    height: 30vw;
    width: 30vw;
    position: absolute;
    border-radius: 50%;
    background:linear-gradient( to top right ,cyan, rgb(17, 116, 116));
    top: 55%;
    left: 23%;
    filter: blur(20px);
    animation: jana 4s infinite alternate ease-in-out;
}

.page3{
    min-height: 100vh;
    width: 100%;
    background-color: rgb(239,234,227);
    padding: 4vw 0vw;
}

@keyframes jana {
    from{
        transform: translate(10%,-10%) skew(1deg);
    }to{
        transform: translate(-10%,10%) skew(-12deg) ;
    }
}

.elem{
    height: 80px;
    width: 100%;
    border-bottom: 1px solid black;
    position: relative;
    display: flex;
    align-items: center;
    padding: 2vw 3vw;
    position: relative;
    overflow: hidden;
}

.elem h2{
    font-size: 3vw;
    z-index: 9;
}

.elem .overlay{
    height: 100%;
    width: 100%;
    background-color: rgb(17, 116, 116);
    position: absolute;
    left: 0;
    top: -100%;
    transition: all ease 0.3s;
}

.elem:hover .overlay{
    top: 0;
}

#img2{
    height: 30vw;
    width: 25vw;
    border-radius: 10px;
    position: fixed;
    z-index: 99;
    top: 20%;
    left: 55%;
    display: none;
    background-size: cover;
    transition: all ease 2s;
}

.page4{
    height: 60vh;
    width: 100%;
    background-color: rgb(239,234,227);
}



.footer{
    position: fixed;
    z-index: 9;
    height: 90vh;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    color: black;
    flex-direction: column;
}

.footer h1{
    font-size: 23vw;
}

.footer h1 span{
    color: rgb(17, 116, 116);
}

.footer-div{
    height: 30vh;
    width: 100%;
    
    display: flex;
}

.left1{
    margin-left: 5vw ;
    padding: 3vw;
    font-size: 3vw;
    height: 30vh;
    width: 50%;
}


.right1 {
    font-size: 3vh;
    padding: 4vw;
    height: 30vh;
    width: 50%;
}

.footer-bottom{
    border-top: 1px solid black;
    min-height: 4vw;
    width: 100%;
    display: inline-flex;
    align-items: center;

}
.footer-bottom1{
 font-size: 2vh;
}

.div1{

    width: 25%;
}

.div2{
    font-size: 3vh;
    width: 25%;
}

.div3{
    font-size: 3vh;
    width: 25%;
}

.div4{
    font-size: 3vh;
    width: 25%;
}


.swiper {
    width: 80%;
    height: 80%;

  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    border-left: 1px solid gray;
    width: 30%;
    padding: 0 2vw;
  }
  

.page4{
    padding:  2vw ;
}

.div02 p{
    padding: 3vw;
}

#loader{
    height: 100%;
    width: 100%;
    background-color: black;
    position: fixed;
    z-index: 999;
    top: 0;
    transition: all ease 1.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
}

.img-div{
    height: 4vw;
    width: 6vw;
    background-color: transparent;
}

.swiper-slide .adidas{
    height: 4vw;
    width: 6vw;
    background-color: transparent;
    mix-blend-mode: color-burn;
    border-radius: 20px;
}


.swiper-slide .adi2{
    height: 4vw;
    width: 6vw;
    mix-blend-mode: color-burn;
    border-radius: 20px;
}

.swiper-slide .adi3{
    height: 4vw;
    width: 6vw;
    mix-blend-mode: color-burn;
    border-radius: 20px;
}

.swiper-slide .adi4{
    height: 4vw;
    width: 6vw;
    mix-blend-mode: color-burn;
    border-radius: 20px;
}

.swiper-slide .adi5{
    height: 4vw;
    width: 6vw;
    mix-blend-mode: color-burn;
    border-radius: 20px;
}

.swiper-slide .adi6{
    height: 4vw;
    width: 6vw;
    mix-blend-mode: color-burn;
    border-radius: 20px;
}

.page6{
    height: 80vw;
    width: 100%;
}

.page5{
    padding: 0vw 3vw;
    height: 55vw;
    width: 100%;
    display: flex;
    background-color: black;
}

.page5 .left2{
    height: 50vw;
    width: 50%;
}

.left2 .text-1{
    height: 35vw;
    width: 50vw;
    padding: 14vw 12vw;
}

.text-1 h1:nth-child(1){
    color: wheat;
    font-size: 5vw;
}

.text-1 h1:nth-child(2){
    color: rgb(76, 74, 74);
    font-size: 4vw;
    padding-left: 2vw;
}

.text-1 h1:nth-child(3){
    color: rgb(59, 58, 58);
    font-size: 4vw;
    padding-left: 2vw;
}

.text-2{
    height: 15vw;
    width: 35vw;
    margin-left: 8vw;
}

.text-2 p{
    font-size: 1.2vw;
    color: white;
}




.page5 .right2{
    height: 50vw;
    width: 50%;
}

.right2 .img-divv{
    height: 100%;
    width: 100%;
    background-image: url("adarsh12.jpg");
    background-size: cover;
    border-radius: 10px;
}
.right2 .img-divv1{
    height: 100%;
    width: 100%;
    background-image: url("a1.png");
    background-size: cover;
    border-radius: 10px;
}
.right2 .img-divv2{
    height: 100%;
    width: 100%;
    background-image: url("a2.png");
    background-size: cover;
    border-radius: 10px;
}


#loader h1{
    position: absolute;
    opacity: 0;
    color: transparent;
    font-size: 4vw;
    background: linear-gradient( to right, skyblue, cyan);
       -webkit-background-clip: text;
      
}

#loader h1:nth-child(1){
    animation-name: load;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 1s;
}

#loader h1:nth-child(2){
    animation-name: load;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 2s;
}


#loader h1:nth-child(3){
    animation-name: load;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 3s;
}


#loader h1:nth-child(4){
    animation-name: load;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 4s;
}

@keyframes load{
   0%{
       opacity: 0;
   }50%{
       opacity: 1;
   }100%{
       opacity: 0;
   }
}

@media (max-width: 600px) {

    .nav2{
        display: none;
    }

    .nav1 p{
        display: block;
        height: 6vw;
        font-size: medium;
        width: 14vw;
        border: 1px solid black;
        border-radius: 10vw;
        padding: 1.1vw;
    }
    

    #center{
        height: 80vw;
        width: 100%;
    }

    #center .right h2{
        font-size: 16vw;
        margin-bottom: 10vw;
        line-height: 15vw;
    }

    #center .left{
        width: 40vw;
        font-size: 5vw;
        background-color: aqua;
    }
    
    
}