@font-face {
    font-family: neu;
    src: url(./NeueHaasDisplayMediu.ttf);
}

@font-face {
    font-family: neu;
    font-weight: 100;
    src: url(./NeueHaasDisplayLight.ttf);
}


*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: neu;
    
}


html,body{
    height: 100%;
    width: 100%;
}


#main{
    /* background-color: black; */
    position: relative;
    z-index: 10;

}



#page1{
    min-height: 100vh;
    width: 100%;
    background-color: #EFEAE3;
    position: relative;
    padding: 0 2vw;
}

nav{
    padding: 2vw  0vw;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 100;
}

#nav-part2{
    display: flex;
    align-items: center;
    gap: 1vw;
}


/* also important */
#nav-part2 h4{
    padding: 10px 20px;
    border: 1px solid #C2B8B1;
    border-radius: 50px;
    font-weight: 500;
    color: #171716;
    font-size: 18px;
    position: relative;
    transition: all ease 0.4s;
    overflow: hidden;
}


/* important  */
#nav-part2 h4::after{
    content:"" ;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: black; 
    left: 0;
    bottom: -100%;
    border-radius: 50%;
    transition: all ease 0.4s;
}
#nav-part2 h4:hover::after{
    bottom: 0;
    border-radius: 0;
}

#nav-part2 h4 a{
    text-decoration: none;
    color:#171716 ;
    position: relative;
    z-index: 9;
}
#nav-part2 h4:hover a{
    color: white;
}
#center{
    height: 65vh;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #171716;
    padding-bottom: 2.5vw;
}

#left h3{
    width: 25vw;
    font-size: 1.8vw;
    line-height: 2vw;
}


#center h1{
    font-size: 10vw;
    line-height: 8vw;
    text-align: right;
}

#page1 video{
    position: relative;
    width: 100%;
    border-radius: 30px;
    margin-top: 4vw;
}

#hero-shape{
    position: absolute;
    width: 46vw;
    height:36vw;
    right: 0;
    top: 70vh;
}
#hero-1{
    width: 100%;
    height: 100%;
    background-color:#FE360C ;
    /* border-radius: 50%; */
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    filter: blur(10px);
    position: absolute;
}

#hero-2{
    width: 30vw;
    height: 30vw;
    background: linear-gradient(#FE320A,#fe3f0a);
    border-radius: 50%;
    filter: blur(25px);
    position: absolute;
    animation-name: anime2;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

#hero-3{
    width: 30vw;
    height: 30vw;
    background: linear-gradient(#FE320A,#fe3f0a);
    border-radius: 50%;
    filter: blur(25px);
    position: absolute;
    animation-name: anime1;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes anime1 {
    from{
        transform: translate(55%,-3%);
    }
    to{
        transform: translate(0%,10%);
    }
}

@keyframes anime2 {
    from{
        transform: translate(5%,-5%);
    }
    to{
        transform: translate(-20%,30%);
    }
}


#page2{
    min-height: 100vh;
    width: 100%;
    background-color: #EFEAE3;
    padding: 8vw 0;
    position: relative;
}
.con{
    white-space: nowrap;
    display: inline-block;
    animation-name: move;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
#moving-text h1{
    font-size: 9vw;
    display: inline-block;
}
#gola{
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #FE320A;
    display: inline-block;
    margin: 1vw 2vw;
}
#moving-text{
    white-space: nowrap;
    overflow-x: auto;
    
}
#moving-text::-webkit-scrollbar{
    display: none;
}

@keyframes move {
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
    
}
#page2-bottom{
    height: 80vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4.5vw;
    position: relative;
    z-index: 9;
}

#page2-bottom h1{
    font-size: 4vw;
    width: 60%;
    line-height: 4vw;

}

#bottom-part2{
    width: 20%;
}

#bottom-part2 img{
    width: 100%;
    border-radius: 15px;
}

#bottom-part2 p{
    font-weight: 100;
    margin-top: 2vw;
    font-size: 1vw;
}

#page2 #gooey{
    height: 32vw;
    width: 32vw;
    position: absolute;
    border-radius: 50%;
    background:linear-gradient(to top right, #FE320A,#FE6D23);
    top:58%;
    left: 25%;
    filter: blur(20px);
    animation-name: gooey;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;

}

#page3{
    min-height: 100vh;
    width: 100%;
    background-color: #EFEAE3;
    padding:4vw 0 ;
    
}

@keyframes gooey {
    from{
        filter: blur(20px);
        transform: translate(10%,-10%) skew(0);
    }
    to{
        filter: blur(30px);
        transform: translate(-10%,10%) skew(-12deg);
    }
}

