@font-face {
  font-family: Messina Sans;
  font-weight: 400;
  font-display: swap;
  src: url(../font/MessinaSans-Regular.woff2) format("woff2")
}
@font-face {
  font-family: Messina Sans;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url(../font/MessinaSans-RegularItalic.woff2) format("woff2")
}
@font-face {
  font-family: Messina Sans;
  font-weight: 600;
  font-display: swap;
  src: url(../font/MessinaSans-SemiBold.woff2) format("woff2")
}
@font-face {
  font-family: Messina Sans;
  font-weight: 700;
  font-display: swap;
  src: url(../font/MessinaSans-Bold.woff2) format("woff2")
}
html, body {
  scroll-behavior: smooth;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}
.text-hide, a {
  background-color: transparent
}
.blockquote {
  margin-bottom: 1rem
}
svg {
  overflow: hidden;
  vertical-align: middle
}
select {
  word-wrap: normal
}
.collapse:not(.show), template {
  display: none
}
@media (min-width:576px) {
  .container {
    max-width: 540px
  }
}
@media (min-width:768px) {
  .container {
    max-width: 700px;
  }
}
@media (min-width:992px) {
  .container {
    max-width: 890px
  }
}
@media (min-width:1200px) {
  .container {
    max-width: 1080px
  }
}
@media (min-width:1600px) {
  .container {
    max-width: 1360px
  }
}
@media (max-width:1200px) {
  legend {
    font-size: calc(1.275rem + .3vw)
  }
  .display-1 {
    font-size: calc(1.725rem + 5.7vw)
  }
  .display-2 {
    font-size: calc(1.675rem + 5.1vw)
  }
  .display-3 {
    font-size: calc(1.575rem + 3.9vw)
  }
  .display-4 {
    font-size: calc(1.475rem + 2.7vw)
  }
}
.fade {
  transition: opacity .15s linear
}
.fade:not(.show) {
  opacity: 0
}
.collapsing {
  position: relative;
  height: 0;
  transition: height .35s
}
@media (prefers-reduced-motion:reduce) {
  .collapsing, .fade {
    transition: none
  }
}
body {
  margin: 0;
  font-family: Messina Sans, Sans-serif, serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #171717;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300
}
.h1, h1 {
  font-size: 2.5rem
}
@media (max-width:1200px) {
  .h1, h1 {
    font-size: calc(1.375rem + 1.5vw)
  }
}
.h2, h2 {
  font-size: 2rem
}
@media (max-width:1200px) {
  .h2, h2 {
    font-size: calc(1.325rem + .9vw)
  }
}
.h3, h3 {
  font-size: 1.75rem
}
@media (max-width:1200px) {
  .h3, h3 {
    font-size: calc(1.3rem + .6vw)
  }
}
.h4, h4 {
  font-size: 1.5rem
}
@media (max-width:1200px) {
  .h4, h4 {
    font-size: calc(1.275rem + .3vw)
  }
}
.h5, h5 {
  font-size: 1.25rem
}
.h6, h6 {
  font-size: 1rem
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}
.c-link {
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  line-height: 1.2em;
  font-weight: 700
}
.c-link, .c-link:active, .c-link:hover {
  color: #171717
}
@supports (-webkit-overflow-scrolling:touch) {
  .c-link:after, .c-link:before {
    content: none
  }
}
.c-link--underline {
  font-size: 14px;
  font-weight: 700
}
.c-link--underline:after, .c-link--underline:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0
}
.c-link--underline:before {
  width: 100%;
  height: 1px;
  background-color: #828282;
  visibility: unset !important;
  -ms-transform: unset !important;
  transform: unset !important
}
.c-link--underline:after {
  width: 0;
  height: 2px;
  background-color: #171717;
  visibility: hidden;
  transition: all .3s ease-in-out
}
.c-link--underline:active:after, .c-link--underline:hover:after {
  width: 100%;
  visibility: visible;
  transition: all .3s ease-in-out
}
.c-link--arrow {
  padding-right: 55px;
  display: inline-block;
  font-size: 16px
}
.c-link--arrow span {
  position: absolute;
  right: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  z-index: 2;
  display: block;
  overflow: hidden;
  width: 45px;
  height: 21px;
  border: 1px solid transparent;
  border-radius: 100px;
  background: transparent;
  transition: .4s
}
.c-link--arrow span:after, .c-link--arrow span:before {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  margin: 0 0 0 auto;
  width: 25px;
  height: auto;
  transition: .4s;
  top: 4px;
  bottom: 0
}
.c-link--arrow span:before {
  right: 48px;
  left: 0
}
.c-link--arrow span:after {
  right: 8px;
  left: 0
}
.c-link--arrow:active span:before, .c-link--arrow:hover span:before {
  right: 8px
}
.c-link--arrow:active span:after, .c-link--arrow:hover span:after {
  right: -28px
}
.c-link--arrow-white {
  color: #fff
}
.c-link--arrow-white span {
  border: 1px solid hsla(0, 0%, 100%, .35)
}
.c-link--arrow-white span:after, .c-link--arrow-white span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' overflow='visible' preserveAspectRatio='none' width='69.082' height='30.532'%3E%3Cpath d='M59.406 34.75a.843.843 0 0 0-.613.258c-.36.359-.36.859 0 1.222L71.71 49.144H6.449a.836.836 0 0 0-.86.86c0 .504.387.875.86.875h65.238L58.773 63.797c-.36.36-.36.86 0 1.222a.82.82 0 0 0 .62.258.825.825 0 0 0 .626-.262L74.414 50.62a.84.84 0 0 0 .258-.62.943.943 0 0 0-.258-.622L60.016 35.003a.823.823 0 0 0-.606-.258l-.004.005Z' style='stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;fill:%23fff' transform='translate(-5.59 -34.745)'/%3E%3C/svg%3E")
}
.c-link--arrow-white:active, .c-link--arrow-white:hover {
  color: #fff
}
.c-link--arrow-white:active span, .c-link--arrow-white:hover span {
  border: 1px solid hsla(0, 0%, 100%, .8)
}
.c-link--arrow-black {
  color: #171717
}
.c-link--arrow-black span {
  border: 1px solid hsla(0, 0%, 9%, .35)
}
.c-link--arrow-black span:after, .c-link--arrow-black span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='69.082' height='30.532' overflow='visible' preserveAspectRatio='none' version='1.2'%3E%3Cpath d='M53.816.005a.843.843 0 0 0-.613.258c-.36.359-.36.859 0 1.222L66.12 14.4H.859a.836.836 0 0 0-.86.86c0 .504.387.875.86.875h65.238L53.183 29.052c-.36.36-.36.86 0 1.222a.82.82 0 0 0 .62.258.825.825 0 0 0 .626-.262l14.395-14.395a.84.84 0 0 0 .258-.62.943.943 0 0 0-.258-.622L54.426.258A.823.823 0 0 0 53.82 0l-.004.005Z'/%3E%3C/svg%3E")
}
.c-link--arrow-black:active, .c-link--arrow-black:hover {
  color: #171717
}
.c-link--arrow-black:active span, .c-link--arrow-black:hover span {
  border: 1px solid hsla(0, 0%, 9%, .7)
}
.c-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  line-height: 1.16
}
.c-title--primary {
  font-weight: 300;
  line-height: 1em
}
.hero__slide {

  position: relative;
  width: 100%
}
.hero__slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .3)
}
.hero__tagline {
  display: block;
  margin-top: 20px;
  font-size: 45px;
	line-height: 1.4
}
main a {
  transition: .3s;
  position: relative;
  text-decoration: none;
  color: #363533;
  outline: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
@supports (-webkit-overflow-scrolling:touch) {
  main a:before {
    content: none
  }
}
main a:active, main a:focus, main a:hover {
  color: #363533;
  text-decoration: none
}
main a:active:before, main a:focus:before, main a:hover:before {
  visibility: hidden;
  -ms-transform: scaleX(0);
  transform: scaleX(0)
}
main ul, ol {
  padding-left: 0
}
main ul li, ol li {
  margin-bottom: 10px
}
main ul {
  list-style: none;
  padding-left: 0
}
main ul li {
  position: relative;
  display: block
}
main ol {
  padding-left: 20px
}
main ol li {
  display: list-item
}
main ol li:before {
  content: none
}
.slider-box__container {
  overflow-x: hidden
}
.slider-box__container .container {
  overflow: visible
}
.c-title--secondary {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 15px;
}
.c-title--subtitle {
  font-family: Messina Sans;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 40px;
  letter-spacing: normal;
}
.c-title--light {
  font-weight: 300
}
.c-title--gray {
  color: #996515;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: capitalize;
  font-weight: 900;
  background: -webkit-linear-gradient(-365deg, #D4AF37, #996515);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Cormorant Garamond', serif;
  font-size: 50px;
  margin-bottom: 20px;
}
.c-title--white {
  color: #fff
}
.c-appeared--done p, .c-appeared p, .images-set__text p, .images-set p {
  text-align: justify;
}
.c-button {
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  line-height: 14px;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid #e3e3e3;
  padding: 15px 42px;
  height: 48px;
  border-radius: 100px;
  overflow: hidden;
  background: transparent
}
.c-button, .c-button:active, .c-button:hover {
  color: #171717
}
@supports (-webkit-overflow-scrolling:touch) {
  .c-button:after, .c-button:before {
    content: none
  }
}
.c-button--wheel.active {
  background: #171717;
  border: 2px solid transparent
}
.c-button--wheel.active span {
  color: #fff
}
.c-button--wheel span {
  display: block;
  white-space: nowrap;
  position: relative;
  transition: .4s;
  margin: 0 auto 25px;
  line-height: 10px;
  width: 100%;
  color: #171717
}
.c-button--wheel span:first-child, .c-button--wheel span:last-child {
  top: 0
}
.c-button--wheel:active span:first-child, .c-button--wheel:focus span:first-child, .c-button--wheel:hover span:first-child {
  top: -35px
}
.c-button--wheel:active span:last-child, .c-button--wheel:focus span:last-child, .c-button--wheel:hover span:last-child {
  top: -35px
}
.c-book-button {
  display: block;
  background-color: #f5f4f2
}
.menu-opened .c-book-button {
  z-index: 102
}
.bg-section {
  background-color: #f5f4f2;
}
.hero {
  position: relative;
  height: 100vh
}
.hero-inner {
  height: auto
}
.hero__container {
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  height: 100%;
  background-position: center;
  background-size: 100%;
}
.hero__container:hover .nav-button {
  opacity: 1
}
.hero__container--video {
  cursor: auto !important;
  position: relative
}
.hero__container--video:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .6)
}
.hero__video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block
}
.hero__caption {
  position: absolute;
    left: 50%;
    z-index: 2;
    opacity: 1;
    max-width: 100%;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.hero__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 55px auto 20px
}
.hero__links-item {
  list-style: none;
  padding: 0;
  margin-bottom: 20px
}
.hero__links-item:before {
  display: none
}
.hero__link {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-right: 20px
}
.hero__link:after, .hero__link:before {
  background-color: #fff
}
.hero__link:active, .hero__link:focus, .hero__link:hover, .hero__link:link, .hero__link:visited {
  color: #fff
}
.hero__link:active:after, .hero__link:focus:after, .hero__link:hover:after {
  background-color: #fff
}
.top {
  position: fixed;
  z-index: 9;
  top: 10px;
  right: 0
}
.row.mb-25 {
  margin-bottom: 25px;
}
.js-swiper {
  overflow: hidden;
}
.dropdown-menu {
  display: none;
}
.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  left: auto;
  background-color: #fff;
  list-style-type: none;
  padding: 10px;
  margin-top: 0px;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
  text-decoration: none;
}
.dropdown a i {
  position: relative;
  top: 2px;
}
.social-links {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  padding: 10px 0 0 0;
}
.footer-menu {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-menu li {
  width: 50%;
  padding-bottom: 8px;
}
.footer-menu li a, .get-touch a, .social-links i {
  color: #212529;
}
.footer-logo img {
  width: 100%;
	max-width: 300px;
}

.social-links li {
  margin-right: 15px;
}
.social-links li a {
  border: 1px solid #171717;
  padding: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
}
.footer-menu li a:hover, .footer-menu li a:focus {
  text-decoration: none;
}
.social-links li a:hover, .social-links li a:focus {
  background-color: #171717;
  color: #fff;
  text-decoration: none;
  border-color: #171717;
}
.social-links li a:hover i, .social-links li a:focus i{
	color: #fff;
}
.get-touch a i {
  margin-right: 5px;
}
.get-touch a:hover, .get-touch a:focus {
  text-decoration: none;
}
.container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}
body.c-keyDown :focus {
  outline: 2px solid Highlight !important;
  -moz-outline: 2px auto -webkit-focus-ring-color !important
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1
}
.c-animation {
  animation-duration: var(--animate-duration);
  animation-fill-mode: both
}
@keyframes a {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes b {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
.c-animation--fade-in {
  animation-name: a
}
.c-animation--fade-out {
  animation-name: b
}
@keyframes c {
  0% {
    opacity: 0;
    transform: translate3d(0, 5%, 0)
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}
.c-animation--fade-in-up-5 {
  animation-name: c
}
.c-animation--fade-in-up {
  animation-name: fadeInUp
}
@keyframes d {
  0% {
    opacity: 1;
    transform: translateX(0)
  }
  to {
    opacity: 0;
    transform: translateX(-100%)
  }
}
.c-animation--fade-out-left {
  animation-name: d
}
@keyframes e {
  0% {
    opacity: 0;
    transform: translateX(-100%)
  }
  to {
    opacity: 1;
    transform: translateX(0)
  }
}
.c-animation--fade-in-left-slider {
  animation-name: e;
  animation-duration: .5s
}
.c-animation-delay-0 {
  animation-delay: 0ms
}
.c-animation-delay-250 {
  animation-delay: .25s
}
.c-animation-delay-500 {
  animation-delay: .5s
}
.c-animation-delay-750 {
  animation-delay: .75s
}
.c-animation-delay-1000 {
  animation-delay: 1s
}
.c-text {
  word-break: break-word
}
.c-text--small {
  font-family: Messina Sans, Sans-serif, serif;
  font-size: 16px;
  line-height: 1.6
}
.c-text a {
  text-transform: unset;
  letter-spacing: normal
}
.c-slide-preloader {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  z-index: 10
}
.c-slide-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/loader--large.svg);
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: .7
}

@keyframes f {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0)
  }
  to {
    opacity: 1;
    transform: translateZ(0)
  }
}
.c-cursor {
  background: #fff;
  width: 58px;
  height: 29px;
  border-radius: 10px;
  position: fixed;
  pointer-events: none;
  visibility: hidden;
  left: 0;
  top: 0;
  z-index: 5;
  will-change: transform;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}
