/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
** - Utility
** - Common
** - Custom Cursor
** - Animations
** - Cards
** - Navigation
** - Home Showcase
** - Mobile Nav
** - Search Popup
** - Page Header
** - Main Slider
** - About
** - Services
** - ServiceS Details
** - Rooms
** - Room Details
** - Video
** - Funfact
** - Staff
** - Staff Details
** - Contact
** - Testimonial
** - Why Choose
** - Working Process
** - Blog
** - Blog List
** - Blog Standard
** - Blog Details
** - Feature
** - Pricing Plan
** - Faq
** - Gallery
** - History
** - Coming Soon
** - Products
** - Product Details
** - Cart
** - Checkout
** - Wishlist
** - Sign Up
** - Login
** - Privacy Policy
** - Error
** - Footer
** - Google Map
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
    --hotelux-font: "Roboto", sans-serif;
    --hotelux-font-two: "Playfair Display", serif;
    --hotelux-gray: #585b6b;
    --hotelux-gray-rgb: 88, 91, 107;
    --hotelux-base: #b68b43;
    --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;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

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

body.locked {
    overflow: hidden;
}

a {
    color: var(--hotelux-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

a,
a:hover,
a:focus,
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;
}

dl,
ol,
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);
    }
}

/*=============== scrollbar-Css =============*/
.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, 0.3) transparent;
    -ms-overflow-style: auto;
}

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

.mobile-nav__content::-webkit-scrollbar-track {
    background: transparent;
}

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

.mobile-nav__content::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.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
=============================================
***/
.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 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99999;
}

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

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

.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 500ms ease;
    transition: all 500ms 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), 0.5);
    transform: translateX(-100%);
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}

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

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

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

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

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

.xs-bg-black {
    background-color: #000000;
}

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

.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: 0.05em;
}

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

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

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

.xs-sidebar-group .content-inner .form-inner .form-group input[type="text"],
.xs-sidebar-group .content-inner .form-inner .form-group input[type="email"],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    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: none;
    transition: all 500ms ease;
    background-color: rgba(var(--hotelux-white-rgb), 0.1);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    resize: none;
    height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea: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::before,
.xs-sidebar-group .content-inner .form-inner .form-group button.thm-btn::after {
    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: #ffffff;
}

.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), 0.1);
    border-radius: 50%;
    color: var(--hotelux-white);
    font-size: 15px;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}

.thm-social-link1 ul li a:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: var(--hotelux-base);
    border-radius: 50%;
    transition: 0.5s;
    transform: scale(0.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);
}

/*=============== scrollbar-Css =============*/

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

/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--hotelux-base);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms 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: 0.3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 999991;
}

/* .custom-cursor__hover {
    background-color: var(--hotelux-base);
    opacity: 0.4;
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: 0.4;
} */

@media (max-width: 991px) {
    .custom-cursor__cursor {
        display: none;
    }

    .custom-cursor__cursor-two {
        display: none;
    }
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.loader-diamond {
    width: 50px;
    height: 50px;
    position: relative;
}

.loader-diamond::before,
.loader-diamond::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    transform: rotate(45deg);
    animation: ripple 1.4s infinite ease-out;
    background: linear-gradient(
        135deg,
        var(--hotelux-base),
        var(--hotelux-base)
    );
    opacity: 0.8;
}

.loader-diamond::after {
    animation-delay: -0.7s;
}

@keyframes ripple {
    0% {
        transform: rotate(45deg) scale(0.4);
        opacity: 1;
    }
    100% {
        transform: rotate(45deg) scale(1.5);
        opacity: 0;
    }
}

/*--- end of preloader ---*/

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

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

.scroll-to-top__text {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.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);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 70px;
}

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

.search-active .search-popup {
    transform: translateY(0%);
}

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

.sidenav-bar-visible .search-popup {
    display: none;
}

.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, 0.2);
    border-radius: 0%;
    cursor: pointer;
    color: #ffffff;
    font-size: 30px;
    transition: all 0.5s;
    border: none;
    opacity: 0;
    transform: translateX(100px);
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 9999;
}

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

.search-active .search-popup .close-search {
    opacity: 1;
    transform: translateX(0px);
    visibility: visible;
}

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

.search-active .search-popup form {
    opacity: 1;
}

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

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    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 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: capitalize;
    border: 0px solid rgba(0, 0, 0, 0.1);
}

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

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    left: 0px;
    top: 0px;
    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 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 60px;
}

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

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

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

/* Section Title Css */
.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: var(--hotelux-black);
    font-size: 30px;
    line-height: 46px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 5px 0 0;
}

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

.section-title__title .split-line {
    text-transform: none;
}

