@font-face {
  font-family: 'al-nevrada';
  src: url("../fonts/al-nevrada.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --container: 1640px;
  --body-font-family: Gotham;
  --h1-font-family: 'Cinzel', serif;
  --h2-font-family: 'Cinzel', serif;
  --h3-font-family: 'Cinzel', serif;
  --mobile-breakpoint: 9999999px;
  --black: #000000;
  --white: #ffffff;
  --gold: #bda251;
  --background: #f5f2ee;
  --light: #e5ddd2;
  --gold-faded: #d2c6b7;
  --brown: #3e3a2e;
}
html {
  overflow-x: hidden;
}
body, p {
  font-family: 'NunitoSans-Regular', sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  line-height: 1.6;
  color: #585858;
}
body a {
  text-decoration: none;
  color: inherit;
}
body a:hover, body a:focus, body a:active {
  text-decoration: none;
}
p {
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-bottom: 1rem;
}
h1 {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 1.15;
  margin: 0px;
  margin-bottom: 1.5rem;
}
h2 {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 32px;
  line-height: 1.15;
  color: var(--gold);
  margin: 0px;
  margin-bottom: 1.5rem;
}
h3 {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.15;
  margin: 0px;
  margin-bottom: 1.5rem;
}
h4 {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1.15;
  margin: 0px;
  margin-bottom: 1.5rem;
}
h5 {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 1.15;
  margin: 0px;
  margin-bottom: 1.5rem;
}
h6 {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.15;
  margin: 0px;
  margin-bottom: 1.5rem;
}
.grid-container {
  max-width: 1640px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container);
  box-sizing: border-box
}
header {
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  line-height: 1.4
}
header a {
  text-decoration: none;
  color: inherit;
}
header a:hover, header a:focus, header a:active {
  text-decoration: none;
}
#masthead .site-branding {
  width: 100%;
  max-width: 180px;
}
.underline {
  margin-bottom: 1.5rem;
}
.underline-center {
  margin: auto auto 1.5rem auto;
}
.header-menu li.ms-auto {
  margin-left: 15px !important;
}
.animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
[data-animation="fadeIn"] {
  opacity: 0
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
[data-animation="fadeInDown"] {
  opacity: 0;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, 30px, 0)
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
[data-animation="fadeInUp"] {
  opacity: 0;
  -webkit-transform: translate3d(0, 140px, 0);
  transform: translate3d(0, 40px, 0)
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
[data-animation="fadeInRight"] {
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0)
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
[data-animation="fadeInLeft"] {
  opacity: 0;
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0)
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes widthFill {
  0% {
    width: 0%
  }
  100% {
    width: 100%
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes pan-y {
  0% {
    background-position: top;
    background-size: cover 103%
  }
  50% {
    background-position: bottom;
    background-size: cover 100%
  }
  100% {
    background-position: top;
    background-size: cover 103%
  }
}
@keyframes pan-x {
  0% {
    background-position: left;
    background-size: 103% cover
  }
  50% {
    background-position: right;
    background-size: 100% cover
  }
  100% {
    background-position: left;
    background-size: 103% cover
  }
}
.btn-container {
  display: flex;
  flex-wrap: wrap
}
.btn-container:not(:has(.secondary-button)) {
  gap: 15px 20px
}
#page {
  opacity: 1;
  animation-duration: 2s;
  animation-name: fadeIn;
  animation-timing-function: ease-in
}
#primary {
  z-index: 1;
  position: relative
}
* {
  -webkit-tap-highlight-color: transparent
}
p, input, button, a {
  letter-spacing: 1.6px
}
strong {
  font-weight: 500
}
body a:has(h1, h2, h3, h4, h5, h6) {
  all: unset;
  text-decoration: none !important;
  cursor: pointer !important
}
body a:has(h1, h2, h3, h4, h5, h6):hover {
  all: unset;
  text-decoration: none !important
}
body section#archive {
  background-color: var(--background) !important
}
html::-webkit-scrollbar, .custom-scroll-bar::-webkit-scrollbar {
  width: 8px;
  height: 8px
}
html::-webkit-scrollbar-track, .custom-scroll-bar::-webkit-scrollbar-track {
  background: transparent
}
html::-webkit-scrollbar-thumb, .custom-scroll-bar::-webkit-scrollbar-thumb {
  background: var(--gold)
}
.btn.white {
  color: var(--white) !important;
  border-color: var(--white)
}
.btn.white::after {
  content: url(images/arrow-white.svg)
}
.btn.primary-button:hover {
  padding-right: 36px;
  padding-left: 36px
}
.btn.primary-button:hover::after {
  right: 0;
  opacity: 0
}
.background.about {
  background-image: url("../latest-img/Drone/DJI_085.webp")
}
.background.rooms {
  background-image: url("../latest-img/Cottage-Room-1/DSC3391.webp")
}
body.page-template-default.page #page {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0
}
.bbh a {
  text-align: center;
  margin: 0 auto;
  display: block
}
.bbh a img {
  height: 100px;
  object-fit: cover;
  width: auto
}
.info-block .icon {
  background-color: var(--gold);
  padding: 15px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-right: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.info-block {
  display: flex;
  margin-bottom: 20px;
  line-height: 1.9
}
.info-block h3 {
  text-transform: none;
  margin-bottom: 0.75rem;
}
.relative {
  position: relative
}
.line-heading.white {
  color: var(--white)
}
.line-heading::before {
  content: "";
  width: 1em;
  height: 1px;
  background-color: currentColor;
  margin-right: 20px;
  transition: all 0.3s ease
}
.col-3-image-links .repeater .link:hover .line-heading {
  padding-right: 0
}
.col-3-image-links .repeater .link:hover .line-heading::before {
  width: 1.5em
}
.sliding-text-container .sliding-text {
  position: relative
}
.sliding-text-container.add-padding {
  padding-bottom: calc(min(5vw, 110px))
}
.sliding-text-container .sliding-text {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  font-size: 8vw;
  opacity: .07;
  color: var(--gold);
  margin-bottom: 0;
  line-height: .8;
  width: max-content
}
.sliding-text-container .sliding-text.left {
  left: 0
}
.sliding-text-container .sliding-text.left.off-screen {
  left: -25%
}
.sliding-text-container .sliding-text.right {
  right: 0
}
.sliding-text-container .sliding-text.right.off-screen {
  right: -25%
}
.sliding-text-container .sliding-text.top {
  bottom: unset;
  top: 0
}
.sliding-text-container .sliding-text.bottom {
  top: unset;
  bottom: 0
}
#masthead .inside-header .left-nav-container {
  order: 1;
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 15px 45px
}
body.scrolled #masthead .inside-header::before, body:not(:has(section.hero)) #masthead .inside-header::before, body.scrolled #masthead .inside-header::after, body:not(:has(section.hero)) #masthead .inside-header::after {
  display: none;
  background-color: var(--gold)
}
.flexible-inner-section.has-padding.has-bg + .flexible-inner-section.has-padding.has-bg, body section#archive.has-bg + .flexible-inner-section.has-padding.has-bg, body .flexible-inner-section.has-padding.has-bg + section#archive.has-bg {
  padding-top: 0
}
.subpage-hero-section.has-padding {
  padding-top: 0px !important
}
.subpage-hero-section .background {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 68%;
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
}
.subpage-hero-section .background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #261e14;
  opacity: .3
}
.subpage-hero-section .background .content {
  position: relative;
  z-index: 1;
  color: var(--background);
  text-align: center
}
.subpage-hero-section .background .content .text {
  padding: 10px;
  display: flex;
  align-items: center;
}
.subpage-hero-section .background .content .text span {
  font-size: 6px;
  margin: 0 10px;
}
.col-1-gallery-slider {
  position: relative
}
.col-1-gallery-slider .gallery-slider img {
  width: 100%;
  max-height: 75vh;
  object-fit: cover;
  height: 100%
}
.col-1-gallery-slider .gallery-slider .slick-track {
  display: flex
}
.col-1-gallery-slider .gallery-slider .slick-track .slick-slide {
  height: auto
}
.col-1-gallery-slider .gallery-slider .slick-track .slick-slide div {
  height: 100%
}
.col-1-gallery-slider ul.slick-dots {
  position: absolute;
  bottom: 0;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.wrapper .slick-dots {
  left: -10px;
}
.col-1-gallery-slider ul.slick-dots li {
  width: 40px;
  height: 40px
}
.col-1-gallery-slider ul.slick-dots li.slick-active button {
  border-color: var(--background)
}
.col-1-gallery-slider ul.slick-dots li.slick-active button::after {
  opacity: 1
}
.col-1-gallery-slider ul.slick-dots li button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 100%;
  transition: all 0.3s ease
}
.col-1-gallery-slider ul.slick-dots li button::before {
  display: none
}
.col-1-gallery-slider ul.slick-dots li button::after {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  overflow: hidden;
  opacity: .5;
  top: unset;
  left: unset
}
.col-3-image-links .content {
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 60px
}
.col-3-image-links .repeater {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 34px
}
.col-3-image-links .repeater .link {
  display: flex
}
.col-3-image-links .repeater .link.no-link {
  pointer-events: none
}
.col-3-image-links .repeater .link .image-container {
  display: flex;
  overflow: hidden;
  position: relative;
  aspect-ratio: .8333333333;
  animation-duration: 1s;
  width: 100%
}
.col-3-image-links .repeater .link .image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.05);
  transition: all 0.3s ease-out;
  position: absolute;
  bottom: 0;
  left: 0
}
.col-3-image-links .repeater .link .image-container .line-heading {
  padding: 36px 42px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  align-self: flex-end
}
.col-3-image-links .repeater .link:hover .image-container img {
  transform: scale(1)
}
.col-3-image-links .repeater .link:hover .image-container::after {
  opacity: .2
}
.col-3-image-links .repeater .link:nth-child(1) .image-container {
  animation-delay: 150ms !important
}
.col-3-image-links .repeater .link:nth-child(2) .image-container {
  animation-delay: 300ms !important
}
.col-3-image-links .repeater .link:nth-child(3) .image-container {
  animation-delay: 450ms !important
}
.textfield-employee {
  padding-top: 17px
}
.textfield-employee h3 {
  margin-bottom: 10px !important
}
.col-6-facilities ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  margin-left: -25px;
  margin-right: -25px
}
.col-2-img-and-content img, .col-2-img-and-content video {
  position: relative;
}
.col-2-img-and-content .layout-container[class*="top"] .content-container {
  align-self: flex-start
}
.col-2-img-and-content .layout-container[class*="bottom"] .content-container {
  align-self: flex-start
}
.btn-container {
  margin: 25px 0px;
}
.col-2-img-and-content .content-container {
  display: flex;
  flex-direction: column
}
.col-2-img-and-content .content-container .content p:has(a.secondary-button) {
  margin-bottom: 0
}
.social-links {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.social-links i {
  color: #000 font-size: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 5px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@font-face {
  font-display: swap;
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal
}
:root {
  --swiper-theme-color: #007aff
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}
:root {
  --swiper-navigation-size: 44px
}
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block
}
.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: 0
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto
}
.slick-track:after, .slick-track:before {
  display: table;
  content: ''
}
.slick-track:after {
  clear: both
}
.slick-slide {
  display: none;
  float: left;
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
@charset 'UTF-8';
.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  background: 0 0;
  outline: 0
}
.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0
}
.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 25px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25
}
.slick-next:before, .slick-prev:before {
  font-size: 27px;
  line-height: 1;
  opacity: .75;
  color: #000;
}
.slick-prev {
  left: -25px
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}
.slick-prev:before {
  content: '←'
}
.slick-next:before, [dir=rtl] .slick-prev:before {
  content: '→'
}
.slick-next {
  right: -25px
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}
[dir=rtl] .slick-next:before {
  content: '←'
}
.slick-dotted.slick-slider {
  margin-bottom: 30px
}
.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1
}
.slick-dots li button:before {
  font-size: 10px !important;
  color: #000;
  background-color: #fff;
  padding: 0px;
  border: 1px solid #000;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  border: 1px solid #bda251;
  color: #bda251 !important
}
*, *::before, *::after {
  box-sizing: border-box
}
ul[role="list"], ol[role="list"] {
  list-style: none
}
html:focus-within {
  scroll-behavior: smooth
}
a:not([class]) {
  text-decoration-skip-ink: auto
}
img, picture {
  max-width: 100%;
  display: block
}
input, button, textarea, select {
  font: inherit
}
.site-branding {
  position: absolute;
  left: 0%;
  top: auto;
  bottom: -90px;
  background-color: #fff;
  justify-content: center;
  z-index: 2;
  padding: 9px 9px 0px 10px;
  border-bottom-right-radius: 10px;
}
.booking-item {
  box-shadow: 0 3px 60px 0 rgba(0, 0, 0, 0.1);
  padding: 35px;
}
.site-branding::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 180px 0px 0px;
  border-color: #fff transparent transparent transparent;
  left: 0px;
  top: 97%;
}
.site-branding::after {
  position: absolute;
  content: "";
  width: 157px;
  height: 15px;
  background-color: #fff;
  bottom: -23px;
  transform: rotate(-11deg);
}
.custom-logo-link .left {
  position: absolute;
  z-index: 11;
  width: 25px;
  height: 25px;
  background-color: #fff;
  left: 0px;
  bottom: -38px;
  border-radius: 100%;
}
.custom-logo-link .right {
  position: absolute;
  z-index: 11;
  width: 30px;
  height: 30px;
  background-color: #fff;
  right: 0px;
  bottom: -8px;
  border-radius: 100%;
}
header {
  color: #000;
}
.overflow-container .row {
  background-image: url(../images/wedding-events.webp);
  height: 60vh;
  background-position: bottom;
  background-size: cover;
}
.overlay-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
}
.overlay::before {
  position: absolute;
  background-color: #000;
  content: "";
  height: 60vh;
  width: 60%;
  top: 0;
  left: 0;
  opacity: 0.5;
  .
}
.overlay-content p {
  text-align: center;
  width: 60%
}
.overflow-container {
  position: relative;
}
#masthead .site-branding {
  display: flex;
  align-items: center
}
#masthead .site-branding img {
  width: 100%;
  height: auto;
  max-width: 140px;
}
#masthead .main-navigation ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body.admin-bar #masthead {
  top: 32px
}
.no-button-style {
  padding: unset;
  border: unset
}
.header-menu {
  display: flex;
  align-content: center;
  justify-content: flex-end;
  margin: 0;
  width: 100%
}
.header-menu > li:last-child > a {
  margin-right: -1.25rem
}
.header-menu > li > a {
  display: flex;
  min-width: -moz-max-content;
  min-width: max-content
}
.header-menu > li:last-child .sub-menu {
  left: unset;
  right: 0
}
.header-menu > li:last-child .sub-menu .sub-menu {
  right: 100%
}
.logo-div {
  position: relative;
}
.header-menu .sub-menu {
  padding: 1rem 0;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: rgba(149, 157, 165, .2) 0 2px 10px;
  background-color: #fff;
  flex-direction: column;
  flex-wrap: wrap;
  min-width: 12rem;
  max-width: 24rem;
  max-height: 60vh;
  width: -moz-max-content;
  width: max-content;
  z-index: 101
}
.header-menu .sub-menu .sub-menu {
  top: -1rem;
  left: 100%
}
.header-menu li {
  position: relative;
  list-style: none
}
.header-menu li a {
  display: flex;
  padding: 1rem;
  color: #fff;
  font-size: 17px;
}
.header-menu li:hover > .sub-menu {
  display: flex
}
.header-menu li.menu-item-has-children > a {
  position: relative
}
.header-menu li.menu-item-has-children > a::after {
  display: inline-block;
  content: "";
  line-height: inherit;
  height: .5em;
  width: .5em;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  position: absolute;
  right: 5px;
  bottom: 50%
}
.header-menu li.menu-item-has-children .sub-menu .menu-item-has-children a {
  display: flex;
  align-items: center;
  padding-right: 2rem
}
.header-menu li.menu-item-has-children .sub-menu .menu-item-has-children a::after {
  transform: rotate(-45deg);
  right: 1rem;
  bottom: unset
}
.header-menu .sub-menu {
  display: none
}
button.menu-toggle {
  display: none;
  background: unset;
  border: unset;
  padding: 0;
  cursor: pointer;
  padding: .5rem;
  margin-right: 1.5rem
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.btn-container {
  display: flex;
  flex-wrap: wrap
}
.btn-container.center {
  display: flex;
  justify-content: center;
}
.btn-container:not(:has(.secondary-button)) {
  gap: 15px 20px
}
#page {
  opacity: 1;
  animation-duration: 2s;
  animation-name: fadeIn;
  animation-timing-function: ease-in
}
#primary {
  z-index: 1;
  position: relative
}
* {
  -webkit-tap-highlight-color: transparent
}
p, input, button, a {
  letter-spacing: normal;
}
strong {
  font-weight: 500
}
body a:has(h1, h2, h3, h4, h5, h6) {
  all: unset;
  text-decoration: none !important;
  cursor: pointer !important
}
body a:has(h1, h2, h3, h4, h5, h6):hover {
  all: unset;
  text-decoration: none !important
}
body section#archive {
  background-color: var(--background) !important
}
body {
  width: 100vw;
  overflow-x: hidden;
  position: relative
}
html::-webkit-scrollbar, .custom-scroll-bar::-webkit-scrollbar {
  width: 8px;
  height: 8px
}
html::-webkit-scrollbar-track, .custom-scroll-bar::-webkit-scrollbar-track {
  background: transparent
}
html::-webkit-scrollbar-thumb, .custom-scroll-bar::-webkit-scrollbar-thumb {
  background: var(--gold)
}
.btn.center {
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  color: var(--gold);
  padding: 10px 20px;
  font-weight: 400;
  background-color: white;
  border: 1px solid var(--gold);
  transition: color 0.5s ease, border-color 0.5s ease;
}
.btn {
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
  color: var(--gold);
  padding: 10px 20px;
  font-weight: 400;
  border: 1px solid var(--gold);
}
.header-menu li a.btn {
  padding: 10px 15px;
  color: var(--gold);
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--gold);
}
.btn:hover::before {
  left: 0%;
  transition: left 0.5s ease;
  z-index: -1
}
.btn:hover, .header-menu li a.btn:hover {
  border: 1px solid var(--gold);
  color: white;
}
.btn:hover span {
  color: white
}
.btn.white {
  color: var(--white) !important;
  border-color: var(--white)
}
.has-bg.background {
  background-color: var(--background);
  background-size: cover;
}
.btn.primary-button:hover {
  padding-right: 36px;
  padding-left: 36px
}
.btn.primary-button:hover::after {
  right: 0;
  opacity: 0
}
body.page-template-default.page #page {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0
}
.bbh a {
  text-align: center;
  margin: 0 auto;
  display: block
}
.bbh a img {
  height: 100px;
  object-fit: cover;
  width: auto
}
.relative {
  position: relative
}
.line-heading {
  display: flex;
  align-items: center;
  padding-right: 10px;
  transition: all 0.3s ease;
}
.line-heading.white {
  color: var(--white)
}
.line-heading::before {
  content: "";
  width: 1em;
  height: 1px;
  background-color: currentColor;
  margin-right: 10px;
  transition: all 0.3s ease
}
.line-heading:hover, .col-3-image-links .repeater .link:hover .line-heading {
  padding-right: 0
}
.line-heading:hover::before, .col-3-image-links .repeater .link:hover .line-heading::before {
  width: 1.5em
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center
}
.carousel-control-next {
  justify-content: center;
  right: 20px;
}
.carousel-control-prev {
  justify-content: center;
  left: 20px;
}
@keyframes pan-y {
  0% {
    background-position: top;
    background-size: cover 100%
  }
  50% {
    background-position: bottom;
    background-size: cover 102%
  }
  100% {
    background-position: top;
    background-size: cover 100%
  }
}
.carousel-item {
  min-height: 100svh;
  height: 100%;
  position: relative;
  object-fit: cover;
  animation: pan-y 30s linear infinite;
  transition: all 0.3s ease;
  background-size: cover;
}
.carousel.slide {
  position: relative;
}
/*
.carousel-inner::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.40) 80%, rgb(0 0 0 / 50%) 100%) no-repeat;
  z-index: 0;
}
*/
@keyframes rotateNeg360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.carousel-control-next:hover, .carousel-control-prev:hover {
  transition: all 1s ease-out;
}
.carousel-control-next-icon::before, .carousel-control-prev-icon::before {
  content: "";
  background-image: url("../images/circle-arrow-gold.svg");
  position: absolute;
  height: 3.5rem;
  width: 3.5rem;
  background-size: 55px;
  left: -18px;
  top: -19px;
  background-repeat: no-repeat;
}
.carousel-control-next-icon:hover::before, .carousel-control-prev-icon:hover::before {
  animation: rotateNeg360 6s linear .5s infinite;
  scale: 1.1
}
/*
@keyframes roatate360{
	0% {
    transform: rotate(0deg);
}

100% {
    transform: rotate(360deg);
}
}
.carousel-control-next-icon::after , .carousel-control-prev-icon::after{
	content: "";
	background-image: url("../images/circle-arrow.svg");
	position: absolute;
	height: 3.5rem;
	width: 3.5rem;
	background-size: 55px;
	left: -19px;
	
}
.carousel-control-next-icon:hover::after , .carousel-control-prev-icon:hover::after{
	animation: rotate360 6s linear .5s infinite;
}
*/
.main-heading.with-para {
  text-align: left;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
}
.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.main .container-fluid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.card {
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #333333;
  border-radius: 2px;
}
.card-image {
  background: white;
  display: block;
  position: relative;
  width: 100%;
}
.card-image img{
		 display: block;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 object-fit: cover;	
}

