@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/source-sans-pro/SourceSansPro-Regular.ttf") format("truetype"); /* putanja do .ttf fajla */
}
@font-face {
  font-family: "Source Sans Pro Semibold";
  src: url("../fonts/source-sans-pro/SourceSansPro-Semibold.ttf") format("truetype"); /* putanja do .ttf fajla */
}
@font-face {
  font-family: "Source Sans Pro Italic";
  src: url("../fonts/source-sans-pro/SourceSansPro-Italic.ttf") format("truetype"); /* putanja do .ttf fajla */
}
@font-face {
  font-family: "Source Sans Pro Black";
  src: url("../fonts/source-sans-pro/SourceSansPro-Black.ttf") format("truetype"); /* putanja do .ttf fajla */
}
@font-face {
  font-family: "Source Sans Pro Bold";
  src: url("../fonts/source-sans-pro/SourceSansPro-Bold.ttf") format("truetype"); /* putanja do .ttf fajla */
}
@font-face {
  font-family: "Source Sans Pro Light";
  src: url("../fonts/source-sans-pro/SourceSansPro-Light.ttf") format("truetype"); /* putanja do .ttf fajla */
}
/* Webfont: LatoLatin-Regular */
@font-face {
  font-family: "LatoLatin Regular";
  src: url("https://db.onlinewebfonts.com/t/623d4dc6008d0cf75ee9c61ed16ac084.eot");
  src: url("https://db.onlinewebfonts.com/t/623d4dc6008d0cf75ee9c61ed16ac084.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/623d4dc6008d0cf75ee9c61ed16ac084.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/623d4dc6008d0cf75ee9c61ed16ac084.woff") format("woff"), url("https://db.onlinewebfonts.com/t/623d4dc6008d0cf75ee9c61ed16ac084.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/623d4dc6008d0cf75ee9c61ed16ac084.svg#LatoLatin Regular") format("svg");
}
/*************************************

RESET CSS
*************************************/
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;
}

/*************************************

BASIC
*************************************/
body {
  font-family: "LatoLatin Regular", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background-color: #FFFCF6;
  font-weight: 300;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  margin: 0 auto;
}
body ::-webkit-scrollbar {
  width: 7px; /* width of the entire scrollbar */
}
body ::-webkit-scrollbar-track {
  background: #e5e5e5; /* color of the tracking area */
}
body ::-webkit-scrollbar-thumb {
  background-color: #B19F6A; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 1px solid #e5e5e5; /* creates padding around scroll thumb */
}

.container {
  padding-left: 12.5%;
  padding-right: 12.5%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1920px;
}
@media (min-width: 576px) {
  .container .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container .container {
    max-width: 1140px;
  }
}

a {
  text-decoration: none;
  transition: 0.7s ease;
}
a:hover {
  cursor: pointer;
}

ul {
  list-style: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.btn {
  font-family: "LatoLatin Regular", sans-serif;
  font-weight: 600;
  font-size: clamp(0.8125rem, 0.7546rem + 0.3086vw, 1.105rem);
  line-height: 1.11;
  color: #1B3B36;
  transition: 0.7s ease;
  text-transform: uppercase;
  display: inline-block;
  padding: clamp(0.5rem, 0.3843rem + 0.6173vw, 1.105rem) clamp(0.875rem, 0.6898rem + 0.9877vw, 1.575rem);
  margin-top: 10px;
  cursor: pointer;
}
.btn-gold {
  background-color: #B19F6A;
  border: 1px solid #B19F6A;
}
.btn-gold:hover {
  background-color: transparent;
}
.btn-transparent {
  background-color: transparent;
  border: 1px solid transparent;
}
.btn-transparent:hover {
  border: 1px solid #B19F6A;
}

#map {
  width: 100%;
  height: 50vh;
  margin: auto;
}

#map2 {
  width: 100%;
  height: 50vh;
  margin: auto;
}

#datepicker {
  width: 100px;
  height: 100px;
}

.swiper {
  width: clamp(17.8125rem, 12.7778rem + 26.8519vw, 45rem);
  height: clamp(16.25rem, 13.7037rem + 13.5802vw, 30rem);
}

.hidden {
  visibility: hidden;
  opacity: 0;
  transition: 1.5s ease-in;
}

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

/******************************
TOPBAR

******************************/
.topbar {
  background-color: #0d0d0d;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 9px;
  width: 100%;
}
.topbar ul {
  display: flex;
  align-items: center;
  margin-right: 35px;
}
.topbar ul li {
  margin-left: 10px;
}
.topbar ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42;
  font-family: "LatoLatin Regular", sans-serif;
  color: #B19F6A;
  transition: 0.7s ease;
}
.topbar ul li a:hover {
  color: #FFFCF6;
}
.topbar p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42;
  font-family: "LatoLatin Regular", sans-serif;
  color: #B19F6A;
  margin-right: 50px;
}
@media (min-width: 300px) and (max-width: 767px) {
  .topbar p {
    display: none;
  }
}
.topbar p a {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42;
  font-family: "LatoLatin Regular", sans-serif;
  color: #B19F6A;
  transition: 0.7s ease;
}
.topbar p a:hover {
  color: #FFFCF6;
}
.topbar .phone {
  display: block;
}
@media (min-width: 300px) and (max-width: 1200px) {
  .topbar .phone {
    display: none;
  }
}
.topbar .phone__icon {
  display: none;
  text-align: center;
}
@media (min-width: 300px) and (max-width: 1200px) {
  .topbar .phone__icon {
    display: block;
    margin-right: 0.5em;
  }
}
.topbar ul {
  display: block;
  align-items: center;
  justify-content: center;
}

