@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html,
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
}

.z10 {
  z-index: 10;
}

h1 {
  font-family: "Lora", serif;
  font-size: 5.25rem;
  line-height: 1.2;
  font-weight: 400;
}

h2 {
  font-family: "Lora", serif;
  font-size: 2.5rem;
  line-height: 1.2;
}

h3 {
  font-family: "Lora", serif;
  font-size: 2.1875rem;
  line-height: 1.2;
}

h4 {
  font-family: "Lora", serif;
  font-size: 1.5625rem;
  line-height: 1.2;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.2;
}

h6 {
  font-size: 0.9375rem;
  line-height: 1.2;
}

section {
  padding: 80px 0;
}

.btn-theme {
  border-radius: 0 !important;
  background: #A60A3A;
  color: #FFF;
  font-size: 18px !important;
  font-weight: 700;
  text-transform: capitalize;
  padding: 10px 30px !important;
  line-height: unset !important;
}
.btn-theme:hover {
  color: #FFF;
  background: #85082e;
}
.btn-theme.wpcf7-submit {
  background: #A60A3A !important;
  color: #FFF !important;
  border-radius: 0 !important;
  padding: 10px 30px !important;
  font-size: 18px !important;
  line-height: unset !important;
}

.line-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.4s all;
}
.line-link .insta {
  display: inline-flex;
  align-items: center;
}
.line-link:hover {
  gap: 20px;
}
.line-link span {
  width: 40px;
  height: 2px;
}
.line-link.y-color {
  color: #B78510;
}
.line-link.y-color span {
  background-color: #B78510;
}
.line-link.y-color:hover {
  color: #8a640c;
}
.line-link.y-color:hover span {
  background-color: #8a640c;
}
.line-link.r-color {
  color: #A60A3A;
}
.line-link.r-color span {
  background-color: #A60A3A;
}

.section-heading {
  position: relative;
  padding-bottom: 30px;
  display: inline-block;
}
.section-heading h2 {
  color: #000;
  font-size: 46px;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.section-heading.center {
  text-align: center;
}
.section-heading.center::after {
  margin: 0 auto;
}
.section-heading.left {
  text-align: left;
}
.section-heading.left::after {
  margin: unset;
  width: 40%;
}
.section-heading.right {
  text-align: right;
  display: block;
}
.section-heading.right::after {
  margin: unset;
  left: unset;
  width: 40%;
}
.section-heading::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #B78510;
  width: 30%;
  height: 2px;
}
.section-heading.long-line {
  display: block;
}
.section-heading.long-line::after {
  width: 15%;
}

.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100dvh;
}

.page-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80dvh;
  position: relative;
  display: flex;
  align-items: center;
}
.page-hero .content {
  position: relative;
  z-index: 10;
}
.page-hero .content h5 {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-hero .content h1 {
  color: #FFF;
  font-size: 64px;
  font-weight: 400;
}
.page-hero::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(19, 50, 86, 0) 36.93%, rgba(0, 0, 0, 0.6) 98.37%);
}

.page-hero-slider {
  min-height: 80dvh;
}
.page-hero-slider .swiper {
  width: 100%;
  height: 100%;
}
.page-hero-slider .swiper .swiper-slide {
  position: relative;
}
.page-hero-slider .swiper .swiper-slide .slider-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  min-height: 80dvh;
}
.page-hero-slider .swiper .swiper-slide .slider-contents h5 {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-hero-slider .swiper .swiper-slide .slider-contents h1 {
  color: #FFF;
  font-size: 64px;
  font-weight: 400;
}
.page-hero-slider .swiper .swiper-slide::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(19, 50, 86, 0) 20.9%, rgba(0, 0, 0, 0.6) 90.17%);
}
.page-hero-slider .swiper .slider-pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  bottom: 40px;
  left: 0;
  width: 100%;
}
.page-hero-slider .swiper .slider-pagination-container .swiper-pagination-bullets {
  width: auto;
}
.page-hero-slider .swiper .slider-pagination-container .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 0.8;
  background: #ffffff;
  transition: all 0.4s;
  width: 10px;
  height: 10px;
}
.page-hero-slider .swiper .slider-pagination-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 25px;
  border-radius: 18px;
}

.brand-slider {
  height: 80dvh;
}
.brand-slider .swiper {
  width: 100%;
  height: 100%;
}
.brand-slider .swiper .swiper-slide {
  position: relative;
}
.brand-slider .swiper .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 80dvh;
}
.brand-slider .swiper .slider-pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  bottom: 40px;
  left: 0;
  width: 100%;
}
.brand-slider .swiper .slider-pagination-container .swiper-pagination-bullets {
  width: auto;
}
.brand-slider .swiper .slider-pagination-container .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 0.8;
  background: #ffffff;
  transition: all 0.4s;
  width: 10px;
  height: 10px;
}
.brand-slider .swiper .slider-pagination-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 25px;
  border-radius: 18px;
}

.brand-slider.layout-slider {
  height: auto;
}
.brand-slider.layout-slider .swiper .swiper-slide {
  text-align: center;
}
.brand-slider.layout-slider .swiper .swiper-slide img {
  width: 70%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.brand-slider.layout-slider .swiper .slider-pagination-container {
  display: none;
}

.bg-image-footer {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  min-height: 80dvh;
}

.site-header {
  background: #fff;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 3px 5px rgba(170, 170, 170, 0.3);
}
.site-header .navbar-brand {
  z-index: 10;
}
.site-header .navbar-brand img {
  width: 200px;
  height: auto;
}
.site-header .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  z-index: 10;
  position: relative;
}
.site-header .navbar-nav li a {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  transition: 0.4s all;
}
.site-header .navbar-nav li a.active {
  font-weight: 700;
}
.site-header .navbar-nav li a:hover {
  color: #A60A3A;
}
.site-header .navbar-nav li .dropdown-menu .dropdown-item:active {
  background-color: unset;
}
.site-header .navbar-nav li .dropdown-menu .dropdown-item.active {
  background-color: unset;
}
.site-header .navbar-nav li .dropdown-menu .dropdown-item.active:active {
  background-color: unset;
}
.site-header .ma5menu__toggle {
  background-color: rgba(255, 255, 255, 0);
  height: unset;
}
.site-header .ma5menu__toggle span.line {
  width: 30px;
  height: 3px;
  background-color: #A60A3A;
  display: block;
  margin: 5px auto;
}

