@charset "utf-8";

/* CSS Document */

/*---------- Google Fonts ----------*/

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

/* font-family: "barlow_condensedregular", "Arial", sans-serif; */

:root {
  --white: #ffffff;
  --black: #000000;
  --transparent: #0000;
  --choclate: #aa8453;
  --offWhite: #f8f5f0;
  --light: #f2f2f2;
  --offBlack: #222222;
  --darkSlate: #323232;
  --darkgrey: #636060;
}

body {
  font-family: "barlow_condensedregular", "Arial", sans-serif;

  color: var(--black);

  font-size: 18px;

  line-height: 120%;
}

blockquote,
dl,
dd,
h6,
hr,
figure,
pre {
  margin: 0;

  padding: 0;
}

strong {
  font-family: "barlow_condensedmedium", "Arial", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;

  font-weight: inherit;

  font-family: inherit;
}

ol,
ul {
  /* list-style: none; */

  margin: 0;

  /* padding: 0; */
}

img,
video {
  max-width: 100%;

  height: auto;
}

a,
input,
button,
textarea {
  outline: none !important;
}

a {
  text-decoration: none;

  transition: all ease-in-out 300ms;

  -webkit-transition: all ease-in-out 300ms;

  -ms-transition: all ease-in-out 300ms;

  -o-transition: all ease-in-out 300ms;

  -moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
  padding-left: 15px;

  padding-right: 15px;
}

.row {
  margin-left: -15px;

  margin-right: -15px;
}

.row > * {
  padding-left: 15px;

  padding-right: 15px;
}

p {
  font-family: inherit;

  font-size: inherit;

  line-height: inherit;

  color: inherit;
}

p a {
  text-decoration: none;

  color: inherit;
}

p a:hover {
  text-decoration: none;

  color: var(--choclate);

  transition: all 0.4s ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;
}

ul li a,
ol li a {
  text-decoration: none;

  color: inherit;
}

ul li a:hover,
ol li a:hover {
  text-decoration: none;

  color: var(--choclate);

  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 58px;

  line-height: 70px;

  font-family: "gilda_displayregular", "Arial", sans-serif;
}

h2 {
  font-size: 54px;

  line-height: 88px;

  font-family: "gilda_displayregular", "Arial", sans-serif;
}

h3 {
  font-size: 52px;

  line-height: 84px;

  font-family: "gilda_displayregular", "Arial", sans-serif;
}

h4 {
  font-size: 48px;

  line-height: 72px;

  font-family: "gilda_displayregular", "Arial", sans-serif;
}

h5 {
  font-size: 32px;

  line-height: 48px;

  font-family: "gilda_displayregular", "Arial", sans-serif;
}

h6 {
  font-size: 21px;

  line-height: 40px;

  font-family: "gilda_displayregular", "Arial", sans-serif;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;

  margin: 0;
}

.form-control:focus {
  box-shadow: none;

  border-color: transparent;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

textarea {
  resize: none;
}

/* ----- Title Declaration ----- */

.page-title {
  color: var(--black);

  font-family: "gilda_displayregular", "Arial", sans-serif;

  font-size: 58px;

  line-height: 120%;
}

.page-title * {
  font-family: inherit;

  font-size: inherit;

  font-weight: inherit;

  color: inherit;

  line-height: inherit;

  margin: 0;
}

/* ---  54px gilda_displayregular  --- */

.section-title {
  color: var(--black);

  font-family: "gilda_displayregular", "Arial", sans-serif;

  font-size: 54px;

  line-height: 118.519%;

  text-transform: capitalize;
}

.section-title * {
  font-family: inherit;

  font-size: inherit;

  font-weight: inherit;

  color: inherit;

  line-height: inherit;

  margin: 0;
}

/* ---  24px gilda_displayregular  --- */

.block-title {
  color: var(--black);

  font-family: "gilda_displayregular", "Arial", sans-serif;

  font-size: 24px;

  font-weight: 400;

  line-height: 120%;
}

.block-title * {
  font-family: inherit;

  font-size: inherit;

  font-weight: inherit;

  color: inherit;

  line-height: inherit;

  margin: 0;
}

/* --- 27px gilda_displayregular --- */

.normal-title {
  color: var(--black);

  font-family: "gilda_displayregular", "Arial", sans-serif;

  font-size: 27px;

  font-weight: 400;

  line-height: 120%;
}

.normal-title * {
  font-family: inherit;

  font-size: inherit;

  font-weight: inherit;

  color: inherit;

  line-height: inherit;

  margin: 0;
}

/* ---  20px barlow_condensedregular --- */

.sub-head {
  color: var(--black);

  font-family: "barlow_condensedregular", "Arial", sans-serif;

  font-size: 17px;

  line-height: 20.4px;

  letter-spacing: 4px;

  text-transform: uppercase;

  margin-bottom: 12px;
}

.sub-head * {
  font-family: inherit;

  font-size: inherit;

  font-weight: inherit;

  color: inherit;

  line-height: inherit;

  margin: 0;
}

/* ----- */

.common-text {
  font-size: 16px;

  line-height: 120%;

  color: var(--black);

  font-family: "barlow_condensedregular", "Arial", sans-serif;
}

.common-text * {
  font-family: inherit;

  font-size: inherit;

  font-weight: inherit;

  color: inherit;

  line-height: inherit;

  margin: 0;
}

/* ----- Title Declaration ----- */

.color-choclate {
  color: #aa8453;
}

.color-offWhite {
  color: #f8f5f0;
}

.color-offBlack {
  color: #222222;
}

.color-darkSlate {
  color: #323232;
}

.bg-choclate {
  background-color: #aa8453;
}

.bg-offWhite {
  background-color: #f8f5f0;
}

.bg-offBlack {
  background-color: #222222;
}

.bg-darkSlate {
  background-color: #323232;
}

.border-choclate {
  border-color: var(--choclate) !important;
}

/* ==== BTN ==== */

.btn {
  position: relative;

  z-index: 2;

  font-family: "barlow_condensedregular", "Arial", sans-serif;

  padding: 16px 34px;

  font-size: 18px;

  /* letter-spacing: 4px; */

  color: var(--white);

  line-height: 21.6px;

  border-radius: 0;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  -ms-border-radius: 0;

  -o-border-radius: 0;

  border: none;

  outline: none;

  overflow: hidden;

  transition: all 0.4s ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;
}

.btn::before {
  position: absolute;

  top: 0%;

  left: 0;

  right: 0;

  content: "";

  background-color: var(--choclate);

  height: 100%;

  width: 100%;

  z-index: -1;

  transition: all 0.4s ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;
}

.btn::after {
  position: absolute;

  top: 100%;

  left: 0;

  right: 0;

  content: "";

  background-color: var(--offBlack);

  height: 100%;

  width: 100%;

  z-index: -1;

  transition: all 0.4s ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;
}

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

.btn:hover::before {
  top: -100%;

  bottom: auto;

  transition: all 0.4s ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;
}

.btn:hover::after {
  top: 0%;

  transition: all 0.4s ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;
}

/* ===== slider btn ===== */

.slick-arrow.slick-prev {
  padding: 0;

  width: 70px;

  height: 70px;

  background-color: var(--choclate);

  font-size: 0;

  border: none;

  border-radius: 100% 0 0 100%;

  -webkit-border-radius: 100% 0 0 100%;

  -moz-border-radius: 100% 0 0 100%;

  -ms-border-radius: 100% 0 0 100%;

  -o-border-radius: 100% 0 0 100%;

  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2211%22%20viewBox%3D%220%200%2019%2011%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_96_60)%22%3E%3Cpath%20d%3D%22M0%205.49961C0%205.59961%200%205.69961%200.1%205.79961C0.1%205.89961%200.2%205.99961%200.3%205.99961L5%2010.6996C5.2%2010.9996%205.7%2010.9996%206%2010.6996C6.3%2010.3996%206.3%209.89961%206%209.59961L2.7%206.19961H18C18.4%206.19961%2018.8%205.89961%2018.8%205.39961C18.8%204.99961%2018.4%204.59961%2018%204.59961H2.7L6%201.29961C6.3%200.999609%206.3%200.499609%206%200.199609C5.7%20-0.100391%205.2%20-0.100391%204.9%200.199609L0.2%204.89961C0.2%204.99961%200.1%205.09961%200.1%205.19961C0%205.29961%200%205.39961%200%205.49961Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_96_60%22%3E%3Crect%20width%3D%2218.8%22%20height%3D%2210.9%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");

  background-repeat: no-repeat;

  background-position: center;

  transition: all 0.4s ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;
}

.slick-arrow.slick-next {
  padding: 0;

  width: 70px;

  height: 70px;

  background-color: var(--offWhite);

  font-size: 0;

  border: none;

  border-radius: 0 100% 100% 0;

  -webkit-border-radius: 0 100% 100% 0;

  -moz-border-radius: 0 100% 100% 0;

  -ms-border-radius: 0 100% 100% 0;

  -o-border-radius: 0 100% 100% 0;

  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2211%22%20viewBox%3D%220%200%2019%2011%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_96_63)%22%3E%3Cpath%20d%3D%22M18.8%205.49961C18.8%205.59961%2018.8%205.69961%2018.7%205.79961C18.7%205.89961%2018.6%205.99961%2018.5%205.99961L13.8%2010.6996C13.5%2010.9996%2013%2010.9996%2012.7%2010.6996C12.4%2010.3996%2012.4%209.89961%2012.7%209.59961L16.1%206.19961H0.8C0.3%206.19961%200%205.89961%200%205.49961C0%204.99961%200.3%204.69961%200.8%204.69961H16.1L12.7%201.29961C12.4%200.999609%2012.4%200.499609%2012.7%200.199609C13%20-0.100391%2013.5%20-0.100391%2013.8%200.199609L18.5%204.89961C18.6%204.99961%2018.6%205.09961%2018.7%205.09961C18.7%205.29961%2018.8%205.39961%2018.8%205.49961Z%22%20fill%3D%22black%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_96_63%22%3E%3Crect%20width%3D%2218.8%22%20height%3D%2210.9%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");

  background-repeat: no-repeat;

  background-position: center;

  transition: all 0.4s ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;
}

.slick-arrow:hover {
  border-radius: 0 0 0 0;

  -webkit-border-radius: 0 0 0 0;

  -moz-border-radius: 0 0 0 0;

  -ms-border-radius: 0 0 0 0;

  -o-border-radius: 0 0 0 0;

  transition: all 0.4s ease-in-out;

  -webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  -ms-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;
}

.slick-slider {
  opacity: 0;
}

.slick-initialized.slick-slider {
  opacity: 1;
}

/*==========HOME PAGE  ==========*/

/* ---- Vision-wrp ---- */

.vision-wrp {
  position: relative;

  overflow: hidden;

  padding: 199px 0 100px 0;
}

.vision-main {
  display: flex;

  position: relative;
}

.vision-left {
  width: 28%;

  height: auto;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: flex-start;

  max-width: 397px;

  margin: 0 120px 0 0;
}

.vision-left .title-block {
  margin-bottom: 24px;
}

.vision-left .btn {
  margin-top: 72px;

  letter-spacing: 2px;

  text-transform: uppercase;

  font-size: 14px;

  line-height: 14px;
}

.vision-left .vision-detail {
  font-size: 16.2px;

  line-height: 20px;

  max-width: 356px;

  font-family: "barlow_condensedmedium";
}

.vision-left .vision-detail > *:last-child {
  margin-bottom: 0;
}

.vision-right {
  width: 60%;

  /* width: calc(100vw - 10px);



  margin-right: calc((100vw - 1410px) / -2); */
}

.vision-right-inner .vision-slider {
  height: 100%;

  width: calc(100vw - 10px);

  margin-right: calc((100vw - 1410px) / -2);
}

.vision-right-inner {
  height: 100%;

  /* overflow: visible !important; */

  /* clip-path: inset(0 -100vw 0 0) !important; */

  /* margin-left: 120px; */
}

