@charset "UTF-8";
:root {
  --font-family: "FuturaPT", sans-serif;
  --content-width: 1330px;
  --container-offset: 30px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "FuturaPT";
  src: url("../fonts/FuturaPT-Medium.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "FuturaPT";
  src: url("../fonts/FuturaPT-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  margin: 0;
  min-width: 360px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
  position: relative;
  height: 100%;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

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

h1 {
  font-family: "FuturaPT";
  font-weight: 400;
  font-size: 64px;
  line-height: 80px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}

/* Navigation */
.navbar {
  background-color: #0a1929 !important;
  padding: 20px;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1;
  margin: 0;
  width: 125px;
}

.whatsapp-icon {
  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;
  gap: 10px;
  padding: 5px 40px;
  border: 1px solid #AE8D53;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 40px;
}
.whatsapp-icon span {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.whatsapp-icon:hover {
  background: #AE8D53;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.whatsapp-icon svg {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.brand-top {
  color: #5eb3d6;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.brand-bottom {
  color: #ff6b35;
  font-size: 0.9rem;
  margin-top: -2px;
}

.navbar .nav-link {
  color: #ffffff !important;
  font-family: "FuturaPT", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  margin-left: auto;
}

.navbar-toggler-icon {
  width: 20px;
  height: 20px;
}

.contact-link {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.contact-link:hover {
  color: #5eb3d6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-enquire {
  font-family: "FuturaPT", sans-serif;
  background-color: transparent;
  border: 1px solid #AE8D53;
  color: #ffffff;
  padding: 10px 40px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-enquire:hover {
  background-color: #ffffff;
  color: #0a1929;
}

.nav-link:hover {
  color: #AE8D53 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Mobile Menu */
.mobile_menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100vh;
  width: 350px;
  max-width: 90vw;
  background: #ffffff;
  z-index: 9999;
  top: 0;
  left: -350px;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  -webkit-box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
}
.mobile_menu.active {
  left: 0;
}

.mobile_menu_header {
  position: relative;
}
.mobile_menu_header img {
  width: 100%;
  height: auto;
}

.mobile_menu_enquire {
  margin: 0 30px;
}
.mobile_menu_enquire .white_button {
  font-size: 16px;
  padding: 5px 0;
  width: 100%;
}

.mobile_menu_close {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  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;
  z-index: 10;
}
.mobile_menu_close::before, .mobile_menu_close::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #333333;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.mobile_menu_close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile_menu_close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile_menu_close:hover::before, .mobile_menu_close:hover::after {
  background-color: #8B9098;
}

.mobile_menu_nav {
  padding: 0;
  margin: 0 30px;
  list-style: none;
}
.mobile_menu_nav li:first-child {
  border-top: 1px solid rgba(174, 141, 83, 0.2);
}
.mobile_menu_nav li {
  border-bottom: 1px solid rgba(174, 141, 83, 0.2);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10' fill='none'%3E%3Cpath d='M0.625467 9.94328L0.0579669 9.38804C0.0208678 9.35174 -4.06625e-07 9.3025 -4.04381e-07 9.25117C-4.04361e-07 9.2507 -4.0434e-07 9.25022 -4.04324e-07 9.24985C0.000386042 9.19795 0.0219305 9.14851 0.0598991 9.11241L4.383 5L0.0599961 0.887594C0.0220275 0.851485 0.000483021 0.802049 9.65794e-05 0.750154C9.65794e-05 0.749776 9.65794e-05 0.749304 9.65794e-05 0.748831C9.65817e-05 0.697504 0.0209648 0.648256 0.0580639 0.611959L0.625564 0.0567188C0.702177 -0.0182395 0.826034 -0.0189957 0.903613 0.0550174L5.94029 4.86143C5.97846 4.89782 6 4.94782 6 5C6 5.05218 5.97846 5.10218 5.94029 5.13857L0.903516 9.94498C0.825937 10.019 0.70208 10.0182 0.625467 9.94328Z' fill='%23AE8D53' fill-opacity='0.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 0px;
}
.mobile_menu_nav li a {
  display: block;
  padding: 10px 0;
  color: #0A162E;
  text-decoration: none;
  font-family: "FuturaPT", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile_menu_nav li a:hover {
  background-color: #f5f5f5;
  color: #AE8D53;
  padding-left: 35px;
}

.mobile_menu_social {
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.mobile_menu_social a {
  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;
  color: #ffffff;
  border-radius: 50%;
  text-decoration: none;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile_menu_social a:hover {
  background-color: #5eb3d6;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.mobile_menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile_menu_overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .navbar-toggler {
    border: none;
    padding: 5px;
  }
  .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .whatsapp-icon {
    padding: 0;
    border: none;
  }
  .whatsapp-icon svg {
    width: 24px;
    height: 24px;
  }
  .navbar-right {
    display: none;
  }
  .navbar-brand img {
    max-height: 40px;
  }
  .whatsapp-icon span {
    display: none;
  }
}
/* Hero Section */
.video-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  max-height: 1080px;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.video-section .content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.hero-section {
  position: relative;
  height: 100vh;
  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;
  text-align: center;
}

.hero-content {
  color: #ffffff;
  z-index: 2;
  padding: 2rem;
}

.hero-content h1 {
  font-weight: 400;
  font-size: 64px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-top: 80px;
}

.hero-content p {
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}

.btn-see-yachts {
  background-color: transparent;
  border: 1px solid #AE8D53;
  color: #ffffff;
  padding: 15px 90px;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 400;
  -webkit-animation: fadeInUp 1s ease-out 0.6s backwards;
  animation: fadeInUp 1s ease-out 0.6s backwards;
}

.btn-see-yachts:hover {
  background-color: #ffffff;
  color: #0a1929;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
}

/* Reviews Section */
.reviews-section {
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: transparent;
  border: 1px solid rgba(174, 141, 83, 0.5019607843);
  padding: 20px 25px;
  z-index: 1;
}

.reviews-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  color: #ffffff;
}

.customer-avatars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.circle-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: -10px;
  border: 1px solid transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.circle-img::before {
  content: "";
  position: absolute;
  backdrop-filter: blur(4px);
  border-radius: 50%;
  background: rgba(21, 72, 126, 0.6);
  z-index: -1;
}

.avatar:first-child {
  margin-left: 0;
}

.reviews-section .stars {
  margin-bottom: 6px;
}

.reviews-section .stars svg {
  width: 20px;
}

.rating-text {
  color: #fff;
  margin: 0;
  font-family: "FuturaPT", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
}

/* Luxury Experience Section */
.luxury-section {
  padding: 120px 0;
  text-align: center;
}

.luxury-section h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.luxury-section h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.7;
  text-align: center;
  text-transform: uppercase;
}

hr {
  width: 200px;
  margin: 30px auto 30px;
  color: #AE8D53;
  opacity: 1;
}

.luxury-section p {
  max-width: 800px;
  margin: 0 auto;
  color: #0A162E;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
  font-family: "FuturaPT", sans-serif;
}

.section-label {
  font-size: 0.9rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}

/* Mobile Responsive */
@media (max-width: 992px) {
  .hero-content h1 {
    padding-top: 0;
  }
  .navbar-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .reviews-section {
    bottom: 2rem;
    padding: 1rem 1.5rem;
  }
  .reviews-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .luxury-section h2 {
    font-size: 30px;
  }
  .luxury-section h3 {
    font-size: 1.1rem;
  }
  .luxury-section p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .luxury-section {
    padding: 80px 0;
  }
  .luxury-section h2 {
    font-size: 20px;
  }
  .luxury-section h3 {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .hero-section {
    background-color: rgba(10, 22, 46, 0.6);
  }
  .hero-content h1 {
    font-size: 36px;
  }
  .hero-content p {
    font-size: 24px;
    line-height: 30px;
  }
  .btn-see-yachts {
    font-size: 14px;
    padding: 10px 0px;
    width: 100%;
  }
  .customer-avatars {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .luxury-section h2 {
    font-size: 36px;
  }
  .luxury-section h3 {
    font-size: 24px;
  }
  .luxury-section p {
    font-size: 20px;
    line-height: 1.5;
  }
  hr {
    margin: 15px auto;
  }
}
/* Advantages Section */
.advantages-section {
  background-color: #F7F8FA;
  padding: 120px 0;
  text-align: center;
}

.advantages-section .section-label {
  color: #ae8d53;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.advantages-section h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #0A162E;
  margin-bottom: 20px;
}

.advantages-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0%;
  text-align: center;
  color: #0A162E;
  margin-bottom: 60px;
}

.stats-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stat-item {
  position: relative;
  border-left: 1px solid #ae8d53;
  width: 33%;
}

.stat-item:first-child {
  border: none;
}

.stat-number {
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.stat-label {
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.btn-see-yachts-alt {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 60px;
  border: 1px solid #AE8D53;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-see-yachts-alt:hover {
  background-color: #ae8d53;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1200px) {
  .stat-item {
    width: 50%;
    border-left: none;
    border-top: 1px solid #ae8d53;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .advantages-section {
    padding: 80px 0;
  }
  .advantages-section h2 {
    font-size: 36px;
    line-height: 45px;
  }
  .advantages-description {
    font-size: 20px;
    line-height: 30px;
  }
  .stats-container {
    margin-bottom: 40px;
  }
  .stat-item {
    padding: 0 1.5rem;
  }
  .stat-item {
    padding: 1rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .stat-number {
    font-size: 50px;
    line-height: 40px;
  }
  .stat-item:not(:last-child)::after {
    right: -1rem;
    height: 60px;
  }
}
.charter-section {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 800px;
  overflow: hidden;
}

/* Background Images */
.background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}

.background-image.active {
  opacity: 1;
}

.bg-1 {
  background-size: cover;
  background-position: center;
}

.bg-2 {
  background-size: cover;
  background-position: center;
}

.bg-3 {
  background-size: cover;
  background-position: center;
}

/* Content Grid */
.content-grid {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.section-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 60px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: rgba(0, 0, 0, 0.3);
}

.section-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  z-index: 1;
}

.section-item:hover::before {
  background: rgba(0, 0, 0, 0);
}

.content-grid:has(.section-item:hover) .section-item:not(:hover)::before {
  background: rgba(0, 0, 0, 0.5);
}

.content-grid:hover .section-item:hover {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.content-grid:hover .section-item:not(:hover) {
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
}

.section-content {
  position: relative;
  z-index: 2;
  text-align: center;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.section-item:hover .section-content {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.section-title {
  color: white;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
}

.text-slide {
  color: white;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.section-item:hover .text-slide {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  opacity: 1;
  margin-top: 8px;
}

/* Mobile Styles */
@media (max-width: 1024px) {
  .content-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-item {
    padding-bottom: 40px;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .text-slide {
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .section-title {
    font-size: 1.25rem;
    letter-spacing: 2px;
  }
  .text-slide {
    font-size: 0.875rem;
  }
}
/* Divider Lines */
.section-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 3;
}

@media (max-width: 1024px) {
  .section-item:not(:last-child)::after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
  }
}
/* Experiences Section */
.experiences-section {
  background-color: #ffffff;
  padding: 120px 0;
}

.experiences-header {
  text-align: center;
  margin-bottom: 40px;
}

.experiences-header .section-label {
  color: #ae8d53;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.experiences-header h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.experiences-slider {
  position: relative;
  overflow: hidden;
}

.experiences-slider .swiper-wrapper {
  margin-bottom: 60px;
}

.experiences-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.experience-card {
  position: relative;
  height: 530px;
  overflow: hidden;
  cursor: pointer;
}

.experience-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.experience-card:hover .experience-image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.experience-overlay {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 0;
  color: white;
}

.experience-title {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ae8d53;
}

.experiences-slider .swiper-pagination {
  position: relative;
  margin: 58px auto 0;
  width: 100%;
  max-width: 890px;
  background: rgba(174, 141, 83, 0.2);
  height: 2px;
}

.corporate_section {
  padding: 150px 0;
}

/* Fleet Section */
.fleet-section {
  background: -webkit-gradient(linear, left top, right top, color-stop(54%, #F7F8FA), color-stop(54%, transparent));
  background: linear-gradient(to right, #F7F8FA 54%, transparent 54%);
}

.fleet-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  position: relative;
}

.fleet-item:last-child {
  margin-bottom: 0;
}

.fleet-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fleet-image-side {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 54%;
  height: 100%;
}

.fleet-content-side {
  width: 46%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 110px 0;
  margin-left: 54%;
}

.fleet-item:nth-child(even) .fleet-content-side {
  margin-left: 0;
  margin-right: 54%;
}

.fleet_space {
  width: 60%;
}

.fleet-item:nth-child(odd) .fleet-content-side {
  padding-left: 5%;
}

.fleet-item:nth-child(even) .fleet-content-side {
  padding-right: 5%;
}

.fleet-content h2 {
  color: #0A162E;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fleet-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0;
  color: #0A162E;
}

.btn-fleet {
  background-color: transparent;
  border: 2px solid #0a1929;
  color: #0a1929;
  padding: 10px 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-fleet:hover {
  background-color: #0a1929;
  color: #ffffff;
}

@media (max-width: 1600px) {
  .fleet-item:nth-child(even) .fleet-content-side {
    padding-right: 5%;
  }
  .fleet-item:nth-child(odd) .fleet-content-side {
    padding-left: 5%;
  }
}
@media (max-width: 1200px) {
  .fleet-section {
    background: #fff;
    text-align: center;
  }
  .fleet-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 80px;
  }
  /* Додайте це правило */
  .fleet-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fleet-image-side {
    position: relative;
    width: 100%;
    height: 300px;
    min-height: 50vh;
  }
  .fleet-content-side {
    width: 100%;
    margin: 40px 0;
    margin-left: 0;
    /* Додайте скидання */
    margin-right: 0;
    /* Додайте скидання */
    padding: 0 20px;
  }
  .fleet-item:nth-child(even) .fleet-content-side {
    margin-right: 0;
    padding-right: 0px;
    padding-left: 0px;
    /* Виправте padding */
  }
  .fleet-item:nth-child(odd) .fleet-content-side {
    padding-left: 0px;
  }
  .fleet_space {
    width: 100%;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .fleet-content-side {
    padding: 0;
  }
  .fleet-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    min-height: auto;
  }
  .fleet-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .fleet-content p {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
  }
  .fleet-item {
    margin-bottom: 0px;
  }
}
.special-section {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 800px;
  overflow: hidden;
}

.background-image.active {
  opacity: 1;
}

.bg-1 {
  background-size: cover;
  background-position: center;
}

.bg-2 {
  background-size: cover;
  background-position: center;
}

.bg-3 {
  background-size: cover;
  background-position: center;
}

/* Content Grid */
.content-grid {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.section-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 60px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: rgba(0, 0, 0, 0.3);
}

.section-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  z-index: 1;
}

.section-item:hover::before {
  background: rgba(0, 0, 0, 0);
}

.content-grid:has(.section-item:hover) .section-item:not(:hover)::before {
  background: rgba(0, 0, 0, 0.5);
}

.content-grid:hover .section-item:hover {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.content-grid:hover .section-item:not(:hover) {
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
}

.section-content {
  position: relative;
  z-index: 2;
  text-align: center;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.section-item:hover .section-content {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.section-title {
  color: white;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
}

.text-slide {
  color: white;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.offer-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.offer-details span {
  display: block;
}

.offer-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
  border-right: 1px solid rgba(174, 141, 83, 0.5019607843);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

.offer-detail-item:last-child {
  border-right: none;
}

.offer-price {
  font-family: "FuturaPT", sans-serif;
  text-align: center;
  display: inline-block;
  padding: 10px 60px;
  border: 1px solid #AE8D53;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: #AE8D53;
  color: #fff;
  margin-top: 20px;
}

.offer-price span {
  font-weight: 400;
  font-size: 15px;
}

.offer-price:hover {
  background-color: #fff;
  color: #AE8D53;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Mobile Styles */
@media (max-width: 1024px) {
  .content-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-item {
    padding-bottom: 40px;
  }
  .section-title {
    font-size: 1.5rem;
  }
  .text-slide {
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  .section-title {
    font-size: 1.25rem;
    letter-spacing: 2px;
  }
  .text-slide {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .offer-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .offer-detail-item {
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #AE8D53;
  }
  .offer-price {
    padding: 10px;
    width: 100%;
    font-size: 14px;
  }
}
/* Divider Lines */
.section-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 3;
}

@media (max-width: 1024px) {
  .section-item:not(:last-child)::after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
  }
}
/* Yachts Section */
.yachts-section {
  margin-bottom: 150px;
}
.yachts-section a {
  color: #0A162E;
}

.yachts-swiper {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.yachts-swiper .swiper-slide {
  width: calc(33% - 17px);
}

.yachts-header {
  text-align: center;
  margin-bottom: 40px;
}

.yachts-header .section-label {
  color: #c9a875;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.yachts-header h2 {
  font-family: "FuturaPT", sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 20px;
  text-align: center;
}

.yachts-header p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0%;
  text-align: center;
}

.yacht-card {
  position: relative;
  margin-bottom: 2rem;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}

.yacht-card:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.yacht-card .action {
  font-size: 14px;
  line-height: 20px;
  background: #AE8D53;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 5px 10px;
  color: #fff;
}

.yacht-image {
  position: relative;
  width: 100%;
  height: 315px;
  overflow: hidden;
}

.yacht-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.yacht-card:hover .yacht-image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.whatsapp-badge {
  position: absolute;
  bottom: 25px;
  right: 20px;
  color: white;
  width: 30px;
  height: 30px;
  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;
  font-size: 1.4rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}

.whatsapp-badge:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.yacht-info {
  padding: 10px 0;
}

.yacht-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
}

.yacht-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-item {
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
}

.feature-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #AE8D53;
}

.feature-item:first-child::after {
  display: none;
}

.feature-label {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.feature-label span {
  font-weight: 400;
  display: block;
}

.yacht-price {
  font-family: "FuturaPT", sans-serif;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #AE8D53;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.yacht-price span {
  font-weight: 400;
  font-size: 15px;
}

.price-period {
  font-size: 0.9rem;
  color: #666;
  font-weight: 400;
}

.usdt-accepted {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #AE8D53;
}

.yachts-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.nav-arrow {
  background-color: transparent;
  color: #0a1929;
  width: 50px;
  height: 50px;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.2rem;
  border: 1px solid #AE8D53;
}

.nav-arrow:hover {
  background-color: #AE8D53;
  color: #ffffff;
}

.btn-more-yachts {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 60px;
  color: #0A162E;
  border: 1px solid #AE8D53;
  background: transparent;
  margin: 0 auto;
}

.btn-more-yachts:hover {
  background-color: #AE8D53;
  color: #ffffff;
}

.yachts-navigation .swiper-button-next {
  width: 60px;
  height: 60px;
  right: 0;
  bottom: 0;
  top: auto;
}

.yachts-navigation .swiper-button-prev {
  width: 60px;
  height: 60px;
  left: 0;
  bottom: 0;
  top: auto;
}

.yachts-section .swiper-scrollbar {
  display: none;
}

@media (max-width: 976px) {
  .yachts-swiper .swiper-slide {
    width: calc(50% - 17px);
  }
}
@media (max-width: 576px) {
  .yachts-header h2 {
    font-size: 36px;
  }
  .yachts-header p {
    font-size: 20px;
    line-height: 30px;
  }
  .feature-item .feature-label,
  .feature-item .feature-label span {
    font-size: 11px;
    line-height: 15px;
  }
  .yachts-navigation .swiper-button-next,
  .yachts-navigation .swiper-button-prev {
    display: none;
  }
  .yachts-swiper .swiper-slide {
    width: 100%;
  }
  .btn-more-yachts {
    font-size: 20px;
    padding: 10px 0;
    width: 100%;
    margin: 0 15px;
  }
}
@media (max-width: 480px) {
  .yacht-features {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    gap: 12px 0;
  }
  .feature-item {
    position: relative;
    padding: 0 10px;
  }
  /* Прибрати вертикальні лінії */
  .feature-item::after {
    display: none !important;
  }
  /* Останній елемент — Live Chef — розтягнути на всю ширину */
  .feature-item:last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .feature-label {
    font-size: 13px;
    line-height: 1.2;
  }
  .feature-label span {
    display: block;
    font-size: 12px;
    opacity: 0.8;
  }
}
.faq_section {
  padding: 120px 0;
  font-family: "FuturaPT", sans-serif;
}

.faq_section h2 {
  font-family: "FuturaPT";
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 40px;
}

.faq_section h5 {
  font-family: "FuturaPT";
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #AE8D53;
  margin-bottom: 10px;
  text-align: center;
}

#faq_acc {
  border-top: 1px solid rgba(174, 141, 83, 0.2);
}

#faq_acc .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(174, 141, 83, 0.2);
}

.accordion-button {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  color: inherit;
  padding: 15px 0;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: inherit !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

#faq_acc .accordion-button {
  font-family: "FuturaPT";
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
}

#faq_acc .accordion-body {
  font-family: "FuturaPT";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #0A162E;
  padding: 0;
}

.faq_more {
  text-align: center;
  margin-top: 40px;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .faq_section {
    padding: 80px 0;
  }
  .faq_section h2 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  #faq_acc .accordion-button {
    font-size: 24px;
    line-height: 30px;
  }
  #faq_acc .accordion-body {
    font-size: 18px;
    line-height: 30px;
  }
}
.enquire_section {
  padding: 120px 0;
  font-family: "FuturaPT", sans-serif;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.enquire_section h2 {
  font-family: "FuturaPT";
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.enquire_section p {
  font-family: "FuturaPT";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 10px;
}

p.enquire_contact {
  font-family: "FuturaPT";
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.enquire_contact a {
  color: #FFFFFF;
  text-decoration: none;
}

@media (max-width: 576px) {
  .enquire_section {
    text-align: center;
  }
  .enquire_section h2 {
    font-size: 36px;
    line-height: 45px;
  }
  .enquire_section a {
    display: block;
  }
}
.testimonials-section {
  background: #0A162E;
  padding: 150px 0px;
}

.testimonials-section h5 {
  color: #AE8D53;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-align: center;
}

.testimonials-section h2 {
  font-weight: 450;
  font-style: Medium;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 60px;
  text-align: center;
}

.swiper-testimonials .testimonial-card {
  padding: 0px 49px;
}

.swiper-testimonials .swiper-wrapper {
  margin-bottom: 60px;
}

.swiper-testimonials .swiper-slide .testimonial-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.swiper-testimonials .swiper-slide {
  border-right: 1px solid rgba(174, 141, 83, 0.4862745098);
  height: auto;
}

.testimonial-header .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.testimonial-header .avatar .google_logo {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  bottom: -4px;
  right: -4px;
}

.stars {
  margin-bottom: 15px;
}

.testimonial-info h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 0;
}

.testimonial-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #AE8D53;
  margin-bottom: 0;
}

.testimonial-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  color: #fff;
}

.testimonial-text .read-more {
  display: block;
  color: #AE8D53;
}

.scrollbar-container {
  max-width: 890px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.swiper .swiper-scrollbar {
  background: rgba(174, 141, 83, 0.2549019608);
  max-width: 890px;
  height: 2px;
}

.swiper .swiper-scrollbar-drag {
  background: #AE8D53;
}

.slide-divider {
  width: 1px;
  height: 70%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(255, 255, 255, 0.15)), to(transparent));
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.15), transparent);
  margin: auto 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .swiper-testimonials .swiper-slide {
    border-right: none;
  }
  .slide-divider {
    display: none;
  }
}
@media (max-width: 576px) {
  .testimonials-section {
    padding: 80px 0;
  }
  .testimonials-section h2 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  .swiper-testimonials .testimonial-card {
    padding: 0;
  }
}
.top_section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  max-height: 1080px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.top_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(10, 22, 46, 0.6);
  pointer-events: none;
}

.top_section .hero_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb {
  margin-top: 30px;
}

.breadcrumb li,
.breadcrumb li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.separator {
  padding: 0 10px;
}

.yachts_list {
  padding: 120px 0;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0;
}

.pagination-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.page-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #AE8D53;
  color: #0c1a30;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.page-btn:hover {
  background: #AE8D53;
  color: #fff;
  fill: #fff;
}

.page-btn:hover path {
  background: #AE8D53;
  color: #fff;
  fill: #fff;
}

.page-btn.current {
  background: #AE8D53;
  color: white;
  pointer-events: none;
}

.page-btn.disabled {
  opacity: 0.1;
  border-color: #AE8D53;
  pointer-events: none;
}

.pagination-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0c1a30;
  padding: 0 10px;
  height: 100%;
}

@media (max-width: 976px) {
  .yachts_list {
    padding: 80px 0;
  }
  .yachts-section {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .page-btn {
    height: 32px;
    width: 32px;
  }
  .yachts_list {
    padding: 30px 0;
  }
}
.video-hero {
  padding: 120px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video-hero__wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  overflow: hidden;
}

.video-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-hero__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
  background: transparent;
  border: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.video-hero__play:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

#youtubeFrame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact_section {
  background-color: #0A162E;
}

.contact_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.contact_image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 52%;
  height: 100%;
}

.wrapper {
  color: #fff;
}

.contact-content-side {
  width: 40%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 110px 0;
  margin-left: 60%;
}

.contact_section h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#contactForm input[type=text],
#contactForm input[type=email],
#contactForm input[type=tel],
#contactForm textarea {
  border: none;
  border-bottom: 1px solid rgba(174, 141, 83, 0.3019607843);
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  background: transparent;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-form {
  max-width: 900px;
  margin: 0 auto;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.form-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

.form-group.full {
  width: 100%;
}

label {
  font-size: 18px;
  margin-bottom: 10px;
  opacity: 0.9;
}

label span {
  color: #d4a55a;
}

.lead {
  margin-bottom: 40px;
}

textarea {
  height: 140px;
  resize: none;
}

.submit-btn {
  background: #c39a56;
  color: #fff;
  font-size: 22px;
  padding: 20px 60px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #b48a4b;
}

/* Контейнер */
.floating {
  position: relative;
}

/* Лейбл на полі */
.floating > label {
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  pointer-events: none;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

/* Інпут, textarea — твій стиль */
.floating > input,
.floating > textarea {
  padding-top: 20px;
  /* Щоб текст не накривав лейбл */
}

/* Активне або заповнене поле */
.floating > input:not(:-moz-placeholder) + label, .floating > textarea:not(:-moz-placeholder) + label {
  top: -10px;
  font-size: 13px;
  color: #d4a55a;
  opacity: 1;
}
.floating > input:not(:-ms-input-placeholder) + label, .floating > textarea:not(:-ms-input-placeholder) + label {
  top: -10px;
  font-size: 13px;
  color: #d4a55a;
  opacity: 1;
}
.floating > input:focus + label,
.floating > input:not(:placeholder-shown) + label,
.floating > textarea:focus + label,
.floating > textarea:not(:placeholder-shown) + label {
  top: -10px;
  font-size: 13px;
  color: #d4a55a;
  opacity: 1;
}

.title p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #FFFFFF;
}

.phone {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .submit-btn {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .contact_image {
    position: relative;
    width: 100%;
    height: 300px;
    min-height: 50vh;
  }
  .contact-content-side {
    width: 100%;
    margin: 40px 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
  }
  .contact_inner .contact-content-side {
    margin-right: 0;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact_space {
    width: 100%;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .contact-content-side {
    padding: 0;
  }
  .contact_inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    min-height: auto;
  }
  .contact-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .contact-content p {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
  }
  .contact_inner {
    margin-bottom: 0px;
  }
}
.experience_aventages {
  background-color: #F7F8FA;
  padding: 120px 0 60px;
}

.corporate_section p {
  text-align: center;
}

.corporate_section h3 {
  margin: 30px 0 40px;
  font-weight: 600;
}

.events-cols img {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}

.events-cols a {
  margin-top: 60px;
}

.events-cols h4 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #0A162E;
}

.events-cols p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
  color: #0A162E;
}

.gold_subtitle {
  color: #AE8D53;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
}

.block_title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #0A162E;
  margin: 10px 0 20px;
}

.block_text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
  color: #0A162E;
}

.advantages_row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.advantage_item {
  position: relative;
  padding: 0 45px;
  text-align: center;
  margin-bottom: 60px;
}
.advantage_item img {
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
}
.advantage_item h6 {
  color: #0A162E;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.advantage_item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
  color: #0A162E;
}

@media (min-width: 992px) {
  /* col-md-4 = 3 в ряд */
  .advantage_item:not(:nth-child(3n+1))::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    /* можна змінити */
    background-color: #ae8d53;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  /* col-sm-6 = 2 в ряд */
  .advantage_item:nth-child(2n)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #ae8d53;
  }
}
@media (max-width: 992px) {
  .events-cols h4,
  .corporate_section h4,
  .experience_aventages h4 {
    font-size: 20px;
  }
  .events-cols p,
  .corporate_section p,
  .experience_aventages p {
    font-size: 16px;
  }
  .corporate_section,
  .experience_aventages,
  .video-hero {
    padding: 30px 0;
  }
}
@media (max-width: 576px) {
  .experiences-section {
    padding: 80px 0;
  }
  .advantage_item::after {
    display: none !important;
  }
}
footer {
  background: #060E1E;
  color: #fff;
  padding: 50px 0 20px;
}

.footer_logo {
  display: block;
  width: 140px;
}

.logo-text {
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 3px;
  margin-bottom: 5px;
}

.logo-text-top {
  color: #4a9fd8;
}

.logo-text-bottom {
  color: #d4825c;
  margin-left: 60px;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.social-icon {
  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;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
}

.social-icon:hover {
  background: #4a9fd8;
  border-color: #4a9fd8;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.footer-column h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}

.footer-column ul li {
  margin-bottom: 0px;
}

.footer-column ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0;
  color: #fff;
}

.footer-column ul li a:hover {
  color: #4a9fd8;
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}

.location-item {
  margin-bottom: 25px;
}

.location-name {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.location-address {
  font-family: "FuturaPT", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
}

.location-address.small {
  font-weight: 400;
  opacity: 0.8;
}

.footer-bottom {
  border-top: 1px solid rgba(174, 141, 83, 0.3019607843);
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  color: #fff;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #4a9fd8;
}

@media (max-width: 768px) {
  .footer_logo {
    text-align: center;
  }
  .social-icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    line-height: 30px;
  }
  .footer-bottom a {
    font-size: 14px;
    line-height: 30px;
  }
}
.all_pages {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 101;
}
.all_pages:hover ul {
  right: 0;
}
.all_pages .page_point {
  padding: 10px 15px;
  background: #00d2ff;
  cursor: pointer;
}
.all_pages ul {
  background: #00D2FF;
  padding: 15px 20px;
  position: absolute;
  top: 100%;
  width: 200px;
  right: -200px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  max-height: 450px;
  overflow-y: auto;
}
.all_pages ul li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
}
.all_pages ul li a {
  color: #fff;
}

h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.7;
  text-align: center;
  text-transform: uppercase;
}

hr {
  width: 200px;
  margin: 30px auto 30px;
  color: #AE8D53;
  opacity: 1;
}

p {
  color: #0A162E;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.75;
  font-family: "FuturaPT", sans-serif;
}

.h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: url("img/placeholder.png") center center/cover no-repeat;
}