.elem{
    height: 150px;
    width: 100%;
    border-bottom: 1px solid #c3c3c3;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 2vw;
    position: relative;
    overflow: hidden;
}

.elem h2{
    font-size: 3vw;
    position: relative;
    z-index: 9;

}

.elem .overlay{
    height: 100%;
    width: 100%;
    background-color: orange;
    position: absolute;
    left: 0;
    top: -100%;
    transition: all ease 0.2s;
}

.elem:hover .overlay{
    top:0;
}

#fixed-image{
    height: 30vw;
    width: 24vw;
    /* background-color: red; */
    border-radius: 10px;
    position: fixed;
    z-index: 99;
    left: 50%;
    top: 25%;
    display: none;
    background-size: cover;
    background-position: center;
}

#page4{
    height: 70vh;
    width: 100%;
    background-color: #EFEAE3;
    padding:10vw 2vw ;
}



#page5{
    height: 120vh;
    width: 100%;
    /* background-color: #EFEAE3; */
}
#footer{
    position: fixed;
    height: 105vh;
    width: 100%;
    background-color: #FE320A;
    color: white;
    bottom: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content:flex-end;
    flex-direction: column;
    padding: 1vw 3vw;
}

#footer h1{
    font-size: 23vw;
}


#footer-div{
    height: 20vh;
    width: 100%;
    /* background-color: red; */
}

#footer-bottom{
    border-top: 1px solid #dadada;
    height: 10vh;
    width: 100%;
}
#footer-bottom-txt{
    display: flex;
    color: white;
    align-items: center;
    justify-content:space-between ;
}
#footer-bottom-txt p{
    font-weight:lighter;
    margin-top: 2vw;


}

#footer #work #txt{
    font-size: 2.2vw;
    color: #EFEAE3;
    display: flex;
    flex-direction: column;
    justify-content: start;
    left: 5%;
    top: 12%;
    position: absolute;
}


#footer #animation{
    height: 40vw;
    width: 100%;
    position: absolute;
    border-radius: 50vw 50vw 0 0;
    background-color: black;
    top:40;
    left: 0;
    filter: blur(100px);
    animation-name: animation;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    z-index: -9;
}

@keyframes animation {
    from{
        filter: blur(20px);
        transform: translate(0,20%) skew(0);
    }
    to{
        filter: blur(30px);
        transform: translate(0,10%) skew(-12deg);
    }
}

.swiper{
    width: 100%;
    height: 100%;
}

.swiper-slide{
    border-left: 1px solid #a5a5a5;
    width: 30%;
}
.swiper-slide{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    font-weight: 100;
    padding: 0 2vw;
}

nav h3{
    display: none;
}

#full-scr{
    height:100vh ;
    width: 100%;
    background-color: #00000083;
    position: fixed;
    z-index: 99;
    top: -100%;
    transition: all ease 0.8s;
}
#loader{
    height: 100%;
    width: 100%;
    background-color: black;
    position: fixed;
    z-index: 9999;
    top: 0;
    transition: all ease 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loader h1{
    font-size: 4vw;
    color: transparent;
    background: linear-gradient( to right, orange, orangered);
    -webkit-background-clip: text;
    position: absolute;
    opacity: 0;
    animation-name: load;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-timing-function: linear;
}

#loader h1:nth-child(2){
   animation-delay: 2s;
}

#loader h1:nth-child(3){
    animation-delay: 3s;
 }
 

@keyframes load {
    0%{
        opacity: 0;
    }
    10%{
        opacity: 1;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;

    }
    
}

#page6{
    height: 120vh;
    width: 100%;
    /* padding: 1.2vw; */
    background-color: #EFEAE3;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page4a{
    background-color:black;
    /* padding:10vw 2vw ; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95vw;
    height: 50vw;
    /* margin: 1.5vw; */
    border-radius: 1.3vw;
    position: relative;
    transition: all ease 2s;
}

#page4a p{
    font-weight: lighter;
}
#left{
    margin-left: 6vw;
    cursor: pointer;
}

#left  #des{
    color: #EFEAE3;
    font-size: 4.5vw;
    font-weight: 550;
    margin-left: 5vw;
    
}
#left  #pro{
    color: #504A45;
    font-size: 4.5vw;
    font-weight: 550;
    margin-left: 7vw;
    
}
#left  #exe{
    color: #504A45;
    font-size: 4.5vw;
    font-weight: 550;
    margin-left: 7vw;
    
}
#right img{
    width:50vw;
    border-radius: 1.3vw;
    display: none;
}
#left p{
    color: #EFEAE3;
    padding: 0 5vw;
    display: none;
}