.bg-img-1 {
  background-image: url("../img/banner/01.webp");
}

.bg-img-2 {
  background-image: url("../img/background/banner-2.webp");
}

.bg-img-3 {
  background-image: url("../img/background/banner-3.webp");
}

@media (max-width: 767px) {
  .bg-img-1 {
    background-image: url("../img/background/banner-m-1.webp") !important;
  }

  .bg-img-2 {
    background-image: url("../img/background/banner-m-2.webp") !important;
  }

  .bg-img-3 {
    background-image: url("../img/background/banner-m-3.webp") !important;
  }

  #home .swiper-slide-inner-txt {
    top: 35%;
    height: 280px;
    width: 80% !important;
  }

  #home .divider-m {
    height: 20px;
  }

  img.banner-text-1,
  img.banner-text-2,
  img.banner-text-3 {
    width: 270px;
  }

  #home .hero-heading {
    padding: 0px;
    /* text-align: left; */
    line-height: 29px;
    font-size: 17px;
    margin-bottom: 5px;
    /* text-align: left; */
  }

  ul.overview-list {
    flex-direction: column;
  }

  ul.overview-list li {
    margin-bottom: 50px;
  }
}

.parallax-image-bg-1 {
  background-image: url("../img/background/parallax-image-bg-1.jpg");
}

.parallax-image-bg-2 {
  background-image: url("../images/2.webp");
}

.key-distance-bg {
  background-image: url("../img/key-distances-bg.webp");
}

.parallax-image-bg-3 {
  background-image: url("../img/background/parallax-image-bg-3.jpg");
}

.parallax-image-bg-4 {
  background-image: url("../img/background/parallax-image-bg-4.jpg");
}

.about-bg-1 {
  background-image: url("../img/bg/about-img.webp");
}

.amenities-bg-0 {
  background-image: url("../img/amenities/amenities-img.webp");
}

.why-rezo-life-bg-2 {
  background-image: url("../img/about/about-img-2.webp");
}

.connectivity-bg {
  background-image: url("../img/bg/connectivity-bg.webp");
}

.about-triaa-bg {
  background-image: url("../img/bg/about-triaa-bg.webp");
}

.about-triaa-bg::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.42);
  position: absolute;
  inset: 0px;
  z-index: -1;
}

.services-bg-1 {
  background-image: url("../img/about/services/1.jpg");
}

.services-bg-2 {
  background-image: url("../img/about/services/2.jpg");
}

.services-bg-3 {
  background-image: url("../img/about/services/3.jpg");
}

.services-bg-4 {
  background-image: url("../img/about/services/4.jpg");
}

.carousel-item-team-01 {
  background-image: url("../img/about/team/1.jpg");
}

.carousel-item-team-02 {
  background-image: url("../img/about/team/2.jpg");
}

.carousel-item-team-03 {
  background-image: url("../img/about/team/3.jpg");
}

.carousel-item-team-04 {
  background-image: url("../img/about/team/4.jpg");
}

.rooms-bg {
  background-image: url("../img/rooms/rooms-intro/1.jpg");
}

.amenities-bg-1 {
  background-image: url("../img/amenities/amenities-1.webp");
}

.amenities-bg-2 {
  background-image: url("../img/amenities/amenities-2.webp");
}

.amenities-bg-3 {
  background-image: url("../img/amenities/amenities-3.webp");
}

.amenities-bg-4 {
  background-image: url("../img/amenities/amenities-4.webp");
}

.restaurant-bg {
  background-image: url("../img/facilities/restaurant/1.jpg");
}

.spa-bg {
  background-image: url("../img/facilities/spa/1.jpg");
}

.fitness-bg {
  background-image: url("../img/facilities/fitness/1.jpg");
}

.pool-bg {
  background-image: url("../img/facilities/pool/1.jpg");
}

.facilities-bg-1 {
  background-image: url("../img/facilities/1.jpg");
}

.facilities-bg-2 {
  background-image: url("../img/facilities/2.jpg");
}

.facilities-bg-3 {
  background-image: url("../img/facilities/3.jpg");
}

.facilities-bg-4 {
  background-image: url("../img/facilities/4.jpg");
}

.gallery-bg {
  background-image: url("../img/gallery/1.jpg");
}

.blog-bg {
  background-image: url("../img/blog/blog-intro/1.jpg");
}

.blog-single-bg {
  background-image: url("../img/blog/blog-single-intro/1.jpg");
}

.contact-bg {
  background-image: url("../img/contact/1.jpg");
}

.booking-bg {
  background-image: url("../img/booking/1.jpg");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font: inherit;
  vertical-align: baseline;
}

html,
body {
  height: 100%;
  line-height: 170%;
}

body {}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

:focus {
  outline: none;
}

body {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  color: rgb(95, 95, 95);
  background: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;

  margin: 0px;
  padding: 0px;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
  color: rgb(95, 95, 95);
  text-decoration: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  transition: 0.5s linear;
  transform: translate3d(0px, 0px, 0px);
}

p {
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  /* letter-spacing: 0.05em; */
  color: rgb(95, 95, 95);
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  backface-visibility: hidden;
}

p a,
p a:hover {
  color: rgb(95, 95, 95);
  text-decoration: none;
  font-weight: 500;
  outline: none;
  transition: 0.5s linear;
  transform: translate3d(0px, 0px, 0px);
}

strong {
  font-weight: bold;
}

::selection {
  background: rgb(95, 95, 95);
  color: rgb(255, 255, 255);
}

.nopadding {
  padding: 0px !important;
  margin: 0px !important;
}

.upper-page {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 586px;
}

@media only screen and (max-width: 768px) {
  .upper-page {}
}

.center-container {
  position: absolute;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  background: none;
}

.center-block {
  display: table-cell;
  vertical-align: middle;
}

.logo .logo-light {
  opacity: 1;
  height: auto;
}

.logo .logo-dark {
  opacity: 0;
  height: 0px;
}

.main-navigation-bg .logo .logo-light {
  opacity: 0;
  height: 0px;
}

.main-navigation-bg .logo .logo-dark {
  opacity: 1;
  height: auto;
}

.navbar-bg-switch {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  /* transition: 0.4s ease-out; */
  z-index: 999;
}

.logo {
  padding-top: 0px;
  margin: 0px 0px 0px 50px;
  transition: 0.4s ease-out;
}

@media only screen and (max-width: 880px) {
  .logo {
    padding-top: 6px;
    margin: 7px 0px 0px 25px;
  }
}

@media only screen and (max-width: 768px) {
  .logo {
    padding-top: 8px;
    margin: 5px 0px 0px 10px;
  }
}

.main-navigation .navbar-nav li a {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-align: center;
  margin: 0px auto;
  padding: 19px 8px 22px 11px;
  transition: 0.4s ease-out;
  color: rgb(0, 0, 0);
}

.main-navigation .navbar-nav li:last-child a {
  margin: 0px 50px 0px 0px;
}

@media only screen and (max-width: 880px) {
  .main-navigation .navbar-nav li:last-child a {
    margin: 0px;
  }
}

@media only screen and (max-width: 880px) {
  .main-navigation .navbar-nav li a {
    padding: 33px 15px 0px;
    right: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .main-navigation .navbar-nav li a {
    color: rgb(95, 95, 95);
    padding: 10px 15px;
    right: auto;
  }
}

.main-navigation .navbar-nav li a:hover {
  color: rgb(255, 255, 255);
  transition: 0.4s ease-out;
}

@media only screen and (max-width: 768px) {
  .main-navigation .navbar-nav li a:hover {
    color: rgb(95, 95, 95);
  }
}

.nav li a:focus,
.nav li a:hover {
  color: rgb(255, 255, 255);
  background: none;
  transition: 0.4s ease-out;
}

.main-navigation-bg {
  height: 81px;
  box-shadow: rgba(196, 196, 196, 0.35) 0px 0px 15px;
  background: rgb(255, 255, 255);
  /* transition: 0.4s ease-out; */
}

@media only screen and (max-width: 768px) {
  .main-navigation-bg {
    height: auto;
    min-height: 81px;
  }
}

.main-navigation-bg .logo {
  padding-top: 5px;
  margin: 0px 0px 0px 50px;
  transition: 0.4s ease-out;
}

@media only screen and (max-width: 880px) {
  .main-navigation-bg .logo {
    margin: 1px 0px 0px 25px;
  }
}

@media only screen and (max-width: 768px) {
  .main-navigation-bg .logo {
    margin: 1px 0px 0px 10px;
  }
}

.main-navigation-bg .main-navigation .navbar-nav li a {
  color: rgb(95, 95, 95);
  padding: 31px 10px 0px;
  transition: 0.4s ease-out;
}

@media only screen and (max-width: 880px) {
  .main-navigation-bg .main-navigation .navbar-nav li a {
    padding: 32px 15px 0px;
  }
}

@media only screen and (max-width: 768px) {
  .main-navigation-bg .main-navigation .navbar-nav li a {
    padding: 10px 15px;
  }

  .main-navigation .navbar-nav li:first-child {
    padding-top: 7px;
  }

  .main-navigation .navbar-nav li:last-child {
    padding-bottom: 8px;
  }
}

.main-navigation-bg .main-navigation .navbar-nav li a:hover {
  color: rgb(95, 95, 95);
}

@media only screen and (max-width: 768px) {
  .navbar-toggle .icon-bar {
    background: rgb(255, 255, 255);
  }

  .main-navigation-bg .navbar-toggle .icon-bar {
    background: rgb(17, 17, 17);
  }

  .navbar-toggle {
    margin-top: -42px;
    margin-right: 10px;
    transition: 0.4s ease-out;
  }

  .main-navigation-bg .navbar-toggle {
    margin-top: -38px;
    margin-right: 10px;
    transition: 0.4s ease-out;
  }

  .navbar-collapse {
    background: rgb(255, 255, 255);
    margin-top: 19px;
  }
}

.navbar-nav .active a {
  background: none;
  text-decoration: none;
  color: rgb(204, 204, 204) !important;
}

.navbar .navbar-nav>li {
  color: black;
  height: 23px;
  transition: 0.4s ease-out;
}

@media only screen and (max-width: 768px) {
  .navbar .navbar-nav>li {
    height: auto;
  }
}

.navbar .navbar-nav>li.open>a:hover,
.navbar .navbar-nav>li.open>a:focus {
  background-color: rgb(255, 255, 255);
}

.main-navigation-bg.navbar .navbar-nav>li {
  height: 80px;
  transition: 0.4s ease-out;
}

@media only screen and (max-width: 768px) {
  .main-navigation-bg.navbar .navbar-nav>li {
    height: auto;
  }
}

.main-navigation .navbar-nav li .dropdown-menu a {
  font-size: 11px;
  color: rgb(95, 95, 95);
  padding: 25px 15px 0px;
}

@media only screen and (max-width: 768px) {
  .main-navigation .navbar-nav li .dropdown-menu a {
    font-size: 10px;
    padding: 5px 15px;
  }
}

.main-navigation .navbar-nav li .dropdown-menu a:hover {
  color: rgb(95, 95, 95);
}

.main-navigation .navbar-nav li .dropdown-menu:last-child a {
  margin: 0px;
}

.dropdown:hover .dropdown-menu {
  right: auto;
  left: 50%;
  transform: translate(-50%, 0px);
}

@media only screen and (max-width: 768px) {
  .dropdown:hover .dropdown-menu {
    left: auto;
    transform: translate(0px, 0px);
  }
}

@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.dropdown-menu>li:first-child {}

@media only screen and (max-width: 768px) {
  .dropdown-menu>li:first-child {
    margin-top: -7px;
  }
}

.dropdown-menu>li:last-child {
  padding-bottom: 25px !important;
}

@media only screen and (max-width: 768px) {
  .dropdown-menu>li:last-child {
    padding-bottom: 0px !important;
  }
}

.dropdown-menu {
  border: none;
  border-radius: 10px;
  box-shadow: rgba(196, 196, 196, 0.35) 0px 10px 10px;
}

.navbar .navbar-nav>.open>a,
.navbar .navbar-nav>.open>a:focus,
.navbar .navbar-nav>.open>a:hover {
  background: rgb(255, 255, 255);
}

.dropdown a.disabled-custom {
  pointer-events: none;
}

@media only screen and (max-width: 880px) {
  .dropdown a.disabled-custom {
    pointer-events: auto;
  }
}

.extra-margin-border {
  position: relative;
  height: auto;
  min-height: inherit;
  margin-left: 50px;
  margin-right: 50px;
  background: none;
}

@media only screen and (max-width: 768px) {
  .extra-margin-border {
    margin-left: 25px;
    margin-right: 25px;
  }
}

.border-top,
.border-top.top-position-primary {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.6s;
  z-index: 105;
}

.border-top.top-position-primary {
  background: none;
}

.border-top {
  width: 100%;
  height: 1px;
  top: 110px;
}

@media only screen and (max-width: 768px) {
  .border-top {
    top: 86px;
  }
}

.border-top.top-position-primary {
  transform: translateY(-40px);
}

@media only screen and (max-width: 768px) {
  .border-top.top-position-primary {
    transform: translateY(0px);
  }
}

.overlay::before {
  content: "";
  position: absolute;
  display: block;
  inset: 0px;
  z-index: 1;
}

.hero-fullscreen {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
  z-index: 0;
}

.hero-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-fullscreen-FIX {
  width: 100%;
  height: 100%;
}

.to-top-arrow {
  position: fixed;
  right: 80px;
  bottom: -10px;
  width: 50px;
  height: 50px;
  line-height: 47px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  color: rgb(255, 255, 255);
  background: rgb(17, 17, 17);
  opacity: 0;
  border-radius: 50%;
  transform: translateY(40px);
  transition: 0.4s ease-out;
  z-index: 105;
}

@media only screen and (max-width: 995px) {
  .to-top-arrow {
    right: 80px;
  }
}

@media only screen and (max-width: 880px) {
  .to-top-arrow {
    right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .to-top-arrow {
    right: 15px;
  }
}

.to-top-arrow.show {
  bottom: 60px;
  transform: translateY(-20px);
  opacity: 1;
}

@media only screen and (max-width: 995px) {
  .to-top-arrow.show {
    bottom: 60px;
  }
}

@media only screen and (max-width: 880px) {
  .to-top-arrow.show {
    bottom: -5px;
  }
}

.to-top-arrow:hover {
  opacity: 1;
}

.scroll-indicator-wrapper {
  position: absolute;
  height: 100%;
  left: -1px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  visibility: visible;
  transition: 0.7s;
  width: 1px !important;
}

.scroll-indicator {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1005;
  display: none;
}

@media only screen and (max-width: 768px) {
  .scroll-indicator {
    bottom: 50px;
  }
}

.scroll-line {
  display: block;
  width: 1px;
  height: 50px;
  background: none;
}

@media only screen and (max-width: 768px) {
  .scroll-line {
    height: 25px;
  }
}

.scroll-line::before {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  top: 0px;
  background-color: rgb(255, 255, 255);
  animation: 2s ease-in-out 0s infinite normal none running scroll-down;
}

@-webkit-keyframes scroll-down {
  0% {
    height: 0px;
  }

  50% {
    height: 100%;
  }

  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: center bottom;
  }

  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: center bottom;
  }
}

