@charset "UTF-8";
@font-face {
  font-family: "Istok Web Bold";
  src: url("../fonts/IstokWeb-Bold.eot");
  src: url("../fonts/IstokWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/IstokWeb-Bold.woff2") format("woff2"), url("../fonts/IstokWeb-Bold.woff") format("woff"), url("../fonts/IstokWeb-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  src: url("../fonts/Karla-Regular.eot");
  src: url("../fonts/Karla-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Karla-Regular.woff2") format("woff2"), url("../fonts/Karla-Regular.woff") format("woff"), url("../fonts/Karla-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KarlaBold";
  src: url("../fonts/Karla-Bold.eot");
  src: url("../fonts/Karla-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Karla-Bold.woff2") format("woff2"), url("../fonts/Karla-Bold.woff") format("woff"), url("../fonts/Karla-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Istok Web Regular";
  src: url("../fonts/IstokWeb-Regular.eot");
  src: url("../fonts/IstokWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/IstokWeb-Regular.woff2") format("woff2"), url("../fonts/IstokWeb-Regular.woff") format("woff"), url("../fonts/IstokWeb-Regular.ttf") format("truetype"), url("../fonts/IstokWeb-Regular.svg#IstokWeb-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Istok Web Regular" !important;
  font-size: 18px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

.hr {
  padding: 71px 0 60px 0;
}
.hr hr {
  opacity: 1;
  margin: 0;
  color: #D8D8D8;
  border: 0;
  border-top: 1px solid;
}

input.form-control::-moz-placeholder, .custom-textarea::-moz-placeholder {
  color: #A6A6A6;
}

input.form-control::placeholder,
.custom-textarea::placeholder {
  color: #A6A6A6;
}

.form-control:focus {
  box-shadow: 0 0 0 grey;
  border-right: 0 !important;
}

.list-btn {
  background-color: #1A2040;
  color: #C7AB6A;
  font-size: 16px;
  line-height: 23px;
  font-family: "Istok Web Bold";
  padding: 10px 31px;
  border-radius: 5px;
  border: 1px solid #1A2040;
}
.list-btn:hover {
  background-color: transparent;
  border: 1px solid #C7AB6A;
  color: #C7AB6A;
}

input:focus-visible {
  outline: 0;
}

.get-touch-btn {
  background-color: #C7AB6A;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 23px;
  font-family: "Istok Web Bold";
  padding: 6px 10px;
  border: 0;
  border-radius: 0;
  border: 1px solid #C7AB6A;
}
.get-touch-btn:hover {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.display {
  display: block;
}

.slick-prev::before {
  content: url("../images/left-slide-icon.jpg") !important;
}

.slick-next::before {
  content: url("../images/right-slide-icon.jpg") !important;
}

.main-title {
  font-size: 40px;
  line-height: 58px;
  color: #1A2040;
  font-family: "Istok Web Bold";
  margin-bottom: 12px;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1326px;
    padding: 0;
  }
  .container.gallery-slide-container,
  .container-lg.gallery-slide-container,
  .container-md.gallery-slide-container,
  .container-sm.gallery-slide-container,
  .container-xl.gallery-slide-container,
  .container-xxl.gallery-slide-container {
    max-width: 1199px;
  }
}
header .top-header {
  background-color: #1A2040;
}
header .top-header .inner-top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11.5px 0;
}
@media screen and (max-width: 767px) {
  header .top-header .inner-top-header {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  header .top-header .inner-top-header {
    align-items: flex-start;
  }
}
header .top-header .inner-top-header .get-touch-left {
  color: #FFFFFF;
  font-size: 17px;
  font-family: "Istok Web Regular";
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  header .top-header .inner-top-header .get-touch-left {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  header .top-header .inner-top-header .get-touch-left .get_number {
    display: block;
    padding-left: 40px;
  }
}
header .top-header .inner-top-header .get-touch-left .get_number a {
  color: #FFFFFF;
}
header .top-header .inner-top-header .get-touch-left .copy_icon img {
  display: inline-block;
}
header .top-header .inner-top-header .get-touch-left .phone-icon {
  padding: 3px 10px;
  background: #FFFFFF;
  border-radius: 50px;
  margin-right: 5px;
}
header .top-header .inner-top-header .email-header-right a {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Istok Web Regular";
  text-decoration: none;
  margin-left: 3px;
  line-height: 23px;
}
@media screen and (max-width: 991px) {
  header .top-header .inner-top-header .email-header-right a {
    font-size: 12px;
  }
}
header .bottom-header {
  background-color: #FFFFFF;
  border-bottom: 1px solid #E3E3E3;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
header .bottom-header .inner-bottom-header {
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .bottom-header .inner-bottom-header .header-contact-btn .contact-btn {
  background: #C7AB6A;
  font-family: "Istok Web Bold";
  font-size: 16px;
  color: #FFFFFF;
  padding: 14px 30px;
  border-radius: 50px;
  line-height: 23px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

footer .top-footer {
  background-color: #1A2040;
  text-align: center;
  padding: 80px 0;
}
footer .top-footer .inner-footer .news-footer-title {
  font-size: 32px;
  line-height: 46px;
  color: #FFFFFF;
  font-family: "Istok Web Bold";
  margin-bottom: 21px;
}
footer .top-footer .inner-footer .newsletter-footer-form {
  position: relative;
}
footer .top-footer .inner-footer .newsletter-footer-form .input-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .top-footer .inner-footer .newsletter-footer-form .input-group input {
  max-width: 728px;
  height: 65px;
  border: 1px solid #D8D8D8;
  border-radius: 6px;
  font-size: 20px;
  line-height: 29px;
}
footer .top-footer .inner-footer .newsletter-footer-form .ginput_container_email input {
  max-width: 728px;
  height: 65px;
  border: 1px solid #D8D8D8;
  border-radius: 6px;
  font-size: 20px;
  line-height: 29px;
}
footer .top-footer .inner-footer .newsletter-footer-form .gform_button button {
  position: absolute;
  right: 23%;
  top: 15%;
  background-color: #C7AB6A;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 23px;
  font-family: "Istok Web Bold";
  padding: 6px 10px;
  border: 0;
  border-radius: 0;
  border: 1px solid #C7AB6A;
}
footer .top-footer .inner-footer .news-btn {
  background-color: #FFFFFF;
  height: 65px;
}
footer .bottom-footer {
  background-color: #000000;
  padding: 45px 0;
}
footer .bottom-footer .inner-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .bottom-footer .inner-footer .social-media-foo .social-media-list {
  display: flex;
}
footer .bottom-footer .inner-footer .social-media-foo .social-media-list li:not(:first-child) {
  margin-left: 15px;
}
footer .bottom-footer .inner-footer .copyright {
  font-size: 18px;
  line-height: 26px;
  color: #818182;
  font-family: "Istok Web Bold";
}
footer .bottom-footer .foo-text {
  margin-top: 43px;
  text-align: center;
}
footer .bottom-footer .foo-text .disclaimer {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  color: #818182;
}

.feature-list-section {
  background-color: #f4f4f6;
}
.feature-list-section .list .list-box {
  padding-top: 50px;
}
.feature-list-section .list .list-box .card {
  background: #FFFFFF;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  border: 0;
  padding: 42px;
}
@media screen and (max-width: 1399px) {
  .feature-list-section .list .list-box .card {
    padding: 92px 30px;
  }
}
.feature-list-section .list .list-box .card:not(:last-child) {
  margin-bottom: 46px;
}
.feature-list-section .list .list-box .card .card-image {
  border-radius: 10px;
  max-width: 471px;
  min-height: 283px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .feature-list-section .list .list-box .card .card-image {
    margin-bottom: 20px;
  }
}
.feature-list-section .list .list-box .card .card-body {
  padding: 0;
  position: relative;
}
.feature-list-section .list .list-box .card .card-body .title-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
  margin-top: -5px;
}
@media screen and (max-width: 1399px) {
  .feature-list-section .list .list-box .card .card-body .title-list {
    margin-bottom: 20px;
    margin-top: 0px;
  }
}
.feature-list-section .list .list-box .card .card-body .title-list .card-title {
  font-size: 26px;
  line-height: 37px;
  color: #C7AB6A;
  font-family: "Istok Web Bold";
  margin-bottom: 0px;
  text-transform: uppercase;
}
.feature-list-section .list .list-box .card .card-body .title-list .card-title a {
  color: #C7AB6A;
}
@media screen and (max-width: 500px) {
  .feature-list-section .list .list-box .card .card-body .title-list .card-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.feature-list-section .list .list-box .card .card-body .title-list .card-title::after {
  content: "";
  height: 2px;
  background-color: #C7AB6A;
  width: 43px;
  display: block;
  margin-top: 16px;
}
.feature-list-section .list .list-box .card .card-body .title-list .list-media-controls .controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feature-list-section .list .list-box .card .card-body .title-list .list-media-controls .controls li {
  display: flex;
  align-items: center;
}
.feature-list-section .list .list-box .card .card-body .title-list .list-media-controls .controls li:not(:first-child) {
  margin-left: 26px;
}
.feature-list-section .list .list-box .card .card-body .title-list .list-media-controls .controls li .number-item {
  font-size: 14px;
  line-height: 20px;
  color: #A6A6A6;
  margin-left: 8.18px;
}
@media screen and (max-width: 991px) {
  .feature-list-section .list .list-box .card .card-body .list-options-icon .list .col-list {
    width: 100%;
  }
  .feature-list-section .list .list-box .card .card-body .list-options-icon .list .col-list:nth-of-type(3) {
    margin-bottom: 20px;
  }
  .feature-list-section .list .list-box .card .card-body .list-options-icon .list .col-list:nth-of-type(4) {
    margin-bottom: 20px;
  }
}
.feature-list-section .list .list-box .card .card-body .list-options-icon .list .col-list:nth-of-type(1) {
  margin-bottom: 53px;
}
.feature-list-section .list .list-box .card .card-body .list-options-icon .list .col-list:nth-of-type(2) {
  margin-bottom: 53px;
}
@media screen and (max-width: 1399px) {
  .feature-list-section .list .list-box .card .card-body .list-options-icon .list .col-list:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .feature-list-section .list .list-box .card .card-body .list-options-icon .list .col-list:nth-of-type(2) {
    margin-bottom: 20px;
  }
}
.feature-list-section .list .list-box .card .card-body .list-options-icon .list .col-list .icon-list {
  width: 30px;
  background-color: #D8D8D8;
  border-radius: 50px;
  display: inline-block;
  padding: 1.5px 0;
  text-align: center;
  margin-right: 8px;
}
.feature-list-section .list .list-box .card .card-body .foo-button {
  position: absolute;
  right: 0;
  bottom: -74px;
}
.feature-list-section .list .list-box .front-pagination .page-numbers {
  color: #818182;
}
.feature-list-section .list .list-box .front-pagination .page-numbers.current {
  color: #C7AB6A;
}
.feature-list-section .list .list-box .front-pagination .page-numbers.prev {
  color: #C7AB6A;
}
.feature-list-section .list .list-box .front-pagination .page-numbers.next {
  color: #C7AB6A;
}
.feature-list-section .list.boats-list .list-box .card .card-body .title-list {
  margin-bottom: 0;
}
.feature-list-section .list.boats-list .list-box .card .card-body .card-title {
  font-size: 26px;
  line-height: 37px;
  color: #1A2040;
  font-family: "Istok Web Bold";
}
@media screen and (max-width: 500px) {
  .feature-list-section .list.boats-list .list-box .card .card-body .card-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.feature-list-section .list.boats-list .list-box .card .card-body .card-title::after {
  display: none;
}
.feature-list-section .list.boats-list .list-box .card .card-body .amount-title {
  font-size: 24px;
  line-height: 35px;
  color: #C7AB6A;
}
@media screen and (max-width: 500px) {
  .feature-list-section .list.boats-list .list-box .card .card-body .amount-title {
    font-size: 20px;
  }
}
.feature-list-section .list.boats-list .list-box .card .card-body hr {
  color: #D8D8D8;
  margin: 22px 0;
  opacity: 1;
}
.feature-list-section .list.boats-list .list-box .card .card-body .list-options-icon .list .col-list {
  padding: 0;
}
@media screen and (max-width: 1399px) {
  .feature-list-section .list.boats-list .list-box .card .card-body .list-options-icon .list .col-list {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .feature-list-section .list.boats-list .list-box .card .card-body .list-options-icon .list .col-list {
    width: 100%;
    padding-left: 10px;
  }
}
.feature-list-section .list.boats-list .list-box .card .card-body .list-options-icon .list .col-list:nth-of-type(3) {
  text-align: end;
}
@media screen and (max-width: 1399px) {
  .feature-list-section .list.boats-list .list-box .card .card-body .list-options-icon .list .col-list:nth-of-type(3) {
    text-align: start;
    margin-bottom: 20px;
  }
}
/* .feature-list-section .list.boats-list .list-box .card .card-body .list-options-icon .list .col-list:nth-of-type(2) {
  width: 190px;
} */
/* @media screen and (max-width: 991px) {
  .feature-list-section .list.boats-list .list-box .card .card-body .list-options-icon .list .col-list:nth-of-type(2) {
    width: 100%;
  }
} */
/* .feature-list-section .list.boats-list .list-box .card .card-body .list-options-icon .list .col-list:nth-of-type(5) {
  width: 190px;
} */
/* @media screen and (max-width: 991px) {
  .feature-list-section .list.boats-list .list-box .card .card-body .list-options-icon .list .col-list:nth-of-type(5) {
    width: 100%;
  }
} */
.feature-list-section .list.boats-list .list-box .card .card-body .list-options-icon .list .col-list:nth-of-type(6) {
  text-align: end;
}
@media screen and (max-width: 1399px) {
  .feature-list-section .list.boats-list .list-box .card .card-body .list-options-icon .list .col-list:nth-of-type(6) {
    text-align: start;
  }
}
/* .feature-list-section .list.boats-list .list-box .card .card-body .list-options-icon .list .col-list:nth-of-type(1) {
  width: 290px;
} */
/* @media screen and (max-width: 1399px) {
  .feature-list-section .list.boats-list .list-box .card .card-body .list-options-icon .list .col-list:nth-of-type(1) {
    width: 50%;
  }
} */
/* @media screen and (max-width: 991px) {
  .feature-list-section .list.boats-list .list-box .card .card-body .list-options-icon .list .col-list:nth-of-type(1) {
    width: 100%;
  }
} */
/* .feature-list-section .list.boats-list .list-box .card .card-body .list-options-icon .list .col-list:nth-of-type(4) {
  width: 290px;
} */
/* @media screen and (max-width: 1399px) {
  .feature-list-section .list.boats-list .list-box .card .card-body .list-options-icon .list .col-list:nth-of-type(4) {
    width: auto;
    margin-bottom: 20px;
  }
} */
/* @media screen and (max-width: 1299px) {
  .feature-list-section .list.boats-list .list-box .card .card-body .list-options-icon .list .col-list:nth-of-type(4) {
    width: 50%;
    margin-bottom: 0px;
  }
} */
/* @media screen and (max-width: 991px) {
  .feature-list-section .list.boats-list .list-box .card .card-body .list-options-icon .list .col-list:nth-of-type(4) {
    width: 100%;
    margin-bottom: 20px;
  }
} */
.feature-list-section .featrued-boats .title {
  font-weight: 700;
  font-size: 26px;
  line-height: 37px;
  color: #1A2040;
  font-family: "Istok Web Bold";
}

.get-in-touch-sec {
  background-color: #f4f4f6;
}

.get-in-touch-sec {
  padding: 90px 0;
}
.get-in-touch-sec.white_bg {
  background-color: #FFFFFF;
}
.get-in-touch-sec .row-flex {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .get-in-touch-sec .row-flex {
    flex-direction: column;
  }
}
.get-in-touch-sec .row-flex .form-section {
  background-color: #1A2040;
  padding: 115px 118px 92px 92px;
  width: 47%;
  border-radius: 10px 0 0px 10px;
  height: 593px;
}
@media screen and (max-width: 1399px) {
  .get-in-touch-sec .row-flex .form-section {
    padding: 115px 118px 92px 45px;
  }
}
@media screen and (max-width: 1299px) {
  .get-in-touch-sec .row-flex .form-section {
    padding: 115px 145px 92px 45px;
  }
}
@media screen and (max-width: 991px) {
  .get-in-touch-sec .row-flex .form-section {
    padding: 115px 118px 92px 92px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
  }
}
@media screen and (max-width: 767px) {
  .get-in-touch-sec .row-flex .form-section {
    padding: 70px 25px;
  }
}
.get-in-touch-sec .row-flex .form-section .get-touch-form .custom-input {
  height: 36px;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 16px;
  border: 0;
  border-radius: 0;
}
.get-in-touch-sec .row-flex .form-section .get-touch-form .custom-textarea {
  border-radius: 0;
  margin-bottom: 16px;
}
.get-in-touch-sec .row-flex .form-section .get-touch-form .gform_wrapper.gravity-theme .gform_footer input {
  background-color: #C7AB6A;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 23px;
  font-family: "Istok Web Bold";
  padding: 6px 10px;
  border: 0;
  border-radius: 0;
  border: 1px solid #C7AB6A;
}
.get-in-touch-sec .row-flex .form-section .get-touch-form .gform_wrapper.gravity-theme .gform_footer input:hover {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.get-in-touch-sec .row-flex .form-section .get-touch-form .ginput_container_text input {
  height: 36px;
  font-size: 15px;
  line-height: 22px;
  border: 0;
  border-radius: 0;
}
.get-in-touch-sec .row-flex .form-section .get-touch-form .gform_wrapper.gravity-theme .gfield textarea.medium {
  height: 100px;
}
.get-in-touch-sec .row-flex .form-section .title {
  font-size: 40px;
  line-height: 58px;
  color: #FFFFFF;
  font-family: "Istok Web Bold";
  margin-bottom: 58px;
}
.get-in-touch-sec .row-flex .location-section {
  background-color: #D8D8D8;
  padding: 92px 92px 92px 0;
  width: 53%;
  border-radius: 0px 10px 10px 0px;
  height: 593px;
}
@media screen and (max-width: 1399px) {
  .get-in-touch-sec .row-flex .location-section {
    width: 58%;
  }
}
@media screen and (max-width: 1299px) {
  .get-in-touch-sec .row-flex .location-section {
    width: 49%;
  }
}
@media screen and (max-width: 1199px) {
  .get-in-touch-sec .row-flex .location-section {
    width: 58%;
  }
}
@media screen and (max-width: 991px) {
  .get-in-touch-sec .row-flex .location-section {
    width: 100%;
    padding: 0px 115px 92px 92px;
    border-radius: 0px 0px 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .get-in-touch-sec .row-flex .location-section {
    padding: 0px 25px 70px 25px;
  }
}
.get-in-touch-sec .row-flex .location-section .address-map-col {
  display: flex;
  flex-direction: row;
  margin-left: -76px;
}
@media screen and (max-width: 1299px) {
  .get-in-touch-sec .row-flex .location-section .address-map-col {
    margin-left: -130px;
  }
}
@media screen and (max-width: 991px) {
  .get-in-touch-sec .row-flex .location-section .address-map-col {
    flex-direction: column;
    margin-left: 0px;
  }
}
.get-in-touch-sec .row-flex .location-section .address-map-col .map {
  height: 412px;
}
@media screen and (max-width: 991px) {
  .get-in-touch-sec .row-flex .location-section .address-map-col .map iframe {
    width: 100% !important;
  }
}
.get-in-touch-sec .row-flex .location-section .address-map-col .address {
  background-color: #FFFFFF;
  padding: 38px;
}
@media screen and (max-width: 1299px) {
  .get-in-touch-sec .row-flex .location-section .address-map-col .address {
    padding: 20px;
  }
}
.get-in-touch-sec .row-flex .location-section .address-map-col .address ul li {
  display: flex;
}
.get-in-touch-sec .row-flex .location-section .address-map-col .address ul li:not(:last-child) {
  margin-bottom: 30px;
}
.get-in-touch-sec .row-flex .location-section .address-map-col .address ul li .content {
  font-size: 18px;
  line-height: 26px;
  color: #818182;
}
.get-in-touch-sec .row-flex .location-section .address-map-col .address ul li .content a {
  color: #818182;
}
.get-in-touch-sec .row-flex .location-section .address-map-col .address ul li .content.email {
  font-size: 16px;
}
.get-in-touch-sec .row-flex .location-section .address-map-col .address ul li .icon {
  margin-right: 25px;
}

.hero-section .boat-row {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 991px) {
  .hero-section .boat-row {
    flex-direction: column;
  }
}
.hero-section .boat-row .boat-banner-col {
  position: relative;
  max-width: 1074px;
  width: 100%;
  background-image: url(../images/boat-banner.jpg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .hero-section .boat-row .boat-banner-col {
    min-height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .hero-section .boat-row .boat-banner-col {
    min-height: 400px;
  }
}
.hero-section .boat-row .boat-banner-col .hero-image-title {
  position: absolute;
  bottom: 52px;
  left: 56px;
  font-size: 85px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.58);
  font-family: "KarlaBold";
  text-transform: uppercase;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1550px) {
  .hero-section .boat-row .boat-banner-col .hero-image-title {
    font-size: 70px;
  }
}
@media screen and (max-width: 1299px) {
  .hero-section .boat-row .boat-banner-col .hero-image-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .hero-section .boat-row .boat-banner-col .hero-image-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .hero-section .boat-row .boat-banner-col .hero-image-title {
    left: 40px;
    font-size: 66px;
  }
}
@media screen and (max-width: 575px) {
  .hero-section .boat-row .boat-banner-col .hero-image-title {
    left: 10px;
    font-size: 48px;
    line-height: 40px;
  }
}
.hero-section .boat-row .boat-desc-col {
  background-color: #1A2040;
  width: 100%;
  padding: 75px 0px 75px 65px;
  max-width: 831px;
}
@media screen and (max-width: 991px) {
  .hero-section .boat-row .boat-desc-col {
    max-width: 100%;
    padding: 75px 0px 75px 40px;
  }
}
@media screen and (max-width: 575px) {
  .hero-section .boat-row .boat-desc-col {
    padding: 75px 0px 75px 10px;
  }
}
.hero-section .boat-row .boat-desc-col .boats-name .name {
  font-size: 64px;
  line-height: 50px;
  letter-spacing: -0.05em;
  color: #C7AB6A;
  font-family: "KarlaBold";
  display: block;
  margin-bottom: 15px;
}
.hero-section .boat-row .boat-desc-col .boat-details-list li::after {
  content: "";
  background-color: #3A447C;
  height: 1.5px;
  width: 385px;
  display: block;
  margin: 5px 0;
}
@media screen and (max-width: 991px) {
  .hero-section .boat-row .boat-desc-col .boat-details-list li::after {
    width: 93%;
  }
}
@media screen and (max-width: 575px) {
  .hero-section .boat-row .boat-desc-col .boat-details-list li::after {
    width: 98%;
  }
}
.hero-section .boat-row .boat-desc-col .boat-details-list li .title {
  font-size: 14px;
  line-height: 20px;
  color: #C7AB6A;
  margin-bottom: 5px;
  font-family: "Istok Web Bold";
}
.hero-section .boat-row .boat-desc-col .boat-details-list li .details {
  font-size: 22px;
  line-height: 31px;
  color: #FFFFFF;
  font-family: "Istok Web Bold";
}

.gallery-slider-sec {
  background-color: #F5F5F5;
}
.gallery-slider-sec .play_relative {
  position: relative;
}
.gallery-slider-sec .play_relative .click_play {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50px, -28px);
}
@media screen and (max-width: 1399px) {
  .gallery-slider-sec .play_relative .click_play {
    left: 58%;
  }
}
@media screen and (max-width: 1199px) {
  .gallery-slider-sec .play_relative .click_play {
    left: 55%;
  }
}
.gallery-slider-sec .slides-wrap {
  padding-top: 44px;
}
.gallery-slider-sec .slides-wrap .slick-prev {
  left: -63px;
}
@media screen and (max-width: 1299px) {
  .gallery-slider-sec .slides-wrap .slick-prev {
    left: -36px;
  }
}
@media screen and (max-width: 1010px) {
  .gallery-slider-sec .slides-wrap .slick-prev {
    left: -27px;
  }
}
@media screen and (max-width: 575px) {
  .gallery-slider-sec .slides-wrap .slick-prev {
    left: 5px;
  }
}
.gallery-slider-sec .slides-wrap .slick-next {
  right: -42px;
}
@media screen and (max-width: 1299px) {
  .gallery-slider-sec .slides-wrap .slick-next {
    right: -30px;
  }
}
@media screen and (max-width: 1010px) {
  .gallery-slider-sec .slides-wrap .slick-next {
    right: -24px;
  }
}
@media screen and (max-width: 575px) {
  .gallery-slider-sec .slides-wrap .slick-next {
    right: 10px;
  }
}

.boat-about-desc {
  padding-top: 97px;
  background-color: #F5F5F5;
}
.boat-about-desc .desc {
  font-size: 18px;
  line-height: 26px;
  color: #818182;
}
.boat-about-desc .see-more-section {
  font-size: 20px;
  line-height: 29px;
  color: #1A2040;
  font-family: "Istok Web Bold";
  margin-top: 83px;
  padding-bottom: 102px;
  cursor: pointer;
}

.sec-hide {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
@media screen and (max-width: 1199px) {
  .slick-slide img {
    margin: 0 auto;
  }
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* The Modal (background) */
.modal-slide {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5215686275);
  /* The Close Button */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* Number text (1/3 etc) */
}
.modal-slide .modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  max-width: 1200px;
  border: 0;
}
.modal-slide .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.modal-slide .close:hover,
.modal-slide .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.modal-slide .mySlides {
  display: none;
}
.modal-slide .cursor {
  cursor: pointer;
}
.modal-slide .prev,
.modal-slide .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.modal-slide .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.modal-slide .prev:hover,
.modal-slide .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-slide .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.modal-slide img {
  margin-bottom: -4px;
}
.modal-slide .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.modal-slide .demo {
  opacity: 0.6;
}
.modal-slide .column {
  float: left;
  width: 25%;
}
.modal-slide .active,
.modal-slide .demo:hover {
  opacity: 1;
}
.modal-slide img.hover-shadow {
  transition: 0.3s;
}
.modal-slide .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.enquiry-form-popup .modal-title {
  font-size: 18px;
  color: #1A2040;
  font-family: "Istok Web Bold";
}

.meet-with-agent {
  margin-bottom: 100px;
}
.meet-with-agent .agent-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F5F5F5;
  padding: 65px 80px;
  border-radius: 21px;
}
@media screen and (max-width: 991px) {
  .meet-with-agent .agent-card {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .meet-with-agent .agent-card {
    flex-direction: column-reverse;
  }
}
.meet-with-agent .agent-card .detail-col .agent-title {
  font-size: 33px;
  line-height: 48px;
  color: #1A2040;
  font-family: "Istok Web Bold";
  margin-bottom: 11px;
}
@media screen and (max-width: 991px) {
  .meet-with-agent .agent-card .detail-col .agent-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.meet-with-agent .agent-card .detail-col .desc {
  font-size: 26px;
  line-height: 37px;
  color: #818182;
}
@media screen and (max-width: 991px) {
  .meet-with-agent .agent-card .detail-col .desc {
    font-size: 18px;
    line-height: 25px;
  }
}
.meet-with-agent .agent-card .detail-col .desc::after {
  content: "";
  height: 4px;
  background-color: #1A2040;
  width: 43px;
  display: block;
  margin-top: 31px;
}
.meet-with-agent .agent-card .detail-col .contact-detail .name {
  font-size: 32px;
  line-height: 46px;
  color: #C7AB6A;
  font-family: "Istok Web Bold";
  margin-top: 39px;
}
@media screen and (max-width: 991px) {
  .meet-with-agent .agent-card .detail-col .contact-detail .name {
    font-size: 18px;
    line-height: 25px;
  }
}
.meet-with-agent .agent-card .detail-col .contact-detail .sub-name {
  font-size: 18px;
  line-height: 26px;
  color: #1A2040;
}
@media screen and (max-width: 991px) {
  .meet-with-agent .agent-card .detail-col .contact-detail .sub-name {
    font-size: 14px;
    line-height: 20px;
  }
}
.meet-with-agent .agent-card .detail-col .contact-info {
  margin-top: 30px;
}
.meet-with-agent .agent-card .detail-col .contact-info li {
  display: flex;
}
.meet-with-agent .agent-card .detail-col .contact-info li:not(:last-child) {
  margin-bottom: 9px;
}
.meet-with-agent .agent-card .detail-col .contact-info li .icon {
  margin-right: 25px;
}
.meet-with-agent .agent-card .detail-col .contact-info li .content {
  font-size: 20px;
  line-height: 29px;
  color: #818182;
}
.meet-with-agent .agent-card .detail-col .contact-info li .content a {
  color: #818182;
}
@media screen and (max-width: 991px) {
  .meet-with-agent .agent-card .detail-col .contact-info li .content {
    font-size: 14px;
    line-height: 20px;
  }
}
.meet-with-agent .agent-card .agent-profile-image {
  position: relative;
}
.meet-with-agent .agent-card .agent-profile-image::after {
  content: url("../images/Ellipse-icon.png");
  position: absolute;
  bottom: 3px;
  right: 9px;
  display: block;
}

.white_cards {
  background-color: #F5F5F5;
}
.white_cards .main-title {
  margin-bottom: 30px;
}
.white_cards h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #1A2040;
  margin-bottom: 16px;
}
.white_cards .row_card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.white_cards .row_card .col_card_body {
  width: 48%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .white_cards .row_card .col_card_body {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .white_cards .row_card {
    flex-direction: column;
  }
}
.white_cards .ul_card {
  background: #FFFFFF;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 25px;
}
.white_cards .ul_card .li_card_items {
  padding-bottom: 16px;
  padding-top: 16px;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.white_cards .ul_card .li_card_items:first-child {
  padding-top: 0px;
}
.white_cards .ul_card .li_card_items:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.white_cards .ul_card .li_card_items span {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  color: #818182;
}
.white_cards .ul_card .li_card_items span.value_item {
  font-weight: 400;
  color: #818182;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .white_cards .ul_card .li_card_items span {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .white_cards .ul_card .li_card_items span {
    font-size: 12px;
  }
}
.white_cards .ul_card .li_card_items.py-li-30 {
  padding-bottom: 30px;
  padding-top: 30px;
}
.white_cards .ul_card .li_card_items.py-li-30:first-child {
  padding-top: 0px;
}
.white_cards .ul_card .li_card_items.py-li-30:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.white_cards .ul_card .li_card_items.py-li-25 {
  padding-bottom: 25px;
  padding-top: 25px;
}
.white_cards .ul_card .li_card_items.py-li-25:first-child {
  padding-top: 0px;
}
.white_cards .ul_card .li_card_items.py-li-25:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.white_cards .ul_card .li_card_items.py-li-9 {
  padding-bottom: 9px;
  padding-top: 9px;
}
.white_cards .ul_card .li_card_items.py-li-9:first-child {
  padding-top: 0px;
}
.white_cards .ul_card .li_card_items.py-li-9:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.white_cards .last_flex_card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 365px;
}
@media screen and (max-width: 767px) {
  .white_cards .last_flex_card {
    min-height: 280px;
  }
}

.photos-section {
  background-color: #F5F5F5;
  padding-top: 54px;
  padding-bottom: 100px;
}
.photos-section .main-title {
  position: relative;
}
.photos-section .main-title span {
  padding: 0px 34px;
  text-align: center;
  background-color: #F5F5F5;
  position: relative;
  z-index: 1;
}
.photos-section .main-title::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #D8D8D8;
  content: "";
  top: 27px;
  z-index: 0;
}
.photos-section .photos_grid {
  padding-top: 63px;
}
.photos-section .photos_grid img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  max-height: 411px;
}

.videos-section {
  position: relative;
}
.videos-section::before {
  position: absolute;
  width: 100%;
  background-color: #F5F5F5;
  height: 65%;
  content: "";
  z-index: -1;
}
.videos-section .main-title {
  position: relative;
}
.videos-section .main-title span {
  padding: 0px 34px;
  text-align: center;
  background-color: #F5F5F5;
}
.videos-section .main-title::before {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1.5px;
  background-color: #D8D8D8;
  content: "";
  top: 27px;
  z-index: -1;
}
.videos-section .video_grid {
  padding-top: 63px;
  max-width: 1076px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .videos-section .video_grid {
    flex-direction: column;
  }
}
.videos-section .video_grid .big_video {
  width: 72%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .videos-section .video_grid .big_video {
    width: 67%;
  }
}
@media screen and (max-width: 991px) {
  .videos-section .video_grid .big_video {
    width: 100%;
  }
}
.videos-section .video_grid .right_col_video {
  width: 23%;
  padding-left: 25px;
}
@media screen and (max-width: 991px) {
  .videos-section .video_grid .right_col_video {
    width: 100%;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.videos-section .video_grid .right_col_video .vr_1 {
  width: 100%;
  position: relative;
}
.videos-section .video_grid .right_col_video .vr_1 a {
  position: absolute;
  top: 55%;
  left: 73%;
  text-align: center;
  transform: translate(-50px, -50px);
}
@media screen and (max-width: 991px) {
  .videos-section .video_grid .right_col_video .vr_1 a {
    left: 50%;
    top: 50%;
  }
}
@media screen and (max-width: 767px) {
  .videos-section .video_grid .right_col_video .vr_1 a {
    left: 53%;
  }
}
.videos-section .video_grid .right_col_video .vr_1 a img {
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 991px) {
  .videos-section .video_grid .right_col_video .vr_1 a img {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .videos-section .video_grid .right_col_video .vr_1 a img {
    width: 60px;
  }
}
.videos-section .video_grid .right_col_video img {
  margin-right: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  max-height: 152px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .videos-section .video_grid .right_col_video img {
    width: 100%;
    max-height: 100%;
  }
}

.eclipse-area {
  line-height: 0px;
}
.eclipse-area .ecllipse {
  position: relative;
}
.eclipse-area .ecllipse #eclip-video {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .eclipse-area .ecllipse #eclip-video {
    height: auto;
    margin-bottom: 30px;
  }
}
.eclipse-area .ecllipse #eclip-video img {
  height: 100%;
}
.eclipse-area .ecllipse #press {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50px, -50px);
}
@media screen and (max-width: 767px) {
  .eclipse-area .ecllipse #press {
    left: 55%;
  }
  .eclipse-area .ecllipse #press img {
    width: 60px;
  }
}
.eclipse-area .ecllipse.press-bottom::before {
  display: none;
}
.eclipse-area .ecllipse.press-bottom .video-content {
  display: none;
}/*# sourceMappingURL=style.css.map */