@charset "UTF-8";
/*
Theme Name: Santa Barabara Marina 
Description: Curaçao Heritage
Author: Profound team
Author URI: https://profoundprojects.com/
Text Domain: profound
Company: Profound
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 7.3
Version: 1.0
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments,
*/
/* ==============================================
	 Mixins
	 ============================================*/
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700;900&display=swap");
/* ==============================================
	 Web fonts
	 ============================================*/
@font-face {
  font-family: profound;
  src: url("./assets/fonts/ppl.eot");
  src: url("./assets/fonts/ppl.eot#iefix") format("embedded-opentype"), url("./assets/fonts/ppl.ttf") format("truetype"), url("./assets/fonts/ppl.woff") format("woff"), url("./assets/fonts/ppl.svg#ppl") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
/* ----------------- VARIABLES CONFIG ------------------- */
:root {
  /* Layout: */
  --container: 1280px;
  /* Colors: */
  --white: #fff;
  --black: #000;
  --red:#FF434E;
  --mred:#FF424D;
  --blue:#00BCE9;
  --light-blue:#9BABDA;
  --black23: #262223;
  --orange: rgb(228, 107, 45);
  --yellow: #E1FF02;
  --green:#007858;
  --grey83:#838383;
  --grey:#979797;
  --pale-grey:#B7B7B7;
  /* Font/text values */
  --font-body: "Titillium Web", sans-serif;
}

/* ----------------- FLEX ------------------- */
.site-menu__wrap_main .menu-primary-container,
.site-menu__wrap_main nav,
.site-menu__wrap_main ul, #resform .form-sec .wpcf7-acceptance .wpcf7-list-item label, #resform .form-sec-content .input-wrap:not(.fullwidth), .site-footer .footer-wrapper-right, .site-footer .footer-wrapper-left .social-col ul, .site-footer .footer-wrapper-left-cols, .site-footer .footer-wrapper-left, .site-footer .footer-wrapper, .genralInfo, .section-beaches.beachHalf .section-beaches-right-top, .section-beaches-right, .section-beaches-left, .section-beaches, .section-home .home-bottominfo, #horiwrapper > div, .site-header-main, #main {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: var(--white);
  background-color: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
  background-color: var(--blue);
  scroll-behavior: smooth;
}
@media (max-width: 1100px) {
  html,
body {
    scroll-margin-top: 300px;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
}

a:focus {
  outline: none;
}

.clear,
.clearboth {
  clear: both;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

iframe {
  max-width: 100%;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* ------------------ FONTS ---------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: bold;
  margin: 0 0 0.5em;
  line-height: 1;
}

h1,
.h1 {
  font-size: 15.35vmin;
}
@media screen and (min-width: 1601px) {
  h1,
.h1 {
    font-size: 125px;
  }
}

h2,
.h2 {
  font-size: 5vmin;
}
@media screen and (min-width: 1601px) {
  h2,
.h2 {
    font-size: 45px;
  }
}

h3,
.h3 {
  font-size: 4.5vmin;
}
@media screen and (min-width: 1601px) {
  h3,
.h3 {
    font-size: 35px;
  }
}

h4,
.h4 {
  font-size: 3.9vmin;
}
@media screen and (min-width: 1601px) {
  h4,
.h4 {
    font-size: 30px;
  }
}

h5,
.h5 {
  font-size: 2.7vmin;
}
@media screen and (min-width: 1601px) {
  h5,
.h5 {
    font-size: 25px;
  }
}

h6,
.h6 {
  font-size: 1em;
}

p {
  margin: 0 0 20px;
}
p:last-child {
  margin: 0;
}

a {
  color: var(--white);
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

:-moz-placeholder {
  /* Firefox 18- */
}

::-moz-placeholder {
  /* Firefox 19+ */
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.wp-caption-text {
  text-align: center;
}

.text-center {
  text-align: center;
}

#main {
  min-height: 100%;
}

.container,
.clearfix,
.field-set,
section.module,
#container {
  zoom: 1;
  clear: both;
}
.container:before, .container:after,
.clearfix:before,
.clearfix:after,
.field-set:before,
.field-set:after,
section.module:before,
section.module:after,
#container:before,
#container:after {
  content: "";
  display: table;
}
.container:after,
.clearfix:after,
.field-set:after,
section.module:after,
#container:after {
  clear: both;
}

