@font-face{
    font-family: Aeonik;
    src: url(Aeonik-Regular.ttf);
    font-weight: 400;
}

@font-face{
    font-family: Aeonik;
    src: url(Aeonik_OVERVIEW-Medium.ttf);
    font-weight: 500;
}

@font-face{
    font-family: Aeonik;
    src: url(Aeonik-Bold.ttf);
    font-weight: 800;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:Aeonik ;

}
html, body{
    height: 100%;
    width: 100%;
}
.textwrapper span{
    margin-left: 10px;
    display: inline-block;
}

.textwrapper span:nth-child(1){
    margin-left: 0;
}

.textwrapper {
    width: fit-content;
    overflow: hidden;
}
#main{
    border: 1px solid transparent;
    width: 100%;
    min-height: 100vh;
    background-color:#000;
}
#sidebar{
    height: 35vh;
    width: 50%;
    background-color:rgb(250, 231, 231);
    position: absolute;
    z-index: 9999;
    right: -50%;
    top: 0%;  
   
}
#sidebar-btn{
    display: flex;
    padding: 5vh 1.5vh;
    flex-direction: column;
}

#sidebar-btn>a{
    text-decoration: none;
    color: #000;
    margin-bottom: 5vh;
    font-size:3vh;
}


#sidebar>i{
    position: relative;
    top: 5%;
    padding:1vh;
    font-size: 25px;
    color: #000;
}
#nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2vw;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    position: fixed;
    z-index: 999999999999;
    width: 100%;
    top: 0;
    height: 60px;
    color: #fff;
    mix-blend-mode: difference;
    background-color: transparent;
}

#nav #links{
    display: flex;
    align-items: center;
    gap: 20px;
}

#nav #links i{
    display: none;
}

#nav #links a{
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

#nav #links #button{
    background-color: transparent;
    border: 1px solid green;
    border-radius: 100px;
    color: #fff;
    padding: 8px 22px;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}

#nav #links #button span{
    position: relative;
    z-index: 999;
}

#nav #links #button .opening{
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0px;
    background-color: #fff;
    transform: translate(-50%,-50%);
}

#nav #links #button:hover{
    color: #000;
    cursor: pointer;
}

#nav #links #button:hover .opening{
    height: 100%;
}
#hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    z-index: 999;
    width: 100%;
    padding-top: 10vh;
    color: #fff;
    min-height: 60vh;
}

.row{
    display: flex;
    align-items: center;
    padding: 0 3vw;
    width: 100%;
    color: #fff;
}

.row h1{
    font-size: 7vw;
}

.rowtxts{
    font-weight: 400;
}

.row #line{
    display: inline-block;
    width: 40%;
    height: 3px;
    margin: 0 20px;
    margin-top: 15px;
    background-color: #fff;
}

#hero .row:nth-child(3){
    justify-content: flex-end;
}

#hero>p{
    text-transform: uppercase;
    justify-content: flex-end;
    font-size: 10px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding: 0 3vw;
}

#hero>p i{
    margin-left: 5px;
}
#container{
    position: relative;
    z-index: 99999999;
    margin-top: 70vh;
    width: 100%;
}

#video{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

#play{
    z-index: 99999999999;
    background-color: black;
    height: 6vw;
    width: 6vw;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) .1s;
}

video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

#intro{
    padding: 3vw;
    width: 100%;
    height: 100vh;
    background-color: black;
}
 #intro #introtext{
    margin-top: 40vh;
}
#introtext>h1{
    color: #fff;
    font-size: 2.5vw;
    font-weight: 400;
}
#orbital{
    padding:3vw;
    width: 100%;
    height: 100vh;
    background-color: black;
}
#orbital>h2{
    align-items: center;
    color: #fff;
    font-size: 2vw;
    font-weight: 400;   
}
#orbital h2 #line {
    display: inline-block;
    width: 80vw;
    height: 2px;
    margin-left: 5px;
    margin-bottom: 5px;
    background-color: rgba(73 73 73);
}

.text>h1{
 text-transform: uppercase;
  font-size: 22vw;
  color: #fff;
  line-height: 19vw;
  font-weight: 400;
}
#orbittext :nth-child(2){
    display: flex;
    align-items: center;
}
.text h3{
    padding: 1.2vh ;
    color: #fff;
    font-size: 1.2vw;
    font-weight: 400;
    margin-left: 40px;
    border: 2px solid white;
    border-radius: 30px;
    word-spacing: 2px;
}
#orbitvideo{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    object-fit: contain
}
#orbitvideo>video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%    
}
#slide{
    position: relative;
    border-top: .4px solid #444;
    display: flex;
    width: 100%;
    height: 100vh;
}

