*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gilroy', sans-serif';
}
html, body{
    height: 100%;
    width: 100%;
}
#main{
    /* background-color: #010000; */
    position: relative;
    z-index: 10;
}
#fixed-image{
    width: 25vw;
    height: 65vh;
    border-radius: 20px;
    top: 20%;
    left: 50%;
    position: fixed;
    z-index: 99;
    background-position: center;
    background-size: cover;
    display: none;
}
#page1{
    width: 100%;
    min-height: 100vh;
    background-color: #EFEAE3;
    position: relative;
    padding: 0 2vw;
}
nav{
    width: 100%;
    padding: 2vw 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 100;
}
#nav-part2{
    display: flex;
    align-items: center;
    gap: 1vw;
}
#nav-part2 h4{
    padding: 10px 20px;
    border: 1px solid#31313170;
    border-radius: 50px;
    color: #000000c5;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    overflow: hidden;
}
#nav-part2 h4 a{
    text-decoration: none;
    color: #000000bb;
    font-weight: 700;
    position: relative;
    z-index: 9;
}
#nav-part2 h4:hover a{
    color: #fff;
}
#nav-part2 h4::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    bottom: -100%;
    transition: all ease 0.4s;
    border-radius: 50%;
}
#nav-part2 h4:hover::after{
    bottom: 0;
    border-radius: 0;
}
#center{
    width: 100%;
    height: 65vh;
    /* background: red; */
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #0000003c;
    padding-bottom: 2.5vw;
}
#left h3{
    width: 25vw;
    font-size: 1.8vw;
    line-height: 2vw;
}
#center h1{
    font-size: 9vw;
    line-height: 8vw;
    text-align: right;
}
video{
    width: 100%;
    border-radius: 30px;
    margin-top: 4vw;
    position: relative;
}
#hero-shape{
    position: absolute;
    width: 46vw;
    height: 36vw;
    right: 0;
    top: 69vh;
}
#hero-1{
    width: 100%;
    height: 100%;
    background: linear-gradient(#fe320a, #fe3f0a);
    filter: blur(20px);
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    position: absolute;
}
#hero-2{
    width: 30vw;
    height: 30vw;
    filter: blur(25px);
    background: linear-gradient(#fe320a, #fe3f0a);
    border-radius: 50%;
    position: absolute;
    animation-name: anime2;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
#hero-3{
    position: absolute;
    width:  30vw;
    height: 30vw;
    background-color: orangered;
    filter: blur(25px);
    border-radius: 50%;
    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: #EFEAE3;
    padding: 4vw 0;
    position: relative;
}
#moving-text{
    white-space: nowrap;
    overflow-x: auto;
}
#moving-text::-webkit-scrollbar{
    display: none;
}
#moving-text h1{
    font-size: 9vw;
    display: inline-block;
}
.con{
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    animation-name: move;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
#gola{
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fe3f0a;
    margin: 0 2vw;
}
@keyframes move {
    from{
        transform: translateX(0);
    }   
    to{
        transform: translateX(-100%);
    }
}

#page2-bottom{
    height: 80vh;
    width: 100%;
    display: flex;
    padding-bottom: 15vw;
    padding-top: 4.5vw;
    padding-inline: 4.5vw;
    align-items: center;
    justify-content: space-between;
}
#page2-bottom h1{
    font-size: 4vw;
    line-height: 4vw;
    width: 60%;
    z-index: 9;
}
#bottom-part2{
    width: 20%;
}
#bottom-part2 img{
    width: 100%;
    margin-top: 90%;
    border-radius: 20px;
}
#bottom-part2 p{
    font-weight: 200;
    margin-top: 2vw;
    font-size: 1vw;
}
#gui{
    height: 32vw;
    width: 32vw;
    border-radius: 50%;
    background: linear-gradient(to top,#fe320a, #ff671b);
    position: absolute;
    top: 58%;
    left: 25%;
    filter: blur(20px);
    animation-name: gui;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes gui {
    from{
        transform: translate(10%, -10%) skew(0);
    }
    to{
        transform: translate(-10%, 10%) skew(-12deg);
    }
}
#pro{
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 0 3vw;
}
#pro h5{
    font-size: 3vw;
    font-weight: 200;
    z-index: 9;
}
#pro #bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fe3f0a;
}