.container,
#container {
  margin: 0 auto;
  max-width: var(--container);
  width: 100%;
}
.container-small,
#container-small {
  zoom: 1;
  clear: both;
  max-width: 1000px;
  margin: auto;
}
.container-small:before, .container-small:after,
#container-small:before,
#container-small:after {
  content: "";
  display: table;
}
.container-small:after,
#container-small:after {
  clear: both;
}
.container-large,
#container-large {
  zoom: 1;
  clear: both;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0 0 40px;
}
.container-large:before, .container-large:after,
#container-large:before,
#container-large:after {
  content: "";
  display: table;
}
.container-large:after,
#container-large:after {
  clear: both;
}

#container {
  padding: 60px 0px;
}

#sidebar {
  display: none;
}

.round-img {
  border-radius: 100% 100% 100% 100%;
  overflow: hidden;
}
.round-img img {
  display: block;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-row {
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-col-50 {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.flex-col-80 {
  width: 80%;
}
.flex-col-20 {
  width: 20%;
}
.flex-col-60 {
  width: 60%;
}
.flex-col-40 {
  width: 40%;
}

.button {
  cursor: pointer;
  outline: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  padding: 19px 25px;
  max-width: 265px;
  width: 100%;
  color: var(--white);
  border: 1px solid var(--red);
  background-color: var(--red);
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--font-body);
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
}
.button:hover {
  background-color: var(--color);
  color: var(--red);
  border: 1px solid var(--red);
}
.button.small {
  padding: 8px 10px;
  max-width: 170px;
}

.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  padding: 15px 75px;
}
@media (max-width: 1100px) {
  .site-header.fixed {
    background-color: var(--blue);
  }
}
.site-header .logo {
  max-width: 120px;
}
@media (max-width: 1100px) {
  .site-header .logo {
    max-width: 70px;
  }
}
.site-header .section-container {
  padding: 0;
  max-width: 100%;
}
.site-header-main {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.site-header .header__menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-header .header__menu ul li {
  display: block;
}
.site-header .header__menu ul li a {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: var(--black23);
  font-weight: bold;
}
.site-header .header__menu ul li:hover a, .site-header .header__menu ul li.menu-active a {
  color: var(--blue);
}
.site-header.hidemenu {
  display: none;
}

.burger {
  display: block;
  background: none;
  border: 0;
  height: 18px;
  padding: 0;
  pointer-events: auto;
  width: 33px;
  outline: 0;
  will-change: transform;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 5px;
  background-color: var(--orange);
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
  -webkit-transition: background-color 0.05s ease-in-out, top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: background-color 0.05s ease-in-out, top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -o-transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.show-site-menu .burger span {
  transition: opacity 0ms linear 0.5s, background-color 0.5s, -webkit-transform 0.5s ease;
  -webkit-transition: opacity 0ms linear 0.5s, background-color 0.5s, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0ms linear 0.5s, background-color 0.5s;
  transition: transform 0.5s ease, opacity 0ms linear 0.5s, background-color 0.5s;
  transition: transform 0.5s ease, opacity 0ms linear 0.5s, background-color 0.5s, -webkit-transform 0.5s ease;
}
.burger span:nth-child(1) {
  top: 0px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.show-site-menu .burger span:nth-child(1) {
  top: unset;
  -webkit-transform: translate3d(0, 7px, 0);
  -ms-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.burger span:nth-child(2) {
  top: 9px;
}
.show-site-menu .burger span:nth-child(2) {
  width: 0%;
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.burger span:last-child {
  top: 18px;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.show-site-menu .burger span:last-child {
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: unset;
}

.section-container {
  padding: 0vh 47px;
  max-width: 1600px;
  margin: auto;
  width: 100%;
}

.site-menu {
  position: fixed;
}
.site-menu-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

#horiwrapper {
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#horiwrapper > div {
  width: 600vw;
  height: 100vh;
}

.bluebullets > ul {
  padding: 0;
  margin: 0;
}
.bluebullets > ul li {
  list-style: none;
  padding-left: 20px;
  line-height: 19px;
  position: relative;
  margin-bottom: 2px;
}
.bluebullets > ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: var(--blue);
  border-radius: 50%;
}

.section-home {
  width: 100vw;
  padding-left: 15vw;
  position: relative;
  background-color: var(--blue);
  position: relative;
  z-index: 2;
}
.section-home-title {
  position: absolute;
  left: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  max-width: 520px;
  padding: 0;
}
.section-home-title h1 {
  font-weight: 900;
  margin: 0;
}
.section-home-title h2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 60px;
}
.section-home .home-slider {
  width: 45vw;
}
.section-home .home-slider-item {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.section-home .home-slider-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.14);
  bottom: 0;
  left: 0;
}
.section-home .home-slider .slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 16px;
  bottom: 58px;
}
.section-home .home-slider .slick-dots li {
  cursor: pointer;
  border: 3px solid var(--white);
  border-radius: 100%;
  width: 22px;
  height: 22px;
  display: block;
}
.section-home .home-slider .slick-dots li button {
  display: none !important;
}
.section-home .home-slider .slick-dots li.slick-active {
  background-color: var(--white);
}
.section-home .home-topinfo {
  position: absolute;
  padding: 0;
  right: 45px;
  top: min(18vh, 166px);
  width: 35vw;
  font-size: 30px;
  line-height: 36px;
}
.section-home .home-bottominfo {
  position: absolute;
  right: 47px;
  bottom: 0;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 641px;
  gap: 38px;
  padding: 0;
}
.section-home .home-bottominfo img {
  display: block;
}
.section-home .home-bottominfo-image {
  width: 331px;
}
.section-home .home-bottominfo-content {
  width: calc(100% - 360px);
  font-size: 16px;
}
.section-home .home-bottominfo-content-info {
  margin-top: 20px;
}

.emptysection {
  width: 100vw;
  height: 100vh;
}

.section-whiteBg {
  background-color: var(--white);
  color: var(--grey83);
  position: relative;
  z-index: 2;
}
.section-whiteBg a {
  color: var(--grey83);
}

.section-beaches {
  width: 100vw;
  height: 100vh;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 150px;
}
.section-beaches-left {
  width: 50%;
  padding-right: 18px;
  border-right: 1px solid var(--grey);
}
.section-beaches-left-info {
  width: 50%;
  padding-left: 18px;
  padding-top: 26px;
}
.section-beaches-left-info h2 {
  color: var(--blue);
  font-weight: 900;
  font-size: 8vmin;
}
@media (min-width: 1500px) {
  .section-beaches-left-info h2 {
    font-size: 65px;
  }
}
.section-beaches-left-imagesec {
  width: 50%;
  padding-right: 18px;
  border-right: 1px solid var(--grey);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-beaches-right {
  width: 50%;
  padding-left: 18px;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 4vw;
}
.section-beaches-right-info {
  width: 50%;
  padding-right: 18px;
}
.section-beaches-right-info p {
  max-width: 328px;
}
.section-beaches-right-info img {
  margin-bottom: 40px;
}
.section-beaches-right-imagesec {
  width: 50%;
  padding-left: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-beaches-right-imagesec-wrap {
  margin-top: 190px;
}
.section-beaches-right-imagesec .beach-slider {
  margin-top: 3vh;
}
.section-beaches-right-imagesec h6 {
  color: var(--blue);
  font-weight: 400;
  font-size: 16px;
}
.section-beaches.beachHalf {
  padding-top: 0;
  gap: 75px;
}
.section-beaches.beachHalf .section-beaches-left {
  padding: 0 75px;
  padding-top: 150px;
  border: 0;
}
.section-beaches.beachHalf .section-beaches-left .section-beaches-left-info {
  border-right: 1px solid var(--grey);
}
.section-beaches.beachHalf .section-beaches-left .section-beaches-left-info ul {
  max-width: 270px;
}
.section-beaches.beachHalf .section-beaches-right {
  background-color: var(--blue);
  color: var(--white);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  padding: 0 40px;
}
.section-beaches.beachHalf .section-beaches-right-top {
  -webkit-box-align: self-end;
      -ms-flex-align: self-end;
          align-items: self-end;
  width: calc(100% + 115px);
  margin-left: -115px;
  gap: 39px;
}
.section-beaches.beachHalf .section-beaches-right-top--left {
  width: 437px;
}
.section-beaches.beachHalf .section-beaches-right-top--right {
  width: 284px;
}
.section-beaches.beachHalf .section-beaches-right-bottom .securityinfo {
  max-width: 646px;
}
.section-beaches .beach-slider {
  width: 100%;
  max-width: 334px;
}
.section-beaches .beach-slider-item {
  position: relative;
}
.section-beaches .beach-slider-item::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  display: block;
  top: 5px;
  right: 5px;
  background-image: url("./assets/img/preview_plus.png");
  background-size: 23px;
  background-repeat: no-repeat;
  z-index: 2;
}
.section-beaches .beach-slider .slick-arrow {
  font-size: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 9px;
  height: 14px;
  border: 0;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}
.section-beaches .beach-slider .slick-arrow.slick-prev {
  left: 5px;
  background-image: url("./assets/img/left_white_arrow_small.png");
}
.section-beaches .beach-slider .slick-arrow.slick-next {
  right: 5px;
  background-image: url("./assets/img/right_white_arrow_small.png");
}
.section-beaches .beach-slider .slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 5px;
  bottom: 11px;
}
.section-beaches .beach-slider .slick-dots li {
  cursor: pointer;
  border: 1px solid var(--white);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  display: block;
}
.section-beaches .beach-slider .slick-dots li button {
  display: none !important;
}
.section-beaches .beach-slider .slick-dots li.slick-active {
  background-color: var(--white);
}
.section-beaches .securityinfo {
  margin-top: 38px;
  line-height: 20px;
}
.section-beaches .securityinfo .title {
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  margin: 5px 0;
}

.genralInfo {
  width: 100vw;
  height: 100vh;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.genralInfo .genralInfo-item {
  border-right: 1px solid var(--grey);
  width: 25%;
}
.genralInfo .genralInfo-item .inverted-bar {
  height: 100vh;
  position: relative;
  font-weight: 900;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 0.9;
}
@media (min-width: 1500px) {
  .genralInfo .genralInfo-item .inverted-bar {
    font-size: 75px;
  }
}
.genralInfo .genralInfo-item .inverted-bar:before,
.genralInfo .genralInfo-item .inverted-bar:after {
  padding-top: 150px;
  padding-left: 75px;
  position: absolute;
  overflow: hidden;
  content: attr(data-content);
  height: 100%;
}
.genralInfo .genralInfo-item .inverted-bar:before {
  width: 100%;
  background-color: var(--white);
  color: var(--blue);
}
.genralInfo .genralInfo-item .inverted-bar:after {
  background-color: var(--blue);
  color: var(--white);
  width: 66%;
}
.genralInfo .header-item {
  position: relative;
}
.genralInfo .header-item .header-item--image {
  max-width: 86%;
  position: absolute;
  left: 10px;
  bottom: 0;
  z-index: 10;
}
.genralInfo .header-item .header-item--image img {
  display: block;
}
.genralInfo .info-item {
  padding: 0 17px;
}
.genralInfo .info-item--title {
  line-height: 0.9;
  font-weight: 900;
  color: var(--blue);
  text-transform: uppercase;
  max-width: 70%;
  margin-bottom: 45px;
  margin-top: 16px;
}
@media (min-width: 1500px) {
  .genralInfo .info-item--title {
    font-size: 35px;
  }
}
.genralInfo .info-item--desc {
  width: 90%;
  max-width: 300px;
}
.genralInfo .info-item--quicklinks {
  margin-top: 53px;
}
.genralInfo .info-item--quicklinks strong {
  color: var(--blue);
  font-weight: 600;
}
.genralInfo .info-item--quicklinks ul {
  zoom: 1;
  clear: both;
}
.genralInfo .info-item--quicklinks ul:before, .genralInfo .info-item--quicklinks ul:after {
  content: "";
  display: table;
}
.genralInfo .info-item--quicklinks ul:after {
  clear: both;
}
.genralInfo .info-item--quicklinks ul li {
  float: left;
  width: 50%;
}
.genralInfo .info-item--link {
  margin-top: 30px;
}
.genralInfo .info-item--link a {
  color: var(--red);
  font-weight: 700;
}
.genralInfo .info-item--link a:hover {
  text-decoration: underline;
}
.genralInfo .info_slider {
  width: 100%;
  max-width: 334px;
}
.genralInfo .info_slider-item {
  position: relative;
}
.genralInfo .info_slider-item::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  display: block;
  top: 5px;
  right: 5px;
  background-image: url("./assets/img/preview_plus.png");
  background-size: 23px;
  background-repeat: no-repeat;
  z-index: 2;
}
.genralInfo .info_slider .slick-arrow {
  font-size: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 9px;
  height: 14px;
  border: 0;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}
.genralInfo .info_slider .slick-arrow.slick-prev {
  left: 5px;
  background-image: url("./assets/img/left_white_arrow_small.png");
}
.genralInfo .info_slider .slick-arrow.slick-next {
  right: 5px;
  background-image: url("./assets/img/right_white_arrow_small.png");
}
.genralInfo .info_slider .slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 5px;
  bottom: 11px;
}
.genralInfo .info_slider .slick-dots li {
  cursor: pointer;
  border: 1px solid var(--white);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  display: block;
}
.genralInfo .info_slider .slick-dots li button {
  display: none !important;
}
.genralInfo .info_slider .slick-dots li.slick-active {
  background-color: var(--white);
}

.site-footer {
  height: 100vh;
  width: 100vw;
  z-index: 1;
}
.site-footer a {
  color: var(--grey83);
}
.site-footer.active {
  z-index: 2;
  display: block;
}
.site-footer .footer-credit {
  position: absolute;
  bottom: 0;
  left: 123px;
  padding: 22px 0;
  width: 100%;
}
.site-footer .footer-credit p {
  margin: 0;
}
.site-footer .footer-wrapper {
  position: relative;
}
.site-footer .footer-wrapper-left {
  height: 100vh;
  width: 75%;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 38px;
  padding-left: 47px;
  padding-right: 38px;
  padding-bottom: 100px;
  border-right: 1px solid var(--grey);
}
.site-footer .footer-wrapper-left-col {
  width: 33.3%;
  padding: 0 45px;
  border-left: 1px solid var(--grey);
  line-height: 29px;
}
.site-footer .footer-wrapper-left-col h5 {
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
}
.site-footer .footer-wrapper-left-col:first-child {
  padding-left: 0;
  border: 0;
}
.site-footer .footer-wrapper-left-col a {
  text-decoration: underline;
}
.site-footer .footer-wrapper-left-content {
  margin-top: 40px;
  max-width: 709px;
  margin-left: auto;
  font-size: 18px;
  line-height: 22px;
}
.site-footer .footer-wrapper-left-heading {
  color: var(--blue);
  font-size: 12.5vmin;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.73;
}
.site-footer .footer-wrapper-left .social-col ul {
  padding: 0;
  margin: 0;
  gap: 23px;
}
.site-footer .footer-wrapper-left .social-col ul li {
  list-style: none;
}
.site-footer .footer-wrapper-right {
  height: 100vh;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  gap: 24px;
}
.site-footer .footer-wrapper-right-img {
  height: calc(50vh - 12px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#booknow {
  position: fixed;
  bottom: 0;
  right: 143px;
  background-color: var(--red);
  color: var(--white);
  padding: 16px 38px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: -0.8px;
  line-height: 24px;
  z-index: 2000;
  width: auto;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

#resform {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.66);
  z-index: 200000;
  overflow: auto;
  top: 0;
  left: 0;
  display: none;
}
#resform.active {
  display: block;
}
#resform .form-wrapper {
  background-color: var(--white);
  border-radius: 4px;
  width: calc(100% - 150px);
  margin: 30px auto;
  color: var(--grey83);
  padding: 30px;
  max-width: 1452px;
  position: relative;
}
#resform .form-wrapper-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
@media (min-width: 1600px) {
  #resform .form-wrapper {
    padding: 65px 135px;
  }
}
#resform .form-wrapper .closeform {
  position: absolute;
  top: 42px;
  right: 42px;
  cursor: pointer;
}
#resform .form-title {
  color: var(--blue);
  font-size: 65px;
  font-weight: 300;
  line-height: 1;
}
#resform .form-header {
  text-align: center;
}
#resform .form-info {
  font-size: 18px;
  max-width: 798px;
  margin: 20px auto;
  line-height: 22px;
}
#resform .form-sec {
  background-color: rgba(144, 144, 144, 0.0901960784);
  margin-bottom: 27px;
  padding: 25px 25px 65px;
  max-width: 1210px;
}
#resform .form-sec-header {
  max-width: 950px;
  position: relative;
  padding: 0 25px 25px;
  border-bottom: 1px solid var(--red);
  margin: auto;
}
#resform .form-sec-title {
  text-align: center;
  color: var(--blue);
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
#resform .form-sec-title .mandatory {
  position: absolute;
  bottom: -28px;
  right: 0;
  color: var(--red);
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
#resform .form-sec-content {
  max-width: 950px;
  padding: 50px 0 0;
  margin: auto;
}
#resform .form-sec-content label {
  color: var(--blue);
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  margin-bottom: 10px;
  display: block;
}
#resform .form-sec-content label span.req {
  color: var(--red);
}
#resform .form-sec-content .input-wrap:not(.fullwidth) {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
#resform .form-sec-content .input-wrap:not(.fullwidth) .input-field {
  width: calc(50% - 15px);
}
#resform .form-sec-content .input-wrap:not(.fullwidth) .input-field input {
  width: 100%;
  height: auto;
  border: 0;
  padding: 12px;
}
#resform .form-sec .file-wrap {
  color: var(--blue);
}
#resform .form-sec .file-wrap h6 {
  color: var(--blue);
  font-size: 16px;
  font-weight: 400;
}
#resform .form-sec .file-wrap .file-wrap-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  margin: 50px auto;
}
#resform .form-sec .file-wrap .file-wrap-sec > label:nth-child(1) {
  width: 50%;
}
#resform .form-sec .wpcf7-acceptance label, #resform .form-sec .wpcf7-acceptance a {
  color: var(--grey83);
}
#resform .form-sec .wpcf7-acceptance a {
  text-decoration: underline;
}
#resform .form-sec .wpcf7-acceptance .wpcf7-list-item label input {
  width: 30px !important;
  margin-right: 10px;
}
#resform .form-sec .input-sumbit {
  margin-top: 50px;
}
#resform .form-sec .input-sumbit input {
  -moz-appearance: none;
  border-radius: 4px;
  background-color: var(--red);
  border: 0;
  color: var(--white);
  padding: 18px 33px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