.c-cursor svg {
  width: 22px;
  height: 14px;
  will-change: transform;
  transition: transform .2s ease-out .2s;
  visibility: inherit
}
.c-cursor__plus {
  visibility: hidden
}
.c-cursor.full-prev svg, .c-cursor.prev svg {
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.c-cursor.full-prev .c-cursor__text:after, .c-cursor.prev .c-cursor__text:after {
  content: "Previous"
}
.c-cursor.full-next svg, .c-cursor.next svg {
  -ms-transform: rotate(0);
  transform: rotate(0)
}
.c-cursor.full-next .c-cursor__text:after, .c-cursor.next .c-cursor__text:after {
  content: "Next"
}
.c-cursor.center .c-cursor__arrow {
  visibility: hidden
}
.c-cursor.center .c-cursor__text:after {
  content: "Click"
}
.c-cursor__text:after {
  content: ""
}
.c-cursor--pointer {
  cursor: pointer !important
}
.page-section {
  display: block
}
.page-section--no-top-padding {
  padding-top: 0
}
.page-section--no-bottom-padding {
  padding-bottom: 0
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-30{
	margin-bottom: 30px;
}
.card-box__item-description-slide {
  padding: 20px;
  text-align: left;
}
select::-ms-expand {
  display: none
}
.page-footer {
  display: block
}
.content-box {
  font-weight: 300
}
.content-box__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.content-box__image--simple {
  max-height: 450px
}
.content-box__link-container {
  margin: 24px 0 0
}
.content-box__link-container.mx-auto{
	text-align: center
}
.content-box__link {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  display: block
}
.content-box__link:before {
  content: none
}
.big-panel {
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  min-height: 600px;
}
.big-panel__container.form-panel {
    content: "";
    display: block;
    width: auto;
    height: auto;
    position: relative;
    padding: 40px;
	z-index: 2
}
.form-row {
    background: rgb(0 0 0 / 70%);
    padding: 30px;
}
.big-panel__container {
  padding-bottom: 100px;
  z-index: 1;
  padding-top: 100px;
}
.big-panel__title {
  font-family: 'Cormorant Garamond', serif;
  color: #fff;
  font-size: 27px;
  font-weight: 300;
	padding-bottom: 10px;
}
.big-panel__link {
  font-size: 14px
}
.big-panel__link:link, .big-panel__link:visited {
  color: #fff
}
.big-panel__image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.big-panel--text-middle {
  -ms-flex-align: center;
  align-items: center
}
.form-row .form-control{
	padding: 10px 15px;
	margin-bottom: 15px;
}
.big-panel.big-panel--regular.bg-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(0 0 0 / 40%);
    z-index: 1;
    transform: translate3d(0px, 0px, 0);
}
h3.form-head {
    margin-bottom: 15px;
	color: #fff;
}
.form-btn .default-btn {
    width: auto;
    padding: 8px 20px;
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    transition: all .5s ease;
	cursor: pointer
}
.form-btn .default-btn:hover, .form-btn .default-btn:focus  {
      background-color: transparent;
    color: #fff;
    transition: all .5s ease;
}

#events .big-panel__container p{
	text-align: center;
	color: #fff
}
.slider-box__container {
  cursor: pointer
}
.slider-box__subtitle {
  color: #171717
}
.slider-box__image {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}
.slider-box__slide {
  position: relative
}
.slider-box__slide-meta-b {
  position: relative
}
.slider-box__slide-meta-b a {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .55) 50%);
  text-align: center;
}
.slider-box__slide-meta-b a:hover {
  color: #fff !important;
}
.slider-box__nav-b {
  margin-top: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.slider-box__container {
  cursor: pointer;
  position: relative
}
.slider-box__nav--arrow {
  position: relative;
  top: 0;
  margin-top: 0;
  width: 30px;
  height: 17px;
  background-color: transparent;
  border: none;
  display: block;
  padding: 0;
  right: 0;
  left: 0
}
.slider-box__nav--arrow:after {
  font-family: Messina Sans, Sans-serif, serif;
  content: "";
  display: block;
  width: 30px;
  height: 17px;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0;
  position: absolute;
  top: 0
}
.slider-box__nav--next.slider-box__nav--arrow {
  margin-left: 15px
}
/*
.slider-box__nav--next.slider-box__nav--arrow:after {
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg stroke='%23171717'%3E%3Cpath d='m26 1 6 7-6 7'/%3E%3Cpath stroke-linecap='square' d='M1 8h30'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    right: 0
}


.slider-box__nav--prev.slider-box__nav--arrow:after {
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg stroke='%23171717'%3E%3Cpath d='M7 15 1 8l6-7'/%3E%3Cpath stroke-linecap='square' d='M32 8H2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    left: 0
}
*/
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, 
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  display: none
}
.slider-box__scroller {
  height: 1px !important;
  margin-bottom: 10px
}
.images-set {
  font-weight: 300
}
.images-set__link {
  padding-left: 0;
  font-size: 14px
}
.images-set__link:before {
  content: none
}
.images-set__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 3/2
}
.col-6 > .images-set__image-container > .images-set__image {
  aspect-ratio: 2/3
}
.images-set__image-container {
  height: 100%;
  position: relative
}
.images-set__image-title {
  font-size: 18px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 100;
  color: #fff;
  z-index: 1
}
.images-set__wrapper {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
  z-index: 1;
	text-align: center
}
.images-set__wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .55) 50%);
  width: 100%;
  height: 100%;
  z-index: -1
}

