@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
html,body{overflow-x: hidden;position: relative;}
  
@media (min-width: 1200px) {
  .container {
    max-width: 1320px !important;
  }
}
:root {
  --hotelux-font: "Roboto", sans-serif;
  --hotelux-font-two: "Playfair Display", serif;
  --hotelux-gray: #585b6b;
  --hotelux-gray-rgb: 88, 91, 107;
  /* --hotelux-base: #b99c87; */
  --hotelux-base: #bb8494;
  /* --hotelux-base-rgb: 185, 156, 135; */
  --hotelux-base-rgb: 183, 131, 145;
  --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;
}


.main-header-three {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent;
  transition: all 500ms 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 0px 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), .40);
}

.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);margin-bottom: 0px;
}

.main-menu-three__contact-list li .text p a {
  color: var(--hotelux-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms 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__language-switcher {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 19px;
  margin-right: 12px;
}

.main-menu-three__language-switcher::before {
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 8px;
  width: 1px;
  background: var(--hotelux-white);
  content: "";
  opacity: .30;
}

.main-menu-three__language-switcher .icon {
  position: relative;
  display: block;
  margin-right: 12px;
}

.main-menu-three__language-switcher .icon span {
  position: relative;
  display: inline-block;
  color: var(--hotelux-white);
  font-size: 18px;
  line-height: 18px;
}

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

.main-menu-three__language-switcher .language-switcher form {
  position: relative;
  display: block;
  width: 48px;
}

.main-menu-three__language-switcher .language-switcher form .select-box {
  position: relative;
  display: block;
}

.main-menu-three__language-switcher .nice-select {
  background-color: var(--hotelux-black);
  border-radius: 0px;
  color: var(--hotelux-white);
  font-size: 16px;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  font-family: var(--hotelux-font);border: 1px solid transparent;
}

.main-menu-three__language-switcher .nice-select:after {
  right: 0px;
  margin-top: -6px;
  border-bottom: 1px solid var(--hotelux-white);
  border-right: 1px solid var(--hotelux-white);
}

.main-menu-three__language-switcher .nice-select .list {
  width: 65px;
  background-color: var(--hotelux-base);
}

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

.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), .20);
   border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  font-size: 14px;
  color: var(--hotelux-white);
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.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(0.5);
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.main-menu-three__social a:hover::before {
  transform: scale(1.0);
  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), .30);
}

.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;
  width: 200px;
  height: 130px;
}

.main-menu-three__logo:before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  left: 0;
  bottom: 0;
  background-color: rgba(var(--hotelux-base-rgb), .70);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  z-index: -1;
}
.main-menu-three__logo img{
    max-width: 160px;
    /* height: 110px; */
}
.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), .80);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  z-index: -1;
}

.main-menu-three__search-cart-box {
  position: relative;
  display: flex;
  align-items: center;
}

.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 500ms ease;
  transition: all 500ms ease;
}

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

.main-menu-three__cart-box {
  position: relative;
  display: block;
  margin-left: 20px;
}

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

.main-menu-three__cart-count {
  position: absolute;
  top: -15px;
  right: -15px;
  height: 20px;
  width: 20px;
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  background-color: var(--hotelux-black);
  color: var(--hotelux-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}




.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;
}



#menu-header-menu {
  display: flex;
  list-style: none;
}
#menu-header-menu li{
  display: flex;
  list-style: none;
  padding:0 18px;
}

#menu-header-menu li a{color:#fff;position: relative;}
#menu-header-menu li a:hover,
#menu-header-menu li.active a{  color: var(--hotelux-base);}


#menu-header-menu li a {
position: relative;
}

#menu-header-menu li.current-menu-item a:before {
content: "";
height: 2px;
background-color: var(--hotelux-base);
position: absolute;
bottom: -3px;
left: 0;
right: 0;
transform: scale(1,1);
}




.thm-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !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 0.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 0.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 0.4s ease-in-out;
}

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

.thm-btn:hover {
  color: var(--hotelux-white);box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
}

  .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::before,
.main-menu-three__btn-box .thm-btn::after {
  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.dropdown>a:after {
  color: var(--hotelux-white);
}

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

.main-menu-three .main-menu__list>li.current>a::after,
.main-menu-three .main-menu__list>li:hover>a::after,
.stricky-header.main-menu-three .main-menu__list>li.current>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);
}