.vision-right-inner .slick-list {
  height: 100%;

  padding-right: 500px;
}

/* .vision-right-inner .slick-track {



  height: 100%;



} */

.vision-right-inner .vision-img {
  height: 506px;
}

.vision-right-inner .vision-img * {
  width: 100%;
}

.vision-right-inner .slick-slide img {
  height: 100%;

  object-fit: cover;
}

.vision-right-inner .slick-arrow {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  /* right: 0; */
}

.vision-right-inner .slick-slide {
  margin: 0 15px;
}

.vision-right-inner .slick-list {
  margin: 0 -15px;
}

.vision-right-inner .slick-arrow.slick-prev {
  left: -62px;

  z-index: 11;
}

.vision-right-inner .slick-arrow.slick-next {
  left: 55.8%;
}

.our-vision-shape {
  position: absolute;

  left: 0;

  max-height: 520px;

  bottom: 100px;

  z-index: -1;
}

.our-vision-shape * {
  height: 100%;

  width: 100%;

  height: 520px;
}

.vision-absolute-box {
  position: absolute;

  z-index: 11;

  max-width: 360px;

  width: 100%;

  right: 10px;

  text-align: center;

  color: var(--white);

  background: url(../images/bordered-vision.svg) no-repeat;

  background-size: 100% 100%;

  padding: 40px;

  bottom: 45px;
}

.vision-absolute-box .block-title {
  font-size: 22px;

  color: var(--white);

  line-height: 27px;
}

/* ---- luxury-wrp ---- */

.luxury-wrp {
  position: relative;

  overflow: hidden;

  padding: 100px 0 166px 0;
}

.luxury-wrp .luxury-left {
  position: absolute;

  width: 50%;

  height: 100%;

  top: 0;

  bottom: 0;

  left: 0;
}

.luxury-wrp .luxury-right {
  position: absolute;

  width: 50%;

  height: 100%;

  top: 0;

  bottom: 0;

  right: 0;
}

.luxury-wrp .luxury-right img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.luxury-main {
  position: relative;

  z-index: 3;
}

.luxury-main .title-block .sub-head {
  max-width: 443px;

  text-align: center;
}

.luxury-box {
  padding-top: 100px;
}

.luxury-box .luxury-slider {
  width: calc(100vw - 10px);

  margin-right: calc((100vw - 1410px) / -2);

  opacity: 0;
}

.luxury-slider.slick-initialized.slick-slider {
  opacity: 1;
}

.luxury-box .luxury-slide {
  height: 652px;
}

.luxury-box .luxury-slide img {
  height: 100%;

  width: 100%;

  object-fit: cover;
}

.luxury-box .slick-slide {
  border-top: 1px solid var(--white);

  border-right: 1px solid var(--white);

  border-bottom: 1px solid var(--white);
}

.luxury-box .slick-list {
  margin: 0 -1px;

  padding-right: 400px;
}

.luxury-box .slick-arrow {
  position: absolute;

  top: -80px;

  left: 631px;
}

.luxury-box .slick-arrow.slick-prev {
  margin-right: 78px;
}

.luxury-box .slick-arrow.slick-next {
  margin-left: 78px;
}

.luxury-img {
  height: 650px !important;

  width: 100%;
}

/* ---- faciliti-wrp ---- */

.faciliti-wrp {
  position: relative;

  padding: 138px 0 180px 0;
}

.faciliti-main {
  position: relative;
}

.faciliti-main .leaf-vector {
  position: absolute;

  bottom: unset;

  left: -94px;

  right: -157px;

  left: unset;

  top: -83px;
}

.faciliti-main .title-block {
  text-align: center;

  margin-bottom: 70px;
}

/* ---- Guest say Review ---- */

.guestReview-wrp {
  position: relative;

  padding: 100px 0 210px 0;

  overflow: hidden;
}

.guestReview-main .title-block {
  text-align: center;

  margin-bottom: 70px;
}

.faciliti-block {
  display: flex;

  flex-direction: column;

  height: calc(100% - 30px);

  margin-bottom: 30px;

  position: relative;

  padding: 64px 46px 38px 72px;

  border: 1px solid #e3e3e3;

  border-style: dashed;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  overflow: hidden;
}

.faciliti-block:hover {
  border-color: var(--choclate);
}

.faciliti-block.faciliti-imag-block {
  padding: 0;
}

.faciliti-imag-block {
  height: calc(100% - 30px);

  margin-bottom: 30px;

  border: none;

  border-radius: 5px;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

  -ms-border-radius: 5px;

  -o-border-radius: 5px;

  overflow: hidden;
}

.faciliti-imag-block img {
  height: 100%;

  object-fit: cover;
}

.faciliti-icon {
  margin-bottom: 14px;

  height: 60px;

  width: 60px;

  display: flex;

  justify-content: center;

  align-items: center;
}

.faciliti-block .block-title {
  margin-bottom: 18px;
}

.guestReview-main .slick-list {
  height: 100%;

  padding-top: 20px !important;

  padding-bottom: 20px !important;

  margin: -25px;
}

.guestReview-main .slick-slide {
  margin: 0 25px;
}

.review-box {
  position: relative;
}

.review-box-inner {
  position: relative;

  padding: 28px 36px;

  background-color: var(--darkSlate);

  display: flex !important;

  flex-direction: column;

  height: 100%;
}

.review-box::after {
  position: absolute;

  content: "";

  bottom: -20px;

  right: -20px;

  background-color: #232323;

  height: 100%;

  width: 100%;

  z-index: -1;
}

.review-box .quote-top {
  position: absolute;

  top: -14px;

  right: 33px;

  width: 40px;

  height: 40px;
}

.review-box:nth-child(even)::after {
  background-color: var(--choclate);
}

.star-box {
  display: flex;

  align-items: center;

  column-gap: 10px;

  margin-bottom: 30px;
}

.review-box .common-text {
  color: var(--white);

  margin-bottom: 28px;
}

.client-info {
  display: flex;

  column-gap: 13px;

  align-items: center;

  margin-top: auto;
}

.client-info .client-img {
  width: 60px;

  height: 60px;

  background-color: #d9d9d9;

  border-radius: 100%;

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

  -ms-border-radius: 100%;

  -o-border-radius: 100%;

  overflow: hidden;
}

.client-info .client-img img {
  object-fit: cover;

  height: 100%;

  width: 100%;

  background: var(--light);

  border-radius: 50%;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;
}

.client-info p {
  color: var(--white);

  font-size: 17px;

  line-height: 120%;

  margin-bottom: 0;

  letter-spacing: 1px;

  text-transform: uppercase;
}

.review-main .slick-arrow {
  position: absolute;

  bottom: -120px;

  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -o-transform: translateX(-50%);
}

/* .review-main .slick-arrow.slick-prev {



  margin-right: 70px;



}







.review-main .slick-arrow.slick-next {



  margin-left: 70px;



}







.review-main .slick-arrow {



  bottom: -90px;



  left: calc(50% - 24px);



}



.review-main .slick-arrow.slick-prev {



  width: 48px;



  height: 48px;



  margin-right: 48px;



} */

.review-main .slick-arrow.slick-next {
  width: 48px;

  height: 48px;

  margin-left: 48px;
}

.review-main .slick-arrow.slick-prev {
  width: 70px;

  height: 70px;

  left: -57px;
}

.review-main .slick-arrow.slick-next {
  width: 70px;

  height: 70px;

  right: -23px;

  right: -57px;

  left: unset;
}

.review-main .slick-arrow {
  bottom: unset;

  top: 50%;

  transform: translateY(-50%);

  position: absolute;

  z-index: 11;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);
}

/*========== New Class Add End ==========*/

/*========== Footer Start ==========*/

.footer {
  background: var(--offBlack);

  padding: 100px 0;
}

.footer-block .footer-logo {
  max-width: 285px;
}

.footer-block .footer-logo * {
  width: 100%;

  height: 100%;
}

.footer-block ul {
  display: flex;

  padding: 32px 0 0 0;
}

.footer-block .btn::after {
  background: var(--white);
}

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

.footer-block .btn {
  letter-spacing: 0px;

  padding: 18px 66px;

  line-height: normal;
}

.footer-block ul li img {
  width: 17px;

  height: 20px;
}

.footer-block ul li a {
  border: 1px solid var(--white);

  border-radius: 50%;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  height: 35px;

  width: 35px;

  display: flex;

  justify-content: center;

  align-items: center;
}

.footer-block ul li {
  list-style-type: none;
}

.footer-block ul li a:hover {
  background: var(--choclate);

  border-color: var(--choclate);
}

.footer-block ul li:not(:last-child) {
  margin-right: 14px;
}

.footer-block .common-detail {
  font-size: 32px;

  line-height: normal;

  color: var(--white);

  font-family: "gilda_displayregular";

  padding: 24px 0 24px 0;

  margin: 0 0 24px 0;

  border-bottom: 1px solid var(--choclate);

  display: flex;

  justify-content: flex-start;

  width: fit-content;
}

.footer-right-block {
  padding-top: 32px;

  max-width: 913px;

  margin: 0 0 0 auto;
}

.footer-right-block .detail {
  font-size: 21px;

  line-height: 24px;

  color: var(--white);
}

.footer-right-block .booking-block .booking-icon {
  width: 20px;

  height: 20px;

  margin-right: 10px;

  display: inline-flex;
}

.footer-right-block .booking-block ul li img {
  width: 20px;

  height: 20px;

  margin-right: 10px;
}

.footer-right-block .booking-block .booking-icon * {
  height: 100%;

  width: 100%;

  display: inline-flex;
}

.footer-right-block .booking-block {
  display: flex;

  padding-right: 40px;
}

.booking-reservation-block > *:first-child {
  padding-right: 60px;
}

.booking-reservation-block > *:last-child {
  padding-right: 0px;
}

.footer-right-block .booking-block .detail {
  display: flex;

  flex-direction: column;

  max-width: 237px;
}

.footer-right-block .booking-block .detail * {
  margin: 0;
}

.footer-right-block .booking-block .detail a {
  color: var(--white);
}

.footer-right-block .common-title {
  font-family: "gilda_displayregular";

  font-size: 22px;

  line-height: 26px;

  color: var(--white);

  padding-bottom: 10px;
}

.footer-right-block .booking-block ul {
  display: flex;

  flex-direction: column;

  padding-left: 0;
}

.footer-right-block .booking-block ul li {
  display: flex;

  margin-bottom: 10px;
}

.footer-right-block .booking-block ul li a img {
  width: 20px;

  height: 20px;

  margin-right: 10px;
}

.footer-right-block .booking-block .detail a:hover,
.footer-right-block .booking-block ul li a:hover {
  color: var(--choclate);
}

.footer-right-block .booking-block ul li a {
  color: var(--white);
}

.booking-reservation {
  padding: 66px 0 0 0;
}

.booking-reservation-block {
  display: flex;
}

