:root {
  --hotelux-font: "Roboto", sans-serif;
  --hotelux-font-two: "Playfair Display", serif;
  --hotelux-gray: #585b6b;
  --hotelux-gray-rgb: 88, 91, 107;
  --hotelux-base: #550000;
  --hotelux-base-rgb: 185, 156, 135;
  --hotelux-primary: #f1f1f1;
  --hotelux-primary-rgb: 241, 241, 241;
  --hotelux-black: #191628;
  --hotelux-black-rgb: 25, 22, 40;
  --hotelux-white: #ffffff;
  --hotelux-white-rgb: 255, 255, 255
}

.row {
  --bs-gutter-x: 30px
}

body {
  font-family: var(--hotelux-font);
  color: var(--hotelux-gray);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400
}

a {
  color: var(--hotelux-base);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

a,
a:focus,
a:hover,
a:visited {
  text-decoration: none
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

::placeholder {
  color: inherit;
  opacity: 1
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  font-family: var(--hotelux-font-two);
  color: var(--hotelux-black);
  margin: 0
}

p {
  margin: 0
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

::placeholder {
  color: inherit;
  opacity: 1
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden
}

.container {
  padding-left: 15px;
  padding-right: 15px
}

@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px)
  }

  33.3% {
    transform: translateX(-3px)
  }

  49.95% {
    transform: translateX(4px)
  }

  66.6% {
    transform: translateX(-2px)
  }

  83.25% {
    transform: translateX(1px)
  }

  100% {
    transform: translateX(0)
  }
}

.xs-sidebar-widget {
  -ms-overflow-style: none;
  scrollbar-width: none
}

.xs-sidebar-widget::-webkit-scrollbar {
  display: none
}

.mobile-nav__content {
  max-height: 100vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, .3) transparent;
  -ms-overflow-style: auto
}

.mobile-nav__content::-webkit-scrollbar {
  width: 6px
}

.mobile-nav__content::-webkit-scrollbar-track {
  background: 0 0
}

.mobile-nav__content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .3);
  border-radius: 6px;
  backdrop-filter: blur(4px);
  transition: background .3s
}

.mobile-nav__content::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, .5)
}

@media (min-width:1320px) {
  .container {
    max-width: 1320px
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1
}

::placeholder {
  color: inherit;
  opacity: 1
}

.xs-sidebar-group .xs-overlay {
  left: 0;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  cursor: url(../images/icon/cross-out.png), pointer;
  transform: translateX(-100%);
  transition: background-color .5s ease;
  transition: all .5s ease;
  z-index: 99999
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px
}

.main-slider .swiper-slide-active .main-slider__bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main-slider .swiper-slide-active .main-slider__shape-1 {
  opacity: .05;
  -webkit-transform: perspective(400px) rotate(18deg) translateX(0px);
  -ms-transform: perspective(400px) rotate(18deg) translateX(0px);
  transform: perspective(400px) rotate(18deg) translateX(0px);
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.main-slider .swiper-slide-active .main-slider__shape-2 {
  opacity: .05;
  -webkit-transform: perspective(400px) rotate(18deg) translateX(0px);
  -ms-transform: perspective(400px) rotate(18deg) translateX(0px);
  transform: perspective(400px) rotate(18deg) translateX(0px);
  -webkit-transition-delay: 2500ms;
  -moz-transition-delay: 2500ms;
  -ms-transition-delay: 2500ms;
  -o-transition-delay: 2500ms;
  transition-delay: 2500ms;
}

.main-slider .swiper-slide-active .main-slider__sub-title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.main-slider .swiper-slide-active .main-slider__title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  transition-delay: 900ms;
}

.main-slider .swiper-slide-active .main-slider__text {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.main-slider .swiper-slide-active .main-slider__btn-and-review-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 2000ms;
  -moz-transition-delay: 2000ms;
  -ms-transition-delay: 2000ms;
  -o-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

.main-slider .swiper-slide-active .main-slider__video-link {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-50%) translateX(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-50%) translateX(0px);
  transform: perspective(400px) rotateY(0deg) translateY(-50%) translateX(0px);
  -webkit-transition-delay: 2200ms;
  -moz-transition-delay: 2200ms;
  -ms-transition-delay: 2200ms;
  -o-transition-delay: 2200ms;
  transition-delay: 2200ms;
}

.main-slider .swiper-slide-active .main-slider__shape-arrow {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0%) translateX(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0%) translateX(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0%) translateX(0px);
  -webkit-transition-delay: 2200ms;
  -moz-transition-delay: 2500ms;
  -ms-transition-delay: 2500ms;
  -o-transition-delay: 2500ms;
  transition-delay: 2500ms;
}

.event-three__wrap .swiper-slide-active .event-three__content {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 500ms;
}

.event-three__wrap .swiper-slide-active .event-three__single .event-three__img:before {
  opacity: 0.60;
}

.swiper-slide-active .testimonial-two__img-and-ratting {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}


.swiper-slide-active .testimonial-two__text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translatex(0px);
  transform: translatex(0px);
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .8;
  visibility: visible;
  transform: translateX(0%);
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
  background-color: #000;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
}


.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--hotelux-base);
  border-color: var(--hotelux-base)
}

.xs-sidebar-widget {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  border-right: 5px solid rgba(var(--hotelux-white-rgb), .5);
  transform: translateX(-100%);
  transition: background-color .5s ease;
  transition: all .5s ease
}

.sidebar-textwidget {
  padding: 70px 30px
}

.sidebar-widget-container {
  position: relative;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: background-color .5s ease;
  transition: all .5s ease
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .8;
  z-index: 0
}

.xs-bg-black {
  background-color: #000
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px
}

.xs-sidebar-group .content-inner .logo img {
  width: 100%;
  max-width: 200px;

}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
  letter-spacing: .05em
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px
}

.xs-sidebar-group .content-inner .content-box p {
  color: #fff
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type=email],
.xs-sidebar-group .content-inner .form-inner .form-group input[type=text] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: rgba(var(--hotelux-white-rgb), 1);
  border: none;
  border-radius: 0;
  outline: 0;
  transition: all .5s ease;
  background-color: rgba(var(--hotelux-white-rgb), .1)
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus {
  border-color: #00224f
}

.xs-sidebar-group .content-inner .form-inner .form-group button {
  position: relative;
  border: none
}

.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn::after,
.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn::before {
  background-color: var(--hotelux-white)
}

.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn:hover {
  color: var(--hotelux-black)
}

.sidebar-contact-info {
  position: relative;
  display: block;
  padding-top: 43px
}

.sidebar-contact-info ul {
  position: relative;
  display: block;
  padding-bottom: 22px
}

.sidebar-contact-info ul li {
  position: relative;
  display: block;
  color: var(--hotelux-white);
  line-height: 30px
}

.sidebar-contact-info ul li span {
  position: relative;
  display: inline-block;
  width: 25px
}

.sidebar-contact-info ul li span:before {
  position: relative;
  display: inline-block;
  color: #fff
}

.sidebar-contact-info ul li a {
  color: var(--hotelux-white)
}

.sidebar-contact-info ul li a:hover {
  color: var(--hotelux-base)
}

.xs-sidebar-group .content-inner .thm-social-link1 {
  overflow: hidden
}

.thm-social-link1 {
  position: relative;
  display: block
}

.thm-social-link1 ul {
  position: relative
}

.thm-social-link1 ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px
}

.thm-social-link1 ul li:last-child {
  margin-right: 0
}

.thm-social-link1 ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(var(--hotelux-white-rgb), .1);
  border-radius: 50%;
  color: var(--hotelux-white);
  font-size: 15px;
  text-align: center;
  z-index: 1;
  transition: all .5s ease
}

.thm-social-link1 ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--hotelux-base);
  border-radius: 50%;
  transition: .5s;
  transform: scale(.5);
  opacity: 0;
  content: '';
  z-index: -1
}

.thm-social-link1 ul li a:hover:before {
  transform: scale(1);
  opacity: 1
}

.thm-social-link1 ul li a:hover {
  color: var(--hotelux-white)
}

.xs-sidebar-widget::-webkit-scrollbar {
  width: 0
}

.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--hotelux-base);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--hotelux-base);
  opacity: .3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width .3s, height .3s, opacity .3s;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 999991
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: .5
  }

  100% {
    transform: scale(1, 1);
    opacity: 0
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: .5
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0
  }
}

.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: 0 0;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all .2s ease
}

.scroll-to-top:hover {
  color: var(--hotelux-base)
}

.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 700;
  margin-left: 10px
}

.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--hotelux-base);
  position: relative;
  overflow: hidden
}

.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--hotelux-black)
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 120px;
  width: 100%;
  z-index: 99999;
  transform: translateY(-100%);
  transition: all .5s
}

.search-popup .color-layer {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 120px;
  width: 100%;
  background-color: var(--hotelux-base);
  transition: all .5s;
  box-shadow: 0 10px 15px rgba(0, 0, 0, .05)
}

.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 70px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 0;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  transition: all .5s;
  border: none;
  opacity: 0;
  transform: translateX(100px);
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 9999
}

.search-popup .close-search:hover {
  color: var(--hotelux-base);
  background-color: rgba(255, 255, 255, 1)
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 25px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  opacity: 0;
  transition: all .5s;
  z-index: 999
}

.search-popup .form-group {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0
}

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 1);
  font-size: 18px;
  color: var(--hotelux-black);
  height: 70px;
  width: 100%;
  padding: 10px 30px 10px 75px;
  font-weight: 500;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  text-transform: capitalize;
  border: 0 solid rgba(0, 0, 0, .1)
}

.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text] {
  outline: 0
}

.search-popup .form-group button,
.search-popup .form-group input[type=submit] {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  background: var(--hotelux-black);
  text-align: center;
  font-size: 20px;
  color: var(--hotelux-white);
  padding: 0;
  cursor: pointer;
  border: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  width: 60px
}

.search-popup .form-group button i {
  font-style: normal
}

.search-popup .form-group button:hover,
.search-popup .form-group input[type=submit]:hover {
  background-color: var(--hotelux-primary);
  color: var(--hotelux-black)
}

.search-popup input::placeholder {
  color: var(--hotelux-black)
}

.section-title {
  position: relative;
  display: block;
  margin-top: -7px;
  margin-bottom: 52px;
  z-index: 1
}

.section-title__tagline-box {
  position: relative;
  display: block
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  color: var(--hotelux-base);
  font-weight: 400;
  text-transform: uppercase
}

.section-title__tagline:before {
  content: "";
  height: 2px;
  background-color: var(--hotelux-base);
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0
}

.section-title__tagline::after {
  position: absolute;
  left: 0;
  bottom: -6px;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  content: "";
  animation: l-r-zump 2s linear infinite;
  background: var(--hotelux-white);
  border-radius: 50%
}

@keyframes l-r-zump {

  0%,
  100% {
    transform: translateX(0)
  }

  25%,
  75% {
    transform: translateX(10px)
  }

  50% {
    transform: translateX(-10px)
  }
}

.section-title__title {
  color: #000000;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 5px 0 0
}



.section-title__title span {
  color: var(--hotelux-base)
}

.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: 0 !important;
  background-color: var(--hotelux-base);
  color: var(--hotelux-white);
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding: 17px 35px 17px;
  overflow: hidden;
  transition: all .5s linear;
  text-transform: capitalize;
  z-index: 1
}

.thm-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  background-color: var(--hotelux-black);
  opacity: 0;
  z-index: -1;
  transition: all .4s ease-in-out
}

.thm-btn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1
}

.thm-btn::after {
  position: absolute;
  background-color: var(--hotelux-black);
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all .4s ease-in-out
}

.thm-btn:hover::after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1
}

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

.main-header {
  position: relative;
  display: block;
  width: 100%;
  background: 0 0;
  transition: all .5s ease;
  z-index: 999
}

.main-menu__top {
  position: relative;
  display: block;
  z-index: 1
}

.main-menu__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px 55px 5px;
  background-color: #08082F;
  z-index: 1
}

.main-menu__top-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 45%;
  right: 0;
  bottom: 0;
  background-color: var(--hotelux-base);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 2% 100%);
  z-index: -1
}

.main-menu__contact-list {
  position: relative;
  display: flex;
  align-items: center
}

.main-menu__contact-list li {
  position: relative;
  display: flex;
  align-items: center
}

.main-menu__contact-list li+li {
  margin-left: 46px
}

.main-menu__contact-list li:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 2px;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--hotelux-white-rgb), .3)
}

.main-menu__contact-list li:first-child:before {
  display: none
}

.main-menu__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center
}

.main-menu__contact-list li .icon i {
  font-size: 16px;
  color: var(--hotelux-white);
  position: relative;
  display: inline-block
}

.main-menu__contact-list li .text {
  margin-left: 10px
}

.main-menu__contact-list li .text p {
  font-size: 16px;
  font-weight: 400;
  color: var(--hotelux-white);
  line-height: 16px
}

.main-menu__contact-list li .text p a {
  color: var(--hotelux-white);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.main-menu__contact-list li .text p a:hover {
  color: var(--hotelux-base)
}

.main-menu__top-welcome-text {
  font-size: 18px;
  font-weight: 500;
  color: var(--hotelux-white);
  text-transform: capitalize;
  font-family: var(--hotelux-font-two);
  line-height: 18px
}

.main-menu__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.main-menu__top-text {
  font-size: 16px;
  font-weight: 500;
  color: var(--hotelux-white);
  line-height: 16px;
  margin-left: 10px
}

.main-menu__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 40px
}

.main-menu__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(var(--hotelux-white-rgb), .4);
  border-radius: 5px;
  font-size: 15px;
  color: var(--hotelux-white);
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  z-index: 1
}

.main-menu__social a:hover {
  color: var(--hotelux-base);
  border: 1px solid var(--hotelux-white)
}

.main-menu__social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--hotelux-white);
  transform: scale(.5);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  z-index: -1
}

.main-menu__social a:hover::before {
  transform: scale(1);
  opacity: 1
}

.main-menu__social a+a {
  margin-left: 5px
}

.main-menu {
  position: relative;
  display: block
}

.main-menu__wrapper {
  position: relative;
  display: block
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 55px;
  z-index: 1
}

.main-menu__left {
  position: relative;
  display: block
}

.main-menu__left::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -8px;
  background-color: #ffffff;
  opacity: .6;
  z-index: -1;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px
}

.main-menu__left::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: -1
}

.main-menu__logo {
  position: relative;
  display: block;
  padding: 10px 0;
  padding-right: 0px;
  z-index: 1
}

.main-menu__logo img {
  width: 160px;
}

.main-menu__logo::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1000000px;
  right: 100%;
  background-color: #ffffff;
  z-index: -1
}

.main-menu__main-menu-box {
  display: block
}

.main-menu__right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  padding: 25px 0
}

.main-menu__call {
  position: relative;
  display: flex;
  align-items: center
}

.main-menu__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--hotelux-base);
  border-radius: 50%;
  color: var(--hotelux-white);
  font-size: 18px;
  top: 3px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.main-menu__call-icon:hover {
  background-color: var(--hotelux-black);
  color: var(--hotelux-white)
}

.main-menu__call-content {
  position: relative;
  display: block;
  top: 3px;
  margin-left: 10px
}

.main-menu__call-sub-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--hotelux-gray);
  line-height: 16px;
  font-family: var(--hotelux-font-two);
  text-transform: capitalize
}

.main-menu__search-box {
  position: relative;
  display: block
}

.main-menu__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--hotelux-black);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.main-menu__search:hover {
  color: var(--hotelux-base)
}

.main-menu__nav-sidebar-icon {
  position: relative;
  display: block
}

