@import url("/color.css");
@import url("/web-assets/font/Gilroy-Regular/stylesheet.css");




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Inter", serif; */
    /* font-family: "Segoe UI"; */
    font-family: "Cabin", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: var(--color-gray-900);
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

/* Tùy chỉnh toàn bộ scrollbar */
::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}

/* Thanh cuộn (track) */
::-webkit-scrollbar-track {
    background: white;
    border-radius: 10px;
}

/* Phần kéo (thumb) */
::-webkit-scrollbar-thumb {
    background: var(--color-primary-500);
    border-radius: 10px;
}

/* Khi hover vào thanh cuộn */
::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary-500);
}

.app-container {
    width: 100%;
    background-color: white;
}

.long-config-color {
    background: var(--color-primary-500);
}

.config-border-color {
    border-color: var(--color-primary-500);
}

.config-key-color {
    color: var(--color-primary-500);
}

/* ====== SWIPER ====== */
.swiper1 {
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}

.swiper {
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}

.swiper-slide {
    position: relative;
    width: 320px;
    aspect-ratio: 3/4;
    border-radius: 12px;
}

.price-swiper-slide {
    position: relative;
    width: 100%;
}

.swiper-slide img {
    /* display: block; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: inherit; */
    user-select: none;
}

.view-homestay-slider {
    border-radius: 32px !important;
    border: 4px solid #fff
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background-image: none !important;
}

.price-swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    user-select: none;
}

.swiper-slide span {
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    width: max-content;
    text-align: center;
    padding: 10px 18px;
    background: white;
    border-radius: 20px;
    background: var(--bg-gradient-1);
    border: 0.5px solid white;
    box-shadow: 0 4px 30px var(--color-primary-500);
    backdrop-filter: blur(10px);
    --webkit-backdrop-filter: blur(10px);
    transition: all 0.5s linear;
    min-width: 150px;
    width: 50%;
    color: var(--color-gray-900);
}

.swiper-slide-active .title {
    bottom: -25px;
    /* box-shadow: 0 10px 20px 2px rgba(25, 43, 206, 0.6); */
}

.swiper-pagination {
    --swiper-pagination-bottom: -4px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: var(--color-gray-500);
    border-radius: 50%;
    transition: all 0.5 ease-in-out;
    border: 1px solid var(--color-primary-500);
}

.swiper-pagination-bullet-active {
    background: var(--color-primary-500);
    border-radius: 14px;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: white;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px !important;
}

/* ======= HEADER ======== */

header {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 64px;
    background-color: white;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4px;
    z-index: 50;
}

.logo-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: relative;
  rotate: -3deg; */
}

.logo-img {
    height: 100%;
}

/* ====== MAIN ====== */

main {
    width: 100%;
    margin-top: 64px;
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content {
    width: 100%;
    display: flex;
    justify-content: center;
}

.content-menu {
    width: 100%;
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
}

.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.menu-logo {
    width: 46px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.menu-text {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-gray-900);
    text-transform: capitalize;
}

/* .price-list-bg {
    background-color: var(--color-blue-50);
}

.view-homestay-bg {
    background-color: var(--color-pink-50);
}

.schedule-bg {
    background-color: var(--color-violet-50);
}

.contact-bg {
    background-color: var(--color-yellow-50);
} */
.menu-item span.menu-logo {
    background: var(--bg-gradient-2);

}



/* .price-list-slider {
  margin-top: 32px;
  width: 100%;
  display: flex;
  justify-content: center;
} */
/* .slider-container {
  width: 100%;
  max-width: 1200px;
  padding: 0px 32px;
  display: flex;
  justify-content: center;
  border: 1.5px solid var(--color-primary-500);
  border-radius: 20px;
} */

/* .price-slider {
  width: 40% !important;
}
.price-slider-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
.view-homestay-section {
    margin-top: 48px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.view-homestay-btn {
    width: 100%;
    max-width: 450px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    background: var(--bg-gradient-1);
    color: var(--color-gray-900);
    border-radius: 50px;
    padding: 6px 0;
    font-family: 'Gilroy-Regular';

}

.homestay-list-container {
    width: 100%;
    max-width: 1200px;
    margin-top: 64px;
    padding: 24px 12px;
    font-family: "Inter", serif;
}

.homestay-list-header {
    background: var(--bg-gradient-1);
    width: 100%;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.home-stay-list-header-title {
    font-size: 20px;
    text-align: center;
    color: var(--color-gray-900);
    font-weight: 600;
    font-family: "Lora", serif;

}
.font-lora{
    font-family: "Lora", serif;
}
.font-gilroy{
    font-family: 'Gilroy-Regular';

}
/* ====== CONTACT ======= */
.contact-container {
    margin-top: 32px;
    padding: 0 12px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.contact-box {
    padding: 24px 16px;
    border: 2px solid var(--primary-color);
    width: 100%;
    border-radius: 42px;
    background: var(--bg-gradient-1);
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-item span {
    display: flex;
    align-items: center;
    padding: 4px;
    border-radius: 50%;
    border: 2px solid var(--color-primary-400);
}

.contact-item img {
    width: 20px;
    height: 20px;
}

.contact-item a {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-gray-700);
}

/* ==== CALENDAR  BOOKING ==== */
.calendar-booking-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 16px;
}

.calendar-booking {
    width: 100%;
    /* padding: 20px; */
    /* background: var(--color-primary-300); */

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px 0
}

.calendar-booking>div {
    background: var(--bg-gradient-2);
    border: 1px solid var(--color-primary-400);

}

.calendar-booking .tb-show-calendar {
    border-radius: 16px;
    border: 4px solid var(--color-primary-400);

}

.search-booking-btn {
    padding: 8px 16px;
    background: white;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    /* color: var(--color-primary-700); */
    /* border: 1px solid var(--color-primary-700); */
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin-top: 12px;
}

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
}

