/* ------------------------------------------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;
  bottom: 0;
  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;
  bottom: 0;
  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;
  bottom: 0;

  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.5rem;
  line-height: 2.5rem;
  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;
  min-width: 190px;
  max-width: 200px;
  & button {
    width: 100%;
  }
}
.hero1>.text>.cta-button2 {
  margin: 0;
  min-width: 190px;
  max-width: 200px;
  & button {
    width: 100%;
  }
}
.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: min(90vw, 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,  .denise__fold {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* width: min(90vw, 800px); */
  /* margin: auto; */
  gap: 2rem;
  overflow-x: clip;
}
.second__fold>.circle2, .denise__fold>.circle2 {
  position: absolute;
  bottom: 0;
  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;
  & img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    box-shadow: 3px -3px 10px rgba(0, 0, 0, 0.3);
  }
}
.denise__fold>.image {
  padding-top: 50px;
  & img {
    width: min(90vw, 500px);
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    box-shadow: 3px -3px 10px rgba(0, 0, 0, 0.3);
  }
}
.second__fold>.text, .denise__fold>.text {
  width: 90vw;
}
.second__fold>.text h2, .denise__fold>.text h2{
  font-size: 2rem;
  color: #407D96;
  margin-top: 0;
}
.second__fold>.text>.header__tagline, .denise__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: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  overflow-x: clip;
  padding-top: 100px;
}

.third__fold>.image {
  padding-top: 50px;
  width: min(90vw, 500px);
  & 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: 90vw;
}
.third__fold>.text>h3 {
  justify-self: center;
  text-align: center;
  width: 90vw;
}
.third__fold>.text>p {
  justify-self: center;
  width: 90vw;
}
.third__fold>.text>ul {
  justify-self: center;
  width: 90vw;
}
.third__fold>.text>ul>li {
  padding-bottom: 10px;
  font-size: 0.8rem;
  line-height: 1.2em;
}
.third__fold>.circle3 {
  position: absolute;
  bottom: 0;
  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: min(90vw, 800px);
  text-align: center;
  margin: auto;
}
.mission__section>.content__point p {
  font-size: 0.8rem;
  line-height: 1.2em;
}
.mission__section>.content__point.white p {
  color: white;
}
.mission__section>.pills {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 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: column;
  justify-content: center;
  align-items: start;
  text-align: center;
  gap: 2rem;
}
.how__content__point {
  width: min(80vw, 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 {
  display: none;
}
.how__content>.dotted_line2 {
  display: none;
}

.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: 1.6rem;
  }
  & .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;
  }
}
.event_archives__section  {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  /* gap: 4rem; */
  width: 100%;
  padding-bottom: 50px;
}

.blog__partial {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 3rem;
  width: min(90vw, 100%);
}
.blog__partial>.blog__content {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  border: 5px dotted #FFC13E;
  border-radius: 20px;
  width: fit-content;
  max-width: 250px;
}
.blog__partial>.blog__content>.blog__image.mobile {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 240px;
  width: 100%;
  aspect-ratio: 1000/500;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10px;
  /* border-right: 5px dotted #FFC13E; */
  border-radius: 20px 20px 0 0;
}
.blog__partial>.blog__content>.blog__image.desktop {
  display: none;
}


.blog__partial>.blog__content>.blog__image>.blog__category {
  font-size: 0.8rem;
  color: white;
  background-color: #073431;
  padding:  0.2rem 0.5rem;
  margin: 0;
  width: fit-content;
}
.blog__partial>.blog__content>.blog__text {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  /* align-items: center; */
  /* width: 100%; */
  /* height: 280px; */
  margin: 1rem;
  & .indent {
    padding-left: 10px;
  }
  & hr {
    width: 100%;
    border-top: 1px solid #ccc;
  }
  & p {
    margin: 0;
  }
  & .blog__link {
    display: flex;
    justify-content: end;
  }
  & button {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: white;
    text-transform: uppercase;
    background-color: #407D96;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    cursor: pointer;
    padding-top: 1rem;
    margin: auto;
    margin-top: 1rem;
    margin-right: 0;
  }
  & button:hover {
    background-color: #9cbeba;
  }
}
.blog__partial>.blog__content>.blog__text>.blog__title {
  & h4 {
    line-height: 2rem;
    margin: 0;
    max-height: 120px;
    overflow-y: clip;
  }
}
.blog__partial>.blog__content>.blog__text>.indent>p {
  font-size: 0.8rem;
  line-height: 1rem;
}

