* {
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  /* width: 100vw; */
  /* height: 100%; */
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: none !important;
}

strong {
  color: #292951;
  display: inline;
  font-weight: bold;
}
h1 {
  color: #292951;
  font-size: 2rem;
  /* text-align: justify; */
}

p {
  color: #292951;
  text-align: left;
  font-size: 1rem;
}

/* one   */
.section-one {
  /* display: flex; */
  background-color: #ebf6ee;
  padding: 0;
  width: 100%;
}

.section-one-text-left {
  padding: 0 6rem !important;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.section-one-text-left h1 {
  /* width: 742px; */
  /* height: 288px; */
  color: #292951;
  font-weight: 600;
  line-height: 1.2;
  font-size: clamp(1.5rem, 5vw, 3.375rem);
}
.section-one-text-left p {
  /* width: 602px; */
  /* height: 72px; */
  font-size: 1rem;
  margin-top: 1rem;
  color: #292951;
  width: 85%;
}
.section-one-img-right {
  /* height: auto;
  max-width: 100%; */
  object-fit: cover;
}

.section-one-img-right img {
  height: 100%;
}

/* section two */

.section-two {
  height: auto;
  padding: 0;
  width: 100%;
}

.section-two-text-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
}

.section-two-text-right p {
  color: #8090b5;
  font-weight: 400;
  font-size: clamp(1rem, 3vw, 24px);
  margin-top: 1rem;
  line-height: 150%;
}

.section-two-text-right h1 {
  font-weight: 600;
  font-size: clamp(1.5rem, 5vw, 40px);

  line-height: 1.2;
}
.section-two-img-left {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}

/* three */

.section-three {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  background-color: #fafafa;
  /* min-height: 100vh; */
  /* padding: 5vw 2vw;
  gap: 5vw; */
  /* flex-wrap: wrap; */
}
.section-three h1 {
  color: #292951;
  font-weight: 600;
  font-size: clamp(1.5rem, 5vw, 2.5rem);

  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.section-three-text-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.section-three-text-left p {
  color: #8090b5;
  line-height: 1.5;
  margin-top: 1rem;
  font-size: clamp(1rem, 3vw, 1.5rem);
  text-align: justify;

  strong {
    color: #8090b5;
  }
}

.section-three-img-right {
  /* flex: 1 1 45%; */
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.section-three-img-right img {
  object-fit: contain;
  height: auto;
}

/* Old Four */
.section-four {
  background-image: url("./industries work.png");
  height: 774px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;

  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* padding: 0 50px; */
}

.section-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  width: 50%;
  height: 100%;
  color: white;
  z-index: 2;
  position: relative;

  background-color: rgba(70, 67, 67, 0.4);
  backdrop-filter: blur(14px);
  padding: 137px 53px 137px 69px;
}

.section-content h1 {
  font-size: clamp(1.5rem, 7vw, 40px);
  font-weight: 600;
  color: white;
}
.section-content p {
  font-size: clamp(1rem, 3vw, 24px);
  color: white;
}

.section-four::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.section-content {
  position: relative;
}

/* five */

.section-five {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.section-five .text-center h1 {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
}

.section-five-card {
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px; */
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.section-five-card > .col-12 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.card-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 1rem;
  background-color: white;
  width: 21rem;
  height: 7.625rem;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #eaf5ed;

  p {
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 400;
    /* width: 50%; */
    font-size: clamp(0.8rem, 4vw, 1.5rem);
    color: #292951;
    /* margin-left: 0.8vw; */
  }
}

.card-box:hover {
  background-color: #2c9c4a;
  color: white;
}

.card-box:hover p {
  color: white;
}
.card-box:hover .green-icon {
  filter: brightness(0) invert(1);
}

.green-icon {
  transition: none !important;
  object-fit: contain;
}

/* six */

.section-six {
  width: 100%;
  /* height: 917px; */
  color: #292951;
}

.section-six-img-right img {
  display: block;
  margin: auto;
  height: 760px;
  object-fit: contain;
}

.section-six-img-right {
  position: relative;
}

.section-six-img-right::after {
  content: "";
  position: absolute;
  bottom: -3vw;
  left: 50%;
  transform: translateX(-50%);
  width: 45%;
  height: 20px;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.1) 80%
  );
  border-radius: 50%;
  filter: blur(8px);
  z-index: 0;
  pointer-events: none;
}

.section-six-content-left {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  /* width: 658px; */
  height: auto;

  h1 {
    font-weight: 600;
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    margin-bottom: 2vw;
    max-width: 651px;
  }
}

