
@font-face {
    font-family: sun-roman;
    src: url(./NeueHaasDisplayRoman.ttf);
}

@font-face {
    font-family:sun-mediu;
    src: url(./NeueHaasDisplayMediu.ttf);
}

*{
    margin: 0;
    padding: 0;
    font-family: sun-roman;
}

html,body{
    width: 100%;
    height: 100%;
    margin: 0;
}



#page-1{
    min-height: 100vh;
    max-width: 100vw;
    padding: 0vw 2vw;
    background-color: #EFEAE3;
    overflow: hidden;

}

#page-1 nav{
    display: flex;
    justify-content: space-between;
    padding: 2.5vw 2vw;
    align-items: center;
}

#navbut{
    display: flex;
    
}

#navbut h4 {
    position: relative;
    padding: 13px 21px ;
    border: 1px solid #917e78dc;
    border-radius: 50px;
    margin: 0 7px;
    overflow: hidden;
    transition: all ease 0.4s;
    
}


#navbut  a{
    text-decoration: none;
    color: black;
    position: relative;
    z-index: 9;
    font-weight: 600;
}

#navbut h4::after{
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -100%;
    background-color: black;
    position: absolute;
    transition: all ease 0.4s;

}

#navbut h4:hover::after{
    bottom: 0;
    border-radius: 0;

}

#navbut h4:hover a{
    color: white;
}

#menu{
    display: none;
}

#center{
    display: flex;
    min-height:68vh;
    width: 100%;
    padding-bottom: 9vh;
    border-bottom: 1px solid #BFBBB6;
    justify-content: space-between;
    align-items: flex-end;
}

#left h3{
    font-family: sun-mediu;
    width: 63%;
    padding-left: 1vw;
    font-size: 1.8vw;
    

    
}

#right h1{
    font-family: sun-mediu;
    font-size: 10vw;
    text-align: end;
    line-height: 82%;
    padding-right: 1vw;

}

#hero-shape{
    width: 55vw; 
    height: 37vw;
    right: 0;
    position: absolute;
    top: 83vh;
}

#hero-1{
    width: 100%;
    height: 100%;
    background: linear-gradient(#FE330A, #fe3116);
    position: absolute;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    filter: blur(20px);
}

#hero-2{
    width: 30vw;
    height: 30vw;
    background: linear-gradient(#FE330A, #fe4416);
    filter: blur(25px);
    border-radius: 50%;
    position: absolute;
    animation-name: anime1;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction:alternate ;
}

@keyframes anime1 {
    from{
        transform: translate(-5%,20%);
    }
    to{
        transform: translate(33%,-10%);
    }
}

#hero-3{
    width: 30vw;
    height: 30vw;
    background: linear-gradient(#FE330A,#FE5216);
    position: absolute;
    right: 0;
    filter: blur(20px);
    border-radius: 50%;
    animation-name: anime2;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction:alternate ;
}

@keyframes anime2 {
    from{
        transform: translate(70%,10%);
    }
    to{
        transform: translate(90%,-15%);
    }
}

#page-1 video{
    
    width: 100%;
    border-radius: 27px;
    position: relative;
    margin-top:8vh;   
    
}

#page-2{
    height: 120vh;
    width: 100%;
    position: relative;
    padding-top: 8vw;
    background-color: #EFEAE3;
}

#moving-line{
    white-space: nowrap;
    overflow-x: auto;
   
} 

#moving-line::-webkit-scrollbar{
    display: none;
}

.con{
    white-space: nowrap;
    display: inline-block;
    animation-name: moving;
    animation-duration: 12s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    
}

.con h1{
    display: inline-block;
    font-size: 9vw;
    font-family: sun-mediu;
}

#gola{
    width: 5vw;
    height: 5vw;
    background-color: #FE330A;
    border-radius: 50%;
    display: inline-block;
    margin: 1vw 2vw;
}

@keyframes moving {
    from{
        transform: translate(0%);
    }
    to{
        transform: translate(-100%);
    }
}

#page2bottom{
    height:80vh;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 4vw 6vw;
    gap: 20px;
}


#part1{
    width: 63%;
}

#page2bottom h1{
    font-size: 4.2vw;
    z-index: 9;
    position: relative;
    font-family: sun-mediu;
    font-weight: 400;
    line-height: 4vw;

}

#part2{
    padding-top: 8vw;
    padding-right: 1vw;
    width: 22%;
}

#part2 img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    margin-bottom: 3vw;
}

#part2 img{ 
    height: 100%;

}


#circle{
    position: absolute;
    height: 32vw;
    width: 32vw;
    top: 61%;
    left: 27%;
    border-radius: 50%;
    background-color: #ff9831;
    filter: blur(10px);
}

#circle1{
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    background-color:#ff9831;
    filter: blur(10px);
    animation-name: circle1;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-direction: alternate;
    animation-iteration-count: infinite;

}

@keyframes circle1 {
    from{
        transform: translate(-5%,10%) skew(0deg);
    }
    to{
        transform: translate(5%,-6%) skew(-10deg);
    }
}


#circle2{
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    background-color:#fe330a;
    filter: blur(50px);
    animation-name: circle2;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-direction: alternate;
    animation-iteration-count: infinite;

}


@keyframes circle2 {
    from{
        transform: translate(-5%,10%) ;
    }
    to{
        transform: translate(5%,-6%) ;
    }
}


#page3{
    min-height: 100vh;
    background-color: #EFEAE3;
    
}