@keyframes scroll-down {
  0% {
    height: 0px;
  }

  50% {
    height: 100%;
  }

  70% {
    height: 100%;
    transform: scaleY(0.5);
    transform-origin: center bottom;
  }

  100% {
    height: 100%;
    transform: scaleY(0);
    transform-origin: center bottom;
  }
}

.parallax-overlay,
.parallax-overlay-video-testimonials {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.parallax-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.parallax-overlay-video-testimonials {
  background: rgba(0, 0, 0, 0.3);
}

.parallax {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 200px 0px;
}

@media only screen and (max-width: 880px) {
  .parallax {
    padding: 100px 0px;
  }
}

.parallax-all {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: none;
  z-index: 1;
}

.more-wraper-center {
  position: relative;
  max-width: 120px;
  height: 120px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 1;
  width: 120px !important;
}

.more-wraper-center.more-wraper-center-form {
  margin: -5px auto 0px;
  bottom: -20px;
}

.more-button-bg-center {
  background: rgb(255, 255, 255);
  border: 2px dashed rgb(255, 255, 255);
}

.more-button-bg-center.more-button-bg-center-dark {
  background: rgb(255, 255, 255);
  border: 2px dashed rgb(17, 17, 17);
}

.more-button-circle {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-clip: content-box;
  padding: 2.5px;
  cursor: pointer;
}

.more-wraper-center:hover .more-button-circle {
  animation: 5s linear 0s infinite normal none running spin;
}

.more-button-txt-center {
  position: absolute;
  top: 60px;
  left: 60px;
  transform: translate(-50%, -50%);
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: normal;
  color: rgb(17, 17, 17);
  margin: 0px auto;
  cursor: pointer;
  width: 120px !important;
}

.more-button-txt-center span {
  color: rgb(17, 17, 17);
}

@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.img-fullwidth-wrapper {
  position: relative;
}

.img-fullwidth {
  min-height: 600px;
}

@media (min-width: 992px) {
  .img-fullwidth {
    position: absolute;
    width: 50vw;
    height: auto;
    top: 0px;
    bottom: 0px;
  }
}

@media only screen and (max-width: 640px) {
  .img-fullwidth {
    min-height: 350px;
  }
}

.img-fullwidth-all {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.preloader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgb(255, 255, 255);
  z-index: 999999;
}

#preloader {
  position: fixed;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgb(255, 255, 255);
  z-index: 999999;
}

#preloader-status {
  display: table-cell;
  vertical-align: middle;
}

.preloader-position {
  position: relative;
  margin: 0px auto;
  text-align: center;
  box-sizing: border-box;
}

.loader {
  position: relative;
  width: 45px;
  height: 45px;
  left: 50%;
  top: auto;
  margin-left: -22px;
  margin-top: 2px;
  animation: 1s linear 0s infinite normal none running rotate;
  border: 3px solid rgba(17, 17, 17, 0.15);
  border-radius: 50%;
}

.loader span {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -3px;
  left: -3px;
  border-width: 3px;
  border-style: solid;
  border-color: rgba(17, 17, 17, 0.75) transparent transparent;
  border-image: initial;
  border-radius: 50%;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.hover-icons {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 15px;
  text-align: center;
  opacity: 0;
  transition: 0.35s ease-out;
  transform: translateY(-50%);
  animation-fill-mode: forwards;
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  .hover-icons {
    left: 10px;
  }
}

@media only screen and (max-width: 880px) {
  .hover-icons {
    left: 5px;
  }
}

@media only screen and (max-width: 640px) {
  .hover-icons {
    left: 0px;
  }
}

.hover-icons a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0px 4px;
  font-size: 20px;
  background: rgb(17, 17, 17);
  border: 1px solid rgb(17, 17, 17);
  color: rgb(255, 255, 255);
  transition: 0.35s ease-out;
  border-radius: 50%;
}

.hover-icons a.iw-slide-left {
  transform: translate3d(-60px, 0px, 0px);
}

.hover-icons a.iw-slide-right {
  transform: translate3d(60px, 0px, 0px);
}

.hover-effect-img:hover .hover-icons a {
  padding: 0px;
  transform: translate3d(0px, 0px, 0px) !important;
}

.hover-icons a:hover {
  background: rgb(17, 17, 17);
  border: 1px solid rgb(17, 17, 17);
  color: rgb(255, 255, 255);
}

.hover-icons a:hover::after {
  background: rgb(17, 17, 17);
}

.hover-effect-img:hover .hover-icons {
  opacity: 1;
}

.hover-icons a::before {
  position: relative;
  z-index: 1;
}

.hover-icons a i {
  position: relative;
  z-index: 1;
}

.hover-effect-img {
  position: relative;
  z-index: 5 !important;
}

.hover-effect {
  position: absolute;
  background: rgb(255, 255, 255);
  opacity: 0;
  transition: 1s;
  box-sizing: border-box;
  cursor: pointer;
}

.hover-effect {
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  inset: 40px;
}

@media only screen and (max-width: 880px) {
  .hover-effect {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    inset: 15px;
  }
}

.hover-effect-img:hover .hover-effect {
  opacity: 0.85;
  transition: 1s;
}

.legendary-gallery {
  position: relative;
  margin: -20px 20px 0px;
  z-index: 0;
}

@media only screen and (max-width: 880px) {
  .legendary-gallery {
    margin: 0px 15px;
  }
}

.legendary-gallery figure {
  padding: 20px;
}

@media only screen and (max-width: 880px) {
  .legendary-gallery figure {
    padding: 0px;
  }
}

.legendary-gallery figure:last-child {
  margin-bottom: 20px;
}

@media only screen and (max-width: 880px) {
  .legendary-gallery figure:last-child {
    margin-bottom: 15px;
  }
}

.legendary-gallery .img-caption {
  display: none;
}

.move-down {
  margin-bottom: 0px;
}

@media only screen and (max-width: 880px) {
  .move-down {
    margin-bottom: 15px;
  }
}

#google-maps-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  bottom: -59px;
  margin: -59px auto 0px;
}

.google-maps {
  width: 100%;
  height: 600px;
}

.google-maps iframe {
  position: relative;
  top: -59px;
  width: 100%;
  height: 600px;
  pointer-events: none;
}

.hero-heading {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-align: center;
  text-transform: none;
  letter-spacing: -0.04em;
  color: rgb(255, 255, 255);
  margin: -6px auto 0px;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  width: 100%;
  line-height: 1.15;
  z-index: 1;
}

@media (min-width: 1920px) {
  .hero-heading {
    font-size: 65px;
    margin: -8px auto 0px;
  }
}

@media only screen and (max-width: 995px) {
  .hero-heading {
    font-size: 45px;
    margin: -6px auto 0px;
  }
}

@media only screen and (max-width: 880px) {
  .hero-heading {
    padding: 0px 25px;
  }
}