.gold_button {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 60px;
  background-color: #AE8D53;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  border: 1px solid #AE8D53;
  display: inline-block;
}

.gold_button:hover {
  background-color: #fff;
  color: #AE8D53;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.white_button {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 10px 40px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #0A162E;
  border: 1px solid #AE8D53;
  display: inline-block;
}

.white_button:hover {
  background-color: #AE8D53;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fleet-section.bg-gray {
  background-color: #F7F8FA;
}

/* Animations */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 1200px) {
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .white_button {
    width: 100%;
  }
  .navbar {
    padding: 1rem;
  }
  .reviews-section {
    width: 90%;
    bottom: 1.5rem;
  }
  .avatar {
    width: 35px;
    height: 35px;
  }
  .stars {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .rating-text {
    font-size: 0.85rem;
  }
  .stat-item:not(:last-child)::after {
    display: none;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
  .experiences-header h2 {
    font-size: 2rem;
  }
  .experience-card {
    min-width: calc(50% - 1rem);
  }
}
@media (max-width: 576px) {
  .adventure-title {
    font-size: 2rem;
  }
  .adventure-content h3 {
    font-size: 1.6rem;
  }
  .adventure-content p {
    font-size: 1rem;
  }
  .adventure-tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .adventure-tab {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 1rem 0.5rem;
    font-size: 0.85rem;
  }
  .experience-card {
    min-width: calc(100% - 1.34rem);
  }
  .gold_button {
    width: 100%;
    padding: 15px 0;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */
