@charset "UTF-8";
@font-face {
  font-family: "GTSuperDisplay";
  src: url("../fonts/GTSuperDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular-Trial.otf") format("woff2"), url("../fonts/Graphik-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-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

***************************/
.pb {
  padding-bottom: clamp(2.5rem, 0.9375rem + 5vw, 3.75rem);
}

.pt {
  padding-top: clamp(2.5rem, 0.9375rem + 5vw, 3.75rem);
}

.pl {
  padding-left: 2% !important;
}

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

***************************/
html {
  overflow-x: hidden;
  overflow-y: auto !important;
  height: auto !important;
}

ul {
  list-style: none;
}

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

.img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

body {
  font-family: "GTSuperDisplay", serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  max-width: clamp(100%, 100vw - 2rem, 1920px);
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto !important;
  position: relative;
  margin: 0 auto;
}
body.menu-open {
  overflow: hidden;
  height: 100vh;
}

p {
  font-family: "GTSuperDisplay", 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 3%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
    padding: 0 3%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding: 0 3%;
  }
}
@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%;
  }
}
.btn {
  font-size: clamp(0.75rem, 0.7269rem + 0.1235vw, 0.875rem);
  font-family: "Graphik", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  z-index: 69;
  cursor: pointer;
  background-color: rgb(193, 172, 127);
  border: 1px solid rgb(193, 172, 127);
  z-index: 32;
  padding: 0.8rem 1rem;
  text-transform: uppercase;
}

.lead {
  font-size: clamp(0.875rem, 0.7188rem + 0.5vw, 1rem);
  font-family: "Graphik", sans-serif;
  color: rgb(72, 72, 72);
  line-height: 2;
  padding: 2% 2% 2% 0;
  position: relative;
}

.lead-2 {
  font-size: clamp(0.625rem, 0.4688rem + 0.5vw, 0.75rem);
  font-family: "Graphik", sans-serif;
  color: rgb(188, 188, 188);
  line-height: 2.667;
}

.h2 {
  font-size: clamp(1.875rem, -0.4688rem + 7.5vw, 3.75rem);
  font-family: "GTSuperDisplay", serif;
  color: rgb(72, 72, 72);
  line-height: 1.2;
  font-weight: 300;
  padding: 1% 0;
}

.link {
  font-size: clamp(0.875rem, 0.4063rem + 1.5vw, 1.25rem);
  font-family: "Graphik", sans-serif;
  color: rgb(193, 172, 127);
  line-height: 1.6;
  text-align: right;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  padding: 3% 1% 1% 0;
}
.link::after {
  content: "";
  flex: 0 0 4rem;
  height: 2px;
  background-color: rgb(193, 172, 127);
  display: block;
}

.mainHeader, .secondHeader {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  height: 100vh;
  width: 100%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .mainHeader, .secondHeader {
    padding: 2% 3%;
  }
}
.mainHeader::after, .secondHeader::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 40%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.mainHeader::before, .secondHeader::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(to top, #096493 0%, rgba(9, 100, 147, 0.5) 50%, rgba(9, 100, 147, 0) 100%);
  pointer-events: none;
  z-index: 3;
}
.mainHeader nav, .secondHeader nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  position: absolute;
  top: 1%;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 300px) and (max-width: 575px) {
  .mainHeader nav, .secondHeader nav {
    padding: 2% 3%;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  .mainHeader nav .main-logo, .secondHeader nav .main-logo {
    margin-left: 1rem;
    width: 75%;
  }
}
.mainHeader nav .navigation, .secondHeader nav .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 20%;
}
@media (min-width: 576px) and (max-width: 767px) {
  .mainHeader nav .navigation, .secondHeader nav .navigation {
    justify-content: space-between;
    flex: 0 0 30%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mainHeader nav .navigation, .secondHeader nav .navigation {
    justify-content: space-between;
    flex: 0 0 30%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .mainHeader nav .navigation, .secondHeader nav .navigation {
    justify-content: space-between;
    flex: 0 0 25%;
  }
}
.mainHeader nav .navigation i, .secondHeader nav .navigation i {
  color: rgb(255, 255, 255);
  font-size: 1rem;
}
.mainHeader nav .navigation .menu-open, .secondHeader nav .navigation .menu-open {
  display: block;
  cursor: pointer;
}
@media (min-width: 300px) and (max-width: 575px) {
  .mainHeader nav .navigation .menu-open, .secondHeader nav .navigation .menu-open {
    margin-left: 1rem;
    width: 35%;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  .mainHeader nav .navigation a, .secondHeader nav .navigation a {
    display: none;
  }
}
.mainHeader nav .menu-container, .secondHeader nav .menu-container {
  background-color: rgb(9, 100, 147);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 20%;
  width: 100vw;
  z-index: 99999999999999;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  transform: translateY(-100%);
  transition: 0.4s ease-in-out;
}
.mainHeader nav .menu-container .menu-left, .secondHeader nav .menu-container .menu-left {
  flex: 1 1 45%;
}
.mainHeader nav .menu-container .menu-left .burger-logo, .secondHeader nav .menu-container .menu-left .burger-logo {
  display: inline-block;
  padding: 2% 5%;
}
.mainHeader nav .menu-container .menu-left .menu-links, .secondHeader nav .menu-container .menu-left .menu-links {
  padding-left: 20%;
  position: relative;
}
@media (min-width: 300px) and (max-width: 575px) {
  .mainHeader nav .menu-container .menu-left .menu-links, .secondHeader nav .menu-container .menu-left .menu-links {
    padding-top: 10%;
  }
}
.mainHeader nav .menu-container .menu-left .menu-links a, .secondHeader nav .menu-container .menu-left .menu-links a {
  font-size: clamp(1.25rem, 1.0185rem + 1.2346vw, 2.5rem);
  font-family: "GTSuperDisplay", serif;
  color: rgb(255, 255, 255);
  line-height: 1.68;
  z-index: 5;
  position: relative;
}
.mainHeader nav .menu-container .menu-left .menu-links::after, .secondHeader nav .menu-container .menu-left .menu-links::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/Logo Symbol.png");
  opacity: 0.6; /* po želji */
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}
.mainHeader nav .menu-container .menu-right, .secondHeader nav .menu-container .menu-right {
  flex: 1 1 45%;
  align-self: stretch;
}
@media (min-width: 300px) and (max-width: 575px) {
  .mainHeader nav .menu-container .menu-right, .secondHeader nav .menu-container .menu-right {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mainHeader nav .menu-container .menu-right, .secondHeader nav .menu-container .menu-right {
    display: none;
  }
}
.mainHeader nav .menu-container .menu-right img, .secondHeader nav .menu-container .menu-right img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 80%;
  height: 100%;
  transition: opacity 0.4s ease;
  display: none;
}
.mainHeader nav .menu-container .menu-right img.active, .secondHeader nav .menu-container .menu-right img.active {
  display: block;
  opacity: 1;
  z-index: 4;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mainHeader nav .menu-container .menu-right img, .secondHeader nav .menu-container .menu-right img {
    height: 80%;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .mainHeader nav .menu-container .menu-right img, .secondHeader nav .menu-container .menu-right img {
    height: 80%;
    width: 100%;
  }
}
.mainHeader nav .menu-container .menu-close, .secondHeader nav .menu-container .menu-close {
  flex: 0 0 10%;
  padding: 4% 10% 0 0;
  color: rgb(255, 255, 255);
  font-size: 1.3rem;
  font-weight: 500;
}
.mainHeader nav .menu-container .menu-close i, .secondHeader nav .menu-container .menu-close i {
  cursor: pointer;
}
.mainHeader nav .menu-container.active, .secondHeader nav .menu-container.active {
  transform: translateY(0);
  z-index: 99999;
}
.mainHeader #hero-slider, .secondHeader #hero-slider {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.mainHeader #hero-slider .splide__track, .secondHeader #hero-slider .splide__track,
.mainHeader #hero-slider .splide__list,
.secondHeader #hero-slider .splide__list,
.mainHeader #hero-slider .splide__slide,
.secondHeader #hero-slider .splide__slide {
  height: 100%;
  pointer-events: none;
}
.mainHeader #hero-slider .hero-slide, .secondHeader #hero-slider .hero-slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}
.mainHeader #hero-slider .hero-slide img, .secondHeader #hero-slider .hero-slide img {
  display: block;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.mainHeader #hero-slider .hero-slide hgroup, .secondHeader #hero-slider .hero-slide hgroup {
  position: relative;
  padding: 0 5%;
  z-index: 10;
}
.mainHeader #hero-slider .hero-slide hgroup h1, .secondHeader #hero-slider .hero-slide hgroup h1 {
  font-size: clamp(1.875rem, -0.4688rem + 7.5vw, 3.75rem);
  font-family: "GTSuperDisplay", serif;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 999;
  position: relative;
  letter-spacing: 1.5px;
}
.mainHeader #hero-slider .hero-slide hgroup p, .secondHeader #hero-slider .hero-slide hgroup p {
  color: rgb(255, 255, 255);
  width: 50%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 300px) and (max-width: 575px) {
  .mainHeader #hero-slider .hero-slide hgroup p, .secondHeader #hero-slider .hero-slide hgroup p {
    width: 90%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mainHeader #hero-slider .hero-slide hgroup p, .secondHeader #hero-slider .hero-slide hgroup p {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mainHeader #hero-slider .hero-slide hgroup p, .secondHeader #hero-slider .hero-slide hgroup p {
    width: 70%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .mainHeader #hero-slider .hero-slide hgroup p, .secondHeader #hero-slider .hero-slide hgroup p {
    width: 70%;
  }
}
.mainHeader .splide__pagination--ttb, .secondHeader .splide__pagination--ttb {
  position: absolute;
  right: 5% !important;
  top: 50%;
  transform: translateY(-50%);
}
.mainHeader .splide__pagination__page, .secondHeader .splide__pagination__page {
  background: none;
  color: #fff;
  border: none;
  font-size: 1.5rem;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.3s;
}
.mainHeader .splide__pagination__page.is-active, .secondHeader .splide__pagination__page.is-active {
  opacity: 1;
  font-weight: bold;
  color: rgb(193, 172, 127);
}
.mainHeader, .secondHeader {
  /* Ukloni tačkicu ili pozadinu koju Splide dodaje */
}
.mainHeader .splide__pagination__page::before, .secondHeader .splide__pagination__page::before {
  content: none !important;
}
.mainHeader, .secondHeader {
  /* Ako Splide koristi background kao "dot" */
}
.mainHeader .splide__pagination__page, .secondHeader .splide__pagination__page {
  background: none !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
}
.mainHeader .ibe-bottom, .secondHeader .ibe-bottom {
  display: none;
}
@media (min-width: 300px) and (max-width: 575px) {
  .mainHeader .ibe-bottom, .secondHeader .ibe-bottom {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
  }
}
.mainHeader .ibe-bottom a, .secondHeader .ibe-bottom a {
  width: 100%;
  height: 100%;
}
.mainHeader .ibe-bottom .precice, .secondHeader .ibe-bottom .precice {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2% 0 2% 0;
}
.mainHeader .ibe-bottom .precice .precica, .secondHeader .ibe-bottom .precice .precica {
  text-align: center;
  padding-right: 2rem;
  padding-left: 2rem;
  position: relative;
}
.mainHeader .ibe-bottom .precice .precica h5, .secondHeader .ibe-bottom .precice .precica h5 {
  font-size: clamp(0.625rem, 0.6019rem + 0.1235vw, 0.75rem);
  font-family: "Graphik", sans-serif;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 2.286;
}
.mainHeader .ibe-bottom .precice .precica:last-child, .secondHeader .ibe-bottom .precice .precica:last-child {
  border-right: none;
}
.mainHeader .ibe-bottom .precice .precica:last-child::after, .secondHeader .ibe-bottom .precice .precica:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 0%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}
.mainHeader .ibe-bottom .precice .precica::after, .secondHeader .ibe-bottom .precice .precica::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 70%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}