@supports ((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  .hero-heading span {
    color: transparent;
    -webkit-text-stroke: 1px rgb(255, 255, 255);
    text-shadow: none;
  }
}

.hero-heading.hero-heading-dark {
  color: rgb(17, 17, 17);
}

@supports ((text-stroke: 1px #111) or (-webkit-text-stroke: 1px #111)) {
  .hero-heading.hero-heading-dark span {
    color: transparent;
    -webkit-text-stroke: 1px rgb(17, 17, 17);
    text-shadow: none;
  }
}

h2.hero-heading {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px;
  color: black !important;
  text-align: center;
  text-transform: none;
  /* letter-spacing: -0.04em; */
  color: rgb(255, 255, 255);
  /* margin: -10px auto -8px; */
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  width: 100%;
  line-height: 29px;
  z-index: 1;
}

@media (min-width: 1920px) {
  h2.hero-heading {
    font-size: 18px;
    line-height: 30px;
    margin: -8px auto -9px;
  }
}

@media only screen and (max-width: 995px) {
  h2.hero-heading {
    font-size: 33px;
    margin: -6px auto;
  }
}

@media only screen and (max-width: 880px) {
  h2.hero-heading {
    padding: 0px 25px;
  }
}

@supports ((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  h2.hero-heading span {
    color: transparent;
    -webkit-text-stroke: 1px rgb(255, 255, 255);
    text-shadow: none;
  }
}

h2.hero-heading.hero-heading-dark {
  color: rgb(17, 17, 17);
}

@supports ((text-stroke: 1px #111) or (-webkit-text-stroke: 1px #111)) {
  h2.hero-heading.hero-heading-dark span {
    color: transparent;
    -webkit-text-stroke: 1px rgb(17, 17, 17);
    text-shadow: none;
  }
}

.hero-subheading {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: normal;
  color: rgb(255, 255, 255);
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  margin: -1px auto;
  z-index: 1;
}

.hero-subheading.hero-subheading-dark {
  color: rgb(17, 17, 17);
}

.hero-subheading span {
  position: relative;
  display: inline-block;
  padding-right: 60px;
  margin-right: 30px;
  line-height: 1;
  color: rgb(255, 255, 255);
}

@media only screen and (max-width: 880px) {
  .hero-subheading span {
    padding-right: 40px;
    margin-right: 20px;
  }
}

.hero-subheading.hero-subheading-dark span {
  color: rgb(17, 17, 17);
}

.hero-subheading span::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0px;
  width: 30px;
  height: 0px;
  margin-top: -1px;
  border-top: 1px solid rgb(255, 255, 255);
}

@media only screen and (max-width: 880px) {
  .hero-subheading span::before {
    width: 20px;
  }
}

.hero-subheading.hero-subheading-dark span::before {
  border-top: 1px solid rgb(17, 17, 17);
}

h4 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  color: rgb(95, 95, 95);
  line-height: 1;
  letter-spacing: -0.04em;
}

.color-switch {
  color: rgb(17, 17, 17);
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  backface-visibility: hidden;
}

.col-all .color-switch {
  transition: 0.5s linear;
}

.col-all:hover .color-switch {
  color: rgb(95, 95, 95);
  transition: 0.5s linear;
}

.testimonial {
  position: relative;
  text-align: left;
  margin: -5px 0px -30px;
}

.testimonial.testimonial-bottom {
  margin: -5px 0px -30px;
}

.testimonial .inner {
  margin: 0px auto;
  padding: 0px;
}

.testimonial blockquote {
  position: relative;
  font-family: Montserrat, sans-serif;
  color: rgb(95, 95, 95);
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 25px;
  padding: 0px;
  z-index: 1;
}

q,
blockquote {
  quotes: none;
}

.quote-inner a,
.quote-inner a:hover {
  color: rgb(95, 95, 95);
  text-decoration: none;
}

.testimonial blockquote::before {
  content: "“";
  position: absolute;
  color: rgba(17, 17, 17, 0.15);
  font-family: Georgia, serif;
  font-size: 165px;
  font-style: normal;
  left: 0px;
  top: -90px;
  z-index: -10;
}

@media only screen and (max-width: 768px) {
  .testimonial blockquote::before {
    font-size: 135px;
    top: -70px;
  }
}

.panel-wrapper {
  position: relative;
  background: none;
  width: 100%;
  height: calc(100% + 300px);
  margin: -25px auto -45px 0px;
  z-index: 1;
}

.panel-title {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0px;
  text-align: left;
  letter-spacing: 0.02em;
  color: rgb(95, 95, 95);
  line-height: 2;
  margin-left: -15px;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  backface-visibility: hidden;
}

@media only screen and (max-width: 1200px) {
  .panel-title {
    font-size: 14px;
  }
}

.panel-title-span {
  color: rgb(95, 95, 95);
}

.panel-group .panel {
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0px;
}

.panel-group .panel .panel-heading {
  border: none;
  background: none;
}

.panel-group .panel .panel-heading h4 a {
  display: block;
  background: none;
  padding: 15px;
  transition: 0.15s ease-in-out;
}

.panel-group .panel .panel-heading h4 a:hover,
.panel-group .panel .panel-heading h4 a:not(.collapsed) {
  background: none;
  transition: 0.15s ease-in-out;
}

.panel-group .panel .panel-heading h4 a:not(.collapsed) i::before {
  content: "";
  font-family: Ionicons;
}

.ion {
  font-size: 15px;
  padding-right: 10px;
}

.panel-group .panel .panel-heading h4 a i {
  position: relative;
  display: block;
  top: 6px;
  left: -15px;
  color: rgb(95, 95, 95);
  text-align: center;
}

.panel-group .panel .panel-body {
  padding-top: 0px;
}

.panel-group .panel .panel-heading+.panel-collapse>.list-group,
.panel-group .panel .panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  background: none;
  text-align: center;
  padding: 25px 0px;
}

.panel-group .panel+.panel {
  border: none;
  margin-top: 0px;
}

.panel-body p {
  text-align: left;
  color: rgb(95, 95, 95);
}

.footer-credits {
  text-align: center;
}

.footer-credits-logo {
  margin: 1px auto -7px;
}

.social-icons {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-style: normal;
  text-transform: uppercase;
  color: rgb(17, 17, 17);
  background: none;
  border: none;
  width: auto;
  height: auto;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  transition: 1.5s;
  margin: -5px auto -4px;
}

.social-icons a,
.social-icons a:hover {
  outline: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
}

.social-icons li a:hover,
.social-icons li a:visited,
.social-icons li a:active,
.social-icons li a:focus {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-style: normal;
  text-transform: uppercase;
}

.social-icons li {
  display: inline;
  padding: 0px;
}

.social-icons li span {
  color: rgb(17, 17, 17);
  padding: 0px 10px;
}

.copyright {
  position: relative;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: -5px auto -8px;
  color: rgb(17, 17, 17);
  font-weight: 600;
}

a.link-effect {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

a.link-effect::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  padding: 0px;
  /* background-color: rgb(95, 95, 95); */
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

a.link-effect.link-effect-light::after {
  background-color: rgb(255, 255, 255);
}

a.link-effect:hover::after {
  transform-origin: left center;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-quotes-wrap {
  position: relative;
}

.section-all {
  position: relative;
  height: auto;
  min-height: inherit;
  overflow: hidden;
  margin-left: 40px;
  margin-right: 40px;
}

@media only screen and (max-width: 880px) {
  .section-all {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.item-selector {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -5px 0px 0px;
  padding: 0px;
}

.item-button {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.04em;
  margin: 4px 0px 0px;
  padding: 0px;
  font-weight: 800 !important;
  color: rgb(95, 95, 95) !important;
}

.menu {
  display: none;
}

@media (min-width: 768px) {
  .menu {
    column-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.menu-visible {
  display: grid;
}

.item-wrapper {
  display: flex;
  align-items: baseline;
}

.item-name {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: rgb(95, 95, 95);
  line-height: 1.5;
  letter-spacing: -0.04em;
}

.item-divider {
  flex: 1 1 0%;
  border-bottom: 1px dashed rgb(95, 95, 95);
  margin: 0px 15px;
}

.item-price {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: rgb(95, 95, 95);
  line-height: 1.5;
  letter-spacing: -0.04em;
}

.item-description {
  margin: 0px 0px 50px;
}

.carousel-img-item-all {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 995px) {
  .carousel-img-item-all {
    min-height: 500px;
  }
}

.bg-light {
  background: rgb(255, 255, 255);
}

.bg-dark {
  background: rgb(247, 247, 247);
}

.hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-bg,
.hero-bg-show {
  transition: 1.5s;
}

.hero-bg,
.hero-bg-FIX {
  transform: scale(1.6);
  opacity: 1;
}

.hero-bg-FIX {
  transform: scale(1.4);
}

.hero-bg-show {
  transform: scale(1);
  opacity: 1;
}

.pswp__bg {
  background: rgb(255, 255, 255);
}

.pswp__counter {
  color: rgb(17, 17, 17);
  opacity: 1;
}

.pswp__caption__center {
  color: rgb(17, 17, 17);
}

.pswp__share-modal {
  background: rgba(255, 255, 255, 0.5);
}

.pswp__img--placeholder--blank {
  background: rgb(255, 255, 255);
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgb(255, 255, 255);
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgb(255, 255, 255);
}

.pswp__button,
.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
  background: url("../photoswipe/default-skin/default-skin-reverse.png") 0px 0px / 264px 88px no-repeat;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {

  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left::before,
  .pswp--svg .pswp__button--arrow--right::before {}

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0px -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0px;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0px;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0px;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0px;
}

.pswp__button--arrow--right {
  right: 0px;
}

.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
  content: "";
  top: 35px;
  background-color: rgba(255, 255, 255, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left::before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right::before {
  right: 6px;
  background-position: -94px -44px;
}

.owl-carousel {
  cursor: grab;
}

.owl-nav-custom-rooms,
.owl-nav-custom-facilities,
.owl-nav-custom-team,
.owl-nav-custom-all,
.owl-nav-custom-menu {
  position: relative;
  max-width: 114px;
  height: 50px;
  left: 2px;
  right: 0px;
  margin: 2px auto;
  text-align: center;
  overflow: hidden;
  width: 114px !important;
}

.owl-buttons {
  position: static;
}

.owl-prev,
.owl-next {
  position: absolute;
  display: block;
  text-align: center;
}

.owl-prev {
  left: 0px;
}

.owl-next {
  left: 60px;
}

.owl-prev,
.owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  transition: 0.4s ease-out;
  border-radius: 50%;
  font-size: 12px;
  color: rgb(255, 255, 255);
  background: rgb(17, 17, 17);
  cursor: pointer;
  z-index: 10;
}

.owl-prev:hover,
.owl-next:hover {
  transition: 0.4s ease-out;
}

.owl-prev.disabled,
.owl-next.disabled {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: rgb(255, 255, 255);
  border-radius: 50%;
  transition: 0.27s cubic-bezier(0, 0, 0.58, 1);
  background: rgb(204, 204, 204) !important;
  cursor: default !important;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin: 0px auto;
}

.hero-slider-img .swiper-slide {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide-txt {
  position: relative;
  padding: 0px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  width: 100% !important;
}

@media only screen and (max-width: 995px) {
  .swiper-slide-txt {
    padding: 0px 10px;
    left: 0px;
  }
}

.swiper-slide-txt-inner {
  position: relative;
  max-width: 600px;
}

@media only screen and (max-width: 995px) {
  .swiper-slide-txt-inner {
    max-width: 100%;
  }
}

.hero-slider-bg-controls {
  position: absolute;
  right: 75px;
  bottom: 80px;
  z-index: 10;
}

@media only screen and (max-width: 880px) {
  .hero-slider-bg-controls {
    right: 25px;
    bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-slider-bg-controls {
    right: 10px;
  }
}

.swiper-slide-controls {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  transition: 0.4s ease-out;
  font-size: 16px;
  color: rgb(17, 17, 17);
  background: rgb(255, 255, 255);
  cursor: pointer;
}

.swiper-slide-controls.slide-prev,
.swiper-slide-controls.slide-next {
  position: relative;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: 6px;
  text-align: center;
  border-radius: 50%;
  width: 50px !important;
}

.swiper-slide-controls:hover {
  transition: 0.4s ease-out;
  background: rgb(255, 255, 255);
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls.slide-next {
    margin-top: 10px;
  }
}

.swiper-slide-pagination {
  position: absolute;
  width: 8px;
  left: 80px;
  bottom: 78px;
  z-index: 10;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-pagination {
    left: 30px;
    bottom: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-pagination {
    left: 15px;
  }
}

.swiper-slide-pagination::before {
  content: "";
  position: absolute;
  inset: -50px 0px;
  background: none;
}

.swiper-slide-pagination .swiper-pagination-bullet {
  position: relative;
  width: 100%;
  height: 6px;
  background: none;
  opacity: 1;
}

.swiper-slide-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0px;
}

.swiper-slide-pagination .swiper-pagination-bullet::before,
.swiper-slide-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0px;
  left: 50%;
  background: rgb(255, 255, 255);
  margin: 0px;
  border-radius: 50%;
}

.swiper-slide-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  margin: -4px 0px 0px -1px;
  box-sizing: border-box;
  transition: 0.5s linear;
  transform: scale(0);
}

.swiper-slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transition: 0.5s linear;
  transform: scale(1.8);
  background: rgb(255, 255, 255);
}

.slider-progress-bar {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.circle-svg {
  position: relative;
  transform: scale(1) rotate(-90deg);
  transition: transform 0.4s;
}

.circle-svg circle,
.circle {
  fill: none;
  stroke: rgb(255, 255, 255);
  stroke-dasharray: 3;
  stroke-width: 1px;
}

.slider-progress-bar.slider-active .circle {
  stroke-dashoffset: 200px;
  transition: stroke-dashoffset 4s linear;
}

.swiper-slide-controls-play-pause {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  right: 201px;
  bottom: 80px;
  transition: 0.4s ease-out;
  border-radius: 50%;
  font-size: 16px;
  color: rgb(255, 255, 255);
  background: none;
  cursor: pointer;
  z-index: 10;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls-play-pause {
    right: 150px;
    bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls-play-pause {
    right: 135px;
  }
}

.swiper-slide-controls-play-pause:hover {
  transition: 0.4s ease-out;
  background: none;
}

.swiper-slide-controls-play-pause i,
.swiper-slide-controls-play-pause i {
  transition: 0.4s ease-out;
}

.swiper-slide-controls-play-pause.slider-on-off i::before,
.slider-on-off-switch {
  content: "";
  position: relative;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 50px !important;
}

.swiper-container-wrapper {
  padding-top: 0px !important;
  height: 100% !important;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  backface-visibility: hidden;
}

.swiper-slide-inner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  transition: opacity 0.6s ease-in-out, transform 2s 0.7s;
  transform: scale(1.15);
  opacity: 0.2;
}

.swiper-slide-duplicate-active .swiper-slide-inner-bg,
.swiper-slide-active .swiper-slide-inner-bg {
  transform: scale(1);
  opacity: 1;
}

.swiper-slide-inner-txt {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s;
  user-select: none;
  opacity: 0;
  z-index: 15;
  width: 10% !important;
}

.swiper-slide-active .swiper-slide-inner-txt {
  transition: opacity 1.8s 1.2s;
  opacity: 1;
}

video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.7);
}

.mfp-arrow-left::after {
  font-family: Ionicons;
  content: "";
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin-top: 22px;
  left: 15px;
}

.mfp-arrow-right::after {
  font-family: Ionicons;
  content: "";
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin-top: 22px;
  right: 15px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: crosshair;
}

.mfp-arrow-left::after,
.mfp-arrow-left::before {
  border-right: none;
}

.mfp-arrow-right::after,
.mfp-arrow-right::before {
  border-left: none;
}

.mfp-title,
.mfp-counter {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: rgb(255, 255, 255);
}

.mfp-close {
  font-weight: 500 !important;
  color: rgb(255, 255, 255) !important;
  cursor: pointer !important;
}

.mfp-arrow-left,
.mfp-arrow-right {
  z-index: 99998 !important;
}

.mfp-bg {
  z-index: 99996 !important;
}

.mfp-wrap {
  z-index: 99997 !important;
}

.mfp-content {
  z-index: 99998 !important;
}

.mfp-close,
.mfp-arrow {
  color: rgb(255, 255, 255);
  opacity: 1;
}

.lity {
  z-index: 99999;
  cursor: crosshair;
  background: rgba(0, 0, 0, 0.55);
}

.lity-close {
  top: 90px;
  right: 70px;
  font-weight: 500 !important;
}

@media only screen and (max-width: 880px) {
  .lity-close {
    top: 5px;
    right: 5px;
  }
}

.lity-close:active {
  top: 90px;
  right: 70px;
}

@media only screen and (max-width: 880px) {
  .lity-close:active {
    top: 5px;
    right: 5px;
  }
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-shadow: none;
}

h2.hero-heading span,
.hero-heading span,
.hero-heading.hero-heading-dark span,
.service-number,
.blog-quote p,
.blog-quote p span {
  -webkit-text-stroke: unset;
}

h2.hero-heading span,
.hero-heading span {
  color: rgb(255, 255, 255);
}

.hero-heading.hero-heading-dark span,
.service-number {
  color: rgb(17, 17, 17);
}

h2.hero-heading,
h2.hero-heading.hero-heading-dark,
.hero-heading,
.hero-heading.hero-heading-dark,
.blog-item h2,
.news-modal .modal-content h2,
.post-wrapper .post-content h2,
.intro-years h3,
.blog-quote p,
.blog-quote p span {
  font-weight: 600;
}

.testimonial blockquote {
  font-weight: 700;
}

p,
p a,
p a:hover {
  /* font-weight: 600; */
}

.team-box {
  padding: 15px 20px;
  border-radius: 0px 20px;
}

@media only screen and (max-width: 880px) {
  .team-box {
    padding: 10px 15px;
  }
}

.hover-effect {
  border-radius: 20px;
}

.upper-page,
.legendary-gallery,
#google-maps-wrapper,
.footer-credits-logo {
  z-index: 2;
}

.footer-credits-logo {
  position: relative;
}

.testimonial.testimonial-2 {
  text-align: center !important;
}

@media only screen and (max-width: 995px) {
  .testimonial.testimonial-2 {
    text-align: left !important;
  }
}

.testimonial.testimonial-2 .inner {
  margin: 0px auto;
  padding: 0px;
  max-width: 1080px !important;
}

@media only screen and (max-width: 1200px) {
  .testimonial.testimonial-2 .inner {
    padding: 0px;
    max-width: 940px !important;
  }
}

@media only screen and (max-width: 995px) {
  .testimonial.testimonial-2 .inner {
    padding: 0px 25px;
  }
}

@media only screen and (max-width: 880px) {
  .testimonial.testimonial-2 .inner {
    padding: 0px 15px;
  }
}

.testimonial.testimonial-2 blockquote {
  color: rgb(224, 224, 224);
}

.testimonial.testimonial-2 blockquote::before {
  color: rgba(224, 224, 224, 0.15);
}

.more-button-bg-center {
  background: none;
  border: 2px dashed rgb(255, 255, 255);
}

.more-button-bg-center.more-button-bg-center-dark {
  background: none;
  border: 2px dashed rgb(255, 255, 255);
}

.more-button-txt-center span {
  color: rgb(255, 255, 255);
}

.more-button-bg-center.more-button-bg-center-dark.more-button-bg-center-dark-close {
  background: none;
  border: 2px dashed rgb(17, 17, 17);
}

.more-button-txt-center.more-button-txt-center-close span {
  color: rgb(17, 17, 17);
}

.vertical-lines-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0px;
  top: 0px;
  margin: 0px;
  pointer-events: none;
  z-index: 1;
  display: none;
}

.vertical-lines {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 1;
}

.vertical-effect {
  position: relative;
  width: 25%;
  height: 100%;
  float: left;
  box-sizing: border-box;
  border-right: 1px solid rgba(188, 188, 188, 0.2);
}

.vertical-effect::before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  animation-direction: normal;
}

.vertical-effect:first-child::before,
.vertical-effect:last-child::before {
  content: "";
  position: absolute;
  right: -2px;
}

.vertical-effect:first-child::before {
  top: 0px;
  animation: 6s ease-out 0s infinite normal none running raindrop;
}

.vertical-effect:last-child::before {
  bottom: 0px;
  animation: 6s ease-out 0s infinite normal none running raindrop-reverse;
}

@-webkit-keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0px;
  }

  50% {
    opacity: 1;
  }

  100% {
    top: 100%;
    height: 35%;
  }
}

@keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0px;
  }

  50% {
    opacity: 1;
  }

  100% {
    top: 100%;
    height: 35%;
  }
}

