/* 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;
}
@media (max-width: 768px) {
  .go-top {
    height: 40px;
    width: 40px;
    bottom: 70px;
    right: 10px;
  }
  .go-top svg {
    width: 40px;
    height: 40px;
  }
}
.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: #007edc;
  font-family: "Anek Latin", sans-serif;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Anek Latin", sans-serif;
  line-height: normal;
}

button:focus, button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

figure {
  margin-bottom: 0;
}

.text-dark-brown {
  color: #221c13;
}

/*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);
}

.rounded-25 {
  border-radius: 25px;
}

.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;
  gap: 1vw;
}
.title i {
  flex-grow: 1;
  height: 2px;
  background-color: #ffffff;
}

.title-xl {
  color: #ffffff;
  font-size: clamp(2rem, 2.7vw, 3.3rem);
  font-weight: 400;
}

.title-lg {
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
}

.title-md {
  font-size: clamp(1.2rem, 1.1vw, 1.3rem);
}

.fw-600 {
  font-weight: 600;
}

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

.custom-scrollbar {
  /* Track */
  /* Handle */
}
.custom-scrollbar::-webkit-scrollbar {
  width: 13px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.25);
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 126, 220, 0.8);
  border-radius: 20px;
  border: 3px solid transparent;
  background-clip: content-box;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #007EDC;
}

.country-destinations-section .country-destinations-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.country-destinations-section .destination-card {
  position: relative;
  aspect-ratio: 350/350;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  isolation: isolate;
}
.country-destinations-section .destination-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.country-destinations-section .destination-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 110, 192, 0) 52%, rgba(0, 110, 192, 0.32) 60%, #006ec0 100%);
  z-index: -1;
}
.country-destinations-section .destination-card h3 {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.1rem, 1.45vw, 1.9rem);
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: #ffffff;
  text-align: center;
  width: 100%;
  margin-bottom: 8px;
  transition: all 0.4s ease-in-out;
}
.country-destinations-section .destination-card .destination-card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.country-destinations-section .destination-card .destination-card-content .destination-card-content-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.country-destinations-section .destination-card .destination-card-content .destination-card-content-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.95);
}
.country-destinations-section .destination-card .destination-card-content .destination-card-content-links a:hover {
  color: #49c8f2;
}
.country-destinations-section .destination-card .destination-card-content p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: clamp(0.78rem, 0.88vw, 1rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.95);
}
.country-destinations-section .destination-card .destination-card-content svg {
  flex-shrink: 0;
  fill: #49c8f2;
}
.country-destinations-section .destination-card:hover .destination-card-content .destination-card-content-links {
  opacity: 1;
  max-height: 400px;
}
@media (max-width: 1399px) {
  .country-destinations-section .country-destinations-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .country-destinations-section .country-destinations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .country-destinations-section .country-destinations-grid {
    grid-template-columns: 1fr;
  }
  .country-destinations-section .destination-card {
    min-height: 170px;
  }
  .country-destinations-section .destination-card h3 {
    font-size: 1.25rem;
  }
  .country-destinations-section .destination-card-featured .destination-card-content p {
    font-size: 0.92rem;
  }
}

@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.webp");
  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: 50px 50px;
  border-radius: 40px;
}

