.slider_wrapper {

    background-image: url(https://www.emeraldcruises.com.au/-/media/project/scenic/emerald-cruises/yacht/our-yachts/ecyc_emerald_azzurra_france_corsica_calvi.jpg?h=975&iar=0&w=1473&rev=5a58421a2d7945fb86ca9c1b2134e036&hash=D6C17F4E56802C8B2829E32C6AA01F90);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.slider_main {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 450px;
}
.titele {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 41px;
  color: white;
  position: absolute;
  top: 10px;
  z-index: 5;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  color: white;
}
.titele h1{
    display: flex;
  justify-content: center;
  align-items: center;
}
.info-section {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.info-block {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.info-block img {
  width: 500px;
  height: auto;
  border-radius: 10px;
  flex-shrink: 0;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
}

.info-text {
  flex: 1;
  min-width: 250px;
}

.info-text h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #222;
}

.info-text p {
  margin: 6px 0;
  color: #444;
  line-height: 1.6;
}

/* Full-width text block (centered) */
.full-text {
  flex-direction: column;
  text-align: center;
}

/* Reverse layout */
.reverse {
  flex-direction: row-reverse;
}
.info-text button {
  border: none;
  padding: 12px;
  background: #21c8d4;
  color: white;
  font-weight: bold;
  margin: 17px 0 5px;
  border-radius: 3px;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, background 0.2s ease;
}

.info-text p{
  display: flex;
  justify-content: space-between;
  width: 297px;
}

.info-text2 p{
  display: flex;
  justify-content: space-between;
  width: 264px;
}
.heighlight{
  /* margin-right: 8px; */
  font-weight: bold;
  color: #21c8d4;
}

.heighlight2{
/* margin-right: 24px; */
   font-weight: bold;
  color: #21c8d4;
}
.heighlight3{
/* margin-right: 24px; */
   font-weight: bold;
  color: #21c8d4;
}
@media (max-width: 768px) {
  .info-block, .reverse {
    flex-direction: column;
    text-align: center;
  }

  .reverse img {
    margin-top: 20px;
  }

  .info-block img {
    width: 100%;
    max-width: 400px;
  }
}
.popup ul li{
  list-style: disclosure-closed;
  font-size: 15px;

}

.popup h2{
  font-size: 20px;
  color: #373737;
}

  .popup {
      width: 577px;
      background: #f4f4f4;
      padding: 30px 50px;
      border-radius: 6px;
      position: fixed;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%) scale(0.8);
      margin: auto;
      opacity: 0;
      pointer-events: none;
      z-index: 9999;
      transition: all 0.3s ease;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    }

    .popup.active {
      opacity: 1;
      transform: translateY(-50%) scale(1);
      pointer-events: auto;
    }

    #overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.6);
      opacity: 0;
      pointer-events: none;
      z-index: 9998;
      transition: opacity 0.3s ease;
    }

    #overlay.active {
      opacity: 1;
      pointer-events: auto;
    }

    .close {
      position: absolute;
      right: 20px;
      top: 13px;
      font-size: 27px;
      color: #21c8d4;
      cursor: pointer;
    }

.popup button {
  border: none;
  padding: 12px;
  background: #21c8d4;
  color: white;
  font-weight: bold;
  margin: 17px 0 5px;
  border-radius: 3px;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, background 0.2s ease;
}
