.hero-container {
  width: 100%;
  background-color: #112439;
  margin-top: 6.5rem;
  padding: 10rem 0 10rem 0;
}

.hero-container > div {
  margin: auto;
  padding: 0 5rem;
  max-width: 159rem;
}

.back-link,
.back-link > a {
  color: white;
  font-size: 1.8rem;
  line-height: 2rem;
  margin-bottom: 3.5rem;
}

.back-link > a {
  text-decoration: underline;
}

.hero-content {
  display: flex;
  gap: 10rem;
  justify-content: space-between;
}

.hero-content > div {
  flex: 1;
  max-width: 50%;
}

.hero-content > .hero-imgs {
  position: relative;
}

.deal-hero {
  border-radius: 3rem;
}

.deal-card {
  position: absolute;
  bottom: -7rem;
  left: 4rem;
  width: 35rem;
}

.deals-btn {
  background: rgb(47, 69, 93, 0.5);
  border: 2px solid #ffffff;
  border-radius: 19rem;
  opacity: 1;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  left: 40rem;
  color: white;
  font-size: 3.1rem;
  line-height: 3.3rem;
  padding: 2rem 4rem;
}

.hero-content h4 {
  font-size: 7rem;
  line-height: 8rem;
  color: white;
  margin: 0;
  font-weight: 400;
}

.hero-content h4.hero-subheader {
  color: var(--primary);
  margin-bottom: 3rem;
}

.hero-desc {
  color: white;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-family: "Roboto";
  font-weight: 300;
  margin-bottom: 11.5rem;
  white-space: nowrap;
}

.hero-content .btn-primary {
  padding: 2rem 6rem;
}

.content {
  width: 95%;
  margin: auto;
  padding: 10rem 5rem;
  max-width: 159rem;
}

.content > h4 {
  color: var(--secondary);
  font-size: 4.5rem;
  line-height: 5.5rem;
  text-align: center;
  margin: 0;
  margin-bottom: 3rem;
  white-space: nowrap;
  font-weight: 400;
}

.content > .desc {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-family: "Roboto";
  color: #112439;
  margin-bottom: 10rem;
  text-align: center;
}

.deal-content {
  display: flex;
  padding: 0 5rem;
  flex-direction: column;
  gap: 8rem;
  margin: 15rem auto;
  max-width: 159rem;
}

.deal-content > div {
  display: flex;
  gap: 8rem;
  align-items: center;
  justify-content: center;
}

.deal-content > div > div {
  flex: 1;
  min-width: 50%;
}

.deal-content h4 {
  color: #061f39;
  font-size: 4.5rem;
  line-height: 5rem;
  margin: 0;
  margin-bottom: 4rem;
  font-weight: 400;
}

.deal-content .desc {
  color: #112439;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-family: "Roboto";
}

.oneapp-faq,
.blue-box {
  width: 100%;
}

@media (max-width: 1700px) {
  .hero-container > div {
    max-width: 133rem;
  }

  .hero-content {
    gap: 5rem;
  }

  .deal-content {
    max-width: 133rem;
  }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  .hero-container > div {
    max-width: 113rem;
  }

  .hero-desc {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 7.5rem;
    white-space: initial;
  }

  .hero-content h4 {
    font-size: 5rem;
    line-height: 6rem;
  }

  .deal-card {
    width: 25rem;
  }

  .deals-btn {
    left: 30rem;
    font-size: 2.4rem;
    line-height: 2.7rem;
    padding: 1rem 2rem;
  }

  .content > h4 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }

  .deal-content {
    max-width: 113rem;
  }
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {
  .hero-container > div {
    max-width: 93rem;
  }

  .hero-content {
    gap: 2rem;
  }

  .hero-desc {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 7.5rem;
    white-space: initial;
  }

  .hero-content h4 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .hero-desc {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .deal-card {
    width: 20rem;
    bottom: -5rem;
  }

  .deals-btn {
    left: 25rem;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .content > h4 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .deal-content {
    max-width: 93rem;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .hero-container > div {
    max-width: 75rem;
    padding: 0 3rem;
  }

  .hero-desc {
    margin-bottom: 4.5rem;
  }

  .deal-card {
    width: 15rem;
    bottom: -3rem;
  }

  .deals-btn {
    left: 20rem;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .content > h4 {
    font-size: 2.1rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }

  .content > .desc {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 7.5rem;
  }

  .deal-content {
    max-width: 75rem;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .hero-content {
    flex-direction: column;
  }

  .hero-content > div {
    max-width: 100%;
    text-align: center;
  }

  .content {
    padding: 5rem 1rem;
  }

  .content > h4 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 5rem;
    white-space: initial;
  }

  .deal-content {
    gap: 4rem;
    padding: 0 2rem;
  }

  .deal-content > div {
    gap: 2rem;
  }

  .deal-content h4 {
    font-size: 2.1rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
  }

  .deal-content .desc {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}