.footer-inner {
  padding-bottom: 65px;

  margin-bottom: 30px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom .footer-bottom-inner * {
  color: var(--white);

  padding: 0;

  border: 0px;
}

.footer-bottom .footer-bottom-inner p {
  margin: 0;
}

.footer-bottom .footer-bottom-inner p span {
  color: var(--choclate);
}

.footer-bottom-inner {
  display: flex;

  justify-content: space-between;
}

.footer-bottom-inner ul {
  display: flex;

  padding-left: 0;
}

.footer-bottom-inner ul li {
  margin: 0 12px;

  list-style-type: none;
}

.footer-bottom-inner ul li a {
  font-size: 14px;

  line-height: 16px;

  letter-spacing: 2px;

  padding: 0px !important;
}

.footer-bottom-inner ul li a:hover,
.footer-bottom-inner ul li a.active,
.footer-bottom-inner ul .current-menu-item a {
  color: var(--choclate);
}

/*========== Footer End ==========*/

.mansion-map-wrapper {
  margin: 0 0 -230px 0;

  padding: 150px 0 0 0;
}

/*mansion map*/

.mansion-map-wrapper .mansion-map,
.mansion-map-wrapper .mansion-map * {
  width: 100%;

  height: 100%;
}

.mansion-map-wrapper .mansion-map iframe {
  height: 530px;

  position: relative;

  z-index: 11;
}

/*mansion map*/

/*keep-in-touch*/

.keep-in-touch-main {
  position: relative;

  z-index: 11;
}

.keep-in-touch-left {
  max-width: 420px;

  padding: 30px 0 0 0;
}

.keep-in-touch-main .row {
  row-gap: 20px;
}

.keep-in-touch-right .row {
  row-gap: 0px;
}

.keep-in-touch-left .section-title {
  margin: 0 0 25px 0;
}

.keep-in-touch-left .description {
  max-width: 327px;
}

.keep-in-touch-wrapper {
  background: var(--light);

  padding: 500px 0 160px 0;
}

.form-control {
  padding: 27px 30px;

  border-radius: 0px;

  border: 0px;

  color: var(--black);
}

.form-control::placeholder {
  color: var(--black);
}

textarea.form-control {
  min-height: 300px;
}

.form-group {
  margin: 0 0 20px 0;
}

.keep-in-touch-form .wpcf7-response-output {
  text-align: left;
}

.keep-in-touch-form .wpcf7-not-valid-tip {
  position: relative !important;
  bottom: unset;
}

.keep-in-touch-form .wpcf7-spinner {
  margin: 10px auto 0 0 !important;
}

.keep-in-touch-form .row > * {
  padding-left: 10px;

  padding-right: 10px;
}

.keep-in-touch-form .row {
  margin-left: -10px;

  margin-right: -10px;
}

.keep-in-touch-form .btn {
  margin: 20px 0 0 0;

  padding: 16px 57px;
}

.leaf-vector {
  position: absolute;

  bottom: -60px;

  left: -94px;
}

/*keep-in-touch*/

/*==================================================================*/

/*========== Header Start ==========*/

/*==================================================================*/

.header {
  padding: 20px 0 30px;

  background: var(--offBlack);
}

.header-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.149);

  padding-bottom: 20px;
}

.header-top .h-title {
  color: var(--white);

  margin-bottom: 4px;
}

.header-top ul li {
  color: var(--choclate);

  list-style-type: none;
}

.header-top ul {
  padding-left: 0;
}

.header-top ul li a:hover {
  color: var(--white);
}

.header-top ul li * {
  font-weight: inherit;

  font-size: inherit;

  color: inherit;
}

.header-top .header-top-right ul li {
  font-family: "gilda_displayregular";

  font-size: 22px;

  line-height: 27px;
}

.header .logo {
  height: 76px;

  max-width: 283px;
}

.header .logo * {
  width: 100%;

  height: 100%;

  display: inline-block;
}

.header-top .h-wrapper {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 25px;

  max-width: 1650px;

  margin: 0 auto;
}

.header .header-bottom {
  padding-top: 30px;
}

.header-bottom .navbar {
  padding: 0;

  width: 100%;
}

.navbar .navbar-nav li:first-child {
  margin-left: 0;
}

.navbar .navbar-nav li:last-child {
  margin-right: 0;
}

.navbar .navbar-nav li {
  margin: 0 30px;
}

.nav-link {
  padding: 8px 7px 8px 10px !important;

  font-weight: 500;

  font-size: 17px;

  line-height: 17px;

  border: 1px solid;

  border-color: transparent;

  letter-spacing: 3px;

  color: var(--white);

  text-transform: uppercase;

  text-align: center;
}

.nav-link:focus-visible {
  outline: 0;

  box-shadow: unset;

  color: #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar .navbar-nav .nav-item.current-menu-item .nav-link {
  border-color: var(--choclate);

  color: var(--white);

  box-shadow: none;
}

.nav-link:hover,
.nav-link:focus {
  border-color: var(--choclate);

  color: var(--white);
}

.nav-right .navbar-toggler {
  display: block;

  padding: 10px 0 0 0;
}

.nav-right .toggler-showpiece img {
  width: 43px;

  height: 100%;
}

.navbar-toggler span {
  background-color: var(--choclate);

  width: 39px;

  height: 1px;

  display: block;

  margin-bottom: 10px;

  transition: 0.5s;

  position: relative;

  background-image: none;

  -webkit-transition: 0.5s;

  -moz-transition: 0.5s;

  -ms-transition: 0.5s;

  -o-transition: 0.5s;
}

.navbar-toggler span:nth-child(2) {
  width: 28px;
}

.navbar-toggler.open span:first-child {
  top: 5px;

  transform: rotate(45deg);

  -webkit-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  -o-transform: rotate(45deg);
}

.navbar-toggler.open span:nth-child(2) {
  display: none;
}

.navbar-toggler.open span:last-child {
  top: -6px;

  transform: rotate(-45deg);

  -webkit-transform: rotate(-45deg);

  -moz-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  -o-transform: rotate(-45deg);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar .nav-right {
  display: flex;

  align-items: center;

  width: 100%;

  justify-content: space-between;
}

.header-bottom .h-wrapper {
  display: flex;

  align-items: center;

  justify-content: space-between;

  max-width: 1650px;

  margin: 0 auto;
}

.header-bottom .dropdown .booknow-link {
  font-size: 18px;

  display: flex;

  align-items: center;

  font-weight: 500;

  color: var(--choclate);

  position: relative;

  padding-right: 20px;

  text-transform: uppercase;
}

.header-bottom .dropdown .booknow-toggle:hover,
.header-bottom .dropdown .booknow-toggle.show {
  color: var(--light);
}

.desktop-burger {
  cursor: pointer;
}

.desktop-burger span {
  display: block;

  background: var(--choclate);

  width: 39px;

  height: 1px;

  border-radius: 30px;

  -webkit-border-radius: 30px;

  -moz-border-radius: 30px;

  -ms-border-radius: 30px;

  -o-border-radius: 30px;
}

.desktop-burger span:nth-child(2) {
  width: 28px;
}

.desktop-burger span:not(:last-child) {
  margin-bottom: 10px;
}

.desktop-burger span {
  transition: all 0.4s;

  -webkit-transition: all 0.4s;

  -moz-transition: all 0.4s;

  -ms-transition: all 0.4s;

  -o-transition: all 0.4s;
}

.desktop-burger-block.is-active .desktop-burger span:nth-child(2) {
  opacity: 0;
}

.desktop-burger-block.is-active .desktop-burger span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);

  -ms-transform: translateY(10px) rotate(45deg);

  -o-transform: translateY(10px) rotate(45deg);

  transform: translateY(10px) rotate(45deg);

  -moz-transform: translateY(10px) rotate(45deg);
}

.desktop-burger-block.is-active .desktop-burger span:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);

  -ms-transform: translateY(-13px) rotate(-45deg);

  -o-transform: translateY(-13px) rotate(-45deg);

  transform: translateY(-13px) rotate(-45deg);

  -moz-transform: translateY(-13px) rotate(-45deg);
}

.desktop-burger-block {
  position: relative;
}

.menu-box {
  user-select: none;

  padding: 18px 22px 30px;

  width: 191px;

  display: none;

  position: absolute;

  z-index: 99;

  top: 40px;

  left: 0;

  background: var(--choclate);

  border-radius: 7px;

  -webkit-border-radius: 7px;

  -moz-border-radius: 7px;

  -ms-border-radius: 7px;

  -o-border-radius: 7px;

  animation: rotateMenu 400ms ease-in-out forwards;

  -webkit-animation: rotateMenu 400ms ease-in-out forwards;

  transform-origin: top center;
}

@keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }

  70% {
    transform: rotateX(20deg);
  }

  100% {
    transform: rotateX(0deg);
  }
}

.desktop-burger-block.is-active .menu-box {
  display: block;
}

.menu-box ul {
  margin: 0;

  padding: 0;

  list-style: none;
}

.menu-box ul li {
  color: var(--white);

  font-size: 20px;

  font-weight: 300;

  line-height: 115%;
}

.menu-box ul li a:hover {
  color: var(--black);
}

.menu-box ul li a {
  font-family: inherit;

  font-size: inherit;

  line-height: inherit;

  font-weight: inherit;

  color: inherit;
}

.menu-box ul li:not(:last-child) {
  margin-bottom: 27px;
}

.menu-box ul li a.active,
.menu-box ul li a:hover {
  color: var(--offBlack);
}

.desktop-burger {
  cursor: pointer;
}

.header-bottom .dropdown-menu {
  padding: 10px 0 0;

  z-index: 99;

  /* background: var(--choclate); */

  background: transparent;

  border: 0;

  min-width: 100%;
}

.header-bottom .dropdown-menu li {
  color: var(--choclate);

  font-size: 18px;

  font-weight: 300;

  line-height: 115%;

  text-transform: uppercase;
}

.header-bottom .dropdown-menu li a {
  padding: 0;

  color: inherit;

  font-family: inherit;

  font-size: inherit;

  font-weight: inherit;

  line-height: inherit;

  text-transform: inherit;
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
  color: var(--white);

  background-color: transparent;
}

.menu-arrow {
  position: relative;
}

.header-bottom .booknow-toggle .menu-arrow {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free 7.0.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M297.4 438.6C309.9 451.1 330.2 451.1 342.7 438.6L502.7 278.6C515.2 266.1 515.2 245.8 502.7 233.3C490.2 220.8 469.9 220.8 457.4 233.3L320 370.7L182.6 233.4C170.1 220.9 149.8 220.9 137.3 233.4C124.8 245.9 124.8 266.2 137.3 278.7L297.3 438.7z'/%3E%3C/svg%3E");

  border: 0;

  margin: 0;

  width: 13px;

  height: 15px;

  background-repeat: no-repeat;

  display: inline-block;

  position: absolute;

  /* right: -19px;

  top: -17px; */
  right: -1px;
  top: 1px;

  transition: 0.3s ease-in all;

  -webkit-transition: 0.3s ease-in all;

  -moz-transition: 0.3s ease-in all;

  -ms-transition: 0.3s ease-in all;

  -o-transition: 0.3s ease-in all;
}

.dropdown.show .booknow-link {
  color: var(--white);
}

.header-bottom .booknow-toggle.show .menu-arrow {
  transform: rotate(-180deg);

  -webkit-transform: rotate(-180deg);

  -moz-transform: rotate(-180deg);

  -ms-transform: rotate(-180deg);

  -o-transform: rotate(-180deg);
}

.header-bottom .dropdown-menu li:not(:last-child) {
  margin-bottom: 27px;
}

.header-top .contact-us ul {
  display: flex;

  align-items: center;

  gap: 10px;
}

.header-top .contact-us ul li {
  display: flex;

  gap: 5px;

  align-items: center;

  line-height: 100%;

  position: absolute;

  left: 0;

  top: 0;
}

.header-top .contact-us ul li a {
  display: inline-block;
}

.h-left .h-title {
  font-size: 16px;

  line-height: 19px;
}

/*==================================================================*/

/*========== Header End ==========*/

/*==================================================================*/

/* ----------Banner------------ */

.banner-main {
  background: var(--darkgrey);

  position: relative;

  min-height: 720px;
}

.banner-wrap {
  max-width: 1740px;

  margin: 0 auto;
}

.banner-main .banner-img {
  position: absolute;

  right: 0;

  left: 0;

  top: 0;

  bottom: 0;

  min-height: 541px;

  max-width: 100%;

  margin: 90px 90px;
}

.banner-bottom-vector {
  position: absolute;

  bottom: 0;

  width: 100%;
}

.banner-main .banner-img * {
  height: 100%;

  width: 100%;

  object-fit: cover;
}

.banner-img:after {
  position: absolute;

  content: "";

  background: #000;

  opacity: 0.4;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: 0;
}

.banner-wrapper {
  position: relative;

  z-index: 111;

  text-align: center;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

  height: 100%;

  min-height: 624px;
}

.banner-wrapper * {
  color: var(--white);
}

