/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;500&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
}
@media screen and (max-width1: 1079px) {
  html, body {
    overflow-x: hidden;
  }
}

.slick-slide, .slick-slider .slick-list, .slick-slider .slick-track {
  height: 100% !important;
}

.datepicker-controls .button,
.datepicker span,
.datepicker .dow {
  font-family: "Nunito Sans", sans-serif;
}

.datepicker-cell.selected, .datepicker-cell.selected:hover {
  background-color: #00aaff;
}

.datepicker-controls {
  position: relative;
  top: -10px;
}

.datepicker-controls .arrow {
  height: 10px;
}
.datepicker-controls .arrow.next {
  transform: rotate(180deg);
}

.primary-button.selected {
  background-color: #fff !important;
  color: #00aaff !important;
}

.container {
  width: 83%;
  margin: 0 auto;
  right: 0;
  left: 0;
  position: relative;
  height: 100%;
}

.clearfix {
  clear: both;
  width: 100%;
}

.slick-dots {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -70px;
}
.slick-dots li {
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: #00aaff;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  color: transparent;
  border: none;
  padding: 0;
  background-color: #adadad;
  cursor: pointer;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fade-in {
  opacity: 0;
  position: relative;
  top: 100px;
}

header {
  width: 100%;
  background: none;
  height: 130px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1079px) {
  header {
    position: fixed;
  }
  header.bg {
    background-color: #0f1d28 !important;
  }
}
header .container {
  z-index: 3;
}
header.header-builder {
  background-color: #0f1d28 !important;
}
@media screen and (max-width: 1024px) {
  header.header-builder {
    height: 70px;
  }
  header.header-builder #main-logo {
    height: 30px;
    margin-top: 20px;
  }
  header.header-builder .mobile-menu {
    top: 25px;
    height: 25px;
  }
  header.header-builder nav ul {
    margin-top: 70px;
  }
}
header.header-builder nav ul li a {
  color: #fff !important;
}
header.header-builder nav .primary-button {
  background-color: #00aaff !important;
  color: #fff !important;
}
@media screen and (max-width: 1079px) {
  header.header-builder {
    background-color: #0f1d28 !important;
  }
}
@media screen and (min-width: 1080px) {
  header.black {
    background-color: #000;
  }
  header.black nav ul li a {
    color: #fff;
  }
}
@media screen and (min-width: 1080px) {
  header.fixed {
    position: fixed;
    background-color: #fff;
  }
  header.fixed nav ul li a {
    color: #000;
  }
  header.fixed nav .primary-button {
    background-color: #00aaff !important;
    color: #fff !important;
  }
}
header.open .bars {
  visibility: visible;
}
header.open .bars div {
  max-height: 100% !important;
}
header .bars {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
  visibility: hidden;
  transition: visibility 1s ease;
}
@media screen and (max-width: 1079px) {
  header .bars {
    display: block;
  }
}
header .bars .b1, header .bars .b2 {
  background-color: #0f1d28;
  height: 100%;
  max-height: 0;
  width: 50%;
  display: block;
}
header .bars .b1 {
  float: left;
  transition: max-height 0.6s ease-in;
}
header .bars .b2 {
  float: right;
  transition: max-height 0.9s ease-in;
}
header .mobile-menu {
  display: none;
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 3;
  color: #3d3d3d;
  transition: all 0.7s ease;
  margin-right: 5%;
  height: 30px;
}
@media screen and (max-width: 1079px) {
  header .mobile-menu {
    display: block;
    top: 53px;
    right: 0;
  }
}
header #main-logo {
  height: 43px;
  margin-top: 44px;
  float: left;
  vertical-align: middle;
  position: relative;
  z-index: 3;
}
header .mobile-bottom {
  display: none;
}
@media screen and (max-width: 1079px) {
  header .mobile-bottom {
    display: block;
    border-top: 1px solid #0af3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    line-height: 1;
    height: 110px;
    margin: 0 auto;
    right: 0;
    padding-top: 35px;
  }
  header .mobile-bottom span {
    color: #fff;
    font-size: 12px;
  }
  header .mobile-bottom img {
    width: 96px;
    margin-top: 10px;
    display: block;
  }
  header .mobile-bottom .left {
    width: 50%;
    float: left;
    text-align: left;
  }
  header .mobile-bottom .right {
    width: 50%;
    float: right;
    text-align: right;
  }
  header .mobile-bottom .right a {
    color: #fff;
    text-decoration: none;
    font-weight: 200;
    margin-bottom: 10px;
    font-size: 12px;
    display: block;
  }
}
header nav {
  float: right;
  line-height: 130px;
}
@media screen and (max-width: 1079px) {
  header nav {
    transform: translate3d(0, 0, 0);
    width: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    text-align: left;
    visibility: hidden;
    transition: all 0.6s ease;
    transition-delay: 0s;
    padding: 0;
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
    height: 100%;
    position: fixed;
    padding: 0 8%;
    box-sizing: border-box;
  }
  header nav.open {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.8s;
  }
}
header nav ul {
  float: right;
}
@media screen and (max-width: 1079px) {
  header nav ul {
    float: none;
    margin-top: 130px;
    display: block;
    width: 100%;
    text-align: left;
    border-top: 1px solid #0af3;
  }
}
header nav ul li {
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 1079px) {
  header nav ul li {
    font-size: 30px;
    display: block;
    line-height: 1;
    margin: 30px 0;
  }
}
header nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 200;
  transition: all 0.3s ease;
}
header nav ul li a:hover {
  color: #00aaff;
}
header nav .primary-button {
  margin-top: 40px;
  background-color: #fff !important;
  color: #000 !important;
  margin-left: 30px;
  padding: 18px 30px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1079px) {
  header nav .primary-button {
    width: 80%;
    left: 0;
    margin: 0 auto;
    top: 420px;
    right: 0;
    bottom: auto;
    position: absolute;
    border-radius: 8px;
  }
}
header nav .primary-button:hover {
  background-color: #00aaff !important;
  color: #fff !important;
}

.page.gallery .section_1 {
  padding: 120px 0;
}
.page.gallery .section_1 .container {
  height: auto;
  text-align: center;
}
.page.gallery .section_1 .container .videos {
  column-count: 2;
  display: none;
  /* Spacing between the images */
  column-gap: 1em;
  /* To ensure that the images break correctly at the end of each column */
  break-inside: avoid;
}
@media screen and (max-width: 1079px) {
  .page.gallery .section_1 .container .videos {
    column-count: 1;
  }
}
.page.gallery .section_1 .container .videos video {
  /* Makes the image scale correctly within the column */
  width: 100%;
  /* Space beneath each image */
  margin-bottom: 1em;
  height: 400px;
  object-fit: cover;
}
.page.gallery .section_1 .container .anchors {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}
.page.gallery .section_1 .container .anchors a {
  padding: 0 10px;
  font-size: 30px;
  font-weight: 200;
  color: #b9b9b9;
  transition: all 0.3s ease;
  cursor: pointer;
}
.page.gallery .section_1 .container .anchors a.active {
  color: #000;
}
.page.gallery .section_1 .container .anchors a:hover {
  color: #000;
}
.page.gallery .section_1 .container .masonry-layout {
  /* Define the number of columns, you can also use px/em/rem */
  column-count: 3;
  /* Spacing between the images */
  column-gap: 1em;
  /* To ensure that the images break correctly at the end of each column */
  break-inside: avoid;
}
@media screen and (max-width: 1079px) {
  .page.gallery .section_1 .container .masonry-layout {
    column-count: 1;
  }
}
.page.gallery .section_1 .container .masonry-layout img {
  /* Makes the image scale correctly within the column */
  width: 100%;
  /* Space beneath each image */
  margin-bottom: 1em;
}
.page.gallery .section_1 .container .masonry-layout img.full {
  column-span: all;
  display: block;
  height: auto;
}

.subnav {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 80px;
  line-height: 80px;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .subnav {
    display: none;
  }
}
.subnav .back {
  text-transform: uppercase;
  float: left;
  font-size: 12px;
  cursor: pointer;
}
.subnav .back img {
  margin-right: 12px;
  height: 22px;
  vertical-align: middle;
}
.subnav ul {
  float: left;
  margin-left: 10%;
  height: 100%;
}
.subnav ul li {
  display: inline-block;
  padding: 0 12px;
  height: 100%;
  font-size: 14px;
  transition: color 0.3s ease;
  cursor: pointer;
  position: relative;
}
.subnav ul li img {
  height: 12px;
  vertical-align: middle;
  margin-left: 8px;
}
.subnav ul li:hover {
  color: #00aaff;
}
.subnav ul li.disabled {
  cursor: default;
  opacity: 0.3;
  color: #000 !important;
}
.subnav ul li.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #00aaff;
  margin-top: -3px;
}