.select-box .nice-select .option:hover,
 .select-box .nice-select .option.focus,
 .select-box .nice-select .option.selected.focus {
  background-color: #000;
}

.card .form-label{width: 100%;}
.card .form-select{width: 100%;}
.card .list{width: 100%;}


.about_us_section .about-page-text .row{ align-items:center}
.about_us_section .intro_right_text{margin-top:0px}
.about_us_section .intro_right_text .ttl{margin-bottom: 15px;font-size: 26px;}

#experienceCarousel .flex-slideinfo{margin-bottom: 0px;}
.exp-listing-area .exp-listing-item .details .exp-loc .exp-loc-btn{color: #fff;}


.owl-carousel.center-control .owl-nav {width: 100%;
  position: absolute;
  top: 50%;
  max-width: 100%;
  left: 50%;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);}

 .owl-carousel.center-control .owl-nav .owl-prev {
  margin-left: -20px;
  float: left;
  border: 1px solid #bb8494;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  background: #bb8494;
  color: #fff;
}
 .owl-carousel.center-control .owl-nav .owl-next {
  margin-right: -20px;
  right: 0;
  float: right;
  border: 1px solid #bb8494;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  background: #bb8494;
  color: #fff;
}

 .owl-carousel.center-control .owl-nav .owl-next:hover,
  .owl-carousel.center-control .owl-nav .owl-prev:hover{background: #ccb8a9;}

  .gallery-one .owl-nav,
  .gallery-one .owl-dots{display: none;}

 #hp-room-item-carousel .owl-dots ,
 .recent-blog-section .owl-dots {display: none;}


/* default page css start */
.terms-conditions {padding: 50px 0px}
.terms-conditions h1{font-size: 34px;}
.terms-conditions h1,
.terms-conditions h2,
.terms-conditions h3,
.terms-conditions h4,
.terms-conditions h5,
.terms-conditions h6{margin-bottom:10px}
.terms-conditions h2{font-size:24px}
.terms-conditions h3{font-size:18px}
.terms-conditions ul{list-style: disc;padding-left: 20px}
.terms-conditions ul li p{margin-bottom:5px}
.terms-conditions ul li:last-child p:last-of-type {margin-bottom: 15px;}
/* ./default page css end */




/* ================================
            Blog Bg
   ================================ */
.blog-pg .right-tab.blog .article-sec img{border: 1px solid #ddd !important}
.blog-pg .aside-tab.blog .widget-title{font-size:20px;padding: 10px 0px;background-color:#dfa974;color:#fff;text-align: center;}
.blog-pg .aside-tab.blog .widget {margin-bottom: 10px;}
.blog-pg .aside-tab.blog ul{margin-top:10px;}
.blog-pg .aside-tab.blog ul li{padding: 10px 0px;list-style: none;}
.blog-pg .aside-tab.blog .cat-item a{color: #3c4852; font-size:16px;}
.blog-pg .article-sec p img{width: 100%; height: 300px; max-height: 100%}
.blog-pg .right-tab.blog .article-sec h3{margin-bottom:10px;}
.blog-pg .aside-tab .widget ul li a{color: #3c4852; font-size:16px;}
.blog-pg .aside-tab .rpwwt-widget ul li{margin-bottom: 0px !important;}
.blog-pg .aside-tab .rpwwt-widget .rpwwt-post-title{font-size:16px;}
.blog-pg .entry-content h2{font-size:30px; margin-bottom:10px;}
.blog-pg .entry-content span a{font-weight:bold; color:#666 !important;text-decoration:none !important}
.blog-pg .current-cat, .current-cat a{color: #dfa974 !important;}
.blog-pg .aside-tab.blog ul.mini-blog li {display: flex;}
.blog-pg .aside-tab.blog ul.mini-blog img{min-width:100px;width: 100px;height: 100px;object-fit: cover;margin-right: 10px;}
.blog-pg .aside-tab.blog ul.mini-blog li a{font-size: 14px;}

.blog-pg .blog .widget_search{position: relative}
.blog-pg .blog .screen-reader-text{font-family:'Avenir LT Std'; color: #4b4b4b}

.blog-pg .blog .search-field{padding: 0px 15px;
  padding-right:30px;
font-size: 14px;
font-weight: 400;
color:#4b4b4b;
background: none;
border: none;
box-shadow: none;
height: 50px;
border: 1px solid #ddd;
border-radius: 0px;
font-family: 'Avenir LT Std';
width:100% !important}

.blog-pg .blog .search-submit{position: absolute;
  top: 0px;
  right: 10px;
  background:transparent url('../img/search-icon.png') no-repeat;
      background-position-x: 0%;
      background-position-y: 0%;
      background-size: auto;
  background-size: 14px;
  background-position: center;
  height: 100%;
  border: none;
  width: 20px;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  /*overflow-x: hidden*/;
  }
  
  .blog-pg .blog [for="search-form-1"],.blog-pg .blog .search-submit svg,
  .blog-pg .blog .search-submit .screen-reader-text{display: none !important;}
  .blog-pg .blog .screen-reader-text{display: none}
  .search-form button span{display: none;}



  .pager .page-numbers{height: 45px;
  width: 45px;
  text-align: center;
  display: flex;
  color: var(--hotelux-black);
  font-weight: 500;
  font-size: 18px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(var(--hotelux-black-rgb), .20);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  align-items: center;
  justify-content: center;margin: 0 5px;}
 .pager .page-numbers.current, 
 .pager .page-numbers:hover{border: 1px solid var(--hotelux-base);
  color: var(--hotelux-white);
  background-color: var(--hotelux-base);}

  .service-item.blog-listing img{object-fit: cover;}

.service-item.blog-listing{position: relative;}

.service-item.blog-listing .services-body.bi-text{padding: 15px;}

.blog-listing .blog-tags{display: inline-flex;
  column-gap: 10px;}
 .blog-listing .b-tag {display: inline-block;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  background: #dfa974;
  padding: 3px 10px;
  border-radius: 2px;}
 .services-body.bi-text .b-time{position: absolute;
  top: 10px;
  color: #fff;
  background: #dfa974;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 2px;}
  .services-body.bi-text .b-time i {color: #fff;}

  .service-item.blog-listing .services-body.bi-text p{line-height: 22px;font-size: 15px;}

  .thm-btn.btn-sm {
  padding: 10px 18px;
  font-size: 14px;
}

.blog-item.set-bg .blog-three__content{padding: 30px 15px 30px;}
.blog-three__list li .icon span.fa {font-size:12px}
.blog-section .blog-carousel-block .blog-item.set-bg .blog-three__date{bottom: -25px;}
.blog-section .blog-carousel-block .blog-item.set-bg .blog-three__date p{margin-bottom: 0px;}
.blog-item.set-bg .blog-three__content .blog-three__list{margin-bottom: 10px;}
.blog-item.set-bg .blog-three__title{display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;line-height: 24px;}
.owl-carousel .owl-item img{object-fit: cover;}
.blog-three__list li p{font-size: 13px;
  line-height: 20px;}

  .hp-room-section.section_gap {
  padding-bottom: 0;
}

.experience-detail-section.spad .owl-dots{display: none;}
/* ================================
            ./Blog Bg
   ================================ */


   /* Room Detail CSS */

   .room-thumb-slider img{object-fit: cover;
  border-radius: 6px;
  opacity: .5;
  transition: .3s;}
  .room-thumb-slider .owl-item.active-thumb img{
opacity:1;
border:3px solid #c19b76;
}

.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__size {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 7px 0 14px;
}
.room-details__services-1 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.room-details__extra-services-text {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.room-details__extra-services {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.room-details__size .icon > span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: var(--hotelux-base);
}
.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), .30);
  font-size: 18px;
  color: var(--hotelux-base);
}
.room-details__extra-services-text > span {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid rgba(var(--hotelux-black-rgb), .30);
  padding: 2px 10px 2px;
  font-size: 14px;
  line-height: 24px;color: var(--hotelux-gray);
}

   /* ./Room Detail CSS */

/* media */
@media screen and (min-width:992px) {
    .mobile-nav__toggler i{display: none;color:#bb8494 !important}
    
}

/* Banner */
.banner-two__form-box {
  position: relative;
  display: block;
  background: rgba(var(--hotelux-black-rgb), .70);
  padding: 45px 40px 50px;
  z-index: 2;
}
.banner-two__form-title {
  font-size: 30px;
  color: var(--hotelux-white);
  font-weight: 6;
  text-transform: capitalize;
  line-height: 1em;
  margin-bottom: 27px;
}
.banner-two__form-box label{font-size: 16px;
  font-weight: 500;
  color: var(--hotelux-white);
  margin-bottom: 6px; display:block}
 .banner-two__form-box .form-select,
 .banner-two__form-box .form-control {position: relative;
  display: block;
  height: 50px;
  width: 100%;
  background-color: rgba(var(--hotelux-white-rgb), .10);
  border: 1px solid rgba(var(--hotelux-white-rgb), .03);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  color: rgba(var(--hotelux-white-rgb), 1);
  border-radius: 0;
  font-family: var(--hotelux-font);}

 .hero-section .common-row{padding: 224px 0 70px 0px;}
  .hero-section .hero-texts .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;
  letter-spacing: 0.01em;}


.hero-slider{
  position: relative;
  background-color: var(--hotelux-black);
  z-index: 1;
}

.hs-item.set-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.hs-item.set-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #191628;
  background: linear-gradient(90deg, rgba(25, 22, 40, 0.9) 10%, rgba(25, 22, 40, 0.53) 100%);
  z-index: 1;
}


.hero-texts h1{position: relative;
  font-size: 60px;
  color: var(--hotelux-white);
  font-weight: 600;
  line-height: 1.2em;
  text-transform: capitalize;
  margin-top: 18px;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
}
 .hero-texts p{position: relative;
  display: block;
  font-size: 18px;
  color: var( --hotelux-white);
  font-weight: 400;
  letter-spacing: 1px;
  padding: 20px 12px;
}


  /* About us section */
  .about-text{position: relative;
  display: block;}
  .section-title span{position: relative;color: #d88aa7 !important;}
  .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);
  }
}

.banner-two__form-box .form-select .list{background-color: var(--hotelux-base);
  border-radius: 0;
  z-index: 20;width: 100%;}

 .banner-two__form-box .nice-select .option:hover,
 .banner-two__form-box .nice-select .option.focus, 
 .banner-two__form-box .nice-select .option.selected.focus {
  background-color: #f6f6f6;
  color: #fff;
  background-color: var(--hotelux-black);
}

.download-app-one__inner .section-title__title {
  color: var(--hotelux-white);
}
.section-title__title span {
  color: var(--hotelux-base);
}


/*==============================================
  Download App One
===============================================*/
.download-app-one {
  position: relative;
  display: block;
  padding: 60px 0 0px;
  z-index: 1;
}

.download-app-one .container {
  max-width: 1600px;
}

.download-app-one__inner {
  position: relative;
  display: block;
  background-color: var(--hotelux-black);
  border-radius: 5px;
  padding: 120px 100px 120px;
  z-index: 1;
}

.download-app-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .20;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.download-app-one__img-1 {
  position: absolute;
  bottom: -120px;
  right: 134px;
  z-index: 1;
}

.download-app-one__img-1 img {
  width: auto;
}

.download-app-one__inner .section-title {
  margin-bottom: 32px;
}

.download-app-one__inner .section-title{font-size: 36px;
  line-height: 46px;
  font-weight: 600;
  text-transform: capitalize;color: var(--hotelux-white);}

.download-app-one__inner .section-title__tagline::after {
  background: var(--hotelux-black);
}
.section-title__title.title-animation span {
  color: var(--hotelux-base);
  font-family: var(--hotelux-font-two);
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
}
.download-app-one__inner .section-title__title {
  color: var(--hotelux-white);
}

.download-app-one__text {
  color: rgba(var(--hotelux-white-rgb), .70);
}

.download-app-one__google-and-app-store {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 42px;
}

.download-app-one__google-and-app-store a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--hotelux-base);
  padding: 15px 30px 15px;
}



.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), 0.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 500ms ease;
  transition: all 500ms 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), .80);
  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), .80);
}

