/* ------------------------------------------Index Page------------------------------------------------------- */
.main-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #573236;
  height: 400px;
}

.main-banner h1 {
  color: #279e9b;
}

.hero {
  position: relative;
  margin-top: -100px;
  padding-top: 100px;
  height: 650px;
  overflow: hidden;
}
.hero>.circle1 {
  position: absolute;
  top: -100px;
  right: -300px;
  width: 700px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(255, 110, 66, 0.4);
  z-index: -2;
}
.hero>.circle4 {
  position: absolute;
  top: -100px;
  right: -300px;
  width: 700px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(66, 157, 255, 0.4);
  z-index: -2;
}
.hero1 {
  position: relative;
  display: flex;
  /* flex-direction: column; */
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  width: min(90vw, 800px);
  margin: auto;
  /* height: 300px; */
  /* gap: 3rem; */
}

.hero1>.text {
  position: relative;
  height: 450px;
  bottom: 0;
  width: 50%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  /* align-items: center;s */
}
.hero1>.text>.sub-head {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 5px;
}
.hero1>.text h1 {
  font-size: 2.8rem;
  line-height: 2.8rem;
  margin: 0;
  /* text-shadow: 3px 3px 8px black; */
  text-align: left;
  color: #407D96;
  margin-top: 0;
}
.hero1>.text p {

}
.hero1>.text>.cta-button {
  margin: 0;
  /* padding: 0.8rem auto; */
  max-width: 200px;
}
.hero1>.text>.cta-button2 {
  margin: 0;
}
.hero1>.text>.cta-button2 button {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: white;
  text-transform: uppercase;
  background-color: #7FA6A1;
  border-radius: 50px;
  cursor: pointer;
  padding: 0.8rem 1.1rem;
  max-width: 200px;
  &:hover {
    background-color: #9cbeba;
  }
}


.hero1>.image {
  padding-top: 50px;
  width: 500px;
  & img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    box-shadow: 3px -3px 10px rgba(0, 0, 0, 0.3);
  }
}
.index__section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
  padding: 50px 0;
  overflow: hidden;
}
.index__section>h2 {
  width: min(90vw, 1000px);
  line-height: 3rem;
}
.index__section>p {
  width: min(80vw, 900px);
}
.index__section.no_crop{
  overflow: unset;
}


.second__fold {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  overflow-x: clip;
}
.second__fold>.circle2 {
  position: absolute;
  bottom: -100px;
  left: -300px;
  width: 700px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(255, 110, 66, 0.4);
  z-index: -2;
}
.second__fold>.circle5 {
  position: absolute;
  bottom: -100px;
  left: -300px;
  width: 700px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(66, 157, 255, 0.4);
  z-index: -2;
}
.second__fold>.image {
  padding-top: 50px;
  width: 40%;
  & img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    box-shadow: 3px -3px 10px rgba(0, 0, 0, 0.3);
  }
}
.second__fold>.text {
  width: 40%;
}
.second__fold>.text h2{
  font-size: 2rem;
  color: #407D96;
  margin-top: 0;
}
.second__fold>.text>.header__tagline {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 5px;
}







.third__fold {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  overflow-x: clip;
  padding-top: 100px;
}

.third__fold>.image {
  padding-top: 50px;
  width: 40%;
  & img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    box-shadow: 3px -3px 10px rgba(0, 0, 0, 0.3);
  }
}
.third__fold>.text {
  width: 40%;
}
.third__fold>.text>h3 {
  justify-self: end;
  width: 80%;
}
.third__fold>.text>p {
  justify-self: end;
  width: 80%;
}
.third__fold>.text>ul {
  justify-self: end;
  width: 80%;
}
.third__fold>.text>ul>li {
  padding-bottom: 10px;
}
.third__fold>.circle3 {
  position: absolute;
  top: 30px;
  right: -300px;
  width: 700px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(255, 110, 66, 0.4);
  z-index: -2;
}
.third__fold>.circle6 {
  position: absolute;
  top: 30px;
  right: -300px;
  width: 700px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgba(66, 157, 255, 0.4);
  z-index: -2;
}
.mission__section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  /* gap: 1rem; */
  margin: auto;
}
.mission__section>.content__point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  text-align: center;
}
.mission__section>.content__point p {
  font-size: 1rem;
  line-height: 1.3rem;
}
.mission__section>.content__point.white p {
  color: white;
}
.mission__section>.pills {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
}
.mission__section>.pills>.point {
  font-weight: 600;
  color: #407D96;
  background-color: #F8F8F8;
  border-radius: 20px;
  padding: 5px 20px;
  cursor: pointer;
  &:hover {
    color: white;
    background-color: #407D96;
  }
}
.how__section {
  background-color: #7FA6A1;
  margin: 0;
  padding: 100px 0;
}
.how__section>h2 {
  color: white;
}

.how__section .how__content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 2rem;
}
.how__content__point {
  width: 350px;
}
.how__content__point>.number__point {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  border-radius: 50%;
  background-color: #FFC13E;
  margin: auto;
  width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  color: #7FA6A1;
}
.how__content__point>h3 {
  font-size: 1rem;
  color: white;
}
.how__content__point>p {
  color: white;
}
.how__content>.dotted_line1 {
  position: absolute;
  top: 10px;
  left: 220px;
  width: 300px;
  &img {
    fill: #FFC13E;
  }
}
.how__content>.dotted_line2 {
  position: absolute;
  top: 0;
  right: 210px;
  width: 300px;
  &img {
    fill: #FFC13E;
  }
}
.services___section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 4rem;
  width: 100%;
  padding-top: 50px;
  /* padding-bottom: 20px; */
}

.services___section>.service {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #7FA6A1;
  border-radius: 20px;
  max-width: 300px;
  padding: 20px;
  z-index: -2;
  & h3 {
    font-size: 2rem;
  }
  & .number {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: rgba(255, 194, 66, 0.2);
    background-color: white;
    font-size: 12rem;
    line-height: 12rem;
    top: -20px;
    left: -20px;
    margin: 0;
    z-index: -1;
  }
}

@media screen and (min-width: 425px) {
  .hero1 .text h1 {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }

}
@media screen and (min-width: 600px) {
  .hero {
    /* background-position: center; */
    /* height: calc(700px - 50px); */
  }
  .hero1 {
    flex-direction: row;
    width: 100%;
    /* width: min(90vw, 1000px); */
    align-items: center;
    justify-content: center;
  }
  .hero1 .text {
    text-align: unset;
  }
  .hero1 .text h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .hero {
    background-attachment: fixed;
    background-position: center -200px;
  }
  .index__section {
    overflow: unset;
  }
  .what__section {
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .what__section {
    gap: 5rem;
  }

}
@media screen and (min-width: 1200px) {


}
@media screen and (min-width: 1440px) {}
@media screen and (min-width: 2000px) {}
