.hero-banner {
  position: relative;
  padding: 245px 0 229px;
}

.hero-bg-patterns {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background-image: url("../../../../public/contactBg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
  z-index: 0;
  pointer-events: none;
}

.hero-banner .container,
.hero-banner .row {
  position: relative;
  z-index: 1;
}

.hero-headings {
  font-size: 72px;
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.1;
  background: linear-gradient(180deg, #dd630f 0%, #ffa245 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}

.text-darks {
  font-size: 72px;
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.1;
  color: #151515;
}

@media (max-width: 1450px) {
  .hero-banner {
    padding: 200px 0 160px;
  }

  .hero-headings,
  .text-darks {
    font-size: 60px;
    line-height: 1.1;
  }
}

@media (max-width: 1280px) {
  .hero-banner {
    padding: 160px 0 140px;
  }

  .hero-headings,
  .text-darks {
    font-size: 54px;
  }

  .hero-bg-patterns {
    height: 100%;
    opacity: 0.75;
  }
}

@media (max-width: 991px) {
  .hero-banner {
    padding: 140px 0 120px;
  }

  .hero-headings,
  .text-darks {
    font-size: 44px;
    line-height: 1.2;
  }

  .hero-bg-patterns {
    opacity: 0.8;
  }
}

@media (max-width: 835px) {
  .hero-banner {
    /* padding: 120px 0 100px; */
  }

  .hero-headings,
  .text-darks {
    font-size: 36px;
    line-height: 1.25;
    padding: 0 20px;
  }

  .hero-bg-patterns {
    height: 100%;
    opacity: 0.85;
  }
}

@media (max-width: 575px) {
  .hero-banner {
    padding: 100px 0 80px;
  }

  .hero-headings,
  .text-darks {
    font-size: 30px;
    line-height: 1.3;
    padding: 0 15px;
  }

  .hero-bg-patterns {
    opacity: 0.9;
  }
}

@media (max-width: 420px) {
  .hero-banner {
    /* padding: 90px 0 70px; */
     height: 300px;
  }

  .hero-headings,
  .text-darks {
    font-size: 26px;
    line-height: 1.35;
    padding: 0 12px;
  }

  .hero-bg-patterns {
    height: 100%;
    opacity: 0.9;
  }
}

@media (max-width: 360px) {
  .hero-banner {
  height: 300px;
  }

  .hero-headings,
  .text-darks {
    font-size: 22px;
    line-height: 0.9;
    padding: 0 10px;
  }
}