.main-menu__nav-sidebar-icon .navSidebar-button {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  padding-right: 11px;
  height: 45px;
  width: 45px;
  background-color: var(--hotelux-base);
  border-radius: 50%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.icon-dots-menu-one {
  position: relative;
  display: block;
  width: 15px;
  height: 3px;
  background-color: var(--hotelux-white);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-one {
  width: 22px
}

.icon-dots-menu-two {
  position: relative;
  display: block;
  width: 22px;
  height: 3px;
  background-color: var(--hotelux-white);
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.icon-dots-menu-three {
  position: relative;
  display: block;
  width: 18px;
  height: 3px;
  background-color: var(--hotelux-white);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three {
  width: 22px
}

.stricky-header.main-menu {
  background-color: var(--hotelux-white)
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none
}

@media (min-width:1200px) {

  .main-menu .main-menu__list,
  .main-menu .main-menu__list>li>ul,
  .main-menu .main-menu__list>li>ul>li>ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list>li>ul,
  .stricky-header .main-menu__list>li>ul>li>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
  margin-left: 30px
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--hotelux-black);
  position: relative;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 20px;
  font-family: var(--hotelux-font-two)
}

.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li:hover>a {
  color: var(--hotelux-base)
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
  content: "";
  height: 2px;
  border-radius: 0;
  background-color: var(--hotelux-base);
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  transition: transform .5s ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: 1
}

.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
  transform: scale(1, 1);
  transform-origin: right center
}

.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
  color: var(--hotelux-base)
}

.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--hotelux-white);
  min-width: 290px;
  padding: 25px 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0;
  -webkit-transition: all .3s linear 0s;
  -khtml-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -ms-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  transition: all .3s linear 0s
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
  display: none
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: perspective(500px) rotatex(0)
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
  border-top: 1px solid rgba(var(--hotelux-black-rgb), .1);
  margin-top: 0
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
  position: relative;
  display: flex;
  align-items: center;
  color: rgba(var(--hotelux-black-rgb), 1);
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  font-family: var(--hotelux-font-two);
  text-transform: capitalize;
  padding: 16px 0 16px;
  -webkit-transition: all .2s linear 0s;
  -khtml-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -ms-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition: all .2s linear 0s
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
  color: rgba(var(--hotelux-base-rgb), 1);
  padding-left: 5px
}

.main-menu .main-menu__list>li>ul>li>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li>a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
  font-size: 14px;
  color: var(--hotelux-base);
  transform: translateY(-50%) scale(0);
  -webkit-transition: .5s;
  transition: .5s
}

.main-menu .main-menu__list>li>ul>li:hover>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li:hover>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a::before {
  transform: translateY(-50%) scale(1)
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
  top: 0;
  left: 100%;
  margin-left: 30px;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .07)
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility .5s ease, -webkit-transform .5s ease;
  transition: visibility .5s ease, -webkit-transform .5s ease;
  transition: transform .5s ease, visibility .5s ease;
  transition: transform .5s ease, visibility .5s ease, -webkit-transform .5s ease;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05)
}

@media (max-width:1199px) {
  .stricky-header {
    display: none !important
  }
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px
}

@media (min-width:1200px) {
  .mobile-nav__buttons {
    display: none
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--hotelux-base);
  cursor: pointer
}

.mobile-nav__buttons a+a {
  margin-left: 10px
}

.mobile-nav__buttons a:hover {
  color: var(--hotelux-base)
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--hotelux-base);
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--hotelux-black)
}

@media (min-width:1200px) {
  .main-menu .mobile-nav__toggler {
    display: none
  }
}

.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility .5s ease .5s, -webkit-transform .5s ease .5s;
  transition: visibility .5s ease .5s, -webkit-transform .5s ease .5s;
  transition: transform .5s ease .5s, visibility .5s ease .5s;
  transition: transform .5s ease .5s, visibility .5s ease .5s, -webkit-transform .5s ease .5s;
  visibility: hidden
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: .5;
  cursor: pointer
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--hotelux-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity .5s ease 0s, visibility .5s ease 0s, -webkit-transform .5s ease 0s;
  transition: opacity .5s ease 0s, visibility .5s ease 0s, -webkit-transform .5s ease 0s;
  transition: opacity .5s ease 0s, visibility .5s ease 0s, transform .5s ease 0s;
  transition: opacity .5s ease 0s, visibility .5s ease 0s, transform .5s ease 0s, -webkit-transform .5s ease 0s
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--hotelux-white);
  cursor: pointer
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-left: .5em
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  font-family: var(--hotelux-font, "Rubik", sans-serif);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  transition: .5s
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
  width: 30px;
  height: 30px;
  background-color: var(--hotelux-base);
  border: none;
  outline: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  padding: 0
}

.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
  display: none !important
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--hotelux-white);
  -webkit-transition: .5s;
  transition: .5s
}

.mobile-nav__social a+a {
  margin-left: 30px
}

.mobile-nav__social a:hover {
  color: var(--hotelux-base)
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px
}

.mobile-nav__contact li {
  color: var(--hotelux-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.mobile-nav__contact li+li {
  margin-top: 15px
}

.mobile-nav__contact li a {
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s
}

.mobile-nav__contact li a:hover {
  color: var(--hotelux-base)
}

.mobile-nav__contact li>i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--hotelux-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: #fff
}

.mobile-nav__container .main-logo {
  display: none
}

.main-header-two {
  position: relative;
  display: block;
  width: 100%;
  background: 0 0;
  transition: all .5s ease;
  z-index: 999
}

.main-menu-two__top {
  position: relative;
  display: block;
  z-index: 1
}

.main-menu-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5px 55px 5px;
  background-color: var(--hotelux-black);
  z-index: 1
}

.main-menu-two__top-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  background-color: var(--hotelux-base);
  clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0 100%, 0 0);
  z-index: -1
}

.main-menu-two__top-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 49%;
  bottom: 0;
  background-color: rgba(var(--hotelux-base-rgb), .8);
  clip-path: polygon(100% 0, 97% 50%, 100% 100%, 0 100%, 0 0);
  z-index: -1
}

.main-menu-two__contact-list {
  position: relative;
  display: flex;
  align-items: center
}

.main-menu-two__contact-list li {
  position: relative;
  display: flex;
  align-items: center
}

.main-menu-two__contact-list li+li {
  margin-left: 46px
}

.main-menu-two__contact-list li:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 2px;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--hotelux-white-rgb), .3)
}

.main-menu-two__contact-list li:first-child:before {
  display: none
}

.main-menu-two__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center
}

.main-menu-two__contact-list li .icon i {
  font-size: 16px;
  color: var(--hotelux-white);
  position: relative;
  display: inline-block
}

.main-menu-two__contact-list li .text {
  margin-left: 10px
}

.main-menu-two__contact-list li .text p {
  font-size: 16px;
  font-weight: 400;
  color: var(--hotelux-white);
  line-height: 16px
}

.main-menu-two__contact-list li .text p a {
  color: var(--hotelux-white);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.main-menu-two__contact-list li .text p a:hover {
  color: var(--hotelux-black)
}

.main-menu-two__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.main-menu-two__top-text {
  font-size: 16px;
  font-weight: 500;
  color: var(--hotelux-white);
  line-height: 16px;
  margin-left: 10px
}

.main-menu-two__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 40px
}

.main-menu-two__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(var(--hotelux-white-rgb), .4);
  border-radius: 5px;
  font-size: 15px;
  color: var(--hotelux-white);
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  z-index: 1
}

.main-menu-two__social a:hover {
  color: var(--hotelux-base);
  border: 1px solid var(--hotelux-white)
}

.main-menu-two__social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--hotelux-white);
  transform: scale(.5);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  z-index: -1
}

.main-menu-two__social a:hover::before {
  transform: scale(1);
  opacity: 1
}

.main-menu-two__social a+a {
  margin-left: 5px
}

.main-menu-two__wrapper {
  position: relative;
  display: block
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 55px
}

.main-menu-two__left {
  display: block
}

.main-menu-two__logo {
  display: block;
  padding: 25px 0;
  z-index: 1
}

.main-menu-two__main-menu-box {
  display: block
}

.main-menu-two__right {
  position: relative;
  display: block;
  z-index: 1
}

.main-menu-two__right:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: -10000000px;
  background-color: var(--hotelux-base);
  z-index: -1
}

.main-menu-two__right-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  padding: 25px 0 25px;
  padding-left: 20px;
  background-color: var(--hotelux-base);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  z-index: 1
}

.main-menu-two__right-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -10px;
  background-color: rgba(var(--hotelux-base-rgb), .7);
  z-index: -1;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px
}

.main-menu-two__call {
  position: relative;
  display: flex;
  align-items: center
}

.main-menu-two__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--hotelux-black);
  border-radius: 50%;
  color: var(--hotelux-white);
  font-size: 18px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.main-menu-two__call-icon:hover {
  background-color: var(--hotelux-white);
  color: var(--hotelux-base)
}

.main-menu-two__call-content {
  position: relative;
  display: block;
  margin-left: 10px
}

.main-menu-two__call-sub-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--hotelux-white);
  line-height: 16px;
  font-family: var(--hotelux-font-two);
  text-transform: capitalize
}

.main-menu-two__search-box {
  position: relative;
  display: block
}

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--hotelux-white);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.main-menu-two__search:hover {
  color: var(--hotelux-black)
}

.main-menu-two__nav-sidebar-icon {
  position: relative;
  display: block
}

.main-menu-two__nav-sidebar-icon .navSidebar-button {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  padding-right: 11px;
  height: 45px;
  width: 45px;
  background-color: var(--hotelux-black);
  border-radius: 50%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.main-menu-two__nav-sidebar-icon .icon-dots-menu-one {
  position: relative;
  display: block;
  width: 15px;
  height: 3px;
  background-color: var(--hotelux-white);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.main-menu-two__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-one {
  width: 22px
}

.main-menu-two__nav-sidebar-icon .icon-dots-menu-two {
  position: relative;
  display: block;
  width: 22px;
  height: 3px;
  background-color: var(--hotelux-white);
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.main-menu-two__nav-sidebar-icon .icon-dots-menu-three {
  position: relative;
  display: block;
  width: 18px;
  height: 3px;
  background-color: var(--hotelux-white);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.main-menu-two__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three {
  width: 22px
}

.main-menu-two__btn-box {
  position: relative;
  display: block
}

.main-menu-two__btn-box .thm-btn {
  background-color: var(--hotelux-black)
}

.main-menu-two__btn-box .thm-btn>span {
  background-color: var(--hotelux-base)
}

.main-menu-two__btn-box .thm-btn::after,
.main-menu-two__btn-box .thm-btn::before {
  background-color: var(--hotelux-white)
}

.main-menu-two__btn-box .thm-btn:hover {
  color: var(--hotelux-base)
}

.main-menu-two__btn-box .thm-btn:hover>span {
  background-color: var(--hotelux-black);
  color: var(--hotelux-white)
}

.stricky-header.main-menu-two {
  background-color: var(--hotelux-white)
}

.main-header-three {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: 0 0;
  transition: all .5s ease;
  z-index: 999
}

.main-menu-three__top {
  position: relative;
  display: block;
  background-color: var(--hotelux-base);
  margin-bottom: 10px;
  z-index: 5
}

.main-menu-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 7.5px 0 7.5px;
  z-index: 1
}

.main-menu-three__top-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  background-color: var(--hotelux-black);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
  z-index: -1
}

.main-menu-three__top-inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 99%;
  right: -10000000px;
  background-color: var(--hotelux-black);
  z-index: -1
}

.main-menu-three__contact-list {
  position: relative;
  display: flex;
  align-items: center
}

.main-menu-three__contact-list li {
  position: relative;
  display: flex;
  align-items: center
}

.main-menu-three__top-menu li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -10px;
  bottom: 6px;
  width: 1px;
  background-color: var(--hotelux-white);
  transform: rotate(15deg)
}

.main-menu-three__top-menu li:first-child:before {
  display: none
}

.main-menu-three__contact-list li+li {
  margin-left: 46px
}

.main-menu-three__contact-list li:before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: -23px;
  width: 1px;
  background-color: rgba(var(--hotelux-white-rgb), .4)
}

.main-menu-three__contact-list li:first-child:before {
  display: none
}

.main-menu-three__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center
}

.main-menu-three__contact-list li .icon i {
  font-size: 16px;
  color: var(--hotelux-white)
}

.main-menu-three__contact-list li .text {
  margin-left: 10px
}

.main-menu-three__contact-list li .text p {
  font-size: 16px;
  color: var(--hotelux-white)
}

.main-menu-three__contact-list li .text p a {
  color: var(--hotelux-white);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.main-menu-three__contact-list li .text p a:hover {
  color: var(--hotelux-black)
}

.main-menu-three__top-text {
  color: var(--hotelux-white)
}

.main-menu-three__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.main-menu-three__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 40px
}

.main-menu-three__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border: 1px solid rgba(var(--hotelux-white-rgb), .2);
  border-radius: 5px;
  font-size: 14px;
  color: var(--hotelux-white);
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  z-index: 1
}

.main-menu-three__social a:hover {
  color: var(--hotelux-base);
  border: 1px solid var(--hotelux-white)
}

.main-menu-three__social a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--hotelux-white);
  transform: scale(.5);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  z-index: -1
}

.main-menu-three__social a:hover::before {
  transform: scale(1);
  opacity: 1
}

.main-menu-three__social a+a {
  margin-left: 10px
}

.main-menu-three__wrapper {
  position: relative;
  display: block
}

.main-menu-three__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: rgba(var(--hotelux-black-rgb), .3)
}

.main-menu-three__left {
  position: relative;
  display: block;
  z-index: 1
}

.main-menu-three__left:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10000000px;
  right: 99%;
  background-color: var(--hotelux-base);
  z-index: -1
}

.main-menu-three__logo {
  position: relative;
  display: block;
  padding: 25px 0;
  padding-right: 20px;
  background-color: var(--hotelux-base);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: 1
}

.main-menu-three__logo:before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  left: 0;
  bottom: 0;
  background-color: rgba(var(--hotelux-base-rgb), .7);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: -1
}

.main-menu-three__main-menu-box {
  display: block
}

.main-menu-three__right {
  position: relative;
  display: block;
  z-index: 1
}

.main-menu-three__right:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 99%;
  right: -10000000px;
  background-color: var(--hotelux-base);
  z-index: -1
}

.main-menu-three__right-content {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  padding: 25px 0 25px;
  padding-left: 20px;
  background-color: var(--hotelux-base);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  z-index: 1
}

.main-menu-three__right-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  right: 0;
  background-color: rgba(var(--hotelux-base-rgb), .8);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  z-index: -1
}

.main-menu-three__search-box {
  position: relative;
  display: block
}

.main-menu-three__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--hotelux-white);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.main-menu-three__search:hover {
  color: var(--hotelux-black)
}

.main-menu-three__btn-box {
  position: relative;
  display: block
}

.main-menu-three__btn-box .thm-btn {
  background-color: var(--hotelux-black)
}

.main-menu-three__btn-box .thm-btn>span {
  background-color: var(--hotelux-base)
}

.main-menu-three__btn-box .thm-btn::after,
.main-menu-three__btn-box .thm-btn::before {
  background-color: var(--hotelux-white)
}

.main-menu-three__btn-box .thm-btn:hover {
  color: var(--hotelux-base)
}

.main-menu-three__btn-box .thm-btn:hover>span {
  background-color: var(--hotelux-black);
  color: var(--hotelux-white)
}

.main-menu-three .main-menu__list>li>a,
.stricky-header.main-menu-three .main-menu__list>li>a {
  color: var(--hotelux-white)
}

.main-menu-three .main-menu__list>li:hover>a,
.stricky-header.main-menu-three .main-menu__list>li:hover>a {
  color: var(--hotelux-base)
}

.main-menu-three .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-three .main-menu__list>li:hover>a::after {
  color: var(--hotelux-base)
}

.stricky-header.main-menu-three {
  background-color: var(--hotelux-black)
}

.main-slider {
  position: relative;
  display: block;
  background-color: var(--hotelux-black);
  z-index: 91
}

.main-slider .swiper-slide {
  position: relative;
  background-color: var(--hotelux-black)
}

.main-slider__bg-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1
}