.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;
  border: 0;
}
.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,
.landing-page .banner-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,
  .landing-page .banner-section {
    height: 80vh;
  }
}
.landing-page .bg-video-section p.main,
.landing-page .banner-section p.main {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .landing-page .bg-video-section p.main,
  .landing-page .banner-section p.main {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .landing-page .bg-video-section p.main,
  .landing-page .banner-section p.main {
    margin-bottom: 40px;
  }
}
.landing-page .bg-video-section video,
.landing-page .bg-video-section .banner-section_image,
.landing-page .banner-section video,
.landing-page .banner-section .banner-section_image {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.landing-page .bg-video-section:after,
.landing-page .banner-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 126, 220, 0.6) 0%, rgba(0, 126, 220, 0) 43.92%), linear-gradient(180deg, rgba(0, 126, 220, 0) 45.46%, #007edc 100%), no-repeat;
}
.landing-page .bg-video-section .distination_cards,
.landing-page .banner-section .distination_cards {
  /*padding-bottom: 50px;*/
}
.landing-page .bg-video-section .distination_cards .card-container,
.landing-page .banner-section .distination_cards .card-container {
  margin-bottom: 16px;
  max-width: 450px;
}
.landing-page .bg-video-section .distination_cards .card-container figure,
.landing-page .banner-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,
.landing-page .banner-section .distination_cards .card-container figure .img-container img,
.landing-page .banner-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,
.landing-page .banner-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,
.landing-page .banner-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,
.landing-page .banner-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,
.landing-page .banner-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,
.landing-page .banner-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,
.landing-page .banner-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,
.landing-page .banner-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,
  .landing-page .banner-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,
.landing-page .banner-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,
.landing-page .banner-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,
.landing-page .banner-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,
  .landing-page .banner-section .distination_cards .card-container {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .landing-page .bg-video-section .distination_cards .card-container figure,
  .landing-page .banner-section .distination_cards .card-container figure {
    height: 100%;
  }
  .landing-page .bg-video-section .distination_cards .card-container figure figcaption .card-title,
  .landing-page .banner-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,
  .landing-page .banner-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,
  .landing-page .banner-section .distination_cards .card-container figure figcaption .resort-container li {
    line-height: 32px;
  }
}
.landing-page .bg-video-section .distination_cards .coming-soon,
.landing-page .banner-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,
  .landing-page .banner-section .distination_cards .coming-soon {
    font-size: 40px;
  }
}
.landing-page .bg-video-section .landing-hero-text,
.landing-page .banner-section .landing-hero-text {
  align-items: flex-end;
  padding-bottom: 180px;
}
@media (min-width: 768px) {
  .landing-page .bg-video-section .landing-hero-text,
  .landing-page .banner-section .landing-hero-text {
    padding-bottom: 200px;
  }
}
@media (min-width: 1200px) {
  .landing-page .bg-video-section .landing-hero-text,
  .landing-page .banner-section .landing-hero-text {
    padding-bottom: 220px;
  }
}
.landing-page .bg-video-section h1,
.landing-page .banner-section h1 {
  font-family: "Anek Latin", sans-serif;
  font-size: clamp(2.5rem, 5vw, 72px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  opacity: 1;
  max-width: 700px;
}
@media (max-width: 640px) {
  .landing-page .bg-video-section h1,
  .landing-page .banner-section h1 {
    font-size: clamp(2rem, 8vw, 3rem);
    letter-spacing: normal;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .landing-page .bg-video-section video,
  .landing-page .banner-section video {
    position: absolute;
    /*height: 100%;*/
  }
}
@media (max-width: 992px) {
  .landing-page .banner-section {
    height: 45vh;
  }
}
.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;
  }
}

.egypt-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.egypt-section .egypt-map-bg {
  position: absolute;
  left: -20px;
  top: 48%;
  transform: translateY(-50%);
  width: 638px;
  pointer-events: none;
  opacity: 1;
  z-index: 0;
}
.egypt-section .egypt-content {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
.egypt-section .egypt-content .egypt-flag {
  width: 48px;
  border-radius: 50%;
}
.egypt-section .egypt-content h2 {
  font-size: 50px;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.egypt-section .egypt-content p {
  font-size: 20px;
  line-height: 1.63;
  font-weight: 300;
}
.egypt-section .egypt-content .btn-visit {
  background-color: #fac813;
  color: #222222;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  margin-top: 1.5rem;
  display: inline-block;
  text-decoration: none;
}
.egypt-section .egypt-content .btn-visit:hover {
  background-color: rgb(223.465560166, 176.1211618257, 4.734439834);
  color: #222222;
}
.egypt-section .egypt-carousel-container {
  position: relative;
  z-index: 1;
}
.egypt-section .egypt-carousel-container .owl-carousel,
.egypt-section .egypt-carousel-container .owl-carousel .owl-stage-outer {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
  transform: translateZ(0);
}
.egypt-section .egypt-carousel-container .owl-carousel {
  height: 600px;
}
.egypt-section .egypt-carousel-container .owl-carousel .owl-item img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
.egypt-section .egypt-carousel-container .owl-theme .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
}
.egypt-section .egypt-carousel-container .owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 5px 6px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.egypt-section .egypt-carousel-container .owl-theme .owl-dots .owl-dot.active span, .egypt-section .egypt-carousel-container .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
  border-color: #ffffff;
}