#footer-profound #profound-copyright-footer {
  font-size: 14px;
  line-height: 17px;
}

[class*=ppicon-],
[class^=ppicon-] {
  font-family: profound !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ppicon-profound:before {
  content: "\e900";
}

.ppicon-profound-accolade:before {
  content: "\e901";
}

#profound-copyright-footer a {
  text-decoration: none;
  vertical-align: middle;
}

.profound-fadeinanim:hover {
  opacity: 1;
  -webkit-transition: ease-in-out 2.5s;
  -o-transition: ease-in-out 2.5s;
  transition: ease-in-out 2.5s;
  -webkit-animation-name: profound-fadeinanim;
          animation-name: profound-fadeinanim;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

@-webkit-keyframes profound-fadeinanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes profound-fadeinanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.profound-fadeoutanim {
  opacity: 1;
  -webkit-transition: ease-in-out 2.5s;
  -o-transition: ease-in-out 2.5s;
  transition: ease-in-out 2.5s;
  -webkit-animation-name: profound-fadeoutanim;
          animation-name: profound-fadeoutanim;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

@-webkit-keyframes profound-fadeoutanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes profound-fadeoutanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.site-menu__wrap_main .menu-primary-container,
.site-menu__wrap_main nav,
.site-menu__wrap_main ul, #main, .site-header-main, #horiwrapper > div, .section-home .home-bottominfo, .section-beaches, .section-beaches-left, .section-beaches-right, .section-beaches.beachHalf .section-beaches-right-top, .genralInfo, .site-footer .footer-wrapper, .site-footer .footer-wrapper-left, .site-footer .footer-wrapper-left-cols, .site-footer .footer-wrapper-left .social-col ul, .site-footer .footer-wrapper-right, #resform .form-sec-content .input-wrap:not(.fullwidth), #resform .form-sec .wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.site-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  pointer-events: none;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s ease-in 0.6s;
  -o-transition: all 0.2s ease-in 0.6s;
  transition: all 0.2s ease-in 0.6s;
  z-index: 1;
}
.show-site-menu .site-menu {
  visibility: visible;
  pointer-events: initial;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: rgba(0, 0, 0, 0.66);
  z-index: 999;
}
.site-menu__wrap {
  position: relative;
  height: 100%;
  opacity: 0;
  z-index: 2;
  overflow-y: auto;
  -webkit-transform: translate3d(100px, 0, 0);
  -ms-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
  -webkit-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  width: 51%;
  margin-left: auto;
  padding: 30px;
  text-align: center;
  background-color: var(--blue);
}
.show-site-menu .site-menu__wrap {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -o-transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: all 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.site-menu__wrap_main {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}
.site-menu__wrap_main .menu-primary-container {
  margin: 80px 0;
}
.site-menu__wrap_main .menu-primary-container,
.site-menu__wrap_main nav,
.site-menu__wrap_main ul {
  height: 100%;
  width: 100%;
}
.site-menu__wrap_main ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  max-width: 535px;
}
.site-menu__wrap_main ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid var(--white);
  padding: 8px 0;
}
.site-menu__wrap_main ul li:first-child {
  border-top: 1px solid var(--white);
}
.site-menu__wrap_main ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 300;
}
.site-menu__wrap .burger {
  position: absolute;
  top: 60px;
  right: 80px;
  height: 22px;
  width: 22px;
}