#page3{
    width: 100%;
    min-height: 100vh;
    background-color: #EFEAE3;
    /* padding: 4vw 0; */
}
.elem{
    cursor: pointer;
    height: 80px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2vw;
    overflow: hidden;
}
#wrap{
    text-align: right;
    position: relative;
    z-index: 9;
}
#wrap h3{
    font-weight: 200;
}
#wrap h4{
    color: #a8a6a6;
    font-weight: 200;
}
.elem h1{
    font-size: 3vw;
    font-weight: 800;
    position: relative;
    z-index: 9;
}
.elem .overlay{
    height: 100%;
    width: 100%;
    background-color: #FF9831;
    position: absolute;
    top: -100%;
    left: 0;
    transition: all ease-in-out 0.2s;
}
.elem:hover .overlay{
    top: 0;
}
#mob-elem-con{
    display: none;
    padding: 2vw 3vw;
}
#project{
    margin: 4vw 2vw;
    padding: 1vw 2vw;
    /* font-size: 1.3vw; */
    border-radius: 50px;
    border: 1px solid #31313170;
    display: inline-block;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
#project h3{
    position: relative;
    font-size: 18px;
    overflow: hidden;
}
#project h3 a{
    font-weight: 700;
    text-decoration: none;
    color: #000000f1;
    position: relative;
    z-index: 99;
}
#project::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    bottom: -100%;
    transition: all ease 0.4s;
    border-radius: 50%;
}
#project:hover a{
    color: #fff;
}
#project:hover::after{
    bottom: 0;
    border-radius: 0;
}

#page4{
    min-height: 100vh;
    width: 100vw;
    /* position: relative; */
    background-color: #EFEAE3;
    padding-top: 6vw;
    overflow: hidden;
}
#black-box{
    height: 110vh;
    margin: 0vw 2vw;
    background-color: black;
    border-radius: 21px;
    display: flex;
    align-items: center;
}
#black-box img{
    width: 60%;
    height: 100%;
    background-size: cover;
    border-radius: 21px;
}
#tab-sec h2{
    font-family: sun-mediu;
    font-size: 4.5vw;
    font-weight: bolder;
    position: relative;
    cursor: pointer;
    color: #504A45;
}
#tabs{
    position: relative;
    border-left: 2px solid #504A45;
    padding-left: 2vw;
}
#tabs h2 a{
    position: relative;
    text-decoration: none;
}
#Design{
    right: 2vw;
}
#design{
    color: #EFEAE3;
}
#black-box #tab-sec{
    color: #EFEAE3;
    display: flex;
    flex-direction: column;
    padding: 0 9vw;
    gap: 14px;
}

#page5{
    width: 100%;
    min-height:100vh;
    background-color: #EFEAE3;
    padding: 2vw 2vw;
    z-index: 99;
    position: relative;
}
#who{
    display: flex;
    align-items: center;
    padding: 5vw 2vw;
}
#who #bullet2{
    width: 10px;
    height: 10px;
    margin: 0 .3vw;
    border-radius: 50%;
    background-color: #fe3f0a;
}
.swiper {
    width: 100%;
    height: 100%;
    cursor: grab;
  }

  .swiper-slide {
    margin-left: 2vw;
    padding-left:  2vw;
    padding-right:  2vw;
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 25%;
    border-left: 1px solid #000;
    font-size: 18px;
  }
  .swiper-wrapper{
    margin-left: 2vw;
  }
#swiper-slide p{
    font-size: 2vh;
}
#page6{
    min-height: 100vh;
    width: 100%;
    /* background-color: #EFEAE3; */
}

#footer{
    position: fixed;
    height: 105vh;
    width: 100%;
    background-color:#000;
    color: #fff;
    z-index: 9;
    bottom: 0;
    display: flex;
    /* align-items: flex-end; */
    flex-direction: column;
    justify-content: flex-end;
    padding: 1vw 3vw;
}
#footer h1{
    font-size: 24vw;
    z-index: 9;
}
#footer-top{
    z-index: 9;
    height: 20vh;
    width: 100%;
    padding: 0 2vw;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* position: relative; */
}
#footer-top h1{
    /* position: absolute; */
    font-size: 3vw;
    z-index: 9;
}

#footer-bottom{
    height: 10vh;
    width: 100%;
    z-index: 9;
    border-top: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: #fff; */
}
#bottom-div #mail{
    opacity: 70%;
    /* border: none; */
    font-size: 1.4vw;
    background: transparent;
    border-bottom: 1px solid #fff;
}