.tanzania-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.tanzania-section .tanzania-map-bg {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 567px;
  pointer-events: none;
  opacity: 1;
  z-index: 0;
}
.tanzania-section .tanzania-content {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
.tanzania-section .tanzania-content .tanzania-flag {
  width: 48px;
  border-radius: 50%;
}
.tanzania-section .tanzania-content h2 {
  font-size: 50px;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.tanzania-section .tanzania-content p {
  font-size: 20px;
  line-height: 1.63;
  font-weight: 300;
}
.tanzania-section .tanzania-content .btn-visit {
  background-color: #fac813;
  color: #222222;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  margin-top: 1.5rem;
  display: inline-block;
  text-decoration: none;
}
.tanzania-section .tanzania-content .btn-visit:hover {
  background-color: rgb(223.465560166, 176.1211618257, 4.734439834);
  color: #222222;
}
.tanzania-section .tanzania-carousel-container {
  position: relative;
  z-index: 1;
}
.tanzania-section .tanzania-carousel-container .owl-carousel,
.tanzania-section .tanzania-carousel-container .owl-carousel .owl-stage-outer {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
  transform: translateZ(0);
}
.tanzania-section .tanzania-carousel-container .owl-carousel {
  height: 600px;
}
.tanzania-section .tanzania-carousel-container .owl-carousel .owl-item img {
  height: 600px;
  object-fit: cover;
  width: 100%;
}
.tanzania-section .tanzania-carousel-container .owl-theme .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
}
.tanzania-section .tanzania-carousel-container .owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 5px 6px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: transparent;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.tanzania-section .tanzania-carousel-container .owl-theme .owl-dots .owl-dot.active span, .tanzania-section .tanzania-carousel-container .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
  border-color: #ffffff;
}

.country-red-sea-conditions-section .condition-card h3 {
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.2rem, 1.8vw, 2rem);
  font-weight: 300;
  margin-bottom: 8px;
  color: #ffffff;
}
.country-red-sea-conditions-section .condition-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(0.95rem, 1vw, 1.15rem);
  line-height: 1.65;
}
.country-red-sea-conditions-section .condition-icon {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .country-red-sea-conditions-section .condition-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }
}

.country-top-dive-sites-section .top-dive-site-card {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  padding: 10px;
}
.country-top-dive-sites-section .top-dive-site-card .dive-site-image {
  aspect-ratio: 260/400;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  flex: 0 0 45%;
  margin-bottom: 0;
  transition: all 500ms ease;
}
.country-top-dive-sites-section .top-dive-site-card .dive-site-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms ease;
}
.country-top-dive-sites-section .top-dive-site-card .top-dive-site-content {
  padding: 10px 20px 10px;
  flex: 0 0 56%;
}
.country-top-dive-sites-section .top-dive-site-card .top-dive-site-content .dive-site-title {
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
}
.country-top-dive-sites-section .top-dive-site-card .top-dive-site-content .location {
  display: flex;
  font-size: 20px;
  gap: 6px;
  color: #827e78;
  margin: 8px 0;
  font-weight: 300;
}
.country-top-dive-sites-section .top-dive-site-card .top-dive-site-content p {
  font-size: 20px;
  line-height: 1.4;
  color: #827e78;
  margin-bottom: 0;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
  .country-top-dive-sites-section .top-dive-site-card .top-dive-site-content p {
    -webkit-line-clamp: 7;
    line-clamp: 7;
  }
}
.country-top-dive-sites-section .top-dive-site-card:hover .dive-site-title {
  color: #49c8f2;
}
.country-top-dive-sites-section .top-dive-site-card:hover .dive-site-image img {
  transform: scale(1.05);
}
.country-top-dive-sites-section .owl-theme .owl-dots {
  margin-top: 10px;
}
.country-top-dive-sites-section .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 4px 5px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: transparent;
}
.country-top-dive-sites-section .owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
}