.main-slider__bg-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #191628;
  background: linear-gradient(90deg,
      rgba(223, 207, 185, 0.96) 0%,
      rgba(245, 225, 190, 0.85) 35%,
      rgba(120, 70, 40, 0.45) 70%,
      rgba(40, 20, 20, 0.65) 100%);



  z-index: 1
}

.main-slider__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1s ease-in, -webkit-transform 7s ease;
  transition: opacity 1s ease-in, -webkit-transform 7s ease;
  transition: transform 7s ease, opacity 1s ease-in;
  transition: transform 7s ease, opacity 1s ease-in, -webkit-transform 7s ease
}

.main-slider__shape-1 {
  position: absolute;
  bottom: -200px;
  right: 300px;
  top: -200px;
  width: 400px;
  background-color: var(--hotelux-base);
  z-index: -1;
  opacity: 0;
  -webkit-transform: perspective(400px) rotate(18deg) translateX(-100px);
  -ms-transform: perspective(400px) rotate(18deg) translateX(-100px);
  transform: perspective(400px) rotate(18deg) translateX(-100px);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
}

.main-slider__shape-2 {
  position: absolute;
  bottom: -200px;
  left: 200px;
  top: -200px;
  width: 400px;
  background-color: var(--hotelux-base);
  z-index: -1;
  transform: rotate(18deg);
  opacity: 0;
  -webkit-transform: perspective(400px) rotate(18deg) translateX(-100px);
  -ms-transform: perspective(400px) rotate(18deg) translateX(-100px);
  transform: perspective(400px) rotate(18deg) translateX(-100px);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -ms-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
  transition: all 1.8s ease
}

.main-slider .container {
  position: relative;
  z-index: 30
}

.main-slider__content {
  position: relative;
  display: block;
  padding-top: 146px;
  padding-bottom: 215px;
  z-index: 15
}

.main-slider__sub-title {
  position: relative;
  display: block;
  font-size: 20px;
  color: var(--hotelux-base);
  font-weight: 500;
  line-height: 1em;
  font-family: var(--hotelux-font-two);
  text-transform: capitalize;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0) translateY(-80px);
  transform: perspective(400px) rotateY(0) translateY(-80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
}

.main-slider__title {
  position: relative;
  font-size: 65px;
  color: var(--hotelux-white);
  font-weight: 600;
  line-height: 1.2em;
  text-transform: capitalize;
  margin-top: 18px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0) translateY(-80px);
  transform: perspective(400px) rotateY(0) translateY(-80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
}

.main-slider__title span {
  color: var(--hotelux-base)
}

.main-slider__text {
  position: relative;
  display: block;
  font-size: 18px;
  color: rgba(var(--hotelux-white-rgb), .8);
  font-weight: 400;
  margin-top: 22px;
  margin-bottom: 43px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0) translateY(80px);
  transform: perspective(400px) rotateY(0) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 1
}

.main-slider__btn-and-review-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0) translateY(80px);
  transform: perspective(400px) rotateY(0) translateY(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease
}

.main-slider__btn-box {
  position: relative;
  display: block
}

.main-slider__btn-box .thm-btn::after,
.main-slider__btn-box .thm-btn::before {
  background-color: var(--hotelux-white)
}

.main-slider__btn-box .thm-btn:hover {
  color: var(--hotelux-base)
}

.main-slider__review-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px
}

.main-slider__review {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px
}

.main-slider__review span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--hotelux-base)
}

.main-slider__review-text-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px
}

.main-slider__review-text {
  font-size: 20px;
  color: var(--hotelux-white);
  line-height: 1em;
  font-family: var(--hotelux-font);
  font-weight: 400
}

#main-slider-pagination {
  position: absolute;
  left: auto;
  right: 60px;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  height: 80px;
  width: auto;
  z-index: 100
}

#main-slider-pagination::before {
  position: absolute;
  top: -105px;
  left: 50%;
  width: 4px;
  height: 85px;
  background: #fff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, .7595413165266106) 35%, rgba(255, 255, 255, .5746673669467788) 57%, rgba(255, 255, 255, .19371498599439774) 95%);
  transform: translateX(-50%);
  opacity: .3;
  content: ""
}

#main-slider-pagination::after {
  position: absolute;
  bottom: -105px;
  left: 50%;
  width: 4px;
  height: 85px;
  background: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 14%, rgba(255, 255, 255, .7595413165266106) 35%, rgba(255, 255, 255, .5746673669467788) 57%, rgba(255, 255, 255, .19371498599439774) 95%);
  transform: translateX(-50%);
  opacity: .3;
  content: ""
}

.faq-page {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1
}

.site-footer {
  position: relative;
  display: block;
  background-color: var(--hotelux-black);
  overflow: hidden;
  z-index: 1
}

.site-footer__shape-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .03;
  mix-blend-mode: luminosity;
  animation: topBottom 3s ease-in-out infinite;
  z-index: -1
}

.site-footer__top {
  position: relative;
  display: block
}

.site-footer__middle {
  position: relative;
  display: block;
  padding: 50px 0;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-top: 5px
}

.footer-widget__logo {
  position: relative;
  display: block
}

.footer-widget__logo img {
  max-width: 230px;
}

.footer-widget__about-text {
  color: rgba(var(--hotelux-white-rgb), .7);
  margin-top: 20px;
  margin-bottom: 22px
}

.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  border-top: 1px dashed rgba(var(--hotelux-white-rgb), .2);
  padding-top: 20px
}

.site-footer__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--hotelux-white);
  background-color: rgba(var(--hotelux-white-rgb), .15);
  font-size: 16px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 1
}

.site-footer__social a:hover {
  color: var(--hotelux-white);
  background-color: var(--hotelux-base)
}

.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--hotelux-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1
}

.site-footer__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

.site-footer__social a+a {
  margin-left: 10px
}

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 25px
}

.footer-widget__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: var(--hotelux-white);
  text-transform: capitalize
}

.footer-widget__right-bottom {
  position: relative;
  display: block;
  margin-left: 75px
}

.footer-widget__usefull-link {
  position: relative;
  display: block;
  margin-left: 80px
}

.footer-widget__link-box {
  position: relative;
  display: block
}

.footer-widget__link {
  position: relative;
  display: block
}

.footer-widget__link li {
  position: relative;
  display: block
}

.footer-widget__link li+li {
  margin-top: 12px
}

.footer-widget__link li a {
  color: rgba(var(--hotelux-white-rgb), .7);
  text-transform: capitalize;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.footer-widget__link li a:hover {
  color: var(--hotelux-base)
}

.footer-widget__link-2 {
  margin-left: 55px
}

.footer-widget__services {
  position: relative;
  display: block;
  margin-left: 70px
}

.footer-widget__contact-box {
  position: relative;
  display: block;
  margin-left: 70px
}

.footer-widget__contact {
  position: relative;
  display: block
}

.footer-widget__contact li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px
}

.footer-widget__contact li+li {
  margin-top: 14px
}

.footer-widget__contact li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: rgba(var(--hotelux-white-rgb), .15);
  border-radius: 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.footer-widget__contact li:hover .icon {
  background-color: var(--hotelux-base)
}

.footer-widget__contact li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--hotelux-white);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.footer-widget__contact li:hover .icon span {
  color: var(--hotelux-white)
}

.footer-widget__contact li .content {
  position: relative;
  display: block;
  flex: 1
}

.footer-widget__contact li .content h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  color: var(--hotelux-white)
}

.footer-widget__contact li .content p {
  color: rgba(var(--hotelux-white-rgb), .7)
}

.footer-widget__contact li .content p a {
  color: rgba(var(--hotelux-white-rgb), .7)
}

.footer-widget__contact li .content p a:hover {
  color: var(--hotelux-base)
}

.site-footer__bottom {
  position: relative;
  display: block;
  border-top: 1px dashed rgba(var(--hotelux-white-rgb), .2)
}

.site-footer__bottom-inner {
  position: relative;
  text-align: center;
  font-size: 14px;
  /* display: flex; */
  flex-direction: column;
  /* align-items: center; */
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 26px 0 25px
}

.site-footer__bottom-inner a,
.site-footer__bottom-inner {
  color: white;
}

.site-footer__bottom-text {
  color: rgba(var(--hotelux-white-rgb), .7)
}

.site-footer__bottom-text a {
  color: var(--hotelux-base);
  font-weight: 600
}

.site-footer__bottom-text a:hover {
  color: var(--hotelux-white)
}

.site-footer__bottom-menu {
  position: relative;
  display: flex;
  align-items: center
}

.site-footer__bottom-menu li {
  position: relative;
  display: block
}

.site-footer__bottom-menu li+li {
  margin-left: 30px
}

.site-footer__bottom-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgba(var(--hotelux-white-rgb), .7);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.site-footer__bottom-menu li a:hover {
  color: var(--hotelux-base)
}

.site-footer-two {
  position: relative;
  display: block;
  background-color: var(--hotelux-black);
  overflow: hidden;
  margin-top: -100px;
  z-index: 1
}

.site-footer-two__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .02;
  mix-blend-mode: luminosity;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1
}

.site-footer-two__top {
  position: relative;
  display: block;
  padding: 212px 0 112px
}

.footer-widget-two__about {
  position: relative;
  display: block;
  margin-top: 8px
}

.footer-widget-two__logo {
  position: relative;
  display: block
}

.footer-widget-two__about-text {
  margin-top: 25px;
  margin-bottom: 36px;
  color: rgba(var(--hotelux-white-rgb), .8)
}

.site-footer-two__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.site-footer-two__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--hotelux-white);
  background-color: rgba(var(--hotelux-white-rgb), .2);
  font-size: 14px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 1
}

.site-footer-two__social a:hover {
  color: var(--hotelux-white);
  background-color: var(--hotelux-base)
}

.site-footer-two__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--hotelux-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1
}

.site-footer-two__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

.site-footer-two__social a+a {
  margin-left: 10px
}

.footer-widget-two__title-box {
  position: relative;
  display: block;
  margin-bottom: 25px
}

.footer-widget-two__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  color: var(--hotelux-white);
  text-transform: capitalize
}

.footer-widget-two__usefull-link {
  position: relative;
  display: block;
  margin-left: 70px
}

.footer-widget-two__link-box {
  position: relative;
  display: flex
}

.footer-widget-two__link {
  position: relative;
  display: block
}

.footer-widget-two__link li {
  position: relative;
  display: block
}

.footer-widget-two__link li+li {
  margin-top: 10px
}

.footer-widget-two__link li a {
  color: rgba(var(--hotelux-white-rgb), .8);
  text-transform: capitalize;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.footer-widget-two__link li a:hover {
  color: var(--hotelux-base)
}

.footer-widget-two__link-2 {
  margin-left: 55px
}

.footer-widget-two__services {
  position: relative;
  display: block;
  margin-left: -30px
}

.footer-widget-two__instagram {
  position: relative;
  display: block
}

.footer-widget-two__instagram-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  padding-top: 5px
}

.footer-widget-two__instagram-list li {
  position: relative;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px
}

.footer-widget-two__instagram-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2px;
  z-index: 1
}

.footer-widget-two__instagram-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--hotelux-black-rgb), .5);
  transition: all .7s ease;
  transform: translateY(-100%);
  z-index: 1
}

.footer-widget-two__instagram-list li:hover .footer-widget-two__instagram-img:before {
  transform: translateY(0)
}

.footer-widget-two__instagram-img img {
  width: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all
}

.footer-widget-two__instagram-list li:hover .footer-widget-two__instagram-img img {
  transform: scale(1.1) rotate(2deg)
}

.footer-widget-two__instagram-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: var(--hotelux-white);
  transform: translateY(100px);
  opacity: 0;
  transition: all .7s ease;
  z-index: 2
}

.footer-widget-two__instagram-list li:hover .footer-widget-two__instagram-img a {
  transform: translateY(0);
  opacity: 1;
  transition-delay: .3s
}

.footer-widget-two__instagram-list li .footer-widget-two__instagram-img a:hover {
  color: var(--hotelux-white)
}

.site-footer-two__bottom {
  position: relative;
  display: block;
  border-top: 1px solid rgba(var(--hotelux-white-rgb), .1)
}

.site-footer-two__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0 29px
}

.site-footer-two__bottom-text {
  color: rgba(var(--hotelux-white-rgb), .8)
}

.site-footer-two__bottom-text a {
  font-weight: 500;
  color: var(--hotelux-base);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.site-footer-two__bottom-text a:hover {
  color: var(--hotelux-white)
}

.site-footer-two__bottom-menu {
  position: relative;
  display: flex;
  align-items: center
}

.site-footer-two__bottom-menu li {
  position: relative;
  display: block
}

.site-footer-two__bottom-menu li:before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 7px;
  left: -8px;
  width: 1px;
  background-color: var(--hotelux-gray)
}

.site-footer-two__bottom-menu li:first-child:before {
  display: none
}

.site-footer-two__bottom-menu li+li {
  margin-left: 16px
}

.site-footer-two__bottom-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgba(var(--hotelux-white-rgb), .8);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.site-footer-two__bottom-menu li a:hover {
  color: var(--hotelux-base)
}

.site-footer-three {
  position: relative;
  display: block;
  background-color: var(--hotelux-black);
  overflow: hidden;
  z-index: 1
}

.site-footer-three__bg-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc((100% - 580px)/ 2);
  background-color: rgba(var(--hotelux-white-rgb), .03);
  z-index: -1
}

.site-footer-three__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .05;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: luminosity;
  animation: topBottom 3s ease-in-out infinite;
  z-index: -1
}

.site-footer-three__top {
  position: relative;
  display: block
}

.footer-widget-three__about {
  position: relative;
  display: block;
  padding-top: 120px
}

.footer-widget-three__logo {
  position: relative;
  display: block
}

.footer-widget-three__about-text {
  color: rgba(var(--hotelux-white-rgb), .8);
  margin-top: 20px;
  margin-bottom: 22px
}

.footer-widget-three__right {
  position: relative;
  display: block
}

.footer-widget-three__title-box {
  position: relative;
  display: block;
  margin-bottom: 25px
}

.footer-widget-three__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: var(--hotelux-white);
  text-transform: capitalize
}

.footer-widget-three__right-bottom {
  position: relative;
  display: block;
  margin-left: 75px;
  border-top: 1px dashed rgba(var(--hotelux-white-rgb), .2);
  padding-top: 50px
}

.footer-widget-three__usefull-link {
  position: relative;
  display: block
}

.footer-widget-three__link-box {
  position: relative;
  display: block
}

.footer-widget-three__link {
  position: relative;
  display: block
}

.footer-widget-three__link li {
  position: relative;
  display: block
}

.footer-widget-three__link li+li {
  margin-top: 12px
}

.footer-widget-three__link li a {
  color: rgba(var(--hotelux-white-rgb), .8);
  text-transform: capitalize;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.footer-widget-three__link li a:hover {
  color: var(--hotelux-base)
}

.footer-widget-three__link-2 {
  margin-left: 55px
}

.footer-widget-three__services {
  position: relative;
  display: block
}

.footer-widget-three__contact {
  position: relative;
  display: block
}

.footer-widget-three__contact li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px
}

.footer-widget-three__contact li+li {
  margin-top: 14px
}

.footer-widget-three__contact li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: rgba(var(--hotelux-white-rgb), .15);
  border-radius: 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.footer-widget-three__contact li:hover .icon {
  background-color: var(--hotelux-base)
}

.footer-widget-three__contact li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--hotelux-white);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.footer-widget-three__contact li:hover .icon span {
  color: var(--hotelux-white)
}

.footer-widget-three__contact li .content {
  position: relative;
  display: block;
  flex: 1
}

.footer-widget-three__contact li .content h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  color: var(--hotelux-white)
}

.footer-widget-three__contact li .content p {
  color: rgba(var(--hotelux-white-rgb), .8)
}

.footer-widget-three__contact li .content p a {
  color: rgba(var(--hotelux-white-rgb), .8)
}