.breadcrumb {
  justify-content: center;
}

.breadcrumb-item *,
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
  font-family: "barlow_condensedregular";

  letter-spacing: 4px;

  text-transform: uppercase;

  color: var(--white) !important;

  font-size: 17px;

  line-height: 21px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "-";
}

.breadcrumb-item a:hover {
  color: var(--choclate) !important;
}

/* ----------Banner------------ */

/* ----------special-stay-offer------------ */

.special-stay-offer-wrapper {
  padding: 120px 0 60px 0;
}

.special-stay-offer-inner {
  margin-top: 125px;
}

.special-stay-offer-inner .row {
  margin-left: -30px;

  margin-right: -30px;
}

.special-stay-offer-inner .row > * {
  padding-left: 30px;

  padding-right: 30px;
}

.special-stay-offer-block {
  display: flex;

  position: relative;

  max-width: 675px;

  height: Calc(100% - 110px);

  margin: 0 0 110px 0;
}

.special-stay-offer-img {
  max-width: 330px;

  min-height: 330px;
}

.special-stay-offer-img * {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.special-stay-offer-content {
  background: var(--darkSlate);

  padding: 35px 35px 35px 60px;

  max-width: 450px;

  width: 100%;

  position: relative;

  margin: 23px 0 23px -98px;

  display: flex;

  flex-direction: column;
}

.special-stay-offer-content .block-title {
  color: var(--white);
}

.special-stay-offer-content .description {
  color: var(--white);

  margin: 30px 0 20px 0;

  letter-spacing: 1px;
}

.special-stay-offer-content .read-more-modal {
  display: none;

  width: fit-content;
}

.modal-header .btn-close {
  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  border-radius: 0px;

  -webkit-border-radius: 0px;

  -moz-border-radius: 0px;

  -ms-border-radius: 0px;

  -o-border-radius: 0px;

  background-color: var(--white);

  filter: unset;

  opacity: 1;
}

.modal-header .btn-close:hover {
  opacity: 0.7;
}

.modal-header .btn-close:focus {
  box-shadow: unset !important;
}

.modal-dialog {
  max-width: 700px;
}

.modal-body {
  padding: 20px;
}

.modal-content {
  border-radius: 0px;

  -webkit-border-radius: 0px;

  -moz-border-radius: 0px;

  -ms-border-radius: 0px;

  -o-border-radius: 0px;

  background: var(--darkSlate);
}

.modal-content * {
  color: var(--white);
}

.modal-header {
  border-bottom-color: #f2f2f265 !important;
}

.read-more-modal {
  background: transparent;

  border: 0px;

  color: var(--offWhite);

  text-align: left;

  margin-bottom: 5px;

  padding: 0;

  text-decoration: underline;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

.read-more-modal:hover {
  color: var(--choclate);
}

.special-stay-offer-content .description {
  display: -webkit-box;

  -webkit-box-orient: vertical;

  overflow: hidden;
  /* Hides the overflow content */

  -webkit-line-clamp: 4;
  /* Clamp at 5 lines */
}

.special-stay-offer-content .description > * {
  margin: 0;
}

.book-now {
  display: flex;

  align-items: center;

  justify-content: flex-end;

  margin: auto 0 0 0;

  justify-content: flex-end;
}

.book-now .clock-icon {
  max-width: 40px;
}

.book-now .clock-icon * {
  height: 100%;

  width: 100%;
}

.book-now .book-now-detail * {
  color: var(--choclate);

  font-size: 12px;

  line-height: 14px;

  letter-spacing: 2px;
}

.book-now .book-now-detail p {
  margin-bottom: 0;
}

.book-now .book-now-detail a {
  font-size: 17px;

  line-height: 20px;

  font-family: "gilda_displayregular";

  letter-spacing: 0px;

  margin-top: 2px;

  display: inline-flex;
}

.book-now .book-now-detail a:hover {
  color: var(--light);
}

.book-now-detail {
  margin-left: 10px;
}

.load-more-btn .btn span {
  font-size: 24px;

  margin: 0 8px 0 0;
}

.load-more-btn {
  display: flex;

  justify-content: center;
}

.load-more-btn .btn {
  padding: 16px 50px;

  display: flex;

  align-items: center;
}

.special-stay-offer-main {
  position: relative;
}

.special-stay-offer-main .leaf-vector {
  position: absolute;

  bottom: unset;

  left: unset;

  right: -141px;
}

/* ----------special-stay-offer------------ */

/* ----------One Bedroom / two Bedroom / Three Bedroom page ------------ */

.bedroom-wrapper {
  padding: 122px 0 100px 0;

  position: relative;

  overflow: hidden;
}

.bedroom-main-img,
.bedroom-main-img * {
  height: 100%;

  width: 100%;

  object-fit: cover;

  object-position: top;
}

.bedroom-main {
  position: relative;
}

.bedroom-content-left {
  display: flex;

  flex-direction: column;

  height: 100%;
}

.bedroom-main .leaf-vector {
  position: absolute;

  bottom: unset;

  left: unset;

  top: -40px;

  right: -127px;

  transform: scaleX(-1);

  -webkit-transform: scaleX(-1);

  -moz-transform: scaleX(-1);

  -ms-transform: scaleX(-1);

  -o-transform: scaleX(-1);
}

.bedroom-wrapper .bedroom-title .description {
  max-width: 855px;

  margin: 10px auto 0 auto;
}

.bedroom-content-right {
  background: var(--offWhite);

  padding: 50px 50px 95px 50px;

  height: 100%;
}

.bedroom-content-right .normal-title {
  font-size: 26px;

  line-height: 33px;

  margin: 30px 0 50px 0;
}

.bedroom-content-right .book-reservation-form .form-control {
  padding: 19px 46px 19px 20px;

  font-size: 16px;

  line-height: 19px;

  color: #a19292;

  background: #fff;

  box-shadow: 0 0 21px 2px #f4e9ec;
}

.bedroom-content-right .book-reservation-form .form-control::placeholder {
  color: #a19292;
}

.bedroom-content-right
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #a19292;
}

.bedroom-content-right .book-reservation-form label {
  font-size: 16px;

  line-height: 19px;

  color: var(--black);

  text-transform: uppercase;

  margin: 0 0 6px 0;
}

.bedroom-content-right .book-reservation-form .form-group {
  position: relative;
  margin: 0 0 25px 0;
}

.form-icn {
  position: absolute;
  top: 44px;
  right: 21px;
}

.form-icn.label {
  margin: 0 0 0 0;
  cursor: pointer;
}

.form-icn img {
  width: 20px;
}

.form-icn svg {
  position: relative;

  top: 2px;
}

.flatpickr-day.selected {
  background: var(--choclate) !important;

  border-color: unset !important;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  padding: 4px !important;
}

.flatpickr-months .flatpickr-prev-month:hover svg path,
.flatpickr-months .flatpickr-next-month:hover svg path {
  fill: var(--choclate);
}

.select2-container--default .select2-selection--single {
  border: 0px !important;

  border-radius: 0px !important;

  -webkit-border-radius: 0px !important;

  -moz-border-radius: 0px !important;

  -ms-border-radius: 0px !important;

  -o-border-radius: 0px !important;
}

/* .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
} */
.form-name-selection .selection {
  position: unset !important;
}
.form-name-selection .wpcf7-form-control-wrap {
  position: unset;
}
.form-name-selection .select2 {
  position: unset;
}

/* .form-group .wpcf7-form-control-wrap[data-name="rooms"] .form-icon,
.form-group .wpcf7-form-control-wrap[data-name="adults"] .form-icon,
.form-group .wpcf7-form-control-wrap[data-name="children"] .form-icon {
  display: none;
} */

  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px !important;
  position: absolute;
  top: 17px !important;
  right: 15px !important;
  width: 20px !important;
  z-index: 1111 !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="9" viewBox="0 0 13 9" fill="none"><path d="M5.58906 7.80004L0.279063 2.48004C0.190763 2.39429 0.120567 2.29169 0.0726329 2.17833C0.0246985 2.06496 0 1.94312 0 1.82004C0 1.69695 0.0246985 1.57512 0.0726329 1.46175C0.120567 1.34839 0.190763 1.24579 0.279063 1.16004L1.15906 0.28004C1.24481 0.19174 1.34741 0.121544 1.46078 0.0736095C1.57414 0.0256751 1.69598 0.000976563 1.81906 0.000976562C1.94215 0.000976563 2.06398 0.0256751 2.17735 0.0736095C2.29072 0.121544 2.39331 0.19174 2.47906 0.28004L6.24906 4.00004L9.99906 0.28004C10.0864 0.192657 10.19 0.123336 10.3041 0.0760401C10.4182 0.0287441 10.5405 0.00440034 10.6641 0.00440034C10.7876 0.00440034 10.9099 0.0287441 11.024 0.0760401C11.1381 0.123336 11.2418 0.192657 11.3291 0.28004L12.2091 1.16004C12.2974 1.24579 12.3676 1.34839 12.4155 1.46175C12.4634 1.57512 12.4881 1.69695 12.4881 1.82004C12.4881 1.94312 12.4634 2.06496 12.4155 2.17833C12.3676 2.29169 12.2974 2.39429 12.2091 2.48004L6.90906 7.80004C6.73317 7.97348 6.49608 8.07071 6.24906 8.07071C6.00204 8.07071 5.76495 7.97348 5.58906 7.80004Z" fill="%23A19292"></path></svg>') !important;
  background-repeat: no-repeat;
  background-position: center;
}

.form-group.person-name .form-icn {
  display: none;
}

.form-group
  .wpcf7-form-control-wrap[data-name="person-name"]
  .wpcf7-not-valid-tip,
.form-group .wpcf7-form-control-wrap[data-name="rooms"] .wpcf7-not-valid-tip,
.form-group .wpcf7-form-control-wrap[data-name="adults"] .wpcf7-not-valid-tip,
.form-group
  .wpcf7-form-control-wrap[data-name="children"]
  .wpcf7-not-valid-tip {
  margin: 6px 0 -3px 0;
}

.form-group .wpcf7-form-control-wrap[data-name="rooms"] .wpcf7-not-valid-tip,
.form-group .wpcf7-form-control-wrap[data-name="adults"] .wpcf7-not-valid-tip,
.form-group
  .wpcf7-form-control-wrap[data-name="children"]
  .wpcf7-not-valid-tip {
  bottom: -45px;
}

.form-group
  .wpcf7-form-control-wrap[data-name="person-name"]
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.form-group
  .wpcf7-form-control-wrap[data-name="rooms"]
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.form-group
  .wpcf7-form-control-wrap[data-name="adults"]
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.form-group
  .wpcf7-form-control-wrap[data-name="children"]
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0px;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--choclate) !important;
}

.select2-container .select2-selection--single {
  height: auto !important;

  padding: 19px 46px 19px 20px;

  box-shadow: 0 0 21px 2px #f4e9ec;

  width: auto !important;
}

.select2-dropdown {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);

  border: 0px;
}

.person-name .select2-container .select2-selection--single {
  padding: 5px !important;

  padding: 19px 15px 19px 9px !important;
}

.person-name .form-control {
  box-shadow: none !important;
}

.person-name .wpcf7-not-valid-tip {
  left:0px !important;
}

.wpcf7-not-valid-tip {
  margin: 10px 0 0 0;
  position: absolute;
  bottom: -25px;
  font-size: 16px;
  line-height: 26px;
}

.person-name .form-name-selection {
  box-shadow: 0 0 22px 2px #f4e9ec;
  position: relative;
}

.person-name .form-control {
  box-shadow: unset;
}

.bedroom-content-flx {
  margin-top: 96px;
}

.person-name .select2 {
  width: 60px !important;

  /* position: absolute;

  top: 49px;

  left: -25px;

  z-index: 111; */
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 8px;

  padding-right: 4px !important;

  line-height: 19px !important;

  font-size: 16px !important;
}

.person-name .form-icn img {
  width: 15px;
}