.ibe {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  overflow: hidden;
}
@media (min-width: 300px) and (max-width: 575px) {
  .ibe {
    display: none !important;
  }
}
.ibe .booking-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 576px) and (max-width: 767px) {
  .ibe .booking-form {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ibe .booking-form {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .ibe .booking-form {
    flex-wrap: wrap;
  }
}
.ibe .booking-form .form-group {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.ibe .booking-form .form-group label {
  color: rgb(193, 172, 127);
  font-size: clamp(0.75rem, 0.5938rem + 0.5vw, 0.875rem);
  font-family: "Graphik", sans-serif;
  font-weight: bold;
  line-height: 2.286;
  display: block;
  width: 100%;
  height: 100%;
}
.ibe .booking-form .form-group optgroup {
  background: transparent;
  border: none;
  color: #096493;
  outline: none;
  cursor: pointer;
  font-size: clamp(0.875rem, 0.4063rem + 1.5vw, 1.25rem);
  font-family: "GTSuperDisplay", serif;
  line-height: 1.2;
  width: 100%;
  height: 100%;
  display: block;
}
.ibe .booking-form .form-group ::-moz-placeholder {
  background: transparent;
  border: none;
  color: #fff;
  outline: none;
  cursor: pointer;
  font-size: clamp(0.875rem, 0.4063rem + 1.5vw, 1.25rem);
  font-family: "GTSuperDisplay", serif;
  line-height: 1.2;
  width: 100%;
  height: 100%;
  display: block;
}
.ibe .booking-form .form-group input,
.ibe .booking-form .form-group select, .ibe .booking-form .form-group ::placeholder {
  background: transparent;
  border: none;
  color: #fff;
  outline: none;
  cursor: pointer;
  font-size: clamp(0.875rem, 0.4063rem + 1.5vw, 1.25rem);
  font-family: "GTSuperDisplay", serif;
  line-height: 1.2;
  width: 100%;
  height: 100%;
  display: block;
}
.ibe .booking-form .form-group select option {
  color: #096493;
}
.ibe .booking-form .form-group.promo {
  border-right: none;
}
.ibe .booking-form .form-group:last-child {
  border-right: none;
}
.ibe .booking-form .form-group .guests-counter {
  width: 100%;
}
.ibe .booking-form .form-group .guests-counter button {
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-size: clamp(0.875rem, 0.4063rem + 1.5vw, 1.25rem);
}
.ibe .booking-form .form-group .guests-counter span {
  font-size: 24px;
  font-family: "Graphik", sans-serif;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  font-size: clamp(0.875rem, 0.4063rem + 1.5vw, 1.25rem);
}
.ibe .booking-form .form-group:nth-of-type(1) {
  flex: 1 1 20%;
}
@media (min-width: 576px) and (max-width: 767px) {
  .ibe .booking-form .form-group:nth-of-type(1) {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ibe .booking-form .form-group:nth-of-type(1) {
    flex: 0 0 30%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .ibe .booking-form .form-group:nth-of-type(1) {
    flex: 0 0 30%;
  }
}
.ibe .booking-form .form-group:nth-of-type(2) {
  flex: 1 1 10%;
}
@media (min-width: 576px) and (max-width: 767px) {
  .ibe .booking-form .form-group:nth-of-type(2) {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ibe .booking-form .form-group:nth-of-type(2) {
    flex: 0 0 30%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .ibe .booking-form .form-group:nth-of-type(2) {
    flex: 0 0 30%;
  }
}
.ibe .booking-form .form-group:nth-of-type(3) {
  flex: 1 1 10%;
}
@media (min-width: 576px) and (max-width: 767px) {
  .ibe .booking-form .form-group:nth-of-type(3) {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ibe .booking-form .form-group:nth-of-type(3) {
    flex: 0 0 30%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .ibe .booking-form .form-group:nth-of-type(3) {
    flex: 0 0 30%;
  }
}
.ibe .booking-form .form-group:nth-of-type(4) {
  flex: 1 1 5%;
}
@media (min-width: 576px) and (max-width: 767px) {
  .ibe .booking-form .form-group:nth-of-type(4) {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ibe .booking-form .form-group:nth-of-type(4) {
    flex: 0 0 30%;
    margin-top: 2%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .ibe .booking-form .form-group:nth-of-type(4) {
    flex: 0 0 30%;
    margin-top: 2%;
  }
}
.ibe .booking-form .form-group:nth-of-type(5) {
  flex: 1 1 15%;
}
@media (min-width: 576px) and (max-width: 767px) {
  .ibe .booking-form .form-group:nth-of-type(5) {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ibe .booking-form .form-group:nth-of-type(5) {
    flex: 0 0 30%;
    margin-top: 2%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .ibe .booking-form .form-group:nth-of-type(5) {
    flex: 0 0 30%;
    margin-top: 2%;
  }
}
.ibe .booking-form .form-group:nth-of-type(6) {
  flex: 1 1 20%;
}
@media (min-width: 576px) and (max-width: 767px) {
  .ibe .booking-form .form-group:nth-of-type(6) {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ibe .booking-form .form-group:nth-of-type(6) {
    flex: 0 0 30%;
    margin-top: 2%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .ibe .booking-form .form-group:nth-of-type(6) {
    flex: 0 0 30%;
    margin-top: 2%;
  }
}
.ibe .booking-form .submit a {
  font-size: clamp(0.75rem, 0.5938rem + 0.5vw, 0.875rem);
  font-family: "Graphik", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 2.286;
  text-align: center;
  background-color: rgb(193, 172, 127);
  padding: 10px 15px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.special-offers, .rooms-offers {
  background-color: rgb(244, 245, 246);
  overflow: visible;
}
.special-offers .slider-container, .rooms-offers .slider-container {
  margin-top: 5%;
  overflow: visible;
}
.special-offers .slider-container .splide__track, .rooms-offers .slider-container .splide__track {
  overflow: visible;
}
.special-offers .slider-container .splide__track .splide__list, .rooms-offers .slider-container .splide__track .splide__list {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: stretch;
}
.special-offers .slider-container .splide__track .splide__list .splide__slide, .rooms-offers .slider-container .splide__track .splide__list .splide__slide {
  transition: 0.4s ease-in-out;
  align-self: stretch;
}
.special-offers .slider-container .splide__track .splide__list .splide__slide .offer-card, .rooms-offers .slider-container .splide__track .splide__list .splide__slide .offer-card {
  box-shadow: 0px 2px 30px 0px rgba(12, 72, 103, 0.1);
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.special-offers .slider-container .splide__track .splide__list .splide__slide .offer-card img, .rooms-offers .slider-container .splide__track .splide__list .splide__slide .offer-card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0 0;
  display: block;
}
.special-offers .slider-container .splide__track .splide__list .splide__slide .offer-card .ofer-card__img, .rooms-offers .slider-container .splide__track .splide__list .splide__slide .offer-card .ofer-card__img {
  position: relative;
  overflow: hidden;
}
.special-offers .slider-container .splide__track .splide__list .splide__slide .offer-card .ofer-card__img::after, .rooms-offers .slider-container .splide__track .splide__list .splide__slide .offer-card .ofer-card__img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  pointer-events: none;
}
.special-offers .slider-container .splide__track .splide__list .splide__slide .offer-card .offer-content, .rooms-offers .slider-container .splide__track .splide__list .splide__slide .offer-card .offer-content {
  padding: 3% 5%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.special-offers .slider-container .splide__track .splide__list .splide__slide .offer-card .offer-content h3, .rooms-offers .slider-container .splide__track .splide__list .splide__slide .offer-card .offer-content h3 {
  font-size: clamp(1rem, 0.2188rem + 2.5vw, 1.625rem);
  font-family: "GTSuperDisplay", serif;
  color: rgb(72, 72, 72);
  line-height: 1.2;
}
.special-offers .slider-container .splide__track .splide__list .splide__slide .offer-card .offer-content .date, .rooms-offers .slider-container .splide__track .splide__list .splide__slide .offer-card .offer-content .date {
  font-size: clamp(0.625rem, 0.3125rem + 1vw, 0.875rem);
  font-family: "Graphik", sans-serif;
  color: rgb(193, 172, 127);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.286;
}
.special-offers .slider-container .splide__track .splide__list .splide__slide .offer-card .lead, .rooms-offers .slider-container .splide__track .splide__list .splide__slide .offer-card .lead {
  padding-bottom: 2%;
}
.special-offers .slider-container .splide__track .splide__list .splide__slide .offer-card .buttons, .rooms-offers .slider-container .splide__track .splide__list .splide__slide .offer-card .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(72, 72, 72, 0.2);
  padding-top: 1%;
  margin-top: auto;
}
.special-offers .slider-container .splide__track .splide__list .splide__slide .offer-card .buttons .book-now, .rooms-offers .slider-container .splide__track .splide__list .splide__slide .offer-card .buttons .book-now {
  color: rgb(193, 172, 127);
  font-size: clamp(0.625rem, 0.4688rem + 0.5vw, 0.75rem);
  font-family: "Graphik", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.667;
  transition: 0.4s ease-in-out;
}
.special-offers .slider-container .splide__track .splide__list .splide__slide .offer-card .buttons .book-now:hover, .rooms-offers .slider-container .splide__track .splide__list .splide__slide .offer-card .buttons .book-now:hover {
  color: rgb(72, 72, 72);
}
.special-offers .slider-container .splide__track .splide__list .splide__slide .offer-card .buttons .read-more, .rooms-offers .slider-container .splide__track .splide__list .splide__slide .offer-card .buttons .read-more {
  color: rgb(72, 72, 72);
  font-size: clamp(0.625rem, 0.4688rem + 0.5vw, 0.75rem);
  font-family: "Graphik", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.667;
  transition: 0.4s ease-in-out;
}
.special-offers .slider-container .splide__track .splide__list .splide__slide .offer-card .buttons .read-more:hover, .rooms-offers .slider-container .splide__track .splide__list .splide__slide .offer-card .buttons .read-more:hover {
  color: rgb(193, 172, 127);
}
.special-offers .slider-container .splide__track .splide__list .splide__slide:hover, .rooms-offers .slider-container .splide__track .splide__list .splide__slide:hover {
  transform: translateY(-2rem);
  z-index: 10;
}
.special-offers .link-container, .rooms-offers .link-container {
  text-align: right;
}

.about-us {
  margin-bottom: 3%;
}
.about-us .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 300px) and (max-width: 575px) {
  .about-us .row {
    flex-wrap: wrap;
    padding: 2% 3%;
  }
}
.about-us .row .about-us__left {
  flex: 0 0 48%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (min-width: 300px) and (max-width: 575px) {
  .about-us .row .about-us__left {
    flex: 0 0 100%;
  }
}
.about-us .row .about-us__left p {
  justify-content: end;
}
.about-us .row .about-us__left .images {
  margin-top: clamp(1.25rem, -0.3125rem + 5vw, 2.5rem);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
}
.about-us .row .about-us__left .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.about-us .row .about-us__left .images .img1 {
  position: relative;
  width: 70%;
  height: 70%;
  z-index: 2;
}
@media (min-width: 300px) and (max-width: 575px) {
  .about-us .row .about-us__left .images .img1 {
    width: 100%;
    height: 100%;
  }
}
.about-us .row .about-us__left .images .img2 {
  z-index: 3;
  position: absolute;
  left: -5%;
  bottom: -10%;
  width: 70%;
  height: 70%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .about-us .row .about-us__left .images .img2 {
    width: 30%;
    height: 50%;
    bottom: 0;
    left: 0;
  }
}
.about-us .row .about-us__left .images .img2 img {
  -o-object-fit: contain;
     object-fit: contain;
}
.about-us .row .about-us__right {
  flex: 0 0 48%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (min-width: 300px) and (max-width: 575px) {
  .about-us .row .about-us__right {
    flex: 0 0 100%;
  }
}
.about-us .row .about-us__right .about-us__img {
  margin-top: clamp(1.25rem, -0.3125rem + 5vw, 2.5rem);
  overflow: hidden;
  position: relative;
}
@media (min-width: 300px) and (max-width: 575px) {
  .about-us .row .about-us__right .about-us__img {
    display: none;
  }
}
.about-us .row .about-us__right .about-us__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.top-bar {
  background-color: #096493;
}
.top-bar .row {
  border-top: 1px solid rgb(193, 172, 127);
  border-bottom: 1px solid rgb(193, 172, 127);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 300px) and (max-width: 575px) {
  .top-bar .row {
    justify-content: flex-start;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .top-bar .row {
    justify-content: flex-start;
  }
}
.top-bar .row span {
  font-size: clamp(0.75rem, 0.125rem + 2vw, 1.25rem);
  font-family: "GTSuperDisplay", serif;
  padding: clamp(1rem, -0.25rem + 4vw, 2rem);
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.2;
}
@media (min-width: 300px) and (max-width: 575px) {
  .top-bar .row span {
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .top-bar .row span {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-bar .row span {
    flex: 0 0 100%;
    text-align: center;
  }
}
.top-bar .row form {
  padding: clamp(1rem, -0.25rem + 4vw, 2rem);
}
@media (min-width: 300px) and (max-width: 575px) {
  .top-bar .row form {
    flex: 0 0 100%;
    padding: 2% 3%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .top-bar .row form {
    flex: 0 0 100%;
    padding: 2% 3%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-bar .row form {
    flex: 0 0 100%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-bar .row form {
    flex: 0 0 100%;
    text-align: center;
  }
}
.top-bar .row form input {
  border: none;
  font-size: clamp(0.75rem, 0.5938rem + 0.5vw, 0.875rem);
  font-family: "Graphik", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
  line-height: 1.2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
@media (min-width: 300px) and (max-width: 575px) {
  .top-bar .row form input {
    width: 90%;
    padding-bottom: 2%;
    padding-top: 5%;
  }
}
.top-bar .row form input[type=submit] {
  font-size: clamp(0.75rem, 0.7269rem + 0.1235vw, 0.875rem);
  font-family: "Graphik", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  z-index: 69;
  cursor: pointer;
  background-color: rgb(193, 172, 127);
  border: 1px solid rgb(193, 172, 127);
  z-index: 32;
  padding: 0.8rem 1rem;
  text-transform: uppercase;
}
@media (min-width: 300px) and (max-width: 575px) {
  .top-bar .row form input[type=submit] {
    width: 30%;
    margin-bottom: 2%;
    margin-top: 3%;
  }
}
.top-bar .row form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.top-bar .row form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.top-bar .row form input:focus {
  border: none;
  outline: 1px solid rgb(193, 172, 127);
}

.main-footer {
  background-color: #096493;
}
@media (min-width: 300px) and (max-width: 575px) {
  .main-footer {
    padding: 2% 3%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-footer {
    padding: 2% 3%;
  }
}
.main-footer .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 576px) and (max-width: 767px) {
  .main-footer .row {
    align-items: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer .row {
    align-items: flex-start;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  .main-footer .row .footer-logo {
    order: 5;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer .row .footer-logo {
    flex: 0 0 50%;
    text-align: center;
  }
}
.main-footer .row .footer-logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .main-footer .row .footer-logo img {
    width: 90%;
    height: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer .row .footer-logo img {
    width: 50%;
    height: 50%;
  }
}
.main-footer .row .review {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 300px) and (max-width: 575px) {
  .main-footer .row .review {
    order: 4;
    margin: 5% 0;
    flex: 0 0 100%;
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer .row .review {
    flex: 0 0 50%;
  }
}
.main-footer .row .review .review-top {
  text-align: center;
}
@media (min-width: 300px) and (max-width: 575px) {
  .main-footer .row .review .review-top {
    text-align: left;
    margin-left: 5%;
  }
}
.main-footer .row .review .review-top h6 {
  font-size: clamp(0.875rem, 0.4063rem + 1.5vw, 1.25rem);
  font-family: "Graphik", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
  line-height: 1.2;
}
.main-footer .row .review .review-top p {
  font-size: clamp(0.875rem, 0.4063rem + 1.5vw, 1.25rem);
  font-family: "Graphik", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.2;
}
.main-footer .row .review .price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.9375rem, 0.2344rem + 2.25vw, 1.5rem);
  font-family: "Graphik", sans-serif;
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgb(193, 172, 127);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  line-height: 1;
  margin-bottom: 5%;
  position: relative;
  border: 2px solid rgb(193, 172, 127);
}
.main-footer .row .review .price span {
  font-size: clamp(0.5625rem, 0.3281rem + 0.75vw, 0.75rem);
  font-family: "Graphik", sans-serif;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
}
.main-footer .row .review .price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid rgb(193, 172, 127);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 300px) and (max-width: 575px) {
  .main-footer .row .footer-navigation {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer .row .footer-navigation {
    flex: 0 0 50%;
    text-align: center;
    margin-top: 3%;
  }
}
.main-footer .row .footer-navigation .footer-list li a {
  font-size: clamp(0.625rem, 0.3125rem + 1vw, 0.875rem);
  font-family: "Graphik", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2.143;
  display: block;
  transition: 0.4s ease-in-out;
}
.main-footer .row .footer-navigation .footer-list li a:hover {
  transform: translateX(-5px);
}
.main-footer .row .footer-contact {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 300px) and (max-width: 575px) {
  .main-footer .row .footer-contact {
    order: 2;
    flex: 0 0 100%;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer .row .footer-contact {
    flex: 0 0 50%;
    text-align: center;
    align-items: center;
    margin-top: 3%;
  }
}
.main-footer .row .footer-contact .footer-contact__phone {
  font-size: clamp(0.75rem, 0.125rem + 2vw, 1.25rem);
  font-family: "GTSuperDisplay", serif;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(1.125rem, 0.1875rem + 3vw, 1.875rem);
}
.main-footer .row .footer-contact .footer-contact__phone a {
  font-size: clamp(0.75rem, 0.125rem + 2vw, 1.25rem);
  font-family: "GTSuperDisplay", serif;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
  transition: 0.4s ease-in-out;
  display: block;
  letter-spacing: 1px;
}
.main-footer .row .footer-contact .footer-contact__phone a:hover {
  transform: translateX(-5px);
}
.main-footer .row .footer-contact .footer-contact__phone .footer-contact__phone__list {
  margin-left: 10px;
}
.main-footer .row .footer-contact .footer-contact__mail {
  font-size: clamp(0.75rem, 0.125rem + 2vw, 1.25rem);
  font-family: "GTSuperDisplay", serif;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-footer .row .footer-contact .footer-contact__mail a {
  font-size: clamp(0.75rem, 0.125rem + 2vw, 1.25rem);
  font-family: "GTSuperDisplay", serif;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.2;
  transition: 0.4s ease-in-out;
  display: block;
  letter-spacing: 1px;
}
.main-footer .row .footer-contact .footer-contact__mail a:hover {
  transform: translateX(-5px);
}
.main-footer .row .footer-contact .footer-contact__mail .footer-contact__phone__list {
  margin-left: 10px;
}

.bottom-bar {
  background-color: #096493;
}
@media (min-width: 300px) and (max-width: 575px) {
  .bottom-bar {
    padding-top: 0 !important;
  }
}
.bottom-bar .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bottom-bar .row .bottom-bar__left {
  flex: 0 0 48%;
  align-self: center;
  justify-content: flex-start;
}
@media (min-width: 300px) and (max-width: 575px) {
  .bottom-bar .row .bottom-bar__left {
    flex: 0 0 100%;
    padding: 2% 3%;
    order: 3;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bottom-bar .row .bottom-bar__left {
    flex: 0 0 100%;
    padding: 2% 3%;
    order: 3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-bar .row .bottom-bar__left {
    flex: 0 0 48%;
  }
}
.bottom-bar .row .bottom-bar__left .copyright {
  font-size: clamp(0.625rem, 0.4688rem + 0.5vw, 0.75rem);
  font-family: "Graphik", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.2;
}
.bottom-bar .row .bottom-bar__right {
  flex: 0 0 48%;
  align-items: center;
}
@media (min-width: 300px) and (max-width: 575px) {
  .bottom-bar .row .bottom-bar__right {
    flex: 0 0 100%;
    padding: 2% 3%;
    align-items: flex-start;
    order: 2;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bottom-bar .row .bottom-bar__right {
    flex: 0 0 100%;
    padding: 2% 3%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-bar .row .bottom-bar__right {
    flex: 0 0 48%;
  }
}
.bottom-bar .row .bottom-bar__right .social {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (min-width: 300px) and (max-width: 575px) {
  .bottom-bar .row .bottom-bar__right .social {
    flex: 0 0 100%;
    justify-content: flex-start;
  }
}
.bottom-bar .row .bottom-bar__right .social p {
  font-size: clamp(0.875rem, 0.4063rem + 1.5vw, 1.25rem);
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.6);
  font-family: "GTSuperDisplay", serif;
  margin-right: clamp(0.9375rem, 0.1563rem + 2.5vw, 1.5625rem);
}
.bottom-bar .row .bottom-bar__right .social ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-bar .row .bottom-bar__right .social ul li {
  margin-right: 1rem;
}
.bottom-bar .row .bottom-bar__right .social ul li:last-child {
  margin-right: 0;
}
.bottom-bar .row .bottom-bar__right .social ul li a {
  font-size: clamp(0.625rem, -0.625rem + 4vw, 1.625rem);
  font-family: "FontAwesome5Brands";
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.2;
  transition: 0.4s ease-in-out;
}
.bottom-bar .row .bottom-bar__right .social ul li a img {
  transition: 0.4s ease-in-out;
  display: block;
  transform-origin: center;
  width: 70%;
  height: 70%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bottom-bar .row .bottom-bar__right .social ul li:hover a img {
  transform: rotate(-180deg);
}

@media (min-width: 300px) and (max-width: 575px) {
  .rooms-offers {
    padding: 2% 3%;
  }
}
.rooms-offers .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rooms-offers .row .rooms-left {
  flex: 0 0 48%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .rooms-offers .row .rooms-left {
    flex: 0 0 100%;
    margin-top: 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .rooms-offers .row .rooms-left {
    flex: 0 0 70%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rooms-offers .row .rooms-left {
    flex: 0 0 70%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .rooms-offers .row .rooms-left {
    flex: 0 0 70%;
  }
}
.rooms-offers .row .rooms-left h2 {
  color: #096493 !important;
}
.rooms-offers .row .rooms-left p {
  color: #096493 !important;
}
.rooms-offers .row .rooms-right {
  flex: 0 0 48%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .rooms-offers .row .rooms-right {
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .rooms-offers .row .rooms-right {
    flex: 0 0 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rooms-offers .row .rooms-right {
    flex: 0 0 25%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .rooms-offers .row .rooms-right {
    flex: 0 0 25%;
  }
}
.rooms-offers .row .rooms-right .review {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 300px) and (max-width: 575px) {
  .rooms-offers .row .rooms-right .review {
    justify-content: flex-start;
    flex-direction: row;
    margin-top: 5%;
  }
}
.rooms-offers .row .rooms-right .review .review-top {
  text-align: center;
}
@media (min-width: 300px) and (max-width: 575px) {
  .rooms-offers .row .rooms-right .review .review-top {
    text-align: left;
    margin-left: 5%;
  }
}
.rooms-offers .row .rooms-right .review .review-top h6 {
  font-size: clamp(0.875rem, 0.4063rem + 1.5vw, 1.25rem);
  font-family: "Graphik", sans-serif;
  color: rgb(193, 172, 127);
  font-weight: bold;
  line-height: 1.2;
}
.rooms-offers .row .rooms-right .review .review-top p {
  font-size: clamp(0.875rem, 0.4063rem + 1.5vw, 1.25rem);
  font-family: "Graphik", sans-serif;
  color: rgb(193, 172, 127);
  line-height: 1.2;
}
.rooms-offers .row .rooms-right .review .price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.9375rem, 0.2344rem + 2.25vw, 1.5rem);
  font-family: "Graphik", sans-serif;
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgb(193, 172, 127);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  line-height: 1;
  margin-bottom: 5%;
  position: relative;
  border: 2px solid rgb(193, 172, 127);
}
.rooms-offers .row .rooms-right .review .price span {
  font-size: clamp(0.5625rem, 0.3281rem + 0.75vw, 0.75rem);
  font-family: "Graphik", sans-serif;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
}
.rooms-offers .row .rooms-right .review .price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px solid rgb(193, 172, 127);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 300px) and (max-width: 575px) {
  .rooms-offers .row .rooms-right .review .price h6 {
    width: 100%;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  .rooms-offers .row .rooms-right .review .price p {
    width: 100%;
  }
}

.contact-us__intro {
  background-color: rgb(255, 255, 255);
}
.contact-us__intro .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
@media (min-width: 300px) and (max-width: 575px) {
  .contact-us__intro .row {
    flex-wrap: wrap;
    padding: 2% 3%;
    justify-content: flex-start;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  .contact-us__intro .row .contact-us__intro-info {
    flex: 0 0 45%;
    margin-top: 3%;
  }
}
.contact-us__intro .row .contact-us__intro-info h5 {
  font-size: clamp(0.875rem, 0.4063rem + 1.5vw, 1.25rem);
  font-family: "GTSuperDisplay", serif;
  color: rgb(193, 172, 127);
  line-height: 1.417;
}
.contact-us__intro .row .contact-us__intro-info p {
  font-size: clamp(0.875rem, 0.4063rem + 1.5vw, 1.25rem);
  font-family: "GTSuperDisplay", serif;
  color: rgb(72, 72, 72);
  line-height: 1.417;
  display: flex;
  flex-direction: column;
}
.contact-us__intro .row .contact-us__intro-info p a {
  color: rgb(72, 72, 72);
  transition: 0.4s ease-in-out;
}
.contact-us__intro .row .contact-us__intro-info p a:hover {
  color: #096493;
}

@media (min-width: 300px) and (max-width: 575px) {
  .contact-form {
    padding: 2% 3%;
  }
}
.contact-form .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-form .row .contact-form__left {
  flex: 0 0 48%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .contact-form .row .contact-form__left {
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .contact-form .row .contact-form__left {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .row .contact-form__left {
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .contact-form .row .contact-form__left {
    flex: 0 0 100%;
  }
}
.contact-form .row .contact-form__left h2 {
  color: #096493 !important;
}
.contact-form .row .contact-form__left p {
  color: #096493 !important;
}
.contact-form .row .contact-form__left form {
  background-color: #096493;
  height: clamp(25rem, 23.1481rem + 9.8765vw, 35rem);
  width: 90%;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
@media (min-width: 300px) and (max-width: 575px) {
  .contact-form .row .contact-form__left form {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .contact-form .row .contact-form__left form {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .row .contact-form__left form {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .contact-form .row .contact-form__left form {
    width: 100%;
  }
}
.contact-form .row .contact-form__left form::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40%;
  top: 25%;
  left: 50%;
  background: url("../img/Logo Symbol.png") no-repeat center;
  background-size: contain;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.contact-form .row .contact-form__right {
  flex: 0 0 48%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .contact-form .row .contact-form__right {
    flex: 0 0 100%;
    margin-top: 2%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .contact-form .row .contact-form__right {
    flex: 0 0 100%;
    margin-top: 2%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .row .contact-form__right {
    flex: 0 0 100%;
    margin-top: 2%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .contact-form .row .contact-form__right {
    flex: 0 0 100%;
    margin-top: 2%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.contact-form .row .contact-form__right h2 {
  color: #096493 !important;
  text-align: right;
}
@media (min-width: 300px) and (max-width: 575px) {
  .contact-form .row .contact-form__right h2 {
    text-align: left;
    order: 2;
    margin-bottom: 2%;
  }
}
.contact-form .row .contact-form__right .img {
  width: 90%;
  margin-right: auto;
}
@media (min-width: 300px) and (max-width: 575px) {
  .contact-form .row .contact-form__right .img {
    width: 100%;
    order: 3;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .contact-form .row .contact-form__right .img {
    width: 100%;
    order: 3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .row .contact-form__right .img {
    width: 100%;
    order: 3;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .contact-form .row .contact-form__right .img {
    width: 100%;
    order: 3;
  }
}
.contact-form .row .contact-form__right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 300px) and (max-width: 575px) {
  .more-offers {
    padding: 2% 3%;
  }
}
.more-offers .row h2 {
  color: #096493 !important;
}
.more-offers .row p {
  color: #096493 !important;
  width: 50%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .more-offers .row p {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .more-offers .row p {
    width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .more-offers .row p {
    width: 75%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .more-offers .row p {
    width: 75%;
  }
}

.bottom-img {
  position: relative;
}
.bottom-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.6) 100%), url("../img/bottom-img.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  z-index: -1;
}
.bottom-img .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 300px) and (max-width: 575px) {
  .bottom-img .row {
    flex-wrap: wrap;
    padding: 2% 3%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bottom-img .row {
    flex-wrap: wrap;
    padding: 2% 3%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-img .row {
    flex-wrap: wrap;
    padding: 2% 3%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .bottom-img .row {
    flex-wrap: wrap;
    padding: 2% 3%;
  }
}
.bottom-img .row .bottom-img__left {
  flex: 0 0 48%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .bottom-img .row .bottom-img__left {
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bottom-img .row .bottom-img__left {
    flex: 0 0 70%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-img .row .bottom-img__left {
    flex: 0 0 70%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .bottom-img .row .bottom-img__left {
    flex: 0 0 70%;
  }
}
.bottom-img .row .bottom-img__left p {
  color: #096493 !important;
}
.bottom-img .row .bottom-img__left h2 {
  color: #096493 !important;
}
.bottom-img .row .bottom-img__right {
  flex: 0 0 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 300px) and (max-width: 575px) {
  .bottom-img .row .bottom-img__right {
    flex: 0 0 100%;
    margin-top: 3%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bottom-img .row .bottom-img__right {
    flex: 0 0 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-img .row .bottom-img__right {
    flex: 0 0 25%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .bottom-img .row .bottom-img__right {
    flex: 0 0 25%;
  }
}
.bottom-img .row .bottom-img__right a {
  text-transform: uppercase;
}

.secondHeader {
  background-color: #096493;
  min-height: 45vh;
  height: auto;
}
.secondHeader::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 40%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.secondHeader::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(9, 100, 147, 0) 0%, rgba(9, 100, 147, 0) 40%, rgba(9, 100, 147, 0) 100%);
  pointer-events: none;
  z-index: 5;
}
.secondHeader .hero-single-offer {
  position: absolute;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding-left: 10%;
}
.secondHeader .hero-single-offer hgroup span {
  font-size: clamp(0.75rem, 0.2813rem + 1.5vw, 1.125rem);
  font-family: "Graphik", sans-serif;
  color: rgb(193, 172, 127);
  font-weight: bold;
  line-height: 1.778;
}
.secondHeader .hero-single-offer hgroup h1 {
  font-size: clamp(1.875rem, -0.4688rem + 7.5vw, 3.75rem);
  font-family: "GTSuperDisplay", serif;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 99999;
  letter-spacing: 1.5px;
}
.secondHeader .menu-container {
  z-index: 999999;
}

.single-offer__details .single-offer__img {
  height: 50vh;
}
.single-offer__details .single-offer__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-offer__details .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-offer__details .row .single-offer__details-left {
  flex: 0 0 70%;
  padding: 2%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .single-offer__details .row .single-offer__details-left {
    flex: 0 0 100%;
    margin-top: 3%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .single-offer__details .row .single-offer__details-left {
    flex: 0 0 100%;
    margin-top: 3%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-offer__details .row .single-offer__details-left {
    flex: 0 0 100%;
    margin-top: 3%;
  }
}
.single-offer__details .row .single-offer__details-left h3 {
  font-size: clamp(1.125rem, -0.2813rem + 4.5vw, 2.25rem);
  font-family: "GTSuperDisplay", serif;
  color: rgb(0, 0, 2);
  line-height: 1.2;
  padding-top: 2%;
}
.single-offer__details .row .single-offer__details-left ul {
  padding: 2% 0;
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media (min-width: 300px) and (max-width: 575px) {
  .single-offer__details .row .single-offer__details-left ul {
    -moz-columns: 1;
         columns: 1;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .single-offer__details .row .single-offer__details-left ul {
    -moz-columns: 1;
         columns: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-offer__details .row .single-offer__details-left ul {
    -moz-columns: 1;
         columns: 1;
  }
}
.single-offer__details .row .single-offer__details-left ul li {
  font-size: clamp(0.75rem, 0.4375rem + 1vw, 1rem);
  font-family: "Graphik", sans-serif;
  color: rgb(72, 72, 72);
  line-height: 2;
  position: relative;
}
.single-offer__details .row .single-offer__details-left ul li i {
  font-size: 5px;
  display: inline-block;
  margin-right: 1rem;
}
.single-offer__details .row .single-offer__details-right {
  flex: 0 0 25%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .single-offer__details .row .single-offer__details-right {
    flex: 0 0 100%;
    margin-top: 3%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .single-offer__details .row .single-offer__details-right {
    flex: 0 0 100%;
    margin-top: 3%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-offer__details .row .single-offer__details-right {
    flex: 0 0 100%;
    margin-top: 3%;
  }
}
.single-offer__details .row .single-offer__details-right .offer-includes {
  padding: 7%;
  background-color: #096493;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.single-offer__details .row .single-offer__details-right .offer-includes .offer-includes__valid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5%;
}
.single-offer__details .row .single-offer__details-right .offer-includes .offer-includes__valid .offer-includes__valid-until {
  width: 100%;
  margin-left: 10px;
}
.single-offer__details .row .single-offer__details-right .offer-includes .offer-includes__valid .offer-includes__valid-until span {
  font-size: clamp(0.625rem, 0.3125rem + 1vw, 0.875rem);
  font-family: "Graphik", sans-serif;
  color: rgb(193, 172, 127);
  font-weight: bold;
  line-height: 1.286;
  display: block;
}
.single-offer__details .row .single-offer__details-right .offer-includes .offer-includes__valid .offer-includes__valid-until h6 {
  font-size: clamp(0.625rem, 0.3125rem + 1vw, 0.875rem);
  font-family: "Graphik", sans-serif;
  color: rgb(255, 255, 255);
  line-height: 1.286;
}
.single-offer__details .row .single-offer__details-right .offer-includes a {
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.single-offer__details .row .single-offer__details-right .transfer {
  flex: 0 0 70%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgb(109, 182, 220);
  padding: 3%;
}
.single-offer__details .row .single-offer__details-right .transfer .transfer-img {
  margin-right: 2%;
}
.single-offer__details .row .single-offer__details-right .transfer .transfer-content span {
  font-size: clamp(0.625rem, 0.3125rem + 1vw, 0.875rem);
  font-family: "Graphik", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.857;
}
.single-offer__details .row .single-offer__details-right .transfer .transfer-content h6 {
  font-size: clamp(1rem, 0.0625rem + 3vw, 1.75rem);
  font-family: "GTSuperDisplay", serif;
  color: rgb(255, 255, 255);
  line-height: 1.2;
}

.work-with-us {
  background-color: rgb(244, 245, 246);
}
@media (min-width: 300px) and (max-width: 575px) {
  .work-with-us {
    padding: 2% 3%;
  }
}
.work-with-us .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.work-with-us .row .work__left, .work-with-us .row .work__right {
  flex: 0 0 48%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .work-with-us .row .work__left, .work-with-us .row .work__right {
    flex: 0 0 100%;
  }
}
.work-with-us .row .work__left.work__right, .work-with-us .row .work__right.work__right {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.work-slider {
  background-color: rgb(255, 255, 255);
  width: 60%;
  margin: auto;
  text-align: center;
}
@media (min-width: 300px) and (max-width: 575px) {
  .work-slider {
    width: 90%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .work-slider {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .work-slider {
    width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .work-slider {
    width: 80%;
  }
}
.work-slider .splide__arrow svg {
  fill: rgb(193, 172, 127);
  font-size: 1.5rem;
}
.work-slider .splide__arrow {
  background-color: transparent;
}
@media (min-width: 300px) and (max-width: 575px) {
  .work-slider .splide__arrow--next {
    right: 0%;
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  .work-slider .splide__arrow--prev {
    left: 0%;
  }
}
.work-slider h4 {
  font-size: clamp(0.6875rem, 0.4531rem + 0.75vw, 0.875rem);
  font-family: "Graphik", sans-serif;
  color: rgb(193, 172, 127);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.778;
  margin-bottom: 3%;
}
.work-slider img {
  width: 3%;
}
.work-slider .splide__list {
  width: 100%;
}
.work-slider .splide__list .splide__slide {
  width: 100%;
  text-align: center;
  padding: 3% 5% 1% 5%;
}
.work-slider .splide__list .splide__slide p {
  font-size: clamp(1.375rem, -0.0313rem + 4.5vw, 2.5rem);
  font-family: "GTSuperDisplay", serif;
  color: #096493;
  line-height: 1.2;
  text-align: center;
}
.work-slider .splide__list .splide__slide h6 {
  font-size: clamp(0.875rem, 0.25rem + 2vw, 1.375rem);
  font-family: "Graphik", sans-serif;
  color: #096493;
  line-height: 1.333;
  margin: 3% 0;
}

.single-blog-post {
  background-color: rgb(255, 255, 255);
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 300px) and (max-width: 575px) {
  .single-blog-post {
    width: 100%;
    padding: 5% 5%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .single-blog-post {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-blog-post {
    width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .single-blog-post {
    width: 80%;
  }
}
.single-blog-post .author {
  font-size: clamp(0.75rem, 0.4375rem + 1vw, 1rem);
  font-family: "Graphik", sans-serif;
  color: #096493;
  line-height: 1.75;
  margin-bottom: 2%;
}
.single-blog-post .author a {
  font-size: clamp(0.75rem, 0.4375rem + 1vw, 1rem);
  font-family: "Graphik", sans-serif;
  color: #096493;
  line-height: 1.75;
  margin-bottom: 2%;
  transition: 0.4s ease-in-out;
}
.single-blog-post .blog-img {
  overflow: hidden;
  max-height: 50vh;
}
.single-blog-post .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-blog-post h4 {
  font-size: clamp(1rem, -0.25rem + 4vw, 2rem);
  font-family: "GTSuperDisplay", serif;
  color: rgb(72, 72, 72);
  line-height: 1.2;
  margin-top: 2%;
  margin-bottom: 2%;
}
.single-blog-post blockquote {
  font-size: clamp(0.875rem, -0.2188rem + 3.5vw, 1.75rem);
  font-family: "GTSuperDisplay", serif;
  color: #096493;
  line-height: 1.6;
  margin-top: 3%;
  margin-bottom: 3%;
  width: 60%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .single-blog-post blockquote {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .single-blog-post blockquote {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-blog-post blockquote {
    width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .single-blog-post blockquote {
    width: 80%;
  }
}
.single-blog-post blockquote img {
  height: 100;
  width: 4%;
  margin-right: 2%;
}

.blog-list .blog-filter {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (min-width: 300px) and (max-width: 575px) {
  .blog-list .blog-filter {
    flex-wrap: wrap;
    padding: 2% 3%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .blog-list .blog-filter {
    flex-wrap: wrap;
    padding: 2% 3%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-list .blog-filter {
    flex-wrap: wrap;
    padding: 2% 3%;
  }
}
.blog-list .blog-filter h6 {
  font-size: clamp(0.875rem, 0.25rem + 2vw, 1.375rem);
  font-family: "GTSuperDisplay", serif;
  color: #096493;
  line-height: 1.2;
}
@media (min-width: 300px) and (max-width: 575px) {
  .blog-list .blog-filter h6 {
    padding: 2% 3%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .blog-list .blog-filter h6 {
    padding: 2% 3%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-list .blog-filter h6 {
    padding: 2% 3%;
  }
}
.blog-list .blog-filter .blog-filter__tab {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .blog-list .blog-filter .blog-filter__tab {
    flex-wrap: wrap;
    margin-top: 3%;
    justify-content: flex-start;
    padding: 2% 3%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .blog-list .blog-filter .blog-filter__tab {
    flex-wrap: wrap;
    margin-top: 3%;
    justify-content: flex-start;
    padding: 2% 3%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-list .blog-filter .blog-filter__tab {
    flex-wrap: wrap;
    margin-top: 3%;
    justify-content: flex-start;
    padding: 2% 3%;
  }
}
.blog-list .blog-filter .blog-filter__tab a {
  font-size: clamp(0.875rem, 0.4063rem + 1.5vw, 1.25rem);
  font-family: "Graphik", sans-serif;
  color: #096493;
  line-height: 1.2;
  display: flex;
  align-items: center;
  transition: 0.4s ease-in-out;
  position: relative;
  margin-right: clamp(1.25rem, 0.4688rem + 2.5vw, 1.875rem);
}
.blog-list .blog-filter .blog-filter__tab a:last-child {
  margin-right: 0;
}
.blog-list .blog-filter .blog-filter__tab a:hover {
  color: rgb(193, 172, 127);
}
.blog-list .blog-filter .blog-filter__tab a.tab-active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: rgb(193, 172, 127);
}
@media (min-width: 300px) and (max-width: 575px) {
  .blog-list .blog-filter .blog-filter__tab a {
    margin-top: 3%;
  }
}
.blog-list .blog-filter__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: clamp(2.5rem, 0.9375rem + 5vw, 3.75rem);
}
.blog-list .blog-filter__list .offer-card {
  box-shadow: 0px 2px 30px 0px rgba(12, 72, 103, 0.1);
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  height: 100%;
  flex: 0 0 48%;
  max-height: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 300px) and (max-width: 575px) {
  .blog-list .blog-filter__list .offer-card {
    flex: 0 0 100%;
    padding: 2% 3%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .blog-list .blog-filter__list .offer-card {
    flex: 0 0 47%;
    padding: 2% 3%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-list .blog-filter__list .offer-card {
    flex: 0 0 47%;
    padding: 2% 3%;
  }
}
.blog-list .blog-filter__list .offer-card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0 0;
  display: block;
}
.blog-list .blog-filter__list .offer-card .ofer-card__img {
  position: relative;
  overflow: hidden;
  max-height: 32vh;
  height: auto;
}
.blog-list .blog-filter__list .offer-card .ofer-card__img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  pointer-events: none;
}
.blog-list .blog-filter__list .offer-card .ofer-card__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-list .blog-filter__list .offer-card .offer-content {
  padding: 3% 5%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-list .blog-filter__list .offer-card .offer-content h3 {
  font-size: clamp(1rem, 0.2188rem + 2.5vw, 1.625rem);
  font-family: "GTSuperDisplay", serif;
  color: rgb(72, 72, 72);
  line-height: 1.2;
}
.blog-list .blog-filter__list .offer-card .offer-content .date {
  font-size: clamp(0.625rem, 0.3125rem + 1vw, 0.875rem);
  font-family: "Graphik", sans-serif;
  color: rgb(193, 172, 127);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.286;
}
.blog-list .blog-filter__list .offer-card .lead {
  padding-bottom: 2%;
}
.blog-list .blog-filter__list .offer-card .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(72, 72, 72, 0.2);
  padding-top: 1%;
  margin-top: auto;
}
.blog-list .blog-filter__list .offer-card .buttons .read-more {
  color: rgb(72, 72, 72);
  font-size: clamp(0.625rem, 0.4688rem + 0.5vw, 0.75rem);
  font-family: "Graphik", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.667;
  transition: 0.4s ease-in-out;
}
.blog-list .blog-filter__list .offer-card .buttons .read-more:hover {
  color: rgb(193, 172, 127);
}

.our-hotels {
  background-color: rgb(255, 255, 255);
}
@media (min-width: 300px) and (max-width: 575px) {
  .our-hotels .our-hotel-intro {
    padding: 2% 3%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .our-hotels .our-hotel-intro {
    padding: 2% 3%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-hotels .our-hotel-intro {
    padding: 2% 3%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .our-hotels .our-hotel-intro {
    padding: 2% 3%;
  }
}
.our-hotels .our-hotel-intro h2 {
  color: #096493 !important;
}
.our-hotels .our-hotel-intro p {
  color: #096493 !important;
  width: 60%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .our-hotels .our-hotel-intro p {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .our-hotels .our-hotel-intro p {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-hotels .our-hotel-intro p {
    width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .our-hotels .our-hotel-intro p {
    width: 80%;
  }
}
.our-hotels .slider-container {
  background-color: rgb(255, 255, 255);
  margin-top: 5%;
  overflow: hidden;
}
.our-hotels .slider-container .splide__track {
  overflow: visible;
  background-color: rgb(255, 255, 255);
}
.our-hotels .slider-container .splide__track .splide__list {
  position: relative;
  overflow: visible;
  display: flex;
  background-color: rgb(255, 255, 255);
  align-items: stretch;
}
.our-hotels .slider-container .splide__track .splide__list .splide__slide {
  transition: 0.4s ease-in-out;
  align-self: stretch;
  background-color: rgb(255, 255, 255);
}
.our-hotels .slider-container .splide__track .splide__list .splide__slide .offer-card {
  box-shadow: 0px 2px 30px 0px rgba(12, 72, 103, 0.1);
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.our-hotels .slider-container .splide__track .splide__list .splide__slide .offer-card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0 0;
  display: block;
}
.our-hotels .slider-container .splide__track .splide__list .splide__slide .offer-card .ofer-card__img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.our-hotels .slider-container .splide__track .splide__list .splide__slide .offer-card .ofer-card__img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  pointer-events: none;
}
.our-hotels .slider-container .splide__track .splide__list .splide__slide .offer-card .offer-content {
  padding: 3% 5%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.our-hotels .slider-container .splide__track .splide__list .splide__slide .offer-card .offer-content h3 {
  font-size: clamp(1rem, 0.2188rem + 2.5vw, 1.625rem);
  font-family: "GTSuperDisplay", serif;
  color: rgb(72, 72, 72);
  line-height: 1.2;
}
.our-hotels .slider-container .splide__track .splide__list .splide__slide .offer-card .offer-content .date {
  font-size: clamp(0.625rem, 0.3125rem + 1vw, 0.875rem);
  font-family: "Graphik", sans-serif;
  color: rgb(193, 172, 127);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.286;
}
.our-hotels .slider-container .splide__track .splide__list .splide__slide .offer-card .lead {
  padding-bottom: 2%;
}
.our-hotels .slider-container .splide__track .splide__list .splide__slide .offer-card .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(72, 72, 72, 0.2);
  padding-top: 1%;
  margin-top: auto;
}
.our-hotels .slider-container .splide__track .splide__list .splide__slide .offer-card .buttons .book-now {
  color: rgb(193, 172, 127);
  font-size: clamp(0.625rem, 0.4688rem + 0.5vw, 0.75rem);
  font-family: "Graphik", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.667;
  transition: 0.4s ease-in-out;
}
.our-hotels .slider-container .splide__track .splide__list .splide__slide .offer-card .buttons .book-now:hover {
  color: rgb(72, 72, 72);
}
.our-hotels .slider-container .splide__track .splide__list .splide__slide .offer-card .buttons .read-more {
  color: rgb(72, 72, 72);
  font-size: clamp(0.625rem, 0.4688rem + 0.5vw, 0.75rem);
  font-family: "Graphik", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.667;
  transition: 0.4s ease-in-out;
}
.our-hotels .slider-container .splide__track .splide__list .splide__slide .offer-card .buttons .read-more:hover {
  color: rgb(193, 172, 127);
}
.our-hotels .slider-container .splide__track .splide__list .splide__slide:hover {
  transform: translateY(-2rem);
  z-index: 10;
}

#single-hotel-slider {
  background-color: rgb(244, 245, 246) !important;
}
#single-hotel-slider .single-hotel-slider__intro p {
  width: 50%;
}
@media (min-width: 300px) and (max-width: 575px) {
  #single-hotel-slider .single-hotel-slider__intro p {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #single-hotel-slider .single-hotel-slider__intro p {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #single-hotel-slider .single-hotel-slider__intro p {
    width: 70%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  #single-hotel-slider .single-hotel-slider__intro p {
    width: 70%;
  }
}

.single-hotel-amenities, .single-hotel-amenities-grey {
  background-color: rgb(255, 255, 255);
}
.single-hotel-amenities .row, .single-hotel-amenities-grey .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 300px) and (max-width: 575px) {
  .single-hotel-amenities .row, .single-hotel-amenities-grey .row {
    padding: 2% 3%;
  }
}
.single-hotel-amenities .row .single-hotel-amenities__left, .single-hotel-amenities-grey .row .single-hotel-amenities__left {
  flex: 0 0 45%;
  padding-right: 2%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .single-hotel-amenities .row .single-hotel-amenities__left, .single-hotel-amenities-grey .row .single-hotel-amenities__left {
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .single-hotel-amenities .row .single-hotel-amenities__left, .single-hotel-amenities-grey .row .single-hotel-amenities__left {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-hotel-amenities .row .single-hotel-amenities__left, .single-hotel-amenities-grey .row .single-hotel-amenities__left {
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .single-hotel-amenities .row .single-hotel-amenities__left, .single-hotel-amenities-grey .row .single-hotel-amenities__left {
    flex: 0 0 100%;
  }
}
.single-hotel-amenities .row .single-hotel-amenities__right, .single-hotel-amenities-grey .row .single-hotel-amenities__right {
  flex: 0 0 45%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .single-hotel-amenities .row .single-hotel-amenities__right, .single-hotel-amenities-grey .row .single-hotel-amenities__right {
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .single-hotel-amenities .row .single-hotel-amenities__right, .single-hotel-amenities-grey .row .single-hotel-amenities__right {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-hotel-amenities .row .single-hotel-amenities__right, .single-hotel-amenities-grey .row .single-hotel-amenities__right {
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .single-hotel-amenities .row .single-hotel-amenities__right, .single-hotel-amenities-grey .row .single-hotel-amenities__right {
    flex: 0 0 100%;
  }
}
.single-hotel-amenities .row .single-hotel-amenities__right .splide__slide, .single-hotel-amenities-grey .row .single-hotel-amenities__right .splide__slide {
  width: 100%;
  height: 100%;
  height: 50vh;
}
.single-hotel-amenities .row .single-hotel-amenities__right .splide__slide img, .single-hotel-amenities-grey .row .single-hotel-amenities__right .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.single-hotel-amenities:nth-child(even), .single-hotel-amenities-grey:nth-child(even) {
  background-color: #EDF1F4;
}

.single-hotel-amenities-grey {
  background-color: rgb(244, 245, 246) !important;
}

.hotel-details {
  background-color: rgb(255, 255, 255);
}
@media (min-width: 300px) and (max-width: 575px) {
  .hotel-details {
    padding: 2% 3%;
  }
}
.hotel-details .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hotel-details .row .hotel-details__top {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 300px) and (max-width: 575px) {
  .hotel-details .row .hotel-details__top {
    padding: 5% 2% 2% 2%;
  }
}
.hotel-details .row .hotel-details__top p {
  flex: 0 0 45%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .hotel-details .row .hotel-details__top p {
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hotel-details .row .hotel-details__top p {
    flex: 0 0 100%;
  }
}
.hotel-details .row .hotel-details__bottom {
  margin-top: 3%;
  flex: 0 0 100%;
}
.hotel-details .row .hotel-details__bottom .h2 {
  color: rgb(193, 172, 127) !important;
}
.hotel-details .row .hotel-details__bottom .amenities-box {
  background-color: rgb(193, 172, 127);
  margin-top: 3%;
  width: 100%;
  -moz-columns: 3;
       columns: 3;
  padding: 2% 4%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .hotel-details .row .hotel-details__bottom .amenities-box {
    -moz-columns: 1;
         columns: 1;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hotel-details .row .hotel-details__bottom .amenities-box {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hotel-details .row .hotel-details__bottom .amenities-box {
    -moz-columns: 2;
         columns: 2;
  }
}
.hotel-details .row .hotel-details__bottom .amenities-box li {
  font-size: clamp(0.75rem, 0.4375rem + 1vw, 1rem);
  font-family: "Graphik", sans-serif;
  color: rgb(255, 255, 255);
  line-height: 2;
  position: relative;
}
@media (min-width: 300px) and (max-width: 575px) {
  .hotel-details .row .hotel-details__bottom .amenities-box li {
    margin-left: 2rem;
  }
}
.hotel-details .row .hotel-details__bottom .amenities-box li::before {
  content: "";
  display: block;
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
}

.hotel-galery {
  background-color: rgb(255, 255, 255);
}
.hotel-galery .splide {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hotel-galery .splide .splide__slide {
  flex: 0 0 50%;
  max-height: 600px;
  min-height: 10rem;
  height: auto;
}
.hotel-galery .splide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: relative;
}
.hotel-galery .splide .splide__slide div {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgb(193, 172, 127);
  padding: 10px 15px;
  cursor: pointer;
  pointer-events: none;
}
.hotel-galery .splide .splide__slide div span {
  font-size: clamp(0.5rem, 0.3438rem + 0.5vw, 0.625rem);
  font-family: "Graphik", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.286;
  cursor: pointer;
  margin-left: 10px;
}
.hotel-galery .splide .splide__slide div img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 10px;
  height: 10px;
  cursor: pointer;
  display: block;
}
.hotel-galery .splide .splide__slide.is-visible div {
  display: flex;
}

.room-details .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 300px) and (max-width: 575px) {
  .room-details .row {
    padding: 2% 3%;
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .room-details .row {
    padding: 2% 3%;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .room-details .row {
    padding: 2% 3%;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .room-details .row {
    padding: 2% 3%;
    flex-wrap: wrap;
  }
}
.room-details .row .room-details-left-side {
  flex: 0 0 60%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .room-details .row .room-details-left-side {
    flex: 0 0 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .room-details .row .room-details-left-side {
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .room-details .row .room-details-left-side {
    flex: 0 0 100%;
  }
}
.room-details .row .room-details-left-side .hotel-details__bottom {
  margin-top: 3%;
}
.room-details .row .room-details-left-side .hotel-details__bottom .h2 {
  color: rgb(193, 172, 127) !important;
}
.room-details .row .room-details-left-side .hotel-details__bottom .amenities-box {
  background-color: rgb(193, 172, 127);
  margin-top: 3%;
  width: 100%;
  -moz-columns: 2 !important;
       columns: 2 !important;
  padding: 2% 4%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .room-details .row .room-details-left-side .hotel-details__bottom .amenities-box {
    -moz-columns: 1 !important;
         columns: 1 !important;
  }
}
.room-details .row .room-details-left-side .hotel-details__bottom .amenities-box li {
  font-size: clamp(0.75rem, 0.4375rem + 1vw, 1rem);
  font-family: "Graphik", sans-serif;
  color: rgb(255, 255, 255);
  line-height: 2;
  position: relative;
}
@media (min-width: 300px) and (max-width: 575px) {
  .room-details .row .room-details-left-side .hotel-details__bottom .amenities-box li {
    margin-left: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .room-details .row .room-details-left-side .hotel-details__bottom .amenities-box li {
    margin-left: 2rem;
  }
}
.room-details .row .room-details-left-side .hotel-details__bottom .amenities-box li::before {
  content: "";
  display: block;
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
}
.room-details .row .room-details-right-side {
  flex: 0 0 30%;
}
@media (min-width: 300px) and (max-width: 575px) {
  .room-details .row .room-details-right-side {
    flex: 0 0 100%;
    margin-top: 2%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .room-details .row .room-details-right-side {
    flex: 0 0 100%;
    margin-top: 2%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .room-details .row .room-details-right-side {
    flex: 0 0 100%;
    margin-top: 2%;
  }
}
.room-details .row .room-details-right-side .offer-includes {
  padding: 7%;
  background-color: #096493;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.room-details .row .room-details-right-side .offer-includes .offer-includes__valid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5%;
}
.room-details .row .room-details-right-side .offer-includes .offer-includes__valid .offer-includes__valid-until {
  width: 100%;
  margin-left: 10px;
}
.room-details .row .room-details-right-side .offer-includes .offer-includes__valid .offer-includes__valid-until span {
  font-size: clamp(0.625rem, 0.3125rem + 1vw, 0.875rem);
  font-family: "Graphik", sans-serif;
  color: rgb(193, 172, 127);
  font-weight: bold;
  line-height: 1.286;
  display: block;
}
.room-details .row .room-details-right-side .offer-includes .offer-includes__valid .offer-includes__valid-until h6 {
  font-size: clamp(0.625rem, 0.3125rem + 1vw, 0.875rem);
  font-family: "Graphik", sans-serif;
  color: rgb(255, 255, 255);
  line-height: 1.286;
}
.room-details .row .room-details-right-side .offer-includes a {
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.room-details .row .room-details-right-side .transfer {
  flex: 0 0 70%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgb(109, 182, 220);
  padding: 3%;
}
.room-details .row .room-details-right-side .transfer .transfer-img {
  margin-right: 2%;
}
.room-details .row .room-details-right-side .transfer .transfer-content span {
  font-size: clamp(0.625rem, 0.3125rem + 1vw, 0.875rem);
  font-family: "Graphik", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.857;
}
.room-details .row .room-details-right-side .transfer .transfer-content h6 {
  font-size: clamp(1rem, 0.0625rem + 3vw, 1.75rem);
  font-family: "GTSuperDisplay", serif;
  color: rgb(255, 255, 255);
  line-height: 1.2;
}

@media (min-width: 300px) and (max-width: 575px) {
  #offers-slider .splide__slide, #rooms-slider .splide__slide, #destination-slider .splide__slide, #our-rooms .splide__slide, #more-rooms .splide__slide, #hotels-slider .splide__slide {
    width: 75% !important;
  }
}

.map-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.map-wrapper #hotels-map {
  width: 100%;
  height: 100%;
  min-height: 500px;
  position: relative;
  z-index: 999;
}