.hero11 {
  position: relative;
  overflow-x: clip;
}

.hero {
  position: relative;
  /* height: 800px; */
  background-color: #D1C4E9;
  /* aspect-ratio: 4/1; */
  clip-path: ellipse(85% 100% at 50% 0%);
  margin-top: -120px;
  padding: 130px 50px;
  padding-bottom: 220px;
}
.hero1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  justify-self: start;
  height: 400px;
  width: min(70vw, 800px);
  gap: 3rem;
}
.hero1 .text {
  /* left: 35%;
  top: 120px;
  width: 350px; */
}
.hero1 .text h1 {
  font-family: "Baloo2";
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 2.2rem;
  margin-bottom: 0;
}
.hero1 .text p {
  font-size: 1.2rem;
  margin: 0;
}
.test-img {
  position: absolute;
  bottom: -20px;
  right: -50px;
  /* z-index: 0; */
  width: min(100vw, 750px);
}



.features {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px;
  z-index: -1;
}
.features h2 {
  text-align: center;
  margin-bottom: 0;
}
.features > p:first-of-type {
  max-width: 700px;
  text-align: center;
  margin-top: 0;
}

.features h3 {
  text-align: center;
  /* font-family: "Baloo2";
  font-weight: 700;
  font-size: 1.6rem; */
}
.features .features-icons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  gap: 1.8rem;
}
.features .features-icons .each-feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 200px;
}
.features .features-icons .each-feature h4 {
  text-align: center;
  margin: 0;
  margin-top: 1rem;
  line-height: 1.3rem;
}
.features .features-icons .each-feature p {
  text-align: center;
  margin: 0;
  font-size: 0.8rem;
}

.product {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px;
}
.product h2 {
  text-align: center;
  margin-bottom: 0;
}

.product h3 {
  text-align: center;
  margin-bottom: 0;
}
.product p {
  max-width: 700px;
  text-align: center;
  margin-top: 0;
}