.sliding-text-container {
  position: relative
}
.sliding-text-container.add-padding {
  padding-bottom: calc(min(5vw, 110px))
}
.sliding-text-container .sliding-text {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  font-size: 5vw;
  opacity: .07;
  color: var(--gold);
  margin-bottom: 0;
  line-height: .8;
  width: max-content
}
#menu-header-menu-1 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#masthead {
  position: fixed !important;
  transition: all 0.4s ease;
  width: 100%;
  z-index: 100
}
#masthead .inside-header::before, #masthead .inside-header::after {
  grid-row: 2;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--white);
  transform: translateY(-3px);
  animation: widthFill 1s forwards;
  animation-delay: 0.3s;
  opacity: .5;
  transition: opacity 0.3s ease
}
#masthead .inside-header .left-nav-container {
  order: 1;
  grid-column: 1;
  grid-row: 1;
  align-items: center;
  gap: 15px 45px
}
/*
#masthead .inside-header .site-branding {
  order: 2;
  grid-column: 2;
  grid-row: 1;
  margin: 0 auto;
  justify-content: center
}
*/
/*
body.scrolled #masthead, body:not(:has(section.hero)) #masthead {
  background-color: white;
	box-shadow: 0 3px 60px 0 rgba(0, 0, 0, .4);
}
*/
body.scrolled #masthead .inside-header::before, body:not(:has(section.hero)) #masthead .inside-header::before, body.scrolled #masthead .inside-header::after, body:not(:has(section.hero)) #masthead .inside-header::after {
  display: none;
  background-color: var(--gold)
}
body.scrolled.scrolling-up #masthead, body:not(:has(section.hero)).scrolling-up #masthead {
  transform: translateY(0%)
}
footer li.menu-item {
  width: 50%;
}
.footer-logo .logo {
  width: 170px;
}
.footer-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.top-gap {
  padding-top: 30px;
}
.bottom-gap {
  padding-bottom: 30px;
}
.flexible-inner-section.has-padding {
  padding: 100px 0px;
}
.flexible-inner-section.has-padding.has-bg + .flexible-inner-section.has-padding.has-bg, body section#archive.has-bg + .flexible-inner-section.has-padding.has-bg, body .flexible-inner-section.has-padding.has-bg + section#archive.has-bg {
  padding-top: 0
}
.subpage-hero-section.has-padding {
  padding-top: 0px !important
}
.carousel-control-next, .carousel-control-prev {
  width: 50px;
}
.col-3-image-links .content {
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 60px
}
.col-3-image-links .repeater {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 34px;
  padding: 10px 0px 40px 0px;
}
.facilities-slider {
  padding: 40px 0px;
}
.col-3-image-links .repeater .link {
  display: flex;
  position: relative
}
.col-3-image-links .repeater .link.no-link {
  pointer-events: none
}
.col-3-image-links .repeater .link .image-container {
  display: flex;
  overflow: hidden;
  position: relative;
  aspect-ratio: .8333333333;
  animation-duration: 1s;
  width: 100%
}
.image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.image-container img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
.repeater .line-heading {
  position: absolute;
  bottom: -60px;
  left: 0px;
}
.col-3-image-links .repeater .link .image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.05);
  transition: all 0.3s ease-out;
  position: absolute;
  bottom: 0;
  left: 0
}
.col-3-image-links .repeater .link .image-container .line-heading {
  padding: 42px 42px;
  margin-bottom: 0;
  z-index: 1;
  align-self: flex-end
}
.col-3-image-links .repeater .link:hover .image-container img {
  transform: scale(1)
}
.col-3-image-links .repeater .link:hover .image-container::after {
  opacity: .2
}
.col-3-image-links .repeater .link:nth-child(1) .image-container {
  animation-delay: 150ms !important
}
.col-3-image-links .repeater .link:nth-child(2) .image-container {
  animation-delay: 300ms !important
}
.col-3-image-links .repeater .link:nth-child(3) .image-container {
  animation-delay: 450ms !important
}
.textfield-employee {
  padding-top: 17px;
  text-align: center
}

