/* reset css start */
@import url("https://fonts.googleapis.com/css2?family=GFS+Didot&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

:root {
    --base-color: #72665e;
    --main: #B67D55;
    --gray-100:#F7F8FA;
    --gray-200:#F2F2F3;
    --gray-500:#808080;
    --gray-600:#45484C;
    --gray-700:#343536;
    --gray-800:#1B1A1A;
    --green:#2FAC5A;
    --heading-font: "Inter", sans-serif;
    --body-font: "Roboto", sans-serif;
    --margin-right-about-us: calc((100vw - 1248px) / 2);
}
@media (max-width: 1399px) {
    :root { --margin-right-about-us: calc((100vw - 1140px) / 2); }
}
@media (max-width: 1199px) {
    :root { --margin-right-about-us: calc((100vw - 960px) / 2); }
}
@media (max-width: 991px) {
    :root { --margin-right-about-us: 0px; }
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--body-font);
    color: #1b1a1a;
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow-x: hidden;
    counter-reset: section;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #f2f2f2;
}

body::-webkit-scrollbar-thumb {
    border-radius: 20px;
    border: 2px solid #f2f2f2;
}

@-webkit-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.container {
    padding: 0 24px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1248px;
    }
}

.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: #000000cf;
    z-index: 99;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.body-overlay.show-overlay {
    visibility: visible;
    opacity: 1;
}

img {
    max-width: 100%;
    height: auto;
    user-select: none;
}

select {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    cursor: pointer;
}

*:focus {
    outline: none;
}

button {
    border: none;
}

button:focus {
    outline: none;
}

