@font-face {
  font-family: greg;
  src: url(assets/fonts/Grift-Regular.otf);
}
@font-face {
  font-family: gita;
  src: url(assets/fonts/Grift-LightItalic.otf);
}

.wrapper {
  background-image: url("./assets/imgnew/bg-salvo.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.wrapper .img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  z-index: 2;
  position: relative;
}
.wrapper .img2 {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 0;
  width: 50%;
}
.wrapper .text {
  position: absolute;
  top: 90px;
  right: 80px;
  color: white;
}
.wrapper .text h2 {
  font-size: 1.5rem;
  color: #fff;
  font-family: greg;
  text-transform: uppercase;
  font-weight: bold;
}
.wrapper .text p {
  text-align: right;
  font-size: 1rem;
  font-family: gita;
}
.wrapper .btn-mail {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background-color: #fff;
  color: #ffa500;
  text-decoration: none;
  font-family: greg;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 30px;
  z-index: 5;
}
@media (orientation: portrait) {
  .wrapper .img3 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom center;
  }
  .wrapper .img4 {
    width: 100%;
    height: 90%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  .wrapper .text {
    top: unset;
    bottom: 70px;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .wrapper .text h2 {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .wrapper .text p {
    text-align: center;
    font-size: 0.8rem;
  }
  .wrapper .btn-mail {
    bottom: 15px;
  }
}