.main-heading {
  text-align: center;
  color: var(--gold);
}
.col-6-facilities ul {
  margin: 15px 0 20px 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  overflow: hidden;
}
.col-6-facilities ul.col-12-facilities {
   grid-template-columns: repeat(1, 1fr);
}
.col-6-facilities ul li.facility-item {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 15px 0 0;
}
.col-6-facilities ul li.facility-item .wrapper {
  display: flex;
  justify-content: center;
  align-items: center
}
.col-6-facilities ul li.facility-item img {
  width: 100%;
  max-width: 38px;
  height: auto;
  margin-bottom: 12px
}
.col-6-facilities ul li.facility-item p {
  font-size: 15px;
  margin-bottom: 0;
  display: flex;
  padding-right: 10px;
}
.col-6-facilities ul li.facility-item p span, .event-list li span {
  color: var(--gold);
  margin-right: 8px;
  top: 0px;
  position: relative
}
.col-2-img-and-content img, .col-2-img-and-content video {
  position: relative;
}
.col-2-img-and-content .layout-container[class*="left"] .content-container {
  padding-left: 3%
}
.center-content-container {
    text-align: center;
}
.right-ab {
  padding-right: 3%;
  padding-left: 0 !important
}
.col-2-img-and-content .layout-container[class*="top"] .content-container {
  align-self: flex-start
}
.col-2-img-and-content .layout-container[class*="bottom"] .content-container {
  align-self: center
}
.col-2-img-and-content .layout-container[class*="center"] .content-container {
  justify-content: center;
}
.col-2-img-and-content .layout-container[class*="bottom"] .content-container.fac {
  align-self: center;
  margim-top
}
.col-2-img-and-content .layout-container[class*="bottom"] .content-container.contact {
  align-self: center;
}
.archive-link {
  position: relative;
}
.col-2-img-and-content .fac img {
  height: 100%;
  min-height: 400px;
  width: 100%;
  object-fit: cover;
}
.col-2-img-and-content .content-container {
  display: flex;
  flex-direction: column
}
.col-2-img-and-content .content-container .content p {
  max-width: 100%
}
.col-2-img-and-content .content-container .content p:has(a.secondary-button) {
  margin-bottom: 0
}
footer.room-entity-footer {
  display: flex;
  justify-content: space-between;
}
.service-block {
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
  border-bottom: 4px solid rgb(168 45 32);
  padding: 20px 0;
  transition: all .5s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 2px 6px rgb(71 69 69 / 50%);
}
.service-block:hover {
  border-color: rgb(168 45 32);
}
.service-block::before {
  content: "";
  position: absolute;
  left: 0;
  right: -1px;
  top: 0;
  bottom: -2px;
  background-color: rgb(168 45 32);
  z-index: -1;
  background-size: cover;
  margin: 0 auto;
  transform: translateY(100%);
  transition: all ease-in-out .3s
}
.service-block:hover:before {
  transition: all ease-in-out .3s;
  transform: translateY(0)
}
.service-block .flex-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 5px 10px;
  padding: 0 10px;
}
.service-block:hover .span-icon, .service-block:hover .span-text {
  color: #fff;
}
.service-block .flex-item:hover {
  cursor: pointer;
}
.milenia-back-to-top {
  display: none !important;
}
.room-entity-title a.room-color--unchangeable {
  font-size: 28px;
  color: #000 !important;
  font-family: 'NunitoSans-Regular', serif line-height: 1.7;
}
.room-entity-title a.room-color--unchangeable:hover {
  text-decoration: none;
}
.nav-tabs .nav-item a {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  font-size: 16px;
}
.nav-tabs {
  justify-content: center;
}
.nav-tabs .nav-link {
  border: none;
}
.nav-tabs .nav-item a:hover::after, .nav-tabs .nav-item a.active::after {
  width: 100%;
}
.nav-tabs {
  border-bottom: none;
  width: 100%;
}
a.all-btn {
  background-color: #bda251;
  padding: 8px 20px;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease-out;
  margin-top: 0;
  display: inline-block;
}
a.all-btn-white {
  background-color: #fff;
  padding: 8px 20px;
  color: #bda251;
  font-size: 16px;
  transition: all 0.3s ease-out;
  margin-top: 0;
  display: inline-block;
}
.sub-title {
  font-size: 28px;
  color: #fff !important;
  font-family: 'PlayfairDisplay-Regular', serif;
  line-height: 1.7;
}
.about-dine, .about-dine-left {
  background-color: #bda251;
  padding: 30px;
  position: relative;
}
.about-dine::before {
  content: '';
  position: absolute;
  display: block;
  width: 0px;
  right: 5px;
  top: 50%;
  border: 15px solid transparent;
  border-right: 0;
  border-left: 20px solid #bda251;
  transform: translate(calc(100% + 5px), -50%);
}
.about-dine-left::before {
  content: '';
  position: absolute;
  display: block;
  width: 0px;
  left: 5px;
  top: 50%;
  border: 15px solid transparent;
  border-left: 0;
  border-right: 20px solid #bda251;
  transform: translate(calc(-100% - 5px), -50%);
}
.nav-tabs .nav-item.show .nav-link {
  border: none;
}
.nav-tabs .nav-link {
  color: #222;
  background-color: #ddd;
  line-height: normal;
  border-radius: 20px;
  margin: 0 10px;
  padding: 7px 22px;
}
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #bda251;
}
a.all-btn:hover, a.all-btn:focus {
  background-color: #222;
  text-decoration: none;
}
a.all-btn-white:hover, a.all-btn-white:focus {
  background-color: #222;
  text-decoration: none;
  color: #fff;
}
.slide-row {
  position: relative;
}
.all-btn.book-now-btn {
  position: absolute;
  z-index: 9;
  transform: rotate(-90deg);
  left: -38px;
  bottom: 45%;
}
.facility-aligner-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  position: relative;
  z-index: 3;
}
.col-reverse-small {
  margin: 60px 0;
}
.col-reverse-small .dine-album::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border-style: solid;
  border-width: 1px;
  top: 2.5rem;
  left: 2.5rem;
  bottom: -2.5rem;
  right: -2.5rem;
}
.col-reverse-small .dine-album::before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 0;
  position: absolute;
  z-index: 1;
  border-top-width: 1px;
  top: 2.5rem;
  border-left-width: 1px;
  right: 0;
  bottom: 0;
  left: 2.5em;
}
.col-reverse-small .dine-album {
  margin-left: 0;
}
img#js-logo {
  bottom: 50px;
  right: 20px;
  width: 100px;
  position: fixed;
}
.Testimonial-section {
  background-color: #bda251;
}
.client-head {
  color: #bda251 !important;
  font-size: 24px;
  font-weight: 600;
  text-align: justify;
  margin-bottom: 25px;
}
.client-img {
  display: flex;
  justify-content: center;
  margin: 15px 0 0 0;
}
.client-img img {
  width: 140px !important;
}
.client-rating i {
  color: #ff9529;
}
.client-rating {
  justify-content: center;
  display: flex;
  margin: 20px 0;
}
.client-text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  max-width: 900px;
  line-height: 1.7;
  margin: 10px auto;
  font-style: italic;
  font-weight: 400;
  font-family: 'NunitoSans-Regular', sans-serif;
  position: relative;
  padding: 0 25px;
}
.client-head {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-family: 'NunitoSans-Regular', serif;
  margin-top: 15px;
  letter-spacing: 1px;
}
.client-text::before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: -2px;
  top: -8px;
  display: block;
  background: url('../latest-images/left-quote.webp') no-repeat;
}
.client-text::after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  right: -15px;
  top: -8px;
  display: block;
  background: url('../latest-images/right-quote-sign.webp') no-repeat;
}
.extra-box {
  color: #333;
  float: right;
  padding-top: 30px;
}
.client-text span img {
  width: auto !important;
}
.extra-inner {
  background-color: #fff;
  box-shadow: 0 2px 6px rgb(71 69 69 / 50%);
  padding: 30px;
}
.extra-box h3 {
  font-size: 30px;
  color: #bda251;
  font-family: 'PlayfairDisplay-Regular', sans-serif;
}
.extra-list li {
  margin-bottom: 8px;
  display: inline-flex;
  width: 100%;
  line-height: 1.7;
  font-size: 17px;
}
.extra-list {
  padding-left: 0;
  margin: 15px 0 0 0;
}
.extra-list i {
  display: inline;
  margin-right: 10px;
  top: 5px;
  position: relative;
}
.text-center.main-title::after {
  left: 0px;
  bottom: 0;
  margin: auto;
  right: 0;
}
.test-head {
  position: relative;
  color: #000;
  margin-bottom: 1.2rem
}
.services-section {
  position: relative;
}
.services-section .overlay {
  background: rgb(0 0 0 / 30%);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
p.para.text-center.max-75 {
  max-width: 750px;
  text-align: center;
  margin: 0 auto 20px;
}
.top-title {
  font-family: 'NunitoSans-Regular', serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  text-transform: none;
  color: #222;
}
.mewar-social-icons {
  display: flex;
  margin: 15px 0 0 0;
  justify-content: flex-start;
  list-style: none;
  padding: 0 0 0 15px;
}
.mewar-footer-row {
  z-index: 0;
  position: relative;
  padding: 50px 0 30px 0;
}
.mewar-flex.d-flex {
  padding-bottom: 10px;
}
footer .container {
  max-width: 1340px;
}
.mewar-footer-last-row.p-t-80.p-b-80 {
  z-index: 0;
  position: relative;
  padding: 50px 0;
  text-align: center;
}
#mewar-footer {
  background-color: #f5f2ee;
}