.images-set__image-link {
  font-size: 14px;
  line-height: 18px;
  color: #fff
}
.images-set__image-link a:link {
  color: #fff
}

.card-box__list-outer {
  overflow: hidden
}
.card-box__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}
.card-box__list--offers, .card-box__list--team {
  -ms-flex-pack: justify;
  justify-content: space-between
}
.card-box__list--offers {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}
.card-box__item.card-box__item--offers {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  height: 100%;
  background-color: #fff;
  position: relative;
  transition: all .5s ease;
	overflow: hidden;
}
.card-box__item {
  list-style: none;
  padding: 0
}
.card-box__item:before {
  content: none
}
.card-box__item--team {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.5s cubic-bezier(.25, .8, .25, 1);
  height: auto;
  background-color: #fff;
}
.card-box__item--team:hover {
 box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10), 0 3px 3px rgba(0, 0, 0, 0.22);
}
.card-box__item-description h4 {
  font-size: 20px;
  margin: 5px 0 10px 0
}
.card-box__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: .5s
}
.card-box__item-title {
  padding: 0;
  margin-bottom: 0;
}
.card-box__item-title--team {
  font-size: 30px
}
.card-box__item-description {
 margin-top: 0;
    padding: 6px 10px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgb(0 0 0 / 50%);
    color: #fff;
}
.card-box__item-description--offers {
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 15px;
  width: 100%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .55) 50%);
  transition: all .5s ease;
}
.card-box__item-description--offers h3 {
  color: #fff;
}
.card-box__item-description--offers p {
  color: #fff;
}
.inner__menu-outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  max-width: 80%;
  margin: 10px auto 0;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
  margin: 0 auto;
  background-color: #d7b56d;
}
.navbar{
	padding: 0
}
.navbar .row.w-100 {
  align-items: center;
  flex-wrap: nowrap
}
.inner__menu {
  padding: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
}
.inner__menu.collapsed {
  margin-top: 1px;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%
}
.inner__item {
  list-style: none;
  padding: 0;
  margin: 0
}
.inner__item:before {
  display: none !important
}
.inner__item.collapsed {
  width: 100%
}
.inner__link {
  font-family: Messina Sans, Sans-serif, serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none !important;
  display: block;
  white-space: nowrap;
  transition: .3s;
  position: relative;
  padding: 10px 10px 13px 40px;
}
.inner__link:before {
  display: none
}
.inner__link.invert {
  color: #000
}
.inner__menu-outer.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 95px;
}
.row.gallery img {
  width: 100%;
  height: 290px;
  margin-bottom: 30px;
  object-fit: cover;
}
.row.gallery a {
  width: 100%;
}
.offer__subtitle {
  color: #636363;
  font-size: 15px;
  line-height: 1.7;
  font-family: Messina Sans;
  text-align: left;
  font-weight: 400
}
.offer__subtitle:first-letter {
  text-transform: capitalize
}
.offer, .js-blog-list .blog-list__post {
    height: 100%;
    background-color: #fff;
    border: 1px solid #eee;
	transition: all .5s ease;
}
.blog-list__post{
	height: 100%;
}