.testimonial-three__nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px;
}

.testimonial-three__nav .swiper-button-prev1,
.testimonial-three__nav .swiper-button-next1 {
  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: 0px 0px;
  text-align: center;
  transition: all 500ms ease;
  z-index: 100;
}

.testimonial-three__nav .swiper-button-prev1:hover,
.testimonial-three__nav .swiper-button-next1:hover {
  color: var(--hotelux-base);
  background-color: var(--hotelux-white);
}

.testimonial-three__nav .swiper-button-next1 {
  margin-right: 10px;
}
.section-title h2{color: #fff;}
.testimonial-slider .ts-item p{color:#fff}


 .testimonial-three .section-title__tagline-box {
  position: relative;
  display: inline;
  color: #fff;
}
 .testimonial-three .section-title__tagline-box h2{color: #fff;}
  .testimonial-sections .section-title__tagline-box .title__tagline{position: relative;
  display: inline-block;}
  .testimonial-sections.spad.testimonial-three h2{color:#fff}
.testimonial-slider .ts-item .ti-author h5 {
  font-size: 20px !important;
  color: #fff !important;
  display: block !important;
}
  .testimonial-slider .section-title h2{color:#fff}
.testimonial-slider .ts-item p {
  font-size: 18px !important;
  color: rgba(var(--hotelux-white-rgb), .80) !important;
}
/* /*======= */


/*==============================================
    Site Footer
===============================================*/
.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), 0.03);
  z-index: -1;
}

.site-footer-three__bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.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: 60px;
}
.service-item h4 {min-height: 48px;}
.footer-widget-three__logo {
  position: relative;
  display: block;
}
.footer-widget-three__logo img {
    width: 160px;
    /* height: 168px; */
}
.footer-widget-three__about-text {
  color: rgba(var(--hotelux-white-rgb), .80);
  margin-top: 20px;
  margin-bottom: 22px;font-size: 14px;
}

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

.footer-widget-three__working-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: var(--hotelux-white);
  margin-bottom: 15px;
}

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

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