.country-dive-centres-section .dive-centres-wrapper {
  border-radius: 25px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .country-dive-centres-section .dive-centres-wrapper {
    height: 60vh;
  }
}
.country-dive-centres-section .dive-centres-list {
  background: #ffffff;
  height: 100%;
  padding: 1.2vw;
  max-height: 60vh;
  overflow-y: auto;
  margin: 5px 5px 5px 0;
}
.country-dive-centres-section .dive-centres-map {
  position: relative;
  width: 100%;
  height: 100%;
}
.country-dive-centres-section .dive-centres-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.country-dive-centres-section .dive-centres-map .map-pin-card {
  position: absolute;
  margin: auto;
  background: #ffffff;
  border-radius: 13px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  max-width: 255px;
  overflow: hidden;
}
.country-dive-centres-section .dive-centres-map .map-pin-card .map-pin-card-image {
  aspect-ratio: 255/210;
}
.country-dive-centres-section .dive-centres-map .map-pin-card .map-pin-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.country-dive-centres-section .dive-centres-map .map-pin-card .content {
  padding: 13px 20px;
}
.country-dive-centres-section .dive-centres-map .map-pin-card .content .location {
  display: block;
  font-size: 18px;
  color: #827e78;
}
.country-dive-centres-section .dive-centres-map .pin-one {
  top: 80px;
  left: 48%;
}
.country-dive-centres-section .dive-centres-map .pin-two {
  top: 190px;
  left: 64%;
}