.ma5menu__container {
  background-color: #A60A3A;
}
.ma5menu__container .ma5menu__logo {
  display: none;
}
.ma5menu__container .ma5menu__head {
  border-bottom: 1px solid #A60A3A;
}
.ma5menu__container .ma5menu__panel {
  background-color: #A60A3A;
}
.ma5menu__container .ma5menu__panel ul li a:hover {
  color: #f1f1f1;
}

.hero-section .swiper {
  width: 100%;
  height: 100%;
}
.hero-section .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero-section .swiper .swiper-slide .slider-contents {
  position: relative;
  z-index: 10;
}
.hero-section .swiper .swiper-slide .slider-contents h1 {
  color: #ffffff;
  margin-bottom: 0;
}
.hero-section .swiper .swiper-slide .slider-contents h1 span {
  font-style: italic;
}
.hero-section .swiper .swiper-slide .slider-contents p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
.hero-section .swiper .swiper-slide::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 33, 71, 0.5) 10.1%, rgba(0, 36, 76, 0) 52.4%, #000 100%);
}
.hero-section .swiper .slider-pagination-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 10;
  bottom: 40px;
  left: 0;
  width: 100%;
}
.hero-section .swiper .slider-pagination-container .swiper-pagination-fraction {
  width: auto;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6509803922);
}
.hero-section .swiper .slider-pagination-container .swiper-pagination-fraction .current {
  color: #FFF;
}
.hero-section .swiper .slider-pagination-container .swiper-pagination-bullets {
  width: auto;
}
.hero-section .swiper .slider-pagination-container .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 0.8;
  background: #ffffff;
  transition: all 0.4s;
  width: 10px;
  height: 10px;
}
.hero-section .swiper .slider-pagination-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 25px;
  border-radius: 18px;
}
.hero-section .swiper .slider-pagination-container .arrow-down {
  text-decoration: none;
  color: #ffffff;
  animation: down 1.5s infinite;
}
.hero-section .swiper .slider-pagination-container .arrow-down span {
  transform: rotate(90deg);
}

.swiper-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.swiper-btn .swiper-arrow-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  left: unset;
  right: unset;
  top: unset;
  border-radius: 8px;
  padding: 20px;
  border: none;
  height: 48px;
  width: 48px;
  background-image: unset;
  background-color: #F7F7F7;
}
.swiper-btn .swiper-arrow-btn i {
  color: #484848;
}
.swiper-btn .swiper-arrow-btn:hover {
  background-color: #A60A3A;
  border-color: #A60A3A;
}
.swiper-btn .swiper-arrow-btn:hover i {
  color: #ffffff;
}
.swiper-btn .swiper-arrow-btn::after {
  display: none;
}
.swiper-btn.on-bgc .swiper-arrow-btn {
  background-color: #ffffff;
}
.swiper-btn.on-bgc .swiper-arrow-btn:hover {
  background-color: #A60A3A;
  border-color: #A60A3A;
}
.swiper-btn.on-bgc .swiper-arrow-btn:hover i {
  color: #ffffff;
}

.swiper-arrow-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: unset;
  border-radius: 8px;
  padding: 20px;
  border: none;
  height: 48px;
  width: 48px;
  background-image: unset;
  background-color: #F7F7F7;
}
.swiper-arrow-btn.swiper-button-next-brand {
  right: 30px;
}
.swiper-arrow-btn.swiper-button-prev-brand {
  left: 30px;
}
.swiper-arrow-btn i {
  color: #484848;
}
.swiper-arrow-btn:hover {
  background-color: #A60A3A;
  border-color: #A60A3A;
}
.swiper-arrow-btn:hover i {
  color: #ffffff;
}
.swiper-arrow-btn::after {
  display: none;
}

@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  80% {
    transform: translate(0);
  }
}
.yacht-distributor p {
  color: #000;
}
.yacht-distributor .slick-box {
  position: relative;
}
.yacht-distributor .slick-box .slick-slider .slick-track {
  padding: 20px 0;
}
.yacht-distributor .slick-box .slick-slider .slick-track .slick-slide {
  transform: scale(0.9);
  transition: 0.4s all;
}
.yacht-distributor .slick-box .slick-slider .slick-track .slick-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.yacht-distributor .slick-box .slick-slider .slick-track .slick-slide.slick-center {
  transform: scale(1.05);
  z-index: 2;
}
.yacht-distributor .slick-box .custom-dots {
  position: absolute;
  bottom: -35px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  align-items: center;
}
.yacht-distributor .slick-box .custom-dots .dot {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #D6D6D6;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s all;
}
.yacht-distributor .slick-box .custom-dots .dot.active {
  width: 30px;
  border-radius: 25px;
  background: #B78510;
}

