/* Color Variables */
:root {
  --swiper-theme-color: #007EDC;
}

/*---Fonts---*/
/*---General---*/
.bg-white {
  background-color: #ffffff;
}

.bg-orange {
  background-color: #EDAE00;
}

.bg-blue {
  background-color: #007EDC;
}

.bg-trqaz {
  background-color: #007EDC;
}

.bg-gray {
  background-color: #565656;
}

.text-gray {
  color: #565656 !important;
}

.text-orange {
  color: #EDAE00;
}

.bg-blue-img {
  background-image: linear-gradient(to left, #00cbff, #1879bf);
}

/*@import "variables";*/
/*----Overlay----*/
/* ---------------- Header ---------------- */
header {
  /*Desktop Header*/
  /*@include center(x);*/
  /*Tablet Header*/
  /*Mobile Header*/
}
header .custom-dropdown .custom-dropdown-toggle {
  font-size: 16px;
}
header .dropdown-menu a {
  color: #565656;
}
header .navbar-nav .nav-link {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-weight: normal;
}
header .navbar-nav .nav-link.dropdown-toggle::after {
  margin-left: 0;
}
header .dropdown-toggle::after {
  vertical-align: 0.15em;
}
header ul.social-ul.navbar-nav li {
  height: 20px;
  margin: 0px 5px 0px 10px;
}
@media (min-width: 992px) {
  header {
    position: absolute;
    width: 100%;
    z-index: 55;
    /*   .ml-auto > ul.navbar-nav:last-of-type {            padding-top: 0px;            margin: 5px 0 -40px !important;        }*/
  }
  header .navbar-expand-lg {
    justify-content: space-between;
  }
  header .navbar-expand-lg li.nav-item {
    margin: 0px 0px 0;
    transition: all 0.3s ease-in-out;
  }
  header .navbar-expand-lg li.nav-item a.nav-link {
    border-bottom: 0 solid transparent;
    padding: 0rem 0.5rem;
    font-size: 18px;
    color: white !important;
    position: relative;
    font-weight: 500;
    line-height: 60px;
  }
  header .navbar-expand-lg li.nav-item a.nav-link::before {
    border-bottom: 5px solid #EDAE00;
    content: "";
    width: 0px;
    height: 20px;
    position: absolute;
    left: 10px;
    bottom: -6px;
    transition: all 0.3s ease-in-out;
  }
  header .navbar-expand-lg li.nav-item a.nav-link:focus::before, header .navbar-expand-lg li.nav-item a.nav-link:hover::before {
    width: calc(100% - 19px);
    display: block;
  }
  header .navbar-expand-lg li.nav-item a.nav-link:focus + .dropdown-menu, header .navbar-expand-lg li.nav-item a.nav-link:hover + .dropdown-menu {
    height: auto;
    padding: 0.5rem 0;
    opacity: 1;
  }
  header .navbar-expand-lg li.nav-item a.nav-link.active::before {
    width: calc(100% - 19px);
    display: block;
  }
  header .navbar-expand-lg li.nav-item .active > .nav-link,
  header .navbar-expand-lg li.nav-item .nav-link.active,
  header .navbar-expand-lg li.nav-item .nav-link.show,
  header .navbar-expand-lg li.nav-item .show > .nav-link {
    color: white;
  }
  header .navbar-expand-lg li.nav-item .dropdown-menu {
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 0.6rem;
    opacity: 0.22;
    border: solid 1px #ffffff;
    border-radius: 0 5px 5px;
    border: none;
    margin-top: 0;
    display: block;
    height: 0;
    padding: 0;
  }
  header .navbar-expand-lg li.nav-item .dropdown-menu a.dropdown-item {
    padding: 0.25rem 0.75rem;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
  }
  header .navbar-expand-lg li.nav-item .dropdown-menu a.dropdown-item:focus, header .navbar-expand-lg li.nav-item .dropdown-menu a.dropdown-item:hover, header .navbar-expand-lg li.nav-item .dropdown-menu a.dropdown-item:active {
    color: #fff;
    /*transform: translate(10px);*/
    background-color: rgba(23, 123, 192, 0.7);
  }
  header .navbar-expand-lg li.nav-item .dropdown-menu:hover {
    height: auto;
    padding: 0.5rem 0;
    opacity: 1;
  }
  header .navbar-expand-lg li.nav-item .dropdown-menu:hover + a.nav-link {
    color: rgba(0, 0, 0, 0.7) !important;
    transition: all 0.3s ease-in-out;
  }
  header .navbar-expand-lg li.nav-item.dropdown {
    border-image: none;
  }
  header ul.social-ul.navbar-nav {
    height: 30px;
    padding-top: 9px;
  }
  header .langs button.btn {
    background: aliceblue;
  }
  header .navbar-brand img.logo {
    width: 180px;
    height: 115px;
    z-index: 1;
    position: relative;
    top: 0px;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .navbar-expand-lg li.nav-item a.nav-link {
    padding-right: 0px;
    padding-left: 0px;
    margin: 0 4px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  header a.navbar-brand {
    max-width: 70%;
    float: left;
    margin-top: 1rem;
  }
  header span.navbar-toggler-icon {
    width: 45px;
    height: 35px;
    padding: 3px 0 0;
    text-align: center;
  }
  header span.navbar-toggler-icon i {
    font-size: 30px;
  }
  header .navbar-toggler {
    border: 2px solid #007EDC;
    background: #fff;
    border-radius: 0.3rem;
    padding: 2px 6px;
    float: right;
    margin-top: 1.75rem;
  }
}

/* -------------- Mobile Menu ------------- */
@media (max-width: 991px) {
  .mm-menu {
    z-index: 99;
    max-width: 90vw;
  }
  .mm-menu a, .mm-menu a:link {
    color: #fff !important;
  }
  .mm-panel_opened > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .mm-menu a.dropdown-item {
    font-size: 14px;
  }
  .mm-listitem {
    padding-left: 20px;
    width: 100%;
    clear: both;
    font-weight: 400;
    font-size: 1rem;
  }
  .mm-panel, .mm-panels {
    background-image: linear-gradient(-50deg, #ffffff 1%, #007edc 79%);
  }
  .mm-panel_has-navbar a.dropdown-item {
    border-color: inherit;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 12px 0;
  }
  .mm-panel_has-navbar a.dropdown-item:first-of-type {
    margin-top: 35px;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    background-color: rgba(248, 158, 84, 0.753);
  }
  .mm-listitem {
    color: #ffffff;
  }
  .mm-listitem:hover {
    background: #007EDC;
  }
  .mm-listitem .dropdown-toggle::after {
    content: none;
  }
  .mm-listitem:first-of-type {
    background: linear-gradient(-80deg, rgb(237, 174, 0), rgba(237, 174, 0, 0.13));
  }
  .mm-navbar {
    background: #007EDC;
    color: #fff;
    font-size: 1.2rem;
    height: 65px;
  }
  .mm-navbar.mm-navbar_sticky {
    height: 85px !important;
  }
  .mm-navbar a.mm-navbar__title span {
    font-size: 0 !important;
  }
  .mm-navbar a.mm-navbar__title:after {
    content: "";
    width: 160px;
    height: 90%;
    background: url(/images/logo-black-2invert.png) no-repeat;
    text-align: center;
    background-size: contain;
    background-position: center;
    display: block;
    position: absolute;
    left: calc((100% - 160px) / 2);
    filter: invert(1);
  }
  .mm-navbars_bottom .mm-navbar {
    background: #007edc;
  }
  .mm-btn:after, .mm-btn:before {
    border-color: #fff;
  }
  .langs {
    text-align: center;
    padding-left: 0px;
  }
  .langs a.mm-listitem__text:not(:last-child) {
    border-right: 1px dashed #49a3e6;
  }
}
/* ---------------- Modal ---------------- */
.modal {
  background: rgba(0, 0, 0, 0.65);
}
.modal .modal-content {
  color: #fff;
  background-color: transparent;
}
.modal .d-flex > * {
  width: 10%;
  display: inline-block;
  min-width: 250px;
  max-width: 255px;
  margin: 7px;
}
.modal .card {
  border: none;
  margin-bottom: 5px;
  height: 215px;
  transition: all 0.3s ease;
  color: #fff;
}
.modal .card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.modal .card_overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 150px;
  line-height: 200px;
  padding: 0 40px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(11deg, rgba(0, 0, 0, 0.5), transparent, transparent);
}
.modal p {
  font-size: 17px;
  font-weight: bolder;
  text-transform: uppercase;
  bottom: 10px;
  position: absolute;
}
.modal p .icon {
  vertical-align: sub;
  color: #EDAE00;
}
.modal p .right {
  color: #fff;
  font-size: 0;
  transition: all 0.3s ease;
}
.modal .card:hover .card_overlay {
  transition: all 0.3s ease;
  background: linear-gradient(-20deg, rgba(0, 0, 0, 0.5), transparent, transparent);
}
.modal .card:hover .right {
  font-size: 24px;
}

/* ---------------- Footer ---------------- */
footer {
  background-color: #007EDC;
  color: #fff;
}
footer h2 {
  font-size: 20px;
  margin-bottom: 1.1rem;
}
footer img.icon {
  width: 42px;
  max-height: 42px;
  min-height: 30px;
  height: auto;
}
footer .temperature_number {
  font-size: 24px;
  line-height: 26px;
}
footer .newsletter {
  position: relative;
}
footer .newsletter .input-group-prepend {
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
footer .newsletter input.form-control {
  /*background: url(/images/svg/emailIcon.svg) no-repeat 94% 15px;*/
  border: 1px solid rgba(255, 255, 255, 0.2);
}
footer .newsletter input.form-control::placeholder {
  color: white;
}
footer .newsletter .submit-btn {
  position: absolute;
  top: 7px;
  left: 82%;
}
footer .newsletter .input-group-text {
  background-color: #edae00;
  border: 1px solid #edae00;
  color: #fff;
}
footer .temperature_status {
  font-size: 15px;
}
footer .social-media {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
footer .social-media a {
  transition: all 0.3s ease-in-out;
  display: flex;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
}
footer .social-media a img {
  margin: auto;
  display: block;
}
footer .social-media a:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.3);
}
footer .mid-footer a {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  text-align: center;
  width: 100%;
  height: 60px;
  padding: 15px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
footer .mid-footer a img {
  max-height: 30px;
  width: 100%;
}
footer .mid-footer a:hover {
  background: rgba(255, 255, 255, 0.3);
}
footer .sub-footer .links a {
  margin: 0 0rem;
  background: #007EDC;
  transform: translateY(4px);
  padding: 0 20px;
  font-weight: 500;
}
footer .sub-footer a {
  color: #fff;
}
footer .sub-footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: -0.6rem !important;
}
@media (max-width: 498px) {
  footer .sub-footer .links {
    margin-top: -0.5rem;
  }
  footer .sub-footer .links a {
    display: block;
    margin: auto;
    padding: 0;
  }
  footer .sub-footer hr {
    margin-top: 0rem !important;
  }
}

/* ------------ Go_top Button ------------- */
.go-top {
  height: 50px;
  background: rgb(255, 255, 255);
  border-radius: 25px;
  display: none;
  position: fixed;
  bottom: 130px;
  right: 30px;
  z-index: 99;
  opacity: 0.75;
  transition: all 0.23s ease-in-out;
  text-align: center;
}
.go-top .material-icons {
  font-size: 49px;
  border: 1px solid;
  border-radius: 25px;
  color: #00b3ed;
}
.go-top .material-icons:after {
  content: "expand_less";
}
.go-top:hover {
  transform: translateY(-8px);
  opacity: 1;
}

.float-social-list {
  position: fixed;
  bottom: 6%;
  left: 4%;
  z-index: 100;
}
.float-social-list span {
  display: flex;
  background-color: rgba(68, 72, 87, 0.75);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  cursor: pointer;
}
.float-social-list a {
  color: #fff;
  align-items: center;
}

.font-unbounded {
  font-family: "Unbounded", sans-serif;
}

.font-dm-sans {
  font-family: "DM Sans", sans-serif;
}

.font-nunito {
  font-family: "Nunito", sans-serif;
}

body {
  background: #001341;
  font-family: "Nunito", sans-serif;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Unbounded", sans-serif;
}

/*General*/
.custom-dropdown {
  cursor: pointer;
  position: relative;
}
.custom-dropdown .custom-dropdown-toggle {
  font-family: "Anek Latin", sans-serif;
  display: inline-flex;
  align-items: center;
}
.custom-dropdown .custom-dropdown-toggle:after {
  content: "";
  display: inline-block;
  border: 0;
  margin-left: 8px;
  width: 8px;
  height: 7px;
  background-image: url(/images/svg/simple-arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 500ms ease;
}
@media (min-width: 768px) {
  .custom-dropdown .custom-dropdown-toggle:after {
    height: 7px !important;
    width: 13px !important;
    margin-left: 10px;
  }
}
.custom-dropdown .custom-dropdown-menu {
  margin-top: 7px;
  border: 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, max-height 2s ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, max-height 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, max-height 500ms ease, -webkit-transform 700ms ease;
  -o-transition: opacity 500ms ease, visibility 500ms ease, max-height 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, max-height 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, max-height 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  display: block;
  border-radius: 5px;
}
.custom-dropdown .custom-dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #565656;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  text-transform: capitalize;
  font-weight: 400;
}
.custom-dropdown .custom-dropdown-menu .dropdown-item:hover {
  background-color: #00b3ed;
  color: #ffffff;
}
@media (max-width: 767px) {
  .custom-dropdown .custom-dropdown-menu {
    left: unset;
    right: 0;
  }
}
.custom-dropdown:hover .custom-dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
  max-height: 5000px;
}
.custom-dropdown:hover .custom-dropdown-toggle:after {
  transform: rotate(180deg);
}

.dropdown-menu a {
  color: #ffffff;
}

.dropdown-menu a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.subtitle {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #49c8f2;
}

.title {
  font-family: "Unbounded", sans-serif;
  color: #ffffff;
  font-size: clamp(1.4rem, 2.7vw, 3.2rem);
  font-weight: 400;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  gap: 1vw;
}
.title i {
  flex-grow: 1;
  height: 2px;
  background-color: #ffffff;
}

p {
  font-size: 20px;
  font-weight: 300;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1320px;
  }
}
.landing-media-overlay {
  position: relative;
  overflow: hidden;
}
.landing-media-overlay img {
  width: 100%;
  display: block;
}
.landing-media-overlay:before, .landing-media-overlay:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
.landing-media-overlay:before {
  top: 0;
  height: 44%;
  background: linear-gradient(180deg, #001341 0%, rgba(0, 19, 65, 0) 24.16%);
}
.landing-media-overlay:after {
  bottom: 0;
  height: 56%;
  background: linear-gradient(180deg, rgba(0, 19, 65, 0) 63.379%, #001341 95.999%);
}

.landing-surface-bg {
  --landing-surface-image: none;
  background-image: linear-gradient(180deg, #001341 0%, rgba(0, 19, 65, 0.9) 24.37%), linear-gradient(180deg, rgba(0, 19, 65, 0) 75.08%, #001341 100%), var(--landing-surface-image);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.liveaboard-surface {
  --landing-surface-image: url("/images/landing/bg-2.jpg");
  margin-top: 24px;
  padding: 60px 0;
}

.liveaboard-content .liveaboard-info {
  max-width: 680px;
}
.liveaboard-content .liveaboard-info h3 {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 2.5vw, 2.7rem);
  line-height: 1.5;
  letter-spacing: 1.4px;
  margin: 10px 0 16px;
}
.liveaboard-content .liveaboard-info p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 24px;
  max-width: 660px;
}
.liveaboard-content .liveaboard-info .btn-main {
  border: 1px solid #49c8f2;
  border-radius: 999px;
  color: #ffffff;
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
  padding: 10px 26px;
}
.liveaboard-content .liveaboard-info .btn-main:hover {
  background: rgba(73, 200, 242, 0.1);
  color: #ffffff;
}

.liveaboard-specifications {
  margin-top: 0;
  align-items: center;
}
.liveaboard-specifications .block-info {
  text-align: center;
  padding: 8px 10px;
}
.liveaboard-specifications .block-info img {
  width: 22px;
  height: 22px;
  margin-bottom: 8px;
  opacity: 0.9;
}
.liveaboard-specifications .block-info h4 {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.9rem, 2.8vw, 3.25rem);
  line-height: 1.1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.92);
  margin-bottom: 8px;
}
.liveaboard-specifications .block-info p {
  font-size: 17px;
  line-height: 1.3;
  color: #49c8f2;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .liveaboard-surface {
    padding: 45px 0;
  }
  .liveaboard-content .liveaboard-info p {
    font-size: 17px;
    line-height: 1.6;
  }
  .liveaboard-specifications {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .liveaboard-content .liveaboard-info h3 {
    letter-spacing: 0.6px;
  }
  .liveaboard-content .liveaboard-info .btn-main {
    font-size: 14px;
    padding: 9px 20px;
  }
  .liveaboard-specifications .block-info h4 {
    -webkit-text-stroke: 0.8px rgba(255, 255, 255, 0.92);
  }
  .liveaboard-specifications .block-info p {
    font-size: 15px;
  }
}
.private-charters-surface {
  margin-top: 20px;
  padding: 48px 0 32px;
}

