@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/**************************
RESET STYLE

***************************/
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%;
  box-sizing: border-box;
}

/**************************
ROOT

***************************/
/**************************
BASIC STYLE

***************************/
html {
  overflow-x: hidden;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.5s ease-in-out;
}

body {
font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  width: clamp(100%, 100vw - 2rem, 1920px);
  overflow-x: hidden;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
p {
  font-family: "Montserrat", sans-serif;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 1600px;
}
@media (min-width: 300px) {
  .container {
    width: 100%;
    padding: 0 0%;
  }
}
@media (min-width: 576px) {
  .container {
    width: 100%;
    padding: 0 0%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
    padding: 0%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding: 0%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding: 0%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
    padding: 0%;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
    padding: 0%;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1600px;
    padding: 0%;
  }
}

.py-10 {
  padding: 0 0 10% 0;
}

.py-5 {
  padding: 0 0 5% 0;
}

.py-1 {
  padding: 0 0 1% 0;
}

.mb-10 {
  margin: 0 0 10% 0;
}

.mb-5 {
  margin: 0 0 5% 0;
}

.mb-1 {
  margin: 0 0 1% 0;
}

.h-1 {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-family: "Gilda Display", serif;
  font-size: clamp(1.5625rem, 1.1574rem + 2.1605vw, 3.75rem);
  line-height: 1.35;
  margin-bottom: 2%;
  padding: 0 10%;
  z-index: 99;
  position: relative;
}
@media (min-width: 300px) and (max-width: 575px) {
  .h-1 {
    padding: 0 1%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .h-1 {
    padding: 0 1%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .h-1 {
    padding: 0 1%;
  }
}

.h-2 {
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-family: "Gilda Display", serif;
  line-height: 1.25;
  margin-bottom: 15px;
  font-size: clamp(2.125rem, 2.0093rem + 0.6173vw, 2.75rem);
  z-index: 999;
  position: relative;
  padding: 0 1%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .h-2 {
    text-align: center;
  }
}

.h-3 {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-family: "Gilda Display", serif;
  line-height: 1.25;
  margin-bottom: 15px;
  font-size: clamp(2rem, 1.9537rem + 0.2469vw, 2.25rem);
  z-index: 999;
  position: relative;
  padding: 1%;
}

.h-4 {
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-family: "Gilda Display", serif;
  letter-spacing: 1.5px;
  line-height: 1.25;
  margin-bottom: 15px;
  position: relative;
  font-size: clamp(1rem, 0.9653rem + 0.1852vw, 1.1875rem);
  position: relative;
  z-index: 999;
  padding: 0 1%;
  text-align: center;
  display: inline-block;
}
/* .h-4::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 20px;
  background-image: url(../img/left.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  z-index: 2;
}
.h-4::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 20px;
  background-image: url(../img/right.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: -45px;
  transform: translateY(-50%);
  z-index: 2;
} */

.h-4--gold {
  color: #6c728a;
  font-weight: 500;
  font-family: "Gilda Display", serif;
  letter-spacing: 1.5px;
  line-height: 1.25;
  margin-bottom: 15px;
  padding: 0 1%;
  position: relative;
  z-index: 999;
  display: inline-block;
  font-size: clamp(1.125rem, 1.0787rem + 0.2469vw, 1.375rem);

}
@media (min-width: 300px) and (max-width: 575px) {
  .h-4--gold {
    margin-left: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .h-4--gold {
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .h-4--gold {
    margin-left: 0px;
  }
}
/* .h-4--gold::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 20px;
  background-image: url(../img/section__three-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  z-index: 2;
} */
/* .h-4--gold::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 20px;
  background-image: url(../img/section__three-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: -45px;
  transform: translateY(-50%);
  z-index: 2;
} */

.h-5 {
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-family: "Gilda Display", serif;
  font-size: clamp(1.125rem, 1.0787rem + 0.2469vw, 1.375rem);
  padding-bottom: 4%;
  padding-top: 4%;
  z-index: 99;
  position: relative;
}

.btn {
  z-index: 99;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #6c728a;
  background-color: #6c728a;
  display: inline-block;
  transition: 0.5s ease-in-out;
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
}
.btn:hover {
  border: 1px solid #1b1f2c;
  color: #1b1f2c;
  background-color: transparent;
}

.type1 {
  position: relative;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-family: "DM Serif Display", serif;
  background-color: transparent;
  display: inline-block;
  transition: 0.5s ease-in-out;
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
}
.type1::after, .type1::before {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  border: 2px solid;
  transition: all 0.6s ease;
  border-radius: 2px;
}
.type1::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #6c728a;
  border-right-color: #6c728a;
}
.type1::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #6c728a;
  border-left-color: #6c728a;
}
.type1:hover::after, .type1:hover::before {
  width: 100%;
  height: 100%;
}
.type1--gold {
  color: #6c728a;
}
.type1--blue {
  color: #1b1f2c;
}
.type1--blue::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #1b1f2c;
  border-right-color: #1b1f2c;
}
.type1--blue::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #1b1f2c;
  border-left-color: #1b1f2c;
}

.lead {
 font-family: "Montserrat", sans-serif;
  color: rgb(255, 255, 255);
  max-width: 60%;
  margin: auto;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .lead {
    max-width: 95%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .lead {
    max-width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lead {
    max-width: 80%;
  }
}

.p {
  font-family: "Montserrat", sans-serif;
  color: #1b1f2c;
  font-size: clamp(0.9375rem, 0.9028rem + 0.1852vw, 1.125rem);
  font-weight: 400;
  margin-bottom: 5%;
}

.splide-2,
.splide-3,
.splide-4,
.splide-5,
.splide-6,
.splide-7 {
  margin-top: 3%;
  position: relative;
}
.splide-2 .splide__arrows,
.splide-3 .splide__arrows,
.splide-4 .splide__arrows,
.splide-5 .splide__arrows,
.splide-6 .splide__arrows,
.splide-7 .splide__arrows {
  z-index: 99;
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2%;
}
.splide-2 .splide__arrows .splide__arrow--next,
.splide-3 .splide__arrows .splide__arrow--next,
.splide-4 .splide__arrows .splide__arrow--next,
.splide-5 .splide__arrows .splide__arrow--next,
.splide-6 .splide__arrows .splide__arrow--next,
.splide-7 .splide__arrows .splide__arrow--next {
  color: #6c728a;
  font-size: 2rem;
  cursor: pointer;
  display: inline-block;
}
.splide-2 .splide__arrows .splide__arrow--prev,
.splide-3 .splide__arrows .splide__arrow--prev,
.splide-4 .splide__arrows .splide__arrow--prev,
.splide-5 .splide__arrows .splide__arrow--prev,
.splide-6 .splide__arrows .splide__arrow--prev,
.splide-7 .splide__arrows .splide__arrow--prev {
  color: #6c728a;
  font-size: 2rem;
  cursor: pointer;
  display: inline-block;
}
.splide-2 .splide__list,
.splide-3 .splide__list,
.splide-4 .splide__list,
.splide-5 .splide__list,
.splide-6 .splide__list,
.splide-7 .splide__list {
  width: 100%;
  height: inherit;
}
.splide-2 .splide__list .splide__slide,
.splide-3 .splide__list .splide__slide,
.splide-4 .splide__list .splide__slide,
.splide-5 .splide__list .splide__slide,
.splide-6 .splide__list .splide__slide,
.splide-7 .splide__list .splide__slide {
  width: 100%;
  height: 40vh;
  position: relative;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.splide-2 .splide__list .splide__slide img,
.splide-3 .splide__list .splide__slide img,
.splide-4 .splide__list .splide__slide img,
.splide-5 .splide__list .splide__slide img,
.splide-6 .splide__list .splide__slide img,
.splide-7 .splide__list .splide__slide img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.splide-2 .splide__list .splide__slide .room__info,
.splide-3 .splide__list .splide__slide .room__info,
.splide-4 .splide__list .splide__slide .room__info,
.splide-5 .splide__list .splide__slide .room__info,
.splide-6 .splide__list .splide__slide .room__info,
.splide-7 .splide__list .splide__slide .room__info {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.splide-2 .splide__list .splide__slide .room__info .room__info--details,
.splide-3 .splide__list .splide__slide .room__info .room__info--details,
.splide-4 .splide__list .splide__slide .room__info .room__info--details,
.splide-5 .splide__list .splide__slide .room__info .room__info--details,
.splide-6 .splide__list .splide__slide .room__info .room__info--details,
.splide-7 .splide__list .splide__slide .room__info .room__info--details {
  display: flex;
  padding: 1%;
}
.splide-2 .splide__list .splide__slide .room__info .room__info--details span,
.splide-3 .splide__list .splide__slide .room__info .room__info--details span,
.splide-4 .splide__list .splide__slide .room__info .room__info--details span,
.splide-5 .splide__list .splide__slide .room__info .room__info--details span,
.splide-6 .splide__list .splide__slide .room__info .room__info--details span,
.splide-7 .splide__list .splide__slide .room__info .room__info--details span {
  color: rgb(255, 255, 255);
font-family: "Roboto", sans-serif;
  font-size: 1rem;
  display: inline-block;
  padding-right: 10px;
}
.splide-2 .splide__list .splide__slide .room__info .room__info--details span i,
.splide-3 .splide__list .splide__slide .room__info .room__info--details span i,
.splide-4 .splide__list .splide__slide .room__info .room__info--details span i,
.splide-5 .splide__list .splide__slide .room__info .room__info--details span i,
.splide-6 .splide__list .splide__slide .room__info .room__info--details span i,
.splide-7 .splide__list .splide__slide .room__info .room__info--details span i {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  display: inline-block;
}
.splide-2 .splide__list .splide__slide .room__info .discount,
.splide-3 .splide__list .splide__slide .room__info .discount,
.splide-4 .splide__list .splide__slide .room__info .discount,
.splide-5 .splide__list .splide__slide .room__info .discount,
.splide-6 .splide__list .splide__slide .room__info .discount,
.splide-7 .splide__list .splide__slide .room__info .discount {
  position: absolute;
  top: 72px;
  left: 0;
  background-color: #6c728a;
  color: white;
  font-size: 12px;
  font-weight: bold;
 font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 3px;
  transform: rotate(-45deg);
  transform-origin: top;
}
.splide-2 .splide__list .splide__slide:hover img,
.splide-3 .splide__list .splide__slide:hover img,
.splide-4 .splide__list .splide__slide:hover img,
.splide-5 .splide__list .splide__slide:hover img,
.splide-6 .splide__list .splide__slide:hover img,
.splide-7 .splide__list .splide__slide:hover img {
  transform: scale(1.1);
  filter: brightness(80%);
}
.splide-2 .splide__list .splide__slide:nth-child(even) .discount,
.splide-3 .splide__list .splide__slide:nth-child(even) .discount,
.splide-4 .splide__list .splide__slide:nth-child(even) .discount,
.splide-5 .splide__list .splide__slide:nth-child(even) .discount,
.splide-6 .splide__list .splide__slide:nth-child(even) .discount,
.splide-7 .splide__list .splide__slide:nth-child(even) .discount {
  background-color: #1b1f2c;
}

@keyframes fade__in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.section--1 {
  transition: transform 2.5s, opacity 1s;
}

.section--hidden--1 {
  opacity: 0;
  transform: translateX(-4rem);
}

.section--2 {
  transition: transform 2.5s, opacity 1s;
}

.section--hidden--2 {
  opacity: 0;
  transform: translateX(4rem);
}

.section--3 {
  transition: transform 2.5s, opacity 1s;
}

.section--hidden--3 {
  opacity: 0;
  transform: translateY(-2rem);
}

.booking__form--1 {
  z-index: 99;
  position: absolute;
  bottom: 0vh;
  width: 45vw;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 300px) and (max-width: 575px) {
  .booking__form--1 {
    width: 100vw;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateX(0%);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .booking__form--1 {
    width: 100vw;
    left: 0;
    right: 0;
    bottom: 0vh;
    transform: translateX(0%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .booking__form--1 {
    width: 80vw;
    left: 0;
    right: 0;
    bottom: 0vh;
    transform: translateX(0%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .booking__form--1 {
    width: 80vw;
    left: 0;
    right: 0;
    bottom: 0vh;
    transform: translateX(0%);
  }
}
.booking__form--1 .date {
  padding: 2%;
  width: 30vw;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 300px) and (max-width: 575px) {
  .booking__form--1 .date {
    flex: 0 0 70%;
    width: 40vw;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .booking__form--1 .date {
    flex: 0 0 70%;
    width: 40vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .booking__form--1 .date {
    flex: 0 0 70%;
    width: 40vw;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .booking__form--1 .date {
    flex: 0 0 70%;
    width: 40vw;
  }
}
.booking__form--1 .date .in {
  width: 10vw;
  display: flex;
  color: #1b1f2c;
  align-items: center;
  justify-content: space-around;
}
@media (min-width: 300px) and (max-width: 575px) {
  .booking__form--1 .date .in {
    width: 20vw;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .booking__form--1 .date .in {
    width: 40vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .booking__form--1 .date .in {
    width: 40vw;
  }
}
.booking__form--1 .date .in:last-child {
  border-right: none;
}
.booking__form--1 .date .in i {
  color: #6c728a;
}
.booking__form--1 .date .in .day__in {
  font-size: clamp(1.125rem, 1.0556rem + 0.3704vw, 1.5rem);
font-family: "Montserrat", sans-serif;
}
.booking__form--1 .date .in .month__in {
  font-size: clamp(1.125rem, 1.0556rem + 0.3704vw, 1.5rem);
font-family: "Montserrat", sans-serif;
}
.booking__form--1 .date .in .day__out {
  font-size: clamp(1.125rem, 1.0556rem + 0.3704vw, 1.5rem);
font-family: "Montserrat", sans-serif;
}
.booking__form--1 .date .in .month__out {
 font-family: "Montserrat", sans-serif;
}
.booking__form--1 .date .in .slug__datum {
  font-size: clamp(0.8125rem, 0.7778rem + 0.1852vw, 1rem);
font-family: "Montserrat", sans-serif;
  color: #1b1f2c;
}
.booking__form--1 .date .border {
  background-color: #6c728a;
  width: 2px;
  height: 50px;
}
.booking__form--1 .book {
  align-self: stretch;
  width: 15vw;
  background-color: #6c728a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: clamp(0.8125rem, 0.7778rem + 0.1852vw, 1rem);
font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding: 2%;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (min-width: 300px) and (max-width: 575px) {
  .booking__form--1 .book {
    flex: 0 0 30%;
    width: 30vw;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .booking__form--1 .book {
    flex: 0 0 30%;
    width: 30vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .booking__form--1 .book {
    flex: 0 0 30%;
    width: 30vw;
  }
}
.booking__form--1 .book a {
  cursor: pointer;
  color: rgb(255, 255, 255);
  transition: 0.5s ease-in-out;
  letter-spacing: 1px;
}
.booking__form--1 .book:hover a {
  color: white;
  letter-spacing: 1.5px;
}
.booking__form--1 .book:hover {
  background-color: #aa8d4c;
}

/**************************
TOP BAR

***************************/
.top__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(28, 41, 80, 0.3);
  border-bottom: 1px solid rgba(28, 41, 80, 0.3);
  background-color: rgb(255, 255, 255);
  min-height: 4vh;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 9999999;
}
.top__bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 300px) and (max-width: 575px) {
  .top__bar .container {
    flex-wrap: wrap;
    padding: 1%;
	  justify-content: flex-start;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .top__bar .container {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top__bar .container {
    flex-wrap: wrap;
  }
}
.top__bar .container .box {
  display: flex;
  align-items: center;
  margin-right: 20px;
  gap: 10px;
}
@media (min-width: 300px) and (max-width: 575px) {
  .top__bar .container .box {
    flex: 0 0 49%;
    display: flex;
    margin-right: 0;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .top__bar .container .box {
    flex: 0 0 49%;
    display: flex;
    margin-right: 0;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top__bar .container .box {
    flex: 0 0 49%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.top__bar .container .box a {
  display: inline-block;
  color: #1b1f2c;
  transition: 0.5s ease-in-out;
	font-size: clamp(0.6875rem, 0.6528rem + 0.1852vw, 0.875rem);
}
.top__bar .container .box a:hover {
  color: #6c728a;
}
.top__bar .container .box span {
  display: inline-block;
  color: #1b1f2c;
	font-size: clamp(0.6875rem, 0.6528rem + 0.1852vw, 0.875rem);
}
.top__bar .container .box i {
  font-size: 1rem;
  color: #6c728a;
  display: inline-block;
}
.top__bar .container .box:last-child {
  margin-left: auto;
  margin-right: 1rem;
}
.top__bar .container .box:last-child a{
  margin-right: 1.3rem;
}
@media (min-width: 300px) and (max-width: 575px) {
  .top__bar .container .box:last-child {
    flex: 0 0 49%;
    display: block;
    align-items: center;
    justify-content: flex-start;
	  text-align: right;
	   margin-right: 1rem;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  .top__bar .container .box:nth-of-type(3) {
    display: none;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  .top__bar .container .box:nth-of-type(4) {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .top__bar .container .box:last-child {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top__bar .container .box:last-child {
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/**************************
NAV

***************************/
.main__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 10vh;
  position: relative;
  transition: 0.5s ease-in-out;
}
@media (min-width: 300px) and (max-width: 575px) {
  .main__nav {
    flex-wrap: wrap;
    justify-content: space-around;
	 z-index: 9999999;
	  margin-top: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main__nav {
    flex-wrap: no-wrap;
    justify-content: space-around;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main__nav {
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 2%;
  }
}
.main__nav .logo {
  display: flex;
  flex: 0 0 15%;
  justify-content: flex-start;
}
@media (min-width: 300px) and (max-width: 575px) {
  .main__nav .logo {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main__nav .logo {
    flex: 0 0 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2% 0;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main__nav .logo {
    flex: 0 0 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 1;
    justify-content: center;
  }
}
.main__nav .logo a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 10rem;
  height: 100%;
  display: inline-block;
  max-width: 100%;
}
@media (min-width: 300px) and (max-width: 575px) {
	.main__nav .logo a img{
		width: 9rem;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.main__nav .logo a img{
		width: 7rem;
	}
}
.main__nav .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  flex: 1;
  margin: 0;
  padding: 0;
}
@media (min-width: 300px) and (max-width: 575px) {
  .main__nav .navigation {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    background-color: #1b1f2c;
    right: 0;
    bottom: 0;
    top: -21%;
    z-index: 10001;
    height: 92vh;
    width: 100vw;
    padding-top: 60%;
    transform: translateX(200%);
    transition: 0.8s ease-in-out;
  }
  .main__nav .navigation.active {
    transform: translateX(0);
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  .main__nav .second-language {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    background-color: #1b1f2c;
    right: 0;
    top: 100%;
    z-index: 10002;
    width: 100vw;
    padding-top: 10%;
    transform: translateX(200%);
    transition: 0.8s ease-in-out;
  }
  .main__nav .second-language.active {
    transform: translateX(0);
  }
}


@media (min-width: 576px) and (max-width: 767px) {
  .main__nav .navigation {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    background-color: #1b1f2c;
    right: 0;
    bottom: 0;
    top: 100%;
    z-index: 10001;
    height: 100vh;
    width: 100vw;
    padding-top: 30%;
    transform: translateX(200%);
    transition: 0.8s ease-in-out;
  }
  .main__nav .navigation.active {
    transform: translateX(0);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
.main__nav .navigation {
    flex: 0 0 100%;
    order: 2;
    padding-bottom: 2%;
    padding-top: 2%;
  }
}
.main__nav .navigation li {
  margin-right: 3%;
  position: relative;
  transition: 0.5s ease-in-out;
  transform: translateY(0);
}
@media (min-width: 300px) and (max-width: 575px) {
  .main__nav .navigation li {
    margin-right: 0;
    margin-bottom: 3%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main__nav .navigation li {
    margin-right: 0;
    margin-bottom: 3%;
  }
}
.main__nav .navigation li:before {
  content: "";
  display: block;
  width: 0;
  background-color: #6c728a;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  transition: 0.5s ease-in-out;
}
.main__nav .navigation li:hover::before {
  width: 100%;
}
.main__nav .navigation li:hover {
  transform: translateY(-10%);
}
.main__nav .navigation li a {
  display: inline-block;
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.8056rem + 0.3704vw, 1.1rem);
  color: #6c728a;
  letter-spacing: 1px;
 font-family: "Montserrat", sans-serif;
}
.main__nav .booker {
  flex: 0 0 15%;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 300px) and (max-width: 575px) {
  .main__nav .booker {
    position: fixed;
    bottom: 10%;
    z-index: 100000;
    align-items: flex-end;
    justify-content: flex-end;
    transform: translateX(300%);
    transition: 1s ease-in-out;
  }
  .main__nav .booker.active {
    transform: translateX(0);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main__nav .booker {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5% 0;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main__nav .booker {
    flex: 0 0 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 1;
    justify-content: center;
  }
}
.main__nav.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  min-height: 10vh;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 999999;
  padding: 0 2%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
@media (min-width: 300px) and (max-width: 575px) {
  .main__nav.sticky {
    position: relative;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main__nav.sticky {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main__nav.sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 999999;
    padding: 0 2%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
  }
}
.main__nav .burger {
  display: none;
}
.main__nav .burger i {
  font-size: 1.4rem;
  color: #1b1f2c;
}
@media (min-width: 300px) and (max-width: 575px) {
  .main__nav .burger {
    display: block;
	  z-index: 999999999;
	  position: absolute;
	  right: 5%;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  .main__nav .burger i {
    color: white;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main__nav .burger {
    display: block;
	  position: absolute;
  }
}

/**************************
HEADER

***************************/
.main__header {
  width: 100%;
  height: 80vh;
  position: relative;
}
@media (min-width: 300px) and (max-width: 575px) {
 .main__header {
    margin-top: -20vh;
  }
}
.main__header .splide__arrows {
  position: absolute;
  bottom: 1rem;
  left: 5%;
  z-index: 99;
  gap: 1rem;
  display: flex;
}
.main__header .splide__arrows .splide__arrow--next {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  cursor: pointer;
}
.main__header .splide__arrows .splide__arrow--prev {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  cursor: pointer;
}
.main__header .splide__track {
  height: inherit;
  position: relative;
}
.main__header .splide__track .splide__slide {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__header .splide__track .splide__slide::before {
  content: "";
  z-index: 1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 8, 52, 0.6);
}
.main__header .splide__track .splide__slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.main__header .splide__track .splide__slide hgroup {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 11;
  max-width: 80%;
	width: 100%;
  margin: auto;
}
@media (min-width: 300px) and (max-width: 575px) {
  .main__header .splide__track .splide__slide hgroup {
    max-width: 95%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main__header .splide__track .splide__slide hgroup {
    max-width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main__header .splide__track .splide__slide hgroup {
    max-width: 90%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main__header .splide__track .splide__slide hgroup {
    max-width: 80%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main__header .splide__track .splide__slide hgroup {
    max-width: 60%;
  }
}
@media (min-width: 1400px) {
  .main__header .splide__track .splide__slide hgroup {
    max-width: 60%;
  }
}

/**************************
ABOUT US

***************************/
.about__us {
  background-color: #f1f1f1;
  margin-top: 7%;
  padding: 2% 0;
}
@media (min-width: 300px) and (max-width: 575px) {
  .about__us {
    margin-top: 10%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .about__us {
    margin-top: 10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about__us {
    margin-top: 10%;
  }
}
.about__us .about__us-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 300px) and (max-width: 575px) {
  .about__us .about__us-row {
    text-align: center;
    padding: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .about__us .about__us-row {
    text-align: center;
    padding: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about__us .about__us-row {
    text-align: center;
    padding: 5%;
  }
}
.about__us .about__us-row .about__us--image {
  flex: 0 0 46%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .about__us .about__us-row .about__us--image {
    flex: 0 0 100%;
    order: 2;
    margin-top: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .about__us .about__us-row .about__us--image {
    flex: 0 0 100%;
    order: 2;
    margin-top: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about__us .about__us-row .about__us--image {
    flex: 0 0 100%;
    order: 2;
    margin-top: 5%;
  }
}
.about__us .about__us-row .about__us--image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  display: block;
  background-attachment: fixed;
}
.about__us .about__us-row .about__us-text {
  flex: 0 0 46%;
  padding-right: 7%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .about__us .about__us-row .about__us-text {
    flex: 0 0 100%;
    order: 1;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .about__us .about__us-row .about__us-text {
    flex: 0 0 100%;
    order: 1;
    margin-top: 5%;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about__us .about__us-row .about__us-text {
    flex: 0 0 100%;
    order: 1;
    margin-top: 5%;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  .about__us .about__us-row .about__us-text a {
    margin-top: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .about__us .about__us-row .about__us-text a {
    margin-top: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about__us .about__us-row .about__us-text a {
    margin-top: 5%;
  }
}

/**************************
VIDEO

***************************/
.video {
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  background-size: cover;
  width: 100%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .video {
      height: 50vh;
  }
}
.video #videoIframe--2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.video #circle svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation-name: rotate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0);
  }
}
.video #circle {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgb(255, 255, 255);
  background-color: rgba(171, 137, 97, 0.3);
}
.video #circle text {
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.video .play-button--2,
.video .play-button {
  position: absolute;
  z-index: 1;
  font-size: 40px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.video .play-button--2 i,
.video .play-button i {
  cursor: pointer;
}
.video .play-button--2:hover {
  transform: scale(1.2);
}
.video iframe {
  height: 70vh;
  width: 100%;
}

/**************************
ROOMS 1st

***************************/
.rooms .container, .special__offer .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 300px) and (max-width: 575px) {
  .rooms .container, .special__offer .container {
    text-align: center;
    padding: 5% 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .rooms .container, .special__offer .container {
    text-align: center;
    padding: 5% 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rooms .container, .special__offer .container {
    text-align: center;
    padding: 5% 0;
  }
}
.rooms .container .rooms__title, .special__offer .container .rooms__title {
  flex: 0 0 49%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .rooms .container .rooms__title, .special__offer .container .rooms__title {
    flex: 0 0 100%;
    order: 2;
    margin-top: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .rooms .container .rooms__title, .special__offer .container .rooms__title {
    flex: 0 0 100%;
    order: 2;
    margin-top: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rooms .container .rooms__title, .special__offer .container .rooms__title {
    flex: 0 0 100%;
    order: 2;
    margin-top: 5%;
  }
}
.rooms .container .rooms_text, .special__offer .container .rooms_text {
  flex: 0 0 49%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .rooms .container .rooms_text, .special__offer .container .rooms_text {
    flex: 0 0 100%;
    order: 2;
    margin-top: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .rooms .container .rooms_text, .special__offer .container .rooms_text {
    flex: 0 0 100%;
    order: 2;
    margin-top: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rooms .container .rooms_text, .special__offer .container .rooms_text {
    flex: 0 0 100%;
    order: 2;
    margin-top: 5%;
  }
}
.rooms .all__rooms, .special__offer .all__rooms {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .rooms .all__rooms, .special__offer .all__rooms {
    margin-top: 10%;
    margin-bottom: 10%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .rooms .all__rooms, .special__offer .all__rooms {
    margin-top: 7%;
    margin-bottom: 7%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rooms .all__rooms, .special__offer .all__rooms {
    margin-top: 5%;
    margin-bottom: 5%;
  }
}

/**************************
ROOMS 2nd

***************************/
/**************************
FACILITIES

***************************/
.facilities {
  background-color: #f1f1f1;
  text-align: center;
  padding-top: 2%;
  padding-bottom: 3%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .facilities {
    padding-top: 10%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .facilities {
    padding-top: 7%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .facilities {
    padding-top: 5%;
  }
}
.facilities h4 {
  margin-left: 0;
}
.facilities .facilities__row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 3%;
  flex-wrap: wrap;
}
.facilities .facilities__row .facilities__card {
  flex: 0 0 20%;
  background-color: rgb(255, 255, 255);
  padding: 1%;
  transition: 0.5s ease-in-out;
  border-radius: 10px;
  cursor: pointer;
}
@media (min-width: 300px) and (max-width: 575px) {
  .facilities .facilities__row .facilities__card {
    flex: 0 0 100%;
    order: 2;
    margin-top: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .facilities .facilities__row .facilities__card {
    flex: 0 0 45%;
    order: 2;
    margin-top: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .facilities .facilities__row .facilities__card {
    flex: 0 0 45%;
    order: 2;
    margin-top: 5%;
  }
}
.facilities .facilities__row .facilities__card i {
  color: #1b1f2c;
  font-size: 3rem;
  transition: 0.5s ease-in-out;
  display: inline-block;
}
.facilities .facilities__row .facilities__card:hover {
  background-color: #1b1f2c;
}
.facilities .facilities__row .facilities__card:hover i {
  transform: translateY(-10px);
  color: #6c728a;
}
.facilities .facilities__row .facilities__card:hover p {
  color: rgb(255, 255, 255);
}
.facilities .facilities__row .facilities__card:hover h5 {
  color: rgb(255, 255, 255);
}

/**************************
SERVICES

***************************/
.services {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5%;
  padding: 1% 0 1% 0;
}
@media (min-width: 300px) and (max-width: 575px) {
  .services {
    padding: 0%;
    margin-top: 10%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .services {
    padding: 0%;
    margin-top: 7%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services {
    padding: 1%;
    margin-top: 5%;
    text-align: center;
  }
}
.services .services__images {
  flex: 0 0 49%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 300px) and (max-width: 575px) {
  .services .services__images {
    flex: 0 0 100%;
    order: 2;
    margin-top: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .services .services__images {
    flex: 0 0 100%;
    order: 2;
    margin-top: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services .services__images {
    flex: 0 0 100%;
    order: 2;
    margin-top: 5%;
  }
}
.services .services__images .service__img-1,
.services .services__images .service__img-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transition: 0.5s ease-in-out;
}
.services .services__images .service__img-1 img,
.services .services__images .service__img-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 50vh;
  max-height: 500px;
}
.services .services__images .service__img-2 {
  transform: scale(0.9);
}
.services .service {
  flex: 0 0 49%;
  padding-left: 1%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .services .service {
    flex: 0 0 100%;
    text-align: center;
    padding-left: 0%;
  }
  .services .service h4 {
    padding: 0 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .services .service {
    flex: 0 0 100%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services .service {
    flex: 0 0 100%;
  }
}
.services .service .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .services .service .row {
    padding: 5%;
    align-items: flex-start;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .services .service .row {
    padding: 5%;
    align-items: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services .service .row {
    padding: 5%;
  }
}
.services .service .row .service_item {
  flex: 0 0 48%;
  padding-bottom: 5%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .services .service .row .service_item {
      flex: 0 0 100%;
  }
}
.services .service .row .service_item i {
  font-size: 2rem;
  color: #6c728a;
  transition: 0.5s ease-in-out;
}

/**************************
SPECIAL OFFER

***************************/
.special__offer .offers {
  margin-top: 4%;
  display: flex;
}
.special__offer .offers .offer {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #1b1f2c;
  min-height: 30vh;
}
@media (min-width: 300px) and (max-width: 575px) {
  .special__offer .offers .offer {
    flex-wrap: wrap;
    max-height: 80vh;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .special__offer .offers .offer {
    flex-wrap: wrap;
    max-height: 70vh;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .special__offer .offers .offer {
    flex-wrap: wrap;
    max-height: 60vh;
  }
}
.special__offer .offers .offer .offer__img {
  flex: 0 0 50%;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .special__offer .offers .offer .offer__img {
    flex: 0 0 100%;
    order: 1;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .special__offer .offers .offer .offer__img {
    flex: 0 0 100%;
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .special__offer .offers .offer .offer__img {
    flex: 0 0 100%;
    order: 1;
  }
}
.special__offer .offers .offer .offer__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
  animation: fade__in 15s infinite ease-in-out;
}
.special__offer .offers .offer .offer__desc {
  flex: 0 0 50%;
  padding: 0%;
  text-align: center;
  color: rgb(255, 255, 255);
}
@media (min-width: 300px) and (max-width: 575px) {
  .special__offer .offers .offer .offer__desc {
    flex: 0 0 100%;
    order: 2;
    padding: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .special__offer .offers .offer .offer__desc {
    flex: 0 0 100%;
    order: 2;
    padding: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .special__offer .offers .offer .offer__desc {
    flex: 0 0 100%;
    order: 2;
    padding: 5%;
  }
}
.special__offer .offers .offer .offer__desc p {
  width: 80%;
  margin: 2% auto 4% auto;
}
.special__offer .offers .offer:nth-child(odd) {
  flex-direction: row-reverse;
}

@keyframes fade__in {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/**************************
FOLLOW

***************************/
.follow {
  text-align: center;
}
.follow h4 {
  margin-left: 0;
}

/**************************
FOOTER

***************************/
footer {
  background-color: #1b1f2c;
  padding: 1%;
}
footer .container {
  padding: 1%;
  border-bottom: 1px solid #6c728a;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 300px) and (max-width: 575px) {
  footer .container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 3% 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  footer .container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 3% 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 3% 0;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  footer .container .social {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 5% 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  footer .container .social {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5% 0;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .container .social {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5% 0;
    justify-content: center;
  }
}
footer .container .social .social__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  margin-left: 0;
  padding-left: 0;
}
footer .container .social .social__list li {
  background-color: #6c728a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50px;
  transition: 0.5s ease-in-out;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
footer .container .social .social__list li a {
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
footer .container .social .social__list li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgb(255, 255, 255);
  font-size: 1.3rem;
  cursor: pointer;
}
footer .container .social .social__list li:last-child {
  margin-right: 0;
}
footer .container .social .social__list li:hover {
  background-color: #0a66fd;
}
footer .container .social .social__list li:nth-child(2):hover {
  background-color: #1d9bf0;
}
footer .container .social .social__list li:nth-child(3):hover {
  background-color: #e11fab;
}
@media (min-width: 300px) and (max-width: 575px) {
  footer .container .contact {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 5% 0;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  footer .container .contact {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5% 0;
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .container .contact {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5% 0;
    justify-content: center;
    text-align: center;
  }
}
footer .container .contact h4 {
  flex: 0 0 100%;
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-family: "DM Serif Display", serif;
  letter-spacing: 1.5px;
  line-height: 1.25;
  margin-bottom: 15px;
  position: relative;
  font-size: 1.2rem;
}
footer .container .contact .contact__list {
  color: #6c728a;
  margin-left: 0;
  padding-left: 0;
}
footer .container .contact .contact__list li {
  color: rgb(255, 255, 255);
  margin-bottom: 3%;
}
footer .container .contact .contact__list li a {
  color: rgb(255, 255, 255);
  transition: 0.5s ease-in-out;
}
footer .container .contact .contact__list li a:hover {
  color: #6c728a;
}
footer .container .contact .contact__list li a i {
  display: inline-block;
}
footer .container .contact .contact__list li:last-child {
  margin-bottom: 0;
}
footer .container .footer__logo {
  flex: 0 0 25%;
  text-align: center;
}
@media (min-width: 300px) and (max-width: 575px) {
  footer .container .footer__logo {
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  footer .container .footer__logo {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .container .footer__logo {
    flex: 0 0 100%;
  }
}
footer .container .footer__logo p {
  font-size: 1rem;
  padding: 0 2%;
}
footer .container .footer__logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 40%;
  height: 10%;
  display: block;
  margin: 0 auto 5% auto;
}
@media (min-width: 300px) and (max-width: 575px) {
  footer .container .footer__logo img {
    width: 40%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  footer .container .footer__logo img {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .container .footer__logo img {
    width: 20%;
  }
}

/**************************
BOTTOM BAR

***************************/
.bottom__bar {
  background-color: #1b1f2c;
  padding: 1%;
}
.bottom__bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 300px) and (max-width: 575px) {
  .bottom__bar .container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bottom__bar .container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom__bar .container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.bottom__bar .container .footer__menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex: 0 0 49%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .bottom__bar .container .footer__menu {
    flex: 0 0 100%;
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bottom__bar .container .footer__menu {
    flex: 0 0 100%;
    justify-content: baseline;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom__bar .container .footer__menu {
    flex: 0 0 100%;
    justify-content: center;
  }
}
.bottom__bar .container .footer__menu li {
  margin-right: 2%;
}
.bottom__bar .container .footer__menu li a {
  display: inline-block;
  color: rgb(255, 255, 255);
font-family: "Montserrat", sans-serif;
  font-size: clamp(0.8125rem, 0.7894rem + 0.1235vw, 0.9375rem);
  font-weight: 300;
  transition: 0.5s ease-in-out;
}
.bottom__bar .container .footer__menu li a:hover {
  color: #6c728a;
}
.bottom__bar .container article {
  flex: 0 0 49%;
  color: rgb(255, 255, 255);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.8125rem, 0.7894rem + 0.1235vw, 0.9375rem);
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 300px) and (max-width: 575px) {
  .bottom__bar .container article {
    flex: 0 0 100%;
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bottom__bar .container article {
    flex: 0 0 100%;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom__bar .container article {
    flex: 0 0 100%;
    justify-content: center;
  }
}

/**************************
STRANICA ROOMS

***************************/
.secondary__header {
  width: 100%;
  height: 70vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
/*   background-attachment: fixed; */
	background-attachment: scroll; 
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 300px) and (max-width: 575px) {
.secondary__header {
    margin-top: -20vh;
  }
}
.secondary__header::before {
  content: "";
  z-index: 1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 8, 52, 0.6);
}
.secondary__header .secondary__header > * {
  position: relative;
  z-index: 9999;
}
.secondary__header .hgroup {
  z-index: 999;
}
.secondary__header hgroup {
  width: 100%;
}
.secondary__header .hgroup .h-4 {
  display: inline;
}

.rooms__intro--text {
  text-align: center;
  padding: 2% 0%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .rooms__intro--text {
    margin-top: 10%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .rooms__intro--text {
    margin-top: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rooms__intro--text {
    margin-top: 10%;
  }
}
.rooms__intro--text h2 {
  width: 80%;
  margin: auto;
}
@media (min-width: 300px) and (max-width: 575px) {
  .rooms__intro--text h2 {
    width: 95%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .rooms__intro--text h2 {
    width: 90%;
  }
}
.rooms__intro--text p.p {
  width: 60%;
  margin: 3% auto;
}
@media (min-width: 300px) and (max-width: 575px) {
  .rooms__intro--text p.p {
    width: 95%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .rooms__intro--text p.p {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rooms__intro--text p.p {
    width: 80%;
  }
}
.rooms__intro--text .prijava {
  color: #6c728a;
  text-transform: uppercase;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 300px) and (max-width: 575px) {
  .rooms__intro--text .prijava {
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .rooms__intro--text .prijava {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rooms__intro--text .prijava {
    flex-wrap: wrap;
  }
}
.rooms__intro--text .prijava span {
  display: block;
  margin-right: 10px;
}
.rooms__intro--text .prijava span:last-child {
  margin-left: 10px;
}

@media (min-width: 300px) and (max-width: 575px) {
  .rooms__intro--text.bez__bookinga {
    margin-top: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .rooms__intro--text.bez__bookinga {
    margin-top: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rooms__intro--text.bez__bookinga {
    margin-top: 5%;
  }
}

/**************************
ROOMS LIST

***************************/
.rooms__list, .similar__rooms {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 5%;
}
.rooms__list .room__list--single, .similar__rooms .room__list--single {
  flex: 0 0 48%;
  transition: 0.5s ease-in-out;
  margin-bottom: 3%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .rooms__list .room__list--single, .similar__rooms .room__list--single {
    flex: 0 0 100%;
    margin-top: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .rooms__list .room__list--single, .similar__rooms .room__list--single {
    flex: 0 0 100%;
    margin-top: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rooms__list .room__list--single, .similar__rooms .room__list--single {
    flex: 0 0 100%;
    margin-top: 5%;
  }
}
.rooms__list .room__list--single .room__list--single--img, .similar__rooms .room__list--single .room__list--single--img {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
.rooms__list .room__list--single .room__list--single--img .price__list, .similar__rooms .room__list--single .room__list--single--img .price__list {
  margin-top: 2%;
  margin-left: 2%;
  position: relative;
  background-color: rgb(255, 255, 255);
  color: #6c728a;
  padding: 1%;
  border-radius: 5%;
  font-family: "Montserrat", sans-serif;
}
.rooms__list .room__list--single .room__list--single--img a, .similar__rooms .room__list--single .room__list--single--img a {
  display: block;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
.rooms__list .room__list--single .room__list--single--img a img, .similar__rooms .room__list--single .room__list--single--img a img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.5s ease-in-out;
}
.rooms__list .room__list--single .room__list--single--img:hover img, .similar__rooms .room__list--single .room__list--single--img:hover img {
  transform: scale(1.1);
}
.rooms__list .room__list--single .room__list--single--desc, .similar__rooms .room__list--single .room__list--single--desc {
  padding: 2%;
}
.rooms__list .room__list--single .room__list--single--desc h5, .similar__rooms .room__list--single .room__list--single--desc h5 {
  font-weight: 400;
  padding-bottom: 2%;
 font-family: "Montserrat", sans-serif;
}
.rooms__list .room__list--single .room__list--single--desc .room__desc, .similar__rooms .room__list--single .room__list--single--desc .room__desc {
  color: #6c728a;
  padding-bottom: 2%;
font-family: "Montserrat", sans-serif;
}
.rooms__list .room__list--single .room__list--single--desc .room__desc span, .similar__rooms .room__list--single .room__list--single--desc .room__desc span {
  display: inline-block;
  font-weight: 500;
}
.rooms__list .room__list--single .room__list--single--desc .room__amenities, .similar__rooms .room__list--single .room__list--single--desc .room__amenities {
  padding-bottom: 2%;
  font-family: "Montserrat", sans-serif;
  color: #1b1f2c;
}
@media (min-width: 300px) and (max-width: 575px) {
  .rooms__list .room__list--single .room__list--single--desc .room__amenities, .similar__rooms .room__list--single .room__list--single--desc .room__amenities {
    display: flex;
    align-items: center;
	  justify-content: flex-start;
  }
}
.rooms__list .room__list--single .room__list--single--desc .room__amenities span, .similar__rooms .room__list--single .room__list--single--desc .room__amenities span {
  margin-right: 2%;
}
.rooms__list .room__list--single .room__list--single--desc .room__amenities span i, .similar__rooms .room__list--single .room__list--single--desc .room__amenities span i {
  font-size: 1.5rem;
  color: #1b1f2c;
}
.rooms__list .room__list--single .room__list--single--desc p, .similar__rooms .room__list--single .room__list--single--desc p {
  padding-right: 2%;
}
.rooms__list .room__list--single:hover, .similar__rooms .room__list--single:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.rooms__list .room__list--single:nth-child(even) .price__list, .similar__rooms .room__list--single:nth-child(even) .price__list {
  background-color: #6c728a;
  color: rgb(255, 255, 255);
}
.rooms__list .load__more, .similar__rooms .load__more {
  margin: 2% auto;
  text-align: center;
}

.rooms__filter {
  width: 60%;
  margin: 0 auto 3% auto;
  background-color: #1b1f2c;
  color: white;
  padding: 1% 0;
}
@media (min-width: 300px) and (max-width: 575px) {
  .rooms__filter {
    width: 90%;
  }
}
.rooms__filter form {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 300px) and (max-width: 575px) {
  .rooms__filter form {
    flex-wrap: wrap;
    justify-content: center;
	  text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .rooms__filter form {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rooms__filter form {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.rooms__filter form fieldset {
  flex: 0 0 17%;
  padding-bottom: 1%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  border: none;
  margin-left: 5px;
}
@media (min-width: 300px) and (max-width: 575px) {
  .rooms__filter form fieldset {
    flex: 0 0 45%;
    margin-top: 5%;
	margin-right: 3%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .rooms__filter form fieldset {
    flex: 0 0 30%;
    margin-top: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rooms__filter form fieldset {
    flex: 0 0 25%;
    margin-top: 5%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .rooms__filter form fieldset {
    flex: 0 0 17%;
    margin-top: 5%;
  }
}
.rooms__filter form fieldset legend {
font-family: "Montserrat", sans-serif;
  padding-bottom: 1%;
  color: #6c728a;
	color: #1c2a51;
}
.rooms__filter form fieldset label {
  cursor: pointer;
  transition: 0.5s ease-in-out;
  font-size: clamp(0.6875rem, 0.6528rem + 0.1852vw, 0.875rem);
}
.rooms__filter form fieldset label:hover {
  transform: translateX(3px);
  color: #6c728a;
}
.rooms__filter form fieldset input {
font-family: "Montserrat", sans-serif;
  cursor: pointer;
}
.rooms__filter form .submit {
  flex: 0 0 10%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-size: 0.9rem;
 font-family: "Montserrat", sans-serif;
  border: 1px solid #6c728a;
  background-color: #6c728a;
  display: inline-block;
  transition: 0.5s ease-in-out;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  align-self: center;
  margin-top: 2%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .rooms__filter form .submit {
    flex: 0 0 80%;
    margin: 5% auto 10px auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .rooms__filter form .submit {
    flex: 0 0 30%;
    margin: 5% auto 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rooms__filter form .submit {
    flex: 0 0 20%;
    margin: 5% auto 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1920px) {
  .rooms__filter form .submit {
    flex: 0 0 20%;
    margin: 5% auto 0 auto;
  }
}
.rooms__filter form .submit:hover {
  border: 1px solid #6c728a;
  color: #6c728a;
  background-color: transparent;
}

.main {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  margin: 5% auto;
  position: relative;
}
@media (min-width: 300px) and (max-width: 575px) {
  .main {
    flex-wrap: wrap;
    padding: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main {
    flex-wrap: wrap;
  }
}
.main aside {
  flex: 0 0 30%;
  background-color: #f1f1f1;
  padding: 2%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .main aside {
    flex: 0 0 90%;
    margin-top: 5%;
    padding: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main aside {
    flex: 0 0 30%;
    margin-top: 5%;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main aside {
    flex: 0 0 30%;
    margin-top: 5%;
  }
}
.main aside .h-3 {
  text-align: center;
  color: #1b1f2c;
}
.main aside .booking__form--2 {
  width: 100%;
}
.main aside .booking__form--2 .in {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 80%;
}
.main aside .booking__form--2 .in .check-in {
  display: flex;
  border: 1px solid #6c728a;
  flex: 0 0 100%;
  padding: 10px 15px;
  margin-bottom: 2%;
  justify-content: space-between;
}
.main aside .booking__form--2 .in .check-in .slug__datum {
  font-size: 1.1rem;
  letter-spacing: 1px;
}
.main aside .booking__form--2 .in .check-in .datum {
  font-size: 1.1rem;
  letter-spacing: 1px;
}
.main aside .booking__form--2 .book {
  display: block;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main aside .booking__form--2 .book .book__stay {
  background-color: #1b1f2c;
  transition: 0.5s ease-in-out;
  color: rgb(255, 255, 255);
  text-align: center;
  border: 1px solid #1b1f2c;
  flex: 1;
  padding: 10px;
  font-size: 1.1rem;
  flex: 0 0 83%;
}
.main aside .booking__form--2 .book .book__stay:hover {
  background-color: #6c728a;
  color: rgb(255, 255, 255);
  border: 1px solid #6c728a;
}
.main .single__room {
  flex: 0 0 50%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .main .single__room {
    flex: 0 0 90%;
    margin-top: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main .single__room {
    flex: 0 0 50%;
    margin-top: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main .single__room {
    flex: 0 0 50%;
    margin-top: 5%;
  }
}
.main .single__room .room__list--single--desc .room__desc {
  color: #6c728a;
  padding-bottom: 2%;
font-family: "Montserrat", sans-serif;
}
.main .single__room .room__list--single--desc .room__desc span {
  display: inline-block;
  font-weight: 500;
}
.main .single__room .room__list--single--desc .room__amenities {
  padding-bottom: 2%;
  font-family: "DM Serif Display", serif;
  color: #1b1f2c;
}
@media (min-width: 300px) and (max-width: 575px) {
  .main .single__room .room__list--single--desc .room__amenities {
    display: flex;
    flex-wrap: wrap;
	  align-items: center;
	  justify-content: flex-start;
  }
}
.main .single__room .room__list--single--desc .room__amenities span {
  margin-right: 3%;
}
.main .single__room .room__list--single--desc .room__amenities span i {
  font-size: 1.5rem;
  color: #1b1f2c;
}
.main .single__room .room__list--single--desc p {
  padding-right: 2%;
}
.main .single__room .two__images {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 1rem;
  border-radius: 10px;
}
.main .single__room .two__images .img__one,  .main .single__room .two__images .img__two{
  flex: 0 0 46%;
}
.main .single__room .two__images .img__one img,
.main .single__room .two__images .img__two img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
	height: 40vh;
	max-height: 500px;
  display: block;
  border-radius: 10px;
}
.main .single__room .amenitie__list {
  margin-top: 5%;
}
.main .single__room .amenitie__list ul {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
}
.main .single__room .amenitie__list ul li {
  border-bottom: 1px solid #6c728a;
  flex: 0 0 32%;
  padding-bottom: 1%;
  padding-top: 1%;
  font-size: 1rem;
  margin-left: 5px;
  display: flex;
  align-items: center;
}
.main .single__room .amenitie__list ul li img {
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 300px) and (max-width: 575px) {
  .main .single__room .amenitie__list ul li {
    flex: 0 0 48%;
    margin-top: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main .single__room .amenitie__list ul li {
    flex: 0 0 49%;
    margin-top: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main .single__room .amenitie__list ul li {
    flex: 0 0 49%;
    margin-top: 5%;
  }
}
.main .single__room .amenitie__list ul li i {
  color: #6c728a;
  display: inline-block;
  font-size: 1.2rem;
  margin-right: 3%;
}
.main .single__room .room_featured {
  margin-top: 5%;
}
.main .single__room .room_featured .img__three {
  height: 50vh;
  margin-bottom: 3%;
}
.main .single__room .room_featured .img__three img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
}
.main .single__room .room_featured .h-5 {
  padding-top: 0;
}
.main .single__room .room_featured .include li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 10px;
  font-size: 1rem;
  color: #6c728a;
}

.similar__rooms .rooms__list__similar__rooms {
  margin-bottom: 5%;
  text-align: center;
}
.similar__rooms .rooms__list__similar__rooms .h-4--gold {
  margin-left: 0;
}
.similar__rooms .room__list--single {
  flex: 0 0 32%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .similar__rooms .room__list--single {
    flex: 0 0 100%;
    margin-top: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .similar__rooms .room__list--single {
    flex: 0 0 49%;
    margin-top: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .similar__rooms .room__list--single {
    flex: 0 0 49%;
    margin-top: 5%;
  }
}

/**************************
CONTACT PAGE

***************************/
.contact__page {
  margin: 7% 0 5% 0;
}
.contact__page .contact__div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 300px) and (max-width: 575px) {
  .contact__page .contact__div {
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .contact__page .contact__div {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact__page .contact__div {
    flex-wrap: wrap;
  }
}
.contact__page .contact__div article {
  flex: 0 0 48%;
}
.contact__page .contact__div article .h-2 {
  font-size: clamp(1.25rem, 1.1343rem + 0.6173vw, 1.875rem);
	text-align: center!important;
}
@media (min-width: 300px) and (max-width: 575px) {
  .contact__page .contact__div article {
    flex: 0 0 100%;
    margin-top: 10%;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .contact__page .contact__div article {
    flex: 0 0 100%;
    margin-top: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact__page .contact__div article {
    flex: 0 0 100%;
    margin-top: 20%;
  }
}
.contact__page .contact__div article img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-height: 500px;
	height: 40vh;
  width: 100%;
  height: 100%;
}

.mapa {
  margin: 5% 0;
}
.mapa .mapa__div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 300px) and (max-width: 575px) {
  .mapa .mapa__div {
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mapa .mapa__div {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mapa .mapa__div {
    flex-wrap: wrap;
  }
}
.mapa .mapa__div .map {
  flex: 0 0 65%;
  width: 100%;
  height: 100%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .mapa .mapa__div .map {
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mapa .mapa__div .map {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mapa .mapa__div .map {
    flex: 0 0 100%;
  }
}
.mapa .mapa__div .map iframe {
  display: block;
  width: 100%;
  height: 50vh;
}
.mapa .mapa__div .contact__info {
  flex: 0 0 32%;
  padding: 2%;
  background: #f1f1f1;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 300px) and (max-width: 575px) {
  .mapa .mapa__div .contact__info {
    flex: 0 0 100%;
    margin-top: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mapa .mapa__div .contact__info {
    flex: 0 0 100%;
    margin-top: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mapa .mapa__div .contact__info {
    flex: 0 0 100%;
    margin-top: 5%;
  }
}
.mapa .mapa__div .contact__info .contact__lista li {
  margin-bottom: 1%;
	font-weight: 400;
}
.mapa .mapa__div .contact__info .contact__lista li a {
  color: #1b1f2c;
  transition: 0.5s ease-in-out;
  font-size: clamp(0.875rem, 0.8287rem + 0.2469vw, 1.125rem);
}
.mapa .mapa__div .contact__info .contact__lista li a:hover {
  color: #6c728a;
}

/**************************
GALLERY PAGE

***************************/
.gallery {
  margin: 7% 0 5% 0;
}
.gallery .gallery__page .gallery__cards-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .gallery .gallery__page .gallery__cards-1 {
    margin-top: 30%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .gallery .gallery__page .gallery__cards-1 {
    margin-top: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery .gallery__page .gallery__cards-1 {
    margin-top: 20%;
  }
}
.gallery .gallery__page .gallery__cards-1 .gallery__card {
  flex: 0 0 32%;
  height: 50vh;
}
@media (min-width: 300px) and (max-width: 575px) {
  .gallery .gallery__page .gallery__cards-1 .gallery__card {
    flex: 0 0 49%;
    height: 30vh;
    margin-bottom: 1%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .gallery .gallery__page .gallery__cards-1 .gallery__card {
    flex: 0 0 49%;
    height: 30vh;
    margin-bottom: 1%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery .gallery__page .gallery__cards-1 .gallery__card {
    flex: 0 0 49%;
    height: 30vh;
    margin-bottom: 1%;
  }
}
.gallery .gallery__page .gallery__cards-1 .gallery__card a {
  transition: 0.5s ease-in-out;
  display: block;
  height: 100%;
}
.gallery .gallery__page .gallery__cards-1 .gallery__card a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 10px;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.gallery .gallery__page .gallery__cards-1 .gallery__card a:hover {
  transform: rotate(2deg);
}
.gallery .gallery__page .gallery__cards-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2%;
}
.gallery .gallery__page .gallery__cards-2 .gallery__card {
  flex: 0 0 49%;
  height: 60vh;
}
@media (min-width: 300px) and (max-width: 575px) {
  .gallery .gallery__page .gallery__cards-2 .gallery__card {
    flex: 0 0 49%;
    height: 30vh;
    margin-bottom: 1%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .gallery .gallery__page .gallery__cards-2 .gallery__card {
    flex: 0 0 49%;
    height: 30vh;
    margin-bottom: 1%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery .gallery__page .gallery__cards-2 .gallery__card {
    flex: 0 0 49%;
    height: 30vh;
    margin-bottom: 1%;
  }
}
.gallery .gallery__page .gallery__cards-2 .gallery__card a {
  transition: 0.5s ease-in-out;
  display: block;
  height: 100%;
}
.gallery .gallery__page .gallery__cards-2 .gallery__card a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 10px;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.gallery .gallery__page .gallery__cards-2 .gallery__card a:hover {
  transform: rotate(2deg);
}
.gallery .gallery__page .gallery__cards-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2%;
}
.gallery .gallery__page .gallery__cards-3 .gallery__card {
  flex: 0 0 32%;
  height: 40vh;
}
@media (min-width: 300px) and (max-width: 575px) {
  .gallery .gallery__page .gallery__cards-3 .gallery__card {
    flex: 0 0 49%;
    height: 30vh;
    margin-bottom: 1%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .gallery .gallery__page .gallery__cards-3 .gallery__card {
    flex: 0 0 49%;
    height: 30vh;
    margin-bottom: 1%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gallery .gallery__page .gallery__cards-3 .gallery__card {
    flex: 0 0 49%;
    height: 30vh;
    margin-bottom: 1%;
  }
}
.gallery .gallery__page .gallery__cards-3 .gallery__card a {
  transition: 0.5s ease-in-out;
  display: block;
  height: 100%;
}
.gallery .gallery__page .gallery__cards-3 .gallery__card a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 10px;
  height: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.gallery .gallery__page .gallery__cards-3 .gallery__card a:hover {
  transform: rotate(2deg);
}

/**************************
SPA

***************************/
.spa {
  margin: 7% 0 5% 0;
}
.spa .spa__page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.spa .spa__page .spa__text {
  flex: 0 0 48%;
  padding: 1%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .spa .spa__page .spa__text {
    flex: 0 0 100%;
    margin-top: 10%;
    margin-bottom: 5%;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .spa .spa__page .spa__text {
    flex: 0 0 100%;
    margin-top: 25%;
    margin-bottom: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .spa .spa__page .spa__text {
    flex: 0 0 100%;
    margin-top: 10%;
    margin-bottom: 5%;
    text-align: center;
  }
}
.spa .spa__page .spa__text p {
  padding-right: 5%;
}
.spa .spa__page .spa__text .spa__reserve {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.spa .spa__page .spa__text .spa__reserve .spa__icon i {
  font-size: 2.5rem;
  color: #6c728a;
  display: inline-block;
  margin-right: 15px;
}
.spa .spa__page .spa__text .spa__reserve .spa__reserve--text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.spa .spa__page .spa__text .spa__reserve .spa__reserve--text span {
  color: #6c728a;
font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.spa .spa__page .spa__text .spa__reserve .spa__reserve--text a {
  color: #1b1f2c;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  transition: 0.5s ease-in-out;
}
.spa .spa__page .spa__text .spa__reserve .spa__reserve--text a:hover {
  color: #6c728a;
}
.spa .spa__page .spa__img {
  flex: 0 0 48%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 300px) and (max-width: 575px) {
  .spa .spa__page .spa__img {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .spa .spa__page .spa__img {
    flex: 0 0 100%;
    margin-bottom: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .spa .spa__page .spa__img {
    flex: 0 0 100%;
    margin-bottom: 5%;
  }
}
.spa .spa__page .spa__img .spa__img--1,
.spa .spa__page .spa__img .spa__img--2 {
  flex: 0 0 48%;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.spa .spa__page .spa__img .spa__img--1 img,
.spa .spa__page .spa__img .spa__img--2 img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
	height: 50vh;
	max-height: 500px;
}
.spa .spa__page .spa__img .spa__img--1:hover,
.spa .spa__page .spa__img .spa__img--2:hover {
  opacity: 0.8;
}
.spa .spa__page .spa__img .spa__img--2 {
  transform: translateY(10%);
}

.enjoy {
  margin: 7% 0;
  background-color: #1b1f2c;
  padding: 5% 2% 2% 2%;
  text-align: center;
}
.enjoy .enjoy__images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5%;
  margin-bottom: 5%;
}
.enjoy .enjoy__images .enjoy__img {
  flex: 0 0 23%;
  position: relative;
  min-height: 60vh;
  max-height: 500px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
@media (min-width: 300px) and (max-width: 575px) {
  .enjoy .enjoy__images .enjoy__img {
    flex: 0 0 100%;
    text-align: center;
    height: 40vh;
    margin-bottom: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .enjoy .enjoy__images .enjoy__img {
    flex: 0 0 100%;
    height: 40vh;
    margin-bottom: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .enjoy .enjoy__images .enjoy__img {
    flex: 0 0 49%;
    height: 50vh;
    margin-bottom: 50px;
  }
}
.enjoy .enjoy__images .enjoy__img::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  inset: 0;
}
.enjoy .enjoy__images .enjoy__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  display: block;
  position: absolute;
  inset: 0;
  animation: fade__in 15s infinite ease-in-out;
}
.enjoy .enjoy__images .enjoy__img .enjoy__text {
  position: relative;
  padding-bottom: 5%;
  z-index: 99;
}
.enjoy .enjoy__images .enjoy__img .enjoy__text i {
  font-size: 2.5rem;
  color: #6c728a;
  display: inline-block;
  transition: 0.5s ease-in-out;
}
.enjoy .enjoy__images .enjoy__img .enjoy__text h6 {
  font-size: 1.5rem;
  margin-top: 1%;
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-family: "DM Serif Display", serif;
}
.enjoy .enjoy__images .enjoy__img:hover i {
  transform: rotate(360deg);
}
.enjoy .enjoy__images .enjoy__img:nth-child(even) {
  transform: translateY(10%);
}
@media (min-width: 300px) and (max-width: 575px) {
  .enjoy .enjoy__images .enjoy__img:nth-child(even) {
    transform: translateY(0%);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .enjoy .enjoy__images .enjoy__img:nth-child(even) {
    transform: translateY(0%);
    flex: 0 0 100%;
    height: 40vh;
    margin-bottom: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .enjoy .enjoy__images .enjoy__img:nth-child(even) {
    flex: 0 0 49%;
    height: 50vh;
    margin-bottom: 50px;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  .enjoy .enjoy__images .enjoy__img:nth-child(1) {
    margin-top: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .enjoy .enjoy__images .enjoy__img:nth-child(1) {
    margin-top: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .enjoy .enjoy__images .enjoy__img:nth-child(1) {
    margin-top: 5%;
  }
}

.treatment {
  margin-top: 5%;
  margin-bottom: 5%;
}
.treatment .treatment__row {
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.treatment .treatment__row .treatment__img {
  flex: 0 0 49%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .treatment .treatment__row .treatment__img {
    flex: 0 0 100%;
    text-align: center;
    order: 2;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .treatment .treatment__row .treatment__img {
    flex: 0 0 100%;
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .treatment .treatment__row .treatment__img {
    flex: 0 0 100%;
    order: 2;
  }
}
.treatment .treatment__row .treatment__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  max-height: 600px;
  height: 60vh;
}
.treatment .treatment__row .treatment__text {
  flex: 0 0 49%;
  padding: 3% 0;
}
@media (min-width: 300px) and (max-width: 575px) {
  .treatment .treatment__row .treatment__text {
    flex: 0 0 100%;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .treatment .treatment__row .treatment__text {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .treatment .treatment__row .treatment__text {
    flex: 0 0 100%;
    text-align: center;
  }
}
.treatment .treatment__row .treatment__text a {
  margin-top: 3%;
}
.treatment .treatment__row .treatment__text .treatment__lista {
  padding-top: 2%;
  margin-top: 5%;
  flex: 0 0 40%;
  text-align: left;
}
@media (min-width: 300px) and (max-width: 575px) {
  .treatment .treatment__row .treatment__text .treatment__lista {
    padding: 0 2%;
  }
}
.treatment .treatment__row .treatment__text .treatment__lista li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #6c728a;
  font-size: 1rem;
  margin-right: 10px;
}
.treatment .treatment__row:nth-child(even) {
  flex-direction: row-reverse;
}
.treatment .treatment__row:nth-child(even) h5 {
  padding-bottom: 2%;
  text-transform: uppercase;
}
.treatment .treatment__row:nth-child(even) li:nth-child(1) {
  padding-top: 2%;
}

/**************************
RESTAURANT

***************************/
.restaurant {
  margin: 7% 0 5% 0;
}
.restaurant .restaurant__page {
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.restaurant .restaurant__page .restaurant__text {
  flex: 0 0 48%;
  padding: 1%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .restaurant .restaurant__page .restaurant__text {
    flex: 0 0 100%;
    margin-top: 30%;
    margin-bottom: 5%;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .restaurant .restaurant__page .restaurant__text {
    flex: 0 0 100%;
    margin-top: 25%;
    margin-bottom: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .restaurant .restaurant__page .restaurant__text {
    flex: 0 0 100%;
    margin-top: 10%;
    text-align: center;
    margin-bottom: 5%;
  }
}
.restaurant .restaurant__page .restaurant__text p {
  padding-right: 5%;
}
.restaurant .restaurant__page .restaurant__text .restaurant__reserve {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.restaurant .restaurant__page .restaurant__text .restaurant__reserve .restaurant__icon i {
  font-size: clamp(1.25rem, 1.0185rem + 1.2346vw, 2.5rem);
  color: #6c728a;
  display: inline-block;
  margin-right: 15px;
}
.restaurant .restaurant__page .restaurant__text .restaurant__reserve .restaurant__reserve--text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.restaurant .restaurant__page .restaurant__text .restaurant__reserve .restaurant__reserve--text span {
  color: #6c728a;
  font-family: "Jost", serif;
  font-size: clamp(0.8125rem, 0.7778rem + 0.1852vw, 1rem);
  text-transform: uppercase;
}
.restaurant .restaurant__page .restaurant__text .restaurant__reserve .restaurant__reserve--text a {
  color: #1b1f2c;
font-family: "Montserrat", sans-serif;
  font-size: clamp(0.8125rem, 0.7778rem + 0.1852vw, 1rem);
  transition: 0.5s ease-in-out;
}
.restaurant .restaurant__page .restaurant__text .restaurant__reserve .restaurant__reserve--text a:hover {
  color: #6c728a;
}
.restaurant .restaurant__page .restaurant__images {
  flex: 0 0 48%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 300px) and (max-width: 575px) {
  .restaurant .restaurant__page .restaurant__images {
    flex: 0 0 100%;
    margin-bottom: 5%;
    text-align: center;
    order: 2;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .restaurant .restaurant__page .restaurant__images {
    flex: 0 0 100%;
    margin-bottom: 5%;
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .restaurant .restaurant__page .restaurant__images {
    flex: 0 0 100%;
    margin-bottom: 5%;
    order: 2;
  }
}
.restaurant .restaurant__page .restaurant__images .restaurant__img--1,
.restaurant .restaurant__page .restaurant__images .restaurant__img--2 {
  flex: 0 0 48%;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.restaurant .restaurant__page .restaurant__images .restaurant__img--1 img,
.restaurant .restaurant__page .restaurant__images .restaurant__img--2 img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  max-height: 50vh;
  height: 500px;
}
.restaurant .restaurant__page .restaurant__images .restaurant__img--1:hover,
.restaurant .restaurant__page .restaurant__images .restaurant__img--2:hover {
  opacity: 0.8;
}
.restaurant .restaurant__page .restaurant__images .restaurant__img--2 {
  transform: translateY(10%);
}

.restaurant__back {
  height: 30vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 7%;
}
.restaurant__back .restaurant__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
@media (min-width: 300px) and (max-width: 575px) {
  .restaurant__back .restaurant__row {
    align-items: stretch;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .restaurant__back .restaurant__row {
    align-items: stretch;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .restaurant__back .restaurant__row {
    align-items: stretch;
  }
}
.restaurant__back .restaurant__row article {
  flex: 0 0 32%;
}
.restaurant__back .restaurant__row article h5 {
  color: rgb(255, 255, 255);
  margin: 0;
  padding: 0;
}
.restaurant__back .restaurant__row article span {
  color: rgb(255, 255, 255);
  display: block;
  margin: 0;
  padding: 1%;
  font-size: clamp(0.875rem, 0.8287rem + 0.2469vw, 1.125rem);
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  z-index: 999;
  position: relative;
}
.restaurant__back .restaurant__row article span a {
  transition: 0.5s ease-in-out;
  color: rgb(255, 255, 255);
  font-size: clamp(0.875rem, 0.8287rem + 0.2469vw, 1.125rem);
}
.restaurant__back .restaurant__row article span a:hover {
  color: #6c728a;
}
.restaurant__back .restaurant__row article i {
  color: rgb(255, 255, 255);
  z-index: 99;
  position: relative;
  font-size: clamp(1.25rem, 1.0185rem + 1.2346vw, 2.5rem);
  display: inline-block;
  padding-bottom: 2%;
}

.listara {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.listara ul {
  margin-right: 5%;
  text-align: left;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

#back-to-top i {
  font-size: 20px;
  color: #333;
}

#back-to-top:hover i {
  color: #007bff;
}

.rooms_text p {
  padding-right: 5%;
  padding-left: 2%;
}

.offers__page.container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.offers__page.container .offer__page {
  flex: 0 0 32%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 4%;
  overflow: hidden;
}
@media (min-width: 300px) and (max-width: 575px) {
  .offers__page.container .offer__page {
    flex: 0 0 100%;
    margin-bottom: 5%;
    text-align: center;
    order: 2;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .offers__page.container .offer__page {
    flex: 0 0 100%;
    margin-bottom: 5%;
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .offers__page.container .offer__page {
    flex: 0 0 49%;
    margin-bottom: 5%;
    order: 2;
  }
}
.offers__page.container .offer__page .offer__img {
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.offers__page.container .offer__page .offer__img img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.offers__page.container .offer__page .offer__img .discount {
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: #6c728a;
  color: rgb(255, 255, 255);
  padding: 2% 5%;
  border-bottom-right-radius: 10px;
 font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
}
.offers__page.container .offer__page .offer__img .period {
  position: absolute;
  bottom: 0%;
  right: 0%;
  background-color: rgb(255, 255, 255);
  color: #6c728a;
  padding: 2% 5%;
  border-top-left-radius: 10px;
  font-size: 1rem;
font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  transform: translateX(200%);
  transition: 0.5s ease-in-out;
}
.offers__page.container .offer__page .offer__desc {
  background-color: #1b1f2c;
  padding: 3%;
  color: rgb(255, 255, 255);
  text-align: center;
}
.offers__page.container .offer__page .offer__desc a {
  display: inline-block;
  margin: 3% auto;
}
.offers__page.container .offer__page:nth-child(odd) .period {
  background-color: #6c728a;
  color: rgb(255, 255, 255);
}
.offers__page.container .offer__page:nth-child(odd) .discount {
  background-color: rgb(255, 255, 255);
  color: #6c728a;
}
.offers__page.container .offer__page:hover .period {
  transform: translateX(0);
}

.fa-chevron-down, .fa-chevron-up {
  color: #6c728a;
}

.rooms__list.second__rooms, .second__rooms.similar__rooms {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 5% auto 3% auto;
}
.rooms__list.second__rooms .room__list--single, .second__rooms.similar__rooms .room__list--single {
  flex: 0 0 32%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .rooms__list.second__rooms .room__list--single, .second__rooms.similar__rooms .room__list--single {
    flex: 0 0 100%;
    margin-top: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .rooms__list.second__rooms .room__list--single, .second__rooms.similar__rooms .room__list--single {
    flex: 0 0 49%;
    margin-top: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rooms__list.second__rooms .room__list--single, .second__rooms.similar__rooms .room__list--single {
    flex: 0 0 49%;
    margin-top: 5%;
  }
}
.rooms__list.second__rooms .room__list--single .room__list--single--desc .room__amenities, .second__rooms.similar__rooms .room__list--single .room__list--single--desc .room__amenities {
  justify-content: flex-start;
  align-items: flex-start;
}

.direktor {
  color: white;
  transition: 0.5s ease-in-out;
}
.direktor:hover {
  color: #6c728a;
}

.all__rooms__test {
  margin: 5% auto 3% auto;
  text-align: center;
}
.wpcf7-spinner{
    display: none;
}
.wpcf7-form label{
    font-size: 1rem;
}
.wpcf7-form-control{
    padding: 10px 5px;
    border: none;
    outline: 1px solid #6c728a;
}
.wpcf7-submit{
    margin: auto;
    display: block;
    width: 30%;
    border: 1px solid #6c728a;
}
.wpcf7-submit::hover{
    border: 1px solid #6c728a;
}
.wpcf7-form{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
@media (min-width: 300px) and (max-width: 575px) {
 .wpcf7-form {
    text-align: left;
  }
}
.wpcf7-form p{
    width: 70%;
    margin: 1% auto;
}
.wpcf7-form p label{
    width: 100%;
    margin: auto;
    font-size: 1.2rem;
    font-weight: 400;
}
.wpcf7-form p label span{
    width: 100%;
    margin: auto;
}
.wpcf7-form p label span input{
    width: 100%;
    margin: auto;
    padding: 15px 7px;
    font-size: 1.2rem;
}
.wpcf7-form p label span textarea{
    width: 100%;
    margin: auto;
    padding: 15px 7px;
    resize: none;
}
.load__more {
  margin: 2% auto;
  text-align: center;
}
.room__info h3 {
	text-align: center;
}
fieldset label {
  display: none;
}

.tipka {
  cursor: pointer;
	background-color: #6c728a;
	border-radius: 15px;
	padding: 5px 12px;
	font-weight: 500;
	margin-bottom: 10px;
}
@media (min-width: 300px) and (max-width: 575px) {
 .tipka {
    width: 100%;
  }
}

/* OPERATIONS */
.operations {
  max-width: 100rem;
  margin: 4rem auto 0 auto;
  background-color: #fff;
}

.operations__tab-container {
  display: flex;
  justify-content: center;
  align-items: center;
	flex-wrap: wrap;
}

.operations__tab {
  margin-right: 2%;
  transform: translateY(-50%);
  flex: 0 0 10%;
}
@media (min-width: 300px) and (max-width: 575px) {
 .operations__tab {
      flex: 0 0 45%;
	   transform: translateY(0%);
	 margin-bottom: 10px;
  }
}

.operations__tab--active {
  transform: translateY(-66%);
}
@media (min-width: 300px) and (max-width: 575px) {
.operations__tab--active {
     transform: translateY(0%);
  }
}

.operations__content {
  display: none;
  /* JUST PRESENTATIONAL */
  font-size: 1.7rem;
  padding: 1%;
}

.operations__content a {
  flex: 0 0 20%;
  display: block;
  margin-left: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
@media (min-width: 300px) and (max-width: 767px) {
  .operations__content a {
    flex: 0 0 42%;
    margin-top: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .operations__content a {
    flex: 0 0 30%;
    margin-top: 5%;
  }
}
.operations__content a img {
  width: 100%;
  height: 30vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
}
.operations__content a img:hover {
  filter: brightness(80%);
}

.operations__content--active {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.operations__header {
  font-size: 2.25rem;
  font-weight: 500;
  align-self: center;
}

.operations__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
}

.operations__icon svg {
  height: 2.75rem;
  width: 2.75rem;
}

.operations__content p {
  grid-column: 2;
}
.building-nav{
	display: flex;
	align-items: center;
	justify-content: center;
}
.podmeni{
	justify-content: center;
	display: none;
}
@media (min-width: 300px) and (max-width: 565px) {
 .podmeni {
    position: absolute;
	 top: 100%;
	 right: 0;
	 z-index: 999;
	 flex-direction: column;
  }
}
.podmeni li{
	margin-right: 1rem;
}
.podmeni li a{
	 display: inline-block;
    line-height: 1.5;
    font-size: 1rem;
    color: #6c728a;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
}
.main__nav.podmeni{
	min-height: 5vh;
}
.podmeni.show {
    display: block; 
}
.single__p{
	padding-top: 5%;
}
.single__amenitie{
	padding-bottom: 5%;
}
.sakriti{
	display: none;
}
.second-language{
	display: none;
}
@media (min-width: 300px) and (max-width: 565px) {
 .second-language {
    display: block;
  }
}
@supports (-webkit-touch-callout: none) {
  .secondary__header {
    background-attachment: scroll !important;
  }
}
.instagram-gallery-list[data-feed_layout=gallery]{
	margin-top: 5%;
}
.znamenitost{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.treatment.znamenitosti:nth-of-type(odd) .treatment__row {
    flex-direction: row-reverse;
}