.footer-widget-three__contact li .content p a:hover {
  color: var(--hotelux-base)
}

.site-footer-three__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  border-top: 1px dashed rgba(var(--hotelux-white-rgb), .2);
  padding-top: 30px;
  padding-bottom: 30px
}

.site-footer-three__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--hotelux-white);
  background-color: rgba(var(--hotelux-white-rgb), .15);
  font-size: 16px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 1
}

.site-footer-three__social a:hover {
  color: var(--hotelux-white);
  background-color: var(--hotelux-base)
}

.site-footer-three__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--hotelux-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1
}

.site-footer-three__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

.site-footer-three__social a+a {
  margin-left: 10px
}

.site-footer-three__bottom {
  position: relative;
  display: block;
  background-color: rgba(var(--hotelux-white-rgb), .05)
}

.site-footer-three__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 26px 0 25px
}

.site-footer-three__bottom-text {
  color: rgba(var(--hotelux-white-rgb), .8)
}

.site-footer-three__bottom-text a {
  color: var(--hotelux-base)
}

.site-footer-three__bottom-text a:hover {
  color: var(--hotelux-white)
}

.site-footer-three__bottom-menu {
  position: relative;
  display: flex;
  align-items: center
}

.site-footer-three__bottom-menu li {
  position: relative;
  display: block
}

.site-footer-three__bottom-menu li+li {
  margin-left: 30px
}

.site-footer-three__bottom-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgba(var(--hotelux-white-rgb), .8);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.site-footer-three__bottom-menu li a:hover {
  color: var(--hotelux-base)
}

.our-rooms {
  position: relative;
  display: block;
  padding: 80px 0 80px;
  z-index: 1;
  background: #F9F6F1;
}

.our-rooms__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px
}

.our-rooms__top .section-title {
  margin-bottom: 0
}

.our-rooms__top-left {
  position: relative;
  display: block
}

.our-rooms__top-right {
  position: relative;
  display: block
}

.our-rooms__btn-box {
  position: relative;
  display: block
}

.our-rooms__carousel {
  position: relative;
  display: block
}

.our-rooms__single {
  position: relative;
  display: block;
  margin-bottom: 30px
}

.our-rooms__img-box {
  position: relative;
  display: block;
  margin-left: 20px;
  margin-right: 20px
}

.our-rooms__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1
}

.our-rooms__img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(var(--hotelux-black-rgb), .6);
  opacity: 0;
  z-index: 1;
  content: ""
}

.our-rooms__single:hover .our-rooms__img::before {
  opacity: 1
}

.our-rooms__img img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05)
}

.our-rooms__single:hover .our-rooms__img img {
  transform: scale(1)
}

.our-rooms__price {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 3px 10px 3px;
  background-color: var(--hotelux-white);
  z-index: 2
}

.our-rooms__price span {
  font-weight: 700;
  color: var(--hotelux-black)
}

.our-rooms__content {
  position: relative;
  display: block;
  border: 2px solid rgba(var(--hotelux-black-rgb), .1);
  text-align: center;
  margin-top: -50px;
  padding: 68px 30px 24px;
  background: #fff;
}

.our-rooms__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 8px
}

.our-rooms__title a {
  color: var(--hotelux-black)
}

.our-rooms__title a:hover {
  color: var(--hotelux-base)
}

.our-rooms__service {
  position: absolute;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex-direction: column;
  bottom: 10px;
  right: 10px;
  z-index: 2
}

.our-rooms__service li {
  position: relative;
  display: block
}

.our-rooms__service-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 30px;
  background-color: var(--hotelux-white);
  cursor: pointer;
  gap: 10px
}

.our-rooms__service-icon i {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--hotelux-black)
}

.our-rooms__extra-service {
  position: absolute;
  left: -95px;
  bottom: 0;
  opacity: 0;
  transform: translatex(50px);
  transition: background-color .7s ease;
  transition: all .7s ease
}

.our-rooms__extra-service span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 10px 0;
  width: fit-content;
  white-space: nowrap;
  height: 30px;
  background-color: var(--hotelux-white)
}

.our-rooms__service li:hover .our-rooms__extra-service {
  opacity: 1;
  transform: translatex(0);
  transition-delay: .2s
}

.our-rooms__details-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px
}

.our-rooms__details-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px
}

.our-rooms__details-list li .icon {
  position: relative;
  display: inline-block
}

.our-rooms__details-list li .icon>span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--hotelux-black)
}

.our-rooms__details-list li p {
  font-size: 15px;
  font-weight: 500;
  color: var(--hotelux-black);
  text-transform: capitalize
}

.our-rooms__details-list li>p>span {
  font-weight: 400
}

.our-rooms__nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px
}

.our-rooms__nav .swiper-button-next1,
.our-rooms__nav .swiper-button-prev1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  color: var(--hotelux-white);
  background-color: var(--hotelux-base);
  font-size: 16px;
  margin: 0 0;
  text-align: center;
  transition: all .5s ease;
  z-index: 100
}

.our-rooms__nav .swiper-button-next1:hover,
.our-rooms__nav .swiper-button-prev1:hover {
  color: var(--hotelux-white);
  background-color: var(--hotelux-black)
}

.our-rooms__nav .swiper-button-next1 {
  margin-right: 10px
}

.our-rooms-two {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1
}

.our-rooms-two__bg-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background: linear-gradient(0deg, rgba(34, 193, 195, 0) 0, rgba(241, 241, 241, 1) 100%);
  z-index: -1
}

.our-rooms-two__carousel {
  position: relative;
  display: block
}

.our-rooms-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px
}

.our-rooms-two__img-box {
  position: relative;
  display: block
}

.our-rooms-two__img {
  position: relative;
  display: block;
  overflow: hidden
}

.our-rooms-two__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #191628;
  background: linear-gradient(180deg, rgba(25, 22, 40, 0) 15%, rgba(25, 22, 40, 1) 100%);
  z-index: 1
}

.our-rooms-two__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out
}

.our-rooms-two__single:hover .our-rooms-two__img img {
  transform: scale(1.05) rotate(0)
}

.our-rooms-two__price {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 3px 10px 3px;
  background-color: var(--hotelux-white);
  z-index: 2
}

.our-rooms-two__price span {
  font-weight: 700;
  color: var(--hotelux-black)
}

.our-rooms-two__content {
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 20px;
  text-align: center;
  z-index: 2
}

.our-rooms-two__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 6px
}

.our-rooms-two__title a {
  color: var(--hotelux-white)
}

.our-rooms-two__title a:hover {
  color: var(--hotelux-base)
}

.our-rooms-two__details-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px
}

.our-rooms-two__details-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px
}

.our-rooms-two__details-list li .icon {
  position: relative;
  display: inline-block
}

.our-rooms-two__details-list li .icon>span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--hotelux-white)
}

.our-rooms-two__details-list li p {
  font-size: 15px;
  font-weight: 500;
  color: var(--hotelux-white);
  text-transform: capitalize
}

.our-rooms-two__details-list li>p>span {
  font-weight: 400
}

.our-rooms-two__service {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 5px
}

.our-rooms-two__service li {
  position: relative;
  display: block
}

.our-rooms-two__service li .our-rooms-two__service-icon {
  position: relative;
  display: inline-block
}

.our-rooms-two__service li .our-rooms-two__service-icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--hotelux-base)
}

.our-rooms-two__btn-box {
  position: relative;
  display: block;
  text-align: center
}

.our-rooms-two__btn-box a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid var(--hotelux-base);
  padding: 10px 30px 10px;
  color: var(--hotelux-base)
}

.our-rooms-two__btn-box a:hover {
  color: var(--hotelux-white);
  background-color: var(--hotelux-base)
}

.our-rooms-three {
  padding: 120px 0 0
}

.our-rooms-three .swiper-container {
  overflow: visible
}

.room-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1
}

.room-details {
  position: relative;
  display: block;
  padding: 120px 0 111px;
  z-index: 1
}

.room-details__inner {
  position: relative;
  display: block
}

.room-details__single {
  position: relative;
  display: flex;
  align-items: flex-start;
  border: 1px solid rgba(var(--hotelux-black-rgb), .15);
  padding: 50px 50px 50px;
  gap: 30px
}

.room-details__img-box {
  position: relative;
  display: block
}

.room-details__img {
  position: relative;
  display: block;
  max-width: 735px;
  width: 100%
}

.room-details__img img {
  width: 100%
}

.room-details__content {
  position: relative;
  display: block;
  flex: 1
}

.room-details__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 10px
}

.room-details__price {
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  font-style: italic;
  color: var(--hotelux-base)
}

.room-details__price span {
  font-family: var(--hotelux-font);
  font-size: 18px;
  font-weight: 700;
  color: var(--hotelux-black);
  font-style: normal
}

.room-details__ratting-and-text {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 2px 0 20px
}

.room-details__ratting {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px
}

.room-details__ratting span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--hotelux-base)
}

.room-details__points-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 50px
}

.room-details__points-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px
}

.room-details__points-list {
  position: relative;
  display: block
}

.room-details__points-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px
}

.room-details__points-list li .icon {
  position: relative;
  display: inline-block
}

.room-details__points-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--hotelux-base)
}

.room-details__points-list li+li {
  margin-top: 7px
}

.room-details__text-2 {
  margin: 20px 0 45px
}

.room-details__extra-services {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px
}

.room-details__services-1 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px
}

.room-details__services-1>span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 30px;
  border: 1px solid rgba(var(--hotelux-black-rgb), .3);
  font-size: 18px;
  color: var(--hotelux-base)
}

.room-details__extra-services-text {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px
}

.room-details__extra-services-text>span {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid rgba(var(--hotelux-black-rgb), .3);
  padding: 2px 10px 2px;
  font-size: 14px;
  line-height: 24px
}

.room-details__title-2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px
}

.room-details__size {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 7px 0 14px
}

.room-details__size .icon {
  position: relative;
  display: inline-block
}

.room-details__size .icon>span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--hotelux-base)
}

.room-details__size>p {
  font-size: 16px;
  font-weight: 600;
  color: var(--hotelux-black)
}

.room-details__size>p>span {
  font-size: 16px;
  color: var(--hotelux-gray);
  font-weight: 400
}

.room-details__bottom {
  position: relative;
  display: block;
  margin-top: 47px
}

.room-details__bottom-text-2 {
  margin: 20px 0 35px
}

.room-details__review-title {
  position: relative;
  display: block
}

.room-details__review-title h3 {
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 35px
}

.room-details__review-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  max-width: 100px;
  width: 100%
}

.room-details__review-icon span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--hotelux-base)
}

.room-details__bottom-right {
  position: relative;
  display: block;
  padding-top: 50px
}

.room-details__form {
  position: relative;
  display: block
}

.room-details__input-box {
  position: relative;
  display: block;
  margin-bottom: 15px
}

.room-details__input-box input[type=email],
.room-details__input-box input[type=text] {
  height: 50px;
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(var(--hotelux-black-rgb), .15);
  padding-left: 20px;
  padding-right: 20px;
  outline: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  color: var(--hotelux-gray);
  display: block
}

.room-details__input-box .select-box {
  width: 100%
}

.room-details__input-box .nice-select {
  height: 50px;
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(var(--hotelux-black-rgb), .15);
  padding-left: 20px;
  padding-right: 20px;
  outline: 0;
  font-size: 16px;
  color: var(--hotelux-gray);
  font-weight: 400;
  line-height: 50px;
  display: block;
  float: none
}

.room-details__input-box .nice-select:after {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid rgba(var(--hotelux-black-rgb), .3);
  border-right: 2px solid rgba(var(--hotelux-black-rgb), .3);
  margin-top: 0;
  z-index: 10
}

.room-details__btn-box {
  position: relative;
  display: block
}

.room-details__btn-box .thm-btn {
  border: none
}

.room-details__bottom-text-4 {
  margin: 23px 0 40px
}

.room-list {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1
}

.room-list__single {
  position: relative;
  display: flex;
  align-items: flex-start;
  border: 1px solid rgba(var(--hotelux-black-rgb), .15);
  padding: 40px 40px 40px;
  gap: 40px;
  margin-bottom: 30px
}

.room-list__img-box {
  position: relative;
  display: block
}

.room-list__img {
  position: relative;
  display: block;
  max-width: 735px;
  width: 100%
}

.room-list__img img {
  width: 100%
}

.room-list__content {
  position: relative;
  display: block;
  flex: 1
}

.room-list__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 10px
}

.room-list__title a {
  color: var(--hotelux-black)
}

.room-list__title a:hover {
  color: var(--hotelux-base)
}

.room-list__price {
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  font-style: italic;
  color: var(--hotelux-base)
}

.room-list__price span {
  font-family: var(--hotelux-font);
  font-size: 18px;
  font-weight: 700;
  color: var(--hotelux-black);
  font-style: normal
}

.room-list__ratting-and-text {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 2px 0 18px
}

.room-list__ratting {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3px
}

.room-list__ratting span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--hotelux-base)
}

.room-list__title-2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px
}

.room-list__size {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 7px 0 14px
}

.room-list__size .icon {
  position: relative;
  display: inline-block
}

.room-list__size .icon>span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--hotelux-base)
}

.room-list__size>p {
  font-size: 16px;
  font-weight: 600;
  color: var(--hotelux-black)
}

.room-list__size>p>span {
  font-size: 16px;
  color: var(--hotelux-gray);
  font-weight: 400
}

.room-list__extra-services {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px
}

.room-list__services-1 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px
}

.room-list__services-1>span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 30px;
  border: 1px solid rgba(var(--hotelux-black-rgb), .3);
  font-size: 18px;
  color: var(--hotelux-base)
}

.room-list__extra-services-text {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px
}

.room-list__extra-services-text>span {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid rgba(var(--hotelux-black-rgb), .3);
  padding: 2px 10px 2px;
  font-size: 14px;
  line-height: 24px
}

.room-list__view-details {
  position: absolute;
  top: 40px;
  right: 40px
}

.room-list__view-details .thm-btn {
  padding: 10px 15px 10px
}

.room-list .blog-list__pagination {
  margin-top: 30px
}

.page-header {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--hotelux-black);
  z-index: 1
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .25;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1
}

.page-header__inner {
  position: relative;
  display: block;
  padding: 168px 0 172px;
  text-align: center;
  z-index: 15
}

.page-header__img-1 {
  position: absolute;
  bottom: 0;
  right: 0
}

.page-header__inner h3 {
  font-size: 60px;
  color: var(--hotelux-white);
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 14px
}

.place-one {
  position: relative;
  display: block;
  padding: 80px 0 0 0;
}

.place-one__left {
  position: relative;
  display: block;
  margin-bottom: 30px
}

.place-one__left .section-title {
  margin-bottom: 35px
}

.place-one__right {
  position: relative;
  display: block
}

.place-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px
}

.place-one__img-box {
  position: relative;
  display: block
}

.place-one__img {
  position: relative;
  display: block;
  overflow: hidden
}

.place-one__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--hotelux-black-rgb), .5);
  border-radius: var(--hotelux-bdr-radius);
  opacity: 0;
  transform: translateY(50px);
  transition: background-color .7s ease;
  transition: all .7s ease;
  z-index: 1
}

.place-one__single:hover .place-one__img::before {
  opacity: 1;
  transform: translateY(0)
}

.place-one__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out
}

.place-one__single:hover .place-one__img img {
  transform: scale(1.05) rotate(0)
}

.place-one__btn-box {
  position: relative;
  display: block
}

.place-one__text {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 4px 20px 5px;
  background-color: var(--hotelux-white);
  opacity: 0;
  transform: translatex(-50px);
  transition: background-color .7s ease;
  transition: all .7s ease;
  z-index: 2
}

.place-one__single:hover .place-one__text {
  opacity: 1;
  transform: translatex(0);
  transition-delay: .2s
}

.place-one__text span {
  position: relative;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--hotelux-font-two);
  color: var(--hotelux-black)
}

.place-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1
}

.place-page .place-one__text span {
  font-family: var(--hotelux-font)
}

.places-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1
}

.places-details__inner {
  position: relative;
  display: block
}

.places-details__img {
  position: relative;
  display: block
}

.places-details__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #191628;
  background: linear-gradient(180deg, rgba(25, 22, 40, 0) 54%, rgba(25, 22, 40, 1) 100%);
  z-index: 1
}

.places-details__img img {
  width: 100%
}

.places-details__img-text-1 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1
}

.places-details__title-1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 30px;
  margin-bottom: 25px
}

.places-details__img-text-1 span {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  font-family: var(--hotelux-font-two);
  color: var(--hotelux-white)
}

.places-details__text-1 {
  margin: 50px 0 35px
}

.places-details__img-list {
  position: relative;
  display: block
}

.places-details__img-list-img {
  position: relative;
  display: block;
  margin-bottom: 30px;
  overflow: hidden
}

.places-details__img-list-img img {
  width: 100%
}

.places-details__img-text {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 4px 20px 5px;
  background-color: var(--hotelux-white);
  opacity: 0;
  transform: translatex(-50px);
  transition: background-color .7s ease;
  transition: all .7s ease;
  z-index: 2
}

.places-details__img-list-img:hover .places-details__img-text {
  opacity: 1;
  transform: translatex(0);
  transition-delay: .2s
}

.places-details__img-text span {
  position: relative;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--hotelux-font-two);
  color: var(--hotelux-black)
}

.restaurant-one {
  position: relative;
  display: block;
  padding: 120px 0 0;
  z-index: 1
}

.restaurant-one__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .07;
  filter: sepia(1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1
}

.restaurant-one__menu-list-box {
  position: relative;
  display: block
}

.restaurant-one__menu-list-box .row {
  --bs-gutter-x: 20px
}

.restaurant-one__menu-list {
  position: relative;
  display: block
}

.restaurant-one__menu-list li {
  position: relative;
  display: block;
  margin-bottom: 20px
}

.restaurant-one__menu-single {
  position: relative;
  display: block;
  background-color: var(--hotelux-white);
  box-shadow: 0 0 48.51px .49px rgba(0, 0, 0, .1);
  padding: 20px 20px 20px;
  border: 1px solid rgba(var(--hotelux-base-rgb), .2)
}

.restaurant-one__menu-img-and-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px
}

.restaurant-one__menu-img {
  position: relative;
  display: block;
  max-width: 130px;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  z-index: 1
}

.restaurant-one__menu-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--hotelux-black-rgb), 1);
  opacity: 0;
  transition: background-color .5s ease;
  transition: all .5s ease;
  z-index: 1
}

.restaurant-one__menu-list li:hover .restaurant-one__menu-img:before {
  opacity: .5
}

.restaurant-one__menu-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
  border-radius: 3px
}

.restaurant-one__menu-list li:hover .restaurant-one__menu-img img {
  transform: scale(1.05) rotate(0)
}

.restaurant-one__menu-content {
  position: relative;
  display: block;
  flex: 1
}

.restaurant-one__menu-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px
}

.restaurant-one__menu-price {
  position: relative;
  display: block;
  margin: 0 0 10px;
  border-bottom: 1px dashed rgba(var(--hotelux-base-rgb), .5);
  padding-bottom: 8px
}

.restaurant-one__menu-price p {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 18px;
  color: var(--hotelux-black)
}

.restaurant-one__menu-price span {
  font-family: var(--hotelux-font-two);
  font-weight: 600;
  color: var(--hotelux-base);
  font-size: 18px;
  font-style: italic;
  position: relative;
  top: -1px
}

.restaurant-one__inner {
  position: relative;
  display: block;
  padding-bottom: 100px
}

.restaurant-one__img {
  position: absolute;
  bottom: 0;
  right: -190px
}

.restaurant-one__img img {
  width: auto
}

.restaurant-one__btn {
  position: absolute;
  top: 35px;
  right: 20px
}

.restaurant-one__btn .thm-btn {
  background-color: transparent;
  border: 1px solid rgba(var(--hotelux-base-rgb), .5);
  color: var(--hotelux-base);
  padding: 7px 10px 7px;
  font-size: 15px;
  line-height: 15px
}

.our-restaurant {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1
}

.our-restaurant__top {
  position: relative;
  display: block
}

.our-restaurant__img-1 {
  position: relative;
  display: block;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto
}

.our-restaurant__img-1 img {
  width: 100%
}

.our-restaurant__text {
  margin: 40px 0 50px
}

.our-restaurant__menu {
  position: relative;
  display: block;
  margin-bottom: 30px
}

.our-restaurant__menu span {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  font-family: var(--hotelux-font-two);
  color: var(--hotelux-black)
}

.our-restaurant__text-2 {
  margin-top: 20px;
  margin-bottom: 20px
}

.services-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1
}

.services-one__bg-color {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 331px;
  background-color: var(--hotelux-primary);
  z-index: -1
}

.services-one__carousel {
  position: relative;
  display: block
}

.services-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px
}

.services-one__img-box {
  position: relative;
  display: block;
  z-index: 1
}

.services-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1
}

.services-one__img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(var(--hotelux-black-rgb), .6);
  opacity: 0;
  z-index: 1;
  content: ""
}

.services-one__single:hover .services-one__img::before {
  opacity: 1
}

.services-one__img img {
  width: 100%;
  transition: .5s ease;
  transform: scale(1.05)
}

.services-one__single:hover .services-one__img img {
  transform: scale(1)
}

.services-one__content {
  position: relative;
  display: block;
  text-align: center;
  background-color: var(--hotelux-white);
  padding: 0 20px 30px;
  margin-top: -35px
}

.services-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--hotelux-white);
  margin: 0 auto;
  z-index: 2;
  border-radius: 50%
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: var(--hotelux-base);
  transition: all .5s linear;
  transition-delay: .1s
}

.services-one__single:hover .services-one__icon span {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.services-one__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin: 0 0 8px
}

.services-one__title a {
  color: var(--hotelux-black)
}

.services-one__title a:hover {
  color: var(--hotelux-base)
}

.services-one__btn-box {
  position: relative;
  display: block;
  margin-top: 12px
}

.services-one__btn-box .thm-btn {
  padding: 7px 15px 7px
}

.services-two {
  position: relative;
  display: block;
  padding: 80px 0 0;
  z-index: 1
}

.services-two__left {
  position: relative;
  display: block;
  margin-bottom: 30px
}

.services-two__left .section-title {
  /* margin-right: -100px; */
  margin-bottom: 19px
}

.services-two__single {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--hotelux-primary);
  padding: 50px 48px;
  text-align: center;
  margin-bottom: 30px;
  min-height: 100%;
}

.services-two__icon {
  position: relative;
  display: inline-block
}

.services-two__icon img {
  width: 80px;
}

.services-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 62px;
  color: var(--hotelux-base);
  transition: all .5s linear;
  transition-delay: .1s
}

.services-two__single:hover .services-two__icon span {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.services-two__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 15px
}

.services-two__title a {
  color: var(--hotelux-black)
}

.services-two__title a:hover {
  color: var(--hotelux-base)
}

.services-two__explore {
  position: relative;
  display: block;
  background-color: var(--hotelux-primary);
  padding: 45px 20px 39px;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer
}

.services-two__explore-icon {
  position: relative;
  display: block
}

.services-two__explore-icon a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--hotelux-black);
  width: 80px;
  height: 80px;
  border: 1px solid rgba(var(--hotelux-black-rgb), .3);
  border-radius: 50%;
  margin: 0 auto
}

.services-two__explore:hover .services-two__explore-icon a {
  color: var(--hotelux-base);
  border: 1px solid rgba(var(--hotelux-black-rgb), .3);
  background-color: var(--hotelux-black)
}

.services-two__explore-btn {
  position: relative;
  display: inline-block
}

.services-two__explore-btn a {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: var(--hotelux-black);
  margin-top: 19px;
  position: relative;
  display: inline-block
}

.services-two__explore-btn a:hover {
  color: var(--hotelux-base)
}

.services-three {
  position: relative;
  display: block;
  counter-reset: count;
  padding: 120px 0 0;
  z-index: 2
}

.services-three__bg-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 580px;
  background-color: var(--hotelux-primary);
  z-index: -1
}

.services-three__inner {
  position: relative;
  display: block
}

.services-three__services-list {
  position: relative;
  display: block
}

.services-three__services-list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--hotelux-white);
  box-shadow: 0 0 48.51px .49px rgba(0, 0, 0, .1);
  padding: 20px 20px 20px;
  margin-bottom: 20px
}

.services-three__icon-and-title-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 70px;
  max-width: 480px;
  width: 100%
}

.services-three__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--hotelux-base);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.services-three__services-list li:hover .services-three__icon {
  background-color: var(--hotelux-black)
}

.services-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--hotelux-white);
  transition: all .5s linear;
  transition-delay: .1s;
  transform: scale(1)
}

.services-three__services-list li:hover .services-three__icon span {
  transform: scale(.9);
  color: var(--hotelux-white)
}

.services-three__title-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px
}

.services-three__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px
}

.services-three__title a {
  color: var(--hotelux-black)
}

.services-three__services-list li:hover .services-three__title a {
  color: var(--hotelux-base)
}

.services-three__text-and-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 645px;
  width: 100%
}

.services-three__text {
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.services-three__services-list li:hover .services-three__text {
  color: var(--hotelux-black)
}

.services-three__btn-box {
  position: relative;
  display: block
}

.services-three__btn-box a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: var(--hotelux-gray);
  border: 1px solid rgba(var(--hotelux-black-rgb), .1);
  padding: 10px 18px 10px;
  overflow: hidden;
  transition: .5s ease-in-out;
  z-index: 1
}

.services-three__btn-box a:hover {
  color: var(--hotelux-white);
  border: 1px solid transparent
}

.services-three__btn-box a::after {
  content: "";
  background-color: var(--hotelux-base);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: circle(0 at 50% 50%);
  transition: all cubic-bezier(0, .96, .58, 1.1) .8s;
  z-index: -1
}

.services-three__btn-box a:hover:after {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, .96, .58, 1.1) 4s
}

.services-three__btn-box a span {
  font-size: 14px;
  color: var(--hotelux-base);
  transition: .5s ease-in-out
}

.services-three__btn-box a:hover span {
  color: var(--hotelux-white)
}

.services-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1
}

.services-page .services-one__content {
  box-shadow: rgba(0, 0, 0, .1) 0 0 48.51px .49px
}

.service-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1
}

.service-details__left {
  position: relative;
  display: block
}

.service-details__img {
  position: relative;
  display: block
}

.service-details__img img {
  width: 100%
}

.service-details__title-1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-top: 25px;
  margin-bottom: 25px
}

.service-details__text-1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--hotelux-black)
}

.service-details__text-2 {
  margin-top: 20px;
  margin-bottom: 41px
}

.service-details__points-list {
  position: relative;
  display: block
}

.service-details__points-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px
}

.service-details__points-list li+li {
  margin-top: 16px
}

.service-details__points-list li .icon {
  position: relative;
  display: flex;
  align-items: center
}

.service-details__points-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: var(--hotelux-base)
}

.service-details__points-list li p {
  color: var(--hotelux-black)
}

.service-details__img-box {
  position: relative;
  display: block;
  margin-top: 60px;
  margin-bottom: 31px
}

.service-details__img-box-single {
  position: relative;
  display: block;
  margin-bottom: 21px
}

.service-details__img-box-img {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  z-index: 1
}

.service-details__img-box-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: #000;
  transition: all .5s ease;
  z-index: 1
}

.service-details__img-box-img:hover:before {
  opacity: .2
}

.service-details__img-box-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out
}

.service-details__img-box-img:hover img {
  transform: scale(1.06) rotate(0)
}

.service-details__img-box-content-single {
  position: relative;
  display: block;
  margin-bottom: 21px
}

.service-details__img-box-content-icon-and-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px
}

.service-details__img-box-content-icon {
  position: relative;
  display: flex;
  align-items: center
}

.service-details__img-box-content-icon span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: var(--hotelux-base)
}

.service-details__img-box-content-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700
}

.service-details__img-box-content-text {
  margin-top: 17px
}

.service-details__faq-box {
  position: relative;
  display: block;
  margin-top: 30px
}

.service-details__sidebar {
  position: relative;
  display: block
}

.service-details__services-box {
  position: relative;
  display: block;
  padding: 31px 35px 40px;
  background-color: var(--hotelux-primary)
}

.service-details__services-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 28px
}

.service-details__services-list {
  position: relative;
  display: block
}

.service-details__services-list li {
  position: relative;
  display: block
}

.service-details__services-list li+li {
  margin-top: 12px
}

.service-details__services-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--hotelux-white);
  padding: 13px 20px 14px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--hotelux-gray);
  overflow: hidden;
  z-index: 1
}

.service-details__services-list li:hover a {
  color: var(--hotelux-white)
}

.service-details__services-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--hotelux-base);
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1
}

.service-details__services-list li:hover a::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center
}

.service-details__services-list li a span {
  color: var(--hotelux-gray);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-size: 14px
}

.service-details__services-list li:hover a span {
  color: var(--hotelux-white)
}

.service-details__sidebar-contact {
  position: relative;
  display: block;
  padding-top: 18px;
  padding-bottom: 47px;
  background: var(--hotelux-primary);
  text-align: center;
  margin: 30px 0 30px;
  overflow: hidden;
  z-index: 1
}

.service-details__sidebar-contact::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--hotelux-base);
  height: 305px;
  clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
  content: "";
  z-index: -2
}

.service-details__sidebar-contact::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--hotelux-black);
  height: 295px;
  clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
  content: "";
  z-index: -1
}

.service-details__sidebar-contact-img {
  position: relative;
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
  z-index: 1
}

.service-details__sidebar-contact-img .inner {
  position: relative;
  display: block
}

.service-details__sidebar-contact-img .inner img {
  width: auto
}

.service-details__sidebar-contact-content {
  position: relative;
  display: block;
  margin-top: -65px;
  z-index: 2
}

.service-details__sidebar-contact-content .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background: var(--hotelux-black);
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px
}

.service-details__sidebar-contact-content .icon span {
  position: relative;
  display: inline-block;
  color: var(--hotelux-white);
  font-size: 20px;
  line-height: 20px
}

.service-details__sidebar-contact-content h2 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: var(--hotelux-font)
}

.service-details__sidebar-contact-content h2 a {
  color: var(--hotelux-black)
}

.service-details__sidebar-contact-content h2 a:hover {
  color: var(--hotelux-base)
}

.service-details__sidebar-contact-content p {
  font-weight: 500;
  text-transform: capitalize
}

.review-one {
  position: relative;
  display: block
}

.review-one__title {
  position: relative;
  display: block;
  margin-bottom: 36px
}

.review-one__title h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize
}

.review-one__content {
  position: relative;
  display: block;
  padding-left: 45px;
  flex: 1
}

.review-one__content-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px
}

.review-one__content-top .info {
  position: relative;
  display: block
}

.review-one__content-top .info h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize
}

.review-one__content-top .info h2 span {
  color: var(--hotelux-base);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: var(--hotelux-font)
}

.review-one__content-bottom {
  position: relative;
  display: block
}

.review-one__content-bottom p {
  font-size: 16px;
  line-height: 30px;
  margin: 0
}

.review-form-one {
  position: relative;
  display: block;
  padding: 16px 0 0
}

.review-form-one__inner {
  position: relative;
  display: block
}

.review-form-one__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize
}

.review-form-one__form {
  position: relative;
  display: block
}

.review-form-one__form .row {
  --bs-gutter-x: 20px
}

.review-form-one__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px
}

.review-form-one__input-box input[type=email],
.review-form-one__input-box input[type=text] {
  height: 50px;
  width: 100%;
  border: 1px solid rgba(var(--hotelux-black-rgb), .1);
  background-color: var(--hotelux-white);
  padding-left: 30px;
  padding-right: 30px;
  outline: 0;
  font-size: 14px;
  color: var(--hotelux-gray);
  display: block;
  font-weight: 500
}