.featured-yacht {
  background-color: #F7F7F7;
}
.featured-yacht .swiper .swiper-slide img {
  width: 100%;
  margin-bottom: 20px;
  min-height: 400px;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-yacht .swiper .swiper-slide a {
  text-decoration: none;
}
.featured-yacht .swiper .swiper-slide .featured-yacht-info h5 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.featured-yacht .swiper .swiper-slide .featured-yacht-info h6 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.featured-yacht .swiper .swiper-slide .featured-yacht-info p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.featured-yacht .swiper .swiper-slide .featured-yacht-info a.download-link {
  color: #B78510;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.brand-new-yacht .nav-pills {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.brand-new-yacht .nav-pills li button {
  background-color: unset;
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
}
.brand-new-yacht .nav-pills li button.active {
  background-color: unset;
  color: #B78510;
}
.brand-new-yacht .nav-pills .flag img {
  margin-bottom: 5px;
}
.brand-new-yacht .nav-pills .flag img.color {
  display: none;
}
.brand-new-yacht .nav-pills .nav-link.active .flag img.color {
  display: inline;
}
.brand-new-yacht .nav-pills .nav-link.active .flag img.normal {
  display: none;
}
.brand-new-yacht .tab-pane .brand-logo img {
  width: 80%;
  margin: 0 auto;
}
.brand-new-yacht .swiper .swiper-slide a {
  text-decoration: none;
}
.brand-new-yacht .swiper .swiper-slide img {
  width: 100%;
  margin-bottom: 20px;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 300px;
}
.brand-new-yacht .swiper .swiper-slide .brand-new-yacht-info h5 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.brand-new-yacht .swiper .swiper-slide .brand-new-yacht-info p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.pre-owend-yacht {
  background: #F7F7F7;
}
.pre-owend-yacht .description p {
  color: #282828;
  font-size: 18px;
}
.pre-owend-yacht .pre-owend-yacht-box img {
  width: 100%;
  margin-bottom: 20px;
}
.pre-owend-yacht .pre-owend-yacht-box .pre-owend-yacht-box-info h5 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.pre-owend-yacht .pre-owend-yacht-box .pre-owend-yacht-box-info h6 {
  color: #B78510;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.pre-owend-yacht .pre-owend-yacht-box .pre-owend-yacht-box-info p {
  color: #000;
  font-size: 18px;
  margin-bottom: 0;
}

.after-sale-yacht {
  background-color: #F2F2F2;
}
.after-sale-yacht .description p {
  color: #282828;
  font-size: 18px;
}
.after-sale-yacht img {
  width: 100%;
}
.after-sale-yacht .swiper .swiper-pagination-bullets {
  bottom: 8px;
  position: absolute;
  left: 0;
  z-index: 10;
  right: 0;
  text-align: center;
  width: auto;
}
.after-sale-yacht .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 0.8;
  background: #ffffff;
  transition: all 0.4s;
  width: 10px;
  height: 10px;
}
.after-sale-yacht .swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 25px;
  border-radius: 18px;
}

.yachting-news-events .swiper-wrapper {
  align-items: flex-start;
}
.yachting-news-events .swiper .swiper-slide img {
  width: 100%;
  margin-bottom: 20px;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 300px;
}
.yachting-news-events .swiper .swiper-slide .featured-yacht-info h5 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
.yachting-news-events .swiper .swiper-slide .featured-yacht-info h6 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.yachting-news-events .swiper .swiper-slide .featured-yacht-info p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.yachting-news-events .swiper .swiper-slide .yachting-news-events-title {
  margin-bottom: 20px;
}
.yachting-news-events .swiper .swiper-slide .yachting-news-events-title h5 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.yachting-news-events .swiper .swiper-slide .yachting-news-events-title h6 {
  color: #626262;
  font-size: 16px;
  font-weight: 500;
}
.yachting-news-events .swiper .swiper-slide .yachting-news-events-info p {
  color: #000;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.yachting-news-events .swiper .swiper-slide a {
  color: #B78510;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  background-color: rgba(255, 185, 0, 0.8392156863);
  padding: 15px 10px;
}

.yachting-journey {
  background-color: #F2F2F2;
}
.yachting-journey .swiper .swiper-slide img {
  width: 100%;
  margin-bottom: 20px;
}
.yachting-journey .description p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.yachting-journey .description p span {
  color: #A60A3A;
  font-weight: 700;
}
.yachting-journey .description p span i {
  color: #A60A3A;
  top: 3px;
  position: relative;
  margin-right: 3px;
}
.yachting-journey .description p a {
  color: #A60A3A;
  font-weight: 700;
}
.yachting-journey .description p a i {
  color: #A60A3A;
  top: 3px;
  position: relative;
  margin-right: 3px;
}

.site-footer .top-section .newsletter h2 {
  font-size: 46px;
  color: #000;
  margin-bottom: 30px;
}
.site-footer .top-section .newsletter p {
  font-size: 16px;
  color: #000;
}
.site-footer .top-section .newsletter .wpcf7-email {
  height: 49px;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #000;
  background-color: transparent;
  width: 100%;
}
.site-footer .top-section .newsletter .wpcf7-email::-moz-placeholder {
  font-weight: 600;
  color: #000;
}
.site-footer .top-section .newsletter .wpcf7-email::placeholder {
  font-weight: 600;
  color: #000;
}
.site-footer .top-section .newsletter .wpcf7-email:focus {
  box-shadow: none;
  outline: none;
}
.site-footer .top-section .newsletter .wpcf7-email:focus-visible {
  box-shadow: none;
  outline: none;
}
.site-footer .top-section .newsletter .wpcf7-response-output {
  color: #313131;
}
.site-footer .top-section .newsletter .wpcf7-submit {
  text-transform: none;
  font-size: 1rem;
  font-weight: 500;
}
.site-footer .top-section .newsletter .wpcf7-not-valid-tip {
  color: #A60A3A;
  font-size: 14px;
}
.site-footer .top-section .footer-link ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.site-footer .top-section .footer-link ul li a {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  transition: 0.4s all;
}
.site-footer .top-section .footer-link ul li a:hover {
  color: #A60A3A;
}
.site-footer .bottom-section {
  padding: 30px 0;
}
.site-footer .bottom-section h5 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}
.site-footer .bottom-section ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer .bottom-section ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.site-footer .bottom-section ul li i {
  font-size: 20px;
}
.site-footer .bottom-section ul li a {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  transition: 0.4s all;
}
.site-footer .bottom-section ul li a:hover {
  color: #A60A3A;
}
.site-footer .bottom-section .copyright {
  width: -moz-fit-content;
  width: fit-content;
}
.site-footer .bottom-section .copyright p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.site-footer .bottom-section .copyright .links {
  display: flex;
  align-items: center;
  gap: 5px;
}
.site-footer .bottom-section .copyright .links a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.4s all;
}
.site-footer .bottom-section .copyright .links a:hover {
  color: #A60A3A;
}
.site-footer .bottom-section .social p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.site-footer .bottom-section .social ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  flex-direction: row;
}
.site-footer .bottom-section .social ul li i {
  font-size: 26px;
}
.site-footer .bottom-section .social ul li a {
  transition: 0.4s all;
}
.site-footer .bottom-section .social ul li a:hover {
  color: #A60A3A;
}
.site-footer .bottom-section span i {
  font-size: 24px;
}
.site-footer .bottom-section select {
  height: 49px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding-left: 0;
}
.site-footer .bottom-section select:focus {
  box-shadow: none;
}
.site-footer .bottom-section .address-box .address ul li a {
  font-size: 14px;
}
.site-footer .bottom-section .address-box .address ul li.location {
  font-size: 14px;
  align-items: flex-start;
}
.site-footer .bottom-section .address-box .address ul li.location i {
  font-size: 20px;
}

