@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

.page-template-homepage .slick_wrapper{
  height: 90vh;
  width: 100%;

}

.page-template-homepage .slick_wrapper img{
  object-fit: cover;
  height: 90vh;
  width: 100%;
  
}

img {
  object-fit: cover;
}
li {
  list-style: none;
}
.fw-semibold {
  font-weight: normal !important;
}

.widget_block svg,
.social-links svg {
  fill: hsl(var(--body));
}

.pojo-a11y-toolbar-toggle {
  transform: scale(0.7);
}

.youtube_wrapper {
  height: 90vh;
  overflow: hidden;
  pointer-events: none;
}

.youtube_wrapper iframe {
  width: 100%;
  height: 56vw;
}

.coming_soon_gallery_wrapper {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000c;
  display: none;
  direction: ltr !important;
  justify-content: center;
  align-items: center;
}

.coming_soon_gallery_wrapper.show {
  display: flex;
}

.coming_soon_gallery {
  width: 80vw;
  height: 80vh;
  max-width: 1200px;
  display: none;
}

.coming_soon_gallery * {
  direction: ltr !important;
}

.coming_soon_gallery_wrapper .coming_soon_gallery {
  display: block;
}

.coming_soon_gallery_wrapper .coming_soon_gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.coming_soon_gallery_wrapper .slick-slide {
  float: left !important;
}

.coming_soon_gallery_wrapper .fa-angle-left::before {
  content: "\f104";
  color: #fff;
  font-size: 34px;
  position: absolute;
  left: -51px;
  top: 39vh;
}

.coming_soon_gallery_wrapper .fa-angle-right::before {
  color: #fff;
  font-size: 34px;
  position: absolute;
  right: -51px;
  top: 39vh;
}

.x_wrapper svg {
  fill: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 49vw;
  top: 35px;
  cursor: pointer;
}

.explore_b {
  margin-left: 10px;
}

.top_image,
.image-banner {
  height: 80vh;
  margin-top: 135px;
}

.buttons_wrapper {
  margin-top: 40px;
}

.top_image img,
.image-banner img {
  height: 100%;
}

.text-white *,
.text-white {
  color: #fff;
}

.menu_bottom {
  display: flex;
  padding-right: 54px;
}
.menu_bottom .social-links {
  display: flex;
  gap: 14px;
  margin-left: 15px;
}
.brand-logo {
  max-height: 100px;
}
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Source+Code+Pro:wght@200;300;400;500;600;700;800;900&display=swap");

.menu-list,
.list.list-column,
.pagination {
  display: flex;
  flex-wrap: wrap;
}

.hotel-amenities-item .hotel-amenities-title,
.header,
.overlay,
a,
img,
.name {
  transition: all 0.3s;
}

.list.list-style-two li::before,
.list.list-style-check li::before {
  position: absolute;
  font-weight: 900;
  font-size: 16px;
  font-family: "Line Awesome Free";
}

@font-face {
  font-family: "FuturaStd";
  src: url("font/FuturaStdBook.otf");
}

@font-face {
  font-family: "FuturaStdLight";
  src: url("font/FuturaStdLight.otf");
}

@font-face {
  font-family: "TimesNewRoman";
  src: url("font/TimesNewRomanFont.ttf");
}

@font-face {
  font-family: "PublicoBanner";
  src: url("font/PublicoBanner-Light.otf");
}

:root {
  --heading-font: "FuturaStd", sans-serif;
  --body-font: "Quicksand", sans-serif;
  --TimesNewRoman: "TimesNewRoman", sans-serif;
  --Heebo: "Heebo", sans-serif;
  --Roboto: "Roboto", sans-serif;
  --PublicoBanner: "PublicoBanner", sans-serif;
  --AbrilFatface: "Abril Fatface", cursive;
  --SourceCodePro: "Source Code Pro", monospace;
  --heading: 0 0% 0%;
  --body: 223 22% 1%;
  --border: 0 0% 90%;
  --base-h: 29;
  --base-s: 78%;
  --base-l: 87%;
  --base: var(--base-h) var(--base-s) var(--base-l);
  --base-light: #f8e8d8;
  --accent-h: 260;
  --accent-s: 92%;
  --accent-l: 10%;
  --accent: var(--accent-h) var(--accent-s) var(--accent-l);
  --light-h: 148;
  --light-s: 0%;
  --light-l: 95%;
  --light: var(--light-h) var(--light-s) var(--light-l);
  --primary: 245 82% 67%;
  --secondary: 210 7% 56%;
  --success: 147 67% 47%;
  --danger: 360 78% 62%;
  --warning: 29 100% 63%;
  --info: 200 90% 53%;
  --dark: 0 0% 5%;
  --black: 0 0% 0%;
  --white: 0 0% 100%;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: hsl(var(--body));
  font-family: var(--body-font);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: hsl(var(--body));
}

a:hover {
  color: hsl(var(--body));
}

span,
sub,
sup,
a {
  display: inline-block;
}
.container a:not(.btn) {
  text-decoration: underline;
}

.bg_img {
  background-position: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.bg_fixed {
  background-attachment: fixed !important;
}

ul {
  /*list-style: none;*/
  margin: 0;
  padding: 0;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 111;
  visibility: hidden;
  opacity: 0;
}

.overlay.active {
  visibility: visible;
  opacity: 1;
}

.scrollToTop {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(var(--white));
  z-index: 999;
  bottom: 30px;
  right: 30px;
  font-size: 18px;
  position: fixed;
  transform: translateY(150px);
  background: hsl(var(--base));
  border-radius: 3px;
}

.scrollToTop:hover {
  color: hsl(var(--white));
}

.scrollToTop.active {
  transform: translateY(0);
  animation: bounceInDown 2s;
}

.fs--12px {
  font-size: 14px;
}

.fs--13px {
  font-size: 13px;
}

.fs--14px {
  font-size: 14px;
}

.fs--15px {
  font-size: 15px;
}

.fs--16px {
  font-size: 16px;
}

.fs--18px {
  font-size: 18px;
}

.fs--20px {
  font-size: 20px;
}

.fs--22px {
  font-size: 22px;
}

.fs--24px {
  font-size: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  color: hsl(var(--heading));
  font-family: var(--heading-font);
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: hsl(var(--heading));
}

h1 {
  font-size: 35px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

p {
  font-size: 15px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 23px;
  margin-bottom: 16px;
  margin-top: 34px;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 20px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1384px;
  }
}

@media (max-width: 767px) {
  .container,
  .container-sm {
    max-width: 600px;
  }
}

.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 999999;
}

.preloader .loader {
  height: 66px;
  width: 1px;
  position: absolute;
  animation: rotate 3.5s linear infinite;
}

.preloader .loader .dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: relative;
}

@keyframes rotate {
  30% {
    transform: rotate(220deg);
  }

  40% {
    transform: rotate(450deg);
    opacity: 1;
  }

  75% {
    transform: rotate(720deg);
    opacity: 1;
  }

  76% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: rotate(0deg);
  }
}

.preloader .loader:nth-child(1) {
  animation-delay: 0.15s;
}

.preloader .loader:nth-child(1) .dot {
  background-color: #3b8557;
}

.preloader .loader:nth-child(2) {
  animation-delay: 0.3s;
}

.preloader .loader:nth-child(2) .dot {
  background-color: #5eaf3e;
}

.preloader .loader:nth-child(3) {
  animation-delay: 0.45s;
}

.preloader .loader:nth-child(3) .dot {
  background-color: #e2ae09;
}

.preloader .loader:nth-child(4) {
  animation-delay: 0.6s;
}

.preloader .loader:nth-child(4) .dot {
  background-color: #f06600;
}

.preloader .loader:nth-child(5) {
  animation-delay: 0.75s;
}

.preloader .loader:nth-child(5) .dot {
  background-color: #d62f12;
}

.preloader .loader:nth-child(6) {
  animation-delay: 0.9s;
}

.preloader .loader:nth-child(6) .dot {
  background-color: #00a0b6;
}

.text--primary {
  color: hsl(var(--primary)) !important;
}

.text--secondary {
  color: hsl(var(--secondary)) !important;
}

.text--success {
  color: hsl(var(--success)) !important;
}

.text--danger {
  color: hsl(var(--danger)) !important;
}

.text--warning {
  color: hsl(var(--warning)) !important;
}

.text--info {
  color: hsl(var(--info)) !important;
}

.text--dark {
  color: hsl(var(--dark)) !important;
}

.text--muted {
  color: hsl(var(--muted)) !important;
}

.text--base {
  color: hsl(var(--base)) !important;
}

.text--body {
  color: hsl(var(--body)) !important;
}

/* background color css start */
.bg--primary {
  background-color: hsl(var(--primary)) !important;
}

.bg--secondary {
  background-color: hsl(var(--secondary)) !important;
}

.bg--success {
  background-color: hsl(var(--success)) !important;
}

.bg--danger {
  background-color: hsl(var(--danger)) !important;
}

.bg--warning {
  background-color: hsl(var(--warning)) !important;
}

.bg--info {
  background-color: hsl(var(--info)) !important;
}

.bg--dark {
  background-color: hsl(var(--dark)) !important;
}

.bg--light {
  background-color: hsl(var(--light)) !important;
}

.bg--base {
  background-color: hsl(var(--base)) !important;
}

.bg--accent {
  background-color: hsl(var(--accent)) !important;
}

.bg--black {
  background-color: hsl(var(--black)) !important;
}

.bg--dark2 {
  background-color: #1f1f1f !important;
}

/* background color css end */
.pt-120 {
  padding-top: clamp(70px, 5vw, 120px);
}

.pt-100 {
  padding-top: clamp(70px, 5vw, 100px);
}

@media (max-width: 575px) {
  .pt-100 {
    padding-top: 40px;
  }
}

.pt-80 {
  padding-top: clamp(70px, 4vw, 80px);
}

@media (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pt-60 {
  padding-top: clamp(35px, 5vw, 60px);
}

.pt-50 {
  padding-top: clamp(25px, 4vw, 50px);
}

.pt-40 {
  padding-top: clamp(25px, 5vw, 40px);
}

.pb-120 {
  padding-bottom: clamp(70px, 5vw, 120px);
}

.pb-100 {
  padding-bottom: clamp(70px, 5vw, 100px);
}

@media (max-width: 575px) {
  .pb-100 {
    padding-bottom: 45px;
  }
}

.pb-80 {
  padding-bottom: clamp(70px, 4vw, 80px);
}

@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 45px;
  }
}

.pb-70 {
  padding-bottom: clamp(65px, 5vw, 72px);
}

.pb-60 {
  padding-bottom: clamp(35px, 5vw, 60px);
}

.pb-50 {
  padding-bottom: clamp(25px, 4vw, 50px);
}

.pb-40 {
  padding-bottom: clamp(25px, 5vw, 40px);
}

.btn {
  padding: 11px 30px;
  outline: none !important;
  box-shadow: none !important;
  transition: all ease 0.5s !important;
  border-radius: 0;
  z-index: 1;
}

.btn.btn--lg {
  padding: 13px 45px !important;
  font-size: 26px;
  letter-spacing: 3px;
}

@media (min-width: 992px) {
  .btn.btn--lg {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .btn.btn--lg {
    font-size: 15px;
    padding: 8px 20px !important;
  }
}

.btn.btn--md {
  padding: 11px 52px !important;
  font-size: 14px;
  letter-spacing: 1.5px;
}

.btn.btn--sm {
  padding: 4px 25px !important;
  font-size: 14px;
  letter-spacing: 1.5px;
}

.btn.btn--xs {
  padding: 0px 10px !important;
  font-size: 13px;
}

@media (max-width: 575px) {
  .btn {
    padding: 8px 25px;
  }
}

.btn--primary {
  background-color: hsl(var(--primary));
  border: 1px solid hsl(var(--primary));
  color: hsl(var(--white));
}

.btn--primary:hover {
  color: hsl(var(--primary));
}

.btn--secondary {
  background-color: hsl(var(--secondary));
  border: 1px solid hsl(var(--secondary));
  color: hsl(var(--white));
}

.btn--secondary:hover {
  color: hsl(var(--secondary));
}

.btn--success {
  background-color: hsl(var(--success));
  border: 1px solid hsl(var(--success));
  color: hsl(var(--white));
}

.btn--success:hover {
  color: hsl(var(--success));
}

.btn--danger {
  background-color: hsl(var(--danger));
  border: 1px solid hsl(var(--danger));
  color: hsl(var(--white));
}

.btn--danger:hover {
  color: hsl(var(--danger));
}

.btn--warning {
  background-color: hsl(var(--warning));
  border: 1px solid hsl(var(--warning));
  color: hsl(var(--white));
}

.btn--warning:hover {
  color: hsl(var(--warning));
}

.btn--info {
  background-color: var(--info);
  border: 1px solid var(--info);
  color: hsl(var(--white));
}

.btn--info:hover {
  color: var(--info);
}

.btn--white {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--white));
  color: hsl(var(--white));
}

.btn--white:hover {
  color: hsl(var(--white));
}

.btn--dark {
  background-color: hsl(var(--dark));
  border: 1px solid hsl(var(--dark));
  color: hsl(var(--white));
}

.btn--dark:hover {
  color: hsl(var(--dark));
}

.btn--base {
  background-color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  color: hsl(var(--white));
}

.btn--base:hover {
  color: hsl(var(--base));
}

.btn--black {
  background-color: hsl(var(--black));
  border: 1px solid hsl(var(--black));
  color: hsl(var(--white));
}

.btn--black:hover {
  color: hsl(var(--black));
}

.btn--white {
  color: hsl(var(--base));
}

.btn--outline-primary {
  background-color: transparent;
  border: 1px solid hsl(var(--primary));
  color: hsl(var(--primary));
}

.btn--outline-primary:hover {
  color: hsl(var(--white));
  border-color: hsl(var(--primary));
  background-color: hsl(var(--primary));
}

.btn--outline-secondary {
  background-color: transparent;
  border: 1px solid hsl(var(--secondary));
  color: hsl(var(--secondary));
}

.btn--outline-secondary:hover {
  color: hsl(var(--white));
  border-color: hsl(var(--secondary));
  background-color: hsl(var(--secondary));
}

.btn--outline-success {
  background-color: transparent;
  border: 1px solid hsl(var(--success));
  color: hsl(var(--success));
}

.btn--outline-success:hover {
  color: hsl(var(--white));
  border-color: hsl(var(--success));
  background-color: hsl(var(--success));
}

.btn--outline-danger {
  background-color: transparent;
  border: 1px solid hsl(var(--danger));
  color: hsl(var(--danger));
}