/* Thm Btn Css */
.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 30px 17px;
    overflow: hidden;
    transition: all 0.5s linear;
    text-transform: capitalize;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

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

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    transition: all 500ms 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: var(--hotelux-black);
    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), 0.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 500ms ease;
    transition: all 500ms 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-time {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

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

.main-menu__top-time-icon span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--hotelux-white);
}

.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: 30px;
    width: 30px;
    border: 1px solid rgba(var(--hotelux-white-rgb), 0.4);
    border-radius: 5px;
    font-size: 13px;
    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__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(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__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: -7px;
    border: 1px solid var(--hotelux-base);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 15px;
    z-index: -1;
    background: var(--hotelux-base);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.main-menu__left::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid var(--hotelux-base);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 15px;
    z-index: -1;
    background: #fff;
}

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

.main-menu__logo::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000000px;
    right: 100%;
    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: 0px 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 500ms ease;
    transition: all 500ms 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__call-number {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 6px;
}

.main-menu__call-number a {
    color: var(--hotelux-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__call-number a:hover {
    color: var(--hotelux-base);
}

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

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

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

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

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

.main-menu__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-base);
    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__cart: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 500ms ease;
    transition: all 500ms ease;
}

.icon-dots-menu-one {
    position: relative;
    display: block;
    width: 15px;
    height: 3px;
    background-color: var(--hotelux-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms 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 500ms ease;
    transition: all 500ms ease;
}

.icon-dots-menu-three {
    position: relative;
    display: block;
    width: 18px;
    height: 3px;
    background-color: var(--hotelux-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms 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: 0px;
    padding-bottom: 0px;
    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 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 20px;
    font-family: var(--hotelux-font-two);
}

.main-menu .main-menu__list > li.active > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.active > 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: 0px;
    background-color: var(--hotelux-base);
    position: absolute;
    bottom: -3px;
    left: 0px;
    right: 0px;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: 1;
}

.main-menu .main-menu__list > li.active > a::before,
.main-menu .main-menu__list > li:hover > a::before,
.stricky-header .main-menu__list > li.active > 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.dropdown > a {
    padding-right: 15px;
}

.main-menu .main-menu__list > li.dropdown > a:after {
    position: absolute;
    top: 56%;
    right: 0;
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-size: 14px;
    color: var(--hotelux-black);
    transform: translateY(-50%);
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.main-menu .main-menu__list > li.active > a::after,
.main-menu .main-menu__list > li:hover > a::after,
.stricky-header .main-menu__list > li.active > 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 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.shadow-box {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

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

.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 0px 16px;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
}

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

.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: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.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 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease,
        -webkit-transform 500ms ease;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

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

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

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

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.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 300ms ease 300ms,
        -webkit-transform 300ms ease 300ms;
    transition: visibility 300ms ease 300ms, -webkit-transform 300ms ease 300ms;
    transition: transform 300ms ease 300ms, visibility 300ms ease 300ms;
    transition: transform 300ms ease 300ms, visibility 300ms ease 300ms,
        -webkit-transform 300ms ease 300ms;
    visibility: hidden;
}

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

.mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 300ms ease 0ms,
        -webkit-transform 300ms ease 0ms;
    transition: visibility 300ms ease 0ms, -webkit-transform 300ms ease 0ms;
    transition: transform 300ms ease 0ms, visibility 300ms ease 0ms;
    transition: transform 300ms ease 0ms, visibility 300ms ease 0ms,
        -webkit-transform 300ms ease 0ms;
}

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

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

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
        -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
        -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
        transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
        transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
    margin-bottom: 20px;
    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, 0.1);
    margin-left: 0.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, 0.1);
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
    display: none !important;
}

.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: #ffffff;
    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: 500ms;
    transition: 500ms;
}

.mobile-nav__content
    .main-menu__list
    > li
    > a.expanded
    .mobile-nav__content
    .main-menu__list
    > li
    > ul
    > li
    > a.expanded
    .mobile-nav__content
    .main-menu__list
    > li
    > ul
    > li
    > ul
    > li
    > a.expanded {
    color: var(--hotelux-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--hotelux-base);
}

.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: none;
    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 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    padding: 0;
}

.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content
    .main-menu__list
    > li
    > ul
    > li
    > ul
    > li
    > a
    > button.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--hotelux-base);
}

/* no menu after 2rd level dropdown */
.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__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
}

.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-top: 30px;
}

.mobile-nav__top .main-menu__login a {
    color: var(--hotelux-text-dark);
}

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.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: 500ms;
    transition: 500ms;
}

.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: #ffffff;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.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;
    flex-shrink: 0;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
    margin-top: -25px;
    margin-bottom: -25px;
}