.slice{
    overflow: hidden;
    position: relative;
    padding: 0 2vw;
    display: flex;
    align-items: center;
    width: 25%;
    height: 100vh;
    background-color: black;
    border-right: 0.4px solid #444;
}
.slice .title{
    z-index: 9999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title>h3{
    color: #fff;
    font-size: 4.5vw;
    font-weight: 500;
}
.icon{
    background-color: black;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    height: 2.5vw;
    width: 2.5vw;
    border: 1px solid #444;
    color: #fff;
}
.icon i{
    font-size: 1vw;
}
.icon
>#right{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
.icon>#rightup{
    position: absolute;
    top: 150%;
    left: 0%;
    transform: translate(-50%, -50%);
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}
.opening{
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, 50%);
    height: 100vh;
    width: 0%;
    background-color: #fff;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) .4s;
}
.title>p{
    position: absolute;
    color: #000;
    bottom: -5%;
    font-size: .7vw;

}
#slide :hover{
    cursor: pointer;
}
 .slice:hover #right{
    left: 130%     
}
.slice:hover #rightup{
    left: 50%;     
    top: 50%;
}
.slice:hover .opening{
   width: 100%;
}
.slice:hover .title>h3{
    color: #000;
}
.slice:hover .title>p{
    bottom: 3%;
    color: #000;
    transition: all cubic-bezier(0.19, 1, 0.22, 1).4s;
}
#circle{
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 12vw;
    width: 12vw;
}
#circle img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: animation 10s ease-in-out  infinite  both;


}
.opener{
    transition: all cubic-bezier(0.19, 1, 0.22, 1) .4s;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0%;
    height: 100%;
}

.opener video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes animation {
    0%{
        transform: translate(-50%, -50%) rotate(0deg);
    }
    0%{
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
#mincircle{
    z-index: 99999999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    height:.4vw;
    width: .4vw;
    background-color: #fff;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
#partners{
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
    color: #000;
}

#partnerstext{
    padding:  3vw;
}
#partnerstext h1{
    font-weight: 400;
    font-size: 5vw;
}

.partnerscomp{
    overflow-x: auto;
    display: flex;
    gap: 7vw;
    padding: 1vw 3vw;
    margin-top: 6vw;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;


}

.partnerscomp::-webkit-scrollbar{
    display: none;
}

.partnerscomp .partner{
    flex-shrink: 0;
    width: 33%;
}

.partner p{
    margin-top: 4vw;
    font-size: 14px;
}
#work{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
}
#work1{
    height: 100vh;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#work h1{
    font-size: 25vw;
    font-weight: 500;
    text-transform: uppercase;    
}
.card{
    position: absolute;
    top: 105%;
    left: 5%;
}
.card1{
    position: absolute;
    top: 135%;
    right: 15%;
}
.card2{
    position: absolute;
    top: 175%;
    right: 50%;
}
.photu{
    height: 35vw;
    width: 20vw;
    background-color: red;
}
.photu>img{
    height: 100%;

}


#takelook{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 1.5vw; 
}
.looks{
    font-size: 6vw; 
    font-weight: 500;
}
.looks #line1{
    display: inline-block;
    height: 2px;
    width: 48vw;
    margin-bottom: 25px;
    background-color: #444;
}
#takelook :nth-child(3){
    display: flex;
    justify-content: flex-end;
    margin-right: 5vw;
    
}
#allwork{
    position: absolute;
    bottom: -20%;
    left: 40%;
    height: 15vw;
    width: 15vw;
    transform: translate(-50% -50%);
    border-radius: 50%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
#footer{
    display: flex;
    width: 100%;
    background-color: #000;
}

#fleft{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10vw;
    width: 50%;
    border-right: 1px solid #333;
}

#fleft>h1{
    margin-bottom: 10px;
   font-weight: 400; 
   font-size: 4vw;
   color: #fff;
}


#fleft p {
    font-size: 1vw;
    color: #fff;
}

#fleft img{
    margin: 5vw 0;
    width: 60%;
}

