/* 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----*/
body {
  color: #ffffff;
  font-family: "Anek Latin", sans-serif;
  /*font-weight: 500;*/
  background-color: #007EDC;
  /* Track */
  /* Handle */
}

@media (min-width: 992px) {
  body::-webkit-scrollbar {
    width: 12px;
  }
}
body::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.7);
}

body::-webkit-scrollbar-thumb {
  background-color: rgba(12, 28, 113, 0.8);
  border-radius: 20px;
  border: 3px solid transparent;
  background-clip: content-box;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #0c1c71;
}

@media (max-width: 345px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media print {
  header, footer, .page-banner, .btn, .go-top, .card-footer {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #ffffff;
}

a {
  text-decoration: none !important;
  color: #ffffff;
}

.z-index-99 {
  z-index: 99;
}

:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 992px) {
  .page-header h1 {
    font-size: 28px;
  }
  .page-header h1 img {
    display: none;
  }
}
.page-wrapper {
  overflow: hidden;
}

.btn-outline-light {
  border: 2px solid rgba(222, 222, 222, 0.3);
}

.swiper-container {
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
}

.swiper-pagination-bullet {
  margin: -2px 4px;
  background: transparent;
  border: 1px solid #ffffff;
  opacity: 0.9;
  width: 14px;
  height: 15px;
}

.swiper-pagination-bullet-active {
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid #ffffff;
}

.swiper-button-next, .swiper-button-prev {
  --swiper-navigation-color: #fff;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: "Material Icons";
  text-transform: none;
  font-size: 45px;
  font-weight: 600;
}

.swiper-button-next.button-gray, .swiper-button-prev.button-gray {
  --swiper-navigation-color: #565656;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "chevron_left";
}

@media (min-width: 768px) {
  .swiper-button-prev.out-grid, .swiper-container-rtl .swiper-button-next.out-grid {
    left: -3vw;
  }
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "chevron_right";
}

@media (min-width: 768px) {
  .swiper-button-next.out-grid, .swiper-container-rtl .swiper-button-prev.out-grid {
    right: -3vw;
  }
}
.card {
  overflow: hidden;
  border-radius: 10px;
}

.card img.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
  object-position: center;
}

.card .card-img-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.card .card-img-overlay .card-title {
  z-index: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
  margin: 0.75rem auto;
}

.card .card-title:before {
  content: none;
}

.form-control {
  height: 50px;
  border-radius: 5px;
  color: #565656;
  font-weight: 500;
}

.form-control:focus {
  box-shadow: none;
}

