/* ============================ Media Breakpoint for Each Device Start ============================ */
/* ================================== Font Size For responsive devices End =============================== */
/* Font Family*/
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Playfair Display", serif;
    --body-font: "Cardo", serif;
    /* ========================= Theme Color Start ============================= */
    /* Base Color */
    --base-h: 33;
    --base-s: 30%;
    --base-l: 53%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
    --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
    --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
    --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
    --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
    --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
    --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
    --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
    --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
    --base-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
    --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
    --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
    --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
    --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
    --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
    --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
    --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
    --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
    /* ========================= Theme Color End ============================= */
    /* ========================= Color Variables Start =========================== */
    --white: 0 0% 100%;
    --theme-color: 30 31% 5%;
    --light: 60 1% 32%;
    --black: 0 0% 0%;
    --border-color: 204 10% 90%;
    --section-bg: 220 20% 97%;
    --heading-color: var(--theme-color);
    --text-color: var(--light);
    --background-color: var(--black);
    /* ================================ Box Shadow Start =============================== */
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.3);
    --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
    --box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);
    --box-shadow-two: 4px 4px 0px 4px #F3EEE8;
    --box-shadow-three: -10px 10px 0px 0px #EFE9E1;
    /* ================================ Box Shadow End =============================== */
    /* ============================== Bootstrap Modifier Start ============================== */
    /* Primary Color */
    --primary-h: 214;
    --primary-s: 89%;
    --primary-l: 52%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
    --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
    --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
    --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
    --primary-l-100: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
    --primary-l-200: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
    --primary-l-300: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
    --primary-l-400: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
    /* Secondary Color */
    --secondary-h: 208;
    --secondary-s: 7%;
    --secondary-l: 46%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
    --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
    --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
    --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
    --secondary-l-100: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
    --secondary-l-200: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
    --secondary-l-300: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
    --secondary-l-400: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
    /* Success Color */
    --success-h: 112;
    --success-s: 100%;
    --success-l: 36%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
    --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
    --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
    --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
    --success-l-100: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
    --success-l-200: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
    --success-l-300: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
    --success-l-400: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
    /* Danger Color */
    --danger-h: 354;
    --danger-s: 70%;
    --danger-l: 54%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
    --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
    --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
    --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
    --danger-l-100: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
    --danger-l-200: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
    --danger-l-300: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
    --danger-l-400: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
    /* Warning Color */
    --warning-h: 45;
    --warning-s: 100%;
    --warning-l: 51%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
    --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
    --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
    --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
    --warning-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
    --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
    --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
    --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
    /* Info Color */
    --info-h: 196;
    --info-s: 100%;
    --info-l: 45%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
    --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
    --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
    --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
    /* ============================== Bootstrap Modifier End ============================== */
    /* ============================== Dark Mood Color Modify Start ============================== */
}

:root [data-theme=dark] {
    --white: 200 9% 7%;
    --black: 210 40% 98%;
    /* ============================== Dark Mood Color Modify End ============================== */
}

/* ========================= Css Variables End =========================== */
/* Fully Fit image Css */
.fit-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* ============================= Display Flex Css Start ============================= */
.flex-wrap,
.form--radio,
.form--check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-align,
.action-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* ============================= Display Flex Css End ============================= */
/* ============================= Positioning Css Class Start ===================== */
.pa-extend,
.alert__link::before {
    position: absolute;
    content: "";
}

.top-center-extend,
.custom--accordion.booking-accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion.booking-accordion .accordion-button[aria-expanded=false]::after,
.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.left-center-extend {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-left-center-extend {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* ============================= Positioning Css Class End ===================== */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
    font-size: 0.625rem;
}

.fs-11 {
    font-size: 0.6875rem;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-13 {
    font-size: 0.8125rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-15 {
    font-size: 0.9375rem;
}

.fs-16 {
    font-size: 1rem;
}

@media screen and (max-width: 1199px) {
    .fs-16 {
        font-size: 0.9375rem;
    }
}

.fs-17 {
    font-size: 1.0625rem;
}

@media screen and (max-width: 1199px) {
    .fs-17 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-17 {
        font-size: 0.9375rem;
    }
}

.fs-18 {
    font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
    .fs-18 {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-18 {
        font-size: 1rem;
    }
}

.fs-20 {
    font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
    .fs-20 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-20 {
        font-size: 1.0625rem;
    }
}

/* ===================== Font Size For responsive devices End =================== */
/* ================================= Common Typography Css Start =========================== */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    color: hsl(var(--text-color));
    word-break: break-word;
    background-color: hsl(var(--white));
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

body:has(.loader) {
    overflow-x: hidden;
}

p {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    color: hsl(var(--text-color));
}

span {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    line-height: 1.3;
    font-weight: 700;
}

@media screen and (max-width: 767px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 15px 0;
    }
}

h1 {
    font-size: 3.5rem;
}

@media screen and (max-width: 1399px) {
    h1 {
        font-size: 3.125rem;
    }
}

@media screen and (max-width: 1199px) {
    h1 {
        font-size: 2.8125rem;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.1875rem;
    }
}

@media screen and (max-width: 575px) {
    h1 {
        font-size: 1.875rem;
    }
}

h2 {
    font-size: 2.5rem;
}

@media screen and (max-width: 1399px) {
    h2 {
        font-size: 2.8125rem;
    }
}

@media screen and (max-width: 1199px) {
    h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: 2.1875rem;
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 575px) {
    h2 {
        font-size: 1.5625rem;
    }
}

h3 {
    font-size: 2rem;
}

@media screen and (max-width: 1399px) {
    h3 {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 1199px) {
    h3 {
        font-size: 1.5625rem;
    }
}

@media screen and (max-width: 991px) {
    h3 {
        font-size: 1.4375rem;
    }
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 575px) {
    h3 {
        font-size: 1.25rem;
    }
}

h4 {
    font-size: 1.5rem;
}

@media screen and (max-width: 1399px) {
    h4 {
        font-size: 1.3125rem;
    }
}

@media screen and (max-width: 1199px) {
    h4 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 991px) {
    h4 {
        font-size: 1.1875rem;
    }
}

@media screen and (max-width: 767px) {
    h4 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 575px) {
    h4 {
        font-size: 1.0625rem;
    }
}

h5 {
    font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
    h5 {
        font-size: 1.1875rem;
    }
}

@media screen and (max-width: 1199px) {
    h5 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    h5 {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 767px) {
    h5 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 575px) {
    h5 {
        font-size: 1rem;
    }
}

h6 {
    font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
    h6 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1199px) {
    h6 {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 991px) {
    h6 {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 767px) {
    h6 {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    h6 {
        font-size: 0.875rem;
    }
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 1.3;
}

a {
    display: inline-block;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    text-decoration: none;
    color: hsl(var(--base));
}

a:hover {
    color: hsl(var(--base));
}

img {
    max-width: 100%;
    height: auto;
}

select {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: 0;
    background-color: transparent;
}

button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dashboard-body h1,
.dashboard-body h2,
.dashboard-body h3,
.dashboard-body h4,
.dashboard-body h5,
.dashboard-body h6 {
    font-family: var(--body-font);
}

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
/* Column Extra Small Screen */
@media screen and (min-width: 425px) and (max-width: 575px) {
    .col-xsm-6 {
        width: 50%;
    }
}

/* Section Background */
.section-bg {
    background-color: hsl(var(--section-bg));
}

.section-bg-two {
    background-color: #F3EEE8;
}

/* Bg Image Css */
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Hide Scroll bar Css For Custom Modal */
.scroll-hide {
    position: absolute;
    overflow-y: hidden;
    padding-right: 17px;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .scroll-hide {
        padding-right: 0;
    }
}

.scroll-hide-sm {
    position: absolute;
    overflow-y: hidden;
    top: 0;
    left: 0;
    width: calc(100% - 0px);
}

/* Overlay Start */
.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 99;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.body-overlay.show-overlay {
    visibility: visible;
    opacity: 1;
}

.gradient-text {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--base-d-200))), to(hsl(var(--base))));
    background-image: linear-gradient(180deg, hsl(var(--base-d-200)) 0%, hsl(var(--base)) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.gradient-text::-moz-selection {
    color: hsl(var(--white));
    -webkit-text-fill-color: hsl(var(--white));
    background: transparent;
}

.gradient-text::selection {
    color: hsl(var(--white));
    -webkit-text-fill-color: hsl(var(--white));
    background: transparent;
}

.sidebar-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 99;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.sidebar-overlay.show {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

/* Overlay End */
/* ================================= Custom Classes Css End =========================== */
/* ====================== Section Heading ==================== */
.section-heading {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.section-heading__title {
    color: #000;
    margin-bottom: 16px;
    font-weight: 400;
}

.section-heading__subtitle {
    font-size: clamp(1rem, 0.8862rem + 0.4854vw, 1.25rem);
    margin-bottom: 12px;
    line-height: 1;
}

.section-heading__desc {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
    font-size: clamp(1rem, 0.8862rem + 0.4854vw, 1.25rem);
}

.section-heading__desc.desc-two {
    font-size: clamp(0.9375rem, 0.8522rem + 0.3641vw, 1.125rem);
}

.section-heading.style-left {
    text-align: left;
}

.section-heading.style-left .section-heading__title::before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.section-heading.style-left .section-heading__desc {
    margin-left: 0;
}

/* ====================== Section Heading En d==================== */
/* ================================= Background Color Css Start =========================== */
.bg--base {
    background-color: hsl(var(--base)) !important;
}

.bg--primary {
    background-color: hsl(var(--primary)) !important;
}

.bg--secondary {
    background-color: hsl(var(--secondary)) !important;
}

.bg--success {
    background-color: hsl(var(--success)) !important;
}

.bg--danger {
    background-color: hsl(var(--danger)) !important;
}

.bg--warning {
    background-color: hsl(var(--warning)) !important;
}

.bg--info {
    background-color: hsl(var(--info)) !important;
}

/* ================================= Background Color Css End =========================== */
/* ================================= Color Css Start =========================== */
.text--base {
    color: hsl(var(--base)) !important;
}

.text--primary {
    color: hsl(var(--primary)) !important;
}

.text--secondary {
    color: hsl(var(--secondary)) !important;
}

.text--success {
    color: hsl(var(--success)) !important;
}

.text--danger {
    color: hsl(var(--danger)) !important;
}

.text--warning {
    color: hsl(var(--warning)) !important;
}

.text--info {
    color: hsl(var(--info)) !important;
}

/* ================================= Color Css End =========================== */
/* ================================= margin Css Start =========================== */
.my-120 {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (min-width: 576px) {
    .my-120 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .my-120 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}

.mt-120 {
    margin-top: 60px;
}

@media (min-width: 576px) {
    .mt-120 {
        margin-top: 80px;
    }
}

@media (min-width: 992px) {
    .mt-120 {
        margin-top: 120px;
    }
}

.mb-120 {
    margin-bottom: 60px;
}

@media (min-width: 576px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .mb-120 {
        margin-bottom: 120px;
    }
}

.my-60 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .my-60 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .my-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.mt-60 {
    margin-top: 30px;
}

@media (min-width: 576px) {
    .mt-60 {
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    .mt-60 {
        margin-top: 60px;
    }
}

.mb-60 {
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .mb-60 {
        margin-bottom: 60px;
    }
}

/* ================================= margin Css End =========================== */
/* ================================= padding Css Start =========================== */
.py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .py-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.pt-120 {
    padding-top: 60px;
}

@media (min-width: 576px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .pt-120 {
        padding-top: 120px;
    }
}

.pb-120 {
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .pb-120 {
        padding-bottom: 120px;
    }
}

.py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .py-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .py-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.py-80 {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 576px) {
    .py-80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .py-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.pt-60 {
    padding-top: 30px;
}

@media (min-width: 576px) {
    .pt-60 {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .pt-60 {
        padding-top: 60px;
    }
}

.pt-80 {
    padding-top: 40px;
}

@media (min-width: 576px) {
    .pt-80 {
        padding-top: 60px;
    }
}

@media (min-width: 992px) {
    .pt-80 {
        padding-top: 80px;
    }
}

.pb-60 {
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .pb-60 {
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .pb-60 {
        padding-bottom: 60px;
    }
}

.pb-80 {
    padding-bottom: 40px;
}

@media (min-width: 576px) {
    .pb-80 {
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .pb-80 {
        padding-bottom: 80px;
    }
}

/* ================================= padding Css End =========================== */
/* ================================= Border Color Css Start =========================== */
.border--base {
    border-color: hsl(var(--base)) !important;
}

.border--primary {
    border-color: hsl(var(--primary)) !important;
}

.border--secondary {
    border-color: hsl(var(--secondary)) !important;
}

.border--success {
    border-color: hsl(var(--success)) !important;
}

.border--danger {
    border-color: hsl(var(--danger)) !important;
}

.border--warning {
    border-color: hsl(var(--warning)) !important;
}

.border--info {
    border-color: hsl(var(--info)) !important;
}

/* ================================= Border Color Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion .accordion-item {
    border-radius: 0px !important;
    padding: 24px 0px;
    border: none !important;
    border-bottom: 1px solid hsl(var(--border-color)) !important;
    background-color: transparent !important;
}

.custom--accordion .accordion-header {
    line-height: 1;
}

.custom--accordion .accordion-body {
    padding: 0;
    padding-top: 0;
}

.custom--accordion .accordion-body__text {
    margin-bottom: 12px;
}

.custom--accordion .accordion-body .text {
    max-width: 95%;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-body .text {
        max-width: 100%;
    }
}

.custom--accordion .accordion-button {
    background-color: transparent;
    color: var(--heading-color);
    font-size: 1.25rem;
    padding: 0px;
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button {
        padding-right: 40px;
        font-size: 18px;
    }
}

.custom--accordion .accordion-button::after {
    background-image: none;
}

.custom--accordion .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
    color: hsl(var(--heading-color));
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    color: hsl(var(--base));
}

.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f106";
    display: inline-block;
    position: absolute;
    right: 15px;
    height: unset;
}

.custom--accordion .accordion-button[aria-expanded=false]::after {
    content: "\f107";
    color: hsl(var(--text-color));
}

/* ================================= Accordion Css End =========================== */
/*============= booking accordion start here =============*/
.custom--accordion.booking-accordion {
    border-radius: 12px !important;
    margin-bottom: 32px;
    padding: 16px 12px;
    border: 1px solid hsl(var(--border-color)) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.custom--accordion.booking-accordion .accordion-item {
    border: none !important;
    background-color: transparent !important;
    padding: 0px;
}


.custom--accordion.booking-accordion .accordion-header {
    line-height: 1;
}

.custom--accordion.booking-accordion .accordion-body {
    padding: 0;
    padding-top: 0;
}

.custom--accordion.booking-accordion .accordion-body__text {
    margin-bottom: 12px;
}

.custom--accordion.booking-accordion .accordion-body .text {
    max-width: 60%;
}

@media screen and (max-width: 575px) {
    .custom--accordion.booking-accordion .accordion-body .text {
        max-width: 100%;
    }
}

.custom--accordion.booking-accordion .accordion-button {
    background-color: transparent;
    color: var(--heading-color);
    font-size: 1.25rem;
    padding: 0px;
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    .custom--accordion.booking-accordion .accordion-button {
        padding-right: 30px;
        font-size: 16px;
    }
}

.custom--accordion.booking-accordion .accordion-button::after {
    background-image: none;
}

.custom--accordion.booking-accordion .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--accordion.booking-accordion .accordion-button:not(.collapsed) {
    color: hsl(var(--heading-color));
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid hsl(var(--border-color));
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.custom--accordion.booking-accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    color: hsl(var(--base));
}

.custom--accordion.booking-accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion.booking-accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f106";
    display: inline-block;
    position: absolute;
    right: 15px;
    height: unset;
}

.custom--accordion.booking-accordion .accordion-button[aria-expanded=false]::after {
    content: "\f107";
    color: hsl(var(--text-color));
}

/* ================================= Button Css Start =========================== */
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: none;
    background-color: none;
    border-color: none;
}

.pill {
    border-radius: 40px !important;
}

.btn {
    color: hsl(var(--white)) !important;
    font-weight: 700;
    padding: 12px 23px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    font-family: var(--body-font);
    font-size: 0.875rem;
    line-height: 1.072;
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn--lg {
    padding: 20px 30px;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .btn--lg {
        padding: 13px 25px;
    }
}

@media screen and (max-width: 575px) {
    .btn--lg {
        padding: 12px 22px;
    }
}

.btn--sm {
    font-size: 0.75rem;
    padding: 8px 16px;
    border-radius: 6px;
}

.btn--icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0.9375rem;
    padding: 0;
}

.btn--base {
    background-color: hsl(var(--base)) !important;
}

.btn--base:hover,
.btn--base:focus .btn--base:focus-visible {
    background-color: hsl(var(--base-d-200)) !important;
    border: 1px solid hsl(var(--base-d-200)) !important;
}

.btn-outline--base {
    background-color: transparent !important;
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
}

.btn-outline--base:hover,
.btn-outline--base:focus .btn-outline--base:focus-visible {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
}

.btn--primary {
    background-color: hsl(var(--primary)) !important;
}

.btn--primary:hover,
.btn--primary:focus .btn--primary:focus-visible {
    background-color: hsl(var(--primary-d-200)) !important;
    border: 1px solid hsl(var(--primary-d-200)) !important;
}

.btn-outline--primary {
    background-color: transparent !important;
    border: 1px solid hsl(var(--primary)) !important;
    color: hsl(var(--primary)) !important;
}

.btn-outline--primary:hover,
.btn-outline--primary:focus .btn-outline--primary:focus-visible {
    background-color: hsl(var(--primary)) !important;
    color: hsl(var(--white)) !important;
}

.btn--secondary {
    background-color: hsl(var(--secondary)) !important;
}

.btn--secondary:hover,
.btn--secondary:focus .btn--secondary:focus-visible {
    background-color: hsl(var(--secondary-d-200)) !important;
    border: 1px solid hsl(var(--secondary-d-200)) !important;
}

.btn-outline--secondary {
    background-color: transparent !important;
    border: 1px solid hsl(var(--secondary)) !important;
    color: hsl(var(--secondary)) !important;
}

.btn-outline--secondary:hover,
.btn-outline--secondary:focus .btn-outline--secondary:focus-visible {
    background-color: hsl(var(--secondary)) !important;
    color: hsl(var(--white)) !important;
}

.btn--danger {
    background-color: hsl(var(--danger)) !important;
}

.btn--danger:hover,
.btn--danger:focus .btn--danger:focus-visible {
    background-color: hsl(var(--danger-d-200)) !important;
    border: 1px solid hsl(var(--danger-d-200)) !important;
}

.btn-outline--danger {
    background-color: transparent !important;
    border: 1px solid hsl(var(--danger)) !important;
    color: hsl(var(--danger)) !important;
}

.btn-outline--danger:hover,
.btn-outline--danger:focus .btn-outline--danger:focus-visible {
    background-color: hsl(var(--danger)) !important;
    color: hsl(var(--white)) !important;
}

.btn--warning {
    background-color: hsl(var(--warning)) !important;
}

.btn--warning:hover,
.btn--warning:focus .btn--warning:focus-visible {
    background-color: hsl(var(--warning-d-200)) !important;
    border: 1px solid hsl(var(--warning-d-200)) !important;
}

.btn-outline--warning {
    background-color: transparent !important;
    border: 1px solid hsl(var(--warning)) !important;
    color: hsl(var(--warning)) !important;
}

.btn-outline--warning:hover,
.btn-outline--warning:focus .btn-outline--warning:focus-visible {
    background-color: hsl(var(--warning)) !important;
    color: hsl(var(--white)) !important;
}

.btn--info {
    background-color: hsl(var(--info)) !important;
}

.btn--info:hover,
.btn--info:focus .btn--info:focus-visible {
    background-color: hsl(var(--info-d-200)) !important;
    border: 1px solid hsl(var(--info-d-200)) !important;
}

.btn-outline--info {
    background-color: transparent !important;
    border: 1px solid hsl(var(--info)) !important;
    color: hsl(var(--info)) !important;
}

.btn-outline--info:hover,
.btn-outline--info:focus .btn-outline--info:focus-visible {
    background-color: hsl(var(--info)) !important;
    color: hsl(var(--white)) !important;
}

.box--shadow {
    -webkit-box-shadow: 0px 2px 0px 0px #4B3113CC;
    box-shadow: 0px 2px 0px 0px #4B3113CC;
}

.box--shadow:hover {
    -webkit-box-shadow: 0px 2px 0px 0px #4B3113CC !important;
    box-shadow: 0px 2px 0px 0px #4B3113CC !important;
}

.cmn-btn {
    background-color: hsl(var(--section-bg));
    color: hsl(var(--text-color)) !important;
    border: 1px solid hsl(var(--border-color));
    -webkit-box-shadow: 0px 2px 0px 0px #E3E6E8;
    box-shadow: 0px 2px 0px 0px #E3E6E8;
    padding: 20px 23px;
    line-height: 1;
}

.cmn-btn:hover,
.cmn-btn:active,
.cmn-btn:focus {
    -webkit-box-shadow: 0px 4px 0px 0px #E3E6E8 !important;
    box-shadow: 0px 4px 0px 0px #E3E6E8 !important;
    background-color: hsl(var(--section-bg)) !important;
    border: 1px solid hsl(var(--border-color)) !important;
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color)/0.5);
    border-radius: 12px;
}

.custom--card .card-header {
    padding: 12px 24px;
    background-color: transparent;
    border-bottom: 1px solid hsl(var(--border-color)/0.5);
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.custom--card .card-header .title {
    margin-bottom: 0;
}

.custom--card .card-body {
    border-radius: inherit;
    background-color: hsl(var(--white));
    padding: 24px;
}

.custom--card .card-footer {
    padding: 12px 24px;
    background-color: transparent;
    border-top: 1px solid hsl(var(--black)/0.1);
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
    color: hsl(var(--text-color));
    margin-bottom: 6px;
}

.form-group {
    margin-bottom: 1.5rem;
}

/* Form Select */
select {
    color: hsl(var(--text-color)) !important;
}

select:focus {
    border-color: hsl(var(--base));
    color: hsl(var(--black)) !important;
}

select option {
    background-color: hsl(var(--white)) !important;
    color: hsl(var(--black));
}

/* Form Select End */
.form-control {
    border-radius: 8px;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 16px;
    background-color: hsl(var(--section-bg));
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--black));
    line-height: 1;
}

.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: hsl(var(--section-bg));
}

/* Form Control Start */
.form--control {
    border-radius: 8px;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 16px;
    background-color: hsl(var(--section-bg));
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--text-color));
    line-height: 1;
}

.form--control.form-select {
    padding: 15px 16px;
    line-height: unset;
}

.form--control.form-two {
    background-color: hsl(var(--white)) !important;
}

.form--control::-webkit-input-placeholder {
    color: hsl(var(--text-color)) !important;
    font-weight: 400;
    font-size: 1rem;
}

.form--control::-moz-placeholder {
    color: hsl(var(--text-color)) !important;
    font-weight: 400;
    font-size: 1rem;
}

.form--control:-ms-input-placeholder {
    color: hsl(var(--text-color)) !important;
    font-weight: 400;
    font-size: 1rem;
}

.form--control::-ms-input-placeholder {
    color: hsl(var(--text-color)) !important;
    font-weight: 400;
    font-size: 1rem;
}

.form--control::placeholder {
    color: hsl(var(--text-color)) !important;
    font-weight: 400;
    font-size: 1rem;
}

.form--control:focus {
    border-color: hsl(var(--base));
}

.form--control:disabled,
.form--control[readonly] {
    background-color: hsl(var(--black)/0.2) !important;
    opacity: 1;
    border: 0;
}

.form--control[type=password] {
    color: hsl(var(--text-color));
}

.form--control[type=password]:focus {
    color: hsl(var(--black));
}

.form--control[type=file] {
    line-height: 54px;
    padding: 0;
    position: relative;
}

.form--control[type=file]::-webkit-file-upload-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--white)) !important;
}

.form--control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--white)) !important;
}

.form--control[type=file]::-webkit-file-upload-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
}