.offer:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10), 0 3px 3px rgba(0, 0, 0, 0.22);
}
.offer__meta-b, .blog-list-data {
  padding: 0px 15px 20px;
}
.offer__meta-b p {
  text-align: justify
}
.offer__image-b {
  width: 100%;
  height: auto;
  overflow: hidden
}
.offer__image {
  display: block;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .3s
}
.form-box__content {
  font-family: 'Cormorant Garamond', serif;
  font-size: 27px;
  line-height: 1.2em;
  font-weight: 200
}
.call-button {
  display: block;
  position: fixed;
  z-index: 100;
  text-align: center;
  width: 100%;
  height: 60px;
  bottom: -60px;
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-right: 0;
  border-left: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 19px;
  font-weight: 500;
  text-decoration: none;
  transition: .3s
}
.call-button__book {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 17px
}
.call-button__book:active, .call-button__book:focus, .call-button__book:hover {
  text-decoration: none
}
.call-button__phone, .call-button__phone:after {
  position: absolute;
  z-index: 101;
  top: 0;
  bottom: 0;
  right: 12px
}
.call-button__phone:after {
  content: "";
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' overflow='visible' preserveAspectRatio='none' viewBox='0 0 24 24' width='32' height='32'%3E%3Cg%3E%3Cpath xmlns:default='http://www.w3.org/2000/svg' id='phone' d='M19.33,16.26c0.01-0.07,0.01-0.15,0-0.22c-0.21-0.25-0.48-0.44-0.79-0.55l-0.56-0.31l-0.66-0.36l-0.56-0.32 l-0.26-0.18c-0.12-0.08-0.24-0.16-0.37-0.22c-0.1-0.06-0.21-0.09-0.33-0.09c-0.2,0.03-0.39,0.14-0.52,0.3 c-0.21,0.2-0.4,0.42-0.57,0.65c-0.17,0.23-0.35,0.45-0.55,0.65c-0.12,0.16-0.29,0.26-0.48,0.3c-0.08,0-0.16-0.02-0.23-0.05 l-0.21-0.09L13,15.61l-0.2-0.12c-0.9-0.49-1.72-1.1-2.45-1.81c-0.71-0.73-1.32-1.55-1.81-2.45L8.4,11.01l-0.15-0.25 c-0.03-0.07-0.06-0.14-0.09-0.21c-0.03-0.07-0.05-0.15-0.05-0.23c0.04-0.19,0.14-0.36,0.3-0.48c0.2-0.2,0.42-0.38,0.65-0.55 C9.29,9.12,9.5,8.93,9.7,8.73C9.86,8.6,9.97,8.41,10,8.21c0-0.1-0.02-0.21-0.07-0.3C9.86,7.78,9.79,7.66,9.7,7.54L9.52,7.28 L9.2,6.73L8.83,6.07L8.52,5.5C8.42,5.2,8.24,4.92,8,4.71c-0.07-0.01-0.15-0.01-0.22,0c-0.25,0.01-0.49,0.04-0.73,0.1 C6.79,4.85,6.54,4.92,6.3,5.01c-0.49,0.3-0.87,0.74-1.1,1.26C4.86,6.86,4.68,7.53,4.67,8.21c-0.01,0.18-0.01,0.37,0,0.55 c0.03,0.2,0.07,0.4,0.13,0.6C4.89,9.58,4.95,9.74,5,9.85l0.2,0.58l0.19,0.51c0.22,0.64,0.51,1.25,0.86,1.82 c0.64,1,1.4,1.92,2.25,2.75c0.83,0.85,1.75,1.61,2.75,2.25c0.57,0.35,1.18,0.64,1.82,0.86l0.51,0.19l0.58,0.2l0.49,0.15 c0.2,0.06,0.4,0.1,0.6,0.13c0.18,0.01,0.37,0.01,0.55,0c0.68-0.01,1.35-0.19,1.94-0.53c0.52-0.22,0.95-0.58,1.26-1.05 c0.1-0.23,0.17-0.46,0.23-0.7c0.06-0.24,0.09-0.48,0.1-0.73l0,0V16.26z' style='fill: rgb(18, 18, 18);' vector-effect='non-scaling-stroke'/%3E%3C/g%3E%3C/svg%3E");
  width: 32px;
  height: 32px
}
.blog-list__post-b:nth-child(3n+3) .blog-list__post {
  padding-right: 0
}
.blog-list__post-title {
  font-family: 'Cormorant Garamond', serif;
  color: #171717;
  padding-top:  15px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 26px
}
.blog-list__post-meta {
  font-family: Messina Sans, Sans-serif, serif;
  font-size: 14px;
  color: #636363;
  line-height: 18px
}
.blog-list__post-image {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%
}
.c-text.c-text--small {
  box-shadow: none;
  padding: 25px 0 0 0;
  margin-bottom: 25px;
}
b, strong {
  font-weight: 600 !important;
}
.mb-custom {
  margin-bottom: 8px;
}
.c-text.c-text--small a {
  text-decoration: none;
}
.c-text.c-text--small p a i {
  margin-right: 5px;
}
.contacts-form {
  padding: 30px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
  margin-bottom: 30px
}
.contacts-form h3, .c-text.c-text--small h3 {
  font-size: 30px;
  margin-bottom: 20px;
	font-weight: 600;
}
.contacts-form .form-group {
  margin-bottom: 25px
}
.contacts-form .form-group label {
  margin-bottom: 7px
}
.contacts-form .form-group .form-control {
  background-color: #f4f6f9;
  border: 1px solid transparent;
  padding: 10px 15px;
  width: 100%;
}
.contacts-form .form-group .form-control:focus {
  border: 1px solid #8fc74a
}
.contacts-form .list-unstyled {
  color: #8fc74a;
  margin-top: 7px
}
.contacts-form .text-danger {
  color: #8fc74a;
  font-size: 16px;
  margin-top: 7px
}
.contacts-form .form-check .form-check-input {
  border-radius: 0
}
.contacts-form .form-check .form-check-input:checked {
  background-color: #8fc74a;
  border-color: #8fc74a
}
.contacts-form .form-check .form-check-input:focus {
  box-shadow: none
}
.contacts-form .default-btn {
  width: auto;
  border: 0;
  padding: 10px 15px;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  transition: all .5s ease
}
.contacts-form .default-btn:hover {
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
}
.row.gallery {
  justify-content: center
}
.swiper-slide {
  margin-right: 0 !important;
  margin-bottom: 5px;
}
.my-slider .swiper-slide{
	margin-bottom: 0px;
}
.copyright-sec {
  background-color: #171717;
  padding: 10px 0;
}
.copright-text {
  margin-bottom: 0;
  color: #fff;
}
.copyright-sec .d-flex {
  justify-content: space-between;
}
/* fancybox gallery */
.carousel-gallery .swiper-slide a {
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.carousel-gallery .swiper-slide .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.carousel-gallery .swiper-slide .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.8);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/*# Carousel Gallery*/