a {
  transition: all 0.3s ease;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tooltip-inner {
  background-color: #ffcb05;
}

.tooltip .arrow::before {
  border-left-color: #ffcb05;
}

.banner {
  /*overflow: hidden;*/
  position: relative;
  background-color: #007EDC;
}

.banner_container {
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  z-index: 2;
}

.banner_title {
  font-weight: 100;
  font-size: 70px;
  margin-top: 20px;
  margin-bottom: 50px;
  line-height: 60px;
  max-width: 1000px;
}

.banner:before, .banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.banner:before {
  background: linear-gradient(#007edc 0%, rgba(0, 126, 220, 0) 100%);
  top: 0;
}

.banner:after {
  background: linear-gradient(to top, #007edc 0%, rgba(0, 126, 220, 0) 100%);
  bottom: 0;
}

@media (max-width: 991px) {
  .banner_image {
    height: 280px;
    object-fit: cover;
  }
  .banner_title {
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
}
.swiper-banner {
  background-image: linear-gradient(0deg, #ffffff, #007EDC);
  /*overflow: hidden;*/
  background: #0083d7;
  position: relative;
  z-index: 50;
}

.swiper-banner .banner-img {
  max-height: 850px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.swiper-banner .banner-overlay {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
}

.swiper-banner .banner-title {
  color: #ffffff;
  text-align: center;
  position: relative;
  bottom: -74%;
  z-index: 2;
  /*&:before {
      content: url(../images/svg/map-pin.svg);
      transform: translateY(-10px);
      display: block;
  }*/
}

.swiper-banner .banner-title span {
  font-weight: 100;
  line-height: 66px;
  font-size: 100px;
}

.swiper-banner .banner-title p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
}

@media (max-width: 767.8px) {
  .swiper-banner .banner-img {
    height: 340px;
    object-position: center;
  }
  .swiper-banner .banner-title span {
    font-size: 50px;
  }
  .swiper-banner .banner-title p {
    font-size: 16px;
  }
}
.swiper-banner .swiper-slide:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 1;
  height: 230px;
  background: linear-gradient(180deg, #007EDC 0%, rgba(0, 126, 220, 0) 60%);
}

.swiper-banner .swiper-slide:after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -2px;
  z-index: 1;
  /*background: linear-gradient(0deg, $blue, transparent, transparent, $blue);*/
  height: 230px;
  background: linear-gradient(0deg, #007EDC 0%, rgba(0, 126, 220, 0) 80%);
}

.swiper-banner .swiper-button-prev, .swiper-banner .swiper-container-rtl .swiper-button-next {
  left: 10%;
  top: 50%;
  width: fit-content;
}

.swiper-banner .swiper-button-prev:after, .swiper-banner .swiper-container-rtl .swiper-button-next:after {
  /*content: url(../images/svg/chevron-left.svg);*/
  content: "";
  background-image: url(../images/svg/chevron-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

.swiper-banner .swiper-button-next, .swiper-banner .swiper-container-rtl .swiper-button-prev {
  right: 10%;
  top: 50%;
  width: fit-content;
}

.swiper-banner .swiper-button-next:after, .swiper-banner .swiper-container-rtl .swiper-button-prev:after {
  /*content: url(../images/svg/chevron-right.svg);*/
  content: "";
  background-image: url(../images/svg/chevron-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

@media (min-width: 576px) {
  .swiper-banner .swiper-button-prev:after, .swiper-banner .swiper-container-rtl .swiper-button-next:after, .swiper-banner .swiper-button-next:after, .swiper-banner .swiper-container-rtl .swiper-button-prev:after {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .swiper-banner .swiper-button-prev, .swiper-banner .swiper-container-rtl .swiper-button-next, .swiper-banner .swiper-button-next, .swiper-banner .swiper-container-rtl .swiper-button-prev {
    top: 60%;
  }
  .swiper-banner .swiper-button-prev:after, .swiper-banner .swiper-container-rtl .swiper-button-next:after, .swiper-banner .swiper-button-next:after, .swiper-banner .swiper-container-rtl .swiper-button-prev:after {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 991.8px) {
  .swiper-banner {
    height: auto;
  }
  .swiper-banner .banner-title {
    bottom: -80%;
    /*&:before {

    }*/
  }
}
.best-dives {
  position: relative;
  padding: 50px 0 0;
}

.best-dives img.card-background {
  aspect-ratio: 19/14;
  height: 280px;
  /*min-width: 380px;*/
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.best-dives .card-footer {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  height: 85px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  border: none;
  display: flex;
  align-items: flex-end;
  z-index: 1;
}

.best-dives .controls {
  padding: 50px;
  width: 60%;
  margin: auto;
}

.best-dives .swiper-wrapper {
  height: 280px;
}

.best-dives .swiper-pagination {
  top: 55px;
}

.best-dives .swiper-button-next:after, .best-dives .swiper-button-prev:after {
  font-size: 25px;
  border: 2px solid rgba(222, 222, 222, 0.3490196078);
  border-radius: 50%;
}

.best-dives h2 {
  font-weight: 300;
  font-size: 36px;
}

.best-dives .card:hover > img.card-background {
  transform: scale(1.1);
}

@media (max-width: 991.8px) {
  .best-dives .w-75, .best-dives .w-25 {
    width: unset !important;
  }
  .best-dives img.card-background {
    min-width: 380px;
  }
}
@media (min-width: 992px) {
  .best-dives {
    height: 560px;
  }
  .best-dives:before {
    content: "";
    position: absolute;
    background: url(/images/backgrounds/BestDiveSpots_bg.webp);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
  }
  .best-dives .swiper-container {
    transform: translateX(-10%);
  }
}
address {
  line-height: 24px;
}

address p {
  margin-left: 50px;
  position: relative;
  margin-bottom: 40px;
  min-height: 24px;
}

address p:before {
  content: "";
  font-family: "Material Icons";
  text-transform: none;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  position: absolute;
  transform: translate(-50px, -10px);
}

address p.address:before {
  content: "room";
}

address p.numbers:before {
  content: "call";
}

address p.mail:before {
  content: "email";
}

address a {
  color: #ffffff;
}

.isotope-button-group .button {
  color: #ffffff;
  height: 45px;
  background-color: #007EDC;
  border-color: #007EDC;
  background-image: none;
  border-radius: 5px !important;
  padding: 0 30px;
  text-shadow: none;
  font-weight: normal;
  margin: 5px 7px;
}

.isotope-button-group .button:active, .isotope-button-group .button:hover, .isotope-button-group .button.is-checked, .isotope-button-group .button:focus {
  border-color: #EDAE00;
  background-color: #EDAE00;
  box-shadow: none;
  text-shadow: none;
  color: #ffffff;
}

@media (min-width: 768px) {
  .landing-modal .modal-dialog {
    max-width: 600px;
  }
}
.landing-modal .modal-title {
  height: 75px;
  position: absolute;
  top: -40px;
  width: 100%;
  padding: 25px 0;
  background: linear-gradient(0deg, #00b3ed, #007edc);
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 24px;
}

.landing-modal .modal-content {
  color: #565656;
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 10px;
}

.landing-modal .modal-content .modal-header {
  height: 70px;
}

.landing-modal .form-control:not(.textarea) {
  height: 36px;
}

.landing-modal button.btn-main {
  min-width: 110px;
}

.landing-modal .material-icons {
  vertical-align: middle;
  font-size: 20px;
  margin-top: -2px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-no-margins img.mfp-img {
  padding: 0;
}

.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

.mfp-no-margins .mfp-container {
  padding: 0;
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.inner-banner {
  min-height: 300px;
  background: rgba(0, 0, 0, 0.5);
}

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

.overflow-visible {
  overflow: visible;
}

img.lang_flag {
  border: 1px solid rgba(86, 86, 86, 0.5019607843);
  width: 32px;
  height: 20px;
  border-radius: 3px;
}

@media only screen and (max-width: 575px) {
  #tidio-chat .chat.chrome, .start-group.chrome {
    max-width: 80vw;
  }
}
svg.icon {
  width: 50px;
  height: 50px;
  margin: 0.5em;
  background: rgba(0, 179, 237, 0.05);
}

body {
  /*Buttons*/
  /*Common Classes*/
  /*Mobile Menu*/
}

body .btn:not(.btn-link) {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  font-size: 16px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
  border-color: transparent;
  border-radius: 5px;
}

body .btn:not(.btn-link):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
  border-top-right-radius: 5px;
}

body .btn:not(.btn-link):hover:before {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  width: 100%;
}

body .btn:not(.btn-link).btn-main {
  color: #ffffff;
  background-color: #00b3ed;
  border: 0;
  text-transform: capitalize;
}

body .btn:not(.btn-link).btn-main:before {
  background-color: #EDAE00;
}

body .btn:not(.btn-link).btn-secondary {
  color: #ffffff;
  background-color: #EDAE00;
  border: 0;
  text-transform: capitalize;
}

body .btn:not(.btn-link).btn-secondary:before {
  background-color: #00b3ed;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  left: unset;
  border-top-left-radius: 5px;
  border-top-right-radius: 0;
}

body .btn:not(.btn-link).btn-outline-light {
  color: #ffffff;
  border: 2px solid rgba(222, 222, 222, 0.3);
}

body .btn:not(.btn-link).btn-outline-light:before {
  background-color: #ffffff;
}

body .btn:not(.btn-link).btn-outline-light:hover {
  color: #565656;
}

body .hr-white {
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

body .dive-carousel-bg-sec {
  position: relative;
  padding: 30px 0;
  z-index: 0;
  text-align: center;
}

body .dive-carousel-bg-sec .dive-carousel-container {
  position: relative;
  z-index: 3;
}

body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel .owl-stage {
  display: flex;
}

body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel .owl-stage .item, body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel .owl-stage figure {
  height: 100%;
}

body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel .owl-nav {
  margin: 0 auto !important;
}

body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel .owl-nav button {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 2px solid rgba(222, 222, 222, 0.3);
  border-radius: 50%;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-20%);
  transition: all 0.3s ease;
}

body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel .owl-nav button svg {
  transition: inherit;
}

body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel .owl-nav button.owl-prev {
  left: 13%;
}

body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel .owl-nav button.owl-prev svg {
  transform: scale(-1);
}

body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel .owl-nav button.owl-next {
  right: 13%;
}

body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel .owl-nav button:hover {
  background-color: transparent;
  border-color: #EDAE00;
}

body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel .owl-nav button:hover svg {
  color: #EDAE00;
}

body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel figure {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}

body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel figure img, body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel figure figcaption, body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel figure:after {
  transition: all 500ms ease;
}

body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel figure figcaption {
  font-weight: 500;
  font-size: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px 33px;
  width: 100%;
  pointer-events: none;
}

body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel figure figcaption h4 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel figure:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.7;
  z-index: 0;
}

body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel figure:hover img {
  transform: scale(1.05);
}

body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel figure:hover figcaption {
  color: #EDAE00;
}

body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel figure:hover:after {
  height: 100%;
}

body .dive-carousel-bg-sec .bg-fixed-img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}

body .dive-carousel-bg-sec .bg-fixed-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

@media (min-width: 992px) {
  body .dive-carousel-bg-sec {
    padding: 100px 0 120px;
    text-align: left;
  }
  body .dive-carousel-bg-sec .dive-carousel-container {
    margin-right: auto;
    margin-left: 0;
    padding-left: 0;
  }
  body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel {
    padding-bottom: 80px;
  }
  body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel .owl-stage {
    right: -100px;
  }
  body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel .owl-dots {
    margin-top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }
  body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel .owl-dots .owl-dot span {
    margin: 0 12px;
  }
  body .dive-carousel-bg-sec .bg-fixed-img {
    display: block;
  }
}
@media (min-width: 1200px) {
  body .dive-carousel-bg-sec h2 {
    font-size: 30px;
  }
}
@media (min-width: 1360px) {
  body .dive-carousel-bg-sec .dive-carousel-container {
    max-width: 90%;
    padding: 0;
  }
  body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel .owl-stage {
    right: -80px;
  }
}
@media (min-width: 1600px) {
  body .dive-carousel-bg-sec .dive-carousel-container {
    max-width: 80%;
  }
  body .dive-carousel-bg-sec .dive-carousel-container .owl-carousel .owl-stage {
    right: -130px;
  }
  body .dive-carousel-bg-sec h2 {
    font-size: 36px;
  }
}
body .cards-carousel-sm .owl-dots, body .dive-carousel .owl-dots {
  margin-top: 20px;
}

body .cards-carousel-sm .owl-dots .owl-dot, body .dive-carousel .owl-dots .owl-dot {
  margin: 0;
}

body .cards-carousel-sm .owl-dots .owl-dot span, body .dive-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 1px solid #ffffff;
  margin: 0 6px;
  transition: all 0.3s ease;
}

body .cards-carousel-sm .owl-dots .owl-dot.active span, body .cards-carousel-sm .owl-dots .owl-dot:hover span, body .dive-carousel .owl-dots .owl-dot.active span, body .dive-carousel .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
}

body .cards-carousel-sm .owl-dots .owl-dot:focus, body .dive-carousel .owl-dots .owl-dot:focus {
  outline: 0;
}

body .address-icons a {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 500ms ease;
}

body .address-icons a span.icon {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  position: relative;
}

body .address-icons a span.icon:before {
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background-color: #EDAE00;
  position: absolute;
  z-index: 0;
  transition: all 500ms ease;
}

body .address-icons a span.icon .material-icons {
  transition: all 500ms ease;
  font-size: inherit;
  z-index: 1;
}

body .address-icons a:hover {
  color: #EDAE00;
}

body .address-icons a:hover span.icon {
  color: #ffffff;
}

body .address-icons a:hover span.icon:before {
  height: 100%;
}

body .img-effect {
  overflow: hidden;
  position: relative;
  background-color: #007EDC;
}

body .img-effect:before, body .img-effect:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  left: 0;
  pointer-events: none;
  z-index: 2;
}

body .img-effect:before {
  background: linear-gradient(#007edc 0%, rgba(0, 126, 220, 0) 100%);
  top: 0;
}

body .img-effect:after {
  background: linear-gradient(to top, #007edc 0%, rgba(0, 126, 220, 0) 100%);
  bottom: 0;
}

body .img-effect .side, body .img-effect.img-right .img-container:before, body .img-effect.img-left .img-container:before {
  /*background: linear-gradient(to left, #007edc 20%, rgba(0, 126, 220, 0) 100%);*/
  background: linear-gradient(to left, #007edc 0%, rgba(0, 126, 220, 0) 100%);
  left: unset;
  content: "";
  position: absolute;
  height: 100%;
  width: 25%;
  z-index: 1;
  pointer-events: none;
}

body .img-effect.img-left .img-container:before {
  right: 0px;
}

body .img-effect.img-right .img-container:before {
  background: linear-gradient(to right, #007edc 0%, rgba(0, 126, 220, 0) 100%);
  left: 0px;
}

body article.article {
  background: #007EDC;
  margin-top: 4.5rem;
  color: #fff;
}

body article.article h2 {
  font-weight: 300;
  font-size: 36px;
}

body article.article p a {
  text-decoration: underline !important;
}

body article.article img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  min-height: 550px;
  max-height: 800px;
}

body .inner-text-white * {
  color: #fff !important;
}

body #dropdownLangsButton img {
  width: 33px;
}

body .general-info .general-info-p {
  display: flex;
  align-items: center;
  gap: 10px;
}

body .general-info .general-info-p span {
  min-width: 40px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}

@media (max-width: 767px) {
  body .general-info .general-info-p span svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 768px) {
  body .general-info .general-info-p {
    gap: 20px;
  }
  body .general-info .general-info-p span {
    min-width: 50px;
  }
}
@media (min-width: 1200px) {
  body .general-info .general-info-p span {
    min-width: 64px;
  }
}
body .acc-num:before {
  content: "email" !important;
}

body header {
  position: relative;
  z-index: 500;
}

body .mobile-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  /*overflow: hidden; overflow: unset;*/
}

body .mobile-header #dropdownLangsButton {
  padding: 0;
}

body .mobile-header #dropdownLangsButton span {
  display: none;
}

body .mobile-header #dropdownLangsButton:after {
  margin-left: 0;
}

@media (max-width: 991px) {
  body .mobile-header #dropdownLangsButton {
    display: flex;
  }
  body .mobile-header #dropdownLangsButton img {
    width: 40px;
  }
}
body .mobile-nav__toggler {
  color: #ffffff;
}

body .mobile-nav__toggler:hover {
  color: #00b3ed;
}

body .mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-left 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-left 500ms ease 500ms;
  -webkit-transition: left 500ms ease 500ms, visibility 500ms ease 500ms;
  -o-transition: left 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: left 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: left 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-left 500ms ease 500ms;
  visibility: hidden;
}

body .mobile-nav__wrapper .mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333333;
  opacity: 0.6;
  cursor: pointer;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body .mobile-nav__wrapper .mobile-nav__content {
  width: 300px;
  background-color: #007EDC;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  left: -100%;
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-left 500ms ease 0ms;
  -webkit-transition-duration: 500ms, 500ms, 500ms;
  -o-transition-duration: 500ms, 500ms, 500ms;
  transition-duration: 500ms, 500ms, 500ms;
  -webkit-transition-timing-function: ease, ease, ease;
  -o-transition-timing-function: ease, ease, ease;
  transition-timing-function: ease, ease, ease;
  -webkit-transition-delay: 0ms, 0ms, 0ms;
  -o-transition-delay: 0ms, 0ms, 0ms;
  transition-delay: 0ms, 0ms, 0ms;
  transition-property: opacity, visibility, -webkit-left;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-left 500ms ease 0ms;
  transition-duration: 500ms, 500ms, 500ms;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0ms, 0ms, 0ms;
  transition-property: opacity, visibility, -webkit-left;
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, left 500ms ease 0ms;
  -o-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, left 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, left 500ms ease 0ms;
  transition-duration: 500ms, 500ms, 500ms;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0ms, 0ms, 0ms;
  -webkit-transition-property: opacity, visibility, left;
  -o-transition-property: opacity, visibility, left;
  transition-property: opacity, visibility, left;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, left 500ms ease 0ms, -webkit-left 500ms ease 0ms;
  -webkit-transition-duration: 500ms, 500ms, 500ms, 500ms;
  -o-transition-duration: 500ms, 500ms, 500ms, 500ms;
  transition-duration: 500ms, 500ms, 500ms, 500ms;
  -webkit-transition-timing-function: ease, ease, ease, ease;
  -o-transition-timing-function: ease, ease, ease, ease;
  transition-timing-function: ease, ease, ease, ease;
  -webkit-transition-delay: 0ms, 0ms, 0ms, 0ms;
  -o-transition-delay: 0ms, 0ms, 0ms, 0ms;
  transition-delay: 0ms, 0ms, 0ms, 0ms;
  transition-property: opacity, visibility, left, -webkit-left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body .mobile-nav__wrapper .mobile-nav__content ul {
  list-style: none;
  padding-left: 0;
}

body .mobile-nav__wrapper .mobile-nav__content .mobile-nav-links {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
}

body .mobile-nav__wrapper .mobile-nav__content .mobile-nav-links li:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

body .mobile-nav__wrapper .mobile-nav__content .mobile-nav-links li a {
  padding: 10px 0;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body .mobile-nav__wrapper .mobile-nav__content .mobile-nav-links li a.active {
  color: #EDAE00;
}

body .mobile-nav__wrapper .mobile-nav__content .mobile-nav-links li a button {
  width: 30px;
  height: 30px;
  background-color: #00b3ed;
  border: none;
  outline: none;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin-left: auto;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

body .mobile-nav__wrapper .mobile-nav__content .mobile-nav-links li a button:before {
  content: "";
  position: absolute;
  background-image: url(/images/svg/arrow-right-bold.svg);
  width: 12px;
  height: 12px;
  background-size: cover;
}

body .mobile-nav__wrapper .mobile-nav__content .mobile-nav-links li a.expanded button {
  background-color: #EDAE00;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

body .mobile-nav__wrapper .mobile-nav__content .mobile-nav-links li.social-media-icons {
  position: absolute;
  width: 100%;
  bottom: 0;
}

body .mobile-nav__wrapper .mobile-nav__content .mobile-nav-links li.social-media-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body .mobile-nav__wrapper .mobile-nav__content .mobile-nav-links li ul {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 0.5em;
}

body .mobile-nav__wrapper .mobile-nav__content .mobile-nav-links li.dropdown-closed ul {
  display: none;
}

body .mobile-nav__wrapper .mobile-nav__content .close-btn {
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 15px;
}

body .mobile-nav__wrapper .mobile-nav__content .mobile-logo {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body .mobile-nav__wrapper.expanded {
  opacity: 1;
  left: 0;
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-left 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-left 500ms ease 0ms;
  -webkit-transition: left 500ms ease 0ms, visibility 500ms ease 0ms;
  -o-transition: left 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: left 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: left 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-left 500ms ease 0ms;
}

body .mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  left: 0;
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-left 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-left 500ms ease 500ms;
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, left 500ms ease 500ms;
  -o-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, left 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, left 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, left 500ms ease 500ms, -webkit-left 500ms ease 500ms;
}

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

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

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

.landing-page {
  position: relative;
  z-index: 1;
}

.landing-page .landing_header {
  padding: 40px 0 40px;
  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 {
    padding: 50px 0 40px;
  }
  .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 {
    padding: 50px 0;
  }
  .landing-page .landing_header .weather {
    /*gap: 16px;*/
    /*img {
        width: 48px;
        height: 48px;
    }*/
  }
  .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 {
    padding: 70px 0 50px;
  }
  .landing-page .landing_header .logo {
    width: 200px;
  }
}
@media (min-width: 1600px) {
  .landing-page .landing_header {
    padding: 105px 0 50px;
  }
  .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 .container-fluid {
  padding: 0 4vw;
}

.landing-page .bg-video-section {
  position: relative;
  overflow: hidden;
}

.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: fixed;
  height: 100vh;
  z-index: -1;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.landing-page .bg-video-section:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #007edc 0%, rgba(0, 126, 220, 0) 100%);
  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-weight: 300;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 768px) {
  .landing-page .bg-video-section h1 {
    font-size: 50px;
    margin-bottom: 25px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  .landing-page .bg-video-section h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (min-width: 1600px) {
  .landing-page .bg-video-section h1 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (min-width: 992px) {
  .landing-page .bg-video-section video {
    position: absolute;
    height: 100%;
  }
}
@media (min-width: 1700px) {
  .landing-page .bg-video-section video {
    height: 110%;
  }
}
.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;
  }
}
/* 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----*/
/* ------------ Start Destination HomePage -------------- */
.destination-page {
  /*@include Screen-Up(xl) { }*/
}

.destination-page main.welcome {
  position: relative;
  z-index: 1;
  background-color: #007EDC;
}

.destination-page main.welcome .destination {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

.destination-page main.welcome .destination a:hover {
  color: #fff;
  text-decoration: underline !important;
}

.destination-page main.welcome .destination div:has(> br) {
  display: none;
}

.destination-page main.welcome .font-weight-bold {
  font-size: 24px;
  font-weight: 500 !important;
  line-height: 29px;
  margin: 15px 0 20px;
  display: block;
}

.destination-page main.welcome .buttons .btn img {
  vertical-align: sub;
}

.destination-page main.welcome .btn-main {
  width: 250px;
}

.destination-page main.welcome .btn-outline-light:hover {
  color: #565656;
  background: none;
}

.destination-page main.welcome .btn-outline-light:hover:before {
  background-color: rgba(248, 249, 250, 0.5);
}

.destination-page main.welcome .discount-card {
  max-width: 376px;
  margin: auto;
}

.destination-page main.welcome .discount-card .number {
  font-weight: bold;
  font-size: 62px;
  text-align: center;
  color: #007edc;
  line-height: 70px;
}

.destination-page main.welcome .discount-card img {
  object-fit: cover;
}

.destination-page main.welcome .card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 182, 237, 0), #00b3ed);
  padding: 2.5rem 1.5rem 3rem;
  display: flex;
  align-items: flex-end;
}

.destination-page main.welcome .card-overlay p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 2.52px;
  color: #fff;
  text-transform: uppercase;
}

.destination-page main.welcome .card-overlay p:first-child {
  width: 220px;
}

.destination-page main.welcome .card-overlay p:last-child {
  width: 260px;
  max-height: 120px;
  max-height: 120px;
  overflow: hidden !important;
  text-overflow: ellipsis;
  font-size: 12px;
}

.destination-page main.welcome .card-overlay p:last-child :after {
  content: "...";
  position: absolute;
  bottom: 2px;
  right: 2px;
}

.destination-page main.welcome .card-overlay b.number {
  font-size: 62px;
  font-weight: bold;
  line-height: 1.23;
  color: #FFEE00;
  margin: -15px 0 0px;
}

.destination-page main.welcome .btn-danger {
  height: 40px;
  margin-bottom: 30px;
  background-color: #E74C3C;
}

.destination-page main.welcome .btn-danger img {
  transition: all 1s ease-in-out;
}

.destination-page main.welcome .btn-danger:hover img {
  transform: translate(160px, -3px) rotate(12deg);
}

.destination-page .diving-centers {
  position: relative;
  overflow: hidden;
  /*margin-bottom: 7rem;*/
}

.destination-page .diving-centers div:has(> video) {
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}

.destination-page .diving-centers div:has(> video):after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #007edc 10%, transparent 40%, #007edc 90%);
}

.destination-page .diving-centers video {
  width: 100%;
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  max-height: fit-content;
  max-height: 1080px;
}

.destination-page .diving-centers .center .image {
  margin: auto;
  height: 170px;
  width: 170px;
  border: 6px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}

.destination-page .diving-centers .center .image img {
  transition: all 0.3s ease-in-out;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.destination-page .diving-centers .center:hover img {
  transform: scale(1.05);
  opacity: 1;
}

.destination-page .diving-centers .center span {
  font-size: 32px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
}

.destination-page .diving-centers .coming-soon {
  opacity: 0.9;
}

.destination-page .diving-centers .coming-soon a.stretched-link {
  display: none;
}

.destination-page .diving-centers .coming-soon .image {
  border-color: rgba(255, 255, 255, 0.6);
}

.destination-page .diving-centers .coming-soon span {
  font-weight: 600;
  margin-bottom: 0px !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

.destination-page .diving-centers .coming-soon:after {
  color: rgba(255, 255, 255, 0.8) !important;
  content: "(Coming Soon)";
  font-weight: 600;
}

@media (max-width: 991.8px) {
  .destination-page .diving-centers h2 {
    font-size: 32px !important;
  }
  .destination-page .diving-centers div:has(> video) {
    top: 50%;
  }
}
@media (max-width: 767.8px) {
  .destination-page .diving-centers .centers-group {
    flex-direction: column;
  }
  .destination-page .diving-centers .center {
    display: flex;
    margin: 10px 0 0 0;
    align-items: center;
  }
  .destination-page .diving-centers .center .image {
    height: 120px;
    border-radius: 10%;
    border: 3px solid #fff;
  }
  .destination-page .diving-centers .center span {
    font-size: 22px;
  }
  .destination-page .diving-centers .center:nth-child(odd) .image {
    order: 1;
  }
  .destination-page .diving-centers video {
    width: auto;
  }
}
.destination-page .quality-education h2 {
  font-size: 36px;
}

.destination-page .quality-education .cards-carousel-container .card > img {
  /*max-width: 340px;*/
  width: 100%;
  height: 470px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  object-position: center;
}

.destination-page .quality-education .cards-carousel-container .card-body {
  background: linear-gradient(rgba(0, 126, 220, 0) 0%, rgba(0, 101, 176, 0.76) 75%, #005da2 100%);
  display: flex;
  align-items: flex-end;
  width: 100%;
  transition: all 0.3s ease-in-out;
  padding-bottom: 1px;
  margin-bottom: -1px;
}

.destination-page .quality-education .cards-carousel-container .card-body img {
  width: unset;
  display: inline-block;
}

.destination-page .quality-education .cards-carousel-container .card-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  text-align: left;
}

.destination-page .quality-education .cards-carousel-container .card-footer {
  background: #005DA2;
}

@media (min-width: 768px) {
  .destination-page .quality-education .cards-carousel-container .card {
    max-width: 340px;
  }
}
.destination-page .quality-education .cards-carousel-container .card:hover > img {
  transform: scale(1.1);
}

.destination-page .quality-education .cards-carousel-container .card:hover .card-body {
  background: linear-gradient(rgba(0, 126, 220, 0) 50%, rgba(0, 101, 176, 0.76) 76%, #005da2 100%);
}

@media (max-width: 767.8px) {
  .destination-page .quality-education .cards-carousel-container .cards {
    /*max-width: 330px;*/
    /*padding-bottom: 40px;*/
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .destination-page .quality-education .cards-carousel-container {
    padding-left: 100px;
  }
  .destination-page .quality-education .cards-carousel-container .card {
    max-width: unset;
  }
}
@media (min-width: 1200px) {
  .destination-page .quality-education .cards-carousel-container {
    /*position: absolute;*/
    /*right: 5px;*/
    /*max-width: fit-content;*/
  }
  .destination-page .quality-education .cards-carousel-container .cards-carousel {
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  .destination-page .quality-education .cards-carousel-container .cards-carousel .item {
    max-width: fit-content;
  }
  .destination-page .quality-education .cards-carousel-container .cards-carousel .item .card {
    max-width: 250px;
  }
}
@media (min-width: 1366px) {
  .destination-page .quality-education .cards-carousel-container {
    /*position: absolute;*/
    /*right: 5px;*/
    /*max-width: fit-content;*/
  }
  .destination-page .quality-education .cards-carousel-container .cards-carousel {
    gap: 14px;
  }
  .destination-page .quality-education .cards-carousel-container .cards-carousel .item {
    max-width: fit-content;
  }
  .destination-page .quality-education .cards-carousel-container .cards-carousel .item .card {
    max-width: 280px;
  }
}
@media (min-width: 1620px) {
  .destination-page .quality-education .cards-carousel-container {
    /*position: absolute;*/
    /*right: 65px;*/
  }
  .destination-page .quality-education .cards-carousel-container .cards-carousel {
    gap: 35px;
  }
}
@media (min-width: 1900px) {
  .destination-page .quality-education .cards-carousel-container .cards-carousel .item .card {
    max-width: 340px;
  }
}
.destination-page .testimonials h3.h1 {
  font-size: 36px !important;
}

.destination-page .testimonials .nav-tabs {
  border: 1px solid transparent;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.168627451);
}

.destination-page .testimonials .nav-tabs .nav-link {
  display: flex;
  border: none;
  background: transparent;
  color: #fff;
  border-bottom: 1px solid transparent;
  padding: 0.75rem 0rem;
  margin: 0 1rem;
}

.destination-page .testimonials .nav-tabs .nav-link.active {
  border-color: #fff;
}

.destination-page .testimonials .nav-tabs .nav-link.active dt, .destination-page .testimonials .nav-tabs .nav-link.active dd {
  font-weight: 600;
}

.destination-page .testimonials .nav-tabs .nav-link img {
  margin-right: 10px;
}

.destination-page .testimonials .nav-tabs dl {
  display: flex;
  gap: 11px;
  margin-bottom: 0;
}

.destination-page .testimonials .nav-tabs dt, .destination-page .testimonials .nav-tabs dd {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
}

.destination-page .testimonials .tab-content {
  min-height: 280px;
  background: rgba(255, 255, 255, 0.168627451);
  border-radius: 5px;
  padding: 25px;
  text-align: center;
}

.destination-page .testimonials .testimonials-carousel .rating-row .rating span {
  font-size: 16px;
}

.destination-page .testimonials .testimonials-carousel .item {
  max-width: 85%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 220px;
}

.destination-page .testimonials .testimonials-carousel .user-img {
  max-width: 40px;
  border-radius: 50%;
  margin: auto;
}

.destination-page .testimonials .testimonials-carousel .logo {
  max-width: 120px;
}

.destination-page .testimonials .testimonials-carousel .owl-next, .destination-page .testimonials .testimonials-carousel .owl-prev {
  position: absolute;
  right: 0;
  outline: none;
  top: 40%;
  width: 32px;
  height: 32px;
  transition: all 0.3s ease-in-out;
  padding: 3px !important;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3333333333);
  border-radius: 50%;
}

.destination-page .testimonials .testimonials-carousel .owl-prev {
  right: unset;
  left: 0;
}

.destination-page .testimonials .testimonials-carousel button[class*=owl-]:hover {
  background: rgba(255, 255, 255, 0.3333333333);
}

.destination-page .news h3.h1 {
  font-size: 36px !important;
}

.destination-page .news .news-carousel, .destination-page .news .owl-stage-outer, .destination-page .news .owl-stage, .destination-page .news .owl-item, .destination-page .news .item, .destination-page .news .card, .destination-page .news .card-background {
  height: 100%;
}

.destination-page .news .news-dots {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  gap: 20px;
  min-width: 80px;
  max-width: fit-content;
}

.destination-page .news .news-dots .owl-dot {
  background-color: transparent !important;
  border: 0;
  padding: 0;
  display: none;
}

.destination-page .news .news-dots .owl-dot span {
  width: 13px;
  display: inline-block;
  height: 13px;
  border-radius: 50%;
  background: transparent;
  appearance: none;
  border: 1px solid #fff;
}

.destination-page .news .news-dots .owl-dot:nth-child(1), .destination-page .news .news-dots .owl-dot:nth-child(2), .destination-page .news .news-dots .owl-dot:nth-child(3) {
  display: inline-block;
}

.destination-page .news .news-dots .owl-dot.active span {
  background: #fff;
}

.destination-page .news .card {
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .destination-page .news .card {
    height: 345px;
  }
}
.destination-page .news img.card-background {
  /*height: 345px;*/
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}

.destination-page .news .card-footer {
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  height: 140px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  border: none;
  display: flex;
  align-items: flex-end;
  z-index: 1;
}

.destination-page .news .card:hover > img.card-background {
  transform: scale(1.1);
}

.contact-page {
  /*.map {
      position: relative;
      margin: auto;
      color: black;

      a:after {
          position: absolute;
          position: absolute;
          content: url('../images/svg/mappin2.svg');
          @include center(xy)
      }
  }*/
}

.contact-page .contact-form h1 {
  font-weight: 300;
}

.contact-page .contact-form textarea {
  width: 100%;
  height: 100px;
  margin-top: 20px;
  padding: 20px;
}

.contact-page .contact-form .btn-main:hover {
  border-color: #fff;
}

.contact-page .contact-form input, .contact-page .contact-form select, .contact-page .contact-form textarea {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  font-weight: 300;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  min-height: 60px;
  margin-top: 0;
  margin-bottom: 15px;
  height: unset;
}

.contact-page .contact-form input::placeholder, .contact-page .contact-form select::placeholder, .contact-page .contact-form textarea::placeholder {
  font-weight: 300;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 992px) {
  .contact-page .contact-form input, .contact-page .contact-form select, .contact-page .contact-form textarea {
    margin-bottom: 20px;
  }
}
.contact-page .contact-form select {
  appearance: none;
  background-image: url(/images/svg/simple-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.1em;
}

.contact-page .contact-form select option {
  background-color: rgba(0, 126, 220, 0.8);
}

.contact-page .contact-form .btn {
  padding: 15px 20px;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .contact-page .contact-form .btn {
    padding: 20px 30px;
  }
}
.contact-page .contact-form .g-recaptcha {
  max-width: fit-content;
}

.contact-page nav {
  position: relative;
}

.contact-page nav .nav-tabs {
  max-width: fit-content;
  padding: 0;
  border-bottom: 0;
  gap: 10px;
}

.contact-page nav .nav-tabs .nav-link {
  padding-left: 0;
  border-color: transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  transition: all 500ms ease;
  gap: 16px;
  padding-bottom: 10px;
}

.contact-page nav .nav-tabs .nav-link:after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  bottom: -1px;
  border-bottom: 4px solid #EDAE00;
  z-index: 3;
  transition: all 500ms ease;
}

.contact-page nav .nav-tabs .nav-link h2 {
  font: inherit;
  color: inherit;
  display: inline-block;
}

.contact-page nav .nav-tabs .nav-link.active, .contact-page nav .nav-tabs .nav-link:hover {
  color: #EDAE00;
  border-color: transparent;
}

.contact-page nav .nav-tabs .nav-link.active:after, .contact-page nav .nav-tabs .nav-link:hover:after {
  width: 100%;
}

@media (min-width: 992px) {
  .contact-page nav .nav-tabs {
    gap: 35px;
  }
  .contact-page nav .nav-tabs .nav-link {
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 18px;
  }
}
.contact-page nav:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 1px;
  bottom: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.contact-page #map-area #map {
  border-radius: 10px;
  overflow: hidden;
  max-width: 100%;
}

/* ---------------------------------------- */
.course_details-page .dropdown-menu {
  background-color: #EDAE00;
  z-index: 9999;
}

.course_details-page .dropdown-menu .dropdown-item:hover {
  color: #fff;
}

.courses-page article {
  padding-bottom: 4rem !important;
}

@media (max-width: 575px) {
  .courses-page article .article_text {
    z-index: 1;
    background: rgba(0, 126, 220, 0.3019607843);
  }
}
.courses-page .courses-listing {
  background: rgb(0, 126, 220);
}

.courses-page .courses-listing .card {
  border-radius: 10px;
  border: none;
  margin-bottom: 50px;
  transition: all 0.3s ease-in-out;
  overflow: visible;
}

.courses-page .courses-listing .card a .material-icons {
  font-size: 16px;
  vertical-align: inherit;
  margin-left: 5px;
}

.courses-page .courses-listing h3 {
  line-height: 24px;
  font-weight: 300;
  font-size: 24px;
  color: #007edc;
}

.courses-page .courses-listing b {
  font-size: 24px;
}

.courses-page .courses-listing .course-data > div {
  margin-left: 50px;
  position: relative;
}

.courses-page .courses-listing .course-data > div:before {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 9px;
  background-color: rgba(0, 179, 237, 0.09);
  border-radius: 50%;
  position: absolute;
  transform: translate(-50px, -10px);
}

.courses-page .courses-listing .course-data .duration:before {
  content: url(../images/svg/time.svg);
}

.courses-page .courses-listing .course-data .info:before {
  content: url(../images/svg/info.svg);
}

.courses-page .courses-listing .course-data .level:before {
  content: url(../images/svg/level.svg);
}

.courses-page .courses-listing .course-data .requirements:before {
  content: url(../images/svg/requirements.svg);
  transform: translate(-50px, -50%);
  top: 50%;
}

.courses-page .courses-listing .btn-main:hover {
  border-color: #00b3ed;
  background-color: #00b3ed;
}

.courses-page .courses-listing .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.courses-page .courses-listing .image img {
  min-height: 445px;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
}

@media (min-width: 992px) {
  .courses-page .courses-listing .image img {
    position: absolute;
  }
}
.courses-page .courses-listing .buttons .dropdown-menu {
  background-color: #EDAE00;
  z-index: 9999;
}

.courses-page .courses-listing .buttons .dropdown-menu .dropdown-item:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .courses-page .courses-listing .card .row > div:first-child {
    order: 1;
  }
  .courses-page .courses-listing .image img {
    max-height: 260px;
    min-height: 260px;
  }
}
@media (min-width: 992px) {
  .courses-page .courses-listing {
    /*.card:nth-child(even):hover {
        border-top-left-radius: 150px;

        .image {*/
    /*border-bottom-right-radius: 150px;*/
    /*img {
                position: absolute;
            }
        }
    }*/
    /*.card:nth-child(odd):hover {
        border-top-right-radius: 150px;

        .image {
            border-bottom-left-radius: 150px;
        }
    }*/
  }
  .courses-page .courses-listing .card:nth-child(even) .row > div:first-child {
    order: 3;
  }
  .courses-page .courses-listing .card:hover .image img {
    transform: scale(1.05);
  }
}
/* ---------------------------------------- */
.course_details-page {
  /*.course-data > div {
      margin-left: 50px;
      position: relative;
      font-size: 14px;
      line-height: 24px;

      &:before {
          width: 40px;
          height: 40px;
          text-align: center;
          padding: 9px;
          background-color: rgba(0, 179, 237, 0.09);
          border-radius: 50%;
          position: absolute;
          transform: translate(-50px, -10px);
      }

      &.duration:before {
          content: url(../images/svg/time.svg);
      }

      &.info:before {
          content: url(../images/svg/info.svg);
      }

      &.level:before {
          content: url(../images/svg/level.svg);
      }

      &.requirements:before {
          content: url(../images/svg/requirements.svg);
          transform: translate(-50px, 0px);
      }
  }

  h2.text-gray {
      font-weight: 500;
      color: #707070;
  }

  b.text-orange {
      font-size: 24px;
      transform: translate(-65px, 2px);
      position: absolute;
  }

  a.btn.btn-main {
      min-width: 115px;
      padding: 0px 16px;
  }

  aside .card {
      position: relative;

      a:after {*/
  /* content: "play_circle_outline";
          font-family: 'Material Icons';  
          text-transform: none;
          font-size: 80px;
          border-radius: 50%;
          position: absolute;
          top: 0;
          color: #fff;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;*/
  /*}

      img {
          max-height: 380px;
          object-fit: cover;
          width: 100%;
      }

      > span {
          display: none;
      }
  }

  @media(min-width:768px) {
      aside .card {
          margin-top: -4rem;
      }

      b.text-orange {
          transform: translate(-65px, 2px);
          position: absolute;
      }
  }*/
}

.course_details-page .main-content {
  transform: translateY(-70px);
  margin-bottom: -70px;
  position: relative;
  z-index: 1;
}

.course_details-page .main-content .logo-row {
  gap: 30px;
}

.course_details-page .main-content .logo-row .logo {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .course_details-page .main-content .logo-row .logo {
    width: 145px;
  }
}
.course_details-page .main-content p {
  color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 992px) {
  .course_details-page .main-content .sm-col {
    max-width: 400px;
    margin-left: 50px;
  }
}
.course_details-page .main-content .price-col {
  gap: 20px;
}

.course_details-page .main-content .price-col p {
  font-size: 20px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.course_details-page .main-content .price-col p .price {
  font-size: 30px;
  font-weight: 100;
  line-height: 20px;
}

.course_details-page .main-content .price-col p .price span {
  font-size: 50px;
}

.course_details-page .main-content .price-col .btn {
  padding: 10px 35px;
  letter-spacing: 0.03em;
  background-color: #ffa200;
}

@media (min-width: 992px) {
  .course_details-page .main-content .price-col {
    /*gap: 50px;*/
  }
  .course_details-page .main-content .price-col p {
    font-size: 24px;
    gap: 16px;
  }
  .course_details-page .main-content .price-col p .price {
    font-size: 50px;
    line-height: 50px;
  }
  .course_details-page .main-content .price-col p .price span {
    font-size: 70px;
  }
  .course_details-page .main-content .price-col .btn {
    padding: 14px 53px;
  }
}
.course_details-page .main-content .general-info-row {
  margin-top: 30px;
}

.course_details-page .main-content .general-info-row .general-info-p {
  margin-bottom: 10px;
  color: #ffffff;
}

.course_details-page .main-content .general-info-row .general-info > div:last-child p {
  margin-bottom: 0;
}

.course_details-page .main-content .general-info-row hr {
  margin: 20px 0;
}

.course_details-page .main-content .general-info-row h2 {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 24px;
}

@media (min-width: 992px) {
  .course_details-page .main-content .general-info-row {
    margin-top: 50px;
  }
  .course_details-page .main-content .general-info-row hr {
    margin: 33px 0 40px;
  }
  .course_details-page .main-content .general-info-row h2 {
    margin-bottom: 20px;
  }
}
.course_details-page .main-content .vid-container {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
}

.course_details-page .main-content .vid-container img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
}

.course_details-page .main-content .vid-container svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.course_details-page .main-content .vid-container a:hover {
  color: #00b3ed;
}

@media (min-width: 768px) and (max-width: 991px) {
  .course_details-page .main-content .vid-container {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .course_details-page .main-content .vid-container {
    margin-top: 0;
  }
}
.course_details-page .main-content .testimonials-carousel {
  margin: 35px 0;
}

.course_details-page .main-content .testimonials-carousel .owl-dots {
  display: block !important;
  margin-top: 34px !important;
}

.course_details-page .main-content .testimonials-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 3px;
}

.course_details-page .main-content .testimonials-carousel .owl-dots .owl-dot.active span {
  transform: scale(1.2);
  background-color: #ffffff !important;
}

.course_details-page .main-content .testimonials-carousel .owl-dots .owl-dot:focus {
  outline: none;
}

.course_details-page .main-content .testimonials-carousel .item {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  color: #707070;
  padding: 30px;
}

.course_details-page .main-content .testimonials-carousel .item h3 {
  font-weight: normal;
  font-size: 24px;
  color: #007EDC;
  margin-bottom: 14px;
}

.course_details-page .main-content .testimonials-carousel .item .date, .course_details-page .main-content .testimonials-carousel .item p, .course_details-page .main-content .testimonials-carousel .item .btn {
  color: #707070;
  font-size: 14px;
}

.course_details-page .main-content .testimonials-carousel .item .date {
  line-height: 26px;
  font-weight: normal;
}

.course_details-page .main-content .testimonials-carousel .item p {
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.course_details-page .main-content .testimonials-carousel .item .btn {
  padding: 0;
  font-weight: 500;
  text-decoration: underline;
}

.course_details-page .main-content .testimonials-carousel .item .btn:hover {
  color: #EDAE00;
}

.course_details-page .main-content .testimonials-carousel .item:after {
  content: "";
  background-image: url(/images/svg/icon-quote.svg);
  position: absolute;
  width: 60px;
  height: 48px;
  background-size: cover;
  background-repeat: no-repeat;
  right: 35px;
  top: 0;
}

@media (min-width: 992px) {
  .course_details-page .main-content .testimonials-carousel {
    margin: 50px 0 35px;
  }
  .course_details-page .main-content .testimonials-carousel .item {
    padding: 38px 34px;
  }
}
.course_details-page .main-content .details-sec {
  padding-bottom: 30px;
}

.course_details-page .main-content .details-sec hr {
  margin: 20px 0;
}

.course_details-page .main-content .details-sec p {
  margin-bottom: 0;
}

.course_details-page .main-content .details-sec p.general-info-p {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .course_details-page .main-content .details-sec {
    padding-bottom: 150px;
  }
  .course_details-page .main-content .details-sec hr {
    margin: 43px 0 50px;
  }
}
@media (min-width: 992px) {
  .course_details-page .main-content {
    transform: translateY(-100px);
    margin-bottom: -100px;
  }
}
@media (min-width: 1200px) {
  .course_details-page .main-content {
    transform: translateY(-200px);
    margin-bottom: -200px;
  }
}
.rating-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rating-row .rating {
  display: flex;
  gap: 2px;
}

.rating-row .rating span {
  color: #ffb602;
  font-size: 14px;
}

#testimonialModal .modal-body, #testimonialModal .modal-header {
  background-color: #ffffff;
}

#testimonialModal .modal-body {
  border-radius: 0 0 10px 10px;
}

#testimonialModal .close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(100%, -100%);
  width: 25px;
  height: 25px;
  border: 1px solid #EDAE00;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#testimonialModal .close span {
  color: #EDAE00;
  font-size: 16px;
  text-shadow: none;
}

#testimonialModal .modal-header {
  flex-direction: column;
  border-radius: 10px 10px 0 0;
}

#testimonialModal p, #testimonialModal .date {
  color: #707070;
}

#testimonialModal .rating-row {
  width: 100%;
}

#testimonialModal p {
  position: relative;
  font-size: 16px;
  font-weight: normal;
}