.footer-widget-three__working-hour li+li {
  margin-top: 18px;
  border-top: 1px dashed rgba(var(--hotelux-white-rgb), .30);
  padding-top: 18px;
}

.footer-widget-three__working-hour li p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(var(--hotelux-white-rgb), .80);
}

.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), .20);
  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), .80);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  transition: all 500ms 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__newsletter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 65px 75px 0px;
  padding-right: 0;
  margin-bottom: 53px;
}

.footer-widget-three__newsletter-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  color: var(--hotelux-white);
}

.footer-widget-three__newsletter-form {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 450px;
  width: 100%;
}

.footer-widget-three__newsletter-form-input-box {
  position: relative;
  display: block;
  max-width: 296px;
  width: 100%;
}

.footer-widget-three__newsletter-form-input-box input[type="email"] {
  font-size: 16px;
  height: 54px;
  width: 100%;
  background-color: rgba(var(--hotelux-white-rgb), .10);
  outline: none;
  border: none;
  color: rgba(var(--hotelux-white-rgb), .80);
  font-weight: 400;
  border-radius: 0;
  padding-right: 20px;
  padding-left: 20px;
}

.footer-widget-three__newsletter-form .thm-btn {
  border: none;
  padding: 19px 35px 19px;
}

.footer-widget-three__newsletter-form .thm-btn:hover {
  color: var(--hotelux-base);
}