.btn--outline-danger:hover {
  color: hsl(var(--white));
  border-color: hsl(var(--danger));
  background-color: hsl(var(--danger));
}

.btn--outline-warning {
  background-color: transparent;
  border: 1px solid hsl(var(--warning));
  color: hsl(var(--warning));
}

.btn--outline-warning:hover {
  color: hsl(var(--white));
  border-color: hsl(var(--warning));
  background-color: hsl(var(--warning));
}

.btn--outline-info {
  background-color: transparent;
  border: 1px solid var(--info);
  color: var(--info);
}

.btn--outline-info:hover {
  color: hsl(var(--white));
  border-color: var(--info);
  background-color: var(--info);
}

.btn--outline-white {
  background-color: transparent;
  border: 1px solid hsl(var(--white));
  color: hsl(var(--white));
}

.btn--outline-white:hover {
  color: hsl(var(--white));
  border-color: hsl(var(--white));
  background-color: hsl(var(--white));
}

.btn--outline-dark {
  background-color: transparent;
  border: 1px solid hsl(var(--dark));
  color: hsl(var(--dark));
}

.btn--outline-dark:hover {
  color: hsl(var(--white));
  border-color: hsl(var(--dark));
  background-color: hsl(var(--dark));
}

.btn--outline-base {
  background-color: transparent;
  border: 1px solid hsl(var(--base));
  color: hsl(var(--base));
}

.btn--outline-base:hover {
  color: hsl(var(--white));
  border-color: hsl(var(--base));
  background-color: hsl(var(--base));
}

.btn--outline-black {
  background-color: transparent;
  border: 1px solid hsl(var(--black));
  color: hsl(var(--black));
}

.btn--outline-black:hover {
  color: hsl(var(--white));
  border-color: hsl(var(--black));
  background-color: hsl(var(--black));
}

.btn--outline-base {
  color: #000;
}

.btn--outline-white:hover {
  color: #000;
}

.btn--cmn {
  font-size: 14px;
  color: hsl(var(--white));
  font-family: var(--body-font);
  letter-spacing: 1px;
  font-weight: normal;
}

.badge--base {
  background-color: hsl(var(--base) / 0.15);
  border: 1px solid hsl(var(--base));
  color: hsl(var(--base));
}

.badge--accent {
  background-color: hsl(var(--accent) / 0.15);
  border: 1px solid hsl(var(--accent));
  color: hsl(var(--accent));
}

.badge--primary {
  background-color: hsl(var(--primary) / 0.15);
  border: 1px solid hsl(var(--primary));
  color: hsl(var(--primary));
}

.badge--secondary {
  background-color: hsl(var(--secondary) / 0.15);
  border: 1px solid hsl(var(--secondary));
  color: hsl(var(--secondary));
}

.badge--success {
  background-color: hsl(var(--success) / 0.15);
  border: 1px solid hsl(var(--success));
  color: hsl(var(--success));
}

.badge--danger {
  background-color: hsl(var(--danger) / 0.15);
  border: 1px solid hsl(var(--danger));
  color: hsl(var(--danger));
}

.badge--warning {
  background-color: hsl(var(--warning) / 0.15);
  border: 1px solid hsl(var(--warning));
  color: hsl(var(--warning));
}

.badge--info {
  background-color: hsl(var(--info) / 0.15);
  border: 1px solid hsl(var(--info));
  color: hsl(var(--info));
}

.badge--dark {
  background-color: hsl(var(--dark) / 0.15);
  border: 1px solid hsl(var(--dark));
  color: hsl(var(--dark));
}

.badge--white {
  background-color: hsl(var(--white) / 0.15);
  border: 1px solid hsl(var(--white));
  color: hsl(var(--white));
}

.badge {
  border-radius: 18px;
  padding: 4px 15px;
}

.badge.badge--icon {
  padding: 6px;
  border-radius: 5px;
}

.badge.badge--lg {
  padding: 6px 16px;
}

.badge.badge--md {
  padding: 4px 12px;
}

.badge.badge--sm {
  padding: 3px 10px;
}

.badge--fill-primary {
  background-color: hsl(var(--primary));
  border: 1px solid hsl(var(--primary));
  color: hsl(var(--white));
}

.badge--fill-primary:hover {
  color: hsl(var(--white));
}

.badge--fill-secondary {
  background-color: hsl(var(--secondary));
  border: 1px solid hsl(var(--secondary));
  color: hsl(var(--white));
}

.badge--fill-secondary:hover {
  color: hsl(var(--white));
}

.badge--fill-success {
  background-color: hsl(var(--success));
  border: 1px solid hsl(var(--success));
  color: hsl(var(--white));
}

.badge--fill-success:hover {
  color: hsl(var(--white));
}

.badge--fill-danger {
  background-color: hsl(var(--danger));
  border: 1px solid hsl(var(--danger));
  color: hsl(var(--white));
}

.badge--fill-danger:hover {
  color: hsl(var(--white));
}

.badge--fill-warning {
  background-color: hsl(var(--warning));
  border: 1px solid hsl(var(--warning));
  color: hsl(var(--white));
}

.badge--fill-warning:hover {
  color: hsl(var(--white));
}

.badge--fill-info {
  background-color: hsl(var(--info));
  border: 1px solid hsl(var(--info));
  color: hsl(var(--white));
}

.badge--fill-info:hover {
  color: hsl(var(--white));
}

.badge--fill-white {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--white));
  color: hsl(var(--white));
}

.badge--fill-white:hover {
  color: hsl(var(--white));
}

.badge--fill-dark {
  background-color: hsl(var(--dark));
  border: 1px solid hsl(var(--dark));
  color: hsl(var(--white));
}

.badge--fill-dark:hover {
  color: hsl(var(--white));
}

.badge--fill-base {
  background-color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  color: hsl(var(--white));
}

.badge--fill-base:hover {
  color: hsl(var(--white));
}

.table {
  margin: 0;
  font-size: 15px;
  background-color: hsl(var(--white));
  box-shadow: 0 0 8px hsl(var(--base) / 0.06);
}

.table thead tr th {
  background: hsl(var(--base));
  text-align: center;
  font-size: 15px;
  padding: 15px;
  color: hsl(var(--white));
  font-family: var(--heading-font);
  font-weight: 500;
}

.table thead tr th:first-child {
  text-align: left;
  border-radius: 5px 0 0 0;
}

.table thead tr th:last-child {
  border-radius: 0 5px 0 0;
  text-align: right;
}

.table tbody {
  border: 0 !important;
}

.table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 20px 15px;
  border-width: 1px;
  font-family: var(--heading-font);
}

.table tbody tr td::before {
  content: attr(data-label);
  font-family: var(--heading-font);
  font-size: 15px;
  color: hsl(var(--heading));
  font-weight: 500;
  display: none;
}

.table tbody tr td:first-child {
  text-align: left;
}

.table tbody tr td:last-child {
  text-align: right;
}

.table tbody tr:nth-child(even) {
  background: hsl(var(--light));
}

.table .amount span {
  margin-right: 4px;
}

@media (max-width: 767px) {
  .table--responsive--md thead {
    display: none;
  }

  .table--responsive--md tbody tr {
    display: block;
  }

  .table--responsive--md tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--border));
  }
}

@media (max-width: 767px) and (max-width: 991px) {
  .table--responsive--md tbody tr td {
    font-size: 14px !important;
  }
}

@media (max-width: 767px) {
  .table--responsive--md tbody tr td:last-child {
    border: none;
  }
}

@media (max-width: 767px) {
  .table--responsive--md tbody tr td::before {
    display: block;
  }
}

@media (min-width: 768px) {
  .table--responsive--md tbody tr td {
    border: 0;
  }
}

@media (max-width: 991px) {
  .table--responsive--lg thead {
    display: none;
  }

  .table--responsive--lg tbody tr {
    display: block;
  }

  .table--responsive--lg tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--border));
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .table--responsive--lg tbody tr td {
    font-size: 14px !important;
  }
}

@media (max-width: 991px) {
  .table--responsive--lg tbody tr td:last-child {
    border: none;
  }
}

@media (max-width: 991px) {
  .table--responsive--lg tbody tr td::before {
    display: block;
  }
}

@media (min-width: 992px) {
  .table--responsive--lg tbody tr td {
    border: none;
  }
}

@media (max-width: 1199px) {
  .table--responsive--xl thead {
    display: none;
  }

  .table--responsive--xl tbody tr {
    display: block;
  }

  .table--responsive--xl tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--border));
  }
}

@media (max-width: 1199px) and (max-width: 991px) {
  .table--responsive--xl tbody tr td {
    font-size: 14px !important;
  }
}

@media (max-width: 1199px) {
  .table--responsive--xl tbody tr td:last-child {
    border: none;
  }
}

@media (max-width: 1199px) {
  .table--responsive--xl tbody tr td::before {
    display: block;
  }
}

@media (min-width: 1200px) {
  .table--responsive--xl tbody tr td {
    border: 0;
  }
}

.form-label {
  font-size: 15px;
}

.form--control {
  height: 45px;
  border-radius: 5px;
  border: 1px solid hsl(var(--border));
  outline: 0 !important;
  box-shadow: none !important;
  font-family: var(--Heebo);
  letter-spacing: 0.15px;
}

.form--control:focus {
  border: 1px solid hsl(var(--base));
}

.form--control[readonly] {
  border-color: hsl(var(--border));
  background-color: hsl(var(--light));
}

textarea.form--control {
  height: 160px;
}

.form--control::-webkit-input-placeholder {
  color: hsl(var(--dark));
}

select.form--control {
  background-position: right 10px center !important;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: hsl(var(--heading));
  transition: background-color 5000s ease-in-out 0s;
}

.custom--radio {
  position: relative;
  padding-left: 0;
}

.custom--radio input[type="radio"] {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  cursor: pointer;
}

.custom--radio input[type="radio"]:checked ~ label::before {
  border-width: 1px;
  border-color: hsl(var(--base)) !important;
}

.custom--radio input[type="radio"]:checked ~ label::after {
  opacity: 1;
}

.custom--radio label {
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
}

.custom--radio label::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.custom--radio label::after {
  position: absolute;
  content: "";
  top: 8px;
  left: 4px;
  width: 7px;
  height: 7px;
  background-color: hsl(var(--base)) !important;
  opacity: 0;
  border-radius: 50%;
}

.form-select {
  background-position: right 0rem center !important;
}

/* form css end*/
.datepickers-container {
  z-index: 112;
  font-weight: normal;
}

.custom--card {
  border: 1px solid hsl(var(--border));
  border-radius: 5px;
}

.custom--card .card-header,
.custom--card .card-footer {
  background: hsl(var(--base));
  text-align: center;
}

.custom--card .card-header .title,
.custom--card .card-footer .title {
  color: hsl(var(--white));
  margin: 0;
}

.custom--card .card-header,
.custom--card .card-footer {
  padding: 15px 25px;
  border-color: hsl(var(--border)) !important;
}

@media (max-width: 575px) {
  .custom--card .card-header,
  .custom--card .card-footer {
    padding: 10px 20px;
  }
}

@media (max-width: 575px) {
  .custom--card .card-header,
  .custom--card .card-footer {
    padding: 8px 15px;
  }
}

.custom--card .card-body {
  padding: 25px;
}

@media (max-width: 575px) {
  .custom--card .card-body {
    padding: 20px;
  }
}

@media (max-width: 450px) {
  .custom--card .card-body {
    padding: 15px;
  }
}

.custom--card.card--lg .card-header,
.custom--card.card--lg .card-footer {
  padding: 20px 35px;
}

@media (max-width: 767px) {
  .custom--card.card--lg .card-header,
  .custom--card.card--lg .card-footer {
    padding: 15px 25px;
  }
}

@media (max-width: 575px) {
  .custom--card.card--lg .card-header,
  .custom--card.card--lg .card-footer {
    padding: 10px 20px;
  }
}

@media (max-width: 450px) {
  .custom--card.card--lg .card-header,
  .custom--card.card--lg .card-footer {
    padding: 8px 15px;
  }
}

.custom--card.card--lg .card-body {
  padding: 35px;
}

@media (max-width: 767px) {
  .custom--card.card--lg .card-body {
    padding: 25px;
  }
}

@media (max-width: 575px) {
  .custom--card.card--lg .card-body {
    padding: 20px;
  }
}

@media (max-width: 450px) {
  .custom--card.card--lg .card-body {
    padding: 15px;
  }
}

.custom--card.card--md .card-header,
.custom--card.card--md .card-footer {
  padding: 10px 20px;
}

.custom--card.card--md .card-body {
  padding: 20px 20px;
}

.custom--modal .modal-footer,
.custom--modal .modal-body,
.custom--modal .modal-header {
  border-color: hsl(var(--border)) !important;
}

.custom--modal .modal-footer .modal-title,
.custom--modal .modal-header .modal-title {
  margin: 0;
  color: hsl(var(--heading));
}

.custom--modal .modal-footer .btn-close,
.custom--modal .modal-header .btn-close {
  background: transparent;
  font-size: 20px;
  line-height: 1;
  color: hsl(var(--danger)) !important;
}

.pagination {
  justify-content: center;
  gap: 12px;
}

.pagination .page-item {
  text-align: center;
}

.pagination .page-item .page-link {
  font-weight: 600;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-color: hsl(var(--border));
  box-shadow: none;
  color: hsl(var(--body));
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  border-color: transparent;
}

.pagination .page-item.disabled {
  cursor: no-drop !important;
}

.pagination .page-item.disabled .page-link {
  color: hsl(var(--body));
  background: hsl(var(--dark) / 0.1);
  border: none;
}

.list.list-column {
  flex-direction: column;
}

.list.list-style-check li {
  position: relative;
  padding: 7px 0;
  padding-left: 28px;
  font-size: 14px;
}

.list.list-style-check li.active {
  color: hsl(var(--heading));
}

.list.list-style-check li.active::before {
  content: "\f00c";
}

.list.list-style-check li.disabled {
  color: hsl(var(--body) / 0.65);
}

.list.list-style-check li.disabled::before {
  content: "\f00d";
}

.list.list-style-check li::before {
  left: 0;
  top: 6px;
}

