/* ----------------------header------------------ */
.infra {
  border-radius: 9999px;
  width: 24.144rem;
  max-width: 100%;
  height: 4.2rem;
}

.hero-title {
  max-width: 56.8rem;
}

.hero-desc {
  max-width: 61.6rem;
}

.box {
  border: 1px solid var(--bs-gray-300);
  background-color: var(--bs-gray-400);
}

/* Stacked layout (below the lg breakpoint where .col-lg-6 wraps):
   centre the whole hero instead of leaving it flush to the inline start. */
@media (max-width: 991.98px) {
  .hero-content {
    align-items: center;
    text-align: center;
  }

  .hero-title,
  .hero-desc {
    max-width: 100%;
  }

  .hero-actions {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-media {
    margin-top: 4rem;
  }

  .hero-media img {
    margin-inline: auto;
  }
}

/* -----------------------main--------------------- */
.main-title {
  color: var(--bs-green);
  margin-top: 3rem;
}

.main-desc {
  margin: 1rem 0 5rem;
}

.infra-boxes .box {
  border-radius: 2.4rem;
  color: var(--bs-gray-500);
}

/* -----------------------section1--------------------- */
.sec1 {
  background: url("../assets/images/overlay.png") no-repeat;
  background-size: cover;
}

.sec1-title {
  max-width: 54.4rem;
}

.cloud-boxes .box {
  border-radius: 1.6rem;
  color: var(--bs-gray-500);
}

/* -----------------------section2--------------------- */
.sec2 h5 {
  max-width: 37.3rem;
}

.sec2 h5 span {
  color: var(--bs-green-100);
}

.sec2 p {
  max-width: 46.533rem;
}

.sec2 .box {
  border-radius: 9999px;
  color: var(--bs-gray-400);
  background-color: var(--bs-gray-600);
}

.government {
  border-radius: 2.4rem;
  background: linear-gradient(to left, var(--bs-gray-800), var(--bs-gray-700));
  border: 1px solid var(--bs-gray-200);
  box-shadow: 0 0 30px 0 rgba(212, 75, 191, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.government h5 {
  max-width: 100%;
}

.government p {
  max-width: 41.521rem;
}

.government-boxes .box {
  border-radius: 2.4rem;
  border-color: var(--bs-gray-200);
  background-color: var(--bs-gray-400);
}

/* -----------------------section3--------------------- */
.sec3 .inner {
  border-radius: 4.8rem;
  overflow: hidden;
  border: 1px solid var(--bs-gray-500);
  background-color: var(--bs-gray-400);
}

.sec3 .inner img {
  width: 50%;
  height: auto;
  object-fit: cover;
  flex-shrink: 1;
}

.sec3 .inner .content {
  width: 50%;
  min-width: 0;
}

.sec3 .inner p {
  max-width: 43.1rem;
}

.sec3 .inner .btn-contact-us {
  padding: 1.2rem 3.2rem;
  border-radius: 1.2rem;
  max-width: 16.2rem;
}

@media (max-width: 767.98px) {
  .sec3 .inner img,
  .sec3 .inner .content {
    width: 100%;
  }
}

/* -----------------------section4--------------------- */
.why-norah {
  border-radius: 9999px;
  border: 1px solid var(--bs-indigo-100);
  background-color: var(--bs-indigo);
  color: var(--bs-pink);
}

.why-norah-boxes .box {
  border-radius: 3.2rem;
  border: 1px solid var(--bs-gray-300);
  background-color: var(--bs-gray-900);
}

.why-norah-boxes > div {
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
}

.first-box,
.fourth-box {
  width: 100%;
  max-width: 38.53rem;
}

.second-box {
  width: 100%;
  max-width: 44.26rem;
}

.third-box {
  width: 100%;
  max-width: 41.06rem;
}

@media (max-width: 991.98px) {
  .first-box,
  .second-box,
  .third-box,
  .fourth-box {
    max-width: unset;
    width: 100%;
  }
}

.business-models {
  border-radius: 9999px;
  border: 1px solid var(--bs-gray-500);
  background-color: var(--bs-gray-900);
  box-shadow: 0 8px 32px 0 #0000004d;
  max-width: 56.243rem;
}

.business-models span {
  color: var(--bs-green-100);
}

/* -----------------------stats band--------------------- */
.stats-band .stat-card {
  border-radius: 2.4rem;
}

.stat-value {
  /* the numerals are Latin digits inside an RTL page */
  direction: ltr;
  unicode-bidi: isolate;
  line-height: 1;
}

/* -----------------------contact section--------------------- */
.sec-contact .contact-lead {
  max-width: 66rem;
}