.about-us img {
  width: 100%;
}
.about-us p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.video-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-box video {
  width: 100% !important;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
}
.video-box .play-btn {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: 0.4s all;
  background: rgba(0, 0, 0, 0.5019607843);
  border-radius: 100%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-box .play-btn i {
  color: #ffffff;
  font-size: 45px;
}
.video-box .play-btn:hover {
  transform: scale(1.1);
}

.careers-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 70dvh;
  position: relative;
  display: flex;
  align-items: center;
}
.careers-section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(2, 36, 74, 0.15) 0%, rgba(45, 37, 28, 0.8) 100%);
}
.careers-section h2 {
  color: #FFF;
  text-align: center;
  font-size: 52px;
  font-weight: 400;
  margin-bottom: 30px;
}
.careers-section .content {
  position: relative;
  z-index: 999;
}
.careers-section .content a {
  color: #DCB865;
}
.careers-section .content a span {
  background-color: #DCB865;
}

.join-our-team p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.join-our-team .swiper .swiper-slide img {
  width: 100%;
  margin-bottom: 20px;
}

.submit-apllication {
  background-color: #F7F7F7;
}
.submit-apllication p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.submit-apllication form .iti {
  display: block;
}

.team {
  background-color: #F7F7F7;
}
.team .team-box {
  transition: 0.4s all;
}
.team .team-box .img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all;
  cursor: pointer;
}
.team .team-box .img-box .on-text {
  text-align: center;
  position: absolute;
  opacity: 0;
  z-index: 10;
  color: #fff;
  transition: 0.4s all;
  font-weight: 500;
}
.team .team-box .img-box img {
  width: 100%;
}
.team .team-box h3 {
  color: #B78510;
  font-size: 32px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}
.team .team-box h6 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  height: 38px;
}
.team .team-box p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.team .team-box a.modal-link {
  color: #A60A3A;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.team .team-box .contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.team .team-box .contact-info li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.team .team-box .contact-info li img {
  width: 20px;
}
.team .team-box .contact-info li a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.team .team-box:hover .img-box::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  transition: 0.4s all;
}
.team .team-box:hover .img-box .on-text {
  opacity: 1;
}

#teamModal .carousel-item .person-image img {
  width: 100%;
}
#teamModal .carousel-item h3 {
  color: #B78510;
  font-size: 32px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
}
#teamModal .carousel-item h6 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
#teamModal .carousel-item p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
}
#teamModal .carousel-item .contact-info {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#teamModal .carousel-item .contact-info li {
  display: flex;
  align-items: center;
  gap: 10px;
}
#teamModal .carousel-item .contact-info li img {
  width: 20px;
}
#teamModal .carousel-item .contact-info li a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
#teamModal .carousel-inner {
  transition: height 0.4s ease;
  overflow: hidden;
}
#teamModal .modal-header {
  border: none;
}
#teamModal .modal-header button {
  position: absolute;
  right: 20px;
  top: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-right: 80px;
  opacity: 1;
  --bs-btn-close-bg: unset;
}
#teamModal .modal-header button i {
  color: #A60A3A;
  font-weight: 600;
  font-size: 22px;
}
#teamModal .modal-header button span {
  position: relative;
  text-transform: uppercase;
  color: #A60A3A;
  font-weight: 700;
  font-size: 1rem;
}

.technician-section img {
  width: 100%;
}
.technician-section p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.yacht-list .yacht-box img {
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.yacht-list .yacht-box .info {
  margin-top: 10px;
}
.yacht-list .yacht-box .info h4 a {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.4s all;
  text-transform: uppercase;
}
.yacht-list .yacht-box .info h4 a:hover {
  color: #B78510;
}
.yacht-list .yacht-box .info .more-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.connect-with-us {
  background-color: #F7F7F7;
}
.connect-with-us.no-bg {
  background-color: transparent;
}
.connect-with-us p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.connect-with-us ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.connect-with-us ul li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}
.connect-with-us ul li a i {
  font-size: 20px;
}
.connect-with-us ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.connect-with-us ul li i {
  font-size: 18px;
}
.connect-with-us ul li a {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  transition: 0.4s all;
}
.connect-with-us ul li a:hover {
  color: #A60A3A;
}

.yacht-range h3 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.yacht-range .yacht-box h5 {
  margin-top: 10px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.yacht-range .yacht-box .img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.yacht-range .yacht-box .img-box img {
  width: 100%;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 300px;
}
.yacht-range .yacht-box .img-box .view-more {
  position: absolute;
  color: #fff;
  transition: 0.4s all;
  opacity: 0;
  transform: scale(1.1);
  z-index: 10;
  text-decoration: none;
}
.yacht-range .yacht-box .img-box .view-more i {
  display: block;
}
.yacht-range .yacht-box .img-box:hover .view-more {
  opacity: 1;
  transform: scale(1);
}
.yacht-range .yacht-box .img-box:hover::before {
  opacity: 1;
}
.yacht-range .yacht-box .img-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.4s all;
}

.after-sales-services {
  background: #F2F2F2;
}
.after-sales-services img {
  width: 100%;
}
.after-sales-services .after-sales-info-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.after-sales-services .after-sales-info-box .after-sales-info p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.key-features {
  background-color: #F2F2F2;
}
.key-features .feature-box {
  display: flex;
  align-items: center;
  gap: 25px;
}
.key-features .feature-box .icon img {
  width: 70px;
  height: auto;
}
.key-features .feature-box .info h5 {
  color: #B78510;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.key-features .feature-box .info p {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 28px;
}
.key-features .service-contact p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.key-features .service-contact p a {
  color: #A60A3A;
  font-weight: 700;
}

.dropdown .dropdown-menu {
  transform: translateY(10px);
  transition: 0.4s all;
  opacity: 0;
  display: block;
  visibility: hidden;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
  margin-top: 0.125em;
}

.dropdown-submenu .dropdown-menu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  margin-top: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
  left: 100%;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}
.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  z-index: 999;
  cursor: pointer;
  transition: 0.4s all;
}
.scroll-top:hover {
  background-color: #85082e;
}
.scroll-top:hover i {
  color: #FFF;
}
.scroll-top i {
  font-size: 20px;
  color: #000;
}