.footer-widget-three__newsletter-form .thm-btn::before {
  background-color: var(--hotelux-white);
}

.footer-widget-three__newsletter-form .thm-btn::after {
  background-color: var(--hotelux-white);
}

.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 500ms ease;
  transition: all 500ms 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 500ms ease;
  transition: all 500ms 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), .80);margin-bottom: 0px;
}

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

.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), .20);
  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 500ms ease;
  transition: all 500ms 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), 0.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), .80);
}

.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), .80);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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



/*==============================================
   Blog Three
===============================================*/
.hp-room-section.section_gap{padding: 80px 0px;}
.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-section .blog-carousel-block .blog-item.set-bg{height: auto !important;}
.blog-three__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--hotelux-black-rgb), .50);
  opacity: 0;
  transform: translateY(50px);
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
  z-index: 1;
}

.blog-three__single:hover .blog-three__img:before {
  opacity: 1;
  transform: translateY(0px);
}

.blog-three__img img {
  width: 100%;
  transform: scale(1.0);
  transition: all 1500ms ease;height: 300px;
}

.blog-three__single:hover .blog-three__img img {
  transform: scale(1.05) rotate(0deg);
}

.blog-three__content {
  position: relative;
  display: block;
  padding: 30px 20px 30px;
  background-color: var(--hotelux-white);
  box-shadow: 0px 0px 48.51px 0.49px rgba(0, 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;margin-bottom: 0px;font-size: 14px;
}

.blog-three__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  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-three__date {
  position: absolute;
  bottom: -35px;
  right: 20px;
  background-color: var(--hotelux-base);
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}

.blog-three__date p {
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 28px;
  font-family: var(--hotelux-font-two);
  color: var(--hotelux-white);
}

.blog-three__date p span {
  font-size: 16px;
  font-family: var(--hotelux-font);
  color: var(--hotelux-white);
  line-height: 28px;
  position: relative;
}

.blog-three__read-more {
  position: relative;
  display: inline-block;
}

.blog-three__read-more a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--hotelux-black);
}