.col-lg-2.col-md-4.offset-lg-5 {
  margin: auto;
}
.mewar-social-icons li a {
  border: 1px solid #bda251;
  padding: 5px 8px;
  text-align: center;
  display: flex;
  color: #bda251;
  width: 40px;
  height: 40px;
  line-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.mewar-social-icons li {
  margin-right: 15px;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
	padding-left: 0
}
.footer-menu li{
	width: 50%;
}
.footer-menu li a{
	padding-bottom: 5px;
    display: inline-block;
	font-size: 15px;
}
.footer-copy-row {
  background-color: #bda251;
  padding: 10px 0;
  position: relative;
  z-index: 9;
}
.copy-right-text,
.policy-links a, .policy-links span{
	 color: #fff;
  font-size: 15px;
}
.copy-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-menu-div {
  background-color: #bda251;
}
.mewar-widget-para i {
  color: #585858;
  font-weight: 400
}
.mewar-widget-title {
  font-size: 22px;
  color: #bda251;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: 'Cinzel', serif
}
.mewar-widget-title::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #bda251;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
}
.mewar-grid-item-content p {
  margin-bottom: 0 !important;
}
.social-group {
  margin-top: 15px;
}
.social-group h5 {
  font-size: 20px;
  color: #bda251;
  font-weight: 600;
  margin-bottom: 0px;
  padding-bottom: 0px;
  position: relative;
}
.mewar-flex i {
  margin-right: 10px;
  color: #bda251;
}
.bg-pattern {
  background-color: #f2f2f2;
}
.book-now-wheel {
  position: fixed;
}
.facility-entity-title a {
  font-size: 24px;
  color: #000 !important;
  font-family: 'PlayfairDisplay-Regular', serif;
  line-height: 1.4;
  text-align: left;
}
/* Add new css 22-09-22 */
.desktop-nav {
  background-color: #fff;
  padding: 20px 0;
  height: auto;
  position: relative;
}
.main-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  transition: all .5s ease-in;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 1px rgba(0, 0, 0, 0.23);
}
.navbar .navbar-nav .nav-link {
  color: #585858;
  display: inline-block;
  text-decoration: none;
  padding: 0 10px;
}
.navbar .navbar-nav .nav-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #bda251;
  transition: width .3s;
}
.navbar .navbar-nav .nav-link:hover::after {
  width: 100%;
}
.header-top {
  background-color: #bda251;
  border-bottom: 1px solid rgb(255, 255, 255, 0.3);
  width: 100%;
}
.header-top a, .header-top a:hover, .header-top a:focus {
  color: #fff;
  text-decoration: none;
}
.main-wrapper.nav-scroll {
  margin-top: -46px;
}
.header-top .d-flex {
  justify-content: space-between;
  align-items: center;
  padding: 5px 0px 5px 15px;
}
.header-top .d-flex .flex-item p {
  margin: 0;
  color: #fff;
  padding-right: 30px;
}
.top-social-list a {
  color: #fff;
  margin: 0 6px;
}
.header-top .d-flex .flex-item p a span {
  padding-right: 5px;
}
.top-divider {
  padding: 0 15px;
}
.desktop-nav .butn-dark a {
  margin: 3px 0;
}
.mobile-logo {
  display: none;
}
/* placeholder */ ::-webkit-input-placeholder {
  color: #666;
  font-size: 15px;
  font-weight: 400;
}
:-moz-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #666;
}
/* ======= Preloader style ======= */
.preloader-bg, #preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  z-index: 999999;
}
#preloader {
  display: table;
  table-layout: fixed;
}
#preloader-status {
  display: table-cell;
  vertical-align: middle;
}
.preloader-position {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.loader {
  position: relative;
  width: 45px;
  height: 45px;
  left: 50%;
  top: auto;
  margin-left: -22px;
  margin-top: 1px;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.loader span {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -1px;
  left: -1px;
  border: 1px solid transparent;
  border-top: 1px solid #bda251;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mobile-nav {
  display: none;
}
.footer-logo {
  margin: 0;
  display: flex;
  justify-content: center;
  width: 200px;
}
.footer-logo img {
  width: 100%;
}
/* ======= Navbar style ======= */
.logo-wrapper {
  float: left;
}
.logo {
  padding: 0;
  text-align: center;
}
.logo-img {
  width: auto;
  margin-bottom: 0px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-b-80 {
  padding-bottom: 80px;
}
.butn-dark a {
  background-color: #bda251;
  padding: 12px 25px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
.butn-dark a:hover, .butn-dark a:focus {
  background: #222;
  text-decoration: none;
}
.navbar-expand-lg .navbar-nav {
  display: flex;
  align-items: center;
}
.line {
  width: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  margin-bottom: 10px;
}
/* ======= Booking style ======= */
.booking-wrapper {
  position: relative;
  left: 0;
  width: 100%;
  top: -25px;
  z-index: 5;
  margin-top: -86px;
}
.booking-inner {
  position: relative;
  border-radius: 0;
}
.form1 {
  display: block;
  padding: 0;
  position: relative;
}
.form1 label {
  display: none;
}
.form1 .col1 {
  float: left;
  width: 10%;
}
.form1 .col2 {
  float: left;
  width: 14%;
}
.form1 .col3 {
  float: left;
  width: 18%;
}
.form1 .c1 {
  border-right: 1px solid #f1eeeb;
  height: 62.5px;
  margin-bottom: 15px;
}
.form1 .c2 {
  border-right: 1px solid #f1eeeb;
  height: 62.5px;
  margin-bottom: 15px;
}
.form1 .c3 {
  border-right: 1px solid #f1eeeb;
  height: 62.5px;
  margin-bottom: 15px;
}
.form1 .c4 {
  border-right: 1px solid #f1eeeb;
  height: 62.5px;
  margin-bottom: 15px;
}
.form1 .c5 {
  border-right: 1px solid #f1eeeb;
  height: 62.5px;
  margin-bottom: 15px;
}
.btn-form1-submit {
  display: block;
  padding: 0;
  border: none;
  margin: 0;
  width: 100%;
  background: #bda251;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  text-decoration: none;
  line-height: 62.5px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-out;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.btn-form1-submit:hover {
  background: #222;
}
.btn-form1-submit:focus {
  outline: none;
}
.btn-form1-submit:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background: inherit;
}
.input1_inner {
  position: relative;
}
.input1_inner:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 23px;
  pointer-events: none;
  content: "\e6b6";
  font-family: "themify";
  font-size: 15px;
  color: #bda251;
  line-height: 1;
}
.input1_inner input {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #222;
  padding: 20px 40px 20px 20px;
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.input1_inner textarea {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #222;
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.input1_inner input::placeholder, .input1_inner textarea::placeholder {
  font-size: 15px;
  color: #222 !important;
}
.input1_inner input:focus, .input1_inner textarea:focus {
  outline: none;
  box-shadow: none;
  background: #fff;
  color: #222 !important;
}
.select1_wrapper {
  margin-bottom: 0;
}
.select1_inner {
  position: relative;
}
.select1_inner:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 25px;
  pointer-events: none;
  content: "\e64b";
  font-family: "themify";
  font-size: 10px;
  color: #bda251;
  font-weight: normal;
  line-height: 15px;
}
.select2 {
  width: 100%;
  display: block;
  font-size: 15px;
  color: #222;
  padding: 20px 40px 18px 20px;
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.select2 *:focus {
  outline: none !important;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 500px;
}
.select2-container--default .select2-selection--single {
  background: none;
  border-radius: 0;
  border: none;
  height: auto;
}
.selection {
  display: inline-flex;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
  line-height: 28px;
  padding: 17px 49px 17px 20px;
  color: #222;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
/* ======= toTop Button style ======= */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: 'themify';
  content: '\e648';
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  font-weight: 700;
  color: #323232;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.progress-wrap::after {
  color: #bda251;
}
.progress-wrap svg.progress-circle path {
  stroke: #bda251;
}
.slide-row .owl-carousel.owl-drag .owl-item div {
  height: 500px !important;
}
.slide-row .owl-carousel .owl-item img {
  height: 100%;
  object-fit: cover;
}
.col-ipad {
  margin: 3rem 0;
}
#owl-wedding .owl-nav {
  display: block;
  position: unset;
}
#owl-wedding .owl-nav .owl-prev {
  background: #bda251;
  left: 0;
  bottom: 50%;
  position: absolute;
}
#owl-wedding .owl-nav .owl-next {
  background: #bda251;
  right: 0;
  bottom: 50%;
  position: absolute;
}
#owl-wedding .owl-nav .owl-next:hover, #owl-wedding .owl-nav .owl-next:focus, #owl-wedding .owl-nav .owl-prev:hover, #owl-wedding .owl-nav .owl-prev:focus {
  box-shadow: none;
  border: none;
  outline: none;
  border-radius: 0;
}
#owl-wedding .owl-nav .owl-prev span {
  font-size: 22px;
}
.mid img {
  margin: 5px 0 0 0;
}
#top-button {
  display: inline-block;
  background-color: #bda251;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}