#sec{
    display: flex;
    gap: 0.5vw;
    padding: 3vw 2vw;
    align-items: center;
}


#gol {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #FE330A;
}

#elem-con {
    padding: 1vw 0;
    position: relative;
    z-index: 0;
    cursor: pointer;
}



.elem {
    height: 6vw;
    width: 100%;
    padding: 1vw 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(207, 201, 201);
    overflow: hidden;
}

#overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: -100%;
    background-color: #FF9831;
    transition: all ease 0.2s;
}

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

#proj{
    
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2vw;
}

#proj h2 {
    position: relative;
    z-index: 10;
    font-family: sun-mediu;
    font-weight: bolder;
    font-size: 3vw;
}

#proj div {
    text-align: right;
    position: relative;
    z-index: 10;
}

#proj div p {
    color: rgb(173, 167, 167);
}

.elem:hover #proj div p{
    color: #B36B22;
}

#fixed-image{
    height: 30vw;
    width: 25vw;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: fixed;
    left: 50%;
    top: 18%;
    z-index: 50;
    display: none;
}

#but {
    padding: 3vw 2vw;
}

#navbut {
    display: flex;
}

#navbut h4 {
    border: 1px solid #917e78dc;
    margin: 0 7px;
    border-radius: 50px;
    padding: 13px 21px;
    position: relative;
    overflow: hidden;
    transition: all ease 0.4s;
}

#navbut a {
    text-decoration: none;
    color: black;
    z-index: 9;
    position: relative;
}

#navbut h4::after {
    content: "";
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -100%;
    border-radius: 50%;
    transition: all ease 0.4s;
}

#page4 {
    min-height: 30vh;
    max-width: 100vw;
    overflow: hidden;
    background-color: #EFEAE3;
    padding: 6vw 0;
}

#black-box {
    height: 110vh;
    margin: 0vw 2vw;
    background-color: black;
    border-radius: 21px;
    display: flex;
    align-items: center;
}

#black-box #tab-sec {
    color: #EFEAE3;
    display: flex;
    flex-direction: column;
    padding: 0 9vw;
    gap: 14px;
}

#tabs {
    position: relative;
    border-left: 2px solid #504A45;
    padding-left: 2vw;
}

#tab-sec h2 {
    font-family: sun-mediu;
    font-size: 4.5vw;
    font-weight: bolder;
    position: relative;
    cursor: pointer;
    color: #504A45;
}

#tabs h2 a {
    position: relative;
    text-decoration: none;
}

#Design {
    right: 2vw;
    
}

#design {
    color: #EFEAE3;
}

#black-box img {
    width: 60%;
    height: 100%;
    background-size: cover;
    border-radius: 21px;
}

#sec2 {
    display: flex;
    gap: 0.5vw;
    padding-top: 6vw;
    padding-left: 4vw;
    align-items: center;
    
}

.swiper {
    width: 100%;
    min-height: 35vh;
    padding: 5vw 6vw;
    padding-right: 6vw;
    cursor: grab;
    
}

.swiper-wrapper{
    width: 100%;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
}    

.swiper-slide {
    padding-left: 2vw;
    background: #EFEAE3;
    display: flex;
    flex-direction: column;
    text-align: left;
    
    border-left: 1px solid #a39e9783;
}

.swiper-slide img {
      
    width: 12vw;
    height: 10vw;
    padding: 0;
      
}

.swiper-slide p{
    
    width: 65%;
    color: #2a2929f4;
    font-size: 1.08vw;

}

.swiper-slide {
    width: 30%;
}



#page5 {
    min-height: 116vh;
    max-width: 100vw;
    overflow: hidden;
    background-color: transparent;
}


#footer {
    position: fixed;
    height: 100vh;
    width: 100%;
    background-color: black;
    color: #EFEAE3;
    bottom: 0%;
    z-index: -1;
}

#footerupper{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 6.2vw 5.7vw;
    padding-bottom: 4vw;
}
#footer h2{
    font-family: sun-mediu;
    font-size: 2.1vw;
    font-weight: 700;
}
#footer p{
    font-size: 1.3vw;
}
#email{
    display: flex;
    flex-direction: column;
    gap: 2vw;
    width: 26%;
}
#email h6{
    font-size: 1.2vw;
    font-weight: 200;
    padding-bottom:0.5vw ;
    border-bottom: 1px solid #d3cdc1df;
    color: #d3cdc1df;
}
#footerlower{
    position: relative;
    padding: 0 1.5vw;
}


#footerlower div{
    padding: 1vw 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#footerlower div h5{
    font-size: 1.1vw;
    font-weight: 200;
}
#footerlower img{
    margin-top: 5vw;
    border-bottom: 1px solid #504A45;
    padding-bottom: 2vw;
    width: 100%;
}
#footer #shape1{
    position: absolute;
    background-color: #fe330a;
    filter: blur(50px);
    top: -50%;
    left: -20%;
    width: 90%;
    height: 90%;
    animation-name: shape1;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
#footer #shape2{
    position: absolute;
    background-color: #fe330a;
    filter: blur(50px);
    right: -27%;
    top: -27%;
    width: 70%;
    height: 90%;
    animation-name: shape2;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes shape1 {
    from{
        transform: rotate(-10deg);
    }
    to{
        transform: rotate(-20deg);
    }
}
@keyframes shape2 {
    from{
        transform: rotate(30deg);
    }
    to{
        transform: rotate(45deg);
    }
}