.primary-button {
  background-color: #00aaff;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 25px;
  border: 0;
  border-radius: 14px;
  font-size: 11px;
  letter-spacing: 1px;
  float: right;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.primary-button:hover {
  background-color: #0088cc;
}

.clearfix {
  width: 100%;
  height: 1px;
  clear: both;
}

.load {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  color: #00aaff;
  font-size: 20px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .load .text {
    line-height: 1.4;
    width: 300px;
    text-align: center;
  }
}
.load .loader {
  display: block;
  margin: 40px auto;
}

.loader {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: inline-block;
  border-top: 3px solid #00aaff;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.subtitle {
  color: #000;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.subtitle span {
  color: #00aaff;
}
@media screen and (max-width: 1024px) {
  .subtitle {
    font-size: 28px;
  }
  .subtitle br {
    display: none;
  }
}

button[disabled] {
  opacity: 0.3 !important;
  cursor: default !important;
}

.booking.page {
  background-color: #ececec;
  padding: 200px 0 100px 0;
}
@media screen and (max-width: 1024px) {
  .booking.page {
    padding-top: 100px;
  }
}
.booking.page .container {
  width: 70%;
  max-width: 1200px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .booking.page .container {
    width: 90%;
  }
}
.booking.page .notes h2 {
  margin-top: 50px;
  margin-bottom: 0;
}
.booking.page .notes p {
  margin-top: 10px !important;
  padding-top: 0 !important;
  font-size: 16px !important;
}
.booking.page canvas {
  background-color: #fff;
  border-radius: 20px;
  height: 200px;
  width: 400px;
  display: block;
}
@media screen and (max-width: 768px) {
  .booking.page canvas {
    width: 90%;
    height: 300px;
  }
}
.booking.page .primary-button {
  background-color: #fff;
  color: #000;
  float: none;
}
.booking.page .primary-button:hover {
  background-color: #00aaff;
}
.booking.page .primary-button img {
  height: 22px;
  vertical-align: middle;
  margin-right: 10px;
}
.booking.page h2 {
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 50px;
}
.booking.page h2 span {
  display: block;
  color: #00aaff;
}
.booking.page .main_photo {
  height: 450px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .booking.page .main_photo {
    height: auto;
  }
}
.booking.page .main_photo .text {
  float: left;
  width: 30%;
  background-color: #fff;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .booking.page .main_photo .text {
    width: 100%;
    float: none;
    height: auto;
    box-sizing: border-box;
    padding: 30px;
  }
}
.booking.page .main_photo .text .center {
  width: max-content;
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .booking.page .main_photo .text .center {
    width: 90%;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
.booking.page .main_photo .text h1 {
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 22px;
  width: 100%;
  margin-bottom: 40px;
}
.booking.page .main_photo .text h1 span {
  display: block;
  color: #00aaff;
}
.booking.page .main_photo .text h2 {
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 40px;
}
.booking.page .main_photo .text h2 span {
  display: block;
  color: #00aaff;
}
.booking.page .main_photo .text p {
  line-height: 2;
  font-size: 14px;
}
.booking.page .main_photo .text p span {
  color: #737373;
}
.booking.page .main_photo .img {
  float: right;
  width: 70%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 1079px) {
  .booking.page .main_photo .img {
    width: 100%;
    float: none;
    height: 300px;
    position: relative;
  }
}
.booking.page .main_photo .img .primary-button {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 1079px) {
  .booking.page .main_photo .img .primary-button {
    margin: 0 auto;
    right: 0;
    left: 0;
    width: 80%;
  }
}
.booking.page .details {
  grid-template-columns: 1.5fr 1fr 1fr;
  display: grid;
  margin: 50px 0;
}
@media screen and (max-width: 1079px) {
  .booking.page .details {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    margin: 0;
  }
}
.booking.page .details .box {
  border-right: 1px solid #a6a6a6;
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
  padding: 50px 0;
}
@media screen and (max-width: 1079px) {
  .booking.page .details .box {
    border-top: none;
    border-right: none;
    text-align: center;
  }
}
.booking.page .details .box h2 {
  margin-bottom: 0;
}
.booking.page .details .box:first-child h2 {
  font-size: 20px;
}
.booking.page .details .box:nth-child(2) {
  text-align: center;
}
.booking.page .details .box:nth-child(2) p {
  font-weight: 200;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
}
.booking.page .details .box:nth-child(2) p span {
  display: block;
  font-size: 24px;
  font-weight: 500;
}
.booking.page .details .box:last-child {
  position: relative;
  border-right: none;
}
.booking.page .details .box:last-child p {
  font-weight: 200;
  line-height: 1.4;
}
.booking.page .details .box:last-child p strong {
  font-weight: 500;
}
.booking.page .gallery {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #a6a6a6;
}
@media screen and (max-width: 1079px) {
  .booking.page .gallery {
    margin: 50px 0;
  }
}
.booking.page .gallery .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32%;
  height: 320px;
  margin-bottom: 10px;
  border-radius: 12px;
  float: left;
  margin-right: 2%;
}
@media screen and (max-width: 1079px) {
  .booking.page .gallery .img {
    width: 100%;
    height: 155px;
  }
  .booking.page .gallery .img.left {
    float: left;
    width: 49%;
  }
  .booking.page .gallery .img.right {
    float: right;
    width: 49%;
  }
}
.booking.page .gallery .img.small {
  height: 155px;
  margin-right: 0;
}
.booking.page .gallery .img.small:last-child {
  margin-bottom: 0;
}
.booking.page .entertainment, .booking.page .food {
  border-bottom: 1px solid #a6a6a6;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.booking.page .entertainment .left, .booking.page .food .left {
  float: left;
  width: 40%;
}
@media screen and (max-width: 1079px) {
  .booking.page .entertainment .left, .booking.page .food .left {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
}
.booking.page .entertainment .left h3, .booking.page .food .left h3 {
  margin-bottom: 5px;
}
.booking.page .entertainment .left ul, .booking.page .food .left ul {
  margin-bottom: 35px;
}
.booking.page .entertainment .left ul:last-child, .booking.page .food .left ul:last-child {
  margin-bottom: 0;
}
.booking.page .entertainment .left ul li, .booking.page .food .left ul li {
  color: #737373;
  font-weight: 200;
  padding: 2px 0;
}
.booking.page .entertainment .left ul li:before, .booking.page .food .left ul li:before {
  content: "-";
}
.booking.page .entertainment .right, .booking.page .food .right {
  float: right;
  width: 60%;
}
@media screen and (max-width: 1079px) {
  .booking.page .entertainment .right, .booking.page .food .right {
    width: 100%;
    float: none;
  }
}
.booking.page .entertainment .right .img, .booking.page .food .right .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 49%;
  height: 200px;
  margin-bottom: 20px;
  border-radius: 12px;
}
.booking.page .entertainment .right .img.wide, .booking.page .food .right .img.wide {
  width: 100%;
  height: 250px;
}
.booking.page .entertainment .right .img.left, .booking.page .food .right .img.left {
  float: left;
}
.booking.page .entertainment .right .img.right, .booking.page .food .right .img.right {
  float: right;
}
.booking.page .costs h4 {
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 14px;
}
.booking.page .costs p {
  font-weight: 200;
  font-size: 12px;
  line-height: 1.4;
  width: 80%;
}
@media screen and (max-width: 1079px) {
  .booking.page .costs p {
    width: 100%;
  }
}
.booking.page .costs .primary-button {
  margin: 40px 0;
}
.booking.page .costs table {
  width: 100%;
}
.booking.page .costs table tr {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #a6a6a6;
}
@media screen and (max-width: 1079px) {
  .booking.page .costs table tr td:nth-child(2) {
    display: none;
  }
}
.booking.page .costs table tr:last-child {
  border-bottom: none;
}
.booking.page .costs table tr:last-child td {
  font-weight: 700;
}

.builder.page {
  background: #ececec;
  margin-top: 202px;
}
@media screen and (max-width: 1024px) {
  .builder.page {
    margin-top: 0;
  }
}
.builder.page .slider {
  width: calc(95% - 350px);
  float: left;
  padding-top: 10px;
  margin-left: 5%;
  height: calc(100vh - 202px);
}
@media screen and (max-width: 1024px) {
  .builder.page .slider {
    height: calc(100vh - 140px);
    width: 100%;
    margin-top: 70px;
    margin-left: 0;
    box-sizing: border-box;
    padding-top: 0;
  }
}
.builder.page .slider .slick-slide {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slick-slide {
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
  }
}
.builder.page .slider .left {
  float: left;
  width: 30%;
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .left {
    width: 100%;
    float: none;
    padding-top: 0;
  }
  .builder.page .slider .left br {
    display: none;
  }
}
.builder.page .slider .left h2 {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .left h2 {
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
    width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
  .builder.page .slider .left h2 br {
    display: none;
  }
}
.builder.page .slider .left h3 {
  padding: 15px 0;
  color: #00aaff;
  line-height: 1.4;
}
.builder.page .slider .left p {
  color: #737373;
  line-height: 1.4;
  padding-top: 30px;
  width: 100%;
  font-size: 16px;
  font-weight: 200;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .left p {
    font-size: 13px;
    text-align: center;
    padding-top: 10px;
    width: 280px;
    margin: 0 auto;
  }
}
.builder.page .slider .left p strong {
  font-weight: 500;
}
.builder.page .slider .left .cbx {
  background-color: #fff;
  border-radius: 12px;
  padding: 15px 25px;
  margin-top: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.builder.page .slider .left .cbx span {
  font-size: 12px !important;
}
.builder.page .slider .right {
  float: right;
  width: 60%;
  max-width: 1000px;
  overflow-y: auto;
  height: 100%;
  width: 60%;
  float: right;
  margin: 0;
  padding-right: 50px;
  margin-right: 10px;
  padding-top: 40px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.builder.page .slider .right:after {
  content: "";
  height: 100px;
  display: block;
  width: 100%;
  clear: both;
  grid-column: 1/-1;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .right::-webkit-scrollbar {
    display: none !important;
  }
}
.builder.page .slider .right::-webkit-scrollbar {
  width: 5px;
}
.builder.page .slider .right::-webkit-scrollbar-track {
  background: #ececec;
}
.builder.page .slider .right::-webkit-scrollbar-thumb {
  background: #f4f4f4;
  border-radius: 10px;
}
.builder.page .slider .right::-webkit-scrollbar-thumb:hover {
  background: #f4f4f4;
}
@media screen and (max-width: 1079px) {
  .builder.page .slider .right {
    width: 100%;
    float: none;
    margin: 0;
    overflow: hidden;
    height: auto;
  }
}
.builder.page .slider .slide.date .left {
  margin-left: 10%;
  padding-top: 60px;
}
.builder.page .slider .slide.date .left p {
  padding-right: 10%;
  box-sizing: border-box;
}
@media screen and (max-width: 1079px) {
  .builder.page .slider .slide.date .left {
    margin-left: 0;
    padding-top: 0;
  }
  .builder.page .slider .slide.date .left h2 {
    width: 100%;
  }
}
.builder.page .slider .slide.date .right {
  width: 50%;
  float: none;
  padding-left: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1079px) {
  .builder.page .slider .slide.date .right {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin-top: 20px;
    height: 350px;
  }
  .builder.page .slider .slide.date .right:after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.date .checkbox-wrapper-4 {
    width: 260px;
    margin: 0 auto;
  }
}
.builder.page .slider .slide.date .datepicker__header {
  height: auto;
  width: auto;
}
.builder.page .slider .slide.date .datepicker.is-inline {
  display: inline;
}
.builder.page .slider .slide.date .datepicker__wrapper, .builder.page .slider .slide.date #datepicker {
  background: #fff;
  border-radius: 12px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border: none;
}
.builder.page .slider .slide.date .datepicker__wrapper .datepicker__day.is-selected div, .builder.page .slider .slide.date #datepicker .datepicker__day.is-selected div {
  background-color: #00aaff;
  color: #fff;
}
@media screen and (max-width: 1079px) {
  .builder.page .slider .slide.date .datepicker__wrapper, .builder.page .slider .slide.date #datepicker {
    display: block;
    margin: 0 auto;
    position: relative;
    right: 0;
    left: 0;
    width: 260px;
    box-sizing: border-box;
    border: 0;
    text-align: center;
    outline: none;
    font-size: 12px;
    overflow: auto;
  }
}
.builder.page .slider .slide.date .datepicker {
  margin: 0 auto;
  right: 0;
  left: 0;
  position: relative;
  display: block;
}
@media screen and (max-width: 1079px) {
  .builder.page .slider .slide.date #datepicker {
    height: 50px;
  }
}
.builder.page .slider .slide.date #timepicker {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  display: inline-block;
  width: 150px;
  margin-left: 20px;
  overflow: hidden;
  height: 210px;
}
@media screen and (max-width: 1500px) {
  .builder.page .slider .slide.date #timepicker {
    width: 70px;
  }
}
@media screen and (max-width: 1079px) {
  .builder.page .slider .slide.date #timepicker {
    display: block;
    margin: 0 auto;
    position: relative;
    right: 0;
    left: 0;
    width: 260px;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    height: 210px;
    margin-top: 20px;
  }
  .builder.page .slider .slide.date #timepicker span {
    display: none !important;
  }
  .builder.page .slider .slide.date #timepicker ul {
    height: 90% !important;
    padding: 10px 0;
  }
}
.builder.page .slider .slide.date #timepicker span {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 14px;
  display: block;
  height: 14px;
}
.builder.page .slider .slide.date #timepicker ul {
  height: 210px;
  overflow-y: scroll;
}
.builder.page .slider .slide.date #timepicker ul li {
  padding: 10px 0;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.builder.page .slider .slide.date #timepicker ul li:hover, .builder.page .slider .slide.date #timepicker ul li.active {
  color: #00aaff;
}
.builder.page .slider .slide.guest .left {
  margin-left: 10%;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.guest .left {
    margin-left: 0;
  }
  .builder.page .slider .slide.guest .left h2 {
    width: 100%;
  }
  .builder.page .slider .slide.guest .left br {
    display: none;
  }
}
.builder.page .slider .slide.guest .right {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.guest .right {
    width: 100%;
  }
}
.builder.page .slider .slide.guest input {
  box-sizing: border-box;
  width: 300px;
  height: 80px;
  border: 0;
  border-radius: 15px;
  padding: 0 30px;
  font-size: 14px;
  text-transform: uppercase;
  background: #fff;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.guest input {
    width: 100%;
    margin-top: 0;
  }
}
.builder.page .slider .slide.guest input:focus {
  outline: none;
}
.builder.page .slider .slide.guest input::placeholder {
  color: #000;
}
.builder.page .slider .slide.vessel .left {
  padding-top: 200px;
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.vessel .left {
    padding-top: 0;
    width: 100%;
  }
}
.builder.page .slider .slide.vessel .right {
  width: 70%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.vessel .right {
    display: block;
    width: 100%;
    margin-top: 0;
  }
}
.builder.page .slider .slide.vessel .right .vessel {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.vessel .right .vessel {
    margin-bottom: 40px;
  }
}
.builder.page .slider .slide.vessel .right .vessel:last-child {
  margin-bottom: 50px;
}
.builder.page .slider .slide.vessel .right .vessel:hover .next, .builder.page .slider .slide.vessel .right .vessel:hover .prev {
  opacity: 1;
}
.builder.page .slider .slide.vessel .right .vessel .tag {
  background: #ececec;
  padding: 10px 15px;
  font-size: 12px;
  border-radius: 20px;
  color: #05aaff;
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 20px;
}
.builder.page .slider .slide.vessel .right .vessel .next, .builder.page .slider .slide.vessel .right .vessel .prev {
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px 12px;
  position: absolute;
  top: -80px;
  bottom: 0;
  opacity: 0;
  transition: 0.3s ease all;
  z-index: 3;
  cursor: pointer;
  margin: auto 0;
}
.builder.page .slider .slide.vessel .right .vessel .next.next, .builder.page .slider .slide.vessel .right .vessel .prev.next {
  right: 10px;
  transform: rotate(180deg);
}
.builder.page .slider .slide.vessel .right .vessel .next.prev, .builder.page .slider .slide.vessel .right .vessel .prev.prev {
  left: 10px;
}
.builder.page .slider .slide.vessel .right .vessel .a_img {
  display: block;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  height: 300px;
  position: relative;
  float: none;
  padding: 0;
  margin: 0;
}
.builder.page .slider .slide.vessel .right .vessel .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  float: none;
  padding: 0;
  margin: 0;
}
.builder.page .slider .slide.vessel .right .vessel .img .slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.builder.page .slider .slide.vessel .right .vessel .primary-button {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 10px;
  padding: 10px 30px;
  z-index: 2;
}
.builder.page .slider .slide.vessel .right .vessel .details {
  display: grid;
  grid-template-columns: 1.2fr 1.1fr 1.1fr 1fr;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.vessel .right .vessel .details {
    grid-template-columns: 1.2fr 1.1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.builder.page .slider .slide.vessel .right .vessel .details h3, .builder.page .slider .slide.vessel .right .vessel .details p, .builder.page .slider .slide.vessel .right .vessel .details a {
  border: 1px solid #bababa;
  padding: 15px 0;
  font-size: 14px;
}
.builder.page .slider .slide.vessel .right .vessel .details h3 {
  color: #00aaff;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.vessel .right .vessel .details h3 {
    border-bottom: 0;
  }
}
.builder.page .slider .slide.vessel .right .vessel .details a {
  background-color: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.vessel .right .vessel .details a {
    border-left: 0;
  }
}
.builder.page .slider .slide.vessel .right .vessel .details a:hover, .builder.page .slider .slide.vessel .right .vessel .details a:hover button {
  background-color: #00aaff;
  color: #fff;
}
.builder.page .slider .slide.vessel .right .vessel .details button {
  background-color: #fff;
  color: #00aaff;
  cursor: pointer;
  height: 100%;
  width: 100%;
  border: 0;
  transition: all 0.3s ease;
  border: 1px solid #b9b9b9;
}
.builder.page .slider .slide.vessel .right .vessel .details p:nth-child(2) {
  border-right: 0;
  border-left: 0;
  font-size: 12px;
  padding-top: 18px;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.vessel .right .vessel .details p:nth-child(2) {
    border-right: 1px solid #bababa;
    border-bottom: 0;
  }
}
.builder.page .slider .slide.vessel .right .vessel .details p:nth-child(3) {
  border-right: 0;
  font-size: 12px;
  padding-top: 18px;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.vessel .right .vessel .details p:nth-child(3) {
    border-right: 1px solid #bababa;
  }
}
.builder.page .slider .slide.vessel .right .vessel h3 {
  color: #00aaff;
  float: left;
  text-transform: uppercase;
  font-size: 16px;
}
.builder.page .slider .slide.vessel .right .vessel a {
  color: #949494;
  float: right;
  font-size: 12px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.builder.page .slider .slide.vessel .right .vessel a:hover {
  color: #00aaff;
}
.builder.page .slider .slide.dock .left select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("./images/dropdown.png");
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 50%;
  background-size: 10px;
}
.builder.page .slider .slide.dock .left select {
  background-color: #fff;
  width: 90%;
  height: 50px;
  padding: 0 15px;
  border: none;
  border-radius: 12px;
  margin-top: 20px;
  font-size: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.dock .left select {
    width: 100%;
  }
}
.builder.page .slider .slide.dock .right {
  width: calc(70% - 20px);
  margin-right: 0;
  padding-right: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.dock .right {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    padding-top: 20px;
  }
  .builder.page .slider .slide.dock .right:after {
    display: none;
  }
}
.builder.page .slider .slide.dock #map {
  height: 85%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.dock #map {
    height: 300px;
  }
}
.builder.page .slider .slide.package .left {
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.package .left {
    padding-top: 0;
  }
}
.builder.page .slider .slide.package .right {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.package .right {
    margin-left: 0;
    width: 100%;
    margin-top: 0;
  }
}
.builder.page .slider .slide.package .right .package {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.package .right .package {
    display: block;
    text-align: center;
    padding: 110px 0;
  }
}
.builder.page .slider .slide.package .right .package h3 {
  color: #00aaff;
  font-size: 28px;
  text-transform: uppercase;
}
.builder.page .slider .slide.package .right .package span {
  font-size: 20px;
  padding: 25px 0 18px 0;
  display: block;
}
.builder.page .slider .slide.package .right .package p {
  font-size: 14px;
  line-height: 1.4;
}
.builder.page .slider .slide.package .right .package .l {
  margin-left: 65px;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.package .right .package .l {
    margin-left: 0;
    text-emphasis: center;
    width: 100%;
  }
}
.builder.page .slider .slide.package .right .package .r {
  text-align: right;
  padding-top: 30px;
  margin-right: 65px;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.package .right .package .r {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
}
.builder.page .slider .slide.package .right .package .r button {
  float: none;
  width: 140px;
  margin-bottom: 10px;
}
.builder.page .slider .slide.package .right .package .r a {
  display: block;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: underline;
}
.builder.page .slider .slide.package .right .package .r a:hover {
  color: #00aaff;
}
.builder.page .slider .slide.food .subsubnav {
  margin-bottom: 0;
  width: calc(100% - 65px);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #737373;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.food .subsubnav {
    width: 100vw;
    left: 0;
    top: 0;
    z-index: 10;
    position: absolute;
    box-sizing: border-box;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-bottom: 0;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.builder.page .slider .slide.food .subsubnav li {
  color: #737373;
  font-size: 12px;
  font-weight: 100;
  padding-right: 30px;
  padding-bottom: 10px;
  position: relative;
  float: left;
  cursor: pointer;
  font-weight: bold;
}
.builder.page .slider .slide.food .subsubnav li.active {
  color: #00aaff;
}
.builder.page .slider .slide.food .subsubnav li:last-child {
  padding-right: 0;
}
.builder.page .slider .slide.food .subsubnav li:last-child:after {
  width: 100% !important;
}
.builder.page .slider .slide.food .subsubnav li:hover {
  color: #00aaff;
}
.builder.page .slider .slide.food .subsubnav li.active:after, .builder.page .slider .slide.food .subsubnav li:hover:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 75%;
  height: 1px;
  background: #00aaff;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.food .subsubnav li.active:after, .builder.page .slider .slide.food .subsubnav li:hover:after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.food .subslider::-webkit-scrollbar {
    display: none !important;
  }
}
.builder.page .slider .slide.food .subslider .left {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.food .subslider .left {
    width: 100%;
    margin-top: 70px;
  }
  .builder.page .slider .slide.food .subslider .left h2 {
    margin-top: 0 !important;
  }
}
.builder.page .slider .slide.food .subslider .slide {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.food .subslider .slide::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.food .subslider .slide {
    height: calc(100vh - 220px) !important;
    padding-bottom: 50px;
    position: relative;
  }
}
.builder.page .slider .slide.food .subslider .right {
  width: 50%;
  height: calc(100vh - 310px);
  max-height: 10000px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.food .subslider .right::-webkit-scrollbar {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.food .subslider .right {
    width: 100%;
    margin-top: 0;
    height: auto;
  }
}
.builder.page .slider .slide.food .right.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
}
@media screen and (max-width: 1079px) {
  .builder.page .slider .slide.food .right.grid:after {
    height: 0;
  }
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.food .right.grid {
    display: block;
  }
}
.builder.page .slider .slide.food .right.grid .package {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.food .right.grid .package {
    margin: 30px 0;
  }
}
.builder.page .slider .slide.food .right.grid .package .img {
  width: 100%;
  height: calc(100% - 60px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: relative;
}
.builder.page .slider .slide.food .right.grid .package .img p {
  height: 100%;
  width: 100%;
  background-color: #1f282b;
  color: #fff;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.3s ease;
  line-height: 1.4;
}
.builder.page .slider .slide.food .right.grid .package:hover .img p {
  opacity: 1;
}
.builder.page .slider .slide.food .right.grid .package .name {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background-color: #283539;
  text-align: left;
  position: relative;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.builder.page .slider .slide.food .right.grid .package .name .checkbox-wrapper-4 {
  position: absolute;
  right: 0;
  top: 10px;
}
.builder.page .slider .slide.food .right.grid .package .name span {
  color: #fff;
}
.builder.page .slider .slide.food .package {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 50px;
  text-align: center;
}
.builder.page .slider .slide.food .package h3 {
  color: #00aaff;
  font-size: 28px;
  text-transform: uppercase;
}
.builder.page .slider .slide.food .package button {
  float: none;
  padding: 14px 40px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.entertainment .right, .builder.page .slider .slide.decor .right {
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.entertainment .left, .builder.page .slider .slide.decor .left {
    text-align: center;
  }
}
.builder.page .slider .slide.entertainment .left ul, .builder.page .slider .slide.decor .left ul {
  list-style-type: disc;
  list-style-position: inside;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.entertainment .left ul, .builder.page .slider .slide.decor .left ul {
    margin: 0 auto;
    width: max-content;
  }
}
.builder.page .slider .slide.entertainment .left ul li, .builder.page .slider .slide.decor .left ul li {
  margin: 5px 0;
}
.builder.page .slider .slide.entertainment .package, .builder.page .slider .slide.decor .package {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 10px;
  margin-bottom: 50px;
  height: 223px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.entertainment .package, .builder.page .slider .slide.decor .package {
    display: block;
    text-align: center;
    padding: 110px 0;
    height: auto;
  }
}
.builder.page .slider .slide.entertainment .package h3, .builder.page .slider .slide.decor .package h3 {
  color: #00aaff;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.entertainment .package h3, .builder.page .slider .slide.decor .package h3 {
    font-size: 22px;
  }
}
.builder.page .slider .slide.entertainment .package span, .builder.page .slider .slide.decor .package span {
  font-size: 18px;
  padding: 25px 0 18px 0;
  display: block;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.entertainment .package span, .builder.page .slider .slide.decor .package span {
    font-size: 16px;
  }
}
.builder.page .slider .slide.entertainment .package .l, .builder.page .slider .slide.decor .package .l {
  margin-left: 65px;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.entertainment .package .l, .builder.page .slider .slide.decor .package .l {
    margin-left: 0;
    text-align: center;
  }
}
.builder.page .slider .slide.entertainment .package .r, .builder.page .slider .slide.decor .package .r {
  text-align: right;
  padding-top: 30px;
  margin-right: 65px;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.entertainment .package .r, .builder.page .slider .slide.decor .package .r {
    margin-right: 0;
    text-align: center;
  }
}
.builder.page .slider .slide.entertainment .package .r button, .builder.page .slider .slide.decor .package .r button {
  float: none;
  width: 140px;
  margin-bottom: 10px;
}
.builder.page .slider .slide.decor h3 {
  color: #fff !important;
}
.builder.page .slider .slide.details {
  background-color: #ececec;
}
.builder.page .slider .slide.details form {
  background-color: #fff;
  padding: 30px 0;
  border-radius: 12px;
  width: 80%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .builder.page .slider .slide.details form {
    width: 100%;
    margin-top: 30px;
  }
}
.builder.page .slider .slide.details form input, .builder.page .slider .slide.details form textarea {
  border: 1px solid #00aaff;
  border-radius: 12px;
  display: block;
  width: 80%;
  margin: 12px auto;
  padding: 15px 20px;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  resize: none;
}
.builder.page .slider .slide.details form input.error, .builder.page .slider .slide.details form textarea.error {
  border: 1px solid red;
}
.builder.page .slider .slide.details form textarea {
  height: 120px;
}
.builder.page .slider .slide.details form a {
  text-decoration: none;
}
.builder.page .slider .slide.details form button {
  margin: 12px auto;
  width: 90%;
  float: none;
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 1079px) {
  .builder.page .slider .slide.details form button {
    display: none;
  }
}
.builder.page .status {
  width: 350px;
  background: #f4f4f4;
  position: absolute;
  right: 0;
  transition: all 0.42s ease;
  height: calc(100vh - 202px);
  top: 202px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .builder.page .status {
    display: block;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    top: auto;
  }
}
.builder.page .status .container {
  width: auto;
  background: #f4f4f4;
}
@media screen and (max-width: 1024px) {
  .builder.page .status .container {
    display: none;
  }
}
.builder.page .status .container .build_details {
  height: calc(100% - 72px);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.builder.page .status .container .build_details .center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: max-content;
  max-width: 90%;
}
.builder.page .status .back {
  display: none;
}
@media screen and (max-width: 1024px) {
  .builder.page .status .back {
    position: absolute;
    height: 70px;
    background-color: #fff;
    display: block;
    width: 100px;
    text-align: center;
  }
  .builder.page .status .back img {
    display: block;
    height: 30px;
  }
}
.builder.page .status button {
  border-radius: 0;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  float: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .builder.page .status button {
    height: 100%;
    width: calc(100% - 100px);
    float: right;
    right: 0;
    left: auto;
  }
}
.builder.page .status h1 {
  text-transform: uppercase;
  padding-bottom: 30px;
  font-size: 20px;
  text-align: left;
  padding-top: 10%;
}
.builder.page .status li {
  display: block;
  padding: 10px 0;
  color: #737373;
}
.builder.page .status li span {
  color: #000;
  margin-right: 10px;
}

@media screen and (max-width: 1079px) {
  main {
    overflow-x: hidden;
  }
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main_banner {
  height: 75vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1079px) {
  .main_banner {
    height: 100vh;
  }
}
.main_banner .mobile_bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1079px) {
  .main_banner .mobile_bg {
    display: none;
  }
}
.main_banner .container {
  z-index: 2;
}
.main_banner .text {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .main_banner .text {
    margin-top: 0;
  }
}
.main_banner h1 {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 18px;
  font-weight: 300;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  .main_banner h1 {
    font-size: 26px;
  }
}
.main_banner h2 {
  color: #fff;
  font-style: italic;
  font-size: 32px;
  font-weight: 200;
}
@media screen and (max-width: 1024px) {
  .main_banner h2 {
    font-size: 26px;
  }
}
.main_banner p {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 200;
  max-width: 400px;
}
@media screen and (max-width: 1024px) {
  .main_banner p {
    font-size: 14px;
  }
}

.contact.page .section_1, .about.page .section_1 {
  background-color: #f4f4f4;
  padding: 80px 0;
}
.contact.page .section_1 .container, .about.page .section_1 .container {
  height: auto;
}
.contact.page .section_1 .left, .about.page .section_1 .left {
  width: 30%;
  float: left;
  height: 650px;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #d9f0e8;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .contact.page .section_1 .left, .about.page .section_1 .left {
    width: 100%;
    height: 480px;
    background-position: bottom;
    margin-bottom: 50px;
  }
}
.contact.page .section_1 .left .center, .about.page .section_1 .left .center {
  z-index: 2;
}
.contact.page .section_1 .left span, .about.page .section_1 .left span {
  color: #00aaff;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
}
.contact.page .section_1 .left h2, .about.page .section_1 .left h2 {
  color: #000;
  font-size: 45px;
  font-weight: 200;
  line-height: 1.4;
  z-index: 2;
  position: relative;
}
.contact.page .section_1 .left .spinning_wheel, .about.page .section_1 .left .spinning_wheel {
  width: 80%;
  bottom: -25%;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  z-index: 1;
  animation: rotate 10s linear infinite;
}
@media screen and (max-width: 1024px) {
  .contact.page .section_1 .left .spinning_wheel, .about.page .section_1 .left .spinning_wheel {
    bottom: -30%;
  }
}
.contact.page .section_1 .right, .about.page .section_1 .right {
  width: 68%;
  float: right;
  height: 650px;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .contact.page .section_1 .right, .about.page .section_1 .right {
    width: 100%;
    height: 480px;
  }
}
.contact.page .section_1 .right .text, .about.page .section_1 .right .text {
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 70%;
  max-width: 450px;
}
@media screen and (max-width: 1024px) {
  .contact.page .section_1 .right .text, .about.page .section_1 .right .text {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
    height: 320px;
    width: 100%;
    padding: 15% 10%;
    box-sizing: border-box;
  }
}
.contact.page .section_1 .right p, .about.page .section_1 .right p {
  color: #fff;
  line-height: 1.4;
  font-weight: 200;
  font-size: 16px;
}
.contact.page .section_1 .right p strong, .about.page .section_1 .right p strong {
  font-weight: 500;
}
.contact.page .section_1 .right button, .about.page .section_1 .right button {
  margin-top: 40px;
  border-radius: 8px;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  padding: 12px 22px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact.page .section_1 .right button:hover, .about.page .section_1 .right button:hover {
  border-color: #00aaff;
  background-color: #00aaff;
}

.contact.page .section_1 .left .center {
  width: 250px;
}
.contact.page .section_1 .left .center h2 {
  margin-bottom: 20px;
}
.contact.page .section_1 .left .center span {
  text-transform: none;
  color: #000;
  font-weight: 500;
  padding-bottom: 4px;
  font-size: 14px;
}
.contact.page .section_1 .left .center a {
  font-size: 14px;
  margin-bottom: 40px;
  font-weight: 200;
  color: #000;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}
.contact.page .section_1 .left .center a:hover {
  color: #00aaff;
}
.contact.page .section_1 .left .center a img {
  width: 100px;
  margin-top: 5px;
}
.contact.page .section_2 {
  height: 100vh;
  max-height: 1000px;
  min-height: 800px;
}
@media screen and (max-width: 1024px) {
  .contact.page .section_2 {
    height: auto;
    padding: 120px 0;
  }
}
.contact.page .section_2 .left {
  width: 50%;
  float: left;
}
@media screen and (max-width: 1024px) {
  .contact.page .section_2 .left {
    width: 100%;
    margin-bottom: 50px;
  }
  .contact.page .section_2 .left .vertical-center {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
  }
}
.contact.page .section_2 .left .text p {
  width: 400px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .contact.page .section_2 .left .text p {
    width: 100%;
  }
}
.contact.page .section_2 .right {
  width: 50%;
  position: relative;
  height: 100%;
  float: right;
}
@media screen and (max-width: 1024px) {
  .contact.page .section_2 .right {
    width: 100%;
  }
  .contact.page .section_2 .right .vertical-center {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
  }
}
.contact.page .section_2 .right form {
  width: 100%;
}
.contact.page .section_2 .right form input, .contact.page .section_2 .right form textarea {
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  font-size: 14px;
  padding: 0;
  padding-bottom: 5px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  margin: 12px 0;
  resize: none;
}
.contact.page .section_2 .right form textarea {
  line-height: 1.4;
  height: 120px;
  font-family: "Nunito Sans", sans-serif;
}
.contact.page .section_2 .right form button {
  width: 100%;
  float: none;
  margin-top: 30px;
}

.about.page .numbers {
  width: 100%;
  background-color: #fff;
  height: 180px;
}
@media screen and (max-width: 1024px) {
  .about.page .numbers {
    height: auto;
    padding: 50px 0;
  }
}
.about.page .numbers .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .about.page .numbers .container {
    display: block;
    width: 83%;
  }
}
.about.page .numbers .number {
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .about.page .numbers .number {
    margin: 50px 0;
    width: 100%;
  }
}
.about.page .numbers .number span {
  font-size: 33px;
  color: #000;
  display: block;
  padding-bottom: 20px;
  font-weight: 200;
}
.about.page .numbers .number p {
  font-size: 14px;
  color: #00aaff;
  line-height: 1.2;
}
.about.page .section_2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 90vh;
}
@media screen and (max-width: 1024px) {
  .about.page .section_2 {
    height: auto;
    padding: 120px 0;
  }
}
.about.page .section_2 .container {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .about.page .section_2 .container {
    width: 83%;
  }
  .about.page .section_2 .container .vertical-center {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
.about.page .section_2 h2 {
  color: #00aaff;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4;
}
.about.page .section_2 h2 span {
  color: #fff;
}
.about.page .section_2 p {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  width: 70%;
  max-width: 580px;
}
@media screen and (max-width: 1024px) {
  .about.page .section_2 p {
    width: 100%;
    max-width: 100%;
  }
}
.about.page .team {
  padding: 120px 0;
  background-color: #f4f4f4;
}
.about.page .team .container {
  height: auto;
  width: 70%;
}
.about.page .team .members {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}
.about.page .team .members .member {
  width: max-content;
  position: relative;
  margin-bottom: 40px;
  flex: 1 0 21%;
}
@media screen and (max-width: 1079px) {
  .about.page .team .members .member {
    text-align: center;
  }
}
.about.page .team .members .member:last-child {
  margin-right: 0;
}
.about.page .team .members .member .img {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 1079px) {
  .about.page .team .members .member .img {
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.about.page .team .members .member .text {
  position: relative;
  margin-top: 20px;
  padding: 0 20%;
}
.about.page .team .members .member h3 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 5px;
}
.about.page .team .members .member p {
  color: #00aaff;
  line-height: 1.4;
  font-weight: 300;
  font-size: 14px;
}
.about.page .logos {
  padding: 120px 0;
  background-color: #fff;
}
.about.page .logos .container {
  height: auto;
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .about.page .logos .container {
    width: 83%;
  }
}
.about.page .logos h2 {
  color: #000;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 80px;
  text-transform: uppercase;
}
.about.page .logos h2 span {
  color: #00aaff;
}
.about.page .logos .slider .slick-slide {
  height: auto;
}
.about.page .logos .slider .slide {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 60px 20px;
}
@media screen and (max-width: 1024px) {
  .about.page .logos .slider .slide {
    gap: 60px 10px;
  }
}
.about.page .logos .slider .slide img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .about.page .logos .slider .slide img {
    width: 30px;
    height: 30px;
  }
}
.about.page .section_3 {
  background-color: #d8f0e7;
  height: 100vh;
  min-height: 600px;
}
.about.page .section_3 .container {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about.page .section_3 .container {
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .about.page .section_3 {
    height: auto;
    padding: 120px 0;
  }
}
.about.page .section_3 .center {
  width: 880px;
  margin-top: 90px;
}
@media screen and (max-width: 1024px) {
  .about.page .section_3 .center {
    width: 100%;
    transform: none;
    position: relative;
    left: 0;
    top: 0 !important;
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .about.page .section_3 {
    min-height: 1px;
  }
}
.about.page .section_3 h2 {
  color: #000;
  font-size: 60px;
  font-weight: 200;
  line-height: 1.4;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.about.page .section_3 h2 strong {
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .about.page .section_3 h2 {
    font-size: 26px;
  }
  .about.page .section_3 h2 br {
    display: none;
  }
}
.about.page .section_3 button {
  float: left;
}

.fleet_inner.page .main_banner {
  height: 100vh;
}
.fleet_inner.page .main_banner .text {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .fleet_inner.page .main_banner .text {
    margin-top: 0;
  }
}
.fleet_inner.page .inner_nav {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90px;
  width: 100%;
  position: absolute;
  top: 130px;
  line-height: 90px;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .fleet_inner.page .inner_nav {
    display: none;
  }
}
.fleet_inner.page .inner_nav h2 {
  color: #fff;
  float: left;
  font-size: 22px;
  font-weight: 200;
  text-transform: uppercase;
}
.fleet_inner.page .inner_nav nav {
  float: right;
  z-index: 2;
  position: relative;
}
.fleet_inner.page .inner_nav nav ul {
  display: inline-block;
}
.fleet_inner.page .inner_nav nav ul li {
  display: inline-block;
  padding: 0 20px;
  cursor: pointer;
}
.fleet_inner.page .inner_nav nav ul li:nth-child(4) {
  padding-right: 50px;
}
.fleet_inner.page .inner_nav nav ul li.last {
  border-left: 1px solid #fff;
  padding-left: 50px;
}
.fleet_inner.page .inner_nav nav ul li.last a {
  font-weight: 500;
  text-transform: uppercase;
}
.fleet_inner.page .inner_nav nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 200;
  cursor: pointer;
  transition: all 0.3s ease;
}
.fleet_inner.page .inner_nav nav ul li a:hover {
  opacity: 0.5;
}
.fleet_inner.page .section_1 {
  background-color: #f4f4f4;
  text-align: center;
}
.fleet_inner.page .section_1 .container {
  height: auto;
}
.fleet_inner.page .section_1 p {
  max-width: 620px;
  padding: 200px 0;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 auto;
  right: 0;
  left: 0;
}
.fleet_inner.page .details {
  background: #fff;
  padding: 120px 0;
}
.fleet_inner.page .details .container {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
  width: 80%;
  left: -40px;
}
@media screen and (max-width: 1024px) {
  .fleet_inner.page .details .container {
    width: 83%;
    left: 0;
    display: block;
    padding: 0;
  }
}
.fleet_inner.page .details .detail {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .fleet_inner.page .details .detail {
    width: 100%;
    margin: 50px 0;
  }
}
.fleet_inner.page .details .detail span {
  color: #00aaff;
  padding-bottom: 14px;
  display: block;
  font-size: 18px;
}
.fleet_inner.page .details .detail p {
  font-weight: 200;
  font-size: 45px;
}
.fleet_inner.page .gallery {
  background-color: #0b1721;
  padding: 200px 0;
}
.fleet_inner.page .gallery .container {
  height: auto;
}
.fleet_inner.page .gallery h2 {
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
}
.fleet_inner.page .gallery .photos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fleet_inner.page .gallery .photos .hide {
  display: none;
}
@media screen and (max-width: 1024px) {
  .fleet_inner.page .gallery .photos {
    display: block;
  }
}
.fleet_inner.page .gallery .photo {
  border-radius: 12px;
  width: 250px;
  margin: 0 10px;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .fleet_inner.page .gallery .photo {
    width: 90%;
    margin: 40px auto;
    display: block;
  }
}
.fleet_inner.page .gallery .more {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.fleet_inner.page .gallery .more span {
  font-size: 30px;
}
.fleet_inner.page .packages {
  background-color: #172d3f;
  padding: 200px 0;
  position: relative;
}
.fleet_inner.page .packages h2 {
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
}
.fleet_inner.page .packages .arrow {
  display: none;
}
@media screen and (max-width: 1024px) {
  .fleet_inner.page .packages .arrow {
    display: block;
    position: absolute;
    bottom: 110px;
    margin: auto 0;
    z-index: 2;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px 13px;
  }
  .fleet_inner.page .packages .arrow.right {
    right: 20%;
    transform: rotate(180deg);
  }
  .fleet_inner.page .packages .arrow.left {
    left: 5%;
  }
}
.fleet_inner.page .packages .container {
  height: auto;
}
@media screen and (max-width: 1024px) {
  .fleet_inner.page .packages .container {
    width: 100%;
    overflow: hidden;
  }
}
.fleet_inner.page .packages .packs {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  height: max-content;
}
@media screen and (max-width: 1024px) {
  .fleet_inner.page .packages .packs .slick-list {
    padding: 0 8% 0 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .fleet_inner.page .packages .packs {
    width: 100%;
    display: block;
  }
}
.fleet_inner.page .packages .packs .pacakge {
  border-radius: 20px;
  height: 100%;
  width: 33%;
  margin: 0 10px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .fleet_inner.page .packages .packs .pacakge {
    width: 100%;
  }
}
.fleet_inner.page .packages .packs .pacakge .top {
  background-color: #121d22;
  text-align: center;
  padding: 40px 0;
}
.fleet_inner.page .packages .packs .pacakge .top h3 {
  text-transform: uppercase;
  color: #00aaff;
  font-weight: 200;
  font-size: 30px;
  padding-bottom: 20px;
}
.fleet_inner.page .packages .packs .pacakge .top p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}
.fleet_inner.page .packages .packs .pacakge .top span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.fleet_inner.page .packages .packs .main {
  background-color: #f3f3f3;
  padding: 40px 50px 40px 50px;
}
@media screen and (max-width: 1024px) {
  .fleet_inner.page .packages .packs .main {
    padding: 40px 30px;
  }
}
.fleet_inner.page .packages .packs .main a {
  text-decoration: none;
}
.fleet_inner.page .packages .packs .main img {
  height: 7px;
  display: inline-block;
  margin-right: 5px;
}
.fleet_inner.page .packages .packs .main button {
  float: none;
  position: relative;
  margin: 80px auto 40px auto;
  right: 0;
  left: 0;
  display: block;
  margin-top: 100px;
  border-radius: 8px;
  background-color: #172d3f;
  color: #00aaff;
  font-size: 12px;
  font-weight: 200;
  padding: 22px 38px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .fleet_inner.page .packages .packs .main button {
    margin-top: 0;
  }
}
.fleet_inner.page .packages .packs .main button:hover {
  background-color: #00aaff;
  color: #fff;
}
.fleet_inner.page .packages .packs .main ul {
  list-style: none;
  margin-bottom: 70px;
  margin-left: 40px;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .fleet_inner.page .packages .packs .main ul {
    margin-left: 30px;
    margin-bottom: 40px;
  }
}
.fleet_inner.page .packages .packs .main ul li {
  margin-bottom: 10px;
}
.fleet_inner.page .packages .packs .main ul li.inactive {
  opacity: 0.3;
}
.fleet_inner.page .packages .packs .main p {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 200;
}
.fleet_inner.page .packages .packs .main p strong {
  font-weight: 500;
}

ul.faq {
  max-width: 700px;
  width: 100%;
}
ul.faq li.q {
  padding: 20px 0;
  width: 100%;
  cursor: pointer;
}
ul.faq li.q h3 {
  color: #fff;
  font-size: 28px;
}
ul.faq li.q h3 span {
  float: right;
  font-weight: 500;
  font-size: 24px;
  cursor: pointer;
}
ul.faq li.a {
  padding-top: 20px;
  line-height: 1.4;
  display: none;
  color: #fff;
  padding-bottom: 20px;
  max-width: 75%;
}
.home.page .main_banner {
  height: 88vh;
  position: relative;
  z-index: 3;
}
.home.page .main_banner .text {
  margin-top: 50px !important;
}
.home.page .main_banner a {
  float: left;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .home.page .main_banner {
    height: 95vh;
  }
}
.home.page .main_banner .datepicker {
  width: 240px !important;
  left: 500px !important;
}
@media screen and (max-width: 1024px) {
  .home.page .main_banner .datepicker {
    width: auto !important;
    left: 0 !important;
  }
}
.home.page .main_banner .book {
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 190px;
  bottom: -50px;
  margin: 0 auto;
  right: 0;
  left: 0;
  width: 850px;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .home.page .main_banner .book {
    width: 90%;
    height: auto;
    padding-bottom: 40px;
    bottom: -200px;
    background: #0f1d28 !important;
  }
}
.home.page .main_banner .book h2 {
  color: #000;
  font-size: 16px;
  padding: 45px 0 35px 0;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 1079px) {
  .home.page .main_banner .book h2 {
    color: #fff;
  }
}
.home.page .main_banner .book #datepicker {
  width: 180px;
}
@media screen and (max-width: 1024px) {
  .home.page .main_banner .book #datepicker {
    width: 80%;
    margin: 0 auto;
  }
}
.home.page .main_banner .book select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("./images/dropdown.png");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  background-size: 15px;
}
.home.page .main_banner .book select, .home.page .main_banner .book input {
  background-color: #fff;
  width: 200px;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  margin: 0 10px;
}
.home.page .main_banner .book select::placeholder, .home.page .main_banner .book input::placeholder {
  color: #000;
}
@media screen and (max-width: 1024px) {
  .home.page .main_banner .book select, .home.page .main_banner .book input {
    margin: 10px 0;
    width: 80%;
    box-sizing: border-box;
  }
}
.home.page .main_banner .book .daterange {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .home.page .main_banner .book .daterange {
    width: 100%;
  }
}
.home.page .main_banner .book button {
  padding: 0;
  height: 42px;
  width: 150px;
  border-radius: 6px;
  float: none;
  margin: 0 10px;
}
@media screen and (max-width: 1024px) {
  .home.page .main_banner .book button {
    margin: 10px 0;
    width: 80%;
  }
}
.home.page .main_banner .book input {
  width: 100px;
}
@media screen and (max-width: 1024px) {
  .home.page .main_banner .book input {
    margin: 10px 0;
    width: 80%;
  }
}
.home.page .main_banner .text {
  margin-top: -20px;
}
@media screen and (max-width: 1024px) {
  .home.page .main_banner .text {
    margin-top: -50px;
  }
}
.home.page .section_1 {
  background-color: #fff;
  padding: 160px 0 200px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .home.page .section_1 {
    padding-top: 300px;
    padding-bottom: 80px;
  }
}
.home.page .section_1 .container {
  height: auto;
  z-index: 2;
}
.home.page .section_1 .layer1 {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  height: 33%;
  background-color: #f7f7f7;
}
@media screen and (max-width: 1024px) {
  .home.page .section_1 .layer1 {
    display: none;
  }
}
.home.page .section_1 .layer1 img {
  width: 100%;
  position: absolute;
  top: -70px;
  left: 0;
}
.home.page .section_1 .left {
  float: left;
  width: 40%;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .home.page .section_1 .left {
    width: 100%;
  }
}
.home.page .section_1 .left p {
  line-height: 1.4;
  font-size: 15px;
  max-width: 430px;
  padding-bottom: 50px;
  font-weight: 200;
}
.home.page .section_1 .left p strong {
  font-weight: 500;
}
.home.page .section_1 .left a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 12px 25px;
  background-color: #ffffff;
}
.home.page .section_1 .left a:hover img {
  transform: rotate(360deg);
}
.home.page .section_1 .left a img {
  vertical-align: middle;
  position: relative;
  top: -2px;
  height: 16px;
  margin-right: 10px;
  transition: all 1s ease;
}
.home.page .section_1 .right {
  float: right;
  width: 50%;
  position: relative;
  height: 200px;
}
@media screen and (max-width: 1024px) {
  .home.page .section_1 .right {
    width: 100%;
    margin-top: 0px;
  }
}
.home.page .section_1 .right #boat {
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 3;
  bottom: 0;
}
.home.page .section_1 .right #water_1 {
  width: 100%;
  left: 0;
  position: absolute;
  z-index: 1;
  bottom: -60px;
}
@media screen and (max-width: 768px) {
  .home.page .section_1 .right #water_1 {
    bottom: -30px;
  }
}
.home.page .section_1 .right #water_2 {
  width: 100%;
  left: 0;
  position: absolute;
  z-index: 2;
  bottom: -10px;
}
@media screen and (max-width: 768px) {
  .home.page .section_1 .right #water_2 {
    bottom: -5px;
  }
}
.home.page .section_1 .right #sun {
  width: 100px;
  left: 0;
  position: absolute;
  z-index: 0;
  bottom: 0px;
  left: 20%;
}
.home.page .section_1 .right #birds {
  width: 100px;
  left: 0;
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.home.page .section_2 {
  background-color: #0f1d28;
  padding: 120px 0;
  height: 600px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .home.page .section_2 {
    height: auto;
  }
}
.home.page .section_2 svg {
  position: absolute;
  top: -93px;
}
@media screen and (max-width: 1024px) {
  .home.page .section_2 svg {
    top: -20px;
  }
}
.home.page .section_2 .container {
  width: 70%;
  max-width: 1000px;
}
@media screen and (max-width: 1024px) {
  .home.page .section_2 .container {
    width: 83%;
  }
}
.home.page .section_2 .left {
  float: left;
  width: 42%;
  border-radius: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.home.page .section_2 .left .faq_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .home.page .section_2 .left {
    width: 100%;
    height: 400px;
    margin-top: 50px;
  }
}
.home.page .section_2 .right {
  float: right;
  width: 40%;
  padding-top: 6%;
}
@media screen and (max-width: 1024px) {
  .home.page .section_2 .right {
    width: 100%;
  }
}
.home.page .section_2 h2 {
  color: #fff;
}
.home.page .section_3 {
  background-color: #172d3f;
  padding: 120px 0;
}
.home.page .section_3 .container {
  height: auto;
  text-align: center;
}
.home.page .section_3 h2 {
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}
.home.page .section_3 .wheel {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 12px 25px;
}
.home.page .section_3 .wheel:hover img {
  transform: rotate(360deg);
}
.home.page .section_3 .wheel img {
  vertical-align: middle;
  position: relative;
  top: -2px;
  height: 16px;
  margin-right: 10px;
  transition: all 1s ease;
}
.home.page .section_3 .boats {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .home.page .section_3 .boats {
    display: block;
  }
}
.home.page .section_3 .boats .boat {
  text-align: left;
  margin: 0 20px;
  width: 50%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .home.page .section_3 .boats .boat {
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
  }
}
.home.page .section_3 .boats .boat:hover .next, .home.page .section_3 .boats .boat:hover .prev {
  opacity: 1;
}
.home.page .section_3 .boats .boat .next, .home.page .section_3 .boats .boat .prev {
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px 12px;
  position: absolute;
  top: -6vw;
  bottom: 0;
  cursor: pointer;
  margin: auto 0;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .home.page .section_3 .boats .boat .next, .home.page .section_3 .boats .boat .prev {
    display: none;
  }
}
.home.page .section_3 .boats .boat .next.next, .home.page .section_3 .boats .boat .prev.next {
  right: 10px;
  transform: rotate(180deg);
}
.home.page .section_3 .boats .boat .next.prev, .home.page .section_3 .boats .boat .prev.prev {
  left: 10px;
}
.home.page .section_3 .boats .boat .img {
  width: 100%;
  height: 20vw;
  border-radius: 32px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .home.page .section_3 .boats .boat .img {
    height: 200px;
  }
}
.home.page .section_3 .boats .boat .img .slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.home.page .section_3 .boats .boat h3 {
  color: #00aaff;
  font-size: 20px;
  padding: 20px 0;
  text-transform: uppercase;
}
.home.page .section_3 .boats .boat button {
  float: none;
  margin-top: 15px;
  padding: 15px 25px;
  font-size: 12px;
  border-radius: 8px;
  text-transform: none;
  display: block;
  text-decoration: none;
  display: none;
}
.home.page .section_3 .boats .boat span {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 200;
}
.home.page .section_3 .boats .boat span strong {
  font-weight: 500;
}
.home.page .section_4 {
  background-color: #f7f7f7;
  padding: 120px 0;
}
.home.page .section_4 .container {
  height: auto;
  text-align: center;
  width: 1000px;
}
@media screen and (max-width: 1024px) {
  .home.page .section_4 .container {
    width: 90%;
  }
}
.home.page .section_4 h2 {
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .home.page .section_4 h2 {
    padding: 0 20px;
  }
}
.home.page .section_4 .arrow {
  position: absolute;
  float: none;
  top: 260px;
  height: 30px;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .home.page .section_4 .arrow {
    display: none !important;
  }
}
.home.page .section_4 .arrow.left {
  left: 80px;
}
.home.page .section_4 .arrow.right {
  right: 80px;
  transform: rotate(180deg);
}
.home.page .section_4 .slider {
  border: 1px dotted #00aaff;
  border-radius: 30px;
  text-align: left;
  width: 90%;
  height: 320px;
  margin: 0 auto;
}
.home.page .section_4 .slider .slide {
  width: 100%;
  height: 100%;
  padding: 40px 130px;
}
@media screen and (max-width: 1024px) {
  .home.page .section_4 .slider .slide {
    padding: 40px 20px;
  }
}
.home.page .section_4 .slider .slide p {
  line-height: 1.8;
  margin-bottom: 50px;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .home.page .section_4 .slider .slide p {
    font-size: 12px;
  }
}
.home.page .section_4 .slider .slide span {
  color: #2e2e2e;
  font-weight: 200;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .home.page .section_4 .slider .slide span {
    font-size: 10px;
  }
}
.home.page .section_4 .slider .slide span strong {
  font-weight: 500;
  color: #000;
}