.home-showcase__inner {
    padding: 40px 42px 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.home-showcase .row {
    --bs-gutter-x: 42px;
    --bs-gutter-y: 20px;
}

.home-showcase__item {
    position: relative;
    display: block;
    margin-bottom: 7px;
}

.home-showcase__image {
    position: relative;
    overflow: hidden;
    background-color: rgb(0, 0, 0, 0.1);
    padding: 1px;
    border-radius: 0;
}

.home-showcase__image > img {
    width: 100%;
    transition: filter 500ms ease;
    filter: blur(0px);
}

.home-showcase__image:hover > img {
    filter: blur(2px);
}

.home-showcase__buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: scale(1, 0);
    transition: transform 800ms ease, opacity 600ms linear;
    transform-origin: bottom center;
    opacity: 0.7;
    z-index: 1;
}

.home-showcase__image:hover .home-showcase__buttons {
    transform: scale(1, 1);
    opacity: 1;
    transform-origin: top center;
}

.home-showcase__buttons::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -ms-linear-gradient(left, #222222 0%, #222222 100%);
    background-image: -moz-linear-gradient(left, #222222 0%, #222222 100%);
    background-image: -o-linear-gradient(left, #222222 0%, #222222 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0, #222222),
        color-stop(100, #222222)
    );
    background-image: -webkit-linear-gradient(left, #222222 0%, #222222 100%);
    background-image: linear-gradient(to right, #222222 0%, #222222 100%);

    opacity: 1;
    transform: perspective(500px) rotatex(-20deg);
    transform-origin: 50% 0%;
    -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: -1;
}

.home-showcase__image:hover .home-showcase__buttons::before {
    opacity: 0.9;
    visibility: visible;
    transform: perspective(500px) rotatex(0);
}

.home-showcase__buttons__item {
    padding: 17px 20px 17px;
    width: 175px;
    justify-content: center;
    text-align: center;
    color: var(--hotelux-white);
}

.home-showcase__buttons__item::before,
.home-showcase__buttons__item::after {
    background-color: var(--hotelux-white);
}

.home-showcase__buttons__item:hover {
    color: var(--hotelux-black);
}

.home-showcase__buttons__item + .home-showcase__buttons__item {
    margin-top: 10px;
}

.home-showcase__title {
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: var(--hotelux-black);
    margin-top: 18px;
    text-transform: capitalize;
}

.mobile-nav__wrapper .home-showcase .row [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
    padding: 15px 0px;
    background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
    color: var(--hotelux-white, #ffffff);
}

.mobile-nav__content .home-showcase {
    margin-top: 0;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Navigation End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.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;
}

@media (max-width: 550px) {
    .main-slider__bg-box {
        height: 400px;
    }
}

.main-slider__bg-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #191628;
    background: linear-gradient(
        90deg,
        rgba(25, 22, 40, 0.6) 10%,
        rgba(25, 22, 40, 0.53) 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 1000ms ease-in, -webkit-transform 7000ms ease;
    transition: opacity 1000ms ease-in, -webkit-transform 7000ms ease;
    transition: transform 7000ms ease, opacity 1000ms ease-in;
    transition: transform 7000ms ease, opacity 1000ms ease-in,
        -webkit-transform 7000ms ease;
}

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

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

.main-slider .swiper-slide-active .main-slider__shape-1 {
    opacity: 0.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__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 1800ms ease;
    -moz-transition: all 1800ms ease;
    -ms-transition: all 1800ms ease;
    -o-transition: all 1800ms ease;
    transition: all 1800ms ease;
}

.main-slider .swiper-slide-active .main-slider__shape-2 {
    opacity: 0.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 .container {
    position: relative;
    z-index: 30;
}

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

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

.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__title {
    position: relative;
    font-size: 55px;
    color: var(--hotelux-white);
    font-weight: 600;
    line-height: 1.2em;
    text-transform: capitalize;
    margin-top: 18px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
    transform: perspective(400px) rotateY(0deg) translateY(-80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

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

.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__text {
    position: relative;
    display: block;
    font-size: 18px;
    color: rgba(var(--hotelux-white-rgb), 0.8);
    font-weight: 400;
    margin-top: 22px;
    margin-bottom: 43px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 1;
}

.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__btn-and-review-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.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__btn-box {
    position: relative;
    display: block;
}

/* .main-slider__btn-box .thm-btn::before,
.main-slider__btn-box .thm-btn::after {
    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-count {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

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

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

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

.main-slider__video-link {
    position: absolute;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    z-index: 3;
    top: 50%;
    right: 0;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-50%)
        translateX(100px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-50%)
        translateX(100px);
    transform: perspective(400px) rotateY(0deg) translateY(-50%)
        translateX(100px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.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__video-icon {
    position: relative;
    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;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 25px;
    color: var(--hotelux-black);
    background-color: rgba(var(--hotelux-white-rgb), 1);
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

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

.main-slider__video-link .ripple,
.main-slider__video-icon .ripple:before,
.main-slider__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--hotelux-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--hotelux-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--hotelux-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--hotelux-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.main-slider__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.main-slider__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.main-slider__video-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    color: var(--hotelux-white);
}

.main-slider__shape-arrow {
    position: absolute;
    top: 380px;
    left: 530px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0%)
        translateX(-100px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0%)
        translateX(-100px);
    transform: perspective(400px) rotateY(0deg) translateY(0%)
        translateX(-100px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: -1;
}

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

.main-slider__shape-arrow img {
    width: auto;
    animation: leftRight 4s ease-in-out infinite;
}

#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: -70px;
    left: 50%;
    width: 4px;
    height: 50px;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        0deg,
        rgba(255, 255, 255, 1) 14%,
        rgba(255, 255, 255, 0.7595413165266106) 35%,
        rgba(255, 255, 255, 0.5746673669467788) 57%,
        rgba(255, 255, 255, 0.19371498599439774) 95%
    );
    transform: translateX(-50%);
    opacity: 0.3;
    content: "";
}

#main-slider-pagination::after {
    position: absolute;
    bottom: -140px;
    left: 50%;
    width: 4px;
    height: 50px;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 14%,
        rgba(255, 255, 255, 0.7595413165266106) 35%,
        rgba(255, 255, 255, 0.5746673669467788) 57%,
        rgba(255, 255, 255, 0.19371498599439774) 95%
    );
    transform: translateX(-50%);
    opacity: 0.3;
    content: "";
}

#main-slider-pagination .swiper-pagination-bullet {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    background: rgba(var(--hotelux-white-rgb), 0.4);
    border-radius: 50%;
    opacity: 1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

#main-slider-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(var(--hotelux-white-rgb), 1);
}

#main-slider-pagination .swiper-pagination-bullet::before {
    position: absolute;
    top: -8px;
    left: -8px;
    bottom: -8px;
    right: -8px;
    border: 1px solid rgba(var(--hotelux-white-rgb), 0.4);
    border-radius: 50%;
    transform: scaleX(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}

#main-slider-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
#main-slider-pagination .swiper-pagination-bullet:hover {
    transform: scaleX(1);
    border: 1px solid rgba(var(--hotelux-white-rgb), 1);
}

#main-slider-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-top: 25px;
}

/***
=============================================
Cta One
=============================================
***/
.cta-one {
    position: relative;
    display: block;
    padding: 195px 0 120px;
    z-index: 1;
}

.cta-one::before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 350px;
    background: var(--hotelux-primary);
    content: "";
    z-index: -1;
}

.cta-one__inner {
    position: relative;
    display: block;
    background: var(--hotelux-black);
    border-radius: 20px;
    z-index: 1;
}

.cta-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    opacity: 0.2;
    z-index: -1;
}

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

.cta-one__img {
    position: absolute;
    right: 100px;
    bottom: 0;
    animation: leftRight 4s ease-in-out infinite;
    z-index: 2;
}

.cta-one__shape-1 {
    position: absolute;
    bottom: 26px;
    left: 480px;
    z-index: -1;
}

.cta-one__shape-1 img {
    width: auto;
}

.cta-one__content {
    position: relative;
    display: block;
    padding: 64px 60px 80px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

.cta-one__content h2 {
    color: var(--hotelux-white);
    font-size: 45px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 25px;
}

.cta-one__content h2 span {
    color: var(--hotelux-base);
}

.cta-one__content p {
    color: var(--hotelux-white);
}

.cta-one__btn-box {
    position: relative;
    display: block;
    margin-top: 37px;
}

/* .cta-one__btn-box .thm-btn::before,
.cta-one__btn-box .thm-btn::after {
    background-color: var(--hotelux-white);
}

.cta-one__btn-box .thm-btn:hover {
    color: var(--hotelux-base);
} */

/*==============================================
   FAQ Page
===============================================*/
.faq-page {
    position: relative;
    display: block;
    padding: 55px 0;
    z-index: 1;
}

.faq-page__single .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--hotelux-black-rgb), 0.15);
    background: var(--hotelux-white);
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-page__single .faq-one-accrodion .accrodion.active {
    border: 1px solid rgba(var(--hotelux-black-rgb), 0.15);
    background: var(--hotelux-white);
}

.faq-page__single .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 23px 25px 23px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-page__single .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--hotelux-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-page__single .faq-one-accrodion .accrodion + .accrodion {
    margin-top: 20px;
}

.faq-page__single .faq-one-accrodion .accrodion-title h4::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-size: 17px;
    color: var(--hotelux-white);
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--hotelux-base-rgb), 1);
}

.faq-page__single
    .faq-one-accrodion
    .accrodion.active
    .accrodion-title
    h4::before {
    content: "\f107";
    color: var(--hotelux-white);
    background-color: var(--hotelux-black);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-page__single .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 28px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 20px;
}

.faq-page__single .faq-one-accrodion .accrodion-content p {
    margin: 0;
}

/*==============================================
    Site Footer
===============================================*/
.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: 0.03;
    mix-blend-mode: luminosity;
    animation: topBottom 3s ease-in-out infinite;
    z-index: -1;
}

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

.footer-widget__newsletter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 110px 0px 73px;
}