#testimonialModal h5 {
  font-weight: normal;
  font-size: 24px;
  color: #007EDC;
  margin-bottom: 14px;
}

/* ---------------------------------------- */
/* - Listing Pages: Accommodation & Offers - */
.listing-page .offers-listing {
  margin-top: 50px;
}

.listing-page .offers-listing .card img {
  border-radius: 0;
}

.listing-page .offers-listing .card .card-body {
  padding: 30px;
}

.listing-page .offers-listing .card .card-body span.price {
  color: #EDAE00;
  font-size: 18px;
}

.listing-page .offers-listing .card .card-body span.price span {
  font-size: 24px;
}

.listing-page .offers-listing .card .card-body h2 {
  color: #007EDC;
  font-size: 24px;
  font-weight: normal;
}

.listing-page .offers-listing .card .card-body b {
  font-size: 24px;
  line-height: 24px;
}

.listing-page .offers-listing .card .card-body .btn-group {
  gap: 10px;
}

.listing-page .offers-listing .card .card-body .btn-group .btn {
  padding: 8px 20px;
  font-weight: 300;
  font-size: 12px;
  border-radius: 15px;
}

.listing-page .offers-listing .card .card-body .btn-group .btn:before {
  border-top-right-radius: inherit;
}

.listing-page .offers-listing .card .card-body .card-text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.listing-page .offers-listing .card .card-body ul.card-text {
  border: 1px solid rgba(112, 112, 112, 0.1);
  border-left: 0;
  border-right: 0;
  padding: 15px;
  padding-right: 0 !important;
  margin: 15px 0 10px;
}

