.home-page__section-one {
  padding: 0 2rem;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--mint);
}
.home-page__section-one-title {
  font-size: var(--fs-lg);
  font-weight: bolder;
  color: var(--darkblue);
  margin-top: 2rem;
}
.home-page__section-one-maintitle {
  font-size: var(--fs-xl);
  margin-bottom: 3rem;
}
.home-page__section-one-text {
  margin-top: 1rem;
  font-size: var(--fs-sm);
}
@media (min-width: 790px) {
  .home-page__section-one {
    padding: 0 6rem;
  }
  .home-page__section-one-title {
    font-size: var(--fs-xxl);
  }
  .home-page__section-one-maintitle {
    font-size: var(--fs-2xl);
  }
  .home-page__section-one-text {
    font-size: var(--fs-md);
    max-width: 900px;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
}
/* sect 2 */
.home-page__section-two {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}
.home-page__section-two-wrapper {
  position: absolute;
  padding: 0 2rem;
}
.home-page__section-two-title {
  font-size: var(--fs-lg);
  font-weight: bolder;
  /* color: var(--darkblue); */
  color: white;
}

.home-page_bg-image {
  background: url('image-example4.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  width: 100vw;
  z-index: -1;
}
.home-page_text_overlay {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 2rem;
}
.home-page__section-two-text {
  margin-top: 1rem;
  font-size: var(--fs-sm);
  color: var(--white);
}
@media (min-width: 790px) {
  .home-page__section-two-title {
    font-size: var(--fs-xxl);
  }

  .home-page__section-two-text {
    font-size: var(--fs-md);
    max-width: 400px;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
  .home-page__section-two-wrapper {
    padding: 0 6rem;
  }
}

/* sec three */
.home-page__section-three {
  padding: 0 2rem;
  width: 100%;
  height: 55vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
}
.home-page__section-three-title {
  font-size: var(--fs-lg);
  font-weight: bolder;
  color: var(--darkblue);
  margin-bottom: 4rem;
}
.home-page__section-three-text {
  margin-top: 1rem;
  font-size: var(--fs-sm);
}
@media (min-width: 790px) {
  .home-page__section-three {
    padding: 0 6rem;
  }
  .home-page__section-three-title {
    font-size: var(--fs-xxl);
  }
  .home-page__section-three-text {
    font-size: var(--fs-md);
    max-width: 900px;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
}
/* last sec */
.home-page__section-four {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}
.home-page__section-four-wrapper {
  position: absolute;
  padding: 0 2rem;
}
.home-page__section-four-title {
  font-size: var(--fs-lg);
  font-weight: bolder;
  color: var(--darkblue);
}
.hp4-bold {
  font-weight: bold;
}
.home-page_bg-image-four {
  background: url('image-example3.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  width: 100vw;
  z-index: -1;
}
.home-page_text_overlay-four {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2rem;
}
.home-page__section-four-text {
  margin-top: 1rem;
  font-size: var(--fs-sm);
}
@media (min-width: 790px) {
  .home-page__section-four-title {
    font-size: var(--fs-xxl);
  }

  .home-page__section-four-text {
    font-size: var(--fs-md);
    max-width: 900px;
    margin: 0 auto;
    margin-top: 1.5rem;
  }
  .home-page__section-four-wrapper {
    padding: 0 6rem;
  }
}
/*  */
@media (min-width: 850px) {
  .home-page_text_overlay-four {
    left: 50px;
  }
}
@media (min-width: 950px) {
  .home-page_text_overlay-four {
    left: 50px;
  }
}
@media (min-width: 1050px) {
  .home-page_text_overlay-four {
    left: 50px;
  }
}
@media (min-width: 1150px) {
  .home-page_text_overlay-four {
    left: 120px;
  }
}
@media (min-width: 1250px) {
  .home-page_text_overlay-four {
    left: 125px;
  }
}
@media (min-width: 1350px) {
  .home-page_text_overlay-four {
    left: 200px;
  }
}
@media (min-width: 1440px) {
  .home-page_text_overlay-four {
    left: 265px;
  }
}