.form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
}

.form--floating {
    max-width: 140px;
}

.form--floating .form-select.form--control {
    background-color: hsl(var(--section-bg)) !important;
    padding-top: 20px !important;
    padding-bottom: 6px !important;
}

.form--floating label::after {
    background-color: transparent !important;
}

.input-group-text {
    border: 1px solid hsl(var(--border-color)) !important;
}

/* Form Control End */
textarea.form--control {
    height: 130px;
}

/* Autofill Css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: hsl(var(--black)) !important;
    caret-color: hsl(var(--black));
}

/* Autofill Css End */
/* input group */
.input--group {
    position: relative;
}

/* Show Hide Password */
input#your-password,
input#confirm-password {
    padding-right: 50px;
}

.password-show-hide {
    position: absolute;
    right: 20px;
    z-index: 3;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--text-color));
}

/* --------------- Number Arrow None --------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* Custom Checkbox Design */
.form--check {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form--check a {
    display: inline;
}

.form--check .form-check-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 6px;
    width: 20px;
    height: 20px;
    border: 1px solid hsl(var(--black)/0.2);
    cursor: pointer;
    margin-top: 4px;
}

.form--check .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form--check .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form--check .form-check-input:checked::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: hsl(var(--white));
    font-size: 0.6875rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    font-weight: 400;
    padding-left: 12px;
    width: calc(100% - 20px);
    cursor: pointer;
    font-size: 1rem;
}

.room-category-wrapper .form-check-label {
    width: unset;
}

.form--check .form-check-label a {
    text-decoration: underline;
}

@media screen and (max-width: 424px) {
    .form--check label {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 424px) {
    .form--check a {
        font-size: 0.9375rem;
    }
}

/* Custom Radio Design */
.form--radio {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form--radio .form-check-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid hsl(var(--black)/0.2);
    position: relative;
    background-color: transparent;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.form--radio .form-check-input:active {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.form--radio .form-check-input:checked {
    background-color: transparent;
    border-color: hsl(var(--base));
}

.form--radio .form-check-input:checked[type=radio] {
    background-image: none;
}

.form--radio .form-check-input:checked::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    z-index: 999;
}

.form--radio .form-check-label {
    font-weight: 600;
    width: calc(100% - 16px);
    padding-left: 12px;
    cursor: pointer;
    font-size: 0.875rem;
}

/*  Custom Switch Design */
.form--switch .form-check-input {
    border-radius: 3px;
    background-image: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: hsl(var(--black)/0.2) !important;
    padding: 10px !important;
    margin-left: 0;
    margin-bottom: 5px;
    border-radius: 40px;
    width: 70px;
    height: 38px;
    cursor: pointer;
}

.form--switch .form-check-input:focus {
    border-radius: 40px;
    background-image: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.form--switch .form-check-input::before {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background-color: hsl(var(--white));
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 2px;
    left: 5px;
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.form--switch .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
}

.form--switch .form-check-input:checked::before {
    left: calc(100% - 33px);
    background-color: hsl(var(--white)) !important;
}

.form--switch .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form--switch .form-check-label {
    width: calc(100% - 14px);
    padding-left: 5px;
    cursor: pointer;
}

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
.select2-selection__arrow::after {
    position: absolute;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 800;
    font-size: 20px;
    color: hsl(var(--black)) !important;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.select2-selection__arrow {
    height: 56px !important;
}

.select2-selection__arrow b {
    display: none !important;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--open .select2-selection__arrow::after {
    content: "\f106";
}

.select2-container .select2-selection--single {
    height: 56px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: hsl(var(--text-color)) !important;
    line-height: 40px !important;
}

.select2-container {
    height: 56px !important;
}

.select2-container:has(.select2-selection--single) {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: hsl(var(--section-bg)) !important;
    border: 1px solid hsl(var(--border-color)) !important;
    border-radius: 8px !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-color: hsl(var(--base)) !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.select2-search--dropdown {
    display: none !important;
}

/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header {
    border-bottom: 0 !important;
    padding: 16px 24px;
    background-color: hsl(var(--section-bg));
}

.custom--modal .modal-header .modal-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}

.custom--modal .modal-header .close {
    width: 40px;
    height: 40px;
    background-color: hsl(var(--white));
    font-size: 20px;
    line-height: 1;
    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;
    border-radius: 50%;
    border: 1px solid hsl(var(--border-color));
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.custom--modal .modal-header .close:hover {
    background-color: hsl(var(--danger-l-100));
    color: hsl(var(--white));
}

.custom--modal .modal-header .close :focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--modal .modal-content {
    border-radius: 12px !important;
}

.custom--modal .modal-body {
    padding: 16px 24px;
    background-color: hsl(var(--white));
}

.custom--modal .modal-icon i {
    font-size: 2rem;
    color: hsl(var(--base));
    border: 3px solid hsl(var(--base));
    width: 50px;
    height: 50px;
    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;
    border-radius: 50%;
}

.custom--modal .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 24px;
    border-top: 0 !important;
    background-color: hsl(var(--section-bg));
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.custom--modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fade-in-scale {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.fade.show.fade-in-scale {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.select2-container>span {
    width: 100%;
    z-index: 1111;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* margin-top: 56px; */
}

/* @media screen and (max-width: 1199px) {
    .pagination {
        margin-top: 48px;
    }
}

@media screen and (max-width: 991px) {
    .pagination {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .pagination {
        margin-top: 32px;
    }
} */

.pagination .page-item.active .page-link {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base));
}

.pagination .page-item .page-link {
    border: 1px solid hsl(var(--black)/0.15);
    margin: 0 5px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    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;
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    color: hsl(var(--text-color));
}

.pagination .page-item .page-link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base));
}

.pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
@media screen and (max-width: 374px) {
    .customer {
        display: block;
        text-align: left;
    }
}

.customer__thumb {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 374px) {
    .customer__thumb {
        margin-left: auto;
    }
}

.customer__content {
    width: calc(100% - 35px);
    padding-left: 15px;
    text-align: left;
}

@media screen and (max-width: 424px) {
    .customer__content {
        padding-left: 8px;
    }
}

@media screen and (max-width: 374px) {
    .customer__content {
        width: 100%;
        padding-left: 0px;
        padding-top: 5px;
    }
}

.customer__name {
    margin-bottom: 0;
    font-size: 0.8125rem;
    color: hsl(var(--black)/0.7);
}

.action-buttons {
    gap: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.action-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.edit-btn {
    color: hsl(var(--info));
    background-color: hsl(var(--info)/0.08);
}

.delete-btn {
    color: hsl(var(--danger));
    background-color: hsl(var(--danger)/0.08);
}

/* Table Content Css end */
/* Table Css Start */
.table {
    border-spacing: 0px 0px;
    border-collapse: separate;
    margin-bottom: 0;
}

.table thead tr th {
    background-color: hsl(var(--white));
    text-align: center;
    padding: 15px 20px;
    color: hsl(var(--black));
    font-family: var(--heading-font);
    font-weight: 600;
    border-bottom: 0;
    max-width: 170px;
    font-size: 0.875rem;
    border-top: 1px solid #f1f5f9;
    background-color: hsl(var(--base)/0.1);
}

.table thead tr th:not(:first-child) {
    border-left: 0;
}

.table thead tr th:first-child {
    text-align: left;
    border-radius: 12px 0 0 0;
    border-left: 1px solid #f1f5f9;
}

.table thead tr th:last-child {
    border-right: 1px solid #f1f5f9;
    border-radius: 0 12px 0 0;
    text-align: right;
}

.table tbody {
    border: 0 !important;
    background-color: hsl(var(--white));
}

.table tbody tr {
    border-bottom: 1px solid #f1f5f9;
}

.table tbody tr:last-child {
    border-bottom: 0;
}

.table tbody tr:last-child td {
    border-bottom: 1px solid #f1f5f9;
}

.table tbody tr:last-child td:first-child {
    border-radius: 0px 0 0 12px;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0px 12px 0;
}

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 15px;
    border-width: 1px;
    border: 0;
    font-family: var(--body-font);
    color: hsl(var(--black)/0.7);
    font-weight: 500;
    max-width: 170px;
    font-size: 1rem;
    border-bottom: 1px solid #f1f5f9;
}

.table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--body-font);
    font-size: 0.9375rem;
    color: hsl(var(--black));
    font-weight: 500;
    display: none;
    width: 45% !important;
    text-align: left;
}

.table tbody tr td:first-child {
    text-align: left;
    border-left: 1px solid #f1f5f9;
}

.table tbody tr td:last-child {
    text-align: right;
    border-right: 1px solid #f1f5f9;
}

@media screen and (max-width: 767px) {
    .table--responsive--md {
        border: 1px solid #f1f5f9;
        border-radius: 12px;
        overflow: hidden;
    }

    .table--responsive--md thead {
        display: none;
    }

    .table--responsive--md tbody tr {
        display: block;
    }

    .table--responsive--lg tbody tr:nth-child(even) {
        background-color: hsl(var(--black)/0.02);
    }

    .table--responsive--md tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--md tbody tr td {
        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;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.8);
        max-width: unset;
    }

    .table--responsive--md tbody tr td:last-child {
        border: none;
    }

    .table--responsive--md tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--md tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }

    .table--responsive--md tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg {
        border: 1px solid #f1f5f9;
        border-radius: 12px;
        overflow: hidden;
    }

    .table--responsive--lg thead {
        display: none;
    }

    .table--responsive--lg tbody tr {
        display: block;
    }

    .table--responsive--lg tbody tr:nth-child(even) {
        background-color: hsl(var(--black)/0.02);
    }

    .table--responsive--lg tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--lg tbody tr td {
        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;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--lg tbody tr td:last-child {
        border: none;
    }

    .table--responsive--lg tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--lg tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }

    .table--responsive--lg tbody tr td {
        border: none;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl {
        border: 1px solid #f1f5f9;
        border-radius: 12px;
        overflow: hidden;
    }

    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr:nth-child(even) {
        background-color: hsl(var(--black)/0.02);
    }

    .table--responsive--xl tbody tr td {
        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;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }

    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl {
        border: 1px solid #f1f5f9;
        border-radius: 12px;
        overflow: hidden;
    }

    .table--responsive--xxl thead {
        display: none;
    }

    .table--responsive--xxl tbody tr {
        display: block;
    }

    .table--responsive--lg tbody tr:nth-child(even) {
        background-color: hsl(var(--black)/0.02);
    }

    .table--responsive--xxl tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--xxl tbody tr td {
        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;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--xxl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xxl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xxl tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--black)/0.7);
    }

    .table--responsive--xxl tbody tr td {
        border: 0;
    }
}

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    gap: 12px;
}

.custom--tab .nav-item {
    border-bottom: 0;
}

.custom--tab .nav-item .nav-link {
    color: hsl(var(--text-color));
    font-style: italic;
    padding: 0 10px;
    background-color: transparent !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 0 !important;
    position: relative;
}

.custom--tab .nav-item .nav-link::after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: hsl(var(--base));
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.custom--tab .nav-item .nav-link.active {
    color: hsl(var(--base));
    background-color: transparent !important;
    border: 0 !important;
}

.custom--tab .nav-item .nav-link.active::after {
    width: 100%;
}

.custom--tab .nav-item .nav-link.active:hover {
    color: hsl(var(--base));
}

.custom--tab .nav-item .nav-link:hover {
    color: hsl(var(--base));
}

.custom--tab .nav-item .nav-link:hover::after {
    width: 100%;
}

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
    font-size: 0.75rem;
    border-radius: 8px;
    padding: 8px 10px;
    font-weight: 600;
    position: relative;
    text-align: center;
    color: hsl(var(--white));
}

.badge.badge-two {
    border-radius: 8px;
}

.badge.badge-two.badge--base {
    background-color: hsl(var(--base)/0.1) !important;
    color: hsl(var(--base));
}

.badge.badge-two.badge--primary {
    background-color: hsl(var(--primary)/0.1) !important;
    color: hsl(var(--primary));
}

.badge.badge-two.badge--secondary {
    background-color: hsl(var(--secondary)/0.1) !important;
    color: hsl(var(--secondary));
}

.badge.badge-two.badge--success {
    background-color: hsl(var(--success)/0.1) !important;
    color: hsl(var(--success));
}

.badge.badge-two.badge--danger {
    background-color: hsl(var(--danger)/0.1) !important;
    color: hsl(var(--danger));
}

.badge.badge-two.badge--warning {
    background-color: hsl(var(--warning)/0.1) !important;
    color: hsl(var(--warning));
}

.badge.badge-two.badge--info {
    background-color: hsl(var(--info)/0.1) !important;
    color: hsl(var(--info));
}

.badge.badge-two.badge--dark {
    background-color: #e2e8f0 !important;
    color: #020617;
}

.badge--base {
    background-color: hsl(var(--base)) !important;
}

.badge--primary {
    background-color: hsl(var(--primary)) !important;
}

.badge--secondary {
    background-color: hsl(var(--secondary)) !important;
}

.badge--success {
    background-color: hsl(var(--success)) !important;
}

.badge--danger {
    background-color: hsl(var(--danger)) !important;
}

.badge--warning {
    background-color: hsl(var(--warning)) !important;
}

.badge--info {
    background-color: hsl(var(--info)) !important;
}

.badge--dark {
    background-color: #0f172a !important;
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
    margin-bottom: 0;
    background-color: hsl(var(--white)) !important;
    font-weight: 400;
    padding: 17px 24px;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    .alert {
        padding: 16px;
    }
}

@media screen and (max-width: 575px) {
    .alert {
        padding: 12px;
    }
}

.alert__icon {
    font-size: 1.5rem;
    line-height: 1;
}

.alert__content {
    width: calc(100% - 24px);
    padding-left: 32px;
}

@media screen and (max-width: 991px) {
    .alert__content {
        padding-left: 16px;
    }
}

@media screen and (max-width: 575px) {
    .alert__content {
        padding-left: 0;
        width: 100%;
        margin-top: 6px;
    }
}

.alert__title {
    font-size: 1rem;
    color: hsl(var(--base-two)/0.8);
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 6px;
}

.alert__desc {
    color: hsl(var(--base-two)/0.5);
    display: block;
    line-height: 1.375;
}

@media screen and (max-width: 424px) {
    .alert__desc {
        font-size: 0.8125rem;
    }
}

