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

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;
  vertical-align: baseline;
  list-style-type: none;
}

button, input[type=submit], input[type=reset] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

img {
  display: block;
}

*:focus {
  border: none;
}

h1 {
  font-size: 2.5rem;
  letter-spacing: 0rem;
  line-height: 1.1em;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  color: black;
}

h2 {
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  line-height: 2rem;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  color: gray;
}

h3 {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.2rem;
  color: black;
}

h4 {
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #a79b6b;
}

h5 {
  font-size: 0.9rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: black;
}

p {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  opacity: 0.5;
  color: black;
}

a {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, p {
  margin: auto;
  text-align: left;
}

p {
  margin-bottom: 2em;
}

/*
div > * + * {
    margin-top: 8em;
}
*/
.hide {
  display: none !important;
}

.hidden {
  visibility: hidden !important;
}

body {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*
  background-repeat:no-repeat;
  background-position: center center;
  background-image:url(../img/shutterstock_668593321.jpg);
  background-size: cover;
  */
}

.overflow {
  overflow: hidden;
}

.colums-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.colums-2 > * {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.content-width {
  width: 1200px;
  max-width: 1200px;
}

.width-100 {
  position: relative;
  width: 100%;
}

.width-60 {
  position: relative;
  width: 60%;
  max-width: 1200px;
}

.width-50 {
  position: relative;
  width: 50%;
}

.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.translate-Y {
  -webkit-transform: translateY(-4em);
          transform: translateY(-4em);
}

.menu {
  position: absolute;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  right: 0;
}

.nav-square {
  position: relative;
  background: white;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content {
  background: white;
  padding: 4em;
}

.content-round--left {
  border-radius: 60px 0;
}

.content-round--right {
  border-radius: 0px 60px;
}

.hero {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100vh;
}

.hero-2 {
  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;
}
.hero-2 h1, .hero-2 h2, .hero-2 h3, .hero-2 p {
  text-align: center;
}

.hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4em;
}
.hero-content h1 {
  padding-bottom: 1em;
}
.hero-content h2 {
  font-size: 24px;
  font-weight: 400;
}
.hero-content h4 {
  padding-bottom: 2em;
}
.hero-content .button {
  margin-top: 1em;
  margin-bottom: 1em;
}
.hero-content_line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-content_date {
  background: #a79b6b;
  color: #fff;
}
.hero-content_price, .hero-content_date {
  position: relative;
  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: 3.5em;
  height: 3.5em;
  outline: 1px #a79b6b solid;
  margin: 0.5em;
  padding: 0.5em;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.hero-content_price {
  color: #000000;
}
.hero-content_mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.hero-content_mail a {
  color: gray;
}
.hero-content_mail p {
  text-decoration: underline;
}
.hero-content_mail button, .hero-content_mail p {
  margin: 0;
  padding: 0;
}

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

.img-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.text > * + * {
  margin-top: 2em;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white p {
  color: white;
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-filter {
  z-index: 999;
  width: 4em;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.slider-filter img {
  border: 1px solid #a79b6b;
  background: white;
}
.slider-nav {
  z-index: 998;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-btn {
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.slider-btn--shape {
  width: 2em;
  height: 4em;
  border-radius: 0em 0.3em 0.3em 0em;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.slider-btn--shape img {
  width: 20px;
  height: 20px;
}
.slider-btn--right {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.slider-bar-container {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 30px;
  background: white;
}
.slider-bar {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: #a79b6b;
}
.slider-bar-subtitle {
  text-align: center;
}

.logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60vh;
}
.logo img {
  width: 300px;
  height: auto;
}
.logo h3 {
  margin-top: 1em;
}

.weather-container {
  position: absolute;
  top: 0;
  padding: 1em;
}
.weather-container h2, .weather-container h4, .weather-container h5, .weather-container p {
  margin: 0;
  line-height: 1rem;
}

.st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 5;
  stroke-miterlimit: 10;
  stroke-dasharray: 361.8815917969px;
  stroke-dashoffset: 361.8815917969px;
  -webkit-animation: line-anim 2s ease forwards 1s;
          animation: line-anim 2s ease forwards 1s;
}

.intro {
  position: relative;
  background: red;
}
.intro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.intro-content > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.intro-img {
  width: 400px;
  min-width: 400px;
  height: auto;
}
.intro-img img {
  width: 100%;
}

header {
  width: 100%;
  height: 100vh;
  position: sticky;
  z-index: 2000;
  top: 0;
  pointer-events: none;
}

.dot {
  position: relative;
  pointer-events: none;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #a79b6b;
  color: #a79b6b;
  margin: 3px;
}

#btn-dot {
  z-index: 200;
  border: 1px solid #a79b6b;
}

.social-container {
  position: fixed;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  border-radius: 0em 0em 0em 0.3em;
  background: rgb(255, 255, 255);
}
.social-icon {
  width: 1.6em;
  margin: 1.6em;
  cursor: pointer;
}

.icon-lang {
  background: white;
  pointer-events: auto;
}
.icon-lang > .line-100 {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
}
.icon-lang > .line-100::before {
  position: absolute;
  bottom: 0;
  height: 3px;
  margin: 0;
  padding: 0;
}

.footer {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4em 0em;
}
.footer h4 {
  color: white;
}
.footer-container {
  background: rgba(167, 155, 107, 0.7);
}
.footer-logo {
  width: auto;
  height: auto;
  margin: 0em 0em 0em 0em;
}

.item img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.icon {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 8em;
          flex: 1 1 8em;
  /*
  & > *::after {
      content: '';
      position : absolute;
      top: 0;
      border-radius: 50%;
      border: 1px solid $light-color;
      cursor: pointer;
  }
   */
}
.icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2em;
}
.icon-container > * {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icon img {
  width: 4em;
}
.icon-circle {
  width: 7em;
  height: 7em;
  border-radius: 50%;
  border: 1px solid #a79b6b;
  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;
}
.icon-circle h2 {
  color: #a79b6b;
}
.icon-circle > * {
  position: absolute;
}

#room-icons {
  padding-top: 10em;
}

.icon-big {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 8em;
          flex: 1 1 8em;
  width: 8em;
  height: 8em;
}
.icon-big > *::after {
  left: calc(50% - 4em);
  width: 8em;
  height: 8em;
}

.icon-small {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 4em;
          flex: 1 1 4em;
  width: 4em;
  height: auto;
}
.icon-small > *::after {
  left: calc(50% - 2em);
  width: 4em;
  height: 4em;
}

.button {
  position: relative;
  min-width: 300px;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.3em;
  background: white;
  text-align: center;
  padding: 2em 3em 2em 3em;
  margin: 0em;
  border: 1px solid #a79b6b;
  margin-left: 0.5em;
  cursor: pointer;
}
.button-container {
  z-index: 200;
  position: sticky;
  position: relative;
  top: 0px;
  margin-top: 4em;
  padding-bottom: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button h3 {
  font-size: 1rem;
  font-weight: 600;
  color: black;
  text-align: center;
}

.button-filled {
  background: #a79b6b;
  margin-right: 0.5em;
}
.button-filled h3 {
  font-weight: 300;
  color: white;
}

#carousel {
  width: 100%;
}

.carousel {
  position: relative;
  overflow: hidden;
}

.carousel__container {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.carousel__container::after {
  content: "";
  clear: both;
  display: table;
}

.carousel__item {
  float: left;
}

.carousel__prev, .carousel__next {
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 0;
  left: auto;
  width: auto;
  margin-top: -2%;
  padding: 2%;
  color: white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  border-radius: 3px 0 0 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.carousel__prev:hover, .carousel__next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.carousel__prev {
  border-radius: 0 3px 3px 0;
  right: auto;
  left: 0;
}

.line-60 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.3;
}
.line-60::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  background: white;
  top: 0;
}

.line-100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.line-100::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #a79b6b;
  top: 0px;
}

.red::before {
  border-color: transparent rgb(155, 18, 46) transparent transparent;
}

.transition-bg {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translateY(-145px);
          transform: translateY(-145px);
  overflow: hidden;
  pointer-events: none;
}

.red-bg {
  pointer-events: none;
  background: rgb(100, 20, 9);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgb(100, 20, 9)), color-stop(50%, rgb(139, 52, 20)), color-stop(60%, rgb(139, 52, 20)), to(rgb(100, 20, 9)));
  background: linear-gradient(0deg, rgb(100, 20, 9) 20%, rgb(139, 52, 20) 50%, rgb(139, 52, 20) 60%, rgb(100, 20, 9) 100%);
}

.green-bg {
  background: #081c05;
  background: -webkit-gradient(linear, left bottom, left top, from(#081c05), color-stop(50%, #6d8901), to(#081c05));
  background: linear-gradient(0deg, #081c05 0%, #6d8901 50%, #081c05 100%);
}

.invert {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.invert img {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

.moire {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/dmap/moire.png");
}

#map {
  min-height: 10em;
  min-width: 20em;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: white;
}

#map-btn {
  position: absolute;
  bottom: 0;
  pointer-events: none;
}

@-webkit-keyframes line-anim {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes line-anim {
  to {
    stroke-dashoffset: 0;
  }
}
@media only screen and (max-width: 1400px) {
  .width-60, .content-width {
    width: 100%;
    max-width: 100%;
  }
  .colums-2 > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .translate-Y {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #share, #beach, #events {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #room-icons {
    padding-top: 4em;
  }
  .button {
    margin-left: 0;
    margin-top: 0.5em;
  }
  .button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .button-filled {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 4s linear infinite;
          animation: rotating 4s linear infinite;
}/*# sourceMappingURL=style.css.map */