.gallery .swiper-slide {
  height: 300px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  transition: all 200ms linear;
  transform: scale(1);
  margin: 0 15px;
}
.gallery .swiper-slide__content {
  height: 300px;
}
.slider-1 .swiper-button-next:after, .slider-1 .swiper-button-prev:after, .slider-2 .swiper-button-next:after, .slider-2 .swiper-button-prev:after, .slider-1-1 .swiper-button-next:after, .slider-1-1 .swiper-button-prev:after, .slider-1-2 .swiper-button-next:after, .slider-1-2 .swiper-button-prev:after {
  font-size: 22px;
  color: #000;
  background-color: #fff;
  padding: 10px;
}
.slider-1 .swiper-pagination-bullet, .slider-2 .swiper-pagination-bullet, .slider-1-1 .swiper-pagination-bullet, .slider-1-2 .swiper-pagination-bullet {
  opacity: 0.6;
  width: 12px;
  height: 12px;
}
.slider-1 .swiper-pagination-bullet-active, .slider-2 .swiper-pagination-bullet-active, .slider-1-1 .swiper-pagination-bullet-active, .slider-1-2 .swiper-pagination-bullet-active {
  background: #d7b56d;
}
.hero__wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.swiper-button-next.swiper-button-next, .swiper-button-prev.swiper-button-prev {
  cursor: pointer !important;
  opacity: 1 !important;
  pointer-events: all !important;
}