.btn-slider-container {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-slider-container button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: unset;
  left: unset;
  right: unset;
  top: unset;
  border-radius: 8px;
  padding: 20px;
  border: none;
  height: 48px;
  width: 48px;
  background-color: #F7F7F7;
  opacity: 1;
}
.btn-slider-container button i {
  font-size: 20px;
  color: #000;
}
.btn-slider-container button i.rotate-offsite {
  transform: rotate(180deg);
}

.asia-pacific-service {
  padding-bottom: 0;
  background-color: #F2F2F2;
}

#office-location-map {
  width: 100%;
  height: 600px;
  display: block;
}

.contact-us p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.contact-us ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}
.contact-us ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.contact-us ul li i {
  font-size: 18px;
}
.contact-us ul li a {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  transition: 0.4s all;
}
.contact-us ul li a:hover {
  color: #A60A3A;
}

.our-offices ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.our-offices ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.our-offices ul li i {
  font-size: 18px;
}
.our-offices ul li img {
  width: 18px;
}
.our-offices ul li a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  transition: 0.4s all;
}
.our-offices ul li a:hover {
  color: #A60A3A;
}
.our-offices select {
  height: 49px;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #4e4e4e;
  background-color: transparent;
  padding-left: 0;
}
.our-offices select:focus {
  border-color: #4e4e4e;
  box-shadow: unset;
}
.our-offices img {
  width: 100%;
}
.our-offices p {
  font-size: 16px;
  color: #000;
}

.our-offices-accordion .accordion .accordion-item {
  border: none;
}
.our-offices-accordion .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 36px;
  color: #000;
  border-top: 1px solid #000000;
  padding-left: 0;
}
.our-offices-accordion .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
}
.our-offices-accordion .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: unset;
}
.our-offices-accordion .accordion .accordion-item .accordion-body .contact-info h6 {
  font-size: 22px;
  font-weight: 700;
}
.our-offices-accordion .accordion .accordion-item .accordion-body .contact-info p {
  font-size: 22px;
  font-weight: 400;
}
.our-offices-accordion .accordion .accordion-item .accordion-body .contact-info a {
  color: #A60A3A;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}
.our-offices-accordion .accordion .accordion-item .accordion-body .our-brand h6 {
  font-size: 22px;
  font-weight: 700;
}
.our-offices-accordion .accordion .accordion-item .accordion-body .our-brand ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
.our-offices-accordion .accordion .accordion-item .accordion-body .our-brand ul li img {
  max-width: 180px;
  width: 150px;
  height: auto;
}
.our-offices-accordion .accordion .accordion-item .accordion-body .location-map img {
  width: 100%;
}

.page-description {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.page-description p,
.page-description .para-content {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.page-description p:empty {
  display: none;
}
.page-description .brand-logo img {
  width: 100%;
  margin: 0 auto;
}
.page-description.has-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-description.has-bg p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
}

.yachts-section-info .description p {
  color: #282828;
  font-size: 16px;
}
.yachts-section-info .description ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.yachts-section-info .description ul li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.yachts-section-info img {
  width: 100%;
}

.yacht-range-slider-section {
  overflow: hidden;
}
.yacht-range-slider-section .yatch-range-slider .slick-track {
  padding: 40px 0;
}
.yacht-range-slider-section .yatch-range-slider .slick-slide {
  transition: all 0.3s ease;
}
.yacht-range-slider-section .yatch-range-slider .slick-slide .yatch-image-box {
  transform: scale(0.95);
  transition: transform 0.3s ease;
}
.yacht-range-slider-section .yatch-range-slider .slick-slide.slick-current .yatch-image-box {
  margin: 0 30px;
  transform: scale(1.1);
  z-index: 2;
}
.yacht-range-slider-section .yatch-range-slider .yatch-image-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all;
}
.yacht-range-slider-section .yatch-range-slider .yatch-image-box::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 48.08%, rgba(0, 0, 0, 0) 100%);
}
.yacht-range-slider-section .yatch-range-slider .yatch-image-box img {
  width: 100%;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.yacht-range-slider-section .yatch-range-slider .yatch-image-box .main-category {
  position: absolute;
  top: 45%;
  text-align: center;
  transition: 0.4s all;
  color: #FFF;
  font-size: 32px;
  font-weight: 600;
  z-index: 10;
  line-height: 1.2;
  text-transform: uppercase;
}
.yacht-range-slider-section .yatch-range-slider .yatch-image-box .main-category .number {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
}
.yacht-range-slider-section .yatch-range-slider .yatch-image-box .available-model {
  position: absolute;
  opacity: 0;
  transition: 0.4s all;
  transform: scale(0.8);
  z-index: 10;
}
.yacht-range-slider-section .yatch-range-slider .yatch-image-box .available-model ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 8px;
}
.yacht-range-slider-section .yatch-range-slider .yatch-image-box .available-model ul::-webkit-scrollbar {
  width: 10px;
}
.yacht-range-slider-section .yatch-range-slider .yatch-image-box .available-model ul::-webkit-scrollbar-track {
  background: transparent;
  margin-left: 20px;
}
.yacht-range-slider-section .yatch-range-slider .yatch-image-box .available-model ul::-webkit-scrollbar-thumb {
  background: #cf9610;
  border-radius: 9999px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.yacht-range-slider-section .yatch-range-slider .yatch-image-box .available-model ul::-webkit-scrollbar-thumb:hover {
  background: #cf9610;
  cursor: pointer;
}
.yacht-range-slider-section .yatch-range-slider .yatch-image-box .available-model ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
}
.yacht-range-slider-section .yatch-range-slider .yatch-image-box .available-model ul li a {
  text-decoration: none;
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  transition: 0.4s all;
  text-transform: uppercase;
}
.yacht-range-slider-section .yatch-range-slider .yatch-image-box .available-model ul li a:hover {
  color: #cf9610;
}
.yacht-range-slider-section .yatch-range-slider .yatch-image-box .available-model ul li:last-child {
  border-bottom: none;
}
.yacht-range-slider-section .yatch-range-slider .yatch-image-box:hover::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 48.08%, rgba(0, 0, 0, 0.6) 100%);
}
.yacht-range-slider-section .yatch-range-slider .yatch-image-box:hover .main-category {
  top: 30px;
  transform: translateY(0);
}
.yacht-range-slider-section .yatch-range-slider .yatch-image-box:hover .available-model {
  opacity: 1;
  transform: scale(1);
}
.yacht-range-slider-section .yatch-range-slider .slick-prev {
  left: 30px;
}
.yacht-range-slider-section .yatch-range-slider .slick-next {
  right: 30px;
}
.yacht-range-slider-section .yatch-range-slider .slick-prev,
.yacht-range-slider-section .yatch-range-slider .slick-next {
  background: #F7F7F7;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 20px;
  border: none;
  height: 48px;
  width: 48px;
  color: #000;
}
.yacht-range-slider-section .yatch-range-slider .slick-prev i,
.yacht-range-slider-section .yatch-range-slider .slick-next i {
  font-size: 18px;
}
.yacht-range-slider-section .yatch-range-slider .slick-prev::before,
.yacht-range-slider-section .yatch-range-slider .slick-next::before {
  display: none;
}
.yacht-range-slider-section .yatch-range-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 5px;
  bottom: -35px;
  list-style: none;
  padding: 0;
}
.yacht-range-slider-section .yatch-range-slider .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  margin: 0;
}
.yacht-range-slider-section .yatch-range-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  padding: 0;
  transition: all 0.3s ease;
}
.yacht-range-slider-section .yatch-range-slider .slick-dots li button::before {
  display: none;
}
.yacht-range-slider-section .yatch-range-slider .slick-dots li.slick-active button {
  background-color: #B78510;
  width: 40px;
  border-radius: 20px;
}