.private-charters-content .private-charters h3 {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: clamp(1.5rem, 2.5vw, 2.7rem);
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 8px 0 16px;
  max-width: 520px;
}
.private-charters-content .private-charters p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.88);
  max-width: 480px;
}

.private-charters-accordion .card {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 0;
  background: transparent;
  margin-bottom: 10px;
  transition: border-bottom 0.3s ease;
}
.private-charters-accordion .card:has(.show) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7) !important;
}
.private-charters-accordion .card:last-child {
  margin-bottom: 0;
}
.private-charters-accordion .card-header {
  background: transparent;
  border: 0;
  padding: 0;
}
.private-charters-accordion .btn-link {
  position: relative;
  font-family: "Unbounded", sans-serif;
  font-size: 34px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  text-decoration: none;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 14px 44px 14px 0;
  background-color: transparent;
  box-shadow: none;
}
.private-charters-accordion .btn-link .arrow-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: all 400ms ease;
}
.private-charters-accordion .btn-link.collapsed .arrow-icon {
  transform: translateY(-50%) rotate(180deg);
}
.private-charters-accordion .btn-link:focus, .private-charters-accordion .btn-link:hover, .private-charters-accordion .btn-link:active {
  color: #ffffff;
  background: transparent;
  text-decoration: none;
  box-shadow: none;
}
.private-charters-accordion .card-body {
  padding: 0 16px 14px;
}
.private-charters-accordion .destination-info {
  display: grid;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.92);
  width: 100%;
  max-width: 430px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 24px;
}
.private-charters-accordion .destination-info span:nth-child(odd) {
  color: #49c8f2;
}