.listing-page .offers-listing .card .card-body ul.card-text li::marker {
  color: #EDAE00;
}

.listing-page .offers-listing .card.special_offer:after {
  content: "Special Offer";
  background-color: #ffa200;
  color: #ffffff;
  position: absolute;
  left: -45px;
  top: 20px;
  width: 150px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 10px;
  transform: rotate(-45deg);
  text-transform: uppercase;
}

.listing-page .offers-listing .card .card_footer .btn {
  padding: 10px 20px;
}

@media (min-width: 992px) {
  .listing-page .offers-listing .card .card-body {
    padding: 34px 22px 37px 30px;
  }
  .listing-page .offers-listing .card .card-body .btn-group .btn {
    padding: 8px 30px;
  }
  .listing-page .offers-listing .card .card-body ul.card-text {
    padding: 18px;
    margin: 19px 0 15px;
  }
  .listing-page .offers-listing .card .card_footer .btn {
    padding: 10px 30px;
  }
}
@media (min-width: 447px) {
  .listing-page .listing .card_footer {
    display: flex;
  }
}
.listing-page .card {
  /*transform: translatey(-100px);*/
  color: #565656;
  box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.16);
  border: none;
  position: relative;
}

.listing-page .page-header {
  padding-bottom: 8rem !important;
}

