
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
}



#main {
  width: 100%;
  height: 100vh;

}


#back {
  width: 100%;
  height: 100vh;
 
}

#back img{
  height: 100%;
  width: 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: 80%;
  height: 100vh;
  max-width: 1920px;
 
}




#hero {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  display: flex;
  justify-content: space-between;
  width: 100%;

}

#heroleft {
  min-width: 50%;
}

#hero #heroleft #elem{
  position: relative;
height: 9vw;
overflow: hidden;

}

#hero #heroleft #elem h1:nth-child(1){
  top: 0;
}

#hero #heroleft #elem h1 {
  position: absolute;
  top: 100%;
  left: 0;
  font-family: "kajiro";
  line-height: .9;
  color: white;
  font-weight: 100;
  font-size: 12vw;
}

#hero #heroleft button{
  pointer-events: all;
  padding: .8vw 3vw;
  font-size: 3vw;
  margin-top: 3vw;
  font-family: "kajiro";
}

#heroright p {
  color: white; /* Change to your desired color */
  line-height: .9;
  color: white;
  font-weight: 100;
  font-size: 12vw; /* Optional: Change the font size */
  font-family: "Arial"; /* Change the font family */
  text-shadow: white /* Optional: Add a text shadow */
 
}


#heroright {
  display: flex;
  font-family: "kajiro";
  flex-direction: column;
  align-items: flex-end;
  width: 25%;
  color: black;
}

#heroright p{
  font-size: 14px;
  font-weight: 300;
  text-align: right;
}

#heroright #imagediv{
width: 100%;
height: 170px;
margin-top: 20px;
margin-bottom: 30px;
background-image: url(https://i.pinimg.com/736x/7b/6c/8e/7b6c8ee3547b9944232e375083ea1ddf.jpg);
background-size: cover;
background-position: center;
}

#heroright p:nth-child(3){
  margin-bottom: 100px;
}

/*  */