.section-gallery {
  width: 100vw;
  height: 100vh;
  position: relative;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
}
.section-gallery-item {
  width: 100%;
  position: relative;
  height: 100vh;
  padding-top: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-gallery-item .section-container {
  padding: 0 75px;
}
@media (min-width: 1600px) {
  .section-gallery-item .section-container {
    padding: 0;
  }
}
.section-gallery-item .h2 {
  font-size: 10.5vmin;
  max-width: 400px;
  font-weight: 900;
  text-transform: uppercase;
}
.section-gallery-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 340px;
  background-color: var(--blue);
  padding: 60px 100px;
}
.section-gallery-nav_item {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.section-gallery-nav_item span {
  position: relative;
  padding: 0 5px;
}
.section-gallery-nav_item span:nth-child(2) {
  width: 55px;
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  background-color: var(--white);
}

.site_gallery .slick-arrow {
  position: absolute;
  bottom: 55px;
  font-size: 0;
  border: 0;
  background: none;
  background-size: 13px auto;
  width: 12px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 20;
  cursor: pointer;
}
.site_gallery .slick-arrow.slick-prev {
  left: 80px;
  background-image: url("./assets/img/ico-left.svg");
  z-index: 1;
}
.site_gallery .slick-arrow.slick-next {
  left: 220px;
  background-image: url("./assets/img/ico-right.svg");
}

#gallery {
  width: 100vw;
}

