/*
 * Requires: /swiper.min.css
 */

.section {
  position: relative;
}

.section1 {
  min-height: 90vh;
  background-color: #001d3d;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  flex-direction: column;
  z-index: 5;
  margin-bottom: 60px;
}

.section1::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #001d3d7d;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.section1 .img1 {
  width: 100%;
}

.section1 .first {
  z-index: 5;
  text-align: center;
}

.section1 .first .title-container span {
  font-size: 64px;
  color: white;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .section1 .first .title-container span {
    font-size: 38px;
  }
}

.section1 .second {
  position: absolute;
  bottom: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
}

.section1 .second img {
  height: 100%;
  object-fit: cover;
}

.flexer-container {
  gap: 64px;
}

.section2 .cruise-info {
  row-gap: 40px;
}

.section2 .cruise-info .cruise-items .items img {
  width: 20px;
}

.section2 .cruise-info .cruise-items .summary-holder {
  gap: 10px;
  margin-bottom: 10px;
}

.left-container {
  width: 60%;
}

.section2 .cruise-info .cruise-items,
.section2 .cruise-info .cruise-description {
  padding-bottom: 40px;
  position: relative;
}

.section2 .cruise-info .cruise-items::before,
.section2 .cruise-info .cruise-description::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(/wp-content/uploads/2024/02/white-line.svg);
  filter: brightness(0) saturate(100%) invert(10%) sepia(16%) saturate(7494%) hue-rotate(193deg) brightness(92%) contrast(103%);
}

.section2 .cruise-info .route-map {
  padding: 20px;
  background-color: #001d3d;
}

.swiper {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  min-height: 0;
  min-width: 0;
}

.right-container {
  width: 40%;
  position: relative;
  /* Ensure the parent container has a position set */
}

.form-container {
  position: sticky;
  top: 170px;
  /* Adjust this value as needed */
}

.nf-form-fields-required {
  display: none;
}

body .ovabrw-modern-product #booking_form button.submit {
  background-color: var(--darkblue);
  border-radius: 50px;
}

body .nf-form-content input[type='submit'] {
  background-color: #001d3d;
  border-radius: 50px;
  padding: 6px 50px;
}

.swiper-button-next,
.swiper-button-prev {
  padding: 22px;
  background-color: var(--yellow);
  border-radius: 52px;
}

body .swiper-button-next:after,
body .swiper-button-prev:after {
  font-size: 20px;
  color: #001d3d;
}

#nf-field-5-wrap .nf-field-label {
  width: auto;
}

#nf-field-5-wrap .nf-field-element {
  width: 100%;
}

@media (max-width: 1024px) {

  .left-container,
  .right-container {
    width: 100%;
  }

  .right-container .flexer-container {
    flex-direction: column !important;
    gap: 32px;
  }

  .ovabrw-modern-product {
    margin-bottom: 24px;
  }
}

.gallerySwiper .swiper-slide {
  aspect-ratio: 1.56;
}

.gallerySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.gallerySwiper {
  margin-bottom: 10px;
}

.thumbswiper .swiper-slide {
  aspect-ratio: 1.33;
}

.thumbswiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}