.review-form-one__form .thm-btn {
  border: none
}

.sliding-text {
  position: relative;
  display: block;
  padding: 50px 0 0;
  z-index: 3
}

.sliding-text__inner {
  position: relative;
  display: block;
  background-color: var(--hotelux-black);
  padding: 35px 0 35px;
  z-index: 1
}

.sliding-text__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1
}

.sliding-text__list {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  flex-wrap: nowrap
}

.sliding-text__list li {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  gap: 20px
}

.sliding-text__list li+li {
  margin-left: 20px
}

.sliding-text__list li .icon {
  position: relative;
  display: block;
  top: 4px
}

.sliding-text__list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: var(--hotelux-primary)
}

.sliding-text__list li>p {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  color: var(--hotelux-primary);
  font-family: var(--hotelux-font-two);
  text-transform: capitalize;
  position: relative;
  display: block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.our-spa {
  position: relative;
  display: block;
  padding: 120px 0 112px;
  z-index: 1
}

.our-spa__inner {
  position: relative;
  display: block
}

.our-spa__single {
  position: relative;
  display: flex;
  align-items: flex-start;
  border: 1px solid rgba(var(--hotelux-black-rgb), .15);
  padding: 50px 50px 50px;
  gap: 30px
}

.our-spa__img-box {
  position: relative;
  display: block
}

.our-spa__img {
  position: relative;
  display: block;
  max-width: 735px;
  width: 100%
}

.our-spa__img img {
  width: 100%
}

.our-spa__content {
  position: relative;
  display: block;
  flex: 1
}

.our-spa__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px
}

.our-spa__title a {
  color: var(--hotelux-black)
}

.our-spa__text {
  margin: 20px 0 20px
}

.our-spa__points {
  position: relative;
  display: block;
  margin-bottom: 20px
}

.our-spa__points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px
}

.our-spa__points li+li {
  margin-top: 7px
}

.our-spa__points li .icon {
  position: relative;
  display: inline-block
}

.our-spa__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--hotelux-base)
}

.our-spa__call {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px
}

.our-spa__call a {
  font-weight: 500;
  color: var(--hotelux-gray)
}

.our-spa__call a:hover {
  color: var(--hotelux-base)
}

.our-spa__call span {
  font-weight: 600;
  color: var(--hotelux-black)
}

.our-spa__bottom {
  position: relative;
  display: block;
  border-top: 1px solid rgba(var(--hotelux-black-rgb), .1);
  padding-top: 50px;
  margin-top: 80px
}

.our-spa__bottom-left {
  position: relative;
  display: block
}

.our-spa__bottom-text-2 {
  margin: 30px 0 35px
}

.our-spa__bottom-right {
  position: relative;
  display: block;
  margin-left: 70px
}

.our-spa__bottom-img {
  position: relative;
  display: block
}

.our-spa__bottom-img img {
  width: 100%
}

.testimonial-one {
  position: relative;
  display: block;
  padding: 80px 0;
  z-index: 1
}

.testimonial-one__wrap {
  position: relative;
  display: block
}

.testimonial-one__carousel {
  position: relative;
  display: block
}

.testimonial-one__single {
  position: relative;
  display: block;
  background-color: var(--hotelux-primary);
  padding: 30px 30px 32px;
  border: 1px solid rgba(var(--hotelux-base-rgb), .1);
  z-index: 1
}

.testimonial-one__single-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .5;
  mix-blend-mode: plus-lighter;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1
}

.testimonial-one__img-and-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px
}

.testimonial-one__img {
  position: relative;
  display: block;
  max-width: 100px;
  width: 100%
}

.testimonial-one__img img {
  width: 100%
}

.testimonial-one__content {
  position: relative;
  display: block;
  flex: 1
}

.testimonial-one__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px
}

.testimonial-one__name a {
  color: var(--hotelux-black)
}

.testimonial-one__name a:hover {
  color: var(--hotelux-base)
}

.testimonial-one__sub-title {
  margin: 2px 0 7px;
  position: relative;
  display: inline-block
}

.testimonial-one__ratting {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px
}

.testimonial-one__ratting span {
  font-size: 16px;
  color: var(--hotelux-base)
}

.testimonial-one__text {
  margin-top: 20px
}

.testimonial-one__quote {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2
}

.testimonial-one__quote span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: rgba(var(--hotelux-base-rgb), .3)
}

.testimonial-one__nav {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 75px;
  right: 0
}

.testimonial-one__nav .swiper-button-next1,
.testimonial-one__nav .swiper-button-prev1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  color: var(--hotelux-white);
  background-color: var(--hotelux-base);
  font-size: 16px;
  margin: 0 0;
  text-align: center;
  transition: all .5s ease;
  z-index: 100
}

.testimonial-one__nav .swiper-button-next1:hover,
.testimonial-one__nav .swiper-button-prev1:hover {
  color: var(--hotelux-white);
  background-color: var(--hotelux-black)
}

.testimonial-one__nav .swiper-button-next1 {
  margin-right: 10px
}

.testimonial-two {
  position: relative;
  display: block;
  padding: 120px 0 0;
  z-index: 1
}

.testimonial-two__shape-1 {
  position: absolute;
  left: 0;
  top: -50px;
  border-top: 400px solid transparent;
  border-left: 300px solid var(--hotelux-primary);
  border-bottom: 200px solid transparent;
  opacity: .8
}

.testimonial-two__shape-1::before {
  content: "";
  position: absolute;
  left: -300px;
  top: -440px;
  border-top: 550px solid transparent;
  border-left: 536px solid var(--hotelux-primary);
  border-bottom: 371px solid transparent;
  opacity: .5;
  z-index: -1
}

.testimonial-two__carousel {
  position: relative;
  display: block;
  background-color: var(--hotelux-primary)
}

.testimonial-two__single {
  position: relative;
  display: block;
  padding: 50px 50px 50px
}

.testimonial-two__img-and-ratting {
  opacity: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(var(--hotelux-base-rgb), .5);
  padding-bottom: 20px;
  margin-bottom: 20px;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 1s cubic-bezier(.61, -.63, .46, 1.48);
  transition: 1s cubic-bezier(.61, -.63, .46, 1.48)
}

.testimonial-two__img-and-name {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px
}

.testimonial-two__ratting {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px
}

.testimonial-two__ratting span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--hotelux-base)
}

.testimonial-two__img {
  position: relative;
  display: block;
  max-width: 80px;
  width: 100%
}

.testimonial-two__img img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid rgba(var(--hotelux-base-rgb), .3)
}

.testimonial-two__name-box {
  position: relative;
  display: block;
  flex: 1
}

.testimonial-two__name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600
}

.testimonial-two__name a {
  color: var(--hotelux-black)
}

.testimonial-two__name a:hover {
  color: var(--hotelux-base)
}

.testimonial-two__sub-title {
  margin-top: 3px
}

.testimonial-two__text {
  opacity: 0;
  -webkit-transform: translatex(80px);
  transform: translatex(80px);
  -webkit-transition: 1s cubic-bezier(.61, -.63, .46, 1.48);
  transition: 1s cubic-bezier(.61, -.63, .46, 1.48)
}

.testimonial-two__nav {
  position: relative;
  display: flex;
  align-items: center
}

.testimonial-two__nav .swiper-button-next1,
.testimonial-two__nav .swiper-button-prev1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  color: var(--hotelux-white);
  background-color: var(--hotelux-base);
  font-size: 16px;
  margin: 0 0;
  text-align: center;
  transition: all .5s ease;
  z-index: 100
}

.testimonial-two__nav .swiper-button-next1:hover,
.testimonial-two__nav .swiper-button-prev1:hover {
  color: var(--hotelux-white);
  background-color: var(--hotelux-black)
}

.testimonial-two__nav .swiper-button-next1 {
  margin-right: 10px
}

.testimonial-two__quote {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%)
}

.testimonial-two__quote span {
  position: relative;
  display: inline-block;
  font-size: 80px;
  color: rgba(var(--hotelux-base-rgb), .05)
}

.testimonial-three {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background-color: var(--hotelux-black);
  z-index: 1
}

.testimonial-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .25;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1
}

.testimonial-three__shape-1 {
  position: absolute;
  top: 0;
  left: 30%;
  width: 1000px;
  height: 1200px;
  clip-path: polygon(50% 0, 100% 0, 16% 40%, 0 0);
  background-color: rgba(var(--hotelux-black-rgb), .02);
  z-index: -1
}

.testimonial-three__inner {
  position: relative;
  display: block
}

.testimonial-three__carousel {
  position: relative;
  display: block
}

.testimonial-three__single {
  position: relative;
  display: block;
  text-align: center
}

.testimonial-three__quote {
  position: absolute;
  bottom: 30px;
  right: 30px
}

.testimonial-three__quote i {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--hotelux-primary);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.testimonial-three__ratting {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.testimonial-three__ratting span+span {
  margin-left: 5px
}

.testimonial-three__ratting span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--hotelux-base)
}

.testimonial-three__text {
  color: rgba(var(--hotelux-white-rgb), .8);
  max-width: 800px;
  margin: 20px auto 20px
}

.testimonial-three__single:hover .testimonial-three__text {
  color: var(--hotelux-white)
}

.testimonial-three__client-info {
  position: relative;
  display: block
}

.testimonial-three__client-img {
  position: relative;
  display: block;
  max-width: 150px;
  width: 100%;
  margin: 0 auto
}

.testimonial-three__client-img img {
  width: 100%;
  border-radius: 50%
}

.testimonial-three__client-content {
  position: relative;
  display: block
}

.testimonial-three__client-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 3px;
  margin-top: 10px
}

.testimonial-three__client-content h3 a {
  color: var(--hotelux-white)
}

.testimonial-three__client-content h3 a:hover {
  color: var(--hotelux-base)
}

.testimonial-three__client-content p {
  color: rgba(var(--hotelux-white-rgb), .8)
}

.testimonial-three__nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px
}

.testimonial-three__nav .swiper-button-next1,
.testimonial-three__nav .swiper-button-prev1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  color: var(--hotelux-white);
  background-color: var(--hotelux-base);
  font-size: 16px;
  margin: 0 0;
  text-align: center;
  transition: all .5s ease;
  z-index: 100
}

.testimonial-three__nav .swiper-button-next1:hover,
.testimonial-three__nav .swiper-button-prev1:hover {
  color: var(--hotelux-base);
  background-color: var(--hotelux-white)
}

.testimonial-three__nav .swiper-button-next1 {
  margin-right: 10px
}

.testimonial-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1
}

.testimonial-page .testimonial-one__single {
  margin-bottom: 30px
}

.testimonial-page-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1
}

.testimonial-page-two .testimonial-two__single {
  padding: 50px 50px 50px;
  background-color: var(--hotelux-primary);
  margin-bottom: 30px
}

.testimonial-page-two .testimonial-two__img-and-ratting {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.testimonial-page-two .testimonial-two__text {
  opacity: 1;
  -webkit-transform: translatex(0);
  transform: translatex(0)
}

.testimonial-page-three {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1
}

.testimonial-page-three .testimonial-three__single {
  background-color: var(--hotelux-primary);
  padding: 30px 30px 30px;
  margin-bottom: 30px
}

.testimonial-page-three .testimonial-three__client-content h3 a {
  color: var(--hotelux-black)
}

.testimonial-page-three .testimonial-three__client-content p {
  color: var(--hotelux-gray)
}

.testimonial-page-three .testimonial-three__text {
  color: var(--hotelux-gray)
}

.testimonial-page-three .testimonial-three__single:hover .testimonial-three__text {
  color: var(--hotelux-gray)
}

.testimonial-page-three .testimonial-three__client-img {
  max-width: 100px
}

.why-choose-one {
  position: relative;
  display: block;
  padding: 80px 0;
  z-index: 1
}

.why-choose-one__left {
  position: relative;
  display: block
}

.why-choose-one__left .section-title {
  margin-bottom: 28px
}

.why-choose-one__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: var(--hotelux-base)
}

.why-choose-one__list {
  position: relative;
  display: block;
  margin: 25px 0 27px
}

.why-choose-one__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px
}

.why-choose-one__list li+li {
  margin-top: 20px
}

.why-choose-one__list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--hotelux-primary);
  border: 1px solid rgba(var(--hotelux-base-rgb), .2);
  border-radius: 50%
}

.why-choose-one__list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: var(--hotelux-base);
  transition: all .5s linear;
  transition-delay: .1s
}

@media screen and (max-width:768px) {
  .why-choose-one__list li .icon {
    width: 30px;
    height: 30px
  }

  .why-choose-one__list li .icon span {
    font-size: 20px
  }

  .why-choose-one__list li {
    align-items: start;
  }
}

.why-choose-one__list li:hover .icon span {
  -webkit-animation-name: wobble-horizontal-hover;
  animation-name: wobble-horizontal-hover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}

.why-choose-one__list li .content {
  position: relative;
  display: block;
  flex: 1
}

.why-choose-one__list li .content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px
}

.why-choose-one__points {
  position: relative;
  display: block
}

.why-choose-one__points li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px
}

.why-choose-one__points li+li {
  margin-top: 8px
}

.why-choose-one__points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: var(--hotelux-base);
  border-radius: 50%
}

.why-choose-one__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 10px;
  color: var(--hotelux-white)
}

.why-choose-one__points li p {
  font-size: 18px;
  color: var(--hotelux-black);
  font-weight: 500
}

.why-choose-one__btn-box {
  position: relative;
  display: block;
  margin-top: 30px
}

.why-choose-one__right {
  position: relative;
  display: block;
  margin-left: 230px
}

.why-choose-one__img {
  position: relative;
  display: block;
  border-left: 10px solid var(--hotelux-white);
  border-bottom: 10px solid var(--hotelux-white)
}

.why-choose-one__img img {
  width: 100%
}

.why-choose-one__img-2 {
  position: absolute;
  bottom: -147px;
  left: -250px;
  z-index: -1
}

.why-choose-one__img-2 img {
  width: auto
}

.why-choose-one__hotel-info {
  position: absolute;
  top: 15px;
  left: -203px;
  background-color: rgb(241 220 186 / 83%);
  text-align: center;
  padding: 30px 50px 30px
}

.why-choose-one__hotel-name {
  font-size: 30px;
  font-weight: 600;
  color: var(--hotelux-black)
}

.why-choose-one__hotel-ratting {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 5px 0 5px
}

.why-choose-one__hotel-ratting span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--hotelux-base)
}

.why-choose-one__sub-title {
  font-weight: 500
}

.why-choose-one__shape-1 {
  position: absolute;
  top: 172px;
  right: 105px;
  width: 400px;
  height: 400px;
  border: 3px dashed var(--hotelux-base);
  border-radius: 50%;
  z-index: -1
}

.why-choose-two {
  position: relative;
  display: block;
  background-color: var(--hotelux-white);
  box-shadow: 0 0 48.51px .49px rgba(0, 0, 0, .02);
  padding: 120px 0 0;
  z-index: 1
}

.why-choose-two__bg-shape {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .25;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1
}

.why-choose-two__bg-box {
  position: absolute;
  top: 120px;
  left: 0;
  bottom: 0;
  width: calc((100% - 250px)/ 2);
  background-color: var(--hotelux-black);
  z-index: -1
}

.why-choose-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .15;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1
}

.why-choose-two__left {
  position: relative;
  display: block;
  padding: 80px 0 80px
}

.why-choose-two__left .section-title__tagline {
  color: var(--hotelux-white)
}

.why-choose-two__left .section-title__title {
  color: var(--hotelux-white)
}

.why-choose-two__left .section-title__tagline::after {
  background: var(--hotelux-black)
}

.why-choose-two__left .section-title {
  margin-bottom: 38px;
  margin-right: -80px
}