#fleft input{
    width: 100%;
    background-color: transparent;
    color: #4444;
    border: none;
    font-size: 1.7vw;
    padding-bottom: .6vw;
    border-bottom: 1px solid #333;
}

#fleft button{
    padding: 10px 15px;
    background-color: #000;
    color: #fff;
    border-radius: 100px;
    border: 1px solid #444;
    text-transform: uppercase;
    margin-top: 2vw;
}
#fleft button:hover{
    background-color: #fff;
    color: #000;
}

#fright{
    width: 50%;
}

#fright a{
    position: relative;
    display: block;
    padding: 2vw 3vw;
    border-bottom: 1px solid #444;
    background-color: #000;
    color: #fff;
    font-family: "Aeonik";
    font-weight: 300;
    text-decoration: none;
    font-size: 3vw;
}

#fright .flast{
    display: block;
    padding: 3vw 0;
    color: #fff;
    text-align: center;
}

#fright a:nth-child(1){
border-top: 1px solid #444;
}

#footer .opening{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 0px;
    background-color: #fff;
}

#fright a:hover .opening{
    transition: all cubic-bezier(0.19, 1, 0.22, 1) .5s;
    height: 100%;
}

#fright a:hover{
    color: #000;
}

#fright a span{
    position: relative;
    z-index: 999;
}
#social{
    display: inline-block;
    margin-top: 5vh;
}

#social>a{
  text-decoration: none;
  margin-right: 3vw;
  font-size: 2.3vw;
  color: #fff;
}


/* RESPONSIVE CODE */


 @media(max-width: 500px){
    body{
        background-color: #000;
    }
    #nav{
        padding: 0 5vw;
    }

    #nav #links a{
        display: none;
    }

    #nav #links i{
        display: initial;
    }
    #hero{
        min-height: 50vh;
        padding: 2vh;
    }
    #container{
        margin-top: 65vh;
    }
    
    
    #video video{
        width:150vh;
    } 
    
    #intro{
        height: initial;
        padding: 5vh 4vw;
        margin-top: 0;
    }
     #intro #introtext{
        margin-top: 4vh;
    }

    #introtext h1{
        font-size: 5vw;
    }
    #orbital{
        padding: 10vh 4vw;
        height: initial;
    }

    #orbitaltext h1{
        font-size: 5vw;
        line-height: 10vh;
    }
    .text h3{
        padding: .5vh;
        font-size: 1.3vw;
        margin-left:6px;
    }
    #orbitvideo{
        height: 50vh;
    }

    #orbitvideo video{
        width: 100%;
    }
    #slide{
        flex-direction: column;
    }
    
    .slice{
        height: initial;
        width: 100%;
        padding: 7vh 2vw;
        border-right: initial;
        border-bottom: 1px solid #444;
    }
    .title h3{
        font-size: 4vh;
    }

    .slice p{
        padding: 0 2vw;
        font-size: 1vh;
    }

    .slice:hover p{
        padding: 0 2vw;
        bottom: 15%;
    }
    
    .slice .opening{
        width: 100%;
        height: 0;
    }

    .slice:hover .opening{
        height: 100%;
    }
    .icon{
        height: 4vh;
        width: 4vh;
    }
    .icon i{
        font-size: 2vh;
    }

    #partners{
        padding: 2vw 0;
        min-height: initial;
    }

    #partners h1{
        padding: 0vw 2vw;
        font-size: 10vw;
        margin-bottom: 0vw;
    }

    #partners .partner{
        width: 55%;
    }
    
    #cards>h2{
        font-size: 1.5vh;
    }
    #cards .photu{
        height: 50vw;
    }
    .looks{
        font-size: 6vw; 
        font-weight: 500;
    }
    .looks #line1{
        display: inline-block;
        height: 2px;
        width: 48vw;
        margin-bottom: 5px;
    }
    #allwork{
        display: none;
    }
    #footer{
        flex-direction: column;
        margin-bottom: 5vh;
    }
    #fleft{
        width: 100%;
    }
    #fleft h1{
        font-size: 4vh;
    }
    #fleft p{
        font-size: 1vh;
        width: 70%;
    }

    #fright{
        width: 100%;
    }

    #fright a{
        font-size: 4.5vw;
        padding: 3vw 4vw;
    }
    #fright .flast{
        padding: 6vw;
        font-size: 1.5vh;
    }
    #social>a{
        font-size: 3vh;
    }
 }