.blog-three__read-more a:hover {
  color: var(--hotelux-base);
}

.blog-three__read-more a>span {
  font-size: 14px;
  color: var(--hotelux-base);
}



/* =======================================
              services Section 
   ======================================= */
.single-services {
	background: #fff;
	box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.07);
	position: relative;
    margin: 0 0px 30px;
}
.services-area2 .single-services {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
}
.ser-m{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}
.single-services .day-book {
background:var(--hotelux-base);
font-family: 'Jost', sans-serif;
color: #fff;
font-size: 16px;
font-weight: 600;
width: 100%;
margin-bottom: 30px;
margin-top: -70px;
position: relative;
}
.single-services .day-book ul{display: flex;}
.single-services .day-book a{
    color: #fff;
}
.single-services .day-book li {
display: inline-block;
width: 49.2%;
text-align: center;
padding: 20px 0;
border-right: 2px solid #a68b77;
    margin-top: 0;
 
}
.single-services .day-book li:last-child{
    border: none;
}
.single-services .icon {
    margin-top: 30px;
}
.single-services .icon ul{
    padding-left: 0 !important;
}
.single-services .icon li{
    display: inline-block;
    margin-right: 34px;
}
.single-services .icon li:last-child{
    margin-right: 0;
}
.single-services .icon li img{
    height: 20px;
}
.single-services::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 5px;
	top: 5px;
	background: #b99c87;
	z-index: -1;
	transition: .3s;
	opacity: 0;
}
.service-t h2 {
	top: 55px;
}
.services-thumb img {
	width: 100%;min-height: 250px;
  height: 250px;
}
.services-content span {
	display: block;
	height: 2px;
	width: 150px;
	background: #644222;
	transition: .3s;
	margin-bottom: 55px;
}
.services-content {
	padding: 30px 20px 30px;
	padding-bottom: 30px;
}
.services-content small {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 20px;
}
.services-content h4{margin-bottom: 10px}
.services-content h4 a {
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	text-transform: capitalize;
	color: #000;
}
.services-content h4:hover a{color: #644222;}
.services-content p{margin-bottom: 0;}
.single-services:hover .services-content span {background: #644222;}
.single-services:hover::before{opacity: 1;}
.services-active .slick-dots {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	line-height: 1;
}
.services-active .slick-dots li{display: inline-block;margin: 0 5px;}
.services-active .slick-dots li button {
	text-indent: -99999px;
	border: none;
	padding: 0;
	height: 5px;
	width: 20px;
	background: #644222;
	border-radius: 50px;
	z-index: 1;
	cursor: pointer;
	transition: .3s;
}
.services-active .slick-dots li.slick-active button {
	width: 50px;
	background: #644222;
}
.services-active .slick-track {
	padding-bottom: 10px;
}

.services-icon i {
    font-size: 48px;
border-radius: 50%;
color: #ff4328;
text-align: center;
width: 100px;
height: 100px;
line-height: 100px;
border: 1px solid #ff4328;
}
.services-two .services-icon {
display: inline-block;
width: 90px;
height: 90px;
background: #FFFFFF 0% 0% no-repeat padding-box;
text-align: center;
border-radius: 50%;
padding: 25px;
    margin-bottom: 30px;
}
.services-two .services-icon img{
    width: 100%;
}
.services-two .brline{
    margin-top: 15px;
    margin-bottom: 25px;
}
.services-two ul li{
    margin-bottom: 25px;
}
.services-two ul li::before {
   font-family: "FontAwesome";
    content: "ï€Œ";
   margin-right: 10px;
color: #644222;
}
.services-icon .glyph-icon::before {
    font-size: 48px;
    color: #3763eb;
    margin-left: 0;
}
.services-icon2 {
position: absolute;
right: 5%;
top: 0;
z-index: 1;
opacity: .05;
}
.services-icon2 .glyph-icon::before {
    font-size: 120px;
    color: #8ca8ff29;
    margin-left: 0;
}
.services-two .second-services-content{
    float: left;
width: 100%;
}
.services-two .s-single-services {
transition: .3s;
padding: 45px;
border: none;
margin-bottom: 30px;
border-radius: 0;
  
}
.services-two .s-single-services{
    float: left;
	width: 100%;
}


.services-three .services-icon {
display: inline-block;
width: auto !important;
height: auto !important;
margin-bottom: 30px;
}
.services-three .services-icon img{
    width: 100%;
}
.services-three .brline{
    margin-top: 15px;
    margin-bottom: 25px;
}
.services-three ul li{
    margin-bottom: 25px;
}
.services-three ul li::before {
   font-family: "FontAwesome";
    content: "ï€Œ";
   margin-right: 10px;
color: #644222;
}
.services-three .second-services-content{
    float: left;
width: 100%;
}
.services-three .s-single-services {
transition: .3s;
padding: 30px;
margin-bottom: 30px;
border-radius: 4px;
border: 2px solid #F0F0F0;
display: block;
box-shadow: none;
    
}
.services-three .s-single-services.active {
    background: #fff;
    margin-top: 0;
    position: relative;
    z-index: 1;
    left: 0;
}
.services-three .s-single-services.active .services-icon {
    background: #fff 0% 0% no-repeat padding-box;
    width: 90px;
    height: 90px;
}
.services-three .s-single-services.active a.ss-btn {
    display: none;
}

.second-services-content h5 {
  transition: .3s;
  letter-spacing: 0;
  font-size: 26px;
  color: #030c26;
}
.second-services-content p {
	margin-bottom: 0;
}


.second-services-content a::after {
	left: -40px;
	right: unset;
	opacity: 0;
}
.s-single-services {
	transition: .3s;
    background: #fff;
    position: relative;
    display: flex;
}

.s-single-services .services-icon {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
    z-index: 1;
}


/*==============================================
   About One
===============================================*/
.aboutus-section,
.blog-section{padding-top:100px}
.about-one {
  position: relative;
  display: block;
  padding: 100px 0 100px;
  z-index: 1;
}
.about-one .icon img{padding: 10px;}

.about-one__left {
  position: relative;
  display: block;
}

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

.about-one__right .section-title {
  margin-bottom: 32px;
}

.about-one__points-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 25px 0 40px;
}

.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;margin-bottom: 0px;
}

