/* hero section */
.hero {
  padding: 48px 0px;
  text-align: center;
  position: relative;
}

.hero .text-container {
  margin: 2.5% 0px 6%;
}

.hero .text-container p {
  line-height: 26px;
}

.hero a {
  margin: 0 auto;
}

.hero .chart.img-container {
  margin-top: 8%;
}

.hero .fog-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* hero section end */

/* market challenge  */
.market_challange {
  position: relative;
  padding: 48px 0px;
}

.challenge_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 3%;
}

.fog-container {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.challange_box {
  max-width: 380px;
  min-height: 310px;
  text-align: center;
  background: #080b1c66;
  box-shadow: 0px -10px 40px 0px #101636 inset;
}

.challange_box h4 {
  margin: 16px 0;
}

.challange_box p {
  color: #9ea3bf;
}

/* challenge section end */

/* product section start */

.our_product {
  padding: 48px 0;
}

.our_product h2 {
  margin-bottom: 16px;
  text-align: center;
}
.our_product p {
  text-align: center;
}

.product_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4%;
  gap: 24px;
}
.product_box {
  position: relative;
  max-width: 590px;
  padding: 3%;
}

.product_box h5 {
  font-weight: 200;
}

.product_box h6 {
  color: #9ea3bf;
  padding: 4% 0 5%;
}

/* product box end */

/* why choose start */
.why_choose {
  padding: 48px 0;
}
.why_choose h2 {
  text-align: center;
  margin-bottom: 16px;
}
.why_choose .subtitle-text {
  text-align: center;
  max-width: 860px;
  width: 100%;
  margin: auto;
  line-height: 28px;
}

.why_flex {
  width: 80%;
  max-width: 960px;
  margin: 4% auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.why_flex .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.flex-img-container,
.flex-content {
  width: 48%;
  max-width: 480px;
}
.flex-content p {
  line-height: 24px;
  margin-top: 16px;
  font-weight: 400;
}

.flex-content.text-right {
  padding: 0 16px;
}

/* why choose us end */

/* our team */
.our_team {
  padding: 48px 0 0;
}
.our_team h2 {
  text-align: center;
  font-weight: 700;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.6) 65%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.our_team_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  /* justify-content: space-evenly; */
  margin-top: 3%;
  gap: 24px;
}
.our_team_box {
  position: relative;
  padding: 16px;
}

.team_text {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  border-radius: 12px;
  padding: 3%;
  background: #00113366;
}

.our_team_box img {
  display: block;
}

.team_text .name {
  font-weight: 700;
  line-height: 28px;
}

.team_text .designation {
  margin: 4px 0 12px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .hero,
  .market_challange,
  .our_product {
    padding: 32px 0;
  }

  .hero .chart.img-container {
    margin-top: 12%;
  }

  .why_choose {
    padding: 30px 0 0 0;
  }

  .challange_box {
    max-width: 48%;
    min-height: 280px;
    padding: 20px;
  }

  .why_flex {
    gap: 16px;
  }

  .team_text {
    bottom: 26px;
    width: 85%;
    border-radius: 6px;
    padding: 2%;
  }
}

@media (max-width: 767px) {
  /* hero section */
  .hero {
    padding: 24px 0;
  }
  .hero .text-container {
    margin: 3% 0px 7.5%;
  }
  .hero .text-container p {
    line-height: 1.3;
  }

  /* market challenge */
  .market_challange {
    padding: 24px 0;
  }

  .challenge_flex {
    margin-top: 5%;
  }

  .challange_box {
    max-width: 100%;
    min-height: 100%;
  }

  /* .challange_box p.small {
    font-size: 16px;
  } */
  /* market challenge end */

  /* product section start */

  .our_product {
    padding: 24px 0;
  }

  .product_flex {
    margin-top: 6%;
    flex-wrap: wrap;
  }
  .product_box {
    max-width: 100%;
    padding: 24px;
  }

  .product_box h6 {
    padding: 4% 0 5%;
  }

  /* product box end */

  /* why choose start */
  .why_choose {
    padding: 24px 0;
  }

  .why_flex {
    width: 100%;
    margin-top: 32px;
    gap: 32px;
  }

  .why_flex .flex {
    gap: 12px;
    flex-direction: column;
  }

  .why_flex .flex-reverse {
    flex-direction: column-reverse;
  }

  .flex-img-container,
  .flex-content {
    width: 100%;
  }

  .flex-content,
  .flex-content.text-right {
    padding: 0 0 0 8px;
  }

  .flex-content p {
    margin-top: 8px;
  }

  /* why choose us end */

  /* our team */
  .our_team {
    padding: 24px 0 0 0;
  }

  .our_team h2 {
  }

  .our_team_flex {
    flex-wrap: wrap;
    margin-top: 6%;
    gap: 24px;
  }
}