.alert__link {
    position: relative;
}

.alert__link:hover::before {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.alert__link::before {
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--base));
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.alert--base {
    border-color: hsl(var(--base)/0.6);
}

.alert--base .alert__icon {
    color: hsl(var(--base));
}

.alert--primary {
    border-color: hsl(var(--primary)/0.6);
}

.alert--primary .alert__icon {
    color: hsl(var(--primary));
}

.alert--success {
    border-color: hsl(var(--success)/0.6);
}

.alert--success .alert__icon {
    color: hsl(var(--success));
}

.alert--info {
    border-color: hsl(var(--info)/0.6);
}

.alert--info .alert__icon {
    color: hsl(var(--info));
}

.alert--danger {
    border-color: hsl(var(--danger)/0.6);
}

.alert--danger .alert__icon {
    color: hsl(var(--danger));
}

.alert--warning {
    border-color: hsl(var(--warning)/0.6);
}

.alert--warning .alert__icon {
    color: hsl(var(--warning));
}

.alert--secondary {
    border-color: hsl(var(--secondary)/0.6);
}

.alert--secondary .alert__icon {
    color: hsl(var(--secondary));
}

/* ====================================== Alert Css End =============================== */
/* ================================= preload Css Start =========================== */
.loader {
    position: fixed;
    z-index: 999999;
    background-color: hsl(var(--black));
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.loader-wrapper {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    top: calc(50vh - 40px);
    left: calc(50vw - 50px);


}

.loader-wrapper__box {
    float: left;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.loader-wrapper__box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--base));
}

.loader-wrapper__box:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 6px;
}

.loader-wrapper__box:nth-child(1):before,
.loader-wrapper__box:nth-child(4):before {
    margin-left: 26px;
}

.loader-wrapper__box:nth-child(3):before {
    margin-top: 52px;
}

.loader-wrapper__box:last-child {
    margin-bottom: 0;
}