.footer-widget__newsletter-title {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3em;
    color: var(--hotelux-white);
}

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

.footer-widget__newsletter-form-input-box {
    position: relative;
    display: block;
    max-width: 389px;
    width: 100%;
}

.footer-widget__newsletter-form-input-box input[type="email"] {
    font-size: 16px;
    height: 50px;
    width: 100%;
    background-color: rgba(var(--hotelux-white-rgb), 0.1);
    outline: none;
    border: none;
    color: rgba(var(--hotelux-white-rgb), 0.7);
    font-weight: 400;
    padding-right: 20px;
    padding-left: 20px;
}

/* .footer-widget__newsletter-form .thm-btn {
    border: none;
}

.footer-widget__newsletter-form .thm-btn::before,
.footer-widget__newsletter-form .thm-btn::after {
    background-color: var(--hotelux-white);
}

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

.footer-widget__newsletter-form .thm-btn:hover > span {
    background-color: var(--hotelux-base);
    color: var(--hotelux-white);
} */

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

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

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

.footer-widget__about-text {
    color: rgba(var(--hotelux-white-rgb), 0.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), 0.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), 0.15);
    font-size: 16px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms 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: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.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: 10px;
}

.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), 0.7);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms 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: 10px;
}

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

.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), 0.15);
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms 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 500ms ease;
    transition: all 500ms 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), 0.7);
}