.bedroom-content-right .book-reservation-form .person-name .form-control {
  padding: 19px 46px 19px 19px;
}

.bedroom-content-right .book-reservation-form textarea.form-control {
  min-height: 287px;
}

.bedroom-content-right .btn {
  width: 100%;

  margin: 30px 0 0 0;

  background: var(--choclate);
}

.bedroom-content-right .btn:hover {
  background: var(--black);
}

.bedroom-design-img {
  max-width: 306px;
}

.bedroom-design-img img {
  max-height: 328px;
}

.wpcf7-spinner {
  display: flex !important;

  margin: 10px auto 0 auto !important;
}

.wpcf7-not-valid-tip {
  margin: 10px 0 0 0;
}

/* bedroom-content-left */

.bedroom-main-img {
  max-height: 550px !important;
}

.bedroom-inner-img * {
  height: 100%;

  width: 100%;

  max-height: 150px;

  object-fit: cover;

  object-position: top;
}

.bedroom-slider-main .slick-arrow.slick-next {
  position: absolute;

  right: 0;

  top: 50%;

  border-radius: 100% 0% 0% 100%;

  -webkit-border-radius: 100% 0% 0% 100%;

  -moz-border-radius: 100% 0% 0% 100%;

  -ms-border-radius: 100% 0% 0% 100%;

  -o-border-radius: 100% 0% 0% 100%;

  background-color: var(--choclate);

  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="11" viewBox="0 0 19 11" fill="none"><path d="M18.8 5.49961C18.8 5.59961 18.8 5.69961 18.7 5.79961C18.7 5.89961 18.6 5.99961 18.5 5.99961L13.8 10.6996C13.5 10.9996 13 10.9996 12.7 10.6996C12.4 10.3996 12.4 9.89961 12.7 9.59961L16.1 6.19961H0.8C0.3 6.19961 0 5.89961 0 5.49961C0 4.99961 0.3 4.69961 0.8 4.69961H16.1L12.7 1.29961C12.4 0.999609 12.4 0.499609 12.7 0.199609C13 -0.100391 13.5 -0.100391 13.8 0.199609L18.5 4.89961C18.6 4.99961 18.6 5.09961 18.7 5.09961C18.7 5.29961 18.8 5.39961 18.8 5.49961Z" fill="white"/></svg>');
}

.bedroom-slider-main .slick-arrow.slick-next:hover,
.bedroom-slider-main .slick-arrow.slick-prev:hover {
  border-radius: 0px;

  -webkit-border-radius: 0px;

  -moz-border-radius: 0px;

  -ms-border-radius: 0px;

  -o-border-radius: 0px;
}

.bedroom-slider-main .slick-arrow.slick-prev {
  position: absolute;

  left: 0;

  top: 50%;

  z-index: 1;

  border-radius: 0% 100% 100% 0%;

  -webkit-border-radius: 0% 100% 100% 0%;

  -moz-border-radius: 0% 100% 100% 0%;

  -ms-border-radius: 0% 100% 100% 0%;

  -o-border-radius: 0% 100% 100% 0%;

  background-color: var(--white);

  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="11" viewBox="0 0 19 11" fill="none"><path d="M0.200001 5.49961C0.200001 5.59961 0.199999 5.69961 0.299999 5.79961C0.299999 5.89961 0.4 5.99961 0.5 5.99961L5.2 10.6996C5.5 10.9996 6 10.9996 6.3 10.6996C6.6 10.3996 6.6 9.89961 6.3 9.59961L2.9 6.19961H18.2C18.7 6.19961 19 5.89961 19 5.49961C19 4.99961 18.7 4.69961 18.2 4.69961H2.9L6.3 1.29961C6.6 0.999609 6.6 0.499609 6.3 0.199609C6 -0.100391 5.5 -0.100391 5.2 0.199609L0.5 4.89961C0.4 4.99961 0.399999 5.09961 0.299999 5.09961C0.299999 5.29961 0.200001 5.39961 0.200001 5.49961Z" fill="black"/></svg>');
}

.bedroom-inner-slider {
  margin-top: 10px;
}

.bedroom-inner-slider .slick-list {
  margin: 0 -5px;
}

.bedroom-inner-slider .slick-list .slick-slide {
  padding: 0 5px;
}

.bedroom-description {
  margin: 40px 0 0 0;
}

.bedroom-description .normal-title {
  margin: 0 0 10px 0;
}

.about-bedroom-flx {
  padding: 50px 0 20px 0;

  display: flex;

  justify-content: space-between;
}

.bedroom-size-terms {
  margin-bottom: 20px;
}

.bedroom-size-terms ul {
  padding-left: 24px;
}

.bedroom-size-terms ul li {
  list-style-type: square;

  font-size: 17px;

  line-height: 20px;

  margin-bottom: 8px;
}

/* .bedroom-feature-table table {



  width: 100%;



}







.bedroom-feature-table table,



.bedroom-feature-table table tr {



  border: 1px solid #d9d9d9;



}







.bedroom-feature-table table tr td {



  border-right: 1px solid #d9d9d9;



  width: 50%;



  padding: 6px 10px 6px 50px;



  position: relative;



}







.bedroom-feature-table table tr td::before {



  position: absolute;



  left: 30px;



  top: 50%;



  content: "";



  height: 5px;



  width: 5px;



  background: var(--black);



  transform: translateY(-50%);



  -webkit-transform: translateY(-50%);



  -moz-transform: translateY(-50%);



  -ms-transform: translateY(-50%);



  -o-transform: translateY(-50%);



} */

.bedroom-feature-table h3,
.bedroom-size-terms h3 {
  font-size: 27px;

  font-weight: 400;

  line-height: 120%;
}

.bedroom-feature-table ul {
  display: flex;

  flex-wrap: wrap;

  border: 1px solid #d9d9d9;

  padding: 0;
}

.bedroom-feature-table ul li {
  flex-basis: 50%;

  list-style-type: none;

  padding: 6px 10px 6px 50px;

  border-right: 1px solid #d9d9d9;

  border-bottom: 1px solid #d9d9d9;

  position: relative;
}

.bedroom-feature-table ul li::before {
  position: absolute;

  left: 30px;

  top: 15px;

  content: "";

  height: 5px;

  width: 5px;

  background: var(--black);
}

.bedroom-feature-table ul li:nth-child(even) {
  border-right: 0px solid #d9d9d9;
}

.bedroom-feature-table ul li:nth-last-child(-n + 2) {
  border-bottom: none;
}

/* bedroom-content-left */

/* ----------One Bedroom / two Bedroom / Three Bedroom page ------------ */

/* ----------Gallery page ------------ */

.gallery-inner .filter-list ul {
  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  row-gap: 20px;

  margin: 0;

  padding: 0;
}

.gallery-inner .filter-list ul li {
  list-style-type: none;

  margin-right: 60px;
}

.gallery-inner .filter-list ul > *:last-child {
  margin-right: 0;
}

.gallery-inner .filter-list ul li a {
  font-size: 22px;

  line-height: 26px;

  color: var(--black);

  font-family: "gilda_displayregular";

  text-transform: uppercase;
}

.gallery-main {
  padding: 125px 0 145px 0;
}

.filter-block {
  margin: 65px 0 0 0;
}

.gallery-inner .filter-list ul li a:hover,
.gallery-inner .filter-list ul li a.is-checked {
  color: var(--choclate);
}

.home-gallery-wrapper .row {
  margin-left: 0px;

  margin-right: 0px;
}

.home-gallery-wrapper .row > * {
  padding-left: 0px;

  padding-right: 0px;
}

.home-gallery-wrapper .home-gallery-img {
  min-height: 430px;

  height: 430px;

  border-right: 1px solid var(--white);

  border-bottom: 1px solid var(--white);

  display: inline-flex;

  width: 100%;
}

.home-gallery-wrapper .home-gallery-img * {
  height: 100%;

  width: 100%;

  object-fit: cover;
}

.home-gallery-img-wrp {
  position: relative;

  height: 100%;

  cursor: pointer;
}

.home-gallery-img-wrp::after {
  content: "";

  position: absolute;

  right: 0;

  top: 0;

  left: 0;

  bottom: 0;

  background: rgba(0, 0, 0, 0.6);

  opacity: 0;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  pointer-events: none;
}

.home-gallery-img-wrp:hover::after {
  opacity: 1;
}

.gallery-main .load-more-btn {
  margin: 55px 0 0 0;
}

/* ----------Gallery page ------------ */

/* ----------Accomodation page ------------ */

/*living essentials*/

.living-essentials-main {
  padding: 122px 0 120px 0;

  position: relative;
}

.living-essentials-title .description {
  max-width: 850px;

  margin: 20px auto 0 auto;

  letter-spacing: 1px;
}

.living-essentaials-img {
  max-width: 100px;
}

.living-essentaials-inner {
  max-width: 1320px;

  margin: 60px auto 0 auto;

  display: flex;

  justify-content: space-between;
}

.living-essentaials-img * {
  width: 100%;

  height: 90px;
}

.living-essentaials-block {
  display: flex;

  flex-direction: column;

  align-items: center;

  height: inherit;

  row-gap: 30px;
}

.living-essentaials-block .normal-title {
  margin: auto 0 0 0;

  text-transform: capitalize;
}

.living-essentials-main .leaf-vector {
  bottom: unset;

  left: unset;

  right: 101px;

  top: 40px;

  transform: scaleX(-1);

  -webkit-transform: scaleX(-1);

  -moz-transform: scaleX(-1);

  -ms-transform: scaleX(-1);

  -o-transform: scaleX(-1);
}

/*living essentials*/

/* suites apartment */

.suites-apartment-inner {
  background: var(--darkSlate);

  max-width: 50%;

  margin: 0 auto;

  padding: 140px 15px 215px 15px;

  text-align: center;

  position: relative;

  overflow: hidden;
}

.suites-apartment-inner .sub-head {
  color: var(--choclate);

  text-transform: capitalize;
}

.suites-apartment-inner .section-title {
  color: var(--white);
}

.suites-apartment-inner .description {
  color: var(--white);

  margin-top: 26px;
}

.suites-apartment-inner .description * {
  margin-bottom: 15px;
}

.suites-apartment-inner .description > *:last-child {
  color: var(--white);

  margin-top: 85px;
}

.suites-apartment-inner .description p span {
  color: var(--choclate);

  font-family: "gilda_displayregular";
}

.suites-apartment-inner .description span a:hover {
  color: var(--white);
}

.suites-apartment-inner .btn {
  margin: 20px 0 0 0;

  padding: 19px 28px;

  letter-spacing: 1px;
}

.suites-apartment-inner .btn:hover {
  color: var(--black);
}

.suites-apartment-inner .btn::after {
  background-color: var(--white);
}

.suites-apartment-vector {
  position: absolute;

  left: -175px;

  bottom: 0;

  height: 500px;
}

.suites-apartment-vector * {
  height: 100%;

  width: 100%;
}

.suites-apartment-content {
  z-index: 11;

  position: relative;

  max-width: 615px;

  margin: 0 auto;
}

.suites-apartment-img {
  position: absolute;

  width: 30%;

  height: 100%;

  top: 0;

  bottom: 0;

  /* left: -415px; */

  left: 0;

  z-index: 1;

  max-height: 700px;
}

.suites-apartment-img img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  max-height: 700px;
}

.suites-apartment-img-right {
  position: absolute;

  width: 50%;

  height: 100%;

  bottom: 330px;

  right: 0;

  z-index: 1;

  max-height: 750px;

  width: 30%;
}

.suites-apartment-img-right * {
  width: 100%;

  height: 100%;

  object-fit: cover;

  max-height: 750px;
}

.suites-apartment-main {
  position: relative;

  overflow: hidden;

  padding: 50px 0 120px 0;
}

.suites-bottom-arrow {
  display: flex;

  justify-content: center;

  margin-top: 74px;

  max-width: 165px;

  height: 165px;

  margin: 150px auto 0 auto;

  border: 1px solid #666666;

  border-radius: 50%;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;
}