@keyframes moveBox-1 {
    9.0909090909% {
        transform: translate(-26px, 0);
    }

    18.1818181818% {
        transform: translate(0px, 0);
    }

    27.2727272727% {
        transform: translate(0px, 0);
    }

    36.3636363636% {
        transform: translate(26px, 0);
    }

    45.4545454545% {
        transform: translate(26px, 26px);
    }

    54.5454545455% {
        transform: translate(26px, 26px);
    }

    63.6363636364% {
        transform: translate(26px, 26px);
    }

    72.7272727273% {
        transform: translate(26px, 0px);
    }

    81.8181818182% {
        transform: translate(0px, 0px);
    }

    90.9090909091% {
        transform: translate(-26px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.loader-wrapper__box:nth-child(1) {
    animation: moveBox-1 4s infinite;
}

@keyframes moveBox-2 {
    9.0909090909% {
        transform: translate(0, 0);
    }

    18.1818181818% {
        transform: translate(26px, 0);
    }

    27.2727272727% {
        transform: translate(0px, 0);
    }

    36.3636363636% {
        transform: translate(26px, 0);
    }

    45.4545454545% {
        transform: translate(26px, 26px);
    }

    54.5454545455% {
        transform: translate(26px, 26px);
    }

    63.6363636364% {
        transform: translate(26px, 26px);
    }

    72.7272727273% {
        transform: translate(26px, 26px);
    }

    81.8181818182% {
        transform: translate(0px, 26px);
    }

    90.9090909091% {
        transform: translate(0px, 26px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.loader-wrapper__box:nth-child(2) {
    animation: moveBox-2 4s infinite;
}

@keyframes moveBox-3 {
    9.0909090909% {
        transform: translate(-26px, 0);
    }

    18.1818181818% {
        transform: translate(-26px, 0);
    }

    27.2727272727% {
        transform: translate(0px, 0);
    }

    36.3636363636% {
        transform: translate(-26px, 0);
    }

    45.4545454545% {
        transform: translate(-26px, 0);
    }

    54.5454545455% {
        transform: translate(-26px, 0);
    }

    63.6363636364% {
        transform: translate(-26px, 0);
    }

    72.7272727273% {
        transform: translate(-26px, 0);
    }

    81.8181818182% {
        transform: translate(-26px, -26px);
    }

    90.9090909091% {
        transform: translate(0px, -26px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.loader-wrapper__box:nth-child(3) {
    animation: moveBox-3 4s infinite;
}

@keyframes moveBox-4 {
    9.0909090909% {
        transform: translate(-26px, 0);
    }

    18.1818181818% {
        transform: translate(-26px, 0);
    }

    27.2727272727% {
        transform: translate(-26px, -26px);
    }

    36.3636363636% {
        transform: translate(0px, -26px);
    }

    45.4545454545% {
        transform: translate(0px, 0px);
    }

    54.5454545455% {
        transform: translate(0px, -26px);
    }

    63.6363636364% {
        transform: translate(0px, -26px);
    }

    72.7272727273% {
        transform: translate(0px, -26px);
    }

    81.8181818182% {
        transform: translate(-26px, -26px);
    }

    90.9090909091% {
        transform: translate(-26px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.loader-wrapper__box:nth-child(4) {
    animation: moveBox-4 4s infinite;
}

@keyframes moveBox-5 {
    9.0909090909% {
        transform: translate(0, 0);
    }

    18.1818181818% {
        transform: translate(0, 0);
    }

    27.2727272727% {
        transform: translate(0, 0);
    }

    36.3636363636% {
        transform: translate(26px, 0);
    }

    45.4545454545% {
        transform: translate(26px, 0);
    }

    54.5454545455% {
        transform: translate(26px, 0);
    }

    63.6363636364% {
        transform: translate(26px, 0);
    }

    72.7272727273% {
        transform: translate(26px, 0);
    }

    81.8181818182% {
        transform: translate(26px, -26px);
    }

    90.9090909091% {
        transform: translate(0px, -26px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.loader-wrapper__box:nth-child(5) {
    animation: moveBox-5 4s infinite;
}

@keyframes moveBox-6 {
    9.0909090909% {
        transform: translate(0, 0);
    }

    18.1818181818% {
        transform: translate(-26px, 0);
    }

    27.2727272727% {
        transform: translate(-26px, 0);
    }

    36.3636363636% {
        transform: translate(0px, 0);
    }

    45.4545454545% {
        transform: translate(0px, 0);
    }

    54.5454545455% {
        transform: translate(0px, 0);
    }

    63.6363636364% {
        transform: translate(0px, 0);
    }

    72.7272727273% {
        transform: translate(0px, 26px);
    }

    81.8181818182% {
        transform: translate(-26px, 26px);
    }

    90.9090909091% {
        transform: translate(-26px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.loader-wrapper__box:nth-child(6) {
    animation: moveBox-6 4s infinite;
}

@keyframes moveBox-7 {
    9.0909090909% {
        transform: translate(26px, 0);
    }

    18.1818181818% {
        transform: translate(26px, 0);
    }

    27.2727272727% {
        transform: translate(26px, 0);
    }

    36.3636363636% {
        transform: translate(0px, 0);
    }

    45.4545454545% {
        transform: translate(0px, -26px);
    }

    54.5454545455% {
        transform: translate(26px, -26px);
    }

    63.6363636364% {
        transform: translate(0px, -26px);
    }

    72.7272727273% {
        transform: translate(0px, -26px);
    }

    81.8181818182% {
        transform: translate(0px, 0px);
    }

    90.9090909091% {
        transform: translate(26px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.loader-wrapper__box:nth-child(7) {
    animation: moveBox-7 4s infinite;
}

@keyframes moveBox-8 {
    9.0909090909% {
        transform: translate(0, 0);
    }

    18.1818181818% {
        transform: translate(-26px, 0);
    }

    27.2727272727% {
        transform: translate(-26px, -26px);
    }

    36.3636363636% {
        transform: translate(0px, -26px);
    }

    45.4545454545% {
        transform: translate(0px, -26px);
    }

    54.5454545455% {
        transform: translate(0px, -26px);
    }

    63.6363636364% {
        transform: translate(0px, -26px);
    }

    72.7272727273% {
        transform: translate(0px, -26px);
    }

    81.8181818182% {
        transform: translate(26px, -26px);
    }

    90.9090909091% {
        transform: translate(26px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.loader-wrapper__box:nth-child(8) {
    animation: moveBox-8 4s infinite;
}

@keyframes moveBox-9 {
    9.0909090909% {
        transform: translate(-26px, 0);
    }

    18.1818181818% {
        transform: translate(-26px, 0);
    }

    27.2727272727% {
        transform: translate(0px, 0);
    }

    36.3636363636% {
        transform: translate(-26px, 0);
    }

    45.4545454545% {
        transform: translate(0px, 0);
    }

    54.5454545455% {
        transform: translate(0px, 0);
    }

    63.6363636364% {
        transform: translate(-26px, 0);
    }

    72.7272727273% {
        transform: translate(-26px, 0);
    }

    81.8181818182% {
        transform: translate(-52px, 0);
    }

    90.9090909091% {
        transform: translate(-26px, 0);
    }

    100% {
        transform: translate(0px, 0);
    }
}

.loader-wrapper__box:nth-child(9) {
    animation: moveBox-9 4s infinite;
}

/* ================================= preload Css End ===========================  */
/* ============= Header Start Here ======================= */
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand.logo img {
    max-width: 200px;
    max-height: 60px;
    transition: all 0.3s;
}


.header .navbar-brand.logo.dark-logo,
.header .navbar-brand.logo.dark-logo {
    display: none;
}

.header.fixed-header .navbar-brand.logo.dark-logo,
.header.active .navbar-brand.logo.dark-logo {
    display: block;
}


.header.fixed-header .navbar-brand.logo.light-logo,
.header.active .navbar-brand.logo.light-logo {
    display: none;
}

.hotel-review {
    color: #f7d000;
}

@media screen and (max-width: 991px) {
    .navbar-brand.logo img {
        max-width: 150px;
    }
}

.navbar {
    position: unset !important;
}

.main-header {
    padding-top: 22px;
}

@media screen and (max-width: 991px) {
    .main-header {
        padding: 0;
    }
}

.top-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
}

.top-list__link {
    color: hsl(var(--white));
    font-weight: 700;
    font-size: 0.875rem;
    position: relative;
}


@media screen and (min-width: 992px) {


    .header-bottom__btn::before,
    .top-list__link::before {
        position: absolute;
        content: "";
        left: 0;
        bottom: -2px;
        width: 0;
        height: 2px;
        background-color: currentColor;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .header-bottom__btn:hover,
    .top-list__link:hover {
        color: hsl(var(--white));
    }

    .header-bottom__btn:hover::before,
    .top-list__link:hover::before {
        width: 100%;
    }
}

.top-list__link:first-child::after {
    position: absolute;
    content: "";
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: hsl(var(--white));
}

.header {
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    top: 51px;
    background: transparent;
    padding: 24px 0 5px 0;
    border-bottom: 1px solid hsl(var(--white)/0.2);
    -webkit-transition: 0.3s linear;
    transition: all 0.3s linear !important;
    opacity: 1;
    transform: uns;
}

.header.active,
.header.fixed-header {
    background-color: hsl(var(--white)) !important;
    box-shadow: 0 0 8px 0 hsl(var(--black)/0.1);
}

.header.active .top-list__link,
.header.fixed-header .top-list__link {
    color: hsl(var(--heading-color));
}

.header.active .top-list__link:hover,
.header.fixed-header .top-list__link:hover {
    color: hsl(var(--base));
}

.header.active .top-list__link:first-child::after,
.header.fixed-header .top-list__link:first-child::after {
    background-color: hsl(var(--heading-color));
}

.header.active .header-bottom__btn,
.header.fixed-header .header-bottom__btn {
    color: hsl(var(--heading-color));
    transition: all 0.3s;
}

.header.active .header-bottom__btn:hover,
.header.fixed-header .header-bottom__btn:hover {
    color: hsl(var(--base));
}

.header.active .header-bottom__btn::after,
.header.fixed-header .header-bottom__btn::after {
    background-color: hsl(var(--heading-color));
}

.header.active .mega-menu-wrapper,
.header.fixed-header .mega-menu-wrapper {
    border-bottom: 1px solid hsl(var(--border-color));
}

.header.active .nav-menu .nav-item .nav-link,
.header.fixed-header .nav-menu .nav-item .nav-link {
    color: hsl(var(--heading-color)) !important;
}

.header.active .nav-menu .nav-item:hover .nav-item .nav-link,
.header.fixed-header .nav-menu .nav-item:hover .nav-item .nav-link {
    color: hsl(var(--base)) !important;
}

.header.fixed-header {
    border-bottom: 1px solid hsl(var(--border-color)/0.5);
}

@media screen and (max-width: 991px) {
    .header {
        top: 0px;
        background-color: hsl(var(--white));
        padding: 10px 0;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 999;
        max-height: 101vh;
        overflow-y: auto;
    }

    .header::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .header::-webkit-scrollbar-thumb {
        border-radius: 0px;
    }
}

.header.fixed-header {
    position: fixed;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    top: 0px;
    -webkit-animation: slide-down 0.8s;
    animation: slide-down 0.8s;
    width: 100%;
}

.header.slide-up {
    animation: slide-up 0.5s ease forwards;
}

.header--addon.fixed-header {
    position: sticky;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-up {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-150%);
    }
}


/* ========================= Desktop Device Start ========================= */
@media (min-width: 992px) {
    .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-menu .nav-item {
        padding-right: 80px;
    }

    .nav-menu .nav-item:nth-last-child(2) {
        padding-right: 0 !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-menu .nav-item {
        padding-right: 50px;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item.active .nav-link {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item.active .nav-link::before {
        width: 100%;
    }
}

@media (min-width: 992px) {

    .header.fixed-header .nav-menu .nav-item .nav-link:hover,
    .header.active .nav-menu .nav-item .nav-link:hover,
    .header.active .nav-menu .nav-item .nav-link.active {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item .nav-link:hover {
        color: hsl(var(--white)) !important;
    }

    .nav-menu .nav-item .nav-link:hover::before {
        width: 100%;
    }

    .nav-menu .nav-item .nav-link:hover .nav-item__icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item .nav-link {
        font-weight: 700;
        font-size: 0.875rem;
        color: hsl(var(--white)) !important;
        padding: 0;
        padding-bottom: 6px;
        position: relative;
        cursor: pointer;
        /* ======================== Style two ================ */
    }

    .nav-menu .nav-item .nav-link:hover::before {
        left: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .nav-menu .nav-item .nav-link::before {
        position: absolute;
        content: "";
        right: 0;
        bottom: 0px;
        width: 0;
        height: 2px;
        background-color: currentColor;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        z-index: 1000;
    }


    .nav-menu .nav-item .nav-link.active::before {
        width: 100%;
    }


    .nav-menu .nav-item .nav-link .nav-item__icon {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-size: 0.8125rem;
        margin-left: 2px;
    }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
    .nav-menu .nav-item .nav-link .nav-item__icon {
        margin-right: 6px;
    }
}

@media (min-width: 992px) {
    .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        top: 100%;
        left: 0;
        padding: 0 !important;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        transform-origin: top center;
        transition: 0.3s;
        overflow: hidden;
        border-radius: 0;
        min-width: 190px;
        border: 0;
        -webkit-box-shadow: 0 0 10px hsl(var(--black)/0.06);
        box-shadow: 0 0 10px hsl(var(--black)/0.06);
    }

    .dropdown-menu__link {
        padding: 7px 20px;
        font-weight: 500;
        font-size: 1rem;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .dropdown-menu__link:focus,
    .dropdown-menu__link:hover {
        color: hsl(var(--white));
        background-color: hsl(var(--base));
        padding-left: 24px;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 991px) {
    main {
        padding-top: 64px;
    }

    .body-overlay.show {
        visibility: visible;
        opacity: 1;
    }

    .nav-menu {
        margin-top: 20px !important;
    }

    .nav-menu .nav-item {
        text-align: left;
        display: block;
        position: relative;
        margin: 0;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
    }

    .header .nav-item:first-child {
        border-bottom: none;
    }

    .header .nav-item:last-child>a {
        border-bottom: 0;
    }

    .header .nav-item .nav-link {
        margin-bottom: 8px;
        padding: 10px 10px 10px 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 !important;
        border-bottom: 1px solid hsl(var(--border-color));
        color: hsl(var(--text-color));
    }

    .header .nav-item .nav-link::before {
        display: none;
    }

    .header .nav-item .nav-link.show[aria-expanded=true] {
        color: hsl(var(--base)) !important;
    }

    .header .nav-item .nav-link.show[aria-expanded=true] i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 2px;
        width: 100%;
        margin: 0px !important;
        padding: 0 !important;
        border: 0;
        background-color: inherit;
        overflow: hidden;
    }

    .dropdown-menu li:nth-last-child(1) {
        border-bottom: none;
    }

    .dropdown-menu li .dropdown-item {
        padding: 10px 0px;
        font-weight: 500;
        font-size: 1rem;
        color: hsl(var(--text-color));
        border-bottom: 1px solid hsl(var(--border-color));
        margin-left: 20px;
    }

    .dropdown-menu li .dropdown-item:hover,
    .dropdown-menu li .dropdown-item:focus {
        background-color: transparent;
    }
}

.navbar-toggler.header-button {
    border-color: transparent;
    color: hsl(var(--heading-color));
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    width: auto;
    font-size: 2.5rem;
}

.navbar-toggler.header-button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded=true] i::before {
    content: "\f00d";
}

.language-box .select {
    color: hsl(var(--white)/0.6) !important;
}

.language-box .select:focus {
    color: hsl(var(--white)) !important;
}

.language_flag {
    flex-shrink: 0;
    display: flex;
}

.language_flag img {
    height: 20px;
    width: 20px;
    object-fit: cover;
    border-radius: 50%;
}

/* ================================= Header Css End =========================== */
/*================ header bottom css start here ================*/
@media screen and (max-width: 991px) {
    .header-bottom {
        display: none;
    }
}

.header-bottom__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .header-bottom__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        margin-top: 10px;
    }
}

.header-bottom__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

@media screen and (max-width: 991px) {
    .header-bottom__right {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.header-bottom__btn {
    color: hsl(var(--white));
    font-size: 14px;
    font-weight: 700;
    position: relative;
    margin-right: 16px;
}

@media screen and (max-width: 991px) {
    .header-bottom__btn {
        color: hsl(var(--text-color));
        font-weight: 400;
    }
}

.header-bottom__btn::after {
    position: absolute;
    content: "";
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 25px;
    background-color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
    .header-bottom__btn::after {
        display: none;
    }
}

.gallery-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

@media screen and (max-width: 991px) {
    .gallery-item {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.gallery-item__link {
    color: hsl(var(--white));
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

@media screen and (max-width: 991px) {
    .gallery-item__link {
        color: hsl(var(--text-color));
        font-weight: 400;
    }
}

.gallery-item__link:first-child {
    padding-right: 16px;
}

.gallery-item__link:first-child::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
    .gallery-item__link:first-child::after {
        display: none;
    }
}

/* ================ Top Header Start Here ================ */
.header-top {
    background-color: hsl(var(--theme-color));
    padding: 12px 0px;
    position: relative;
}

.header-top .social-list.style-two .social-list__link flex-center {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
}

.top-header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .top-header-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-list__item {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.contact-list__item-icon {
    font-size: 1.125rem;
    color: hsl(var(--white));
}

.contact-list__link {
    color: hsl(var(--white));
    font-weight: 400;
    font-family: var(--body-font);
    font-size: 14px;
}

.contact-list__link:hover .contact-list__link-icon {
    color: hsl(var(--white));
}

/* Login Registration */
.login-registration-list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.login-registration-list__item:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 16px;
    background-color: hsl(var(--white));
    margin-left: 12px;
}

@media screen and (max-width: 991px) {
    .login-registration-list__item:not(:last-child)::after {
        display: none;
    }
}

.login-registration-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login-registration-list__icon {
    margin-right: 8px;
    color: hsl(var(--white));
    font-size: 1.125rem;
}

@media screen and (max-width: 991px) {
    .login-registration-list__icon {
        color: hsl(var(--text-color));
    }
}

.login-registration-list__link {
    color: hsl(var(--white));
    font-weight: 400;
    font-family: var(--body-font);
    font-size: 0.875rem;
}

@media screen and (max-width: 991px) {
    .login-registration-list__link {
        color: hsl(var(--text-color));
    }
}

.login-registration-list__link:hover {
    color: hsl(var(--base));
}

/*=========== Custom Dropdown Css Start=========== */
.custom--dropdown.open>.custom--dropdown__selected::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.custom--dropdown>.custom--dropdown__selected {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    padding-right: 20px;
}

.custom--dropdown>.custom--dropdown__selected::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f107";
    display: inline-block;
    position: absolute;
    margin-left: auto;
    width: unset !important;
    right: 0px;
    color: hsl(var(--white));
    font-size: 12px;
}

@media screen and (max-width: 991px) {
    .custom--dropdown>.custom--dropdown__selected::before {
        color: hsl(var(--text-color));
    }
}

@media screen and (max-width: 1399px) {
    .custom--dropdown>.custom--dropdown__selected::before {
        right: 2px;
    }
}

@media screen and (max-width: 1399px) {
    .custom--dropdown>.custom--dropdown__selected {
        padding-right: 15px;
    }
}

.custom--dropdown>.dropdown-list {
    position: absolute;
    background-color: hsl(var(--black));
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    top: 100%;
    margin-top: 3px;
    z-index: -1;
    visibility: hidden;
    max-height: 230px;
    width: 105px;
    overflow-y: auto !important;
}

@media screen and (max-width: 991px) {
    .custom--dropdown>.dropdown-list {
        left: auto;
        right: 0;
    }
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.15);
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.3);
}

.custom--dropdown.open>.dropdown-list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 999 !important;
    background-color: hsl(var(--black)) !important;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

.dropdown-list>.dropdown-list__item {
    padding: 10px 8px !important;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 12px;
}

.dropdown-list>.dropdown-list__item:hover {
    background-color: hsl(var(--base)) !important;
}


.dropdown-list>.dropdown-list__item:hover .text {
    color: hsl(var(--black)) !important;
}

@media screen and (max-width: 991px) {
    .dropdown-list>.dropdown-list__item:hover .text {
        color: hsl(var(--text-color)) !important;
    }
}

.dropdown-list>.dropdown-list__item,
.custom--dropdown>.custom--dropdown__selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-list>.dropdown-list__item .thumb img,
.custom--dropdown>.custom--dropdown__selected .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.dropdown-list>.dropdown-list__item .thumb img,
.custom--dropdown>.custom--dropdown__selected .thumb img {
    min-width: 20px !important;
    min-height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    overflow: hidden;
    margin-right: 5px;
    border-radius: 50%;
}

.dropdown-list>.dropdown-list__item .text,
.custom--dropdown>.custom--dropdown__selected .text {
    width: calc(100% - 16px);
    padding-left: 7px;
    color: hsl(var(--white)) !important;
}

@media screen and (max-width: 991px) {

    .dropdown-list>.dropdown-list__item .text,
    .custom--dropdown>.custom--dropdown__selected .text {
        color: hsl(var(--text-color)) !important;
    }
}

.dropdown-list__item .icon {
    width: 16px;
    font-size: 16px;
    color: hsl(var(--white));
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .dropdown-list__item .icon {
        color: hsl(var(--text-color));
    }
}

.dropdown-list>.dropdown-list__item .text {
    color: hsl(var(--white)) !important;
}

/* ================================= Header Css End =========================== */
/* ============= Footer Start Here ======================= */
.footer-area {
    background-color: hsl(var(--heading-color));
    color: hsl(var(--white));
    margin-top: auto;
    padding: 80px 0 32px;
}

.footer-area__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid hsl(var(--border-color)/0.2);
    padding-top: 32px;
    margin-top: 32px;
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .footer-area__bottom {
        gap: 12px;
    }
}

@media screen and (max-width: 575px) {
    .footer-area__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer-area__bottom-text {
    color: hsl(var(--white)/0.5);
    font-size: 14px;
    font-weight: 400;
}

.footer-area__bottom .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 24px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .footer-area__bottom .footer-menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .footer-area__bottom .footer-menu {
        gap: 12px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-area__bottom .footer-menu__link {
    color: hsl(var(--white)/0.5);
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.footer-area__bottom .footer-menu__link:hover,
.footer-area__bottom .footer-menu__link:focus {
    color: hsl(var(--base));
}

.footer-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 12px 60px;
    margin-left: -15px;
}

@media screen and (max-width: 767px) {
    .footer-menu-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 20px;
    }
}

@media screen and (max-width: 424px) {
    .footer-menu-wrapper {
        gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-menu-wrapper .footer-menu__link {
    color: hsl(var(--white));
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: 700;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    position: relative;
    padding-left: 15px;
}

.footer-menu-wrapper .footer-menu__link::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: hsl(var(--base));
    border-radius: 50%;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

@media screen and (max-width: 767px) {
    .footer-menu-wrapper .footer-menu__link::before {
        display: none;
    }
}

.footer-menu-wrapper .footer-menu__link:hover,
.footer-menu-wrapper .footer-menu__link:focus {
    color: hsl(var(--base));
}

.footer-menu-wrapper .footer-menu__link:hover::before,
.footer-menu-wrapper .footer-menu__link:focus::before {
    opacity: 1;
}

.footer-item {
    margin-bottom: 24px;
}

.footer-item__logo {
    margin-bottom: 30px;
}

.footer-item__logo a img {
    width: 100%;
    height: 100%;
    max-width: 190px;
}

.footer-item__title {
    color: hsl(var(--white));
    margin-bottom: 4px;
    font-weight: 700;
}

.footer-item__text {
    max-width: max-content;
    display: block;
    color: hsl(var(--white));
    font-size: 14px;
}

.footer-item__text:not(:last-child) {
    margin-bottom: 8px;
}

/* ============= Footer End Here ======================= */
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: hsl(var(--white));
    width: 48px;
    height: 48px;
    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;
    border-radius: 50%;
    z-index: 5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: hsl(var(--base));
}

.scroll-top:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base-d-100));
}

.scroll-top.show {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::-moz-selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 18px;
}

.social-list__link {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    cursor: pointer;
    font-size: 25px;
    color: hsl(var(--base));
}

.social-list__link:hover,
.social-list__link:focus {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

@media screen and (max-width: 767px) {
    .social-list__link {
        font-size: 1.25rem;
    }
}

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    position: relative;
    z-index: 1;
    padding: 155px 0 70px;
    background-color: #ddd;
}

@media screen and (max-width: 991px) {
    .breadcrumb {
        padding: 115px 0 60px;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        padding: 105px 0 40px;
    }
}

.breadcrumb::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--white)/0.1);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.breadcrumb__wrapper {
    text-align: center;
}

.breadcrumb__title {
    margin-bottom: 10px;
    color: hsl(var(--black));
}

.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb__item {
    color: hsl(var(--black));
    padding: 0 5px;
    font-weight: 400;
    font-size: 1rem;
}

.breadcrumb__item-text {
    color: hsl(var(--base));
}

.breadcrumb__link {
    color: hsl(var(--black));
    font-weight: 500;
}

.breadcrumb__link:hover {
    color: hsl(var(--base));
}

/* ====================== Breadcrumb Css End ==================== */
.blog-sidebar-wrapper {
    position: sticky;
    top: 100px;
}

/* ============ Sidebar search box ============= */
.search-box {
    position: relative;
    background-color: hsl(var(--white));
    margin-bottom: 24px;
}

.search-box .form--control {
    padding: 16px 24px;
}

.search-box__button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(265deg);
    transform: translateY(-50%) rotate(265deg);
    color: hsl(var(--base));
    font-size: 24px;
    color: hsl(var(--text-color));
}

/* ================== Sidebar Box & Title =================== */
.blog-sidebar {
    margin-bottom: 35px;
}

.blog-sidebar:last-child {
    margin-bottom: 0;
}

.blog-sidebar__bottom {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--border-color));
    padding: 30px;
    border-radius: 16px;
}

@media screen and (max-width: 575px) {
    .blog-sidebar__bottom {
        padding: 20px 15px;
    }
}

.blog-sidebar__bottom .blog-info {
    margin-bottom: 24px;
}

.blog-sidebar__bottom .blog-info__name {
    margin-bottom: 0;
    color: hsl(var(--text-color-two));
    font-size: 18px;
    font-weight: 600;
}

.blog-sidebar__bottom .blog-info__designation {
    font-size: 14px;
    margin-bottom: 16px;
    color: hsl(var(--text-color-two));
}

.blog-sidebar__title {
    padding-bottom: 10px;
    color: hsl(var(--text-color-two));
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid hsl(var(--border-color));
}

/* ========================= Category & Tags List Style ========================= */
.text-list {
    /* Category */
    /* Style Tag */
}

.text-list.style-category .text-list__item {
    border-bottom: 1px dashed hsl(var(--border-color));
}

.text-list.style-category .text-list__item:last-child {
    border-bottom: 0;
}

.text-list.style-category .text-list__link {
    color: hsl(var(--black));
}

.text-list.style-category .text-list__link:hover {
    color: hsl(var(--base));
}

.text-list.style-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.text-list.style-tag .text-list__link {
    color: hsl(var(--black));
    border: 1px solid hsl(var(--black)/0.08);
    padding: 6px 20px;
    border-radius: 8px;
    font-size: 16px;
}

.text-list.style-tag .text-list__link.active {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

.text-list.style-tag .text-list__link:hover {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--white));
}

/* ======================== Latest Blog Css========================  */
.latest-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.latest-blog:last-of-type {
    margin-bottom: 0px;
}

.latest-blog__thumb {
    width: 120px;
    max-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
}

@media screen and (max-width: 424px) {
    .latest-blog__thumb {
        width: 80px;
    }
}

.latest-blog__thumb a {
    display: block;
    height: 100%;
    width: 100%;
}

.latest-blog__content {
    width: calc(100% - 120px);
    padding-left: 15px;
}

@media screen and (max-width: 424px) {
    .latest-blog__content {
        width: calc(100% - 80px);
    }
}

.latest-blog__title {
    margin-bottom: 5px;
}

.latest-blog__title a {
    color: hsl(var(--text-color-two));
    font-size: 1.125rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1199px) {
    .latest-blog__title a {
        font-size: 16px;
    }
}

.latest-blog__title a:hover {
    color: hsl(var(--base));
}

.latest-blog__date {
    font-size: 14px;
    color: #5E5B5B;
    margin-bottom: 8px;
}

/* ========================= Latest Blog Css End ===================*/
/* ================= Slick Arrow & Dots css Start ================ */
.slick-initialized.slick-slider {
    margin: 0 -10px;
}

.slick-initialized.slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-initialized.slick-slider .slick-slide {
    height: auto;
    padding: 0 10px;
}

.slick-initialized.slick-slider .slick-slide>div {
    height: 100%;
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    color: hsl(var(--white));
    width: 45px;
    height: 45px;
    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;
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background-color: hsl(var(--base)/0.4);
    color: hsl(var(--base));
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    .slick-arrow {
        width: 55px;
        height: 55px;
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .slick-arrow {
        width: 45px;
        height: 45px;
    }
}

.slick-arrow:hover {
    border-color: hsl(var(--base));
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.slick-next {
    right: -20px;
}

@media screen and (max-width: 991px) {
    .slick-next {
        right: -10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-next {
        right: 10px;
    }
}

.slick-prev {
    left: -20px;
}

@media screen and (max-width: 991px) {
    .slick-prev {
        left: -10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-prev {
        left: 10px;
    }
}

/* -------------- Slick Slider Arrow Style two ------------  */
/* Dots Css Start */
.slick-dots {
    text-align: center;
    padding-top: 20px;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    border: none;
    background-color: hsl(var(--base)/0.2);
    color: hsl(var(--white));
    margin: 0 4px;
    width: 8px;
    height: 8px;
    border-radius: 1px;
    border-radius: 50%;
    text-indent: -9999px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.slick-dots li.slick-active button {
    background-color: hsl(var(--base));
}

/* Dots Css End */
/* ================= Slick Arrow & Dots css Start ================ */
/* =========================== Banner Section Start Here ========================= */
.banner-section {
    position: relative;
    z-index: 3;
    padding: 80px 0;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 991px) {
    .banner-section {
        height: unset;
    }
}

.banner-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(75, 49, 19, 0)), to(#180E01));
    background: linear-gradient(180deg, rgba(75, 49, 19, 0) 0%, #180E01 100%);
    z-index: -1;
}

.banner-section::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #180E0133;
    z-index: -2;
}


.room-details-banner {
    height: 60vh;
    padding: 135px 0;
}

.policy-banner {
    height: 35vh;
}

@media screen and (max-width: 991px) {
    .room-details-banner {
        height: unset;
    }
}

@media screen and (max-width: 767px) {
    .room-details-banner {
        padding: 100px 0;
    }
}

.banner-content {
    text-align: center;
}

.banner-content__title {
    color: hsl(var(--white));
    font-weight: 600;
    font-size: clamp(1.25rem, 0.9375rem + 5vw, 2.5rem);
    max-width: 1000px;
    margin-inline: auto
}

.banner-content__desc {
    max-width: 500px;
    color: hsl(var(--white));
    margin: 0 auto;
    font-size: 1.25rem;
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    .banner-content__desc {
        font-size: 0.875rem;
    }
}

.banner-content__button {
    margin-top: 30px;
}

/*=== banner bottom form css ===*/
.banner-bottom-form {
    background-color: hsl(var(--white));
    padding: 10px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -32px;
}

/* =========================== Banner Section End Here ========================= */
/*--------------------------*/
.filter-form {
    .qty-container {
        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;
        gap: 10px;
    }

    .qty-container .input-qty {
        text-align: center;
        max-width: 80px;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 0;
    }

    .qty-container .input-qty:focus-visible {
        outline: none !important;
    }

    .qty-container .qty-btn-minus,
    .qty-container .qty-btn-plus {
        font-size: 10px;
        height: 25px;
        width: 25px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border: 1px solid hsl(var(--black)/.1);
        background-color: transparent;
        border-radius: 50%;
    }

    .qty-container .qty-btn-plus {
        margin-left: -1px;
    }

    .qty-container .qty-btn-minus {
        margin-right: -1px;
    }

}

/* ================================= Blog Section Css Start Here ============================= */
.blog-item {
    height: 100%;
}

.blog-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.blog-item__top__date {
    font-size: 0.875rem;
    color: hsl(var(--text-color));
}

.blog-item:hover .blog-item__thumb-link .image1 {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.blog-item:hover .blog-item__thumb-link .image2 {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-item__thumb {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.blog-item__thumb-link {
    width: 100%;
    height: 100%;
}

.blog-item__thumb-link img {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-size: cover;
    width: 100%;
}

.blog-item__thumb-link .image1 {
    -webkit-transform: translatex(50%) scalex(1);
    transform: translatex(50%) scalex(1);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-item__thumb-link .image2 {
    -webkit-transform: translatex(0%) scalex(1);
    transform: translatex(0%) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-item__content {
    background-color: hsl(var(--white));
    padding-top: 24px;
}

.blog-item__title {
    margin-top: 20px;
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    .blog-item__title {
        margin-top: 15px;
    }
}

.blog-item__title-link {
    color: hsl(var(--heading-color));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-item__title-link:hover {
    color: hsl(var(--base));
}

.blog-item__desc {
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
    .blog-item__desc {
        margin-bottom: 15px;
    }
}

.blog-item__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
}

.blog-item__btn-icon {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.blog-item__btn:hover .blog-item__btn-icon {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.btn--simple {
    color: hsl(var(--text-color));
}

.btn--simple:hover {
    color: hsl(var(--base));
}

/* Text Border Bottom Animation Css Start */
.border-effect {
    display: inline !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.border-effect:hover {
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-size: 100% 100%;
}

/* Text Border Bottom Animation Css Ends */
/* ================================= Blog Section Css End Here ================================= */
/*================ filter css start here ================*/
.filter-section {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
}

.filter-section__title {
    color: hsl(var(--white));
    font-weight: 600;
    font-family: var(--body-font);
    margin-bottom: 16px;
}

.filter-section__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
    .filter-section__bottom {
        gap: 10px;
    }
}

.filter-section__bottom .text {
    color: hsl(var(--white));
    font-size: 14px;
}

.filter-section__bottom .client-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.filter-section__bottom .client-review__title {
    color: hsl(var(--white));
    font-size: 20px;
    font-weight: 700;
}

.filter-section__bottom .client-review .rating-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
}

.filter-section__bottom .client-review .rating-list__item {
    width: 24px;
    height: 24px;
    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;
    background-color: hsl(var(--success));
    color: hsl(var(--white));
}

.filter-section__bottom .client-review .rating-list__item.not-selected {
    background-color: hsl(var(--white)/0.9);
}

.filter-section__bottom .trustpilot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.filter-section__bottom .trustpilot__icon {
    font-size: 30px;
    color: hsl(var(--success-l-200));
}

.filter-section__bottom .trustpilot__text {
    font-size: 14px;
    font-weight: 600;
    color: hsl(var(--white));
}

.filter-form {
    display: grid;
    gap: 10px;
    background-color: hsl(var(--white));
    padding: 10px;
    border-radius: 16px;
    grid-template-columns: 1fr 1fr 1fr auto;
}

@media screen and (max-width: 991px) {
    .filter-form {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 575px) {
    .filter-form {
        grid-template-columns: 1fr;
    }
}

.filter-form__item .btn {
    height: 60px;
    width: 100%;
}

.filter-form__item .btn .icon {
    font-size: 25px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.form-qty-item {
    position: relative;
}

.form-qty-item .total-number {
    position: relative;
    padding-right: 40px;
    border-radius: 16px !important;
    padding: 28px 10px 8px 42px !important;
    border: 1px solid hsl(var(--border-color));
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    color: hsl(var(--heading-color));
    text-align: left;
}

.form-qty-item .icon-text {
    position: absolute;
    left: 17px;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    line-height: 1;
}

.form-qty-item .icon-text .text {
    font-size: 12px;
}

.form-qty-item .icon-text .icon {
    font-size: 15px;
    color: hsl(var(--base));
}

.number-picker {
    background-color: hsl(var(--white));
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 12px rgba(51, 65, 80, 0.06), 0 14px 44px rgba(51, 65, 80, 0.11);
    box-shadow: 0 8px 12px rgba(51, 65, 80, 0.06), 0 14px 44px rgba(51, 65, 80, 0.11);
    position: absolute;
    display: none;
    overflow: hidden;
    right: 0;
    margin-bottom: 10px;
    width: 100%;
    bottom: 100%;
    z-index: 10;
    padding: 10px 20px;
    z-index: 9;
}

/* .number-picker.number-picker-show {
    display: block;
} */

.passenger-list__item {
    border-bottom: 1px solid hsl(var(--black)/0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.passenger-list__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.passenger-list__item-left {
    font-size: 14px;
    font-weight: 700;
    color: hsl(var(--heading-color));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    align-items: start;
    flex-direction: column;
}

.passenger-list__text {
    color: hsl(var(--text-color));
    font-size: 0.75rem;
}

/*================ filter css end here ================*/
/*=================== benefit section css start here ===================*/
.benefit-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 575px) {
    .benefit-item {
        gap: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.benefit-item__icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: hsl(var(--base)/0.2);
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 575px) {
    .benefit-item__icon {
        width: 50px;
        height: 50px;
    }
}

.benefit-item__icon img {
    max-width: 32px;
}

@media screen and (max-width: 575px) {
    .benefit-item__icon img {
        max-width: 24px;
    }
}

.benefit-item__text {
    color: hsl(var(--text-color));
    width: calc(100% - 70px);
}

@media screen and (max-width: 575px) {
    .benefit-item__text {
        width: 100%;
        font-size: 14px;
    }
}

/*=================== benefit section css end here ===================*/
/*======================= facility section css start here =======================*/
.facility-slider .slick-arrow {
    background-color: hsl(var(--base));
    color: hsl(var(--white));

    &:hover {
        background-color: hsl(var(--base-d-200));
    }
}

.facility-item__thumb {
    border-radius: 12px;
    overflow: hidden;
    max-height: 400px;
}

.facility-item__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.facility-item__title {
    margin-bottom: 6px;
}

.facility-item__desc {
    max-width: 400px;
}

.facility-item__content {
    margin-top: 16px;
}

.facility-item__btn {
    text-decoration: underline;
    color: hsl(var(--base));
    margin-top: 24px;
}

/*======================= facility section css end here =======================*/
/*======================== story section css start here ========================*/
.story-section {
    --shape-radius: 265px;
    --shape-width: 547px;
    --shape-height: 531px;

    --image-radius: 245px;
    --image-width: 490px;
    --image-height: 552px;
    position: relative;
    z-index: 1;
    padding: 60px 0;
    background-color: hsl(var(--section-bg));
}

.story-section .story-left {
    position: relative;
    text-align: center;
    margin-top: 25px;
    margin-bottom: -100px;
}

.story-section .story-left__shape {
    --position-adjust: 28px;

    position: absolute;
    left: var(--position-adjust);
    top: var(--position-adjust);
    width: var(--shape-width);
    height: var(--shape-height);
    margin-top: -46px;
    z-index: -2;
    border-radius: var(--shape-radius) var(--shape-radius) 0 0;
    background-color: color-mix(in oklab, hsl(var(--base)) 99%, #000 1%);
}

@media screen and (max-width:1399px) {
    .story-section {
        --shape-width: 535px;
    }

    .story-section .story-slider {
        left: 40px;
    }

}


@media screen and (max-width:1199px) {
    .story-section {
        --shape-width: 496px;
        margin-top: -40px;
    }

    .story-section .story-slider {
        left: 26px;
    }

    .story-section .story-left__shape {
        margin-top: -40px;
    }

    .story-section {
        --image-width: 464px;
    }

}


.story-section__shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.story-section .story-slider {
    text-align: center;
    position: relative;
    z-index: 1;
}

.story-section .story-slider .story-item {
    text-align: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -20px;
}

.story-section .story-slider .story-item img {
    border-radius: var(--shape-radius) var(--shape-radius) 0 0;
    max-width: var(--image-width);
    max-height: var(--image-height);
    width: 100%;
    height: 100%;

}

.story-content__subtitle {
    color: hsl(var(--base));
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: 1s linear;
    transition: 1s linear;
    letter-spacing: 4px;
}

.story-content__subtitle::after,
.story-content__subtitle::before {
    position: absolute;
    content: "";
    bottom: -10px;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--base));
    -webkit-transition: 1s linear;
    transition: 1s linear;
}

.story-content__subtitle::after {
    top: -10px;
    left: 0;
}

.story-content__subtitle::before {
    right: 0;
}


.story-content__title {
    margin-bottom: 24px;
    font-weight: 400;
}

.story-content__desc {
    margin-bottom: 16px;
}

.story-content__desc:last-child {
    margin-bottom: 0;
}

/*======================== story section css end here ==========================*/
/*===================== residence css start here =====================*/
.residence-section {
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .residence-slider {
        padding: 0 10px;
    }
}

.residence-section .section-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.residence-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.residence-list__link {
    position: relative;
    font-style: italic;
    padding: 0 5px;
    color: hsl(var(--text-color));
}

.residence-list__link::after {
    position: absolute;
    content: "";
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: 0;
    background-color: hsl(var(--base));
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.residence-list__link.active,
.residence-list__link:hover {
    color: hsl(var(--base));
}

.residence-list__link.active::after,
.residence-list__link:hover::after {
    right: 0;
    width: 100%;
}

.residence-list__icon {
    margin-left: 2px;
}

.residence-list__item {
    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;
}

.residence-item__content {
    padding: 10px 0px;
}

.residence-item__btn {
    margin-top: 15px;
}

.residence-slider .slick-slide {
    padding: 0 12px !important;
}

@media screen and (max-width: 575px) {
    .residence-slider .slick-arrow {
        top: 33% !important;
    }
}

.residence-slider .slick-next {
    right: 20%;
}

@media screen and (max-width: 1399px) {
    .residence-slider .slick-next {
        right: 15%;
    }
}

@media screen and (max-width: 1199px) {
    .residence-slider .slick-next {
        right: 7%;
    }
}

.residence-slider .slick-prev {
    left: 20%;
}

@media screen and (max-width: 1399px) {
    .residence-slider .slick-prev {
        left: 15%;
    }
}

@media screen and (max-width: 1199px) {
    .residence-slider .slick-prev {
        left: 7%;
    }
}

.residence-slider .slick-list {
    padding: 30px 0 !important;
}

@media screen and (max-width: 575px) {
    .residence-slider .slick-list {
        padding: 0 !important;
    }
}

.residence-item {
    opacity: 0.4;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 850px !important;
}

.residence-item__title {
    font-weight: 400;
}

.slick-center .residence-item {
    opacity: 1;
    -webkit-transform: scale(1, 1.15);
    transform: scale(1, 1.15);
}

.slick-center .residence-item__content {
    -webkit-transform: scale(1, 0.875);
    transform: scale(1, 0.875);
}

@media (max-width: 1199px) {
    .residence-item {
        width: 600px !important;
    }
}

@media (max-width: 991px) {
    .residence-item {
        width: 450px !important;
    }
}

@media (max-width: 767px) {
    .residence-item {
        width: 400px !important;
    }
}

@media (max-width: 575px) {
    .residence-item {
        width: 100% !important;
    }

    .slick-center .residence-item {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .slick-center .residence-item__content {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

/*===================== residence css end here =====================*/
/*======================================== Mega Menu Css Start ==================================*/
.mega-menu-wrapper {
    padding: 32px 0 !important;
    position: absolute;
    min-width: 660px;
    width: 100%;
    left: 0 !important;
    top: 100%;
    z-index: 999;
    overflow: unset;
    background-color: hsl(var(--white));
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: 0.35s linear;
    transition: 0.35s linear;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    margin-top: -19px;
}

@media screen and (max-width: 991px) {
    .mega-menu-wrapper {
        position: relative !important;
        display: none;
        border-radius: 2px;
        width: 100%;
        border: 0;
        background-color: inherit;
        overflow: hidden;
        visibility: hidden;
        opacity: 1;
        -webkit-box-shadow: none;
        box-shadow: none;
        min-width: unset;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition: 0.25s linear;
        -webkit-transition: 0.4s linear;
        transition: 0.4s linear;
        margin: 12px 0px;
        padding-bottom: 15px !important;
        padding-top: 0 !important;
    }
}

.mega-menu-wrapper.show {
    display: block;
    visibility: visible;
}

@media screen and (max-width: 991px) {
    .mega-menu-wrapper.show[aria-expanded=true] {
        color: hsl(var(--base)) !important;
    }

    .mega-menu-wrapper.show[aria-expanded=true] i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.mega-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px;
}

@media screen and (max-width: 575px) {
    .mega-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .navbar-collapse {
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        width: 100%;
    }
}

.mega-menu__left {
    width: 315px;
}

@media screen and (max-width: 575px) {
    .mega-menu__left {
        width: 250px;
    }
}

@media screen and (max-width: 575px) {
    .mega-menu__left {
        width: 100%;
    }
}

.mega-menu__left .title {
    margin-bottom: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.mega-menu__left .content-text {
    margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
    .mega-menu__left .content-text {
        margin-bottom: 15px;
    }
}

.mega-menu__left .content-btn {
    margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
    .mega-menu__left .content-btn {
        margin-bottom: 15px;
    }
}

.mega-menu__left .content-btn .btn {
    background-color: hsl(var(--section-bg));
    color: hsl(var(--text-color)) !important;
    border: 1px solid hsl(var(--border-color));
    -webkit-box-shadow: 0px 2px 0px 0px #E3E6E8;
    box-shadow: 0px 2px 0px 0px #E3E6E8;
}

.mega-menu__left .content-btn .btn:hover {
    -webkit-box-shadow: 0px 4px 0px 0px #E3E6E8 !important;
    box-shadow: 0px 4px 0px 0px #E3E6E8 !important;
}

.mega-menu__right {
    width: calc(100% - 315px);
}

@media screen and (max-width: 575px) {
    .mega-menu__right {
        width: 100%;
    }
}

.mega-menu__right .room-item__content {
    margin-top: 16px;
}

@media screen and (max-width: 991px) {
    .mega-menu__right .room-item__content {
        margin-bottom: 8px;
    }
}

.mega-menu__right .room-item__title {
    margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .mega-menu__right .room-item__title {
        margin-bottom: 8px;
    }
}

.mega-menu__right .room-item__thumb {
    max-height: 310px;
    width: 100%;
}

.mega-menu__right .room-item__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mega-menu__right .room-item__desc {
    font-size: 14px;
    margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .mega-menu__right .room-item__desc {
        margin-bottom: 8px;
    }
}

.btn-link {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    color: hsl(var(--text-color));
}

.btn-link:hover {
    color: hsl(var(--base-d-100)) !important;
    text-decoration: underline;
}

@media (min-width: 992px) {
    .nav-menu .nav-item.has-mega-menu:hover .mega-menu-wrapper {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.room-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    border: none;
    background-color: transparent;
    color: hsl(var(--white));
    width: 32px;
    height: 34px;
    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;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: transparent !important;
    color: hsl(var(--base));
    top: -20px;
}

@media screen and (max-width: 1199px) {
    .room-slider .slick-arrow {
        top: -15px;
    }
}

@media screen and (max-width: 767px) {
    .room-slider .slick-arrow {
        top: auto;
        bottom: -50px;
        right: 50%;
    }
}

.room-slider .slick-arrow:hover {
    color: hsl(var(--base));
}

.room-slider .slick-next {
    right: 10px;
}

.room-slider .slick-next:hover {
    right: 8px;
}

@media screen and (max-width: 767px) {
    .room-slider .slick-next {
        top: auto;
        right: calc(50% - 37px);
    }
}

.room-slider .slick-prev {
    right: 52px;
    left: unset !important;
}

.room-slider .slick-prev:hover {
    right: 54px;
}

@media screen and (max-width: 767px) {
    .room-slider .slick-prev {
        top: auto;
        right: calc(50% + 5px);
    }
}

/*=================================== mega menu css end here ===================================*/
/*=================== hotel section css start here=================== */
.hotel-section .custom--tab {
    margin-top: 24px;
}

.hotel-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .hotel-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.hotel-wrapper__thumb {
    width: 60%;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .hotel-wrapper__thumb {
        width: 100%;
    }
}

.hotel-wrapper__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hotel-wrapper .hotel-content {
    background-color: hsl(var(--section-bg));
    width: calc(100% + 45px - 60%);
    padding: 24px;
    padding-left: 75px;
    margin-left: -45px;
    margin-top: 24px;
    margin-bottom: 24px;
    height: 90%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    right: 0;
    -webkit-box-shadow: var(--box-shadow-two);
    box-shadow: var(--box-shadow-two);
    margin-right: 8px;
}

@media screen and (max-width: 991px) {
    .hotel-wrapper .hotel-content {
        position: unset;
        width: 100%;
        height: 100%;
        margin: 0;
        padding-left: 24px;
    }
}

.hotel-wrapper .hotel-content__top {
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.hotel-wrapper .hotel-content__top .title {
    text-align: left;
    margin-bottom: 10px;
    font-style: italic;
    font-weight: 400;
}

.hotel-wrapper .hotel-content__body {
    text-align: left;
    margin-bottom: 10px;
}

.hotel-wrapper .hotel-content__body-text {
    margin-bottom: 10px;
}

.hotel-wrapper .hotel-content__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hotel-wrapper .hotel-content__bottom .btn-link {
    color: hsl(var(--base));
}

/*=================== hotel section css end here=================== */
/*==================== glance section css start here ====================*/
.glance-section {
    overflow: hidden;
}

.glance-slider .slick-slide {
    padding: 0 !important;
}

@media screen and (max-width: 1199px) {
    .glance-slider .slick-slide {
        padding: 0 15px !important;
    }
}

@media screen and (max-width: 575px) {
    .glance-slider .slick-arrow {
        top: 33% !important;
    }
}

.glance-slider .slick-next {
    right: 10%;
}

@media screen and (max-width: 1199px) {
    .glance-slider .slick-next {
        right: 7%;
    }
}

.glance-slider .slick-prev {
    left: 10%;
}

@media screen and (max-width: 1199px) {
    .glance-slider .slick-prev {
        left: 7%;
    }
}

.glance-slider .slick-active.slick-center {
    z-index: 99;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.glance-slider .slick-active.slick-center .glance-item {
    opacity: 1;
}

.glance-slider .slick-active.slick-center .glance-item__thumb {
    max-width: 1300px;
    margin: 0 auto;
}

.glance-slider .slick-slide .glance-item {
    opacity: 0.4;
}

.glance-slider .slick-slide .glance-item__thumb {
    max-width: 1300px;
    margin: 0 auto;
}

.glance-slider .slick-slide .glance-item__desc {
    margin-top: 10px;
    font-size: 14px;
}

@media screen and (max-width: 1199px) {
    .glance-slider .slick-slide .glance-item {
        opacity: 1;
    }
}

.glance-item__thumb {
    height: 100%;
}

.glance-item__thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*====================== glance section css end here ====================*/
/*============== map section start here ==============*/
.map-section {
    padding: 80px 0;
    background-color: hsl(var(--section-bg));
}

@media screen and (max-width: 575px) {
    .map-section {
        padding: 60px 0;
    }
}

.location-map iframe {
    width: 100%;
    max-height: 348px;
    /* min-height: 540px; */
    border-radius: 8px;
    border: 1px solid hsl(var(--border-color)) !important;
}

.contact-wrapper {
    margin-bottom: 40px;
}

.contact-item {
    border: 1px solid hsl(var(--border-color));
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 22px;
    height: 100%;
}

.contact-item__icon {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background-color: hsl(var(--base)/0.16);
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: hsl(var(--base));
    border: 1px solid hsl(var(--base)/0.4);
}

.contact-item__icon svg {
    height: 34px;
    width: 34px;
}

.contact-wrapper .contact-item__title {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--body-font);
    margin-bottom: 5px;
    color: hsl(var(--text-color));
}

.contact-wrapper .contact-item__desc .link {
    color: hsl(var(--text-color));
}

@media screen and (max-width:1199px) {
    .contact-item {
        padding: 16px;
        gap: 15px;
    }

    .contact-item__icon {
        width: 48px;
        height: 48px;
    }

    .contact-item__icon svg {
        height: 28px;
        width: 28px;
    }
}


@media screen and (max-width:768px) {
    .contact-item {
        padding: 12px;
        gap: 14px;
    }

    .contact-item__icon {
        width: 38px;
        height: 38px;
    }

    .contact-item__icon svg {
        height: 22px;
        width: 22px;
    }

    .contact-wrapper .contact-item__title {
        margin-bottom: 2px;
    }
}

/*================ map section end here ==============*/
.testimonials {
    background: hsl(var(--section-bg));
}

@media screen and (max-width: 575px) {
    .testimonials {
        padding: 30px 0 60px;
    }
}

.testimonials {
    position: relative;
    z-index: 1;
    background-position: center;
}

.testimonials .slick-dots li button {
    outline: 1px solid hsl(var(--white)/ 0.5);
}

.slick-dots li.slick-active button {
    background: hsl(var(--base-d-300));
}

.testimonial-slider .slick-arrow {
    backdrop-filter: blur(20px);
    color: hsl(var(--white));
    border: 2px solid hsl(var(--base));
    opacity: 1;
}

.testimonials::after {
    content: "";
    position: absolute;
    height: calc(100% - 50px);
    aspect-ratio: 1/1.05;
    z-index: -1;
    backdrop-filter: blur(20px);
    border-radius: 100% 100% 0 0;
    border: solid 2px hsl(var(--base));
    left: 50%;
    top: 25px;
    transform: translateX(-50%);

}

@media screen and (max-width:575px) {

    .testimonials::after {
        max-width: calc(100% - 40px);
        border-radius: 25px;
    }
}

.testimonials-card {
    padding: 0 10px;
    height: 100%;
}

.testimonial-item {
    position: relative;
    height: 100%;
}

@media screen and (max-width: 424px) {
    .testimonial-item {
        padding: 15px 5px;
    }
}

.testimonial-item__desc.testimonial-icon {
    font-size: 48px;
}

.testimonial-item__user {
    flex-wrap: nowrap;
    max-width: fit-content;
    justify-content: center;
    margin-inline: auto;
}


.testimonial-item__thumb {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-item__thumb img {
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial-item__details {
    color: hsl(var(--white));
}

.testimonial-item__name {
    margin-bottom: 4px;
    color: hsl(var(--white));
    font-size: 22px;
}

.testimonial-item__booked {
    color: hsl(var(--white));
    font-size: 14px;
    font-weight: 600;

}

.testimonial-item__desc {
    padding-bottom: 50px;
    margin: 0 auto;
    color: hsl(var(--white));
    font-family: var(--heading-font);
    text-align: center;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 700px;
}

@media screen and (max-width:991px) {
    .testimonial-item__desc.testimonial-icon {
        font-size: 32px;
    }

    .testimonial-item__desc {
        font-size: 24px;
        max-width: 600px;
        line-height: 1.4;
    }

    .testimonial-item__name {
        font-size: 18px;
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        line-clamp: 1;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;


    }

}

@media screen and (max-width:575px) {
    .testimonial-item__desc.testimonial-icon {
        font-size: 32px;
    }

    .testimonial-item__desc {
        font-size: 24px;
        max-width: 500px;
        padding-bottom: 30px;
        line-height: 1.2;
    }

    .testimonial-item__name {
        font-size: 16px;
    }

}

@media screen and (max-width: 424px) {
    .testimonial-item__desc {
        padding-top: 10px;
        line-height: 2;
        font-size: 16px;
    }
}

/*======================= cta section css start here =======================*/
.cta-section {
    position: relative;
    padding: 70px 0;
    z-index: 1;
}

.cta-section::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, color-stop(32.05%, rgba(0, 0, 0, 0.9)), to(rgba(75, 49, 19, 0.1)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 32.05%, rgba(75, 49, 19, 0.1) 100%);
}

.cta-section .cta-content__title {
    margin-bottom: 30px;
    color: hsl(var(--white));
    font-weight: 400;
}

.cta-section .cta-content__text {
    color: hsl(var(--base));
    font-size: 14px;
}

.cta-section .cta-content__text .link {
    text-decoration: underline;
}

.cta-section .cta-content .cta-email-form {
    margin-bottom: 5px;
}

.cta-section .cta-content .cta-email-form .form--control {
    background-color: #F3EEE8;
    color: hsl(var(--text-color));
    padding: 10px 20px;
}

.cta-section .cta-content .btn--base {
    margin-top: 32px;
}

/*======================= cta section css end here =======================*/
/*=================== category section start here ===================*/
.category-section {
    position: relative;
    z-index: 1;
    padding: 40px 0;
    background-color: hsl(var(--section-bg));
}

.category-section__shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.category-section__shape img {
    width: 100%;
}

.category-section .category-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-section .category-wrapper__title {
    font-weight: 400;
    margin-bottom: 0;
}

.category-section .category-wrapper__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.category-section .category-wrapper__left .title {
    font-size: 16px;
}

.category-section .category-wrapper__right .title {
    font-size: 16px;
    margin-bottom: 20px;
}

.category-section .category-wrapper__right .room-category .btn {
    border-radius: 0;
}

.back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: hsl(var(--text-color));
}

.room-category-wrapper {
    border-radius: 8px;
    height: 100%;
}

.room-category-wrapper img {
    border-radius: 8px 8px 0 0;
}

.category-slider .slick-prev {
    left: 20px;
}

.category-slider .slick-next {
    right: 20px;
}

.category-slider .slick-arrow {
    background: #E1D5C7;
    color: hsl(var(--base));
}

.room-category-content {
    background: hsl(var(--section-bg));
    padding: 40px;
    border-radius: 0 0 8px 8px;
    margin-top: -10px;
    gap: 16px;
}

@media screen and (max-width: 424px) {
    .room-category-content {
        padding: 20px;
        gap: 18px;
    }
}

.room-category-content__title {
    margin-bottom: 0px;
    font-weight: 400;
}

.room-category-content .room-space {
    margin-top: 15px;
}


.room-category-content .room-btn {
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--text-color)) !important;
    background: hsl(var(--white));
    margin: 24px 0;
    padding: 20px 25px;
    line-height: 1;
    -webkit-box-shadow: 0px 1px 2px 0px #1018280D;
    box-shadow: 0px 1px 2px 0px #1018280D;
}

.compare-content__top {
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 24px;
}



.compare-content__item-title {
    font-weight: 700;
    margin-bottom: 4px;
    color: hsl(var(--heading-color));
}

.view-more-btn {
    margin-top: 15px;
    color: hsl(var(--text-color));
}

.room-category-slider {
    margin: 0 !important;
}

.room-category-slider__item {
    height: 100%;
}

.room-category-slider__item img {
    max-height: 470px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.room-category-slider .slick-slide {
    padding: 0 !important;
}

.slick-slide img {
    display: block;
    width: 100%;
}

/*=================== category section end here ===================*/
/*================== room details css start here ==================*/
.room-details {
    padding: 20px 0;
}

.room-details__top {
    margin-bottom: 24px;
}

.room-details__top .menu-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.room-details__top .menu-link-list__item:not(:last-child)::after {
    content: "/";
    margin-left: 8px;
    color: hsl(var(--border-color));
}

.room-details__top .menu-link-list__link {
    color: hsl(var(--text-color));
    font-size: 14px;
}

.room-details__title {
    font-weight: 400;
    margin-bottom: 12px;
}

/*================== room details css end here ==================*/
.room-compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.room-compare__thumb {
    width: 60px;
    height: 56px;
    border: 2px dashed hsl(var(--base));
    color: hsl(var(--base));
    font-size: 20px;
    font-weight: 700;
    background-color: hsl(var(--white));
    position: relative;
}

.compare-remove-btn {
    all: unset;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: hsl(var(--danger));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -5px;
    right: -5px;
    font-size: 12px;
    color: #fff !important;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 1;
}

.compare-remove-btn.btn-lg {
    width: 28px;
    height: 28px;
    font-size: 16px;
}

.compare-remove-btn:hover {
    background-color: color-mix(in oklab, hsl(var(--danger)) 90%, #000 10%);
    color: #fff !important;
    box-shadow: unset !important;
    border: unset !important;
}

.room-compare__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.room-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* ==================offer section css start here ==================*/
.offer-card {
    height: 100%;
    position: relative;
    -webkit-box-shadow: 4px 4px 0px 0px #E1D5C7;
    box-shadow: 4px 4px 0px 0px #E1D5C7;
    overflow: hidden;
}

.offer-card__slider-item {
    max-height: 270px;
}

.offer-card__content {
    padding: 24px;
    background: hsl(var(--section-bg));
    margin-top: -10px;
}

.offer-card__content .badge {
    margin-bottom: 15px;
}

.offer-card__title {
    margin-bottom: 15px;
    color: hsl(var(--base));
}

.offer-card__desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ==================offer section css end here ==================*/
/*=================== room details section css start here ===================*/
.room-details__wrapper {
    padding-bottom: 24px;
    position: relative;
    z-index: 1;
}

.room-details__item {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.room-details__item img {
    max-height: 370px;
}

.room-details .slide-slide img {
    display: block;
    width: 100%;
}

.room-details__gallery {
    padding: 0 60px;
}

@media screen and (max-width: 424px) {
    .room-details__gallery {
        padding: 0 35px;
    }
}

.room-details__gallery .slick-arrow {
    width: unset;
    height: unset;
    background-color: transparent;
    color: hsl(var(--base));
    font-size: 40px;
}

@media screen and (max-width: 424px) {
    .room-details__gallery .slick-arrow {
        font-size: 24px;
    }
}

.room-details__gallery .slick-next {
    right: 5px;
}

.room-details__gallery .slick-prev {
    left: 5px;
}

.room-details-body__right {
    position: sticky;
    top: 165px;
}

.room-gallery__item {
    height: 100%;
}

.room-gallery__item img {
    height: 100%;
    max-height: 120px;
}



.booking-card {
    border: 1px solid hsl(var(--border-color));
    border-radius: 12px;
}

.booking-card__top {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    border-radius: 12px 12px 0 0;
    background-color: hsl(var(--section-bg));
    border-bottom: 1px solid hsl(var(--border-color));
}

.booking-card__title {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
}

.booking-card__price {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--heading-font);
    color: hsl(var(--base));
}

.booking-card .filter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.booking-card .check-in-out {
    gap: 10px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.booking-card__bottom {
    text-align: center;
    margin-top: 24px;
    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;
    gap: 4px;
}

.booking-card__bottom .icon {
    color: hsl(var(--base));
}

.booking-card__bottom .text {
    font-size: 12px;
    font-weight: 700;
    color: hsl(var(--base));
}

.booking-card__body {
    padding: 16px;
}

.booking-card .filter-form__item .btn {
    border-radius: 12px;
    height: 56px;
}

.booking-card .filter-form__item-text {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
    color: hsl(var(--base));
    text-decoration: underline;
}

.room-details-content {
    margin-top: 35px;
}

.room-details-content .content-item {
    margin-bottom: 40px;
}

.room-details-content .content-item:last-child {
    margin-bottom: 0;
}

.room-details-content .content-item__top {
    padding: 12px;
    border-radius: 8px;
    background-color: hsl(var(--section-bg));
    border-bottom: 1px solid hsl(var(--border-color));
    overflow: hidden;
    margin-bottom: 24px;
}

.room-details-content .content-item__top .text {
    margin-top: 5px;
}

.room-details-content .content-item__title {
    font-weight: 400;
    margin-bottom: 0;
}

.room-details-content .info-list {
    margin-top: 24px;
}

.room-details-content .info-list__item {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

.room-details-content .info-list__item:last-child {
    margin-bottom: 0;
}

.room-details-content .info-list__title {
    width: 20%;
    font-weight: 700;
}

.room-details-content .info-list__text {
    width: 80%;
}

.room-details-content .info-list__text .form--control {
    border: none !important;
    padding: 0 20px !important;
    width: unset !important;
    color: hsl(var(--text-color));
    margin-left: -20px;
}

.room-details-content .info-list__text a {
    color: hsl(var(--text-color));
}

.room-details-content .info-list__text a:hover {
    color: hsl(var(--base));
}

.rooms-service-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px 40px;
}

.rooms-service-wrapper .rooms-service__title {
    font-weight: 700;
    margin-bottom: 12px;
}

.rooms-service-wrapper .service-list__item {
    margin-bottom: 16px;
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: center;
}

.rooms-service-wrapper .service-list__item .image {
    width: 24px;
}

.rooms-service-wrapper .service-list__item:last-child {
    margin-bottom: 0;
}


.offer-section .section-top {
    border-top: 1px solid hsl(var(--border-color));
    padding-top: 40px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 40px;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.offer-section .section-top .section-heading {
    margin-bottom: 0;
}

.offer-section .section-top .btn--base {
    -webkit-box-shadow: 0px 2px 0px 0px #4B3113CC;
    box-shadow: 0px 2px 0px 0px #4B3113CC;
}

.offer-section .section-top .btn--base:hover {
    -webkit-box-shadow: 0px 2px 0px 0px #4B3113CC !important;
    box-shadow: 0px 2px 0px 0px #4B3113CC !important;
}

.room-category-section .section-heading__desc {
    letter-spacing: 2px;
}

/*=================== room details section css end here ===================*/
/*============ addon section css start here ============*/
.addon-section {
    padding: 30px 0;
}

.header--addon {
    position: relative;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
}

@media screen and (max-width: 991px) {
    .header--addon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background-image: none !important;
        background-color: hsl(var(--white)) !important;
        border-bottom: 1px solid hsl(var(--border-color));
    }

    .header--addon.bg-overlay::before {
        display: none;
    }
}

.header--addon.active,
.header--addon.fixed-header {
    background-color: hsl(var(--white)) !important;
    background-image: none !important;
}

.header--addon.active.bg-overlay::before,
.header--addon.fixed-header.bg-overlay::before {
    opacity: 0;
}

.header--addon.active.bg-overlay .header--addon-img,
.header--addon.fixed-header.bg-overlay .header--addon-img {
    opacity: 0;
}

.bg-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(75, 49, 19, 0.00) 0%, #180E01 100%);
    background-blend-mode: multiply, normal;
    z-index: -3;
    transition: all 0.3s linear;
}

.header--addon-img {
    position: absolute;
    inset: 0;
    z-index: -4;
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: all 0.3s linear;
}

.addon-wrapper__title {
    font-weight: 400;
    margin-bottom: 16px;
}

.addon-wrapper__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    padding-top: 32px;
    margin-top: 16px;
    border-top: 1px solid hsl(var(--border-color));
}

.addon-wrapper__text {
    margin-bottom: 10px;
    font-weight: 700;
}

.addon-wrapper__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: hsl(var(--base));
}

.addon-wrapper__sort .form--control {
    width: unset;
    padding: 0 5px;
    padding-right: 30px;
    margin-left: -5px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    color: hsl(var(--base));
}

.addon-wrapper__select {
    position: relative;
}

.addon-wrapper__select::after {
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: hsl(var(--base));
}

.addon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 24px;
    border-radius: 12px;
    background-color: hsl(var(--section-bg));
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

@media screen and (max-width: 767px) {
    .addon-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 16px;
    }
}

.addon-item:hover .addon-item__thumb .image1 {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.addon-item:hover .addon-item__thumb .image2 {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.addon-item__thumb {
    max-width: 400px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .addon-item__thumb {
        max-width: 300px;
    }
}

@media screen and (max-width: 767px) {
    .addon-item__thumb {
        width: 100%;
        max-width: 100%;
    }
}

.addon-item__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.addon-item__thumb .image1 {
    -webkit-transform: translatex(50%) scalex(1);
    transform: translatex(50%) scalex(1);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.addon-item__thumb .image2 {
    -webkit-transform: translatex(0%) scalex(1);
    transform: translatex(0%) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.addon-item__title {
    margin-bottom: 12px;
    font-weight: 400;
}

.addon-item__price {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid hsl(var(--border-color));
    font-size: 20px;
    font-family: var(--font-heading);
    width: 100%;
    color: hsl(var(--base));
}

.addon-item__content {
    width: calc(100% - 400px);
}

@media screen and (max-width: 1199px) {
    .addon-item__content {
        width: calc(100% - 300px);
    }
}

@media screen and (max-width: 767px) {
    .addon-item__content {
        width: 100%;
    }
}

.addon-item .addition-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px;
}

@media screen and (max-width: 1199px) {
    .addon-item .addition-person {
        margin-top: 16px;
    }
}

.addon-item .addition-person .form--control {
    width: 85px;
    padding: 11px 10px;
    margin: 0;
    border: 1px solid hsl(var(--border-color)/0.9);
    border-radius: 10px;
}

.addon-item__btn {
    margin-top: 30px;
    border-radius: 12px;
    padding: 11px 20px;
    background-color: hsl(var(--white));
    color: hsl(var(--text-color)) !important;
    font-weight: 700 !important;
    border: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 1199px) {
    .addon-item__btn {
        margin-top: 16px;
    }
}

.addon-item__btn:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
}

.addon-sidebar {
    background-color: hsl(var(--section-bg));
    padding: 16px;
    border-radius: 12px;
    position: sticky;
    top: 160px;
}

.addon-sidebar__top {
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.addon-sidebar__top .title {
    font-weight: 400;
    margin-bottom: 6px;
}

.addon-sidebar__top .text {
    color: hsl(var(--text-color));
    margin-bottom: 0;
    font-weight: 400;
}

.addon-sidebar__bottom {
    margin-top: 16px;
}

.addon-sidebar__title {
    font-size: 18px;
    font-weight: 400;
    color: hsl(var(--heading-color));
}

.addon-sidebar__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.addon-sidebar__total-amount {
    font-size: 20px;
    color: hsl(var(--heading-color));
    font-weight: 700;
}

.addon-sidebar__amount {
    font-size: 20px;
    color: hsl(var(--heading-color));
    font-weight: 700;
}

.addon-sidebar .sidebar-item {
    border: 1px solid hsl(var(--border-color));
    padding: 16px;
    margin-top: 16px;
}

.addon-sidebar .sidebar-item .amount-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
}

.addon-sidebar .sidebar-item .amount-list .form--control.form-select {
    color: hsl(var(--base)) !important;
}

.addon-sidebar .sidebar-item .amount-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.addon-sidebar .sidebar-item .amount-list__item.btn-wrapper {
    align-items: center;
}

.addon-sidebar .sidebar-item .amount-list__title {
    font-weight: 700;
    color: hsl(var(--heading-color));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.addon-sidebar .sidebar-item .amount-list__title .icon {
    font-size: 20px;
}

.addon-sidebar .sidebar-item .amount-list__title.text--base {
    text-decoration: underline;
}

.addon-sidebar .sidebar-item .amount-list__number {
    color: hsl(var(--heading-color));
    margin-top: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.addon-sidebar .sidebar-item .amount-list__number .time:not(:last-child) {
    position: relative;
}

.addon-sidebar .sidebar-item .amount-list__number .time:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: hsl(var(--border-color));
}

.addon-sidebar .sidebar-item .amount-list__number.text--base {
    text-decoration: underline;
}

.addon-sidebar .sidebar-item .amount-list__text {
    font-weight: 700;
    color: hsl(var(--heading-color));
}

.addon-sidebar .sidebar-item .amount-list__icon {
    font-weight: 700;
    color: hsl(var(--heading-color));
    font-size: 24px;
}

.addon-sidebar .sidebar-item .amount-list__price {
    color: hsl(var(--heading-color));
}

.addon-sidebar .sidebar-item .amount-list__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.addon-sidebar .sidebar-item .amount-list__btn .btn {
    padding: 10px 15px;
    border-radius: 0;
    line-height: 1;
    position: relative;
}


.addon-sidebar__btn {
    margin-top: 16px;
}

.addon-sidebar__btn .icon {
    font-size: 18px;
}

.addon-sidebar__btn .btn {
    max-width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 25px;
    line-height: 1;
}

.custom--select {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 25px;
    margin-left: -5px;
}

.custom--select::after {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: hsl(var(--base));
}

.custom--select .form--control {
    margin-top: 3px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    color: hsl(var(--base));
    padding: 0 5px;
}

/*============ addon section css end here ============*/
/*============== checkout section css start here ==============*/
.checkout-section {
    padding-top: 30px;
}

.checkout-wrapper__title {
    margin-bottom: 30px;
    font-weight: 400;
}

.checkout-wrapper__body {
    margin-top: 32px;
}

.checkout-wrapper .information-form__top {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px;
}

.checkout-wrapper .information-form__title {
    margin-bottom: 0;
    font-weight: 400;
}

.checkout-wrapper .information-form__text {
    margin-bottom: 0;
    font-weight: 400;
}

.checkout-wrapper__bottom {
    margin-top: 32px;
}

.checkout-wrapper__bottom .title {
    margin-bottom: 16px;
    font-weight: 400;
}

.main-form {
    margin-bottom: 16px;
}

.policy-item {
    border-top: 1px solid hsl(var(--border-color));
    padding-top: 32px;
    margin-top: 32px;
}

.policy-item__title {
    font-weight: 400;
    margin-bottom: 16px;
}

.policy-item__content {
    padding: 24px 12px;
    border-radius: 12px;
}

.policy-item__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
}

.policy-item__time .text {
    color: hsl(var(--heading-color));
    font-weight: 700;
}

.policy-item__time .time {
    font-size: 16px;
    font-weight: 400;
}

.policy-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 45px;
}

.policy-item__text {
    color: hsl(var(--heading-color));
    font-weight: 700;
}

.form--check.form-group:last-child {
    margin-bottom: 0;
}

.cancelation-policies:not(last-child) {
    margin-bottom: 10px;
}

.register-form__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.register-form__top {
    margin-bottom: 12px;
}

.register-form__title {
    color: hsl(var(--heading-color));
}

.cancel-btn {
    text-align: right;
    max-width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cancel-btn:hover {
    color: hsl(var(--danger));
}

.cancel-btn__icon {
    font-size: 20px;
}

.booking-information__title {
    font-weight: 400;
    margin-bottom: 16px;
}

.booking-information .custom--accordion {
    padding: 0 !important;
}

.booking-information .custom--accordion .accordion-item {
    border: none !important;
    background-color: transparent !important;
    padding: 16px 12px !important;
    border-bottom: 1px solid hsl(var(--border-color)) !important;
}

.booking-information .custom--accordion .accordion-item:last-child {
    border-bottom: none !important;
}

/* .booking-information .custom--accordion .accordion-item.item-bg {
    background-color: hsl(var(--section-bg)) !important;
} */

.booking-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 424px) {
    .booking-time {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.booking-time__details {
    width: calc(100% - 80px);
}

@media screen and (max-width: 424px) {
    .booking-time__details {
        width: 100%;
    }
}

.booking-time .form--label {
    position: unset !important;
    top: 0;
    left: 0;
    -webkit-transform: unset !important;
    transform: unset !important;
    color: hsl(var(--heading-color));
    padding: 0 !important;
    margin-bottom: 8px;
}

.payment-btn {
    text-align: right;
    margin-top: 32px;
}

/*============== checkout section css end here ================*/
/*====================== dining section start here ======================*/
.dining-section {
    position: relative;
    z-index: 1;
    background-color: hsl(var(--section-bg)/0.6);
    padding: 100px 0;
}

@media screen and (max-width: 767px) {
    .dining-section {
        padding: 60px 0;
    }
}

.dining-section__shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.dining-section__shape img {
    width: 100%;
    height: 100%;
}

.dining-section .dining-thumb {
    width: 100%;
}

.dining-section .dining-thumb img {
    width: 100%;
}

.room-category-content .desc {
    margin-top: 16px;
}

.room-category-content .text {
    font-weight: 700;
    color: hsl(var(--heading-color));
}

.gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    grid-template-rows: 280px;
    grid-auto-flow: dense;
}

@media screen and (max-width: 1199px) {
    .gallery-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-template-rows: 200px;
    }
}

@media screen and (max-width: 991px) {
    .gallery-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        grid-template-rows: 150px;
        gap: 10px;
    }
}

.gallery-item {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

.gallery-item:hover .image1 {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.gallery-item:hover .image2 {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.gallery-item__shape {
    background-color: hsl(var(--base)/0.2);
}

.gallery-item img {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.gallery-item .image1 {
    -webkit-transform: translatex(50%) scalex(1);
    transform: translatex(50%) scalex(1);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.gallery-item .image2 {
    -webkit-transform: translatex(0%) scalex(1);
    transform: translatex(0%) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-item__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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: left;
    padding: 0 110px;
}

@media screen and (max-width: 1399px) {
    .gallery-item__content {
        padding: 0 40px;
    }
}

.gallery-item__title {
    font-weight: 400;
    color: hsl(var(--white));
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1199px) {
    .gallery-item__title {
        font-size: 30px;
    }
}

@media screen and (max-width: 424px) {
    .gallery-item__title {
        margin-bottom: 5px;
        font-size: 18px;
    }
}

.gallery-item__content-box {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 40px;
    top: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .gallery-item__content-box {
        padding: 15px;
    }
}

.gallery-item__content-box::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 72, 6, 0)), color-stop(85.28%, #180E01));
    background: linear-gradient(180deg, rgba(126, 72, 6, 0) 0%, #180E01 85.28%);
    z-index: -1;
}

.gallery-item__content-box .desc {
    color: hsl(var(--white));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 424px) {
    .gallery-item__content-box .desc {
        font-size: 14px;
    }
}

.gallery-item__content-box .btn {
    margin-top: 24px;
}

.gallery-item:nth-child(1) {
    grid-column: span 2;
}

@media screen and (max-width: 767px) {
    .gallery-item:nth-child(1) {
        grid-column: span 2;
        grid-row: span 2;
    }
}

.gallery-item:nth-child(2) {
    grid-row: span 2;
    grid-column: span 2;
}

@media screen and (max-width: 767px) {
    .gallery-item:nth-child(2) {
        grid-column: span 2;
        grid-row: span 2;
    }
}

.gallery-item:nth-child(3) {
    grid-row: span 2;
    grid-column: span 2;
}

@media screen and (max-width: 767px) {
    .gallery-item:nth-child(3) {
        grid-column: span 2;
        grid-row: span 2;
    }
}

.gallery-item:nth-child(4) {
    grid-column: span 2;
}

@media screen and (max-width: 767px) {
    .gallery-item:nth-child(4) {
        grid-column: span 2;
        grid-row: span 2;
    }
}

.gallery-item:nth-child(5) {
    grid-column: span 2;
}

@media screen and (max-width: 767px) {
    .gallery-item:nth-child(5) {
        grid-column: span 2;
        grid-row: span 2;
    }
}

.gallery-item:nth-child(6) {
    grid-column: span 2;
}

@media screen and (max-width: 767px) {
    .gallery-item:nth-child(6) {
        grid-column: span 2;
        grid-row: span 2;
    }
}

/*======================== dining section end here ======================*/
/*================== booking section start here ==================*/
.booking-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    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;
    padding: 30px 0px;
}

@media screen and (max-width: 1599px) {
    .booking-section {
        padding: 30px 0;
    }
}

.booking-section .booking-form-wrapper {
    background-color: hsl(var(--white));
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.booking-section .booking-form-wrapper.reservation-form-wrapper {
    padding: 40px;
}

@media screen and (max-width: 1399px) {
    .booking-section .booking-form-wrapper.reservation-form-wrapper {
        padding: 25px;
    }
}

.booking-section .booking-form-wrapper.reservation-form-wrapper .booking-form-wrapper__top {
    padding: 0;
    margin: 0;
    border-bottom: 0;
}

.booking-section .booking-form-wrapper.reservation-form-wrapper .booking-form-wrapper__content {
    padding: 0;
    margin: 0;
    text-align: center;
}

.booking-section .booking-form-wrapper.reservation-form-wrapper .booking-form-wrapper__content .title {
    margin: 50px 0;
    font-weight: 400;
}

.booking-section .booking-form-wrapper.reservation-form-wrapper .booking-form-wrapper__content .text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.booking-section .booking-form-wrapper.reservation-form-wrapper .booking-form-wrapper__content .text-wrapper .text {
    color: hsl(var(--heading-color));
}

.booking-section .booking-form-wrapper.reservation-form-wrapper .booking-form-wrapper__content .identify {
    color: hsl(var(--heading-color));
    margin-top: 50px;
    font-weight: 700;
}

.booking-section .booking-form-wrapper.reservation-form-wrapper .booking-form-wrapper__content .identify span {
    font-style: 20px;
}

.booking-section .booking-form-wrapper .shape {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.03;
}

.booking-section .booking-form-wrapper .shape img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.booking-section .booking-form-wrapper__top {
    text-align: center;
    margin-bottom: 12px;
    position: relative;
    padding-top: 40px;
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 12px;
}

@media screen and (max-width: 575px) {
    .booking-section .booking-form-wrapper__top {
        padding-top: 20px;
    }
}

.booking-section .booking-form-wrapper__top .title {
    color: hsl(var(--heading-color));
}

.booking-section .booking-form-wrapper__top .logo {
    margin-bottom: 40px;
}

@media screen and (max-width: 575px) {
    .booking-section .booking-form-wrapper__top .logo {
        margin-bottom: 20px;
    }
}

.booking-section .booking-form-wrapper__top .back-btn {
    position: absolute;
    left: 40px;
    bottom: 12px;
    line-height: 1;
    color: hsl(var(--black));
    font-size: 18px;
}

.booking-section .booking-form-wrapper .booking-form {
    max-height: 500px;
    overflow-y: auto;
}

@media screen and (max-width: 1599px) {
    .booking-section .booking-form-wrapper .booking-form {
        max-height: 400px;
    }
}

.booking-section .booking-form-wrapper .booking-form__top {
    padding: 12px 40px;
    border-top: 1px solid hsl(var(--border-color));
    background-color: hsl(var(--section-bg));
}

.booking-section .booking-form-wrapper .booking-form__top .form--control {
    background-color: hsl(var(--white));
}

.booking-section .booking-form-wrapper .booking-form__bottom {
    padding: 12px 40px;
    border-bottom: 1px solid hsl(var(--border-color));
}

.booking-section .booking-form-wrapper .booking-form__bottom .title {
    margin-bottom: 16px;
    color: hsl(var(--heading-color));
    text-align: center;
    font-weight: 700;
}

.booking-section .booking-form-wrapper .booking-form__info {
    padding: 12px 40px;
}

.booking-section .booking-form-wrapper .booking-form__info .title {
    margin-bottom: 12px;
    color: hsl(var(--heading-color));
    font-weight: 700;
}

.booking-section .booking-form-wrapper .booking-form__info .text {
    margin-bottom: 12px;
    color: hsl(var(--heading-color));
}

.booking-section .booking-form-wrapper .booking-form__info .desc {
    margin-bottom: 12px;
}

.booking-section .booking-form-wrapper .booking-form__info .form--text a {
    color: hsl(var(--base));
    text-decoration: underline;
}

.booking-section .booking-form-wrapper__bottom {
    padding: 30px 40px 40px 40px;
}

.booking-section .booking-form-wrapper__bottom .title {
    margin-bottom: 12px;
    color: hsl(var(--heading-color));
    font-weight: 700;
}

.booking-section .booking-form-wrapper__bottom .desc {
    margin-bottom: 24px;
    color: hsl(var(--heading-color));
}

.time-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
    margin-bottom: 60px;
}

.time-wrapper .form--radio .form-check-label {
    border: 1px solid hsl(var(--border-color));
    border-radius: 12px;
    padding: 12px 20px;
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.time-wrapper .form--radio .form-check-label .form-check-input[type=radio] {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--base)/0.2);
    margin-top: 0;
    border-radius: 12px !important;
}

.time-wrapper .form--radio .form-check-label .form-check-input[type=radio]:checked {
    display: block;
}

.time-wrapper .form--radio .form-check-label .form-check-input[type=radio]:checked::before {
    display: none;
    background-image: none !important;
}

.input-inner-select {
    position: relative;
    z-index: 1;
    padding-right: 10px;
}

.input-inner-select::before {
    position: absolute;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 50%;
    right: -4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.input-inner-select select {
    border: 0 !important;
    padding: 0 3px !important;
    background-color: hsl(var(--section-bg)) !important;
    background-image: none !important;
}

/*================== booking section end here ==================*/
/*================== event section css start here ==================*/
.event-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    background-color: hsl(var(--section-bg));
}

.event-item:hover .event-item__thumb-link .image1 {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.event-item:hover .event-item__thumb-link .image2 {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.event-item__thumb {
    max-height: 500px;
    overflow: hidden;
}

.event-item__thumb-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.event-item__thumb-link img {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-size: cover;
    width: 100%;
}

.event-item__thumb-link .image1 {
    -webkit-transform: translatex(50%) scalex(1);
    transform: translatex(50%) scalex(1);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.event-item__thumb-link .image2 {
    -webkit-transform: translatex(0%) scalex(1);
    transform: translatex(0%) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.event-item__content {
    padding: 40px;
    border-radius: 0 0 10px 10px;
}

.event-item__content .more-btn {
    margin-top: 15px;
}

.event-item__title {
    font-weight: 400;
    margin-bottom: 15px;
    color: hsl(var(--heading-color));
}

.event-glance-section {
    overflow: hidden;
}

.event-glance-section .glance-item {
    height: 100%;
}

/*================== event section css end here ==================*/
/*================== event details section start here ==================*/
.event-details-section {
    overflow: hidden;
}

.event-details-section .event-details__thumb {
    width: 100%;
    margin-bottom: 40px;
}

.event-details-section .event-details__thumb img {
    width: 100%;
}

/*================== event details section end here ====================*/
/*================== swiper css start here ==================*/
.swiper {
    overflow: unset;
    overflow-x: clip !important;
    position: relative;
}

.swiper-two {
    position: relative;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    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;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper-button-next {
    position: absolute !important;
    bottom: -20px;
    right: 0;
    top: unset;
    height: 30px;
    width: 30px;
    background-image: none !important;
}

.swiper-button-prev {
    position: absolute !important;
    bottom: -20px;
    top: unset;
    right: 70px !important;
    height: 30px;
    width: 30px;
    left: unset !important;
    line-height: 30;
    color: hsl(var(--black)/0.8);
}

.swiper-button-next::after {
    font-size: 20px;
    line-height: 1;
    font-family: "Line Awesome Free";
    content: "\f061" !important;
    font-weight: 700;
    color: hsl(var(--base));
    margin-left: 10px;
}

@media screen and (max-width: 991px) {
    .swiper-button-prev {
        bottom: -35px;
    }

    .swiper-button-next {
        bottom: -35px;
    }
}

.swiper-button-prev::after {
    font-size: 20px;
    line-height: 1;
    font-family: "Line Awesome Free";
    content: "\f060" !important;
    font-weight: 700;
    color: hsl(var(--base));
    margin-right: 10px;
}

.swiper-pagination-fraction {
    left: unset;
    width: none;
    width: unset;
    position: absolute;
    right: 30px !important;
    bottom: -20px !important;
    font-size: 20px;
    color: hsl(var(--black));
}

@media screen and (max-width: 991px) {
    .swiper-pagination-fraction {
        bottom: -35px !important;
    }
}

.swiper-pagination-current {
    color: hsl(var(--black));
}

.swiper-wrapper {
    -ms-flex-wrap: unset;
    flex-wrap: unset;
}

/*=============== wedding section start here ===============*/
.wedding-wrapper__top {
    margin-bottom: 30px;
}

.wedding-wrapper__top .text {
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.wedding-wrapper__top .title {
    font-weight: 400;
    color: hsl(var(--base));
    margin-bottom: 0;
}

.wedding-wrapper__top .title .title-highlight {
    font-style: italic;
}

.wedding-wrapper__item {
    margin-bottom: 30px;
}

.wedding-wrapper__item:last-child {
    margin-bottom: 0;
}

.wedding-wrapper__item .title {
    font-weight: 700;
    color: hsl(var(--heading-color));
    margin-bottom: 15px;
}

.wedding-wrapper__item .wedding-service__item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.wedding-wrapper__item .wedding-service__item::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 10px;
    left: 0;
    background-color: hsl(var(--text-color));
    border-radius: 50%;
}

.wedding-wrapper__bottom .desc {
    font-size: 1rem;
}

.wedding-wrapper__bottom {
    margin-top: 30px;
}

.wedding-wrapper__bottom .desc {
    color: hsl(var(--heading-color));
}

.wedding-wrapper__bottom .desc a {
    text-decoration: underline;
    color: hsl(var(--base));
}

.wedding-thumb {
    height: 100%;
    width: 100%;
    -webkit-box-shadow: var(--box-shadow-three);
    box-shadow: var(--box-shadow-three);
}

.wedding-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*=============== wedding section end here ===============*/
/*======================= event contact form css start here =======================*/
.contact-form__text {
    font-style: italic;
    margin-bottom: 30px;
}

.contact-form__top>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 24px;
}

.contact-form__top>div .form-group {
    margin-bottom: 0;
}

.contact-form__details {
    border-top: 1px solid hsl(var(--border-color));
    padding-top: 32px;
    margin-top: 16px;
}

.contact-form__details .title {
    font-weight: 400;
    margin-bottom: 30px;
}

.contact-form__bottom {
    border-top: 1px solid hsl(var(--border-color));
    padding-top: 32px;
    margin-top: 16px;
}

.contact-form__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-top: 32px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-form .action-btn-two {
    color: hsl(var(--text-color));
}

.contact-form .contact-form-item__title {
    font-weight: 400;
    margin-bottom: 30px;
}

/*========================= event contact form css end here =======================*/
/* =========================================== Blog Details Css Start ==============================*/
.blog-details {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    -webkit-box-shadow: 0px 2px 15px hsl(var(--white)/0.25);
    box-shadow: 0px 2px 15px hsl(var(--white)/0.25);
}

.blog-details__thumb {
    height: 600px;
    max-height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .blog-details__thumb {
        height: 450px;
    }
}

@media screen and (max-width: 767px) {
    .blog-details__thumb {
        height: 300px;
    }
}

.blog-details__content {
    padding-top: 24px;
}

.blog-details__title {
    margin-top: 30px;
    margin-bottom: 15px;
}

.blog-details__desc {
    margin-bottom: 24px;
}

.blog-details .blog-item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-size: 18px;
}

@media screen and (max-width: 424px) {
    .blog-details .blog-item__text {
        font-size: 15px;
    }
}

.blog-details .blog-item__text-icon {
    color: hsl(var(--base));
}

.blog-details__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px;
}

.blog-details__share-title {
    color: hsl(var(--base));
    font-weight: 500;
}

.quote-text {
    padding-left: 20px;
    border-left: 3px solid hsl(var(--base));
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .quote-text {
        padding: 15px;
    }
}

@media screen and (max-width: 575px) {
    .quote-text {
        padding: 5px 15px;
    }
}

.quote-text__desc {
    color: hsl(var(--text-color-two));
    font-style: italic;
}

/* ========================================== Blog Details Css End ======================================*/
/* ===============================.treatment-section css start here =============================== */
.treatment-item {
    background-color: hsl(var(--section-bg));
    padding: 20px 24px;
    border-radius: 12px;
    margin-bottom: 24px;
}

.treatment-item:last-child {
    margin-bottom: 0;
}

.treatment-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 16px;
    margin-bottom: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.treatment-item__btn {
    margin-top: 24px;
}

.treatment-item__title {
    margin-bottom: 0;
    font-family: var(--body-font);
}

.treatment-item .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.treatment-item__time {
    font-size: 20px;
    color: hsl(var(--heading-color));
    font-weight: 700;
}

.treatment-item__content .price {
    color: hsl(var(--base));
    font-weight: 700;
    font-size: 20px;
}

/* ===============================.treatment-section css end here =============================== */
/* appointment css start here  */
.appointment-bottom {
    padding: 30px 40px;
    background: hsl(var(--section-bg));
}

@media (max-width: 575px) {
    .booking-section .booking-form-wrapper .booking-form__top {
        padding: 20px;
    }

    .booking-section .booking-form-wrapper .booking-form__bottom {
        padding: 12px 20px;
    }

    .appointment-bottom {
        padding: 20px;
    }

    .booking-section .booking-form-wrapper__bottom {
        padding: 20px;
    }

    .booking-section .booking-form-wrapper .booking-form__info {
        padding: 12px 20px;
    }
}

.treat-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.treat-item:last-child {
    margin-bottom: 0;
}

.treat-item__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .treat-item__right {
        gap: 10px 15px;
    }

    .booking-section .booking-form-wrapper__top .back-btn {
        left: 20px;
    }
}

@media (max-width: 434px) {
    .treat-item__right {
        gap: 10px;
    }
}

.treat-item__text {
    color: hsl(var(--heading-color));
}

.treat-item__icon {
    color: hsl(var(--base));
    font-weight: 700;
}

.treat-item__title {
    color: hsl(var(--heading-color));
}

.appointment-bottom__btn {
    margin-top: 32px;
}

.treat-item-wrapper {
    background: hsl(var(--section-bg));
    padding: 0 10px;
    margin: 24px 0;
    border-radius: 8px;
}

.treat-item-wrapper .treat-item {
    margin-bottom: 0;
    padding: 12px 0;
    border-bottom: 1px solid hsl(var(--white));
}

.treat-item-wrapper .treat-item:last-child {
    border-bottom: 0;
}

.condition__title {
    margin-bottom: 24px;
    color: hsl(var(--heading-color));
    font-weight: 700;
}

/* appointment css end here  */
/*=============== profile setting section css start here =============== */
.profile-setting-section {
    position: relative;
    z-index: 1;
    background-color: hsl(var(--section-bg));
    padding: 40px 0;
    overflow: hidden;
}

.profile-setting-section__shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.profile-setting-section__shape img {
    width: 100%;
}

.profile-setting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

.profile-setting__name {
    margin-bottom: 5px;
}

.profile-setting__thumb {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.profile-setting__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.profile-setting__content {
    width: calc(100% - 48px);
}

.profile-setting__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 575px) {
    .profile-setting__tab {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.profile-setting__text .link {
    white-space: nowrap;
    color: hsl(var(--text-color));
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.profile-setting__text .link:hover {
    color: hsl(var(--base));
}

.profile-user-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

@media screen and (max-width: 991px) {
    .profile-user-menu {
        justify-content: flex-start;
    }
}

.profile-user-menu__link {
    color: hsl(var(--text-color));
    font-style: italic;
    padding: 0 10px;
    background-color: transparent !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 0 !important;
    position: relative;
}

.profile-user-menu__link::after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background-color: hsl(var(--base));
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.profile-user-menu__link.active {
    color: hsl(var(--base));
    background-color: transparent !important;
    border: 0 !important;
}

.profile-user-menu__link.active::after {
    width: 100%;
}

.profile-user-menu__link.active:hover {
    color: hsl(var(--base));
}

.profile-user-menu__link:hover {
    color: hsl(var(--base));
}

.profile-user-menu__link:hover::after {
    width: 100%;
}

.booking-section .booking-form-wrapper.reservation-form-wrapper .booking-form-wrapper__top .logo {
    margin-bottom: 55px;
}

@media screen and (max-width: 1399px) {
    .booking-section .booking-form-wrapper.reservation-form-wrapper .booking-form-wrapper__top .logo {
        margin-bottom: 30px;
    }
}

.booking-form-wrapper__content .inner-content {
    max-width: 450px;
    margin: 0 auto;
    margin-top: 20px;
}

.booking-form-wrapper__desc:not(:last-child) {
    margin-bottom: 20px;
}

.booking-form-wrapper__desc {
    font-size: 14px;
}

.booking-section .booking-form-wrapper.reservation-form-wrapper .booking-form-wrapper__content .title {
    max-width: 350px;
    margin: 0 auto;
    font-weight: 400;
    margin-bottom: 20px;
}

.close-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 22px;
    right: 22px;
    background: hsl(var(--border-color));
    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;
    border-radius: 50%;
    color: hsl(var(--white));
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.close-icon:hover {
    background-color: hsl(var(--danger));
}

/*=============== profile setting section css end here ================= */
/*============ reservation section css start here ============*/
.reservation-item {
    height: 100%;
    overflow: hidden;
    background: hsl(var(--section-bg));
    border-radius: 8px;
}

.reservation-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.reservation-item__top__date {
    font-size: 0.875rem;
    color: hsl(var(--text-color));
}

.reservation-item:hover .reservation-item__thumb-link .image1 {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.reservation-item:hover .reservation-item__thumb-link .image2 {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.reservation-item__thumb {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.reservation-item__thumb-link {
    width: 100%;
    height: 100%;
}

.reservation-item__thumb-link img {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-size: cover;
    width: 100%;
}

.reservation-item__thumb-link .image1 {
    -webkit-transform: translatex(50%) scalex(1);
    transform: translatex(50%) scalex(1);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.reservation-item__thumb-link .image2 {
    -webkit-transform: translatex(0%) scalex(1);
    transform: translatex(0%) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.reservation-item__content {
    padding: 20px 16px;
}

.reservation-item__desc {
    margin-bottom: 7px;
    font-size: 14px;
}

.reservation-item__desc:last-child {
    margin-bottom: 0;
}

.reservation-item__desc a {
    color: hsl(var(--text-color));
}

.reservation-item__desc a:hover {
    color: hsl(var(--base));
    text-decoration: underline;
}

.reservation-item__title {
    margin-bottom: 0px;
    font-weight: 400;
}

.reservation-item__title-link {
    color: hsl(var(--base));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.reservation-item__title-link:hover {
    text-decoration: underline;
}

.reservation-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border: 1px solid hsl(var(--base));
    border-radius: 50%;
    color: hsl(var(--base));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.reservation-item__icon:hover {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/*============ reservation section end here ============*/
/*======= profile setting wrapper css start here =======*/
.setting-wrapper__title {
    color: hsl(var(--base));
    font-weight: 400;
    margin-bottom: 24px;
}

.password-box {
    background: hsl(var(--section-bg));
    padding: 24px 16px;
    border-radius: 8px;
}

.password-box__title {
    font-weight: 400;
    color: hsl(var(--base));
    margin-bottom: 16px;
}

.password-box__text {
    font-size: 14px;
    margin-top: 8px;
    color: hsl(var(--heading-color));
}

/*========= profile setting wrapper css end here =======*/
.pictures__item {
    display: block;
    width: 100%;
}

.pictures__item:hover .tjGalleryItem::before,
.pictures__item:hover .tjGalleryItem::after {
    visibility: visible;
    opacity: 1;
}

.pictures__item .tjGalleryItem {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.pictures__item .tjGalleryItem::after {
    position: absolute;
    content: "\f055";
    line-height: 1;
    color: hsl(var(--white));
    font-weight: 900;
    font-family: "Line Awesome Free";
    font-size: 36px;
    visibility: hidden;
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
    -moz-transition: all ease 350ms;
}

.pictures__item .tjGalleryItem::before {
    position: absolute;
    content: "";
    background: hsl(var(--black)/0.7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all ease 350ms;
    -webkit-transition: all ease 350ms;
    -moz-transition: all ease 350ms;
}

.popup-img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 4px;
}

.popup-img:hover::before {
    background-color: hsl(var(--black)/0.7);
}

.popup-img:hover::after {
    visibility: visible;
    opacity: 1;
}

.popup-img::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.1);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.popup-img::after {
    content: "\f055";
    line-height: 1;
    color: hsl(var(--white));
    font-weight: 900;
    font-family: "Line Awesome Free";
    font-size: 1.8rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.popup-video {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.popup-video:hover::before {
    background-color: hsl(var(--black)/0.7);
}

.popup-video:hover::after {
    visibility: visible;
    opacity: 1;
}

.popup-video::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.1);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.popup-video::after {
    content: "\f144";
    line-height: 1;
    color: hsl(var(--white));
    font-weight: 900;
    font-family: "Line Awesome Free";
    font-size: 36px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.play-icon {
    color: hsl(var(--white));
    font-size: 30px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    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;
    background-color: hsl(var(--black)/0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .play-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

.video-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-item__thumb {
    width: 100%;
    height: 100%;
}

.video-item__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.2);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

/*================== contact section css start here ==================*/
.contact-form-wrapper__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 30px;
    margin-bottom: 48px;
}

.contact-wrapper__title {
    font-weight: 400;
    margin-bottom: 24px;
}

.contact-main-wrapper {
    background-color: hsl(var(--section-bg));
    padding: 48px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.contact-main-wrapper .shape {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contact-thumb {
    text-align: right;
}

@media screen and (max-width: 991px) {
    .contact-thumb {
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .contact-thumb {
        display: none;
    }
}

.contact-location {
    background-color: hsl(var(--section-bg));
    padding: 48px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 45px;
}

.contact-location .shape {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.map iframe {
    max-height: 400px;
    width: 100%;
}

.contact-item-wrapper {
    margin-top: 40px;
}

.contact-item-wrapper .contact-item__title {
    margin-bottom: 5px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .contact-item-wrapper .contact-item__title {
        margin-bottom: 0px;
    }

    .contact-location {
        padding: 32px;
    }
}


.contact-item-wrapper .contact-item__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.contact-item-wrapper .contact-item__desc a {
    color: hsl(var(--text-color));
}

.contact-item-wrapper .contact-item__desc a:hover {
    text-decoration: underline;
    color: hsl(var(--base));
}

.contact-item-wrapper .contact-item__icon {
    font-size: 18px;
}

/*==================== contact section css end here ==================*/

/*=================== confirmation section start here ===================*/
.confirmation-section {
    padding-top: 30px;
}

.confirmation-container {
    overflow: hidden;
    position: relative;
    background-color: hsl(var(--section-bg));
    border-radius: 12px;
    z-index: 1;
}

.confirmation-container__wrapper {
    padding: 32px;
}

@media screen and (max-width: 575px) {
    .confirmation-container__wrapper {
        padding: 20px;
    }
}

.confirmation-container__bottom {
    padding: 16px 32px;
    background: hsl(var(--base)/0.1);
}

@media screen and (max-width: 575px) {
    .confirmation-container__bottom {
        padding: 16px 20px;
    }
}

.confirmation-container__bottom .print-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.confirmation-container__bottom .print-btn__icon {
    font-size: 20px;
}

.confirmation-container__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 30px;
}

@media screen and (max-width: 767px) {
    .confirmation-container__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.confirmation-container__shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.confirmation-container__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 32px;
}

.confirmation-container__top-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: hsl(var(--success));
    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;
    color: hsl(var(--white));
    margin-top: 6px;
}

.confirmation-container__top-title {
    font-style: italic;
    color: hsl(var(--success));
    font-weight: 400;
    margin-bottom: 5px;
}

.confirmation-container__top-text {
    font-weight: 400;
    margin-bottom: 0;
    color: hsl(var(--text-color));
}

.confirmation-container__content {
    margin-top: 32px;
    width: calc(100% - 350px);
}

@media screen and (max-width: 1399px) {
    .confirmation-container__content {
        width: calc(100% - 280px);
    }
}

@media screen and (max-width: 767px) {
    .confirmation-container__content {
        width: 100%;
    }
}

.confirmation-container__thumb {
    width: 350px;
    text-align: center;
}

@media screen and (max-width: 1399px) {
    .confirmation-container__thumb {
        width: 280px;
    }
}

@media screen and (max-width: 767px) {
    .confirmation-container__thumb {
        width: 100%;
    }
}

.confirmation-container__thumb .thumb-title {
    margin-bottom: 0;
    margin-top: 24px;
    font-weight: 400;
}

.contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 30px;
    border-bottom: 1px solid hsl(var(--border-color));
    padding-bottom: 16px;
}

.contact-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.contact-info__item .link {
    color: hsl(var(--text-color));
}

.contact-info__icon {
    font-size: 20px;
}

.confirmation-details {
    margin-top: 32px;
}

.confirmation-details__title {
    margin-bottom: 16px;
    font-weight: 400;
}

.confirmation-details .info-list__item {
    gap: 5px;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.confirmation-details .info-list__text {
    width: 50%;
}

/*=================== confirmation section end here =====================*/
/*=============== dining details section start here=============== */
.dining-details-section {
    overflow: hidden;
}

.dining-details-section .glance-item {
    height: 100%;
}

.explore-section {
    padding: 40px 0;
}

.explore-content__title {
    font-weight: 400;
    margin-bottom: 24px;
    color: hsl(var(--base));
}

.explore-content__desc {
    color: hsl(var(--heading-color));
    margin-bottom: 16px;
    max-width: 770px;
}

.explore-content__desc:last-child {
    margin-bottom: 0;
}

.more-btn {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: hsl(var(--text-color));
}

.more-btn .icon {
    font-size: 20px;
}

.explore-sidebar {
    background-color: hsl(var(--section-bg));
    border-radius: 12px;
    padding: 16px;
}

.explore-sidebar__item {
    margin-bottom: 16px;
}

.explore-sidebar__item .title {
    font-family: var(--body-font);
    margin-bottom: 8px;
}

.explore-sidebar__item .text {
    margin-bottom: 8px;
}

.explore-sidebar__item .text:last-child {
    margin-bottom: 0;
}

.explore-sidebar .booking-system {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    border: 1px solid hsl(var(--border-color));
    padding: 15px;
    margin-bottom: 16px;
}

.explore-sidebar .booking-system__title {
    margin-bottom: 8px;
    color: hsl(var(--heading-color));
    font-weight: 700;
}

.explore-sidebar .booking-system__text {
    margin-bottom: 8px;
}

.explore-sidebar .booking-system__text:last-child {
    margin-bottom: 0;
}

.explore-sidebar .booking-system__link {
    text-decoration: underline;
    color: hsl(var(--text-color));
}

.booking-slider {
    position: relative;
    z-index: 1;
}

.booking-slider .booking-thumb {
    position: relative;
    z-index: 2;
}

.booking-slider .booking-thumb::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44.32%, rgba(126, 72, 6, 0)), to(#180E01));
    background: linear-gradient(180deg, rgba(126, 72, 6, 0) 44.32%, #180E01 100%);
    z-index: 1;
}

.booking-slider .booking-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 200px;
}

.booking-slider .slick-prev,
.booking-slider .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.booking-slider .slick-prev {
    left: 40px;
}

.booking-slider .slick-next {
    right: 40px;
}

.booking-container {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.booking-container__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 15px;
    padding: 0 110px;
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 100%;
    left: 0;
}

@media screen and (max-width: 991px) {
    .booking-container__content {
        padding: 0 40px;
        bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .booking-container__content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.booking-container__content .title {
    color: hsl(var(--white));
    font-weight: 400;
    margin-bottom: 16px;
    z-index: 99;
    position: relative;
}

@media screen and (max-width: 991px) {
    .booking-container__content .title {
        font-size: 24px;
        margin-bottom: 6px;
    }
}

.booking-container__content .more-btn {
    position: relative;
    z-index: 99;
}

/*================= dining details section end here ===============*/
/* =========================================== Account Css Start =========================*/
.account__title {
    margin-bottom: 40px;
    font-weight: 400;
}

.account-wrapper__top {
    margin-bottom: 24px;
}

.account-wrapper__top .title {
    font-weight: 400;
    margin-bottom: 0;
}

.account-wrapper .account-form__item {
    margin-top: 24px;
    background-color: hsl(var(--section-bg));
    padding: 24px 12px;
    border-radius: 12px;
}

.account-wrapper .account-form__item .title {
    font-weight: 400;
    margin-bottom: 16px;
}

.account-wrapper .account-form__text {
    margin-top: 8px;
}

.account-wrapper .account-form__text a {
    text-decoration: underline;
}

.account-wrapper .account-form__btn {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.remove-btn {
    background-color: hsl(var(--white));
    color: hsl(var(--text-color)) !important;
    -webkit-box-shadow: 0px 2px 0px 0px #E3E6E8;
    box-shadow: 0px 2px 0px 0px #E3E6E8;
    border: 1px solid hsl(var(--border-color));
}

.remove-btn:hover,
.remove-btn:focus,
.remove-btn:active {
    background-color: hsl(var(--white));
    color: hsl(var(--text-color)) !important;
    -webkit-box-shadow: 0px 4px 0px 0px #E3E6E8 !important;
    box-shadow: 0px 4px 0px 0px #E3E6E8 !important;
    border: 1px solid hsl(var(--border-color)) !important;
}

.account-thumb {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .account-thumb {
        display: none;
    }
}

.account-thumb img {
    width: 100%;
}

.social-login-wrapper {
    margin-top: 15px;
}

.social-login-wrapper__text {
    text-align: center;
    margin-bottom: 24px;
    color: hsl(var(--text-color));
}

.social-login-wrapper .social-login-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-login-wrapper .social-login-list__link {
    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;
    gap: 12px;
    height: 56px;
    font-weight: 700;
}

.social-login-wrapper .social-login-list__link.outline-btn {
    border: 1px solid hsl(var(--border-color)) !important;
    color: hsl(var(--heading-color)) !important;
}

.social-login-wrapper .social-login-list__link.outline-btn:hover,
.social-login-wrapper .social-login-list__link.outline-btn:focus {
    background-color: hsl(var(--black) / 0.025);
    border-color: hsl(var(--black)/0.05) !important;
}

/* ============================================ Account Css End ====================================*/

/* cart page */
.del-amount {
    font-size: 14px;
}

.addon-wrapper__body .room-info .item:not(last-child) {
    margin-bottom: 10px;
}

.addon-wrapper__body .room-info .title {
    font-size: 20px;
    color: hsl(var(--heading-color));
}

.cursor-pointer {
    cursor: pointer !important;
}

.search-form .form--control {
    padding: 10px 21px;
}

.search-form .btn--base {
    padding: 12px 15px;
}

.absolute-fill {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.selection-widget.widget-hide {
    transform: scale(.3);
    opacity: 0;
    visibility: hidden;

}

.selection-widget {
    position: fixed;
    right: 30px;
    bottom: 150px;
    background: white;
    border-radius: 8px;
    box-shadow: 1px 1px 1px 1px hsl(var(--base));
    z-index: 5;
    transform: scale(1);
    transition: .2s linear;
    visibility: visible;
    opacity: 1;
}

.selection-widget .link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.selection-widget .link small,
.selection-widget .link .amount {
    color: hsl(var(--black));
}

.selection-widget .link small {
    line-height: 1;
}

.compare-checkbox {
    width: 16px !important;
    height: 16px !important;
    border-radius: 3px !important;
}

/*==============qty cart css start ==========*/
.qty-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qty-wrapper .input-qty {
    text-align: center;
    max-width: 80px;
    width: 70px;
    height: 45px;
    border-radius: 8px;
    border: 1px solid hsl(var(--black)/.1);
    background-color: transparent;
}

.qty-wrapper .input-qty:focus-visible {
    outline: none;
}

.qty-wrapper .decrement-btn,
.qty-wrapper .increment-btn {
    font-size: 10px;
    height: 45px;
    width: 45px;
    border-radius: 8px;
    transition: 0.3s;
    border: 1px solid hsl(var(--black)/.1);
    background-color: hsl(var(--base)/.2);
}

.qty-wrapper .increment-btn {
    margin-left: -1px;
}

.qty-wrapper .decrement-btn {
    margin-right: -1px;
}

.qty-wrapper .decrement-btn.disabled,
.qty-wrapper .increment-btn.disabled {
    opacity: .4;
    cursor: no-drop;
}

@media (max-width: 424px) {
    .qty-wrapper .input-qty {
        width: 55px;
    }
}

.room-section .room-category-content .room-desc {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.room-category-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.room-desc .fare {
    font-size: 24px;
    font-weight: 700;
}

.room-desc .old-price {
    font-size: 18px;
    color: hsl(var(--text-color)/.6);
}

/* list group css start here  */
.list-group-item {
    border-bottom: 1px solid hsl(var(--black)/.1) !important;
    padding-bottom: 12px;
}

.list-group-item:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

.setting-card {
    background-color: hsl(var(--white));
    padding: 24px;
    border: 1px solid hsl(var(--black)/.1);
    border-radius: 4px;
}

@media (max-width: 374px) {
    .setting-card {
        padding: 16px;
    }

    .list-group-item {
        font-size: 15px;
    }
}

blockquote {
    font-style: italic;
    padding: 20px;
    background: rgb(37 37 37 / 7%);
    font-size: 18px;
    border-left: 5px solid hsl(var(--base));
}

.box-shadow-none{
    box-shadow: none;
}