.search-booking-btn:hover {
    background: var(--color-primary-300);
}

.search-booking-btn img {
    width: 18px;
    height: 18px;
}

.calendar-container {
    width: 100%;
    display: flex;
    gap: 4px;
    overflow-x: scroll;
}

.calendar-left {
    width: 150px;
    min-width: 150px;
    background: white;
    border-radius: 16px;
    padding: 4px 0 8px 0;
}

.calendar-left-header {
    width: 100%;
    padding: 4px;
    border-bottom: 1.5px solid var(--color-primary-600);
}

.calendar-left-header div {
    width: 100%;
    background: var(--bg-gradient-1);
    padding: 4px 0;
    font-size: 16px;
    color: var(--color-gray-900);
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
}

.calendar-left-body {
    width: 100%;
}

.calendar-body-item {
    width: 100%;
    display: flex;
    align-items: center;
    color: var(--color-gray-900);
    font-size: 12px;
    padding: 8px 8px;
    border-bottom: 1.5px solid var(--color-primary-600);
}

.calendar-body-item:last-child {
    border-bottom: none !important;
}

.calendar-body-day {
    width: 40%;
    text-align: center;
}

.calendar-body-days {
    flex-grow: 1;
    text-align: center;
}

.calendar-right {
    /* flex-grow: 1; */
    width: 1300px;
    background: white;
    border-radius: 16px;
    padding: 4px 0 8px 0;
}

.bg-gradient-1 {
    background: var(--bg-gradient-1);
}

.text-gradient-1 {
    background: linear-gradient(to right, var(--color-primary-700), var(--color-primary-100));
    background-clip: text;
    color: transparent;
}

.border-primary-500 {
    border-color: var(--color-primary-500);
}

.shadow-t {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.booked {
    background: var(--color-primary-700);
    cursor: not-allowed;
}

.available {
    background: var(--color-primary-300);
    cursor: pointer;

}

.btn-book-null {
    background: var(--color-primary-300);
}

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

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

.selected {
    background: var(--color-primary-500);
    cursor: pointer;
}

.booking-booked {
    background: var(--color-primary-700);
    cursor: not-allowed;
}

.booking-available {
    background: var(--color-primary-300);
    cursor: pointer;

}

.booking-selected {
    background: var(--color-primary-500);
    cursor: pointer;
}

@media (max-width: 2400px) {
    .swiper-slide {
        width: 430px;
    }
}

@media (max-width: 1100px) {
    .swiper-slide {
        width: 350px;
    }
}

@media (max-width: 900px) {
    .swiper-slide {
        width: 300px;
    }

    .price-slider {
        width: 50% !important;
    }
}

@media (max-width: 700px) {
    .swiper-slide {
        width: 260px;
    }

    .price-slider {
        width: 100% !important;
    }

    .slider-container {
        border: none;
        border-radius: 0;
        padding: 0;
    }
}

@media (max-width: 610px) {
    .swiper-slide {
        width: 230px;
    }
}

@media (max-width: 540px) {
    .swiper-slide {
        width: 280px;
        height: 380px;
    }
}
