.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1.5rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("../img/okq8-small.webp");
  background-size: cover;
  background-position: center;
  height: 100svh;
  position: relative;
}
@media screen and (min-width: 668px) {
  .hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)), url("../img/okq8-medium.webp");
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)), url("../img/okq8.webp");
  }
}
@media screen and (min-height: 736px) and (max-width: 1023px) {
  .hero {
    justify-content: flex-start;
    padding-top: 8rem;
  }
}
.hero h1,
.hero h2 {
  max-width: 1200px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-shadow: 2px 2px 1px #1d1d1b;
  padding: 0.25rem;
  color: #fff;
  text-align: center;
}
.hero h1 {
  font-size: clamp(1.3rem, 5.5vw, 3.4rem);
  line-height: clamp(1.6rem, 6.8vw, 4rem);
  padding-top: 1.5rem;
  padding-bottom: clamp(0.25rem, 1.5vw, 1.5rem);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-height: 667px) {
  .hero h1 {
    padding-top: 4.5rem;
  }
}
@media screen and (orientation: landscape) {
  .hero h1 {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 359px) {
  .hero h1 {
    padding-top: 4.5rem;
  }
}
@media screen and (min-width: 360px) {
  .hero h1 {
    font-size: clamp(1.6rem, 5.5vw, 3.4rem);
    line-height: clamp(2.2rem, 6.8vw, 4rem);
  }
}
.hero h2 {
  font-family: "Montserrat-Italic", sans-serif;
  font-size: clamp(1rem, 3vw, 2.2rem);
  line-height: clamp(1.4rem, 4vw, 3rem);
  padding-bottom: clamp(1rem, 2.5vw, 2.5rem);
  padding-left: clamp(0.75rem, 3vw, 6rem);
  padding-right: clamp(0.75rem, 3vw, 6rem);
}
@media screen and (min-width: 360px) {
  .hero h2 {
    font-size: clamp(1.25rem, 3vw, 2.2rem);
    line-height: clamp(1.8rem, 4vw, 3rem);
  }
}
.hero .petrollogotypes {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: rgb(255, 255, 255);
}
.hero .petrollogotypes .logotypes {
  max-height: 3rem;
  width: auto;
  padding: 0.5rem;
}
@media screen and (min-width: 668px) {
  .hero .petrollogotypes .logotypes {
    max-height: 100%;
    min-height: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .hero .petrollogotypes .logotypes {
    max-height: 100%;
    min-height: 3.5rem;
  }
}
@media screen and (orientation: landscape) and (max-height: 712px) {
  .hero .petrollogotypes {
    display: none;
  }
}
.hero .btn-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
}
@media screen and (min-width: 668px) {
  .hero .btn-container {
    flex-direction: row;
    gap: 1.5rem;
  }
}
.hero .btn-container button {
  background-color: #1f4e79;
  border-radius: 100px;
  border: #fff 0.1rem solid;
  box-shadow: #1d1d1b 0.25rem 0.25rem 0.5rem;
  margin-top: clamp(0.5rem, 2vw, 2rem);
  padding: clamp(0.5rem, 2vw, 0.75rem) clamp(1rem, 2.5vw, 2rem);
  cursor: pointer;
}
@media screen and (min-width: 360px) {
  .hero .btn-container button {
    margin-top: clamp(0.75rem, 2vw, 2rem);
    padding: clamp(0.75rem, 2vw, 0.75rem) clamp(1.25rem, 2.5vw, 2rem);
  }
}
.hero .btn-container button:hover {
  background-color: #fff;
  border: #1f4e79 0.1rem solid;
}
.hero .btn-container button:hover a {
  color: #1f4e79;
}
.hero .btn-container button a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(1rem, 2.5vw, 1.8rem);
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 360px) {
  .hero .btn-container button a {
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  }
}
@media screen and (min-width: 1024px) {
  .hero .btn-container button.btn-order {
    display: none;
  }
}
@media screen and (orientation: landscape) and (max-height: 420px) {
  .hero .btn-container {
    display: none;
  }
}
.hero .next-section {
  position: absolute;
  bottom: 0;
  padding-bottom: 1rem;
}
@media screen and (orientation: landscape) and (max-height: 712px) {
  .hero .next-section {
    display: none;
  }
}
@media screen and (max-width: 359px) {
  .hero .next-section {
    display: none;
  }
}
@media screen and (max-height: 667px) {
  .hero .next-section {
    display: none;
  }
}
@media screen and (min-width: 668px) {
  .hero .next-section {
    padding-bottom: 2rem;
  }
}/*# sourceMappingURL=index.css.map */