.footer-widget__contact li .content p a {
    color: rgba(var(--hotelux-white-rgb), 0.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), 0.2);
}

.site-footer__bottom-inner {
    position: relative;
    padding: 26px 0 25px;
}

.site-footer__bottom-text {
    color: rgba(var(--hotelux-white-rgb), 0.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), 0.7);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

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

/*--------------------------------------------------------------
#  gallery Two
--------------------------------------------------------------*/
.gallery-two {
    position: relative;
    display: block;
    padding: 75px 0;
    z-index: 1;
}

.gallery-filter.style1 {
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 35px;
}

.gallery-filter.style1 li {
    position: relative;
    display: block;
}

.gallery-filter.style1 li .filter-text {
    position: relative;
    color: var(--hotelux-white);
    font-size: 16px;
    font-weight: 500;
    display: block;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: var(--hotelux-base);
    padding: 4px 15px 3px;
    z-index: 1;
}

.gallery-filter.style1 li .filter-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--hotelux-black);
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

.gallery-filter.style1 li:hover .filter-text::before,
.gallery-filter.style1 li.active .filter-text::before {
    transform: scaleX(1) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.gallery-filter.style1 li:hover .filter-text,
.gallery-filter.style1 li.active .filter-text {
    color: var(--hotelux-base);
}

.gallery-filter.style1 li .count {
    color: var(--hotelux-base);
    font-size: 12px;
    line-height: 26px;
    font-weight: 600;
    display: inline-block;
    padding: 0 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    top: -8px;
}

.gallery-filter.style1 li:hover .count,
.gallery-filter.style1 li.active .count {
    opacity: 1;
}

.gallery-two__single {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.gallery {
    column-count: 4;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    /* gap: 1.5rem;
    padding: 1.5rem; */
}

.gallery-two__image {
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.gallery-two__image:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(var(--hotelux-black-rgb), 0.8);
    transform: scaleX(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gallery-two__single:hover .gallery-two__image:before {
    transform: scaleX(1);
}

.gallery-two__image img {
    width: 100%;
}

.gallery-two__icon {
    position: absolute;
    top: 40%;
    left: 45%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gallery-two__single:hover .gallery-two__icon {
    transform: scale(1);
}

.gallery-two__icon a {
    position: relative;
    height: 40px;
    width: 40px;
    color: var(--hotelux-white);
    font-size: 18px;
    font-weight: 700;
    background: var(--hotelux-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-two__icon:hover a {
    color: var(--hotelux-black);
    background: var(--hotelux-white);
}

.gallery-two__text {
    position: absolute;
    left: 25px;
    bottom: 20px;
    transform: translate3d(0px, 118px, 0px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gallery-two__single:hover .gallery-two__text {
    transform: translate3d(0px, 0px, 0px);
}

.gallery-two__text h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

.gallery-two__text h3 a {
    color: var(--hotelux-base);
}

.gallery-two__text h3 a:hover {
    color: var(--hotelux-white);
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .gallery {
        column-count: 3;
    }
}

@media (max-width: 768px) {
    .gallery {
        column-count: 2;
    }
}

/*==============================================
    Gallery Page
===============================================*/
.gallery-page {
    padding: 55px 0;
}

/***
=============================================
Our Location
=============================================
***/
.our-location {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

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

.google-map__two {
    position: relative;
    display: block;
    border: none;
    height: 520px;
    width: 100%;
    border-radius: 0px;
}

/*==============================================
   Our Rooms
===============================================*/
.our-rooms {
    position: relative;
    display: block;
    padding: 55px 0;
    z-index: 1;
}

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

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

.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: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.7s;
    transition-property: all;
    background: rgba(var(--hotelux-black-rgb), 0.6);
    opacity: 0;
    z-index: 1;
    content: "";
}

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

.our-rooms__img img {
    width: 100%;
    transition: 0.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: 800 !important;
    color: var(--hotelux-base);
}

.our-rooms__content {
    position: relative;
    display: block;
    text-align: center;
    margin-top: -50px;
    padding: 60px 10px 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

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

.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: 45px;
    height: 35px;
    background-color: var(--hotelux-white);
    cursor: pointer;
    gap: 5px;
}

.our-rooms__service-icon img {
    position: relative;
    display: inline-block;
    height: 25px;
    width: 25px;
}

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

.our-rooms__extra-service span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px 0;
    width: 100px;
    height: 35px;
    background-color: var(--hotelux-white);
    font-size: 12px;
    line-height: 15px;
}

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

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

.our-rooms__nav .swiper-button-prev1,
.our-rooms__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;
}

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

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

.room-action-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.room-action-wrapper a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    transition: 0.3s ease;
    background: var(--hotelux-base);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.room-action-wrapper a:hover {
    transform: translateY(-3px);
}

/* Dashed divider between buttons */
.room-action-divider {
    width: 30px;
    height: 1px;
    border-bottom: 1px dashed #f3dbb1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

@media (max-width: 480px) {
    .room-action-divider {
        width: 20px;
    }
    .room-action-wrapper a {
        width: 30px;
        height: 30px;
    }
}

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

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.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: 0.25;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

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

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

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

/*==============================================
   About One
===============================================*/
.restaurant-one {
    position: relative;
    display: block;
    padding: 55px 0 45px;
    z-index: 1;
}

.restaurant-one__bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.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: 0px 0px 48.51px 0.49px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 20px;
    border: 1px solid rgba(var(--hotelux-base-rgb), 0.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: 90px;
    height: 90px;
    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 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

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

.restaurant-one__menu-img img {
    width: 90px;
    height: 90px;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
    border-radius: 3px;
    object-fit: cover;
}

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

.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), 0.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;
}

/*==============================================
    Our Restaurant
===============================================*/
.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;
}

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

.our-restaurant__staff-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 43px;
}

/*==============================================
   Services One
===============================================*/
.services-one {
    position: relative;
    display: block;
    padding: 55px 0 0;
    z-index: 1;
}

.services-one__single {
    margin-bottom: 60px;
}

.services-one__content {
    position: relative;
    display: block;
    text-align: center;
    background-color: var(--hotelux-white);
    padding: 40px 20px 15px 20px;
    overflow: visible;
}

.services-one__icon {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    background-color: var(--hotelux-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.services-one__icon img {
    position: relative;
    display: inline-block;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    height: 35px;
    width: 35px;
    object-fit: contain;
}

.services-one__single:hover .services-one__icon img {
    -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: 15px;
    font-weight: 600;
    line-height: 20px;
    font-family: var(--hotelux-font);
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
/* CARD STYLE */

.services-three__bg-color {
    background-color: var(--hotelux-primary);
}

.services-card {
    background: var(--hotelux-white);
    padding: 25px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    margin-bottom: 25px;
}

.services-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 45px rgba(0, 0, 0, 0.12);
}

.services-three__icon-and-title-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-bottom: 15px;
}

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

.services-card:hover .services-three__icon {
    background: var(--hotelux-black);
}

.services-three__icon span {
    font-size: 32px;
    color: #fff;
}

.services-three__title {
    font-size: 22px;
    margin-bottom: 5px;
}

.services-three__text {
    color: var(--hotelux-gray);
    margin-bottom: 10px;
}

.services-three__btn-box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    color: var(--hotelux-base);
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
}

.services-three__btn-box a:hover {
    color: #fff;
    border-color: transparent;
}

.services-three__btn-box a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--hotelux-base);
    clip-path: circle(0% at 50% 50%);
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.services-three__btn-box a:hover::after {
    clip-path: circle(100% at 50% 50%);
}

.services-three__btn-box a span {
    font-size: 14px;
}

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

.services-page .services-one__content {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 48.51px 0.49px;
}

/*==============================================
    Sliding Text
===============================================*/
.sliding-text {
    position: relative;
    display: block;
    padding: 70px 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: 0.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: #fff;
}

.sliding-text__list li > p {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    font-family: var(--hotelux-font-two);
    text-transform: capitalize;
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

/*==============================================
  Testimonial One
===============================================*/
.testimonial-one {
    position: relative;
    display: block;
    padding: 55px 0px;
    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), 0.1);
    z-index: 1;
}

.testimonial-one__single-bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.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: 50px;
    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__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), 0.3);
}