.why-choose-two__client-box-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--hotelux-white);
  padding: 17px 20px 20px
}

.why-choose-two__client-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px
}

.why-choose-two__client-list {
  position: relative;
  display: flex;
  align-items: center
}

.why-choose-two__client-list li {
  position: relative;
  display: block
}

.why-choose-two__client-list li+li {
  margin-left: -15px
}

.why-choose-two__client-img {
  position: relative;
  display: block;
  max-width: 45px;
  width: 100%
}

.why-choose-two__client-img img {
  width: 100%;
  border: 2px solid var(--hotelux-white);
  border-radius: 50%
}

.why-choose-two__client-ratting {
  position: relative;
  display: block
}

.why-choose-two__client-title {
  font-size: 44px;
  font-weight: 600;
  line-height: 44px
}

.why-choose-two__client-title span {
  position: relative;
  display: inline-block
}

.why-choose-two__client-title span::before {
  content: "";
  position: absolute;
  top: 59%;
  left: 53%;
  width: 7px;
  height: 7px;
  background-color: var(--hotelux-base);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%)
}

.why-choose-two__ratting-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px
}

.why-choose-two__ratting {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px
}

.why-choose-two__ratting span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--hotelux-base)
}

.why-choose-two__ratting-text {
  font-weight: 500
}

.why-choose-two__text {
  color: rgba(var(--hotelux-white-rgb), .8);
  margin-top: 28px
}

.why-choose-two__img-1 {
  position: relative;
  display: block;
  margin-left: -30px;
  margin-right: -54px;
  overflow: hidden
}

.why-choose-two__img-1 img {
  width: 100%
}

.why-choose-two__sliding-text-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  width: fit-content;
  padding: 17.5px 0 15.5px;
  background-color: var(--hotelux-base);
  z-index: 1
}

.why-choose-two__sliding-text-list li {
  position: relative;
  display: block;
  float: left;
  margin-right: 15px
}

.why-choose-two__sliding-text-title {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--hotelux-black);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.why-choose-two__sliding-text-title span {
  margin-left: 15px;
  position: relative;
  animation: textRotate 10s linear 0s forwards infinite alternate
}

.why-choose-two__right {
  position: relative;
  display: block;
  margin-top: 36px;
  counter-reset: count
}

.why-choose-two__right li {
  position: relative;
  display: block
}

.why-choose-two__right li::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 2px;
  background-color: rgba(var(--hotelux-black-rgb), .1);
  left: 50%;
  bottom: -43px;
  transform: translateX(-50%)
}

.why-choose-two__right li:nth-child(2)::before {
  display: none
}

.why-choose-two__right li+li {
  margin-top: 72px
}

.why-choose-two__single {
  position: relative;
  display: block;
  text-align: center
}

.why-choose-two__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(var(--hotelux-black-rgb), .5);
  border-radius: 50%;
  margin: 0 auto
}

.why-choose-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 38px;
  color: var(--hotelux-base);
  transition: all .5s linear;
  transition-delay: .1s;
  transform: scale(1)
}

.why-choose-two__single:hover .why-choose-two__icon span {
  transform: scale(.9)
}

.why-choose-two__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin: 23px 0 7px
}

.why-choose-two__title a {
  color: var(--hotelux-black)
}

.why-choose-two__title a:hover {
  color: var(--hotelux-base)
}

.about-one {
  position: relative;
  display: block;
  padding: 80px 0;
  z-index: 1
}

.about-one__left {
  position: relative;
  display: block
}

.about-one__right {
  position: relative;
  display: block
}

.about-one__right .section-title {
  margin-bottom: 16px
}

.about-one__points-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 24px 0;
}

.about-one__points-list {
  position: relative;
  display: block
}

.about-one__points-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px
}

.about-one__points-list li+li {
  margin-top: 15px
}

.about-one__points-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 35px;
  border: 1px solid var(--hotelux-base)
}

.about-one__points-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--hotelux-base)
}

.about-one__points-list li p {
  font-size: 18px;
  font-weight: 600;
  color: var(--hotelux-black);
  position: relative;
  display: block;
  flex: 1
}

.about-one__img-box {
  position: absolute;
  top: -577px;
  left: -220px;
  z-index: -1
}

.about-one__img {
  position: relative;
  display: block
}

.about-one__img:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: 295px;
  width: 250px;
  background-color: rgba(var(--hotelux-base-rgb), 10);
  z-index: -1
}

.about-one__img img {
  width: auto
}

.about-two__shape-1 {
  position: absolute;
  bottom: -112px;
  left: 50px;
  opacity: .3;
  z-index: -1
}

.about-two__shape-1 img {
  width: auto
}

.blog-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1
}

.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px
}

.blog-one__img-box {
  position: relative;
  display: block
}

.blog-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1
}

.blog-one__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--hotelux-black-rgb), .5);
  opacity: 0;
  transform: translateY(50px);
  transition: background-color .7s ease;
  transition: all .7s ease;
  z-index: 1
}

.blog-one__single:hover .blog-one__img:before {
  opacity: 1;
  transform: translateY(0)
}

.blog-one__img img {
  width: 100%;
  transform: scale(1);
  transition: all 1.5s ease
}

.blog-one__single:hover .blog-one__img img {
  transform: scale(1.05) rotate(0)
}

.blog-one__content {
  position: relative;
  display: block;
  border: 1px solid rgba(var(--hotelux-black-rgb), .1);
  padding: 30px 30px 30px;
  border-top: 0
}

.blog-one__list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px
}

.blog-one__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px
}

.blog-one__list li .icon {
  position: relative;
  display: inline-block
}

.blog-one__list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--hotelux-base)
}

.blog-one__list li p {
  text-transform: capitalize
}

.blog-one__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-transform: capitalize;
  margin: 5px 0 8px
}

.blog-one__title a {
  color: var(--hotelux-black)
}

.blog-one__title a:hover {
  color: var(--hotelux-base)
}

.blog-two {
  position: relative;
  display: block;
  padding: 90px 0 0;
  z-index: 1
}

.blog-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px
}

.blog-two__img-box {
  position: relative;
  display: block
}

.blog-two__img {
  position: relative;
  display: block;
  overflow: hidden
}

.blog-two__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--hotelux-black-rgb), 1);
  opacity: 0;
  transition: background-color .5s ease;
  transition: all .5s ease;
  z-index: 1
}

.blog-two__single:hover .blog-two__img:before {
  opacity: .5
}

.blog-two__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out
}

.blog-two__single:hover .blog-two__img img {
  transform: scale(1.05) rotate(0)
}

.blog-two__content {
  position: relative;
  display: block;
  background-color: var(--hotelux-white);
  box-shadow: 0 0 48.51px .49px rgba(0, 0, 0, .1);
  padding: 30px 30px 30px
}

.blog-two__list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px
}

.blog-two__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px
}

.blog-two__list li .icon {
  position: relative;
  display: inline-block
}

.blog-two__list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--hotelux-base)
}

.blog-two__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-transform: capitalize;
  border-bottom: 1px dashed var(--hotelux-base);
  padding-bottom: 16px;
  margin-bottom: 20px;
  margin-top: 5px
}

.blog-two__title a {
  color: var(--hotelux-black)
}

.blog-two__title a:hover {
  color: var(--hotelux-base)
}

.blog-three {
  position: relative;
  display: block;
  padding: 120px 0 87px;
  z-index: 1
}

.blog-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px
}

.blog-three__img-box {
  position: relative;
  display: block
}

.blog-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1
}

.blog-three__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--hotelux-black-rgb), .5);
  opacity: 0;
  transform: translateY(50px);
  transition: background-color .7s ease;
  transition: all .7s ease;
  z-index: 1
}

.blog-three__single:hover .blog-three__img:before {
  opacity: 1;
  transform: translateY(0)
}

.blog-three__img img {
  width: 100%;
  transform: scale(1);
  transition: all 1.5s ease
}

.blog-three__single:hover .blog-three__img img {
  transform: scale(1.05) rotate(0)
}

.blog-three__content {
  position: relative;
  display: block;
  padding: 30px 30px 30px;
  background-color: var(--hotelux-white);
  box-shadow: 0 0 48.51px .49px rgba(0, 0, 0, .1)
}

.blog-three__list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px
}

.blog-three__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px
}

.blog-three__list li .icon {
  position: relative;
  display: inline-block
}

.blog-three__list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--hotelux-base)
}

.blog-three__list li p {
  text-transform: capitalize
}

.blog-three__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-transform: capitalize;
  margin: 5px 0 8px
}

.blog-three__title a {
  color: var(--hotelux-black)
}

.blog-three__title a:hover {
  color: var(--hotelux-base)
}

.blog-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1
}

.blog-list {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1
}

.blog-list__inner {
  position: relative;
  display: block;
  max-width: 1050px;
  margin: 0 auto 0
}

.blog-list__left {
  position: relative;
  display: block
}

.blog-list__single {
  position: relative;
  display: block;
  margin-bottom: 50px
}

.blog-list__img-box {
  position: relative;
  display: block
}

.blog-list__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1
}

.blog-list__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: #000;
  transition: all .5s ease;
  z-index: 1
}

.blog-list__single:hover .blog-list__img:before {
  opacity: .2
}

.blog-list__img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out
}

.blog-list__single:hover .blog-list__img img {
  transform: scale(1.06) rotate(0)
}

.blog-list__content {
  position: relative;
  display: block;
  margin-top: 30px
}

.blog-list__user-and-meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px
}

.blog-list__user {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 31px;
  background-color: var(--hotelux-base);
  border-radius: 16px
}

.blog-list__user p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--hotelux-font-two);
  color: var(--hotelux-white)
}

.blog-list__meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px
}

.blog-list__meta li {
  position: relative;
  display: block
}

.blog-list__meta li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--hotelux-gray)
}

.blog-list__meta li a:hover {
  color: var(--hotelux-base)
}

.blog-list__meta li a span {
  color: var(--hotelux-base)
}

.blog-list__title {
  font-size: 35px;
  font-weight: 600;
  margin-top: 30px;
  line-height: 1.3em;
  margin-bottom: 19px
}

.blog-list__title a {
  color: var(--hotelux-black)
}

.blog-list__title a:hover {
  color: var(--hotelux-base)
}

.blog-list__btn-box {
  position: relative;
  display: block;
  margin-top: 25px
}

.blog-list__pagination {
  position: relative;
  display: block;
  text-align: center
}

.sidebar {
  position: relative;
  display: block
}

.sidebar__single+.sidebar__single {
  margin-top: 30px
}

.sidebar__title {
  position: relative;
  margin: 0;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
  padding-left: 40px
}

.sidebar__title::before {
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 2px;
  width: 30px;
  background: var(--hotelux-base);
  content: ""
}

.sidebar__search {
  position: relative;
  display: block;
  background-color: var(--hotelux-primary);
  padding: 50px 30px 50px
}

.sidebar__search-form {
  position: relative
}

.sidebar__search-form input[type=search] {
  display: block;
  border: none;
  outline: 0;
  background-color: var(--hotelux-white);
  color: var(--hotelux-gray);
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
  height: 60px;
  width: 100%;
  padding-right: 60px;
  border-radius: 0;
  border: 1px solid rgba(var(--hotelux-black-rgb), .1)
}

.sidebar__search-form ::-webkit-input-placeholder {
  color: var(--hotelux-gray);
  opacity: 1
}

.sidebar__search-form ::-moz-placeholder {
  color: var(--hotelux-gray);
  opacity: 1
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--hotelux-gray);
  opacity: 1
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--hotelux-gray);
  opacity: 1
}

.sidebar__search-form ::placeholder {
  color: var(--hotelux-gray);
  opacity: 1
}

.sidebar__search-form :-ms-input-placeholder {
  color: var(--hotelux-gray)
}

.sidebar__search-form ::-ms-input-placeholder {
  color: var(--hotelux-gray)
}

.sidebar__search-form button[type=submit] {
  background-color: var(--hotelux-base);
  color: var(--hotelux-white);
  font-size: 18px;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  width: 50px;
  outline: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.sidebar__search-form:hover button[type=submit] {
  background-color: var(--hotelux-black);
  color: var(--hotelux-white)
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 42px 30px 42px;
  background-color: var(--hotelux-primary)
}

.sidebar__post-box {
  position: relative;
  display: block
}

.sidebar__post-single {
  position: relative;
  display: block
}

.sidebar__post-single+.sidebar__post-single {
  margin-top: 27px
}

.sidebar-post__img {
  position: relative;
  display: block;
  background: var(--hotelux-black);
  overflow: hidden
}

.sidebar-post__img::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: rgba(var(--hotelux-base-rgb), .8);
  border-radius: 2px;
  -webkit-transform: translateX(90%, 90%);
  transform: translateX(90%, 90%);
  opacity: .7;
  z-index: 1
}

.sidebar__post-single:hover .sidebar-post__img::before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
  opacity: 1
}

.sidebar-post__img img {
  width: 100%;
  transform: scale(1);
  transition: all .3s ease-in-out .1s opacity .2s ease-in;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all
}

.sidebar__post-single:hover .sidebar-post__img img {
  opacity: .7;
  transform: scale(1.1) rotate(1deg)
}

.sidebar__post-content-box {
  position: relative;
  margin-top: 18px
}

.sidebar__post-content-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600
}

.sidebar__post-content-box h3 a {
  color: var(--hotelux-black);
  -webkit-transition: all .5s ease;
  transition: all .5s ease
}

.sidebar__post-single:hover .sidebar__post-content-box h3 a {
  color: var(--hotelux-base)
}

.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1
}

.blog-details__inner {
  position: relative;
  display: block;
  max-width: 1050px;
  margin: 0 auto 0
}

.blog-details__left {
  position: relative;
  display: block
}

.blog-details__img-box-1 {
  position: relative;
  display: block
}

.blog-details__img {
  position: relative;
  display: block
}

.blog-details__img img {
  width: 100%
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 30px
}

.blog-details__user-and-meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px
}

.blog-details__user {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 31px;
  background-color: var(--hotelux-base);
  border-radius: 16px
}

.blog-details__user p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--hotelux-font-two);
  color: var(--hotelux-white)
}

.blog-details__meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px
}

.blog-details__meta li {
  position: relative;
  display: block
}

.blog-details__meta li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--hotelux-gray)
}

.blog-details__meta li a:hover {
  color: var(--hotelux-base)
}

.blog-details__meta li a span {
  color: var(--hotelux-base)
}

.blog-details__title {
  font-size: 35px;
  font-weight: 600;
  margin-top: 30px;
  line-height: 1.3em;
  margin-bottom: 19px
}

.blog-details__text-2 {
  margin-top: 21px;
  margin-bottom: 40px
}

.blog-details__title-2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-top: 41px;
  margin-bottom: 19px
}

.blog-details__img-box {
  position: relative;
  display: block;
  margin-top: 29px
}

.blog-details__img-box-img {
  position: relative;
  display: block;
  margin-bottom: 30px
}

.blog-details__img-box-img img {
  width: 100%
}

.blog-left-sidebar {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1
}

.blog-left-sidebar .blog-list__pagination {
  padding-top: 30px
}

.blog-right-sidebar {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  z-index: 1
}

.blog-right-sidebar .blog-list__pagination {
  padding-top: 30px
}

.room-select-card {
  border: 1px solid rgba(0, 0, 0, .15);
  padding: 20px;
  margin-bottom: 20px;
}

.room-select-card .price {
  font-size: 18px;
  font-weight: 700;
}

.room-select-card.sold-out {
  opacity: 0.4;
  pointer-events: none;
}

/* ===================== */
/* Inner Banner */
/* ===================== */
.inner-banner {
  position: relative;
  padding: 120px 0;
  color: var(--hotelux-white);
}

.inner-banner__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-image: url(../../assets/images/resources/bg-banner.jpg);
  background-repeat: no-repeat;
}

.inner-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      rgba(249, 246, 241, 0.85) 0%,
      rgba(249, 246, 241, 0.55) 40%,
      rgba(0, 0, 0, 0.15) 100%);
}