.listing-page a.number {
  margin-left: 50px;
  position: relative;
}

.listing-page a.number:before {
  content: "call";
  font-family: "Material Icons";
  text-transform: none;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 19px;
  color: #00b3ed;
  text-align: center;
  padding: 10px;
  background-color: rgba(0, 179, 237, 0.09);
  border-radius: 50%;
  position: absolute;
  transform: translate(-50px, -10px);
}

.accommodation-page {
  margin-bottom: -2rem;
  /*.card:nth-child(odd):hover {
      border-top-left-radius: 150px;

      .image {
          border-bottom-right-radius: 150px;
      }
  }

  .card:nth-child(even) {
      .row > div:first-child {
          order: 3;
      }

      &:hover {
          border-top-right-radius: 150px;

          .image {
              border-bottom-left-radius: 150px;
          }
      }
  }*/
}

.accommodation-page .btn-main {
  width: 160px;
  height: 40px;
  line-height: 25px;
}

.accommodation-page .listing {
  margin-top: 100px;
  margin-top: 70px;
}

.accommodation-page .page-header {
  padding-bottom: 5rem !important;
}

.accommodation-page h2 {
  color: #565656;
}

.accommodation-page .card {
  box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-in-out;
  border: none;
}

.accommodation-page .card-body {
  padding: 2rem 1.5rem;
}