.menu-bar {
  background-color: #F2F2F2;
}
.menu-bar ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-bar ul li a {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}
.menu-bar ul li a:hover {
  color: #A60A3A;
  font-weight: 600;
}
.menu-bar ul li a.active-page-link {
  color: #A60A3A;
  font-weight: 600;
}

.news-section.has-bg {
  background-color: #F2F2F2;
}
.news-section .swiper .swiper-slide img {
  width: 100%;
  margin-bottom: 20px;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
}
.news-section .swiper .swiper-slide .info .date {
  color: #626262;
  font-size: 16px;
  font-weight: 500;
}
.news-section .swiper .swiper-slide .info .title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}
.news-section .swiper .swiper-slide .info p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-section .swiper .swiper-slide .info a {
  color: #B78510;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.featured-news img {
  width: 100%;
  margin-bottom: 20px;
}
.featured-news .date {
  color: #626262;
  font-size: 16px;
  font-weight: 500;
}
.featured-news .info {
  border-right: 1px solid #D9D9D9;
}
.featured-news .info .date {
  color: #626262;
  font-size: 16px;
  font-weight: 500;
}
.featured-news .info .title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}
.featured-news .info p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.featured-news .info a {
  color: #B78510;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.featured-news h6 {
  color: #626262;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.featured-news .tags {
  color: #B78510;
  font-size: 18px;
  font-weight: 700;
}

.news-list-section.related-news {
  background-color: #F2F2F2;
}
.news-list-section .news-box img {
  width: 100%;
  margin-bottom: 20px;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
}
.news-list-section .news-box .info .date {
  color: #626262;
  font-size: 16px;
  font-weight: 500;
}
.news-list-section .news-box .info .title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}
.news-list-section .news-box .info p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.news-list-section .news-box .info a {
  color: #B78510;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 30px;
}
.pagination a,
.pagination span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.pagination a:has(i),
.pagination span:has(i) {
  background-color: #F7F7F7;
}
.pagination span {
  background-color: #B78510;
  color: #fff;
}

.boat-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 30px;
}
.boat-pagination a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.boat-pagination a.active-link {
  background-color: #B78510;
  color: #fff;
}

.events-list-section .events-box img {
  width: 100%;
  height: auto;
}
.events-list-section .events-box .info .date-venue {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.events-list-section .events-box .info .date-venue i {
  font-size: 20px;
}
.events-list-section .events-box .info .date-venue .date {
  color: #626262;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 50%;
}
.events-list-section .events-box .info .date-venue .venue {
  color: #626262;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  gap: 10px;
}
.events-list-section .events-box .info .title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}
.events-list-section .events-box .info p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.events-list-section .events-box .info .rsvp-link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.events-list-section .events-box .info .rsvp-link a {
  color: #B78510;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.event-type {
  color: #626262;
  font-size: 14px;
  font-weight: 600;
}

.single-events img {
  width: 100%;
  margin-bottom: 20px;
}
.single-events .date-venue {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-events .date-venue i {
  font-size: 20px;
}
.single-events .date-venue .date {
  color: #626262;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-events .date-venue .venue {
  color: #626262;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  gap: 10px;
}
.single-events .info {
  border-right: 1px solid #D9D9D9;
}
.single-events .info .date {
  color: #626262;
  font-size: 16px;
  font-weight: 500;
}
.single-events .info .title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}
.single-events .info p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.single-events .info a {
  color: #B78510;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.wpcf7 {
  /* For Firefox */
}
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea,
.wpcf7 .wpcf7-file {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  background-color: transparent;
}
.wpcf7 .wpcf7-text:focus,
.wpcf7 .wpcf7-textarea:focus,
.wpcf7 .wpcf7-file:focus {
  box-shadow: none;
}
.wpcf7 .wpcf7-select {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  background-color: transparent;
  padding-left: 0;
}
.wpcf7 .wpcf7-select:focus {
  box-shadow: none;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
}
.wpcf7 input[type=file]::file-selector-button {
  display: none;
}
.wpcf7 input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
.wpcf7 .custom-file-wrapper {
  flex-wrap: nowrap;
}
.wpcf7 .custom-file-wrapper span.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7 .custom-file-wrapper .input-group-text {
  background: #999;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent;
}

.technical-support-form p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.technical-support-form img {
  width: 100%;
}

.ma5menu__container {
  z-index: 999999;
}

