.bg-box {
  background: rgb(23, 43, 160);
  background: linear-gradient(
    201deg,
    rgba(23, 43, 160, 1) 0%,
    rgba(12, 126, 215, 1) 100%
  );
}
.bg-boxes {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.hero {
  position: relative;
  background: url("../images/hero-1.jpg");
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: cover;
  height: 600px;
}

.hero .bg-overlay {
  background: rgb(0 0 0 / 0.35);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.hero-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #fff;
  text-align: center;
  z-index: 2;
  padding-top: 20%;
  text-shadow: 1px 4px 4px black;
  font-size: 1rem;
}
.hero-description p > br {
  display: none;
}
.hero h1 {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-shadow: 1px 4px 4px black;
}
.hero h1 > span {
  font-weight: 600;
}
.hero h2 {
  font-family: "Roboto-MediumItalic";
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  text-shadow: 1px 4px 4px black;
}

.hero.retreat {
  background: url("../images/bg-hero-retreat.jpg");
  background-repeat: no-repeat;
  background-position: 50% 20%;
  height: 700px;
  overflow: hidden;
}
.hero.retreat .bg-overlay {
  background: none;
}
.hero.retreat h3 {
  text-shadow: 1px 4px 4px black;
  padding-block-end: 0;
  font-size: 1.8rem;
}
.hero.retreat h4 {
  color: #33c2e8;
  text-shadow: 1px 4px 4px black;
  padding-block-end: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
}
.hero.retreat .hero-description {
  position: absolute;
  gap: 10px;
  top: 2%;
  left: auto;
  margin-top: 0;
}
.hero.retreat .hero-description p {
  font-family: "Roboto-Light";
  font-size: 1.4rem;
}
.hero.retreat .button {
  font-family: "Roboto-MediumItalic";
  font-size: 2rem !important;
  background: rgb(11 60 76 / 0.7);
  color: #fff;
  border: 2px solid #33c2e8;
  padding: 1.2rem 3rem 1.5rem;
  border-radius: 1rem;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .hero h1 {
    font-size: 6rem;
    line-height: 6rem;
  }
  .hero {
    gap: 32px;
    height: 700px;
    text-align: center;
  }
  .hero-description {
    order: 1;
    max-inline-size: 100%;
    text-align: center;
    padding-top: 7%;
    font-size: 1.4rem;
  }
  .hero-description p > br {
    display: block;
  }
  .hero.retreat .hero-description {
    top: 10%;
    left: 25%;
  }
  .hero.retreat .button {
    font-size: 2.7rem !important;
  }
  .hero.retreat h3 {
    font-size: 2.7rem;
  }
  .hero.retreat h4 {
    font-size: 1.8rem;
  }
  .hero.retreat .hero-description p {
    font-size: 1.6rem;
  }
  .hero.retreat .button {
    font-size: 2.4rem !important;
    padding: 1.2rem 4rem 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
}