.accommodation-page .number {
  /*margin-left: 50px;*/
  position: relative;
  transform: translateY(2px);
  font-weight: 500;
  /*&::before {
      content: 'call';
      font-family: 'Material Icons';
      text-transform: none;
      width: 40px;
      height: 40px;
      font-size: 16px;
      line-height: 19px;
      color: #00b3ed;
      text-align: center;
      padding: 10px;
      background-color: rgba(0, 179, 237, 0.09);
      border-radius: 50%;
      position: absolute;
      transform: translate(-50px, -10px);
      border: 1px solid transparent;
  }*/
}

.accommodation-page .number:after {
  content: "";
  background: rgba(0, 179, 237, 0.09);
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
  width: 40px;
  /*opacity: 0; width: 0%;*/
}

.accommodation-page .number:hover {
  /*&:before {
      border: 1px solid #00b3ed;
  }*/
}

.accommodation-page .number:hover:after {
  width: 200px;
  opacity: 1;
  border-radius: 20px 5px 5px 20px;
}

.accommodation-page .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background: skyblue;
}

.accommodation-page .card:hover .image img {
  transform: scale(1.15);
}

@media (min-width: 447px) {
  .accommodation-page .card_footer {
    display: flex;
  }
}
.dive_sites-page h1 {
  font-weight: 300;
  font-size: 36px;
}

.dive_sites-page .swiper-banner .banner-title {
  bottom: -80%;
}

.dive_sites-page .swiper-banner .banner-title:before {
  content: none;
}

.dive_sites-page .swiper-banner .banner-title small {
  font-size: 16px;
  letter-spacing: 0.1em;
}

.dive_sites-page .swiper-banner .banner-title span {
  display: block;
  font-weight: 100;
  font-size: 70px;
}

.dive_sites-page .sites-listing {
  background: #007EDC;
  position: relative;
}

.dive_sites-page .sites-listing ul {
  height: 1000px;
  height: 950px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.dive_sites-page .sites-listing ul::-webkit-scrollbar-thumb {
  background-color: white;
}

.dive_sites-page .sites-listing ul::-webkit-scrollbar {
  width: 2.5px;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

.dive_sites-page .sites-listing .media {
  color: #fff;
  transition: all 0.5s ease-in-out;
  margin: 15px 0 25px;
  position: relative;
}

.dive_sites-page .sites-listing .media > img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid #fff;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 576px) {
  .dive_sites-page .sites-listing .media > img {
    display: none;
  }
}
.dive_sites-page .sites-listing .media:hover > img {
  border-color: #EDAE00;
}

.dive_sites-page .sites-listing .media p {
  line-height: 18px;
}

.dive_sites-page .sites-listing .map {
  z-index: 1;
}

.dive_sites-page .sites-listing .img-effect:before, .dive_sites-page .sites-listing .img-effect:after {
  height: 20%;
}

.dive_sites-page .sites-listing .img-effect.img-right .img-container:before {
  width: 65%;
}

@media (max-width: 991px) {
  .dive_sites-page .swiper-banner .banner-title {
    bottom: -75%;
  }
}
@media (min-width: 992px) {
  .dive_sites-page .container-fluid {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
  }
}
@media (max-width: 575px) {
  .dive_sites-page h1 {
    font-size: 22px;
    line-height: 26px;
  }
  .dive_sites-page .swiper-banner .banner-title {
    bottom: -70%;
  }
  .dive_sites-page .swiper-banner .banner-title span {
    font-size: 40px;
    line-height: 40px;
  }
  .dive_sites-page .img-effect:before, .dive_sites-page .img-effect:after, .dive_sites-page .img-container:before {
    content: none;
  }
  .dive_sites-page div#map, .dive_sites-page #map-area {
    height: 500px;
  }
}
.divesites_details-page .home-banner {
  position: relative;
  z-index: 1;
}

.divesites_details-page .banner-title:before {
  display: none;
}

.divesites_details-page .left-area {
  z-index: 1;
  position: relative;
}

.divesites_details-page hr {
  margin: 20px 0;
}

.divesites_details-page h3 {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 20px;
}

.divesites_details-page p {
  color: rgba(255, 255, 255, 0.8);
}

.divesites_details-page .sm-map-container {
  padding-top: 20px;
}

.divesites_details-page .sm-map-container h3 {
  margin-bottom: 12px;
}

.divesites_details-page .sm-map-container .sm-map {
  height: 200px;
  display: flex;
}

.divesites_details-page .sm-map-container .sm-map iframe, .divesites_details-page .sm-map-container .sm-map img {
  width: 100%;
  min-height: 100%;
  border-radius: 5px;
}

@media (min-width: 500px) {
  .divesites_details-page .sm-map-container .sm-map {
    max-width: 370px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .divesites_details-page .sm-map-container {
    padding-top: 0;
  }
}
.divesites_details-page .map-area-container {
  position: relative;
  padding-top: 30px;
}

.divesites_details-page .map-area-container .general-info {
  position: relative;
}

@media (min-width: 768px) {
  .divesites_details-page .map-area-container .general-info .general-info-p {
    gap: 15px;
    margin-bottom: 25px;
  }
  .divesites_details-page .map-area-container .general-info .general-info-p:last-child {
    margin-bottom: 0;
  }
}
.divesites_details-page .map-area-container #map-area {
  width: 100%;
  z-index: 0;
  padding-top: 40px;
  max-width: 500px;
}

@media (max-width: 991px) {
  .divesites_details-page .map-area-container #map-area > .row {
    margin: 0;
    justify-content: center;
  }
}
.divesites_details-page .map-area-container #map-area .img-effect {
  height: 100%;
  width: 100%;
}

.divesites_details-page .map-area-container #map-area .img-effect:before, .divesites_details-page .map-area-container #map-area .img-effect:after {
  height: 25%;
  display: none;
}

.divesites_details-page .map-area-container #map-area .img-effect .img-container:before {
  width: 25%;
  left: 50px;
  display: none;
}

.divesites_details-page .map-area-container #map-area .map-btn {
  position: relative;
  padding: 10px 22px;
  margin: auto;
  margin-bottom: 10px;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.divesites_details-page .map-area-container #map-area .map-btn:before {
  content: "View Map";
  position: relative;
}

.divesites_details-page .map-area-container #map-area .map-btn:after {
  content: "";
  position: relative;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url(/images/svg/arrow-downward-outline.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 6px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.divesites_details-page .map-area-container #map-area .map-btn.active:before {
  content: "Hide Map";
}

.divesites_details-page .map-area-container #map-area .map-btn.active:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.divesites_details-page .map-area-container #map-area #map {
  width: 100%;
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  display: flex;
  border-radius: 5px;
}

.divesites_details-page .map-area-container #map-area #map iframe {
  height: 500px;
  width: 100%;
}

.divesites_details-page .map-area-container #map-area #map.active {
  max-height: 700px;
}

.divesites_details-page section {
  background-color: #007EDC;
  z-index: 1;
}

@media (min-width: 992px) {
  .divesites_details-page .left-area {
    padding-right: 40px;
    padding-bottom: 100px;
  }
  .divesites_details-page hr {
    margin: 38px 0 35px;
  }
  .divesites_details-page .sm-map-container {
    padding-top: 35px;
  }
  .divesites_details-page .map-area-container {
    padding-top: 60px;
  }
  .divesites_details-page .map-area-container #map-area {
    position: absolute;
    height: 100%;
    max-height: 700px;
    margin-top: auto;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 60px;
  }
  .divesites_details-page .map-area-container #map-area .img-effect {
    padding-left: 50px;
    width: 50%;
  }
  .divesites_details-page .map-area-container #map-area .img-effect:before, .divesites_details-page .map-area-container #map-area .img-effect:after, .divesites_details-page .map-area-container #map-area .img-effect .img-container:before {
    display: block;
  }
  .divesites_details-page .map-area-container #map-area #map {
    max-height: unset;
  }
  .divesites_details-page .map-area-container #map-area #map iframe {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .divesites_details-page .left-area {
    padding-right: 50px;
    padding-bottom: 150px;
  }
}
.dive_center-page {
  /*address p:before {
      background-color: rgba(0, 179, 237, 0.05);
      color: #00b3ed;
  }*/
}