.list.list-style-one li {
  padding: 5px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.list.list-style-one li .dot {
  width: 3px;
  height: 3px;
  background-color: hsl(var(--base));
  border-radius: 50%;
}

.list.list-style-two li {
  padding: 6px 0;
  padding-left: 25px;
  position: relative;
}

.list.list-style-two li::before {
  content: "\f101";
  left: 0;
  top: 6px;
  color: hsl(var(--base));
}

@media (min-width: 576px) {
  .list.list-50-sm li {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .list.list-50-md li {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .list.list-50-lg li {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .list.list-50-xl li {
    width: 50%;
  }
}

.header {
  /* background-color: #000; */
  width: 100%;
  z-index: 111;
  position: sticky;
  top: 0;
}

@media (min-width: 840px) {
  .header {
    padding-bottom: 13px;
  }
}
@media (min-width: 768px) {
  .header {
    position: fixed;
    background-color: transparent;
  }
}

.header.sticky,
body:not(.home) .header {
  background-color: #fff;
  box-shadow: 0 3px 15px hsl(var(--dark) / 0.1);
}

.top-part {
  padding: 25px 0 5px;
}

@media (max-width: 767px) {
  .top-part {
    padding: 24px 0;
    border: none;
  }
}

@media (max-width: 575px) {
  .top-part {
    padding: 18px 0;
  }
}

.bottom-part {
  padding: 15px 0;
  position: sticky;
  top: 0;
}

.logo img {
  max-width: 200px;
  max-height: 50px;
}
header .logo img {
  max-width: 300px;
  max-height: 182px;
  /* margin-top: -57px; */
}

header .logo {
  overflow: hidden;
  /* height: 66px; */
}

/* .network header .logo img {
  margin: 24px 0 0;
} */

@media (max-width: 1199px) {
  .logo img {
    max-width: 250px;
    max-height: 50px;
  }
}

@media (max-width: 767px) {
  .logo img {
    max-width: 250px;
  }
}

@media (max-width: 575px) {
  .logo img {
    max-width: 150px;
  }
}

.menu-list {
  gap: 0 36px;
}

.menu-list .menu-item {
  position: relative;
}

.menu-item {
  list-style: none;
}

.menu-list .menu-item:first-child::before {
  display: none;
}

.menu-list .menu-item::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background-color: hsl(var(--white));
  border-radius: 50%;
  top: 40%;
  left: -18px;
  transition: all 0.3s linear;
}
.header.sticky .menu-list .menu-item::before {
  background-color: hsl(var(--black));
}
body:not(.home) .menu-list .menu-item::before {
  background-color: hsl(var(--black));
}

.menu-list .menu-item .menu-link {
  color: hsl(var(--white));
  /* font-family: "TimesNewRoman"; */
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.header.sticky .menu-list .menu-item .menu-link {
  color: hsl(var(--body));
}
body:not(.home) .menu-list .menu-item .menu-link {
  color: hsl(var(--body));
}
body:not(.home) .menu-list .menu-item::before {
  background-color: hsl(var(--body));
}
body:not(.home) .header.sticky .menu-list .menu-item .menu-link {
  color: hsl(var(--body));
}

.left-toggler {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 25px;
  gap: 4px;
}

.left-toggler span {
  width: 25px;
  height: 1px;
  background-color: hsl(var(--white));
  transition: 0.4s;
}
body:not(.home) .left-toggler span {
  background-color: hsl(var(--body));
}
.header.sticky .left-toggler span {
  background-color: hsl(var(--body));
}
.menu-sidebar-wrapper .left-toggler {
  position: absolute;
  top: 32px;
}

@media (max-width: 836px) {
  .left-toggler span {
    background-color: hsl(var(--black));
  }
}

@media (max-width: 575px) {
  .left-toggler span {
    height: 1px;
    width: 24px;
  }
}

.left-toggler span:nth-child(2) {
  /* width: 10px; */
  /* margin-right: 4px; */
}

.left-toggler span:nth-child(3) {
  /* width: 10px; */
  /* margin-right: 8px; */
}

.left-toggler.active span:nth-child(1) {
  transform: translate(0px, 5px) rotate(45deg);
  width: 22px;
  }
  
  .left-toggler.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(15px);
    }
    
    .left-toggler.active span:nth-child(3) {
  transform: translate(0px, -5px) rotate(-45deg);
  width: 22px;
}

.menu-sidebar-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  height: 100dvh;
  background-color: rgb(247, 222, 197);
  padding: 12px 50px 30px;
  padding-right: 0;
  max-width: 380px;
  width: 100%;
  border-right: 1px solid #555555;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: 0.4s;
  z-index: 11;
}

@media (max-width: 767px) {
  .menu-sidebar-wrapper {
    max-width: 100%;
    padding: 20px 30px;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(-100%);
    top: 82px;
  }

  .menu-sidebar-wrapper .left-toggler {
    display: none;
  }

  .he-text.menu_bottom {
    display: none;
  }
  .header {
    min-height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-part {
    padding: 18px 0;
    width: 100%;
  }
}

.menu-sidebar-wrapper.active {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}

.sidebar-menu-list {
  margin-top: 60px;
  position: relative;
}

@media (max-width: 767px) {
  .sidebar-menu-list {
    margin-top: 0;
  }
}

.sidebar-menu-list li:first-child a::before {
  top: -24px !important;
}

.sidebar-menu-list li a {
  padding: 15px 0;
  color: hsl(var(--body));
  display: block;
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
}

@media (max-width: 767px) {
  .sidebar-menu-list li a {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .sidebar-menu-list li a {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .sidebar-menu-list li a.active::before {
    position: absolute;
    content: "";
    width: 1px;
    top: -28.5px;
    background-color: hsl(var(--white));
    right: -1px;
    bottom: 0;
  }
}

/* @media (min-width: 768px) {
  .sidebar-menu-list li a:focus ~ .sidebar-submenu,
  .sidebar-menu-list li a:active ~ .sidebar-submenu {
    display: block;
    /*visibility: visible;
*/

.sidebar-menu-list li:last-child a::after {
  display: none;
}

/* .sidebar-submenu:hover {
  display: block;
} */

.sidebar-submenu {
  /* padding: 60px 0; */
  background-color: var(--base-light);
  /* max-width: 370px; */
  width: 100%;
  overflow: hidden;
  display: none;
  margin-left: -50px;
  width: calc(100% + 50px);
  margin-bottom: 15px;
  /*visibility: none;
    opacity: 0;
    transition: all 0.3s;*/
}

@media (max-width: 767px) {
  .sidebar-submenu {
    margin-left: -30px;
    width: calc(100% + 60px);
  }
  .sidebar-submenu-list {
    padding-left: 50px;
  }
}

/* @media (max-width: 575px) {
  .sidebar-submenu {
    min-width: 115%;
  }
} */

.sidebar-submenu .close-submenu {
  cursor: pointer;
  margin-bottom: 60px;
  padding-inline: 45px;
}

@media (max-width: 767px) {
  .sidebar-submenu .close-submenu {
    display: none;
  }
}

.sidebar-submenu .hotel-logo {
  padding-bottom: 20px;
  border-bottom: 1px solid hsl(var(--white));
  height: 72px;
  margin-top: -27px;
}

@media (max-width: 767px) {
  .sidebar-submenu .hotel-logo {
    display: none;
  }
}

.sidebar-submenu .hotel-logo img {
  padding-inline: 45px;
  margin-top: -62px;
  object-fit: contain;
}

.sidebar-submenu-list {
  padding: 12px 20px;
  padding-left: 70px;
}

.sidebar-submenu-list li a {
  border: 0;
  font-size: 13px;
  padding: 7px 0;
  color: hsl(var(--body));
  text-transform: uppercase;
  font-weight: 500;
}

.sidebar-submenu-list li a::after {
  border: none !important;
}

@media (max-width: 767px) {
  .sidebar-submenu-list li a {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .sidebar-submenu-list li a {
    font-size: 15px;
  }
}

.sidebar-submenu-list li a:hover {
  color: hsl(var(--body));
}

.he-text {
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  padding-top: 195px;
}

.add-new-class {
  padding-left: 45px;
  padding-top: 100px;
}

.add-new-class li a::after {
  border: 0 !important;
}

.responsive-he {
  opacity: 0;
}

@media (max-width: 767px) {
  .responsive-he {
    transition: 0.3s;
    font-size: 26px;
  }
}

@media (max-width: 767px) and (max-width: 575px) {
  .responsive-he {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .responsive-he.active {
    opacity: 1;
  }
}

.first-part-close {
  font-size: 20px;
}

.menu-sidebar-wrapper .first-part-close.active {
  opacity: 1;
}

.sidebar-submenu .second-part-close.active {
  opacity: 1;
}

.header-white {
  position: sticky;
  background-color: hsl(var(--white)) !important;
}

.header-white .top-part {
  border-color: #e1e1e1;
}

.header-white .menu-list .menu-item::before {
  background-color: hsl(var(--black));
}

.header-white .menu-list .menu-item .menu-link {
  color: #000000;
}

.header-white .left-toggler span {
  background-color: #000;
}

.hotel-header .bottom-part {
  padding-bottom: 25px;
}

.hotel-header .menu-list .menu-item .menu-link {
  font-family: var(--SourceCodePro);
  position: relative;
  padding-bottom: 8px;
}

.hotel-header .menu-list .menu-item .menu-link.active::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  background-color: #f7eb0a;
  left: 0;
  bottom: 0;
}

.footer {
  background-color: rgb(242, 238, 233);
  padding-top: 40px;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .footer {
    padding-bottom: 53px;
  }
}

@media (max-width: 767px) {
  .footer .container {
    padding: 0;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .footer {
    padding-top: 40px;
  }
}

.footer-logo {
  /* margin-bottom: 40px; */
}
.footer-text {
  margin-bottom: 20px;
  text-align: center;
  max-width: 520px;
  margin-inline: auto;
  font-size: 12px;
}

@media (max-width: 575px) {
  .footer-logo {
    max-width: 165px;
  }
}

.brands-wrapper {
  padding: 40px 0 20px;
}

@media (max-width: 575px) {
  .brands-wrapper {
    padding: 25px 0 15px;
    border-color: #545454;
  }
}

.footer-brand-item {
  text-align: center;
}

.footer-links {
  gap: 5px 30px;
  margin-top: 50px;
  font-family: "FuturaStd";
  font-weight: normal;
}

.footer-links li a {
  color: hsl(var(--white));
  font-size: 14px;
}

.by-fattal {
  font-size: 18px;
  font-family: "FuturaStd";
  font-weight: normal;
}

@media (max-width: 767px) {
  .by-fattal {
    font-size: 23px;
    margin-top: 40px !important;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .by-fattal {
    font-size: 13px !important;
    margin-top: 30px !important;
    margin-bottom: 50px;
  }
}

.terms-list {
  gap: 5px 0;
  margin-top: 8px;
  font-family: "FuturaStd";
  font-weight: normal;
}

.terms-list li:not(:first-child) a {
  border-left: 1px solid hsl(var(--white));
}

.terms-list li a {
  padding-inline: 10px;
  font-size: 13px;
  color: hsl(var(--body));
  text-transform: capitalize;
  text-decoration: none !important;
}
.terms-list li a:hover {
  color: hsl(var(--body));
}
.footer-bottom {
  margin-top: 25px;
  padding: 12px 0;
  background-color: rgb(248, 222, 197);
}
.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  font-size: 10px;
}
.footer-bottom-links li:not(:last-child) {
  border-right: 1px solid hsl(var(--body));
  padding-right: 8px;
}
.footer-bottom-links li a:hover {
  color: hsl(var(--body));
}

@media (max-width: 767px) {
  .terms-list li a {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .terms-list li a {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .social-links {
    margin-bottom: 50px !important;
  }
}

.social-links li a {
  color: hsl(var(--body));
}

@media (max-width: 767px) {
  .social-links li a {
    font-size: 23px;
  }
}

@media (max-width: 575px) {
  .social-links li a {
    font-size: 20px;
  }
}

.banner-section {
  position: relative;
}

.banner-bg {
  object-fit: cover;
  width: 100%;
}

@media (max-width: 767px) {
  .banner-bg {
    min-height: 540px;
  }
}

@media (max-width: 575px) {
  .banner-bg {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .image-banner img {
    height: 440px;
    object-fit: cover;
  }
}

@media (max-width: 575px) {
  .image-banner img {
    height: 100%;
    object-fit: cover;
  }
}

.banner-has-logo .banner-thumb-wrapper {
  position: relative;
}

.banner-has-logo .hotel-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% + 20px));
  z-index: 2;
}

@media (max-width: 1399px) {
  .banner-has-logo .hotel-logo {
    max-height: 160px;
    max-width: 250px;
    object-fit: contain;
  }
}

@media (max-width: 1199px) {
  .banner-has-logo .hotel-logo {
    max-height: 150px;
  }
}

@media (max-width: 991px) {
  .banner-has-logo .hotel-logo {
    max-height: 120px;
  }
}

@media (max-width: 767px) {
  .banner-has-logo .hotel-logo {
    max-height: 180px;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 575px) {
  .banner-has-logo .hotel-logo {
    max-height: 140px;
  }
}

.search-form-wrapper {
  max-width: 970px;
  margin-inline: auto;
  padding: 16px 38px;
  background-color: hsl(var(--white));
  box-shadow: -0.558px 7.981px 41.28px 1.72px rgba(160, 160, 160, 0.18);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .search-form-wrapper {
    transform: translateY(-30%);
  }
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group .form-group-icon {
  font-size: 20px;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0px;
}

.search-form .form-group .form--control {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid hsl(var(--dark));
  padding-left: 0;
  color: hsl(var(--dark));
}

.search-form .btn {
  font-family: "Heebo";
  padding: 12px 15px;
  width: 165px;
  font-size: 15px;
  margin-top: auto;
}

.search-form-hotel .form--control {
  font-family: var(--SourceCodePro);
  font-weight: 700;
}

.hotel-section {
  padding-top: 83px;
}

@media (max-width: 767px) {
  .hotel-section {
    padding-top: 65px;
    padding-bottom: 52px;
  }
}

@media (max-width: 575px) {
  .hotel-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .hotel-row {
    padding-top: 50px;
  }
}

@media (max-width: 767px) and (min-width: 630px) {
  .hotel-row {
    margin-inline: -25px;
  }
}

@media (max-width: 767px) and (max-width: 575px) {
  .hotel-row {
    padding-top: 15px;
    margin-inline: -8px;
  }
}

@media (max-width: 767px) {
  .section-header .section-title {
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .section-header .section-title {
    font-size: 26px;
  }
}

.section-header .section-pera {
  letter-spacing: 0.15px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .section-header .section-pera {
    font-size: 26px !important;
    text-align: justify;
  }
}

@media (max-width: 575px) {
  .section-header .section-pera {
    font-size: 15px !important;
  }
}

.section-header .section-subtitle {
  font-size: 17px;
}

@media (max-width: 767px) {
  .section-header .section-subtitle {
    font-size: 26px !important;
    text-align: justify;
  }
}

@media (max-width: 575px) {
  .section-header .section-subtitle {
    font-size: 15px !important;
  }
}

.section-header.style--two .section-title {
  /* font-family: var(--PublicoBanner);*/
}

.hotel-item {
  position: relative;
  height: 328px;
}

.hotel-item__thumb {
  overflow: hidden;
  height: 100%;
}

.hotel-item__thumb img {
  width: 100%;
  height: 100%;
}

.hotel-item__content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: hsl(var(--dark) / 0.55);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all ease 0.4s;
  padding-inline: 30px;
}

.hotel-item__content .space {
  height: 25px;
}

.hotel-item__content .hotel-name {
  letter-spacing: 3px;
  text-align: center;
  color: hsl(var(--white));
}

h2.hp_no_logo {
  padding: 0;
  margin: 0;
}

.coming_soon {
  position: absolute;
  bottom: 0;
}

@media (max-width: 575px) {
  .hotel-item__content .hotel-name {
    font-size: 14px;
  }
}

.hotel-item__content .location {
  font-size: 13px;
  letter-spacing: 2px;
  color: hsl(var(--white));
  position: absolute;
  bottom: 0;
}

@media (max-width: 575px) {
  .hotel-item__content .location {
    font-size: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .hotel-item__content .brand-logo {
  }
}

@media (max-width: 575px) {
  .hotel-item__content .brand-logo {
  }
}

.hotel-item__hover-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: hsl(var(--white) / 0.85);
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.4s;
}

@media (max-width: 575px) {
  .hotel-item__hover-content {
    padding: 0;
  }
}

.hotel-item__hover-content .space {
  height: 25px;
}

.hotel-item__hover-content .hotel-name {
  letter-spacing: 3px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .hotel-item__hover-content .hotel-name {
    font-size: 10px;
  }
}

.hotel-item__hover-content .location {
  font-size: 13px;
  letter-spacing: 2px;
  margin-top: 3px;
  text-align: center;
}

@media (max-width: 575px) {
  .hotel-item__hover-content .location {
    margin-bottom: 0;
  }
}

.hotel-item__hover-content .brand-logo {
  max-height: 40px;
  object-fit: contain;
}

.hotel-item:hover .hotel-item__content {
  visibility: hidden;
  opacity: 0;
}

.hotel-item:hover .hotel-item__hover-content {
  visibility: visible;
  opacity: 1;
}

.hotel-item:hover .hotel-item__thumb img {
  transform: scale(1.1);
}

.hotel-item .hotel-item-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.about-thumb-left img {
  max-width: 570px;
}

@media (min-width: 768px) {
  .about-thumb-left-two {
    /* transform: translateY(60px) !important;*/
  }
}

.about-thumb-left-two img {
  max-width: 570px;
  height: 760px;
}

.about-title {
  letter-spacing: 0.15px;
  margin-bottom: 10px;
  font-size: 55px;
  margin-top: 0;
}

.col-md-6 .thumb-content img {
  height: 480px;
}

@media (max-width: 767px) {
  .about-title {
    font-size: 32px;
    margin-bottom: 60px !important;
  }
}

@media (max-width: 575px) {
  .about-title {
    font-size: 20px;
    margin-bottom: 25px !important;
    padding: 0 3%;
  }
}

.about-title-two {
  font-size: 50px;
  letter-spacing: 0.15px;
  margin-bottom: 9px;
}

@media (max-width: 767px) {
  .about-title-two {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .about-title-two {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .about-thumb {
    object-fit: cover;
  }
}

.thumb-content {
  max-width: 362px;
  margin-left: auto;
}

.thumb-content p {
  padding-bottom: 0px;
}

@media (max-width: 575px) {
  .thumb-content p {
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .thumb-content {
    max-width: 100%;
    margin-top: 45px;
  }

  .thumb-content p {
    margin-top: 20px;
    font-size: 26px !important;
    text-align: justify;
  }

  .thumb-content .btn {
    margin-top: 30px;
    font-size: 26px;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .thumb-content {
    margin-top: 15px;
  }

  .thumb-content p {
    font-size: 15px !important;
    text-align: justify;
  }

  .thumb-content .btn {
    margin-top: 10px;
    font-size: 15px;
    width: 100%;
    padding: 8px 20px !important;
  }

  .thumb-content .brand-logo {
    max-width: 90px;
  }
}

.offer-section {
  background-color: #f7f7f7;
}

@media (min-width: 1200px) {
  .offer-section .custom-container {
    max-width: 1190px;
  }
}

@media (max-width: 767px) {
  .offer-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .offer-section {
    padding-bottom: 45px;
  }
}

.offer-section .light-btn {
  background-color: #585858;
}

.offer-section .light-btn:hover {
  background-color: hsl(var(--white));
}

.offer-side-content {
  position: relative;
}

.offer-side-content .mindtext {
  position: absolute;
  right: 78%;
  bottom: 98%;
  max-width: 100%;
}

@media (max-width: 1199px) {
  .offer-side-content .mindtext {
    right: 70%;
  }
}

@media (max-width: 767px) {
  .offer-side-content .mindtext {
    right: 65%;
  }
}

@media (max-width: 575px) {
  .offer-side-content .mindtext {
    max-width: 125px;
  }
}

.offer-side-content .title {
  letter-spacing: 2px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .offer-side-content .title {
    font-size: 32px;
    font-family: "FuturaStd";
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .offer-side-content .title {
    font-size: 18px;
    font-family: "FuturaStd";
    margin-bottom: 30px;
  }
}

.offer-side-content p {
  font-family: "Heebo";
  font-size: 14px;
}

@media (max-width: 767px) {
  .offer-side-content p {
    font-size: 26px;
    font-family: "FuturaStd";
  }
}

@media (max-width: 575px) {
  .offer-side-content p {
    font-size: 15px;
    font-family: "FuturaStd";
    letter-spacing: 0.2px;
  }
}

@media (min-width: 1400px) {
  .offer-row {
    --bs-gutter-y: 30px;
  }

  .offer-row > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .offer-row {
    gap: 40px 0;
  }
}

@media (max-width: 575px) {
  .offer-row {
    gap: 5px 0;
  }
}

.offer-item__thumb {
  overflow: hidden;
  height: 304px;
}

.offer-item__thumb img {
  width: 100%;
  height: 100%;
}

.offer-item__content {
  padding: 10px;
  margin-top: 10px;
  padding-bottom: 0;
  height: 157px;
  overflow: hidden;
  margin-bottom: 3px;
}
.offer-item__content h3{
  font-family: var(--Quicksand);
}
.offer-item__content.full {
  height: auto;
}
.read_more {
  font-size: 14px;
  margin: 8px 10px 15px;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 700;
}

@media (max-width: 767px) {
  .offer-item__content {
    margin-top: 32px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .offer-item__content {
    margin-top: 20px;
  }
}

.offer-item__content .title,
h3 {
  margin-bottom: 12px;
  font-size: 20px;
  letter-spacing: 1.5px;
}

@media (max-width: 1199px) {
  .offer-item__content .title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .offer-item__content .title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .offer-item__content .title {
    font-size: 18px;
  }
}

.offer-item__content p {
  font-size: 14px;
}

@media (max-width: 767px) {
  .offer-item__content p {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .offer-item__content p {
    font-size: 15px;
    letter-spacing: 0.8px;
  }
}

.offer-item__content a {
  letter-spacing: 2.3px;
  color: #000;
  font-size: 14px;
}

.offer-item__content a:hover {
  text-decoration: underline;
}

.offer-item__content .btn {
  margin-top: 35px;
  font-size: 26px;
}

@media (max-width: 575px) {
  .offer-item__content .btn {
    font-size: 15px;
    margin-top: 15px;
  }
}

.offer-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-end;
}
.offer-item .read_more {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .offer-wrapper {
    gap: 65px 0;
  }
}

@media (max-width: 575px) {
  .offer-wrapper {
    gap: 45px 0;
  }
}

@media (max-width: 767px) {
  .offer-wrapper .offer-item {
    width: 100%;
  }
}

.hp_bottom.image-slider {
  height: 80vh;
}

.slick-list,
.slick-track,
.image-slide-item,
.image-slide-item img {
  height: 100%;
}

.image-slider {
  position: relative;
}

.image-slider .arrow-left,
.image-slider .arrow-right {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(var(--white));
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 18px;
  border: 1px solid hsl(var(--dark) / 1);
}

@media (max-width: 767px) {
  .image-slider .arrow-left,
  .image-slider .arrow-right {
    display: none !important;
  }
}

.image-slider .arrow-left {
  left: 50px;
}

.image-slider .arrow-right {
  right: 50px;
}

@media (max-width: 767px) {
  .image-slide-item {
    height: 610px;
  }

  .image-slide-item img {
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 575px) {
  .image-slide-item {
    height: 345px;
  }
}

.image-slide-item img {
  width: 100%;
}

.contact-container {
  max-width: 845px;
  margin-inline: auto;
}

.contact-wrapper .contact-content .title {
  font-family: var(--PublicoBanner);
}

.contact-wrapper .contact-content .long-text {
  margin-top: 40px;
  margin-bottom: 65px;
}

@media (max-width: 575px) {
  .contact-wrapper .contact-content .long-text {
    margin-top: 20px;
    margin-bottom: 35px;
  }
}

.contact-form .form-group {
  margin-bottom: 38px;
}

.contact-form .form-label {
  margin-bottom: 12px;
}

.contact-form .form--control {
  border-radius: 0;
  border-color: #000;
}

.contact-form .form-check-input {
  width: 12px;
  height: 12px;
  transform: translateY(3px);
}

.contact-form textarea.form--control {
  height: 150px;
  resize: none;
}

.contact-form .form-group-wrapper {
  max-width: 360px;
  width: 100%;
}

@media (max-width: 991px) {
  .contact-form .form-group-wrapper {
    max-width: 310px;
  }
}

@media (max-width: 767px) {
  .contact-form .form-group-wrapper {
    max-width: 100%;
  }
}
.contact-form {
  position: relative;
  margin: 48px 0 23px;
  border-top: 1px solid #000;
  padding-top: 63px;
}

.wpforms-container {
  width: 100%;
}

.wpforms-field-container {
  column-count: 2;
  width: 100%;
}
label {
  font-size: 14px;
  display: block;
  line-height: 12px;
  margin-bottom: 13px;
}
input[type="text"],
textarea,
select {
  width: 100%;
  border: 1px solid #000;
  padding: 0 11px;
  font-size: 14px;
}
textarea {
  height: 141px;
  padding: 11px;
}
select {
  background: #fff;
  height: 44px;
}
input[type="text"] {
  line-height: 41px;
}
.wpforms-field {
  margin-bottom: 31px;
}
input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  margin-top: -2px;
}
.wpforms-field-container {
  column-count: 2;
  width: 100%;
  column-gap: 63px;
}
.wpforms-field.wpforms-field-checkbox {
  margin-bottom: 0;
  margin-top: -21px;
}

.wpforms-submit-container {
  position: absolute;
  right: 0;
  width: 46%;
  bottom: 0px;
}
.wpforms-submit-container button {
  border: 1px solid #000;
  width: 100%;
  padding: 8px 0;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 25px;
}

.spa-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
}

.spa-item .spa-inner {
  width: 100%;
}

.spa-item__thumb {
  position: relative;
  height: 333px;
}
.spa-item__thumb img {
  position: relative;
  height: 333px;
}

.spa-item__thumb {
  position: relative;
}

.spa-item__thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: hsl(var(--black) / 0.25);
}

.spa-item__thumb .brand-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 1199px) {
  .spa-item__thumb .brand-logo {
    max-width: 120px;
    max-height: 90px;
    object-fit: contain;
  }
}

.spa-item__content-title {
  font-size: 30px;
  margin-top: 35px;
  margin-bottom: 20px;
  font-family: var(--PublicoBanner);
  letter-spacing: 0;
}

@media (max-width: 1399px) {
  .spa-item__content-title {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .spa-item__content-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .spa-item__content-title {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .spa-item__content-title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

.spa-item__content .pera {
  margin-bottom: 0;
  max-width: 335px;
}

.spa-item .btn {
  margin-top: 40px;
  padding-inline: 26px !important;
}

@media (max-width: 767px) {
  .spa-item .btn {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .spa-item .btn {
    margin-top: 20px;
  }
}

.spa-row {
  --bs-gutter-y: 75px;
  --bs-gutter-x: 70px;
}

.spa-row > div {
  padding-left: 35px;
  padding-right: 35px;
}

@media (max-width: 767px) {
  .spa-row {
    --bs-gutter-y: 45px;
    --bs-gutter-x: 40px;
  }

  .spa-row > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.special-offer-item__thumb,
.special-offer-item__thumb img {
  position: relative;
  height: 333px;
}

.special-offer-item__content {
  padding: 32px 10px 10px;
  padding-bottom: 0;
}

.special-offer-item__content * {
  color: #fff;
}

.special-offer-item__content-title,
.special-offer-item__content h4 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: var(--PublicoBanner);
  letter-spacing: 2px;
  color: hsl(var(--white));
}

@media (max-width: 767px) {
  .special-offer-item__content-title {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .special-offer-item__content-title {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

.special-offer-item__content .pera {
  margin-bottom: 0;
  max-width: 335px;
  color: hsl(var(--white));
}

.special-offer-item .btn {
  margin-top: 25px;
  padding-inline: 26px !important;
}

@media (max-width: 767px) {
  .special-offer-item .btn {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .special-offer-item .btn {
    margin-top: 20px;
  }
}

.special-offer-row {
  --bs-gutter-y: 75px;
  --bs-gutter-x: 70px;
}

.special-offer-row > div {
  padding-left: 35px;
  padding-right: 35px;
}

@media (max-width: 767px) {
  .special-offer-row {
    --bs-gutter-y: 45px;
    --bs-gutter-x: 40px;
  }

  .special-offer-row > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.hotel-item-two .hotel-inner {
  width: 100%;
}

.hotel-item-two__thumb {
  position: relative;
  overflow: hidden;
  height: 330px;
}

.hotel-item-two__thumb .hover-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
  color: hsl(var(--white));
  font-weight: 300;
  text-align: center;
  font-family: var(--PublicoBanner);
  z-index: 2;
  transition: 0.3s;
}

@media (max-width: 1399px) {
  .hotel-item-two__thumb .hover-title {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .hotel-item-two__thumb .hover-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .hotel-item-two__thumb .hover-title {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .hotel-item-two__thumb .hover-title {
    font-size: 18px;
  }
}

.hotel-item-two__thumb .initial-title {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  font-size: 35px;
  font-family: var(--PublicoBanner);
  letter-spacing: 2px;
  color: hsl(var(--white));
  transition: 0.3s;
  padding: 18px 10px 0;
  background-color: hsl(var(--dark));
  transform: translateY(100%);
}

@media (max-width: 1399px) {
  .hotel-item-two__thumb .initial-title {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .hotel-item-two__thumb .initial-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .hotel-item-two__thumb .initial-title {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .hotel-item-two__thumb .initial-title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

.hotel-item-two__thumb img {
  max-height: 350px;
}

.hotel-item-two__thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: hsl(var(--black) / 0.55);
  z-index: 1;
  transition: 0.3s;
}

.hotel-item-two__thumb .hover-thumb {
  visibility: hidden;
  opacity: 0;
}

.hotel-item-two__content {
  padding: 10px;
  padding-bottom: 0;
}

.hotel-item-two__content .pera {
  margin-bottom: 0;
  max-width: 430px;
  color: hsl(var(--white));
  letter-spacing: 0.5px;
  margin-top: 15px;
  font-family: "FuturaStdLight";
}

.hotel-item-two .btn {
  margin-top: 25px;
  padding-inline: 26px !important;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .hotel-item-two .btn {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .hotel-item-two .btn {
    margin-top: 20px;
  }
}

.hotel-item-two:hover .hotel-item-two__thumb img {
  transform: translateY(-35px);
}

.hotel-item-two:hover .hotel-item-two__thumb .initial-title {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.hotel-item-two:hover .hotel-item-two__thumb .hover-title,
.hotel-item-two:hover .hotel-item-two__thumb::before {
  opacity: 0;
  visibility: hidden;
}

.hotel-item-two:hover .hotel-item-two__content-title {
  visibility: visible;
  opacity: 1;
}

.hotel-two-slider {
  position: relative;
}

.hotel-two-slider .single-slide {
  padding-inline: 9px;
}

.hotel-two-slider .arrow-right,
.hotel-two-slider .arrow-left {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 30px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .hotel-two-slider .arrow-right,
  .hotel-two-slider .arrow-left {
    right: -30px;
  }
}

@media (max-width: 575px) {
  .hotel-two-slider .arrow-right,
  .hotel-two-slider .arrow-left {
    display: none !important;
  }
}

.hotel-two-slider .arrow-left {
  right: auto;
  left: -50px;
}

@media (max-width: 991px) {
  .hotel-two-slider .arrow-left {
    left: -30px;
  }
}

.eats-content-wrapper {
  align-items: flex-start;
}

@media (max-width: 991px) {
  .eats-content-wrapper {
    flex-wrap: wrap;
  }
}

.eats-content-wrapper .eats-left-content {
  max-width: 820px;
  width: 100%;
  background-color: #e6e6e6;
  padding: 60px 0;
  padding-top: 130px;
}

@media (max-width: 991px) {
  .eats-content-wrapper .eats-left-content {
    max-width: 100%;
    margin-inline: auto;
    padding-top: 60px;
  }
}

.eats-content-wrapper .eats-left-content .inner-outer {
  max-width: 570px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 40px;
}

@media (max-width: 575px) {
  .eats-content-wrapper .eats-left-content .inner-outer {
    padding-inline: 25px;
  }
}

.eats-content-wrapper .eats-left-content .inner-content {
  max-width: 300px;
  width: 100%;
}

@media (max-width: 991px) {
  .eats-content-wrapper .eats-left-content .inner-content {
    margin-inline: auto;
  }
}

.eats-content-wrapper .eats-left-content .inner-content .btn {
  margin-top: 30px;
}

.eats-content-wrapper .eats-right-thumb {
  max-width: 820px;
  width: 100%;
  height: 510px;
  height: 439px;
  margin-top: 70px;
  margin-left: -250px;
}

@media (max-width: 1199px) {
  .eats-content-wrapper .eats-right-thumb {
    margin-left: -150px;
  }
}

@media (max-width: 991px) {
  .eats-content-wrapper .eats-right-thumb {
    margin: 0;
    margin-top: 30px;
  }
}

.eats-content-wrapper .eats-right-thumb img {
  height: 100%;
}

.bg-yellow {
  background-color: #f1f1f1;
}

.hotel-info-section {
  padding-top: 20px;
  background-color: #f1f1f1;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .hotel-info-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .hotel-info-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.hotel-info-section-header .section-title {
  font-weight: normal;
  font-size: 50px;
  margin-bottom: 45px;
}

@media (max-width: 1199px) {
  .hotel-info-section-header .section-title {
    margin-bottom: 35px;
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .hotel-info-section-header .section-title {
    margin-bottom: 35px;
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .hotel-info-section-header .section-title {
    margin-bottom: 20px;
    font-size: 26px;
  }
}

.hotel-info-section-header .section-title.section-title-two {
  margin-bottom: 30px;
}

.hotel-info-section-header .section-pera {
  font-weight: 200;
  letter-spacing: -0.8px;
}

.hotel-thumb-info-section {
  position: relative;
}

@media (max-width: 1199px) {
  .hotel-thumb-info-section {
    background-color: hsl(var(--white));
  }
}

.hotel-thumb-info-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 26px;
  left: 0;
  bottom: -1px;
  background-color: hsl(var(--white));
}

.hotel-thumb-info-slider .slick-dots {
  bottom: -22px;
}

.page-template-hotel_spa .room-section:nth-child(2n) {
  justify-content: flex-start;
}

.page-template-hotel_spa .room-section:nth-child(2n) .room-wrapper {
  flex-flow: row-reverse !important;
}

.slick-dots li button::before {
  display: none;
}

.slick-dots li button {
  border: 1px solid hsl(var(--black));
  width: 7px;
  height: 7px;
  padding: 0;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background-color: #000;
}

.hotel-thumb-info-item {
  position: relative;
  margin-bottom: 25px;
}

.hotel-thumb-info-item .hotel-thumb-img {
  padding-right: 115px;
}

@media (max-width: 1199px) {
  .hotel-thumb-info-item .hotel-thumb-img {
    padding-right: 0;
  }
}

.hotel-thumb-info-content h2 {
  font-size: 48px;
  margin: 0 0 21px;
  line-height: 57px;
}

.hotel-thumb-info-item .hotel-thumb-info-content {
  padding: 60px 70px 100px;
  background-color: #f1f1f1;
  max-width: 560px;
  width: 100%;
  margin-left: auto;
  position: absolute;
  right: 0;
  bottom: -25px;
  z-index: 2;
  background-size: cover;
}

.hotel-thumb-info-item .hotel-thumb-img {
  padding-right: 115px;
  max-height: 700px;
}

@media (max-width: 1399px) {
  .hotel-thumb-info-item .hotel-thumb-info-content {
    padding: 50px 70px 90px;
  }
}

@media (max-width: 575px) {
  .hotel-thumb-info-item .hotel-thumb-info-content {
    padding: 40px 40px 60px;
  }
}

@media (max-width: 1199px) {
  .hotel-thumb-info-item .hotel-thumb-info-content {
    position: relative;
    bottom: 0px;
    margin-top: -50px;
  }
}

@media (max-width: 991px) {
  .hotel-thumb-info-item .hotel-thumb-info-content {
    max-width: 90%;
  }
}

@media (max-width: 575px) {
  .hotel-thumb-info-item .hotel-thumb-info-content {
    max-width: 100%;
  }
}

.hotel-thumb-info-item .hotel-thumb-info-content .title {
  margin-bottom: 13px;
  font-size: 50px;
  text-transform: uppercase;
}

@media (max-width: 1399px) {
  .hotel-thumb-info-item .hotel-thumb-info-content .title {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .hotel-thumb-info-item .hotel-thumb-info-content .title {
    font-size: 30px;
  }
}

.hotel-thumb-info-item .hotel-thumb-info-content p {
  font-weight: 400;
  max-width: 340px;
}

.hotel-thumb-info-item .hotel-thumb-info-content .btn {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .hotel-thumb-info-item .hotel-thumb-info-content .btn {
    margin-top: 20px;
  }
}

.hotel-thumb-info-item .item-shape {
  position: absolute;
  bottom: -25px;
  right: 0;
  z-index: 3;
}

@media (max-width: 1199px) {
  .hotel-thumb-info-item .item-shape {
    bottom: 0px;
  }
}

@media (max-width: 575px) {
  .hotel-thumb-info-item .item-shape {
    max-width: 100px;
  }
}

.hotel-about-section {
  padding-bottom: 170px;
  padding-top: 170px;
}

@media (max-width: 767px) {
  .hotel-about-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

.hotel-section-header {
  margin-bottom: 55px;
}

@media (max-width: 575px) {
  .hotel-section-header {
    margin-bottom: 40px;
  }
}

.hotel-section-header .section-title {
  font-size: 50px;
}

@media (max-width: 1199px) {
  .hotel-section-header .section-title {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .hotel-section-header .section-title {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .hotel-section-header .section-title {
    font-size: 26px;
  }
}

.hotel-special-offer-section {
  padding-top: 70px;
  padding-bottom: 120px;
  /* background-color: hsl(var(--black)); */
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .hotel-special-offer-section {
    padding-bottom: 70px;
  }
}

.hotel-special-offer-section .section-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  max-width: 6vw;
}

@media (max-width: 767px) {
  .hotel-special-offer-section .section-icon {
    max-width: 70px;
  }
}

.hotel-special-offer-section .section-btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 1;
  padding-inline: 40px;
}

.hotel-special-offer-section .section-btn:hover {
  background-color: hsl(var(--black));
}

.hotel-special-offer-section.style--two {
  padding-bottom: 140px;
}

@media (max-width: 767px) {
  .hotel-special-offer-section.style--two {
    padding-bottom: 70px;
  }
}

.hotel-special-item .special-offer-item__content-title {
  font-family: var(--body-font);
  font-weight: normal;
}

.hotel-special-item .special-offer-item__content .pera {
  font-weight: normal;
  max-width: 315px;
}

.hotel-special-item .special-offer-item__content .btn {
  background-color: #f1f1f1;
  font-weight: 500;
  color: #000;
}

.hotel-special-item .special-offer-item__content .btn:hover {
  border-color: #f1f1f1;
  color: #f1f1f1;
  background-color: transparent;
}

.hotel-special-offer-row {
  --bs-gutter-y: 125px;
  --bs-gutter-x: 40px;
}

.hotel-special-offer-row > div {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .hotel-special-offer-row {
    --bs-gutter-y: 70px;
  }
}

@media (max-width: 575px) {
  .hotel-special-offer-row {
    --bs-gutter-y: 45px;
  }
}

.hotel-indexpage-section .contact-left-content {
  padding-top: 130px;
  padding-bottom: 30px;
  padding-inline: 30px;
  text-align: center;
  font-weight: normal;
}

@media (max-width: 767px) {
  .hotel-indexpage-section .contact-left-content {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}

@media (max-width: 575px) {
  .hotel-indexpage-section .contact-left-content {
    padding-bottom: 80px;
    padding-top: 100px;
  }
}

.hotel-indexpage-section .contact-left-content .hotel-name {
  margin-bottom: 26px;
}

.hotel-index-contact-map {
  height: 100%;
  min-height: 400px;
  width: 100%;
}

.map_wrapper iframe {
  width: 100%;
}

.hotel-section-info {
  padding-top: 95px;
  padding-bottom: 110px;
}

@media (max-width: 767px) {
  .hotel-section-info {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.room-section {
  padding-bottom: 120px;
  display: flex;
  justify-content: flex-start;
}
.room-section:nth-child(2n) {
  justify-content: flex-end;
}
.room-section:nth-child(2n) .room-wrapper {
  flex-flow: row !important;
  /* float: right; */
}

@media (max-width: 767px) {
  .room-section {
    padding-bottom: 70px;
  }
}

.room-wrapper {
  display: flex;
  width: calc(((100% - 1200px) / 2) + 1200px);
  flex-flow: row-reverse;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .room-wrapper {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .cal-width {
    flex-shrink: 0;
    flex-grow: 1;
  }
}

@media (max-width: 991px) {
  .cal-width {
    width: 100%;
  }
}

.room-content {
  width: 24%;
  margin-left: auto;
  margin: 0;
  padding: 0;
  min-width: unset;
}

@media (min-width: 992px) {
  .room-content {
    /*min-width: 440px;
        padding-right: 40px;*/
  }
}

@media (min-width: 1200px) {
  .room-content {
    /*padding-right: 60px;*/
  }
}

.room-content .section-title {
  margin-bottom: 38px !important;
  line-height: 51px;
}

@media (max-width: 991px) {
  .room-content {
    margin-inline: auto;
    padding-right: 15px;
    max-width: 100%;
    padding-bottom: 50px;
  }
}

.room-section:nth-child(2n) .room-wrapper {
  flex-flow: row-reverse;
}

.room-content .room-box-content {
  padding: 10px 18px;
  margin-bottom: 30px;
  background: #f1f1f1;
}

.room-content .room-box-content p {
  margin-bottom: 0;
}

.room-content p {
  max-width: 380px;
}

@media (max-width: 991px) {
  .room-content p {
    max-width: 100%;
  }
}

.room-content .btn {
  margin-top: 40px;
}

.room-section-reverse .room-wrapper {
  flex-wrap: wrap-reverse;
}

.room-section-reverse .room-content {
  margin-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .room-section-reverse .room-content {
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .room-section-reverse .room-content {
    padding-left: 60px;
  }
}

.room-thumb-slider-wrapper {
  max-width: unset;
  position: relative;
  width: 70%;
}

.room-thumb img {
  width: 100%;
  max-height: 700px;
}

@media (max-width: 1599px) {
  .room-thumb-slider-wrapper {
    max-width: 900px;
  }
}

@media (max-width: 1400px) {
  .room-thumb-slider-wrapper {
    max-width: 750px;
  }
}

@media (max-width: 1200px) {
  .room-thumb-slider-wrapper {
    max-width: 650px;
  }
}

@media (max-width: 1050px) {
  .room-thumb-slider-wrapper {
    max-width: 530px;
  }
}

@media (max-width: 991px) {
  .room-thumb-slider-wrapper {
    max-width: 100%;
  }
}

.room-thumb-slider-wrapper .slick-arrow {
  width: 40px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-size: 26px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
}

@media (max-width: 575px) {
  .room-thumb-slider-wrapper .slick-arrow {
    width: 30px;
    height: 50px;
    font-size: 20px;
  }
}

.room-thumb-slider-wrapper .arrow-left {
  left: 40px;
}

@media (max-width: 575px) {
  .room-thumb-slider-wrapper .arrow-left {
    left: 20px;
  }
}

.room-thumb-slider-wrapper .arrow-right {
  right: 40px;
}

@media (max-width: 575px) {
  .room-thumb-slider-wrapper .arrow-right {
    right: 20px;
  }
}

.content-toggle-wrapper .title i {
  color: #000;
}

.content-toggle-wrapper .content {
  display: none;
  padding: 30px 50px;
  background-color: #f1f1f1;
  margin-top: 16px;
}

.content-toggle-wrapper .content.active {
  display: block;
}

@media (max-width: 575px) {
  .content-toggle-wrapper .content {
    padding: 20px 30px;
  }
}

@media (min-width: 1400px) {
  .hotel-amenities-section-container {
    max-width: 1340px;
  }
}

.hotel-amenities-section {
  padding-bottom: 135px;
}

@media (max-width: 767px) {
  .hotel-amenities-section {
    padding-bottom: 70px;
  }
}

.hotel-amenities-item__thumb {
  position: relative;
}

.hotel-amenities-item__thumb img {
  width: 100%;
}

.hotel-amenities-item__thumb .hotel-amenities-hover-content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  background-color: hsl(var(--black) / 0.85);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .hotel-amenities-item__thumb .hotel-amenities-hover-content {
    padding: 20px;
  }
}

.hotel-amenities-item__thumb .hotel-amenities-hover-content .title {
  font-size: 35px;
  margin-bottom: 35px;
  color: hsl(var(--white));
}

@media (max-width: 767px) {
  .hotel-amenities-item__thumb .hotel-amenities-hover-content .title {
    font-size: 26px;
    margin-bottom: 12px;
  }
}

.hotel-amenities-item__thumb .hotel-amenities-hover-content p {
  font-weight: normal;
  color: hsl(var(--white));
  letter-spacing: 0px;
  font-size: 14px;
}

@media (max-width: 575px) {
  .hotel-amenities-item__thumb .hotel-amenities-hover-content p {
    font-size: 14px;
  }
}

.hotel-amenities-item .hotel-amenities-title {
  text-align: center;
  font-family: var(--heading-font);
  font-weight: normal;
  font-size: 25px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .hotel-amenities-item .hotel-amenities-title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .hotel-amenities-item .hotel-amenities-title {
    font-size: 20px;
  }
}

.hotel-amenities-item:hover .hotel-amenities-hover-content {
  visibility: visible;
  opacity: 1;
}

.hotel-amenities-item:hover .hotel-amenities-title {
  opacity: 0 !important;
  visibility: hidden !important;
}

.hotel-amenities-row {
  --bs-gutter-y: 100px;
  --bs-gutter-x: 140px;
  margin-bottom: 90px;
}

.hotel-amenities-item__thumb {
  max-height: 482px;
  overflow: hidden;
}
.hotel-amenities-item__thumb img {
  height: 400px;
}

.hotel-amenities-item__thumb a {
  color: #fff;
}

.hotel-amenities-row > div {
  padding-left: 70px;
  padding-right: 70px;
}

@media (max-width: 1199px) {
  .hotel-amenities-row {
    --bs-gutter-y: 45px;
    --bs-gutter-x: 40px;
  }

  .hotel-amenities-row > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.hotel-spa-section {
  padding: 110px 0;
}

@media (max-width: 767px) {
  .hotel-spa-section {
    padding: 70px 0;
  }
}

.hotel-spa-wrapper {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .hotel-spa-wrapper {
    flex-wrap: wrap;
  }
}

.hotel-spa-content {
  max-width: 530px;
  padding: 0 50px;
  margin-inline: auto;
  flex-basis: 50%;
}

@media (max-width: 991px) {
  .hotel-spa-content {
    flex-basis: 100%;
    padding-bottom: 50px;
    max-width: 720px;
  }
}

@media (max-width: 575px) {
  .hotel-spa-content {
    padding-inline: 15px;
  }

  .hotel-spa-content .btn {
    margin-top: 25px;
  }
}

.hotel-spa-thumb {
  flex-basis: 50%;
}

@media (max-width: 991px) {
  .hotel-spa-thumb {
    flex-basis: 100%;
  }
}

.hotel-contact-section {
  padding-bottom: 160px;
  padding-top: 110px;
}

@media (max-width: 767px) {
  .hotel-contact-section {
    padding-bottom: 90px;
    padding-top: 70px;
  }
}

.hotel-contact-wrapper {
  max-width: 800px;
  margin-inline: auto;
}

.hotel-contact-content .hotel-name {
  margin-bottom: 27px;
  font-size: 50px;
}

@media (max-width: 1199px) {
  .hotel-contact-content .hotel-name {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .hotel-contact-content .hotel-name {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .hotel-contact-content .hotel-name {
    font-size: 26px;
  }
}

.hotel-contact-content .we-would-love-text {
  margin-top: 40px;
  margin-bottom: 25px;
}

.hotel-contact-form {
  position: relative;
  padding: 65px 40px;
  background-color: #e6e6e6;
}

.hotel-contact-form .form-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 85px;
}

@media (max-width: 575px) {
  .hotel-contact-form .form-shape {
    max-width: 60px;
  }
}

@media (max-width: 575px) {
  .hotel-contact-form {
    padding: 40px 30px;
  }
}

.hotel-contact-form .form-group {
  margin-bottom: 45px;
}

@media (max-width: 575px) {
  .hotel-contact-form .form-group {
    margin-bottom: 35px;
  }
}

.hotel-contact-form .form-label {
  margin-bottom: 0;
}

/*.hotel-contact-form input[type="text"] {
    border-radius: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid hsl(var(--black));
    padding-inline: 0;
    height: 30px;
}*/
.hotel-contact-form .wpforms-submit-container {
  position: relative;
  margin-top: 50px;
  min-width: 160px;
  display: table;
  width: auto;
}

.hotel-contact-form .wpforms-field-checkbox {
  position: absolute;
  left: 39px;
  width: 80%;
}

.hotel-contact-form .form-check-input {
  border-color: hsl(var(--black));
}

.hotel-contact-form .form-check-input:checked {
  border-color: transparent;
}

.hotel-contact-form .form-check-label {
  font-family: "Open Sans";
}

.hotel-contact-form .btn-contact {
  background-color: #f1f1f1;
  min-width: 160px;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-top: 50px;
}

@media (max-width: 575px) {
  .hotel-contact-form .btn-contact {
    margin-top: 35px;
  }
}

.hotel-contact-map {
  width: 100%;
  height: 500px;
  margin-bottom: -8px;
}

.sb_wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 10px #0002;
}

.sb-wrap section.booking {
  box-shadow: none;
}

.only_mobile,
.nf-before-form-content,
.nf-form-title {
  display: none;
}

.nf-form-content label {
  font-size: 12px !important;
  font-weight: normal !important;
}

.nf-form-cont {
  width: 100%;
}

nf-fields-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 30px;
}

nf-field:nth-of-type(7),
.page-template-hotel_contact nf-field:nth-of-type(5) {
  position: absolute;
  bottom: 72px;
}

.page-template-hotel_contact nf-field:nth-of-type(5) {
  bottom: 143px;
}

input[type="submit"] {
  min-width: 209px;
}

.nf-form-content textarea.ninja-forms-field {
  height: 100px;
  resize: none;
}

.brand-logo {
  max-height: unset;
}

@media (orientation: portrait) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding: 0;
  }

  nf-field:nth-of-type(7) {
    position: relative;
    bottom: 0;
  }

  nf-fields-wrap {
    grid-template-columns: 1fr;
  }

  .hotel-thumb-info-item .hotel-thumb-img {
    padding: 0;
    max-height: unset;
  }

  .hotel-thumb-info-item .hotel-thumb-img {
    padding: 0;
    max-height: unset;
    margin: 0;
    height: 100vw;
    object-fit: cover;
  }

  h2 {
    margin-top: 0;
  }
  .about-thumb-left-two img {
    height: 90vw;
  }
  .room-thumb img {
    width: 100%;
    max-height: 100vw;
    height: 100vw;
  }
  .room-wrapper,
  .room-section:nth-child(2n) .room-wrapper {
    width: 100%;
    flex-flow: column-reverse !important;
  }
  .room-thumb-slider-wrapper {
    max-width: 100%;
    width: 100%;
  }

  .room-content {
    padding: 50px 5% 0px;
    max-width: 100%;
    width: 100%;
  }

  .wpforms-field-container {
    column-count: 1;
  }

  .sb_wrapper {
    bottom: auto;
    top: 0;
    z-index: 500;
    height: 100vh;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    flex-flow: column;
  }

  .sb_wrapper.show {
    display: flex;
  }

  .sb-wrap section.booking {
    box-shadow: var(--bg-shadow);
  }

  .only_mobile {
    display: block;
  }

  .show_engine_b {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    line-height: 23px;
    color: #fff;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    padding: 14px 0 16px;
    transition: all 0.3s;
  }

  .show_engine_b.hide {
    bottom: -80px;
  }

  .engine_x {
    position: relative;
    display: table;
    /* left: 0; */
    width: 33px;
    height: 33px;
  }

  .engine_x .line {
    width: 33px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 0;
  }

  .engine_x .line.mirror {
    transform: rotate(-45deg);
    margin-top: 0px;
  }

  .youtube_wrapper {
    height: 56vw;
  }

  .hotel-item {
    height: 50vw;
  }

  .hotel-name {
    display: none;
  }
  .hotel-item__hover-content .location {
    letter-spacing: 0;
  }

  .height100vw {
    height: 100vw;
  }

  .top-part .container-fluid {
    padding: 0 5%;
  }

  .hotel-thumb-info-content h2 {
    font-size: 30px;
    margin: 0 0 15px;
    line-height: 33px;
  }
  .contact-left-content img {
    width: 59vw;
    object-fit: contain;
  }

  .row > * {
    padding-right: 0;
    padding-left: 0;
  }

  .thumb-content,
  .text-md-center,
  .about-thumb-left,
  .offer-item__content {
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
  }
  .hotel-row > div {
    padding: 0 3px;
  }

  .offer-item__content {
    margin-top: 20px;
    height: auto;
    overflow: visible;
  }

  .offer-item__content + .read_more {
    display: none;
  }

  .explore_b {
    margin: 5%;
    max-width: 90%;
  }

  .hp_bottom.image-slider {
    height: 90vw;
  }

  .coming_soon_gallery_wrapper .fa-angle-left::before {
    left: 0;
    z-index: 91;
    top: 0;
  }

  .coming_soon_gallery_wrapper .fa-angle-right::before {
    right: 0;
    z-index: 91;
    top: 0;
  }

  .coming_soon_gallery_wrapper .arrow-right {
    position: fixed;
    top: 34px;
    right: 24px;
  }

  .coming_soon_gallery_wrapper .arrow-left {
    position: fixed;
    top: 34px;
    left: 24px;
  }

  .x_wrapper svg {
    left: 46vw;
  }

  .coming_soon_gallery {
    width: 100vw;
    height: 100vw;
  }

  .top_image,
  .image-banner {
    height: 49vw;
    margin-top: 0;
  }

  .contact-form {
    margin-top: 0;
    padding: 5%;
  }

  .hotel-item__content .brand-logo {
    width: 70vw;
  }

  .offer-side-content {
    padding: 0 5%;
  }

  .header {
    height: 82px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
  }

  .header .logo img {
    max-width: 46vw;
    max-height: 600px;
    /* margin-top: -33px; */
  }

  html {
    width: 100vw;
    overflow-x: hidden;
  }

  body {
    padding-top: 82px;
  }
}

/* mun */
.tlv-logo {
  margin-top: 20px;
  margin-bottom: 30px;
}
.section-header .sub-title span {
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  color: #000000;
}
.section-header p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.hotel-item {
  height: 492px;
}
.hotel-item__hover-content {
  background-color: hsla(0, 0%, 100%, 0.856);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  padding:40px 30px;
}
.hotel-item:hover .hotel-item__hover-content {
  background-color: hsla(0, 0%, 100%, 0.856);
}
.view-hotel-btn {
  padding-top: 140px;
}
.view-hotel-btn a {
  background-color: rgb(248, 222, 197);
  font-size: 14px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #000000;
  padding: 12px 49px;
  text-decoration: none !important;
  transition: all ease .3s;
}
.view-hotel-btn a:hover {
  background-color: #FAC302;
}
.hotel-item__hover-content h2 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Quicksand", sans-serif !important;
  color: #000000;
}
.hotel-item__hover-content p {
    font-size: 13px;
    font-weight: 400;
    font-family: "Quicksand", sans-serif !important;
}
.thumb-content .btn--outline-base {
  background-color: #F8DEC5;
  font-size: 14px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #000000;
  padding: 12px 49px !important;
  text-decoration: none !important;
  transition: all ease .3s;
  text-transform: uppercase;
  border: transparent;
}
.thumb-content .btn--outline-base:hover {
  background-color: #FAC302;
}
.thumb-content {
  max-width: 100%;
  width: 100%;
  height: 480px;
}
.about-thumb-left img {
  max-width: 100%;
  width: 100%;
  height: 765px;
}
.spa-wellnesss-wrapper {
  position: relative;
}
.spa-bg {
  background-color: #F8DEC5;
  max-width: 1400px;
  height: 550px;
  padding: 60px;
}
.spa-wellnesss-content {
  margin-top: -490px;
}
.spa-wellnesss-content h2 {
  font-size: 40px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  margin-bottom: 22px;
}
.spa-wellnesss-content p {
  max-width: 530px;
  font-weight: 400;
  color: #000000;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  margin-bottom: 50px;
}

.doing-section {
  position: relative;
  padding-bottom: 80px;
  padding-top: 90px;
}
.doing-section .container {
  position: relative;
  z-index: 2;
}
.doing-section::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #00000070;
  z-index: 1;
}
.doing-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.doing-bg img {
  width: 100%;
}

.doing-content {
  max-width: 530px;
}
.doing-content h2 {
  font-size: 50px;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  margin: 0;
  margin-bottom: 40px;
  line-height: 1;
}
.doing-content p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  max-width: 480px;
}
.doing-content .button-wrapper {
  margin-top: 50px;
}


.offer-wrapper {
  margin-inline: -7px;
  position: relative;
}
svg.icon.arrow-left.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;

}
.offer-wrapper .single-slide {
  margin-inline: 7px;
}
.offer-section .container {
  max-width: 1424px;
}
.offer-section {
  padding-left: 166px;
  position: relative;

}
.offer-title h2 {
  font-size: 40px;
  color: #000000;
  margin: 0;
  margin-top: 50px;
  margin-bottom: 45px;
}
.offer-title h2  span {
  font-weight: 700;

}
.offer-bg-shape {
  width: 232px;
  height: 347px;
  background-color: #f8dec5;
  position: absolute;
  left: 0;
  top: 120px;

}
.offer-section .slick-list {
  padding-right: 166px !important;
  padding-left: 0 !important;
}

/* mun */
.tlv-logo {
  margin-top: 20px;
  margin-bottom: 30px;
}
.section-header .sub-title span {
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  color: #000000;
}
.section-header p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.hotel-item {
  height: 492px;
}
.hotel-item__hover-content {
  background-color: hsla(0, 0%, 100%, 0.856);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  padding:40px 30px;
}
.hotel-item:hover .hotel-item__hover-content {
  background-color: hsla(0, 0%, 100%, 0.856);
}
.view-hotel-btn {
  padding-top: 140px;
}
.view-hotel-btn a {
  background-color: #F8DEC5;
  font-size: 14px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #000000;
  padding: 12px 49px;
  text-decoration: none !important;
  transition: all ease .3s;
}
.view-hotel-btn a:hover {
  background-color: #FAC302;
}
.hotel-item__hover-content h2 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Quicksand", sans-serif !important;
  color: #000000;
}
.hotel-item__hover-content p {
    font-size: 13px;
    font-weight: 400;
    font-family: "Quicksand", sans-serif !important;
}
.thumb-content .btn--outline-base {
  background-color: #F8DEC5;
  font-size: 14px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #000000;
  padding: 12px 49px !important;
  text-decoration: none !important;
  transition: all ease .3s;
  text-transform: uppercase;
  border: transparent;
}
.thumb-content .btn--outline-base:hover {
  background-color: #FAC302;
}
.thumb-content {
  max-width: 100%;
  width: 100%;
  height: 480px;
}
.about-thumb-left img {
  max-width: 100%;
  width: 100%;
  height: 765px;
}
.spa-wellnesss-wrapper {
  position: relative;
}
.spa-bg {
  background-color: #F8DEC5;
  max-width: 1400px;
  height: 550px;
  padding: 60px;
}
.spa-wellnesss-content {
  margin-top: -490px;
}

.spa-wellnesss-content p {
  max-width: 530px;
  font-weight: 400;
  color: #000000;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  margin-bottom: 50px;
}

.doing-section {
  position: relative;
  padding-bottom: 80px;
  padding-top: 90px;
}
.doing-section .container {
  position: relative;
  z-index: 2;
}
.doing-section::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #00000070;
  z-index: 1;
}
.doing-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.doing-bg img {
  width: 100%;
}

.doing-content {
  max-width: 530px;
}
.doing-content h2 {
  font-size: 50px;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  margin: 0;
  margin-bottom: 40px;
  line-height: 1;
}
.doing-content p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  max-width: 480px;
}
.doing-content .button-wrapper {
  margin-top: 50px;
}

.doing-content .button-wrapper a {
  background-color: #F8DEC5;
  font-size: 14px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #000000;
  padding: 12px 49px !important;
  text-decoration: none !important;
  transition: all ease .3s;
  text-transform: uppercase;
  border: transparent;
  display: inline-block;
}
.doing-content a:hover {
  background-color: #FAC302;
}
.offer-wrapper {
  margin-inline: -7px;
  position: relative;
}
svg.icon.arrow-left.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;

}
.offer-wrapper .single-slide {
  margin-inline: 7px;
}
.offer-section .container {
  max-width: 1424px;
}
.offer-section {
  padding-left: 166px;
  position: relative;

}
.offer-title h2 {
  font-size: 40px;
  font-weight: 300;
  font-family: "Quicksand", sans-serif;
  color: #000000;
  margin: 0;
  margin-top: 50px;
  margin-bottom: 45px;
}
.offer-title h2  span {
  font-weight: 700;

}
.offer-bg-shape {
  width: 232px;
  height: 347px;
  background-color: #f8dec5;
  position: absolute;
  left: 0;
  top: 120px;
}
.offer-section .slick-list {
  padding-right: 166px !important;
  padding-left: 0 !important;
}
/* .inner-hero-wrapper .image-banner {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.inner-hero-wrapper .image-banner img {
width: 100%;
height: 100%;
} */
.image-banner .container{
position: relative;
}

.hero-special-offer__content {
position: relative;
z-index: 3;
padding-bottom: 278px;
padding-top: 120px;
margin-top: 147px;
}
.hero-special-offer__content h2 {
font-size: 60px;
color: #fff;
font-weight: 300;
line-height: 1;
font-family: "Quicksand", sans-serif;
margin: 0;
}
/* mun */
.hero-special-offer__content h2 span {
font-weight: 700;
}

.special-top-content-wrapper .section-header.style--two .section-title,
.special-top-content-wrapper .section-header p {
color: #000000 !important;

}

.special-top-content-wrapper .section-header.style--two .section-title  {
font-size: 50px !important;
}
.special-top-content-wrapper {
/* padding-top: 130px; */
}
/* .inner-hero-wrapper {
position: relative;
} */

.inner-hero-wrapper .image-banner img {
height: 100%;
}

.special-offer-section .special-offer-item__content * {
color: #000000;
font-family: "Quicksand", sans-serif;
font-weight: 400;
}

.special-offer-section .special-offer-item__content a {
font-weight: 500;
border-bottom: 1px solid #000;
padding: 0px;
border-bottom: 1px solid #000;
margin-bottom: 0;
line-height: 1;
}

.special-offer-section {
padding-bottom: 190px;
}


.special-offer-item .special-offer-item__content {
padding-bottom: 50px;
}

.special-offer-item .special-offer-item__thumb {
width: 100%;
height: 390px;
}

.special-offer-item .special-offer-item__thumb img {
width: 100%;
height: 390px;
}

.special-offer-item .special-offer-item__content,
.special-offer-item .special-offer-item__content p {
max-width: 390px;
}

@media (max-width: 991px) {
.special-offer-section {
  padding-bottom: 50px !important;
}
.special-offer-item .special-offer-item__content {
  padding-bottom: 20px !important;
}
.hero-special-offer__content {
  margin-top: 0 !important;

}
.special-top-content-wrapper .section-header.style--two .section-title  {
  font-size: 32px !important;
}
.hero-special-offer__content h2 {
  font-size: 36px !important;
}
.hero-special-offer__content {
  padding-bottom: 250px;
  padding-top: 100px;
  padding-left: 20px;
}
}


/* mun */
.tlv-logo {
  margin-top: 20px;
  margin-bottom: 30px;
}
.section-header .sub-title span {
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  color: #000000;
}
.section-header p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.hotel-item {
  height: 492px;
}
.hotel-item__hover-content {
  background-color: hsla(0, 0%, 100%, 0.856);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  padding:40px 30px;
}
.hotel-item:hover .hotel-item__hover-content {
  background-color: hsla(0, 0%, 100%, 0.856);
}
.view-hotel-btn {
  padding-top: 140px;
}
.view-hotel-btn a {
  background-color: #F8DEC5;
  font-size: 14px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #000000;
  padding: 12px 49px;
  text-decoration: none !important;
  transition: all ease .3s;
}
.view-hotel-btn a:hover {
  background-color: #FAC302;
}
.hotel-item__hover-content h2 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Quicksand", sans-serif !important;
  color: #000000;
}
.hotel-item__hover-content p {
    font-size: 13px;
    font-weight: 400;
    font-family: "Quicksand", sans-serif !important;
}
.thumb-content .btn--outline-base {
  background-color: #F8DEC5;
  font-size: 14px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #000000;
  padding: 12px 49px !important;
  text-decoration: none !important;
  transition: all ease .3s;
  text-transform: uppercase;
  border: transparent;
}
.thumb-content .btn--outline-base:hover {
  background-color: #FAC302;
}
.thumb-content {
  max-width: 100%;
  width: 100%;
  height: 480px;
}
.about-thumb-left img {
  max-width: 100%;
  width: 100%;
  height: 765px;
}
.spa-wellnesss-wrapper {
  position: relative;
}
.spa-bg {
  background-color: #F8DEC5;
  max-width: 1400px;
  height: 550px;
  padding: 60px;
}
.spa-wellnesss-content {
  margin-top: -490px;
}
.spa-wellnesss-content h2 {
  font-size: 40px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  margin-bottom: 22px;
}
.spa-wellnesss-content p {
  max-width: 530px;
  font-weight: 400;
  color: #000000;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  margin-bottom: 50px;
}

.doing-section {
  position: relative;
  padding-bottom: 80px;
  padding-top: 90px;
}
.doing-section .container {
  position: relative;
  z-index: 2;
}
.doing-section::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #00000070;
  z-index: 1;
}
.doing-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.doing-bg img {
  width: 100%;
}

.doing-content {
  max-width: 530px;
}
.doing-content h2 {
  font-size: 50px;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  margin: 0;
  margin-bottom: 40px;
  line-height: 1;
}
.doing-content p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  color: #fff;
  max-width: 480px;
}
.doing-content .button-wrapper {
  margin-top: 50px;
}

.doing-content  a {
  background-color: #F8DEC5;
  font-size: 14px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #000000;
  padding: 12px 49px !important;
  text-decoration: none !important;
  transition: all ease .3s;
  text-transform: uppercase;
  border: transparent;
  display: inline-block;
}
.doing-content  a:hover {
  background-color: #FAC302;
}
.offer-wrapper {
  margin-inline: -7px;
  position: relative;
}
svg.icon.arrow-left.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -100px;

}
.offer-wrapper .single-slide {
  margin-inline: 7px;
}
.offer-section .container {
  max-width: 1424px;
}
.offer-section {
  padding-left: 166px;
  position: relative;

}
.offer-title h2 {
  font-size: 40px;
  font-weight: 300;
  font-family: "Quicksand", sans-serif;
  color: #000000;
  margin: 0;
  margin-top: 50px;
  margin-bottom: 45px;
}
.offer-title h2  span {
  font-weight: 700;

}
.offer-bg-shape {
  width: 232px;
  height: 347px;
  background-color: #f8dec5;
  position: absolute;
  left: 0;
  top: 120px;
  z-index: -1;
}
.offer-section .slick-list {
  padding-right: 166px !important;
  padding-left: 0 !important;
}
.inner-hero-wrapper .image-banner {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: 0 !important;
height: auto !important
}
.inner-hero-wrapper .image-banner img {
width: 100%;
height: 100%;
}
.inner-hero-wrapper .image-banner .container{
position: relative;
}

.hero-special-offer__content {
position: relative;
z-index: 3;
padding-bottom: 278px;
padding-top: 120px;
margin-top: 142px;
}
.hero-special-offer__content h2 {
font-size: 60px;
color: #fff;
font-weight: 300;
line-height: 1;
font-family: "Quicksand", sans-serif;
margin: 0;
}
/* mun */
.hero-special-offer__content h2 span {
font-weight: 700;
}

.special-top-content-wrapper .section-header.style--two .section-title,
.special-top-content-wrapper .section-header p {
color: #000000 !important;

}

.special-top-content-wrapper .section-header.style--two .section-title  {
font-size: 50px !important;
}
.special-top-content-wrapper {
/* padding-top: 130px; */
}
.inner-hero-wrapper {
position: relative;
}

.inner-hero-wrapper .image-banner img {
height: 100%;
}

.special-offer-section .special-offer-item__content * {
color: #000000;
font-family: "Quicksand", sans-serif;
font-weight: 400;
}

.special-offer-section .special-offer-item__content a {
font-weight: 500;
border-bottom: 1px solid #000;
padding: 0px;
border-bottom: 1px solid #000;
margin-bottom: 0;
line-height: 1;
}

.special-offer-section {
padding-bottom: 190px;
}


.special-offer-item .special-offer-item__content {
padding-bottom: 50px;
}

.special-offer-item .special-offer-item__thumb {
width: 100%;
height: 390px ;
}

.special-offer-item .special-offer-item__thumb img {
width: 100%;
height: 390px !important;
}

.special-offer-item .special-offer-item__content,
.special-offer-item .special-offer-item__content p {
max-width: 390px !important;
}

@media (max-width: 991px) {
.special-offer-section {
  padding-bottom: 50px !important;
}
.special-offer-item .special-offer-item__content {
  padding-bottom: 20px !important;
}
.hero-special-offer__content {
  margin-top: 0 !important;

}
.special-top-content-wrapper .section-header.style--two .section-title  {
  font-size: 32px !important;
}
.hero-special-offer__content h2 {
  font-size: 36px !important;
}
.hero-special-offer__content {
  padding-bottom: 250px;
  padding-top: 100px;
  padding-left: 20px;
}
}

.image-banner-style-two {
height: 515px;
margin-top: 142px;
}


.image-banner-style-two img {
width: 100%;
height: 100%;
object-fit: cover;
}

.spa-top-content-wrapper .section-header h1 {
font-size: 50px !important; 
font-family: "Roboto", sans-serif;
font-weight: 300;
}

.spa-item__thumb {
height: 600px;
}

.spa-item__thumb img {
height: 100%;
object-fit: cover;
}

@media (max-width: 991px) {
.image-banner-style-two {
  height: 422px;
  margin-top: 0;
}
.spa-top-content-wrapper .section-header h1 {
  font-size: 36px !important;  
 }
 
}

.spa-item {
display: initial !important;
}
.spa-item .spa-inner {
margin-bottom: 50px;
}

.spa-item a {
background-color: #F8DEC5;
font-size: 14px;
font-weight: 500;
font-family: "Quicksand", sans-serif;
color: #000000;
padding: 12px 69px !important;
text-decoration: none !important;
transition: all ease .3s;
text-transform: uppercase;
border: transparent;
display: inline-block;
}
.spa-item a:hover {
background-color: #FAC302;
}

.spa-item__content p,
.spa-item__content h4 {
font-weight: 400;
font-family: "Quicksand", sans-serif;
}

.spa-hotel-brand {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
}

.gift-content {
  width: 55%;
  padding-top: 140px;
  padding-bottom: 70px;
}
.gift-inner__content {
  margin-left: auto;
  max-width: 800px;
  padding-left: 50px;
}
.gift-thumb {
  width: calc(100% - 55%);
}
.gift-content h2 {
font-family: "Roboto", sans-serif;
font-weight: 300;
color: #fff;
font-size: 82px;
margin: 0;
line-height: 1.1;
margin-bottom: 70px;
}

.gift-content h2 span {
font-weight: 700;
}
.gift-wrapper {
display: flex;
flex-wrap: wrap;
}
.gift-section {
background-color: #171717;
}

.gift-content a {
background-color: #fff;
font-size: 14px;
font-weight: 500;
font-family: "Quicksand", sans-serif;
color: #000000;
padding: 12px 39px !important;
text-decoration: none !important;
transition: all ease .3s;
text-transform: uppercase;
border: transparent;
display: inline-block;
}
.gift-content a:hover {
background-color: #FAC302;
}

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



@media (max-width: 991px) {
  /* .gift-wrapper {
    flex-direction: column-reverse;
  } */
  .gift-thumb {
    width: 100%;
    height: 350px;
  }
  .gift-content {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .gift-inner__content {
    padding-left: 20px;
    text-align: center;
  }
  .gift-content h2 {
    font-size: 50px !important;
    margin-bottom: 50px;
  }
}




/* new css  */
@media (max-width: 991px) {
  .spa-item__content {
    padding-inline: 20px;
  }
  .spa-item a {
    margin-left: 20px;
  }
  .spa-section .columns {
    display: grid;
    gap: 50px 0;
  }
}
.contact-main-wrapper {
  display: flex;
  flex-wrap: wrap;
}

/* new css  */


/* mun */
/* man  */
.contact-section {
  padding-top: 190px;
}
.contact-wrapper .contact-content .title {
  color: #000000;
  font-size: 50px;
  font-family: "Roboto", sans-serif;
  margin-top: 50px;

}
.contact-form .form-group-wrapper {
  width: 47.5%;
}
.send-message__subtitle {
  color: #000000;
  font-family: "Quicksand", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
.contact-form {
  margin: 0 !important;
  border: none !important;
} 

.form-buttons-wrapper .form-submit-button  {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000 !important;
  font-family: "Quicksand", sans-serif;
}
.contact-container {
  max-width: 100%;
}
 .contact-wrapper {
  max-width: 760px;
}

.contact-left__thumb img {
  width: 100%;
  height: 908px;
  object-fit: cover;
}
.contact-form .form-label,
.contact-form .form-check-label {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  font-family: "Quicksand", sans-serif;
}
.contact-form .form-group,
.contact-form .form-group {
  margin-bottom: 30px !important;
}

.contact-form textarea.form--control {
  height: 142px;
}
/* man  */


/* man 9 */
.contact-wrapper .contact-content .long-text {
  max-width: 435px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  font-family: "Quicksand", sans-serif;
  margin-top: 0;
}
.contact-content p {
  margin-bottom: 12px !important;
  font-weight: 400;
  color: #000000;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  max-width: 450px;
}

.social-links li {
  line-height: 1;
}

.social-links li a {
  font-size: 16px;
}

.contact-left__thumb {
  width: 35.94%;
}
.contact-container {
  width: calc(100% - 35.94%);
  padding-inline: 84px;
}
.send-message__subtitle {
  margin-top: 70px;
}
.social-links {
  justify-content: start;
  gap: 10px !important;
  margin: 0 !important;
}
.social-media-wrappper {
  display: flex;
  align-items: center;
  gap: 15px;
  
}
.social-media-wrappper p {
  font-size: 14px;
  margin: 0 !important;

}

@media (max-width: 1199px) {
  .contact-container {
    padding-inline: 50px;
  }

 }
@media (max-width: 991px) {
  .contact-left__thumb {
    width: 100%;
  }
  .contact-container {
    width: 100%;
    padding-inline: 20px;
  }

  .contact-wrapper .contact-content .title {
    font-size: 36px;
  }
  .contact-left__thumb img {
    height: 422px;
  }
  .contact-section {
    padding-top: 0;
  }

  .contact-main-wrapper {
    gap: 50px;
  }
  .send-message__subtitle {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .contact-form {
    padding-inline: 0;
  }
  .contact-wrapper {
    max-width: 655px;
}

 }
@media (max-width: 575px) {
  .contact-form .form-group-wrapper {
    width: 100% !important;
  }
  

 }
/* man 9  */

.food-drink-section {
  margin-top: 120px;
}

.food-drink-section .about-thumb-left-two img {
  max-width: 750px !important;
  height: 785px !important;
  object-fit: cover;
}

.food-drink-section .section-header h1 {
  font-size: 50px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  margin-bottom: 50px;
  font-weight: 300;
  margin-top: 45px;

}


.food-drink-section .section-header {
  font-size: 14px;
  color: #000000;

}

.main-thumb-content-wrapper {
  max-width: 435px;
  margin-left: auto;
  margin-top: 105px;

}
.main-thumb-content-wrapper .thumb-content:not(:last-child) {
  margin-bottom: 115px;

}

.main-thumb-content-wrapper .thumb-content {
  height: auto !important;
}
.main-thumb-content-wrapper .thumb-content h2 {
  margin-top: 0px !important;
}

.main-thumb-content-wrapper .thumb-content img {
  height: 608px !important;
  width: 100% !important;
  object-fit: cover;
}
.main-thumb-content-wrapper .thumb-content .hotel-logo-img {
  margin-bottom: 20px;
}
.main-thumb-content-wrapper .thumb-content .hotel-logo-img img {
  height: auto !important;
  width: auto !important;
  max-width: 100px !important;
  max-height: 100px !important;
  object-fit: contain !important;
}
.main-thumb-content-wrapper .thumb-content .hotel-logo-img img,
.main-thumb-content-wrapper .thumb-content h2,
.main-thumb-content-wrapper .thumb-content p,
.main-thumb-content-wrapper .buttons_wrapper {
  margin-left: 25px;
}


.main-thumb-content-wrapper a {
  background-color: #F8DEC5;
  font-size: 14px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #000000;
  border-color: #F8DEC5;
}
.main-thumb-content-wrapper a:hover {
  background-color: #FAC302;
}


.food-drink-section .eat-thumb-content img {
  height: 485px !important;
  object-fit: cover;
}
.eat-thumb-content {
  margin-bottom: 70px;
}
.first-thumb-wrapper {
  margin-bottom: 125px;
}
.eat-content__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  padding-left: 15px;
  }
.eat-left {
  width: 480px;
  }
  .eat-right {
  width: calc(100% - 480px);

}


.eat-thumb-content a {
  font-size: 14px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #000000;
  padding-inline: 28px !important;
  background-color: #F8DEC5;
  border-color: #F8DEC5;

  }
  .eat-thumb-content a:hover {
  border-color: #FAC302;
  background-color: #FAC302;
  
}

.eat-thumb-content.style-two  a {
  font-size: 14px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #000000;
  padding-inline: 28px !important;
  background-color: transparent;
  border-color: #000;
  }
  .eat-thumb-content.style-two a:hover {
  border-color: #FAC302;
  background-color: #FAC302;
  
}



.eat-thumb-content.style-two {
  position: relative;
  padding-bottom: 45px;
  z-index: 2;
}
.eat-thumb-content.style-two::before {
    position: absolute;
    content: '';
    left: -400px;
    right: -25px;
    bottom: 0;
    top: 90px;
    background: #f8dec5;
    z-index: -1;
}
@media (max-width:1199px) {
  .eat-thumb-content.style-two::before {
    right: 10px;
  }
}
.first-thumb-wrapper {
  position: relative;
}

.first-thumb-wrapper::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #00000080;
}
.first-thumb__content {
  position: absolute;
  left: 72px;
  bottom: 180px;
  max-width: 450px;

}

.first-thumb__content h2 {
  font-size: 82px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 700;
  line-height: .95;
}

@media (max-width: 991px) {
  .food-drink-section {
    margin-top: 0px;
  }
  .first-thumb__content h2 {
    font-size: 60px;
  }
  .first-thumb__content {
    left: 35px;
    bottom: 120px;
  }
  .food-drink-section .section-header h1 {
    font-size: 36px;
  }
  .main-thumb-content-wrapper .thumb-content {
    padding-inline: 0;
  }
  .food-drink-section .section-header h1 {
    font-size: 36px;
    margin-bottom: 35px;
    margin-top: 0px;
  }
  .main-thumb-content-wrapper {
    margin-top: 50px;
}
.main-thumb-content-wrapper .thumb-content {
  text-align: start;
}
.first-thumb-wrapper {
  margin-bottom: 60px;
}
.food-drink-section .about-thumb-left-two img {
  height: 550px !important;
}
.main-thumb-content-wrapper {
  margin-left: 0;
}
.eat-thumb-content.style-two::before {
  right: -100px;
}

.main-thumb-content-wrapper .thumb-content img {
    height: 550px !important;
}

.main-thumb-content-wrapper .thumb-content:not(:last-child) {
  margin-bottom: 50px;
}
.eat-content__content .hotel-logo-img {
  margin-bottom: 20px;
}

.eat-content__content {
  padding-left: 0;
}
.main-thumb-content-wrapper .thumb-content .hotel-logo-img img, .main-thumb-content-wrapper .thumb-content h2, .main-thumb-content-wrapper .thumb-content p, .main-thumb-content-wrapper .buttons_wrapper {
  margin-left: 0;
}

}

.hotel-section .section-header p:first-child {
  font-size: 16px;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  color: #000000;
  margin-bottom: 20px;
}

.hotel-section .section-header p img {
  margin-bottom: 15px;
}

.offer-title h2,
.special-top-content-wrapper .section-header.style--two .section-title {
  font-family: "Roboto", sans-serif;
  color: #000000 !important;
}
.special-top-content-wrapper .section-header.style--two .section-title {
  font-weight: 300;
}
.spa-wellnesss-content h2,
.spa-top-content-wrapper .section-header h1 {
  font-weight: 300;
}
.offer-title h2 strong,
.spa-wellnesss-content h2 strong,
.special-top-content-wrapper .section-header.style--two .section-title strong,
.spa-top-content-wrapper .section-header h1 strong,
.food-drink-section .section-header h1 strong {
  font-weight: 700;
}
.special-top-content-wrapper .section-header.style--two .section-title strong {
  color: #000000 !important;
}

.special-offer-item .special-offer-item__content p {
  font-size: 14px !important;
}
.special-offer-item .special-offer-item__content h3 {
  margin-bottom: 20px;
}
.special-offer-item__content {
  padding-top: 25px;
}

.main-thumb-content-wrapper .thumb-content h2 img,
.main-thumb-content-wrapper .thumb-content h3 img,
.main-thumb-content-wrapper .thumb-content h1 img,
.main-thumb-content-wrapper .thumb-content p img,
.food-drink-section .eat-thumb-content h2 img,
.food-drink-section .eat-thumb-content h1 img,
.food-drink-section .eat-thumb-content h3 img,
.food-drink-section .eat-thumb-content p img {
  height: auto !important;
  width: auto !important;
  max-width: 100px !important;
  max-height: 100px !important;
  object-fit: contain !important;
  }
  
  .main-thumb-content-wrapper .thumb-content h,
  .main-thumb-content-wrapper .thumb-content h3,
  .main-thumb-content-wrapper .thumb-content h1,
  .food-drink-section .eat-thumb-content h2,
  .food-drink-section .eat-thumb-content h1,
  .food-drink-section .eat-thumb-content h3 {
  margin-top: 0 !important;

}

.eat-content__content p {
  font-size: 14px;
}

.about-top-content .section-header * {
  color: #000000 !important;
}

.spa-section .hotel-item-two__content p,
.spa-section .hotel-item-two__content p span,
.spa-section .hotel-item-two__content .initial-title {
  color: #000000;
}

.spa-section .hotel-item-two .btn {
  color: #000000;
  border-color: #000000;
}

.hotel-item-two__thumb .initial-title {
  padding-bottom: 15px;
}

.hotel-item-two__thumb img {
  max-height: 350px;
  height: 100%;
}

.eat-thumb-content .eat-content__content {
  margin-top: 25px !important;
}


.section-header.style--two.text-md-center p,
.hotel-thumb-info-item .hotel-thumb-info-content p,
.hotel-about-section .thumb-content p,
.hotel-about-section .thumb-content p span,
.special-offer-item__content p,
.special-offer-item__content p span,
.footer .footer-text,
.contact-left-content p {
  /*font-family: "Quicksand", sans-serif !important;*/
  font-weight: 400;
}




.spa-wellnesss-wrapper .thumb-content a {
  background-color: #F8DEC5;
  font-size: 14px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #000000;
  padding: 12px 49px;
  text-decoration: none !important;
  transition: all ease .3s;
  margin-top: 25px;
  text-transform: uppercase;
}

.spa-wellnesss-wrapper .thumb-content a:hover {
  border-color: #FAC302;
  background-color: #FAC302;
  
}
.hotel-about-section .thumb-content a,
.hotel-cucu-hotel .btn--cmn{
  background-color: #000000;
  font-size: 14px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #ffffff;
  padding: 12px 49px !important;
  text-decoration: none !important;
  transition: all ease .3s;
  margin-top: 40px;
  border-color: #000000;
}
.hotel-about-section .thumb-content a:hover,
.hotel-cucu-hotel .btn--cmn:hover {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}

.spa-section .hotel-item-two a {
  font-size: 14px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  padding: 12px 49px !important;
  text-decoration: none !important;
  transition: all ease .3s;
  border-color: #000000;
  background-color: #ffffff;
  color: #000000 !important;
  }
  
  .spa-section .hotel-item-two a:hover {
    background-color: #000000;
    color: #ffffff !important;
}

.doing-section .doing-content a,
.hotel-special-item .special-offer-item__content .btn {
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #ffffff;
  padding: 12px 49px !important;
  text-decoration: none !important;
  transition: all ease .3s;
  text-transform: uppercase;
  border: 1px solid #fff;
  display: inline-block;
  margin-top: 25px;
}
.doing-section .doing-content a:hover,
.hotel-special-item .special-offer-item__content .btn:hover {
  background-color: #F8DEC5 !important;
  border-color: #F8DEC5 !important;
  color: #000000 !important;
}



.hotel-special-offer-section .offer-item__content p {
  font-size: 14px;
  font-family: "Quicksand", sans-serif;
}

.hotel-special-offer-section .hotel-cucu-hotel .btn--cmn {
  margin-top: 0;
}

.hotel-item-two__thumb .hover-title,
.hotel-item-two__thumb .initial-title,
.hotel-amenities-item__thumb .hotel-amenities-hover-content .title,
.hotel-amenities-item .hotel-amenities-title,
.hotel-section h2,
.hotel-section h1,
.main-thumb-content-wrapper .thumb-content h2,
.section-header.style--two.text-md-center h1,
.section-header.style--two.text-md-center h2,
.hotel-thumb-info-content h2 {
  
}

.hotel-amenities-item__thumb .hotel-amenities-hover-content p,
.terms-list li a {
  font-family: "Quicksand", sans-serif;
}

.hotel-item-two__thumb .initial-title {
  padding-inline: 20px;
}

.about-top-content .section-header h1,
.about-top-content .section-header h2
.about-top-content .section-header h3,
.section-header.style--two .section-title,
.hotel-info-section-header .section-title.section-title-two,
.section-header.hotel-info-section-header h1,
.section-header.hotel-info-section-header h2,
.spa-wellnesss-content .about-title,
.contact-content h1,
.contact-content h2,
.contact-content h4 {

}