/* --- About Us Page Specific Styles --- */

/* Hero Section */
.about-hero-section {
  color: #fff;
  padding: 200px 0 120px 0;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-image: url("../images/hero-bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.about-hero-bg-pattern {
  position: absolute;
  top: 0px;
  left: 0px;
}

.about-hero-section h1 {
  font-family: "Helvetica";
  font-size: 88px;
  font-style: normal;
  font-weight: 800;
  line-height: 120px;
  background: linear-gradient(90deg, #fffcfb 0%, #89dff8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-hero-section p {
  color: #d5dbff;
  font-family: "Helvetica";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}

.about-stats-container {
}

.about-stat-item {
}

.about-stat-item h2 {
  color: #fff;
  font-family: "ITC Avant Garde Gothic Std";
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.about-stat-item p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
}

/* journey section */

.journey-innovation-security-section {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
  /* overflow: hidden; */
}

.about-journey-bg-pattern {
  position: absolute;
  /* height: 150%; */
  width: 120%;
  top: -96px;
  right: -120px;
}

.journey-section-img {
  width: 70%;
  z-index: 2;
}

/* AI-Driven and Bespoke Solutions section */
.ai-solutions-section {
  background-color: #ffffff;
  margin-top: 80px;
  margin-bottom: 80px;
}

.ai-solution-section-img {
  width: 80%;
  z-index: 2;
}

.ai-features-list {
  margin-top: 2rem;
}

.ai-features-list p {
  color: #3d3d3d;
  font-family: "Helvetica";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.feature-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

/* SaaS Development Process section*/
.saas-development-process-section {
  background: linear-gradient(180deg, #118177 8.47%, #adeee7 141.71%);
  padding-top: 80px;
  padding-bottom: 80px;
}

.saas-process-bg-pattern {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.65;
}

.saas-development-process-section .krd-header-font,
.saas-development-process-section .krd-p-font {
  color: white;
}

.ai-sub-heading {
  color: #fff;
  font-family: "Helvetica";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.sass-section-img {
  width: 70%;
  z-index: 2;
}

/* media queris */
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}
@media (min-width: 1600px) {
  .about-hero-moto-container {
    padding-right: 200px;
  }
  .our-journey-heading {
    max-width: 500px;
  }
  .journey-para-container {
    max-width: 620px;
  }
}
