*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,body{
  height: 100vh;
  width: 100%;
}

.main{
  height: 100vh;
  width: 100%;
}
.back{
  height: 100vh;
  width: 100%;
 
}

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

.top{
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
.workingarea{
  width: 90%;
  position: relative;
  max-width: 1600px;
  height: 100vh;
  margin: 0  auto;
}
.nav{
height: 60px;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}

.nav-left,.nav-right{
  display: flex;
  align-items: center;
  gap:40px;
}

.nav-left img{
  height: 58px;
}


.nav-left a,.nav-right a{
  pointer-events: all;
  color:#fff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
}

.hero{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 5px;
  position: absolute;
  top:-10%;
  left: 0;
  transform: translate(0%,50%);
}

.hero-left{
  min-width: 50%; 
  
}

.hero-left .elems{
  height: 5vw;
  overflow: hidden;
}

.hero-left .elems h1{
  color: #fff;
  font-size: 4vw;
}

.hero-left button{
  pointer-events: all;
  padding: 5px;
  font-size: 33px;
  margin-top: 10px;
  letter-spacing: -2px;
}

.hero-right{
  width: 17%;
  color: #fff;

}
.hero-right .img{
  height: 150px;
  width: 100%;
  background-image: url("h.avif");
  background-size: cover;
  background-position: center;
  margin-top: 10px;
  margin-bottom: 50px;
}

.hero-right p{
  margin-bottom: 20px;
  text-align: right;
  font-size: 12px;
}

.hero-right p:nth-child(3){

  margin-bottom: 50px;
}