.btn-black-bora {
    background-color: #1b1a1a;
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
    padding: 15px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-black-bora[href] {
    cursor: pointer;
}

.btn-black-bora:hover {
    color: #ffffff;
}

.btn-bo-black-white {
    border: 1px solid #1B1A1A;
    border-radius: 100px;
    font-weight: 700;
    padding: 15px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-white {
    border: 1px solid #fff;
    border-radius: 100px;
    font-weight: 700;
    padding: 15px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    gap: 8px;
}

.btn-account span:last-child {
    display: none;
}

.btn-black-bora span {
    margin-left: 8px;
    margin-top: -2px;
}

.btn-bora-full {
    background-color: var(--base-color);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.btn-bora-full:hover {
    color: #ffffff;
}

.btn-bo-100-black {
    background-color: #1B1A1A;
    border-radius: 100px;
    color: #ffffff;
    font-size: 12px;
    padding: 8px 16px;
    line-height: 16px;
    height: max-content;
    cursor: pointer;
    text-align: center;
    width: max-content;
}

span {
    display: inline-block;
}

hr {
    background-color: #e5e5e5;
    opacity: 0.65;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.input-number-custom {
    position: relative;
}

.input-number-custom .btn-up-down {
    position: absolute;
    top: 0;
    right: 0;
}

.input-number-custom .btn-up-down span {
    display: block;
}

.loading-full {
    background-color: #F6F8F9;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-full .box-loading {
    display: flex;
    background: #ffffff;
    padding: 27px 34px;
    align-items: center;
}

.loading-icon {
    border-radius: 50px;
    border: 6px solid rgba(255, 255, 255, 0.4);
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 18px;
}

.loading-icon::after {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    border-radius: 40px;
    border: 3px solid #343536;
    border-top-color: #E1E1E2;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.loading-full h6 {
    font-size: 14px;
    margin-bottom: 4px;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.page-scroll-bar {
    position: fixed;
    left: 0;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 2px;
    border: none;
    background: transparent;
    z-index: 99;
}

.page-scroll-bar::-webkit-progress-bar {
    background: transparent;
}

.page-scroll-bar::-webkit-progress-value {
    background: linear-gradient(to left, #db38b5, #01b3e3, #25ce7b, #fdc741, #ff6b01, var(--base-color));
    background-attachment: fixed;
}

.page-scroll-bar::-moz-progress-bar {
    background: linear-gradient(to left, #db38b5, #01b3e3, #25ce7b, #fdc741, #ff6b01, var(--base-color));
    background-attachment: fixed;
}

/* reset css end */
/* global css strat */
.text--primary {
    color: var(--base-color) !important;
}

.text--secondary {
    color: #767676 !important;
}

.text--success {
    color: #28c76f !important;
}

.text--danger {
    color: #ea5455 !important;
}

.text--warning {
    color: #ff9f43 !important;
}

.text--info {
    color: #1e9ff2 !important;
}

.text--dark {
    color: #082032 !important;
}

.text--muted {
    color: #a0a0a0 !important;
}

.text--base {
    color: var(--base-color) !important;
}

.text--dark {
    color: #212121 !important;
}

.text--h {
    color: #212121 !important;
}

.text--p {
    color: #555555 !important;
}

.text--rating {
    color: #e5b407;
}

.text--small {
    font-size: 0.875rem;
}

/* background color css start */
.bg--primary {
    background-color: var(--base-color) !important;
}

.bg--secondary {
    background-color: #868e96 !important;
}

.bg--success {
    background-color: #28c76f !important;
}

.bg--danger {
    background-color: #ea5455 !important;
}

.bg--warning {
    background-color: #ff9f43 !important;
}

.bg--info {
    background-color: #1e9ff2 !important;
}

.bg--dark {
    background-color: #082032 !important;
}

.bg--light {
    background-color: #bcc7da !important;
}

.bg--base {
    background-color: var(--base-color) !important;
}

/* background color css end */
.bg_img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-attachment-fixed {
    background-attachment: fixed;
}

.section--bg {
    background-color: #F6F8F9 !important;
}

.section--bg2 {
    background-color: #212121;
}

.top--border-base {
    border-top: 2px solid var(--base-color);
}

.dark--overlay::before {
    opacity: 0.65;
}

.base--overlay::before {
    opacity: 0.95;
}

.alert--dark {
    background-color: #505c66;
}

.border--base {
    border-color: var(--base-color);
}

.info-message-alert .icon {
    width: 40px;
    font-size: 1.25rem;
}

.info-message-alert .content {
    width: calc(100% - 40px);
}

.slick-arrow {
    cursor: pointer;
}

.z-index-2 {
    z-index: 2;
}

.main-wrapper {
    position: relative;
    background-color: #F6F8F9;
}

.section-header p {
    font-size: 16px;
    line-height: 21px;
}

@media (max-width: 767px) {
    .section-header p {
        font-size: 14px
    }
}

.section-header .sub-title {
    color: #72665E;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.section-title {
    font-size: 48px;
    font-weight: 500;
    font-family: "Didot", serif;
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    .section-title {
        font-size: 2.75rem;
    }
}

@media (max-width: 991px) {
    .section-header {
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) {
    .section-title {
        font-size: 32px;
        margin-bottom: 24px;
    }
}


.section-top-title {
    font-family: "Dancing Script", cursive;
    font-size: 1.875rem;
}

@media (max-width: 767px) {
    .section-top-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 575px) {
    .section-top-title {
        font-size: 1.25rem;
    }
}

.section-top-title.style--two span::before {
    display: none;
}

.section-top-title span::before {
    content: "";
    top: 50%;
    left: -35px;
    width: 25px;
    height: 2px;
    margin-top: -1px;
}

.section-top-title span::after {
    content: "";
    top: 50%;
    right: -35px;
    width: 25px;
    height: 2px;
    margin-top: -1px;
}

a.text-white:hover {
    color: var(--base-color);
}

.text--link {
    text-decoration: underline;
}

.text--link:hover {
    text-decoration: underline;
}

.has--link {
    position: relative;
}

.has--link .item--link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.object-fit--cover {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

/* back to top css start */
.progress-wrap {
    position: fixed;
    right: 10px;
    bottom: 10px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(185, 148, 112, 0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background: #fff;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    content: "\f30c";
    font-family: "Line Awesome Free";
    font-weight: 900;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: var(--base-color);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--base-color);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/* back to top css end */

/* global css end */
.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-80 {
    padding-top: 80px;
}

@media (max-width: 767px) {
    .pt-80 {
        padding-top: 70px;
    }
}

@media (max-width: 575px) {
    .pt-80 {
        padding-top: 50px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .pb-80 {
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .pb-80 {
        padding-bottom: 50px;
    }
}

.pt-100 {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .pt-100 {
        padding-top: 70px;
    }
}

@media (max-width: 575px) {
    .pt-100 {
        padding-top: 50px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .pb-100 {
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .pb-100 {
        padding-bottom: 50px;
    }
}

.dark--overlay,
.base--overlay,
.section-top-title span,
.header-social-links,
.language-select,
.footer-section,
.footer-short-links li,
.hero-section,
.inner-hero,
.room-card__thumb,
.room-card__content,
.service-section,
.service-section .video-wrapper,
.gallery-card,
.work-item,
.cta-section,
.overview-section,
.account-section .left,
.contact-wrapper,
.contact-left-area,
.sidebar-widget__title,
.room-details-features .title,
.room-booking-widget__title,
.qr-code-form,
.d-widget__body {
    position: relative;
}

.section-top-title span::before,
.section-top-title span::after,
.custom--accordion .accordion-button::before,
.header-social-links::before,
.language-select i,
.footer-line,
.footer-line::after,
.footer-short-links li::before,
.inner-hero::before,
.room-card__utilities,
.service-section .video-wrapper .video-icon,
.service-section .video-wrapper .video-icon::before,
.gallery-card .full-view,
.work-item::before,
.cta-section div[class*="-shape"],
.overview-section .overview-el,
.contact-wrapper .contact-wrapper-right-thumb,
.sidebar .sidebar-close-btn,
.sidebar-widget__title::after,
.room-details-features .title::after,
.room-booking-widget__title::after,
.qr-code-form__btn,
.d-widget__body i {
    position: absolute;
}

.dark--overlay::before,
.base--overlay::before,
.service-section .video-wrapper::before,
.gallery-card::before,
.account-section .left::before,
.contact-wrapper .contact-wrapper-right-thumb::before,
.contact-left-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dark--overlay,
.base--overlay,
.footer-section,
.inner-hero,
.service-section,
.service-section .video-wrapper .video-icon,
.overview-section,
.account-section .left,
.contact-wrapper,
.contact-left-area,
.other-room-slider .slick-arrow,
.d-widget__body {
    z-index: 1;
}

.dark--overlay::before,
.base--overlay::before,
.footer-section::before,
.inner-hero::before,
.service-section .video-wrapper .video-icon::before,
.overview-section .overview-el,
.account-section .left::before,
.contact-wrapper .contact-wrapper-right-thumb,
.contact-left-area::before,
.d-widget__body i {
    z-index: -1;
}

body,
.custom--checkbox label::before,
.header .main-menu li.menu_has_children > a::before,
.header .main-menu li .sub-menu,
.header .main-menu li .sub-menu li a,
.header__search-btn i::before,
.footer-widget .social-links li a,
.footer-short-links li a,
.room-card__content,
.service-card,
.service-card .icon,
.gallery-card::before,
.gallery-card .full-view,
.social-list li a,
.category-list li a,
.other-room-slider .slick-arrow,
.user-sidebar__menu li .item-menu {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

body::-webkit-scrollbar-thumb,
.base--overlay::before,
.section-top-title span::before,
.section-top-title span::after,
.btn--base,
.input-group.style--two .input-group-text,
.custom--radio input[type="radio"]:checked ~ label::before,
.custom--checkbox input:checked ~ label::before,
.custom--switch .form-check-input:checked,
.header__top,
.footer-line::after,
.footer-widget .social-links li a:hover,
.footer-short-links li::before,
.room-slider .slick-dots li.slick-active button,
.service-card:hover,
.service-card .icon,
.gallery-card .full-view,
.work-item__step,
.post-share li a:hover,
.blog-sidebar .title::after,
.contact-info .icon,
.sidebar-widget__title::after,
.room-details-features .title::after,
.other-room-slider .slick-arrow:hover,
.room-booking-widget__title::after {
    background-color: var(--base-color);
}

.custom--table thead th {
    background-color: #f7f7f7;
    color: #7e7e7e !important;
    font-weight: 800 !important;
}

.dark--overlay::before,
.footer-section::before,
.inner-hero::before,
.service-section .video-wrapper::before,
.gallery-card::before,
.account-section .left::before,
.contact-left-area::before {
    background-color: #212121;
}

.custom--radio input[type="radio"]:checked ~ label::after,
.pagination .page-item .page-link,
.header.header-white.menu-fixed .header__bottom,
.header .main-menu li .sub-menu,
.header-social-links::before,
.room-card__content,
.service-section .video-wrapper .video-icon,
.service-section .video-wrapper .video-icon::before,
.service-card:hover .icon,
.testimonial-card,
.contact-info-wrapper,
.qr-code-wrapper,
.d-widget__body {
    background-color: #fff;
}

.sidebar-range-slider .ui-slider-horizontal {
    background-color: #ddd;
}

.sidebar-range-slider .ui-slider-horizontal .ui-slider-handle {
    background-color: var(--base-color);
}

.ui-slider-horizontal .ui-slider-range {
    background: var(--base-color);
}

.section-top-title,
.custom-icon-field .form--control:focus ~ i,
.custom-icon-field .select:focus ~ i,
.custom-icon-field.style--two > i,
.custom--checkbox label::before,
.header .site-logo.site-title,
.header .main-menu li .sub-menu li a:hover,
.footer-widget .footer-contact-info li i,
.footer-short-links li a:hover,
.service-section .video-wrapper .video-icon,
.service-card:hover .icon,
.overview-item__icon i,
.testimonial-card i,
.contact-info .content a:hover,
.social-list li a,
.category-list li a:hover,
.other-room-slider .slick-arrow,
.user-sidebar__menu li .item-menu:hover,
.d-widget__body .amount {
    color: var(--base-color);
}

.alert--dark,
[class*="btn--"]:not(.btn--link):not(.btn--light),
.btn--dark,
.btn--dark:hover,
.btn--base,
.btn--base:hover,
.btn-outline--primary:hover,
.btn-outline--secondary:hover,
.btn-outline--success:hover,
.btn-outline--danger:hover,
.btn-outline--warning:hover,
.btn-outline--info:hover,
.btn-outline--light:hover,
.btn-outline--dark:hover,
.btn-outline--base:hover,
.icon-btn,
.icon-btn:hover,
.input-group.style--two .input-group-text,
.custom--checkbox input:checked ~ label::before,
.header__search-btn,
.header-info-list li a,
.header-social-links li a,
.language-select i,
.language-select select,
.footer-widget__title,
.footer-widget .social-links li a,
.footer-widget .social-links li a:hover,
.footer-widget .footer-contact-info li p,
.footer-widget .footer-contact-info li a,
.footer-short-links li a,
.hero-section__title,
.room-card__utilities li,
.service-card .icon,
.service-card .title,
.gallery-card .full-view,
.work-item__step,
.post-share li a:hover,
.contact-info .icon,
.social-list li a:hover,
.other-room-slider .slick-arrow:hover,
.d-widget__header i,
.d-widget__header .title,
.custom--file-upload::before {
    color: #fff;
}

.user-sidebar__menu li:nth-child(odd).active a,
.user-sidebar__menu li.active a {
    border: 1px solid #1B1A1A !important;
}

.section-header p,
.caption-list li .caption,
[data-label]::before,
.select,
.custom--accordion .accordion-button[aria-expanded="true"],
.header .main-menu li a,
.language-select select option,
.overview-item__content .amount,
.sidebar .sidebar-close-btn {
    color: #212121;
}

.custom--nav-tabs .nav-item .nav-link,
.contact-info .content a,
.category-list li a {
    color: #555555;
}

.room-card__thumb img,
.about-thumb-wrapper .about-thumb img,
.service-section .video-wrapper img,
.gallery-card img,
.testimonial-card__thumb img,
.blog-post__thumb img,
.s-post__thumb img,
.single-room__thumb img,
.room-details-thumb-slider .room-details-thumb img,
.room-details-nav-slider .room-details-nav-thumb img,
.room-booking-thumb img {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.info-message-alert,
.custom--checkbox label::before,
.custom--accordion .accordion-button::before,
.pagination .page-item .page-link,
.header-info-list,
.header-info-list li a,
.header-top-right,
.header-social-links,
.box-nav-right,
.footer-widget .social-links,
.footer-widget .social-links li a,
.footer-widget .footer-contact-info li,
.room-slider .slick-dots,
.room-card__utilities li,
.room-card__bottom,
.about-thumb-wrapper,
.service-section .video-wrapper .video-icon,
.gallery-card .full-view,
.subscribe-form,
.overview-wrapper div[class*="col"],
.overview-item,
.blog-post .blog-meta,
.account-section,
.contact-info,
.contact-info .icon,
.social-list,
.social-list li a,
.category-list li a,
.range-slider-amount,
.rooms-wrapper.grid-style,
.single-room,
.single-room__meta,
.other-room-slider .slick-arrow,
.room-booking-widget-list li,
.qr-code-copy-form,
.user-sidebar__menu li .item-menu,
.d-widget__header,
.support-upload-field,
.single-file-upload {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom--checkbox label::before,
.custom--accordion .accordion-button::before,
.pagination,
.pagination .page-item .page-link,
.footer-widget .social-links li a,
.room-slider .slick-dots,
.room-card__utilities li,
.service-section .video-wrapper .video-icon,
.service-card .icon,
.gallery-card .full-view,
.work-item__step,
.overview-wrapper div[class*="col"],
.account-section .left,
.account-section .right,
.contact-info .icon,
.social-list li a,
.other-room-slider .slick-arrow {
    justify-content: center;
}

.info-message-alert,
.custom-icon-field > i,
.custom-icon-field .input-eye,
.custom--checkbox label::before,
.custom--accordion .accordion-button::before,
.pagination .page-item .page-link,
.header-info-list,
.header-info-list li a,
.header-social-links,
.footer-widget .social-links,
.footer-widget .social-links li a,
.room-card__utilities li,
.room-card__bottom,
.service-section .video-wrapper .video-icon,
.service-card .icon,
.gallery-card .full-view,
.work-item__step,
.overview-item,
.blog-post .blog-meta,
.contact-info .icon,
.social-list li a,
.category-list li a,
.range-slider-amount,
.single-room__meta,
.other-room-slider .slick-arrow,
.user-sidebar__menu li .item-menu,
.d-widget__header {
    align-items: center;
}

.testimonial-card__thumb {
    display: inline-block;
}

.room-card__utilities li {
    background-color: #3c2912;
}

.service-card .icon,
.work-item__step {
    display: inline-flex;
}

.footer-section,
.service-section .video-wrapper,
.gallery-card,
.cta-section,
.testimonial-card__thumb,
.blog-post,
.blog-details-thumb,
.contact-wrapper .contact-wrapper-right-thumb,
.contact-left-area,
.map-area,
.single-room__thumb,
.room-details-thumb-slider .room-details-thumb,
.room-details-nav-slider .room-details-nav-thumb,
.room-booking-thumb,
.user-sidebar {
    overflow: hidden;
}

.custom--nav-tabs .nav-item .nav-link,
.footer-line::after,
.inner-hero::before,
.room-card__thumb img,
.about-thumb-wrapper .about-thumb img,
.service-section .video-wrapper img,
.gallery-card img,
.overview-section .overview-el,
.testimonial-card__thumb img,
.blog-post__thumb img,
.map-area iframe,
.single-room__thumb img,
.room-details-thumb-slider .room-details-thumb img,
.room-details-nav-slider .room-details-nav-thumb img,
.room-booking-thumb img,
.support-upload-field__right button.btn {
    width: 100%;
}

.custom-icon-field > i,
.inner-hero::before,
.room-card__thumb img,
.about-thumb-wrapper .about-thumb img,
.service-section::after,
.service-section .video-wrapper,
.service-section .video-wrapper img,
.gallery-card,
.gallery-card img,
.overview-section .overview-el,
.overview-section .overview-el img,
.testimonial-card__thumb img,
.blog-post__thumb img,
.contact-wrapper .contact-wrapper-right-thumb,
.contact-left-area,
.contact-info-wrapper,
.single-room__thumb img,
.room-details-thumb-slider .room-details-thumb img,
.room-details-nav-slider .room-details-nav-thumb img,
.room-booking-thumb img {
    height: 100%;
}

.room-card:hover .room-card__content {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.service-card,
.work-item,
.overview-item,
.testimonial-card {
    text-align: center;
}

.custom--accordion .accordion-button::before {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.form--control,
.custom--accordion .accordion-button,
.header .main-menu li .sub-menu,
.filter-wrapper,
.room-card__content,
.testimonial-card,
.blog-details-thumb,
.qr-code,
.qr-code-copy-form .text-copy-btn,
.single-reply {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.service-card,
.contact-info-wrapper {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.gallery-card,
.blog-post,
.sidebar,
.room-details-thumb-slider .room-details-thumb,
.room-details-nav-slider .room-details-nav-thumb,
.room-booking-sidebar,
.room-booking-thumb {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.pagination .page-item .page-link,
.footer-widget .social-links li a,
.service-section .video-wrapper .video-icon,
.service-section .video-wrapper .video-icon::before,
.service-card .icon,
.gallery-card .full-view,
.work-item__step,
.testimonial-card__thumb,
.contact-info .icon,
.social-list li a,
.sidebar-range-slider .ui-slider-horizontal .ui-slider-handle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.check-list li + li {
    margin-top: 0.9375rem;
}

.check-list li {
    position: relative;
    padding-left: 2.1875rem;
}

.check-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f058";
    font-size: 1.75rem;
    color: var(--base-color);
    margin-right: 0.5rem;
    line-height: 1;
}

.number-list {
    list-style: decimal;
    padding-left: 1.125rem;
}

.number-list li + li {
    margin-top: 0.625rem;
}

.disc-list li + li {
    margin-top: 0.625rem;
}

.disc-list li {
    position: relative;
    padding-left: 0.9375rem;
}

.disc-list li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 0.375rem;
    height: 0.375rem;
    margin-top: -0.1875rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #575757;
}

.caption-list li {
    display: flex;
    flex-wrap: wrap;
    padding: 0.625rem 0;
    font-size: 0.9375rem;
    border-bottom: 1px dashed #e5e5e5;
}

.caption-list li:first-child {
    padding-top: 0;
}

.caption-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.caption-list li .caption {
    width: 40%;
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 1rem;
    position: relative;
}

.caption-list li .caption::after {
    position: absolute;
    content: ":";
    top: 0;
    right: 0;
}

.caption-list li .value {
    width: 60%;
    padding-left: 0.9375rem;
}

.caption-list-two {
    padding: 0.625rem 0.9375rem;
    background-color: rgba(185, 148, 112, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.caption-list-two li {
    font-family: var(--heading-font);
    font-weight: 500;
    color: #212121;
    font-size: 1rem;
    padding: 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px dashed #cccccc;
}

.caption-list-two li:first-child {
    padding-top: 0;
}

.caption-list-two li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.caption-list-two li .caption {
    width: 20%;
    position: relative;
    font-weight: 700;
    padding-right: 10px;
}

.caption-list-two li .caption::after {
    position: absolute;
    content: ":";
    top: 0;
    right: 0;
}

.caption-list-two li .value {
    width: 80%;
    padding-left: 20px;
}

.shake {
    animation: shake 0.5s 1 linear;
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@-moz-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@-ms-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-ms-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-ms-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

h1 {
    font-size: 3.875rem;
}

h2 {
    font-size: 1.875rem;
}

@media (max-width: 991px) {
    h2 {
        font-size: 1.75rem;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 1.5rem;
    }
}

h3 {
    font-size: 1.5rem;
}

@media (max-width: 1199px) {
    h3 {
        font-size: 1.625rem;
    }
}

@media (max-width: 767px) {
    h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 575px) {
    h3 {
        font-size: 1.375rem;
    }
}

h4 {
    font-size: 1.375rem;
}

@media (max-width: 767px) {
    h4 {
        font-size: 1.25rem;
    }
}

h5 {
    font-size: 1.25rem;
}

@media (max-width: 767px) {
    h5 {
        font-size: 1.125rem;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    color: #212121;
    font-weight: 700;
    margin: 0;
    line-height: 1.1;
    word-break: break-word;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    font-family: var(--heading-font);
    color: #212121;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.4;
    word-break: break-word;
}

p,
li,
span {
    margin: 0;
}

a {
    text-decoration: none;
    display: inline-block;
    font-family: var(--body-font);
    font-weight: 400;
    color: #1b1a1a;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: 500;
}

.fs--18px {
    font-size: 1.125rem !important;
}

.fs--16px {
    font-size: 1rem !important;
}

.fs--15px {
    font-size: 0.9375rem !important;
}

.fs--14px {
    font-size: 0.875rem !important;
}

.fs--12px {
    font-size: 0.75rem !important;
}

.h--font {
    font-family: "Bebas Neue", cursive !important;
}

.p--font {
    font-family: var(--body-font) !important;
}

.fw-medium {
    font-weight: 600 !important;
}

/* button css start */
button:focus {
    outline: none;
}

.btn {
    padding: 0.75rem 1.875rem;
    font-weight: 400;
}

.btn:focus {
    box-shadow: none;
}

.btn--primary {
    background-color: var(--base-color);
}

.btn--primary:hover {
    background-color: var(--base-color);
}

.btn--secondary {
    background-color: #868e96;
}

.btn--secondary:hover {
    background-color: #78818a;
}

.btn--success {
    background-color: #28c76f;
}

.btn--success:hover {
    background-color: #24b263;
}

.btn--danger {
    background-color: #ea5455;
}

.btn--danger:hover {
    background-color: #e73d3e;
}

.btn--warning {
    background-color: #ff9f43;
}

.btn--warning:hover {
    background-color: #ff922a;
}

.btn--info {
    background-color: #1e9ff2;
}

.btn--info:hover {
    background-color: #0d93e9;
}

.btn--light {
    background-color: #bcc7da;
}

.btn--light:hover {
    background-color: #acb9d1;
}

.btn--dark {
    background-color: #082032;
}

.btn--dark:hover {
    background-color: #04121c;
}

.btn--link {
    color: var(--base-color);
}

.btn--base:hover,
.btn--base:focus,
.btn--base:active {
    background-color: var(--base-color) !important;
    border-color: var(--base-color) !important;
}

.btn-outline--primary {
    color: var(--base-color);
    border-color: var(--base-color);
}

.btn-outline--primary:hover {
    background-color: var(--base-color);
}

.btn-outline--custom {
    color: var(--base-color);
    border-color: var(--base-color);
}

.btn-outline--custom:hover {
    color: var(--base-color);
}

.btn-outline--secondary {
    color: #868e96;
    border-color: #868e96;
}

.btn-outline--secondary:hover {
    background-color: #868e96;
}

.btn-outline--success {
    color: #28c76f;
    border-color: #28c76f;
}

.btn-outline--success:hover {
    background-color: #28c76f;
}

.btn-outline--danger {
    color: #ea5455;
    border-color: #ea5455;
}

.btn-outline--danger:hover {
    background-color: #ea5455;
}

.btn-outline--warning {
    color: #ff9f43;
    border-color: #ff9f43;
}

.btn-outline--warning:hover {
    background-color: #ff9f43;
}

.btn-outline--info {
    color: #1e9ff2;
    border-color: #1e9ff2;
}

.btn-outline--info:hover {
    background-color: #1e9ff2;
}

.btn-outline--light {
    color: #bcc7da;
    border-color: #bcc7da;
}

.btn-outline--light:hover {
    background-color: #bcc7da;
}

.btn-outline--dark {
    color: #082032;
    border-color: #082032;
}

.btn-outline--dark:hover {
    background-color: #082032;
}

table .btn {
    padding: 3px 8px !important;
    border-radius: 2px;
}

.btn-outline--base {
    color: var(--base-color);
    border: 1px solid var(--base-color);
}

.btn-outline--base:hover {
    background-color: var(--base-color);
}

.btn-shadow--primary {
    box-shadow: 0 0 6px 1px rgba(115, 103, 240, 0.35);
}

.btn-shadow--secondary {
    box-shadow: 0 0 6px 1px rgba(134, 142, 150, 0.35);
}

.btn-shadow--success {
    box-shadow: 0 0 6px 1px rgba(40, 199, 111, 0.35);
}

.btn-shadow--danger {
    box-shadow: 0 0 6px 1px rgba(234, 84, 85, 0.35);
}

.btn-shadow--warning {
    box-shadow: 0 0 6px 1px rgba(255, 159, 67, 0.35);
}

.btn-shadow--info {
    box-shadow: 0 0 6px 1px rgba(30, 159, 242, 0.35);
}

.btn-shadow--light {
    box-shadow: 0 0 6px 1px rgba(188, 199, 218, 0.35);
}

.btn-shadow--dark {
    box-shadow: 0 0 6px 1px rgba(8, 32, 50, 0.35);
}

.btn-shadow--base {
    box-shadow: 0 0 6px 1px rgba(185, 148, 112, 0.35);
}

.btn--capsule {
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.icon-btn {
    width: 1.875rem;
    height: 1.875rem;
    background-color: var(--base-color);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn--group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

.btn--group *[class*="btn"] {
    margin: 0.3125rem 0.625rem;
    align-items: center;
}

.btn--group *[class*="btn"].d-flex {
    padding: 0.5rem 2.1875rem;
}

.btn--group.style--two {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
}

.btn--group.style--two *[class*="btn"] {
    margin: 0.1875rem 0.3125rem;
}

[class*="btn"].btn-md {
    padding: 0.625rem 1.25rem;
    font-size: 0.9375rem;
}

[class*="btn"].btn-sm {
    padding: 0.375rem 0.625rem;
    font-size: 0.875rem;
}

/* button css end */
.badge--primary {
    background-color: rgba(115, 103, 240, 0.15);
    border: 1px solid var(--base-color);
    color: var(--base-color);
}

.badge--secondary {
    background-color: rgba(134, 142, 150, 0.15);
    border: 1px solid #868e96;
    color: #868e96;
}

.badge--success {
    background-color: rgba(40, 199, 111, 0.15);
    border: 1px solid #28c76f;
    color: #28c76f;
}

.badge--danger {
    background-color: rgba(234, 84, 85, 0.15);
    border: 1px solid #ea5455;
    color: #ea5455;
}

.badge--warning {
    background-color: rgba(255, 159, 67, 0.15);
    border: 1px solid #ff9f43;
    color: #ff9f43;
}

.badge--info {
    background-color: rgba(30, 159, 242, 0.15);
    border: 1px solid #1e9ff2;
    color: #1e9ff2;
}

.badge--light {
    background-color: rgba(188, 199, 218, 0.15);
    border: 1px solid #bcc7da;
    color: #bcc7da;
}

.badge--dark {
    background-color: rgba(8, 32, 50, 0.15);
    border: 1px solid #082032;
    color: #082032;
}

.badge--base {
    background-color: rgba(185, 148, 112, 0.15);
    border: 1px solid var(--base-color);
    color: var(--base-color);
}

/* table css start */
.custom--table {
    margin-bottom: 0;
    box-shadow: 0 1px 3px 0 #0000000f;
}

.custom--table thead {
    border-bottom: 1px solid rgb(0 0 0 / 7%);
}

.custom--table body {
    background: #fff;
}

.custom--table.head--dark thead th {
    background-color: #212121;
}

.custom--table thead th {
    border: none !important;
    padding: 0.9375rem 1.5625rem;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    font-weight: 500;
    vertical-align: middle;
}

.custom--table thead th:first-child {
    text-align: left;
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -ms-border-radius: 5px 0 0 0;
    -o-border-radius: 5px 0 0 0;
}

.custom--table thead th:last-child {
    text-align: right;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -ms-border-radius: 0 5px 0 0;
    -o-border-radius: 0 5px 0 0;
}

.custom--table tbody td {
    border: none;
    color: #555555;
    text-align: center;
    vertical-align: middle;
    font-size: 0.9rem;
}

.custom--table tbody tr {
    border-bottom: 1px solid rgb(0 0 0 / 7%);
}

.custom--table tbody tr:last-child {
    border-bottom: none;
}

.custom--table tbody td:first-child {
    text-align: left;
}

.custom--table tbody td:last-child {
    text-align: right;
}

.custom--table tbody tr {
    background-color: #ffffff;
}

.custom--table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    -ms-border-radius: 0 0 0 5px;
    -o-border-radius: 0 0 0 5px;
}

.custom--table tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
    -webkit-border-radius: 0 0 5px 0;
    -moz-border-radius: 0 0 5px 0;
    -ms-border-radius: 0 0 5px 0;
    -o-border-radius: 0 0 5px 0;
}

.table > :not(:first-child) {
    border-top: none;
}

[data-label] {
    position: relative;
}

[data-label]::before {
    position: absolute;
    content: attr(data-label);
    font-weight: 700;
    top: 0;
    left: 0;
    padding: 0.8125rem 0.9375rem;
    display: none;
    font-size: 0.875rem;
}

@media (max-width: 991px) {
    .table-responsive--md thead {
        display: none;
    }

    .table-responsive--md tbody {
        border: 1px solid #e5e5e5 !important;
    }

    .table-responsive--md tbody tr:nth-child(even) {
        background-color: #fff;
    }

    .table-responsive--md tbody tr:nth-child(odd) {
        background-color: whitesmoke;
    }

    .table-responsive--md tbody tr td {
        padding-right: 15px;
    }

    .table-responsive--md tbody tr td:last-child {
        padding-right: 15px;
    }

    .table-responsive--md tr th,
    .table-responsive--md tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
    }

    .table-responsive--md tr th:first-child,
    .table-responsive--md tr td:first-child {
        border-top: none !important;
    }

    .table-responsive--md [data-label]::before {
        display: block;
    }
}

@media (max-width: 767px) {
    .table-responsive--sm thead {
        display: none;
    }

    .table-responsive--sm tbody tr:nth-child(odd) {
        background-color: f7f7f7;
    }

    .table-responsive--sm tbody tr td {
        padding-right: 15px;
    }

    .table-responsive--sm tbody tr td:last-child {
        padding-right: 15px;
    }

    .table-responsive--sm tr th,
    .table-responsive--sm tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
        border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
    }

    .table-responsive--sm tr th:first-child,
    .table-responsive--sm tr td:first-child {
        border-top: none !important;
    }

    .table-responsive--sm [data-label]::before {
        display: block;
    }
}

/* table css end */
/* form css start */
.form-group {
    margin-bottom: 15px;
}

.form-control:focus {
    background-color: #fff;
    border-color: var(--base-color) !important;
    box-shadow: 0 0 5px rgba(185, 148, 112, 0.35);
    color: #000;
}

.form--control {
    padding: 10px 12px;
    border: 1px solid #f2f2f3;
    width: 100%;
    background-color: #fff;
    color: #363636;
    height: 45px;
    border-radius: 0;
}

select.form--control {
    color: #A7A8AB;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    position: relative;
}

.custom-icon-select::after {
    content: '';
    background-image: url(../../../../assets/images/icons/ic_arrow-down.svg);
    width: 15px;
    height: 15px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-icon-select.focus::after {
    transform: rotate(180deg);
    top: 38%;
}

.form--control::-webkit-input-placeholder {
    color: #a7a8ab;
}

.form--control::-moz-placeholder {
    color: #a7a8ab;
}

.form--control:-ms-input-placeholder {
    color: #a7a8ab;
}

.form--control:-moz-placeholder {
    color: #a7a8ab;
}

.form--control:focus {
    background-color: #fff;
    border-color: #1b1a1a;
    color: #000;
}

.form--control.style--dark {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.form--control[readonly] {
    background-color: #f3f3f3;
}

.form--control.form-control-md {
    height: 45px;
}

.form--control.form-control-sm {
    height: 35px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #212121;
    transition: background-color 5000s ease-in-out 0s;
}

.custom-radio-field {
    display: inline-block;
}

.custom-radio-field label {
    background-color: #FFFFFF;
    border-radius: 100px;
    margin-bottom: 0 !important;
    cursor: pointer;
    min-width: 104px;
}

.custom-radio-field label span {
    line-height: 21px;
    padding: 8px 12px;
    border-radius: 100px;
}

.custom-radio-field input:checked + span {
    background-color: #72665E;
    color: #ffffff;
}

.custom-icon-field {
    position: relative;
}

.custom-icon-field input:disabled {
    opacity: 0.5;
}

.custom-icon-field .select2-container {
    width: 100% !important;
}

.custom-icon-field .unit {
    position: absolute;
    right: 12px;
    top: 32%;
    transform: translateY(-50%);
}

.custom-icon-field > i {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    display: flex;
    padding-left: 15px;
    color: #c4c4c4;
}

.custom-icon-field > i[class*="la-"] {
    font-size: 24px;
}

.custom-icon-field .input-eye {
    position: absolute;
    top: 11px;
    right: 12px;
    width: 24px;
    height: max-content;
    cursor: pointer;
}

.custom-icon-field .input-eye .la::before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

.custom-icon-field .input-eye .la-eye::before {
    background-image: url("../../../../assets/images/icons/ic_eye.svg");
}

.custom-icon-field .input-eye .fa-eye-slash::before {
    background-image: url("../../../../assets/images/icons/ic_eye-slash.svg");
}

.custom-icon-field.style--two .form--control,
.custom-icon-field.style--two .select {
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding-left: 25px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 0;
    height: auto;
}

.custom-icon-field.style--two .form--control:focus,
.custom-icon-field.style--two .select:focus {
    box-shadow: none;
}

.custom-icon-field.style--two > i {
    padding-left: 0;
    align-items: flex-start;
    padding-top: 7px;
}

.custom-icon-field.style--two .input-eye {
    padding-left: 0;
    align-items: flex-start;
    padding-top: 7px;
}

.select {
    padding: 10px 20px;
    width: 100%;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    color: #555555;
    background-color: #fff;
    height: 45px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.select:focus {
    background-color: #fff;
    border-color: var(--base-color) !important;
    box-shadow: 0 0 5px rgba(185, 148, 112, 0.35);
}

.select option {
    padding: 10px 0;
    display: block;
    border-top: 1px solid #e5e5e5;
}

.select.select--sm {
    height: 35px;
    font-size: 14px;
    padding: 5px;
}

textarea {
    min-height: 150px !important;
    resize: none;
    width: 100%;
}

label {
    color: #212121;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
}

.input-group > .form--control,
.input-group > .select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group select {
    background-color: transparent;
    border: none;
}

.input-group.style--two {
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.input-group.style--two:focus {
    border-color: var(--base-color);
}

.input-group.style--two .form-control {
    background-color: transparent;
    border: none;
    height: 30px;
}

.input-group.style--two .form-control:focus {
    box-shadow: none;
}

.input-group.style--two .input-group-text {
    border: none;
    padding: 3px 10px;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}

.custom--radio {
    position: relative;
    padding-left: 0;
}

.custom--radio input[type="radio"] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    cursor: pointer;
}

.custom--radio label {
    margin-bottom: 0;
    position: relative;
    padding-left: 1.5625rem;
    font-size: 16px;
    font-weight: 400;
}

.custom--radio label::before {
    position: absolute;
    content: "";
    top: 7px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.custom--radio input:checked ~ label::before {
    border-color: var(--base-color);
}

.custom--checkbox {
    padding-left: 25px;
    line-height: 18px;
}

.custom--checkbox input {
    display: none;
}

.custom--checkbox label {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0;
}

.custom--checkbox label::before {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 50%;
    left: -25px;
    width: 18px;
    height: 18px;
    border: 1px solid #edeef0;
    font-size: 8px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transform: translateY(-50%)
}

.custom--checkbox input:checked ~ label::before {
    content: "\f00c";
}

.auth-section__form .form-check-label a {
    display: inline-block;
    text-decoration: underline;
}
.custom-icon-field input[type="password"]{
    padding: 10px 42px 10px 12px;
}
.custom--switch {
    padding: 0;
    margin: 0;
    display: flex;
}

.custom--switch .form-check-input {
    margin: 0;
    float: none;
}

.custom--switch .form-check-input:focus {
    box-shadow: none;
    border-color: var(--base-color);
    background-image: url("../images/icons/switch.svg");
}

.custom--switch .form-check-input:checked {
    border-color: var(--base-color);
    background-image: url("../images/icons/switch2.svg");
}

/* form css end*/
/* card css start */
.r-card-header {
    text-align: center;
}

.r-card-header .r-card-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #1B1A1A;
    margin-bottom: 12px;
}

.r-card-header .r-card-sub-title {
    color: #343536;
    line-height: 21px;
    margin-bottom: 12px;
}

.custom--card .card-header {
    padding: 1rem 1.25rem;
    background-color: #F6F8F9;
}

.content-account-item-edit .sub-title-form {
    margin-bottom: 8px;
}

.content-account-item-edit .item {
    display: grid;
    grid-template-areas:
    "title btn"
    "content content";
    border-bottom: 0.5px solid #E1E1E2;
    padding: 16px 0;
}
.content-account-item-edit .item .text{
    word-break: break-word;
}
.content-account-item-edit .item .title {
    min-width: 200px;
    margin-right: 12px;
    grid-area: title;
    font-weight: 500;
}

.content-account-item-edit .content {
    flex: 1;
    grid-area: content;
}

.content-account-item-edit .content.active .text {
    display: none;
}

.content-account-item-edit .content.active .edit-info-account {
    display: block;
}

.content-account-form li {
    border-bottom: none !important;
}

.content-account-form {
    display: none;
}

.custom-input-file-image {
    position: relative;
}

.custom-input-file-image .avatar {
    cursor: pointer;
}

.custom-input-file-image .image-button {
    position: relative;
    z-index: 9;
}

.custom-input-file-image.active .image-button {
    opacity: 0;
}

.custom-input-file-image .image-preview {
    opacity: 0;
    position: absolute;
    z-index: 1;
}

.custom-input-file-image.active .image-preview {
    opacity: 1;
}

.r-card-body-account-setting-normal .edit-info-account {
    display: none;
}

.r-card-body-account-setting.active .content-account-text {
    display: none;
}

.r-card-body-account-setting.active .content-account-form {
    display: block;
}

.btn-edit {
    color: #343536;
    font-weight: 700;
    cursor: pointer;
    margin-left: 32px;
    grid-area: btn;
    text-align: right;
}

.btn-edit span {
    text-decoration: underline;
}

.content-account-item-edit .content .edit-info-account label {
    font-weight: 400;
    color: #1B1A1A;
    margin-bottom: 4px;
}

.content-account-item-edit .content .text-add {
    color: #A7A8AB;
}

.content-account-item-edit .box-input {
    display: grid;
    margin-bottom: 24px;
    column-gap: 16px;
    row-gap: 12px;
}

.content-account-item-edit .note {
    margin-top: 4px;
}

.content-wallet-item-edit .title {
    font-weight: 700;
}

.r-card-body-account-setting .feature {
    text-align: right;
}

.content-account-item-edit .list-card {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
    .content-account-item-edit .item {
        display: flex;
        justify-content: space-between;
    }

    .content-account-item-edit .grid-col-2 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 16px;
        row-gap: 12px;
    }

    .content-account-item-edit .grid-col-3 {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 16px;
        row-gap: 12px;
    }
}

@media screen and (min-width: 1200px) {
    .r-card-header {
        text-align: left;
    }
}

/* card css end */
/* modal css start */
.modal {
    z-index: 999999;
}

.modal-open {
    overflow: hidden;
    overflow-y: auto;
    padding-right: 0 !important;
}

.btn-close {
    width: 10px;
    height: 10px;
}

.btn-close:focus {
    box-shadow: none;
}

.modal.fade .modal-dialog {
    transform: scale(0.85, 0.85) translate(0);
}

.modal.show .modal-dialog {
    transform: scale(1, 1) translate(0);
}
.modal-dialog {
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}
/* modal css end */
/* accordion css start */
.custom--accordion .accordion-item {
    margin-bottom: 1.25rem;
    border: none;
}

.custom--accordion .accordion-item:last-of-type {
    margin-bottom: 0;
}

.custom--accordion .accordion-button {
    padding: 1.375rem 1.25rem;
    padding-right: 70px;
    font-weight: 500;
    font-size: 1.125rem;
    box-shadow: none;
    background-color: #ffffff;
}

@media (max-width: 575px) {
    .custom--accordion .accordion-button {
        padding: 0.9375rem;
        padding-right: 70px;
    }
}

.custom--accordion .accordion-button::after {
    display: none;
}

.custom--accordion .accordion-button .icon {
    width: 40px;
    height: 40px;
    background: #F6F8F9;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    flex-shrink: 0;
}
.custom--accordion .accordion-button .question{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 2em;
    align-content: center;
}
.custom--accordion .accordion-collapse.show {
    border-top: 1px solid #E1E1E2;
}

.custom--accordion .accordion-button[aria-expanded="false"]::before {
    content: "\f067";
    top: 50%;
    right: 20px;
    width: 45px;
    height: 45px;
    margin-top: -22.5px;
    font-family: "Line Awesome Free";
    font-weight: 900;
}

.custom--accordion .accordion-button[aria-expanded="true"]::before {
    content: "\f068";
    top: 50%;
    right: 20px;
    width: 45px;
    height: 45px;
    margin-top: -22.5px;
    font-family: "Line Awesome Free";
    font-weight: 900;
}

.section-faq .btn-black-bora {
    width: max-content;
    padding: 14px 24px;
    margin-top: 44px;
}

.section-faq-page,
.section-simple-page{
    padding-top: 179px;
    padding-bottom: 90px;
}

.section-faq-page .section-header {
    margin-bottom: 32px;
}

.section-faq-page .section-title,
.section-simple-page .section-title{
    margin-bottom: 12px;
    font-size: 24px;
    font-family: Roboto;
}
.section-simple-page .section-title{
    margin-bottom: 20px;
}
.section-faq-page .description {
    color: #343536;
}
.section-simple-page .content P{
    margin-bottom: 10px;
}
.section-simple-page .content h2{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
}
.section-simple-page .content h3{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .section-faq-page {
        padding-top: 132px;
        padding-bottom: 90px;
    }
}

@media (max-width: 575px) {
    .custom--accordion .accordion-button::before {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        right: 15px;
    }
}

.custom--accordion .accordion-body {
    padding: 0.9375rem;
}
.custom--accordion .accordion-body a{
    word-break: break-all;
}
/* accordion css end */
.custom--nav-tabs {
    border-bottom: none;
}

.custom--nav-tabs .nav-item .nav-link {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 0.75rem 1.5625rem;
    font-weight: 500;
}

.custom--nav-tabs .nav-item .nav-link.active {
    background-color: var(--base-color);
    color: #fff;
}

.pagination {
    flex-wrap: wrap;
}

.pagination .page-item {
    margin: 0 4px;
}

.pagination .page-item.active .page-link {
    background-color: var(--base-color);
    color: #fff;
    border-color: var(--base-color);
}

.pagination .page-item .page-link {
    width: 45px;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #555555;
    padding: 10px;
    line-height: 1;
}

.pagination .page-item.disabled .page-link {
    border-color: #E1E1E2;
}

.pagination .page-item.disabled .page-link path {
    stroke: #E1E1E2;
}

.pagination .page-item .page-link:hover {
    background-color: var(--base-color);
    border-color: var(--base-color);
    color: #fff;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-moz-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-ms-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-webkit-keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

@-moz-keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

@-ms-keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

@keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

/* header start */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header-white {
    background-color: #F6F8F9;
}

.header-main.menu-fixed .ic-hamburger svg path {
    stroke: #72665e;
}

.header__top {
    padding: 11px 18px;
}

.header__top p,
.header__top a {
    color: #ffffff;
}

.header__top .icon svg path {
    stroke: #ffffff;
}

.header__top .language,
.header__top .header-user-btn {
    padding: 0 24px;
    position: relative;
}

.header__top .header-user-btn:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #a7a8ab;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header__top .language:only-child
.header__top .language .header__top .header-user-btn:last-child {
    border-right: none;
}

.header-main .header__bottom .navbar {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.header-main .header__bottom li a,
.header-main .header__bottom .header-user-btn,
.header-main.menu-fixed .header__bottom .user-sidebar-toggler.header-user-btn,
.header-main .header__bottom p {
    color: #ffffff;
}

.header-main.menu-fixed .header__bottom li a,
.header-main.menu-fixed .header__bottom .header-user-btn,
.header-main.menu-fixed .header__bottom p {
    color: #1B1A1A;
}

.header-main .header__bottom .header-user-btn {
    font-size: 8px;
    margin-left: 16px;
}
.header .header__bottom .header-user-btn.has-image{
    background: transparent;
}
.header-main .header__bottom .navbar-nav svg path,
.header-main.menu-fixed .header__bottom .language svg path,
.header-main.menu-fixed .header__bottom .header-user-btn svg path {
    stroke: #1B1A1A;
}

.header-main.menu-fixed .header__bottom {
    background: #FFFFFF;
}

.header-main.menu-fixed .header__bottom .navbar {
    border-bottom: 0;
}

.header__bottom .user-sidebar-toggler {
    margin-left: 16px;
    cursor: pointer;
}

.header__bottom .user-sidebar-toggler img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 100%;
}

.header__bottom .navbar-toggler__icon .ic-close {
    display: none;
}

.header .menu-feature-account {
    position: relative;
}

.dropdown-menu .show-notifications,
.header .menu-feature-account .dropdown-menu li a {
    color: #45484C;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 130%;
}
.dropdown-menu .show-notifications:hover,
.header .menu-feature-account .dropdown-menu li a:hover {
    background: #F7F8FA;
    color: #1B1A1A;
}

.dropdown-menu .show-notifications .has-number {
    display: flex;
    align-items: center;
    gap: 6px;
}

.show-notifications .has-number .number {
    background-color: #72665E;
    font-size: 12px;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 2px 5px;
    border-radius: 50%;
    min-width: 18px;
    min-height: 18px;
    flex-shrink: 0;
}

.header .menu-feature-account .dropdown-menu[data-bs-popper] {
    left: auto;
    right: 0;
    border: none;
    box-shadow: 2px 8px 36px 0px #7789911F;
    margin-top: 12px;
    min-width: 240px;
    padding: 0;
    border-radius: 0;
}

.header .menu-feature-account button {
    padding: 0;
    font-size: 7px;
}
.header-main .header__bottom .user-sidebar li a,
.header-main .header__bottom .user-sidebar .header-user-btn,
.header-main .header__bottom .user-sidebar p {
    color: #1b1a1a;
}
.header .menu-feature-account button img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header__bottom .nav-bar {
    padding: 2px 0;
}

.header__bottom .box-nav-right {
    display: none;
}

.header__bottom .box-nav-right .icon img {
    width: 20px;
    object-fit: contain;
}

.header-user-btn {
    display: flex;
    gap: 8px;
}

.menu-aside-page.show .menu-aside {
    right: 0;
}

.menu-aside {
    position: fixed;
    top: 0;
    right: -150%;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 1050;
    transition: all 0.3s ease;
}

.menu-aside-head {
    border-bottom: 1px solid #f2f2f3;
    padding: 16px 24px;
}

.header .menu-aside-page .main-menu {
    padding: 30px 24px;
}

.header .menu-aside-page .main-menu li {
    position: relative;
}

.header .menu-aside-page .main-menu li::after {
    content: "";
    display: block;
    width: 6px;
    height: 0.714rem;
    background: url(../../../../assets/images/icons/ic_arrow-right.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.header .menu-aside-page .main-menu li a {
    padding: 10px 0;
    display: block;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .header-main .header__bottom .header-user-btn {
        font-size: 14px;
    }

    .header__bottom .navbar {
        height: 84px;
    }

    .header__bottom .navbar-nav {
        margin-right: 64px;
    }

    .header__bottom .box-nav-right {
        display: grid;
        grid-template-columns: auto auto;
        column-gap: 24px;
        align-items: center;
    }
}

@media (max-width: 1199px) {
    .header-main .header__bottom {
        border-bottom: 1px solid rgb(255 255 255 / 20%);
    }

    .header .header__bottom {
        padding: 16px 0;
    }

    .header-main .header__bottom .navbar {
        border-bottom: 0;
    }
}

@media (max-width: 1399px) {
    .header__bottom .navbar {
        padding: 0 1.25rem;
    }
}

@media (max-width: 1199px) {
    .header__bottom .navbar {
        padding: 0;
    }
}

.header.menu-fixed .header__top {
    display: none;
}

.header.menu-fixed .header__bottom {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.header .site-logo img,
.footer-logo img {
    max-width: 140px;
    max-height: 48px;
}

@media (min-width: 1200px) {
    .header .site-logo img,
    .footer-logo img {
        max-height: 80px;
        max-width: 180px;
    }
}

.header .site-logo.site-title {
    font-size: 1.5rem;
}

.header .main-menu {
    margin-left: 4.375rem;
}

@media (max-width: 1199px) {
    .header .main-menu {
        margin-left: 0;
        padding: 0.9375rem 0;
    }
}

.header .main-menu li {
    position: relative;
}

@media (max-width: 1199px) {
    .header .main-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
}

.header .main-menu li:last-child a {
    padding-right: 0;
}

.header .main-menu li.menu_has_children {
    position: relative;
}

.header .main-menu li.menu_has_children.open > .sub-menu {
    display: block;
}

.header .main-menu li.menu_has_children > a {
    padding-right: 1.5625rem;
}

@media (max-width: 1199px) {
    .header .main-menu li.menu_has_children > a {
        display: block;
    }
}

.header .main-menu li.menu_has_children > a::before {
    position: absolute;
    content: "\f107";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 1.9375rem;
    right: 5px;
    color: #fff;
    font-size: 1rem;
}

@media (max-width: 1199px) {
    .header .main-menu li.menu_has_children > a::before {
        display: block;
        top: 0.5625rem;
        color: #fff;
    }
}

.header .main-menu li.menu_has_children:hover > a::before {
    color: var(--base-color);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header .main-menu li a {
    font-family: var(--body-font);
    font-weight: 400;
}

@media (max-width: 1199px) {
    .header .main-menu li a {
        display: block;
    }
}


.header .main-menu li .sub-menu {
    position: absolute;
    width: 220px;
    top: 105%;
    left: 0;
    z-index: 9999;
    padding: 0.625rem 0;
    box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1199px) {
    .header .main-menu li .sub-menu {
        opacity: 1;
        visibility: visible;
        display: none;
        position: static;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        width: 100%;
        background-color: #212121;
        border: none;
        padding-left: 0.9375rem;
        padding-top: 0;
    }
}

.header .main-menu li .sub-menu li {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}

@media (max-width: 1199px) {
    .header .main-menu li .sub-menu li {
        border-color: rgba(255, 255, 255, 0.15);
    }
}

.header .main-menu li .sub-menu li:last-child {
    border-bottom: none;
}

.header .main-menu li .sub-menu li a {
    padding: 0.375rem 1.5625rem;
    display: block;
    color: #555555;
    position: relative;
    font-size: 0.9375rem;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .header .main-menu li .sub-menu li a {
        color: #fff;
        padding: 0.5rem 0;
    }
}

.header .main-menu li .sub-menu li + li {
    margin-left: 0;
}

.header .main-menu li:hover > .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.header .main-menu li + li {
    margin-left: 40px;
}

@media (max-width: 1199px) {
    .header .main-menu li + li {
        margin-left: 0;
    }
}

.header .main-menu .sub-menu li.menu_has_children > a::before {
    top: 9px;
    right: 8px;
}

.header .main-menu .sub-menu li.menu_has_children > .sub-menu {
    left: 100%;
    top: 0;
}

@media (max-width: 1199px) {
    .header .main-menu .sub-menu li.menu_has_children > .sub-menu {
        padding-left: 15px;
    }
}

.header .nav-right {
    padding-left: 3.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.header__search-btn {
    background-color: transparent;
    padding: 0;
    font-size: 1.375rem;
    margin-right: 1.25rem;
}

@media (max-width: 1199px) {
    .header__search-btn {
        display: none;
    }
}

.header__search-btn.active i {
    transform: rotate(0);
}

.header__search-btn.active i::before {
    content: "\f00d";
}

.header-info-list {
    margin: -0.1875rem -0.625rem;
}

.header-info-list li {
    padding: 0.1875rem 0.625rem;
}

.header-info-list li a i {
    margin-right: 0.3125rem;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.header-top-right {
    justify-content: flex-end;
    margin: -0.125rem -1.5625rem;
}

.header-social-links {
    margin: -0.1875rem -0.4375rem;
    padding: 0.125rem 1.5625rem;
}

.header-social-links::before {
    content: "";
    right: 5px;
    top: 50%;
    width: 1px;
    height: 24px;
    margin-top: -12px;
}

.header-social-links li {
    padding: 0.1875rem 0.4375rem;
}

.header__bottom .language-select {
    padding-left: 1.25rem;
}

.language-select i {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.language-select select {
    background-color: transparent;
    border: none;
    font-size: 0.875rem;
    padding: 0;
    margin-right: 0.9375rem;
}

@media (max-width: 1199px) {
    .navbar-collapse {
        margin-top: 20px !important;
        padding: 0 1.875rem 1.25rem 1.875rem;
    }
}

@media (max-width: 575px) {
    .navbar-collapse {
        margin-top: 20px !important;
        padding: 0.875rem;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        max-height: 20rem;
        overflow: auto;
    }
}

.navbar-toggler {
    padding: 0;
    border: none;
    color: #000;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler__icon i::before {
    content: "\f00d";
}

.navbar-toggler__icon {
    font-size: 30px;
    line-height: 1;
}

.menu-toggle {
    margin: 10px 0;
    position: relative;
    display: block;
    width: 2.1875rem;
    height: 1.25rem;
    cursor: pointer;
    background: transparent;
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: #000;
    font-size: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.menu-toggle:before,
.menu-toggle:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -moz-transition: -webkit-transform 0.25s ease-in-out;
    -ms-transition: -webkit-transform 0.25s ease-in-out;
}

@media (max-width: 1199px) {
    .menu-toggle:before,
    .menu-toggle:after {
        background-color: #000;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

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

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

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

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

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

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

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

/* header end */
/* footer sectioncss start */
.footer-section {
    margin-top: auto;
    background-color: #1b1a1a;
}

.footer-section__top {
    padding-top: 80px;
    padding-bottom: 40px;
    border-bottom: 1px solid #45484c;
}

.footer-section__bottom {
    padding: 24px 0;
}

.footer-line {
    top: -100px;
    left: 0;
    width: 1px;
    height: calc(100% + 200px);
    background-color: rgba(255, 255, 255, 0.1);
}

.footer-line::after {
    content: "";
    top: 0;
    left: 0;
    height: 15px;
    animation: upDown 8s infinite linear;
}

.footer-line:nth-child(1) {
    left: 27%;
}

.content-footer-top {
    display: grid;
    row-gap: 32px;
    grid-template-areas:
  "info info"
  "company contactus"
  "usefullink usefullink";
}

.content-footer-top .item:first-child {
    grid-area: info;
}

.content-footer-top .item:nth-child(2) {
    grid-area: company;
}

.content-footer-top .item:nth-child(3) {
    grid-area: usefullink;
    margin-top: -8px;
}

.content-footer-top .item:last-child {
    grid-area: contactus;
}

@media (min-width: 567px) {
    .content-footer-top .item:nth-child(3) {
        margin-top: 0px;
    }

    .content-footer-top {
        grid-template-areas:
   "info company"
   "usefullink contactus";
    }
}

@media (min-width: 768px) {
    .footer-section__bottom {
        padding: 40px 0;
    }
}

@media (min-width: 1200px) {
    .content-footer-top {
        grid-template-areas: 'info company contactus usefullink';
        grid-template-columns: 40% 18% 24% 18%;
    }
}

@media (max-width: 991px) {
    .footer-line:nth-child(1) {
        left: 25%;
    }
}

.footer-line:nth-child(2) {
    left: 45%;
}

@media (max-width: 991px) {
    .footer-line:nth-child(2) {
        left: 50%;
    }
}

.footer-line:nth-child(2)::after {
    animation-delay: 1.5s;
}

.footer-line:nth-child(3) {
    left: 70%;
}

@media (max-width: 991px) {
    .footer-line:nth-child(3) {
        left: 75%;
    }
}

.footer-line:nth-child(3)::after {
    animation-delay: 0.5s;
}

@-webkit-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-moz-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-ms-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

.footer-widget__title {
    margin-bottom: 16px;
    font-size: 16px;
}

.footer-widget .social-links {
    margin-top: 24px;
    gap: 12px;
}

.footer-widget .social-links li a:hover {
    border-color: var(--base-color);
}

.footer-widget .footer-contact-info li + li {
    margin-top: 1.25rem;
}

.footer-widget .footer-contact-info li i {
    width: 30px;
    font-size: 1.125rem;
    line-height: 1;
    padding-top: 7px;
}

.footer-widget .footer-contact-info li p {
    width: calc(100% - 30px);
}

.footer-short-links li + li {
    margin-top: 16px;
}

.footer-short-links li a {
    display: block;
}

/* footer sectioncss end */
/* hero section css start */
.hero-section {
    z-index: 9;
}

.hero-slider {
    min-height: 775px;
    background: url(/assets/images/frontend/banner/image-banner-1-sp.jpg) center / cover no-repeat;
}

@media (min-width: 992px) {
    .hero-slider {
        min-height: 825px;
        background: url(/assets/images/frontend/banner/image-banner-1.jpg) no-repeat;
    }
}

.hero-slider .image {
    height: 100%;
}

.hero-slider .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hero-slider .text h2 {
    color: #ffffff;
    font-family: "Didot", serif;
    font-weight: 400;
    font-size: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hero-slider .text p {
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hero-slider .box-feature {
    position: absolute;
    width: 440px;
    display: none;
    right: 0;
    bottom: 194px;
    z-index: 9;
}

.hero-slider .box-feature .info {
    width: 200px;
    flex-shrink: 0;
    backdrop-filter: blur(20px);
    padding: 24px;
    color: #ffffff;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-slider .box-feature .info h6 {
    font-size: 28px;
    line-height: 34px;
    color: #ffffff;
    margin-bottom: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.hero-slider .box-feature .prev-image {
    flex: 1;
}

.hero-slider .box-feature .prev-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.hero-slider .box-feature .price-prev {
    font-weight: 700;
    font-size: 16px;
}

.hero-slider .box-feature .price-prev span {
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
}

.btn-navigation .swiper-button-next-hero,
.btn-navigation .swiper-pagination-hero {
    position: relative;
}

.btn-navigation .swiper-pagination-hero {
    text-align: left;
    bottom: 0
}

.btn-navigation .swiper-button-next-hero {
    height: 32px;
}

.btn-navigation .swiper-button-next-hero svg {
    width: 21px;
}

.hero-slider .btn-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-hotels-hero {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
}

.filter-wrapper .item:first-child {
    grid-area: city;
}

.filter-wrapper .item:nth-child(2) {
    grid-area: checkin;
}

.filter-wrapper .item:nth-child(3) {
    grid-area: room;
    border-bottom: 1px solid #ffffff1a;
}

.filter-wrapper .item:nth-child(4) {
    grid-area: button;
}

.filter-wrapper {
    padding: 24px;
    background-color: var(--base-color);
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-areas:
    'city'
    'checkin'
    'room'
    'button';
    display: grid;
    align-items: center;
    gap: 16px
}


.guest-type {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.guest-type span {
    margin-right: 10px;
}

.filter-wrapper h6 {
    color: #ffffff;
    margin-bottom: 4px;
    font-size: 14px;
}

.filter-wrapper .item {
    display: flex;
    gap: 12px;
    align-items: self-start;
}

.filter-wrapper .item .icon {
    width: 24px;
}

.filter-wrapper .item .content {
    flex: 1;
}

.filter-wrapper .custom-icon-field {
    height: 31px;
}

.input-search-city:focus {
    background-color: transparent;
}

.filter-wrapper .custom-icon-field .checkin-checkout-date, .input-search-city {
    background-color: transparent;
    border: none;
    height: max-content;
    padding: 0;
    color: #ffffff !important;
}

.filter-wrapper .custom-icon-field .checkin-checkout-date::placeholder, .input-search-city::placeholder {
    color: #B8B0AA !important;
}

.filter-wrapper .item:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 6px;
}

@media (min-width: 768px) {
    .filter-wrapper {
        gap: 24px;
        padding: 32px 24px;
    }

    .filter-wrapper .item {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .filter-wrapper .item:not(:nth-last-child(-n+2)) {
        border-right: 1px solid #ffffff1a;
        border-bottom: 0;
        padding-bottom: 0;
    }

    .filter-wrapper .item:not(:last-child) {
        padding-right: 24px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .filter-wrapper {
        grid-template-areas:
    'city checkin'
    'room button';
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .filter-wrapper .item:nth-child(even) {
        border-right: 0;
    }
}

@media (min-width: 1200px) {
    .filter-wrapper {
        grid-template-areas:
    'city checkin room button';
        grid-template-columns: 1fr 1fr 1fr 163px;
    }

    .filter-wrapper .item:nth-child(3) {
        border-bottom: 0;
    }

    .hero-slider .box-feature {
        display: flex;
    }

    .hero-slider .text h2 {
        font-size: 64px;
        line-height: 77px;
        margin-bottom: 12px;
    }
}

.spinner-small {
    width: 12px;
    height: 12px;
}

.select2-container--custom-type-address-select .select2-selection__rendered {
    color: #ffffff;
}

.select2-container--custom-type-address-select .select2-dropdown {
    width: 280px !important;
}

.select2-container--custom-type-address-select .select2-search--dropdown {
    padding: 0;
}

.select2-container--custom-type-address-select .select2-search--dropdown input::placeholder {
    color: #1B1A1A !important;
    font-weight: 500;
}

.select2-container--custom-type-address-select .select2-search--dropdown .select2-search__field {
    padding: 12px 15px;
    border-color: #72665E !important;
    border-width: 0 0 1px 0;
}

.select2-container--custom-type-address-select .option-custom strong,
.select2-container--custom-type-address-select .option-custom .address {
    margin-bottom: 8px;
}

.select2-container--custom-type-address-select .option-custom .address {
    color: #45484C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.select2-container--custom-type-address-select .option-custom p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.select2-container--custom-type-address-select .option-custom p span:first-child {
    color: #72665E;
}

.select2-container--custom-type-address-select .option-custom p span:last-child {
    border: 1px solid #F2F2F3;
    border-radius: 100px;
    padding: 4px 8px;
}

.select2-container--custom-type-address-select .select2-selection__arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.select2-container--custom-type-address-select .select2-selection__arrow::after {
    content: '';
    background-image: url(../../../../assets/images/icons/ic_arrow-light-brown.svg);
    display: block;
    width: 12px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}

.select2-container--custom-type-address-select.select2-container--open .select2-selection__arrow {
    transform: rotate(180deg);
    top: 15%;
}

.select2-container--custom-type-address-select .select2-selection__placeholder {
    color: #B8B0AA;
}

/* select custom */
.select-dropdown-has-number .dropdown-menu {
    width: 280px;
    border-radius: 0;
    padding: 0;
    margin-top: 12px;
}

.select-dropdown-has-number.show .dropdown-menu {
    display: block;
}

.select-dropdown-has-number .dropdown-item {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
}

.select-dropdown-has-number .dropdown-item:active {
    background-color: #ffffff;
    color: #1B1A1A;
}

.select-dropdown-has-number .dropdown-toggle {
    color: #ffffff;
    cursor: pointer;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-dropdown-has-number.show .dropdown-toggle,
.dropdown-toggle.dropdown-toggle-white-text {
    color: #ffffff;
}

.select-dropdown-has-number .dropdown-toggle::after {
    content: '';
    background-image: url(../../../../assets/images/icons/ic_arrow-light-brown.svg);
    display: block;
    width: 12px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    border: none
}

.booking-parents .select-dropdown-has-number .dropdown-toggle::after {
    width: 24px;
    height: 24px;
    background-image: url(../../../../assets/images/icons/users-02.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.booking-parents .select-dropdown-has-number.show .dropdown-toggle::after {
    transform: rotate(0deg);
}

.select-dropdown-has-number.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.select-dropdown-has-number .dropdown-item {
    cursor: pointer;
}

.select-dropdown-has-number .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #E1E1E2;
}

.select-dropdown-has-number .do-not-select {
    font-weight: 500;
    padding: 12px 16px;
    border-bottom: 1px solid #72665E;
}

.select-dropdown-has-number .text * {
    display: block;
}

.select-dropdown-has-number .title {
    font-weight: 700;
}

.select-dropdown-has-number .sub-title {
    font-size: 12px;
}

.select-dropdown-has-number .feature {
    display: flex;
    align-items: center;
}

.select-dropdown-has-number .feature .decrease,
.select-dropdown-has-number .feature .increase {
    width: 30px;
    text-align: center;
}

.select-dropdown-has-number .count {
    padding: 0 5px;
    background: transparent;
    border: none;
    max-width: 30px;
    text-align: center;
}

/* hero section css end */
/* inner hero section css start */
.inner-hero {
    padding-top: 150px;
    padding-bottom: 70px;
}

.inner-hero::before {
    content: "";
    top: 0;
    left: 0;
    opacity: 0.85;
}

.page-breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
}

.page-breadcrumb li {
    color: rgba(255, 255, 255, 0.8);
    text-transform: capitalize;
}

.page-breadcrumb li::after {
    content: "-";
    color: #ffffff;
    margin: 0 5px;
}

.page-breadcrumb li:first-child::before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--base-color);
    margin-right: 6px;
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li a {
    color: #ffffff;
    text-transform: capitalize;
}

.page-breadcrumb li a:hover {
    color: var(--base-color);
}

/* inner hero section css end */
/* room section css start */
.room-slider .slick-list {
    margin: -1.875rem -0.9375rem;
}

.room-slider .single-slide {
    padding: 1.875rem 0.9375rem;
}

.room-slider .slick-dots {
    margin-top: 2.5rem;
}

@media (max-width: 991px) {
    .room-slider .slick-dots {
        margin-top: 1.5625rem;
    }
}

.room-slider .slick-dots li {
    padding: 0 5px;
}

.room-slider .slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 30px;
    height: 12px;
    background-color: #555555;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

@media (max-width: 991px) {
    .room-slider .slick-dots li button {
        height: 10px;
    }
}

.room-card__thumb {
    border-radius: 5px;
    overflow: hidden;
}

.room-card__thumb img {
    min-height: 350px;
}

.room-card__utilities {
    bottom: 95px;
    left: 20px;
}

.room-card__utilities li + li {
    margin-top: 0.625rem;
}

.room-card__utilities li {
    width: 35px;
    height: 35px;
}

.room-card__content {
    padding: 1.5rem;
    margin: 0 1.25rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    margin-top: -4.6875rem;
    position: relative;
    isolation: isolate;
}

.room-card__content::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: #816e5717;
    border: 1px solid #ab8a625d;
    border-radius: 5px;
}

@media (max-width: 1399px) {
    .room-card__content {
        padding: 1.25rem;
    }
}

@media (max-width: 991px) {
    .room-card__content .title {
        font-size: 1.5rem;
    }
}

.room-card__bottom p {
    margin-right: 0.9375rem;
}

/* room section css end */
/* about section start */
.about-thumb-wrapper {
    margin: -0.9375rem;
}

@media (max-width: 575px) {
    .about-thumb-wrapper {
        margin: -0.4375rem;
    }
}

.about-thumb-wrapper .about-thumb {
    width: 50%;
    height: 260px;
    padding: 0.9375rem;
    overflow: hidden;
}

@media (max-width: 767px) {
    .about-thumb-wrapper .about-thumb {
        height: 240px;
    }
}

@media (max-width: 767px) {
    .about-thumb-wrapper .about-thumb {
        height: 180px;
    }
}

@media (max-width: 575px) {
    .about-thumb-wrapper .about-thumb {
        padding: 0.4375rem;
    }
}

.about-thumb-wrapper .about-thumb:nth-child(1) {
    margin-top: 2.8125rem;
}

@media (max-width: 991px) {
    .about-thumb-wrapper .about-thumb:nth-child(1) {
        margin-top: 0;
    }
}

.about-thumb-wrapper .about-thumb:last-child {
    -webkit-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    transform: translateY(-45px);
}

@media (max-width: 991px) {
    .about-thumb-wrapper .about-thumb:last-child {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/* about section end */
/* service section css start */
.service-section .video-wrapper::before {
    opacity: 0.45;
}

.service-section .video-wrapper .video-icon {
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    font-size: 1.5rem;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 80px;
}

.service-section .video-wrapper .video-icon::before {
    content: "";
    top: 0%;
    left: 0%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0.25;
    animation: custom-pulse 3s linear infinite;
}

.service-section .video-wrapper .video-icon::after {
    content: "";
    top: 0%;
    left: 0%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0.25;
    animation: custom-pulse 3s linear infinite;
}

@keyframes custom-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    20% {
        opacity: 1;
    }

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

.service-section {
    background-image: url(../../../../assets/images/frontend/background/bg-service.jpg);
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-card {
    padding: 2.1875rem 1.25rem;
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.service-card .icon {
    width: 53px;
    height: 53px;
}

.service-card .icon i {
    font-size: 1.25rem;
}

.service-card .title {
    margin-top: 1.125rem;
}

.section-header-white .sub-title {
    color: #ffffff;
}

.item-video-area {
    height: 120px;
    color: #ffffff;
    position: relative;
}

.item-video-area[href]:hover .text {
    backdrop-filter: blur(0px);
    background: transparent;
}

.item-video-area .text {
    transition: all 0.3s;
    backdrop-filter: blur(20px);
    background: #FFFFFF33;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
}

.item-video-area .text .icon {
    margin-right: 12px;
}

.item-video-area:hover {
    color: #ffffff;
}

.item-video-area .thumbnail {
    height: 100%;
}

.item-video-area .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-video-area {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 4px;
}

.item-video-area .icon svg {
    width: 40px;
}

@media (min-width: 992px) {
    .service-section {
        padding-top: 112px;
        padding-bottom: 112px;
    }

    .content-service-section .section-header {
        text-align: left !important;
    }

    .item-video-area .text .icon {
        margin-right: 24px;
    }

    .item-video-area .icon svg {
        width: 48px;
    }

    .item-video-area .text {
        font-size: 24px;
    }

    .item-video-area {
        height: 256px;
    }

    .content-service-section {
        display: flex;
        gap: 120px;
        align-items: center;
    }

    .content-service-section .list-video-area {
        width: 65%;
    }

    .content-service-section .section-header {
        flex: 1;
    }
}

/* service section css end */
/* gallery section css start */
.gallery-card:hover::before {
    opacity: 0.65;
}

.gallery-card:hover .full-view {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallery-card::before {
    opacity: 0;
}

.gallery-card .full-view {
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    font-size: 1.375rem;
    margin-top: -30px;
    margin-left: -30px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

/* gallery section css end */
/* subscribe section css start */
.subscribe-form {
    margin-top: 1.875rem;
}

.subscribe-form .form--control {
    width: calc(100% - 225px);
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    height: 70px;
    font-size: 1.125rem;
}

@media (max-width: 480px) {
    .subscribe-form .form--control {
        width: 100%;
        height: 55px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
}

.subscribe-form button {
    width: 225px;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    font-size: 1.125rem;
}

@media (max-width: 480px) {
    .subscribe-form button {
        width: 100%;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        margin-top: 0.9375rem;
    }
}

/* subscribe section css end */
/* how work section css start */
.work-item::before {
    content: "";
    top: 35px;
    left: calc(50% + 62px);
    width: calc(100% - 100px);
    height: 3px;
    background-color: #f1f1f1;
}

.work-item__step {
    width: 75px;
    height: 75px;
    font-size: 1.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.work-item__content {
    margin-top: 1.25rem;
}

.work-item-wrapper div[class*="col"]:last-child .work-item::before {
    display: none;
}

/* how work section css end */
/* cta section css start */
.cta-section div[class*="-shape"] {
    bottom: -100px;
    opacity: 0.35;
}

.cta-section div[class*="-shape"] img {
    max-height: 350px;
}

.cta-section .left-shape {
    left: 0;
}

.cta-section .right-shape {
    right: 0;
}

/* cta section css end */
/* overview section css start */
.overview-section .overview-el {
    top: 0;
    text-align: center;
    opacity: 0.1;
}

.overview-item__icon {
    width: 60px;
}

.overview-item__icon i {
    font-size: 3.5rem;
    line-height: 1;
}

.overview-item__content {
    width: calc(100% - 60px);
    padding-left: 15px;
}

.overview-item__content .amount {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 2rem;
}

/* overview section css end */
/* about us product section css start */
.about-us-product {
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative;
}

.content-about-us .btn-black-bora,
.list-feature-rooms > .btn-black-bora {
    padding: 15px 24px 12px;
    margin: 24px auto 32px;
}

.slider-about-us img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.slider-about-us .swiper-notification {
    display: none;
}

.content-about-us {
    display: flex;
    flex-direction: column-reverse;
}

.content-about-us .section-header {
    text-align: center;
    border-bottom: 1px solid #808080;
    padding: 0 24px 32px;
}

.item-feature-rooms .thumbnail {
    position: relative;
    height: 200px;
    margin-bottom: 24px;
    overflow: hidden;
}

.item-feature-rooms .thumbnail a {
    display: block;
    height: 100%;
}

.item-feature-rooms .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ic-brown-bo {
    background-color: var(--base-color);
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.item-feature-rooms .meta-tag {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    gap: 8px;
}

.item-feature-rooms .head {
    margin-bottom: 16px;
    text-align: left;
}

.item-feature-rooms .position {
    font-size: 14px;
    display: flex;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 8px;
}

.item-feature-rooms .position img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-right: 12px;
}

.item-feature-rooms .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.item-feature-rooms .type-room {
    background: #FFFFFF;
    border-radius: 100px;
    padding: 2px 12px;
    border: 1px solid #F2F2F3;
    margin-right: 8px;
}

.item-feature-rooms .type-room img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-right: 8px;
}

.item-feature-rooms .star-item i {
    color: #FFC327;
}

.star-item i.star-half {
    color: #DDDDDD;
    position: relative;
}

.star-item i.star-half::after {
    content: '\f005';
    position: absolute;
    top: 0;
    left: 0px;
    width: 50%;
    height: 100%;
    clip-path: inset(0 0 0 14%);
    color: #FFC327;
}

.item-feature-rooms .rate-box {
    font-weight: 500;
}

.item-feature-rooms .rate-box .point {
    background: #1B1A1A;
    color: #ffffff;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 12px;
}

.item-feature-rooms .old span {
    text-decoration: line-through;
    font-size: 12px;
}

.item-feature-rooms .current {
    color: #45484C;
}

.item-feature-rooms .current span {
    font-size: 20px;
    color: var(--base-color);
    font-weight: 700;
}

.item-feature-rooms .btn-black-bora {
    height: 36px;
    background-color: var(--base-color);
    font-weight: 500;
    font-size: 12px;
    flex-shrink: 0;
}

.item-feature-rooms .btn-black-bora:hover {
    color: #ffffff;
}

.list-feature-rooms {
    text-align: center;
}
.slider-feature-rooms .item-feature-rooms .thumbnail a{
    display: block;
}
.list-feature-rooms > .btn-black-bora {
    margin: 32px auto 32px;
    display: inline-flex;
}

.list-feature-rooms > .btn-black-bora:hover {
    color: #ffffff;
}

.item-feature-rooms .head .left {
    margin-bottom: 8px;
}

.item-feature-rooms .head .right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    gap: 12px;
}

.item-feature-rooms .head h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

.item-feature-rooms .head h3 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.content-feature-rooms {
    padding-top: 64px;
}

.slider-about-us .swiper-pagination {
    margin-top: 16px;
    position: relative;
    bottom: 0;
}

.content-feature-rooms .list-feature-rooms {
    margin-top: 64px;
    margin-left: 0;
    margin-right: calc(-50vw + 50%);
    padding-left: 0px;
    padding-right: 0px;
}
@media (max-width: 992px) {
    .content-feature-rooms .list-feature-rooms .slider-feature-rooms .item-feature-rooms{
        border-right: 1px solid #808080;
        padding-right: 24px;
    }
}
.content-about-us .box-slider-about {
    width: 100%;
    min-width: 0;
    position: relative;
    overflow: hidden;
}
@media (min-width: 992px) {
    .content-feature-rooms .list-feature-rooms {
        margin-right: 0;
    }
    .about-us-product {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .content-feature-rooms {
        padding-top: 120px;
    }

    .content-about-us .btn-black-bora {
        margin-top: 40px;
    }

    .slider-about-us {
        height: 560px;
    }

    .content-about-us {
        gap: 50px;
        flex-direction: row;
        margin-right: var(--margin-right-about-us) !important;
    }

    .content-about-us .section-header {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 450px;
        border-left: 1px solid #808080;
        text-align: left;
        border-bottom: 0;
        padding: 0 0 0 50px;
    }

    .content-feature-rooms .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 40px;
        align-items: stretch;
        grid-auto-rows: minmax(150px, auto);
    }

    .content-feature-rooms .list-feature-rooms {
        margin-top: 64px;
    }

    .item-feature-rooms .thumbnail {
        height: 240px;
    }

    .list-feature-rooms .swiper-slide:nth-child(odd) .item-feature-rooms {
        padding-right: 20px;
        border-right: 1px solid #808080;
    }

    .list-feature-rooms .swiper-slide:nth-child(even) .item-feature-rooms {
        padding-left: 20px;
    }

    .item-feature-rooms .head h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .item-feature-rooms .rate-box {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .item-feature-rooms .rate-box .point {
        margin-right: 8px;
    }

    .list-odd .item-feature:not(:nth-last-child(-n + 1))::after {
        content: '';
        border-bottom: 1px solid #808080;
        width: 100%;
        display: block;
        padding-top: 40px;
    }

    .list-even .item-feature:not(:nth-last-child(-n + 2))::after {
        content: '';
        border-bottom: 1px solid #808080;
        width: 100%;
        display: block;
        padding-top: 40px;
    }

    .list-feature-rooms > .btn-black-bora {
        margin: 64px auto 32px;
        display: inline-flex;
    }

    .slider-about-us .swiper-pagination {
        position: absolute;
        bottom: 19px;
    }
}
@media (min-width: 1024px) {
    .item-feature-rooms .head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 16px;
        text-align: left;
        gap: 10px;
        min-height: 77px;
    }
    .item-feature-rooms .head .left {
        margin-bottom: 0;
    }
    .item-feature-rooms .head .right {
        flex-direction: column;
        flex-shrink: 0;
        align-items: flex-end;
    }
}

@media (min-width: 1440px) {

    .list-feature-rooms .swiper-slide:nth-child(odd) .item-feature-rooms {
        padding-right: 40px;
    }

    .list-feature-rooms .swiper-slide:nth-child(even) .item-feature-rooms {
        padding-left: 40px;
    }
}

@media (max-width: 991px) {
    .content-about-us {
        position: relative;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .slider-about-us .swiper-slide {
        transform: scale(0.9);
    }

    .slider-about-us .swiper-slide.swiper-slide-active {
        transform: scale(1);
    }
}

/* about us section css end */
/* blog section css start */
.blog-post {
    border-radius: 10px 10px 0 0;
}

.blog-post__content {
    padding: 1.5625rem;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 0 0 10px 10px;
}

.blog-post .blog-meta {
    margin-bottom: 0.3125rem;
}

.blog-post .blog-meta li:last-child::after {
    display: none;
}

.blog-post .blog-meta li::after {
    content: "/";
    padding: 0 10px;
}

.blog-post .title {
    margin-bottom: 0.9375rem;
}

.blog-post .title a {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog-post__content p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* blog section css end */
/* blog details section css start */
.blog-details-thumb {
    max-height: 450px;
}

.blog-details-title {
    font-size: 2rem;
}

@media (max-width: 991px) {
    .blog-details-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 575px) {
    .blog-details-title {
        font-size: 1.5rem;
    }
}

.post-share {
    padding: 1.25rem 1rem;
    border-top: 1px solid #d5d4d35d;
    border-radius: 3px;
}

.post-share li {
    padding: 0.1875rem 0.3125rem;
}

.post-share li a {
    width: 2.1875rem;
    height: 2.1875rem;
    border: 1px solid var(--base-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--base-color);
}

.post-share li a:hover {
    border-color: var(--base-color);
}

.blog-sidebar {
    background-color: #ffffff !important;
    border: 1px solid #ebebeb;
    padding: 1.25rem;
    position: sticky;
    top: 100px;
}

.blog-sidebar .title {
    position: relative;
    padding-bottom: 0.3125rem;
    margin-bottom: 1.875rem;
}

.blog-sidebar .title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 2.1875rem;
    height: 0.125rem;
}

.s-post {
    padding: 0.9375rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.s-post:first-child {
    padding-top: 0;
}

.s-post:last-child {
    padding-bottom: 0;
    border-bottom: none !important;
}

.s-post__thumb {
    width: 5rem;
    height: 4.375rem;
}

.s-post__thumb img {
    width: 100%;
    height: 100%;
}

.s-post__content {
    width: calc(100% - 80px);
    padding-left: 1.25rem;
}

.s-post__title {
    font-size: 1rem;
}

.s-post__title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* blog details section css end */
/* User Authentic Section  */
.bg-auth-page {
    position: relative;
    background-image: url(../../../../assets/images/frontend/background/bg-authentication.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.auth-section {
    display: flex;
    align-items: center;
    padding-top: 170px;
    padding-bottom: 48px;
}

.auth-section__form {
    background-color: #fff;
    padding: 32px 24px;
}

.auth-section__form .title {
    text-align: center;
}

.auth-section__form label {
    font-weight: 400;
    margin-bottom: 0;
}

.auth-section__form .note {
    font-size: 12px;
    color: #45484c;
    line-height: 17px;
    margin-top: 4px;
}

.auth-section__form .btn-forgot {
    font-weight: 700;
    text-decoration: underline;
    line-height: 21 px\;
}

.auth-section__form .btn-social {
    gap: 12px;
}

.auth-section__form .or-border {
    margin: 32px 0;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.auth-section__form .or-border::before {
    content: "";
    background-color: #f2f2f3;
    width: 45%;
    height: 1px;
    display: block;
}

.auth-section__form .or-border::after {
    content: "";
    background-color: #f2f2f3;
    width: 45%;
    height: 1px;
    display: block;
}

.auth-section__form .subtitle {
    margin-bottom: 32px;
    line-height: 21px;
}

.auth-section__form .btn-black-bora {
    margin-top: 32px;
}

.auth-section__form .notifi-box {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F7F8FA;
}

.auth-section__form .notifi-box .icon {
    margin-bottom: 23px;
}

.auth-section__form .notifi-box p {
    line-height: 21px;
}

.auth-section__form .title {
    margin-bottom: 32px;
    line-height: 29px;
}

@media screen and (min-width: 768px) {
    .auth-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .content-auth-page {
        max-width: 480px;
        margin: 0 auto;
    }

    .auth-section {
        padding-top: clamp(194px, 5vw, 244px);
    }
}

@media screen and (min-width: 992px) {
    .auth-section {
        padding-top: clamp(168px, 5vw, 218px);
        min-height: auto;
    }
}

@media screen and (min-width: 576px) {
    .auth-section__form {
        padding: 32px;
    }
}

/* User Authentic Section End */
/* account section css start */
.account-section {
    min-height: 100vh;
}

@media (max-width: 1199px) {
    .account-section.style--two .left {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .account-section.style--two .right {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .account-section.style--two .right .account-form {
        max-width: 100%;
    }
}

.account-section .left {
    padding: 5rem 1.875rem;
    width: 50%;
    display: flex;
    flex-flow: column;
}

@media (max-width: 991px) {
    .account-section .left {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .account-section .left {
        padding: 3.125rem 1.875rem;
    }
}

.account-section .left::before {
    opacity: 0.65;
}

.account-section .left__inner {
    max-width: 400px;
    margin: 0 auto;
}

.account-section .right {
    width: 50%;
    display: flex;
    flex-flow: column;
    background-color: #fafafa;
    padding: 5rem;
}

@media (max-width: 991px) {
    .account-section .right {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .account-section .right {
        padding: 3.125rem 1.875rem;
    }
}

.account-section .right .subtitle {
    font-size: 1.125rem;
}

/* account section css end */
/* contact section css start */
@media (max-width: 991px) {
    .contact-wrapper {
        padding-top: 0;
    }
}

.contact-wrapper .contact-wrapper-right-thumb {
    top: 0;
    right: 0;
    width: 60%;
}

@media (max-width: 991px) {
    .contact-wrapper .contact-wrapper-right-thumb {
        width: 100%;
    }
}

.contact-wrapper .contact-wrapper-right-thumb::before {
    background-color: #fafafa;
    opacity: 0.95;
}


@media (max-width: 1399px) {
    .contact-left-area {
        padding: 3.125rem 4.375rem;
    }
}

@media (max-width: 1199px) {
    .contact-left-area {
        padding: 1.875rem;
    }
}


@media (max-width: 575px) {
    .contact-left-area {
        padding: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
}

.map-area {
    filter: grayscale(100%);
}

.map-area iframe {
    height: 550px;
    margin-bottom: -10px;
}

@media (max-width: 767px) {
    .map-area iframe {
        height: 450px;
    }
}

@media (max-width: 575px) {
    .map-area iframe {
        height: 300px;
    }
}

/* contact section css end */
/* rooms section css start */
.sidebar {
    padding: 1.875rem;
    padding-top: 50px;
    background-color: #fafafa;
    border: 1px solid #f2f2f2;
}

.sidebar.active {
    left: 0;
    transform: translateX(0);
}

@media (max-width: 991px) {
    .sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 999;
        max-height: 100vh;
        overflow-y: auto;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        max-width: 400px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        transform: translateX(-100%);
    }
}

.sidebar .sidebar-close-btn {
    content: "";
    top: 10px;
    right: 10px;
    background-color: transparent;
    padding: 0;
    display: none;
    font-size: 1.5rem;
    line-height: 1;
}

@media (max-width: 991px) {
    .sidebar .sidebar-close-btn {
        display: inline-block;
    }
}

.sidebar-open-btn {
    background-color: transparent;
    display: none;
}

@media (max-width: 991px) {
    .sidebar-open-btn {
        display: inline-block;
    }
}

.sidebar-widget + .sidebar-widget {
    margin-top: 1.875rem;
}

.sidebar-widget__title {
    padding-bottom: 0.625rem;
    margin-bottom: 0.9375rem;
}

.sidebar-widget__title::after {
    content: "";
    bottom: 0;
    left: 0;
    width: 25px;
    height: 1px;
}

.category-list li {
    border-bottom: 1px solid #f2f2f2;
}

.category-list li a {
    padding: 0.625rem 0;
    justify-content: space-between;
}

.sidebar-range-slider {
    padding: 0.9375rem;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.sidebar-range-slider .ui-slider-horizontal {
    height: 4px;
    border: none;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

.sidebar-range-slider .ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    width: 14px;
    height: 14px;
    border: none;
}

.slider-range-field {
    width: 50% !important;
    background-color: transparent;
    line-height: 1;
    padding: 0 0.9375rem;
    width: auto;
    border: none;
}

.rooms-wrapper {
    margin: -0.9375rem;
}

.rooms-wrapper.grid-style {
    margin: -0.75rem;
}

.rooms-wrapper.grid-style .single-room {
    width: 50%;
    padding: 0.75rem;
}

@media (max-width: 767px) {
    .rooms-wrapper.grid-style .single-room {
        width: 100%;
    }
}

.rooms-wrapper.grid-style .single-room__thumb {
    width: 100%;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.rooms-wrapper.grid-style .single-room__content {
    width: 100%;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
}

.single-room {
    padding: 0.9375rem;
}

.single-room__thumb {
    width: 45%;
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
}

@media (max-width: 575px) {
    .single-room__thumb {
        width: 100%;
        border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0;
    }
}

.single-room__content {
    width: 55%;
    padding: 1.5625rem 1.875rem;
    background-color: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-left: none;
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -ms-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
}

@media (max-width: 1199px) {
    .single-room__content {
        padding: 1.25rem;
    }
}

@media (max-width: 575px) {
    .single-room__content {
        width: 100%;
        border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -ms-border-radius: 0 0 10px 10px;
        -o-border-radius: 0 0 10px 10px;
    }
}

@media (max-width: 1199px) {
    .single-room__content .title {
        font-size: 1.5rem;
    }
}

.single-room .details {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-room__meta {
    margin: -0.1875rem -0.3125rem;
}

.single-room__meta li {
    padding: 0.1875rem 0.625rem;
    border: 1px solid #dbd8d8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #908f8f;
    font-size: 12px;
    margin: 0.1875rem 0.3125rem;
}

/* rooms section css end */
/* room details section css start */
.room-details-thumb-slider .room-details-thumb {
    max-height: 515px;
}

.room-details-nav-slider .slick-list {
    margin: -0.625rem;
}

.room-details-nav-slider .single-slide {
    padding: 0.625rem;
}

.room-details-nav-slider .room-details-nav-thumb {
    max-height: 200px;
}

.room-details-features .title {
    font-size: 1.5rem;
    padding-bottom: 0.75rem;
    margin-bottom: 1.25rem;
}

.room-details-features .title::after {
    content: "";
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
}

.other-room-slider .slick-list {
    margin: -20px -15px;
}

.other-room-slider .single-slide {
    padding: 20px 15px;
}

.other-room-slider .room-card__content {
    padding: 1.875rem;
    box-shadow: 0 4px 20px #0000000d;
}

.other-room-slider .slick-arrow {
    position: absolute;
    top: -60px;
    width: 40px;
    height: 40px;
    border: 1px solid var(--base-color);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 1.125rem;
}

.other-room-slider .slick-arrow.prev {
    right: 55px;
}

.other-room-slider .slick-arrow.next {
    right: 0;
}

/* room details section css end */
/* room booking section css start */
.room-booking-sidebar {
    padding: 2.5rem;
    background-color: #ffff;
    border: 1px solid rgba(0, 0, 0, 0.03);
    top: 100px;
}

.room-booking-widget + .room-booking-widget {
    margin-top: 2.1875rem;
}

.room-booking-widget__title {
    padding-bottom: 8px;
}

.room-booking-widget__title::after {
    content: "";
    bottom: 0;
    left: 0;
    width: 20px;
    height: 1px;
}

.room-booking-widget__body {
    margin-top: 0.9375rem;
}

.room-booking-widget-list li {
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
}

/* room booking section css end */
/* authentication section css start */
.qr-code {
    padding: 0.625rem 0.625rem;
    background-color: #f3f3f3;
}

.qr-code-copy-form input[type="text"] {
    background-color: transparent;
    border: none;
    font-size: 1.25rem;
    width: calc(100% - 75px);
    height: 40px;
}

@media (max-width: 440px) {
    .qr-code-copy-form input[type="text"] {
        font-size: 0.875rem;
    }
}

@media (max-width: 360px) {
    .qr-code-copy-form input[type="text"] {
        font-size: 0.875rem;
    }
}

.qr-code-copy-form .text-copy-btn {
    width: 75px;
    background-color: var(--base-color);
    border: none;
}

.qr-code-form .form--control {
    height: 4.0625rem;
    padding-right: 5.9375rem;
}

.qr-code-form__btn {
    top: 10px;
    right: 10px;
    width: 75px;
    height: calc(100% - 20px);
}

/* authentication section css end */
/* dashboard section css start */

.user-sidebar__top {
    padding: 3.125rem 1.25rem;
}

@media (max-width: 1199px) {
    .user-sidebar__top {
        padding: 1.25rem 1.875rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 575px) {
    .user-sidebar__top {
        padding: 1.25rem;
    }
}

@media (max-width: 575px) {
    .user-sidebar__top img {
        max-width: 200px;
        max-height: 30px;
    }
}

@media (max-width: 1199px) {
    .user-sidebar .user-info {
        text-align: center;
    }

    .user-sidebar .user-info .avatar {
        margin: 0 auto;
        margin-bottom: 12px;
    }

    .user-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(-100%);
        transition: 0.4s;
        max-width: 295px;
        width: 100%;
        z-index: 999;
        height: 100%;
        border-radius: 0;
        border: 0;
        overflow: unset;
        overflow-y: auto;
        padding: 40px 16px;
        background-color: #F6F8F9;
    }

    .user-sidebar.active {
        transform: translateX(0);
    }

    .user-sidebar .sidebar-close {
        position: fixed;
        right: 0;
        top: 0;
        height: 45px;
        padding: 10px;
        line-height: 1;
        font-size: 20px;
        background: #ea5455;
        color: #fff;
    }

    .sidenav-of-hotel {
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(-100%);
        transition: 0.4s;
        max-width: 100%;
        width: 100%;
        z-index: 999;
        height: 100%;
        border-radius: 0;
        border: 0;
        padding: 40px 16px;
        background-color: #F6F8F9;
    }
}

.filter-toggle {
    background-color: var(--base-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    font-weight: 500;
    width: max-content;
    gap: 10px;
    margin-bottom: 32px;
}

.sidenav-of-hotel.active {
    transform: translateX(0);
}

.user-sidebar-toggler {
    font-size: 8px;
}

.user-sidebar {
    row-gap: 32px;
    display: flex;
    flex-direction: column;
}

.user-sidebar__menu {
    background-color: #ffffff;
}

.user-sidebar__menu li .item-menu {
    padding: 16px;
    font-weight: 500;
    position: relative;
}

@media (max-width: 1023.98px) {
    .user-sidebar__menu li .item-menu {
        padding-right: 36px;
    }
}

.user-sidebar__menu li .item-menu::after {
    content: '';
    background-image: url(../../../../assets/images/icons/ic_arrow-right-bo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.user-sidebar__menu li:not(:last-child) .item-menu {
    border-bottom: 1px solid #E1E1E2;
}

.user-sidebar__menu li .item-menu .icon {
    width: 32px;
    height: 32px;
    background: #F6F8F9;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
}

.user-sidebar-open-btn {
    background-color: transparent;
    display: none;
}

@media (max-width: 1199px) {
    .user-sidebar-open-btn {
        display: inline-block;
    }
}

.d-widget__header {
    padding: 0.9375rem 1.25rem;
    background-color: #212121;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

@media (max-width: 1400px) {
    .d-widget__header .title {
        font-size: 18px;
    }
}

.d-widget__header i {
    margin-right: 0.625rem;
}

.d-widget__body {
    padding: 1.875rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
}

.d-widget__body i {
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 3rem;
    line-height: 1;
    opacity: 0.05;
}

.d-widget__body .amount {
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 1;
}

.profile-card .card-body {
    padding: 2.5rem 1.875rem;
}

@media (max-width: 575px) {
    .profile-card .card-body {
        padding: 1.25rem;
    }
}

/* personal detail */
.account-settings {
    padding-top: 188px;
    padding-bottom: 64px;
    background-color: #F6F8F9;
}

.user-sidebar .user-info {
    padding: 24px;
    gap: 24px;
    align-items: center;
    background-color: #ffffff;
}

.user-sidebar .user-info .avatar {
    height: 64px;
    max-width: 64px;
}

.user-sidebar .user-info .avatar img {
    object-fit: cover;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 100%;
}

.user-sidebar .user-info .file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.user-sidebar .user-info .file-input__label {
    background-color: var(--base-color);
    width: 64px;
    height: 64px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.user-sidebar .user-info .file-input__label span {
    width: 24px;
    height: 24px;
    background-color: #F6F8F9;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -4px;
    right: -4px;
}

.user-sidebar .user-info .text h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}

.user-sidebar .user-info .text .level {
    margin-bottom: 16px;
}

.user-info .text p {
    line-height: 21px;
}

/* Wallet */
.total-transactions {
    color: #808080;
}

.list-transactions li {
    background-color: #fff;
    margin-top: 8px;
    padding: 16px;
}

.list-transactions li .info,
.list-transactions li .content {
    justify-content: space-between;
}

.list-transactions li .info {
    margin-bottom: 8px;
    align-items: center;
}

.list-transactions li .info h6 {
    font-size: 16px;
    font-weight: 500;
}

.list-transactions li .date {
    color: #808080;
    font-size: 12px;
    margin-bottom: 8px;
}

.list-transactions li .info .icon {
    text-align: right;
}

.list-transactions li .content {
    gap: 16px;
}

.list-transactions li .content span {
    font-weight: 500;
    white-space: nowrap;
}

.r-card-wallet .total-transactions {
    margin-top: 24px;
}

.color-green {
    color: #2FAC5A;
}

.group-radio-custom {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* dashboard section css end */
/* support section css start */
.custom--file-upload {
    position: relative;
    line-height: 2rem;
    font-size: 0.9375rem;
}

.custom--file-upload::before {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 108px;
    height: calc(100% + 2px);
    padding: 0.625rem 1.25rem;
    line-height: 24px;
}

.single-reply {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.875rem;
    background-color: #cacaca26;
}

@media (min-width: 768px) {
    .account-settings {
        padding-top: 130px;
        padding-bottom: 80px;
        background-color: #F6F8F9;
    }
}

@media (min-width: 1200px) {
    .content-account-setting {
        display: grid;
        grid-template-columns: 27% auto;
        gap: 40px;
    }

    .account-settings {
        padding-top: 130px;
        padding-bottom: 80px;
    }
}

@media (max-width: 575px) {
    .single-reply {
        padding: 1.25rem;
    }
}

.single-reply .left {
    width: 20%;
}

@media (max-width: 767px) {
    .single-reply .left {
        width: 100%;
    }
}

.single-reply .right {
    width: 80%;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 1.25rem;
}

@media (max-width: 767px) {
    .single-reply .right {
        width: 100%;
        padding-left: 0;
        border-left: none;
        margin-top: 1.25rem;
    }
}

.single-reply + .single-reply {
    margin-top: 20px;
}

.support-upload-field__left {
    width: calc(100% - 80px);
    padding-right: 15px;
}

@media (max-width: 480px) {
    .support-upload-field__left {
        width: 100%;
        padding-right: 0;
    }
}

.support-upload-field__right {
    width: 80px;
    padding-top: 35px;
}

@media (max-width: 480px) {
    .support-upload-field__right {
        width: 100%;
        padding-top: 0;
        order: -1;
        text-align: right;
        margin-bottom: -25px;
        position: relative;
        z-index: 1;
    }
}

.support-upload-field__right button.btn {
    padding: 0.625rem;
}

@media (max-width: 480px) {
    .support-upload-field__right button.btn {
        padding: 3px 8px;
    }
}

.single-file-upload .form-control {
    width: calc(100% - 60px);
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-right: 0;
}

@media (max-width: 380px) {
    .single-file-upload .form-control {
        width: calc(100% - 30px);
    }
}

.single-file-upload .btn {
    width: 60px;
    padding: 0.625rem;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
}

@media (max-width: 380px) {
    .single-file-upload .btn {
        padding: 5px;
        width: 30px;
    }
}

/* support section css end */

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    color: #111;
    background-color: var(--base-color);
    z-index: 11;
}

.ui-datepicker-prev::before {
    position: absolute;
    content: "\f104";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: #fff;
}

.ui-datepicker-next::before {
    position: absolute;
    content: "\f105";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Line Awesome Free";
    font-weight: 900;
    color: #fff;
}

.page-link:focus {
    box-shadow: none;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #21212163;
    z-index: -111;
    opacity: 0;
    visibility: hidden;
}

.overlay.active {
    z-index: 999;
    opacity: 1;
    visibility: visible;
}

/* Preloader  */
.preloader {
    position: relative;
    display: grid;
    place-content: center;
    height: 100vh;
    background-color: #493a28;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}

.preloader-dotline {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.preloader-dotline .dot {
    display: inline-block;
    background-color: #cea26d;
    height: 8px;
    width: 8px;
    opacity: 0;
    border-radius: 50%;
    animation: dotline-move 4s infinite;
    transform: translateX(-300px);
}

.preloader-dotline .dot:nth-child(1) {
    animation-delay: 0.8s;
}

.preloader-dotline .dot:nth-child(2) {
    animation-delay: 0.7s;
}

.preloader-dotline .dot:nth-child(3) {
    animation-delay: 0.6s;
}

.preloader-dotline .dot:nth-child(4) {
    animation-delay: 0.5s;
}

.preloader-dotline .dot:nth-child(5) {
    animation-delay: 0.4s;
}

.preloader-dotline .dot:nth-child(6) {
    animation-delay: 0.3s;
}

.preloader-dotline .dot:nth-child(7) {
    animation-delay: 0.2s;
}

.preloader-dotline .dot:nth-child(8) {
    animation-delay: 0.1s;
}

@keyframes dotline-move {
    40% {
        transform: translateX(0px);
        opacity: 0.8;
    }

    100% {
        transform: translateX(300px);
        opacity: 0;
    }
}

.preloader .logo__is {
    width: 295px;
}

/* Preloader End */
/* Section Spacing  */
.section {
    padding-top: clamp(50px, 8vw, 100px);
    padding-bottom: clamp(50px, 8vw, 100px);
}

.section--sm {
    padding-top: clamp(30px, 4vw, 50px);
    padding-bottom: clamp(30px, 4vw, 50px);
}

.section--top {
    padding-top: clamp(50px, 8vw, 100px);
}

.section--bottom {
    padding-bottom: clamp(50px, 8vw, 100px);
}

.section__head {
    padding-bottom: clamp(30px, 4vw, 50px);
}

/* Section Spacing End */

.list {
    display: flex;
    flex-direction: column;
    gap: var(--gap, 1rem);
    margin: 0;
    padding: 0;
    list-style: none;
}

.list--row {
    flex-direction: row;
}

.room-details-head {
    position: relative;
    background-color: #ffff;
    width: 100%;
    max-width: 710px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
    z-index: 1;
    margin: 0 auto;
    border-radius: 5px;
}

.room-details-thumb-slider {
    margin-top: -65px;
}

.room-details-head .title {
    color: #66625d;
    font-size: 2.5rem;
    font-weight: 400;
}

.room-details-head .fare {
    font-size: 2.2rem;
}

.room-details-card {
    background-color: #fff;
    padding: 1.3rem;
}

.room-details-card .title {
    border-bottom: 1px solid #efefef;
    padding-bottom: 0.8rem;
    color: #66625d;
}

.room-details-card .body {
    padding-top: 1rem;
    color: #66625d;
}

@media (max-width: 1199px) {
    .room-details-head {
        margin-bottom: 1.5rem;
    }

    .room-details-thumb-slider {
        margin-top: 0px;
    }

    .room-details-head {
        padding: 40px 30px;
    }

    .room-details-head .title {
        font-size: 2.5rem;
    }

    .room-details-head .fare {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .room-details-head .title {
        font-size: 2rem;
    }

    .room-details-head .fare {
        font-size: 1.5rem;
    }
}

@media (max-width: 575px) {
    .room-details-head .title {
        font-size: 1.8rem;
    }

    .room-details-head .fare {
        font-size: 1.2rem;
    }
}

@media (max-width: 468px) {
    .room-details-head .title {
        font-size: 1.2rem;
    }

    .room-details-head .fare {
        font-size: 1rem;
    }
}

.accordion-header {
    font-family: var(--body-font);
}

.widget {
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    isolation: isolate;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    isolation: isolate;
}

@media screen and (min-width: 768px) {
    .widget {
        padding: 20px 15px;
    }
}

.widget__title {
    color: rgba(0, 40, 78, 0.7);
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.widget__icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 25px;
    position: relative;
    background: #f5f5f5;
}

.widget__body-icon {
    position: absolute;
    right: 30px 15px;
    bottom: 15px;
    font-size: 3rem;
    line-height: 1;
    z-index: -1;
    opacity: 0.2;
    box-shadow: 0 0 10px 0 #ede7e7;
}

.widget__amount {
    font-size: 1.5rem;
    line-height: 1.3;
    color: #888888;
}

.widget--base .widget__icon {
    color: rgba(171, 138, 98, 0.8);
}

.widget--base .widget__body-icon {
    color: #ab8a62;
}

.widget--primary .widget__icon {
    color: rgba(30, 159, 242, 0.8);
}

.widget--primary .widget__body-icon {
    color: #1e9ff2;
}

.widget--success .widget__icon {
    color: rgba(40, 199, 111, 0.8);
}

.widget--success .widget__body-icon {
    color: #28c76f;
}

.widget--warning .widget__icon {
    color: rgba(255, 159, 67, 0.8);
}

.widget--warning .widget__body-icon {
    color: #ff9f43;
}

.widget--danger .widget__icon {
    color: rgba(234, 84, 85, 0.8);
}

.widget--danger .widget__body-icon {
    color: #ea5455;
}

.widget--dark .widget__icon {
    color: rgba(33, 33, 33, 0.8);
}

.widget--dark .widget__body-icon {
    color: #212121;
}

.custom--table td .icon-btn {
    font-size: 15px;
}

.user-sidebar-toggler-wrapper {
    background: var(--base-color);
    padding: 5px 10px;
    border: 1px solid #ebebeb;
    margin-bottom: 1.5rem;
    color: #fff;
    border-radius: 5px;
}

.room-details-head .capacity {
    color: #66625d;
}

.modal .close {
    background: none;
    font-size: 15px;
    padding: 5px 10px;
}

.custom--badge {
    padding: 3px 15px;
    min-width: 68px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background-color: #e5e5e5 !important;
    text-align: center;
    color: #787878;
}

button[disabled] {
    cursor: not-allowed;
}

.footer-about {
    max-width: 50ch;
    font-size: 12px;
    margin-top: 24px;
}

/* required */
label.required:after {
    content: "*";
    margin-left: 2px;
}

.modal-header,
.modal-footer {
    border-color: #dee2e670 !important;
}

::placeholder {
    color: #d2d2d2 !important;
}

::-webkit-input-placeholder {
    color: #d2d2d2 !important;
}

::-moz-placeholder {
    color: #d2d2d2 !important;
}

:-ms-input-placeholder {
    color: #d2d2d2 !important;
}

:-moz-placeholder {
    color: #d2d2d2 !important;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.4;
    color: initial !important;
}

.btn--dark:disabled {
    color: initial !important;
}

/* social login css */

.social-auth {
    margin-top: 1rem;
}

.auth-devide span {
    font-size: 18px;
    padding-inline: 6px;
}

.social-auth-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 1rem;
}

.linkedin-color {
    background-color: #0a66c2;
}

.google-color {
    background-color: #4285f4;
}

.facebook-color {
    background-color: #4267b2;
}

.social-login-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    color: white;
}

.social-login-btn:hover {
    background-color: var(--base-color);
    color: #ffffff;
}

/* deposit page */

.gateway-card {
    padding: 15px;
    border: 1px solid rgb(0 0 0 / 7%);
    border-radius: 5px;
}

.payment-card-title {
    padding: 13px 25px;
    text-align: center;
    background-color: var(--base-color);
    border-radius: 5px;
    border: 0;
    margin-bottom: 0px;
    color: #fff;
}

.payment-system-list {
    --thumb-width: 100px;
    --thumb-height: 40px;
    --radio-size: 12px;
    --border-color: #cccccf59;
    --hover-border-color: var(--base-color);
    background-color: #fff;
    border-radius: 5px;
    height: 100%;
}

.payment-system-list.is-scrollable {
    max-height: min(388px, 70vh);
    overflow-x: auto;
    padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
    width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
    width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
    background-color: var(--base-color);
    border-radius: 10px;
}

.payment-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 18px;
    border: 1px solid #fff;
    border-top-color: var(--border-color);
    transition: all 0.3s;
    border-left: 3px solid transparent;
}

.payment-item:first-child {
    border-top-color: #fff;
    border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
    border-left: 3px solid var(--hover-border-color);
    border-radius: 0px;
}

.payment-item__check {
    border: 3px solid transparent;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
    border: 3px solid var(--base-color);
}

.payment-item__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: calc(100% - var(--thumb-width));
}

.payment-item__check {
    width: var(--radio-size);
    height: var(--radio-size);
    border: 1px solid var(--base-color);
    display: inline-block;
    border-radius: 100%;
}

.payment-item__name {
    padding-left: 10px;
    width: calc(100% - var(--radio-size));
    transition: all 0.3s;
}

.payment-item__thumb {
    width: var(--thumb-width);
    height: var(--thumb-height);
    text-align: right;
    padding-left: 10px;
}

.payment-item__thumb:has(.text) {
    width: fit-content;
}

.payment-item__thumb img {
    max-width: var(--thumb-width);
    max-height: var(--thumb-height);
    object-fit: cover;
}

.deposit-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.deposit-info__title {
    max-width: 50%;
    margin-bottom: 0px;
    text-align: left;
}

.deposit-info__input {
    max-width: 50%;
    text-align: right;
    width: 100%;
}

.deposit-info__input-select {
    border: 1px solid var(--border-color);
    width: 100%;
    border-radius: 5px;
    padding-block: 6px;
}

.deposit-info__input-group {
    border: 1px solid var(--border-color);
    border-radius: 5px;
}

.deposit-info__input-group-text {
    align-self: center;
    padding-left: 5px;
}

.deposit-info__input-group .form--control {
    padding: 5px;
    border: 0;
    height: 35px;
    text-align: right;
}

.deposit-info__input-group .form--control:focus {
    box-shadow: unset;
}

.info-text .text,
.deposit-info__input .text {
    font-size: 14px;
}

.deposit-info__title .text.has-icon {
    display: flex;
    align-items: center;
    gap: 5px;
}

.total-amount {
    border-top: 1px solid var(--border-color);
}

.total-amount .deposit-info__title {
    font-weight: 600;
}

.payment-item__btn {
    border: 0;
    border-block: 1px solid var(--border-color);
    border-bottom: 0;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px;
    font-weight: 500;
}

.payment-item:hover + .payment-item__btn {
    border-top-color: #fff;
}

button .spinner-border {
    --bs-spinner-width: 1.5rem;
    --bs-spinner-height: 1.5rem;
}

/* language drown */

/* Header Dropdown Menu Responsive End */

.language-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border-radius: 4px;
    width: max-content;
    background-color: transparent;
    padding-inline-start: 0;
    padding-inline-end: 0;
}

.language_flag {
    flex-shrink: 0;
    display: flex;
}

.language_flag img {
    height: 14px;
    width: 18px;
    object-fit: cover;
}

.language-wrapper.show .collapse-icon {
    transform: rotate(180deg);
}

.collapse-icon {
    display: flex;
    transition: all linear 0.2s;
    color: #fff;
}

.language_text_select {
    font-size: 14px;
    font-weight: 400;
}

.language-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.language_text {
    color: #000000;
    font-size: 14px;
    line-height: 1;
}

.language-list {
    display: flex !important;
    align-items: center;
    gap: 6px;
    padding: 9px 12px !important;
    cursor: pointer;
}

.header-user-btn .text {
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 75px;
}

.header .language-list p {
    color: #1b1a1a;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.language-list:hover {
    background-color: rgb(0 0 0 / 7%);
}

.language .dropdown-menu {
    position: absolute;
    -webkit-transition: ease-in-out 0.1s;
    transition: ease-in-out 0.1s;
    opacity: 0;
    visibility: hidden;
    top: 120%;
    display: unset;
    background: #ffffff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    min-width: 118px;
    padding: 0 !important;
    border-radius: 8px;
    border: 1px solid rgb(0 0 0/ 7%);
}

.language .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
}

/* ---- list of hotel ----- */
.banner-list-of-hotel {
    position: relative;
}

.banner-list-of-hotel .image img {
    width: 100%;
}

.banner-list-of-hotel .content-banner-list-of-hotel {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.banner-list-of-hotel .content-banner-list-of-hotel h1 {
    color: #ffffff;
    text-align: center;
    font-family: "Didot", serif;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 24px;
}

.list-of-hotel .item-grid-col .item-feature-rooms .head {
    flex-direction: column;
    gap: 0;
}

.list-of-hotel .item-grid-col .item-feature-rooms .head .right {
    flex-direction: row;
    margin-bottom: 5px;
    min-height: 28px;
}
.list-of-hotel > .item-feature-rooms {
    border-bottom: 1px solid #808080;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.bg-F6F8F9 {
    background-color: #F6F8F9;
}

.sidenav-of-hotel {
    background-color: #ffffff;
    padding: 24px;
}

.sidenav-of-hotel .title-select {
    font-weight: 500;
    margin-bottom: 8px;
}

.custom-select-bo {
    border: 1px solid #F2F2F3;
    border: 1px solid #F2F2F3;
    height: 44px;
    display: flex;
    align-items: center;
}

.custom-icon-field.custom-select-bo .select2-container {
    height: 44px;
    display: flex;
    align-items: center;
}

.custom-select-bo .select2-results__option {
    color: #45484C;
}

.custom-select-bo .select2-selection.select2-selection--single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
}

.custom-select-bo .select2-selection__arrow:after {
    background-image: url(../../../../assets/images/icons/ic_arrow-down.svg);
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: block;
}

.select2-container--custom-sort-by .select2-results__option--selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select2-container--custom-sort-by .select2-results__option--highlighted.select2-results__option--selectable {
    background: #F7F8FA !important;
    color: #1B1A1A;
}

.select2-container--custom-sort-by .select2-results__option--selected::after {
    background-image: url(../../../../assets/images/icons/ic_check-circle-broken-black.svg);
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
}

.custom-select-bo .select2-selection__placeholder {
    color: #A7A8AB;
}

.sidenav-of-hotel .title-clear-all {
    justify-content: space-between;
    align-items: center;
    padding: 0px 0 24px;
}

.sidenav-of-hotel .title-clear-all .title {
    font-size: 24px;
    font-weight: 500;
}

.sidenav-of-hotel .title-clear-all a {
    font-size: 12px;
    color: var(--base-color);
    font-weight: 500;
    margin: 32px 0;
}

.sidenav-of-hotel .title-clear-all a .icon {
    margin-left: 8px;
}

.custom-input-number {
    display: flex;
    font-size: 16px;
    align-items: center;
}

.custom-input-number button {
    background: transparent;
    height: 21px;
    display: flex;
    align-items: center;
}

.custom-input-number input {
    max-width: 35px;
    background: transparent;
    border: none;
    text-align: center;
    font-weight: 500;
    height: 21px;
}

.sidenav-of-hotel .form-group {
    border-top: 1px solid var(--base-color);
    border-bottom: 1px solid var(--base-color);
    padding: 16px 0;
}

.sidenav-of-hotel .form-group label {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.accordion-checked-custom .accordion-header button {
    font-size: 16px;
    padding-bottom: 12px;
}

.accordion-checked-custom .accordion-header button:after {
    background-image: url('../../../../assets/images/icons/ic_minus.svg');
    width: 20px;
    height: 10px;
    background-size: contain;
}

.accordion-checked-custom .accordion-header button.collapsed:after {
    background-image: url('../../../../assets/images/icons/ic_plus-3.svg');
    width: 20px;
    height: 20px;
    background-size: contain;
}

.accordion-checked-custom .accordion-item:not(:last-child) {
    border-bottom: 1px solid var(--base-color);
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.list-check-box-custom .custom--checkbox:not(:last-child) {
    margin-bottom: 12px;
}

.list-check-box-custom .custom--checkbox label {
    margin-bottom: 0;
    color: #45484C;
    line-height: 21px;
    font-weight: 400;
}

.sidenav-of-hotel .btn-black-bora {
    width: max-content;
    padding: 14px 24px;
}

.sidenav-of-hotel .feature {
    display: flex;
    justify-content: end;
    margin-top: 32px;
    gap: 16px;
}

.sidenav-of-hotel .feature a {
    min-width: 155px;
}

.sidenav-of-hotel .feature a span {
    display: none;
}

.box-list-of-hotel .tab__page {
    margin-top: 24px;
    justify-content: center;
}
.box-list-of-hotel-side-nav .item-feature-rooms .thumbnail a{
    display: block;
}
.box-list-of-hotel-side-nav .item-grid-col .item-feature-rooms .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-list-of-hotel-side-nav .item-grid-col .item-feature-rooms {
    padding-bottom: 18px;
    margin-bottom: 24px;
}

.banner-list-of-hotel .image img {
    height: 560px;
    object-fit: cover;
}

.list-of-hotel-and-sidenav {
    padding: 40px 0;
}

.box-list-of-hotel-side-nav .item-grid-col .item-feature-rooms:not(:last-child) {
    border-bottom: 1px solid #808080;
}

.sidenav-of-hotel form {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    height: calc(100% - 50px);
}

.sidenav-of-hotel .title-select {
    order: 5;
}

.sidenav-of-hotel .custom-select-bo {
    order: 6;
}

.sidenav-of-hotel .feature {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 12px 24px;
}

.sidenav-of-hotel .content-form {
    overflow: unset;
    display: flex;
    flex-direction: column;
    height: 85vh;
}
.list-of-hotel .item-feature-rooms.item-first .head{
    margin-bottom: -11px;
}
@media (min-width: 1200px) {
    .sidenav-of-hotel .feature a {
        min-width: max-content;
    }

    .sidenav-of-hotel .content-form {
        overflow: hidden;
        height: max-content;
        display: block;
    }

    .sidenav-of-hotel .feature {
        position: relative;
        background-color: #fff;
        padding: 0px;
    }

    .sidenav-of-hotel .title-select {
        order: 1;
    }

    .sidenav-of-hotel .custom-select-bo {
        order: 2;
    }

    .sidenav-of-hotel .feature a span {
        display: block;
    }

    .sidenav-of-hotel .title-clear-all {
        padding: 0;
    }

    .box-list-of-hotel .tab__page {
        justify-content: flex-end;
    }

    .box-list-of-hotel-side-nav .item-grid-col .item-feature-rooms {
        border-bottom: 0px solid #FFFFFF33 !important;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .banner-list-of-hotel .content-banner-list-of-hotel h1 {
        font-size: 48px;
        padding-bottom: 24px;
        margin-bottom: 32px;
        border-bottom: 1px solid #FFFFFF33;
    }

    .box-list-of-hotel-side-nav {
        display: grid;
        grid-template-columns: auto 320px;
        gap: 48px;
        align-items: flex-start;
    }

    .list-of-hotel-and-sidenav {
        padding: 90px 0;
    }

    .list-of-hotel .item-grid-col {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 40px;
    }

    .list-of-hotel .item-grid-col .item-feature-rooms:nth-child(odd) {
        padding-right: 40px;
        border-right: 1px solid #808080;
    }

    .list-of-hotel .item-grid-col .item-feature-rooms:nth-child(even) {
        padding-left: 40px;
    }
}

/*booking*/
.booking-parents {
    margin-bottom: 64px;
    font-family: Roboto, sans-serif;
}
.pt-90 {
    padding-top: 40px;
}
@media (min-width: 1024px) {
    .booking-parents {
        display: flex;
        gap: 48px;
    }
    .pt-90 {
        padding-top: 90px;
    }
}

.booking-parents:last-child {
    margin-bottom: 0;
    padding-bottom: 90px;
}

.booking-parents .left-parent {
    margin-bottom: 48px;
    flex: 1;
}

@media (min-width: 1024px) {
    .booking-parents .box-head-main {
        display: flex;
        justify-content: space-between;
        margin-bottom: 32px;
    }
}

.booking-parents .left-parent .left-box {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 0.5px solid #808080;
}

@media (min-width: 1024px) {
    .booking-parents .left-parent .left-box {
        border-bottom: unset;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-right: 10px;
    }
}

.booking-parents .left-parent .left-box h2 {
    font-family: Didot;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    text-align: left;
    color: #1B1A1A;
    margin-bottom: 16px;
}

.booking-parents .address-content {
    margin-bottom: 16px;
}
.detail__booking .booking-parents .address-content{
    display: block;
}
.booking-parents .address-content {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #45484C;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.booking-parents .address-content:before {
    content: "";
    background: url("/assets/admin/images/booking/location.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 3px
}

.booking-parents .star-box {
    display: flex;
    align-items: center;
}

.booking-parents .star-box .tag-content {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #45484C;
    border: 1px solid #F2F2F3;
    padding: 2px 12px;
    border-radius: 100px;
    margin-right: 8px;
    background-color: #fff;
}

.booking-parents .star-box .tag-content:before {
    content: '';
    background: url("/assets/admin/images/booking/buildings.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.booking-parents .star-box .star-item {
    color: #FFC327;
    margin-right: 18px;
    padding-right: 18px;
}
.booking-parents .star-box .star-item:not(:last-child){
    border-right: 1px solid #E1E1E2;
}
@media (min-width: 1200px) {
    .booking-parents .star-box .star-item {
        margin-right: 32px;
        padding-right: 32px;
    }
}
.booking-parents .rate-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.booking-parents .point {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    color: #fff;
    padding: 4px 8px;
    background-color: #1B1A1A;
    border-radius: 8px;
}

.booking-parents .rate-box p {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #1B1A1A;
}

.booking-parents .left-parent .right-box {
    margin-bottom: 24px;
}

@media (min-width: 1024px) {
    .booking-parents .left-parent .right-box {
        margin-bottom: 0;
        padding-left: 24px;
        border-left: 0.5px solid #72665E;
        min-width: 157px;
        flex-shrink: 0;
    }
}

.booking-parents .left-parent .right-box .price-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

@media (min-width: 1024px) {
    .booking-parents .left-parent .right-box .price-box {
        flex-direction: column;
        justify-content: unset;
        gap: 16px;
    }
}

.booking-parents .left-parent .right-box .price-box p {
    font-family: Roboto, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    text-align: left;
    color: #72665E;
}

.booking-parents .left-parent .right-box .tax-box {
    display: flex;
    align-items: center;
}

.booking-parents .left-parent .right-box .tax-box p {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #1B1A1A;
}

.booking-parents .left-parent .right-box .tax-box span {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #808080;
    display: flex;
}

.booking-parents .left-parent .right-box .tax-box span:before {
    content: '/';
    display: block;
    color: #808080;
}

.booking-parents .btn__black--right, .booking-parents-2 .btn__black--right {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background-color: #1B1A1A;
    border-radius: 100px;
}

@media (min-width: 1024px) {
    .booking-parents-2 .btn__black--right {
        height: max-content;
        min-height: 48px;
        white-space: nowrap;
        min-width: 170px;
        justify-content: center;
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;

    }
}

.booking-parents .btn__black--right:after, .booking-parents-2 .btn__black--right:after {
    content: '';
    background: url("/assets/admin/images/booking/arrow-icon-white.svg") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block;
}

.booking-parents .btn-review, .booking-parents-2 .btn-review {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #72665E;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.booking-parents .btn-review:after, .booking-parents-2 .btn-review:after {
    content: '';
    background: url("/assets/admin/images/booking/arrow-icon-brown.svg") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block;
}

.booking-parents .left-parent .content-box {
    margin-bottom: 32px;
}

@media (min-width: 1024px) {
    .booking-parents .left-parent .content-box {
        margin-bottom: 48px;
    }
}

.booking-parents .left-parent .content-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #45484C;
    margin-bottom: 24px;
}

@media (min-width: 1024px) {
    .booking-parents .left-parent .content-box p {
        margin-bottom: 32px;
    }
}

.booking-parents .left-parent .content-box p:last-child {
    margin-bottom: 0;
}

.booking-parents .checkin-box,
.booking-parents .cancellation-policy,
.booking-parents .amenities-box{
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 0.5px solid #72665E;
}
.booking-parents .left-parent .amenities-box{
    border-bottom: 0;
}
.booking-parents .cancellation-policy .item-box {
    border-radius: 0 !important;
    border: unset !important;
    background-color: unset !important;
}
@media (min-width: 1024px) {
    .booking-parents .amenities-box {
        padding-bottom: 24px;
        margin-bottom: 24px;
        border-bottom: 0.5px solid #72665E;
    }
}

.booking-parents .tag-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.booking-parents .tag-box .item-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #45484C;
    display: flex;
    align-items: center;
    gap: 8px;
}

.booking-parents .tag-box .item-box {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 12px;
    background-color: #fff;
    cursor: default;
    color: #45484C;
    border: 1px solid #F2F2F3;
    border-radius: 100px;
}
.item-box-calender .icon{
    margin-top: -1px;
}
.booking-parents .left-parent .checkin-box .item-box p:before {
    content: '';
    background: url("/assets/admin/images/booking/timer.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.booking-parents .tag-box .item-box span {
    display: inline-block;
    color: #45484C;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;

}

.booking-parents .cancellation-policy .item-box p:before {
    content: '';
    background: url("/assets/admin/images/booking/check-circle-broken.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
    flex-shrink: 0;
}

.booking-parents .amenities-box .item-box.wifi p:before {
    content: '';
    background: url("/assets/admin/images/booking/wifi-icon.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.booking-parents .amenities-box .item-box.machine p:before {
    content: '';
    background: url("/assets/admin/images/booking/wash-2.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.booking-parents .amenities-box .item-box.pool p:before {
    content: '';
    background: url("/assets/admin/images/booking/pool-icon.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.booking-parents .amenities-box .item-box.gym p:before {
    content: '';
    background: url("/assets/admin/images/booking/gym-icon.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.booking-parents .amenities-box .item-box.spa p:before {
    content: '';
    background: url("/assets/admin/images/booking/spa-icon.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.booking-parents .amenities-box .item-box.bar p:before {
    content: '';
    background: url("/assets/admin/images/booking/bar-icon.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.booking-parents .amenities-box .item-box.breakfast p:before {
    content: '';
    background: url("/assets/admin/images/booking/breakfast-icon.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.booking-parents .amenities-box .item-box.golf p:before {
    content: '';
    background: url("/assets/admin/images/booking/golf-icon.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.booking-parents .amenities-box .item-box.bbq p:before {
    content: '';
    background: url("/assets/admin/images/booking/bbq-icon.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.booking-parents .amenities-box .item-box.tv p:before {
    content: '';
    background: url("/assets/admin/images/booking/tv-03.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.booking-parents .amenities-box .item-box.freezer p:before {
    content: '';
    background: url("/assets/admin/images/booking/fridge-line.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.bg-booking {
    padding-top: 132px;
    padding-bottom: 0;
}
.bg-F6F8F9 {
    background-color: #F6F8F9
}

@media (min-width: 1024px) {
    .bg-booking {
        padding-top: 84px;
    }
}

.right-parent {
    padding: 24px;
    background-color: #fff;
}

@media (min-width: 1024px) {
    .right-parent {
        width: 100%;
        max-width: 320px;
        height: max-content;
    }
}

.right-parent .categori-parent, reviews-box .reviews-box, .right-parent .reviews-box .total-box {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 0.5px solid #808080
}

.categories-box .item-box {
    position: relative;
    margin-bottom: 16px;
}

.categories-box .item-box:last-child {
    margin-bottom: 0;
}

.categories-box .item-box .item__box--child {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.categories-box .item-box .slider-input {
    -webkit-appearance: none;
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: 0;
    outline: none;
}

.categories-box .slider-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 0;
    height: 0;
}

.categories-box .item-box input[type="range"] {
    -webkit-appearance: none;
    outline: none;
}

.categories-box .item-box input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
}

.categories-box .item-box input[type="range"]:focus {
    outline: none;
}

.categories-box .item-box .input-track {
    height: 6px;
    background-color: #F2F2F3;
    border-radius: 100px;
    width: 100%;
    display: flex;
}

.categories-box .item-box .input-level {
    height: 6px;
    background-color: #72665E;
    border-radius: 100px;
}
.categories-box .item-box .input-level.active {
    background-color: #2FAC5A;
}

.categories-box .item-box.active .input-level {
    background-color: #2FAC5A;
}

.categori-parent .title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #1B1A1A;
    margin-bottom: 16px;
}

@media (min-width: 1200px) {
    .categori-parent .title {
        font-size: 16px;
        line-height: 130%;
    }
}

.categories-box .item-box .item__box--child p {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #1B1A1A;
}

.categories-box .item-box .item__box--child output {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #1B1A1A;
}

.categories-box .item-box .item__box--child {
    margin-bottom: 4px;
}

.right-parent .reviews-box h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin-bottom: 12px;
    font-family: 'Roboto';
}

.right-parent .reviews-box .total-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-parent .reviews-box .total-box .title-total {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #45484C;
}

.right-parent .guest__reviews--box .title {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #1B1A1A;
}

.right-parent .guest__reviews--box .content-item .profile-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.right-parent .guest__reviews--box .content-item .profile-box img {
    width: 32px;
    height: 32px;
    display: block;
    object-fit: cover;
    border-radius: 9999px;
}

.right-parent .guest__reviews--box .content-item .user-box p {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #1B1A1A;
    margin-bottom: 2px;
}

.right-parent .guest__reviews--box .content-item .user-box span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #45484C;
    display: block;
}

.booking-parents .guest__reviews--box .content-item .item-box.bed p:before {
    content: '';
    background: url("/assets/admin/images/booking/bed-icon.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.booking-parents .guest__reviews--box .content-item .item-box.calender p:before {
    content: '';
    background: url("/assets/admin/images/booking/calendar.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.booking-parents .guest__reviews--box .content-item .tag-box .item-box p,
.booking-parents .guest__reviews--box .content-item .tag-box .item-box {
    gap: 4px;
}
.booking-parents .guest__reviews--box .content-item .tag-box .item-box{
    border: none;
    padding: 0;
}
.booking-parents .guest__reviews--box .content-item .tag-box {
    margin-bottom: 12px;
    border-bottom: 0.5px solid #808080;
    padding-bottom: 12px;
    border-top: 0.5px solid #808080;
    padding-top: 12px;
}

.booking-parents .guest__reviews--box .content-item .content-child p {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #1B1A1A;
    margin-bottom: 12px;
}

.booking-parents .guest__reviews--box .content-item .content-child span {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    margin-bottom: 12px;
    display: block;
}

.booking-parents .guest__reviews--box .content-child .reviewed-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.booking-parents .guest__reviews--box .content-child .reviewed-box p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #45484C;
    margin-bottom: 0;
}

.booking-parents .guest__reviews--box .content-child .btn-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

@media (min-width: 1024px) {
    .booking-parents-2 {
        display: block;
        padding-top: 90px;
    }
}

.booking-parents-2 .booking-room {
    margin-bottom: 64px;
}

@media (min-width: 1024px) {
    .booking-parents-2 .booking-room {
        display: none;
    }
}

.booking-parents-2 .booking-room:last-child {
    margin-bottom: 0;
}

.booking-parents-2 h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    color: #1B1A1A;
    margin-bottom: 24px;
}

.booking-parents-2 label {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #1B1A1A;
    margin-bottom: 4px;
}

.booking-parents-2 .check__indate--box, .booking-parents-2 .guests__and--rooms {
    margin-bottom: 16px;
}

@media (min-width: 1024px) {
    .booking-parents-2 .check__indate--box, .booking-parents-2 .guests__and--rooms {
        margin-bottom: 0;
        width: 100%;
        max-width: 499px;
    }
}

.booking-parents-2 .check__indate--box input {
    border: 1px solid #1B1A1A;
    padding: 12px 38px 12px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    display: block;
    width: 100%;
}

.booking-parents-2 .check__indate--box .input-date-box {
    position: relative;
}

.booking-parents-2 .check__indate--box .input-date-box:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    background: url("/assets/admin/images/booking/calendar.svg") no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
}

.booking-parents-2 .guests__and--rooms select {
    display: block;
    width: 100%;
    border: 1px solid #F2F2F3;
    padding: 12px 38px 12px 12px;
    appearance: none;
    max-height: 47px;
    background: url("/assets/admin/images/booking/users-02.svg") no-repeat;
    background-size: 24px;
    background-position-x: 96%;
    background-position-y: 50%;
    background-color: #fff;
}

.booking-parents-2 .form-box {
    margin-bottom: 48px;
}

@media (min-width: 1024px) {
    .booking-parents-2 .form-box {
        display: flex;
        gap: 16px;
        align-items: end;
    }
}

.booking-parents-2 h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #1B1A1A;
    margin-bottom: 24px;
}

.booking-parents-2 .image-box img {
    width: 100%;
    min-height: 220px;
    max-height: 220px;
    object-fit: contain;
}

.booking-parents-2 .image-box {
    margin-bottom: 24px;
}

.booking-parents-2 .btn-review {
    margin-bottom: 24px;
}

.booking-parents-2 .item_room--box .title {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #45484C;
    margin-bottom: 8px;
}

.booking-parents-2 .item_room--box .title-2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #1B1A1A;
    margin-bottom: 8px;
}

.booking-parents-2 .rule-box {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #45484C;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.booking-parents-2 .rule-box:before {
    content: '';
    display: block;
    background: url("/assets/admin/images/booking/check-booking.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.booking-parents-2 .rule-box:after {
    content: '';
    display: block;
    background: url("/assets/admin/images/booking/info-booking.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    margin-left: 4px;
}

.booking-parents-2 .tag-box .item-box.bed p:before {
    content: '';
    background: url("/assets/admin/images/booking/bed-icon.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.booking-parents-2 .tag-box .item-box.guest p:before {
    content: '';
    background: url("/assets/admin/images/booking/users-02.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.booking-parents-2 .tag-box {
    gap: 6px;
    margin-bottom: 16px;
}

.booking-parents-2 .item_room--box .content-book {
    padding: 12px;
    border: 0.5px solid #E1E1E2;
    gap: 5px;
}

.booking-parents-2 .item_room--box .content-book .left-box p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #45484C;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}

.booking-parents-2 .item_room--box .content-book .left-box p:after {
    content: '';
    background-color: #45484C;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    left: 0;
}

.booking-parents-2 .item_room--box .content-book .left-box span {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #72665E;
    margin-bottom: 0;
    display: block;
}
@media (min-width: 1024px) {
    .booking-parents-2 .item_room--box .content-book .left-box span {
        margin-bottom: 8px;
    }
}

.booking-parents-2 .item_room--box .content-book .left-box .note {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #45484C;
}

.booking-parents-2 .item_room--box .content-book .right-box {
    text-align: right;
}

.booking-parents-2 .book__now .btn__black--right {
    background-color: #72665E;
    margin-bottom: 8px;
    width: 70%;
    margin-top: 30px;
    justify-content: center;
}

.booking-parents-2 .item_room--box .content-book .right-box span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: right;
    color: #F33F32;
    display: block;
}

.booking-parents .title-box {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #1B1A1A;
    margin-bottom: 16px;
}

@media (max-width: 1023px) {
    .booking-parents .iarea-box {
        display: none;
    }
}

.booking-parents .iarea-box .name-box {
    display: flex;
    justify-content: space-between;
}

.booking-parents .iarea-box .name-box a {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #72665E;
    display: flex;
    gap: 8px;
    align-items: center;
}

.booking-parents .iarea-box .name-box a:after {
    content: '';
    background: url("/assets/admin/images/booking/arrow-icon-brown.svg") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block;
}

.booking-parents .iarea-box .item a {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #45484C;
    display: flex;
    gap: 12px;
    align-items: center;
}

.booking-parents .iarea-box .item a:before {
    content: '';
    background: url("/assets/admin/images/booking/flag.svg") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block;
}

.booking-parents .iarea-box .item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 0.5px solid #E1E1E2
}

.booking-parents .iarea-box .item:last-child {
    margin-bottom: 0;
}

.booking-parents .iarea-box .item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #1B1A1A;
}

.booking-parents table {
    width: 100%;
    border-collapse: collapse;
}

@media (max-width: 1023px) {
    .booking-parents table {
        display: none;
    }
}

.booking-parents th,.booking-parents td {
    padding: 24px;
    text-align: left;
    border: 1px solid #E1E1E2;
}

.booking-parents th {
    padding: 12px 10px;
}
.booking-parents th:nth-child(2) {
    text-align: left;
}
.booking-parents th:nth-child(3) {
    text-align: center;
}
.booking-parents th:nth-child(4) {
    text-align: right;
}

.booking-parents tr td:nth-child(5) {
    padding: 24px 21px;
}

.booking-parents table strong {
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    color: #1B1A1A;
    margin-bottom: 8px;
    display: block;
}

.booking-parents table td .btn-show {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    color: #1B1A1A;
    text-decoration: underline;
    margin-bottom: 8px;
    cursor: pointer;
}

.booking-parents table .guest-box {
    gap: 8px;
}
.booking-parents table .guest-box .child img{
    transform: scale(0.8);
}
.booking-parents table .guest-box img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    display: block;
}

.booking-parents table td span {
    display: block;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #45484C;
}

.booking-parents table .original-price {
    text-decoration: line-through;
    color: #1B1A1A;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 8px;
}

.booking-parents table .discounted-price {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #72665E;
    margin-bottom: 8px;
}

.booking-parents .book-now {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 100px;
    background-color: #72665E;
    margin-bottom: 8px;
    white-space: nowrap;
}

.booking-parents .book-now:after {
    content: '';
    background: url("/assets/admin/images/booking/arrow-icon-white.svg") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block;
}

.booking-parents table .number__of--room {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #F33F32;
    margin-bottom: 8px;
}
.booking-parents table .tag-box .item-box p,
.booking-parents table .tag-box .item-box {
    gap: 4px;
}

.booking-parents table .tag-box .item-box p:before {
    content: '';
    background: url('/assets/admin/images/booking/bed-icon.svg') no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.booking-parents .modal-dialog {
    max-width: 1120px;
    height: auto;
}
@media (min-width: 1024px) {
    .booking-parents .modal-dialog {
        height: 100%;
    }
}

.booking-parents .modal-header {
    padding: 20px 24px;
    border: none;
}

.booking-parents .modal-content,
.booking-parents .modal-header {
    border-radius: unset;
}

.booking-parents .right__model--box .title-box {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #1B1A1A;
    margin-bottom: 20px;
}

.booking-parents .modal-body {
    padding: 0;
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .booking-parents .modal-body {
        flex-direction: row;
        max-height: 614px;
    }
}

.booking-parents .modal-body .right__model--box {
    width: 100%;
    padding: 24px;
}
.booking-parents .right__model--box .select-book-rooms {
    gap: 16px;
    align-items: center;
    margin-bottom: 12px;
}
.booking-parents .right__model--box .select-book-rooms p {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    text-align: left;
    white-space: nowrap;
    color: rgba(69, 72, 76, 1);
}
.booking-parents .right__model--box .select-book-rooms .box__select--people {
    width: 100%;
}
.booking-parents .right__model--box .select-book-rooms .box__select--people input {
    width: 100%;
    padding: 4.5px 12px;
}
@media (min-width: 1024px) {
    .booking-parents .modal-body .right__model--box {
        width: 320px;
        max-width: 320px;
        padding: 0 24px 24px;
        max-height: 700px;
        overflow: auto;
        flex-shrink: 0;
    }
}

.slider-booking {
    background-color: #fff;
}

.slider-booking .swiper-pagination-horizontal {
    bottom: 10px;
}

@media (min-width: 1024px) {
    .slider-booking .swiper-pagination-horizontal {
        bottom: 18px;
    }
}

.slider-booking .swiper-slide-container img {
    width: 100%;
    object-fit: cover;
    max-height: 435px;
}
@media (min-width: 1024px) {
    .slider-booking .swiper-slide-container img {
        min-height: 480px;
        max-height: 480px;
    }
}
.slider-booking .gallery-top-2 img {
    min-height: 280px;
    max-height: 280px;
}
@media (min-width: 1024px) {
    .slider-booking .gallery-top-2 img  {
        max-height: 480px;
        height: 100%;
    }
}
.slider-booking .gallery-thumbs-2 img {
    min-height: 88px;
    max-height: 88px;
}

.slider-booking .gallery-top .swiper-slide-container img {
    min-height: 400px;
    max-height: 400px;
}

@media (min-width: 1024px) {
    .slider-booking .gallery-top .swiper-slide-container img {
        min-height: 480px;
        max-height: 480px;
    }
}

.slider-booking .gallery-thumbs {
    max-width: 600px;
    margin: 0 auto;
}

.slider-booking .gallery-thumbs .swiper-slide-container img {
    width: 100%;
    height: 86px;
    min-height: 86px;
}

.slider-booking .swiper-notification {
    display: none;
}

@media (min-width: 1024px) {
    .slider-booking .gallery-top {
        margin-bottom: 24px;
    }
}

.slider-booking .gallery-thumbs {
    margin-bottom: 130px;
}
@media (min-width: 1024px) {
    .slider-booking .gallery-thumbs {
        margin-bottom: 24px;
    }
}


@media (max-width: 1023px) {
    .slider-booking .gallery-thumbs {
        display: none;
    }
}


.slider-booking .gallery-top .swiper-button-prev:after {
    content: '';
    background: url(/assets/admin/images/booking/ic-arrow-right.svg) no-repeat;
    background-size: 100% 100%;
    width: 48px;
    height: 48px;
    display: flex;
    flex-shrink: 0;
    transform: rotate(180deg);
}

.slider-booking .gallery-top .swiper-button-next:after {
    content: '';
    background: url(/assets/admin/images/booking/ic-arrow-right.svg) no-repeat;
    background-size: 100% 100%;
    width: 48px;
    height: 48px;
    display: flex;
    flex-shrink: 0;
}

.slider-booking .gallery-thumbs-2 {
    max-width: 600px;
    margin: 24px auto;
}

.booking-parents .modal-body .left__model--box {
    width: 100%;
    background-color: #1B1A1A;
}

@media (min-width: 1024px) {
    .booking-parents .modal-body .left__model--box {
        flex: 1;
        min-width: 0;
    }
}

.right__model--box .tag-box .item-box .bed-icon:before {
    content: '';
    background: url(/assets/admin/images/booking/bed-icon.svg) no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.right__model--box .tag-box {
    margin-bottom: 0;
}
.right__model--box .tag-box .item-box p {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;

}
.right__model--box .submit-booking .btn__black--right {
    background: rgba(114, 102, 94, 1);
}

.booking-parents .close--model {
    background: url("/assets/admin/images/booking/close.svg") no-repeat;
    background-size: 100% 100%;
    width: 32px;
    height: 32px;
    display: block;
}

.right__model--box .content-submit-model span {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #45484C;
    display: block;
    margin-bottom: 24px;
}

.right__model--box .submit-booking .name-box {
    margin-bottom: 12px;
}

.right__model--box .submit-booking .name-box p {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: #45484C;
    white-space: nowrap;
}

.right__model--box .submit-booking .name-box strong {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #72665E;
}

.right__model--box .submit-booking .name-box span {
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #45484C;
}

.right__model--box .btn__black--right {
    width: 100%;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
}

.left__model--box .gallery-top-2, .left__model--box .gallery-thumbs-2 {
    padding: 0 16px;
}

@media (min-width: 1024px) {
    .left__model--box .gallery-top-2, .left__model--box .gallery-thumbs-2 {
        padding: 0;
    }
}

.left__model--box .gallery-top-2 p, .left__model--box .gallery-thumbs-2 p {
    color: #fff;
}

.ui-widget-header {
    background-color: #fff;
    border: unset;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    color: #1B1A1A;
    padding: 16.5px 0 8.5px 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    background-color: #fff;
}

.ui-datepicker-prev::before {
    content: '';
    background: url("/assets/admin/images/booking/arrow-left-booking.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.ui-datepicker-next::before {
    content: '';
    background: url("/assets/admin/images/booking/arrow-left-booking.svg") no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
    transform: rotate(-180deg) translate(50%, 50%);
}

.ui-datepicker .ui-datepicker-title {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.ui-widget.ui-widget-content {
    margin-top: 6px;
    border: 0.5px solid #E1E1E2;
    width: 100%;
    max-width: 280px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: unset;
    background-color: #fff;;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #1B1A1A;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background-color: #72665E;
    color: #fff;
}

.ui-datepicker th {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: #B8B0AA;
}

.contact-parent {
    padding-top: 172px;
    font-family: Roboto, sans-serif;
}

@media (min-width: 1024px) {
    .contact-parent {
        padding-top: 164px;
        padding-bottom: 80px;
        background-color: #F6F8F9;
    }
}

.contact-parent .contact-left-area {
    padding: 48px 24px;
    margin-right: -12px;
    margin-left: -12px;
    background-image: url("/assets/images/bg-contact.png");
}

@media (min-width: 1024px) {
    .contact-parent .contact-left-area {
        margin-right: 0;
        margin-left: 0;
        padding: 130px 30px;
    }
}

@media (min-width: 1200px) {
    .contact-parent .contact-left-area {
        padding: 130px 100px;
    }
}

.contact-parent .box-content {
    align-items: center;
    flex-direction: column;
}

.contact-parent .box-content .left-box {
    order: 2;
    padding: 0;
}

@media (min-width: 1024px) {
    .contact-parent .box-content {
        margin-left: -32px;
        margin-right: -32px;
        flex-direction: row;
        align-items: center;
    }

    .contact-parent .box-content .left-box {
        order: unset;
        padding-right: 32px;
        padding-left: 32px;
        width: calc(100% - 46%);
    }
}

.contact-parent .box-content .right-box {
    margin-bottom: 40px;
    padding: 0 12px;
    background-color: #fff;
    position: relative;
}

@media (min-width: 1024px) {
    .contact-parent .box-content .right-box {
        padding-right: 64px;
        padding-left: 32px;
        width: 46%;
        margin-bottom: 0;
    }

    .contact-parent .box-content .right-box:before {
        content: '';
        background-color: #fff;
        position: absolute;
        width: 135%;
        height: 133%;
        z-index: 0;
        top: -80px;
        right: 0;
    }
}

.contact-parent .contact-right-area {
    position: relative;
}

.contact-parent .contact-right-area .content-head {
    margin-bottom: 24px;
}

.contact-parent .contact-right-area .content-head .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
    color: #1B1A1A;
    margin-bottom: 12px;
    font-family: Roboto, sans-serif;
}

.contact-parent .contact-right-area .content-head p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #343536;
}

.contact-parent .contact-right-area .content-head p.description {
    max-width: 390px;
    margin: 0 auto;
}

.contact-parent .contact-right-area .form-group {
    margin-bottom: 16px;
}

.contact-parent .contact-right-area form .form-group:last-child {
    margin-bottom: 24px;
}

.contact-parent .contact-right-area .form-group label {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #1B1A1A;
    margin-bottom: 4px;
}

.contact-parent .contact-right-area .form-group .form--control {
    padding: 12px 10px;
    border: 1px solid #F2F2F3;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    height: 44px;
    color: #343536;
    margin-bottom: 12px;
    display: block;
    white-space: break-spaces;
}

.contact-parent .contact-right-area .form-group textarea.form--control {
    height: 120px;
}

@media (min-width: 1024px) {
    .contact-parent .contact-right-area .form-group .form--control {
        margin-bottom: 24px;
    }
}

.contact-parent .contact-right-area .form-group input:focus::placeholder,
.contact-parent .contact-right-area .form-group textarea:focus::placeholder {
    color: transparent;
    visibility: hidden;
}

.contact-parent .contact-right-area .btn-black {
    font-size: 14px;
    font-weight: 700;
    line-height: 18.2px;
    color: #fff;
    background-color: #1B1A1A;
    padding: 15px;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
}

.contact-parent .contact-right-area .btn-black::after {
    content: '';
    background: url("/assets/admin/images/booking/arrow-icon-white.svg") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    display: block;
}

.contact-parent .contact-info-wrapper {
    padding: 24px;
    border-radius: 0;
}

@media (min-width: 1024px) {
    .contact-parent .contact-info-wrapper {
        max-width: 400px;
        margin: 0 auto;
        padding: 48px;
    }
}

.contact-parent .contact-info-wrapper .contact-info {
    padding: 16px 24px;
    gap: 16px;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 12px;
    background-color: #F6F8F9;
}
.contact-parent .contact-info-wrapper .contact-info:last-child {
    margin-bottom: 0;
}

.contact-parent .contact-info-wrapper .contact-info .content {
    width: auto;
}

.contact-parent .contact-info-wrapper .contact-info .icon {
    width: 44px;
    height: 44px;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    display: flex;
    flex-shrink: 0;
}

.contact-parent .contact-info-wrapper .contact-info .icon svg {
    width: 22px;
    height: 22px;
}

.contact-parent .contact-info-wrapper .contact-info .content h6 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
    color: #1B1A1A;
    margin-bottom: 4px;
}

.contact-parent .contact-info-wrapper .contact-info .content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #808080;
}

.contact-parent .contact-info-wrapper .text-follow {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    margin-bottom: 12px;
}

.contact-parent .contact-info-wrapper .social-box {
    padding: 24px 24px 0;
}

.contact-parent .contact-info-wrapper .social-list {
    gap: 8px;
}

.contact-parent .contact-info-wrapper .social-list li a {
    display: block;
}

.contact-parent .contact-info-wrapper .social-list li a svg {
    width: 32px;
    height: 32px;
}

.contact-parent .contact-left-area::before {
    opacity: 0.3;
}

/*Page fill in data*/
.bg-F6F8F9 {
    background-color: #F6F8F9;
}

.step__number {
    background-color: #A7A8AB;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    border-radius: 100px;
    padding: 2px 7px;
}

.section__page--payment {
    padding-top: 132px;
}

.step__name {
    color: #A7A8AB;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.payment__list {
    gap: 16px;
    padding: 18px 0;
}

.page__booking .step__name {
    color: #1B1A1A;
}

.page__booking .step__number {
    background-color: #1B1A1A;
}

.payment__step {
    gap: 12px;
}

.step__cross {
    background-color: #A7A8AB;
    height: 1px;
    width: 24px;
}

.list--step {
    border-bottom: 0.5px solid #72665E;
}

.container__list--step {
    padding: 0 21px;
}

.step__main {
    padding: 40px 0 64px;
}

.payment__open--page {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 12px;
    font-weight: 500;
}

.payment__open {
    margin-bottom: 24px;
}

.payment__open--text {
    color: #343536;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.place__info {
    background-color: #FFFFFF;
    padding: 24px;
    row-gap: 16px;
    margin-bottom: 24px;
}

.hotel__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hotel__name a{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.hotel__info.booking-parents .address-content {
    margin-bottom: 8px;
}

.hotel__info {
    padding-bottom: 16px;
    border-bottom: 0.5px solid #808080;
}

.line__info {
    height: 0.5px;
    background-color: #808080;
}

.name__booking {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
}

.tag__good {
    gap: 4px;
    border: 1px solid #F2F2F3;
    padding: 4px 8px 4px 12px;
    border-radius: 100px;
    margin-right: 6px;
    width: fit-content;
}

.name__tpye--good {
    font-weight: 400;
}

.name__tpye--good,
.number__tpye--good {
    font-size: 12px;
    line-height: 16px;
    color: #45484C;
}

.room__good {
    row-gap: 6px;
}

.timeline__info {
    gap: 11px;
    padding-bottom: 16px;
    border-bottom: 0.5px solid #808080;
}

.name__timeline {
    font-weight: 400;
    line-height: 16px;
    font-size: 12px;
    color: #3E454E;
    margin-bottom: 4px;
}

.show__info--timeline {
    font-weight: 700;
    line-height: 16px;
    font-size: 12px;
}

.night__stay {
    border-right: 0.5px solid #E1E1E2;
    border-left: 0.5px solid #E1E1E2;
    padding: 0 11px;
}

.text__total {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}

.text__discount {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-decoration: line-through;
    margin-bottom: 2px;
    text-align: right;
}

.price__last {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #72665E;
    margin-bottom: 2px;
    text-align: right;
}

.text__price {
    color: #45484C;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
}

.cancel__policy {
    background-color: #FFFFFF;
    padding: 24px;
}

.open__cancel {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
}
.history-detail .open__cancel{
    font-weight: 400;
    font-size: 20px;
}
.text__cancel {
    gap: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #45484C;
    margin-bottom: 16px;
}

.cancel__box {
    padding-bottom: 8px;
}

.view__detail {
    gap: 8px;
    font-size: 12px;
    line-height: 16px;
    color: #72665E;
    margin-top: 24px;
    font-weight: 500;
}

.show__information {
    margin-bottom: 32px;
}

.fill__part {
    padding-bottom: 24px;
    border-bottom: 0.5px solid #808080;
    margin-bottom: 24px;
}

.name__list--fill {
    font-weight: 400;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 16px;
}

.form__contact:last-of-type {
    margin-bottom: 4px;
}

.form__contact {
    margin-bottom: 16px;
}

.form__contact label {
    font-weight: 400;
    line-height: 21px;
}

.note__contact {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #45484C;
}

.text__request {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 16px;
}

textarea.form--control {
    padding: 12px;
    min-height: 87px !important;
}

.text__request a {
    text-decoration: underline;
    font-weight: 700;
}

.fill__part:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.count__price {
    border: 0.5px solid #72665E;
    padding: 16px;
    margin-bottom: 24px;
}

.name__expense {
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 4px;
}

.list__expense {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #45484C;
}

.detail__money {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
}

.price__list {
    margin-bottom: 16px;
}

.count__money {
    border-bottom: 0.5px solid #808080;
    margin-bottom: 16px;
}

.continue__payment {
    border-radius: 100px;
    padding: 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    background-color: #1B1A1A;
    gap: 8px;
    width: 100%;
}

.payment__open--popup {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 12px;
    font-weight: 500;
}

.payment__text {
    color: #343536;
    line-height: 21px;
}

.note__wallet .text__payment--wallet {
    margin-bottom: 32px;
}

.cancel__wallet,
.agree__wallet {
    border-radius: 100px;
    padding: 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    flex: 1;
    cursor: pointer;
}

.cancel__wallet {
    border: 1px solid #1B1A1A;
    background-color: white;
}

.agree__wallet {
    background-color: #1B1A1A;
    color: white;
}

.choice__wallet {
    gap: 16px;
}

.notice__wallet {
    padding: 28px;
    background-color: #FFFFFF;
}

@media (min-width: 1400px) {
    .container__list--step {
        max-width: 1248px;
        padding: 0 24px;
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    .payment__fill--data {
        gap: 48px;
    }

    .step__number {
        font-size: 14px;
        line-height: 21px;
        padding: 2px 8px;
    }

    .section__page--payment {
        padding-top: 84px;
    }

    .step__name {
        font-size: 14px;
        line-height: 21px;
    }

    .payment__step {
        gap: 16px;
    }

    .step__cross {
        width: 80px;
    }

    .night__stay {
        padding: 0 17px;
    }

    .hotel__name {
        font-size: 20px;
        line-height: 24px;
    }
}

/*Page payment */
.card__choice {
    background-color: white;
    padding: 3px;
    border-radius: 4px;
}

.choose.card__choice {
    border: 1px solid #1B1A1A;
}

.list__card {
    gap: 12px;
    margin-bottom: 24px;
}

.card__choice img {
    width: 34px;
}

.security__icon {
    position: absolute;
    top: 10px;
    right: 12px;
}
.booking-parents-2 .select-dropdown-has-number .dropdown-menu{
    width: 100%;
    left: 0;
}
.booking-parents-2 .input-date-box {
    position: relative;
}

.booking-parents-2 .input-date-box input {
    border: 1px solid #F2F2F3;
    padding: 12px 38px 12px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    display: block;
    width: 100%;
    background-color: #F6F8F9;
}
.booking-parents-2 .input-date-box input:focus {
    border: 1px solid #1B1A1A;
    background-color: #fff;
}

.booking-parents-2 .input-date-box:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    background: url(../images/calendar.svg) no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
}

.booking-parents-2 .guests__and--rooms .select-dropdown-has-number {
    border: 1px solid #F2F2F3;
    padding: 11px 16px 8px 12px;
}
.booking-parents-2 .guests__and--rooms .select-dropdown-has-number:focus {
    border: 1px solid #1B1A1A;
    background-color: #fff;
}

.booking-parents-2 .select-dropdown-has-number.show .dropdown-toggle,
.booking-parents-2 .dropdown-toggle.dropdown-toggle-white-text {
    color: #A7A8AB;
}

.fill__part .booking-parents-2 .input-date-box input {
    border: none;
}

.input__security label {
    margin-bottom: 4px;
}

.fill__card {
    gap: 16px;
}

.close-icon {
    cursor: pointer;
}

.save__information label {
    line-height: 21px;
    margin-bottom: 0;
    font-weight: 400;
}

.save__information {
    gap: 8px;
    margin-bottom: 24px;
}

.save__information input[type="checkbox"] {
    border: 2px solid #EDEEF0;
    border-radius: 4px;
    appearance: none;
    background-color: white;
    outline: none;
    width: 24px;
    height: 24px;
    position: relative;
}

input[type="checkbox"]:checked {
    background-color: #007bff;
    border: 2px solid #007bff;
}

input[type="checkbox"]:checked::after {
    content: '\2714';
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: -3px;
    left: 3px;
}

.fill__information {
    flex: 1;
}

.continue__payment:hover {
    color: white;
}

.fill__card .booking-parents-2,
.input__security {
    flex: 1;
}

.hotel__info.booking-parents {
    display: block;
    margin-bottom: 16px;
}

@media (min-width: 1200px) {
    .list__card {
        margin-bottom: 32px;
        padding-top: 8px;
    }

    .fill__part {
        padding-bottom: 32px;
        margin-bottom: 32px;
    }
}

@media (min-width: 1024px) {
    .place__info {
        max-width: 360px;
    }
    .cancel__policy{
        max-width: 360px;
    }
    .detail__booking .cancel__policy{
        max-width: 100%;
    }
}

.img-hotel {
    text-align: center;
}

/*Page success*/
.success__main {
    padding: 120px 0;
    gap: 32px;
}

.notice__success {
    gap: 16px;
}

.open__success {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
}

.open__text {
    line-height: 21px;
    color: #343536;
}

.button__success {
    gap: 12px;
}

.view__booking {
    font-weight: 700;
    line-height: 18px;
    font-size: 14px;
    color: white;
    gap: 8px;
    background-color: #72665E;
    border-radius: 100px;
    padding: 15px 24px;
}

.button__success .continue__payment {
    width: fit-content;
    padding: 15px 24px;
}

.view__booking:hover {
    color: white;
}

/*Page booking*/
.tab__booking .nav-tabs .nav-link {
    padding: 16px;
    line-height: 21px;
    font-size: 16px;
    color: #808080;
    border-bottom: 1px solid #E1E1E2;
    flex: 1;
}

.tab__booking .nav-tabs .nav-link.active {
    border-left: none;
    border-right: none;
    border-top: none;
    background-color: transparent;
    font-weight: 500;
    color: #1B1A1A;
    border-bottom: 1px solid #1B1A1A;
}

.tab-content .timeline__info {
    border-bottom: none;
}

.tab-content .show__information {
    margin-bottom: 0;
}

.id__room {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.upcoming {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    gap: 4px;
    color: #72665E;
    padding: 4px 8px;
    border-radius: 100px;
    background-color: #F2F2F3;
}

.booking__status {
    padding-bottom: 16px;
    border-bottom: 0.5px solid #808080;
}

.upcoming.complete {
    color: #2FAC5A;
    background-color: #D5F8E1;
}

.warning__booking {
    padding-top: 48px;
    gap: 16px;
}

.text__warning--booking {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
}

@media (min-width: 1024px) {
    .tab-content .show__information,
    .tab-content .place__info {
        margin-bottom: 0;
    }

    .tab-content .payment__fill--data {
        gap: 32px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tab-content .step__main {
        padding: 40px 0 120px;
    }
}

.payment__fill--data .cancel__policy svg {
    flex-shrink: 0;
}

/*Page history detail*/
.detail__booking .back__page {
    gap: 10px;
}

.payment__open--page {
    width: 100%;
}

.back__page {
    margin-bottom: 24px;
}

.info__book {
    padding: 16px;
    background-color: #1B1A1A;
}

.id__booking {
    line-height: 21px;
    color: #FFFFFF;
}

.id__booking span {
    font-weight: 700;
}

.info__book .upcoming {
    background-color: transparent;
    color: #B8B0AA;
}

.detail__booking .timeline__info {
    border-bottom: none;
}

.detail__booking .count__price {
    border: none;
    background-color: white;
}

.detail__booking .show__information {
    margin-bottom: 24px;
}

.cancel__booking {
    padding: 15px;
    border-radius: 100px;
    border: 1px solid #1B1A1A;
    line-height: 19px;
    font-weight: 700;
}

.info__book .upcoming.complete {
    color: #2FAC5A;
}

.upcoming.cancel {
    color: #808080;
}

.booking__false {
    color: #45484C;
    line-height: 21px;
}

.detail__booking .img-hotel img,
.tab-content .img-hotel img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}

@media (min-width: 1024px) {
    .detail__booking .payment__fill--data {
        gap: 8px;
    }

    .cancel__booking:hover {
        color: #1B1A1A;
    }

    .detail__booking .place__info {
        max-width: 100%;
    }

    .detail__booking {
        max-width: 800px;
        margin: 0 auto;
    }

    .detail__booking .hotel__name {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 16px;
    }

    .detail__booking .night__stay {
        padding: 0 90px;
    }

    .detail__booking .img-hotel img {
        width: 100%;
        object-fit: cover;
        height: 400px;
    }
}

/*Page review*/
.space__review {
    padding: 48px 0 90px;
}

.box__review {
    background-color: white;
    padding: 32px;
}

.part__open--review {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 12px;
}

.part__open--text {
    color: #343536;
    line-height: 21px;
}

.part__open {
    margin-bottom: 32px;
}

.part__rate {
    padding: 24px;
    background-color: #F7F8FA;
    margin-bottom: 32px;
}

.name__item {
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 12px;
}

.rate__items--text {
    font-size: 12px;
    line-height: 16px;
    color: #808080;
}

.part__rate--point {
    padding-bottom: 8px;
    gap: 10px;
    overflow-x: auto;
}

.rate__point {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 100px;
    line-height: 21px;
    font-weight: 500;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.low__point {
    color: #72665E;
    border: 1px solid #72665E;
}

.middle__point {
    color: #E5BF1D;
    border: 1px solid #E5BF1D;
}

.high__point {
    color: #3EC14B;
    border: 1px solid #3EC14B;
}

.choose {
    background-color: #2FAC5A;
    border: 1px solid #2FAC5A;
    color: #FFFFFF;
}

.rate__items {
    margin-bottom: 24px;
}

.write__review {
    margin-bottom: 32px;
}

.your__feedback {
    line-height: 21px;
    margin-bottom: 4px;
}

.rate__items:last-child {
    margin-bottom: 0;
}

@media (min-width: 1024px) {
    .box__review {
        max-width: 640px;
        margin: 0 auto;
    }
}

/*Page review*/
.point__average {
    gap: 8px;
}

.point__review {
    padding: 4px 8px;
    background-color: #1B1A1A;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}

.text__review {
    font-weight: 500;
    line-height: 16px;
    font-size: 12px;
}

.total__comment {
    font-size: 12px;
    line-height: 16px;
    color: #45484C;
}

.user__comment {
    padding-bottom: 16px;
    border-bottom: 0.5px solid #808080;
    margin-bottom: 16px;
}
.page__review .user__comment .tag-box .item-box{
    border: none;
    border-radius: 0;
}
.user__comment .tag-box .item-box{
    width: max-content;
    padding: 4px 8px;
    color: #45484C;
    font-size: 12px;
    align-items: center;
}
.user__comment .tag-box .item-box .icon{
    display: flex;
}
.user__comment .tag-box .item-box p span{
    font-weight: 500;
}
.page__review .user__comment .tag-box{
    margin-bottom: 8px;
    border-bottom: 0.5px solid #808080;
    padding-bottom: 12px;
}
.page__review .hotel__info.booking-parents{
    margin-bottom: 0;
}
.open__comment {
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 12px;
}

.text__comment {
    color: #45484C;
    line-height: 21px;
    margin-bottom: 16px;
}

.time__comment {
    color: #808080;
    font-size: 12px;
    line-height: 16px;
}

.user__avatar img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100px;
}

.user__name {
    font-weight: 500;
    line-height: 21px;
}

.user__nation {
    font-size: 12px;
    line-height: 16px;
    contain: #45484C;
}

.see__more-review .continue__payment {
    width: fit-content;
    padding: 10px 16px;
}

.user__info {
    gap: 12px;
}

.tab__page {
    gap: 8px;
}

.tab__page a {
    border: 1px solid #E1E1E2;
    border-radius: 4px;
    background-color: white;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.tab__page li.page__here a {
    background-color: #72665E;
    border: 1px solid #72665E;
}

.tab__page li.page__here a,
.tab__page li.page__here a:hover {
    color: white;
}

.tab__page a.disabled {
    cursor: unset;
}

.tab__page a.disabled svg path {
    stroke: #E1E1E2;
}

@media (min-width: 1024px) {
    .page__review .place__info {
        max-width: 100%;
    }

    .review__post {
        column-gap: 32px;
        column-count: 3;
        row-gap: 24px;
        margin-bottom: 56px;
    }

    .review__post .text__comment {
        break-inside: avoid;
        margin-bottom: 24px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    .page__review .show__information {
        break-inside: avoid;
        margin-bottom: 24px;
    }
}

/*Popup*/
.popup__page .modal-body {
    padding: 40px 32px;
}

.text__status {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 12px;
}

.note__status {
    color: #343536;
    font-size: 14px;
    line-height: 21px;
}

.popup__page .modal-footer {
    border-top: none;
}

.popup__page .btn-close {
    background: url("/assets/images/payment/close-popup.svg") center no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px;
}

.popup__page .btn {
    background-color: #1B1A1A;
    border-radius: 100px;
    padding: 15px 24px;
    margin-top: 32px;
}

.status__waiting {
    margin-top: 24px;
}

.status__done {
    margin-top: 16px;
}

/*New css page booking-details*/
.number-select {
    padding: 6px 12px;
    border: 1px solid #F2F2F3;
    background-color: transparent;
    font-size: 14px;
    line-height: 21px;
    color: #1B1A1A;
    width: 70px;
    appearance: none;
}
.plus,
.minus {
    position: absolute;
    right: 5px;
    background-color: transparent;
    height: 6px;
    cursor: pointer;
}
.plus {
    top: 1px;
}
.minus {
    bottom: 1px;
    transform: rotate(180deg);
}
.box__select--people {
    position: relative;
    gap: 10px;
    align-items: center;
}
.header-user-btn:hover,
.header-user-btn:focus,
.header .main-menu li a:focus,
.header .main-menu li a:hover {
    font-weight: 700;
}
@media (min-width: 1024px) {
    .number-select {
        width: 100%;
        padding: 11px 12px;
    }
    .plus {
        top: 5px;
    }
    .minus {
        bottom: 5px;
    }
    .booking-parents-2 .book__now .btn__black--right {
        display: none;
    }
}

.header-main .dark-logo {
    display: none;
}
.header-main.menu-fixed .dark-logo {
    display: block;
}
.header-main.menu-fixed .white-logo {
    display: none;
}
.custom-icon-field input[type="password"]::-ms-reveal,
.custom-icon-field input[type="password"]::-ms-clear {
    display: none;
}
.disable-action {
    opacity: 0.5;
    cursor: not-allowed;
}
.gallery-top-2 .swiper-slide-container,
.gallery-top-2 .swiper-backface-hidden .swiper-slide {
    height: auto !important;
}
@media (min-width: 1024px) {
    .gallery-top-2 .swiper-slide-container,
    .gallery-top-2 .swiper-backface-hidden .swiper-slide {
        height: 480px !important;
    }
}
.gallery-top .swiper-button-lock {
    display: flex;
}
.gallery-top-2 .swiper-button-prev {
    left: 54px;
}
.gallery-top-2 .swiper-button-prev:after {
    content: '';
    background: url(/assets/admin/images/booking/ic-arrow-right.svg) no-repeat;
    background-size: 100% 100%;
    width: 48px;
    height: 48px;
    display: flex;
    flex-shrink: 0;
    transform: rotate(180deg);
}
.gallery-top-2 .swiper-button-next {
    right: 54px;
}
.gallery-top-2 .swiper-button-next:after {
    content: '';
    background: url(/assets/admin/images/booking/ic-arrow-right.svg) no-repeat;
    background-size: 100% 100%;
    width: 48px;
    height: 48px;
    display: flex;
    flex-shrink: 0;
}
.gallery-top .swiper-button-prev {
    left: 40px;
}
.gallery-top .swiper-button-next {
    right: 40px;
}
.container-avatar {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #72665E;
}
@media (max-width: 1023px) {
    .booking-parents-2 .item_room--box .content-book .right-box {
        width: 35%;
    }
}
@media (max-width: 991px) {
    .box-custom-sp {
        margin-bottom: 6px;
        justify-content: space-between;
    }
    .box-custom-sp input {
        border: none;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .box-custom-sp .minus {
        right: unset;
        left: 0;
        top: 50%;
        bottom: 0;
        transform: translateY( -50%);
        height: 24px;
        width: 24px;
        padding: 0;
    }
    .box-custom-sp .plus {
        left: unset;
        right: 0;
        top: 50%;
        bottom: 0;
        transform: translateY(-50%);
        height: 20px;
        width: 14px;
        padding: 0;
    }
    .box-custom-sp svg {
        display: block;
    }
    .box-custom-sp .txt {
        font-family: Roboto;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        color: #45484C;
        white-space: nowrap;
    }
    .booking-parents-2 .item_room--box .content-book .right-box {
        width: 50%;
    }
    .item-total {
        max-width: 120px;
    }
}
@media (max-width: 819px) {
    .booking-parents-2 .item_room--box .content-book .right-box {
        width: 35%;
    }
}
@media (max-width: 767px) {
    .booking-parents-2 .item_room--box .content-book .right-box {
        width: 50%;
    }
}

.bg-booking .no-rooms-message {
    display: none;
}

@media (max-width: 1023px) {
    .bg-booking .no-rooms-message {
       display: block;
    }
}

.list-of-hotel-free .item-feature-rooms.item-first .head {
    margin-bottom: 16px;
}

.list-of-hotel-free .item-feature-rooms .position {
    margin-bottom: 0;
}

.list-of-hotel-free .item-feature-rooms .head .right {
    margin-bottom: 0;
}
.item-feature-rooms .price .prev span {
    text-decoration: line-through;
}

.list-of-hotel-free .star-item {
    margin-bottom: 8px;
}

.item-feature-rooms .info-rating {
    gap: 8px;
    font-size: 12px;
    line-height: 15.6px;
    font-weight: 500;
}
.item-feature-rooms .info-rating .number {
    font-weight: 700;
    background-color: var( --gray-800);
    padding: 4px 8px;
    border-radius: 8px;
    color: #fff;
}

.list-of-hotel-free .item-feature-rooms .bottom {
    gap: 8px;
}

.partner-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: var(--base-color);
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 130%;
    padding: 6px 8px;
    border-bottom-left-radius: 12px;
}

.partner-tag svg {
    width: 16px;
    height: 16px;
}

.partner-tag-detail {
    position: unset;
    border-radius: 8px;
}

.sidenav-of-hotel .box-select-margin {
    margin-bottom: 32px;
}

.banner-free .note-banner {
    margin-bottom: 12px;
    text-transform: uppercase;
    background-color: #A7A7A766;
    border-radius: 4px;
    padding: 6px 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    width: max-content;
}

@media (min-width: 992px) {
    .banner-free .content-text {
        background: url("/assets/images/frontend/banner/image-banner-2.jpg") no-repeat;
        background-position: center;
        background-size: cover;
        padding: 90px 48px;
    }

    .banner-air-ticket img {
        margin: 24px auto;
        text-align: center;
    }
}

.form-search-free {
    position: relative;
    width: max-content;
    margin: auto;
}

.form-search-free input {
    width: 400px;
    border-radius: 100px;
    border: 0;
    outline: 0;
    color: #fff;
    padding: 17px 52px 17px 24px;
    background-color: #1B1A1AB2;
}

.form-search-free .btn-search-free {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.splide-custom {
    padding-bottom: 24px;
}

.splide-custom .splide__pagination__page {
    background: transparent;
    border: 1px solid #72665E;
    margin: 0 3px;
}

.splide-custom .splide__pagination li {
    display: flex;
    align-items: center;
    height: 8px;
}
.splide-custom .splide__pagination__page.is-active {
    background: #72665E;
    transform: scale(1);
}

.splide-custom .splide__pagination {
    bottom: -16px;
}

.splide-custom .splide__slide {
    height: auto;
}

@media (min-width: 992px) {
    .slider-about-us .splide__track {
        margin-right: calc((-66.6667% - 4px)*(0.5 / 2) - 24px);
        height: 100%;
    }

    .splide-custom .splide__pagination {
        bottom: 20px;
    }

    .splide-custom .splide__pagination__page {
        border: 1px solid #fff;
    }

    .splide-custom .splide__pagination__page.is-active {
        background: #fff;
    }

    .splide__pagination__page {
        width: 9px;
        height: 9px;
    }

    .splide-custom {
        padding-bottom: 0;
    }

    .slider-about-us .splide__pagination {
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    .splide-custom .splide__list {
        will-change: transform;
        flex-shrink: 0;
    }

    .splide-custom .splide__slide img {
        transform: scale(0.85);
        transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease;
    }

    .splide-custom .splide__slide.is-active img {
        transform: scale(1);
    }
}

@media (max-width: 1023px) {

    .slider-booking .splide-custom {
        padding-bottom: 0;
    }

    .slider-booking .splide-custom .splide__pagination {
        bottom: 16px;
    }

    .slider-booking .splide-custom .splide__pagination__page {
        border-color: #fff;
    }

    .slider-booking .splide-custom .splide__pagination__page.is-active {
        background: #fff;
    }

    .booking-parents:last-child {
        padding-bottom: 64px;
    }

    #search-rooms {
        padding: 64px 0;
    }

    .booking-parents-2 .image-box {
        height: 220px;
    }

    .booking-parents-2 .image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #bookingModel .slider-gallery-thumb-modal {
        display: none;
    }
}

.slider-gallery-thumb .splide__list,
.slider-gallery-thumb-modal .splide__list {
    justify-content: center;
}

.slider-gallery-thumb-modal .splide__track--nav>.splide__list>.splide__slide,
.slider-gallery-thumb .splide__track--nav>.splide__list>.splide__slide,
.slider-gallery-thumb-modal .splide__track--nav>.splide__list>.splide__slide.is-active,
.slider-gallery-thumb .splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 0;
}

@media (min-width: 992px) {
    .slider-gallery-top-modal,
    .slider-gallery-top,
    .slider-gallery-thumb {
        margin-bottom: 24px;
    }
}

.slider-gallery-top-modal .splide__slide {
    height: 480px;
}

.slider-gallery-thumb-modal .splide__slide {
    height: 86px;
}

.slider-gallery-thumb-modal  .splide__slide img,
.slider-gallery-top-modal .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#bookingModel .modal-content {
    overflow: hidden;
}

.slider-gallery-thumb .splide__slide:last-child,
.slider-gallery-thumb-modal .splide__slide:last-child {
    margin-right: 0 !important;
}

.line-y {
    border-right: 1px solid #E1E1E2;
    margin-right: 18px;
    padding-right: 18px;
}

@media (min-width: 1200px) {
    .line-y {
        border-right: 1px solid #E1E1E2;
        margin-right: 32px;
        padding-right: 32px;
    }
}

.hero-slider .banner-free {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
} 

.banner-free a {
    margin: auto;
    display: block;
    text-align: center;
}

.hero-slider .banner-air-ticket {
    position: absolute;
    top: 480px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

@media (min-width: 992px) {
    .hero-slider .banner-free .btn-white {
        width: max-content;
    }
}


.hero-slider .banner-free h2 {
    margin-bottom: 12px;
}

.banner-free .content-text {
    margin-bottom: 24px;
}

@media (max-width: 991.98px) {
    .hero-slider .banner-free {
        top: 130px;
    }
    .hero-slider .banner-free h2 {
        font-size: 32px;
    }

    .banner-free .note-banner {
        font-size: 12px;
        margin: 0 auto;
    }

    .hero-slider .banner-free p {
        font-size: 14px;
    }

    .form-search-free input {
        width: 100%;
        padding: 15px 52px 15px 24px;
    }

    .form-search-free {
        width: 100%;
    }

    .banner-free .content-text {
        text-align: center;
    }

    .form-search-free .btn-search-free {
        width: 32px;
        height: 32px;
    }
}

.w-max {
    width: max-content;
}

.btn-link-chevron {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 15px 24px;
}

.btn-link-chevron svg {
    width: 20px;
    height: 20px;
}

.bg-wave-1 {
    background: url("../../../../assets/images/frontend/background/bg-wave-1.png") right/cover no-repeat;
}
@media (min-width: 1024px) {
    .bg-wave-1 {
        background: url("../../../../assets/images/frontend/background/bg-wave-1.png") center/cover no-repeat;
    }
}
.bg-wave-2 {
    background: url("../../../../assets/images/frontend/background/bg-wave-2.png") center/cover no-repeat;
}

.bg-wave-3 {
    background: url("../../../../assets/images/frontend/background/bg-wave-3.png") center/cover no-repeat;
}

.box-sort {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.box-sort .line {
    flex: 1;
    height: 1px;
    background-color: var(--gray-500);
}

@media (min-width: 992px) {
    .box-sort {
        margin-bottom: 48px;
    }
}

.list-region {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.list-region .item:not(:last-child) {
    border-bottom: 1px solid #808080;
    padding-bottom: 24px;
}

.list-region .title {
    margin-bottom: 24px;
    gap: 24px;
}

.list-region .title .btn-link-chevron {
color: var(--base-color);
}

@media (min-width: 992px) {
    .list-region {
        gap: 40px;
    }

    .list-region .item:not(:last-child) {
        padding-bottom: 40px;
    }
}

.custom-select select {
    opacity: 0;
    visibility: hidden;
}

.custom-select .select2-container {
    height: 20px;
}

.custom-select .select2-results__option--selected {
    position: relative;
}

.custom-select .select2-results__option--selected::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("../../../../assets/images/icons/icon-checked.svg") no-repeat;
}

.select-regionSort .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--gray-700);
}

.select-regionSort .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-regionSort .select2-container--default .select2-selection--single .select2-selection__arrow:after {
    position: unset;
    height: 20px;
    line-height: 14px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    line-height: 24px;
}

.select-regionSort .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
    text-align: right;
}

.select-regionSort .select2-container--default .select2-selection--single {
    height: 20px;
}

.select-regionSort .select2-results__option.select2-results__option--selected,
.select-regionSort .select2-results__option--selectable,
.select-regionSort .select2-container--default .select2-results__option--disabled {
    padding-right: 40px !important;
}

.box-title {
    padding-top: 50px;
    padding-bottom: 24px;
    text-align: center;
}

.box-title h1 {
    font-family: "Didot", serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}

.box-title p {
    max-width: 720px;
    margin: auto;
    font-size: 14px;
    line-height: 130%;
}

.list-region .name {
    font-family: "Didot", serif;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 4px;
}
.list-region .address {
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0px;
    color: var(--gray-600);
}

.list-region .item-grid-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.list-region .item-feature {
    flex: 1;
}

.list-region {
    padding-bottom: 50px;
}

.splide__arrow {
    width: 32px;
    height: 32px;
    background: transparent;
    opacity: 1;
}

.splide__arrow svg {
    width: 32px;
    height: 32px;
}

@media (min-width: 992px) {
    .box-title {
        padding-top: 90px;
        padding-bottom: 48px;
    }

    .box-title h1 {
        font-size: 48px;
        margin-bottom: 40px;
    }
    .box-title p {
        font-size: 16px;
    }

    .list-region .name {
        font-size: 32px;
    }
    .list-region .address {
        font-size: 14px;
    }
    .list-region .item-grid-col {
        flex-wrap: wrap;
        flex-direction: row;
        gap:40px 0 ;
    }
    .list-region .item-feature:nth-child(even) .item-feature-rooms {
        padding-left: 40px;
    }
    .list-region .item-feature:first-child .item-feature-rooms,
    .list-region .item-feature:nth-child(2n+1) .item-feature-rooms {
        border-right: 1px solid #808080;
        padding-right: 40px;
    }
    .list-region .item-grid-has-border .item-feature:not(:nth-last-child(-n + 2))::after{
        content: '';
        border-bottom: 1px solid #808080;
        width: 100%;
        display: block;
        padding-top: 40px;
    }
    .list-region .item-feature {
        flex: unset;
        max-width: 50%;
        width: 50%;
    }
    .list-region {
        padding-bottom: 90px;
    }
    .splide__arrow,
    .splide__arrow svg {
        width: 48px;
        height: 48px;
    }
    .splide__arrow--prev {
        left: 40px;
    }
    .splide__arrow--next {
        right: 40px;
    }
}

.dropdown-menu .content-notifications {
    box-shadow: 2px 8px 36px 0 #7789911F;
    border: 1px solid #F2F2F3;
    background-color: #fff;
    width: 320px;
    position: absolute;
    top: 0;
    right: -150%;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

.dropdown-menu .content-notifications.show {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.content-notifications .list {
    gap: 0;
}

.dropdown-menu .content-notifications .list {
    max-height: 312px;
    overflow-y: auto;
}

.content-notifications .item {
    position: relative;
    padding: 12px 16px;
}

.content-notifications .item:not(:last-child) {
    border-bottom: 1px solid var(--gray-200);
}

.content-notifications .read {
    background-color: var(--gray-100);
}

.content-notifications .unread {
    padding-right: 25px;
    background-color: #fff;
}
.content-notifications .unread:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--green);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}
.content-notifications .item h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 4px;
    color: var(--gray-700);
}

.content-notifications .item p {
    font-size: 12px;
    line-height: 130%;
    color: var(--gray-600);
}

.content-notifications .back-btn {
    padding: 12px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    gap: 20px;
    border-bottom: 1px solid var(--gray-200);
    cursor: pointer;
}

.header .menu-feature-account .dropdown-menu {
    overflow: hidden;
}
.header .menu-feature-account .dropdown-menu.notification-active {
    overflow: unset;
}
.user-sidebar__menu .show-notifications {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-sidebar__menu .show-notifications .has-number {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.page-notification .box-title h1 {
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
}

.page-notification .box-title {
    padding-top: 40px;
    padding-bottom: 24px;
}

.page-notification .content-notifications .item {
    padding: 20px 32px 20px 24px;
}

.free-booking {
    font-family: Roboto;
    font-weight: 500;
    font-size: 12px;
    padding: 2px 8px;
    background: var(--main);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.discount-box input[type="checkbox"]:checked {
    border: 2px solid #72665E;
    background-color: #72665E;
}

.discount-box .membership-discount-text {
    color: #B67D55 !important;
    font-size: 12px;
    line-height: 130%;
}

.discount-box .rooms-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #1B1A1A;
}

.booking-parents .rooms-text .selected-rooms-count {
    display: inline-block;
}

.bg-booking .booking-parents .tax-note {
    color: #A7A8AB !important;
}

.bg-booking .price-box .tax-note {
    color: #45484C !important;
    font-size: 12px;
}

.bg-booking .booking-parents table .discounted-price {
    color: #1B1A1A;
}

.bg-booking .booking-parents table strong {
    font-weight: 700;
}

.bg-booking .booking-parents tr th:nth-child(5),
.bg-booking .booking-parents tr td:nth-child(5) {
    background: #F7F8FA;
}

.bg-booking .rooms-text {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 8px;
}

.bg-booking .booking-parents .rooms-text .selected-rooms-count {
    color: #1B1A1A;
}

.bg-booking .booking-parents .final-price {
    font-family: Roboto;
    font-weight: 600;
    color: #72665E;
    font-size: 24px;
    line-height: 120%;
}

.booking-parents .name-label {
    display: block;
    font-family: Roboto;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #1B1A1A;
    text-align: left;
}

.booking-parents .form-check-input {
    width: 16px;
    height: 16px;
    border-color: #E1E1E2;
    outline: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 6px;
}

.booking-parents .form-check-input:focus {
    box-shadow: none;
}

.booking-parents .form-check {
    padding-left: 0;
}

.booking-parents input[type="checkbox"]:checked::after {
    content: none;
}

.booking-parents .price-column {
    vertical-align: top;
}

.price-column-moblie {
    margin-top: 24px;
    background-color: #F7F8FA;
    padding: 24px 16px;
}

.price-column-moblie .discount-box {
    border-top: 1px solid #E1E1E2;
    padding-top: 24px;
}

.bg-booking .booking-parents .discount-box {
    margin-bottom: 24px;
}

@media (min-width: 1024px) {
    .slider-gallery-top .splide__track {
        padding: 0 300px !important;
    }

    .price-column-moblie {
        display: none;
    }

    .bg-booking .booking-parents .final-price {
        font-size: 28px;
    }

    .bg-booking .price-box .tax-note {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .bg-booking .booking-parents th {
        font-family: Roboto;
        font-weight: 500;
        font-size: 14px;
        line-height: 130%;
    }

    .bg-booking .booking-parents table .discounted-price {
        font-family: Roboto;
        font-weight: 700;
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 4px;
    }

    .bg-booking .booking-parents tr th:nth-child(5),
    .bg-booking .booking-parents tr td:nth-child(5) {
        background: #F7F8FA;
        min-width: 240px;
        padding: 24px 13px;
    }

    .booking-parents-2 h2 {
        margin-bottom: 48px;
    }

    .slider-gallery-top .splide__track {
        padding: 0 350px !important;
    }

    .slider-gallery-top-modal .splide__track {
        padding: 0 80px !important;
    }
}

.old-price {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-decoration: line-through;
    color: #A7A8AB;
    margin-bottom: 8px;
}

.select-regionSort .select2-selection--single .select2-selection__rendered {
    text-transform: uppercase;
}

.select-regionSort .select2-results__option {
    text-transform: capitalize;
}

.custom-select {
    position: relative;
    padding-right: 32px;
}

.custom-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: -32px;
}

.custom-select .select2-container {
    width: max-content !important;
    left: auto !important;
    right: 0 !important;
}

.list-region-booking-paging .wrap-number {
    justify-content: flex-end !important;
    margin-right: -4px;
}

.flex-1 {
    flex: 1;
}

.title-hotel {
    font-family: "Didot", serif;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 12px;
    text-align: left;
}

@media (min-width: 992px) {
    .title-hotel {
        font-size: 28px;
    }
}

.air-ticket {
    color: #343536;
}

.air-ticket img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    margin-bottom: 32px;
}

.air-ticket h1 {
    font-family: "Didot", serif;
    font-size: 36px;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 24px;
}

.air-ticket h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}

.air-ticket h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 16px;
}

.air-ticket ol {
    list-style: auto;
    padding-left: 1rem;
}

.air-ticket ol li:not(:last-child) {
    margin-bottom: 24px;
}

.air-ticket ul {
    list-style: disc;
    padding-left: 1rem;
}

.air-ticket ul li:not(:last-child) {
    margin-bottom: 4px;
}
.air-ticket a {
    font-weight: 500;
    color: #72665E;
    text-decoration: underline;
}

.air-ticket code {
    margin-bottom: 12px;
    background: #d633841c;
    padding: 3px 8px;
    display: inline-block;
}
.air-ticket pre code {
    background: #d3d3d35e;
    padding: 24px;
    display: block;
}

@media (min-width: 992px) {
    .air-ticket h1 {
        font-size: 48px;
    }

    .air-ticket h2 {
        font-size: 24px;
    }
}

.air-ticket tbody,.air-ticket td,.air-ticket tfoot,.air-ticket th,.air-ticket thead,.air-ticket tr {
    border-width: 1px;
}
.air-ticket th,
.air-ticket td {
    padding: 3px 8px;
}

.air-ticket blockquote {
    padding-left: 16px;
    border-left: 3px solid #d3d3d3;
}