.hover-block {
    background-color: #fff;
    padding: 20px;
    height: auto;
     width: 100%;
 	transition: all .5s ease;
}
.hover-block h4, .fac-hover h4, .exp-box h3, .event-title, .fac-block h3,
.exp-inner-block h4, .hover-block h3{
    margin: 10px 0;
    font-weight: 700;
    font-size: 28px;
}
#events p{
	color: #171717;
	text-align: justify
}
.event-img img {
    border-radius: 10px;
}
.room-inner-list{
	padding-left: 0.5rem;
	display: flex;
}
.room-inner-list li{
	display: flex;
	align-items: center;
	margin-bottom: 0;
	line-height: 1.6;
	margin-right: 25px;
}
.dine-option-list li{
	display: flex;
	align-items: center;
}
.dine-option-list{
	padding-left: 0px;
}
.room-inner-list li i, .dine-option-list li i{
	font-size: 7px;
	margin-right: 7px;
}
.fac-box{position: relative;}

.fac-hover{
	padding: 20px;
    background-color: #fff;
    position: absolute;
    bottom: -100%;
    opacity: 0;
    transition: all .5s ease;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.fac-box:hover .fac-hover{
	opacity: 1;
	bottom: 0;
}

.exp-box, .exp-inner-block{
	padding: 20px;
}
.swiper-slide.slider-box__slide.slider-box__slide--regular {
    height: auto;
}
 .wedd-box,  .slider-box__slide-meta-b {
    border: 1px solid #eee;
    height: 100%;
	 background-color: #fff;
}
.pt-70{
	padding-top: 70px;
}
.zana-room-list {
    display: flex;
    margin: 10px 0 0 0;
}
.zana-room-list li:first-child{
	margin-right: 50px;
}
.zana-para{
	text-align: justify
}
.zana-room-list b{
	color: #D4AF37;
}
.slider-box__slide--corporate_posts.row{
	align-items: center;
	margin: 0 !important;
	background-color: #fff;
}
.fac-block{
	padding-right: 30px;
}

.slick-initialized .slick-slide{
   margin: 0 15px 10px 0;
  display: flex;
  justify-content: center;
	
}
.my-slider-1.slick-initialized .slick-slide{
	height: auto
}
i.fa-solid.fa-arrow-left.slick-arrow {
    position: absolute;
    left: 0;
    top: 45%;
    z-index: 1;
    background-color: #fff;
    padding: 7px;
	cursor: pointer
}
i.fa-solid.fa-arrow-right.slick-arrow {
    position: absolute;
    right: 12px;
    top: 45%;
    z-index: 1;
    background-color: #fff;
    padding: 7px;
	cursor: pointer;
}
.hero__image-outer .hero__image {
  max-width: 100%;
    max-height: 500px;
    width: 100%;
    object-fit: cover;
}
.slick-slider{
	margin-bottom: 0 !important;
}
.slick-track
{
    display: flex !important;
}

/*
.slick-slide
{
    height: inherit !important;
}
*/
/*
.main-slider .slick-slide img {
    display: block;
    height: 280px;
    object-fit: cover;
}
*/
/*
.big-panel__container{
	background-color: rgb(0 0 0 / 50%);
}
*/

.my-slider-3 .slick-dots{
	bottom: 0
}
.slick-dots li{
	margin: 0 2px;
}
.slick-dots li button:before{
	font-size: 12px;
}
.my-slider-3 .slick-slide{
	margin: 0
}

button.back-to-top{
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
	height: 0px;
  width: 0px;
  overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
  color: transparent;
	clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
	bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus,{
  outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
  content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #333;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
  border-radius:20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before{
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color:#fff;
      position: relative;
  top:-24px;
}
button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
	bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}


/* Preloader
-------------------------------------------------------*/

.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #00c9d0;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader div {
    background-color: #d9b06a;
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.bg-large .container.big-panel__container {
    background-color: rgb(0 0 0 / 50%);
    padding: 50px;
	z-index: 0
}
.my-slider-3 i.fa-solid.fa-arrow-right.slick-arrow{
	right: 0;
}
.service-col .col-lg-6{
	padding: 0 10px;
}
.vision-block p, .partner-block p{
	text-align: justify
}
.pleft-5{
	padding-left: 5%;
}

#team .card-box__item--team p{
	padding-top: 10px;
	text-align: justify;
	margin-bottom: 0
}
.service-row .row{
    background-color: #f5f4f2;
}

.service-row .col-lg-6 {
    padding: 0;
}
.service-block {
    padding: 0 40px;
}
.service-block p {
    text-align: justify;
}
.service-inner-title {
    font-size: 30px;
    margin-bottom: 10px;
}
.hero-img-hotel .hero__image{
	height: 600px;
	object-fit: cover
}
.inner-title {
    padding-bottom: 10px;
    font-weight: 700;
}



 @media (min-width: 992px) {
	 .slider, .slide {
		 height: 100vh;
	}
}
 .slide {
	 position: relative;
}
 .slide .slide__img {
	 width: 100%;
	 height: auto;
	 overflow: hidden;
}
 @media (min-width: 992px) {
	 .slide .slide__img {
		 position: absolute;
		 top: 50%;
		 left: 0;
		 transform: translateY(-50%);
	}
}
 .slide .slide__img img {
	 max-width: 100%;
	 height: auto;
	 opacity: 1 !important;
	 animation-duration: 3s;
	 transition: all 1s ease;
}

 .slide .slide__content.slide__content__left {
	  position: absolute;
	 top: 50%;
	 left: 15%;
	 transform: translate(-15%, -50%);
}

 .slide .slide__content--headings .animated {
	 transition: all 0.5s ease;
}

 .slider [data-animation-in] {
	 opacity: 0;
	 animation-duration: 1.5s;
	 transition: opacity 0.5s ease 0.3s;
}
 .slick-dotted .slick-slider {
	 margin-bottom: 30px;
}
 .slick-dots {
	 position: absolute;
	 bottom: 25px;
	 list-style: none;
	 display: block;
	 text-align: center;
	 padding: 0;
	 margin: 0;
	 width: 100%;
}
 .slick-dots li {
	 position: relative;
	 display: inline-block;
	 margin: 0 0 5px 0;
	 padding: 0;
	 cursor: pointer;
}
 .slick-dots li button {
	 border: 0;
	 display: block;
	 outline: none;
	 line-height: 0px;
	 font-size: 0px;
	 color: transparent;
	 padding: 5px;
	 cursor: pointer;
	 transition: all 0.3s ease;
}
 .slick-dots li button:hover, .slick-dots li button:focus {
	 outline: none;
}
 .simple-dots .slick-dots li {
	 width: 20px;
	 height: 20px;
}
 .simple-dots .slick-dots li button {
	 border-radius: 50%;
	 background-color: white;
	 opacity: 0.25;
	 width: 20px;
	 height: 20px;
}
 .simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
	 opacity: 1;
}
 .simple-dots .slick-dots li.slick-active button {
	 color: white;
	 opacity: 0.75;
}
 .stick-dots .slick-dots li {
	 height: 3px;
	 width: 50px;
}
 .stick-dots .slick-dots li button {
	 position: relative;
	 background-color: white;
	 opacity: 0.25;
	 width: 50px;
	 height: 3px;
	 padding: 0;
}
 .stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
	 opacity: 1;
}
 .stick-dots .slick-dots li.slick-active button {
	 color: white;
	 opacity: 0.75;
}
 .stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
	 opacity: 1;
}
/* /////////// IMAGE ZOOM /////////// */
 @keyframes zoomInImage {
	 from {
		 transform: scale3d(1, 1, 1);
	}
	 to {
		 transform: scale3d(1.1, 1.1, 1.1);
	}
}
 .zoomInImage {
	 animation-name: zoomInImage;
}
 @keyframes zoomOutImage {
	 from {
		 transform: scale3d(1.1, 1.1, 1.1);
	}
	 to {
		 transform: scale3d(1, 1, 1);
	}
}
 .zoomOutImage {
	 animation-name: zoomOutImage;
}
 .slick-nav {
	 --active: #fff;
	 --border: rgba(255, 255, 255, .12);
	 width: 44px;
	 height: 44px;
	 position: absolute;
	 cursor: pointer;
	 top: calc(50% - 44px);
}
 .slick-nav.prev-arrow {
	 left: 3%;
	 transform: scaleX(-1);
	 z-index: 9;
}
 .slick-nav.next-arrow {
	 left: auto;
	 right: 3%;
}
 .slick-nav i {
	 display: block;
	 position: absolute;
	 margin: -10px 0 0 -10px;
	 width: 20px;
	 height: 20px;
	 left: 50%;
	 top: 50%;
}
 .slick-nav i:before, .slick-nav i:after {
	 content: '';
	 width: 10px;
	 height: 2px;
	 border-radius: 1px;
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 background: var(--active);
	 margin: -1px 0 0 -5px;
	 display: block;
	 transform-origin: 9px 50%;
}
 .slick-nav i:before {
	 transform: rotate(-40deg);
}
 .slick-nav i:after {
	 transform: rotate(40deg);
}
 .slick-nav:before, .slick-nav:after {
	 content: '';
	 display: block;
	 position: absolute;
	 left: 1px;
	 right: 1px;
	 top: 1px;
	 bottom: 1px;
	 border-radius: 50%;
	 border: 2px solid var(--border);
}
 .slick-nav svg {
	 width: 44px;
	 height: 44px;
	 display: block;
	 position: relative;
	 z-index: 1;
	 color: var(--active);
	 stroke-width: 2px;
	 stroke-dashoffset: 126;
	 stroke-dasharray: 126 126 0;
	 transform: rotate(0deg);
}
 .slick-nav.animate svg {
	 animation: stroke 1s ease forwards 0.3s;
}
 .slick-nav.animate i {
	 animation: arrow 1.6s ease forwards;
}
 .slick-nav.animate i:before {
	 animation: arrowUp 1.6s ease forwards;
}
 .slick-nav.animate i:after {
	 animation: arrowDown 1.6s ease forwards;
}
 @keyframes stroke {
	 52% {
		 transform: rotate(-180deg);
		 stroke-dashoffset: 0;
	}
	 52.1% {
		 transform: rotate(-360deg);
		 stroke-dashoffset: 0;
	}
	 100% {
		 transform: rotate(-180deg);
		 stroke-dashoffset: 126;
	}
}
 @keyframes arrow {
	 0%, 100% {
		 transform: translateX(0);
		 opacity: 1;
	}
	 23% {
		 transform: translateX(17px);
		 opacity: 1;
	}
	 24%, 80% {
		 transform: translateX(-22px);
		 opacity: 0;
	}
	 81% {
		 opacity: 1;
		 transform: translateX(-22px);
	}
}
 @keyframes arrowUp {
	 0%, 100% {
		 transform: rotate(-40deg) scaleX(1);
	}
	 20%, 80% {
		 transform: rotate(0deg) scaleX(0.1);
	}
}
 @keyframes arrowDown {
	 0%, 100% {
		 transform: rotate(40deg) scaleX(1);
	}
	 20%, 80% {
		 transform: rotate(0deg) scaleX(0.1);
	}
}