.section-six-content-left .benefits {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.section-six-content-left .benefits .benefits-are {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  align-content: end;
  width: 34.813rem;
  height: 6.5rem;
  padding: 0 10px;

  img {
    object-fit: contain;
    height: 60px;
    width: 60px;
    /* width: 14%;
    height: auto; */
  }

  div {
    margin-top: auto;
  }
}
.section-six-content-left .benefits .benefits-are h4 {
  font-size: clamp(1rem, 3vw, 1.5rem);
}
.section-six-content-left .benefits .benefits-are p {
  font-size: clamp(0.6rem, 3vw, 1rem);
}

.section-six-content-left .benefits .benefits-are:hover {
  background-color: #2c9c4a;
  border-radius: 6.43px 81.44px 81.44px 6.43px;
  color: white;
}
.section-six-content-left .benefits .benefits-are:hover p {
  color: white;
}

.section-six-content-left .benefits .benefits-are:hover .green-icon {
  filter: brightness(0) invert(1);
}

/* seven */

.whats-make {
  display: flex;
  height: 100%;
  width: 100%;
  /* padding: min(5rem, 8%); */
  gap: 5vw;
}

.whats-make .left h1 {
  font-family: "Poppins";
  /* width: fit-content; */
  width: 529px;
  font-weight: 700;
  color: #292951;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
}
.whats-make .left p {
  width: 100%;
  max-width: 403px;
  font-weight: 400;
  font-size: clamp(1rem, 3vw, 1.5rem);
  color: #292951;
}

.whats-make .left img {
  /* width: 560px;
  height: 469.95px; */
  /* width: 95%; */
  height: auto;
  position: relative;
  display: block;
}

.whats-make .right {
  display: flex;
  flex-direction: column;
}

.card-layout {
  width: 100%;
  /* row-gap: 1.5vw; */
}

.card-layout .col {
  padding: 10px;
  /* display: flex; */
}

.card-boxx {
  background-color: white;
  border-radius: 32.17px;
  padding: 2rem;
  box-shadow: 0px 7.24px 24.93px 0px #22222221;
  /* max-width: 22.5rem; */
  width: 100%;
  height: 100%;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;

  gap: 0.5rem;

  img {
    width: 3.125rem;
    height: 3.125rem;
    margin-bottom: 0.5rem;
  }

  h4 {
    font-weight: 600;
    color: #292951;
    font-size: clamp(1rem, 3vw, 1.609rem);
  }

  p {
    font-size: clamp(1rem, 3vw, 1.2rem);
    font-weight: 400;
    color: #292951;
    font-family: "Poppins";
    letter-spacing: -2%;
    /* width: 70%; */
  }
}

.card-boxx:hover {
  background-color: #2c9c4a;
  color: white;
  cursor: pointer;
  user-select: none;

  h4 {
    color: white;
  }
}

.card-boxx:hover p {
  color: white;
}

.card-boxx:hover .green-icon {
  filter: brightness(0) invert(1);
}

.seven-description {
  margin-top: 2vw;
  p {
    font-size: clamp(1rem, 3vw, 1.5rem);
    font-weight: 400;
    /* width: 750px; */
  }
}

/* eight */
.section-eight {
  width: 100%;
  height: auto;

  .row.align-items-center {
    display: flex;
    justify-content: space-between;
  }

  img {
    width: 100%;
    /* max-width: 639px; */
    height: auto;
    /* max-height: 632px; */
    /* margin: 0;
    padding: 0; */
    object-fit: contain;
    /* margin-right: -1.5vw; */
  }
}

.section-eight-content {
  margin: auto 0;

  h1 {
    font-size: clamp(1.5rem, 5vw, 2.5rem);
    font-weight: 700;
  }

  p {
    font-weight: 400;
    font-size: clamp(1rem, 3vw, 1.5rem);
    color: #8090b5;
    letter-spacing: -2%;
    max-width: 588px;
  }

  ul {
    font-size: clamp(1rem, 4vw, 1.25rem);
    padding-top: 0.5em;
    padding-bottom: 1em;
    list-style: none;
    font-weight: 500;
    max-width: 437px;

    li {
      position: relative;
      margin-bottom: 1rem;
      line-height: 1.4;
      color:#292951;
    }

    li::before {
      /* content: "•"; */
      content: "";
      position: absolute;
      left: -1.25em;
      top: 0.35em;
      background: #2c9c4a;
      border-radius: 50%;
      width: 1rem;
      height: 1rem;
      line-height: 1;
    }

    /* li::marker {
      font-size: 1.8rem;
    } */
  }
}

/* li::marker {
  color: #2c9c4a;
} */

/* nine */
.section-nine {
  background: #ebf6ee;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  max-width: 75%;
  margin: 0 auto;
  padding: 10px 20px 30px;
  height: auto;
  position: relative;
}
.paragraph {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 35px 25px;
  height: auto;

  h1 {
    width: 100%;
    font-weight: 600;
    font-size: clamp(1.5rem, 5vw, 40px);
    z-index: 2;
  }

  p {
    width: 100%;
    font-weight: 400;
    color: #8090b5;
    font-size: clamp(1rem, 3vw, 24px);
  }

  strong {
    color: #8090b5;
  }
}

.quote-icon-start {
  align-content: start;
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  transform: translate(0.6vw, -0.3vw);
}
.quote-icon-end {
  /* align-content: end;
  z-index: 1;
  display: block;
  position: absolute;
  right: 10vw;
  transform: translate(-3vw, 15.5vw); */

  position: absolute;
  bottom: 2rem;
  right: 1.5rem;
  z-index: 1;
}

/* responsive */

@media (max-width: 576px) {
  /* section eight */
  .section-eight-content {
    margin: auto 1em;
  }

  /* section nine */
  .section-nine {
    padding: 0;
  }

  .section-nine .paragraph {
    padding: 0;
  }
}

@media (max-width: 768px) {
  h1,
  p {
    width: 100%;
    height: fit-content;
  }

  /* one */
  .section-one {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  .section-one-text-left {
    width: 100%;
    padding: 1.5rem !important;
  }

  .section-one-text-left p,
  .section-one-text-left h1 {
    width: 100%;
    height: fit-content;
    line-height: 1.4;
  }

  .section-one-img-right {
    height: auto;
    object-fit: contain;
  }

  /* two */
  .section-two {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: fit-content;
  }
  .section-two-text-right {
    width: 100%;
    margin: auto;
    padding: 8vw 0 0;
  }

  .section-two-text-right p,
  .section-two-text-right h1 {
    width: 100%;
    height: fit-content;
  }

  .section-two-img-left {
    width: 100%;
  }

  /* three */
  .section-three {
    /* margin-bottom: 10%; */
    flex-direction: column;
    align-items: center;
    padding: 10vh 0;
  }

  .section-three-text-left {
    /* margin: 40px 20px;
    padding: 1rem; */
    width: 100%;
  }

  .section-three-img-right {
    width: 100%;
  }

  .content {
    top: 24px;
    left: 15.3%;
    width: 85%;
    height: 78%;
  }

  /* four */
  .section-four {
    flex-direction: column;
    padding: 0;
    width: 100%;
  }

  .section-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5vw;
    background-color: rgba(0, 0, 0, 0.4); /* keep overlay */
    z-index: 2;
    /* text-align: center; */
  }

  /* five */
  .section-five-card {
    flex-direction: column;
    width: 100%;
  }

  .section-five-card > .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .card-box {
    width: 100%;
    max-width: min(90vw, 29.5rem);
    height: auto;
    padding: 2.1rem 1.9rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;

    img {
      width: 2.5rem;
      height: 2.5rem;
      object-fit: contain;
    }

    p {
      margin: 0;
      padding: 0;
      line-height: 1.2;
    }
  }

  /* six */
  .section-six {
    height: 100%;
  }
  .section-six-content-left {
    width: 100%;
  }

  .section-six-img-right {
    margin-top: 1em;
    height: auto;
  }

  .section-six-img-right::after {
    bottom: -7%;
  }

  .section-six-content-left .benefits {
    /* width: 100%;
    gap: 1vw; */

    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2vw;
  }

  .section-six-content-left .benefits .benefits-are {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 1.5rem;
    width: 100%;
    border-radius: 12px;
    gap: 1rem;
    min-height: 100px;
    box-sizing: border-box;
  }

  .section-six-content-left .benefits .benefits-are:hover {
    /* width: 80%; */
    /* padding-right: 2.5rem; */
  }

  .section-six-content-left .benefits .benefits-are div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* gap: 1vw;
    margin-top: 0 !important; */
    gap: 0.3rem;
    margin: 0;
  }

  .section-six-content-left .benefits .benefits-are h4,
  .section-six-content-left .benefits .benefits-are p {
    margin: 0;
    padding: 0;
    line-height: 1.2;
  }

  .section-six-content-left .benefits .benefits-are img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
  }

  /* seven */

  .section-seven {
    flex-direction: column;
    width: 100%;
  }

  .whats-make {
    flex-direction: column;
    margin-top: 1.5rem;
    width: 100%;
    padding: 0 1.5rem;
    gap: 3vw;
  }

  .whats-make .left,
  .whats-make .right {
    flex: 1 1 100%;
  }

  .card-layout {
    padding-top: 2rem;
  }

  .card-layout .col-6 {
    flex: 1 1 100%;
  }

  .left {
    width: 100%;
  }

  .right {
    width: 100%;
    align-items: center;
  }

  .left p {
    width: 100%;
    max-width: fit-content;
  }

  .card-boxx {
    flex: 1 1 100%;
    /* width: 90%; */
    margin: auto;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    img {
      width: 2.5rem;
      height: 2.5rem;
    }

    p {
      width: 100%;
    }
  }

  /* eight */
  .section-eight {
    flex-direction: column;
    padding: 5em 0;

    img {
      margin: auto;
      padding: 0;
      width: 100%;
      margin-top: 1em;
    }
  }
  /*
  .section-eight .container {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  } */

  .section-content {
    width: 100%;
  }

  .section-eight-content {
    ul {
      max-width: none;
      li::before {
        width: 0.6rem;
        height: 0.6rem;
      }
    }

    p {
      max-width: none;
    }
  }

  /* nine */
  .section-nine {
    flex-direction: column;
    height: auto;
    width: 100%;
    flex: 1 1 100%;
  }

  .section-nine .paragraph {
    gap: 1vw;
    flex-direction: column;
    height: auto;
    padding: 5rem 3rem;

    h1 {
      margin-bottom: 5vw;
    }
  }

  .quote-icon-start {
    transform: none;
    margin-left: 2%;
    padding: 0;
    position: inherit;
    margin-bottom: -20%;
  }

  .quote-icon-end {
    transform: none;
    margin-left: auto;
    margin-top: -10%;
    /* margin-right: 1%; */
    padding: 0;
    position: inherit;
  }
}