.dive-centres-list,
.country-best-time-section .accordion {
  padding: 1.2vw;
}
.dive-centres-list .card,
.country-best-time-section .accordion .card {
  border: 0;
  border-bottom: 1px solid #ececec !important;
  border-radius: 0;
  margin: 0 10px;
}
.dive-centres-list .card:last-child,
.country-best-time-section .accordion .card:last-child {
  border-bottom: 0 !important;
}
.dive-centres-list .card .card-header,
.country-best-time-section .accordion .card .card-header {
  background: transparent;
  border: 0;
  padding: 0;
}
.dive-centres-list .card .btn-link,
.country-best-time-section .accordion .card .btn-link {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #221c13;
  font-size: 1.26px;
  padding: 15px 0;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  font-weight: 400;
}
.dive-centres-list .card .btn-link:not(.collapsed),
.country-best-time-section .accordion .card .btn-link:not(.collapsed) {
  color: #EDAE00;
}
.dive-centres-list .card .btn-link .accordion-label,
.country-best-time-section .accordion .card .btn-link .accordion-label {
  line-height: 1.35;
  color: currentColor;
}
.dive-centres-list .card .btn-link .accordion-arrow,
.country-best-time-section .accordion .card .btn-link .accordion-arrow {
  flex-shrink: 0;
  color: #7b7b7b;
  transition: transform 0.25s ease;
  transform: rotate(0deg);
}
.dive-centres-list .card .btn-link.collapsed .accordion-arrow,
.country-best-time-section .accordion .card .btn-link.collapsed .accordion-arrow {
  transform: rotate(180deg);
}
.dive-centres-list .card .btn-link:not(.collapsed),
.country-best-time-section .accordion .card .btn-link:not(.collapsed) {
  color: #EDAE00;
}
.dive-centres-list .card .card-body,
.country-best-time-section .accordion .card .card-body {
  padding: 0 0 14px;
}
.dive-centres-list .card .card-body .centre-location,
.country-best-time-section .accordion .card .card-body .centre-location {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: #827e78;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 300;
}
.dive-centres-list .card .card-body .centre-location svg,
.country-best-time-section .accordion .card .card-body .centre-location svg {
  fill: #49c8f2;
  flex-shrink: 0;
}
.dive-centres-list .card .card-body p,
.country-best-time-section .accordion .card .card-body p {
  color: #827e78;
  font-size: 20px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .country-top-dive-sites-section .top-dive-site-card {
    min-height: 210px;
  }
  .country-top-dive-sites-section .top-dive-site-card img {
    width: 36%;
  }
  .country-dive-centres-section .dive-centres-map {
    min-height: 300px;
  }
  .country-dive-centres-section .dive-centres-map .pin-one {
    left: 42%;
  }
  .country-dive-centres-section .dive-centres-map .pin-two {
    left: 58%;
  }
}
.country-marine-life-section .marine-life-intro h2 {
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.25;
  margin-bottom: 14px;
}
.country-marine-life-section .marine-life-intro p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
  max-width: 500px;
}
.country-marine-life-section .marine-life-carousel-wrap {
  position: relative;
  padding: 12px;
}
.country-marine-life-section .marine-life-carousel-wrap .owl-carousel .owl-stage-outer::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.35);
  z-index: -1;
  margin: auto;
}
.country-marine-life-section .marine-life-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  min-height: 205px;
  max-width: 90%;
  margin: auto;
  padding: 25px;
}
@media (max-width: 768px) {
  .country-marine-life-section .marine-life-card {
    flex-direction: column;
    padding: 15px;
  }
}
.country-marine-life-section .marine-life-card .marine-life-card-image {
  flex: 0 0 45%;
  aspect-ratio: 250/290;
  border-radius: 10px;
  overflow: hidden;
  transition: all 500ms ease;
}
@media (max-width: 768px) {
  .country-marine-life-section .marine-life-card .marine-life-card-image {
    flex: 0 0 100%;
    aspect-ratio: 3/2;
  }
}
.country-marine-life-section .marine-life-card .marine-life-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 500ms ease;
}
.country-marine-life-section .marine-life-card .marine-life-card-content {
  flex: 0 0 55%;
  padding: 15px 0 25px 25px;
}
@media (max-width: 768px) {
  .country-marine-life-section .marine-life-card .marine-life-card-content {
    flex: 0 0 100%;
    padding: 15px 5px 5px;
  }
}
.country-marine-life-section .marine-life-card:hover .marine-life-card-image img {
  transform: scale(1.05);
}
.country-marine-life-section .owl-theme .owl-dots {
  margin-top: 10px;
}
.country-marine-life-section .owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 4px 5px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.95);
}
.country-marine-life-section .owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
}

@media (max-width: 991px) {
  .country-marine-life-section .marine-life-carousel-wrap {
    padding: 10px;
  }
  .country-marine-life-section .marine-life-card {
    min-height: 180px;
  }
  .country-marine-life-section .marine-life-card img {
    min-width: 130px;
  }
}
.country-best-time-section .season-weather-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.country-best-time-section .season-weather-card .season-weather-card-image {
  aspect-ratio: 425/190;
  overflow: hidden;
}
.country-best-time-section .season-weather-card .season-weather-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.country-best-time-section .season-weather-card-body {
  padding: 20px 25px;
}
.country-best-time-section .weather-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
}
.country-best-time-section .weather-metrics .metric-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.country-best-time-section .weather-metrics .metric-item span {
  display: block;
  color: #1e1e1e;
  font-size: 28px;
  line-height: 1.1;
}
.country-best-time-section .weather-metrics .metric-item small {
  display: block;
  color: #827e78;
  font-size: 14px;
}
.country-best-time-section .weather-metrics .metric-item-wide {
  grid-column: 1/-1;
}
.country-best-time-section .weather-metrics .metric-item-wide span {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .country-best-time-section .season-weather-card-body h3 {
    font-size: 24px;
  }
  .country-best-time-section .weather-metrics .metric-item span {
    font-size: 22px;
  }
}
.country-advanced-certification-section .advanced-visuals {
  position: relative;
  min-height: 550px;
  max-width: 550px;
}
.country-advanced-certification-section .advanced-visuals figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.18);
  position: absolute;
}
.country-advanced-certification-section .advanced-visuals figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.country-advanced-certification-section .advanced-visuals .advanced-card {
  left: 0;
  bottom: 0;
  aspect-ratio: 310/450;
  z-index: 1;
  border-radius: 1000px 1000px 140px 140px;
  overflow: hidden;
}
.country-advanced-certification-section .advanced-visuals .kids-card {
  right: 0;
  top: 0;
  aspect-ratio: 310/450;
  z-index: 2;
  border-radius: 10px;
}
.country-advanced-certification-section .advanced-visuals .padi-logo {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.country-advanced-certification-section .advanced-content p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.54;
  margin-bottom: 10px;
  max-width: 760px;
}