.suites-bottom-arrow:hover {
  border-color: var(--choclate);
}

.suites-bottom-arrow:hover img {
  filter: invert(36%) sepia(49%) saturate(549%) hue-rotate(7deg) brightness(88%)
    contrast(87%);

  -webkit-filter: invert(36%) sepia(49%) saturate(549%) hue-rotate(7deg)
    brightness(88%) contrast(87%);
}

.suites-bottom-arrow * {
  height: 166px;

  width: 36px;

  top: -33px;

  position: relative;
}

/* suites apartment */

/* our-room */

.our-rooms-content {
  max-width: 530px;

  padding: 0 0 20px 0;
}

.our-rooms-content .description {
  margin-top: 15px;
}

.our-rooms-main {
  padding: 60px 0 259px 0;
}

.our-rooms-inner {
  position: relative;
}

.our-rooms-inner .leaf-vector {
  top: 0;

  bottom: unset;

  left: unset;

  right: -181px;

  z-index: 1;

  top: -303px;
}

.our-room-block {
  position: relative;

  max-width: 690px;

  display: flex;

  flex-direction: column;

  margin: 0 0 30px 0;

  height: calc(100% - 30px);

  min-height: 450px;
}

.our-room-block::after {
  content: "";

  position: absolute;

  right: 0;

  top: 0;

  left: 0;

  bottom: 0;

  background: rgba(0, 0, 0, 0.6);

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  pointer-events: none;

  z-index: 1;

  height: 100%;

  width: 100%;
}

.our-room-img {
  position: absolute;

  top: 0;

  right: 0;

  left: 0;

  bottom: 0;

  height: 100%;

  width: 100%;
}

.our-room-img * {
  height: 100%;

  width: 100%;

  object-fit: cover;
}

.our-room-details {
  padding: 15px 15px 40px 55px;

  position: relative;

  z-index: 1;

  height: 100%;

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  justify-content: flex-end;

  position: relative;

  z-index: 11;
}

.our-room-details .btn {
  padding: 16px 62px;
}

.our-room-details .btn:hover {
  color: var(--black);
}

.our-room-details .btn::after {
  background-color: var(--white);
}

.our-room-details .normal-title {
  color: var(--white);

  font-size: 29px;

  line-height: 34px;

  margin: 0 0 20px 0;
}

.our-room-block-flx {
  display: flex;

  flex-wrap: wrap;
}

.our-room-block-flx .our-room-block {
  width: 100%;
}

/* our-room */

/* ----------Accomodation page ------------ */

/* ----------Facilities page ------------ */

/* maison-de-cafe */

.maison-de-cafe-main {
  padding: 0 0 40px 0;
}

.maison-de-cafe-title {
  padding: 0 15px 110px 15px;
}

.maison-de-cafe-title .description {
  margin-top: 18px;
}

.maison-de-cafe-img {
  max-width: 100%;

  height: 577px;
}

.maison-de-cafe-img * {
  height: 100%;

  width: 100%;

  object-fit: cover;
}

.maison-de-cafe-slider {
  opacity: 0;
}

.maison-de-cafe-slider.slick-slider.slick-initialized {
  opacity: 1;
}

.maison-de-cafe-slider .slick-list {
  padding: 0px 270px !important;
}

.maison-de-cafe-slider .slick-next {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  right: 0;
}

.maison-de-cafe-slider .slick-prev {
  position: absolute;

  top: 50%;

  left: 0;

  z-index: 11;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);
}

/* maison-de-cafe */

/* ------enjoy-food----- */

.enjoy-food-flower-img {
  max-width: 430px;
}

.enjoy-food-flower-img svg {
  width: 100%;

  height: 100%;
}

.enjoy-food-block .restaurant-logo {
  display: flex;

  align-items: center;

  gap: 20px;

  justify-content: space-between;

  max-width: 100%;

  padding-bottom: 15px;

  border-bottom: 1px solid #e0e0e0;

  margin: 50px 0 0 0;
}

.enjoy-food-block .book-now-details {
  padding-top: 48px;

  display: flex;

  gap: 15px;

  align-items: center;
}

.enjoy-food-block .book-now-details .book-icon * {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.enjoy-food-block .book-now-details .book-icon {
  max-width: 50px;

  height: 50px;
}

.enjoy-food-block .restaurant-logo .logo-1,
.discover-block-details .restaurant-logo .logo-1 {
  max-width: 200px;

  display: flex;

  align-items: center;
}

.enjoy-food-block .restaurant-logo .logo-1 .small-title,
.discover-block-details .restaurant-logo .logo-1 .small-title {
  font-family: "gilda_displayregular";

  font-size: 21px;

  line-height: 25px;

  padding-left: 10px;
}

.enjoy-food-block .restaurant-logo .logo-1 .small-title * {
  margin: 0;
}

.enjoy-food-block .restaurant-logo .logo-1 img,
.discover-block-details .restaurant-logo .logo-1 img {
  width: 80px;
}

.enjoy-food-block .restaurant-logo .logo-1,
.enjoy-food-block .restaurant-logo .logo-2 {
  width: 100%;

  height: 100%;
}

.enjoy-food-block .restaurant-logo .logo-2 {
  max-width: 126px;
}

.enjoy-food-block .book-now-details .booking-details a {
  color: var(--black);

  font-family: "gilda_displayregular";
}

.enjoy-food-block .book-now-details p {
  margin-bottom: 0;

  letter-spacing: 2px;

  font-size: 14px;
}

.enjoy-food-block .book-now-details .booking-details a:hover {
  color: var(--choclate);
}

.enjoy-food-content {
  display: flex;

  column-gap: 50px;
}

.enjoy-food-right-img {
  position: absolute;

  width: 22%;

  height: 100%;

  top: 130px;

  bottom: 0;

  right: 0;

  max-height: 660px;
}

.enjoy-food-right-img * {
  height: 100%;

  width: 100%;

  object-fit: cover;
}

.enjoy-food-main {
  position: relative;

  padding: 100px 0 250px 0;

  overflow: hidden;
}

.enjoy-food-block {
  max-width: 550px;
}

.enjoy-food-block .description {
  margin: 22px 0 0 0;

  font-family: "barlow_condensedmedium";

  font-size: 16px;

  line-height: 20px;
}

.enjoy-food-block .normal-title {
  margin-top: 40px;

  max-width: 474px;
}

.home-enjoy-food-main.enjoy-food-main {
  padding: 219px 0 310px 0;

  background-color: #f8f5f0;
}

.home-enjoy-food-main .enjoy-food-right-img {
  top: 290px;
}

/* ------enjoy-food----- */

.facilities-main-img {
  max-height: 550px !important;
}

.facilities-modal .modal-dialog {
  max-width: 940px;

  width: 100%;
}

.facilities-modal .modal-content {
  background: transparent;

  border: 0px !important;
}

.facilities-inner-img * {
  max-height: 150px;
}

.facilities-main-img {
  height: 100%;
}

.facilities-main-img *,
.facilities-inner-img * {
  height: 100%;

  width: 100%;

  object-fit: cover;
}

.facilities-slider-main .slick-arrow.slick-next {
  position: absolute;

  right: 0;

  top: 50%;

  border-radius: 100% 0% 0% 100%;

  -webkit-border-radius: 100% 0% 0% 100%;

  -moz-border-radius: 100% 0% 0% 100%;

  -ms-border-radius: 100% 0% 0% 100%;

  -o-border-radius: 100% 0% 0% 100%;

  background-color: var(--choclate);

  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="11" viewBox="0 0 19 11" fill="none"><path d="M18.8 5.49961C18.8 5.59961 18.8 5.69961 18.7 5.79961C18.7 5.89961 18.6 5.99961 18.5 5.99961L13.8 10.6996C13.5 10.9996 13 10.9996 12.7 10.6996C12.4 10.3996 12.4 9.89961 12.7 9.59961L16.1 6.19961H0.8C0.3 6.19961 0 5.89961 0 5.49961C0 4.99961 0.3 4.69961 0.8 4.69961H16.1L12.7 1.29961C12.4 0.999609 12.4 0.499609 12.7 0.199609C13 -0.100391 13.5 -0.100391 13.8 0.199609L18.5 4.89961C18.6 4.99961 18.6 5.09961 18.7 5.09961C18.7 5.29961 18.8 5.39961 18.8 5.49961Z" fill="white"/></svg>');
}

.facilities-slider-main .slick-arrow.slick-next:hover,
.facilities-slider-main .slick-arrow.slick-prev:hover {
  border-radius: 0px;

  -webkit-border-radius: 0px;

  -moz-border-radius: 0px;

  -ms-border-radius: 0px;

  -o-border-radius: 0px;
}

.facilities-slider-main .slick-arrow.slick-prev {
  position: absolute;

  left: 0;

  top: 50%;

  z-index: 1;

  border-radius: 0% 100% 100% 0%;

  -webkit-border-radius: 0% 100% 100% 0%;

  -moz-border-radius: 0% 100% 100% 0%;

  -ms-border-radius: 0% 100% 100% 0%;

  -o-border-radius: 0% 100% 100% 0%;

  background-color: var(--white);

  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="11" viewBox="0 0 19 11" fill="none"><path d="M0.200001 5.49961C0.200001 5.59961 0.199999 5.69961 0.299999 5.79961C0.299999 5.89961 0.4 5.99961 0.5 5.99961L5.2 10.6996C5.5 10.9996 6 10.9996 6.3 10.6996C6.6 10.3996 6.6 9.89961 6.3 9.59961L2.9 6.19961H18.2C18.7 6.19961 19 5.89961 19 5.49961C19 4.99961 18.7 4.69961 18.2 4.69961H2.9L6.3 1.29961C6.6 0.999609 6.6 0.499609 6.3 0.199609C6 -0.100391 5.5 -0.100391 5.2 0.199609L0.5 4.89961C0.4 4.99961 0.399999 5.09961 0.299999 5.09961C0.299999 5.29961 0.200001 5.39961 0.200001 5.49961Z" fill="black"/></svg>');
}

.facilities-modal {
  background: rgba(0, 0, 0, 0.6);
}

.modal-dialog-centered {
  margin: auto;

  padding: 0 10px;
}

.facilities-slider-main .slick-arrow.slick-prev,
.facilities-slider-main .slick-arrow.slick-next {
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);
}

.facilities-inner-slider {
  margin-top: 10px;
}

.facilities-inner-slider .slick-list {
  margin: 0 -5px;
}

.facilities-inner-slider .slick-list .slick-slide {
  padding: 0 5px;
}

.facilities-main-slider,
.facilities-inner-slider {
  width: 100%;
}

.facilities-main-img-wrap,
.facilities-inner-img {
  width: 100%;

  height: 100%;
}