/* new four */

.title {
  font-weight: 600;
  font-size: clamp(1.5rem, 5vw, 2.4rem);
  width: 100%;
  max-width: 686px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  hyphens: auto;
}

.parent-scroll {
  position: relative;
  overflow: hidden;
  /* overflow-y: auto; */
}

.subtitle {
  color: #8090b5;
  margin-bottom: 1.5rem;
  font-weight: 400;
  text-align: start;
  width: 100%;
  letter-spacing: 1px;
  font-size: clamp(1rem, 3vw, 1.2rem);
}

.card-feature {
  padding: 20px;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: clamp(1.5rem, 5vw, 1.25rem);
  color: #111;
  border-radius: 8px;
  max-width: 557px;
  max-height: 104px;
  /* transition: 0.3s ease;
  animation: 3s linear infinite; */
}

.bento-section {
  /* margin-top: 8.854vw; */

  margin: 0;
  padding: 0;
  display: none;

  span {
    color: #292951;
    display: none;
    font-size: clamp(1.2rem, 5vw, 1.5rem);
    width: 100%;
    font-weight: 500;
  }
}
.bento-section.active {
  display: block;
}

.card-feature.active {
  background-color: #2c9c4a;
  color: white;
  border-top-right-radius: 76px;
  border-bottom-right-radius: 76px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  cursor: pointer;
}