.about-one__main-tab-box {
  position: relative;
  display: block;
  margin-left: -365px;
}

.about-one__main-tab-box .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-one__main-tab-box .tab-buttons::before {
  content: "";
}

.about-one__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__main-tab-box .tab-buttons .tab-btn+.tab-btn {
  margin-left: 10px;
}

.about-one__main-tab-box .tab-buttons .tab-btn .about-one__main-tab-img {
  position: relative;
  display: block;
  max-width: 190px;
  width: 100%;
  cursor: pointer;
  z-index: 15;
}

.about-one__main-tab-box .tab-buttons .tab-btn .about-one__main-tab-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #191628;
  background: linear-gradient(180deg, rgba(25, 22, 40, 0) 24%, rgba(25, 22, 40, 1) 100%);
}

.about-one__main-tab-box .tab-buttons .tab-btn .about-one__main-tab-img img {
  width: 100%;
}

.about-one__main-tab-tag {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}

.about-one__main-tab-tag span {
  font-weight: 600;
  font-family: var(--hotelux-font-two);
  color: var(--hotelux-white);
}

.about-one__main-tab-box .tabs-content {
  position: relative;
  display: block;
}

.about-one__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.about-one__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.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;
}



/*==============================================
    Gallery One
===============================================*/
.gallery-one {
  position: relative;
  display: block;
  margin:100px 0;
}

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