.banner__slider .slick-initialized .slick-slide{
	margin: 0;
}
.banner__slider .slide .slide__img img,
.inner-slider .slide .slide__img img{
	width: 100%;
	height: 100vh;
	object-fit: cover
}
.my-slider.slick-initialized .slick-slide{
	height: auto;
    background-color: #fff;
    border: 1px solid #eee;
    transition: all .5s ease;
} 
.my-slider.hotel-slider.slick-initialized .slick-slide{
	height: auto;
    background-color: transparent;
    border: none;
    transition: all .5s ease;
} 
.my-slider.hotel-slider .slider-box__slide-meta-b{
	border: none;
    height: auto;
    background-color: transparent;
}
.slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1);
}
.main-slider .slick-track {
    align-items: center;
}
.main-slider.slick-initialized .slick-slide{
	 transform: scale(.8);
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}
.blog-detail__post-title.c-title.c-title--light{
	padding-bottom: 15px;
}
.blog-detail__post-image-b {
    padding: 0 0 15px 0;
	position: relative
}
.blog-detail__post-meta {
    background-color: #fff;
    position: absolute;
    bottom: 20px;
	left: 5px;
    padding: 10px 15px;
}
.recent-post-img img{
	border-radius: 100%;
    height: 100px;
    width: 100px;
}
.pt-30{
	padding-top: 30px;
}
.flex-30 {
    margin-right: 15px;
}
.recent-blogs-blocks .d-flex {
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.recent-blogs-blocks .d-flex:last-child{
	border-bottom: 0
}
.recent-post-info a{
	font-size: 18px;
	padding: 5px 0 0 0;
}
.recent-blogs-blocks {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.blog-recent__post-meta {
    display: block;
}

.footer-top.row {
    display: flex;
    justify-content: space-between;
	align-items: center;
    width: 100%;
    padding-bottom: 35px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
}
.footer-top.row .social-links {
    padding: 0;
    margin-bottom: 0;
    float: right;
}
.get-touch {
    margin-bottom: 10px;
}
.header-top {
   width: 100%;
    padding: 5px 0;
    background-color: #d7b56d;
    transition: all .5s ease;
	position: fixed;
	z-index: 9;
}
.header-top.con-info {
    margin-top: -56px;
}
.header-top .row.w-100 {
    display: flex;
    justify-content: space-between;
}
.mail-info {
    float: right;
}
.number-info a, .mail-info a {
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
}
.number-info span, .mail-info span{
	color: #fff;
}
.number-info a i, .mail-info a i {
    margin-right: 5px;
}
.number-info a:last-child, .mail-info a:last-child {
    padding-right: 0;
}

.navbar.fixed .number-info a,
.navbar.fixed .number-info span,
.navbar.fixed .mail-info a,
.navbar.fixed .mail-info span{
	color: #000
}
.about-list, .dine-list{
	padding: 10px 0 0 0;
	display: flex;
	flex-wrap: wrap
}
.about-list li i, .dine-list li i{
	margin-right: 7px
}
.about-list li{
	width: 50%
}
.top-para {
    max-width: 850px;
    text-align: center;
    margin: 0 auto 30px auto;
}
.bottom-text p {
	margin: 15px auto 0 auto;
	text-align: center;
	font-style: italic
}
ul.social-links-inner-page {
    position: fixed;
    top: 50%;
    left: 0;
    background-color: #cfaf69;
	z-index: 4;
}
ul.social-links-inner-page li a {
    color: #fff;
    padding: 5px 10px;
    display: block;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}
ul.social-links-inner-page li:last-child a{
	border-bottom: 0
}
.footer-btn {
    float: right;
}
.footer-btn a {
    background-color: #d7b56d; 
	color: #fff;
	padding: 12px 15px;
	border-radius: 100px;
    border: 2px solid #d7b56d;
}

.footer-btn a:hover, .footer-btn a:focus{
	background-color: #d7b56d;
	text-decoration: none
}
.brochure-box img{
	width: 100%;
}
.brochure-box{
	position: relative
}

.view-on-hover {
    background-color: transparent;
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    right: 0;
    bottom: 0;
    height: auto;
	transition: all .5s ease
}
.view-on-hover a{
	border: 1px solid #d7b56d;
    background: #d7b56d;
    width: auto;
    height: auto;
    padding: 10px 15px;
    display: block;
    text-align: center;
	color: #fff;
}



.view-on-hover a:hover, .view-on-hover a:focus{
	color: #fff;
}

