.mininav {
  margin-top: -40px;
  color: #2e2e2e;
  font-weight: 200;
  margin-bottom: 80px;
}
.mininav a {
  color: #2e2e2e;
  text-decoration: none;
  transition: all 0.3s ease;
}
.mininav a:hover {
  color: #00aaff;
}

.fleet.page .main_banner {
  height: 70vh;
}
.fleet.page .section_1 {
  background-color: #f4f4f4;
  padding: 120px 0;
}
.fleet.page .section_1 .container {
  height: auto;
}
.fleet.page .section_1 .container .boats {
  display: block;
}
.fleet.page .section_1 .container .boats .boat {
  text-align: left;
  margin-bottom: 60px;
  width: 48%;
  position: relative;
  float: left;
}
@media screen and (max-width: 1024px) {
  .fleet.page .section_1 .container .boats .boat {
    width: 100%;
  }
}
.fleet.page .section_1 .container .boats .boat:nth-child(2n) {
  float: right;
}
.fleet.page .section_1 .container .boats .boat:hover .next, .fleet.page .section_1 .container .boats .boat:hover .prev {
  opacity: 1;
}
.fleet.page .section_1 .container .boats .boat .next, .fleet.page .section_1 .container .boats .boat .prev {
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px 12px;
  position: absolute;
  top: -80px;
  bottom: 0;
  opacity: 0;
  transition: 0.3s ease all;
  z-index: 3;
  cursor: pointer;
  margin: auto 0;
}
.fleet.page .section_1 .container .boats .boat .next.next, .fleet.page .section_1 .container .boats .boat .prev.next {
  right: 10px;
  transform: rotate(180deg);
}
.fleet.page .section_1 .container .boats .boat .next.prev, .fleet.page .section_1 .container .boats .boat .prev.prev {
  left: 10px;
}
.fleet.page .section_1 .container .boats .boat .a_img {
  display: block;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  height: 300px;
  position: relative;
}
.fleet.page .section_1 .container .boats .boat .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.fleet.page .section_1 .container .boats .boat .img .slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.fleet.page .section_1 .container .boats .boat .details {
  display: grid;
  grid-template-columns: 1.2fr 1.1fr 1.1fr 1fr;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .fleet.page .section_1 .container .boats .boat .details {
    grid-template-columns: 1.2fr 1.1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.fleet.page .section_1 .container .boats .boat .details h3, .fleet.page .section_1 .container .boats .boat .details p, .fleet.page .section_1 .container .boats .boat .details a {
  border: 1px solid #bababa;
  padding: 15px 0;
  font-size: 14px;
}
.fleet.page .section_1 .container .boats .boat .details h3 {
  color: #00aaff;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .fleet.page .section_1 .container .boats .boat .details h3 {
    border-bottom: 0;
  }
}
.fleet.page .section_1 .container .boats .boat .details a {
  background-color: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .fleet.page .section_1 .container .boats .boat .details a {
    border-left: 0;
  }
}
.fleet.page .section_1 .container .boats .boat .details a:hover, .fleet.page .section_1 .container .boats .boat .details a:hover button {
  background-color: #00aaff;
  color: #fff;
}
.fleet.page .section_1 .container .boats .boat .details button {
  background-color: #fff;
  color: #00aaff;
  cursor: pointer;
  height: 100%;
  width: 100%;
  border: 0;
  transition: all 0.3s ease;
}
.fleet.page .section_1 .container .boats .boat .details p:nth-child(2) {
  border-right: 0;
  border-left: 0;
  font-size: 12px;
  padding-top: 18px;
}
@media screen and (max-width: 1024px) {
  .fleet.page .section_1 .container .boats .boat .details p:nth-child(2) {
    border-right: 1px solid #bababa;
    border-bottom: 0;
  }
}
.fleet.page .section_1 .container .boats .boat .details p:nth-child(3) {
  border-right: 0;
  font-size: 12px;
  padding-top: 18px;
}
@media screen and (max-width: 1024px) {
  .fleet.page .section_1 .container .boats .boat .details p:nth-child(3) {
    border-right: 1px solid #bababa;
  }
}

footer {
  background-color: #e5f2f8;
}
footer .container {
  height: auto;
}
footer .top {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  footer .top {
    padding-bottom: 40px;
  }
}
footer .top img {
  width: 170px;
  float: left;
}
@media screen and (max-width: 1024px) {
  footer .top img {
    width: 140px;
    margin-bottom: 50px;
  }
}
footer .top .menu {
  float: right;
  width: 220px;
}
@media screen and (max-width: 1024px) {
  footer .top .menu {
    float: left;
    width: 100%;
    margin-bottom: 50px;
  }
}
footer .top .menu h4 {
  text-transform: uppercase;
  color: #00aaff;
  font-size: 16px;
  padding-bottom: 20px;
}
footer .top .menu ul li {
  padding: 10px 0;
}
footer .top .menu ul li a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
footer .top .menu ul li a:hover {
  color: #00aaff;
}
footer .top .menu ul li a img {
  width: 100px;
  float: none;
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 0 !important;
  display: block;
}
footer .bottom .row:nth-child(1) {
  border-top: 1px solid #c3ced2;
}
footer .bottom .row:nth-child(1) h5 {
  color: #00aaff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 200;
  float: left;
  position: relative;
  top: 25px;
}
@media screen and (max-width: 1024px) {
  footer .bottom .row:nth-child(1) h5 {
    top: 0;
    width: 100%;
    margin-bottom: 30px;
    display: block;
  }
}
footer .bottom .row:nth-child(1) input {
  float: right;
  height: 60px;
  border: 1px solid #c3ced2;
  border-radius: 6px;
  background: transparent;
  width: 350px;
  padding: 0 20px;
  font-size: 14px;
  margin-right: 10px;
}
footer .bottom .row:nth-child(1) input.error {
  border: 1px solid red;
}
@media screen and (max-width: 1024px) {
  footer .bottom .row:nth-child(1) input {
    width: 65%;
    float: left;
    margin-right: 0;
    padding: 0;
    text-indent: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
footer .bottom .row:nth-child(1) button {
  height: 60px;
  border-radius: 6px;
  font-size: 10px;
  border: 1px solid #00aaff;
  background: transparent;
  color: #00aaff;
}
@media screen and (max-width: 1024px) {
  footer .bottom .row:nth-child(1) button {
    width: 30%;
    font-size: 8px;
    height: 40px;
    padding: 0;
  }
}
footer .bottom .row:nth-child(1) button:hover {
  background-color: #00aaff;
  color: #fff;
}
footer .bottom .row:nth-child(2) {
  border-top: 1px solid #c3ced2;
  border-bottom: 1px solid #c3ced2;
}
footer .bottom .row {
  padding: 30px 0;
}
footer .bottom .row ul {
  float: left;
}
@media screen and (max-width: 1024px) {
  footer .bottom .row ul {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .bottom .row ul li {
  display: inline-block;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  footer .bottom .row ul li {
    padding-right: 10px;
  }
}
footer .bottom .row ul li a {
  color: #4a5870;
  text-decoration: none;
  font-size: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}
footer .bottom .row ul li a span {
  color: #4a5870 !important;
}
footer .bottom .row ul li a:hover {
  color: #00aaff;
}
footer .bottom .row h6 {
  float: right;
  color: #4a5870;
  text-decoration: none;
  font-size: 10px;
}
@media screen and (max-width: 1024px) {
  footer .bottom .row h6 {
    width: 100%;
    text-align: center;
  }
}
footer .bottom .row img {
  float: right;
  height: 30px;
  vertical-align: middle;
  margin-left: 20px;
}
footer .bottom .row img:nth-of-type(1) {
  height: 25px;
}
@media screen and (max-width: 1024px) {
  footer .bottom .row img:nth-of-type(1) {
    height: 20px;
    float: left;
    margin-right: 20px;
    margin-left: 0;
  }
}
footer .bottom .row img:nth-of-type(2) {
  height: 40px;
}
@media screen and (max-width: 1024px) {
  footer .bottom .row img:nth-of-type(2) {
    height: 35px;
    float: left;
    margin-left: 0;
  }
}
footer .bottom .row p {
  color: #4a5870;
  font-size: 10px;
  float: left;
  max-width: 500px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  footer .bottom .row p {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.animated-wave path {
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-name: large-wave-move;
  animation-timing-function: linear;
  transition: linear;
  transition-timing-function: linear;
}

@keyframes large-wave-move {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.checkbox-wrapper-4 * {
  box-sizing: border-box;
}

.checkbox-wrapper-4 .cbx {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  display: inline-block;
}

.checkbox-wrapper-4 .cbx:not(:last-child) {
  margin-right: 6px;
}

.checkbox-wrapper-4 .cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-4 .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #cccfdb;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
  background-color: #fff;
}

.checkbox-wrapper-4 .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-4 .cbx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}

.checkbox-wrapper-4 .cbx:hover span:first-child {
  border-color: #07f;
}

.checkbox-wrapper-4 .inp-cbx {
  position: absolute;
  visibility: hidden;
}

.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
  background: #07f;
  border-color: #07f;
  animation: wave-4 0.4s ease;
}

.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.checkbox-wrapper-4 .inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}

@media screen and (max-width: 640px) {
  .checkbox-wrapper-4 .cbx {
    width: 100%;
    display: inline-block;
  }
}
@-moz-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@-o-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
.footer_banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  width: 100%;
  height: 230px;
  line-height: 230px;
}
@media screen and (max-width: 1024px) {
  .footer_banner {
    height: 150px;
    line-height: 150px;
  }
}
.footer_banner p, .footer_banner p span {
  color: #000;
  font-size: 35px;
  font-weight: 200;
}
@media screen and (max-width: 1024px) {
  .footer_banner p, .footer_banner p span {
    font-size: 14px;
  }
}

.type-container {
  height: 100%;
  display: block;
}

.type-container p {
  text-align: center;
  overflow: hidden;
}

.type-container p span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
  height: 60px;
  position: relative;
  top: 80px;
}
@media screen and (max-width: 1024px) {
  .type-container p span.cursor {
    height: 30px;
    top: 60px;
  }
}

@keyframes blink {
  0% {
    background-color: #ccc;
  }
  49% {
    background-color: #ccc;
  }
  50% {
    background-color: transparent;
  }
  99% {
    background-color: transparent;
  }
  100% {
    background-color: #ccc;
  }
}
.marker {
  background-image: url("./images/map_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mapboxgl-popup-content {
  padding: 20px 50px;
}

.vessel_popup {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}
.vessel_popup.active {
  display: block;
}
.vessel_popup .close {
  position: absolute;
  right: 5%;
  top: 5%;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}
.vessel_popup .close:hover {
  opacity: 0.5;
}
.vessel_popup .close img {
  height: 25px;
  vertical-align: middle;
  margin-left: 10px;
}
.vessel_popup iframe {
  width: 85%;
  height: 80%;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1079px) {
  .vessel_popup iframe {
    height: 80%;
    width: 95%;
    margin-top: 100px;
  }
}

.packages_popup {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}
.packages_popup.active {
  display: block;
}
.packages_popup .close {
  position: absolute;
  right: 5%;
  top: 5%;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}
.packages_popup .close:hover {
  opacity: 0.5;
}
.packages_popup .close img {
  height: 25px;
  vertical-align: middle;
  margin-left: 10px;
}
.packages_popup .inner {
  background-color: #f3f3f3;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 80%;
  max-width: 1000px;
  height: 450px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1079px) {
  .packages_popup .inner {
    height: 530px;
    width: 90%;
    margin-top: 140px;
  }
}
.packages_popup .inner .tab_title {
  width: 36%;
  position: absolute;
  height: 60px;
  top: -60px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 200;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 1079px) {
  .packages_popup .inner .tab_title {
    height: 40px;
    top: -40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.packages_popup .inner .tab_title:hover {
  background-color: #4f8498 !important;
  color: #fff !important;
}
.packages_popup .inner .tab_title.active {
  background-color: #00aaff !important;
  color: #fff !important;
}
.packages_popup .inner .tab_title:nth-child(1) {
  background-color: #28414b;
  left: 0;
  z-index: 3;
  color: #00aaff;
}
.packages_popup .inner .tab_title:nth-child(2) {
  background-color: #1a2a31;
  left: 32%;
  color: #00aaff;
  z-index: 2;
}
.packages_popup .inner .tab_title:nth-child(3) {
  background-color: #121d22;
  left: 64%;
  color: #00aaff;
  z-index: 1;
}
.packages_popup .inner .tab {
  display: none;
  padding-top: 50px;
}
.packages_popup .inner .tab.active {
  display: block;
}
@media screen and (max-width: 1079px) {
  .packages_popup .inner .tab {
    padding-top: 30px;
  }
}
.packages_popup .inner .tab ul {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  columns: 3;
  column-gap: 50px;
}
@media screen and (max-width: 1079px) {
  .packages_popup .inner .tab ul {
    columns: auto;
    overflow-y: scroll;
    height: 350px;
  }
}
.packages_popup .inner .tab ul li {
  margin: 18px 0;
  break-inside: avoid;
}
.packages_popup .inner .tab ul li.inactive {
  color: #ccc;
}
@media screen and (max-width: 1079px) {
  .packages_popup .inner .tab ul li {
    margin: 14px 0;
  }
}
.packages_popup .inner .tab ul li img {
  height: 7px;
  margin-right: 5px;
}
.packages_popup .inner p {
  width: 70%;
  margin: 0 auto;
  padding-top: 60px;
  line-height: 1.4;
}
@media screen and (max-width: 1079px) {
  .packages_popup .inner p {
    font-size: 10px;
    padding-top: 30px;
  }
}
.packages_popup .inner p span {
  font-weight: 700;
}

.page.privacy .main_banner .text {
  width: 100%;
  text-align: center;
}
.page.privacy .section_1 {
  padding: 100px 0;
}
.page.privacy .section_1 .container {
  max-width: 1000px;
}
.page.privacy .section_1 h2 {
  font-size: 20px;
  padding-bottom: 20px;
  padding-top: 50px;
}
.page.privacy .section_1 h5 {
  font-size: 12px;
}
.page.privacy .section_1 p {
  line-height: 1.4;
  font-size: 14px;
}
.page.privacy .section_1 a {
  color: #00aaff;
  text-decoration: none;
}
.page.privacy .section_1 ul {
  list-style: disc;
  list-style-position: inside;
}
.page.privacy .section_1 ul li {
  margin: 10px 0;
  line-height: 1.4;
}

/*# sourceMappingURL=style.css.map */