@media (max-width: 991px) {
  .country-advanced-certification-section .advanced-visuals {
    margin-bottom: 20px;
    min-height: 350px;
  }
  .country-advanced-certification-section .advanced-visuals .kids-card {
    width: 200px;
    left: 140px;
    border-radius: 10px;
  }
  .country-advanced-certification-section .advanced-visuals .advanced-card {
    width: 200px;
    left: 0;
  }
  .country-advanced-certification-section .advanced-visuals .padi-logo {
    left: 220px;
    width: 110px;
  }
  .country-advanced-certification-section .advanced-content .main-title {
    font-size: clamp(1.7rem, 6vw, 2.5rem);
    line-height: 1.2;
  }
  .country-advanced-certification-section .advanced-content p {
    font-size: 14px;
    line-height: 1.55;
  }
}
.country-trip-planning-section .trip-planning-content p {
  font-size: 20px;
  line-height: 1.56;
  margin-bottom: 14px;
  max-width: 760px;
}
.country-trip-planning-section .trip-planning-list {
  margin: 0;
  padding-left: 15px;
}
.country-trip-planning-section .trip-planning-list li {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 300;
}
.country-trip-planning-section .trip-planning-list li strong {
  color: #ffffff;
  font-weight: 500;
}
.country-trip-planning-section .trip-planning-visuals {
  position: relative;
  min-height: 248px;
  max-width: 550px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  padding: 180px 0 70px 0;
}
@media (max-width: 768px) {
  .country-trip-planning-section .trip-planning-visuals {
    padding: 10px 0 10px 0;
  }
}
.country-trip-planning-section .trip-planning-visuals figure {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.18);
}
.country-trip-planning-section .trip-planning-visuals figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.country-trip-planning-section .trip-planning-visuals .equipment-card {
  position: relative;
  left: 0;
  max-width: 255px;
  aspect-ratio: 255/310;
  z-index: 4;
}
.country-trip-planning-section .trip-planning-visuals .doctor-card {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 320px;
  aspect-ratio: 320/350;
  z-index: 2;
}
.country-trip-planning-section .trip-planning-visuals .currency-card {
  position: relative;
  bottom: 0;
  bottom: -50px;
  max-width: 260px;
  aspect-ratio: 260/160;
  z-index: 3;
}

@media (max-width: 991px) {
  .country-trip-planning-section .trip-planning-content {
    margin-bottom: 20px;
  }
  .country-trip-planning-section .trip-planning-visuals {
    min-height: 350px;
    max-width: 350px;
  }
  .country-trip-planning-section .trip-planning-visuals .equipment-card {
    max-width: 200px;
  }
  .country-trip-planning-section .trip-planning-visuals .doctor-card {
    max-width: 200px;
  }
  .country-trip-planning-section .trip-planning-visuals .currency-card {
    max-width: 200px;
  }
}