.testimonial-one__nav {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 75px;
    right: 0;
}

.testimonial-one__nav .swiper-button-prev1,
.testimonial-one__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-one__nav .swiper-button-prev1:hover,
.testimonial-one__nav .swiper-button-next1:hover {
    color: var(--hotelux-white);
    background-color: var(--hotelux-black);
}

.testimonial-one__nav .swiper-button-next1 {
    margin-right: 10px;
}

/*==============================================
    Video One  
===============================================*/
.video-one {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--hotelux-black);
    z-index: 1;
}

.video-one__inner {
    position: relative;
    display: block;
    text-align: center;
    padding: 55px 0px;
}

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

.video-one__video-link {
    position: relative;
    display: block;
}

.video-one__video-icon {
    position: relative;
    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;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    color: var(--hotelux-base);
    background-color: var(--hotelux-white);
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin: 0 auto;
    z-index: 1;
}

.video-one__video-icon:hover {
    background-color: var(--hotelux-base);
    color: var(--hotelux-white);
}

.video-one__video-icon:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 5px solid rgba(var(--hotelux-white-rgb), 0.3);
    border-radius: 50%;
    z-index: -1;
}

.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--hotelux-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--hotelux-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--hotelux-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--hotelux-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.video-one__title {
    font-size: 35px;
    color: var(--hotelux-white);
    line-height: 45px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 30px 0 20px;
}

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

