/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* About Bali Page */

.about-bali-hero {
  position: relative;
  width: 100%;
  height: 60vh;
  background: url("/images/Bali-landscapes.jfif") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.about-bali-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.123);
}

.about-bali-hero .about-bali-hero-overlay {
  position: relative;
  z-index: 1;
  padding: 0 1rem;
}

.about-bali-hero-overlay h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
.about-bali-hero-overlay {
  background-color: #1b423a85;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.about-bali-hero-overlay p {
  font-size: 1.25rem;
}


/* Full-width section for Conclusion */
.section.full-width {
  flex-direction: column;
  text-align: left;
}

@media (max-width: 1250px) {
  .section .image {
    display: flex;
    width: 100%;
    border-radius: 0 15px;
    justify-content: center;
    align-items: center;
    border: none;
    box-shadow: none;
  }
  .image img {
    width: 250px;
    height: auto;
    object-fit: contain;
    border-radius: 0 15px;
  }
  .section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 95%;
  }
  .about-bali-hero {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    width: 90%;
    padding: 0;
    margin: 0;
  }
}