#gui-1{
    position: absolute;
    background-color: #fe330a;
    filter: blur(50px);
    top: -50%;
    left: -20%;
    width: 90%;
    height: 90%;
    animation-name: gui-1;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes gui-1 {
    0% {
        transform: rotate(-10deg);
    }
    
    100% {
        transform: rotate(-20deg);
    }
}
#gui-2{
    position: absolute;
    background-color: #fe330a;
    filter: blur(50px);
    right: -27%;
    top: -27%;
    width: 70%;
    height: 90%;
    animation-name: gui-2;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}
@keyframes gui-2 {
    0% {
        transform: rotate(30deg);
    }
    
    100% {
        transform: rotate(45deg);
    }
}
nav #h4{
    display: none;
}
#full-scr{
    display: none;
    top: -100%;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 99;
    background-color: #00000089;
    transition: all ease 0.8s;
}
#full-div{
    height: 50%;
    width: 100%;
    background-color: #EFEAE3;
    /* transition: all ease 0.5s; */
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
#nav-right{
    display: none;
}
@media screen and (max-width: 600px) {
    #page1{
        min-height: 100vh;
        width: 100%;
        padding: 0;
    }
    nav{
        padding: 5vw 2vw;
        background-color: #EFEAE3;
    }
    #nav-part2{
        display: none;
    }
    #nav-right{
        border: 1px solid #282626fb;
        border-radius: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 3vw;
        padding: 2vw 3vw;
    }
    #nav-right i{
        font-size: 5vw;
    }
    #nav-right i:nth-child(1){
        display: none;
    }
    #nav-right #h4{
        display: block;
        display: block;
        font-weight: 200;
        color: #282626fb;
    }
    nav img{
    transition: all ease 0.2s;
    }
    #full-scr{
        display: block;
        top: -100%;
    }
    #center{
        width: 100%;
        height: 65vh;
        /* background: red; */
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
        justify-content: space-between;
        border-bottom: 1px solid #0000003c;
        padding: 7vw 5vw;
        padding-bottom: 10vw;
        position: relative;
        z-index: 9;
    }
    #left h3{
        width: 90%;
        font-size: 5.5vw;
        z-index: 99;
        line-height: 6vw;
    }
    #center h1{
        font-size: 16vw;
        line-height: 14vw;
        text-align: right;
        /* flex-direction: column-reverse; */
    }
    video{
        width: 92%;
        margin-left: 4vw;
        object-fit: cover;
        object-position: center;
        height: 50vh;
        border-radius: 20px;
        margin-top: 4vw;
        position: relative;
    }
    #hero-shape{
        position: absolute;
        width: 82vw;
        height: 76vw;
        right: 0;
        top: 69vh;
    }
    #page2{
        min-height: 100vh;
        width: 100%;
        background: #EFEAE3;
        padding: 4vw 0;
        position: relative;
    }
    #moving-text{
        white-space: nowrap;
        overflow-x: auto;
    }
    #moving-text::-webkit-scrollbar{
        display: none;
    }
    #moving-text h1{
        font-size: 15vw;
        display: inline-block;
    }
    #gola{
        display: inline-block;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background-color: #fe3f0a;
        margin: 2vw 2vw;
    }   
    #page2-bottom{
        height: 90vh;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-top: 10vw;
        padding-bottom: 30vw;
        padding-left: 4vw;
        padding-right: 4vw;
        /* padding: 10vw 4vw; */
        align-items: flex-start;
        justify-content: space-between;
        position: relative;
        z-index: 9;
    }
    #page2-bottom h1{
        font-size: 7.5vw;
        line-height: 8vw;
        width: 100%;
        z-index: 9;
    }
    #bottom-part2{
        /* position: absolute; */
        width: 80%;
    }
    #bottom-part2 img{
        width: 100%;
        margin-top: 20%;
        margin-bottom: 10%;
        z-index: 99;
        border-radius: 10px;
    }
    #bottom-part2 p{
        font-weight: 200;
        margin-top: 2vw;
        font-size: 4vw;
    }
    #elem-container{
        padding-bottom: 5vw;
    }
    #gui{    
        height:60vw;
        width: 60vw;
        border-radius: 50%;
        background: linear-gradient(to top,#fe320a, #ff671b);
        position: absolute;
        top: 58%;
        left: 25%;
        filter: blur(20px);
        animation-name: gui;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: ease-in-out;
    }
    #pro{
        display: flex;
        align-items: center;
        gap: 2px;
        padding: 0 4vw;
    }
    #pro h5{
        font-size: 6vw;
        font-weight: 200;
    }
    #pro #bullet{
        width: 7px;
        height:7px;
        border-radius: 50%;
        background-color: #fe3f0a;
    }
    .elem{
        display: none;
    }
    #project h3{
        position: relative;
        font-size: 7vw;
        padding: 3vw 5vw;
        overflow: hidden;
    }
    #page4{
        min-height: 60vh;
        width: 100vw;
        background-color: #EFEAE3;
    }
    #page5{
        width: 100%;
        min-height: 50vh;
    }
    #black-box{
        height: 80vh;
        flex-direction: column;
        margin: 0vw 2vw;
        background-color: black;
        border-radius: 21px;
        display: flex;
        padding: 5vw 5vw;
        align-items: center;
    }
    #black-box img{
        width: 100%;
        height: 100%;
        background-size: cover;
        border-radius: 21px;
    }
    #tab-sec{
        margin-bottom: 9vw;
    }
    #tab-sec h2{
        font-family: sun-mediu;
        font-size: 7vw;
        font-weight: bolder;
        position: relative;
        cursor: pointer;
        display: flex;
        align-items: center;
        color: #504A45;
    }
    #tabs{
        position: relative;
        border-left: 2px solid #504A45;
        padding-left: 2vw;
    }
    #tab-sec #desc{
        font-size: 3.3vw;
    }
    #tabs h2 a{
        position: relative;
        text-decoration: none;
    }
    #Design{
        right: 2vw;
    }
    #design{
        color: #EFEAE3;
    }
    #black-box #tab-sec{
        color: #EFEAE3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 9vw;
        gap: 14px;
    }
    .swiper {
        width: 100%;
        min-height: 3vh;
      }
    
      .swiper-slide {
        margin-top: 2vw;
        margin-right: 26vw;
        width: 50%;
        padding-left: 8vw;
      }
      .swiper-wrapper{
        margin-left: 2vw;
      }
    .swiper-slide p{
        font-size: 3vw;
        padding-top: 1vw;
    }
    #footer{
        height: 100%;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        padding: 1vw 3vw;
    }
    #footer h1{
        font-size: 20vw;
        z-index: 9;
    }
    #footer-top{
        margin-bottom: 30vw;
        padding-inline: 6vw;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 6vw;
    }
    #footer-top h1{
        font-size: 3vw;
        z-index: 9;
    }
    #top-div h1{
        font-size: 10vw;
        font-weight: 700;
    }
    #footer-bottom{
        height: 10vh;
        width: 100%;
        z-index: 9;
        border-top: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #bottom-div{
        gap: 2vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #bottom-div #mail{
        font-size: 4vw;
    }
    #footer-bottom{
        min-height: 5vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    #footer-bottom  h5{
        font-size: 2vw;
    }
    #gui-1{
        top: -40%;
        left: -5%;
        width: 80%;
        height: 80%;
    }
    #gui-2{
        right: -20%;
        top: -20%;
        width: 70%;
        height: 90%;
    }
    #mob-elem-con{
        display: block;
    }
    #mob-elem{
        padding: 4vw 0vw;
    }
    #mob-elem img{
        width: 100%;
        height: 50vh;
        padding-bottom: 3vw;
        object-fit: cover;
        object-position: center;
        border-radius: 15px;
    }
    #mob-elem h2{
        font-size: 8vw;
        font-weight: 900;
        padding-bottom: 2vw;
    }
    #mob-elem h4{
        font-size: 6vw;
        font-weight: 500;
        padding-bottom: 1vw;
    }
    #mob-elem p{
        font-size: 4vw;
        font-weight: 400;
        color: #ada7a7;
    }
    #loader h1{
        font-size: 10vw;
    }
}

#full-div{
    text-align: right;
    padding-inline: 5vw;
    padding-top: 40vw;
}
#loader{
    height: 100%;
    width: 100%;
    background-color: #000;
    position: fixed;
    z-index: 999;
    top: 0;
    transition: all ease 0.7s;
    display: flex;
    align-items: center;
    justify-content: center;
}
#loader h1{
    background: linear-gradient(to right,orange, orangered);
    position: absolute;
    color: transparent;
    -webkit-background-clip: text;
    opacity: 0;
    animation-name: text;
    animation-duration: 1.5s;
    animation-delay: 1s;
    animation-timing-function: linear;
}
#loader h1:nth-child(2){
    animation-delay: 2.5s;
}
#loader h1:nth-child(3){
    animation-delay: 4s;
}

@keyframes text {
    0%{
        opacity: 0;;
    }
    10%{
        opacity: 1;
    }
    90%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}