.spec-section {
  background-color: #F2F2F2;
}
.spec-section .spec-box {
  display: flex;
  gap: 20px;
}
.spec-section .spec-box img {
  width: 70px;
}
.spec-section .spec-box .info h5 {
  color: #B78510;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}
.spec-section .spec-box .info p {
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
}

.policy-section h5 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.policy-section p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.policy-section p a {
  color: #A60A3A;
}
.policy-section ul li,
.policy-section ol li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.policy-section ul li a a,
.policy-section ol li a a {
  color: #A60A3A;
}

.sbi_load_btn {
  background: #A60A3A;
  color: #FFF;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 10px 30px !important;
  border-radius: 0 !important;
  margin: 25px auto 0 !important;
}
.sbi_load_btn:hover {
  background: #A60A3A !important;
}

.specifications {
  background-color: #F2F2F2;
}
.specifications .accordion .accordion-item .accordion-button {
  background-color: #A60A3A;
  color: #fff;
  font-size: 26px;
}
.specifications .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.specifications .accordion .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.specifications .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.specifications table {
  --bs-table-bg: transparent;
  border-color: #D9D9D9;
  padding: 1rem 0.5rem;
  width: 100% !important;
}
.specifications table thead tr th {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 15px;
}
.specifications table tbody tr th {
  color: #B78510;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 15px;
}
.specifications table tbody tr td {
  vertical-align: middle;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  padding: 10px 15px;
}
.specifications table tbody tr td strong {
  color: #B78510;
  font-size: 22px;
  font-weight: 700;
}

.configure-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  display: flex;
  align-items: center;
  position: relative;
}
.configure-bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(19, 50, 86, 0) 20.9%, rgba(0, 0, 0, 0.6) 90.17%);
}
.configure-bg h2 {
  color: #FFF;
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  line-height: 56px;
  margin-bottom: 15px;
}

.features-title .feature-box h4 {
  color: #B78510;
  font-size: 28px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
}
.features-title .feature-box h6 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.features-title .feature-box p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.marketing-consent-box p {
  font-size: 14px;
  font-weight: 400;
}
.marketing-consent-box p a {
  font-weight: 600;
  color: #000;
}
.marketing-consent-box strong {
  font-weight: 600;
}
.marketing-consent-box .wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 400;
}

.feat-meeter-btn .btn {
  background-color: #ffffff;
  padding: 2px 8px;
  color: #282828;
  border-color: #B78510;
}
.feat-meeter-btn .btn.active {
  background-color: #B78510;
  color: #FFF;
}

.wpcf7-response-output {
  text-align: center;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: #A60A3A !important;
}

div:where(.swal2-container) button:where(.swal2-styled) {
  border-radius: 0 !important;
}

.new-yachts .row p,
.boat-description p {
  color: #000;
}

.gm-style-iw button.gm-ui-hover-effect {
  position: absolute !important;
  right: 0;
}
.gm-style-iw .gm-style-iw-d {
  padding-bottom: 15px;
  padding-right: 50px;
}

.gm-style .gm-style-iw-c {
  background: #A60A3A !important;
  color: #fff !important;
}

.gm-style .gm-style-iw-d {
  overflow: visible !important;
}

.gm-style .gm-style-iw-tc::after {
  background-color: #A60A3A;
}

.gm-style .gm-ui-hover-effect {
  background: #A60A3A !important;
  opacity: 0.9;
}

.gm-style .gm-ui-hover-effect span {
  background-color: #fff;
}

.grecaptcha-badge {
  display: none !important;
}

.boat-description br {
  display: none;
}

.single-boats .page-hero-slider .swiper .swiper-slide .slider-contents h1, .single-boats .page-description .section-heading h2 {
  text-transform: uppercase;
}

.single-yacht .page-hero-slider .swiper .swiper-slide .slider-contents h1, .single-yacht .page-description .section-heading h2 {
  text-transform: uppercase;
}

.wpcf7 .wpcf7-not-valid-tip {
  font-size: 14px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background-color: #e1ffe3;
  padding: 15px 10px;
}

.wpcf7-spinner {
  top: 8px;
}