.mq-desktop {
  display: block;
}
@media (max-width: 1100px) {
  .mq-desktop {
    display: none !important;
  }
}

.mq-mobile {
  display: none;
}
@media (max-width: 1100px) {
  .mq-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 1350px) {
  .container,
#container {
    padding: 0 30px;
  }
  .section-home .home-topinfo {
    font-size: 21px;
    line-height: 1.2;
  }
  .genralInfo .genralInfo-item .inverted-bar {
    font-size: 50px;
  }
  .section-beaches-left-info h2 {
    font-size: 6vmin;
  }
}
@media screen and (max-width: 1250px) {
  h1,
.h1 {
    font-size: 10vmin;
  }
  h2,
.h2 {
    font-size: 7vmin;
  }
  h3,
.h3 {
    font-size: 5vmin;
  }
  h4,
.h4 {
    font-size: 3.9vmin;
  }
  h5,
.h5 {
    font-size: 2.7vmin;
  }
  html,
body {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-height: 800px) {
  h1,
.h1 {
    font-size: 10vmin;
  }
  h2,
.h2 {
    font-size: 7vmin;
  }
  h3,
.h3 {
    font-size: 5vmin;
  }
  h4,
.h4 {
    font-size: 3.9vmin;
  }
  h5,
.h5 {
    font-size: 2.7vmin;
  }
  html,
body {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .site-header {
    padding: 20px;
  }
  #horiwrapper {
    height: auto;
    overflow: auto;
  }
  #main {
    min-height: 1px;
    width: 100%;
    margin-left: 0;
    display: block;
  }
  #horiwrapper > div {
    width: 100%;
    height: auto;
  }
  .section-container {
    padding: 0;
  }
  .section-home {
    padding-left: 0;
    padding-top: 15vh;
  }
  .section-home .home-slider {
    width: 100vw;
  }
  .section-home .home-slider-item {
    height: 66.6vh;
  }
  .section-home-title {
    top: 150px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    max-width: 80%;
  }
  .section-home .home-topinfo {
    position: static;
    width: 100%;
    font-size: 20px;
    padding: 0 20px;
    font-size: 17px;
    padding: 20px;
    line-height: 1.5;
  }
  .section-home .home-bottominfo {
    position: static;
    padding: 20px;
  }
  .section-home .home-bottominfo-image {
    width: 100%;
  }
  .section-home .home-bottominfo-content {
    width: 100%;
  }
  .section-beaches {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .section-beaches-left {
    width: 100%;
    padding-right: 0;
    border-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .section-beaches-left-imagesec {
    width: 100%;
    padding-right: 0;
    border-right: 0;
    margin-top: 20px;
  }
  .section-beaches-left-info {
    width: 100%;
    padding-left: 0;
  }
  .section-beaches-right {
    width: 100%;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-beaches-right-imagesec {
    width: 100%;
    padding-left: 0;
  }
  .section-beaches-right-imagesec-wrap {
    margin-top: 20px;
  }
  .section-beaches-right-info {
    width: 100%;
    padding-right: 0;
  }
  .section-beaches.beachHalf {
    padding: 20px;
    gap: 20px;
  }
  .section-beaches.beachHalf .section-beaches-left {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-beaches.beachHalf .section-beaches-left .section-beaches-left-info {
    border: 0;
  }
  .section-beaches.beachHalf .section-beaches-right {
    padding: 10px;
  }
  .section-beaches.beachHalf .section-beaches-right-top {
    width: 100%;
    margin-left: 0;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-beaches.beachHalf .section-beaches-right-top--left {
    width: 100%;
  }
  .section-beaches.beachHalf .section-beaches-right-top--right {
    width: 100%;
  }
  .section-beaches .securityinfo {
    margin-top: 20px;
  }
  .genralInfo {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .genralInfo .genralInfo-item {
    border-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .genralInfo .genralInfo-item .inverted-bar {
    height: 150px;
  }
  .genralInfo .genralInfo-item .inverted-bar:before, .genralInfo .genralInfo-item .inverted-bar:after {
    padding-top: 20px;
    padding-left: 20px;
  }
  .genralInfo .genralInfo-item .inverted-bar:after {
    width: 29%;
    max-width: 170px;
  }
  .genralInfo .genralInfo-item .inverted-bar:before {
    width: 50%;
    max-width: 300px;
  }
  .genralInfo .header-item .header-item--image {
    position: static;
  }
  .genralInfo .info-item--quicklinks {
    margin: 20px 0;
  }
  .section-gallery {
    height: auto;
    position: relative;
  }
  .section-gallery-item {
    padding-top: 0;
    height: 60vh;
  }
  .section-gallery-item .section-container {
    padding: 20px;
  }
  .section-gallery-nav {
    padding: 20px 50px;
    width: auto;
  }
  .section-gallery .slick-arrow {
    bottom: 15px;
  }
  .section-gallery .slick-arrow.slick-prev {
    left: 30px;
  }
  .section-gallery .slick-arrow.slick-next {
    left: 160px;
  }
  .emptysection {
    display: none;
  }
  .site-footer {
    display: block;
    position: static;
    height: auto;
    padding-bottom: 70px;
  }
  .site-footer .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .site-footer .footer-wrapper-right {
    height: 20vh;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px;
    gap: 10px;
  }
  .site-footer .footer-wrapper-right-img {
    height: 100%;
    width: 50%;
  }
  .site-footer .footer-wrapper-left {
    height: auto;
    width: 100%;
    gap: 10px;
    padding: 20px;
  }
  .site-footer .footer-wrapper-left-content {
    margin-top: 20px;
    font-size: 15px;
    margin: 0 0 20px;
  }
  .site-footer .footer-wrapper-left-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer .footer-wrapper-left-col {
    width: 100%;
    padding: 20px;
    border-left: 0;
  }
  .site-footer .footer-wrapper-left-col:first-child {
    padding-left: 20px;
  }
  .site-footer .footer-credit {
    position: static;
    padding: 10px;
  }
  .site-menu__wrap {
    width: 90%;
  }
  .site-menu__wrap_main ul li a {
    font-size: 25px;
  }
  #resform .form-title {
    font-size: 20px;
  }
  #resform .form-wrapper {
    width: calc(100% - 20px);
    padding: 15px;
  }
  #resform .form-wrapper .closeform {
    top: 12px;
    right: 12px;
  }
  #resform .form-info {
    font-size: 15px;
  }
  #resform .form-sec {
    padding: 10px;
  }
  #resform .form-sec-title {
    font-size: 20px;
    line-height: 25px;
  }
  #resform .form-sec-header {
    padding: 0 15px 15px;
  }
  #resform .form-sec-content .input-wrap:not(.fullwidth) {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #resform .form-sec-content .input-wrap:not(.fullwidth) .input-field {
    width: 100%;
  }
  #booknow {
    right: 0;
    padding: 10px;
    font-size: 17px;
    line-height: 15px;
    min-width: 30vw;
  }
}
@media screen and (max-width: 767px) {
  .section-home .home-bottominfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* style.css | https://www.serubocamarina.com/wp-content/themes/santa-barabara-marina/style.css */
  #resform .form-sec .file-wrap .file-wrap-sec {
    /* margin: 50px auto; */
    margin: 30px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #resform .form-sec .file-wrap .file-wrap-sec > label:nth-child(1) {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #resform .form-sec .input-sumbit {
    margin-top: 40px;
  }
  #resform .form-sec .input-sumbit input {
    padding: 10px;
    font-size: 15px;
  }
  .wpcf7-spinner {
    position: absolute;
  }
  [data-name=documents] input {
    max-width: 180px;
  }
}/*# sourceMappingURL=style.css.map */