.feature {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
.feature.reverse {
  flex-wrap: wrap-reverse;
}
.feature .text {
  max-width: 610px;
  width: min(90vw, 610px);
}
.feature h2 {
  margin-bottom: 0;
}
.feature h4 {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.feature p {
  margin: 0;
}
.feature img {
  width: min(100vw, 750px);
}


.team-building {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #424242;
  color: white;
  padding-bottom: 100px;

  --s: 155px; /* control the size*/
  --c1: #383838;
  --c2: #424242;

  --_c:5%,#0000 75%,var(--c1) 0;
  --_g:/var(--s) var(--s) conic-gradient(at var(--_c));
  --_l:/var(--s) var(--s) conic-gradient(at 50% var(--_c));
  background:
    0 calc(7*var(--s)/10) var(--_l),
    calc(var(--s)/2) calc(var(--s)/5) var(--_l),
    calc(var(--s)/5) 0 var(--_g),
    calc(7*var(--s)/10) calc(var(--s)/2) var(--_g),
    conic-gradient(at 90% 90%,var(--c1) 75%,var(--c2) 0)
    0 0/calc(var(--s)/2) calc(var(--s)/2);

}
.team-building .text {
  display: flex;
  flex-direction: column;
  width: 90vw;
  padding: 50px 20px;
}
.team-building .text h2 {
  font-family: "Open Sans";
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0;
}
.team-building .text p {
  font-size: 1.2rem;
  margin-bottom: 0;
  /* margin: 0; */
}

.team-building .team-building-image {
  width: 800px;
  height: 500px;
  display: flex;
  align-items: end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.team-building .team-building-image h3 {
  line-height: 1.5rem;
  margin: 0;
  padding: 1rem;
  background-color: #D1C4E9;
  color: #424242;
  width: 100%;
  margin-bottom: -100px;
}

.team-building a {
  margin-top: 0.5rem;
  padding: 0.5rem 3rem;
  border: none;
  width: fit-content;
  /* border-radius: 20px; */
  cursor: pointer;

  background-color: #EF483F;
  color: white;
  &:hover {
    background-color: #FF8A65;
    color: white;
  }
}
.team-building a>button {
  background-color: unset;
  border: unset;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  color: white;
  cursor: pointer;
}

.trust {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
  margin-bottom: -200px;
  min-height: 800px;
  background-color: #FF8A65;
  /* --mask:
    radial-gradient(197.23px at 50% 270px,#000 99%,#0000 101%) calc(50% - 200px) 0/400px 51% repeat-x,
    radial-gradient(197.23px at 50% -170px,#0000 99%,#000 101%) 50% 100px/400px calc(51% - 100px) repeat-x,
    radial-gradient(197.23px at 50% calc(100% - 270px),#000 99%,#0000 101%) calc(50% - 200px) 100%/400px 51% repeat-x,
    radial-gradient(197.23px at 50% calc(100% + 170px),#0000 99%,#000 101%) 50% calc(100% - 100px)/400px calc(51% - 100px) repeat-x;
  -webkit-mask: var(--mask);
          mask: var(--mask); */
}
.before {
  width: 100%;
}

.trust-content {
  position: relative;
  z-index: 1;
  background-color: #FF8A65;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* width: min(80vw, 800px); */
  /* margin-top: 100px; */
  /* margin-bottom: -10px; */
  width: min(100vw, 1000px);
  gap: 2rem;
}
.trust-content>.text {
  padding-left: 2rem;
}
/* .trust .text {
  width: min(80vw, 500px);
} */
.trust .text h2 {
  font-family: "Baloo2";
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0;
}
.trust .text h3 {
  margin: 0;
  text-align: center;
}
.trust .text h4 {
  margin: 0;
  margin-top: 0.7rem;
}
.trust .text p {
  margin: 0;
  /* font-family: "Baloo2";
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  text-align: right; */
}
.trust .contact-fold {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FF8A65;
  padding-bottom: 180px;
  width: 100%;
}
.trust .contact-fold .form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2rem;
}
.trust .contact-fold .contactform input::placeholder,
.trust .contact-fold .contactform textarea::placeholder {
  color: #142332;
}
.trust .contact-fold .contactform input,
.trust .contact-fold .contactform textarea {
  border-bottom: 2px solid #424242;
}
.trust .contact-fold .contactform textarea {
  border: 2px solid #424242;
}
.trust .contact-fold .contactform .contact-button:hover {
  background-color: #D1C4E9;
  color: #424242;
}

.testimony {
  font-family: "Baloo2";
  font-weight: 500;
  font-size: 2rem;
  line-height: 2rem;
  color: white;
  width: min(80vw, 400px);
  text-align: left;
}
.testimony i {
  font-size: 4rem;
  margin-left: -20px;
}

.testimony-name {
  font-size: 0.9rem;
  font-weight: 300;
  margin-top: 0.5rem;
}
@media screen and (min-width: 425px) {
  .hero {
    padding: 100px 50px;
  }
  .test-img {
    bottom: -70px;
    right: -100px;
    /* z-index: 0; */
    width: min(75vw, 750px);
  }
  .team-building {
    padding-bottom: 80px;
  }
  .team-building .team-building-image h3 {
    margin-bottom: -80px;
  }

}
@media screen and (min-width: 600px) {
  .test-img {
    /* bottom: -0px; */
    right: -170px;
    width: min(75vw, 750px);
  }
}

@media screen and (min-width: 768px) {
  .hero {
    /* padding-left: 200px; */
  }
  .hero1 {
    justify-self: center;
    width: min(90vw, 1000px);
  }
  .hero1 .text {
    left: 35%;
    top: 120px;
    width: 60vw;
  }
  .test-img {
    bottom: -50px;
    right: 0;
    width: min(55vw, 750px);
  }
  .team-building {
    padding-bottom: 30px;
    justify-content: end;
  }
  .team-building .text {
    width: min(50%, 500px);
    padding: 50px;
  }
  .team-building .team-building-image {
    width: 50%;

  }
  .team-building .team-building-image h3 {
    margin-bottom: -30px;
  }
  .trust {
    margin-top: -100px;
  }
  .trust-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .trust .contact-fold {
    grid-column: 1/3;
  }
  .feature {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .feature.reverse {
    flex-wrap: nowrap;
  }
  .feature .text {
    width: unset;
  }
  .feature img {
    width: min(40vw, 750px);
    /* height: 400px; */
  }
}
@media screen and (min-width: 1024px) {
  .hero1 .text {
    left: 35%;
    top: 120px;
    width: 500px;
  }
  .test-img {
    bottom: 0;
    width: min(70vw, 750px);
    right: calc(50% - 700px);
  }
  /* .feature img {
    height: 400px;
  } */
  .marginright-adjust {
    margin-right: -150px;
  }
}
@media screen and (min-width: 1440px) {}
@media screen and (min-width: 2000px) {}