/* .video-one__btn-box .thm-btn:hover {
    color: var(--hotelux-black);
}

.video-one__btn-box .thm-btn::before,
.video-one__btn-box .thm-btn::after {
    background-color: var(--hotelux-white);
} */

/*==============================================
   Why Choose One
===============================================*/
.why-choose-one {
    position: relative;
    display: block;
    padding: 55px 0 0px;
    z-index: 1;
}

.why-choose-one__left {
    position: relative;
    display: block;
}

.why-choose-one__left .section-title {
    margin-bottom: 10px;
}

.why-choose-one__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--hotelux-base);
}

.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: 15px;
    color: var(--hotelux-black);
    font-weight: 500;
}

.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-name {
    font-size: 30px;
    font-weight: 600;
    color: var(--hotelux-black);
}

.why-choose-one__sub-title {
    font-weight: 500;
}

.why-choose-one__video-link {
    position: absolute;
    left: 80px;
    bottom: -46px;
}

.why-choose-one__video-icon {
    position: relative;
    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;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 25px;
    color: var(--hotelux-white);
    background-color: rgba(var(--hotelux-base-rgb), 1);
    border-radius: 50%;
    margin: 0 auto 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.why-choose-one__video-icon:hover {
    background-color: var(--hotelux-black);
    color: var(--hotelux-base);
}

.why-choose-one__video-link .ripple,
.why-choose-one__video-icon .ripple:before,
.why-choose-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--hotelux-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--hotelux-base-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--hotelux-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--hotelux-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.why-choose-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.why-choose-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

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

/*==============================================
   About One
===============================================*/
.about-one {
    padding: 55px 0 0px;
    z-index: 1;
}

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

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

.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-images {
    position: relative;
    width: 100%;
}

.about-images img {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}

/* Main large image */
.about-images .img-large {
    position: relative;
}

/* Small image overlapping in corner */
.about-images .img-small {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 45%;
}

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

/*--------------------------------------------------------------
# Contact Info
--------------------------------------------------------------*/
.contact-info {
    position: relative;
    display: block;
    padding: 55px 0px 35px 0px;
    z-index: 1;
}

.contact-info__single {
    position: relative;
    display: block;
    text-align: center;
    padding: 40px 40px 41px;
    margin-bottom: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.contact-info__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
        rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
    margin-bottom: 10px;
}

.contact-info__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: var(--hotelux-base);
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.contact-info__single:hover .contact-info__icon:before {
    transform: scaleX(1);
}

.contact-info__icon span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    color: var(--hotelux-black);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.contact-info__single:hover .contact-info__icon span {
    transform: scale(0.9);
    color: var(--hotelux-white);
}

.contact-info__single p {
    margin-top: 20px;
    margin-bottom: 5px;
}

.contact-info__single h5 {
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    color: var(--hotelux-black);
    font-family: var(--hotelux-font);
}

.contact-info__single h5 a {
    color: var(--hotelux-black);
}

.contact-info__single h5 a:hover {
    color: var(--hotelux-base);
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
    position: relative;
    display: block;
    padding: 55px 0px;
    z-index: 1;
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 523px;
    width: 100%;
}

/*==============================================
    Counter One     
===============================================*/
.counter-one {
    position: relative;
    display: block;
    padding: 108px 0 90px;
    background-color: var(--hotelux-black);
    z-index: 1;
}

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

.counter-one__inner {
    position: relative;
    display: block;
}

.counter-one__count-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.counter-one__count-list li {
    position: relative;
    text-align: center;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
}

.counter-one__single {
    position: relative;
    display: flex;
    margin-bottom: 22px;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.counter-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: var(--hotelux-base);
    border-radius: 50%;
}

.counter-one__icon::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid rgba(var(--hotelux-white-rgb), 0.5);
    border-radius: 50%;
}

