* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Spline Sans", sans-serif;
  list-style-type: none;
}

/* ----main_banner---- */
.main_banner {
  background-image: url("../images/Img_about_us_bg.png");
  background-repeat: no-repeat;
  padding: 32px 120px 96px 120px;
  background-size: cover;
  background-position: right;
}
.bread_crumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}
.bread_crumb a {
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}
.bread_crumb span {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}
.main_banner h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 16px;
}
.main_banner p {
  margin: 0;
  color: #dbdbdb;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

/* ----mission_vision---- */
.mission_vision_wrap {
  padding: 100px 120px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.mission_vision_div {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.mission_vision_div h2 {
  color: #101010;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0%;
  margin: 0;
}
.mission_vision_description {
  width: 70%;
}
.mission_vision_description h5 {
  color: #101010;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 20px;
}
.mission_vision_description .description {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mission_vision_description .description p {
  color: #555555;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  margin: 0;
}

/* ----nudimind_status---- */
.stats-banner {
  position: relative;
  margin: 0 120px;
}
.stats-card {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 32px;
  padding: 16px 20px;
  border-radius: 16px;
  backdrop-filter: blur(70px);
  background: linear-gradient(
    310.84deg,
    rgba(250, 92, 54, 0.5) 0%,
    rgba(121, 64, 56, 0.5) 90.06%
  );
  color: #fff;
}
.stat-item h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 120%;
  letter-spacing: -2%;
  text-align: center;
}
.stat-item p {
  font-size: 18px;
  white-space: nowrap;
  margin: 0;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
}

/* -----founder_message----- */
.founder_message {
  padding: 100px 120px;
}
.founder_message h2 {
  color: #101010;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0%;
  margin-bottom: 40px;
}
.founder_message_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.founder_message_div {
  max-width: 599px;
  width: 100%;
}
.founder_message_div .coma {
  margin-bottom: 48px;
}
.founder_message_div h4 {
  color: #090914;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
.founder_message_div p {
  color: #555555;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  margin: 0;
}

@media only screen and (min-width: 1440px) and (max-width: 1900px) {
  /* ----main_banner---- */
  .main_banner {
    padding: 32px 80px 96px 80px;
  }
  /* ----mission_vision---- */
  .mission_vision_wrap {
    padding: 100px 80px;
  }
  /* ----nudimind_status---- */
  .stats-banner {
    margin: 0 80px;
  }
  /* -----founder_message----- */
  .founder_message {
    padding: 100px 80px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  /* ----main_banner---- */
  .main_banner {
    padding: 32px 60px 76px 60px;
  }
  .main_banner h1 {
    font-size: 40px;
    line-height: 48px;
  }
  /* ----mission_vision---- */
  .mission_vision_wrap {
    padding: 72px 60px;
  }
  /* ----nudimind_status---- */
  .stats-banner {
    margin: 0 60px;
  }
  .stat-item h2 {
    font-size: 40px;
  }
  /* -----founder_message----- */
  .founder_message {
    padding: 72px 60px;
  }
  .founder_message h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  /* ----main_banner---- */
  .main_banner {
    padding: 28px 40px 52px 40px;
  }
  .main_banner h1 {
    font-size: 36px;
    line-height: 48px;
  }
  /* ----mission_vision---- */
  .mission_vision_wrap {
    padding: 64px 40px;
    gap: 40px;
  }
  .mission_vision_div {
    gap: 28px;
  }
  .mission_vision_div h2 {
    font-size: 36px;
    line-height: 100%;
  }
  /* ----nudimind_status---- */
  .stats-banner {
    margin: 0 40px;
  }
  .stats-card {
    position: absolute;
    gap: 20px;
    padding: 20px;
  }
  .stat-item h2 {
    font-size: 36px;
  }
  .stat-item p {
    font-size: 16px;
  }
  /* -----founder_message----- */
  .founder_message {
    padding: 64px 40px;
  }
  .founder_message h2 {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 36px;
  }
  .founder_message_div h4 {
    font-size: 22px;
  }
  .founder_message_div .coma {
    margin-bottom: 24px;
  }
  .founder_img {
    width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* ----main_banner---- */
  .main_banner {
    padding: 20px 32px 52px 32px;
  }
  .bread_crumb {
    margin-bottom: 36px;
  }
  .main_banner h1 {
    font-size: 32px;
    line-height: 40px;
  }
  /* ----mission_vision---- */
  .mission_vision_wrap {
    padding: 56px 32px;
    gap: 48px;
  }
  .mission_vision_div {
    gap: 28px;
    flex-direction: column;
  }
  .mission_vision_div h2 {
    font-size: 32px;
    line-height: 100%;
  }
  .mission_vision_description {
    width: 100%;
  }
  /* ----nudimind_status---- */
  .stats-banner {
    margin: 0;
  }
  .stats-banner img {
    height: 368px;
  }
  .stats-card {
    position: absolute;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 16px;
  }
  .stat-item h2 {
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 100%;
    text-align: start;
  }
  .stat-item p {
    font-size: 16px;
    line-height: 150%;
    text-align: start;
    white-space: wrap;
  }
  /* -----founder_message----- */
  .founder_message {
    padding: 56px 32px;
  }
  .founder_message h2 {
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 36px;
  }
  .founder_message_div h4 {
    font-size: 20px;
  }
  .founder_message_div .coma {
    margin-bottom: 24px;
  }
  .founder_img {
    width: 350px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* ----main_banner---- */
  .main_banner {
    padding: 20px 20px 42px 20px;
    background-position: 75% center;
  }
  .bread_crumb {
    margin-bottom: 28px;
  }
  .main_banner h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 8px;
  }
  /* ----mission_vision---- */
  .mission_vision_wrap {
    padding: 48px 20px;
    gap: 48px;
  }
  .mission_vision_div {
    gap: 24px;
    flex-direction: column;
  }
  .mission_vision_div h2 {
    font-size: 28px;
    line-height: 100%;
  }
  .mission_vision_description {
    width: 100%;
  }
  .mission_vision_description h5 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .mission_vision_description .description p {
    font-size: 16px;
  }
  /* ----nudimind_status---- */
  .stats-banner {
    margin: 0;
    margin-bottom: 90px;
  }
  .stats-banner img {
    height: 268px;
  }
  .stats-card {
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    max-width: 360px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 16px;
  }
  .stat-item h2 {
    font-size: 28px;
    margin-bottom: 16px;
    line-height: 100%;
    text-align: start;
  }
  .stat-item p {
    font-size: 14px;
    line-height: 150%;
    text-align: start;
    white-space: wrap;
  }
  /* -----founder_message----- */
  .founder_message {
    padding: 40px 20px;
  }
  .founder_message h2 {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 24px;
  }
  .founder_message_wrap {
    flex-direction: column-reverse;
  }
  .founder_message_div .coma {
    margin-bottom: 24px;
    width: 30px;
  }
  .founder_message_div h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .founder_message_div p {
    font-size: 16px;
  }
  .founder_img {
    width: 100%;
  }
}
@media only screen and (min-width: 280px) and (max-width: 575px) {
  /* ----main_banner---- */
  .main_banner {
    padding: 20px 16px 32px 16px;
    background: linear-gradient(
        263.2deg,
        rgba(174, 58, 0, 0) 12.67%,
        #ae3a00 61.5%
      ),
      url("../images/Img_about_us_bg.png");
    background-position: 80% center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bread_crumb {
    margin-bottom: 28px;
  }
  .main_banner h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  /* ----mission_vision---- */
  .mission_vision_wrap {
    padding: 48px 16px;
    gap: 48px;
  }
  .mission_vision_div {
    gap: 24px;
    flex-direction: column;
  }
  .mission_vision_div h2 {
    font-size: 24px;
    line-height: 100%;
  }
  .mission_vision_description {
    width: 100%;
  }
  .mission_vision_description h5 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .mission_vision_description .description p {
    font-size: 16px;
  }
  /* ----nudimind_status---- */
  .stats-banner {
    margin: 0;
    margin-bottom: 90px;
  }
  .stats-banner img {
    height: 268px;
  }
  .stats-card {
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    max-width: 360px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 16px;
  }
  .stat-item h2 {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 100%;
    text-align: start;
  }
  .stat-item p {
    font-size: 14px;
    line-height: 150%;
    text-align: start;
    white-space: wrap;
  }
  /* -----founder_message----- */
  .founder_message {
    padding: 40px 16px;
  }
  .founder_message h2 {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 24px;
  }
  .founder_message_wrap {
    flex-direction: column-reverse;
  }
  .founder_message_div .coma {
    margin-bottom: 24px;
    width: 30px;
  }
  .founder_message_div h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .founder_message_div p {
    font-size: 16px;
  }
  .founder_img {
    width: 100%;
  }
}
