/* section header */
.navbar {
  background-color: var(--white-color) !important;
}
.section-header {
  padding-block: 100px;
}

@media (max-width: 576px) {
  .section-header {
  padding-block: 50px;
}
}

.section-header .subtext-text {
  max-width: 696px;
  gap: 49px;
}

.section-header .subtext-text-display {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
}

.section-header .subtext-text-desc {
  font-size: 20px;
}

.section-header .button-header {
  padding: 16px 52px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 8px;
  background: #0c4b36;
  color: #fff;
}

.section-header .subtext-image {
  max-width: 360px;
}

@media (max-width: 768px) {
  .section-header .subtext-text {
    max-width: 100%;
    gap: 24px;
  }
  .section-header .subtext-text-display {
    font-size: 48px;
  }

  .section-header .subtext-text-desc {
    font-size: 16px;
  }

  .section-header .subtext-image {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .section-header .subtext-text-display {
    font-size: 34px;
  }
}
/* header end */

/* gallery */
.section-gallery {
  background-color: rgba(233, 238, 207, 0.3);
  display: flex;
  width: 100%;
  padding-block: 100px;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: -1px;
}

@media (max-width: 576px) {
  .section-gallery {
  padding-block: 50px;
}
}

.section-gallery .content {
  gap: 40px;
}

@media (max-width: 576px) {
  .section-gallery .content {
    gap: 24px;
  }
}

.section-gallery .content-top {
  gap: 30px;
  max-width: 1120px;
}

.section-gallery .subtext-text-display,
.section-gallery .subtext-text-desc {
  color: var(--black);
  font-family: var(--font-display);
  text-align: center;
}

.section-gallery .subtext-text-display {
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: -1px;
}

.section-gallery .subtext-text-desc {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.section-gallery .content-bottom {
  gap: 45px;
}

@media (max-width: 576px) {
  .section-gallery .content-bottom {
    gap: 24px;
  }
}

.section-gallery .content-bottom .wrap-card {
  gap: 35px;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 576px) {
  .section-gallery .content-bottom .wrap-card {
  gap: 24px;
}
}

.section-gallery .card {
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 259px;
}

.section-gallery .card img {
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-gallery .subtext-text-display {
    font-size: 34px;
  }

  .section-gallery .subtext-text-desc {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .section-gallery .content-top {
    gap: 16px;
  }
  .section-gallery .subtext-text-display {
    font-size: 30px;
  }

  .section-gallery .card {
    max-width: 100%;
    width: 100%;
  }
}
/* gallery end */