@media (max-width: 767px) {
  .hero-section .swiper .swiper-slide .slider-contents h1 {
    font-size: 42px;
  }
  .event-type {
    font-size: 12px;
  }
  .page-hero-slider {
    min-height: 50dvh;
  }
  .page-hero-slider .bg-image {
    min-height: 50dvh;
  }
  .page-hero-slider .swiper .swiper-slide .slider-contents h1 {
    font-size: 32px;
  }
  .page-hero-slider .swiper .swiper-slide .slider-contents {
    min-height: 50dvh;
  }
  .section-heading h2 {
    font-size: 30px;
  }
  .section-heading h2 br {
    display: none;
  }
  .site-footer .top-section .newsletter h2 {
    font-size: 30px;
  }
  .site-footer .top-section .footer-link ul li a {
    font-size: 16px;
  }
  .bg-image-footer {
    padding: 80px 0 200px;
  }
  .page-hero {
    min-height: 50dvh;
  }
  .page-hero::before {
    background: linear-gradient(270deg, rgba(19, 50, 86, 0.31) 36.93%, rgba(0, 0, 0, 0.77) 98.37%);
  }
  .page-hero .content h1 {
    font-size: 32px;
  }
  .page-hero .content h1 br {
    display: none;
  }
  .video-box video {
    height: 100%;
  }
  .modal-dialog-scrollable .modal-content {
    margin-top: 140px;
    max-height: 95%;
  }
  .careers-section h2 {
    font-size: 30px;
  }
  .our-offices #location-image {
    overflow: auto;
    position: relative;
  }
  .our-offices .map-image img {
    width: -moz-max-content;
    width: max-content;
    -o-object-fit: cover;
       object-fit: cover;
    height: 45dvh;
  }
  .our-offices-accordion .accordion .accordion-item .accordion-body .location-map {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .our-offices-accordion .accordion .accordion-item .accordion-body .location-map img {
    width: -moz-max-content;
    width: max-content;
    -o-object-fit: cover;
       object-fit: cover;
    height: 50dvh;
  }
  .events-list-section .events-box .info .date-venue {
    gap: 15px;
    flex-wrap: wrap;
  }
  .our-offices-accordion .accordion .accordion-item .accordion-body .our-brand ul li img {
    max-width: 120px;
    width: 100px;
  }
  .our-offices-accordion .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
  section {
    padding: 50px 0;
  }
  .brand-new-yacht .nav-pills {
    flex-wrap: nowrap;
  }
  .brand-new-yacht .nav-pills li button {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }
  .hero-section {
    height: 60dvh;
  }
  .hero-section .swiper .swiper-slide {
    height: 60dvh;
  }
  .hero-section .swiper .swiper-slide video {
    height: 60dvh !important;
  }
  .hero-section .bg-image {
    height: 60dvh;
    min-height: 60dvh;
  }
  .brand-slider {
    height: 30dvh;
  }
  .brand-slider .swiper .swiper-slide img {
    height: 30dvh;
  }
  .features-title .feature-box h4 {
    font-size: 22px;
  }
  .yacht-range-slider-section .yatch-range-slider .yatch-image-box img {
    min-height: 500px;
  }
  .yacht-range-slider-section .yatch-range-slider .yatch-image-box .main-category {
    font-size: 22px;
  }
  .yacht-range-slider-section .yatch-range-slider .yatch-image-box .available-model ul li a {
    font-size: 18px;
  }
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .specifications table tbody tr td strong,
  .specifications table tbody tr td {
    font-size: 18px;
  }
  .configure-bg::after {
    background: linear-gradient(180deg, rgba(19, 50, 86, 0) 0% 20.9%, rgba(0, 0, 0, 0.6) 90%);
  }
  .our-offices-accordion .accordion .accordion-item .accordion-body .contact-info a {
    font-size: 16px;
  }
  .our-offices-accordion .accordion .accordion-item .accordion-body .contact-info p {
    font-size: 16px;
  }
  .our-offices-accordion .accordion .accordion-item .accordion-body .contact-info h6 {
    font-size: 18px;
  }
  .our-offices-accordion .accordion .accordion-item .accordion-body .our-brand h6 {
    font-size: 18px;
  }
  .after-sale-yacht .description p,
  .brand-description p,
  .yachts-section-info .description p,
  .yachts-section-info .description ul li,
  .connect-with-us p,
  .new-yachts .row p,
  .boat-description p,
  .site-footer .top-section .newsletter p,
  .after-sales-services .after-sales-info-box .after-sales-info p,
  .yacht-distributor p,
  .technical-support-form p,
  .featured-news .info p,
  .featured-news .info ul li,
  .featured-news .info ol li {
    text-align: justify;
  }
  .line-link {
    gap: 6px;
    flex-wrap: wrap;
    font-size: 14px;
  }
  .page-description.has-bg p,
  .yachting-journey .description p,
  .page-description p,
  .page-description .para-content,
  .about-us p,
  .join-our-team p {
    font-size: 16px;
    text-align: justify;
  }
  .spec-section .spec-box img {
    width: 50px;
  }
  .spec-section .spec-box .info h5 {
    font-size: 18px;
  }
  .spec-section .spec-box .info p {
    font-size: 18px;
  }
  .key-features .feature-box .icon img {
    width: 60px;
  }
  .key-features .feature-box .info h5 {
    font-size: 18px;
  }
  .key-features .feature-box .info p {
    font-size: 18px;
    line-height: 24px;
  }
  .menu-bar ul li a {
    font-size: 18px;
  }
  .news-section .swiper .swiper-slide .info .title {
    font-size: 18px;
  }
  .featured-news .info {
    border-right: none;
  }
  .yacht-range-slider-section .yatch-range-slider .slick-slide.slick-current .yatch-image-box::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 48.08%, rgba(0, 0, 0, 0.6) 100%);
  }
  .yacht-range-slider-section .yatch-range-slider .slick-slide.slick-current .yatch-image-box .main-category {
    top: 30px;
    transform: translateY(0);
  }
  .yacht-range-slider-section .yatch-range-slider .slick-slide.slick-current .yatch-image-box .available-model {
    opacity: 1;
    transform: scale(1);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .page-hero-slider {
    min-height: 60dvh;
  }
  .page-hero-slider .bg-image {
    min-height: 60dvh;
  }
  .hero-section {
    height: 60dvh;
  }
  .hero-section .swiper .swiper-slide {
    height: 60dvh;
  }
  .hero-section .swiper .swiper-slide video {
    height: 60dvh !important;
  }
  .hero-section .bg-image {
    height: 60dvh;
    min-height: 60dvh;
  }
  .page-hero-slider .swiper .swiper-slide .slider-contents {
    min-height: 60dvh;
  }
  .after-sale-yacht .description p,
  .brand-description p,
  .yachts-section-info .description p,
  .yachts-section-info .description ul li,
  .connect-with-us p,
  .new-yachts .row p,
  .boat-description p,
  .site-footer .top-section .newsletter p,
  .after-sales-services .after-sales-info-box .after-sales-info p,
  .yacht-distributor p,
  .technical-support-form p,
  .featured-news .info p,
  .featured-news .info ul li,
  .featured-news .info ol li {
    text-align: justify;
  }
  .brand-slider {
    height: 50dvh;
  }
  .brand-slider .swiper .swiper-slide img {
    height: 50dvh;
  }
  .page-description.has-bg p,
  .yachting-journey .description p,
  .page-description p,
  .page-description .para-content,
  .about-us p,
  .join-our-team p {
    text-align: justify;
  }
  .video-box video {
    height: 50vh;
  }
  .yacht-range-slider-section .yatch-range-slider .slick-slide.slick-current .yatch-image-box::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 48.08%, rgba(0, 0, 0, 0.6) 100%);
  }
  .yacht-range-slider-section .yatch-range-slider .slick-slide.slick-current .yatch-image-box .main-category {
    top: 30px;
    transform: translateY(0);
  }
  .yacht-range-slider-section .yatch-range-slider .slick-slide.slick-current .yatch-image-box .available-model {
    opacity: 1;
    transform: scale(1);
  }
}
@media (min-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}
@media (min-width: 576px) {
  .swiper-left-padding {
    padding-left: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .swiper-left-padding {
    padding-left: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .swiper-left-padding {
    padding-left: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .swiper-left-padding {
    padding-left: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .swiper-left-padding {
    padding-left: calc((100vw - 1320px) / 2);
  }
}
@media (min-width: 1500px) {
  .swiper-left-padding {
    padding-left: calc((100vw - 1440px) / 2);
  }
}/*# sourceMappingURL=style.css.map */