@media screen and (min-width: 425px) {
  .hero1 .text h1 {
    font-size: 3.2rem;
    line-height: 3.2rem;
  }

}
@media screen and (min-width: 600px) {
  .hero {
    height: fit-content;
    /* background-position: center; */
    /* height: calc(700px - 50px); */
  }

}
@media screen and (min-width: 768px) {
  .hero {
    background-attachment: fixed;
    background-position: center -200px;
  }
  .hero>.circle1, .hero>.circle4 {
    top: -100px;
    bottom: unset;
    right: -300px;
    width: 700px;
  }

  .hero1 {
    flex-direction: row;
    width: 90vw;
    min-height: 530px;
    /* width: min(90vw, 1000px); */
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .hero1>.image {
    width: min(38%, 500px);
  }
  .hero1 .text h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .hero1>.text {
    position: relative;
    text-align: unset;
    margin-top: 50px;
    bottom: 0;
    width: 60%;
  }
  .second__fold, .denise__fold {
    flex-direction: row;
    /* padding-top: 100px; */
    width: 100%;
    /* width: min(90vw, 1000px); */
    /* padding: auto; */
  }
  .denise__fold>.circle2 {
    top: 100px;
    bottom: unset;
  }
  .second__fold>.image {
    width: 40%;
  }
  .denise__fold>.image {
    display: flex;
    justify-content: end;
    width: 30%;
    & img {
      width: min(100%, 500px);
    }
  }
  .second__fold>.text, .denise__fold>.text {
    width: 40%;
  }
  .index__section {
    overflow: unset;
  }
  .third__fold {
    flex-direction: row;
  }
  .third__fold>.image {
    width: 40%;
  }
  .third__fold>.text {
    width: 40%;
  }
  .third__fold>.text>h3 {
    justify-self: end;
    text-align: left;
    width: 80%;
  }
  .third__fold>.text>p {
    justify-self: end;
    width: 80%;
  }
  .third__fold>.text>ul {
    justify-self: end;
    width: 80%;
  }
  .third__fold>.circle3 {
    top: 30px;
    bottom: unset;
  }
  .how__section .how__content {
    flex-direction: row;
  }
  .how__content__point {
    width: 25%;
  }
  .what__section {
    gap: 2rem;
  }
  .event_archives__section {
    flex-direction: column;
    align-items: center;
  }
  .blog__partial {
    gap: 2rem;
    flex-direction: column;
    justify-content: start;
    width: min(90vw, 600px);
  }
  .blog__partial>.blog__content {
    flex-direction: row;
    gap: 2rem;
    width: 100%;
    max-width: unset;
  }
  .blog__partial>.blog__content>.blog__image.mobile {
    display: none;
  }
  .blog__partial>.blog__content>.blog__image.desktop {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;

    width: 40%;
    aspect-ratio: 4/5;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10px;
    /* border-right: 5px dotted #FFC13E; */
    border-radius: 20px 0 0 20px;
  }
  .blog__partial>.blog__content>.blog__text {
    display: flex;
    margin: unset;
    margin: 1rem;
    margin-left: 0;
    width: 60%;
    /* gap: 0.5rem; */
    justify-content: space-between;
    & button {
      margin-top: 0;
    }
  }
}
@media screen and (min-width: 1024px) {
  .hero1 .text h1 {
    font-size: 2.8rem;
    line-height: 2.8rem;
  }
  .what__section {
    gap: 5rem;
  }
  .how__section .how__content {
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .hero1>.text {
    margin: 0;
    width: 50%;
  }
  .hero1>.image {
    width: min(50%, 500px);
  }
  .how__content__point {
    width: 350px;
  }
  .how__content>.dotted_line1 {
    display: block;
    position: absolute;
    top: 10px;
    left: 220px;
    width: 300px;
    &img {
      fill: #FFC13E;
    }
  }
  .how__content>.dotted_line2 {
    display: block;
    position: absolute;
    top: 0;
    right: 210px;
    width: 300px;
    &img {
      fill: #FFC13E;
    }
  }

}
@media screen and (min-width: 1440px) {}
@media screen and (min-width: 2000px) {}