.facilities-inner-img {
  max-height: 300px !important;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.facilities-main-slider,
.facilities-inner-slider {
  opacity: 0;
}

.facilities-main-slider.slick-initialized.slick-slider,
.facilities-inner-slider.slick-initialized.slick-slider {
  opacity: 1;
}

/*================ Facilities page============ */

/*================ about page============ */

/* discover-section */

.discover-section {
  padding: 210px 0 70px;

  position: relative;

  overflow: hidden;
}

.discover-section .discover-wrapper {
  position: relative;
}

.discover-img-block .discover-main-img {
  height: 610px;

  max-width: 570px;

  padding-left: 70px;

  /* margin-left: auto; */

  position: relative;
}

.discover-img-block .discover-main-img::before {
  content: "";

  background-image: url("../images/discover-main-img-figure.svg");

  background-size: cover;

  background-repeat: no-repeat;

  height: 194px;

  width: 62px;

  position: absolute;

  bottom: -1px;

  border-radius: 100px 0px 0px 0px;

  right: 0px;

  z-index: 2;

  /* border: 1px solid var(--choclate); */

  -webkit-border-radius: 100px 0px 0px 0px;

  -moz-border-radius: 100px 0px 0px 0px;

  -ms-border-radius: 100px 0px 0px 0px;

  -o-border-radius: 100px 0px 0px 0px;

  border-right: 1px solid rgba(0, 0, 0, 0.05);

  border-top: 1px solid rgba(0, 0, 0, 0.05);

  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.discover-img-block .discover-main-img img {
  position: relative;

  z-index: 1;
}

.discover-img-block .discover-main-img::after {
  content: "";

  display: inline-block;

  width: 449px;

  height: 525px;

  position: absolute;

  top: 124px;

  left: 0px;

  border: 1px solid var(--choclate);
}

.discover-img-block .discover-main-img * {
  height: 100%;

  width: 100%;

  object-fit: cover;
}

.discover-section .leaf-vector-img {
  position: absolute;

  max-width: 122px;

  height: 301px;

  top: -70px;

  left: -136px;

  transform: scaleX(-1);

  -webkit-transform: scaleX(-1);

  -moz-transform: scaleX(-1);

  -ms-transform: scaleX(-1);

  -o-transform: scaleX(-1);
}

.discover-section .leaf-vector-img * {
  width: 100%;

  height: 100%;
}

.discover-block-details .section-title {
  max-width: 472px;

  margin-bottom: 28px;
}

.discover-block-details .section-title * {
  color: var(--choclate);
}

.discover-wrapper .discover-block-details {
  max-width: 480px;

  position: relative;

  z-index: 2;
}

.discover-block-details p {
  margin-bottom: 30px;

  letter-spacing: 0.6px;
}

.discover-wrapper .description {
  margin-bottom: 40px;
}

.discover-block-details p:last-child {
  margin-bottom: 0px;
}

.discover-block-details .restaurant-logo {
  display: flex;

  align-items: center;

  gap: 20px;

  justify-content: space-between;

  max-width: 480px;

  padding-bottom: 15px;

  border-bottom: 1px solid #e0e0e0;
}

.discover-block-details .restaurant-logo .logo-1 {
  max-width: 200px;
}

.discover-block-details .restaurant-logo .logo-2 {
  max-width: 126px;
}

.discover-block-details .restaurant-logo .logo-1 * {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.discover-block-details .restaurant-logo .logo-2 * {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.discover-block-details .book-now-details {
  padding-top: 48px;

  display: flex;

  gap: 15px;

  align-items: center;
}

.discover-block-details .book-now-details .book-icon {
  max-width: 50px;

  height: 50px;
}

.discover-block-details .book-now-details .book-icon * {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.discover-block-details .book-now-details .booking-details p {
  margin-bottom: 5px;

  color: #666666;

  letter-spacing: 2px;
}

.discover-block-details .book-now-details .booking-details a {
  color: var(--black);

  font-family: "gilda_displayregular";
}

.discover-block-details .book-now-details .booking-details a:hover {
  color: var(--choclate);
}

.discover-section .discover-bg-shpe {
  max-width: 590px;

  height: 539px;

  position: absolute;

  right: -80px;

  transform: translateY(50%);

  -moz-transform: translateY(50%);

  -ms-transform: translateY(50%);

  -o-transform: translateY(50%);

  -webkit-transform: translateY(50%);

  bottom: 50%;

  z-index: -1;
}

.discover-section .discover-bg-shpe * {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

/* discover-section */

/* sepecial-features */

.sepecial-features {
  padding: 70px 0 55px;
}

.sepecial-features .sepecial-features-wrapper {
  position: relative;

  padding: 70px 120px 98px;
}

.sepecial-features .sepecial-features-wrapper .sepecial-features-image::after {
  content: "";

  display: inline-block;

  height: 327px;

  width: 101px;

  position: absolute;

  top: -1px;

  right: -2px;

  background-image: url("../images/special-features-shape-bg.svg");

  background-repeat: no-repeat;

  background-size: cover;

  border-right: 1px solid rgba(0, 0, 0, 0.05);

  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sepecial-features .sepecial-features-wrapper .sepecial-features-image {
  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;
}

.sepecial-features .sepecial-features-wrapper .sepecial-features-image * {
  height: 100%;

  width: 100%;

  object-fit: cover;
}

.sepecial-features-details {
  position: relative;

  z-index: 1;

  color: var(--white);
}

.sepecial-features-details .sepecial-features-top-details .title {
  text-transform: uppercase;

  margin-bottom: 30px;
}

.sepecial-features-wrapper .sepecial-features-details {
  display: flex;

  flex-direction: column;

  justify-content: space-between;

  min-height: 560px;
}

.sepecial-features-details .sepecial-features-top-details {
  max-width: 516px;

  margin-bottom: 30px;
}

.sepecial-features-details .sepecial-features-top-details * {
  color: inherit;
}

.sepecial-features-wrapper
  .sepecial-features-details
  .sepecial-features-bottom-details
  ul {
  padding: 0;

  list-style: none;

  margin: 0;
}

.sepecial-features-wrapper
  .sepecial-features-details
  .sepecial-features-bottom-details
  ul
  li {
  color: var(--white);

  margin-bottom: 32px;
}

.sepecial-features-wrapper
  .sepecial-features-details
  .sepecial-features-bottom-details
  ul
  li:last-child {
  margin-bottom: 0;
}

.sepecial-features-wrapper
  .sepecial-features-details
  .sepecial-features-bottom-details
  ul
  li
  * {
  color: var(--white);
}

.sepecial-features-wrapper
  .sepecial-features-details
  .sepecial-features-bottom-details
  ul
  li
  .active {
  color: var(--choclate);
}

.sepecial-features-wrapper
  .sepecial-features-details
  .sepecial-features-bottom-details
  ul
  li
  a {
  display: flex;

  align-items: center;
}

.sepecial-features-wrapper
  .sepecial-features-details
  .sepecial-features-bottom-details
  ul
  li
  a:hover {
  color: var(--choclate);
}

.sepecial-features-wrapper
  .sepecial-features-details
  .sepecial-features-bottom-details
  ul
  li
  a::after {
  content: "";

  display: inline-block;

  width: 26px;

  height: 13px;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.88 12.35'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:0.87px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Ewhite-arrow%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolyline class='cls-1' points='17.39 0.31 23.26 6.18 17.4 12.04'/%3E%3Cline class='cls-1' x1='22.67' y1='6.17' y2='6.17'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");

  background-repeat: no-repeat;

  background-size: cover;

  /*margin-left: 12px;



  */

  transform: translateX(0);

  opacity: 0;

  background-size: cover;

  -webkit-transform: translateX(0);

  -moz-transform: translateX(0);

  -ms-transform: translateX(0);

  -o-transform: translateX(0);

  transition: 0.3s ease-in all;

  -webkit-transition: 0.3s ease-in all;

  -moz-transition: 0.3s ease-in all;

  -ms-transition: 0.3s ease-in all;

  -o-transition: 0.3s ease-in all;
}

.sepecial-features-wrapper
  .sepecial-features-details
  .sepecial-features-bottom-details
  ul
  li
  a.active::after {
  opacity: 1;

  transform: translateX(20px);

  -webkit-transform: translateX(20px);

  -moz-transform: translateX(20px);

  -ms-transform: translateX(20px);

  -o-transform: translateX(20px);
}

.sepecial-features-wrapper
  .sepecial-features-details
  .sepecial-features-bottom-details
  ul
  li
  a:hover::after {
  opacity: 1;

  transform: translateX(20px);
}

.sepecial-features .leaf-vector-img {
  position: absolute;

  top: -200px;

  right: -150px;

  height: auto;

  z-index: -1;
}

.sepecial-features .leaf-vector-img * {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

/* sepecial-features */

/* custome-map-section */

.custome-map-section {
  padding: 55px 0 85px;
}

.custome-map-top-block .normal-title {
  display: flex;

  gap: 26px;

  align-items: end;

  color: var(--choclate);

  margin-bottom: 26px;
}

.custome-map-top-block .normal-title * {
  color: inherit;
}

.custome-map-top-block .normal-title img {
  height: 50px;
}

.custome-map-top-details .custome-map-top-block {
  margin-bottom: 80px;
}

.custome-map-top-details .custome-map-top-block .description {
  max-width: 436px;
}

.custome-map-wrapper .custome-map-img {
  margin-left: -30px;

  height: 768px;
}

.custome-map-wrapper .custome-map-img * {
  height: 100%;

  width: 100%;

  object-fit: cover;
}

.custome-map-details .custome-map-icon-details ul {
  padding: 0;

  margin: 0;

  display: flex;

  flex-wrap: wrap;
}

.custome-map-details .custome-map-icon-details {
  margin-right: -120px;
}

.custome-map-details .custome-map-icon-details ul li {
  display: flex;

  align-items: center;

  padding: 5px 10px;

  font-size: 12px;

  line-height: 100%;

  border-right: 1px solid #999999;
}

.custome-map-details .custome-map-icon-details ul > * {
  width: 20%;
}

.custome-map-details .custome-map-icon-details ul li:first-child {
  padding-left: 0 !important;
}

.custome-map-top-details .custome-map-top-block:last-child {
  margin-bottom: 0;
}

.custome-map-details .custome-map-icon-details ul li:nth-child(5n) {
  padding-right: 0;

  border-right: 0;
}

.custome-map-details .custome-map-icon-details ul li:nth-child(5n + 1) {
  padding-left: 0;
}

.custome-map-details .custome-map-top-details {
  margin-bottom: 140px;
}

.custome-map-details .custome-map-icon-details ul li .icon {
  height: 18px;

  margin-right: 10px;

  flex: 0 0 auto;
}

.custome-map-details .custome-map-icon-details ul li .icon * {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.custome-map-section .custome-map-wrapper .row {
  align-items: center;
}

/* custome-map-section */

/* hotel-services-section */

.hotel-services-section {
  padding: 75px 0 170px;

  overflow: hidden;
}

/* 



.hotel-services-wrapper .row .slick-list {



  margin: 0 -15px;



} */

.hotel-services-wrapper .row .slick-slide {
  padding: 0 15px;
}

.hotel-services-wrapper .hotel-services-title {
  margin-bottom: 56px;
}

.hotel-services-block {
  position: relative;

  min-height: calc(640px - 30px);

  margin-bottom: 30px;

  padding: 38px 60px;

  display: flex;

  flex-direction: column;

  justify-content: end;
}

.hotel-services-block .hotel-services-details {
  position: relative;

  z-index: 1;
}

.hotel-services-block .hotel-services-img {
  position: absolute;

  top: 0;

  right: 0;

  left: 0;

  bottom: 0;
}

.hotel-services-block .hotel-services-img * {
  height: 100%;

  width: 100%;

  object-fit: cover;
}

.hotel-services-block .hotel-services-details * {
  color: var(--white);
}

.hotel-services-block .hotel-services-details .large-title {
  font-size: 28px;

  line-height: 37px;

  font-weight: 400;

  margin-bottom: 20px;
}

.hotel-services-block .hotel-services-details .sub-head {
  padding-left: 18px;

  border-left: 1px solid var(--white);

  border-radius: 1px;

  -webkit-border-radius: 1px;

  -moz-border-radius: 1px;

  -ms-border-radius: 1px;

  -o-border-radius: 1px;
}

.hotel-services-block .hotel-services-details .sub-head {
  margin-bottom: 0;

  line-height: 24px;
}

.hotel-services-block .hotel-services-details .large-title * {
  font-size: inherit;

  line-height: inherit;

  font-weight: inherit;
}

.hotel-services-wrapper .slick-arrow {
  bottom: unset;

  top: 50%;

  transform: translateY(-50%);

  position: absolute;

  z-index: 11;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);
}

.hotel-services-wrapper .slick-arrow.slick-prev {
  width: 70px;

  height: 70px;

  left: -23px;
}

.hotel-services-wrapper .slick-arrow.slick-next {
  width: 70px;

  height: 70px;

  right: -23px;
}

/* hotel-services-section */

/*================ about page============ */

/*================ Home page============ */

/* banner slider */

.banner-main.home-banner-main {
  min-height: unset;
}

.banner-main.home-banner-main .banner-wrapper {
  min-height: unset;

  padding: 220px 0 300px 0;
}

.banner-main.home-banner-main .banner-bottom-vector {
  position: relative;
}

.home-banner-main .banner-wrap {
  max-width: 100%;
}

.banner-slider {
  opacity: 0;
}

.banner-slider .slick-track > *:nth-child(2),
.banner-slider .slick-track > *:nth-child(3) {
  background-position: center !important;
}

.banner-slider.slick-initialized.slick-slider {
  opacity: 1;
}

.banner-main.home-banner-main .banner-wrap {
  margin: 40px 90px 80px;
}

.banner-slide {
  position: relative;
}

.banner-slide.slick-current.slick-active::after {
  position: absolute;

  content: "";

  background: #000;

  opacity: 0;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: 0;

  animation: fadeInOverlay 1.5s ease-in-out 0.5s forwards;

  -webkit-animation: fadeInOverlay 1.5s ease-in-out 0.5s forwards;
}

@keyframes fadeInOverlay {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.4;
  }
}

.banner-slider .slick-dots {
  display: flex;

  padding-left: 0;

  align-items: center;

  justify-content: center;

  margin: -140px 0 0 0;

  z-index: 111;

  position: relative;

  column-gap: 16px;
}

.banner-slider .slick-dots li {
  list-style-type: none;

  width: 100px;

  height: 100px;

  display: flex;

  justify-content: center;

  align-items: center;

  background: rgba(0, 0, 0, 0.6);

  border-radius: 50%;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  cursor: pointer;

  transition: 0.4s;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;
}

.banner-slider .slick-dots li button {
  border: 0px;

  background: transparent !important;

  color: var(--white);

  padding: 0;

  font-family: "gilda_displayregular";
}

.banner-slider .slick-dots li.slick-active {
  background: #d9d9d9;

  height: 80px;

  width: 80px;

  align-items: center;

  position: relative;
}

.banner-slider .slick-dots li.slick-active::after {
  content: "";

  position: absolute;

  top: -8px;

  right: -8px;

  border: 1px solid rgba(255, 255, 255, 0.6);

  width: 120%;

  height: 120%;

  border-radius: 50%;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;
}

.banner-top-vector,
.banner-top-vector {
  width: 100%;

  height: 100%;
}

.banner-top-vector *,
.banner-bottom-vector * {
  height: 100%;

  width: 100%;

  object-fit: cover;
}

/* banner slider */

/* refined-living */

.refined-living-main {
  position: relative;

  padding: 140px 0 150px 0;
}

.refined-living-video {
  max-width: 690px;

  min-height: 387px;

  position: relative;

  width: 100%;
}

.refined-living-video video {
  height: 100%;

  object-fit: cover;
  max-height: 394px;
}

.video-play-btn-wrap {
  position: absolute;

  top: 50%;

  transform: translate(-50%, -50%);

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);
}

.video-play-btn {
  /* background: url(../images/play-bg.svg) no-repeat; */

  background: linear-gradient(200deg, #c1975d 11.67%, #5b472c 82.57%);

  background-size: 200% 150%;

  border-radius: 50%;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  -ms-border-radius: 50%;

  -o-border-radius: 50%;

  width: 95px;

  height: 95px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  position: relative;

  transition: 0.7s;

  -webkit-transition: 0.7s;

  -moz-transition: 0.7s;

  -ms-transition: 0.7s;

  -o-transition: 0.7s;

  cursor: pointer;

  z-index: 1111;

  position: relative;
}

.video-play-btn:hover {
  background-position: 100% 100%;
}

.video-play-btn-wrap::before {
  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  background: #fff8eb;

  pointer-events: none;

  transform: translate(-50%, -50%);

  border-radius: 50%;

  transition: 0.4s;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  animation: ripple 4.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;

  -webkit-animation: ripple 4.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  width: 100%;

  height: 100%;

  z-index: -4;
}

.video-play-btn-wrap::after {
  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  background: #fff8eb;

  pointer-events: none;

  transform: translate(-50%, -50%);

  border-radius: 50%;

  transition: 0.4s;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  animation: ripple 4.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;

  -webkit-animation: ripple 4.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;

  -webkit-transition: 0.4s;

  -moz-transition: 0.4s;

  -ms-transition: 0.4s;

  -o-transition: 0.4s;

  width: 100%;

  height: 100%;

  z-index: -4;
}

.video-play-btn img {
  width: 30px;

  height: 30px;

  position: relative;

  right: -4px;
}

.video-play-btn::before {
  width: calc(100% + 20px);

  height: calc(100% + 20px);

  opacity: 0.3;

  z-index: -2;
}

.video-play-btn::after {
  width: calc(100% + 20px);

  height: calc(100% + 20px);

  opacity: 0.1;

  z-index: -3;
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0.5);

    opacity: 0.5;

    -webkit-transform: translate(-50%, -50%) scale(0.5);

    -moz-transform: translate(-50%, -50%) scale(0.5);

    -ms-transform: translate(-50%, -50%) scale(0.5);

    -o-transform: translate(-50%, -50%) scale(0.5);
  }

  50% {
    transform: translate(-50%, -50%) scale(1);

    opacity: 0.15;

    -webkit-transform: translate(-50%, -50%) scale(1);

    -moz-transform: translate(-50%, -50%) scale(1);

    -ms-transform: translate(-50%, -50%) scale(1);

    -o-transform: translate(-50%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1.2);

    opacity: 0;

    -webkit-transform: translate(-50%, -50%) scale(1.2);

    -moz-transform: translate(-50%, -50%) scale(1.2);

    -ms-transform: translate(-50%, -50%) scale(1.2);

    -o-transform: translate(-50%, -50%) scale(1.2);
  }
}

/* .video-play-btn:hover {



  background: var(--choclate) !important;



} */

.video-play-btn.hidden {
  display: none;
}

.refined-living-flx {
  display: flex;

  flex-wrap: wrap;

  column-gap: 30px;

  max-width: 1290px;

  margin: 0 auto;

  row-gap: 30px;
}

.refined-living-right {
  padding: 10px 0 0 10px;

  max-width: 560px;
}

.refined-living-right .description {
  padding: 0 0 20px 0;
}

.refined-living-right .section-title {
  color: var(--choclate);

  padding: 5px 0 10px 0;
}

.refined-living-right .description > * {
  margin-bottom: 30px;
}

.refined-living-right .description p strong {
  font-family: "barlow_condensedmedium";

  margin-top: 30px;

  font-weight: normal;
}

.refined-living-right .description p span {
  font-size: 20px;

  line-height: 24px;

  padding-left: 5px;

  font-family: "gilda_displayregular";

  color: var(--choclate);
}

.refined-living-right .description p a:hover {
  color: var(--black);
}

.prime-location {
  background: var(--offBlack);

  border-left: 10px solid var(--choclate);

  max-width: 570px;

  margin: 0 0 0 auto;

  padding: 50px;

  position: relative;

  height: inherit;
}

.refined-living-img {
  margin: -73px 0 0 0;

  max-width: 570px;
}

.refined-living-img * {
  height: 100%;

  width: 100%;
}

.prime-location * {
  color: var(--white);

  margin: 0;
}

.prime-location .description {
  margin: 10px 0 20px;
}

.prime-location .description ul {
  padding-left: 40px;

  padding-top: 30px;
}

.prime-location-vector {
  position: absolute;

  right: 0;

  bottom: 32px;

  max-width: 200px;

  width: 100%;

  height: 156px;

  z-index: 0;
}

.prime-location-vector * {
  width: 100%;

  height: 100%;
}

.refined-living-inner {
  position: relative;
}

.refined-living-inner .refined-vector {
  max-width: 237px;

  position: absolute;

  bottom: 0;

  left: -165px;
}

.refined-living-inner .refined-vector * {
  width: 100%;

  height: 100%;
}

/* refined-living */

/* get-in-touch-section */

.get-in-touch-section {
  padding-top: 30px;

  position: relative;

  margin: 100px 0;

  /* overflow: hidden; */
}

.get-in-touch-section .get-in-touch-map {
  position: absolute;

  top: 0;

  right: 0;

  left: 0;

  bottom: 0;
}

.get-in-touch-map * {
  width: 100% !important;

  height: 100% !important;
}

.get-in-touch-section .get-in-touch-map .embed-map-frame {
  width: 100%;

  height: 100%;
}

.get-in-touch-section .get-in-touch-box {
  padding: 30px;

  position: relative;

  z-index: 1;

  max-width: 570px;

  min-height: 592px;

  margin-left: auto;

  margin-top: -60px;

  display: flex;
}

.get-in-touch-section .get-in-touch-box::after {
  content: "";

  display: inline-block;

  background-image: url("../images/get-in-touch-box-shape.png");

  background-repeat: no-repeat;

  background-size: 100% 100%;

  height: 30px;

  width: 30px;

  position: absolute;

  top: 0;

  left: -29px;
}

.get-in-touch-box .get-in-touch-box-details .icon {
  height: 38px;

  margin-bottom: 28px;
}

.get-in-touch-box .get-in-touch-box-details .btn {
  letter-spacing: 2px;

  text-transform: uppercase;

  font-size: 14px;

  padding: 16px 40px;
}

.get-in-touch-box .get-in-touch-box-details .icon * {
  width: 100%;

  height: 100%;
}

.get-in-touch-box .get-in-touch-box-details {
  max-width: 228px;

  margin: auto;

  text-align: center;

  margin: auto;
}

.get-in-touch-box .get-in-touch-box-details .sub-head {
  color: var(--choclate);

  margin-bottom: 20px;
}

.get-in-touch-box .get-in-touch-box-details .normal-title {
  color: var(--white);
}

.get-in-touch-box .get-in-touch-box-details .get-in-touch-top-details {
  margin-bottom: 94px;
}

.get-in-touch-box-details .btn-container .btn::after {
  background: var(--white);
}

.get-in-touch-box-details .btn-container .btn:hover {
  color: var(--black);
}

/* get-in-touch-section */

/* typography */

/* === privacy policy page ===*/

.typography-wrp {
  padding: 150px 0;
}

.privacy-policy-wrapper {
  padding: 145px 0 80px 0;
}

.privacy-left-title .section-title {
  margin-bottom: 30px;
}

.privacy-right > *,
.privacy-right .typography-main > * {
  margin-bottom: 20px;
}

blockquote {
  padding-left: 30px;

  border-left: 5px solid var(--choclate);

  margin-bottom: 20px;
}

.aligncenter {
  float: none;

  display: block;

  margin: 20px auto;
}

.alignright {
  float: right;

  margin: 20px 0 20px 20px;
}

.alignleft {
  float: left;

  margin: 20px 20px 20px 0;
}

.typography-main a {
  color: var(--orange);
}

.typography-wrp.error-page {
  padding: 130px 0;
}

.typography-wrp.error-page .btn {
  margin: 20px 0 0 0;
}

.typography-wrp img {
  max-width: 400px;

  width: 100%;
}

.typography-main .block-title {
  margin: 20px 0;
}

/* === typography page ===*/

/* form */

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  color: #dc3232;
}

.wpcf7 form.valid .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  color: green;
}

.wpcf7-response-output {
  text-align: center;

  border: 0px !important;

  margin: 10px 0 !important;

  padding: 0 !important;

  line-height: normal;
}

/* form */

.facilities-main-slider,
.facilities-inner-slider {
  opacity: 0;

  transition: opacity 0.5s ease-in-out;
}

.facilities-main-slider.active,
.facilities-inner-slider.active {
  opacity: 1;
}

.form-name-selection {
  display: flex;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: 0px;
  line-height: 19px;
  color: #dc3232;
}

.wpcf7 form.valid .wpcf7-response-output {
  color: green;
}

.keep-in-touch-form .wpcf7-not-valid-tip {
  margin: 6px 0 0 0;
}