.inner-banner__content {
  position: relative;
  z-index: 2;
}

.inner-banner__content .banner-title {
  color: var(--hotelux-black);
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.inner-banner__content p {
  color: rgba(25, 22, 40, 0.75);
}

/* Breadcrumb wrapper */
.inner-banner__breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1;
}

/* Home link */
.inner-banner__breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.inner-banner__breadcrumb a:hover {
  color: #ca0606;
}

/* Home icon */
.breadcrumb-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  /* fallback if font icon */
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Arrow icon */
.breadcrumb-arrow {
  width: 14px;
  height: 14px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ============================= */
/* About Section */
/* ============================= */

.about-section {
  padding: 90px 0 120px;
  background: #ffffff;
}

/* Image */
.about-media {
  position: relative;
}

.about-media img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

/* Badge */
.about-badge {
  position: absolute;
  top: 40px;
  right: -40px;
  background: var(--hotelux-base);
  color: #fff;
  text-align: center;
  padding: 18px 26px;
}

.about-badge h3 {
  margin: 0;
  font-size: 28px;
  color: #ffffff;
}

.about-badge p {
  margin: 0;
  font-size: 14px;
}

/* Content */
.about-content {
  padding-left: 40px;
}

.about-content p {
  margin-bottom: 16px;
}

/* ============================= */
/* Feature Cards */
/* ============================= */

.about-features {
  margin-top: 70px;
}

.feature-card {
  display: flex;
  gap: 20px;
  background: #ffffff;
  padding: 26px;
  margin-bottom: 30px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.12);
}

.feature-icon {
  width: 70px;
  height: 70px;
  background: rgba(85, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon span {
  font-size: 32px;
  color: var(--hotelux-base);
}

.feature-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.feature-content p {
  margin: 0;
  color: var(--hotelux-gray);
}

/* Responsive */
@media (max-width: 991px) {
  .about-content {
    padding-left: 0;
    margin-top: 30px;
  }

  .about-badge {
    right: 20px;
  }
}


/* ============================= */
/* About Story Banner Section */
/* ============================= */
.about-story-banner {
  position: relative;
  padding: 140px 0;
  background-image: url("../../assets/images/resources/about-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}

/* ============================= */
/* Soft Beige Overlay */
/* ============================= */
.about-story-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(249, 246, 241, 0.97) 0%,
      rgba(249, 246, 241, 0.92) 50%,
      rgba(249, 246, 241, 0.97) 100%);
  z-index: 1;
}

/* ============================= */
/* Highlight Glass Card */
/* ============================= */
.about-story-banner__content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 75px 85px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(5px);
  border-radius: 30px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.10);
  text-align: center;
}

/* ============================= */
/* Tagline */
/* ============================= */
.about-story-banner__tagline {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--hotelux-base);
  margin-bottom: 20px;
  font-weight: 500;
}

/* ============================= */
/* Title */
/* ============================= */
.about-story-banner__title {
  font-family: var(--hotelux-font-two);
  font-size: 44px;
  line-height: 1.25;
  color: var(--hotelux-black);
  margin-bottom: 30px;
}

/* Decorative underline */
.about-story-banner__title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: var(--hotelux-base);
  margin: 18px auto 0;
}

/* ============================= */
/* Description Text */
/* ============================= */
.about-story-banner__content p {
  font-size: 17px;
  line-height: 1.85;
  color: var(--hotelux-gray);
}

.about-story-banner__content p+p {
  margin-top: 18px;
}

/* ============================= */
/* CTA */
/* ============================= */
.about-story-banner__cta {
  margin-top: 42px;
}

.about-story-banner__cta .thm-btn {
  padding: 14px 38px;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--hotelux-base);
  color: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(85, 0, 0, 0.35);
}

.about-story-banner__cta .thm-btn:hover {
  background-color: var(--hotelux-black);
  color: #fff;
}



/* ============================= */
/* About Rooms Section */
/* ============================= */

.about-rooms {
  position: relative;
  padding: 120px 0;
  background-color: #ffffff;
}

.about-rooms__grid {
  margin-top: 60px;
}

.about-rooms__card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}

.about-rooms__image {
  position: relative;
  overflow: hidden;
}

.about-rooms__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(10, 12, 18, 0.25) 0%,
      rgba(10, 12, 18, 0.55) 45%,
      rgba(10, 12, 18, 0.85) 100%);
  z-index: 1;
}

/* Image color correction */
.about-rooms__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter:
    brightness(1.05) contrast(1.08) saturate(0.95) sepia(0);
  transition: transform 0.9s ease, filter 0.6s ease;
}

/* Hover refinement */
.about-rooms__card:hover .about-rooms__image img {
  transform: scale(1.05);
  filter:
    brightness(1.1) contrast(1.12) saturate(1);
}

.about-rooms__content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.92);
  ;
}

.about-rooms__title {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}

.about-rooms__meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}

.about-rooms__meta li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
}

.about-rooms__meta li i {
  color: rgba(255, 255, 255, 0.9);
}

.about-rooms__text {
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 12px;
}

.about-rooms__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--hotelux-base);
  background-color: rgba(255, 255, 255, 0.651);
  padding: 6px 14px;
  border-radius: 6px;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}

/* Hover */
.about-rooms__link:hover {
  background-color: var(--hotelux-base);
  color: #ffffff;
  transform: translateX(4px);
}


/* ===================== */
/* Contact Section */
/* ===================== */
.contact-one {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(to bottom,
      #ffffff 0%,
      #ffffff 20%,
      #f9f6f1 20%,
      #f9f6f1 100%);
}

.contact-one__inner {
  position: relative;
  display: block;
  padding-bottom: 120px;
}

/* ===================== */
/* Contact Info (Top Cards) */
/* ===================== */
.contact-info {
  padding: 110px 0 80px;
}

.contact-info__single {
  background-color: #F9F6F1;
  text-align: center;
  padding: 45px 40px;
  margin-bottom: 30px;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(25, 22, 40, .08);
  transition: all .35s ease;
  min-height: 100%;
}

.contact-info__single:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 65px rgba(25, 22, 40, 0.12);
}

.contact-info__icon {
  width: 70px;
  height: 70px;
  background-color: var(--hotelux-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.contact-info__icon span {
  font-size: 30px;
  color: var(--hotelux-base);
}

.contact-info__single p {
  margin-top: 22px;
  font-size: 14px;
  color: var(--hotelux-gray);
}

.contact-info__single h5,
.contact-info__single h5 a {
  font-family: var(--hotelux-font-two);
  font-size: 18px;
  color: var(--hotelux-black);
  text-transform: lowercase;
}

/* ===================== */
/* Contact Form Card */
/* ===================== */
.contact-one__form-card {
  background-color: #F9F6F1;
  padding: 60px 55px;
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(25, 22, 40, 0.10);
}

.contact-one__form {
  position: relative;
  display: block;
}

.contact-one__input-box {
  margin-bottom: 28px;
}

.contact-one__input-box input[type="text"],
.contact-one__input-box input[type="email"] {
  width: 100%;
  height: 56px;
  padding: 0 18px;
  background-color: var(--hotelux-white);
  border: 1px solid rgba(25, 22, 40, 0.18);
  border-radius: 8px;
  font-size: 15px;
  color: var(--hotelux-black);
  outline: none;
  transition: all .25s ease;
}

.contact-one__input-box input::placeholder {
  color: rgba(25, 22, 40, 0.55);
}

.contact-one__input-box input:focus {
  border-color: var(--hotelux-base);
  box-shadow: 0 0 0 3px rgba(85, 0, 0, 0.08);
}

/* ===================== */
/* Button */
/* ===================== */
.contact-one__btn-box .thm-btn {
  background-color: var(--hotelux-base);
  color: var(--hotelux-white);
  padding: 14px 36px;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 6px;
  border: none;
  box-shadow: 0 12px 30px rgba(85, 0, 0, 0.25);
  transition: all .3s ease;
  min-width: 180px;
}

.contact-one__btn-box .thm-btn:hover {
  background-color: #3d0000;
  color: var(--hotelux-white);
}

/* ===================== */
/* Map */
/* ===================== */
.contact-one__map iframe {
  width: 100%;
  height: 420px;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(25, 22, 40, 0.10);
}

/* ============================= */
/* Rooms page css */
/* ============================= */

.rooms-intro {
  padding: 120px 0 0;
  background-color: #fff;
}

.rooms-intro__text {
  max-width: 820px;
  margin: auto;
  text-align: center;
  font-size: 17px;
  line-height: 1.8;
  color: var(--hotelux-gray);
}

/* ============================= */
/* rooms page css end */
/* ============================= */

.rooms-list {
  padding: 120px 0;
  background: #ffffff;
}

/* Main row */
.rooms-card {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  padding: 40px;
  margin-bottom: 40px;
  transition: box-shadow 0.35s ease, border-color 0.35s ease;
}

/* Hover = subtle */
.rooms-card:hover {
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.2);
  transform: none;
}

/* Layout stays row-based */
.rooms-card__layout {
  display: flex;
  gap: 40px;
  align-items: center;
}

.rooms-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.rooms-card__action {
  white-space: nowrap;
}

.rooms-card__price {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.rooms-card__price span {
  font-size: 14px;
  font-weight: 400;
  color: var(--hotelux-gray);
}


.rooms-card__section-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--hotelux-black);
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Image block */
.rooms-card__media {
  flex: 0 0 45%;
  overflow: hidden;
}

/* Image */
.rooms-card__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Image hover only */
.rooms-card:hover .rooms-card__image img {
  transform: scale(1.04);
}

/* Content */
.rooms-card__content {
  flex: 1;
}

/* Title */
.rooms-card__title {
  font-size: 30px;
  margin-bottom: 6px;
  color: var(--hotelux-black);
}


/* Meta icons row */
.rooms-card__meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.rooms-card__meta li {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--hotelux-black);
}

.rooms-card__meta li span,
.rooms-card__meta li i {
  color: var(--hotelux-base);
}

/* Bullet points */
.rooms-card__points {
  padding-left: 18px;
  margin-bottom: 18px;
}

.rooms-card__points li {
  font-size: 15px;
  font-weight: 400;
  color: var(--hotelux-gray);
  line-height: 1.7;
  list-style: circle;
}


/* Feature tags */
.rooms-card__features {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}

.rooms-card__feature {
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 5px 12px;
  font-size: 13px;
  background: transparent;
  display: flex;
  gap: 0.25rem;
  align-items: center;
  line-height: 1;
}

.rooms-card__feature i {
  color: var(--hotelux-base);
  font-size: 1rem;
}

/* Button stays strong */
.rooms-card .thm-btn {
  margin-top: 6px;
  padding: 10px 15px 10px;
}

@media (max-width: 991px) {
  .rooms-card__layout {
    flex-direction: column;
  }
}


/* ============================= */
/* rooms page css end */
/* ============================= */


/* ============================= */
/* gallery page css */
/* ============================= */


.gallery-page {
  padding: 120px 0 90px;
}

.gallery-two {
  position: relative;
  display: block;
  padding: 120px 0 0;
  z-index: 1;
}

.gallery-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.gallery-two__image {
  position: relative;
  display: block;
  overflow: hidden;
  height: 300px;
}

.gallery-two__image:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(var(--hotelux-black-rgb), .8);
  transform: scaleX(0);
  transition: all .5s ease;
}

.gallery-two__single:hover .gallery-two__image:before {
  transform: scaleX(1);
}

.gallery-two__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.gallery-two__icon {
  position: absolute;
  top: calc(50% - 20px);
  right: calc(50% - 20px);
  transform: scale(0);
  transition: all .5s ease;
}

.gallery-two__single:hover .gallery-two__icon {
  transform: scale(1);
}

.gallery-two__icon a {
  height: 40px;
  width: 40px;
  color: var(--hotelux-white);
  font-size: 18px;
  background: var(--hotelux-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1);
}

.gallery-two__icon a:hover {
  transform: scale(1.2);
}

.gallery-two__text {
  position: absolute;
  left: 25px;
  bottom: 20px;
  transform: translate3d(0, 118px, 0);
  transition: all .5s ease;
}

.gallery-two__single:hover .gallery-two__text {
  transform: translate3d(0, 0, 0);
}

.gallery-two__text h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
}

.gallery-lightbox.active {
  opacity: 1;
  visibility: visible;
}

.gallery-lightbox-img {
  max-width: 85%;
  max-height: 85%;
  border-radius: 14px;
}

.gallery-close {
  position: absolute;
  top: 28px;
  right: 38px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  font-size: 32px;
  padding: 12px 18px;
  cursor: pointer;
  border-radius: 50%;
}

.gallery-nav.prev {
  left: 40px;
}

.gallery-nav.next {
  right: 40px;
}

/* ============================= */
/* gallery page css end */
/* ============================= */

/* Mobile Navigation Expanded State */
.mobile-nav__wrapper.expanded {
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: visibility .5s ease 0s, -webkit-transform .5s ease 0s;
  transition: visibility .5s ease 0s, -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s, visibility .5s ease 0s;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

body.locked {
  overflow: hidden;
}

.booking-flow {
  padding: 120px 0;
}

.booking-step {
  display: none;
}

.booking-step.active {
  display: block;
}

.booking-steps__nav {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto 50px;
  padding: 0;
  list-style: none;
  position: relative;
}

.booking-steps__nav::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 2px;
  background: #ddd;
}

.booking-steps__nav li {
  text-align: center;
  background: #f4f4f4;
  padding: 0 10px;
  z-index: 1;
}

.step-dot {
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 auto;
}

.step-label {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #999;
}

.booking-steps__nav li.active .step-dot {
  background: #7b0d0d;
}

.booking-steps__nav li.active .step-label {
  color: #7b0d0d;
}

/* ================= CARD ================= */

.card {
  background: #fff;
  max-width: 1100px;
  margin: 0 auto 40px;
  padding: 40px;
  border-radius: 6px;
}

.card h2 {
  margin-bottom: 25px;
}

/* ================= GRID ================= */

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

/* ================= INPUTS ================= */

input,
textarea {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #ccc;
}

textarea {
  height: 90px;
  padding-top: 10px;
  margin-top: 15px;
}

/* ================= BUTTONS ================= */

.btn-primary {
  background: #7b0d0d;
  color: #fff;
  border: none;
  padding: 14px 30px;
  margin-top: 30px;
  cursor: pointer;
}

.btn-primary.full {
  width: 100%;
}

.btn-outline {
  background: transparent;
  border: 1px solid #7b0d0d;
  color: #7b0d0d;
  padding: 10px 22px;
}

/* ================= ROOMS ================= */

.room-card {
  display: flex;
  flex-wrap: wrap;
  /* gap: 24px; */
  border: 1px solid #ddd;
  padding: 24px;
  margin-bottom: 24px;
  background: #fff;
  border-radius: 6px;

}

.room-card img {
  width: 220px;
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
  padding-right: 1rem;
}

.room-price {
  font-size: 20px;
  font-weight: 700;
  margin: 12px 0;
}

/* ================= CHECKOUT ================= */

.checkout-wrapper {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
}

.reservation-box {
  background: #7b0d0d;
  color: #fff;
  padding: 30px;
  border-radius: 6px;
  height: fit-content;
}

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.checkbox-row input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #7b0d0d;
  cursor: pointer;
}

/* Optional: better line wrapping */
.checkbox-row span {
  line-height: 1.4;
}

/* Slight spacing before confirm button */
.checkbox-terms {
  margin-bottom: 30px;
}

.res-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.res-total {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.res-total strong {
  display: block;
  font-size: 24px;
}

.checkout-form-box {
  background: #fff;
  padding: 40px;
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.checkout-form-box h4 {
  margin: 30px 0 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

.checkbox-row {
  display: flex;
  gap: 10px;
  margin: 20px 0;
  font-size: 14px;
}

.checkbox-row input {
  accent-color: #7b0d0d;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .checkout-wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}