.dive_center-page .page-header {
  padding-bottom: 9rem !important;
}

@media (max-width: 575px) {
  .dive_center-page .article_text {
    position: absolute;
    z-index: 1;
    background: rgba(0, 126, 220, 0.3);
    transform: translateX(10px);
    overflow-y: scroll;
    max-height: 550px;
    /* Track */
    /* Handle */
  }
  .dive_center-page .article_text::-webkit-scrollbar {
    width: 10px;
  }
  .dive_center-page .article_text::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.25);
  }
  .dive_center-page .article_text::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    border: 3px solid transparent;
    background-clip: content-box;
  }
  .dive_center-page .article_text::-webkit-scrollbar-thumb:hover {
    background-color: #0c1c71;
  }
}
.dive_center-page .centers-listing {
  background: #007EDC;
}

.dive_center-page .centers-listing .card {
  box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, 0.16);
}

.dive_center-page .centers-listing img {
  width: 100%;
  object-fit: cover;
  min-height: 356px;
  height: 360px;
}

@media (min-width: 992px) {
  .dive_center-page .centers-listing .card:nth-child(even) > div:first-child {
    order: 3;
  }
}
.dive_center-page .centers-listing .swiper-pagination {
  width: 102%;
  padding: 45px 0 30px;
  background-image: linear-gradient(to bottom, rgba(0, 182, 237, 0), #00b3ed);
  bottom: 0;
  left: 50%;
}

.dive_center-page .centers-listing .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
}

.dive_center-page .centers-listing .swiper-pagination-bullet-active {
  vertical-align: unset;
  background: #EDAE00;
  border: 1px solid #EDAE00;
}

.dive_center-page .card {
  border: none;
  margin-bottom: 30px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}

.dive_center-page address a {
  color: inherit;
}

.dive_center-page address a span.icon {
  color: #00b3ed;
  background-color: rgba(0, 179, 237, 0.05);
}

.dive_center-page .center-card {
  min-height: 350px;
  background: no-repeat right bottom;
  background-image: url("../images/backgrounds/centers-card.svg");
  height: 100%;
  background-size: 25%;
}

.dive_center-page .font-weight-normal {
  font-weight: 500 !important;
}

.dive_center-page .center-areas {
  background: rgba(0, 126, 220, 0.05);
}

.dive_center-page .center-areas .card-title {
  font-weight: 300;
  color: #007edc;
}

.dive_center-page .center-areas img {
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 280px;
}

.dive_center-page .center-areas .image-popup-no-margins {
  position: relative;
}