.gallery-one__single {
  position: relative;
  display: block;
}

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

.gallery-one__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  /* background-color: rgba(var(--hotelux-black-rgb), .85); */
  opacity: 0;
  transform: translateY(50px);
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
  z-index: 1;
}

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

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

.gallery-one__single:hover .gallery-one__img img {
  transform: scale(1.1) rotate(2deg);
}
.gallery-one .gallery-one__single .gallery-one__img img{height: 300px;
  object-fit: cover;}
  
.gallery-one__img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--hotelux-white);
  opacity: 0;
  transform: translateY(100px);
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
  z-index: 2;
}

.gallery-one__single:hover .gallery-one__img a {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 500ms;
}

.gallery-one__img a:hover {
  color: var(--hotelux-base);
}


.gt_float_switcher .gt_options{position: absolute !important;background: #fff !important;min-width: 200px !important;}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code{font-size: 14px;}
.gt_float_switcher .gt_options a {font-size: 14px;}





.aboutus-section.spad{position: relative;}
.background-overlay {
  background-image: url("https://wp.xpeedstudio.com/seocify/home-thirteen/wp-content/uploads/sites/25/2019/03/background.png");
  background-position: 100% 33px;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.aboutus-section.spad .about-pic img{border-radius: 50px;}


.main-menu.main-menu-three{overflow-x: hidden;}
/* Responsive CSS */

@media (max-width: 991.99px) {
   #menu-header-menu{flex-direction: column;}
   #menu-header-menu li a {
  color: #000;}

.mobile-offcanvas{
    position: fixed;
    top:0;
    left:-280px;
    width:280px;
    height:100%;
    background:#fff;
    z-index:9999;
    padding:30px 20px;
    transition:0.4s;
    overflow-y:auto;
}

.mobile-offcanvas.active{
    left:0;
}

.menu-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.7);
    opacity:0;
    visibility:hidden;
    transition:0.3s;z-index: 99;
}

.menu-overlay.active{
    opacity:1;
    visibility:visible;
}

.mobile-offcanvas ul{
    list-style:none;
    padding:0;
}

.mobile-offcanvas ul li{
    margin-bottom:15px;
}
.main-menu-three__top-inner{padding: 4px 0px;}
.hero-texts h1{font-size: 40px;}
.gt_float_switcher .gt-selected .gt-current-lang {padding: 4px 4px;}


.mobile-nav__toggler i{color:#bb8494 !important}

.download-app-one__inner{padding: 60px 40px 60px;}

.download-app-one .section-title h2, 
.download-app-one .section-title h2 span{font-size: 24px;line-height: 24px;}



}




@media screen and (max-width:767.99px){

.main-menu-three__top-inner{justify-content: center !important;}
.main-menu-three__top-inner::before,
.main-menu-three__top-inner::after{background-color: var(--hotelux-base) !important;}

.hero-section .common-row{padding: 160px 0 0px;}

.spad {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.about-text{padding:0px}
.download-app-one__img-1{position: relative;
  bottom: 0;
  right: 0;
  z-index: 1;}


}


@media screen and (max-width:575.99px){
.hero-texts h1 {
    font-size: 30px;
  }
.footer-widget-three__right-bottom{margin-left: 0px;}

.section-title h2{font-size: 30px;line-height: 30px;}
.testimonial-slider .ts-item p {
  font-size: 16px !important;margin-bottom: 10px !important;}

}


@media screen and (max-width:500px){
.main-menu-three__logo{width: 130px;display: flex;
  justify-content: center;
  align-items: center;height: 100px;}
  .thm-btn{font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  padding: 14px 18px 14px;}
  .main-menu-three__logo img {
  max-width: 100px;
  height: auto;
}


}

@media screen and (max-width:414px){
.main-menu-three__contact-list li .text p {
  font-size: 12px;}

}


@media screen and (max-width:370px){
.main-menu-three__right{display: none;}

}