.private-charters-media {
  max-width: 430px;
  margin-left: auto;
}
.private-charters-media .private-charter-video-link {
  position: relative;
  display: block;
  margin-bottom: 16px;
}
.private-charters-media .private-charter-video-link .img-fluid-poster {
  width: 100%;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.2);
  aspect-ratio: 425/250;
}
.private-charters-media .private-charter-video-link .play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.private-charters-media .private-charter-video-link .play-btn svg {
  width: 62px;
  height: 62px;
  opacity: 0.92;
}
.private-charters-media > p {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.9);
}
.private-charters-media .private-charters-specifications {
  margin-bottom: 26px;
}
.private-charters-media .btn-main {
  border: 1px solid #49c8f2;
  border-radius: 999px;
  color: #ffffff;
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.5;
  padding: 10px 28px;
}
.private-charters-media .btn-main:hover {
  background: rgba(73, 200, 242, 0.12);
  color: #ffffff;
}

.landing-footer {
  background-color: transparent;
}
.landing-footer .landing-footer-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
  margin-bottom: 28px;
}
.landing-footer .landing-footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  gap: 5px 10px;
}
.landing-footer .landing-footer-content p,
.landing-footer .landing-footer-content a {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  text-align: center;
}
.landing-footer .landing-footer-content a:hover {
  color: #49c8f2;
}
.landing-footer .landing-footer-content img {
  width: 180px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .private-charters-accordion .btn-link {
    font-size: 28px;
  }
  .private-charters-media {
    margin: 28px auto 0;
  }
  .landing-footer .landing-footer-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .private-charters-surface {
    padding: 38px 0 24px;
  }
  .private-charters-content .private-charters-copy h3 {
    font-size: clamp(1.7rem, 8vw, 2.3rem);
  }
  .private-charters-content .private-charters-copy p {
    font-size: 16px;
    line-height: 1.6;
  }
  .private-charters-accordion .btn-link {
    font-size: 24px;
    padding-right: 36px;
  }
  .private-charters-accordion .destination-info {
    font-size: 15px;
  }
  .private-charters-media > p {
    font-size: 16px;
  }
  .landing-footer .landing-footer-content {
    justify-content: center;
    gap: 20px;
  }
  .landing-footer .landing-footer-content img {
    width: 160px;
    order: -1;
  }
}
.scuba-diving-section .scuba-destination-tabs {
  position: relative;
}
.scuba-diving-section .scuba-destination-tabs .tabs-row {
  display: flex;
}
@media (width >= 1536px) {
  .scuba-diving-section .scuba-destination-tabs .tabs-row {
    width: 1680px;
  }
}
.scuba-diving-section .scuba-destination-tabs .tabs-row:nth-child(even) {
  margin-inline-start: auto;
  flex-direction: row-reverse;
}
.scuba-diving-section .scuba-destination-tabs .tabs-row:nth-child(even) .nav .nav-link:before {
  right: -30%;
}
.scuba-diving-section .scuba-destination-tabs .tabs-row:nth-child(even) .scuba-destination-links {
  padding: 30px 26px;
}
.scuba-diving-section .scuba-destination-images .tab-pane {
  min-height: 420px;
}
.scuba-diving-section .scuba-destination-images .tab-pane img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  aspect-ratio: 1120/700;
}
.scuba-diving-section .scuba-destination-links {
  backdrop-filter: blur(4px);
  padding: 30px 0 30px 26px;
}
.scuba-diving-section .scuba-destination-header h3 {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.5rem, 3.6vw, 3.25rem);
  font-weight: 400;
  margin-bottom: 26px;
  line-height: 1.1;
}
.scuba-diving-section .nav .nav-item {
  margin-bottom: 0;
}
.scuba-diving-section .nav .nav-link {
  position: relative;
  font-family: "Unbounded", sans-serif;
  font-size: 30px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.88);
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 0;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.scuba-diving-section .nav .nav-link .arrow-icon {
  position: absolute;
  right: 15px;
  transform: rotate(180deg);
  transition: all 500ms ease;
}
.scuba-diving-section .nav .nav-link.active,
.scuba-diving-section .nav .nav-link .arrow-icon, .scuba-diving-section .nav .nav-link:focus {
  color: #ffffff;
  background-color: transparent;
}
.scuba-diving-section .nav .nav-link.active .arrow-icon {
  transform: rotate(0deg);
}
.scuba-diving-section .nav .nav-link:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 110%;
  height: 100%;
  background-color: #001341;
  z-index: -1;
  display: none;
}
@media (min-width: 992px) {
  .scuba-diving-section .nav .nav-link:before {
    width: 50vw;
    right: -40%;
  }
}
.scuba-diving-section .nav .nav-link .destination-info {
  cursor: auto;
  display: none;
}
.scuba-diving-section .nav .nav-link .destination-info span {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.scuba-diving-section .nav .nav-link .destination-info span:hover {
  color: #49c8f2;
}
.scuba-diving-section .nav .nav-link.active:before {
  background-color: #001341;
  display: block;
}
.scuba-diving-section .nav .nav-link.active .destination-info {
  display: block;
}
@media (max-width: 991px) {
  .scuba-diving-section .scuba-destination-links {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .scuba-diving-section .scuba-destination-images .tab-pane,
  .scuba-diving-section .scuba-destination-images .tab-pane img {
    min-height: 280px;
  }
  .scuba-diving-section .scuba-destination-featured h4 {
    font-size: 24px;
  }
  .scuba-diving-section .nav .nav-link {
    font-size: 20px;
    padding: 14px 0;
  }
}

.landing-page {
  position: relative;
  z-index: 1;
}
.landing-page .landing_header {
  padding: 20px 0;
  max-width: 815px;
}
.landing-page .landing_header #dropdownLangsButton {
  padding: 0;
}
.landing-page .landing_header #dropdownLangsButton span {
  display: none;
}
.landing-page .landing_header #dropdownLangsButton img {
  width: 30px;
}
@media (max-width: 767px) {
  .landing-page .landing_header #dropdownLangsButton img {
    width: 25px;
    height: 25px;
  }
}
.landing-page .landing_header #dropdownLangsButton:after {
  margin-left: 0;
  width: 10px;
  height: 9px;
}
.landing-page .landing_header .weather {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.landing-page .landing_header .weather span {
  font-size: 20px;
}
@media (max-width: 575px) {
  .landing-page .landing_header .mx-tiny-5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .landing-page .landing_header .weather:not(:first-child) {
    display: none;
  }
}
@media (min-width: 768px) {
  .landing-page .landing_header .logo {
    width: 150px;
  }
  .landing-page .landing_header .weather {
    /*gap: 10px;*/
    gap: 14px;
  }
  .landing-page .landing_header .weather img {
    width: 30px;
    height: 30px;
  }
  .landing-page .landing_header .weather span {
    font-size: 24px;
  }
  .landing-page .landing_header #dropdownLangsButton {
    font-size: 20px;
    line-height: 20px;
  }
  .landing-page .landing_header #dropdownLangsButton img {
    margin-right: 10px !important;
  }
  .landing-page .landing_header #dropdownLangsButton span {
    display: inline-block;
  }
  .landing-page .landing_header #dropdownLangsButton:after {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .landing-page .landing_header #dropdownLangsButton {
    font-size: 22px;
  }
  .landing-page .landing_header #dropdownLangsButton {
    line-height: 24px;
  }
  .landing-page .landing_header #dropdownLangsButton img {
    margin-right: 14px !important;
  }
  .landing-page .landing_header #dropdownLangsButton:after {
    margin-left: 14px;
  }
}
@media (min-width: 1200px) {
  .landing-page .landing_header .logo {
    width: 200px;
  }
}
@media (min-width: 1600px) {
  .landing-page .landing_header #dropdownLangsButton {
    font-size: 24px;
  }
  .landing-page .landing_header .logo {
    width: 235px;
  }
}
.landing-page a.navbar-toggler {
  border: 2px solid #007edc;
  padding: 3px 9px 5px 8px;
}
.landing-page p.main {
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  .landing-page p.main {
    line-height: 38px;
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .landing-page p.main {
    line-height: 40px;
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .landing-page p.main {
    font-size: 24px;
    line-height: 48px;
  }
}
.landing-page .bg-video-section {
  position: relative;
  overflow: hidden;
  height: 25vh;
  max-height: 780px;
  /*@media (min-width: 1700px) {
          video {
              height: 110%;
          }
      }*/
}
@media (min-width: 992px) {
  .landing-page .bg-video-section {
    height: 80vh;
  }
}
.landing-page .bg-video-section p.main {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .landing-page .bg-video-section p.main {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .landing-page .bg-video-section p.main {
    margin-bottom: 40px;
  }
}
.landing-page .bg-video-section video {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.landing-page .bg-video-section:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #001341, rgba(7, 18, 64, 0.5), rgba(255, 255, 255, 0)) !important;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: -1;
}
.landing-page .bg-video-section .distination_cards {
  /*padding-bottom: 50px;*/
}
.landing-page .bg-video-section .distination_cards .card-container {
  margin-bottom: 16px;
  max-width: 450px;
}
.landing-page .bg-video-section .distination_cards .card-container figure {
  position: relative;
  border: none;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0;
}
.landing-page .bg-video-section .distination_cards .card-container figure .img-container img,
.landing-page .bg-video-section .distination_cards .card-container figure .card-title {
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.landing-page .bg-video-section .distination_cards .card-container figure .img-container {
  max-height: 265px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.landing-page .bg-video-section .distination_cards .card-container figure .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.landing-page .bg-video-section .distination_cards .card-container figure .img-container:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0.3);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -o-transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translatex(-70%);
  -ms-transform: translatex(-70%);
  transform: translatex(-70%);
  z-index: 1;
  pointer-events: none;
}
.landing-page .bg-video-section .distination_cards .card-container figure figcaption {
  padding: 25px;
  text-align: center;
}
.landing-page .bg-video-section .distination_cards .card-container figure figcaption .card-title {
  color: #007EDC;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}
.landing-page .bg-video-section .distination_cards .card-container figure figcaption .resorts-container {
  text-align: left;
  max-width: fit-content;
  margin: auto;
  list-style: none;
  padding-inline-start: 0;
  color: #707070;
}
.landing-page .bg-video-section .distination_cards .card-container figure figcaption .resorts-container li {
  line-height: 25px;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
@media (min-width: 1440px) {
  .landing-page .bg-video-section .distination_cards .card-container figure figcaption .resorts-container li {
    font-size: 16px;
  }
}
.landing-page .bg-video-section .distination_cards .card-container figure:hover .img-container img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.landing-page .bg-video-section .distination_cards .card-container figure:hover .img-container:before {
  visibility: visible;
  -webkit-transform: translatex(0%);
  -ms-transform: translatex(0%);
  transform: translatex(0%);
  opacity: 1;
}
.landing-page .bg-video-section .distination_cards .card-container figure:hover figcaption .card-title {
  color: #EDAE00;
}
@media (min-width: 768px) {
  .landing-page .bg-video-section .distination_cards .card-container {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .landing-page .bg-video-section .distination_cards .card-container figure {
    height: 100%;
  }
  .landing-page .bg-video-section .distination_cards .card-container figure figcaption .card-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .landing-page .bg-video-section .distination_cards .card-container figure figcaption .card-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .landing-page .bg-video-section .distination_cards .card-container figure figcaption .resort-container li {
    line-height: 32px;
  }
}
.landing-page .bg-video-section .distination_cards .coming-soon {
  font-size: 60px;
  font-weight: 900;
  color: #0083d6;
  color: #e6e6e6;
  position: absolute;
  bottom: 0;
  top: 30%;
  right: 0;
  left: 0;
  max-width: 50%;
  text-align: center;
  margin: auto;
  display: block;
  opacity: 0.5;
  line-height: 45px;
  z-index: 1;
}
@media (max-width: 460px) {
  .landing-page .bg-video-section .distination_cards .coming-soon {
    font-size: 40px;
  }
}
.landing-page .bg-video-section h1 {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.7rem, 3.7vw, 4.4rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 3.6px;
  opacity: 0.4;
}
@media (max-width: 640px) {
  .landing-page .bg-video-section h1 {
    font-size: clamp(0.2rem, 2.4vw, 4.4rem);
    letter-spacing: 1.6px;
  }
}
@media (min-width: 992px) {
  .landing-page .bg-video-section video {
    position: absolute;
    /*height: 100%;*/
  }
}
.landing-page .effect-section {
  position: relative;
  background-color: #007EDC;
}
.landing-page .effect-section:before, .landing-page .effect-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.landing-page .effect-section:before {
  background: linear-gradient(#007edc 0%, rgba(0, 126, 220, 0) 100%);
  top: 0;
}
.landing-page .effect-section:after {
  background: linear-gradient(to top, #007edc 0%, rgba(0, 126, 220, 0) 100%);
  bottom: 0;
}
.landing-page .effect-section .container-fluid {
  display: flex;
}
.landing-page .effect-section .container-fluid .text {
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
.landing-page .effect-section .container-fluid .text h2 {
  font-size: 30px;
  font-weight: 200;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 1439px) {
  .landing-page .effect-section .container-fluid .text h2 svg {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 787px) {
  .landing-page .effect-section .container-fluid .text h2 svg {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 576px) {
  .landing-page .effect-section .container-fluid .text {
    width: 55%;
  }
}
@media (min-width: 768px) {
  .landing-page .effect-section .container-fluid .text {
    padding: 100px 0 80px;
    max-width: 60%;
  }
  .landing-page .effect-section .container-fluid .text h2 {
    font-size: 38px;
    /*line-height: 60px;*/
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1440px) {
  .landing-page .effect-section .container-fluid .text h2 {
    font-size: 50px;
    line-height: 80px;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .landing-page .effect-section .container-fluid .text {
    padding: 80px 0 80px;
    max-width: 640px;
  }
}
@media (min-width: 1600px) {
  .landing-page .effect-section .container-fluid .text {
    /*padding: 250px 0 160px;*/
    max-width: 670px;
  }
  .landing-page .effect-section .container-fluid .text h2 {
    font-size: 60px;
    line-height: 90px;
  }
}
.landing-page .effect-section .container-fluid .text p.main {
  margin-bottom: 25px;
}
.landing-page .effect-section .container-fluid .text .btn-main {
  padding: 10px 15px;
  font-size: 14px;
}
.landing-page .effect-section .container-fluid .text .btn-main span {
  padding-left: 7px;
  padding-right: 3px;
  vertical-align: middle;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.landing-page .effect-section .container-fluid .text .btn-main:hover span {
  padding-left: 10px;
  padding-right: 0;
}
@media (min-width: 992px) {
  .landing-page .effect-section .container-fluid .text .btn-main {
    padding: 15px 20px;
  }
}
@media (min-width: 1200px) {
  .landing-page .effect-section .container-fluid .text .btn-main {
    padding: 20px 20px 20px 40px;
  }
}
.landing-page .effect-section .container-fluid .logo {
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 100px;
  z-index: 5;
  display: none;
}
@media (min-width: 576px) {
  .landing-page .effect-section .container-fluid .logo {
    left: 10%;
    display: block;
  }
}
@media (min-width: 992px) {
  .landing-page .effect-section .container-fluid .logo {
    left: 20%;
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .landing-page .effect-section .container-fluid .logo {
    width: 200px;
  }
}
@media (min-width: 1600px) {
  .landing-page .effect-section .container-fluid .logo {
    left: 24%;
    width: 245px;
  }
}
.landing-page .effect-section .container-fluid .img-container {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 63%;
  display: none;
}
.landing-page .effect-section .container-fluid .img-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(to right, #007edc 20%, rgba(0, 126, 220, 0) 100%);
}
@media (min-width: 576px) {
  .landing-page .effect-section .container-fluid .img-container {
    width: 53% !important;
    display: block !important;
  }
}
@media (min-width: 992px) {
  .landing-page .effect-section .container-fluid .img-container {
    width: 55%;
  }
  .landing-page .effect-section .container-fluid .img-container:before {
    width: 50%;
    background: linear-gradient(to right, #007edc 0%, rgba(0, 126, 220, 0) 100%);
  }
}
@media (min-width: 1600px) {
  .landing-page .effect-section .container-fluid .img-container {
    width: 63% !important;
  }
}
.landing-page .effect-section .container-fluid .img-container img:not(.logo) {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.landing-page .effect-section .sm-img-container {
  max-height: 250px;
  position: relative;
  display: none;
}
.landing-page .effect-section .sm-img-container img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.landing-page .effect-section .sm-img-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(to bottom, #007edc 20%, rgba(0, 126, 220, 0) 50%);
}
.landing-page .effect-section.img-left .container-fluid {
  justify-content: end;
}
.landing-page .effect-section.img-left .container-fluid .img-container {
  left: 0;
  right: unset;
}
.landing-page .effect-section.img-left .container-fluid .img-container:before {
  background: linear-gradient(to left, #007edc 20%, rgba(0, 126, 220, 0) 100%);
  right: 0;
  left: unset;
}
@media (max-width: 575px) {
  .landing-page .effect-section .sm-img-container {
    display: block;
  }
  .landing-page .effect-section:after {
    background: linear-gradient(to top, #007edc 0%, rgba(0, 126, 220, 0) 45%);
  }
  .landing-page .effect-section:before {
    background: linear-gradient(to bottom, #007edc 20%, rgba(0, 126, 220, 0) 50%);
  }
}
.landing-page .sub-footer {
  background: #007EDC;
  color: #ffffff;
  padding: 60px 0 67px;
  font-weight: 300;
}
.landing-page .sub-footer .links a {
  margin: 0 0rem;
  padding: 0 20px;
}
.landing-page .sub-footer a,
.landing-page .sub-footer p {
  font-size: 14px;
  margin-bottom: 0;
}
.landing-page .sub-footer a {
  color: #ffffff;
  position: relative;
}
.landing-page .sub-footer a:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  transition: all 500ms ease;
}
.landing-page .sub-footer a:hover:after {
  width: 100%;
}
.landing-page .sub-footer .links a:hover:after {
  width: calc(100% - 40px);
}
@media (max-width: 991px) {
  .landing-page .sub-footer {
    padding: 40px 0 30px;
  }
  .landing-page .sub-footer .links {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .landing-page .sub-footer .links a {
    display: block;
  }
}
@media (max-width: 575px) {
  .landing-page .distination_card:hover .card_back {
    opacity: 1;
  }
  .landing-page .card_front:not(.bars) {
    opacity: 0;
    display: none;
  }
}