.counter-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--hotelux-white);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.counter-one__single:hover .counter-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;
}

.counter-one__content {
    position: relative;
    display: block;
}

.counter-one__count {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2px;
}

.counter-one__count h3 {
    font-size: 45px;
    font-weight: 600;
    line-height: 45px !important;
    text-transform: uppercase;
    margin: 0 0 5px;
    font-family: var(--hotelux-font-two) !important;
    letter-spacing: 0.03em;
    color: var(--hotelux-white);
}

.counter-one__count span {
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 45px !important;
    font-family: var(--hotelux-font) !important;
    color: var(--hotelux-white);
    letter-spacing: 0.03em;
}

.counter-one__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: var(--hotelux-white);
}

/*==============================================
    Nearby Places
===============================================*/

.nearby-places {
    padding: 55px 0;
}

.nearby-card {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.nearby-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.nearby-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.3s ease;
}

.nearby-card:hover .nearby-image img {
    transform: scale(1.05);
}

.nearby-content {
    padding: 20px;
}

.nearby-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: var(--hotelux-base);
}
/*==============================================
    Related image for room detail page
===============================================*/
.related-image-container {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    max-width: 100%;
    white-space: nowrap;
    padding: 20px 5px;
    position: relative;
}

.related-image-container::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar */
}

.related-item {
    width: 60px;
    height: 60px;
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
}

.related-item-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    /* Prevents items from resizing */
}

.related-item.active {
    border: 2px solid var(--hotelux-base);
    transform: scale(1.1);
}

.main-display {
    width: 100%;
    /* Fixed height */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.main-display img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.detail-room-price {
    font-family: var(--hotelux-font);
    font-weight: 600;
    color: var(--hotelux-base);
}

.detail-room-related-heading {
    font-weight: 600;
    color: var(--hotelux-base);
}

.room-detail-amenity-card {
    background: #ffffff;
    padding: 12px 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.room-detail-amenity-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    background: #fafafa;
}

.room-detail-amenity-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.room-detail-amenity-text {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.3px;
    line-height: 20px;
}

/*==============================================
    Video show on FAQS
===============================================*/

.youtube-video-container {
    position: relative;
    width: 100%;
    max-width: 150px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.youtube-video-container:hover {
    transform: scale(1.02);
}

.youtube-thumbnail img {
    width: 100%;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 0, 0, 0.8);
    color: #fff;
    padding: 5px 8px;
    border-radius: 50%;
    font-size: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}

.youtube-video-container:hover .play-button {
    background-color: rgba(255, 0, 0, 1);
}

/*==============================================
    Fixed Footer
===============================================*/
.fixed-footer {
    display: none;
}

@media (max-width: 767px) {
    .fixed-footer {
        display: block;
        background-color: white;
        position: fixed;
        bottom: 0px;
        padding: 8px 0 6px;
        z-index: 1000;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .fixed-footer .icon-div {
        height: 22px;
        width: 22px;
        background-color: #000000;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        margin-right: 5px;
        font-size:15px;
    }

    .fixed-footer .paira {
        font-size: 13px;
        color: #585b6b;
        margin-top: 3px;
    }

    .scroll-to-top.show {
        bottom: 120px;
    }
}

/*==============================================
    End
===============================================*/