#top-button i {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}
#top-button.show {
  opacity: 1;
  visibility: visible;
}
/*about us page css*/
.page_banner {
  background-image: url('https://imagedelivery.net/pe2-CVDxE459ELrkyAVOfQ/5bfb43c1-385a-4e11-b18e-71b9e4978b00/public');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-top: 140px;
  display: flex;
  align-items: center;
}
.page_banner::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #0E1317;
  opacity: 0.2;
}
.page_banner-title h1 {
  color: #fff;
  font-weight: 500;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 10px;
  text-align: center;
}
.page_banner-title ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.page_banner-title ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.page_banner-title ul li a {
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page_banner-title ul li span {
  color: #fff;
  display: inline-block;
  margin: 0 10px 0 5px;
}
.about-slider .owl-slider #carousel .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: rgb(0 0 0 / 80%) !important;
  width: 50px;
  height: 50px;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.about-slider .owl-slider #carousel .owl-nav button.owl-prev {
  left: 0;
}
.about-slider .owl-slider #carousel .owl-nav button.owl-next {
  right: 0;
}
.about-slider .owl-nav span {
  font-size: 50px;
  position: relative;
  top: -5px;
}
.about-slider .owl-nav button:focus {
  outline: none;
}
.bold-text {
  color: #bda251;
  font-size: 22px;
}
.mt-80 {
  margin-top: 80px;
}
.dine-ml-0 {
  margin-bottom: 2.5rem;
  margin-left: 0;
  margin-right: 2.5rem;
}
.dine-album-2::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border-style: solid;
  border-width: 1px;
  top: 2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: 2.5rem;
}
.dine-album-2::before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 0;
  position: absolute;
  z-index: 2;
  border-top-width: 1px;
  top: 2.5rem;
  border-left-width: 1px;
  right: -2.5rem;
  bottom: 0;
  left: 2.5rem;
}
.room-page .tabbed-carousel {
  margin-bottom: 3.5rem;
}
.room-page .tabbed-carousel:last-child {
  margin-bottom: 0;
}
.room-page .tabbed-carousel::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border-style: solid;
  border-width: 1px;
  top: -2.5rem;
  right: 5.5rem;
  bottom: 2.5rem;
  left: 5.5rem;
}
.room-page .all-btn.book-now-btn {
  position: relative;
  transform: none;
  margin-left: 25px;
  z-index: 1;
  left: auto;
  bottom: auto;
}
.room-page footer.room-entity-footer {
  justify-content: flex-start;
}
.room-page .tabbed-carousel .owl-nav {
  bottom: 0px;
  left: 0;
  position: absolute;
}
.room-page .tabbed-carousel .owl-nav button {
  margin: 0 1px;
  background-color: rgb(189 33 39);
}
.room-banner {
  min-height: 750px;
  display: flex;
  align-items: center;
}
.dine-slide .owl-nav .owl-prev, .dine-slide .owl-nav .owl-prev:focus, .dine-slide .owl-nav .owl-prev:hover {
  top: 50%;
  position: absolute;
  z-index: 99;
  background-color: #bda251 !important;
  border-radius: 0;
  outline: none;
}
.dine-slide .owl-nav .owl-next, .dine-slide .owl-nav .owl-next:focus, .dine-slide .owl-nav .owl-next:hover {
  top: 50%;
  position: absolute;
  z-index: 99;
  background-color: #bda251 !important;
  border-radius: 0;
  outline: none;
  right: 0;
}
.bg1-dark {
  background-image: url('https://imagedelivery.net/pe2-CVDxE459ELrkyAVOfQ/8f98bfc6-7111-4480-37fb-f88117e20e00/public');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  background-attachment: scroll;
  background-color: #000;
  background-blend-mode: lighten;
}
.make-row {
  background-color: #fff;
  box-shadow: 0 2px 6px rgb(71 69 69 / 50%);
  align-items: center;
}
.sub-heding {
  color: #bda251;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600;
  font-family: 'PlayfairDisplay-Regular', sans-serif;
  padding-bottom: 15px;
}
.form-group {
  padding: 10px 0px;
  display: flex;
  flex-direction: column;
}
.form-control {
  border-radius: 0;
  padding: 10px 15px;
  color: #495057 !important;
}
.form-control:focus {
  color: #495057 !important;
  background-color: transparent;
  border-color: rgb(189 33 39 / 50%);
  outline: 0;
}
.table-section .table {
  background-color: #fff;
}
textarea {
  padding: 10px 15px;
}
.seating-arr {
  color: #bda251;
  font-size: 32px;
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
  font-family: 'PlayfairDisplay-Regular', sans-serif;
  padding-bottom: 15px;
}
.table thead th {
  vertical-align: middle;
  border-right: 0.5px solid #fff;
  background: #bda251;
  border-top: 0;
  color: #fff;
  font-weight: 400;
  font-size: 17px;
}
.table td, .table th {
  text-align: left;
  background-color: transparent;
  padding: 10px 15px;
}
.table thead th {
  border-bottom: 0.5px solid #fff;
}
.table thead th.br-0 {
  border-right: 0;
}
.feast-title {
  font-size: 30px;
  color: #bda251;
  font-family: 'PlayfairDisplay-Regular', serif;
  line-height: 1.7;
  margin-bottom: 0px;
}
.feast-para, .pb-15 {
  padding-bottom: 15px;
}
.reach-list li {
  display: inline-flex;
  text-align: justify;
  padding: 7px 0;
}
.reach-list li .fa {
  padding: 4px;
}
.contact-row {
  display: flex;
  align-items: center;
}
.enquiry-form.make-row {
  padding: 30px;
}
.inner-d-flex {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.contact-row .fa {
  border: 1px solid #000;
  padding: 8px;
  margin-right: 10px;
  border-radius: 50%;
  margin-top: 5px;
}
.center-btn {
  display: flex;
  justify-content: center;
  padding: 30px 0 0 0;
}
span.date {
  display: inline-block;
  padding-bottom: 10px;
  color: var(--gold);
}
.blog-title {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 1.15;
  margin-bottom: 1rem;
}
.blog-detail-block {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 15px;
}
.blog-mt {
  margin-top: 40px;
}
.mt-custom {
  margin-top: 15px;
}
.recent-box {
  box-shadow: 1px 1px 5px 0px rgb(71 69 69 / 50%);
  padding: 25px 20px;
}
.latest-blog-block h4 a {
  color: #000;
  font-size: 18px;
  text-align: left;
  line-height: 1.4;
  font-weight: 400;
  font-family: 'PlayfairDisplay-Regular', sans-serif;
  padding-bottom: 0;
  padding-top: 5px;
}
.round-img img {
  min-height: 80px;
  width: auto
}
.latest-blog {
  color: #000;
  font-size: 32px;
  text-align: left;
  line-height: 1.4;
  font-weight: 600;
  font-family: 'PlayfairDisplay-Regular', sans-serif;
}
.recent-box .row {
  padding: 15px 0;
}
.hr-bottom {
  border-bottom: 1px solid rgb(28 28 28 / 7%);
}
.butn-dark button {
  background-color: #bda251;
  padding: 12px 25px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
.butn-dark button:hover, .butn-dark a:focus {
  background: #222;
  text-decoration: none;
}
.yrLogo {
  padding: 0.1875rem 0.625rem;
}
.yrLogo img {
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 10px;
  max-width: 130px;
}
.logo_wrap {
  position: absolute;
  left: 0px;
  width: 150px;
  top: auto;
  bottom: -107px;
  background-color: #fff;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 2;
  padding: 0;
  border-bottom-right-radius: 10px;
}
.logo_wrap::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 140px 0px 0px;
  border-color: #fff transparent transparent transparent;
  left: 0px;
  top: 100%;
}
.logo_wrap .left {
  position: absolute;
  z-index: 11;
  width: 15px;
  height: 15px;
  background-color: #fff;
  left: 0px;
  bottom: -20px;
  border-radius: 100%;
}
.logo_wrap .right {
  position: absolute;
  z-index: 11;
  width: 15px;
  height: 15px;
  background-color: #fff;
  right: 0px;
  bottom: 0px;
  border-radius: 100%;
}
.logo_wrap::after {
  position: absolute;
  content: "";
  width: 135px;
  height: 13px;
  background-color: #fff;
  bottom: -10px;
  transform: rotate(-8deg);
}
.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #bda251 !important;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-nav button svg {
  color: #fff !important;
  filter: invert(1);
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}
.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #bda251;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button:focus {
  outline: none;
}
.owl-item {
  height: 100%;
  display: flex;
}
.item {
  width: 100%;
}
.owl-carousel .owl-stage {
  display: flex;
  height: 100%;
}
.owl-carousel .item {
  height: 100%;
  background: #fff
}
#carousel-exp .item {
  height: 100%;
  background: #f2f2f2
}
/*room details carousel*/
.item-slick.slick-slide.slick-current.slick-active {
  outline: none !important;
}
.slider-for {
  margin-bottom: 15px;
  height: auto
}
.slider-for img {
  width: 100%;
  min-height: 100%;
  height: 55vh;
}
.slider-nav {
  margin: auto;
}
.slider-nav .item-slick {
  height: 100px !important;
  max-width: 140px;
  margin-right: 15px;
  outline: none !important;
  cursor: pointer;
}
.slider-nav .item-slick img {
  max-width: 100%;
  background-size: cover;
  background-position: center;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 50;
  margin-top: -12px;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.mfp-container:hover {
  cursor: default;
}
.image-source-link {
  color: #98C3D1;
}
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
/*BLUR background*/
* {
  transition: filter .25s ease;
}
.mfp-wrap ~ * {
  filter: blur(5px);
}
.mfp-ready .mfp-figure {
  opacity: 0;
}
/* start state */
/* animate in */
/* animate out */
.mfp-zoom-in .mfp-figure {
  opacity: 0;
  transition: all 0.3s ease-out;
  transform: scale(0.95);
}
.mfp-zoom-in .mfp-preloader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready .mfp-preloader {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure {
  transform: scale(0.95);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing .mfp-preloader {
  opacity: 0;
}
.slick-track {
  height: auto
}
.swiper {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.my-slider .slick-slide {
  margin: 0 10px;
}
.room-slider .slick-slide {
  margin: 0 15px;
}
.slick-next, .slick-prev {
  z-index: 5;
}
.slick-next {
  right: 15px;
}
.slick-prev {
  left: 15px;
}
.slick-next:before, .slick-prev:before {
  color: #000;
  font-size: 26px;
}
.fac-text {
  padding: 25px 25px;
  background-color: #f7f7f7;
}
.fac-text .line-heading {
  color: var(--gold);
  margin-bottom: 1rem;
}
.fac-text .btn-container {
  margin: 0px;
}
.fac-text h4 {
  margin-bottom: 12px;
}
.carousel-control-next-icon {
  background-image: url("../images/arrow-next.webp");
  transform: rotate(180deg)
}
.carousel-control-prev-icon {
  background-image: url("../images/arrow-prev.webp");
}
.fac-block .line-heading::before {
  display: none
}
@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.element-1 {
  position: absolute !important;
  width: 150px;
  right: 130px;
  bottom: -75px;
  opacity: 0.4 !important;
  z-index: 1;
  animation: rotateNeg360 6s linear .5s infinite;
}
.element-2 {
  position: absolute !important;
  width: 150px;
  left: 130px;
  bottom: -75px;
  opacity: 0.4 !important;
  z-index: -1;
  animation: rotateNeg360 6s linear .5s infinite;
}
.wedding-sec {
  position: relative;
}
/*new css start*/
.site-header.stickyHeader {
  transition: all 0.5s ease;
  transform: translateY(0%);
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .4)
}
.site-header.stickyHeader .header-menu li a {
  color: var(--gold);
}
.site-header.stickyHeader .header-menu li a.booking-btn:hover {
  color: #fff;
}
.vr-text {
  position: absolute;
  top: 28%;
  margin-bottom: 0;
  font-family: 'al-nevrada';
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 75px;
  text-transform: uppercase;
  width: max-content;
  opacity: 1;
  background: linear-gradient(90deg, #f5f2ee 24% 25%, #bda251 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: -90px;
  letter-spacing: 1.2px;
}
.pos-relative {
  position: relative;
}
.big-image-container {
  position: relative;
  padding: 0;
}
.big-image-container:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -12px;
  right: -12px;
  z-index: 0;
  border: 1px solid #bda251;
}
.room-box a.link.room-item {
  margin: 25px 0 0 0;
  display: inline-block;
}
img.my-slider-p.slick-arrow, img.my-slider-n.slick-arrow {
  width: 40px;
  top: -66px;
  right: 20px;
  cursor: pointer
}
img.my-slider-p.slick-arrow {
  right: 70px
}
.fac-img {
  position: relative
}
.fac-img:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  top: 12px;
  right: 12px;
  z-index: 0;
  border: 1px solid #e9e7e0;
  left: 12px;
  bottom: 12px;
}
.exp-text {
  margin: 0;
  padding: 20px 15px;
  text-align: center
}
.exp-text h4 {
  margin-bottom: 0
}
.blog-text {
  padding: 25px 25px;
  background-color: #f5f2ee;
}
.blog-text .btn-container {
  margin-bottom: 0;
}
.footer-flex {
  justify-content: space-around;
}
.aboutmore-bg {
  padding-top: 70px;
}
.ab-info-text h4 {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.ab-info-text h4 span {
  margin-right: 10px;
}
.ab-info-text p {
  font-size: 15px;
}
.mtb-40 {
  margin-bottom: 40px;
}
.ab-info-box.d-flex {
  padding: 20px;
  background-color: #f7f7f7;
  height: 100%;
  border-radius: 20px;
}
img.room-slider-p.slick-arrow {
  width: 45px;
  top: 50%;
  left: -35px;
  cursor: pointer
}
img.room-slider-n.slick-arrow {
  width: 45px;
  top: 50%;
  right: -35px;
  cursor: pointer
}
.mx-75 {
  max-width: 80%;
  text-align: center;
  margin: auto auto 30px auto;
}
.room-item .line-heading {
  margin-bottom: 12px;
}
.room-fea-info {
  padding-left: 30px;
}
.room-fea-info .d-flex {
  flex-wrap: wrap;
}
.room-fea-info .flex-item {
  width: 50%;
}
.room-fea-info .flex-item p {
  display: flex;
  align-items: center
}
.room-fea-info .flex-item p span {
  margin-right: 8px;
}
.mh-550 {
  min-height: 550px;
  object-fit: cover;
}
ul.wedd-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  margin: 0;
  justify-content: space-between;
  list-style: disc;
}
.mb-10 {
  margin-bottom: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.room-box.room-inner-box {
  background-color: #f5f2ee;
  margin-bottom: 30px;
}
.room-box.room-inner-box .room-fea-info {
  padding: 25px;
}
.room-box.room-inner-box .room-fea-info h3 {
  margin-bottom: 12px;
}
.room-fea-info .btn-container {
  margin-bottom: 0
}
.pt-80 {
  padding-top: 80px;
}
.area-text {
  padding-bottom: 10px;
  display: inline-block;
  color: #bfa557;
  font-weight: 500;
}
.dine-list {
  list-style: none;
  padding-left: 0;
}
ul.dine-list li, .event-list li {
  padding: 0 0 8px 0;
}
ul.dine-list li span {
  margin-right: 7px;
  color: #bda251;
}
.event-list {
  padding-left: 0px;
  list-style: none;
}
.form-btn {
  margin-top: 15px;
}
.mb-30 {
  margin-bottom: 30px;
}
.my-slider .slick-track {
  display: flex !important;
}
.my-slider .slick-slide {
  height: auto !important;
  background-color: #f7f7f7;
}
.font-center {
  text-align: center
}
.mobile-fixed-btn {
  display: none;
}
.mxw-75{
	max-width: 75%;
	margin:  0 auto 1rem auto;
	text-align: center;
	
}
.tag-line {
    font-style: italic;
    color: #bda251;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.mxw-90{
	max-width: 90%;
	margin:  0 auto 1rem auto;
	text-align: center;
}
.col-2-img-and-content .content-container .content h3 {
    margin-bottom: 15px;
}