aside {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  background-color: #FFFCF6;
  width: 31%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: 1s ease-out;
  z-index: 9999;
}
aside.snex {
  transform: translateX(100%);
}
aside div {
  width: 90%;
  text-align: right;
  padding-top: 2.5rem;
}
aside div img {
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  border: 1px solid green;
}
aside ul {
  height: 55vh;
  width: 90%;
  padding-top: clamp(6.25rem, 5.5556rem + 3.7037vw, 10rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1em;
}
@media (min-width: 300px) and (max-width: 1200px) {
  aside ul {
    padding-top: 5rem;
  }
}
aside ul li {
  margin-top: 2rem;
}
aside ul li a {
  font-weight: 600;
  font-size: clamp(1.875rem, 1.8287rem + 0.2469vw, 2.125rem);
  line-height: 1.33;
  color: #0d0d0d;
  transition: 0.7s ease;
  font-family: "LatoLatin Regular", sans-serif;
  text-transform: uppercase;
}
aside ul li a:hover {
  color: #B19F6A;
}
aside ul.navigation {
  display: none;
}
@media (min-width: 300px) and (max-width: 1200px) {
  aside ul.navigation {
    display: flex;
  }
  aside ul.footer__navigation {
    display: none;
  }
}
@media (min-width: 300px) and (max-width: 1200px) {
  aside {
    width: 100%;
  }
}
aside .closeSnex {
  width: -1rem;
  height: 2rem;
  font-size: 2rem;
  margin-top: 2rem;
  text-align: right;
  z-index: 100;
}
aside .closeSnex span {
  border: 1px solid black;
  padding: 0.5rem;
  display: unset;
  border-radius: 50%;
}
aside .closeSnex img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

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

******************************/
.main {
  display: flex;
  flex-direction: column;
}

.main__nav, .secondary__nav {
  background-color: transparent;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(0.9375rem, 0.706rem + 1.2346vw, 2.1875rem);
  min-height: 7vh;
  position: relative;
  z-index: 9999;
}
@media (min-width: 768px) and (max-width: 1040px) {
  .main__nav, .secondary__nav {
    justify-content: flex-end;
  }
}
.main__nav .logo, .secondary__nav .logo {
  text-align: left;
  position: absolute;
  left: 4%;
  z-index: 9999;
  width: 15%;
  height: 6vh;
}
@media (min-width: 300px) and (max-width: 767px) {
  .main__nav .logo, .secondary__nav .logo {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .main__nav .logo, .secondary__nav .logo {
    width: 30%;
  }
}
@media (min-width: 1441px) and (max-width: 1920px) {
  .main__nav .logo, .secondary__nav .logo {
    width: 20%;
  }
}
.main__nav .logo img, .secondary__nav .logo img {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 9999;
  width: 83%;
  height: 100%;
}
.main__nav .main__navigation, .secondary__nav .main__navigation {
  text-align: center;
}
.main__nav .main__navigation li, .secondary__nav .main__navigation li {
  margin-right: 2rem;
  display: inline-block;
  color: #FFFCF6;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.8287rem + 0.2469vw, 1.125rem);
  line-height: 1.1;
  font-family: "LatoLatin Regular", sans-serif;
  position: relative;
  text-transform: uppercase;
}
.main__nav .main__navigation li .dropdown-arrow, .secondary__nav .main__navigation li .dropdown-arrow {
  color: #B19F6A;
  cursor: pointer;
  font-size: 1.45rem;
}
.main__nav .main__navigation li .navigation, .secondary__nav .main__navigation li .navigation {
  background: rgba(49, 63, 56, 0.48);
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  transition: 0.7s ease;
  display: none;
}
.main__nav .main__navigation li .navigation.active, .secondary__nav .main__navigation li .navigation.active {
  display: flex;
}
@media (min-width: 300px) and (max-width: 767px) {
  .main__nav .main__navigation li .navigation, .secondary__nav .main__navigation li .navigation {
    display: none;
  }
}
.main__nav .main__navigation li .navigation li, .secondary__nav .main__navigation li .navigation li {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .main__nav .main__navigation li .navigation li, .secondary__nav .main__navigation li .navigation li {
    margin-right: 11px;
  }
}
.main__nav .main__navigation li .navigation li a, .secondary__nav .main__navigation li .navigation li a {
  display: inline-block;
  color: #FFFCF6;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.8287rem + 0.2469vw, 1.125rem);
  line-height: 1.1;
  font-family: "LatoLatin Regular", sans-serif;
  position: relative;
  text-transform: uppercase;
  margin-top: 1rem;
}
.main__nav .main__navigation li .navigation li a::after, .secondary__nav .main__navigation li .navigation li a::after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #B19F6A;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.6s ease-in-out;
}
.main__nav .main__navigation li .navigation li a::before, .secondary__nav .main__navigation li .navigation li a::before {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #B19F6A;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.6s ease-in-out;
}
.main__nav .main__navigation li .navigation li a:hover::after, .secondary__nav .main__navigation li .navigation li a:hover::after {
  width: 100%;
}
.main__nav .main__navigation li .navigation li a:hover::before, .secondary__nav .main__navigation li .navigation li a:hover::before {
  width: 100%;
}
.main__nav .main__navigation li:hover .navigation, .secondary__nav .main__navigation li:hover .navigation {
  display: flex;
}
@media (min-width: 300px) and (max-width: 767px) {
  .main__nav .main__navigation, .secondary__nav .main__navigation {
    display: none;
  }
}
.main__nav .nav__button, .secondary__nav .nav__button {
  align-self: flex-start;
  margin-left: 1rem;
  padding: 12px 22px;
  display: none;
  z-index: 9999;
  transition: 0.7s ease;
}
.main__nav .nav__button:hover, .secondary__nav .nav__button:hover {
  color: black;
}
.main__nav .burger, .secondary__nav .burger {
  display: none;
}
@media (min-width: 300px) and (max-width: 767px) {
  .main__nav .burger, .secondary__nav .burger {
    display: block;
  }
}
.main__nav .burger img, .secondary__nav .burger img {
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
@media (min-width: 300px) and (max-width: 767px) {
  .main__nav, .secondary__nav {
    justify-content: flex-end;
  }
}

.main {
  display: flex;
  flex-direction: column;
}

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

******************************/
.main__header {
  height: 95vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding-right: 12.5%;
  margin-top: -7vh;
  position: relative;
  text-align: center;
  z-index: 9;
}
@media (min-width: 300px) and (max-width: 1200px) {
  .main__header {
    flex-direction: row;
    padding-right: 0;
    height: 90vh;
  }
}
.main__header .book__form {
  position: relative;
  max-width: 17rem;
  margin-top: -3rem;
  margin-bottom: 15%;
}
@media (min-width: 300px) and (max-width: 767px) {
  .main__header .book__form {
    max-width: 100%;
    margin-bottom: 0%;
  }
}
.main__header .book__form .best {
  margin-bottom: 40px;
}
.main__header .book__form form {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
  background: rgba(49, 63, 56, 0.48);
  text-align: center;
  width: 100%;
}
.main__header .book__form form .odlazak {
  font-family: "LatoLatin Regular", sans-serif;
  flex: 0 0 49%;
  line-height: 1.25;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFCF6;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding: 23px 0;
  position: relative;
}
@media (min-width: 300px) and (max-width: 767px) {
  .main__header .book__form form .odlazak {
    display: none;
  }
}
.main__header .book__form form .odlazak h6 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  font-family: "LatoLatin Regular", sans-serif;
  flex: 0 0 100%;
}
.main__header .book__form form .odlazak .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1.5rem;
}
.main__header .book__form form .odlazak .date .day {
  color: #FFFCF6;
  font-weight: 400;
  line-height: 1.25;
  font-size: 3rem;
  font-family: "LatoLatin Regular", sans-serif;
}
.main__header .book__form form .odlazak .date .month {
  line-height: 1.25;
  font-size: 20px;
  font-weight: 500;
  font-family: "LatoLatin Regular", sans-serif;
}
.main__header .book__form form .odlazak .strelica {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}
.main__header .book__form form .odlazak .strelica img {
  cursor: pointer;
}
.main__header .book__form form .dolazak {
  flex: 0 0 49%;
  font-family: "LatoLatin Regular", sans-serif;
  line-height: 1.25;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFCF6;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding: 23px 0;
  position: relative;
}
@media (min-width: 300px) and (max-width: 767px) {
  .main__header .book__form form .dolazak {
    display: none;
  }
}
.main__header .book__form form .dolazak::after {
  content: "";
  display: block;
  width: 1.47px;
  background-color: #FFFCF6;
  opacity: 24%;
  height: 5rem;
  align-self: center;
  justify-content: flex-end;
  position: absolute;
  right: 0;
}
.main__header .book__form form .dolazak h6 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  font-family: "LatoLatin Regular", sans-serif;
  flex: 0 0 100%;
}
.main__header .book__form form .dolazak .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.main__header .book__form form .dolazak .date .day {
  color: #FFFCF6;
  font-weight: 400;
  line-height: 1.25;
  font-size: 3rem;
  font-family: "LatoLatin Regular", sans-serif;
}
.main__header .book__form form .dolazak .date .month {
  line-height: 1.25;
  font-size: 20px;
  font-weight: 500;
  font-family: "LatoLatin Regular", sans-serif;
}
.main__header .book__form form .dolazak .strelica {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
}
.main__header .book__form form .dolazak .strelica img {
  cursor: pointer;
}
.main__header .book__form form input[type=text] {
  background: transparent;
  border: none;
  outline: none;
}
.main__header .book__form .button {
  display: block;
  color: #1B3B36;
  line-height: 1.1;
  font-size: 18px;
  font-weight: 600;
  font-family: "LatoLatin Regular", sans-serif;
  text-transform: uppercase;
  flex: 0 0 100%;
  padding: 1.2rem;
}
.main__header .book__form .button:hover {
  color: #FFFCF6;
}
@media (min-width: 300px) and (max-width: 767px) {
  .main__header .book__form .button {
    width: 100%;
    margin-top: 0;
    width: 100vw;
  }
}
.main__header .bcg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: brightness(50%);
}
.main__header .bcg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.main__header .bcg video {
  height: 100%;
  width: 100%;
  display: block;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/******************************
INTRO

******************************/
.intro {
  background-color: #0d0d0d;
  padding-top: clamp(2.8125rem, 2.0602rem + 4.0123vw, 6.875rem);
  padding-bottom: clamp(3.75rem, 2.9398rem + 4.321vw, 8.125rem);
  text-align: center;
  position: relative;
}
.intro .intro-div {
  padding-bottom: 3rem;
  text-align: center;
  position: relative;
  width: 83%;
  margin: auto;
}
@media (min-width: 300px) and (max-width: 767px) {
  .intro .intro-div {
    width: 100%;
  }
}
.intro .intro-div h1 {
  font-family: "LatoLatin Regular", sans-serif;
  font-size: clamp(2.5rem, 2.037rem + 2.4691vw, 5rem);
  font-weight: 600;
  line-height: 1.33;
  color: #FFFCF6;
  margin: 0 auto 1rem auto;
  padding: 0 2rem;
}
@media (min-width: 300px) and (max-width: 767px) {
  .intro .intro-div h1 {
    padding: 0 0 1.5rem 0;
  }
}
.intro .intro-div h1 span {
  color: #B19F6A;
}
.intro .intro-div p {
  line-height: 1.27;
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  color: #FFFCF6;
  font-size: 22px;
  padding: 0 2rem;
}
@media (min-width: 300px) and (max-width: 767px) {
  .intro .intro-div p {
    padding: 0;
  }
}
.intro .intro-div .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  overflow: hidden;
  z-index: 3;
  margin-top: 100px;
  padding-left: 4.5%;
  padding-right: 4.5%;
}
@media (min-width: 300px) and (max-width: 767px) {
  .intro .intro-div .wrapper {
    justify-content: space-between;
    row-gap: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .intro .intro-div .wrapper {
    justify-content: space-around;
    row-gap: 1rem;
  }
}
.intro .intro-div .wrapper article {
  flex: 0 0 23.5%;
  transition: 2s ease-in-out;
  overflow: hidden;
  z-index: 99;
}
@media (min-width: 300px) and (max-width: 767px) {
  .intro .intro-div .wrapper article {
    flex: 0 0 47%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .intro .intro-div .wrapper article {
    flex: 0 0 31%;
  }
}
.intro .intro-div .wrapper article img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 2s ease-in-out;
  display: block;
}
.intro .intro-div .wrapper article:hover img {
  transform: scale(1.1);
}
.intro .intro-div .wrapper article:first-child {
  margin-left: 0;
}
.intro .intro-div::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4.5%;
  right: 0%;
  background-image: url(../img/Group.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  width: 17.75rem;
  height: 17.75rem;
  opacity: 50%;
  z-index: 2;
}
@media (min-width: 300px) and (max-width: 767px) {
  .intro .intro-div::after {
    display: none;
  }
}
.intro .intro-div::before {
  content: "";
  display: block;
  position: absolute;
  top: 18.5%;
  left: 0%;
  background-image: url(../img/Group2.png);
  color: white;
  width: 17.75rem;
  height: 17.75rem;
  opacity: 50%;
  z-index: 2;
}
@media (min-width: 300px) and (max-width: 767px) {
  .intro .intro-div::before {
    display: none;
  }
}

/******************************
OUR ROOMS

******************************/
.our__rooms, .all__rooms {
  background-color: fffcf6;
  padding-top: clamp(2.5rem, 1.9213rem + 3.0864vw, 5.025rem);
  padding-bottom: clamp(2.75rem, 3.0556rem + 3.7037vw, 5rem);
  overflow: hidden;
}
.our__rooms .our__rooms--intro, .all__rooms .our__rooms--intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-left: 12.5%;
  padding-right: 12.5%;
  padding-bottom: clamp(4.375rem, 3.5648rem + 4.321vw, 7.75rem);
}
@media (min-width: 300px) and (max-width: 767px) {
  .our__rooms .our__rooms--intro, .all__rooms .our__rooms--intro {
    flex-wrap: wrap;
    padding-bottom: 2.5rem;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .our__rooms .our__rooms--intro, .all__rooms .our__rooms--intro {
    flex-wrap: wrap;
    padding-bottom: 2.5rem;
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}
.our__rooms .our__rooms--intro p, .all__rooms .our__rooms--intro p {
  flex: 0 0 50%;
  color: #1B3B36;
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  font-size: 1.1rem;
  line-height: 1.55;
}
@media (min-width: 300px) and (max-width: 767px) {
  .our__rooms .our__rooms--intro p, .all__rooms .our__rooms--intro p {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .our__rooms .our__rooms--intro p, .all__rooms .our__rooms--intro p {
    flex: 0 0 100%;
  }
}
.our__rooms .our__rooms--intro h2, .all__rooms .our__rooms--intro h2 {
  flex: 0 0 46%;
  color: #0d0d0d;
  font-weight: 600;
  font-family: "LatoLatin Regular", sans-serif;
  line-height: 0.95;
  font-size: clamp(2.5rem, 1.9213rem + 3.0864vw, 5.625rem);
}
@media (min-width: 300px) and (max-width: 767px) {
  .our__rooms .our__rooms--intro h2, .all__rooms .our__rooms--intro h2 {
    flex: 0 0 100%;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .our__rooms .our__rooms--intro h2, .all__rooms .our__rooms--intro h2 {
    flex: 0 0 100%;
    padding-bottom: 2.5rem;
  }
}
.our__rooms .our__rooms--intro .left img, .all__rooms .our__rooms--intro .left img {
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  margin-left: clamp(1.125rem, 0.8704rem + 1.358vw, 2.5rem);
}
.our__rooms .our__rooms--intro2, .all__rooms .our__rooms--intro2 {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 2rem;
  padding-left: 12.5%;
  padding-right: 12.5%;
}
@media (min-width: 300px) and (max-width: 767px) {
  .our__rooms .our__rooms--intro2, .all__rooms .our__rooms--intro2 {
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
}
.our__rooms .our__rooms--intro2 .left, .all__rooms .our__rooms--intro2 .left {
  flex: 0 0 80%;
}
.our__rooms .our__rooms--intro2 .left img, .all__rooms .our__rooms--intro2 .left img {
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  width: 10%;
  height: 10%;
  margin-left: clamp(1.125rem, 0.8704rem + 1.358vw, 2.2rem);
  cursor: pointer;
}
.our__rooms .our__rooms--intro2 .left img:first-child, .all__rooms .our__rooms--intro2 .left img:first-child {
  margin-left: 0;
}
.our__rooms .our__rooms--intro2 .right, .all__rooms .our__rooms--intro2 .right {
  padding-right: 10%;
  display: none;
}
@media (min-width: 300px) and (max-width: 767px) {
  .our__rooms .our__rooms--intro2 .right, .all__rooms .our__rooms--intro2 .right {
    text-align: right;
  }
}
@media (min-width: 300px) and (max-width: 767px) {
  .our__rooms .our__rooms--intro2 .right img, .all__rooms .our__rooms--intro2 .right img {
    width: 80%;
  }
}
.our__rooms .slider, .all__rooms .slider {
  margin-left: 12.5%;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 222;
  align-items: center;
  height: 55vh;
  width: 100%;
}
@media (min-width: 300px) and (max-width: 767px) {
  .our__rooms .slider, .all__rooms .slider {
    margin-left: 2.5%;
    height: 70vh;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .our__rooms .slider, .all__rooms .slider {
    margin-left: 2.5%;
    height: 100vh;
  }
}
.our__rooms .slider .slide, .all__rooms .slider .slide {
  width: 45%;
  height: 55vh;
  position: absolute;
  bottom: 0;
  transition: transform 1s ease-in;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 300px) and (max-width: 450px) {
  .our__rooms .slider .slide, .all__rooms .slider .slide {
    height: auto;
    flex-wrap: wrap;
    width: 100%;
    margin-right: 1rem;
  }
}
@media (min-width: 451px) and (max-width: 600px) {
  .our__rooms .slider .slide, .all__rooms .slider .slide {
    height: auto;
    flex-wrap: wrap;
    width: 70%;
    margin-right: 1rem;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .our__rooms .slider .slide, .all__rooms .slider .slide {
    height: auto;
    flex-wrap: wrap;
    width: 65%;
    margin-right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .our__rooms .slider .slide, .all__rooms .slider .slide {
    flex-wrap: wrap;
    width: 64%;
    height: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .our__rooms .slider .slide, .all__rooms .slider .slide {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
}
.our__rooms .slider .slide .text, .all__rooms .slider .slide .text {
  flex: 0 0 44%;
}
@media (min-width: 300px) and (max-width: 767px) {
  .our__rooms .slider .slide .text, .all__rooms .slider .slide .text {
    flex: 0 0 100%;
    order: 3;
    padding-top: 1rem;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .our__rooms .slider .slide .text, .all__rooms .slider .slide .text {
    flex: 0 0 80%;
    order: 3;
    padding-top: 1rem;
  }
}
.our__rooms .slider .slide .text .buttons, .all__rooms .slider .slide .text .buttons {
  display: flex;
  align-self: flex-end;
}
.our__rooms .slider .slide .text .buttons a, .all__rooms .slider .slide .text .buttons a {
  margin-right: 1em;
}
.our__rooms .slider .slide .text .room__details, .all__rooms .slider .slide .text .room__details {
  text-transform: uppercase;
}
.our__rooms .slider .slide .text .room__details span, .all__rooms .slider .slide .text .room__details span {
  line-height: 1.75;
  font-size: 1rem;
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  color: #0d0d0d;
}
.our__rooms .slider .slide .text .room__details .price, .all__rooms .slider .slide .text .room__details .price {
  color: #B19F6A;
}
.our__rooms .slider .slide .text .room__details .price span, .all__rooms .slider .slide .text .room__details .price span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #B19F6A;
}
@media (min-width: 300px) and (max-width: 767px) {
  .our__rooms .slider .slide .text .room__details .price, .all__rooms .slider .slide .text .room__details .price {
    display: block;
    padding: 0;
  }
}
.our__rooms .slider .slide .text h4, .all__rooms .slider .slide .text h4 {
  color: #0d0d0d;
  font-family: "LatoLatin Regular", sans-serif;
  font-weight: 600;
  font-size: clamp(1.875rem, 1.8287rem + 0.2469vw, 2.125rem);
  line-height: 1.33;
}
@media (min-width: 300px) and (max-width: 767px) {
  .our__rooms .slider .slide .text h4, .all__rooms .slider .slide .text h4 {
    padding-bottom: 1rem;
  }
}
.our__rooms .slider .slide .text p, .all__rooms .slider .slide .text p {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.55;
  font-family: "LatoLatin Regular", sans-serif;
  color: #0d0d0d;
  padding-bottom: 14px;
  padding-top: 29px;
}
@media (min-width: 300px) and (max-width: 767px) {
  .our__rooms .slider .slide .text p, .all__rooms .slider .slide .text p {
    display: none;
  }
}
.our__rooms .slider .slide .slide__image, .all__rooms .slider .slide .slide__image {
  flex: 0 0 55%;
}
.our__rooms .slider .slide .slide__image img, .all__rooms .slider .slide .slide__image img {
  width: 85%;
  height: 50vh;
}
@media (min-width: 300px) and (max-width: 767px) {
  .our__rooms .slider .slide .slide__image, .all__rooms .slider .slide .slide__image {
    flex: 0 0 100%;
  }
}
@media (min-width: 300px) and (max-width: 767px) {
  .our__rooms .slider .slide .slide__image img, .all__rooms .slider .slide .slide__image img {
    height: 50vh;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .our__rooms .slider .slide .slide__image img, .all__rooms .slider .slide .slide__image img {
    height: 80vh;
  }
}

/******************************
PARALLAX

******************************/
.parallax, .parallax-special__offers, .parallax-rooms, .parallax-about {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-top: 110px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/parallax.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 70vh;
}
@media (min-width: 300px) and (max-width: 1200px) {
  .parallax, .parallax-special__offers, .parallax-rooms, .parallax-about {
    height: 80vh;
  }
}
.parallax p, .parallax-special__offers p, .parallax-rooms p, .parallax-about p {
  padding-left: 12.5%;
  font-family: "LatoLatin Regular", sans-serif;
  font-weight: 600;
  font-size: clamp(2.25rem, 2.1111rem + 0.7407vw, 3rem);
  color: #FFFCF6;
  line-height: 1.33;
  width: 42%;
  position: relative;
}
@media (min-width: 300px) and (max-width: 767px) {
  .parallax p, .parallax-special__offers p, .parallax-rooms p, .parallax-about p {
    width: 90%;
    padding-left: 2.5%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .parallax p, .parallax-special__offers p, .parallax-rooms p, .parallax-about p {
    width: 70%;
  }
}

/******************************
SPECIAL OFFERS

******************************/
.special__offers {
  padding-top: clamp(2.5rem, 1.6898rem + 4.321vw, 6.875rem);
  padding-bottom: clamp(3.75rem, 3.0556rem + 3.7037vw, 7.5rem);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .special__offers {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }
}
.special__offers .top {
  margin-left: 8%;
  margin-right: 8%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 300px) and (max-width: 1200px) {
  .special__offers .top {
    margin-left: 4%;
    margin-right: 4%;
    padding-bottom: 2.5rem;
  }
}
.special__offers .top h2 {
  font-size: clamp(2.5rem, 1.9213rem + 3.0864vw, 5.625rem);
  font-weight: 600;
  color: #0d0d0d;
  font-family: "LatoLatin Regular", sans-serif;
  line-height: 1.13;
  align-self: center;
}
.special__offers .top h2 span {
  font-size: clamp(2.5rem, 1.9213rem + 3.0864vw, 5.625rem);
  font-weight: 600;
  color: #B19F6A;
  font-family: "LatoLatin Regular", sans-serif;
  line-height: 1.13;
}
@media (min-width: 300px) and (max-width: 1200px) {
  .special__offers .top img {
    display: none;
  }
}
.special__offers .offers {
  width: 62.5%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: clamp(4.375rem, 3.7963rem + 3.0864vw, 7.5rem);
}
@media (min-width: 300px) and (max-width: 767px) {
  .special__offers .offers {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .special__offers .offers {
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
}
.special__offers .offers .offer {
  flex: 0 0 31%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  position: relative;
  transition: 0.7s ease;
}
@media (min-width: 300px) and (max-width: 767px) {
  .special__offers .offers .offer {
    flex: 0 0 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .special__offers .offers .offer {
    flex: 0 0 49%;
  }
}
.special__offers .offers .offer img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  transition: 0.7s ease;
  max-height: auto;
  height: 30vh;
}
.special__offers .offers .offer img:hover {
  opacity: 0.8;
}
.special__offers .offers .offer h5 {
  font-family: "LatoLatin Regular", sans-serif;
  font-weight: 600;
  font-size: clamp(1.1rem, 1.8287rem + 0.2469vw, 1.425rem);
  letter-spacing: 1.33;
  color: #1B3B36;
  margin-top: 20px;
  text-transform: uppercase;
  padding-left: 0.5em;
  padding-right: 0.5em;
  min-height: 7vh;
}
.special__offers .offers .offer p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
  color: #1B3B36;
  font-family: "LatoLatin Regular", sans-serif;
  margin: 20px 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.special__offers .offers .offer .price {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.27;
  color: #B19F6A;
  text-transform: uppercase;
  font-family: "LatoLatin Regular", sans-serif;
}
.special__offers .offers .offer .price span {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.27;
  color: #B19F6A;
  font-family: "LatoLatin Regular", sans-serif;
}
.special__offers .offers .offer .buttons {
  display: flex;
  align-self: flex-end;
}
@media (min-width: 300px) and (max-width: 767px) {
  .special__offers .offers .offer .buttons {
    align-self: center;
  }
}
.special__offers .offers .offer .buttons a {
  margin-right: 1em;
}
.special__offers .offers .offer:hover {
  transform: scale(1.01);
}

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

******************************/
.services {
  background-color: #0d0d0d;
  background-image: url(../img/servicesBgd.png);
  background-position: bottom;
  background-repeat: repeat;
  background-size: cover;
  z-index: 99999;
  padding-top: clamp(5.3125rem, 4.9074rem + 2.1605vw, 7.5rem);
  padding-bottom: clamp(5.3125rem, 5.1389rem + 0.9259vw, 6.25rem);
}
.services .row {
  width: 62.5%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 99px;
}
@media (min-width: 300px) and (max-width: 767px) {
  .services .row {
    width: 90%;
    padding-bottom: 0px;
  }
}
.services .row article {
  flex: 0 0 32%;
  align-self: stretch;
}
@media (min-width: 300px) and (max-width: 767px) {
  .services .row article {
    flex: 0 0 90%;
    margin-bottom: 1.5rem;
  }
}
.services .row article a img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  transition: 0.7s ease;
  height: auto;
  height: 30vh;
}
.services .row article a img:hover {
  opacity: 0.8;
}
.services .row article a h4 {
  font-weight: 600;
  font-family: "LatoLatin Regular", sans-serif;
  line-height: 1.33;
  font-size: clamp(1.4rem, 1.1843rem + 0.6173vw, 1.6rem);
  color: #B19F6A;
  padding-top: 0.4em;
  width: 75%;
}
.services .row2 {
  width: 84%;
  background-color: #0d0d0d;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: clamp(3.75rem, 3.1713rem + 3.0864vw, 6.875rem);
  padding-bottom: clamp(3.4375rem, 2.9282rem + 2.716vw, 6.1875rem);
  position: relative;
  margin-bottom: 5rem;
  background-image: url(../img/servicesBgd.png);
  background-position: bottom;
  background-repeat: repeat;
  background-size: cover;
  z-index: 8999;
}
@media (min-width: 300px) and (max-width: 767px) {
  .services .row2 {
    width: 90%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.services .row2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  right: 0%;
  background-image: url(../img/servicesIcon.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  width: 17.75rem;
  height: 17.75rem;
  opacity: 50%;
  z-index: 2;
}
@media (min-width: 300px) and (max-width: 767px) {
  .services .row2::after {
    display: none;
  }
}
.services .row2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  background-image: url(../img/special.png);
  color: white;
  width: 17.75rem;
  height: 17.75rem;
  opacity: 50%;
  z-index: 2;
}
@media (min-width: 300px) and (max-width: 767px) {
  .services .row2::before {
    display: none;
  }
}
.services .row2 .wrapper {
  width: 74.2%;
  align-self: center;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  background-color: #0d0d0d;
}
@media (min-width: 300px) and (max-width: 767px) {
  .services .row2 .wrapper {
    width: 100%;
    margin-top: 2rem;
  }
}
.services .row2 .wrapper article {
  flex: 0 0 48%;
  align-items: flex-end;
  height: 60vh;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .services .row2 .wrapper article {
    height: auto;
  }
}
@media (min-width: 300px) and (max-width: 767px) {
  .services .row2 .wrapper article {
    flex: 0 0 90%;
    overflow-x: scroll;
  }
}
.services .row2 .wrapper article h5 {
  font-weight: 600;
  font-family: "LatoLatin Regular", sans-serif;
  font-size: clamp(1.5rem, 1.3843rem + 0.6173vw, 2.125rem);
  line-height: 1.33;
  color: #B19F6A;
  margin: 20px 0 23px 0;
  height: 7vh;
}
.services .row2 .wrapper article p {
  font-family: "LatoLatin Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  line-height: 1.55;
  color: #FFFCF6;
}
@media (min-width: 300px) and (max-width: 767px) {
  .services .row2 .wrapper article p {
    display: none;
  }
}
.services .row2 .wrapper article img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  transition: 0.7s ease;
  height: auto;
  height: 60%;
}
.services .row2 img {
  height: 80%;
}
.services .row2 video {
  height: 60%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/******************************
FOLLOW US

******************************/
.followUs {
  padding-left: 12.5%;
  padding-right: 12.5%;
  margin: auto;
  text-align: center;
  padding-bottom: clamp(2.5rem, 1.8056rem + 3.7037vw, 4.25rem);
  padding-top: clamp(4.375rem, 3.5648rem + 4.321vw, 6.75rem);
}
.followUs .sb_instagram_header {
  display: none;
}
.followUs h3 {
  font-size: clamp(3.125rem, 2.662rem + 2.4691vw, 5.625rem);
  font-weight: 600;
  color: #0d0d0d;
  font-family: "LatoLatin Regular", sans-serif;
  line-height: 1.13;
  align-self: center;
  padding-bottom: 3rem;
}
.followUs h3 span {
  font-size: clamp(3.125rem, 2.662rem + 2.4691vw, 5.625rem);
  font-weight: 600;
  color: #B19F6A;
  font-family: "LatoLatin Regular", sans-serif;
  line-height: 1.13;
}

.wpml-ls-menu-item {
  display: block;
  color: red;
  font-size: 50px;
  height: 50px;
  z-index: 989898989898;
}

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

******************************/
.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 1rem;
  height: 33vh;
  margin-top: 2rem;
  margin-bottom: clamp(1.25rem, 3.0556rem + 3.0037vw, 1.0602rem);
  width: 100%;
}
@media (min-width: 300px) and (max-width: 1200px) {
  .footer {
    height: auto;
  }
}
.footer section {
  flex: 0 0 24%;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .footer section {
    flex: 0 0 45%;
    margin-bottom: 4rem;
  }
}
@media (min-width: 300px) and (max-width: 767px) {
  .footer section {
    flex: 0 0 90%;
    margin-bottom: 2.5rem;
  }
}
.footer .one {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
}
@media (min-width: 300px) and (max-width: 1200px) {
  .footer .one {
    margin-bottom: 1rem;
  }
}
.footer .one .footer__copyright {
  align-self: flex-end;
}
.footer .one .footer__copyright span {
  font-size: 0.9rem;
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  color: #1B3B36;
  opacity: 24%;
}
.footer .one .footer__logo {
  margin-bottom: 2rem;
}
.footer .one .footer__logo a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 60%;
  position: relative;
  margin-top: -0.7em;
}
.footer .one .footer__logo p {
  font-size: 1rem;
  line-height: 1.75;
  color: #6D6E71;
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  opacity: 80%;
  width: 100%;
  padding: 1rem 0.5em 1rem 0;
}
.footer .one .footer__logo p a {
  font-size: 1rem;
  color: #6D6E71;
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  transition: 0.7s ease;
  opacity: 80%;
}
.footer .one .footer__logo p a:hover {
  color: #B19F6A;
}
.footer .two {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
}
@media (min-width: 300px) and (max-width: 1200px) {
  .footer .two {
    margin-bottom: 1rem;
    align-items: center;
  }
}
.footer .two .footer__newsletter-heading h4 {
  font-weight: 600;
  color: #6D6E71;
  font-family: "LatoLatin Regular", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}
.footer .two .footer__newsletter-heading p {
  opacity: 80%;
  line-height: 1.75;
  font-weight: 400;
  font-size: 1rem;
  color: #6D6E71;
  font-family: "LatoLatin Regular", sans-serif;
  padding: 1rem 0.5em 1rem 0;
}
.footer .two .footer__newsletter-input {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
}
.footer .two .footer__newsletter-input input {
  font-size: 1rem;
  line-height: 18px;
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  opacity: 48%;
  border: none;
  outline: 1px solid #6D6E71;
  padding: 1.1rem;
  width: 100%;
}
.footer .two .footer__newsletter-input img {
  position: relative;
  left: -130%;
}
.footer .three {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
}
.footer .three .footer__heading {
  flex: 0 0 100%;
  margin-bottom: 3rem;
}
.footer .three .footer__heading h3 {
  font-size: 1.5rem;
  line-height: 1.38;
  font-family: "LatoLatin Regular", sans-serif;
  font-weight: 600;
  color: #B19F6A;
}
.footer .three .footer__getInTouch {
  flex: 0 0 100%;
  align-self: flex-end;
}
.footer .three .footer__getInTouch h4 {
  font-family: "LatoLatin Regular", sans-serif;
  font-weight: 600;
  color: #1B3B36;
  font-size: 1.5rem;
  line-height: 1.38;
}
.footer .three .footer__getInTouch .footer__socialNetwork {
  display: flex;
  align-items: center;
  margin-top: 1.2rem;
}
.footer .three .footer__getInTouch .footer__socialNetwork li {
  flex: 0 0 20%;
  color: #B19F6A;
}
.footer .three .footer__getInTouch .footer__socialNetwork li:last-child {
  margin-right: 0;
}
.footer .three .footer__getInTouch .footer__socialNetwork li a {
  transition: 0.7s ease;
}
.footer .three .footer__getInTouch .footer__socialNetwork li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 60%;
  height: 60%;
  transition: 0.7s ease;
}
.footer .three .footer__getInTouch .footer__socialNetwork li a:hover img {
  transform: rotateY(180deg);
}
.footer .four {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.footer .four .footer__menu li {
  margin-bottom: 1rem;
}
.footer .four .footer__menu li a {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #6D6E71;
  font-family: "LatoLatin Regular", sans-serif;
  transition: 0.7s ease;
}
.footer .four .footer__menu li a:hover {
  color: #B19F6A;
}
.footer .four .footer__menu li:last-child {
  margin-bottom: 0;
}

/******************************
KONTAKT STRANICA

******************************/
.contact {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 12.5%;
  padding-right: 12.5%;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(2.5rem, 1.8056rem + 3.7037vw, 6.25rem);
  padding-bottom: clamp(3.75rem, 3.1713rem + 3.0864vw, 6.875rem);
}
@media (min-width: 300px) and (max-width: 767px) {
  .contact {
    padding-left: 2.5%;
    padding-right: 2.5%;
    row-gap: 2rem;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .contact {
    padding-left: 4.5%;
    padding-right: 4.5%;
    row-gap: 2rem;
  }
}
.contact article {
  flex: 0 0 49%;
}
@media (min-width: 300px) and (max-width: 767px) {
  .contact article {
    flex: 0 0 100%;
  }
}
.contact .contact__details {
  flex: 0 0 40%;
}
@media (min-width: 300px) and (max-width: 767px) {
  .contact .contact__details {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .contact .contact__details {
    flex: 0 0 100%;
  }
}
.contact .contact__details h1 {
  color: #0d0d0d;
  line-height: 0.95;
  font-size: clamp(2.5rem, 2.037rem + 2.4691vw, 5rem);
  font-weight: 600;
  font-family: "LatoLatin Regular", sans-serif;
  padding-bottom: clamp(3.125rem, 3.0093rem + 0.6173vw, 3.75rem);
  z-index: 99999;
  position: relative;
}
.contact .contact__details div {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: space-between;
  max-height: 584px;
}
.contact .contact__details div p {
  font-weight: 400;
  line-height: 1.55;
  font-size: 18px;
  font-family: "LatoLatin Regular", sans-serif;
}
.contact .contact__details div .info {
  padding-top: 30px;
}
.contact .contact__details div .info h6 {
  font-weight: "LatoLatin Regular", sans-serif;
  font-weight: 700;
  color: #B19F6A;
  line-height: 1.33;
  font-size: 18px;
}
.contact .contact__details div .info a {
  font-family: "LatoLatin Regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
  color: #0d0d0d;
  transition: 0.7s ease;
}
.contact .contact__details div .info a:hover {
  color: #B19F6A;
}
.contact .contact__details div .info p {
  font-family: "LatoLatin Regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
  color: #0d0d0d;
}
.contact .wpcf7 {
  background-color: #f6f2e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 300px) and (max-width: 767px) {
  .contact .wpcf7 {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .contact .wpcf7 {
    flex: 0 0 100%;
  }
}
.contact .wpcf7 .wpcf7-form {
  max-height: 650px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: right;
  background-color: #f6f2e8;
  padding: 48px 40px;
  width: 100%;
}
.contact .wpcf7 .wpcf7-form .first__name {
  flex: 0 0 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #f6f2e8;
  font-size: 18px;
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  line-height: 1.1;
  padding-bottom: 23px;
}
.contact .wpcf7 .wpcf7-form .first__name p {
  width: 100%;
  text-align: left;
}
.contact .wpcf7 .wpcf7-form .first__name input {
  width: 90%;
  background-color: #f6f2e8;
  border: none;
  outline: 1px solid rgba(0, 0, 0, 0.36);
  padding: 0.9rem 0.1rem;
}
.contact .wpcf7 .wpcf7-form .first__name label {
  font-size: 18px;
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  line-height: 1.1;
  padding-bottom: 10px;
}
.contact .wpcf7 .wpcf7-form .last__name {
  flex: 0 0 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  line-height: 1.1;
  padding-bottom: 23px;
}
.contact .wpcf7 .wpcf7-form .last__name p {
  width: 100%;
  text-align: left;
}
.contact .wpcf7 .wpcf7-form .last__name input {
  width: 90%;
  background-color: #f6f2e8;
  border: none;
  outline: 1px solid rgba(0, 0, 0, 0.36);
  padding: 0.9rem 0.1rem;
}
.contact .wpcf7 .wpcf7-form .last__name label {
  font-size: 18px;
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  line-height: 1.1;
  padding-bottom: 10px;
}
.contact .wpcf7 .wpcf7-form .phone {
  flex: 0 0 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  line-height: 1.1;
  padding-bottom: 1.5rem;
}
.contact .wpcf7 .wpcf7-form .phone p {
  width: 100%;
  text-align: left;
}
.contact .wpcf7 .wpcf7-form .phone input {
  width: 90%;
  background-color: #f6f2e8;
  border: none;
  outline: 1px solid rgba(0, 0, 0, 0.36);
  padding: 0.9rem 0.1rem;
}
.contact .wpcf7 .wpcf7-form .phone label {
  font-size: 18px;
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  line-height: 1.1;
  padding-bottom: 10px;
}
.contact .wpcf7 .wpcf7-form .mail {
  flex: 0 0 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  line-height: 1.1;
  padding-bottom: 23px;
}
.contact .wpcf7 .wpcf7-form .mail p {
  width: 100%;
  text-align: left;
}
.contact .wpcf7 .wpcf7-form .mail input {
  width: 90%;
  background-color: #f6f2e8;
  border: none;
  outline: 1px solid rgba(0, 0, 0, 0.36);
  padding: 0.9rem 0.1rem;
}
.contact .wpcf7 .wpcf7-form .mail label {
  font-size: 18px;
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  line-height: 1.1;
  padding-bottom: 10px;
}
.contact .wpcf7 .wpcf7-form .message {
  flex: 0 0 93%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  line-height: 1.1;
  padding-bottom: 45px;
}
.contact .wpcf7 .wpcf7-form .message p {
  width: 100%;
  text-align: left;
}
.contact .wpcf7 .wpcf7-form .message label {
  font-size: 18px;
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  line-height: 1.1;
  padding-bottom: 10px;
}
.contact .wpcf7 .wpcf7-form .message textarea {
  width: 99%;
  background-color: #f6f2e8;
  border: none;
  outline: 1px solid rgba(0, 0, 0, 0.36);
  padding: 0.8rem 0.1rem;
  resize: none;
}
.contact .wpcf7 .wpcf7-form p {
  width: 50%;
  margin: auto;
  text-align: center;
}
.contact .wpcf7 .wpcf7-form p .wpcf7-submit {
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  margin-right: 0.8rem;
}
@media (min-width: 300px) and (max-width: 767px) {
  .contact .wpcf7 .wpcf7-form p .wpcf7-submit {
    margin: auto;
  }
}
.contact .wpcf7 .wpcf7-form p .wpcf7-spinner {
  display: none;
}

/******************************
SECONDARY NAV

******************************/
.main_item {
  cursor: pointer;
}

.secondary__nav {
  transition: 0.7s ease;
  background-color: #ffffff;
  color: black;
  z-index: 9;
}
.secondary__nav .logo {
  width: 15%;
  height: 6vh;
}
@media (min-width: 300px) and (max-width: 767px) {
  .secondary__nav .logo {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .secondary__nav .logo {
    width: 30%;
  }
}
@media (min-width: 1441px) and (max-width: 1920px) {
  .secondary__nav .logo {
    width: 20%;
  }
}
.secondary__nav .logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 70%;
  height: 70%;
}
.secondary__nav .main__navigation .main_item {
  color: black;
  cursor: pointer;
}
.secondary__nav .main__navigation .main_item .navigation {
  background-color: black;
}
.secondary__nav .main__navigation .main_item .navigation.active {
  background-color: black;
}
.secondary__nav .nav__button {
  align-self: flex-start;
  margin-left: 1rem;
  padding: 12px 22px;
  display: block;
  position: fixed;
  right: 0;
  top: 50%;
  transition: 0.7s ease;
  transform: translateY(-50%);
}
.secondary__nav .nav__button:hover {
  color: black;
}
.secondary__nav.sticky {
  position: fixed;
  background-color: #ffffff;
  z-index: 1000000;
  padding: 0.1rem 3rem;
  width: 100%;
  left: 0;
  top: 0;
  color: black;
}
@media (min-width: 300px) and (max-width: 767px) {
  .secondary__nav.sticky {
    display: none;
  }
}

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

******************************/
.about__us {
  padding-top: clamp(2.8125rem, 2.4074rem + 2.1605vw, 5rem);
  padding-bottom: clamp(2.5rem, 2.1296rem + 1.9753vw, 4.5rem);
}
.about__us h1 {
  padding-left: 12.5%;
  line-height: 0.95;
  font-size: clamp(2.5rem, 2.037rem + 2.4691vw, 5rem);
  font-weight: 600;
  font-family: "LatoLatin Regular", sans-serif;
  color: #0d0d0d;
  padding-bottom: clamp(1.25rem, 1.2037rem + 0.2469vw, 1.5rem);
}
@media (min-width: 300px) and (max-width: 767px) {
  .about__us h1 {
    padding-left: 2.5%;
  }
}
.about__us .row {
  width: 83.7%;
  padding-top: 24px;
  margin: auto;
  position: relative;
  z-index: -1;
  padding-bottom: clamp(1.8125rem, 1.3148rem + 2.6543vw, 4.5rem);
  margin-bottom: clamp(1.8125rem, 1.3148rem + 2.6543vw, 4.5rem);
}
@media (min-width: 300px) and (max-width: 1200px) {
  .about__us .row {
    width: 100%;
  }
}
.about__us .row .row2 {
  width: 89%;
  padding-top: 2.5rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 55;
  position: relative;
}
@media (min-width: 300px) and (max-width: 1200px) {
  .about__us .row .row2 {
    width: 95%;
  }
}
.about__us .row .row2 article {
  flex: 0 0 48%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 300px) and (max-width: 1200px) {
  .about__us .row .row2 article {
    flex: 0 0 100%;
  }
}
.about__us .row .row2 article img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  display: block;
  height: 50vh;
}
.about__us .row .row2 article p {
  line-height: 1.55;
  font-size: 18px;
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  color: #0d0d0d;
}
@media (min-width: 300px) and (max-width: 1200px) {
  .about__us .row .row2 article p {
    margin-top: 1rem;
    order: 2;
  }
}
.about__us .row .row2 article h2 {
  font-family: "LatoLatin Regular", sans-serif;
  font-weight: 600;
  font-size: clamp(2.5rem, 1.9213rem + 3.0864vw, 5.625rem);
  color: #0d0d0d;
  line-height: 1.33;
  width: 80%;
  padding-top: 3rem;
}
@media (min-width: 300px) and (max-width: 1200px) {
  .about__us .row .row2 article h2 {
    order: 1;
  }
}
.about__us .row .row2 .opis h2 {
  font-size: clamp(1.25rem, 1.1343rem + 0.6173vw, 1.875rem);
}
@media (min-width: 300px) and (max-width: 1200px) {
  .about__us .row .row2 .opis {
    order: 2;
  }
}
.about__us .row::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  background-image: url(../img/Group2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  width: 17.75rem;
  height: 17.75rem;
  opacity: 50%;
  z-index: 2;
}
@media (min-width: 300px) and (max-width: 767px) {
  .about__us .row::before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .about__us .row::before {
    display: none;
  }
}
.about__us .row::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  right: 0%;
  background-image: url(../img/Group.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  width: 17.75rem;
  height: 17.75rem;
  opacity: 50%;
  z-index: 2;
}
@media (min-width: 300px) and (max-width: 767px) {
  .about__us .row::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .about__us .row::after {
    display: none;
  }
}
.about__us .row:last-child {
  margin-bottom: 0;
}

.parallax-about {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/about-parallax.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 70vh;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .parallax-about p {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .parallax-about p {
    height: 50vh;
  }
}

/******************************
SINGLE OFFER

******************************/
.single__offer {
  padding-top: clamp(0.625rem, 0.3241rem + 1.6049vw, 2.25rem);
  padding-bottom: clamp(1.25rem, 0.5556rem + 3.7037vw, 3rem);
  padding-left: 12.5%;
  padding-right: 12.5%;
}
@media (min-width: 300px) and (max-width: 767px) {
  .single__offer {
    padding-left: 2.5%;
    padding-right: 2.5%;
    order: 3;
  }
}
.single__offer p {
  line-height: 1.55;
  font-size: clamp(0.8125rem, 0.7546rem + 0.3086vw, 1.125rem);
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  color: #0d0d0d;
}
.single__offer p a {
  color: #B19F6A;
}
.single__offer p a:hover {
  color: #0d0d0d;
}
.single__offer .row2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.single__offer .row2 h1 {
  flex: 0 0 54%;
  color: #0d0d0d;
  font-weight: 600;
  line-height: 0.95;
  font-size: clamp(2.5rem, 2.037rem + 2.4691vw, 4rem);
  font-family: "LatoLatin Regular", sans-serif;
  padding-bottom: clamp(1.875rem, 1.6435rem + 1.2346vw, 3.125rem);
  padding-top: clamp(1.875rem, 1.7245rem + 0.8025vw, 2.6875rem);
}
@media (min-width: 300px) and (max-width: 767px) {
  .single__offer .row2 h1 {
    flex: 0 0 100%;
  }
}
.single__offer .row2 .slika {
  padding-bottom: 60px;
  flex: 0 0 42%;
  text-align: center;
  align-items: flex-end;
  max-width: 50vh;
}
@media (min-width: 300px) and (max-width: 767px) {
  .single__offer .row2 .slika {
    display: none;
  }
}
.single__offer .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.single__offer .row article {
  flex: 0 0 50%;
}
@media (min-width: 300px) and (max-width: 767px) {
  .single__offer .row article {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single__offer .row article {
    flex-wrap: wrap;
    flex: 0 0 100%;
    margin-bottom: 2rem;
  }
}
.single__offer .row article .img {
  overflow: hidden;
  height: 60vh;
}
.single__offer .row article .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 1s ease-out;
  display: block;
}
@media (min-width: 300px) and (max-width: 767px) {
  .single__offer .row article .img img {
    display: none;
  }
}
.single__offer .row article .img img:hover {
  transform: scale(1.1);
}
.single__offer .row article .img iframe {
  height: 100%;
}
@media (min-width: 300px) and (max-width: 767px) {
  .single__offer .row article .img {
    flex: 0 0 100%;
  }
}
.single__offer .row .offer__info {
  flex: 0 0 42%;
}
@media (min-width: 300px) and (max-width: 767px) {
  .single__offer .row .offer__info {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .single__offer .row .offer__info {
    flex-wrap: wrap;
    flex: 0 0 100%;
  }
}
.single__offer .row .offer__info .wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.single__offer .row .offer__info .wrapper p {
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  line-height: 1.55;
  font-size: 18px;
  color: #0d0d0d;
  padding-right: 0.5em;
  text-align: left;
}
@media (min-width: 300px) and (max-width: 767px) {
  .single__offer .row .offer__info .wrapper p {
    order: 3;
    padding-top: 2.5rem;
  }
}
.single__offer .row .offer__info .wrapper ul {
  text-align: left;
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  line-height: 1.55;
  font-size: 18px;
  color: #0d0d0d;
  padding-top: 28px;
  list-style: disc;
  padding-bottom: 63px;
}
@media (min-width: 300px) and (max-width: 767px) {
  .single__offer .row .offer__info .wrapper ul {
    padding-bottom: clamp(1.4375rem, 0.9745rem + 2.4691vw, 3.9375rem);
    order: 3;
  }
}
.single__offer .row .offer__info .wrapper ul li {
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  line-height: 1.55;
  font-size: 18px;
  color: #0d0d0d;
  margin-left: 5%;
}
.single__offer .row .offer__info .wrapper .price {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.27;
  color: #B19F6A;
  font-family: "LatoLatin Regular", sans-serif;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 300px) and (max-width: 767px) {
  .single__offer .row .offer__info .wrapper .price {
    order: 1;
    margin-top: 0;
  }
}
.single__offer .row .offer__info .wrapper .price span {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.27;
  color: #B19F6A;
  font-family: "LatoLatin Regular", sans-serif;
}
.single__offer .row .offer__info .wrapper .btn {
  text-transform: uppercase;
  width: 40%;
  text-align: center;
  margin: auto;
}
@media (min-width: 300px) and (max-width: 767px) {
  .single__offer .row .offer__info .wrapper .btn {
    order: 2;
    width: 100%;
    padding: 1.5rem;
    font-size: 18px;
  }
}

.offer__slider, .rooms__offer--slider {
  padding-left: 12.5%;
  padding-right: 12.5%;
  height: 60vh;
  width: 70%;
  margin: auto;
}
@media (min-width: 300px) and (max-width: 767px) {
  .offer__slider, .rooms__offer--slider {
    padding-left: 2.5%;
    padding-right: 2.5%;
    order: 1;
    height: 50vh;
  }
}
.offer__slider .slider, .rooms__offer--slider .slider {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60vh;
  width: 100%;
}
@media (min-width: 300px) and (max-width: 767px) {
  .offer__slider .slider, .rooms__offer--slider .slider {
    height: 50vh;
  }
}
.offer__slider .slider .btn-left-slider, .rooms__offer--slider .slider .btn-left-slider {
  position: relative;
  z-index: 99;
  cursor: pointer;
  flex: 0 0 11%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.59));
}
.offer__slider .slider .slides, .rooms__offer--slider .slider .slides {
  position: absolute;
  inset: 0;
  width: 100%;
  bottom: 0;
  top: 0;
  height: 100%;
  transition: transform 1s ease-in;
}
.offer__slider .slider .slides img, .rooms__offer--slider .slider .slides img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer__slider .slider .btn-right-slider, .rooms__offer--slider .slider .btn-right-slider {
  position: relative;
  z-index: 999;
  cursor: pointer;
  flex: 0 0 11%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.59));
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/******************************
ROOMS

******************************/
.rooms__info {
  padding-left: 12.5%;
  padding-right: 12.5%;
}
@media (min-width: 300px) and (max-width: 767px) {
  .rooms__info {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
.rooms__info p {
  padding: 20px 0;
}
.rooms__info p a {
  transition: 0.7s ease;
  color: #B19F6A;
}
.rooms__info p:first-of-type {
  padding: 0px 0 20px 0;
}

.zepter {
  margin-bottom: 5rem;
  padding-left: 12.5%;
  padding-right: 12.5%;
}
@media (min-width: 300px) and (max-width: 767px) {
  .zepter {
    order: 5;
    margin-bottom: 0rem;
    border-bottom: 1px solid gray;
  }
}
.zepter .row {
  background-color: #f6f2e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 300px) and (max-width: 767px) {
  .zepter .row {
    padding-top: 1rem;
  }
}
.zepter .row h3 {
  color: #0d0d0d;
  font-weight: 600;
  font-family: "LatoLatin Regular", sans-serif;
  font-size: clamp(1.8rem, 1.8287rem + 0.2469vw, 2rem);
  line-height: 1.33;
  margin: 8px 0 1rem 5%;
}
@media (min-width: 300px) and (max-width: 767px) {
  .zepter .row h3 {
    margin: 8px 0 17px 10px;
  }
}
.zepter .row img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 4rem;
  width: 8.5rem;
  display: inline-block;
  margin: 25px 41px 30px 90px;
}
@media (min-width: 300px) and (max-width: 767px) {
  .zepter .row img {
    display: none;
  }
}
.zepter .zepter__amenities {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f2e8;
}
@media (min-width: 300px) and (max-width: 1200px) {
  .zepter .zepter__amenities {
    flex-wrap: wrap;
  }
}
.zepter .zepter__amenities .amenity {
  flex: 0 0 18%;
  padding-bottom: 2rem;
  text-align: center;
}
@media (min-width: 300px) and (max-width: 575px) {
  .zepter .zepter__amenities .amenity {
    flex-wrap: wrap;
    flex: 0 0 48%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .zepter .zepter__amenities .amenity {
    flex-wrap: wrap;
    flex: 0 0 32%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .zepter .zepter__amenities .amenity {
    flex-wrap: wrap;
    flex: 0 0 18%;
  }
}
.zepter .zepter__amenities .amenity h6 {
  color: #0d0d0d;
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  font-size: 18px;
  line-height: 1.55;
}
.zepter .zepter__amenities .amenity img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 6rem;
  height: 6rem;
}
@media (min-width: 300px) and (max-width: 767px) {
  .zepter {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}

/******************************
ROOM FEATURES

******************************/
.room__features {
  margin-bottom: clamp(2.5rem, 2.2685rem + 1.2346vw, 3.75rem);
  padding-top: clamp(2.5rem, 2.2685rem + 1.2346vw, 3.75rem);
  padding-left: 12.5%;
  padding-right: 12.5%;
}
@media (min-width: 300px) and (max-width: 767px) {
  .room__features {
    padding-left: 2.5%;
    padding-right: 2.5%;
    order: 6;
    padding-top: 0rem;
  }
}
.room__features .row {
  background-color: #f6f2e8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.room__features .row h3 {
  color: #0d0d0d;
  font-weight: 600;
  font-family: "LatoLatin Regular", sans-serif;
  font-size: clamp(1.875rem, 1.8287rem + 0.2469vw, 2.125rem);
  line-height: 1.33;
  margin: 1.5rem 0 2rem 5%;
}
@media (min-width: 300px) and (max-width: 767px) {
  .room__features .row h3 {
    margin: 43px 0 50px 10px;
  }
}
.room__features .rooms__amenities {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f6f2e8;
}
@media (min-width: 300px) and (max-width: 767px) {
  .room__features .rooms__amenities {
    order: 5;
  }
}
.room__features .rooms__amenities .amenity {
  flex: 0 0 12%;
  padding-bottom: 2rem;
  text-align: center;
}
@media (min-width: 300px) and (max-width: 575px) {
  .room__features .rooms__amenities .amenity {
    flex: 0 0 48%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .room__features .rooms__amenities .amenity {
    flex: 0 0 32%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .room__features .rooms__amenities .amenity {
    flex: 0 0 18%;
  }
}
.room__features .rooms__amenities .amenity h6 {
  color: #0d0d0d;
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  font-size: 18px;
  line-height: 1.55;
}
.room__features .rooms__amenities .amenity img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 3rem;
  height: 3rem;
}

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

******************************/
.all__rooms {
  padding-bottom: 0;
}
.all__rooms .row {
  width: 83%;
  margin: auto;
  margin-top: 1.5rem;
  position: relative;
}
@media (min-width: 300px) and (max-width: 767px) {
  .all__rooms .row {
    width: 100%;
  }
}
.all__rooms .row .row2 {
  width: 95.5%;
  margin: 0 auto clamp(3.75rem, 3.0556rem + 3.7037vw, 6.5rem) auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  z-index: 99;
}
@media (min-width: 300px) and (max-width: 767px) {
  .all__rooms .row .row2 {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 1rem;
    row-gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .all__rooms .row .row2 {
    row-gap: 2rem;
  }
}
.all__rooms .row .row2 .swiper {
  flex: 0 0 48%;
  height: 100%;
  z-index: 99;
  margin-top: 5%;
}
@media (min-width: 300px) and (max-width: 767px) {
  .all__rooms .row .row2 .swiper {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .all__rooms .row .row2 .swiper {
    flex: 0 0 80%;
  }
}
.all__rooms .row .row2 .swiper .swiper-slide {
  z-index: 99;
  width: 100%;
  height: 57vh;
}
.all__rooms .row .row2 .swiper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: 2s ease-in-out;
  display: block;
  margin: 0 auto;
}
.all__rooms .row .row2 .swiper-button-prev::after {
  display: none;
}
.all__rooms .row .row2 .swiper-button-next::after {
  display: none;
}
.all__rooms .row .row2 .swiper-button-prev {
  width: clamp(2.5rem, 2.2222rem + 1.4815vw, 4rem);
  height: clamp(2.5rem, 2.2222rem + 1.4815vw, 4rem);
  margin-left: 1rem;
}
@media (min-width: 300px) and (max-width: 767px) {
  .all__rooms .row .row2 .swiper-button-prev {
    margin-left: 2rem;
  }
}
.all__rooms .row .row2 .swiper-button-next {
  width: clamp(2.5rem, 2.2222rem + 1.4815vw, 4rem);
  height: clamp(2.5rem, 2.2222rem + 1.4815vw, 4rem);
  margin-right: 1rem;
}
@media (min-width: 300px) and (max-width: 767px) {
  .all__rooms .row .row2 .swiper-button-next {
    margin-right: 2rem;
  }
}
.all__rooms .row .row2 .text {
  flex: 0 0 40%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (min-width: 300px) and (max-width: 767px) {
  .all__rooms .row .row2 .text {
    flex: 0 0 100%;
    order: 1;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .all__rooms .row .row2 .text {
    flex: 0 0 100%;
    align-items: center;
    height: auto;
  }
}
.all__rooms .row .row2 .text h5 {
  color: #0d0d0d;
  font-weight: 600;
  font-family: "LatoLatin Regular", sans-serif;
  font-size: clamp(1.875rem, 1.8287rem + 0.2469vw, 2.125rem);
  line-height: 1.33;
}
.all__rooms .row .row2 .text p {
  font-family: "LatoLatin Regular", sans-serif;
  font-size: 1.1rem;
  line-height: 1.55;
  font-weight: 400;
  color: #0d0d0d;
  padding: 12px 0 12px 0;
}
.all__rooms .row .row2 .text p a {
  color: #B19F6A;
}
.all__rooms .row .row2 .text .room__details span {
  line-height: 1.75;
  font-size: 16px;
  font-weight: 400;
  font-family: "LatoLatin Regular", sans-serif;
  color: #0d0d0d;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 1rem;
}
.all__rooms .row .row2 .text .room__details .price {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.27;
  color: #B19F6A;
  font-family: "LatoLatin Regular", sans-serif;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.all__rooms .row .row2 .text .room__details .price span {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.27;
  color: #B19F6A;
  font-family: "LatoLatin Regular", sans-serif;
}
.all__rooms .row .row2 .text .buttons {
  margin-top: clamp(1rem, 1.6296rem + 1.9753vw, 3rem);
}
.all__rooms .row::before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  background-image: url(../img/Group2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  width: 17.75rem;
  height: 17.75rem;
  opacity: 50%;
  z-index: 2;
}
@media (min-width: 300px) and (max-width: 767px) {
  .all__rooms .row::before {
    display: none;
  }
}

.parallax-rooms {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/rooms__parallax.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 70vh;
}
@media (min-width: 300px) and (max-width: 767px) {
  .parallax-rooms {
    margin-top: clamp(4.375rem, 3.5648rem + 4.321vw, 8.75rem);
  }
}

/******************************
SPECIAL OFFERS

******************************/
.modal {
  padding-bottom: 4rem;
  padding-top: 1rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  max-width: 50%;
  margin: 0 auto;
  z-index: 10000000;
  transition: all 0.5s;
  background-color: #FFFCF6;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.modal .modal__header {
  color: #0d0d0d;
  font-family: "LatoLatin Regular", sans-serif;
  font-size: clamp(1.5rem, 1.3843rem + 0.6173vw, 2.125rem);
  line-height: 1.33;
  font-weight: 600;
}
.modal .modal__form {
  width: 65%;
  margin: auto;
}
@media (min-width: 300px) and (max-width: 767px) {
  .modal .modal__form {
    width: 100%;
  }
}
.modal .modal__form p {
  font-family: "LatoLatin Regular", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.8287rem + 0.2469vw, 1.125rem);
  line-height: 1.55;
  color: #0d0d0d;
  padding: 29px 0 clamp(2rem, 1.6296rem + 1.9753vw, 4rem) 0;
}
.modal a {
  text-transform: uppercase;
}
.modal .btn--close-modal {
  display: block;
  text-align: right;
  height: clamp(3.125rem, 2.662rem + 2.4691vw, 5.625rem);
  cursor: pointer;
}
.modal .btn--close-modal img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 8%;
  height: auto;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(83, 83, 83, 0.85);
  z-index: 100;
  transition: all 0.5s;
}

.parallax-special__offers {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/special__offers-paralax.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 70vh;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .parallax-special__offers p {
    width: 50%;
  }
}

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

******************************/
.bottom__bar {
  padding-left: 12.5%;
  padding-right: 12.5%;
  padding-top: clamp(0.625rem, 0.3241rem + 1.6049vw, 2.25rem);
  padding-bottom: clamp(1.25rem, 0.5556rem + 3.7037vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 300px) and (max-width: 1440px) {
  .bottom__bar {
    padding-left: 2.5%;
    padding-right: 2.5%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.bottom__bar article {
  flex: 0 0 19%;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .bottom__bar article {
    flex: 0 0 32%;
  }
}
@media (min-width: 300px) and (max-width: 767px) {
  .bottom__bar article {
    flex: 0 0 49%;
  }
}

/******************************
WHO WE ARE

******************************/
.whoWeAre {
  padding-left: 12.5%;
  padding-right: 12.5%;
  padding-top: clamp(0.625rem, 0.3241rem + 1.6049vw, 2.25rem);
  padding-bottom: clamp(1.25rem, 0.5556rem + 3.7037vw, 3rem);
}
.whoWeAre h2 {
  color: #0d0d0d;
  font-weight: 600;
  font-family: "LatoLatin Regular", sans-serif;
  line-height: 0.95;
  font-size: clamp(2.5rem, 1.9213rem + 3.0864vw, 5.625rem);
}
.whoWeAre h4 {
  font-weight: 600;
  font-family: "LatoLatin Regular", sans-serif;
  font-size: clamp(1.5rem, 1.3843rem + 0.6173vw, 2.125rem);
  line-height: 1.33;
  color: #B19F6A;
  margin: 20px 0 23px 0;
}
.whoWeAre h5 {
  font-weight: 700;
  color: #0d0d0d;
  line-height: 0.95;
  font-family: "LatoLatin Regular", sans-serif;
  padding: 1rem 0;
  font-size: clamp(0.875rem, 0.8056rem + 0.3704vw, 1.25rem);
}
.whoWeAre p {
  font-family: "LatoLatin Regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
  color: #0d0d0d;
  width: 50%;
}
.whoWeAre ul {
  list-style: disc;
}
.whoWeAre ul li {
  margin-left: 2rem;
  font-family: "LatoLatin Regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
  color: #0d0d0d;
}

.pozadina {
  padding-left: 12.5%;
  padding-right: 12.5%;
  padding-top: clamp(0.625rem, 0.3241rem + 1.6049vw, 2.25rem);
  padding-bottom: clamp(1.25rem, 0.5556rem + 3.7037vw, 3rem);
  height: 70vh;
}
.pozadina img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#wpcf7-66868c220f6ce-wrapper{
	display:none;
}


.zepter__products {
  padding-left: 12.5%;
  padding-right: 12.5%;
  padding-top: clamp(0.625rem, 0.3241rem + 1.6049vw, 4.25rem);
  padding-bottom: clamp(1.25rem, 0.5556rem + 3.7037vw, 3rem);
  position: relative;
  margin-top: 2.6rem;
}

.swiper {
  width: clamp(17.8125rem, 12.7778rem + 26.8519vw, 45rem);
  height: clamp(16.25rem, 13.7037rem + 13.5802vw, 30rem);
}

.swiper-container {
  overflow: hidden;
}
.swiper-container hr {
  width: 100%;
  height: 1px;
  border: none;
  background-color: lightgray;
}
.swiper-container .swiper-wrapper {
  background-color: white;
  position: relative;
  display: flex;
  align-items: stretch;
}
.swiper-container .swiper-wrapper .swiper-slide {
  background: white;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  border: 1px solid lightgray;
  border-radius: 1rem;
  position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 35vh;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 1rem;
}
.swiper-container .swiper-wrapper .swiper-slide .api__title {
  text-align: center;
  padding: 10px;
  min-height: 12vh;
}
.swiper-container .swiper-wrapper .swiper-slide .api__prices {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
}
.swiper-container .swiper-wrapper .swiper-slide .api__prices .api__price {
  border-right: 1px solid black;
  padding-right: 1rem;
  flex: 0 0 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-container .swiper-wrapper .swiper-slide .api__prices .api__cart {
  flex: 0 0 18%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-container .swiper-wrapper .swiper-slide .overlay {
  position: relative;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  transition: 0.5s ease-in-out;
  background: white;
}
.swiper-container .swiper-wrapper .swiper-slide .overlay .front {
  position: relative;
  cursor: pointer;
  transition: 0.5s ease-in-out;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  transition: 0.5s ease-in-out;
}
.swiper-container .swiper-wrapper .swiper-slide .overlay .back {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.5s ease-in-out;
  display: none;
}
.swiper-container .swiper-wrapper .swiper-slide .overlay .back .fa-shopping-cart {
  font-size: 1.5rem;
  color: white;
}
.swiper-container .swiper-wrapper .swiper-slide .overlay .back .fa-shopping-cart:hover {
  color: #B19F6A;
}
.swiper-container .swiper-wrapper .swiper-slide .overlay .back .fa-eye {
  color: white;
  font-size: 3rem;
}
.swiper-container .swiper-wrapper .swiper-slide .overlay .back .fa-eye:hover {
  color: #B19F6A;
}
.swiper-container .swiper-wrapper .swiper-slide .overlay .back hr {
  color: white;
  background-color: white;
  border: none;
  width: 100%;
  height: 1px;
  margin: 20% 0 10% 0;
}
.swiper-container .swiper-wrapper .swiper-slide .overlay .back p {
  color: white;
}
.swiper-container .swiper-wrapper .swiper-slide .overlay .back p:hover {
  color: #B19F6A;
}
.swiper-container .swiper-wrapper .swiper-slide .overlay .back a {
  transition: 0.5s ease-in-out;
}
.swiper-container .swiper-wrapper .swiper-slide .overlay:hover .back {
  display: flex;
}

.link {
  color: black;
  transition: 0.5s ease-in;
}
.link:hover {
  color: #B19F6A;
}

.fa-shopping-cart {
  font-size: 1.5rem;
  color: black;
}

.jedan {
  background-color: #f2e9d8;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.dva {
  flex: 0 0 18%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zuta {
  padding-right: 1rem;
  border-right: 1px solid black;
  flex: 0 0 80%;
}
.zuta a {
  display: block;
}

.swiper-button-next2 {
  color: black;
  font-size: 1.8rem;
  position: absolute;
  right: 5%;
  z-index: 99;
  top: 50%;
  transition: 0.5s ease-in;
  transform: translateY(-50%);
  cursor: pointer;
}
.swiper-button-next2:hover {
  color: #B19F6A;
}

.swiper-button-prev2 {
  color: black;
  font-size: 1.8rem;
  position: absolute;
  left: 5%;
  transform: translateY(-50%);
  top: 50%;
  z-index: 99;
  cursor: pointer;
  transition: 0.5s ease-in;
}
.swiper-button-prev2:hover {
  color: #B19F6A;
}