.bento-title {
  font-size: clamp(1.5rem, 2.4vw, 2.5rem);
  font-weight: 500;
  color: #8090b5;
  margin-bottom: 30px;
  margin-right: 50px;
  text-align: start;
}

.bento-box {
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.bento-box img {
  width: 40px;
  margin-bottom: 10px;
}

.bento-text {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1c1c1c;
}

.four-card-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.four-card-wrapper .col-6 {
  display: flex;
}

.custom-bento-card {
  background: #ebf6ee;
  border-radius: 12px;
  padding: 50px 20px 20px;
  position: relative;
  text-align: center;
  height: auto;
  width: 100%;
  max-width: none;
  flex: 1 1 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.icon-wrapper {
  background-color: #2c9c4a;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 90px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 25px;
  right: auto;
  transform: none;
  /* right: 110px;
  transform: translateX(-50%); */
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-text:last-child {
  margin-bottom: 2.5rem;
}

.icon-wrapper img {
  width: 50px;
  margin-top: 20px;
  height: 50px;
  object-fit: contain;
}

.card-text {
  text-align: start;
  margin-top: 70px;
  width: 100%;
  height: auto;
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 500;
  color: #1c1c1c;

  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  hyphens: auto;
}

.green-bar {
  width: 115px;
  height: 10px;
  background-color: #2c9c4a;
  margin-bottom: 10px;
}
@media (max-width: 162px) {
  .bento-section {
    margin-top: 20px;
    padding: 0 4px;
  }

  .bento-title {
    font-size: 14px;
    text-align: center;
  }

  .custom-bento-card {
    width: 100%;
    display: block;
    padding: 8px;
    box-sizing: border-box;
  }

  .icon-wrapper {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
  }

  .icon-wrapper img {
    width: 16px;
    height: 16px;
  }

  .card-text {
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 0.7rem;
    text-align: center;
    box-sizing: border-box;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .card-feature {
    width: 100%;
    font-size: 14px;
    padding: 8px;
    box-sizing: border-box;
  }

  .card-feature.active {
    width: 100%;
  }
}

@media (min-width: 360px) and (max-width: 428px) {
  .bento-section {
    margin-top: 40px;
    padding: 0 50px;
    width: 100%;
  }

  .bento-title {
    margin-right: 0;
    font-size: 18px;
    text-align: center;
  }

  .custom-bento-card {
    width: 100%;
    padding-top: 60px;
  }

  .icon-wrapper {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
  }

  .icon-wrapper img {
    width: 24px;
    height: 24px;
  }

  .card-text {
    margin-top: 16px;
    text-align: center;
    width: 100%;
    font-size: 0.85rem;
  }

  .card-feature {
    width: 100%;
    font-size: 16px;
    padding: 14px;
  }

  .card-feature.active {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .parent-scroll {
    display: none;
  }

  .bento-section {
    margin: 0 auto;
    padding: 0;

    span {
      display: block;
      text-align: left;
      width: 100%;
    }
  }

  .bento-section:not(:first-child) {
    span {
      margin-top: 2rem;
    }
  }

  .one-card {
    display: block;
  }

  .bento-title {
    margin-right: 0;
    /* font-size: 20px; */
    text-align: center;
  }

  .custom-bento-card {
    width: 100%;
    padding-top: 70px;
  }

  .icon-wrapper {
    width: 60px;
    height: 60px;

    z-index: 1;
  }

  .icon-wrapper img {
    width: 30px;
    height: 30px;
  }

  .card-text {
    margin-top: 10px !important;
    text-align: start;
    /* margin-bottom: 40px; */
    width: 100%;
    /* font-size: 0.9rem; */
  }

  .card-feature {
    width: 100%;
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 600;
    padding: 16px;
  }

  .card-feature.active {
    width: 100%;
  }
}

@media (min-width: 768.1px) and (max-width: 991.9px) {
  /* section one */
  .section-one-text-left {
    width: 100%;
    padding: 1.5rem !important;
  }

  .section-one-img-right img {
    height: auto;
    max-height: 524.19px;
    object-fit: cover;
  }

  /* section two  */
  .section-two-text-right {
    padding: 3rem;
  }
  /* section three  */
  .section-three {
    flex-direction: column;
    padding: 8vw 0;
  }

  .section-three-text-left {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .section-three-img-right {
    width: 100%;
    margin-top: 2rem;
  }

  /* section old four  */
  .section-content {
    width: 100%;
  }

  /* section new four  */

  .scroll-parent-right {
    padding: 0 8rem !important;
  }

  .parent-scroll {
    display: none;
  }

  .bento-section {
    /* margin-top: 200px !important; */
  }

  .bento-section:not(:first-child) {
    margin-top: 3rem;
  }

  .bento-title {
    margin-right: 0;
    /* font-size: 20px; */
    text-align: center;
  }

  .custom-bento-card {
    width: 100%;
    padding-top: 70px;
    margin-right: 0 !important;
    padding-right: 20px !important;
  }

  .one-card {
    display: block;

    span {
      display: block;
    }
  }

  .four-card-wrapper .col-6:last-child .custom-bento-card {
    margin-right: 0 !important;
  }

  .four-card-wrapper {
    margin-right: 0 !important;
  }

  .icon-wrapper {
    width: 60px;
    height: 60px;
    /* border-radius: 50%; */
    z-index: 1;
  }

  .icon-wrapper img {
    width: 30px;
    height: 30px;
  }

  .card-text {
    margin-top: 20px;
    text-align: start;
    width: 100%;
    /* font-size: 0.9rem; */
  }

  .card-feature {
    width: 100%;
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 600;
    padding: 16px;
  }

  .card-feature.active {
    width: 100%;
  }

  /* section six  */
  .section-six-content-left {
    max-width: none;

    h1 {
      max-width: none;
    }
  }

  .section-six-img-right::after {
    bottom: -7%;
  }

  .section-six-img-right img {
    margin-top: 2rem;
    height: auto;
  }

  /* section seven  */
  .whats-make {
    flex-direction: column;
    width: 100%;
    padding: 0 3vw;
    gap: 3vw;
    margin-top: 1.5rem;
  }

  .whats-make .left p {
    width: 100%;
    /* max-width: none; */
  }

  .card-layout {
    padding-top: 2rem;
  }

  /* section eight  */
  .section-eight {
    img {
      margin-top: 2em;
    }
  }

  .section-eight-content {
    ul {
      max-width: none;
    }

    p {
      max-width: none;
    }
  }

  /* section nine */
  .section-nine {
    padding: 0 2.5rem;
    height: auto;
  }

  .section-nine .paragraph {
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
  }

  .quote-icon-start {
    margin-top: 3%;
  }

  .quote-icon-end {
    margin-top: 20%;
    right: 2vw;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* section one */
  .section-one {
  }

  .section-one-text-left {
    padding: 0 4rem !important;
    gap: 0;
  }

  .section-one-img-right {
    max-height: none;
    height: 100%;
  }

  /* section two */
  .section-two {
    margin-top: 1.5rem;
  }

  .section-two-text-right {
    gap: 0;
    margin-bottom: 1rem;
  }

  /* section three */

  .section-three {
    height: auto;
  }

  /* section old four  */
  .section-content {
  }

  /* section new four */
  .section-new-four {
  }

  .scroll-parent-right {
    padding: 0 8rem !important;
  }

  .parent-scroll {
    display: none;
  }

  .bento-section {
    margin-top: 0;

    span {
      display: block;
      text-align: left;
      width: 100%;
    }
  }

  .bento-section:not(:first-child) {
    margin-top: 60px;
  }

  .bento-title {
    margin-right: 0;
    /* font-size: 20px; */
    text-align: center;
    width: 100%;
  }

  .custom-bento-card {
    width: 100%;
    padding-top: 70px;
    text-align: center;
  }

  .one-card {
    display: block;
  }

  .icon-wrapper {
    width: 60px;
    height: 60px;
    z-index: 1;
  }

  .icon-wrapper img {
    width: 30px;
    height: 30px;
  }

  .card-text {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: start;
    width: 100%;
    /* font-size: 0.9rem; */
  }

  .card-feature {
    width: 100%;
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 600;
    padding: 16px;
  }

  .card-feature.active {
    width: 100%;
  }

  /* section five */
  .card-box {
    p {
      font-size: 1.3rem;
    }
  }

  /* section six  */

  .section-six-img-right::after {
    bottom: -1%;
    width: 80%;
  }

  /* section seven */
  .whats-make {
    flex-direction: row;
    width: 100%;
    padding: 0 3vw;
    gap: 5vw;
  }

  .whats-make .left p {
    width: 403px;
  }

  .card-boxx {
    height: 100%;
  }

  .card-layout {
    padding-top: 2rem;
  }

  .card-layout .col-6 {
    flex: 1 1 50%;
  }

  /* section eight */
  .section-eight {
    img {
      margin: auto;
      margin-top: 1.5em;
    }
  }

  .section-eight-content {
    ul {
      max-width: none;
    }

    p {
      max-width: none;
    }
  }

  /* section nine */
  .section-nine {
    padding: 0 2.5rem;
    height: auto;
  }

  .section-nine .paragraph {
    flex-direction: column;
    margin: auto;

    h1 {
      margin-left: auto;
      margin-top: 2rem;
    }
  }

  .quote-icon-start {
    margin-top: 3%;
  }

  .quote-icon-end {
    margin-top: 16%;
    right: 2vw;
  }
}

@media (min-width: 1200px) {
  /* seven  */
  .card-layout .col {
    display: flex;
    align-items: stretch;
  }

  .card-boxx {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    min-height: 323.45px;
  }
}

@media (min-width: 1500px) {
  /* section six  */
  .section-six-img-right::after {
    width: 30%;
  }
}
