@charset "UTF-8";
.splash-screen-section {
  position: relative;
  margin: -10px;
}
.splash-screen-section .splash-screen-img {
  width: 100%;
  height: 1000px;
  object-fit: cover;
}
.splash-screen-section .splash-screen {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
}
.splash-screen-section .splash-screen .skip-btn {
  text-transform: uppercase;
  text-decoration: none;
  float: right;
  margin-top: 30px;
  margin-right: 35px;
  color: var(--white-color);
  font-weight: 600;
  cursor: pointer;
}
.splash-screen-section .splash-screen .splash-img-container {
  width: 100%;
  padding-top: 60px;
  display: flex;
  justify-content: center;
}
.splash-screen-section .splash-screen .splash-logo-img {
  height: 200px;
  width: 200px;
}
.splash-screen-section .splash-screen .splash-text-container {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.splash-screen-section .splash-screen .splash-text-container .splash-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.splash-screen-section .splash-screen .splash-text-container .splash-heading__1 {
  font-size: 23px;
  color: var(--accent-color);
}
.splash-screen-section .splash-screen .splash-text-container .splash-heading__2 {
  font-size: 75px;
  line-height: 1;
  font-family: "Roboto";
}
.splash-screen-section .splash-screen .splash-text-container .splash-heading__3 {
  line-height: 0.6;
}
.splash-screen-section .splash-screen .splash-text-container .splash-heading__3--1 {
  font-family: "Playfair-Display";
  color: var(--accent-color);
  font-size: 70px;
  font-weight: 100;
}
.splash-screen-section .splash-screen .splash-text-container .splash-heading__3--2 {
  font-size: 70px;
  font-family: "Roboto";
}
.splash-screen-section .splash-screen .splash-text-container .splash-heading__4 {
  font-size: 55px;
  font-weight: 100;
}
.splash-screen-section .splash-screen .splash-text-container .splash-heading__5 {
  line-height: 0.8;
  font-size: 70px;
  font-weight: 600;
  font-family: "Roboto";
}
.splash-screen-section .splash-screen .splash-btn {
  margin-top: 80px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
.splash-screen-section .splash-screen .splash-btn__1 {
  width: 17rem;
  margin: 0 auto;
  padding: 30px 20px;
  border-radius: 11px;
  border: 2px solid var(--white-color);
  font-size: 17px;
  font-weight: 600;
  color: var(--white-color);
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (min-width: 950px) {
  .splash-screen-section .splash-screen .splash-btn__1 {
    width: 22rem;
  }
}
.splash-screen-section .splash-screen .splash-btn__2 {
  width: 17rem;
  margin: 0 auto;
  padding: 30px 20px;
  border-radius: 11px;
  border: 2px solid var(--accent-color-buttons);
  font-size: 17px;
  font-weight: 600;
  color: var(--black-color);
  text-transform: uppercase;
  background-color: var(--accent-color-buttons);
  cursor: pointer;
}
@media screen and (min-width: 950px) {
  .splash-screen-section .splash-screen .splash-btn__2 {
    width: 22rem;
  }
}

body:has(.splash-screen-section) {
  overflow: unset;
}

header {
  padding: 40px 0 60px;
}
header .logo img {
  width: 65px;
}
header .buttons {
  gap: 12px;
  flex-basis: 0;
}
header .burger-menu {
  background: none;
  border: none;
  padding: 0;
}
header .burger-menu img {
  width: 30px;
  margin-top: -5px;
}
header .lang img {
  width: 25px;
}
header .dropdown {
  height: 39px;
}
header .dropdown img {
  width: 25px;
}
header .dropdown-menu {
  min-width: 140px;
}
header .dropdown-toggle,
header .dropdown-toggle:hover {
  background-color: #06c1d2;
}
header .dropdown-toggle::after,
header .dropdown-toggle:hover::after {
  display: none;
}
header .dropdown-item {
  font-size: 12px;
}
header .book-btn {
  background-color: var(--accent-color-buttons);
}
header .button {
  border-radius: 36px;
  color: var(--black-color);
  font-weight: 600;
  font-size: 12px;
  padding: 8px 15px;
  text-decoration: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 39px;
  display: inline-block;
  min-width: 130px;
  text-align: center;
  line-height: 24px;
}
header .offcanvas.offcanvas-end {
  width: 100%;
}

@media screen and (max-width: 991px) {
  header .button.dropdown-toggle {
    min-width: 100%;
    background-color: transparent;
  }
}
header .logo img,
footer .logo img {
  width: 65px;
}

.offcanvas {
  background-color: #010b62;
  color: var(--white-color);
}
.offcanvas .btn-close {
  background-image: url("../assets/img/close-white.svg");
  width: 15px;
  height: 15px;
  background-size: contain;
  opacity: 1;
}
.offcanvas .offcanvas-body ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.offcanvas .offcanvas-body ul li {
  text-align: center;
}
.offcanvas .offcanvas-body ul li.active a {
  color: var(--accent-color);
}
.offcanvas .offcanvas-body ul a {
  text-decoration: none;
  color: var(--white-color);
  font-size: 35px;
  font-weight: 500;
  text-transform: uppercase;
}

.desktop-nav {
  align-self: center;
  display: none;
}
.desktop-nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  margin: 0;
}
.desktop-nav ul a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: 600;
  font-family: "Roboto";
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  header .button {
    font-size: 14px;
    min-width: 150px;
  }
  header .burger-menu img {
    width: 40px;
  }
  header .lang img {
    width: 35px;
  }
  header .logo img,
  footer .logo img {
    width: 85px;
  }
  .offcanvas-header {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 992px) {
  header .button {
    padding: 10px 20px;
  }
  header .dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    text-transform: uppercase;
    padding: 8px;
  }
  header .dropdown-toggle img {
    margin-right: 15px;
    width: 32px;
  }
  header .dropdown {
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  header .buttons {
    gap: 10px;
  }
  header .button {
    font-size: 16px;
  }
  header .dropdown img {
    width: 30px;
  }
  header .logo img,
  footer .logo img {
    width: 115px;
  }
  .desktop-nav {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  header .desktop-nav ul {
    gap: 50px;
  }
}
.tour-section .tour-img {
  width: 97%;
  height: 400px;
  margin: 0 auto;
  object-fit: cover;
}
@media screen and (min-width: 1600px) {
  .tour-section .tour-img {
    width: 90%;
  }
}
.tour-section .tour-heading {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}
.tour-section .tour-heading__1 {
  font-size: 20px;
}
@media screen and (max-width: 595px) {
  .tour-section .tour-heading__1 {
    font-size: 15px;
  }
}
.tour-section .tour-heading__2 {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 595px) {
  .tour-section .tour-heading__2 {
    font-size: 42px;
  }
}
.tour-section .tour-heading__3 {
  font-size: 60px;
}
@media screen and (max-width: 595px) {
  .tour-section .tour-heading__3 {
    font-size: 42px;
  }
}
.tour-section .tour-heading__3--item-1 {
  margin-right: 5px;
  font-family: "Playfair-Display";
  color: var(--accent-color);
}
.tour-section .tour-heading__3--item-2 {
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 595px) {
  .tour-section .tour-heading {
    gap: 5px;
  }
}
.tour-section .choose-and-learn {
  margin-top: 80px;
}
.tour-section .choose-and-learn__heading {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 840px) {
  .tour-section .choose-and-learn__heading {
    padding-left: 10px;
    width: auto;
  }
}
.tour-section .choose-and-learn__heading--1 {
  font-size: 30px;
  font-family: "Roboto";
}
.tour-section .choose-and-learn__heading--2 {
  font-size: 30px;
  color: var(--accent-color);
  font-family: "Playfair-Display";
}
.tour-section .choose-and-learn .active-group-btn {
  display: contents;
}
.tour-section .choose-and-learn .disabled-group-btn {
  display: none;
}
.tour-section .choose-and-learn .active-tour-button {
  background-color: var(--accent-color);
  color: var(--bs-light);
}
.tour-section .choose-and-learn__buttons {
  width: 800px;
  margin: 20px auto 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 840px) {
  .tour-section .choose-and-learn__buttons {
    padding: 0 10px;
    width: auto;
  }
}
.tour-section .choose-and-learn__buttons--btn {
  width: 180px;
  font-size: 15px;
  font-weight: 600;
  color: var(--bg-color);
  padding: 10px;
  border-radius: 30px;
  border-style: none;
  background-color: var(--bs-light);
}
@media screen and (max-width: 665px) {
  .tour-section .choose-and-learn__buttons--btn {
    width: 32%;
    padding: 20px 0;
  }
}
.tour-section .choose-and-learn__buttons--horizontal-dots {
  background: transparent;
  color: #63657d;
  border-style: none;
  margin-left: auto;
}
.tour-section .choose-and-learn__buttons--horizontal-dots:after {
  content: "•••";
  font-size: 40px;
  padding-bottom: 5px;
}
.tour-section .choose-and-learn .schedule-section {
  display: block;
  width: 800px;
  margin-bottom: 100px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 864px) {
  .tour-section .choose-and-learn .schedule-section {
    width: auto;
    padding: 0 25px;
  }
}
.tour-section .choose-and-learn .schedule-section__text {
  margin: 40px 0;
  text-align: justify;
  font-size: 18px;
}
.tour-section .choose-and-learn .schedule-section__timetable .left-wrapper {
  margin-top: 70px;
  border-left: 1px solid #62627b;
  border-bottom: 1px solid #62627b;
  border-bottom-left-radius: 20px;
  padding: 0 0 20px 20px;
  line-height: 20px;
  justify-items: self-start;
  position: relative;
}
.tour-section .choose-and-learn .schedule-section__timetable .left-wrapper::after {
  content: "";
  height: 30px;
  width: 1px;
  background: #62627b;
  display: block;
  position: absolute;
  right: 0;
  bottom: -30px;
}
.tour-section .choose-and-learn .schedule-section__timetable .left-wrapper::before {
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid #62627b;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
  right: -4px;
  bottom: -30px;
}
.tour-section .choose-and-learn .schedule-section__timetable .right-wrapper {
  margin-top: 70px;
  border-right: 1px solid #62627b;
  border-bottom: 1px solid #62627b;
  border-bottom-right-radius: 20px;
  padding: 0 20px 20px 0;
  line-height: 20px;
  justify-items: end;
  text-align: end;
  position: relative;
}
.tour-section .choose-and-learn .schedule-section__timetable .right-wrapper:last-of-type {
  border-left: 1px solid #62627b;
  border-bottom-left-radius: 20px;
}
.tour-section .choose-and-learn .schedule-section__timetable .right-wrapper:not(:last-of-type)::after {
  content: "";
  height: 30px;
  width: 1px;
  background: #62627b;
  display: block;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.tour-section .choose-and-learn .schedule-section__timetable .right-wrapper:not(:last-of-type)::before {
  content: "";
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid #62627b;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  position: absolute;
  left: -4px;
  bottom: -30px;
}
.tour-section .choose-and-learn .schedule-section__timetable .flex-items-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}
@media only screen and (max-width: 573px) {
  .tour-section .choose-and-learn .schedule-section__timetable .flex-items-wrapper {
    flex-direction: column;
    align-items: unset;
    gap: 0;
  }
}
.tour-section .choose-and-learn .schedule-section__timetable .justify-end {
  justify-content: flex-end;
}
.tour-section .choose-and-learn .schedule-section__timetable .orange-txt {
  color: #d67736;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.tour-section .choose-and-learn .schedule-section__timetable .white-txt {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
}
.tour-section .choose-and-learn .schedule-section__timetable .blue-txt {
  margin-top: 10px;
  color: #2596be;
}
.tour-section .choose-and-learn .schedule-section .notes-container {
  margin: 50px 0;
  font-size: 14px;
}
.tour-section .choose-and-learn .schedule-section__card {
  background-color: #63657d;
  border-radius: 15px;
  padding: 30px;
  box-shadow: rgba(238, 240, 249, 0.25) 0px 50px 40px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.tour-section .choose-and-learn .schedule-section__card--header {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
}
.tour-section .choose-and-learn .schedule-section__card--img {
  height: 35px;
  width: 35px;
  align-self: center;
  filter: brightness(0) saturate(100%) invert(41%) sepia(9%) saturate(923%) hue-rotate(198deg) brightness(95%) contrast(93%);
}
.tour-section .choose-and-learn .schedule-section__card--details {
  padding: 15px 15px 0 15px;
}
.tour-section .choose-and-learn .schedule-section__card--details p {
  margin: 0;
}
.tour-section .choose-and-learn .schedule-section__card--details p:first-of-type {
  font-size: 30px;
  font-weight: 600;
}
.tour-section .choose-and-learn .schedule-section__card--details p:last-of-type {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.tour-section .choose-and-learn .schedule-section .schedule-icon {
  height: 23px;
  width: 23px;
}
.tour-section .choose-and-learn .destinations-section {
  width: 100%;
  display: block;
  margin-top: 30px;
  margin-bottom: 100px;
  background-color: var(--bs-light);
}
.tour-section .choose-and-learn .destinations-section .destinations-txt {
  width: 800px;
  margin: 0 auto;
  text-align: justify;
  padding: 35px 0;
}
@media screen and (max-width: 840px) {
  .tour-section .choose-and-learn .destinations-section .destinations-txt {
    padding: 35px 25px 0 25px;
    width: auto;
  }
}
.tour-section .choose-and-learn .destinations-section .destinations-txt .hidden-destination {
  display: none;
}
.tour-section .choose-and-learn .destinations-section .destinations-txt__txt-1 {
  font-size: 18px;
  color: var(--bg-color);
}
.tour-section .choose-and-learn .destinations-section .destinations-txt__txt-2 {
  padding-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  font-family: "Roboto";
  line-height: 1.2;
  color: var(--bg-color);
}
.tour-section .choose-and-learn .destinations-section .destinations-txt__txt-3 {
  font-size: 18px;
  color: var(--bg-color);
}
.tour-section .choose-and-learn .destinations-section .destinations-txt__txt-4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  color: var(--black-color);
}
.tour-section .choose-and-learn .destinations-section .destinations-txt__txt-5 {
  padding: 20px 40px;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .tour-section .choose-and-learn .destinations-section .destinations-txt__txt-5 {
    padding: 20px 0;
  }
}
.tour-section .choose-and-learn .destinations-section .destinations-txt__txt-5 h3 {
  text-align: center;
  font-family: "Playfair-Display";
  font-size: 40px;
  margin-bottom: 20px;
  color: var(--bg-color);
}
.tour-section .choose-and-learn .destinations-section .destinations-txt__txt-5 p {
  font-size: 18px;
  color: var(--bg-color);
}
.tour-section .choose-and-learn .destinations-section .video-container {
  position: absolute;
  z-index: 10;
  left: 50%;
  right: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.tour-section .choose-and-learn .destinations-section .video-container video {
  border-radius: 15px;
  width: 500px;
  aspect-ratio: 12/8;
  object-fit: cover;
}
@media screen and (max-width: 701px) {
  .tour-section .choose-and-learn .destinations-section .video-container video {
    width: 350px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 402px) {
  .tour-section .choose-and-learn .destinations-section .video-container video {
    width: 330px;
  }
}
.tour-section .choose-and-learn .destinations-section .video-container__buttons {
  margin-top: 30px;
  display: flex;
  gap: 5px;
}
.tour-section .choose-and-learn .destinations-section .discover-excursions {
  background-color: var(--bs-gray-200);
  padding-top: 250px;
  margin-bottom: 200px;
  position: relative;
  top: 120px;
}
@media screen and (max-width: 699px) {
  .tour-section .choose-and-learn .destinations-section .discover-excursions {
    padding-top: 160px;
  }
}
.tour-section .choose-and-learn .destinations-section .discover-excursions__heading {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  color: var(--bg-color);
  font-weight: 600;
  font-family: "Roboto";
  font-size: 40px;
}
@media screen and (max-width: 840px) {
  .tour-section .choose-and-learn .destinations-section .discover-excursions__heading {
    padding-left: 15px;
    width: auto;
  }
}
.tour-section .choose-and-learn .destinations-section .discover-excursions__places {
  width: 800px;
  margin: 30px auto 70px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 840px) {
  .tour-section .choose-and-learn .destinations-section .discover-excursions__places {
    padding: 0 10px;
    width: auto;
  }
}
@media screen and (max-width: 665px) {
  .tour-section .choose-and-learn .destinations-section .discover-excursions__places {
    justify-content: center;
    gap: 5px;
    margin-bottom: 45px;
  }
}
.tour-section .choose-and-learn .destinations-section .discover-excursions__places--btn {
  width: 190px;
  font-size: 15px;
  font-weight: 600;
  color: var(--bg-color);
  padding: 18px;
  border-radius: 30px;
  border: 2px solid var(--bg-color);
  background-color: var(--bs-gray-200);
}
@media screen and (max-width: 665px) {
  .tour-section .choose-and-learn .destinations-section .discover-excursions__places--btn {
    width: 32%;
    padding: 15px 0;
  }
}
.tour-section .choose-and-learn .destinations-section .discover-excursions__places .active-place-button {
  background-color: var(--button-blue);
  color: var(--bs-gray-200);
  border: 2px solid var(--button-blue);
}
.tour-section .choose-and-learn .destinations-section .discover-excursions__img {
  width: 400px;
}
@media screen and (max-width: 540px) {
  .tour-section .choose-and-learn .destinations-section .discover-excursions__img {
    width: 300px;
  }
}
.tour-section .choose-and-learn .destinations-section .discover-excursions__poros, .tour-section .choose-and-learn .destinations-section .discover-excursions__aegina {
  display: none;
}
.tour-section .choose-and-learn .destinations-section .discover-excursions__container {
  width: 800px;
  padding: 40px 50px;
  margin: 50px auto;
  background-color: var(--bs-light);
  color: var(--bg-color);
}
@media screen and (max-width: 840px) {
  .tour-section .choose-and-learn .destinations-section .discover-excursions__container {
    width: auto;
    margin: 50px 10px;
    padding: 30px;
    text-align: justify;
  }
}
.tour-section .choose-and-learn .destinations-section .discover-excursions__container h3 {
  font-weight: 600;
  margin-bottom: 20px;
}
.tour-section .choose-and-learn .destinations-section .discover-excursions__container p {
  font-size: 18px;
}
.tour-section .choose-and-learn .destinations-section .discover-excursions .swiper {
  padding: 60px 0;
  width: 100%;
}
.tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-wrapper {
  height: 400px;
}
@media screen and (min-width: 947px) {
  .tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-wrapper {
    height: 500px !important;
  }
}
.tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-slide img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 947px) {
  .tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-slide img {
    height: 330px;
  }
}
.tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-slide-active {
  margin-top: 0 !important;
  width: 60% !important;
  margin-right: 40px;
  height: 320px !important;
}
@media screen and (max-width: 664px) {
  .tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-slide-active {
    height: 250px !important;
    margin-right: 20px;
    width: 80% !important;
  }
}
@media screen and (min-width: 947px) {
  .tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-slide-active {
    height: 400px !important;
    margin-right: 80px;
  }
}
.tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-slide-next {
  height: 230px !important;
}
@media screen and (max-width: 681px) {
  .tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-slide-next {
    height: 190px;
  }
}
@media screen and (min-width: 947px) {
  .tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-slide-next {
    height: 250px !important;
    margin-right: 60px;
    width: 600px !important;
  }
}
.tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-slide {
  margin-top: 150px;
  height: 190px;
}
@media screen and (min-width: 947px) {
  .tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-slide {
    margin-top: 200px;
  }
}
.tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-slide-prev {
  height: 0;
}
.tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-button-next,
.tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-button-prev {
  position: unset;
  opacity: unset;
  width: unset;
  height: unset;
  display: block;
}
.tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-button-next::after,
.tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-button-prev::after {
  content: unset;
}
.tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-buttons-container {
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 665px) {
  .tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-buttons-container {
    padding-bottom: 70px;
    justify-content: flex-end;
    padding-right: 15px;
    gap: 7px;
  }
}
@media screen and (min-width: 947px) {
  .tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-buttons-container {
    padding-bottom: 70px;
  }
}
.tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-button-prev {
  border-radius: 50%;
  border: 2px solid var(--bg-color);
  background-color: var(--bs-light);
  padding: 2px 8px;
}
.tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-button-next {
  border-radius: 50%;
  border: 2px solid var(--bg-color);
  background-color: var(--bg-color);
  padding: 2px 8px;
}
.tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-button-prev img {
  rotate: 90deg;
  height: 17px;
  margin-bottom: 3px;
  filter: invert(6%) sepia(92%) saturate(1819%) hue-rotate(220deg) brightness(93%) contrast(113%);
}
.tour-section .choose-and-learn .destinations-section .discover-excursions .swiper-button-next img {
  rotate: -90deg;
  height: 17px;
  margin-bottom: 3px;
  filter: invert(91%) sepia(93%) saturate(32%) hue-rotate(195deg) brightness(107%) contrast(100%);
}
.tour-section .choose-and-learn .vessel-section {
  width: 100%;
  display: none;
  margin-top: 30px;
  margin-bottom: 100px;
}
.tour-section .choose-and-learn .vessel-section .vessel-container {
  background-color: var(--bs-light);
  color: var(--bg-color);
  margin: 0 auto;
  padding: 35px 0 440px;
}
@media screen and (max-width: 840px) {
  .tour-section .choose-and-learn .vessel-section .vessel-container {
    padding: 35px 25px 440px;
  }
}
@media screen and (max-width: 410px) {
  .tour-section .choose-and-learn .vessel-section .vessel-container {
    padding: 35px 25px 400px;
  }
}
.tour-section .choose-and-learn .vessel-section .vessel-container__txt {
  width: 800px;
  font-size: 18px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .tour-section .choose-and-learn .vessel-section .vessel-container__txt {
    width: auto;
  }
}
.tour-section .choose-and-learn .vessel-section .vessel-container__txt p {
  width: 70%;
}
@media screen and (max-width: 840px) {
  .tour-section .choose-and-learn .vessel-section .vessel-container__txt p {
    width: auto;
  }
}
.tour-section .choose-and-learn .vessel-section .vessel-discover {
  width: 800px;
  margin: -460px auto 0 auto;
}
@media screen and (max-width: 840px) {
  .tour-section .choose-and-learn .vessel-section .vessel-discover {
    padding: 0 25px;
    width: auto;
  }
}
@media screen and (max-width: 410px) {
  .tour-section .choose-and-learn .vessel-section .vessel-discover {
    margin: -410px auto 0 auto;
  }
}
.tour-section .choose-and-learn .vessel-section .vessel-discover h3 {
  text-align: left;
  color: var(--bg-color);
  font-weight: 600;
  font-family: "Roboto";
  font-size: 40px;
  padding-bottom: 20px;
}
.tour-section .choose-and-learn .vessel-section .vessel-discover__buttons {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
@media screen and (max-width: 470px) {
  .tour-section .choose-and-learn .vessel-section .vessel-discover__buttons {
    gap: 5px;
  }
}
.tour-section .choose-and-learn .vessel-section .vessel-discover__buttons button {
  font-size: 15px;
  font-weight: 600;
  color: var(--bg-color);
  padding: 18px 20px;
  border-radius: 30px;
  border: 2px solid var(--bg-color);
  background-color: var(--bs-light);
}
@media screen and (max-width: 440px) {
  .tour-section .choose-and-learn .vessel-section .vessel-discover__buttons button {
    width: 58%;
    padding: 18px 5px;
    font-size: 13px;
  }
}
.tour-section .choose-and-learn .vessel-section .vessel-discover__buttons .vessel-btn-2 {
  width: 150px;
}
@media screen and (max-width: 415px) {
  .tour-section .choose-and-learn .vessel-section .vessel-discover__buttons .vessel-btn-2 {
    width: 40%;
  }
}
.tour-section .choose-and-learn .vessel-section .vessel-discover__buttons .active-vessel-btn {
  background-color: var(--button-blue);
  color: var(--bs-gray-200);
  border: 2px solid var(--button-blue);
}
.tour-section .choose-and-learn .vessel-section .vessel-discover .cosmos-vessel {
  width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 665px) {
  .tour-section .choose-and-learn .vessel-section .vessel-discover .cosmos-vessel {
    width: auto;
  }
}
.tour-section .choose-and-learn .vessel-section .vessel-discover .cosmos-vessel__img {
  margin: 50px 0;
  width: 100%;
  height: 350px;
  border-radius: 30px;
  object-fit: cover;
}
@media screen and (max-width: 543px) {
  .tour-section .choose-and-learn .vessel-section .vessel-discover .cosmos-vessel__img {
    height: 60%;
  }
}
.tour-section .choose-and-learn .vessel-section .vessel-discover .cosmos-vessel__txt {
  font-size: 18px;
  color: var(--bs-light);
  text-align: justify;
}
.tour-section .choose-and-learn .vessel-section .vessel-discover .cosmos-vessel__btn {
  align-self: flex-start;
  border-style: none;
  background-color: transparent;
  text-transform: uppercase;
  color: var(--bs-light);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.tour-section .choose-and-learn .vessel-section .vessel-discover .vessel-navigate {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 665px) {
  .tour-section .choose-and-learn .vessel-section .vessel-discover .vessel-navigate {
    justify-content: flex-end;
  }
}
.tour-section .choose-and-learn .vessel-section .vessel-discover .vessel-navigate__previous {
  border-radius: 50%;
  border: 2px solid var(--bs-light);
  background-color: var(--bs-light);
  padding: 2px 8px;
}
.tour-section .choose-and-learn .vessel-section .vessel-discover .vessel-navigate__next {
  border-radius: 50%;
  border: 2px solid var(--bs-light);
  background-color: var(--bg-color);
  padding: 2px 8px;
}
.tour-section .choose-and-learn .vessel-section .vessel-discover .vessel-navigate .previous-img {
  rotate: 90deg;
  height: 17px;
  margin-bottom: 3px;
  filter: invert(6%) sepia(92%) saturate(1819%) hue-rotate(220deg) brightness(93%) contrast(113%);
}
.tour-section .choose-and-learn .vessel-section .vessel-discover .vessel-navigate .next-img {
  rotate: -90deg;
  height: 17px;
  margin-bottom: 3px;
  filter: invert(91%) sepia(93%) saturate(32%) hue-rotate(195deg) brightness(107%) contrast(100%);
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container {
  padding-top: 50px;
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper {
  padding: 100px 0;
  width: 100%;
}
@media screen and (max-width: 840px) {
  .tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper {
    padding: 100px 0 30px;
  }
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-wrapper {
  height: 420px;
}
@media screen and (min-width: 947px) {
  .tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-wrapper {
    height: 500px !important;
  }
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 947px) {
  .tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-slide img {
    height: 330px;
  }
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-slide-active {
  margin-top: 0 !important;
  width: 60% !important;
  margin-right: 40px;
  height: 320px !important;
}
@media screen and (max-width: 664px) {
  .tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-slide-active {
    height: 250px !important;
    margin-right: 20px;
    width: 80% !important;
  }
}
@media screen and (min-width: 947px) {
  .tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-slide-active {
    height: 400px !important;
    margin-right: 80px;
  }
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-slide-next {
  height: 230px !important;
}
@media screen and (max-width: 681px) {
  .tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-slide-next {
    height: 190px !important;
  }
}
@media screen and (min-width: 947px) {
  .tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-slide-next {
    height: 250px !important;
    margin-right: 60px;
    width: 600px !important;
  }
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-slide {
  margin-top: 150px;
  height: 190px;
}
@media screen and (min-width: 947px) {
  .tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-slide {
    margin-top: 200px;
  }
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-slide-prev {
  height: 0;
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-button-next,
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-button-prev {
  position: unset;
  opacity: unset;
  width: unset;
  height: unset;
  display: block;
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-button-next::after,
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-button-prev::after {
  content: unset;
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-buttons-container {
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 665px) {
  .tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-buttons-container {
    padding-bottom: 70px;
    justify-content: flex-end;
    padding-right: 15px;
    gap: 7px;
  }
}
@media screen and (min-width: 947px) {
  .tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-buttons-container {
    padding-bottom: 70px;
  }
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-button-prev {
  border-radius: 50%;
  border: 2px solid var(--bs-light);
  background-color: var(--bs-light);
  padding: 2px 8px;
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-button-next {
  border-radius: 50%;
  border: 2px solid var(--bs-light);
  background-color: var(--bg-color);
  padding: 2px 8px;
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-button-prev img {
  rotate: 90deg;
  height: 17px;
  margin-bottom: 3px;
  filter: invert(6%) sepia(92%) saturate(1819%) hue-rotate(220deg) brightness(93%) contrast(113%);
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container .swiper-button-next img {
  rotate: -90deg;
  height: 17px;
  margin-bottom: 3px;
  filter: invert(91%) sepia(93%) saturate(32%) hue-rotate(195deg) brightness(107%) contrast(100%);
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container .vessel-two-imgs {
  padding-bottom: 5rem;
}
@media screen and (max-width: 777px) {
  .tour-section .choose-and-learn .vessel-section .vessel-imgs-container .vessel-two-imgs {
    padding-bottom: 17rem;
  }
}
@media screen and (max-width: 568px) {
  .tour-section .choose-and-learn .vessel-section .vessel-imgs-container .vessel-two-imgs {
    padding-bottom: 12rem;
  }
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container .vessel-img1 {
  z-index: 1000;
  margin-top: 250px;
  right: -40px;
  width: 45%;
}
@media screen and (max-width: 482px) {
  .tour-section .choose-and-learn .vessel-section .vessel-imgs-container .vessel-img1 {
    margin-top: 120px;
  }
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container__footer {
  width: 580px;
  margin: 0 auto;
  color: var(--bs-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
  gap: 15px;
}
@media screen and (max-width: 660px) {
  .tour-section .choose-and-learn .vessel-section .vessel-imgs-container__footer {
    width: auto;
    margin: 0 15px;
  }
}
@media screen and (max-width: 464px) {
  .tour-section .choose-and-learn .vessel-section .vessel-imgs-container__footer {
    width: auto;
    margin: -20px 15px 0;
  }
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container__footer--item-1 {
  align-self: flex-start;
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container__footer--item-1 img {
  height: 100px;
  width: 120px;
  object-fit: cover;
  margin-right: 30px;
}
@media screen and (max-width: 480px) {
  .tour-section .choose-and-learn .vessel-section .vessel-imgs-container__footer--item-1 img {
    height: 80px;
    width: 100px;
    margin-right: 10px;
  }
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container__footer .footer-txt-1 {
  font-family: "Playfair-Display";
  color: rgb(23, 157, 224);
  font-size: 50px;
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container__footer .footer-txt-2 {
  font-family: "Roboto";
  font-size: 50px;
  padding-left: 3px;
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container__footer .footer-txt-3 {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 50px;
}
@media screen and (max-width: 480px) {
  .tour-section .choose-and-learn .vessel-section .vessel-imgs-container__footer .footer-txt-1,
  .tour-section .choose-and-learn .vessel-section .vessel-imgs-container__footer .footer-txt-2,
  .tour-section .choose-and-learn .vessel-section .vessel-imgs-container__footer .footer-txt-3 {
    font-size: 30px;
  }
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container__footer--item-2 {
  align-self: flex-end;
}
.tour-section .choose-and-learn .vessel-section .vessel-imgs-container__footer--item-2 img {
  object-fit: contain;
  height: 150px;
  width: 200px;
  align-self: flex-end;
  margin-left: 30px;
}
@media screen and (max-width: 480px) {
  .tour-section .choose-and-learn .vessel-section .vessel-imgs-container__footer--item-2 img {
    height: 130px;
    width: 180px;
    margin-left: 8px;
  }
}
.tour-section .choose-and-learn .life-on-board-section {
  display: none;
  padding-bottom: 100px;
}
.tour-section .choose-and-learn .life-on-board-section .board-white-container {
  background-color: var(--bs-light);
  padding: 35px 0;
}
@media screen and (max-width: 840px) {
  .tour-section .choose-and-learn .life-on-board-section .board-white-container {
    padding: 35px 25px 20px 25px;
  }
}
.tour-section .choose-and-learn .life-on-board-section .board-white-container__txt {
  width: 800px;
  margin: 0 auto;
  color: var(--bg-color);
}
@media screen and (max-width: 840px) {
  .tour-section .choose-and-learn .life-on-board-section .board-white-container__txt {
    width: auto;
  }
}
.tour-section .choose-and-learn .life-on-board-section .board-white-container__txt p {
  width: 70%;
  font-size: 18px;
  text-align: justify;
}
@media screen and (max-width: 840px) {
  .tour-section .choose-and-learn .life-on-board-section .board-white-container__txt p {
    width: 100%;
  }
}
.tour-section .choose-and-learn .life-on-board-section .board-white-container__txt h3 {
  margin-top: 60px;
  font-family: "Roboto";
  font-size: 35px;
}
.tour-section .choose-and-learn .life-on-board-section .board-white-container__txt--buttons {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 665px) {
  .tour-section .choose-and-learn .life-on-board-section .board-white-container__txt--buttons {
    justify-content: center;
    gap: 5px;
    margin-bottom: 45px;
  }
}
.tour-section .choose-and-learn .life-on-board-section .board-white-container__txt--buttons button {
  width: 190px;
  font-size: 15px;
  font-weight: 600;
  color: var(--bg-color);
  padding: 18px;
  border-radius: 30px;
  border: 2px solid var(--bg-color);
  background-color: var(--bs-light);
}
@media screen and (max-width: 665px) {
  .tour-section .choose-and-learn .life-on-board-section .board-white-container__txt--buttons button {
    width: 32%;
    padding: 15px 0;
  }
}
.tour-section .choose-and-learn .life-on-board-section .board-white-container__txt--buttons .active-board-button {
  background-color: var(--button-blue);
  color: var(--bs-light);
  border: 2px solid var(--button-blue);
}
.tour-section .choose-and-learn .life-on-board-section #decks-content,
.tour-section .choose-and-learn .life-on-board-section #lounging-content {
  display: none;
}
.tour-section .choose-and-learn .life-on-board-section .board-blue-container {
  width: 800px;
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (max-width: 840px) {
  .tour-section .choose-and-learn .life-on-board-section .board-blue-container {
    width: auto;
    padding: 50px 25px 0;
  }
}
.tour-section .choose-and-learn .life-on-board-section .board-blue-container__options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tour-section .choose-and-learn .life-on-board-section .board-blue-container img {
  margin-bottom: 50px;
  width: 60%;
  border-radius: 20px;
}
@media screen and (max-width: 514px) {
  .tour-section .choose-and-learn .life-on-board-section .board-blue-container img {
    width: 80%;
  }
}
.tour-section .choose-and-learn .life-on-board-section .board-blue-container__txt {
  text-align: justify;
  font-size: 18px;
}
.tour-section .choose-and-learn .life-on-board-section .board-blue-container__chef {
  width: 100%;
  padding-bottom: 50px;
}
.tour-section .choose-and-learn .life-on-board-section .board-blue-container__chef--header {
  padding-top: 50px;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 38px;
  text-align: left;
}
.tour-section .choose-and-learn .life-on-board-section .board-blue-container__chef--imgs {
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width: 570px) {
  .tour-section .choose-and-learn .life-on-board-section .board-blue-container__chef--imgs {
    flex-direction: column;
  }
}
.tour-section .choose-and-learn .life-on-board-section .board-blue-container__chef--imgs img {
  clip-path: circle();
  width: 400px;
  height: 300px;
  object-fit: cover;
}
@media screen and (max-width: 840px) {
  .tour-section .choose-and-learn .life-on-board-section .board-blue-container__chef--imgs img {
    width: 300px;
    height: 200px;
  }
}
@media screen and (max-width: 570px) {
  .tour-section .choose-and-learn .life-on-board-section .board-blue-container__chef--imgs .chef-img-1 {
    align-self: flex-start;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 570px) {
  .tour-section .choose-and-learn .life-on-board-section .board-blue-container__chef--imgs .chef-img-2 {
    align-self: flex-end;
    margin-bottom: 0;
  }
}
.tour-section .choose-and-learn .life-on-board-section .board-blue-container .board-imgs-container__footer {
  width: 580px;
  margin: 0 auto;
  color: var(--bs-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 20px 0;
  gap: 15px;
}
@media screen and (max-width: 660px) {
  .tour-section .choose-and-learn .life-on-board-section .board-blue-container .board-imgs-container__footer {
    width: auto;
  }
}
.tour-section .choose-and-learn .life-on-board-section .board-blue-container .board-imgs-container__footer--item-1 {
  align-self: flex-start;
}
.tour-section .choose-and-learn .life-on-board-section .board-blue-container .board-imgs-container__footer--item-1 img {
  height: 100px;
  width: 120px;
  object-fit: cover;
  margin-right: 30px;
  border-radius: unset;
}
@media screen and (max-width: 535px) {
  .tour-section .choose-and-learn .life-on-board-section .board-blue-container .board-imgs-container__footer--item-1 img {
    height: 80px;
    width: 100px;
    margin-right: 10px;
  }
}
.tour-section .choose-and-learn .life-on-board-section .board-blue-container .board-imgs-container__footer .footer-txt-1 {
  font-family: "Playfair-Display";
  color: rgb(23, 157, 224);
  font-size: 50px;
}
.tour-section .choose-and-learn .life-on-board-section .board-blue-container .board-imgs-container__footer .footer-txt-2 {
  font-family: "Roboto";
  font-size: 50px;
  padding-left: 3px;
}
.tour-section .choose-and-learn .life-on-board-section .board-blue-container .board-imgs-container__footer .footer-txt-3 {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 50px;
}
@media screen and (max-width: 535px) {
  .tour-section .choose-and-learn .life-on-board-section .board-blue-container .board-imgs-container__footer .footer-txt-1,
  .tour-section .choose-and-learn .life-on-board-section .board-blue-container .board-imgs-container__footer .footer-txt-2,
  .tour-section .choose-and-learn .life-on-board-section .board-blue-container .board-imgs-container__footer .footer-txt-3 {
    font-size: 30px;
  }
}
.tour-section .choose-and-learn .life-on-board-section .board-blue-container .board-imgs-container__footer--item-2 {
  align-self: flex-end;
}
.tour-section .choose-and-learn .life-on-board-section .board-blue-container .board-imgs-container__footer--item-2 img {
  object-fit: contain;
  height: 150px;
  width: 200px;
  align-self: flex-end;
  margin-left: 30px;
  border-radius: unset;
}
@media screen and (max-width: 535px) {
  .tour-section .choose-and-learn .life-on-board-section .board-blue-container .board-imgs-container__footer--item-2 img {
    height: 130px;
    width: 180px;
    margin-left: 3px;
  }
}
@media screen and (max-width: 535px) {
  .tour-section .choose-and-learn .life-on-board-section .board-blue-container .board-imgs-container__footer--item-2 img {
    height: 130px;
    width: 180px;
    margin-left: 3px;
  }
}

.front-section {
  padding-bottom: 50px;
}
.front-section .banner-txt {
  height: 500px;
  width: 100%;
  position: relative;
}
.front-section .video-container-front-section {
  position: absolute;
  height: 97%;
  width: 100%;
}
.front-section .video-container-front-section .player-front-section {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.front-section .trip-advisor-logo {
  padding: 20px 20px;
  position: relative;
}
.front-section .trip-advisor-logo img {
  width: 60px;
}
.front-section .trip-advisor-logo div {
  font-size: 10px;
}
.front-section .txt-wrap {
  font-family: "Roboto";
  text-align: center;
  text-transform: uppercase;
  padding-top: 60px;
  position: relative;
}
.front-section .txt-wrap span {
  font-size: 12px;
  font-family: "Montserrat";
  font-weight: 600;
}
.front-section .txt-wrap h1 {
  font-size: 45px;
}
.front-section .txt-wrap h1 em {
  font-family: "Playfair-Display";
  color: var(--accent-color);
  text-transform: capitalize;
}
.front-section .explore {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.front-section .explore p {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
.front-section .scroller {
  width: 2px;
  height: 25px;
  position: relative;
  background-color: #010b62;
}
.front-section .scroller::after {
  position: absolute;
  content: "";
  height: 15px;
  width: 2px;
  background-color: var(--accent-color);
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media screen and (min-width: 992px) {
  .front-section .txt-wrap {
    padding: 40px 140px 100px;
  }
  .front-section .txt-wrap span {
    font-size: 18px;
  }
  .front-section .txt-wrap h1 {
    font-size: 80px;
    line-height: 77px;
  }
  .front-section .explore p {
    font-size: 18px;
  }
  .front-section .scroller {
    height: 35px;
  }
  .front-section .scroller::after {
    height: 20px;
  }
  .front-section .banner-txt {
    height: 820px;
  }
  .front-section .trip-advisor-logo {
    width: min-content;
    text-align: center;
    padding: 40px 40px;
  }
  .front-section .trip-advisor-logo img {
    width: 130px;
    margin-bottom: 10px;
  }
  .front-section .trip-advisor-logo div {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .front-section .txt-wrap {
    padding: 40px 240px 100px;
  }
}
@media screen and (min-width: 1400px) {
  .front-section .txt-wrap h1 {
    font-size: 105px;
    line-height: 100px;
  }
  .front-section .banner-txt {
    height: 900px;
  }
  .front-section .explore {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .front-section .txt-wrap h1 {
    font-size: 126px;
    line-height: 118px;
  }
}
.carousel {
  padding-top: 120px;
}

.islands-swiper .swiper-button-next,
.islands-swiper .swiper-button-prev,
.tour-islands-swiper .swiper-button-next,
.tour-islands-swiper .swiper-button-prev {
  top: unset;
  height: unset;
  margin-top: unset;
  width: unset;
  display: block;
  border-radius: 50%;
}

.islands-swiper .swiper-button-next,
.islands-swiper .swiper-button-prev {
  border: 2px solid var(--bs-light);
  background-color: var(--bg-color);
  padding: 2px 8px;
}
.islands-swiper .swiper-button-next:hover,
.islands-swiper .swiper-button-prev:hover {
  background-color: var(--bs-light);
}
.islands-swiper .swiper-button-next:hover img,
.islands-swiper .swiper-button-prev:hover img {
  filter: invert(6%) sepia(92%) saturate(1819%) hue-rotate(220deg) brightness(93%) contrast(113%);
}

.tour-islands-swiper .swiper-button-next,
.tour-islands-swiper .swiper-button-prev {
  border: 2px solid var(--bg-color);
  background-color: var(--bs-light);
  padding: 2px 8px;
}
.tour-islands-swiper .swiper-button-next:hover,
.tour-islands-swiper .swiper-button-prev:hover {
  background-color: var(--bg-color);
}
.tour-islands-swiper .swiper-button-next:hover img,
.tour-islands-swiper .swiper-button-prev:hover img {
  filter: invert(91%) sepia(93%) saturate(32%) hue-rotate(195deg) brightness(107%) contrast(100%);
}

.islands-swiper .swiper-button-next::after,
.islands-swiper .swiper-button-prev::after,
.tour-islands-swiper .swiper-button-next::after,
.tour-islands-swiper .swiper-button-prev::after {
  content: unset;
}

.islands-swiper .swiper-button-next,
.tour-islands-swiper .swiper-button-next {
  right: 47%;
}
@media only screen and (max-width: 1440px) {
  .islands-swiper .swiper-button-next,
  .tour-islands-swiper .swiper-button-next {
    right: 45%;
  }
}
@media only screen and (max-width: 800px) {
  .islands-swiper .swiper-button-next,
  .tour-islands-swiper .swiper-button-next {
    display: none;
  }
}

.islands-swiper .swiper-button-prev,
.tour-islands-swiper .swiper-button-prev {
  left: 47%;
}
@media only screen and (max-width: 1440px) {
  .islands-swiper .swiper-button-prev,
  .tour-islands-swiper .swiper-button-prev {
    left: 45%;
  }
}
@media only screen and (max-width: 800px) {
  .islands-swiper .swiper-button-prev,
  .tour-islands-swiper .swiper-button-prev {
    display: none;
  }
}

.tour-islands-swiper .swiper-button-prev img,
.tour-islands-swiper .swiper-button-next img {
  filter: invert(6%) sepia(92%) saturate(1819%) hue-rotate(220deg) brightness(93%) contrast(113%);
}

.islands-swiper .swiper-button-prev img,
.islands-swiper .swiper-button-next img {
  filter: invert(91%) sepia(93%) saturate(32%) hue-rotate(195deg) brightness(107%) contrast(100%);
}

.islands-swiper .swiper-button-prev img,
.tour-islands-swiper .swiper-button-prev img {
  rotate: 90deg;
  height: 17px;
  margin-bottom: 3px;
}

.islands-swiper .swiper-button-next img,
.tour-islands-swiper .swiper-button-next img {
  rotate: -90deg;
  height: 17px;
  margin-bottom: 3px;
}

.islands-swiper,
.tour-islands-swiper,
.tour-islands-swiper {
  overflow: visible; /* Allow overflow so the slides extend beyond the container */
  width: 220%;
  margin-left: -60%;
}
.islands-swiper .swiper-slide,
.tour-islands-swiper .swiper-slide,
.tour-islands-swiper .swiper-slide {
  transform: rotate(5deg) !important;
  transition: all 0.2s ease;
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 400px;
  border-radius: 10px;
  cursor: pointer;
}
.islands-swiper .swiper-slide-prev,
.tour-islands-swiper .swiper-slide-prev,
.tour-islands-swiper .swiper-slide-prev {
  transform: rotate(-5deg) !important;
}
.islands-swiper .swiper-slide-active,
.tour-islands-swiper .swiper-slide-active,
.tour-islands-swiper .swiper-slide-active {
  transform: rotate(-5deg) !important;
}
.islands-swiper .swiper-slide-next,
.tour-islands-swiper .swiper-slide-next,
.tour-islands-swiper .swiper-slide-next {
  transform: rotate(0) !important;
  margin-top: -25px;
}

.slider-content {
  height: 100%;
}
.slider-content h2 {
  position: absolute;
  top: -75px;
  left: -35px;
  font-size: 1.5em;
  color: var(--primary-text-color);
  z-index: 10;
  font-family: "Roboto";
  font-size: 24px;
  display: flex;
  flex-direction: column;
}
.slider-content h2 .accent-color {
  font-size: 50px;
}
.slider-content h2 div:nth-of-type(2) {
  text-transform: uppercase;
  margin-right: -40px;
}
.slider-content img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  max-width: 275px;
  border-radius: 10px;
}

.text-vip {
  margin-top: 100px;
}

.description {
  padding: 80px 30px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .description {
    padding: 80px 0;
  }
}
.description h3 {
  font-size: 60px;
  font-weight: 400;
}
@media screen and (max-width: 423px) {
  .description h3 {
    font-size: 50px;
  }
}

.excursions-image {
  opacity: 0.8;
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin-left: -36px;
  width: calc(100% + 72px);
  -webkit-mask-image: linear-gradient(rgba(58, 51, 49, 0), rgba(58, 51, 49, 0.8), rgba(58, 51, 49, 0.8), rgba(58, 51, 49, 0));
}

.excursions-image-vip {
  opacity: 1;
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin-left: -36px;
  width: calc(100% + 72px);
  -webkit-mask-image: linear-gradient(rgba(58, 51, 49, 0), rgb(58, 51, 49), rgba(58, 51, 49, 0));
  filter: grayscale(0%) sepia(47%) opacity(100%) invert(0%) hue-rotate(0deg) brightness(85%) contrast(100%) saturate(310%) blur(0px);
}

.excursions {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  width: 95%;
}
.excursions.vip {
  width: 320px;
  height: unset;
}
@media screen and (min-width: 991px) {
  .excursions.vip {
    width: 800px;
    height: unset;
  }
}
.excursions.vip h3 {
  font-size: 50px;
}
.excursions.vip a {
  color: var(--primary-text-color);
}
.excursions.vip .wrap {
  padding: 60px 0;
  text-align: center;
}
.excursions .wrap {
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
.excursions h3 {
  font-family: "Roboto";
  font-size: 30px;
  margin-bottom: 15px;
}

.description .btn-outline,
.excursions .btn-outline {
  margin-top: 60px;
}

.vertical-slider {
  margin: 80px 0;
}
.vertical-slider .swiper-slide {
  overflow: hidden;
}
.vertical-slider .txt-wrap {
  padding-bottom: 40px;
}
.vertical-slider h3 {
  margin-bottom: 0;
  line-height: 45px;
  text-transform: uppercase;
}
.vertical-slider h3 span {
  font-size: 50px;
}
.vertical-slider h3 .accent-color {
  text-transform: none;
  margin-left: -50px;
  margin-bottom: -4px;
  z-index: 1;
  position: relative;
}
.vertical-slider h3 .roboto-font {
  font-weight: bold;
  font-family: "Roboto";
}
.vertical-slider .txt-wrap {
  text-align: center;
}
.vertical-slider .txt-wrap .yellow-color {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.vertical-slider .swiper-vertical {
  max-height: 55vh;
  overflow: hidden;
  position: relative;
  height: 60vh;
  margin-bottom: 60px;
}
.vertical-slider .swiper-wrapper {
  width: 50vw;
}
.vertical-slider .swiper-pagination-vertical {
  right: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
  transform: translateY(-50%);
  right: 20px;
  width: 180px;
}
.vertical-slider .swiper-pagination .swiper-pagination-bullet {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  cursor: unset;
  transition: all 0.3s ease;
  width: 100%;
  background: none;
}
.vertical-slider .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(1, 5, 45) -69%, rgba(0, 3, 35, 0.82) 15%, rgba(254, 254, 255, 0.02) 70%, rgba(1, 5, 45, 0.95) 98%);
  box-shadow: inset -27px -52px 75px 10px rgb(0, 3, 43);
  position: absolute;
  left: 0;
  top: 0;
}
.vertical-slider .swiper-pagination .bullet-number {
  width: 40px;
  height: 40px;
  font-family: "Playfair-Display";
  border-radius: 50%;
  display: flex;
  justify-content: center;
  background-color: #efdfc8;
  color: var(--accent-color);
  font-size: 25px;
  text-align: center;
  position: absolute;
  line-height: 1.3;
}
.vertical-slider .swiper-pagination-bullet:nth-of-type(1) .bullet-number::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #efdfc8;
  top: -30px;
  opacity: 0.3;
}
.vertical-slider .swiper-pagination-bullet:nth-of-type(1) .bullet-number::before {
  opacity: 1;
}
.vertical-slider .swiper-pagination-bullet .bullet-number::before {
  content: "";
  width: 1px;
  height: 54px;
  background-color: #efdfc8;
  position: absolute;
  z-index: -1;
  bottom: -54px;
  opacity: 0;
}
.vertical-slider .swiper-pagination-bullet:last-of-type .bullet-number::before {
  display: none;
}
.vertical-slider .swiper-pagination-bullet.swiper-pagination-bullet-active .bullet-number::before {
  opacity: 1;
}
.vertical-slider .swiper-pagination-bullet .swiper-pagination:has(.swiper-pagination-bullet:nth-of-type(3).swiper-pagination-bullet-active) .swiper-pagination-bullet:nth-of-type(2) .bullet-number::before {
  opacity: 1;
}
.vertical-slider .swiper-pagination .bullet-text {
  color: var(--white-color);
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: left;
}
.vertical-slider .prev-active .bullet-text {
  opacity: 0.3;
}
.vertical-slider .prev-active.swiper-pagination-bullet-active {
  opacity: 1;
}
.vertical-slider .swiper-pagination .bullet-text-highlight {
  color: var(--accent-color);
  font-family: "Playfair-Display";
  font-size: 18px;
}
.vertical-slider .swiper-pagination .swiper-pagination-bullet-active .bullet-text {
  opacity: 1;
}
.vertical-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  margin-bottom: 20px; /* Adjust spacing between bullets */
}

.bullet-text {
  color: var(--primary-text-color);
  font-size: 16px;
  margin-left: 60px;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  top: 55%;
}

.prev-active {
  opacity: 1;
}
.prev-active .bullet-number::before {
  opacity: 1 !important;
}

@media screen and (min-width: 768px) {
  .islands-swiper,
  .tour-islands-swiper {
    width: 135%;
    margin-left: -10%;
  }
  .excursions {
    text-align: center;
  }
  .excursions::before {
    background-size: cover;
  }
  .excursions .btn-outline {
    margin-top: 40px;
  }
  .vertical-slider .swiper-vertical {
    max-height: 65vh;
    height: 65vh;
  }
  .vertical-slider .txt-wrap {
    text-align: left;
  }
  .vertical-slider .swiper-slide::after {
    box-shadow: inset -37px 22px 27px -8px rgb(0, 3, 43);
  }
  .vertical-slider .swiper-pagination-vertical {
    right: 180px;
    width: 235px;
  }
  .bullet-text {
    margin-left: 85px;
  }
}
@media screen and (min-width: 992px) {
  .islands-swiper,
  .tour-islands-swiper {
    margin-left: -15%;
  }
  .islands-swiper .swiper-slide-next,
  .tour-islands-swiper .swiper-slide-next {
    margin-top: -45px;
  }
  .islands-swiper .swiper-slide,
  .tour-islands-swiper .swiper-slide {
    height: 535px;
  }
  .slider-content img {
    max-width: 400px;
  }
  .description {
    padding: 80px 0;
  }
  .description h3 {
    font-size: 80px;
  }
  .excursions {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .excursions.vip::after {
    background: linear-gradient(180deg, rgb(0, 0, 0) 8%, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.02) 89%, rgb(0, 0, 0) 101%);
    box-shadow: -26px 10px 22px 50px rgb(0, 0, 0);
  }
  .excursions.vip::before {
    background-position-y: 15%;
  }
  .excursions.vip h3 {
    font-size: 70px;
  }
  .excursions::after {
    background: linear-gradient(180deg, rgb(1, 5, 45) 15%, rgba(0, 3, 43, 0.02) 35%, rgba(254, 254, 255, 0.02) 89%, rgb(1, 5, 45) 99%);
  }
  .excursions .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .excursions p {
    max-width: 350px;
  }
  .excursions h3 {
    font-size: 40px;
  }
  .excursions .btn-outline,
  .description .btn-outline {
    padding: 25px 45px;
  }
  .vertical-slider h3 {
    line-height: 77px;
  }
  .vertical-slider h3 span {
    font-size: 90px;
  }
  .vertical-slider .swiper-slide::after {
    box-shadow: inset -44px 50px 65px 51px rgb(0, 3, 43);
  }
  .vertical-slider .txt-wrap .yellow-color {
    font-size: 16px;
  }
  .vertical-slider .swiper-vertical {
    max-height: 675px;
    height: 100%;
  }
  .vertical-slider .swiper-wrapper {
    width: 570px;
  }
  .vertical-slider .swiper-pagination-vertical {
    width: 335px;
    right: 15%;
    gap: 65px;
  }
  .vertical-slider .swiper-pagination-vertical {
    gap: 85px;
    right: 14%;
    padding-top: 80px;
  }
  .vertical-slider .swiper-pagination .bullet-text-highlight {
    font-size: 26px;
  }
  .vertical-slider .swiper-pagination .bullet-text {
    font-size: 18px;
  }
  .vertical-slider .swiper-pagination .bullet-number {
    width: 55px;
    height: 55px;
    font-size: 32px;
    line-height: 1.4;
  }
  .vertical-slider .swiper-pagination .bullet-number::before {
    content: "";
    height: 64px;
    bottom: -64px;
  }
  .txt-wrap {
    padding: 0 125px 50px;
    text-align: left;
  }
  .bullet-text {
    margin-left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .slider-content img {
    max-width: 450px;
  }
  .slider-content h2 {
    top: -85px;
  }
  .slider-content h2 .accent-color {
    font-size: 60px;
  }
  .islands-swiper .swiper-slide,
  .tour-islands-swiper .swiper-slide {
    height: 750px;
  }
  .vertical-slider .swiper-pagination-vertical {
    right: 20%;
    width: 380px;
  }
  .vertical-slider .swiper-pagination .bullet-number {
    width: 55px;
    height: 55px;
    font-size: 32px;
    line-height: 1.4;
  }
  .vertical-slider .swiper-pagination-bullet .bullet-number::before {
    height: 64px;
    bottom: -64px;
  }
  .vertical-slider .swiper-wrapper {
    width: 755px;
  }
  .vertical-slider .swiper-vertical {
    max-height: 700px;
  }
  .vertical-slider .swiper-pagination .bullet-number {
    width: 65px;
    height: 65px;
    font-size: 40px;
    line-height: 1.3;
  }
  .vertical-slider .swiper-pagination .bullet-number::before {
    height: 84px;
    bottom: -84px;
  }
  .vertical-slider .swiper-pagination .bullet-text {
    font-size: 24px;
  }
  .vertical-slider .swiper-pagination .bullet-text-highlight {
    font-size: 45px;
  }
  .vertical-slider .swiper-pagination-vertical {
    gap: 115px;
    right: 9%;
    width: 460px;
  }
}
@media screen and (min-width: 1400px) {
  .vertical-slider .swiper-pagination-vertical {
    right: 17%;
  }
}
@media screen and (min-width: 1600px) {
  .slider-content img {
    max-width: 600px;
  }
  .slider-content h2 {
    top: -100px;
  }
  .slider-content h2 .accent-color {
    font-size: 80px;
    line-height: 85px;
  }
  .excursions::after {
    background: linear-gradient(180deg, rgb(1, 5, 45) 8%, rgba(0, 3, 43, 0.02) 25%, rgba(254, 254, 255, 0.02) 92%, rgb(1, 5, 45) 99%);
  }
  .excursions h3 {
    font-size: 50px;
  }
  .vertical-slider .swiper-pagination-vertical {
    right: 26%;
  }
}
@media screen and (min-width: 1920px) {
  .islands-swiper,
  .tour-islands-swiper {
    width: 125%;
    padding: 150px 0;
    overflow: hidden;
    margin-left: -12%;
  }
  .islands-swiper .slider-content img,
  .tour-islands-swiper .slider-content img {
    max-width: 565px;
  }
}
@media screen and (min-width: 2000px) {
  .islands-swiper,
  .tour-islands-swiper {
    width: 130%;
  }
  .islands-swiper .swiper-slide,
  .tour-islands-swiper .swiper-slide {
    height: 860px;
  }
  .islands-swiper .slider-content img,
  .tour-islands-swiper .slider-content img {
    max-width: 600px;
  }
}
@media screen and (min-width: 2300px) {
  .islands-swiper,
  .tour-islands-swiper {
    width: 165%;
    margin-left: -25%;
  }
  .islands-swiper .slider-content img,
  .tour-islands-swiper .slider-content img {
    max-width: 700px;
  }
}
.banner {
  background-color: var(--bs-blue);
  text-align: center;
  font-size: 50px;
  padding: 50px 20px;
}
@media screen and (min-width: 600px) {
  .banner {
    font-size: 65px;
  }
}
.banner__text-1 {
  font-family: "Playfair-Display";
  font-weight: 500;
  font-style: italic;
  color: var(--accent-color-buttons);
  line-height: 0.7;
  margin: 0;
  margin-left: -50px;
  transform: skewX(-10deg);
}
.banner__text-2 {
  color: var(--bs-white);
  font-family: "Roboto";
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}

.booking-content {
  padding: 25px 20px;
  font-size: 13px;
}
@media screen and (min-width: 900px) {
  .booking-content {
    width: 1000px;
    margin: 0 auto;
    font-size: 15px;
  }
}
.booking-content .accordion-flush .accordion-item .accordion-button {
  border-radius: 18px;
}
.booking-content .accordion-flush .accordion-item:first-child {
  border-top: 1px solid #01a7e1;
}
.booking-content .accordion-button {
  background-color: var(--bs-info-bg-subtle);
  padding: 20px;
  margin-top: -1px;
}
.booking-content .accordion-button:focus {
  box-shadow: none;
}
@media screen and (max-width: 409px) {
  .booking-content .accordion-button {
    padding: 15px 10px;
  }
}
.booking-content .accordion-button .accordion-text-header {
  width: 100%;
  font-weight: 600;
  color: var(--black-color);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.booking-content .accordion-button .accordion-text-header__container {
  color: var(--black-color);
  display: flex;
  flex-direction: column;
  align-items: end;
}
.booking-content .accordion-button .accordion-text-header__container--1 {
  font-size: 23px;
  font-weight: 600;
}
.booking-content .accordion-button .accordion-text-header__container--2 {
  font-size: 11px;
}
@media screen and (max-width: 420px) {
  .booking-content .accordion-button .accordion-text-header__container--2 {
    width: 100px;
    text-align: end;
  }
}
.booking-content .accordion-button::after {
  margin-left: 10px;
  content: "";
  position: absolute;
  left: 155px;
  top: 39%;
  width: 19px;
  height: 19px;
  background-image: url(../assets/img/arrow-down.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 409px) {
  .booking-content .accordion-button::after {
    left: 145px;
  }
}
.booking-content .accordion-item {
  border-radius: 18px;
  background-color: var(--bg-color);
  border: 1px solid #01a7e1;
  display: flex;
  flex-direction: column-reverse;
}

.calendar-container {
  position: relative;
}
.calendar-container input[type=date] {
  display: flex;
  position: relative;
  padding: 0 50px;
  height: 50px;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: var(--black-color);
  background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cg fill='none' fill-rule='evenodd' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Crect width='18' height='18' y='2' rx='2'/%3E%3Cpath d='M13 0L13 4M5 0L5 4M0 8L18 8'/%3E%3C/g%3E%3C/svg%3E") left 13px center no-repeat;
  cursor: pointer;
}
.calendar-container input[type=date]:focus {
  outline: none;
}
.calendar-container ::-webkit-date-and-time-value {
  text-align: left;
}
.calendar-container ::-webkit-clear-button,
.calendar-container ::-webkit-inner-spin-button {
  display: none;
  opacity: 0;
  -webkit-appearance: none;
}
.calendar-container ::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.calendar-container .hide-picker {
  position: absolute;
  background-color: var(--bs-white);
  pointer-events: none;
  z-index: 10;
  height: 20px;
  width: 60px;
  right: 7%;
  top: 26%;
}

.travelers-button {
  background-color: var(--bs-white);
  color: var(--black-color);
  padding: 0 13px;
  height: 50px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
  border-radius: 4px;
  border-style: none;
  text-align: left;
}
.travelers-button img {
  width: 20px;
  height: 20px;
  margin-right: 14px;
}

.booking-steps {
  width: 100%;
  margin-top: 15px;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
}
.booking-steps__step {
  width: 30%;
  color: rgb(67, 98, 201);
  background-color: rgb(11, 34, 107);
  text-align: center;
  font-weight: 600;
  border-radius: 20px;
  padding: 13px 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.booking-steps .active {
  color: var(--accent-color-buttons);
  background-color: rgb(16, 52, 169);
}
@media screen and (min-width: 800px) {
  .booking-steps {
    padding: 0 60px;
  }
}

.booking-price {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  padding: 35px 0 13px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 800px) {
  .booking-price {
    font-size: 16px;
  }
}
.booking-price__left__item-1 {
  color: var(--bs-red);
  margin: 0;
}
.booking-price__left__item-1 span {
  text-decoration: line-through;
}
.booking-price__left__item-2 {
  margin: 0;
  color: var(--accent-color-buttons);
  font-size: 28px;
  font-weight: bolder;
}
.booking-price__left__item-3 {
  margin: 0;
  font-size: 11px;
  color: var(--bs-white);
  text-decoration: underline;
}
.booking-price__right {
  margin: 0;
  color: var(--accent-color-buttons);
  font-size: 10px;
  padding-top: 20px;
}
@media screen and (min-width: 800px) {
  .booking-price__right {
    font-size: 13px;
  }
}

@media screen and (min-width: 800px) {
  .booking-form {
    margin: 0 50px;
  }
}

.booking-info {
  padding: 13px 0;
  font-weight: 600;
  display: flex;
  flex-direction: column;
}
.booking-info .modal-title {
  font-size: 17px;
  font-weight: 600;
}
.booking-info .modal-body .modal-option {
  padding: 15px 0;
  border-bottom: 1px solid var(--bs-gray-400);
}
.booking-info .modal-body .modal-option label {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.booking-info .modal-body .modal-option input::-webkit-outer-spin-button,
.booking-info .modal-body .modal-option input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.booking-info .modal-body .modal-option input[type=number] {
  -moz-appearance: textfield;
}
.booking-info .modal-body .modal-option span:first-of-type {
  line-height: 1;
  font-size: 15px;
  margin: 0;
}
.booking-info .modal-body .modal-option span:last-of-type {
  font-size: 11px;
  color: var(--bs-link-hover-color);
  margin: 0;
}
.booking-info .modal-body .modal-option .decrease-btn {
  padding: 0 9px;
}
.booking-info .modal-body .modal-option .increase-btn {
  padding: 0 8px;
}
.booking-info .modal-body .modal-option button {
  font-weight: 600;
  color: #0d6efd;
  background-color: var(--bs-white);
  border: 2px solid #0d6efd;
}
.booking-info .modal-body .modal-option button:focus {
  box-shadow: none;
  outline: none;
}
.booking-info .modal-body .modal-option input {
  width: 25px;
  border-style: none;
  font-weight: 600;
  text-align: center;
}
.booking-info .modal-body .modal-option input:focus {
  outline: none;
}
.booking-info .modal-footer {
  border-style: none;
  justify-content: center;
}
.booking-info .modal-footer .btn {
  background-color: var(--bg-color);
  color: var(--bs-white);
  text-transform: uppercase;
  font-weight: 600;
  width: 140px;
  transition: none;
}
.booking-info .modal-footer .btn:active, .booking-info .modal-footer .btn:focus {
  background-color: var(--bg-color);
  color: var(--bs-white);
  border: 1px solid var(--bg-color);
  box-shadow: none;
}

input[type=radio] {
  place-content: center;
  margin-left: 2px;
  margin-top: 35px;
  height: 10px;
  width: 10px;
}

#seat-type-3 {
  margin-top: 35px;
}

input[type=radio]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--accent-color-buttons);
}

input[type=radio]:checked::before {
  transform: scale(1);
}

.booking-seat {
  padding: 13px 0;
  display: flex;
  flex-direction: column;
}
.booking-seat__label {
  font-size: 17px;
  margin-bottom: 25px;
  font-weight: 600;
  color: var(--bs-white);
}
.booking-seat__options {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  color: var(--bs-white);
  gap: 15px;
}
@media screen and (min-width: 400px) {
  .booking-seat__options--1, .booking-seat__options--2, .booking-seat__options--3 {
    width: 180px;
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  .booking-seat__options--1, .booking-seat__options--2, .booking-seat__options--3 {
    width: 100px;
  }
}
.booking-seat__options--3 img {
  height: 36px;
  width: 36px;
  filter: invert(97%) sepia(2%) saturate(4114%) hue-rotate(231deg) brightness(119%) contrast(100%);
}
.booking-seat__options--3 span {
  margin-top: -5px;
}
.booking-seat__options .seat-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.booking-seat__options .seat-details label {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.booking-seat__options .seat-details input {
  cursor: pointer;
}
.booking-seat__options .seat-details.details-1:has(input[type=radio]:checked) {
  color: var(--accent-color-buttons);
  filter: invert(60%) sepia(97%) saturate(508%) hue-rotate(360deg) brightness(103%) contrast(104%);
}
.booking-seat__options .seat-details.details-1 span {
  margin-top: 14px;
}
.booking-seat__options .seat-details.details-2:has(input[type=radio]:checked) {
  color: var(--accent-color-buttons);
  filter: invert(60%) sepia(97%) saturate(508%) hue-rotate(360deg) brightness(103%) contrast(104%);
}
.booking-seat__options .seat-details.details-2 span {
  margin-top: 14px;
}
.booking-seat__options .seat-details.details-3 .cabin-image {
  height: 35px;
  width: 35px;
}
.booking-seat__options .seat-details.details-3:has(input[type=radio]:checked) :not(.option-3-cabin) {
  color: var(--accent-color-buttons);
  filter: invert(60%) sepia(97%) saturate(508%) hue-rotate(360deg) brightness(103%) contrast(104%);
}
.booking-seat__options .seat-details.details-3 span {
  margin-top: 9px;
}
.booking-seat__options img {
  height: 30px;
  width: 30px;
  filter: invert(97%) sepia(2%) saturate(4114%) hue-rotate(231deg) brightness(119%) contrast(100%);
}
.booking-seat__options span {
  font-size: 13px;
  margin: 0;
}
@media screen and (min-width: 800px) {
  .booking-seat__options span {
    font-size: 15px;
  }
}
.booking-seat__options p {
  margin: 0;
  font-size: 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.booking-seat__options .option-3-cabin {
  margin-top: -2px;
  color: var(--bs-info);
  font-style: italic;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.booking-seat .option-3-cabin,
.booking-seat .option-3-included,
.booking-seat .whats-included {
  font-size: 10px;
}
@media screen and (min-width: 800px) {
  .booking-seat .option-3-cabin,
  .booking-seat .option-3-included,
  .booking-seat .whats-included {
    font-size: 11px;
  }
}
.booking-seat .whats-included {
  margin-top: 14px;
  cursor: pointer;
}
.booking-seat .option-3-included {
  cursor: pointer;
}
.booking-seat #modal-content-seat {
  background-color: var(--bs-white);
  border-radius: 20px;
}
.booking-seat .modal-header-seat {
  padding-left: 45px;
  padding-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .booking-seat .modal-header-seat {
    padding-left: 30px;
  }
}
.booking-seat .modal-header-seat .close-whats-included {
  padding: 11px;
  border: 2.5px solid var(--black-color) !important;
  background-color: var(--bs-whitee);
  position: absolute;
  right: 20px;
  display: flex;
}
.booking-seat .modal-header-seat .close-whats-included--2, .booking-seat .modal-header-seat .close-whats-included--3 {
  padding: 5px 10px;
  border: 2.5px solid var(--black-color) !important;
  background-color: var(--bs-whitee);
  position: absolute;
  right: 20px;
  display: flex;
}
.booking-seat .modal-header-seat .close-whats-included__img {
  width: 10px;
  height: unset;
  filter: none;
}
.booking-seat .modal-title {
  font-size: 25px;
  color: var(--black-color);
}
.booking-seat .modal-body-seat {
  color: var(--black-color);
  padding: 30px 25px;
}
.booking-seat .modal-body-seat__text-container {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 25px;
}
@media screen and (max-width: 480px) {
  .booking-seat .modal-body-seat__text-container {
    padding: 0 5px;
  }
}
.booking-seat .modal-body-seat__text-container p {
  font-size: 15px;
  white-space: unset;
}
.booking-seat .modal-body-seat__text-container ul {
  padding-left: 17px;
  padding-right: 18px;
}
.booking-seat .modal-body-seat__text-container ul li {
  margin-bottom: 5px;
}
.booking-seat .modal-body-seat .correct-container {
  background-color: var(--bs-success-bg-subtle);
  border-radius: 5px;
  margin-bottom: 10px;
}
.booking-seat .modal-body-seat .correct-container ul {
  padding: 5px;
  margin-bottom: 0;
}
.booking-seat .modal-body-seat .correct-container li {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
  margin: 0;
  padding-left: 33px;
  list-style: none;
  background-image: url(../assets/img/correct_check.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: center;
  background-position-x: 5px;
}
.booking-seat .modal-body-seat .correct-container li:not(:last-child) {
  margin-bottom: 7px;
}
.booking-seat .modal-body-seat .false-container {
  background-color: var(--bs-danger-bg-subtle);
  border-radius: 5px;
}
.booking-seat .modal-body-seat .false-container ul {
  padding: 5px;
  margin-bottom: 0;
}
.booking-seat .modal-body-seat .false-container li {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
  margin: 0;
  padding-left: 33px;
  list-style: none;
  background-image: url(../assets/img/error_check.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: center;
  background-position-x: 5px;
}
.booking-seat .modal-body-seat .false-container li:not(:last-child) {
  margin-bottom: 7px;
}

.booking-additions {
  background-color: #8e6027;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.booking-additions__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.booking-additions img {
  width: 20px;
  height: 20px;
  filter: invert(60%) sepia(97%) saturate(508%) hue-rotate(360deg) brightness(103%) contrast(104%);
}
.booking-additions__text {
  margin: 0;
  font-size: 11px;
  color: var(--bs-white);
}
@media screen and (min-width: 800px) {
  .booking-additions__text {
    font-size: 12px;
  }
}

.booking-transfer {
  padding-top: 15px;
  display: none;
}

.booking-pickup {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 60px;
}
@media screen and (max-width: 475px) {
  .booking-pickup {
    gap: 5px;
  }
}
.booking-pickup__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.booking-pickup label {
  font-size: 10px;
  color: var(--accent-color-buttons);
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (min-width: 800px) {
  .booking-pickup label {
    font-size: 12px;
  }
}
.booking-pickup select {
  color: var(--black-color);
  background-color: var(--bs-white);
  cursor: pointer;
}
.booking-pickup .travelers-txt {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 100;
  color: var(--black-color);
  font-weight: 600;
}
.booking-pickup input {
  width: 80%;
  padding: 4px 40px;
  text-align: end;
  border-radius: 5px;
  border-style: none;
  height: 40px;
}
.booking-pickup input::placeholder {
  color: var(--black-color);
  font-weight: 600;
}
.booking-pickup input:focus {
  outline: none;
}
@media screen and (max-width: 413px) {
  .booking-pickup input {
    padding: 4px 25px;
  }
}
.booking-pickup input[type=number] {
  -moz-appearance: textfield;
}
.booking-pickup input[type=number]::-webkit-inner-spin-button,
.booking-pickup input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.booking-pickup .btn {
  padding: 0;
  height: 15px;
}
.booking-pickup .btn:focus {
  outline: none;
  box-shadow: none;
}
.booking-pickup .input-spinner {
  position: absolute;
  z-index: 10;
  right: 23%;
  top: -3%;
}
.booking-pickup select {
  width: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  border-style: none;
  font-weight: 600;
  height: 40px;
}
.booking-pickup select:focus {
  outline: none;
}
.booking-pickup select option {
  font-weight: 600;
}
.booking-pickup .arrow {
  border: solid var(--black-color);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.booking-pickup .up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.booking-pickup .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.booking-summary {
  margin: 50px 0 20px;
  border: 1px solid #01a7e1;
  border-radius: 18px;
  border-bottom: none;
}
.booking-summary__container {
  padding: 20px;
}
.booking-summary__container .tour-name {
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 8px;
  color: var(--bs-white);
}
.booking-summary__container p {
  margin: 0;
  color: var(--bs-gray-400);
  text-transform: uppercase;
  font-size: 11px;
}
@media screen and (min-width: 800px) {
  .booking-summary__container p {
    font-size: 12px;
  }
}
.booking-summary__container .cancellation-footer {
  margin-top: 10px;
  font-size: 11px;
  color: var(--accent-color-buttons);
  text-transform: none;
}
.booking-summary__total-price {
  padding: 15px 20px;
  margin: 0 -1px;
  border-radius: 18px;
  color: var(--black-color);
  background-color: var(--bs-info-bg-subtle);
}
.booking-summary__total-price h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}
.booking-summary__total-price p:first-of-type {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}
@media screen and (min-width: 800px) {
  .booking-summary__total-price p:first-of-type {
    font-size: 25px;
  }
}
.booking-summary__total-price p:last-of-type {
  font-size: 11px;
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .booking-summary__total-price p:last-of-type {
    font-size: 13px;
  }
}

.help-link {
  width: 85%;
  margin: 0;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
  text-align: end;
  font-weight: 600;
  font-size: 10px;
  color: var(--bs-white);
}
@media screen and (min-width: 800px) {
  .help-link {
    font-size: 13px;
  }
}

.booking-price-breakdown {
  background-color: var(--bs-info-bg-subtle);
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.booking-price-breakdown p:last-of-type {
  font-size: 11px;
  color: var(--bs-gray-800);
}

.flag-icon {
  position: absolute;
  cursor: pointer;
  height: 15px;
  left: 50px;
  top: 35%;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(76%) sepia(5%) saturate(468%) hue-rotate(168deg) brightness(94%) contrast(93%);
}

.cardholder-icon {
  margin-top: 18px;
  top: unset;
}

.cardholder-phone {
  position: absolute;
  font-weight: 600;
  color: black;
  left: 80px;
  margin-top: 16px;
}

.flags {
  background-color: var(--bs-gray-300);
  padding-left: 14px;
  height: 100%;
  width: 70px;
  position: absolute;
  border-radius: 6px;
  cursor: pointer;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: left;
}
.flags .fi {
  width: 30px;
  line-height: unset;
  pointer-events: none;
}

.flags-cardholder {
  height: 50px;
  pointer-events: none;
}

#cardholder-phone {
  padding-left: 75px;
  cursor: pointer;
}

.bookings-data .field-container {
  position: relative;
}
.bookings-data .label-small {
  top: 10px;
  left: 10px;
  position: absolute;
  color: var(--black-color);
  z-index: 1000;
  font-size: 13px;
  font-weight: 600;
}
.bookings-data .mobile {
  left: 80px;
}
.bookings-data #main-data-mobile-number {
  padding-left: 80px;
}
.bookings-data .form-control {
  height: 55px;
}
.bookings-data .form-control:placeholder-shown {
  height: 40px;
}
.bookings-data .form-control:not(:placeholder-shown) + .label-small,
.bookings-data .form-control:focus:required + .label-small {
  font-size: 10px;
  color: var(--bs-blue);
  top: 4px;
}
.bookings-data .form-control:required:focus {
  height: 55px;
}
.bookings-data .booking-traveler-details {
  margin-top: 30px;
}
.bookings-data .adults-info select {
  cursor: pointer;
}

.booking-additional-info {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.booking-additional-info .info-option {
  background-color: var(--bs-primary-text-emphasis);
  width: 65px;
  padding: 8px 10px;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.booking-additional-info .info-option:has(input[type=checkbox]:checked) {
  color: var(--accent-color-buttons);
}
.booking-additional-info .info-option label {
  font-size: 12px;
  font-weight: 600;
}
.booking-additional-info .info-option input {
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.booking-additional-info .info-option input[type=checkbox]:checked {
  background-color: var(--accent-color-buttons);
}

.accordion-info .accordion-info-button {
  height: 40px;
  width: 100%;
  padding-left: 12px;
  border-radius: 7px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  border: none;
  color: var(--black-color);
  background-color: var(--bs-white);
  position: relative;
}
.accordion-info .accordion-info-button:not(.collapsed) {
  background-color: var(--accent-color-buttons);
}
.accordion-info .accordion-info-button::after {
  content: "";
  background-image: url(../assets/img/arrow-down.png);
  background-repeat: no-repeat;
  background-size: 100%;
  filter: brightness(0) saturate(100%) invert(69%) sepia(63%) saturate(33%) hue-rotate(152deg) brightness(94%) contrast(87%);
  transition: none;
  position: absolute;
  right: 15px;
  width: 17px;
  height: 17px;
}
.accordion-info .accordion-info-button:not(.collapsed)::after {
  content: "";
  background-image: url(../assets/img/arrow-up.png);
  background-size: 80%;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7500%) hue-rotate(339deg) brightness(97%) contrast(106%);
  width: 15px;
  height: 16px;
  right: 13px;
  top: 37%;
}
.accordion-info .accordion-collapse {
  background-color: #4c351d;
  margin-top: -15px;
  padding: 15px 6px 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.accordion-info .accordion-info-item .accordion-info-content {
  padding-bottom: 10px;
}
.accordion-info .accordion-info-item .form-control {
  height: 40px !important;
  font-size: 13px;
  color: var(--black-color);
}
.accordion-info .accordion-info-item .date-of-birth {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 441px) {
  .accordion-info .accordion-info-item .date-of-birth {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.accordion-info .accordion-info-item select {
  cursor: pointer;
}
.accordion-info .accordion-info-item .flex-container {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
@media screen and (max-width: 441px) {
  .accordion-info .accordion-info-item .flex-container {
    flex-direction: column;
    margin-bottom: -2px;
  }
}
.accordion-info .accordion-info-item .flex-container > div {
  width: 50%;
}
@media screen and (max-width: 441px) {
  .accordion-info .accordion-info-item .flex-container > div {
    width: 100%;
  }
}

#special-request-textarea:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.select-height {
  height: 40px;
  color: var(--black-color);
  font-weight: 600;
}

.cardholder-mobile-container .countries-container {
  width: 400px;
  height: 350px;
}
@media screen and (max-width: 863px) {
  .cardholder-mobile-container .countries-container {
    max-width: 300px;
  }
}
@media screen and (max-width: 683px) {
  .cardholder-mobile-container .countries-container {
    max-width: 250px;
  }
}
@media screen and (max-width: 580px) {
  .cardholder-mobile-container .countries-container {
    transform: translateX(-60px);
  }
}
@media screen and (max-width: 460px) {
  .cardholder-mobile-container .countries-container {
    transform: translateX(-100px);
  }
}

.terms-container input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: var(--accent-color-buttons);
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid var(--accent-color-buttons);
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.terms-container input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--accent-color-buttons);
  background-color: var(--accent-color-buttons);
}
.terms-container input[type=checkbox]:checked::before {
  transform: scale(1);
}
.terms-container .terms-txt {
  font-size: 11px;
  color: var(--accent-color-buttons);
  margin-left: 5px;
  margin-bottom: 8px;
}
@media screen and (min-width: 800px) {
  .terms-container .terms-txt {
    font-size: 12px;
  }
}

.complete {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.complete--1 {
  color: var(--bs-white);
  text-transform: uppercase;
  margin: 0;
}
.complete--2 {
  color: var(--bs-white);
  font-size: 14px;
  max-width: 600px;
}
.complete--3 {
  color: var(--accent-color-buttons);
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
}
@media screen and (min-width: 800px) {
  .complete--3 {
    font-size: 15px;
  }
}
.complete--4 {
  font-size: 20px;
}

.greeting {
  font-family: "Playfair-Display";
  font-style: italic;
  transform: skewX(-10deg);
}
.greeting--1 {
  color: var(--accent-color-buttons);
  font-size: 50px;
}
@media screen and (min-width: 800px) {
  .greeting--1 {
    font-size: 55px;
  }
}
.greeting--2 {
  color: var(--bs-white);
  margin-left: 5px;
  font-size: 50px;
}
@media screen and (min-width: 800px) {
  .greeting--2 {
    font-size: 55px;
  }
}

.countries-container {
  display: none;
  cursor: pointer;
  position: absolute;
  width: 500px;
  z-index: 1000;
  height: 400px;
  margin-right: 25px;
}
@media screen and (max-width: 560px) {
  .countries-container {
    width: 300px;
  }
}
.countries-container .country-list {
  padding-left: 0;
  overflow: auto;
  height: inherit;
}
.countries-container .country-list .country {
  color: var(--black-color);
  background-color: var(--bs-white);
  font-size: 15px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.countries-container .country-list .country-name {
  color: var(--black-color);
  font-weight: 600;
  -webkit-text-fill-color: var(--black-color);
  opacity: 1;
}
.countries-container .country-list.dropup {
  z-index: 100000000;
}

.booking-ticket {
  background-color: var(--bs-white);
  color: var(--bs-gray-600);
  border-radius: 18px;
  padding: 10px;
  font-size: 15px;
  font-family: "Roboto";
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .booking-ticket {
    width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .booking-ticket {
    width: auto;
    margin: none;
  }
}
.booking-ticket__header {
  border-bottom: 2px solid var(--bs-gray-300);
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.booking-ticket__header--item {
  width: 60%;
}
.booking-ticket__header .booking-id {
  width: 150px;
  text-align: center;
  color: var(--bs-white);
  background-color: #ee7500;
  margin: auto 0;
  padding: 10px;
}
.booking-ticket__details {
  border-top: 2px solid var(--bs-gray-300);
}
.booking-ticket__details p {
  margin: 0;
}
.booking-ticket__details ul {
  list-style: none;
  padding-left: 0;
}
.booking-ticket__details li {
  padding: 10px;
  border-bottom: 1px solid var(--bs-gray-300);
  display: flex;
  flex-direction: row;
}
.booking-ticket__details:has(input[type=checkbox]:checked) li:nth-child(4) {
  border-bottom: none;
}
.booking-ticket__details:has(input[type=checkbox]:checked) .customers {
  display: block;
}
.booking-ticket__details .customers {
  border-top: none;
}
.booking-ticket__details .ticket-details-header {
  width: 40%;
  font-weight: 600;
  color: #06a3e1;
}
.booking-ticket__details .ticket-details-info {
  width: 60%;
}
.booking-ticket__details .ticket-details-info__data-form {
  margin-top: 20px;
  padding: 20px 13px;
  background-color: rgb(8, 38, 135);
  color: var(--accent-color-buttons);
  font-family: "Montserrat";
  font-weight: 600;
  border-style: none;
  border-radius: 30px;
  width: 200px;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 425px) {
  .booking-ticket__details .ticket-details-info__data-form {
    width: 160px;
  }
}
.booking-ticket__details .ticket-details-info__data-form input {
  width: 190px;
  height: 55px;
  position: absolute;
  transform: translate(-10px, -15px);
  border-radius: 20px;
  cursor: pointer;
  opacity: 0;
}
.booking-ticket__details .ticket-details-info__data-form:has(input[type=checkbox]:checked) {
  display: none;
}

.travelers-data-form .accordion-container .accordion {
  border-radius: 6px;
  margin: 0 0 15px 0;
  color: var(--bs-white);
}
.travelers-data-form .brown {
  background-color: #4c351d;
  border-radius: 6px;
}
.travelers-data-form .accordion-container .accordion:last-child {
  margin: 0;
}
.travelers-data-form .accordion-container .accordion .accordion-header {
  position: relative;
  border-radius: 6px;
  cursor: pointer;
  padding: 10px 40px 10px 10px;
  background: #f9f9f9;
  height: 44px;
  align-content: center;
}
.travelers-data-form .accordion-container .accordion .accordion-header:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 33%;
  width: 19px;
  height: 19px;
  background-image: url(../assets/img/arrow-down.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.travelers-data-form .accordion-container .accordion.open .accordion-header {
  border-radius: 6px;
  position: relative;
  background-color: var(--accent-color-buttons);
}
.travelers-data-form .accordion-container .accordion.open .accordion-header:after {
  background-image: url(../assets/img/arrow-up.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  right: 17.5px;
}
.travelers-data-form .arrow-down {
  background-image: url(../assets/img/arrow-down.png);
  background-position: calc(100% - 0.5em);
  background-size: 16.5px;
  background-repeat: no-repeat;
}
.travelers-data-form .accordion-container .accordion .accordion-header h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--black-color);
  margin: 0 20px 0 0;
  display: inline;
}
.travelers-data-form .accordion-container .accordion.done .accordion-header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.travelers-data-form .accordion-container .accordion .accordion-content {
  padding: 8px;
  display: none;
}
.travelers-data-form .accordion-content h6 {
  font-size: 14px;
}
.travelers-data-form .form-control,
.travelers-data-form .form-control::placeholder {
  font-size: 14px;
}
.travelers-data-form .date-of-birth {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 441px) {
  .travelers-data-form .date-of-birth {
    flex-direction: column;
    margin-bottom: 10px;
  }
}
.travelers-data-form select {
  cursor: pointer;
}
.travelers-data-form .flex-container {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
@media screen and (max-width: 441px) {
  .travelers-data-form .flex-container {
    flex-direction: column;
    margin-bottom: -2px;
  }
}
.travelers-data-form .flex-container > div {
  width: 50%;
}
@media screen and (max-width: 441px) {
  .travelers-data-form .flex-container > div {
    width: 100%;
  }
}

.form-group {
  margin: 0 0 15px 0;
}

.form-group label {
  font-size: 12px;
}

.form-group .form-control {
  font-size: 11px;
  height: 40px;
}

.form-group .select2-selection {
  height: 40px;
}

.form-group .select2-selection .select2-selection__rendered {
  height: 38px;
  line-height: 38px;
  font-size: 11px;
}

.form-group.form-group-separator {
  padding: 15px 0 0 0;
}

.form-group .inline li {
  float: none;
  margin: 0;
}

.form-group .form-radiobox a:hover .checkout-price-info {
  display: block;
}

.form-control {
  height: 50px;
}

.form-control,
.form-control:required:focus {
  color: var(--bs-success);
  font-weight: 600;
}

.form-control::placeholder {
  font-size: 13px;
  color: var(--black-color);
  font-weight: 600;
}

.form-control > option,
.bold-txt {
  color: var(--black-color);
  font-weight: 600;
}

.form-control:focus {
  border: 1px solid var(--bs-white);
  box-shadow: none;
}

.form-control:focus::placeholder {
  color: var(--bs-gray-600);
}

.form-control:required:user-invalid {
  border: 1px solid var(--bs-danger) !important;
  color: var(--bs-danger);
}

.form-control:required:user-valid {
  border: 1px solid var(--bs-success) !important;
}

.form-control:user-invalid ~ .flags {
  border: 1px solid var(--bs-danger) !important;
}

.form-control:required:user-valid ~ .flags {
  border: 1px solid var(--bs-success) !important;
}

.text-small {
  font-size: 12px;
}

.form-label {
  color: var(--bs-white);
  font-size: 17px;
  font-weight: 600;
}

.option-container {
  margin: 15px 0;
  background-color: var(--bs-white);
  color: var(--bs-gray-500);
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.option-container:has(input[type=radio]:checked) {
  background-color: var(--bs-white);
  color: var(--black-color);
}
.option-container__img {
  background-color: var(--bs-gray-500);
  border-radius: 5px;
  padding: 12px 6px;
  align-self: normal;
  display: flex;
}
.option-container__img:has(input[type=radio]:checked) {
  background-color: var(--accent-color-buttons);
}
.option-container__img input {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  align-self: center;
  width: 40px;
  height: 25px;
  transform: translate(-10px, -17px);
  opacity: 0;
}
.option-container__img img {
  align-self: center;
  width: 23px;
  height: 23px;
  position: relative;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(278deg) brightness(100%) contrast(400%);
}
.option-container__details {
  margin-left: 6px;
  margin-right: 6px;
  padding: 7px 0;
  width: 100%;
}
.option-container__details--item-2 {
  width: 100%;
  font-size: 11px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .option-container__details--item-2 {
    font-size: 12px;
  }
}
.option-container__details--item-2 span {
  cursor: pointer;
}

#promo-code {
  height: 50px;
}

.coupon {
  margin-bottom: 20px;
}
.coupon input:focus {
  outline: none;
}
.coupon__button {
  background-color: var(--bs-blue);
  border: none;
  color: white;
  font-weight: 600;
  margin-left: -70px;
  width: 100px;
  height: 50px;
  position: absolute;
}

.btn-container {
  display: flex;
  padding: 20px 0;
  width: 100%;
}
.btn-container button {
  margin: 0 auto;
  width: 80%;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 0;
  border-radius: 7px;
  border-style: none;
}
@media screen and (min-width: 600px) {
  .btn-container button {
    width: 330px;
    font-size: 17px;
  }
}
.btn-container .btn-blue {
  color: var(--bs-white);
  background-color: var(--button-blue);
}
.btn-container .btn-travelers {
  color: var(--black-color);
  background-color: var(--accent-color-buttons);
}

.modal-content {
  border-style: none;
  border-radius: 18px;
  color: var(--black-color);
}

.modal-header {
  width: 100%;
  padding: 25px;
  background-color: var(--bs-info-bg-subtle);
  border-radius: 18px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  border-bottom-style: none;
  display: flex;
  align-items: center;
}
.modal-header .close-passengers {
  padding: 10px;
  border: 2.5px solid var(--black-color) !important;
  background-color: var(--bs-info-bg-subtle);
  position: absolute;
  display: flex;
}
.modal-header .close-passengers img {
  width: 10px;
}
.modal-header h5 {
  width: 100%;
  text-align: center;
}

.map-section {
  position: relative;
  padding: 140px 0;
}
.map-section:has(.marker.athens.animated) .animated-line {
  animation: draw 5s linear forwards;
}
.map-section .animated-line {
  fill: none;
  stroke: #ffcc00;
  stroke-width: 4;
  stroke-dasharray: 1100;
  stroke-dashoffset: 1100;
  stroke: url(#gradientStroke);
}
.map-section .animated-line.animated {
  animation: draw 5s linear forwards;
}
.map-section .animated-line:not(.second-line) {
  animation-delay: 4.5s !important;
}
.map-section .second-line {
  stroke: url(#gradientStroke2);
}
.map-section .map-img {
  box-shadow: inset 50px 55px 50px rgb(0, 3, 43);
  position: relative;
}
.map-section .map-img svg {
  width: 100%;
  position: relative;
  z-index: -1;
}
.map-section .marker {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0071ca;
  border-radius: 50%;
  z-index: 10;
}
.map-section .marker::before, .map-section .marker::after {
  position: absolute;
}
.map-section .marker::before {
  content: "";
  border-radius: 50%;
  opacity: 0.4;
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: -1;
}
.map-section .marker::after {
  font-family: "Playfair-Display";
  font-size: 14px;
}
.map-section .marker.athens {
  top: 25%;
  left: 59%;
  background-color: #0071ca;
  animation: pulse-athens 2s infinite;
}
.map-section .marker.athens::before {
  background-color: rgba(14, 132, 213, 0.8117647059);
}
.map-section .marker.athens::after {
  content: "Athens";
  right: -58px;
  top: -17px;
}
.map-section .marker.aegina {
  background-color: #f7af01;
  top: 50%;
  left: 41%;
}
.map-section .marker.aegina::after {
  content: "Aegina";
  left: -53px;
  top: -8px;
}
.map-section .marker.poros {
  top: 72%;
  left: 46%;
}
.map-section .marker.poros::after {
  content: "Poros";
  right: -37px;
  top: -20px;
}
.map-section .marker.hydra {
  top: 90%;
  left: 45%;
}
.map-section .marker.hydra::after {
  content: "Hydra";
  top: -20px;
  left: -28px;
}
.map-section .marker.aegina, .map-section .marker.poros, .map-section .marker.hydra {
  background-color: #f7af01;
  animation: pulse 2s infinite;
}
.map-section .marker.aegina::before, .map-section .marker.poros::before, .map-section .marker.hydra::before {
  box-shadow: 0 0 20px 10px rgba(247, 175, 1, 0.5098039216);
  background-color: #f7af01;
}
.map-section .map-text {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 75%;
}
.map-section .map-text h2 {
  font-family: "Roboto";
  font-size: 22px;
  margin-bottom: 20px;
}
.map-section .map-text p {
  font-size: 12px;
}
.map-section .map-text p:last-of-type {
  margin-bottom: -10px;
}
.map-section .map-text a {
  display: inline-block;
  margin-top: 22px;
  padding: 8px 20px;
  background-color: var(--bg-color);
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .map-section .map-img {
    box-shadow: inset 115px 150px 121px rgb(0, 3, 43);
  }
  .map-section .map-text {
    width: 38%;
    top: 55px;
  }
  .map-section .map-text p:last-of-type {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .map-section .map-text {
    width: 40%;
    left: 12%;
    top: 130px;
  }
  .map-section .map-text h2 {
    font-size: 30px;
  }
  .map-section .map-text p {
    font-size: 14px;
  }
  .map-section .marker::after {
    font-size: 18px;
  }
  .map-section .marker.athens {
    top: 28%;
    left: 59.2%;
  }
  .map-section .marker.athens::after {
    right: -66px;
  }
  .map-section .marker.aegina {
    top: 50.4%;
    left: 40%;
  }
  .map-section .marker.aegina::after {
    left: -74px;
    top: -11px;
  }
  .map-section .marker.poros {
    top: 73%;
    left: 49%;
  }
  .map-section .marker.poros::after {
    right: -58px;
    top: -29px;
  }
  .map-section .marker.hydra {
    top: 91%;
  }
  .map-section .marker.hydra::after {
    top: -30px;
    left: -20px;
  }
  .map-section .map-img {
    box-shadow: inset 300px 284px 230px -30px rgb(0, 3, 43);
  }
}
@media screen and (min-width: 1200px) {
  .map-section .map-text h2 {
    font-size: 37px;
  }
  .map-section .map-text p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .map-section {
    padding: 100px 0;
  }
  .map-section .map-text {
    width: 35%;
  }
  .map-section .map-text h2 {
    margin-bottom: 30px;
  }
  .map-section .marker::after {
    font-size: 26px;
  }
  .map-section .marker.athens::after {
    right: -95px;
    top: -25px;
  }
  .map-section .marker.aegina::after {
    left: -108px;
    top: -18px;
  }
  .map-section .marker.poros::after {
    right: -92px;
  }
  .map-section .marker.hydra::after {
    top: -42px;
    left: -36px;
  }
}
@media screen and (min-width: 1600px) {
  .map-section {
    padding: 50px 0;
  }
  .map-section .marker {
    width: 15px;
    height: 15px;
  }
  .map-section .marker::before {
    width: 27px;
    height: 27px;
  }
  .map-section .marker.hydra {
    top: 91.7%;
  }
}
@media screen and (min-width: 1900px) {
  .map-section .map-img {
    box-shadow: inset 292px 240px 150px -77px rgb(0, 3, 43);
  }
}
.animation {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 1s, transform 1s;
}
.animation.animated {
  opacity: 1;
  transform: translateY(0);
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes pulse-athens {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 113, 202, 0.9);
  }
  70% {
    box-shadow: 0 0 0 13px rgba(0, 113, 202, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 113, 202, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(247, 175, 1, 0.8); /* Start with a small, bright shadow */
  }
  70% {
    box-shadow: 0 0 0 13px rgba(247, 175, 1, 0); /* Expand and fade the shadow */
  }
  100% {
    box-shadow: 0 0 0 0 rgba(247, 175, 1, 0); /* Return to the original state */
  }
}
.imgs .collage {
  position: relative;
  margin-top: 32px;
  min-height: 300px;
}
@media screen and (min-width: 450px) and (max-width: 770px) {
  .imgs .btn-outline {
    margin-top: 30%;
  }
}
.imgs.two-imgs {
  padding: 100px 0;
}
.imgs.two-imgs .txt-wrap {
  position: relative;
}
.imgs.two-imgs h3 {
  font-size: 30px;
  font-family: "Roboto";
  text-align: left;
}
.imgs.two-imgs img.img1 {
  top: -30px;
  width: 50%;
}
.imgs.two-imgs img.img2 {
  top: 25px;
}
.imgs .collage-animate:nth-child(1) {
  animation-delay: 0.4s;
}
.imgs .collage-animate:nth-child(2) {
  animation-delay: 0.8s;
}
.imgs .collage-animate:nth-child(3) {
  animation-delay: 1.2s;
}
.imgs.animated img {
  width: 100%;
  position: absolute;
}
.imgs.animated img.collage-animate {
  transition: opacity 1s, transform 1s;
  opacity: 1 !important;
  transform: translateX(0) !important;
}
.imgs.animated img.img2.collage-animate {
  transform: translateX(-100%);
}
.imgs.animated img.img1.collage-animate, .imgs.animated img.img3.collage-animate {
  transform: translateX(100%);
  opacity: 0;
}
.imgs img {
  width: 100%;
  position: absolute;
}
.imgs img.collage-animate {
  transition: opacity 1s;
}
.imgs img.collage-animate.animated {
  opacity: 1;
  transform: translateX(0);
}
.imgs img.img1 {
  top: -134px;
  right: -24px;
  width: 60%;
  z-index: -1;
}
.imgs img.img2 {
  top: -9px;
  left: -56px;
  width: 70%;
}
.imgs img.img2.collage-animate {
  transform: translateX(-100%);
}
.imgs img.img3 {
  right: -24px;
  top: 12px;
  width: 49%;
}
.imgs img.img1.collage-animate, .imgs img.img3.collage-animate {
  transform: translateX(100%);
}
.imgs h3 {
  font-size: 49px;
  font-family: "Playfair-Display";
}
.imgs h4 {
  width: 45%;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .imgs h4 {
    width: 30%;
  }
  .imgs.two-imgs img.img1 {
    height: 60%;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
    width: 40%;
  }
  .imgs .collage {
    min-height: 450px;
  }
  .imgs img.img1 {
    top: -90px;
    right: -24px;
    width: 38%;
  }
  .imgs img.img2 {
    width: 55%;
    height: 60%;
    object-fit: cover;
    border-radius: 0 20px 20px 0;
    top: 67px;
  }
  .imgs img.img3 {
    top: 26%;
    width: 26%;
  }
}
@media screen and (min-width: 992px) {
  .imgs.two-imgs img.img1 {
    right: 0;
    border-radius: 20px;
    height: 70%;
  }
  .imgs h3 {
    font-size: 90px;
  }
  .imgs h4 {
    width: 35%;
    font-size: 22px;
  }
  .imgs .collage {
    margin-bottom: 110px;
  }
  .imgs img.img2 {
    width: 55%;
    height: 90%;
    top: 90px;
  }
  .imgs img.img1 {
    right: -24px;
    width: 42%;
    top: -30%;
  }
  .imgs img.img3 {
    top: 36%;
  }
}
@media screen and (min-width: 1200px) {
  .imgs .collage {
    margin-bottom: 180px;
  }
  .imgs img.img2 {
    height: 100%;
  }
  .imgs img.img3 {
    top: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .imgs .collage {
    min-height: 600px;
    margin-bottom: 200px;
  }
  .imgs img.img2 {
    top: 18%;
  }
  .imgs img.img3 {
    top: 40%;
  }
}
@media screen and (min-width: 1600px) {
  .imgs img.img1 {
    top: -28%;
  }
  .imgs img.img3 {
    top: 55%;
  }
}
.review-section {
  padding-bottom: 150px;
}
.review-section .img-wrap {
  margin-top: 40px;
}
.review-section .img-wrap img {
  width: 100%;
  margin-bottom: 80px;
  max-width: 250px;
}
.review-section h3 {
  font-size: 24px;
  text-align: center;
}
.review-section h4 {
  font-family: "Roboto";
  font-size: 30px;
}
.review-section a {
  color: var(--primary-text-color);
}
.review-section .review {
  background-color: var(--white-color);
  border-radius: 15px;
  padding: 50px 20px 20px;
  color: var(--black-color);
  font-size: 16px;
  display: none;
}
.review-section .review a {
  color: var(--black-color);
}
.review-section .icon-wrap {
  margin-bottom: 35px;
}
.review-section .icon-wrap img {
  width: 90px;
  height: 90px;
}
.review-section .user {
  font-weight: 600;
  font-size: 18px;
}
.review-section p {
  margin: 15px 0 0;
}
.review-section .grid {
  margin-top: 4rem;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.review-section .stars img,
.review-section .rating-source img {
  width: 25px;
  height: 25px;
}
.review-section .review-section-video-container {
  width: 100%;
  padding-right: 30px;
  margin-top: 40px;
}
.review-section .review-section-video-container .review-section-video {
  width: 100%;
}

@media (max-width: 992px) {
  /* For mobile devices */
  .review-section .review:nth-child(-n+3) {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .review-section .review {
    flex-basis: calc(33.3333333333% - 10px);
  }
}
@media screen and (min-width: 992px) {
  .review-section .review {
    display: block;
    flex-basis: calc(25% - 12px);
    max-width: 300px;
  }
  .review-section h4 {
    font-size: 35px;
  }
  .review-section .grid-container {
    overflow-x: auto;
  }
  .review-section .grid,
  .review-section .grid-container {
    width: 250vw;
    margin-left: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .review-section .grid,
  .review-section .grid-container {
    width: 190vw;
  }
}
@media screen and (min-width: 1400px) {
  .review-section .grid,
  .review-section .grid-container {
    width: 150vw;
  }
}
@media screen and (min-width: 1600px) {
  .review-section .grid,
  .review-section .grid-container {
    width: 120vw;
  }
}
@media screen and (min-width: 1800px) {
  .review-section .review {
    flex-basis: calc(16.6666666667% - 13px);
  }
}
.payments-section {
  color: #00032b;
  padding: 35px 0 55px;
}
.payments-section .img-wrap img {
  width: 160px;
  margin-top: -100px;
}
.payments-section h3,
.payments-section h4 {
  font-family: "Roboto";
}
.payments-section h3 {
  font-weight: 600;
  font-size: 24px;
}
.payments-section h4 {
  font-size: 27px;
  text-transform: uppercase;
}
.payments-section p,
.payments-section p a {
  font-weight: 600;
  font-size: 16px;
}
.payments-section a {
  font-size: 14px;
  color: #00032b;
}

@media screen and (min-width: 768px) {
  .payments-section h4 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .payments-section {
    padding: 55px 0 55px;
  }
  .payments-section .img-wrap img {
    width: 200px;
    margin-top: -130px;
  }
  .payments-section h3 {
    font-size: 28px;
  }
  .payments-section a {
    font-size: 18px;
  }
  .payments-section h4 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .payments-section .img-wrap img {
    width: 235px;
    margin-top: -130px;
  }
  .payments-section h3 {
    font-size: 30px;
  }
  .payments-section h4 {
    font-size: 50px;
  }
  .payments-section a {
    font-size: 22px;
  }
  .payments-section p, .payments-section p a {
    font-size: 22px;
  }
}
footer {
  padding: 50px 0 0;
}
footer h3 {
  font-size: 42px;
  line-height: 20px;
  margin-bottom: 40px;
}
footer h3 .accent-color {
  margin-left: 75px;
}
footer #inputEmail::placeholder {
  color: #bfbfbf;
  font-weight: 300;
}
footer .btn,
footer #inputEmail {
  min-height: 40px;
}
footer .btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--button-blue);
  color: var(--white-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  height: 50px;
}
footer .form-check {
  padding-left: 0;
}
footer .form-check-label {
  position: relative;
  font-size: 12px;
  padding-left: 26px;
  color: var(--accent-color-buttons);
  font-weight: 600;
}
footer .form-check-label a {
  color: var(--accent-color-buttons);
}
footer .form-check-label::after {
  content: "";
  background-image: url("../assets/img/yellow-check.svg");
  display: none;
  position: absolute;
  top: 3.5px;
  left: 5px;
  width: 8px;
  height: 8px;
  text-align: center;
  line-height: 6px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
footer .form-check-label::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 2px solid #ffb500;
  background: #00032b;
}
footer input[type=checkbox] {
  display: none;
}
footer input[type=checkbox]:checked + .form-check-label::after {
  display: block !important;
}
footer .footer-nav {
  margin-top: 40px;
}
footer .footer-nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
}
footer .footer-nav li {
  line-height: 0.7;
}
footer .footer-nav a {
  color: var(--primary-text-color);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  white-space: nowrap;
}
footer .address {
  font-size: 14px;
  margin-top: 50px;
}
footer .address a {
  text-decoration: none;
  color: var(--white-color);
}
footer .social-icons {
  margin-top: 10px;
}
footer .social-icons ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  margin-bottom: 20px;
}
footer .social-icons img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
footer .social-icons p {
  font-size: 12px;
}
footer .payment-methods img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 80px 0 0;
  }
  footer .footer-nav ul {
    column-gap: 45px;
  }
  footer .payment-methods {
    text-align: center;
  }
  footer .payment-methods img {
    width: 65%;
  }
}
@media screen and (min-width: 992px) {
  footer .payments-container .col-12 {
    padding: 10px 0;
  }
  footer .payments-container img {
    width: 85%;
  }
  footer .payments-container p,
  footer .payments-container .payment-methods {
    width: 50%;
  }
  footer .payments-container p {
    color: #00032b;
    font-weight: 600;
    font-size: 12px;
    align-self: center;
  }
  footer .btn,
  footer #inputEmail {
    min-height: 50px;
  }
  footer h3 {
    font-size: 50px;
    margin-left: -100px;
  }
  footer h3 .accent-color {
    margin-left: 95px;
  }
  footer .footer-nav {
    margin-left: -105px;
  }
  footer .footer-nav ul {
    column-gap: 10px;
  }
  footer .footer-nav a {
    font-size: 16px;
  }
  footer .address {
    font-size: 16px;
    margin-top: 80px;
  }
  footer .social-icons {
    margin: 35px 0 20px;
  }
  footer .social-icons ul {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-nav ul {
    row-gap: 45px;
  }
  footer h3 {
    font-size: 60px;
    line-height: 24px;
  }
  footer .address {
    font-size: 18px;
  }
}
.book-now-btn {
  bottom: 15px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
}
.book-now-btn img {
  min-width: 332px;
  max-width: 500px;
  height: 70px;
}

@media screen and (min-width: 1400px) {
  .book-now-btn a {
    max-width: 550px;
  }
}
.trip-advisor a img {
  width: 65px;
  object-fit: cover;
  margin: 0 15px;
}
@media screen and (min-width: 1200px) {
  .trip-advisor a img {
    width: 80px;
  }
}
@media screen and (max-width: 435px) {
  .trip-advisor a img {
    margin: 0;
  }
}

.logos-footer {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 765px) {
  .footer-nav {
    justify-content: center !important;
    gap: 5%;
  }
}
@media screen and (max-width: 496px) {
  .footer-nav {
    gap: 5px;
  }
}
@media screen and (max-width: 765px) {
  .footer-nav {
    justify-content: center !important;
    gap: 5%;
  }
}
@media screen and (max-width: 402px) {
  .footer-nav {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.vip-section {
  background-color: var(--black-color);
  padding-bottom: 80px;
}
.vip-section .vip-img {
  width: 97%;
  height: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-top: 10px;
}
@media screen and (min-width: 1600px) {
  .vip-section .vip-img {
    width: 90%;
  }
}
.vip-section .vip-heading {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}
.vip-section .vip-heading__1 {
  font-size: 20px;
}
@media screen and (max-width: 595px) {
  .vip-section .vip-heading__1 {
    font-size: 15px;
  }
}
.vip-section .vip-heading__2 {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto";
  letter-spacing: 2px;
}
@media screen and (max-width: 595px) {
  .vip-section .vip-heading__2 {
    font-size: 42px;
  }
}
.vip-section .vip-heading__3 {
  font-size: 60px;
}
@media screen and (max-width: 595px) {
  .vip-section .vip-heading__3 {
    font-size: 42px;
  }
}
.vip-section .vip-heading__3--item-2 {
  margin-right: 5px;
  font-family: "Playfair-Display";
  color: var(--accent-color);
}
.vip-section .vip-heading__3--item-1 {
  font-family: "Roboto";
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 595px) {
  .vip-section .vip-heading {
    gap: 5px;
  }
}
.vip-section .vip-video-button {
  position: absolute;
  top: 78%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  font-size: 15px;
  font-weight: 600;
  color: var(--bg-color);
  padding: 14px 20px;
  border-radius: 30px;
  border-style: none;
  background-color: var(--bs-light);
  cursor: pointer;
  margin: 10px auto;
  text-decoration: none;
  text-align: center;
}
.vip-section .choose-and-learn {
  margin-top: 80px;
}
.vip-section .choose-and-learn__heading {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 840px) {
  .vip-section .choose-and-learn__heading {
    padding-left: 10px;
    width: auto;
  }
}
.vip-section .choose-and-learn__heading--1 {
  font-size: 30px;
  font-family: "Roboto";
}
.vip-section .choose-and-learn__heading--2 {
  font-size: 30px;
  color: var(--accent-color);
  font-family: "Playfair-Display";
}
.vip-section .choose-and-learn .active-vip-button {
  background-color: var(--accent-color);
  color: var(--bs-light);
}
.vip-section .choose-and-learn__buttons {
  width: 800px;
  margin: 20px auto 40px;
  display: flex;
  flex-direction: row;
  gap: 5px;
}
@media screen and (max-width: 840px) {
  .vip-section .choose-and-learn__buttons {
    padding: 0 10px;
    width: auto;
  }
}
.vip-section .choose-and-learn__buttons--btn {
  width: 180px;
  font-size: 15px;
  font-weight: 600;
  color: var(--bg-color);
  padding: 20px;
  border-radius: 30px;
  border-style: none;
  background-color: var(--bs-light);
}
@media screen and (max-width: 665px) {
  .vip-section .choose-and-learn__buttons--btn {
    padding: 20px 0;
  }
}
.vip-section .choose-and-learn .vip-services {
  display: block;
}
.vip-section .choose-and-learn .vip-services__heading {
  margin: 0 15px;
  background-color: var(--bs-light);
  color: var(--black-color);
}
@media screen and (max-width: 840px) {
  .vip-section .choose-and-learn .vip-services__heading {
    margin: 0 10px;
  }
}
.vip-section .choose-and-learn .vip-services__heading--txt {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  padding: 35px 0 150px;
  font-size: 18px;
}
@media screen and (max-width: 882px) {
  .vip-section .choose-and-learn .vip-services__heading--txt {
    padding: 35px 15px 200px;
    width: auto;
  }
}
.vip-section .choose-and-learn .vip-services__benefits {
  background-color: var(--bs-light);
  opacity: 0.9;
  margin: -70px auto 0;
  width: 600px;
  color: var(--black-color);
  box-shadow: 0px -14px 45px -30px #ef782b;
  border-radius: 15px;
}
@media screen and (max-width: 676px) {
  .vip-section .choose-and-learn .vip-services__benefits {
    margin: -70px 25px 0;
    width: auto;
  }
}
.vip-section .choose-and-learn .vip-services__benefits--heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 13px;
  margin-bottom: 10px;
  padding: 17px;
}
.vip-section .choose-and-learn .vip-services__benefits--heading .diamond-icon {
  height: 30px;
  width: 40px;
}
.vip-section .choose-and-learn .vip-services__benefits--heading .vip-benefits-heading__item-1 {
  font-family: "Playfair-Display";
  color: var(--accent-color);
}
.vip-section .choose-and-learn .vip-services__benefits--heading .vip-benefits-heading__item-2 {
  font-family: "Roboto";
}
.vip-section .choose-and-learn .vip-services__benefits--list {
  margin-left: 60px;
  padding-bottom: 20px;
  font-size: 18px;
}
@media screen and (max-width: 676px) {
  .vip-section .choose-and-learn .vip-services__benefits--list {
    margin: 0 15px;
  }
}
.vip-section .choose-and-learn .vip-services__benefits--list li::marker {
  font-size: 11px;
}
.vip-section .choose-and-learn .vip-services__cruise {
  width: 800px;
  margin: 80px auto;
}
@media screen and (max-width: 840px) {
  .vip-section .choose-and-learn .vip-services__cruise {
    padding: 0 15px;
    width: auto;
  }
}
.vip-section .choose-and-learn .vip-services__cruise--header {
  font-family: "Roboto";
  font-size: 35px;
  padding-bottom: 20px;
}
.vip-section .choose-and-learn .vip-services__cruise--buttons {
  padding-bottom: 35px;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
@media screen and (max-width: 504px) {
  .vip-section .choose-and-learn .vip-services__cruise--buttons {
    gap: 5px;
  }
}
.vip-section .choose-and-learn .vip-services__cruise--buttons button {
  font-size: 15px;
  font-weight: 600;
  color: var(--bg-color);
  padding: 18px 20px;
  border-radius: 30px;
  border: 2px solid var(--bg-color);
  background-color: var(--bs-light);
}
@media screen and (max-width: 510px) {
  .vip-section .choose-and-learn .vip-services__cruise--buttons button {
    width: 58%;
    padding: 18px 5px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.vip-section .choose-and-learn .vip-services__cruise--buttons .vessel-btn-2 {
  width: 150px;
}
@media screen and (max-width: 415px) {
  .vip-section .choose-and-learn .vip-services__cruise--buttons .vessel-btn-2 {
    width: 40%;
  }
}
.vip-section .choose-and-learn .vip-services__cruise--buttons .active-vip-btn {
  background-color: var(--button-blue);
  color: var(--bs-gray-200);
  border: 2px solid var(--button-blue);
}
.vip-section .choose-and-learn .vip-services__cruise #cabin-suite-content {
  display: none;
}
.vip-section .choose-and-learn .vip-services__cruise--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.vip-section .choose-and-learn .vip-services__cruise--content .vip-content-video-container {
  width: 70%;
  border-radius: 15px;
  height: 350px;
  object-fit: cover;
}
@media screen and (max-width: 675px) {
  .vip-section .choose-and-learn .vip-services__cruise--content .vip-content-video-container {
    width: 90%;
    height: 40%;
  }
}
.vip-section .choose-and-learn .vip-services__cruise--content .vip-content-video-container .vip-content-video {
  width: 100%;
}
.vip-section .choose-and-learn .vip-services__cruise--content .vip-content-txt {
  width: 70%;
  font-size: 18px;
  margin-right: auto;
}
@media screen and (max-width: 675px) {
  .vip-section .choose-and-learn .vip-services__cruise--content .vip-content-txt {
    width: 100%;
  }
}
.vip-section .choose-and-learn .vip-services__cruise--content .vip-read-more {
  background-color: transparent;
  text-transform: uppercase;
  font-size: 15px;
  color: var(--bs-light);
  border: none;
  cursor: pointer;
  font-weight: 600;
  padding: 0;
}
.vip-section .choose-and-learn .vip-services .swiper {
  padding: 60px 0;
  width: 100%;
}
@media screen and (max-width: 660px) {
  .vip-section .choose-and-learn .vip-services .swiper {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.vip-section .choose-and-learn .vip-services .swiper-wrapper {
  height: 420px;
}
@media screen and (min-width: 947px) {
  .vip-section .choose-and-learn .vip-services .swiper-wrapper {
    height: 500px !important;
  }
}
.vip-section .choose-and-learn .vip-services .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vip-section .choose-and-learn .vip-services .swiper-slide img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 947px) {
  .vip-section .choose-and-learn .vip-services .swiper-slide img {
    height: 330px;
  }
}
.vip-section .choose-and-learn .vip-services .swiper-slide-active {
  margin-top: 0 !important;
  width: 60% !important;
  margin-right: 40px;
  height: 320px !important;
}
@media screen and (max-width: 664px) {
  .vip-section .choose-and-learn .vip-services .swiper-slide-active {
    height: 250px !important;
    margin-right: 20px;
    width: 80% !important;
  }
}
@media screen and (min-width: 947px) {
  .vip-section .choose-and-learn .vip-services .swiper-slide-active {
    height: 400px !important;
    margin-right: 80px;
  }
}
.vip-section .choose-and-learn .vip-services .swiper-slide-next {
  height: 230px !important;
}
@media screen and (max-width: 681px) {
  .vip-section .choose-and-learn .vip-services .swiper-slide-next {
    height: 190px !important;
  }
}
@media screen and (min-width: 947px) {
  .vip-section .choose-and-learn .vip-services .swiper-slide-next {
    height: 250px !important;
    margin-right: 60px;
    width: 40% !important;
  }
}
.vip-section .choose-and-learn .vip-services .swiper-slide {
  margin-top: 150px;
  height: 190px;
}
@media screen and (min-width: 947px) {
  .vip-section .choose-and-learn .vip-services .swiper-slide {
    margin-top: 200px;
  }
}
.vip-section .choose-and-learn .vip-services .swiper-slide-prev {
  height: 0;
}
.vip-section .choose-and-learn .vip-services .swiper-button-next,
.vip-section .choose-and-learn .vip-services .swiper-button-prev {
  position: unset;
  opacity: unset;
  width: unset;
  height: unset;
  display: block;
}
.vip-section .choose-and-learn .vip-services .swiper-button-next::after,
.vip-section .choose-and-learn .vip-services .swiper-button-prev::after {
  content: unset;
}
.vip-section .choose-and-learn .vip-services .swiper-buttons-container {
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 665px) {
  .vip-section .choose-and-learn .vip-services .swiper-buttons-container {
    padding-bottom: 70px;
    justify-content: flex-end;
    padding-right: 15px;
    gap: 7px;
  }
}
@media screen and (min-width: 947px) {
  .vip-section .choose-and-learn .vip-services .swiper-buttons-container {
    padding-bottom: 70px;
  }
}
.vip-section .choose-and-learn .vip-services .swiper-button-prev {
  border-radius: 50%;
  border: 2px solid var(--accent-color);
  background-color: var(--accent-color);
  padding: 2px 8px;
}
.vip-section .choose-and-learn .vip-services .swiper-button-next {
  border-radius: 50%;
  border: 2px solid var(--bs-light);
  background-color: var(--bg-color);
  padding: 2px 8px;
}
.vip-section .choose-and-learn .vip-services .swiper-button-prev img {
  rotate: 90deg;
  height: 17px;
  margin-bottom: 3px;
  filter: invert(6%) sepia(92%) saturate(1819%) hue-rotate(220deg) brightness(93%) contrast(113%);
}
.vip-section .choose-and-learn .vip-services .swiper-button-next img {
  rotate: -90deg;
  height: 17px;
  margin-bottom: 3px;
  filter: invert(91%) sepia(93%) saturate(32%) hue-rotate(195deg) brightness(107%) contrast(100%);
}
.vip-section .choose-and-learn .vip-services .vip-imgs-container__footer {
  width: 580px;
  margin: 0 auto;
  color: var(--bs-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 20px 0;
  gap: 15px;
}
@media screen and (max-width: 660px) {
  .vip-section .choose-and-learn .vip-services .vip-imgs-container__footer {
    width: auto;
    margin: 0 15px;
    padding-top: 0;
  }
}
.vip-section .choose-and-learn .vip-services .vip-imgs-container__footer--item-1 {
  align-self: flex-start;
}
.vip-section .choose-and-learn .vip-services .vip-imgs-container__footer--item-1 img {
  height: 100px;
  width: 120px;
  object-fit: cover;
  margin-right: 30px;
  border-radius: unset;
}
@media screen and (max-width: 535px) {
  .vip-section .choose-and-learn .vip-services .vip-imgs-container__footer--item-1 img {
    height: 80px;
    width: 100px;
    margin-right: 10px;
  }
}
.vip-section .choose-and-learn .vip-services .vip-imgs-container__footer .footer-txt-1 {
  font-family: "Playfair-Display";
  color: rgb(23, 157, 224);
  font-size: 50px;
}
.vip-section .choose-and-learn .vip-services .vip-imgs-container__footer .footer-txt-2 {
  font-family: "Roboto";
  font-size: 50px;
  padding-left: 3px;
}
.vip-section .choose-and-learn .vip-services .vip-imgs-container__footer .footer-txt-3 {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 50px;
}
@media screen and (max-width: 535px) {
  .vip-section .choose-and-learn .vip-services .vip-imgs-container__footer .footer-txt-1,
  .vip-section .choose-and-learn .vip-services .vip-imgs-container__footer .footer-txt-2,
  .vip-section .choose-and-learn .vip-services .vip-imgs-container__footer .footer-txt-3 {
    font-size: 30px;
  }
}
.vip-section .choose-and-learn .vip-services .vip-imgs-container__footer--item-2 {
  align-self: flex-end;
}
.vip-section .choose-and-learn .vip-services .vip-imgs-container__footer--item-2 img {
  object-fit: contain;
  height: 150px;
  width: 200px;
  align-self: flex-end;
  margin-left: 30px;
  border-radius: unset;
}
@media screen and (max-width: 535px) {
  .vip-section .choose-and-learn .vip-services .vip-imgs-container__footer--item-2 img {
    height: 130px;
    width: 180px;
    margin-left: 3px;
  }
}
@media screen and (max-width: 535px) {
  .vip-section .choose-and-learn .vip-services .vip-imgs-container__footer--item-2 img {
    height: 130px;
    width: 180px;
    margin-left: 3px;
  }
}
.vip-section .choose-and-learn .vip-pickup-services {
  display: none;
}
.vip-section .choose-and-learn .vip-pickup-services__container {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  padding: 35px 0;
  font-size: 18px;
}
@media screen and (max-width: 882px) {
  .vip-section .choose-and-learn .vip-pickup-services__container {
    padding: 35px 15px;
    width: auto;
  }
}
.vip-section .choose-and-learn .vip-pickup-services__container-1--txt-1 {
  width: 60%;
}
@media screen and (max-width: 882px) {
  .vip-section .choose-and-learn .vip-pickup-services__container-1--txt-1 {
    width: auto;
  }
}
.vip-section .choose-and-learn .vip-pickup-services__container-1--txt-2 {
  padding-top: 20px;
  text-align: justify;
}
.vip-section .choose-and-learn .vip-pickup-services__container-2 {
  display: flex;
  flex-direction: column;
}
.vip-section .choose-and-learn .vip-pickup-services__container-2--header {
  padding: 30px 0;
  font-size: 22px;
  font-weight: 600;
}
.vip-section .choose-and-learn .vip-pickup-services__container-2--header span {
  color: var(--button-blue);
  width: 60%;
  align-self: center;
}
.vip-section .choose-and-learn .vip-pickup-services__container-2--select {
  background-color: var(--black-color);
  width: 60%;
  height: 50px;
  border: 1.5px solid var(--bs-white);
  align-self: center;
  color: var(--bs-white);
  padding-left: 10px;
  background: url(../assets/img/chevron-down.svg) no-repeat;
  background-position: calc(100% - 20px) calc(1em - 3px), calc(100% - 10px) calc(1em + 2px), 100% 0;
  background-size: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (max-width: 674px) {
  .vip-section .choose-and-learn .vip-pickup-services__container-2--select {
    width: 90%;
  }
}
.vip-section .choose-and-learn .vip-pickup-services__container-2--select:focus {
  outline: none;
}
.vip-section .choose-and-learn .vip-pickup-services__container-2--select option {
  color: var(--black-color);
}
.vip-section .choose-and-learn .vip-pickup-services__container-3 {
  padding-top: 60px;
}
.vip-section .choose-and-learn .vip-pickup-services__container-3--header {
  font-family: "Roboto";
  font-size: 35px;
  padding-bottom: 20px;
}
.vip-section .choose-and-learn .vip-pickup-services__container-3--header span {
  color: var(--button-blue);
}
.vip-section .choose-and-learn .vip-pickup-services__container-3--read-more {
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--bs-white);
  font-size: 14px;
}
.vip-section .choose-and-learn .vip-pickup-services__container-3--txt-1 {
  padding-top: 40px;
  font-size: 18px;
}
.vip-section .choose-and-learn .vip-pickup-services__container-3--txt-2 {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
}
.vip-section .choose-and-learn .vip-pickup-services .vip-imgs-container__footer {
  width: 580px;
  margin: 0 auto;
  color: var(--bs-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 20px 0;
  gap: 15px;
}
@media screen and (max-width: 660px) {
  .vip-section .choose-and-learn .vip-pickup-services .vip-imgs-container__footer {
    width: auto;
  }
}
.vip-section .choose-and-learn .vip-pickup-services .vip-imgs-container__footer--item-1 {
  align-self: flex-start;
}
.vip-section .choose-and-learn .vip-pickup-services .vip-imgs-container__footer--item-1 img {
  height: 100px;
  width: 120px;
  object-fit: cover;
  margin-right: 30px;
  border-radius: unset;
}
@media screen and (max-width: 535px) {
  .vip-section .choose-and-learn .vip-pickup-services .vip-imgs-container__footer--item-1 img {
    height: 80px;
    width: 100px;
    margin-right: 10px;
  }
}
.vip-section .choose-and-learn .vip-pickup-services .vip-imgs-container__footer .footer-txt-1 {
  font-family: "Playfair-Display";
  color: rgb(23, 157, 224);
  font-size: 50px;
}
.vip-section .choose-and-learn .vip-pickup-services .vip-imgs-container__footer .footer-txt-2 {
  font-family: "Roboto";
  font-size: 50px;
  padding-left: 3px;
}
.vip-section .choose-and-learn .vip-pickup-services .vip-imgs-container__footer .footer-txt-3 {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 50px;
}
@media screen and (max-width: 535px) {
  .vip-section .choose-and-learn .vip-pickup-services .vip-imgs-container__footer .footer-txt-1,
  .vip-section .choose-and-learn .vip-pickup-services .vip-imgs-container__footer .footer-txt-2,
  .vip-section .choose-and-learn .vip-pickup-services .vip-imgs-container__footer .footer-txt-3 {
    font-size: 30px;
  }
}
.vip-section .choose-and-learn .vip-pickup-services .vip-imgs-container__footer--item-2 {
  align-self: flex-end;
}
.vip-section .choose-and-learn .vip-pickup-services .vip-imgs-container__footer--item-2 img {
  object-fit: contain;
  height: 150px;
  width: 200px;
  align-self: flex-end;
  margin-left: 30px;
  border-radius: unset;
}
@media screen and (max-width: 535px) {
  .vip-section .choose-and-learn .vip-pickup-services .vip-imgs-container__footer--item-2 img {
    height: 130px;
    width: 180px;
    margin-left: 3px;
  }
}
@media screen and (max-width: 535px) {
  .vip-section .choose-and-learn .vip-pickup-services .vip-imgs-container__footer--item-2 img {
    height: 130px;
    width: 180px;
    margin-left: 3px;
  }
}
.vip-section .choose-and-learn .vip-pickup-services .swiper {
  padding: 60px 0;
  width: 100%;
}
@media screen and (max-width: 660px) {
  .vip-section .choose-and-learn .vip-pickup-services .swiper {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.vip-section .choose-and-learn .vip-pickup-services .swiper-wrapper {
  height: 420px;
}
@media screen and (min-width: 947px) {
  .vip-section .choose-and-learn .vip-pickup-services .swiper-wrapper {
    height: 500px !important;
  }
}
.vip-section .choose-and-learn .vip-pickup-services .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vip-section .choose-and-learn .vip-pickup-services .swiper-slide img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 947px) {
  .vip-section .choose-and-learn .vip-pickup-services .swiper-slide img {
    height: 330px;
  }
}
.vip-section .choose-and-learn .vip-pickup-services .swiper-slide-active {
  margin-top: 0 !important;
  width: 60% !important;
  margin-right: 40px;
  height: 320px !important;
}
@media screen and (max-width: 664px) {
  .vip-section .choose-and-learn .vip-pickup-services .swiper-slide-active {
    height: 250px !important;
    margin-right: 20px;
    width: 80% !important;
  }
}
@media screen and (min-width: 947px) {
  .vip-section .choose-and-learn .vip-pickup-services .swiper-slide-active {
    height: 400px !important;
    margin-right: 80px;
  }
}
.vip-section .choose-and-learn .vip-pickup-services .swiper-slide-next {
  height: 230px !important;
}
@media screen and (max-width: 681px) {
  .vip-section .choose-and-learn .vip-pickup-services .swiper-slide-next {
    height: 190px !important;
  }
}
@media screen and (min-width: 947px) {
  .vip-section .choose-and-learn .vip-pickup-services .swiper-slide-next {
    height: 250px !important;
    margin-right: 60px;
    width: 40% !important;
  }
}
.vip-section .choose-and-learn .vip-pickup-services .swiper-slide {
  margin-top: 150px;
  height: 190px;
}
@media screen and (min-width: 947px) {
  .vip-section .choose-and-learn .vip-pickup-services .swiper-slide {
    margin-top: 200px;
  }
}
.vip-section .choose-and-learn .vip-pickup-services .swiper-slide-prev {
  height: 0;
}
.vip-section .choose-and-learn .vip-pickup-services .swiper-button-next,
.vip-section .choose-and-learn .vip-pickup-services .swiper-button-prev {
  position: unset;
  opacity: unset;
  width: unset;
  height: unset;
  display: block;
}
.vip-section .choose-and-learn .vip-pickup-services .swiper-button-next::after,
.vip-section .choose-and-learn .vip-pickup-services .swiper-button-prev::after {
  content: unset;
}
.vip-section .choose-and-learn .vip-pickup-services .swiper-buttons-container {
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 665px) {
  .vip-section .choose-and-learn .vip-pickup-services .swiper-buttons-container {
    padding-bottom: 70px;
    justify-content: flex-end;
    padding-right: 15px;
    gap: 7px;
  }
}
@media screen and (min-width: 947px) {
  .vip-section .choose-and-learn .vip-pickup-services .swiper-buttons-container {
    padding-bottom: 70px;
  }
}
.vip-section .choose-and-learn .vip-pickup-services .swiper-button-prev {
  border-radius: 50%;
  border: 2px solid var(--accent-color);
  background-color: var(--accent-color);
  padding: 2px 8px;
}
.vip-section .choose-and-learn .vip-pickup-services .swiper-button-next {
  border-radius: 50%;
  border: 2px solid var(--bs-light);
  background-color: var(--bg-color);
  padding: 2px 8px;
}
.vip-section .choose-and-learn .vip-pickup-services .swiper-button-prev img {
  rotate: 90deg;
  height: 17px;
  margin-bottom: 3px;
  filter: invert(6%) sepia(92%) saturate(1819%) hue-rotate(220deg) brightness(93%) contrast(113%);
}
.vip-section .choose-and-learn .vip-pickup-services .swiper-button-next img {
  rotate: -90deg;
  height: 17px;
  margin-bottom: 3px;
  filter: invert(91%) sepia(93%) saturate(32%) hue-rotate(195deg) brightness(107%) contrast(100%);
}

.about-section {
  padding-bottom: 100px;
}
.about-section .about-img {
  width: 97%;
  height: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-top: 10px;
}
@media screen and (min-width: 1600px) {
  .about-section .about-img {
    width: 90%;
  }
}
.about-section .about-heading {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}
.about-section .about-heading__1 {
  font-size: 20px;
}
@media screen and (max-width: 595px) {
  .about-section .about-heading__1 {
    font-size: 15px;
  }
}
.about-section .about-heading__2 {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto";
}
@media screen and (max-width: 595px) {
  .about-section .about-heading__2 {
    font-size: 42px;
  }
}
.about-section .about-heading__3 {
  font-size: 60px;
}
@media screen and (max-width: 595px) {
  .about-section .about-heading__3 {
    font-size: 42px;
  }
}
.about-section .about-heading__3--item-1 {
  margin-right: 5px;
  font-family: "Playfair-Display";
  color: var(--accent-color);
}
.about-section .about-heading__3--item-2 {
  font-family: "Roboto";
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 595px) {
  .about-section .about-heading {
    gap: 5px;
  }
}
.about-section .about-and-dna {
  margin-top: 80px;
}
.about-section .about-and-dna__heading {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 840px) {
  .about-section .about-and-dna__heading {
    padding-left: 10px;
    width: auto;
  }
}
.about-section .about-and-dna__heading--1 {
  font-size: 30px;
  font-family: "Roboto";
}
.about-section .about-and-dna__heading--2 {
  font-size: 30px;
  color: var(--accent-color);
  font-family: "Playfair-Display";
}
.about-section .about-and-dna .active-about-button {
  background-color: var(--accent-color);
  color: var(--bs-light);
}
.about-section .about-and-dna__buttons {
  width: 800px;
  margin: 20px auto 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 840px) {
  .about-section .about-and-dna__buttons {
    padding: 0 10px;
    width: auto;
  }
}
.about-section .about-and-dna__buttons--btn {
  width: 180px;
  font-size: 15px;
  font-weight: 600;
  color: var(--bg-color);
  padding: 20px;
  border-radius: 30px;
  border-style: none;
  background-color: var(--bs-light);
}
@media screen and (max-width: 665px) {
  .about-section .about-and-dna__buttons--btn {
    width: 32%;
    padding: 20px 0;
  }
}
.about-section .about-and-dna__buttons--horizontal-dots {
  background: transparent;
  color: #63657d;
  border-style: none;
  margin-left: auto;
}
.about-section .about-and-dna__buttons--horizontal-dots:after {
  content: "•••";
  font-size: 40px;
  padding-bottom: 5px;
}
.about-section .about-and-dna .about-history-section {
  display: block;
}
.about-section .about-and-dna .about-history-section__container-1 {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  padding: 35px 0;
  font-size: 18px;
}
@media screen and (max-width: 840px) {
  .about-section .about-and-dna .about-history-section__container-1 {
    padding: 35px 15px;
    width: auto;
  }
}
.about-section .about-and-dna .about-history-section .swiper {
  padding: 60px 0;
  width: 100%;
}
@media screen and (max-width: 664px) {
  .about-section .about-and-dna .about-history-section .swiper {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.about-section .about-and-dna .about-history-section .swiper-wrapper {
  height: 420px;
}
@media screen and (min-width: 947px) {
  .about-section .about-and-dna .about-history-section .swiper-wrapper {
    height: 500px !important;
  }
}
.about-section .about-and-dna .about-history-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-section .about-and-dna .about-history-section .swiper-slide img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 947px) {
  .about-section .about-and-dna .about-history-section .swiper-slide img {
    height: 330px;
  }
}
.about-section .about-and-dna .about-history-section .swiper-slide-active {
  margin-top: 0 !important;
  width: 60% !important;
  margin-right: 40px;
  height: 320px !important;
}
@media screen and (max-width: 664px) {
  .about-section .about-and-dna .about-history-section .swiper-slide-active {
    height: 250px !important;
    margin-right: 20px;
    width: 80% !important;
  }
}
@media screen and (min-width: 947px) {
  .about-section .about-and-dna .about-history-section .swiper-slide-active {
    height: 400px !important;
    margin-right: 80px;
  }
}
.about-section .about-and-dna .about-history-section .swiper-slide-next {
  height: 230px !important;
}
@media screen and (max-width: 681px) {
  .about-section .about-and-dna .about-history-section .swiper-slide-next {
    height: 190px !important;
  }
}
@media screen and (min-width: 947px) {
  .about-section .about-and-dna .about-history-section .swiper-slide-next {
    height: 250px !important;
    margin-right: 60px;
    width: 600px !important;
  }
}
.about-section .about-and-dna .about-history-section .swiper-slide {
  margin-top: 150px;
  height: 190px;
}
@media screen and (min-width: 947px) {
  .about-section .about-and-dna .about-history-section .swiper-slide {
    margin-top: 200px;
  }
}
.about-section .about-and-dna .about-history-section .swiper-slide-prev {
  height: 0;
}
.about-section .about-and-dna .about-history-section .swiper-button-next,
.about-section .about-and-dna .about-history-section .swiper-button-prev {
  position: unset;
  opacity: unset;
  width: unset;
  height: unset;
  display: block;
}
.about-section .about-and-dna .about-history-section .swiper-button-next::after,
.about-section .about-and-dna .about-history-section .swiper-button-prev::after {
  content: unset;
}
.about-section .about-and-dna .about-history-section .swiper-buttons-container {
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 665px) {
  .about-section .about-and-dna .about-history-section .swiper-buttons-container {
    padding-bottom: 70px;
    justify-content: flex-end;
    padding-right: 15px;
    gap: 7px;
  }
}
@media screen and (min-width: 947px) {
  .about-section .about-and-dna .about-history-section .swiper-buttons-container {
    padding-bottom: 70px;
  }
}
.about-section .about-and-dna .about-history-section .swiper-button-prev {
  border-radius: 50%;
  border: 2px solid var(--bs-light);
  background-color: var(--bs-light);
  padding: 2px 8px;
}
.about-section .about-and-dna .about-history-section .swiper-button-next {
  border-radius: 50%;
  border: 2px solid var(--bs-light);
  background-color: var(--bg-color);
  padding: 2px 8px;
}
.about-section .about-and-dna .about-history-section .swiper-button-prev img {
  rotate: 90deg;
  height: 17px;
  margin-bottom: 3px;
  filter: invert(6%) sepia(92%) saturate(1819%) hue-rotate(220deg) brightness(93%) contrast(113%);
}
.about-section .about-and-dna .about-history-section .swiper-button-next img {
  rotate: -90deg;
  height: 17px;
  margin-bottom: 3px;
  filter: invert(91%) sepia(93%) saturate(32%) hue-rotate(195deg) brightness(107%) contrast(100%);
}
.about-section .about-and-dna .about-history-section__img-text {
  margin: 100px auto 70px;
  max-width: 1300px;
  display: flex;
  flex-direction: row;
  gap: 50px;
}
@media only screen and (max-width: 1000px) {
  .about-section .about-and-dna .about-history-section__img-text {
    flex-direction: column-reverse;
    padding: 0 15px;
    margin: 70px auto 0;
    gap: 30px;
  }
}
.about-section .about-and-dna .about-history-section__img-text--img-wrapper {
  flex: 1;
}
.about-section .about-and-dna .about-history-section__img-text--img-wrapper img {
  width: 100%;
  height: 100%;
  aspect-ratio: 9/6;
  object-fit: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media only screen and (max-width: 1000px) {
  .about-section .about-and-dna .about-history-section__img-text--img-wrapper img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    aspect-ratio: 6/3;
  }
}
@media only screen and (max-width: 530px) {
  .about-section .about-and-dna .about-history-section__img-text--img-wrapper img {
    aspect-ratio: 5/3;
  }
}
.about-section .about-and-dna .about-history-section__img-text--txt-wrapper {
  flex: 1;
  padding-right: 40px;
}
@media only screen and (max-width: 1000px) {
  .about-section .about-and-dna .about-history-section__img-text--txt-wrapper {
    padding-right: 0;
  }
}
.about-section .about-and-dna .about-history-section__img-text--txt-wrapper h3 {
  color: var(--accent-color);
  font-size: 35px;
  margin-top: 50px;
  border-bottom: 1px solid var(--accent-color);
  font-family: "Montserrat";
}
@media only screen and (max-width: 1000px) {
  .about-section .about-and-dna .about-history-section__img-text--txt-wrapper h3 {
    margin-top: 0px;
  }
}
.about-section .about-and-dna .about-history-section__img-text--txt-wrapper p {
  font-size: 18px;
  font-family: "Montserrat";
}
.about-section .about-and-dna .about-history-section__text-img {
  margin: 70px auto 100px;
  max-width: 1300px;
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
}
@media only screen and (max-width: 1000px) {
  .about-section .about-and-dna .about-history-section__text-img {
    flex-direction: column-reverse;
    padding: 0 15px;
    gap: 30px;
    margin: 90px auto 70px;
  }
}
.about-section .about-and-dna .about-history-section__text-img--img-wrapper {
  flex: 1;
}
.about-section .about-and-dna .about-history-section__text-img--img-wrapper img {
  width: 100%;
  height: 100%;
  aspect-ratio: 9/6;
  object-fit: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media only screen and (max-width: 1000px) {
  .about-section .about-and-dna .about-history-section__text-img--img-wrapper img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    aspect-ratio: 6/3;
  }
}
@media only screen and (max-width: 530px) {
  .about-section .about-and-dna .about-history-section__text-img--img-wrapper img {
    aspect-ratio: 5/3;
  }
}
.about-section .about-and-dna .about-history-section__text-img--txt-wrapper {
  flex: 1;
  padding-left: 40px;
}
@media only screen and (max-width: 1000px) {
  .about-section .about-and-dna .about-history-section__text-img--txt-wrapper {
    padding-left: 0;
  }
}
.about-section .about-and-dna .about-history-section__text-img--txt-wrapper h3 {
  color: #2596be;
  font-size: 35px;
  margin-top: 50px;
  border-bottom: 1px solid #2596be;
  font-family: "Montserrat";
}
@media only screen and (max-width: 1000px) {
  .about-section .about-and-dna .about-history-section__text-img--txt-wrapper h3 {
    margin-top: 0px;
  }
}
.about-section .about-and-dna .about-history-section__text-img--txt-wrapper p {
  font-size: 18px;
  font-family: "Montserrat";
}
.about-section .about-and-dna .about-history-section__container-2 {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  padding: 35px 0;
  font-size: 18px;
}
@media screen and (max-width: 840px) {
  .about-section .about-and-dna .about-history-section__container-2 {
    padding: 35px 15px;
    width: auto;
  }
}
.about-section .about-and-dna .about-history-section__img-container {
  padding: 30px 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 70px;
}
@media screen and (max-width: 840px) {
  .about-section .about-and-dna .about-history-section__img-container {
    gap: 0;
  }
}
.about-section .about-and-dna .about-history-section__img-container--img-1, .about-section .about-and-dna .about-history-section__img-container--img-2 {
  clip-path: circle();
  width: 250px;
  height: 200px;
}
@media screen and (max-width: 840px) {
  .about-section .about-and-dna .about-history-section__img-container--img-1, .about-section .about-and-dna .about-history-section__img-container--img-2 {
    width: 180px;
    height: 130px;
  }
}
.about-section .about-and-dna .about-captain-section {
  display: none;
}
.about-section .about-and-dna .about-captain-section .about-captain-container {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  padding: 35px 0;
  font-size: 18px;
}
@media screen and (max-width: 840px) {
  .about-section .about-and-dna .about-captain-section .about-captain-container {
    padding: 35px 15px;
    width: auto;
  }
}
.about-section .about-and-dna .about-vessel-section {
  display: none;
}
.about-section .about-and-dna .about-vessel-section .about-vessel-container {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  padding: 35px 0;
  font-size: 18px;
}
@media screen and (max-width: 840px) {
  .about-section .about-and-dna .about-vessel-section .about-vessel-container {
    padding: 35px 15px;
    width: auto;
  }
}

.contact-section {
  padding-bottom: 100px;
}
.contact-section .contact-img {
  width: 97%;
  height: 400px;
  margin: 0 auto;
  object-fit: cover;
  margin-top: 10px;
}
@media screen and (min-width: 1600px) {
  .contact-section .contact-img {
    width: 90%;
  }
}
.contact-section .contact-heading {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}
.contact-section .contact-heading__1 {
  font-size: 20px;
}
@media screen and (max-width: 595px) {
  .contact-section .contact-heading__1 {
    font-size: 15px;
  }
}
.contact-section .contact-heading__2 {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto";
}
@media screen and (max-width: 595px) {
  .contact-section .contact-heading__2 {
    font-size: 42px;
  }
}
.contact-section .contact-heading__3 {
  font-size: 60px;
}
@media screen and (max-width: 595px) {
  .contact-section .contact-heading__3 {
    font-size: 42px;
  }
}
.contact-section .contact-heading__3--item-1 {
  margin-right: 5px;
  font-family: "Playfair-Display";
  color: var(--accent-color);
}
.contact-section .contact-heading__3--item-2 {
  font-family: "Roboto";
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 595px) {
  .contact-section .contact-heading {
    gap: 5px;
  }
}
.contact-section .contact-container {
  width: 800px;
  margin: 80px auto;
}
@media screen and (max-width: 840px) {
  .contact-section .contact-container {
    padding: 0 25px;
    width: auto;
  }
}
.contact-section .contact-container__header {
  text-align: left;
}
.contact-section .contact-container__header--item-1 {
  font-size: 30px;
  font-family: "Roboto";
}
.contact-section .contact-container__header--item-2 {
  font-size: 30px;
  color: var(--accent-color);
  font-family: "Playfair-Display";
}
.contact-section .contact-container__txt--item-1 {
  padding-top: 20px;
  font-size: 18px;
}
.contact-section .contact-container__txt--item-2 {
  font-size: 18px;
  padding-top: 10px;
  color: var(--accent-color);
  font-weight: 600;
}
.contact-section .contact-input-field {
  background-color: var(--bg-color);
  color: white;
  width: 500px;
  border: 1.5px solid white;
  border-radius: 10px;
  text-align: left;
  font-weight: bold;
  font-size: 1.1rem;
}
@media screen and (max-width: 653px) {
  .contact-section .contact-input-field {
    width: 80%;
    text-align: center;
  }
}
.contact-section .contact-input-field::placeholder {
  color: white;
}
.contact-section .contact-input-field::-ms-input-placeholder {
  color: white;
}
.contact-section .contact-input-field::-webkit-input-placeholder {
  color: white;
}
.contact-section .contact-input-field::-moz-placeholder {
  color: white;
}
.contact-section #contact-message {
  padding: 27px 25px 50px 25px;
}
.contact-section .form-submit-button {
  background-color: var(--button-blue);
  border: none;
  border-radius: 10px;
  padding: 1.4rem;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  width: 290px;
}
@media screen and (max-width: 400px) {
  .contact-section .form-submit-button {
    width: 80%;
  }
}

.terms-section {
  background-color: var(--bs-light);
  color: var(--bs-black);
}
.terms-section__wrapper {
  width: 80%;
  margin: 0 auto;
  padding: 70px 0;
  font-size: 18px;
}
@media screen and (max-width: 660px) {
  .terms-section__wrapper {
    width: 90%;
    padding: 40px 0;
  }
}
.terms-section__header {
  margin-bottom: 20px;
}

.faq-section {
  margin-top: 20px;
}
.faq-section .faq-content {
  padding-bottom: 100px;
}
.faq-section .faq-content__questions-1, .faq-section .faq-content__questions-3, .faq-section .faq-content__questions-5, .faq-section .faq-content__questions-7 {
  padding-top: 35px;
  background-color: var(--bs-light);
  color: var(--bg-color);
}
.faq-section .faq-content__questions-1--container, .faq-section .faq-content__questions-3--container, .faq-section .faq-content__questions-5--container, .faq-section .faq-content__questions-7--container {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .faq-section .faq-content__questions-1--container, .faq-section .faq-content__questions-3--container, .faq-section .faq-content__questions-5--container, .faq-section .faq-content__questions-7--container {
    width: auto;
    padding: 0 25px;
  }
}
.faq-section .faq-content__questions-1--txt, .faq-section .faq-content__questions-3--txt, .faq-section .faq-content__questions-5--txt, .faq-section .faq-content__questions-7--txt {
  width: 70%;
  font-size: 18px;
}
@media screen and (max-width: 840px) {
  .faq-section .faq-content__questions-1--txt, .faq-section .faq-content__questions-3--txt, .faq-section .faq-content__questions-5--txt, .faq-section .faq-content__questions-7--txt {
    width: 100%;
  }
}
.faq-section .faq-content__questions-1 h3, .faq-section .faq-content__questions-3 h3, .faq-section .faq-content__questions-5 h3, .faq-section .faq-content__questions-7 h3 {
  font-size: 30px;
  font-family: "Roboto";
  font-weight: 600;
  padding: 30px 0 10px 0;
  margin-bottom: 0;
}
.faq-section .faq-content__questions-1 .accordion-item,
.faq-section .faq-content__questions-1 .accordion-button, .faq-section .faq-content__questions-3 .accordion-item,
.faq-section .faq-content__questions-3 .accordion-button, .faq-section .faq-content__questions-5 .accordion-item,
.faq-section .faq-content__questions-5 .accordion-button, .faq-section .faq-content__questions-7 .accordion-item,
.faq-section .faq-content__questions-7 .accordion-button {
  background-color: var(--bs-light);
}
.faq-section .faq-content__questions-1 .accordion-button:not(.collapsed), .faq-section .faq-content__questions-3 .accordion-button:not(.collapsed), .faq-section .faq-content__questions-5 .accordion-button:not(.collapsed), .faq-section .faq-content__questions-7 .accordion-button:not(.collapsed) {
  box-shadow: unset;
}
.faq-section .faq-content__questions-1 .accordion-item, .faq-section .faq-content__questions-3 .accordion-item, .faq-section .faq-content__questions-5 .accordion-item, .faq-section .faq-content__questions-7 .accordion-item {
  font-size: 18px;
}
.faq-section .faq-content__questions-1 .accordion-button, .faq-section .faq-content__questions-3 .accordion-button, .faq-section .faq-content__questions-5 .accordion-button, .faq-section .faq-content__questions-7 .accordion-button {
  padding: 25px 0;
  font-size: 18px;
  color: var(--accent-color);
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 577px) {
  .faq-section .faq-content__questions-1 .accordion-button, .faq-section .faq-content__questions-3 .accordion-button, .faq-section .faq-content__questions-5 .accordion-button, .faq-section .faq-content__questions-7 .accordion-button {
    gap: 40px;
  }
}
.faq-section .faq-content__questions-1 .accordion-button:focus, .faq-section .faq-content__questions-3 .accordion-button:focus, .faq-section .faq-content__questions-5 .accordion-button:focus, .faq-section .faq-content__questions-7 .accordion-button:focus {
  box-shadow: none;
}
.faq-section .faq-content__questions-1 .accordion-button::after, .faq-section .faq-content__questions-3 .accordion-button::after, .faq-section .faq-content__questions-5 .accordion-button::after, .faq-section .faq-content__questions-7 .accordion-button::after {
  margin: unset;
  background-image: url(../assets/img/plus.svg);
  background-size: 120%;
  filter: invert(30%) sepia(21%) saturate(243%) hue-rotate(169deg) brightness(93%) contrast(90%);
  transition: none;
}
.faq-section .faq-content__questions-1 .accordion-button:not(.collapsed)::after, .faq-section .faq-content__questions-3 .accordion-button:not(.collapsed)::after, .faq-section .faq-content__questions-5 .accordion-button:not(.collapsed)::after, .faq-section .faq-content__questions-7 .accordion-button:not(.collapsed)::after {
  background-image: url(../assets/img/dash.svg);
  background-size: 120%;
  transform: var(--bs-accordion-btn-icon-transform);
  margin-top: 4px;
}
.faq-section .faq-content__questions-1 .accordion-body, .faq-section .faq-content__questions-3 .accordion-body, .faq-section .faq-content__questions-5 .accordion-body, .faq-section .faq-content__questions-7 .accordion-body {
  padding: 0 0 17px 0;
  text-align: justify;
}
.faq-section .faq-content__questions-2, .faq-section .faq-content__questions-4, .faq-section .faq-content__questions-6 {
  background-color: var(--primary-text-color);
  padding-bottom: 35px;
  margin-top: -16px;
}
.faq-section .faq-content__questions-2--container, .faq-section .faq-content__questions-4--container, .faq-section .faq-content__questions-6--container {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .faq-section .faq-content__questions-2--container, .faq-section .faq-content__questions-4--container, .faq-section .faq-content__questions-6--container {
    width: auto;
    padding: 0 25px;
  }
}
.faq-section .faq-content__questions-2--container h3, .faq-section .faq-content__questions-4--container h3, .faq-section .faq-content__questions-6--container h3 {
  color: var(--bg-color);
  font-size: 30px;
  font-family: "Roboto";
  font-weight: 600;
  padding: 30px 0 10px 0;
  margin-bottom: 0;
}
.faq-section .faq-content__questions-2--container .accordion-item,
.faq-section .faq-content__questions-2--container .accordion-button, .faq-section .faq-content__questions-4--container .accordion-item,
.faq-section .faq-content__questions-4--container .accordion-button, .faq-section .faq-content__questions-6--container .accordion-item,
.faq-section .faq-content__questions-6--container .accordion-button {
  background-color: var(--primary-text-color);
}
.faq-section .faq-content__questions-2--container .accordion-item, .faq-section .faq-content__questions-4--container .accordion-item, .faq-section .faq-content__questions-6--container .accordion-item {
  font-size: 18px;
}
.faq-section .faq-content__questions-2--container .accordion-button, .faq-section .faq-content__questions-4--container .accordion-button, .faq-section .faq-content__questions-6--container .accordion-button {
  padding: 25px 0;
  font-size: 18px;
  color: var(--accent-color);
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 577px) {
  .faq-section .faq-content__questions-2--container .accordion-button, .faq-section .faq-content__questions-4--container .accordion-button, .faq-section .faq-content__questions-6--container .accordion-button {
    gap: 40px;
  }
}
.faq-section .faq-content__questions-2--container .accordion-button:focus, .faq-section .faq-content__questions-4--container .accordion-button:focus, .faq-section .faq-content__questions-6--container .accordion-button:focus {
  box-shadow: none;
}
.faq-section .faq-content__questions-2--container .accordion-button::after, .faq-section .faq-content__questions-4--container .accordion-button::after, .faq-section .faq-content__questions-6--container .accordion-button::after {
  margin: unset;
  background-image: url(../assets/img/plus.svg);
  background-size: 120%;
  filter: invert(30%) sepia(21%) saturate(243%) hue-rotate(169deg) brightness(93%) contrast(90%);
  transition: none;
}
.faq-section .faq-content__questions-2--container .accordion-button:not(.collapsed)::after, .faq-section .faq-content__questions-4--container .accordion-button:not(.collapsed)::after, .faq-section .faq-content__questions-6--container .accordion-button:not(.collapsed)::after {
  background-image: url(../assets/img/dash.svg);
  background-size: 120%;
  transform: var(--bs-accordion-btn-icon-transform);
  margin-top: 4px;
}
.faq-section .faq-content__questions-2--container .accordion-button:not(.collapsed), .faq-section .faq-content__questions-4--container .accordion-button:not(.collapsed), .faq-section .faq-content__questions-6--container .accordion-button:not(.collapsed) {
  box-shadow: unset;
}
.faq-section .faq-content__questions-2--container .accordion-body, .faq-section .faq-content__questions-4--container .accordion-body, .faq-section .faq-content__questions-6--container .accordion-body {
  padding: 0 0 17px 0;
  text-align: justify;
}

:root {
  --primary-text-color: #ffffff;
  --accent-color-buttons: #ffb500; /* Yellow for buttons or highlights */
  --bg-color: #00032b; /* Background color for the entire page */
  --secondary-color: #ff5733; /* Another key color in your design */
  --accent-color: #ef782b; /* Accent color for highlights or emphasis */
  --black-color: #000000;
  --button-blue: #01a7e1;
  --white-color: #ffffff;
}

@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Playfair-Display";
  src: url("fonts/Playfair_Display/PlayfairDisplay-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
@media screen and (min-width: 992px) {
  @keyframes scroll {
    0% {
      opacity: 0;
    }
    10% {
      transform: translateY(0);
      opacity: 1;
    }
    100% {
      transform: translateY(19px);
      opacity: 0;
    }
  }
}
html,
body {
  overflow-x: hidden;
}

body {
  background-color: var(--bg-color);
  color: var(--primary-text-color);
  font-size: 20px;
  font-weight: 400;
  font-family: "Montserrat";
  overflow-x: hidden;
}

.left-rotation {
  transform: rotate(-5deg) !important;
}

.right-rotation {
  transform: rotate(5deg) !important;
}

.btn-outline {
  border: 1px solid white;
  padding: 20px 20px;
  text-decoration: none;
  color: white;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  min-width: 310px;
}

@media screen and (min-width: 992px) {
  .btn-outline {
    font-size: 20px;
    padding: 30px 30px;
    min-width: 480px;
  }
}
.container-fluid {
  padding: 0 24px;
  max-width: 1600px;
}

.yellow-color {
  color: #da6f2a !important;
}

.blue-color {
  color: #0cb5f2;
}

.bg-white {
  background-color: var(--white-color);
}

.accent-color {
  font-family: "Playfair-Display";
}

.roboto-font {
  font-family: "Roboto";
}

.ml-80 {
  margin-left: 80px;
}

.ml-30 {
  margin-left: 30px;
}

@media screen and (max-width: 500px) {
  .m-sm-20 {
    margin-left: 20px;
  }
}
.sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.country-search-container {
  padding: 8px;
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
}

.country-search {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
}

.country-search:focus {
  outline: none;
  border-color: #aaa;
}