@-webkit-keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0px;
  }

  50% {
    opacity: 1;
  }

  100% {
    bottom: 100%;
    height: 35%;
  }
}

@keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0px;
  }

  50% {
    opacity: 1;
  }

  100% {
    bottom: 100%;
    height: 35%;
  }
}

.swiper-slide-inner-bg-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  opacity: 1;
}

.swiper-slide-duplicate-active .swiper-slide-inner-bg-2,
.swiper-slide-active .swiper-slide-inner-bg-2 {
  opacity: 1;
}

.swiper-slide-inner-txt-2 {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: auto;
  z-index: 15;
  width: 80% !important;
}

.swiper-slide.swiper-slide-3 {
  height: auto;
  display: flex;
}

.swiper-slide-inner-txt-3 {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: none;
  z-index: 15;
  width: 80% !important;
}

.more-wraper-center.more-wraper-center-home {
  pointer-events: auto;
}

.box-img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px auto -6px;
  overflow: hidden;
  z-index: 10;
}

.img-fullwidth-all img {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.vertical-effect::before {
  width: 1px;
}

.vertical-effect:first-child::before,
.vertical-effect:last-child::before {
  right: -1px;
}

.vertical-effect:first-child::before {
  background: rgb(95, 95, 95);
}

.vertical-effect:last-child::before {
  background: rgb(95, 95, 95);
}

@-webkit-keyframes raindrop {
  0% {
    top: 0px;
    opacity: 0;
    height: 80px;
  }

  50% {
    opacity: 1;
  }

  100% {
    top: 100%;
    height: 80px;
  }
}

@keyframes raindrop {
  0% {
    top: 0px;
    opacity: 0;
    height: 80px;
  }

  50% {
    opacity: 1;
  }

  100% {
    top: 100%;
    height: 80px;
  }
}

@-webkit-keyframes raindrop-reverse {
  0% {
    bottom: 0px;
    opacity: 0;
    height: 80px;
  }

  50% {
    opacity: 1;
  }

  100% {
    bottom: 100%;
    height: 80px;
  }
}

@keyframes raindrop-reverse {
  0% {
    bottom: 0px;
    opacity: 0;
    height: 80px;
  }

  50% {
    opacity: 1;
  }

  100% {
    bottom: 100%;
    height: 80px;
  }
}

@media (min-width: 1920px) {
  @-webkit-keyframes raindrop {
    0% {
      top: 0px;
      opacity: 0;
      height: 90px;
    }

    50% {
      opacity: 1;
    }

    100% {
      top: 100%;
      height: 90px;
    }
  }

  @keyframes raindrop {
    0% {
      top: 0px;
      opacity: 0;
      height: 90px;
    }

    50% {
      opacity: 1;
    }

    100% {
      top: 100%;
      height: 90px;
    }
  }

  @-webkit-keyframes raindrop-reverse {
    0% {
      bottom: 0px;
      opacity: 0;
      height: 90px;
    }

    50% {
      opacity: 1;
    }

    100% {
      bottom: 100%;
      height: 90px;
    }
  }

  @keyframes raindrop-reverse {
    0% {
      bottom: 0px;
      opacity: 0;
      height: 90px;
    }

    50% {
      opacity: 1;
    }

    100% {
      bottom: 100%;
      height: 90px;
    }
  }
}

@media only screen and (max-width: 995px) {
  @-webkit-keyframes raindrop {
    0% {
      top: 0px;
      opacity: 0;
      height: 70px;
    }

    50% {
      opacity: 1;
    }

    100% {
      top: 100%;
      height: 70px;
    }
  }

  @keyframes raindrop {
    0% {
      top: 0px;
      opacity: 0;
      height: 70px;
    }

    50% {
      opacity: 1;
    }

    100% {
      top: 100%;
      height: 70px;
    }
  }

  @-webkit-keyframes raindrop-reverse {
    0% {
      bottom: 0px;
      opacity: 0;
      height: 70px;
    }

    50% {
      opacity: 1;
    }

    100% {
      bottom: 100%;
      height: 70px;
    }
  }

  @keyframes raindrop-reverse {
    0% {
      bottom: 0px;
      opacity: 0;
      height: 70px;
    }

    50% {
      opacity: 1;
    }

    100% {
      bottom: 100%;
      height: 70px;
    }
  }
}

.hero-slider-bg-controls {
  right: 44px;
  bottom: 50px;
}

@media only screen and (max-width: 880px) {
  .hero-slider-bg-controls {
    right: 15px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-slider-bg-controls {
    right: 15px;
    bottom: 20px;
  }
}

.swiper-slide-pagination {
  left: 50px;
  bottom: 48px;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-pagination {
    left: 20px;
    bottom: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-pagination {
    left: 20px;
    bottom: 17px;
  }
}

.swiper-slide-controls-play-pause {
  right: 170px;
  bottom: 50px;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls-play-pause {
    right: 140px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls-play-pause {
    right: 140px;
    bottom: 20px;
  }
}

.img-fullwidth-wrapper {
  min-height: 650px;
}

.img-fullwidth {
  min-height: 650px;
}

.section-all {
  position: relative;
  height: auto;
  min-height: inherit;
  overflow: hidden;
  margin-left: 0px;
  margin-right: 0px;
}

@media only screen and (max-width: 880px) {
  .section-all {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.owl-nav-custom-news,
.owl-nav-custom-rooms,
.owl-nav-custom-facilities {
  position: relative;
  max-width: 114px;
  height: 50px;
  left: 2px;
  right: 0px;
  margin: 2px auto;
  text-align: center;
  overflow: hidden;
  width: 114px !important;
}

.hover-effect-img:hover .hover-icons a {
  transform: scale(1);
}

.hover-icons a,
.hover-icons a:hover,
.hover-icons a:visited,
.hover-icons a:active,
.hover-icons a:focus {
  transform: scale(0.75);
}

.hover-effect.the-team {
  border-radius: 100%;
  cursor: grab;
}

.hover-effect-img hover-effect.the-team,
.hover-effect-img:hover hover-effect.the-team {
  opacity: 0.85;
  transition: 1s;
  border-radius: 100%;
}

@media (min-width: 1920px) {
  .hero-heading {
    font-size: 85px;
  }
}

@supports ((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  .hero-heading span {
    color: transparent;
    -webkit-text-stroke: 1px rgb(255, 255, 255);
    text-shadow: none;
  }
}

h2.hero-heading.hero-heading-dark {
  color: rgb(95, 95, 95);
}

@supports ((text-stroke: 1px #5f5f5f) or (-webkit-text-stroke: 1px #5f5f5f)) {
  h2.hero-heading.hero-heading-dark span {
    color: transparent;
    -webkit-text-stroke: 1px rgb(95, 95, 95);
    text-shadow: none;
  }
}

h2.hero-heading {
  /* margin: -12px auto -5px; */
}

@media only screen and (max-width: 995px) {
  h2.hero-heading {
    margin: -7px auto -3px;
  }
}

@media only screen and (max-width: 768px) {
  h2.hero-heading {
    margin: -7px auto -3px;
  }
}

.overlay-dark::before {
  pointer-events: none;
}

.testimonial blockquote {
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-style: normal;
  line-height: 1.75;
}

@media only screen and (max-width: 995px) {
  .testimonial blockquote {
    font-size: 30px;
  }
}

@media only screen and (max-width: 880px) {
  .testimonial blockquote {
    font-size: 25px;
  }
}

.testimonial blockquote::before {
  display: none;
  visibility: hidden;
}

.team-box {
  text-align: left;
}

.team-box span {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: rgb(95, 95, 95);
  text-align: left;
}

.legendary-gallery {
  margin: -15px 25px 0px;
  z-index: 2;
}

@media only screen and (max-width: 880px) {
  .legendary-gallery {
    margin: 5px 20px 0px;
  }
}

.legendary-gallery figure {
  padding: 25px;
}

@media only screen and (max-width: 880px) {
  .legendary-gallery figure {
    padding: 0px;
  }
}

.legendary-gallery figure:last-child {
  margin-bottom: 25px;
}

@media only screen and (max-width: 880px) {
  .legendary-gallery figure:last-child {
    margin-bottom: 20px;
  }
}

.move-down {
  margin-bottom: 0px;
}

@media only screen and (max-width: 880px) {
  .move-down {
    margin-bottom: 20px;
  }
}

.legendary-gallery img {
  width: 50vw;
  height: 66vh;
  object-fit: cover;
}

@media only screen and (max-width: 995px) {
  .legendary-gallery img {
    width: 100%;
    height: 100%;
  }
}

.testimonial.testimonial-2 .inner {
  padding: 0px 50px;
  max-width: inherit !important;
}

@media (min-width: 1920px) {
  .testimonial.testimonial-2 .inner {
    padding: 0px 20px;
    max-width: 1180px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .testimonial.testimonial-2 .inner {
    padding: 0px 30px;
    max-width: inherit !important;
  }
}

@media only screen and (max-width: 995px) {
  .testimonial.testimonial-2 .inner {
    padding: 0px 50px;
  }
}

@media only screen and (max-width: 880px) {
  .testimonial.testimonial-2 .inner {
    padding: 0px 80px;
  }
}

@media only screen and (max-width: 768px) {
  .testimonial.testimonial-2 .inner {
    padding: 0px 20px;
  }
}

.to-top-arrow {
  right: 50px;
}

@media only screen and (max-width: 995px) {
  .to-top-arrow {
    right: 50px;
  }
}

@media only screen and (max-width: 880px) {
  .to-top-arrow {
    right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .to-top-arrow {
    right: 20px;
  }
}

.to-top-arrow.show {
  bottom: 30px;
}

@media only screen and (max-width: 995px) {
  .to-top-arrow.show {
    bottom: 30px;
  }
}

@media only screen and (max-width: 880px) {
  .to-top-arrow.show {
    bottom: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .to-top-arrow.show {
    bottom: 0px;
  }
}

.more-button-txt-center.more-button-txt-center-close span {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: rgb(17, 17, 17);
}

@media only screen and (max-width: 995px) {
  .more-button-txt-center.more-button-txt-center-close span {
    font-size: 12px;
    letter-spacing: -0.02em;
  }
}

@media only screen and (max-width: 995px) {
  .more-button-txt-center {
    font-size: 12px;
    letter-spacing: -0.02em;
  }
}

.more-button-txt-center {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.swiper-slide-controls {
  color: rgb(255, 255, 255);
  background: none;
}

.swiper-slide-controls:hover {
  background: none;
}

.circle-svg {
  position: absolute;
  left: 0px;
}

.social-icons {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.social-icons li a:hover,
.social-icons li a:visited,
.social-icons li a:active,
.social-icons li a:focus {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.testimonial {
  margin: -15px 0px -37px;
}

@media only screen and (max-width: 995px) {
  .testimonial {
    margin: -10px 0px -30px;
  }
}

.parallax {
  padding: 75px 0px;
}

@media (min-width: 1920px) {
  .parallax {
    padding: 140px 0px;
  }
}

@media only screen and (max-width: 880px) {
  .parallax {
    padding: 120px 0px;
  }
}

.lity-close {
  top: 40px;
  right: 40px;
}

@media only screen and (max-width: 880px) {
  .lity-close {
    top: 10px;
    right: 10px;
  }
}

.lity-close:active {
  top: 40px;
  right: 40px;
}

@media only screen and (max-width: 880px) {
  .lity-close:active {
    top: 10px;
    right: 10px;
  }
}

h4,
.item-button,
.team-box,
button {
  font-weight: 600;
}

.intro-years h2,
.intro-years h4 {
  font-weight: 800 !important;
}

.section-title h2 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0px auto;
}

.section-title.section-title-dark h2 {
  color: rgb(95, 95, 95);
}

@media only screen and (max-width: 995px) {
  .section-title h2 {
    font-size: 13px;
  }
}

.section-title-line>span {
  position: relative;
  display: inline-block;
  line-height: 1px;
  padding: 0px 30px;
}

.section-title-line>span::before,
.section-title-line>span::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 1px;
  top: 0px;
  background-color: rgb(255, 255, 255);
}

.section-title-line.section-title-line-dark>span::before,
.section-title-line.section-title-line-dark>span::after {
  background-color: rgb(95, 95, 95);
}

.section-title-line>span::before {
  left: 0px;
}

.section-title-line>span::after {
  right: 0px;
}

.intro-years {
  position: relative;
  width: auto;
  height: auto;
  margin: 0px auto;
}

.intro-years h2,
.intro-years h4 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: rgb(95, 95, 95);
  line-height: 1;
  letter-spacing: -0.02em;
}

.intro-years h2 {
  margin: 0px auto;
}

.intro-years h4 {
  margin: 0px auto;
}

.intro-years h3 {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 150px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: rgb(255, 255, 255);
  width: 100%;
  line-height: 100%;
  margin: -18px auto;
  z-index: 0;
}

.the-line {
  position: relative;
  width: 1px;
  height: 80px;
  background: rgb(95, 95, 95);
  margin: 1px auto;
  display: none;
}

@media (min-width: 1920px) {
  .the-line {
    height: 90px;
  }
}

@media only screen and (max-width: 995px) {
  .the-line {
    height: 70px;
  }
}

.the-line.the-line-light {
  background: rgb(224, 224, 224);
}

.carousel-item-img-wrapper {
  position: relative;
  height: auto;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  cursor: grab;
}

@media only screen and (max-width: 995px) {
  .carousel-item-img-wrapper {
    width: 100%;
  }
}

.carousel-item-img-wrapper.carousel-item-img-wrapper-all {
  height: auto;
}

.carousel-item-all {
  position: relative;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.carousel-item-all {
  height: 70vh;
}

.circle-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50%;
  padding-bottom: 50%;
  height: auto;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 995px) {
  .circle-wrapper {
    width: 100%;
    padding-bottom: 100%;
  }
}

.circle-wrapper img,
.circle-wrapper .mp4video {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: circle(50% at 50% 50%);
  object-fit: cover;
}

.circle-wrapper-full {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
  height: auto;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}

.circle-wrapper-full .carousel-item-all {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: circle(50% at 50% 50%);
  object-fit: cover;
}

.circle-wrapper-half {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 25%;
  padding-bottom: 25%;
  height: auto;
  left: -75px;
  right: 0px;
  margin-left: 50px;
  margin-right: auto;
}

@media only screen and (max-width: 995px) {
  .circle-wrapper-half {
    width: 100%;
    padding-bottom: 100%;
    left: 0px;
    margin-left: 0px;
  }
}

.circle-wrapper-half img,
.circle-wrapper-half .mp4video {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: circle(50% at 50% 50%);
  object-fit: cover;
}

h2 {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 45px;
  text-align: center;
  text-transform: none;
  letter-spacing: -0.04em;
  margin: -7px auto 5px;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  width: 100%;
  line-height: 1.15;
  z-index: 1;
}

@media only screen and (max-width: 995px) {
  h2 {
    font-size: 35px;
    margin: -4px auto 5px;
  }
}

@media only screen and (max-width: 880px) {
  h2 {
    padding: 0px 25px;
  }
}

@media only screen and (max-width: 768px) {
  h2 {
    margin: -4px auto 5px;
  }
}

.blog-tag {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: rgb(95, 95, 95);
  text-align: center;
  margin: -5px auto;
}

.blog-tag.blog-tag-rooms {
  text-align: left;
}

.blog-tag.blog-tag-rooms span {
  font-size: 20px;
  padding-left: 20px;
}

.blog-tag.blog-tag-light {
  color: rgb(243, 191, 61);
}

.post-bg-all {
  width: 100%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 1s;
}

.halves:hover .post-bg-all {
  transition: 1s;
}

.all-bg-right {
  border-radius: 0px 50px 0px 0px;
}

.all-bg-left {
  border-radius: 0px 0px 0px 50px;
}

@media only screen and (max-width: 995px) {

  .all-bg-right,
  .all-bg-left {
    border-radius: 0px;
  }
}

.halves {
  display: flex;
}

.halves {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.halves .half {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.half.half-color {
  background: rgb(255, 255, 255);
  min-height: 100px;
}

.half.half-color.half-color-invert {
  background: rgb(247, 247, 247);
}

.extra-margin-owl {
  position: relative;
  height: auto;
  min-height: inherit;
  overflow: hidden;
  margin-left: 50px;
  margin-right: 50px;
  background: none;
}

@media only screen and (max-width: 880px) {
  .extra-margin-owl {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.extra-margin-container {
  position: relative;
  height: auto;
  min-height: inherit;
  margin-left: 0px;
  margin-right: 0px;
  background: none;
}

@media only screen and (max-width: 1200px) {
  .extra-margin-container {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 995px) {
  .extra-margin-container {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media only screen and (max-width: 880px) {
  .extra-margin-container {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .extra-margin-container {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 640px) {
  .extra-margin-container {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 1200px) {
  .extra-margin-container.extra-margin-container-modal {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (max-width: 995px) {
  .extra-margin-container.extra-margin-container-modal {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media only screen and (max-width: 880px) {
  .extra-margin-container.extra-margin-container-modal {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .extra-margin-container.extra-margin-container-modal {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.extra-margin-halves {
  position: relative;
}

@media only screen and (max-width: 880px) {
  .extra-margin-halves {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.section-title-inner,
.section-title-inner.section-title-inner-dark {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center;
  margin: -7px 0px -5px;
}

.section-title-inner {
  color: rgb(95, 95, 95);
}

.section-title-inner.section-title-inner-dark {
  color: rgb(255, 255, 255);
}

.swiper-scrollbar {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 74px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background: rgba(119, 119, 119, 0.75);
  border-radius: 0px;
  z-index: 15;
  width: 300px !important;
}

@media only screen and (max-width: 995px) {
  .swiper-scrollbar {
    display: none;
    visibility: hidden;
  }
}

.swiper-scrollbar-drag {
  position: relative;
  width: 100%;
  height: 3px;
  top: -1px;
  left: 0px;
  border-radius: 0px;
  background: rgb(255, 255, 255);
}

@media only screen and (max-width: 995px) {
  .swiper-scrollbar-drag {
    display: none;
    visibility: hidden;
  }
}

h1.hero-heading.hero-heading-home {
  margin: -13px auto 8px;
}

@media only screen and (max-width: 995px) {
  h1.hero-heading.hero-heading-home {
    margin: -7px auto 7px;
  }
}

@media only screen and (max-width: 768px) {
  h1.hero-heading.hero-heading-home {
    margin: -7px auto 5px;
  }
}

a,
a:hover,
a:visited,
a:active,
a:focus {
  color: rgb(255, 255, 255);
}

p a,
p a:hover,
p a:visited,
p a:active,
p a:focus,
.social-icons li a {
  color: rgb(95, 95, 95) !important;
}

body,
p,
p a,
p a:hover,
h2.hero-heading.hero-heading-dark,
.testimonial blockquote,
.section-title h2,
.intro-years h2,
.intro-years h3,
.intro-years h4,
.team-box,
.team-box span,
h4,
.color-switch,
.col-all:hover .color-switch,
.skillbar-title,
.skill-bar-percent,
.skillbar-title-2,
.skill-bar-percent-2,
.blog-tag,
.social-icons li span,
.blog-quote p,
.more-button-bg-center,
.section-title-inner,
.section-title-inner.section-title-inner-dark,
.testimonial.testimonial-2 blockquote,
.contact-info-description,
.contact-info-description-img,
.contact-info-text a,
.contact-info-text a:hover,
.contact-info-text a:visited,
.contact-info-text a:active,
.contact-info-text a:focus,
h2.hero-heading,
.copyright {
  color: rgb(16 16 16);
}

.contact-info-text a,
.contact-info-text a:hover,
.testimonial.testimonial-2 .quote .quote-inner,
.contact-info-description,
.contact-info-description-img,
.contact-info-text,
.parallax-content .section-title .section-title-line {
  color: rgb(229, 229, 229);
}

a.link-effect.link-effect-light::after {
  background-color: rgb(229, 229, 229) !important;
}

.parallax-content .section-title .section-title-line>span::before,
.parallax-content .section-title .section-title-line>span::after {
  background-color: rgb(229, 229, 229);
}

.parallax-content .hero-heading {
  color: rgb(229, 229, 229);
}

@supports ((text-stroke: 1px #e5e5e5) or (-webkit-text-stroke: 1px #e5e5e5)) {
  .parallax-content .hero-heading span {
    color: transparent;
    -webkit-text-stroke: 1px rgb(229, 229, 229);
    text-shadow: none;
  }
}

.item-selector a {
  color: rgb(95, 95, 95);
}

.intro-years h3,
.team-box span,
.color-switch,
.section-title-inner.section-title-inner-dark {
  color: rgb(50, 50, 50);
}

.section-title.section-title-home h2 {
  color: rgb(229, 229, 229);
}

.section-title-line.section-title-line-home>span::before,
.section-title-line.section-title-line-home>span::after {
  background-color: rgb(229, 229, 229);
}

@supports ((text-stroke: 1px #5f5f5f) or (-webkit-text-stroke: 1px #5f5f5f)) {

  h2.hero-heading span,
  h2.hero-heading.hero-heading-dark span {
    color: transparent;
    -webkit-text-stroke: 1px rgb(95, 95, 95);
    text-shadow: none;
  }
}

.section-title-line>span::before,
.section-title-line>span::after {
  background-color: rgb(95, 95, 95);
}

.section-title.section-title-dark h2 {
  color: rgb(95, 95, 95);
}

.section-title-line.section-title-line-dark>span::before,
.section-title-line.section-title-line-dark>span::after {
  background-color: rgb(95, 95, 95);
}

a.link-effect::after {
  /* background-color: rgb(95, 95, 95); */
}

a.link-effect.link-effect-light::after {
  background-color: rgb(95, 95, 95);
}

.skillbar-bar,
.skillbar-bar-2 {
  background: rgb(204, 204, 204);
}

.blog-quote {
  border-left: 5px solid rgb(95, 95, 95);
}

@supports ((text-stroke: 1px #5f5f5f) or (-webkit-text-stroke: 1px #5f5f5f)) {
  .blog-quote p span {
    color: transparent;
    -webkit-text-stroke: 1px rgb(95, 95, 95);
    text-shadow: none;
  }
}

.the-line {
  background: rgb(94, 94, 94);
}

.the-line.the-line-light {
  background: rgb(229, 229, 229);
}

.more-button-bg-center {
  border: 2px dashed rgb(229, 229, 229);
}

.more-button-txt-center span {
  color: rgb(229, 229, 229);
}

.more-button-bg-center.more-button-bg-center-dark.more-button-bg-center-dark-close {
  border: 2px dashed rgb(25, 25, 25);
}

.more-button-txt-center.more-button-txt-center-close span {
  color: rgb(25, 25, 25);
}

.hover-effect.the-team {
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  inset: 25px;
}

@media only screen and (max-width: 880px) {
  .hover-effect.the-team {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    inset: 20px;
  }
}

.hover-effect {
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  inset: 50px;
}

@media only screen and (max-width: 880px) {
  .hover-effect {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    inset: 20px;
  }
}

.hero-slider-bg-controls {
  right: 44px;
  bottom: 50px;
}

@media only screen and (max-width: 880px) {
  .hero-slider-bg-controls {
    right: 44px;
    bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .hero-slider-bg-controls {
    right: 15px;
    bottom: 20px;
  }
}

.swiper-slide-pagination {
  left: 50px;
  bottom: 47px;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-pagination {
    left: 50px;
    bottom: 47px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-pagination {
    left: 20px;
    bottom: 17px;
  }
}

.swiper-slide-controls-play-pause {
  right: 170px;
  bottom: 50px;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls-play-pause {
    right: 170px;
    bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls-play-pause {
    right: 140px;
    bottom: 20px;
  }
}

.to-top-arrow {
  right: 50px;
}

@media only screen and (max-width: 995px) {
  .to-top-arrow {
    right: 50px;
  }
}

@media only screen and (max-width: 880px) {
  .to-top-arrow {
    right: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .to-top-arrow {
    right: 20px;
  }
}

.to-top-arrow.show {
  bottom: 30px;
}

@media only screen and (max-width: 995px) {
  .to-top-arrow.show {
    bottom: 30px;
  }
}

@media only screen and (max-width: 880px) {
  .to-top-arrow.show {
    bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .to-top-arrow.show {
    bottom: 0px;
  }
}

.extra-margin-owl {
  margin-left: 50px;
  margin-right: 50px;
}

@media only screen and (max-width: 880px) {
  .extra-margin-owl {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .extra-margin-owl {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.extra-margin-container {
  margin-left: 0px;
  margin-right: 0px;
}

@media only screen and (max-width: 1200px) {
  .extra-margin-container {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 995px) {
  .extra-margin-container {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media only screen and (max-width: 880px) {
  .extra-margin-container {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .extra-margin-container {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 640px) {
  .extra-margin-container {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 1200px) {

  .extra-margin-container.extra-margin-container-modal,
  .extra-margin-container.extra-margin-container-post {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media only screen and (max-width: 995px) {

  .extra-margin-container.extra-margin-container-modal,
  .extra-margin-container.extra-margin-container-post {
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media only screen and (max-width: 880px) {

  .extra-margin-container.extra-margin-container-modal,
  .extra-margin-container.extra-margin-container-post {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media only screen and (max-width: 768px) {

  .extra-margin-container.extra-margin-container-modal,
  .extra-margin-container.extra-margin-container-post {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.testimonial.testimonial-2 .inner {
  padding: 0px 50px;
}

@media (min-width: 1920px) {
  .testimonial.testimonial-2 .inner {
    padding: 0px 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .testimonial.testimonial-2 .inner {
    padding: 0px 50px;
  }
}

@media only screen and (max-width: 995px) {
  .testimonial.testimonial-2 .inner {
    padding: 0px 50px;
  }
}

@media only screen and (max-width: 880px) {
  .testimonial.testimonial-2 .inner {
    padding: 0px 50px;
  }
}

@media only screen and (max-width: 768px) {
  .testimonial.testimonial-2 .inner {
    padding: 0px 20px;
  }
}

.post-all-txt {
  padding: 0px 10px;
}

@media (min-width: 1920px) {
  .post-all-txt {
    padding: 50px 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .post-all-txt {
    padding: 0px 50px;
  }
}

@media only screen and (max-width: 995px) {
  .post-all-txt {
    padding: 0px 35px;
  }
}

@media only screen and (max-width: 880px) {
  .post-all-txt {
    padding: 0px 50px;
  }
}

@media only screen and (max-width: 768px) {
  .post-all-txt {
    padding: 0px 20px;
  }
}

.menu-img {
  position: relative;
  padding: 0px 0px 0px 95px;
  margin: -80px 0px 0px;
  width: 80px;
  height: 80px;
}

.menu-img .menu-img-inner {
  position: absolute;
  left: 0px;
  top: 40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.menu-img .menu-img-inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center center;
}

.hover-icons a,
.hover-icons a:hover,
.hover-icons a:visited,
.hover-icons a:active,
.hover-icons a:focus {
  color: rgb(255, 255, 255);
}

.hover-icons a {
  left: -10px;
}

@media only screen and (max-width: 880px) {
  .hover-icons a {
    left: -5px;
  }
}

@media only screen and (max-width: 768px) {
  .hover-icons a {
    left: 0px;
  }
}

.hero-heading.hero-heading-home,
.hero-heading.hero-heading-home span,
.testimonial.testimonial-2 blockquote,
h2.hero-heading,
h2.hero-heading span {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  color: rgb(255, 255, 255) !important;
  -webkit-text-stroke: unset !important;
}

.hero-heading.hero-heading-dark,
.hero-heading.hero-heading-dark span,
.blog-quote p,
.blog-quote p span {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  color: rgb(49 49 49) !important;
  -webkit-text-stroke: unset !important;
}

.swiper-slide-pagination,
.swiper-slide-controls-play-pause {
  display: none;
  visibility: hidden;
}

.swiper-slide-controls.slide-prev,
.swiper-slide-controls.slide-next {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls.slide-next {
    margin-top: 0px;
  }
}

.swiper-slide-controls.slide-prev {
  position: absolute;
  width: 50px;
  inset: 50% auto auto 50px;
  transform: translateY(-50%);
  z-index: 10;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls.slide-prev {
    left: 50px;
    top: auto;
    bottom: 50px;
    transform: none;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls.slide-prev {
    left: 20px;
    bottom: 20px;
  }
}

.swiper-slide-controls.slide-next {
  position: absolute;
  width: 50px;
  inset: 50% 50px auto auto;
  transform: translateY(-50%);
  z-index: 10;
}

@media only screen and (max-width: 880px) {
  .swiper-slide-controls.slide-next {
    right: 50px;
    top: auto;
    bottom: 50px;
    transform: none;
  }
}

@media only screen and (max-width: 768px) {
  .swiper-slide-controls.slide-next {
    right: 20px;
    bottom: 20px;
  }
}

.main-navigation .navbar-nav li a,
.more-button-txt-center span,
.more-button-txt-center.more-button-txt-center-close span,
.blog-tag,
.social-icons,
.social-icons li a,
.social-icons li a:hover,
.social-icons li a:visited,
.social-icons li a:active,
.social-icons li a:focus {
  font-weight: 800;
}

.more-button-txt-center span,
.more-button-txt-center.more-button-txt-center-close span {
  font-size: 11px;
}

.skillbar-title,
.skillbar-title-2,
.skill-bar-percent,
.skill-bar-percent-2,
.team-box span,
.section-title-inner,
.section-title-inner.section-title-inner-dark {
  font-weight: 700;
}

input[type="text"] {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  color: rgb(17, 17, 17);
  font-weight: 500;
  line-height: 1.5em;
}

.reservation-form-wrapper {
  position: relative;
  max-width: 100%;
  height: 62.5px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: rgb(247, 247, 247);
  width: 100% !important;
}

@media only screen and (max-width: 880px) {
  .reservation-form-wrapper {
    height: auto;
  }
}

.reservation-wrapper span {
  display: inline-block;
}

.reservation-wrapper {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 2;
}

@media only screen and (max-width: 880px) {
  .reservation-wrapper {
    display: none;
    visibility: hidden;
  }
}

.reservation-inner {
  position: relative;
  height: 62.5px !important;
}

#form-2 {
  position: relative;
  display: block;
  padding: 0px;
}

#form-2 label {
  display: none;
}

#form-2 .col-1 {
  float: left;
  width: 16.66%;
}

#form-2 .col-2 {
  float: left;
  width: 16.66%;
}

@media only screen and (max-width: 1200px) {

  #form-2 .col-1,
  #form-2 .col-2 {
    width: 20%;
  }
}

@media only screen and (max-width: 880px) {

  #form-2 .col-1,
  #form-2 .col-2 {
    width: 100%;
  }
}

#form-2 .col-3 {
  float: left;
  width: 16.66%;
}

@media only screen and (max-width: 1200px) {
  #form-2 .col-3 {
    width: 100%;
  }
}

#form-2 .c-1,
#form-2 .c-2,
#form-2 .c-3,
#form-2 .c-4,
#form-2 .c-5 {
  height: 62.5px;
  margin: 0px;
  text-align: left;
}

#form-2 .c-1,
#form-2 .c-2,
#form-2 .c-3,
#form-2 .c-4 {
  border-right: none;
  height: 62.5px;
  margin: 0px;
}

@media only screen and (max-width: 880px) {

  #form-2 .c-1,
  #form-2 .c-2,
  #form-2 .c-3,
  #form-2 .c-4 {
    border-right: none;
  }
}

#form-2 .c-5 {
  border-right: none;
}

.col-1.c-1,
.col-1.c-2 {
  margin-bottom: 10px !important;
}

@media only screen and (max-width: 1200px) {

  .col-1.c-1,
  .col-1.c-2 {
    margin-bottom: 43px !important;
  }
}

@media only screen and (max-width: 880px) {

  .col-1.c-1,
  .col-1.c-2 {
    margin-bottom: 43px !important;
  }
}

.col-2.c-3,
.col-2.c-4,
.col-2.c-5 {
  margin-bottom: 2px !important;
}

@media only screen and (max-width: 1200px) {

  .col-2.c-3,
  .col-2.c-4,
  .col-2.c-5 {
    margin-bottom: 35px !important;
  }
}

@media only screen and (max-width: 880px) {

  .col-2.c-3,
  .col-2.c-4,
  .col-2.c-5 {
    margin-bottom: 35px !important;
  }
}

.ui-datepicker .ui-datepicker-header {
  background: rgb(95, 95, 95);
  border: rgb(95, 95, 95);
  color: rgb(255, 255, 255);
}

.ui-datepicker {
  font-size: 13px;
  color: rgb(95, 95, 95);
  font-weight: 500;
  background: rgb(255, 255, 255);
  border-radius: 0px;
  border: 1px solid rgb(236, 236, 236) !important;
  z-index: 100 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: rgb(247, 247, 247);
  color: rgb(95, 95, 95);
  font-weight: 500;
  border: 1px solid rgb(236, 236, 236) !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid rgb(95, 95, 95);
  background: rgb(95, 95, 95);
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.ui-datepicker .ui-datepicker-prev::after {
  font-family: Ionicons;
  content: "";
  font-size: 17px;
  color: rgb(255, 255, 255);
}

.ui-datepicker .ui-datepicker-next::before {
  font-family: Ionicons;
  content: "";
  font-size: 17px;
  color: rgb(255, 255, 255);
  float: right;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background: none;
  border: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
  left: 10px;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
  right: 10px;
}

.form-control.input.datepicker {
  cursor: pointer;
}

.ui-datepicker {
  border: none;
}

.reservation-button {
  position: relative;
  display: block;
  width: 100%;
  line-height: 62.5px;
  margin: 0px;
  padding: 0px;
  border: none;
  background: rgb(243, 191, 61);
  color: rgb(17, 17, 17);
  transition: 0.5s linear;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 995px) {
  .reservation-button {
    font-size: 13px;
  }
}

.reservation-button:hover {
  background: rgb(17, 17, 17);
  color: rgb(255, 255, 255);
  transition: 0.5s linear;
}

@media only screen and (max-width: 880px) {
  .reservation-button:hover {
    background: rgb(17, 17, 17);
  }
}

.reservation-button:focus {
  outline: none;
}

.reservation-button::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  left: 100%;
  top: 0px;
  background: none;
}

.input-inner {
  position: relative;
}

.input-inner::after {
  position: absolute;
  display: block;
  right: 20px;
  top: 23px;
  font-family: Ionicons;
  content: "";
  font-size: 17px;
  color: rgb(95, 95, 95);
  line-height: 1;
  pointer-events: none;
}

.input-inner.input-inner-email::after {
  content: "";
}

.input-inner input {
  display: block;
  width: 100%;
  padding: 20px 40px 20px 20px;
  background: rgb(255, 255, 255);
  border: none;
  box-shadow: none;
  border-radius: 0px;
}

.input-inner input::placeholder {
  font-size: 15px;
  color: rgb(17, 17, 17);
  font-weight: 500;
}

.input-inner input:focus {
  outline: none;
  background: rgb(255, 255, 255);
  border: none;
  box-shadow: none;
  border-radius: 0px;
}

.select-wrapper {
  font-family: Montserrat, sans-serif;
  margin: 0px;
}

.select-inner {
  position: relative;
}

.select-inner::after {
  position: absolute;
  display: block;
  top: 25px;
  right: 20px;
  font-family: Ionicons;
  content: "";
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: rgb(95, 95, 95);
  pointer-events: none;
}

.select2 {
  background: rgb(255, 255, 255);
  margin: 0px;
  width: 100% !important;
  height: 62.5px !important;
}

.select2 :focus {
  outline: none !important;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 500px;
  border: 1px solid rgb(236, 236, 236) !important;
}

.select2-container--default .select2-selection--single {
  background: none;
  border-radius: 0px;
  border: none;
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
  color: rgb(17, 17, 17);
  font-weight: 500;
  line-height: 1;
  padding: 23px 49px 17px 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-dropdown {
  background: none;
  border-radius: 0px;
  z-index: 100;
  min-width: 0px;
  border: none;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid rgb(236, 236, 236);
}

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid rgb(236, 236, 236);
}

.select2-results__option {
  background: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: rgb(95, 95, 95);
  border-top: 1px solid rgb(236, 236, 236);
  text-align: center;
  padding: 10px 30px;
}

.select2-results__option:first-child {
  border-top: none;
}

.small .select2-results__option {
  padding-left: 0px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background: rgb(95, 95, 95);
  color: rgb(255, 255, 255);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgb(95, 95, 95);
  color: rgb(255, 255, 255);
}

.success-r {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  color: rgb(95, 95, 95);
  margin: 28px auto 0px;
  padding: 0px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  backface-visibility: hidden;
}

@media only screen and (max-width: 1200px) {
  .success-r {
    margin: 0px auto;
  }
}

@media only screen and (max-width: 880px) {
  .success-r {
    margin: 0px auto;
    padding: 30px 0px 25px;
  }
}

#form-2 .error-r {
  font-family: Montserrat, sans-serif;
  position: absolute;
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  text-align: left;
  color: rgb(95, 95, 95);
  margin: 10px auto 0px;
  padding: 0px;
  letter-spacing: 0.15em;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  left: 0px;
  right: 0px;
  font-weight: 700 !important;
  width: 100% !important;
}

.reservation-wrapper.reservation-wrapper-home {
  bottom: 50px;
}

@media only screen and (max-width: 880px) {
  .reservation-wrapper.reservation-wrapper-home {
    bottom: auto;
  }
}

#form-2.form-2 .error-r,
.reservation-wrapper.reservation-wrapper-home .success-r {
  color: rgb(255, 255, 255) !important;
}

@media only screen and (max-width: 880px) {

  #form-2.form-2 .error-r,
  .reservation-wrapper.reservation-wrapper-home .success-r {
    color: rgb(95, 95, 95) !important;
  }
}

.reservation-wrapper.reservation-wrapper-home .success-r {
  margin: 54px auto 0px !important;
}

@media only screen and (max-width: 1200px) {
  .reservation-wrapper.reservation-wrapper-home .success-r {
    margin: 54px auto 0px !important;
  }
}

@media only screen and (max-width: 880px) {
  .reservation-wrapper.reservation-wrapper-home .success-r {
    padding: 30px 0px 25px;
    margin: -3px auto 0px !important;
  }
}

#reservation-form-wrapper.reservation-form-wrapper-home,
.scroll-indicator.scroll-indicator-home {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 880px) {
  #reservation-form-wrapper.reservation-form-wrapper-home {
    display: block;
    visibility: visible;
  }
}

.team-box span {
  font-size: 14px;
}

.post-box-inner {
  position: relative;
  height: auto;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  background: none;
  width: 100% !important;
  text-align: center !important;
}

.team-box,
.team-box span {
  position: relative;
  text-align: center;
  padding: 0px;
  background: none;
}

.bg-light.bg-light-blog {
  background: rgb(247, 247, 247);
}

.bg-dark.bg-dark-blog {
  background: rgb(255, 255, 255);
}

.more-wraper-center.more-wraper-center-form-2 {
  margin: 15px auto -15px;
}

#comment-form {
  position: relative;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  text-align: center !important;
}

.extra-margin-blog {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  background: none;
}

#comment-form {
  position: relative;
  width: 100%;
  top: -20px;
  padding: 0px;
  text-align: center;
}

form {
  margin: 0px;
  padding: 0px;
}

#form-3 input {
  position: relative;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid rgb(17, 17, 17);
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px;
  background: none;
  margin: 10px 0px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: rgb(17, 17, 17);
  transition: 0.5s linear;
}

textarea {
  position: relative;
  width: 100%;
  height: 100px;
  border: 1px solid rgb(184, 184, 184);
  margin-top: 20px;
  padding: 5px;
  background: none;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 600;
  transition: 0.5s linear;
}

#form-3 textarea {
  color: rgb(17, 17, 17);
  margin: 16px 0px 10px;
  transition: 0.5s linear;
}

#form-3 input:hover,
#form-3 textarea:hover {
  border-color: rgba(17, 17, 17, 0.5);
  transition: 0.5s linear;
}

#form-3 input:focus,
#form-3 textarea:focus {
  transition: 0.5s linear;
}

.success-c {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  color: rgb(95, 95, 95);
  margin: 0px auto;
  padding: 50px 0px 25px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  backface-visibility: hidden;
}

#form-3 .error-c {
  position: absolute;
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  color: rgb(95, 95, 95);
  margin: -13px auto 0px;
  padding: 0px;
  letter-spacing: 0.15em;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  left: 0px;
  right: 0px;
  font-weight: 700 !important;
  width: 200px !important;
}

.make-space {
  margin-left: 15px;
  margin-right: 15px;
}

::-webkit-input-placeholder {
  font-size: 12px;
  color: rgb(17, 17, 17);
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

button {
  border: none;
  background: none;
  outline: none;
  /* background: #b7814f !important; */
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  /* font-style: normal; */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: normal;
  /* margin: 0px auto; */
  cursor: pointer;
}

.panel-from-left-blog {
  position: fixed;
  width: 25%;
  height: 100vh;
  overflow: hidden auto;
  top: 0px;
  left: -100%;
  background: rgb(255, 255, 255);
  transition: 0.8s ease-in-out;
  opacity: 1;
  z-index: 99996 !important;
}

@media only screen and (max-width: 1200px) {
  .panel-from-left-blog {
    width: 50%;
  }
}

@media only screen and (max-width: 880px) {
  .panel-from-left-blog {
    width: 75%;
  }
}

.panel-from-left-blog.open {
  left: 0px;
}

.panel-overlay-from-right-blog {
  position: fixed;
  width: 76%;
  height: 100vh;
  overflow: hidden;
  top: 0px;
  right: -100%;
  background: rgba(255, 255, 255, 0.7);
  transition: 0.8s ease-in-out;
  opacity: 0;
  cursor: crosshair;
  z-index: 99996 !important;
}

@media only screen and (max-width: 1200px) {
  .panel-overlay-from-right-blog {
    width: 51%;
  }
}

@media only screen and (max-width: 880px) {
  .panel-overlay-from-right-blog {
    width: 26%;
  }
}

.panel-overlay-from-right-blog.open {
  right: 0px;
  opacity: 1;
}

.blog-sidebar-wrapper {
  position: relative;
  margin: 0px;
  padding: 100px 50px;
}

.blog-side-text a,
.blog-side-text a:hover,
.blog-side-text a:visited,
.blog-side-text a:active,
.blog-side-text a:focus {
  color: rgb(95, 95, 95);
  text-decoration: none;
  outline: none;
  font-weight: 600;
  transition: 0.5s linear;
  transform: translate3d(0px, 0px, 0px);
}

.blog-side-text a:hover {
  color: rgb(95, 95, 95);
}

@media only screen and (max-width: 880px) {

  .blog-side-text a,
  .blog-side-text a:hover,
  .blog-side-text a:visited,
  .blog-side-text a:active,
  .blog-side-text a:focus {
    font-size: 14px;
  }
}

.blog-side-heading h3 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  text-align: left;
  text-transform: none;
  letter-spacing: -0.02em;
  color: rgb(17, 17, 17);
  margin: -5px 0px -2px;
  width: 100%;
  line-height: 1.5;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  backface-visibility: hidden;
}

@media only screen and (max-width: 880px) {
  .blog-side-heading h3 {
    font-size: 20px;
    margin: -5px 0px -2px;
  }
}

.blog-side-launcher {
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  left: 50px;
  bottom: 50px;
  font-size: 16px;
  text-align: center;
  color: rgb(17, 17, 17);
  background: rgb(255, 255, 255);
  border-radius: 50%;
  transition: 1.5s;
  cursor: pointer;
  z-index: 115;
}

@media only screen and (max-width: 768px) {
  .blog-side-launcher {
    left: 20px;
    bottom: 20px;
  }
}

.blog-side-launcher.blog-side-launcher-color {
  color: rgb(255, 255, 255);
  background: rgb(17, 17, 17);
}

.blog-comments {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  line-height: 1;
}

.comments {
  text-align: left;
}

.comments article {
  position: relative;
  margin: 0px auto;
}

.profile-photo {
  position: relative;
  display: block;
  text-align: left;
  margin: -8px 0px -22px;
  z-index: 10;
}

.comments article img {
  width: 80px;
  height: 80px;
  border-width: 0px;
  border-radius: 50%;
  margin: 15px auto 30px;
}

.comment-time,
.comments a,
.comments a:hover,
.comments a:visited,
.comments a:active,
.comments a:focus,
.comment-responce h4 a,
.comment-responce h4 a:hover,
.comment-responce h4 a:visited,
.comment-responce h4 a:active,
.comment-responce h4 a:focus {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(17, 17, 17) !important;
}

h4.h4-comments {
  font-size: 20px;
  color: rgb(17, 17, 17) !important;
}

@media only screen and (max-width: 1200px) {
  h4.h4-comments {
    font-size: 20px;
  }
}

.comment-responce {
  padding-left: 75px;
}

.blog-search {
  width: 300px;
}

@media only screen and (max-width: 1200px) {
  .blog-search {
    width: 300px;
  }
}

@media only screen and (max-width: 880px) {
  .blog-search {
    width: 250px;
  }
}

.blog-search input,
#submit-btn {
  background: none;
  display: inline-block;
  outline: none;
  border: none;
  border-radius: 0px;
  color: rgb(17, 17, 17);
}

.blog-search input {
  width: 250px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 13px;
  color: rgb(17, 17, 17);
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .blog-search input {
    width: 250px;
  }
}

@media only screen and (max-width: 880px) {
  .blog-search input {
    width: 200px;
  }
}

@media only screen and (max-width: 880px) {
  .reservation-wrapper {
    position: relative;
    bottom: auto;
    padding: 50px 0px;
    background: rgb(247, 247, 247);
    display: block;
    visibility: visible;
  }
}

@media only screen and (max-width: 768px) {
  .reservation-wrapper {
    padding: 20px 0px;
  }
}

.col-1.c-1,
.col-1.c-2 {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 1200px) {

  .col-1.c-1,
  .col-1.c-2 {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 880px) {

  .col-1.c-1,
  .col-1.c-2 {
    margin-bottom: 20px !important;
  }
}

.col-2.c-3,
.col-2.c-4,
.col-2.c-5 {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 1200px) {

  .col-2.c-3,
  .col-2.c-4,
  .col-2.c-5 {
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 880px) {

  .col-2.c-3,
  .col-2.c-4,
  .col-2.c-5 {
    margin-bottom: 20px !important;
  }
}

#form-2 .error-r {
  margin: 2px 0px 0px;
}

@media only screen and (max-width: 1200px) {
  #form-2 .error-r {
    margin: -1px 0px 0px;
  }
}

.copyright a,
.copyright a:hover,
.copyright a:visited,
.copyright a:active,
.copyright a:focus {
  color: rgb(0 0 0);
}

.section-txt p:last-child {
  padding-top: 17px;
}

.section-txt-2 p,
.section-txt-2 a,
.section-txt-2 a:hover,
.section-txt-2 a:visited,
.section-txt-2 a:active,
.section-txt-2 a:focus {
  text-align: center !important;
  color: #252525 !important;
}

.more-wraper-inner-home {
  width: 120px !important;
  height: 220px !important;
}

.more-wraper-center.more-wraper-center-home {
  left: auto;
  margin: 0px auto;
  width: 120px !important;
  height: 220px !important;
  text-align: center !important;
}

.more-wraper-center.more-wraper-center-home {
  margin: -80px auto 0px;
}

.more-button-txt-center.more-button-txt-center-home {
  top: 110px;
}

.more-button-txt-center.more-button-txt-center-form {
  top: 105px;
}

a.button-effect,
.button-effect {
  padding: 0px;
  background-color: transparent;
  cursor: pointer;
  overflow: visible;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 0.4;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 0.4;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

a.button-effect .pulse::after,
a.button-effect .pulse::before,
a.button-effect::after,
a.button-effect::before,
.button-effect .pulse::after,
.button-effect .pulse::before,
.button-effect::after,
.button-effect::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  inset: calc(50% - 40px) auto auto calc(50% - 40px);
  transform: none;
  transform-origin: center center;
  animation: 4s linear 0s infinite normal none running pulse;
  pointer-events: none;
  opacity: 0;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  background-color: transparent;
}

a.button-effect::after,
.button-effect::after {
  animation-delay: 1s;
}

a.button-effect .pulse::after,
.button-effect .pulse::after {
  animation-delay: 3s;
}

a.button-effect .pulse::before,
.button-effect .pulse::before {
  animation-delay: 2s;
}

.star-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: auto;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  color: rgb(243, 191, 61);
  font-size: 16px;
  z-index: 1;
  width: 100% !important;
  text-align: center !important;
}

h2.section-heading {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: rgb(95, 95, 95);
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -0.02em;
  padding: 0px;
  margin: 2px 0px 0px;
  z-index: 10;
}

h2.section-heading.section-heading-light {
  color: rgb(255, 255, 255);
}

h2.section-heading span {
  position: relative;
  display: inline-block;
  padding-right: 90px;
  margin-right: 30px;
  line-height: 1;
}

@media (min-width: 1920px) {
  h2.section-heading span {
    padding-right: 105px;
    margin-right: 35px;
  }
}

@media only screen and (max-width: 995px) {
  h2.section-heading span {
    padding-right: 75px;
    margin-right: 25px;
  }
}

@media only screen and (max-width: 768px) {
  h2.section-heading span {
    padding-right: 60px;
    margin-right: 20px;
  }
}

h2.section-heading span::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0px;
  width: 60px;
  height: 0px;
  margin-top: -1px;
}

@media (min-width: 1920px) {
  h2.section-heading span::before {
    width: 70px;
  }
}

@media only screen and (max-width: 995px) {
  h2.section-heading span::before {
    width: 50px;
  }
}

@media only screen and (max-width: 768px) {
  h2.section-heading span::before {
    width: 40px;
  }
}

h2.section-heading span::before {
  border-top: 1px solid rgb(95, 95, 95);
}

h2.section-heading-light span::before {
  border-top: 1px solid rgb(255, 255, 255);
}

h2.section-heading.section-heading-all {
  padding: 0px;
}

h2.section-heading span::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0px;
  width: 60px;
  height: 0px;
  margin-top: -1px;
}

@media (min-width: 1920px) {
  h2.section-heading span::after {
    width: 70px;
  }
}

.parallax-title-content {
  position: relative;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  font-size: 160px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.08em;
  color: rgb(46, 46, 46);
  background: rgb(255, 255, 255);
  mix-blend-mode: lighten;
  overflow: hidden;
  margin: -20px auto -6px;
}

.parallax-title-content.parallax-title-content-dark {
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
  mix-blend-mode: darken;
}

@media (min-width: 1920px) {
  .parallax-title-content {
    font-size: 310px;
    margin: -26px auto -6px;
  }
}

@media only screen and (max-width: 1200px) {
  .parallax-title-content {
    font-size: 115px;
    margin: -12px auto -3px;
  }
}

@media only screen and (max-width: 1024px) {
  .parallax-title-content {
    font-size: 85px;
    margin: -9px auto -2px;
    letter-spacing: -0.04em;
  }
}

@media only screen and (max-width: 995px) {
  .parallax-title-content {
    letter-spacing: -0.04em;
  }
}

@media only screen and (max-width: 880px) {
  .parallax-title-content {
    font-size: 85px;
    margin: -9px auto -2px;
  }
}

@media only screen and (max-width: 640px) {
  .parallax-title-content {
    font-size: 65px;
    margin: 2px -1px;
  }
}

.parallax-title {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: none;
  z-index: 1;
}

.image-caption,
.image-caption-reverse {
  position: absolute;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 13px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0px 20px;
  z-index: 5;
}

.image-caption {
  right: 50px;
  bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .image-caption {
    right: 20px;
    bottom: 20px;
  }
}

.image-caption-reverse {
  left: 50px;
  bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .image-caption-reverse {
    left: 20px;
    bottom: 20px;
  }
}

.post-list .post-list-wrapper {
  margin: -40px 0px 0px;
  padding: 0px 0px 150px;
}

@media only screen and (max-width: 1200px) {
  .post-list .post-list-wrapper {
    margin: -130px 0px 0px;
    padding: 0px 0px 60px;
  }
}

@media only screen and (max-width: 995px) {
  .post-list .post-list-wrapper {
    margin: -60px 0px 0px;
    padding: 0px;
  }
}

.post-list .post-list-item {
  position: relative;
}

@media only screen and (max-width: 995px) {
  .post-list .post-list-item {
    display: flex;
    flex-flow: column-reverse wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
  }
}

.post-list .post-list-item:not(:first-of-type) {
  margin-top: 460px;
}

@media only screen and (max-width: 1200px) {
  .post-list .post-list-item:not(:first-of-type) {
    margin-top: 200px;
  }
}

@media only screen and (max-width: 995px) {
  .post-list .post-list-item:not(:first-of-type) {
    margin-top: 0px;
  }
}

.post-list .post-list-item:nth-of-type(2n+1) .post-list-bg {
  left: 0px;
}

.post-list .post-list-item:nth-of-type(2n+1) .post-list-bg.post-list-bg-all {
  left: auto;
  right: 0px;
}

.post-list .post-list-item:nth-of-type(2n) .post-list-bg {
  right: 0px;
}

.post-list .post-list-item-container {
  max-width: 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
}

.post-list .post-list-row {
  position: relative;
  z-index: 4;
}

.post-list .post-list-content {
  padding: 80px;
  background: rgb(255, 255, 255);
  border-radius: 50px 0px 0px 50px;
}

@media only screen and (max-width: 1200px) {
  .post-list .post-list-content {
    padding: 50px 80px;
  }
}

@media only screen and (max-width: 995px) {
  .post-list .post-list-content {
    padding: 0px 95px;
    margin: 0px auto;
  }
}

@media only screen and (max-width: 995px) {
  .post-list .post-list-content {
    border-radius: 0px;
  }
}

@media only screen and (max-width: 880px) {
  .post-list .post-list-content {
    padding: 0px 50px;
  }
}

@media only screen and (max-width: 768px) {
  .post-list .post-list-content {
    padding: 0px 25px;
  }
}

.post-list .post-list-content.post-list-content-reverse {
  border-radius: 0px 50px 50px 0px;
}

@media only screen and (max-width: 995px) {
  .post-list .post-list-content.post-list-content-reverse {
    border-radius: 0px;
  }
}

.post-list .post-list-bg {
  position: absolute;
  width: calc(50% + 150px);
  height: calc(100% + 300px);
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  border-radius: 0px 50px 50px 0px;
  z-index: 3;
}

@media only screen and (max-width: 1200px) {
  .post-list .post-list-bg {
    width: calc(50% + 130px);
    height: calc(100% + 120px);
  }
}

@media only screen and (max-width: 995px) {
  .post-list .post-list-bg {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    /* min-height: 525px; */
    transform: none;
    /* padding-top: 50%; */
    -webkit-box-flex: 0;
    flex: 0 0 100%;
  }
}

@media only screen and (max-width: 995px) {
  .post-list .post-list-bg {
    border-radius: 0px;
  }
}

.post-list .post-list-bg.post-list-bg-reverse {
  border-radius: 50px 0px 0px 50px;
}

@media only screen and (max-width: 995px) {
  .post-list .post-list-bg.post-list-bg-reverse {
    border-radius: 0px;
  }
}

.post-list-content-wrapper {
  padding-top: 190px;
  margin-top: -1px;
}

@media only screen and (max-width: 995px) {
  .post-list-content-wrapper {
    padding-top: 60px;
  }
}

.container-custom {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 995px) {
  .container-custom {
    padding: 0px;
  }
}

.col-md-6-custom {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}

@media only screen and (max-width: 995px) {
  .col-md-6-custom {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 995px) {
  .col-lg-4-custom {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .offset-lg-1-custom {
    margin-left: 0px;
  }

  .offset-lg-7-custom {
    margin-left: 50%;
  }
}

.inner-spacer {
  position: relative;
  margin: 0px auto;
  padding: 0px;
}

@media (min-width: 1920px) {
  .inner-spacer {
    padding: 0px;
  }
}

@media only screen and (max-width: 1200px) {
  .inner-spacer {
    width: 100%;
    padding: 0px 50px;
  }
}

@media only screen and (max-width: 995px) {
  .inner-spacer {
    padding: 0px 50px;
  }
}

@media only screen and (max-width: 880px) {
  .inner-spacer {
    padding: 0px 50px;
  }
}

@media only screen and (max-width: 768px) {
  .inner-spacer {
    padding: 0px 20px;
  }
}

.divider-s,
.divider-m,
.divider-m-2,
.divider-l,
.divider-xl {
  position: relative;
  width: 100%;
  margin: 0px auto;
  background: none;
  z-index: -1;
}

.divider-s {
  height: 25px;
}

.divider-m {
  height: 50px;
}

.divider-m-2 {
  height: 40px;
}

@media only screen and (max-width: 880px) {
  .divider-m-2 {
    height: 15px;
  }
}

.divider-l {
  height: 100px;
}

.divider-xl {
  height: 200px;
}

@media only screen and (max-width: 880px) {
  .divider-xl {
    height: 100px;
  }
}

.visible-mobile-devices,
.visible-mobile-devices-2 {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .visible-mobile-devices {
    display: block;
    visibility: visible;
  }
}

@media only screen and (max-width: 1200px) {
  .visible-mobile-devices-2 {
    display: block;
    visibility: visible;
  }
}

@media only screen and (max-width: 880px) {
  .visible-mobile-devices-2 {
    display: none;
    visibility: hidden;
  }
}

.hidden-mobile-devices {
  display: block;
  visibility: visible;
}

@media only screen and (max-width: 995px) {
  .hidden-mobile-devices {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (max-width: 880px) {
  .hidden-mobile-devices {
    display: block;
    visibility: visible;
  }
}

h6 {
  display: none;
  visibility: hidden;
}

.divider-xl {
  height: 130px;
}

@media (min-width: 1920px) {
  .divider-xl {
    height: 140px;
  }
}

@media only screen and (max-width: 995px) {
  .divider-xl {
    height: 120px;
  }
}

.divider-xl.divider-xl-2 {
  height: 170px;
}

@media (min-width: 1920px) {
  .divider-xl.divider-xl-2 {
    height: 185px;
  }
}

@media only screen and (max-width: 995px) {
  .divider-xl.divider-xl-2 {
    height: 155px;
  }
}

.divider-l {
  height: 80px;
}

@media (min-width: 1920px) {
  .divider-l {
    height: 90px;
  }
}

@media only screen and (max-width: 995px) {
  .divider-l {
    height: 70px;
  }
}

.divider-l-2 {
  height: 71px;
}

@media (min-width: 1920px) {
  .divider-l-2 {
    height: 31px;
  }
}

@media only screen and (max-width: 995px) {
  .divider-l-2 {
    height: 71px;
  }
}

.navbar-nav {
  display: block;
  margin: 0px;
  float: left !important;
}

.banneres {
  display: inline-block;
  background-color: rgb(183 129 79);
  color: rgb(255 255 255);
  margin-bottom: 40px;
  text-transform: uppercase;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
  clip-path: polygon(0px 0px, 95% 0px, 100% 50%, 95% 100%, 0px 100%);
}

.spec-row {
  margin: 30px 0px;
}

.spec-icon img {
  width: 55px;
  height: auto;
}

.spec-content h3 {
  font-size: 20px;
  color: black;
  font-weight: 600;
  margin-bottom: 10px;
}

.spec-content ul {
  margin: 0px;
  padding-left: 0px;
}

.spec-content ul li {
  margin-bottom: 6px;
  color: black;
  font-size: 15px;
}

.dotted {
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px dotted rgb(54, 54, 54);
  margin: 0px !important;
}

@media (max-width: 576px) {
  .spec-icon img {
    width: 45px;
  }

  .spec-content h3 {
    font-size: 18px;
  }
}

.main-header {
  width: 100%;
  background: #fff;
  padding: 5px 0;
  position: fixed;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-container {
  display: flex;

  justify-content: space-between;
  align-items: center;
}

.logo img {
  width: 150px;
}

/* DESKTOP MENU */
.desktop-menu ul {
  display: flex;
  gap: 23px;
  list-style: none;
}

.desktop-menu ul li a {
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 12px;
}

/* Mobile Button */
.menu-btn {
  display: none;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
}

/* MOBILE RIGHT-SIDE PANEL */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100vh;
  background: #fff;
  padding: 20px;
  box-shadow: -3px 0 15px rgba(0, 0, 0, 0.15);
  transition: 0.4s ease;
  z-index: 1001;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu ul {
  list-style: none;
  margin-top: 40px;
}

.mobile-menu ul li {
  margin: 18px 0;
}

.mobile-menu ul li a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
}

.close-btn {
  font-size: 30px;
  background: none;
  border: none;
  float: right;
  cursor: pointer;
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 1000;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .desktop-menu {
    display: none;
  }

  .menu-btn {
    display: block;
  }
}

.tab-buttons {
  display: flex;
  justify-content: center;
  margin: auto;
  width: 330px;
  gap: 20px;
  margin-bottom: 13px;
}

.title {
  margin-bottom: 40px;
  letter-spacing: 2px;
  font-size: 32px;
  text-align: center;
}

/* TABS */
.tab-btn.active {
  background: #b7814f;
  color: white;
}

.tab-btn {
  background: #f1f1f1;
  border: none;
  color: #000000;
  padding: 10px 30px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  /* border-radius: 6px; */
  font-size: 15px;
  line-height: 22px;
}

/* CONTENT */
.tab-content {
  display: none !important;
  margin-top: 40px;
}

.tab-content.active {
  display: block !important;
}

.content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}


.left-box h3 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff40;
  padding: 12px 0;
  font-size: 18px;
  margin-bottom: 5px;
}


.floor-img {
  width: 100%;
  border-radius: 10px;
  filter: blur(1.5px);
  opacity: 0.9;
}

/* MOBILE */
@media (max-width: 768px) {
  .tab-buttons {
    width: 100%;
    gap: 9px !important;
  }

  .tab-btn {
    width: 100%;
  }

  .content-wrapper {
    flex-direction: column;
  }

}

.plan {
  background-color: #f1f1f1;
  padding: 20px;
  margin-bottom: 30px;
}

.plan h1 {
  background-color: #000000 !important;
  text-transform: uppercase;
  padding: 10px !important;
  text-align: center !important;
  color: white !important;
}

.plan img {
  width: 100%;
  object-fit: contain;
  filter: blur(5px);
  height: 300px;
}


.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  border: transparent !important;
  height: 100%;
  background: #f8f9fa !important;
  padding: 0px 6px 0px 8px;
}


@media(max-width:576px) {
  .section-txt p {
    margin-top: 15px;
    font-size: 15px;
    padding: 0px 0px !important;
  }


  #rooms h4 {
    /* font-weight: 700; */
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 20px;
  }

  .feature-two__title {
    font-size: 16px;
  }


  .chat-icon {
    position: fixed;
    z-index: 9999;
    right: 20px !important;
    bottom: 10px;
  }
}

.qr-fixed-box {
  position: absolute;
  top: 20px;
  right: 80px;
  z-index: 50;
  text-align: center;
}

.qr-fixed-box img {
  width: 104px;
  border: 1px solid #ddd;
  padding: 8px;
  border-radius: 10px;
}

/* TABLET */
@media (max-width: 1024px) {
  .qr-fixed-box {
    right: 40px;
    top: 20px;
  }

  .qr-fixed-box img {
    width: 110px;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .qr-fixed-box {
    right: 20px;
    top: 15px;
  }

  .qr-fixed-box img {
    width: 90px;
    padding: 6px;
  }

}

/* SMALL MOBILE */
@media (max-width: 480px) {
  .qr-fixed-box {
    right: 10px;
    top: 10px;
  }

  .qr-fixed-box img {
    width: 70px;
    padding: 5px;
  }
}



.footer-credits-logo img {
  width: 300px;
  margin-top: 30px;
}




.OurBrands_desc__wsvgz {
  line-height: 32px !important;
}


.map-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-img {
  width: 80%;
  overflow: auto;
  border-radius: 8px;
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.4s ease;
}

.popup-img.zoom-in {
  transform: scale(1);
  opacity: 1;
}

.close-map-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  z-index: 10000;
}


@media(min-width:1400px) {
  .post-list .post-list-content {
    padding: 145px;

  }
}

.main-prev i {
  font-size: 15px;
  color: white;
}


.main-next i {
  font-size: 15px;
  color: white;
}