.dive_center-page .center-areas .image-popup-no-margins:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  /*content: 'zoom_in';
  font-family: 'Material Icons';*/
  background: rgba(0, 0, 0, 0.4);
  text-transform: none;
  text-align: center;
  color: #fff;
  padding: 25% 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.dive_center-page .center-areas .image-popup-no-margins .icon {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.dive_center-page .center-areas .card:hover .image-popup-no-margins:after,
.dive_center-page .center-areas .card:hover .image-popup-no-margins .icon {
  opacity: 1;
}

@media (min-width: 992px) {
  .dive_center-page .center-areas .card:nth-child(even) .row > div:first-child {
    order: 3;
  }
}
.diving_guide-page {
  /*article {
      .content {
          margin-left: 1.95rem;
          margin-right: 1.95rem;
          color: #fff;
      }

      p > a { 
          color: #fff;
          text-decoration:underline;
      }

      h2 { 
          font-weight: 500 !important;
          color: #fff;
      }

      span.material-icons {
          font-size: 18px;
      }

      @media(min-width:1200px) {
          .content {
              margin-left: 9%;
              margin-right: 2rem;
          }

          img {
              min-height: 500px;
              height: -webkit-fill-available;
              max-height: 600px;
              object-fit: cover;
          }

          .row:nth-child(even) > div:first-child {
              order: 3
          }
      }

      @media(min-width:1340px) {
          .content {
              margin-left: 17%;
          }
      }
  }

  .best-dives {
      background: url(/images/backgrounds/diving.svg) #007EDC repeat-x;
      background-position: bottom;
      padding: 50px 0 100px;

      .stretched-link::after {
          z-index: 2;
      }

      .card {
          height: 280px;
          width: 380px;
          border: none;

          &:after {
              content: "";
              position: absolute;
              bottom: 0;
              left: 0;
              width: 0;
              height: 0;
              background-color: rgba(255, 255, 255, 0.5);

              @include transform(rotate(0deg) scale(1) skew(0deg) translate(0px));
              @include transition-default ($what: all, $length: 0.4s, $easing: ease-in-out);
          }

          .card-footer {
              z-index: 1;
              background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.78));
              bottom: 0;
              position: absolute;
              width: 100%;
              height: 100px;
              border: none;
              color: #fff;
              display: flex;
              background-color: transparent;
              padding: 2.75rem 2.25rem 2rem;
          }

          .card-title {
              font-size: 18px;
              line-height: 22px;
              color: #fff;
              font-weight: 600;
          }

          img.card-background {
              position: absolute;
              right: 0;
              left: 0;
              width: 100%;
              height: 100%;
              object-fit: cover;
              opacity: 0.95;
              @include transition-default ($what: all, $length: 0.3s, $easing: "");
          }

          &:hover {
              &:after {
                  height: 100%;
                  width: 100%;
                  background-color: transparent;
              }

              img.card-background {
                  opacity: 1;*/
  /*-webkit-filter: invert(0%) sepia(100%) saturate(0) hue-rotate(92deg) brightness(122%) contrast(140%) grayscale(1);
                  filter: invert(0%) sepia(100%) saturate(0) hue-rotate(92deg) brightness(122%) contrast(140%) grayscale(1);*/
  /*}
          }
      }

      .swiper-pagination {
          bottom: -40px;
      }

      @include Screen-Down(sm) {
          .card .card-footer {
              padding: 9.75rem 1.25rem 2rem;
          }
      }

      .swiper-pagination-bullet {
          width: 14px;
          height: 14px;
          border: 2px solid #fff;
      }

      .swiper-pagination-bullet-active {
          vertical-align: unset;
          background: #EDAE00;
          border: 1px solid #EDAE00;
      }
  }*/
}

.diving_guide-page .banner_container img {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .diving_guide-page .banner_container img {
    width: 30px;
  }
}
.diving_guide-page .effect-section {
  position: relative;
}

@media (min-width: 1200px) {
  .diving_guide-page .effect-section.first-sec .txt {
    padding-top: 115px;
    padding-bottom: 90px;
  }
}
.diving_guide-page .effect-section .txt {
  padding-top: 60px;
  position: relative;
  z-index: 3;
  text-align: center;
}

@media (min-width: 992px) {
  .diving_guide-page .effect-section .txt {
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .diving_guide-page .effect-section.txt-right .txt {
    padding-right: 0;
    padding-left: 40px;
  }
}
.diving_guide-page .effect-section h2 {
  font-weight: 300;
  margin-bottom: 18px;
}

@media (min-width: 1200px) {
  .diving_guide-page .effect-section h2 {
    font-size: 36px;
  }
}
.diving_guide-page .effect-section h3 {
  font-weight: 300;
  margin-bottom: 21px;
  font-size: 20px;
}

@media (min-width: 1200px) {
  .diving_guide-page .effect-section h3 {
    font-size: 24px;
  }
}
.diving_guide-page .effect-section p {
  color: rgba(255, 255, 255, 0.8);
}

.diving_guide-page .effect-section .btn {
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #00b3ed !important;
  transition: all 0.4s ease-in-out;
  margin-top: 25px;
}

.diving_guide-page .effect-section .btn:before {
  display: none;
}

.diving_guide-page .effect-section .btn:hover {
  background-color: transparent;
  border-color: #dedede !important;
}

.diving_guide-page .effect-section .img-effect {
  height: 100%;
  width: 100%;
}

.diving_guide-page .effect-section .img-effect .img-container {
  height: 100%;
  min-height: 260px;
}

.diving_guide-page .effect-section .img-effect .img-container img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.diving_guide-page .effect-section .img-effect .img-container:after {
  background: linear-gradient(to right, #007edc 0%, rgba(0, 126, 220, 0) 100%);
  content: "";
  left: 0;
  position: absolute;
  height: 100%;
  width: 50%;
  z-index: 1;
  pointer-events: none;
}

.diving_guide-page .effect-section .img-effect.img-right {
  left: unset;
  right: 0;
}

.diving_guide-page .effect-section .img-effect.img-right .img-container:after {
  background: linear-gradient(to left, #007edc 0%, rgba(0, 126, 220, 0) 100%);
  left: unset;
  right: 0;
}

@media (min-width: 992px) {
  .diving_guide-page .effect-section .img-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
  }
  .diving_guide-page .effect-section .img-effect .img-container {
    width: 100%;
  }
  .diving_guide-page .effect-section .img-effect .img-container:after {
    display: none;
  }
}
/* ---------------------------------------- */
.news-page .news-card {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  overflow: hidden;
}

.news-page .card-img a {
  display: flex;
  height: 100%;
}

.news-page img.img-fluid:not(.banner_image) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 280px;
  min-height: 240px;
  margin: auto;
  object-position: center;
}

.news-page h2 {
  transition: all 0.3s ease-in-out;
}

.news-page .row img.news_img {
  object-fit: cover;
  width: 100%;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  object-fit: contain;
  display: block;
  width: 550px !important;
  height: 500px !important;
  max-height: unset;
}

.news-page ul.share {
  text-align: right;
  float: right;
}

.news-page ul.share > li {
  display: inline;
  margin: 0 5px;
}

.news-page .news_date {
  display: block;
  font-size: 15px;
}

.news-page .news_date span {
  vertical-align: sub;
  margin-right: 5px;
  font-size: 20px;
}

.news-page .archive button[aria-expanded=false] .remove-icon {
  display: none;
}

.news-page .archive button[aria-expanded=true] .add-icon {
  display: none;
}

.partners-page h2 {
  color: #495057;
}

.partners-page .partners .img-fluid {
  object-fit: contain;
  height: 100%;
  width: 100%;
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  display: block;
  background: rgba(237, 174, 0, 0.1);
  padding: 10px 10px;
  border-radius: 15px;
}

.partners-page .dive-center-facility + hr:last-of-type {
  display: none;
}

/* ---------------------------------------- */
.info-page * {
  color: #fff;
}

.info-page h2 {
  font-size: 25px;
}

@media (min-width: 768px) {
  .info-page h2 {
    font-size: 36px;
  }
}
.info-page span {
  font-size: 16px;
  font-weight: 300 !important;
}

@media (min-width: 768px) {
  .info-page span {
    font-size: 18px;
  }
}
.info-page p > br:only-child {
  display: block;
  height: 1px;
  border-bottom: 1px solid #fff;
  content: "";
}

/* ---------------------------------------- */
.safari-page .landing_header {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 2;
}

.safari-page .landing_header .weather span {
  font-size: 25px;
  color: #fff;
  vertical-align: middle;
}

.safari-page .landing_header #culture-switcher button {
  background: rgba(0, 126, 220, 0.1);
  border: 1px solid rgba(0, 126, 220, 0.1);
  font-weight: 500;
}

.safari-page .landing_header img.logo {
  width: 180px;
}

.safari-page .cards-wrapper .center_box {
  width: 98%;
  display: inline-block;
  max-height: 285px;
  position: relative;
  overflow: hidden;
}

.safari-page .cards-wrapper .center_box img:not(.icon) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.safari-page .cards-wrapper .card_overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.safari-page .cards-wrapper .card_overlay .text {
  background: linear-gradient(0deg, #00b6ed, transparent);
  padding: 40px 0px 35px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: left;
  padding-left: 20px;
  padding-right: 10px;
}

.safari-page .cards-wrapper .card_overlay span {
  font-size: 24px;
  line-height: 30px;
}

@media (max-width: 575.8px) {
  .safari-page .cards-wrapper .card_overlay span {
    max-width: 90%;
    font-size: 20px !important;
    margin: auto;
    display: block;
  }
}
.safari-page .cards-wrapper .center_box:hover img:not(.icon) {
  transform: scale(1.25) rotate(-5deg);
  transition: all 0.5s ease-in-out;
}

.safari-page .card {
  height: 280px;
  width: 100%;
  border: none;
}

.safari-page .card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(237, 174, 0, 0.5);
  -webkit-transform: rotate(0deg) scale(1.003) skew(-45deg) translate(-40px);
  -moz-transform: rotate(0deg) scale(1.003) skew(-45deg) translate(-40px);
  -ms-transform: rotate(0deg) scale(1.003) skew(-45deg) translate(-40px);
  -o-transform: rotate(0deg) scale(1.003) skew(-45deg) translate(-40px);
  transform: rotate(0deg) scale(1.003) skew(-45deg) translate(-40px);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.safari-page .card .card-footer {
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(0, 182, 237, 0), #00b3ed);
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 230px;
  border: none;
  color: #fff;
  display: flex;
  background-color: transparent;
  padding: 9.75rem 2.25rem 2rem;
}

.safari-page .card .card-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.safari-page .card .duration {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.safari-page .card .duration img {
  height: 12px;
  vertical-align: middle;
}

.safari-page .card .price {
  font-size: 17px;
  font-weight: bolder;
  line-height: 1.4;
  text-align: center;
}

.safari-page .card img.card-background {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.safari-page .card:hover:after {
  width: 100%;
  background-color: transparent;
}

.safari-page .card:hover img.card-background {
  opacity: 1;
  /*-webkit-filter: invert(0%) sepia(100%) saturate(0) hue-rotate(92deg) brightness(122%) contrast(140%) grayscale(1);
  filter: invert(0%) sepia(100%) saturate(0) hue-rotate(92deg) brightness(122%) contrast(140%) grayscale(1);*/
}

.safari-page .home-banner .banner-title:before {
  content: "";
}

.safari-page .welcome .index {
  z-index: 1;
  position: relative;
}

.safari-page .welcome strong {
  font-size: 31px;
  color: #707070;
  font-weight: 500;
  line-height: 38px;
}

.safari-page .welcome span {
  font-size: 13px;
  letter-spacing: 4px;
}

.safari-page .welcome .info {
  margin-top: 40px;
  justify-content: left;
}

.safari-page .welcome .info img {
  width: 70px;
  object-fit: contain;
  height: 54px;
}

.safari-page .welcome .info > div {
  padding-bottom: 24px;
}

.safari-page .luxury-suites {
  background: #EDAE00;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
  padding: 40px 0;
  z-index: 1;
}

.safari-page .luxury-suites > img.background {
  position: absolute;
  z-index: 0;
  bottom: -130px;
  left: 25px;
}

.safari-page .luxury-suites:before {
  width: 100%;
  height: 120px;
  position: absolute;
  top: -119px;
  z-index: 0;
  background-color: #edae00;
  clip-path: polygon(100% 100%, 0 100%, 0 0);
}

.safari-page .luxury-suites:after {
  content: "";
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: -119px;
  z-index: -1;
  background-color: #edae00;
  clip-path: polygon(100% 0, 0 100%, 0 0);
}

.safari-page .luxury-suites .single-swiper img:not(.icon) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1) rotate(0deg);
  transition: all 0.5s ease-in-out;
}

.safari-page .luxury-suites h2 + a {
  color: #fff;
  line-height: 50px;
}

.safari-page .luxury-suites .stretched-link::after {
  z-index: 2;
}

.safari-page .luxury-suites .hot-offer:before {
  content: url("../../images/svg/hot-offer.svg");
  z-index: 5;
  left: -15px;
  position: absolute;
  top: -15px;
}

.safari-page .luxury-suites .swiper-wrapper {
  justify-content: center;
}

.safari-page .luxury-suites .swiper-pagination {
  bottom: -40px;
  display: none;
}

.safari-page .luxury-suites .swiper-slide {
  margin: 0 !important;
}

@media (max-width: 575.8px) {
  .safari-page .luxury-suites .card .card-footer {
    padding: 9.75rem 1.25rem 2rem;
  }
  .safari-page .luxury-suites .swiper-pagination {
    display: block;
  }
}
.safari-page .jacuzzi {
  padding: 180px 0 20px;
  position: relative;
}

.safari-page .jacuzzi img.background {
  position: absolute;
  z-index: 0;
  bottom: -130px;
  right: 25px;
}

.safari-page .jacuzzi h3 {
  font-size: 36px;
  line-height: 44px;
  color: #00B3ED;
}

.safari-page .jacuzzi ul {
  padding-left: 20px;
}

.safari-page .jacuzzi li {
  padding-left: 5px;
  list-style-image: url(/images/svg/check.svg);
}

.safari-page .jacuzzi .swiper-slide img {
  max-height: 350px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.safari-page .jacuzzi .swiper-container {
  padding-bottom: 40px;
}

.safari-page .jacuzzi .swiper-pagination {
  left: 50%;
  bottom: -5px;
}

.safari-page .jacuzzi .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #EDAE00;
}

.safari-page .jacuzzi .swiper-pagination-bullet-active {
  vertical-align: unset;
  background: #EDAE00;
  border: 1px solid #EDAE00;
}

.safari-page .activities {
  background: #007EDC;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
  padding: 90px 0 10px;
  z-index: 1;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
}

.safari-page .activities > img.background {
  position: absolute;
  z-index: -1;
  left: 5px;
  bottom: 0;
}

.safari-page .activities h3 {
  padding: 40px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
}

.safari-page .activities a.btn-main:hover {
  color: #007edc;
  background-color: #ffffff;
}

/* ---------------------------------------- */
.animate {
  opacity: 0;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.animate.animated {
  opacity: 1;
}

/*Banner Animation*/
.swiper-banner .swiper-slide .banner-img-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.swiper-banner .swiper-slide .banner-title {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  -o-transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.swiper-banner .swiper-slide .banner-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  -o-transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}

.swiper-banner .swiper-slide.swiper-slide-active .banner-title {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.swiper-banner .swiper-slide.swiper-slide-active .banner-img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

/***
=============================================
    Fade In Up Animation Css
=============================================
***/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.vouchers-page {
  /*.voucher-card .card-body {
      margin: auto;
      max-width: 500px;*/
  /*background: url('ticketBg.svg');*/
  /*background-image: url('../../images/vouchers/ticketbg.svg');
      background-repeat: no-repeat;
      background-size: contain;
  }*/
}

.vouchers-page body {
  color: #ffffff;
  font-family: "Anek Latin", sans-serif;
  /* font-weight: 500; */
  background-color: #007EDC;
}

.vouchers-page .voucher-card p.card-text,
.vouchers-page .card-title {
  background: #007edc;
}

.vouchers-page h5 {
  font-size: 1.5rem;
}

.vouchers-page .store {
  max-width: 200px;
  margin-right: 5px;
  height: 65px;
}

.vouchers-page .arrow {
  position: absolute;
  right: 0;
  width: 260px;
  opacity: 0.7;
  top: 0;
  /* transform: rotate(175deg) scaleY(-1) translate(171px, 10px); */
  transform: rotate(178deg) scaleY(1) translate(-120px, -80px);
}

.vouchers-page .mobile {
  position: relative;
  border: 0;
  width: 330px;
}

.vouchers-page .frame {
  z-index: 1;
  position: absolute;
  width: 100%;
  max-height: 100vh;
  height: 550px;
}

.vouchers-page .screenshot {
  z-index: -1;
  position: relative;
  width: 248px;
  left: 43px;
  top: 25px;
  height: 490px;
  overflow: hidden;
  border-radius: 20px;
}

.vouchers-page .voucher-card .card-body {
  max-width: 690px;
  padding-left: 70px;
  padding-right: 30px;
  height: 130px;
  width: 100%;
  display: flex;
  align-items: center;
  margin: auto;
  /*max-width: 500px;*/
  /*background: url('ticketBg.svg');*/
  background-image: url("../../images/vouchers/ticketbg.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.vouchers-page .rules li {
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .vouchers-page .voucher-card .card-body {
    padding-left: 120px;
    height: 220px;
  }
  .vouchers-page h5 {
    font-size: 2rem;
  }
  .vouchers-page .steps {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
@media (max-width: 991px) {
  .vouchers-page .store {
    width: 96%;
    height: 100%;
    margin-right: 0px;
  }
  .vouchers-page .arrow {
    top: unset;
    bottom: 0;
    transform: rotate(185deg) scaleY(-1) translate(200px, 240px);
  }
}
