

*{
  margin:0;
  padding:0;
  box-sizing: border-box;
  font-family: "gilroy";

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

#main{
  width:100%;
  height: 100%;
}

#back{
  width:100%;
  height: 100vh;
}

#back img{
  width:100%;
  height: 100%;
  object-fit: cover;
}

#top{
  pointer-events: none;
  position:absolute;
  top: 0;
  left: 0;
  width:100%;
  height: 100vh;
}

#workingarea{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  max-width: 1080px;
  
  
}
#nav{

  width: 100%;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
#nav img{
  height: 60px;
  
}
#nleft , #nright{
  display: flex;
  align-items: center;
  gap: 60px;
}

#nleft a{
  pointer-events: all;
  color:#fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  
}
#nright a{
  pointer-events: all;
  margin-bottom: 0px;
}

#nav a{
  color:#fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  
  font-family: "gilroy";
}
#hero{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%,-40%);
  display: flex;
  justify-content: space-between;
  width:100%;
  
}
#heroleft{
  min-height: 50%;
  min-width: 50%;

}

#heroleft .elem{
  position: relative;
  height: 9vw;
  overflow: hidden;
  
  
}
#heroleft .elem h1:nth-child(1){
  top:0;
}

#heroleft .elem h1{
  position: absolute;
  top:100%; 
  left:0; 

  line-height: .9;
  font-family: 'kajiro';
  color: white;
  font-weight: 100;
  font-size: 11vw;
  
  
}

#heroleft button{
  pointer-events: all;
  margin-top: 2vw;
  padding: .4vw 2vw;
  letter-spacing:1px;
  font-size: 2vw;
  font-family: kajiro;
  color: black;
  background-color: white;
}

#heroright{
  width: 17%;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  
}

#heroright p{
  font-size: 15px;
  font-weight: 300;
  text-align: right;
  
}
#heroright #imgdiv{
  width: 100%;
  height: 160px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url("images/photo-fotor-bg-remover-2023102616390.png");
  background-color: transparent;
  opacity: 0.5;
  background-size: cover;
  background-position: center;
 
}
#heroright p:nth-child(3){
  margin-bottom: 40px;
  
}