*{
    margin: 0;
    padding: 0;
    font-family: Gilroy-Black;
    box-sizing: border-box;
}
html,body{
    height: 100%;
    width: 100%;
}
#main{
    height: 100vh;
    width: 100%;
}

#back{
    height: 100vh;
    width: 100%;
    background-color: red
    z- index 1;
}
#back img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#top{
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 2;
   
}
#workingarea{
    position: relative;
    margin: 0 auto;
   height: 100vh;
    width:80%;
    max-width: 1920px;
   
}
#nav{
    width: 100%;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between ;
    

}
#nav img{
    height: 60px;
}
#nleft, #nright{
    display: flex;
    align-items: center;
    gap: 50px;
}
#nav a{
    pointer-events: all;
    color: white;
    font-family: gilroy;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    
}
#hero{
    position: absolute;
    top: 50%;
    left: 0;
   
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translate(0%,-50%);
}
#heroleft{
    min-width: 50%; 
}
#heroleft .elem{
    height: 9vw;    
 overflow: hidden; 
position: relative;
}

#heroleft .elem h1:nth-child(1){
top: 0;
}
#heroleft .elem h1{
    position: absolute;
    font-family: kajiro;
    color: white;
    font-weight: 100;
    font-size: 10vw; 
    line-height: .9;
   opacity: 1;
   
   
}
#heroleft .elem h1.active {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
}

#heroleft button{
    pointer-events: all;
    padding: 0.4vw 2.8vw;
    font-size: 3.2vw;
    font-family: kajiro;
    color: black;
    background-color: #fff;
    margin-top: 0.3vw;
}
#heroright{
        width: 25%;
    color: white;
display: flex;
flex-direction: column;
 align-items: flex-end;
 
}

#heroright p{
font-size: 14px;
font-weight: 300;
text-align: right;
}
#heroright #imgdiv{
    height: 150px;
    width: 100%;
    background-color: red;   
    margin-bottom: 30px;
    background-image: url(https://images.unsplash.com/photo-1527203561188-dae1bc1a417f?q=80&w=715&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-size: cover;
  background-position: center;
}
#heroright p:nth-child(3){
    margin-bottom: 30px;
}