:root {
    --theme-color: #6bc14f;
    --theme-dark-color: #5ca842;
    --text-color-1: #606060;
}
/* .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1180px !important;
} */
html {
    font-size: 15px;
}
body {
    font-family: "Lato", sans-serif !important;
    color: #858a99 !important;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif !important;
    font-weight: 800;
    line-height: 1.3;
}
ul {
    list-style: none;
    padding: 0;
}
a {
    text-decoration: none;
    color: var(--theme-color);
}
a:hover {
    color: var(--theme-dark-color);
}
.btn-theme {
    background-color: var(--theme-color);
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    padding: 0.5rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.6px;
}
.btn-theme:hover {
    background-color: var(--theme-dark-color);
    color: #fff;
}
.form-label {
    margin-bottom: 0.25rem !important;
}
.form-control,
.form-select {
    border-radius: 0 !important;
}
.form-control:focus,
.form-select:focus {
    box-shadow: none;
}
.bg-theme {
    background-color: var(--theme-color);
}
.text-theme {
    color: var(--theme-color);
}
.sp {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.font-1 {
    font-family: "Lato", sans-serif !important;
}
img {
    transition: 0.6s ease-out;
}
.section-title {
    position: relative;
    font-size: 2.1rem;
    font-family: "Lato", sans-serif !important;
    font-weight: 700;
    text-transform: uppercase;
    word-spacing: 3px;
    color: var(--text-color-1);
    text-align: center;
    padding-bottom: 0.75rem;
    margin-bottom: 1.75rem;
    line-height: 1.3;
}
.section-title::after {
    content: "";
    background-image: url("/assets/images/wave.svg");
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 145px;
    height: 7px;
    opacity: 0.65;
}
.section-description {
    max-width: 630px;
    margin: 0 auto;
    font-size: 1.15rem;
    text-align: center;
}

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

.top-bar * {
    color: #fff;
    font-size: 0.9rem;
}
.header {
    width: 100%;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid #e2e2e2;
    transition: 0.3s linear;
}
.header.active-header {
    position: sticky !important;
}
.logo {
    max-width: 230px;
    align-self: center;
    transition: 0.3s linear;
}
.header-right {
    display: flex;
    align-items: center;
}
.nav-menu {
    display: flex;
    height: 100%;
    transition: 0.3s linear;
}
.nav-menu .nav-menu-item {
    position: relative;
}
.nav-menu-item > .dropdown {
    min-width: 190px;
    position: absolute;
    top: 100%;
    transform: translateY(10px);
    left: 0;
    padding-left: 0;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    transition: 0.25s ease-in-out 0.05s;
}
.nav-menu li a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 2rem 1.75rem;
    color: #606060;
    font-weight: 900;
    font-size: 1rem;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    transition: 0.3s linear;
}
.dropdown .nav-menu-item:hover {
    background-color: #f5f5f5;
}
.nav-menu-item > .dropdown .list-group-item {
    padding: 0;
}
.nav-menu-item > .dropdown a {
    padding: 0.8rem 1rem;
    font-size: 0.825rem;
    color: var(--bs-gray-600);
}
.nav-menu-item.has-dropdown:hover > .dropdown {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.has-dropdown > .nav-menu-link::after,
.has-dropdown > .mobile-nav-menu-link::after {
    content: "\F282";
    font-family: "bootstrap-icons";
    position: absolute;
    right: 0;
    top: 38%;
    /* transform: translate(-5px, -50%); */
    font-size: 0.9rem;
    transition: 0.35s ease;
}
.btn-book {
    display: flex;
    align-items: center;
}
.btn-book i {
    background-color: var(--theme-color);
    height: 25px;
    width: 25px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
}
.btn-sidemenu {
    color: #fff;
}
.active-header .btn-sidemenu {
    color: #000;
}

/* MOBILE NAV */
.btn-sidemenu {
    color: #000;
}
.active-header .btn-sidemenu {
    color: #000 !important;
}
.mobile-nav-menu-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.55rem 1rem;
    border-bottom: 1px solid var(--bs-gray-300);
    color: var(--bs-gray-600);
    font-size: 1.3rem;
    font-weight: 600;
    transform: 0.3s ease;
}
.mobile-nav-menu-link:hover {
    background-color: #f5f5f5;
}
.mobile-nav .dropdown {
    padding-left: 1.5rem;
}
.mobile-nav-menu-link:hover {
    color: var(--theme-color);
}
.has-dropdown > .mobile-nav-menu-link::after {
    font-size: 1.3rem;
    top: 25%;
    transform: rotate(-90deg);
    line-height: 1;
}
.mobile-nav-menu-link.active::after {
    transform: rotate(0deg);
}
.mobile-nav .has-dropdown > .dropdown {
    display: none;
}

.header.active-header {
    background-color: #fff !important;
    border-bottom: 1px solid #dadada !important;
}
.active-header .nav-menu li a {
    color: #606060;
    padding: 1.35rem 1.75rem;
}
.active-header .logo {
    max-width: 200px;
    filter: none;
}

/* ========== HOME ========= */

/* CAROUSEL */
.carousel-content {
    padding-top: 10rem;
    padding-bottom: 5rem;
}
.carousel-content .features .title {
    font-size: 1.15rem;
}
.carousel-content .features .subtitle {
    font-size: 0.9rem;
}
.hero-area {
    position: relative;
}
#home-carousel .carousel-item {
    /* aspect-ratio: 16/7; */
    position: relative;
    color: #fff;
}
#home-carousel .carousel-item::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.34);
}
#home-carousel .carousel-item img {
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: -2;
    object-fit: cover;
    min-height: 360px;
}
#home-carousel .carousel-indicators {
    right: auto;
    margin-left: 7%;
    margin-bottom: 2rem;
}
#home-carousel .slick-dots {
    bottom: 10px !important;
}
.carousel-title {
    min-height: 7rem;
}
.slick-dots li button:before {
    font-size: 10px !important;
    color: #fff !important;
}
.carousel-title {
    font-size: 2.75rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.carousel-subtitle {
    font-size: 2rem;
    font-weight: 500;
    text-transform: capitalize;
}
.carousel-slide-list {
    margin-top: 2rem;
    font-weight: 300;
    font-size: 1.45rem;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#home-booking-form {
    width: 100%;
    max-width: 400px;
    position: absolute;
    top: 58%;
    right: 7%;
    transform: translate(0, -50%);
    z-index: 9;
    background-color: #fff;
}
.booking-form-heading {
    padding: 0.75rem 1rem;
}
.booking-form-heading h4 {
    color: var(--bs-gray-700) !important;
}
.booking-form-content {
    background-color: #fdfdfd;
}
.booking-form label {
    color: var(--bs-gray-600);
}
#book_btn {
    padding: 0.75rem 1rem;
}
.gotoNextSection {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9;
    cursor: pointer;
    animation: bounce 2s infinite ease-in alternate;
}
@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(1.5rem);
    }
}

/* ========== FAVOURITE ROOMS ========= */

.carousel-control-next,
.carousel-control-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--theme-color);
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 1.25rem;
    height: 1.25rem;
}
.slick-slide {
    height: auto !important;
}
.slick-prev,
.slick-next {
    background-color: #fff !important;
    border: 1px solid #e2e2e2 !important;
    width: 35px !important;
    height: 35px !important;
    z-index: 9 !important;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #fff !important;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.18);
}
.slick-prev:before {
    content: "\F12F" !important;
    font-family: "bootstrap-icons" !important;
    color: var(--theme-dark-color) !important;
}
.slick-next:before {
    content: "\F138" !important;
    font-family: "bootstrap-icons" !important;
    color: var(--theme-color) !important;
}

.favourite-rooms .slick-slide {
    margin: 0 10px !important;
}
.favourite-rooms .slick-list {
    margin: 0 -10px !important;
}
.form-control,
.form-select {
    background-color: #ebebeb;
    font-size: 1rem;
    padding: 0.75rem 0.75rem;
}
.room-price {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.25rem 1rem;
    color: var(--bs-gray-700);
    background-color: #fff;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.95rem;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.085);
    z-index: 9;
}
#home-carousel.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* ========== DISCOVER AREA ========= */

.discover-item {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 5px;
    transition: 0.3s ease-in;
    overflow: hidden;
}
.discover-img {
    object-fit: cover;
    aspect-ratio: 4/3;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}
.discover-item::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.3s ease-in;
    border-radius: 5px;
    z-index: 1;
}
.discover-item:hover::before {
    background-color: rgba(0, 0, 0, 0.15);
}
.discover-item:hover .discover-img {
    transform: scale(1.15);
}
.discover-content {
    width: 100%;
    padding: 0.5rem 0.8rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transform: translate(0);
    transition: 0.3s ease;
}
.discover-title {
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.2;
}
.discover-item:hover .discover-content {
    transform: translateY(100%);
}

.contact-map {
    max-width: 100%;
    width: 100%;
}

.footer {
    background-color: #dcebdc;
    color: var(--bs-gray-700);
    padding: 4rem 0;
}
.footer-bottom {
    background-color: #f0f0f0;
}
.footer-links li {
    padding-bottom: 0.35rem;
}
.footer-links li a {
    text-decoration: none;
    color: var(--bs-gray-700);
}
.footer-links li a:hover {
    color: var(--theme-dark-color);
}
.footer .title {
    margin-bottom: 1.35rem;
}
.social-links li a {
    padding: 0.65rem;
    background-color: #f3f3f3;
    border-radius: 6px;
}
.social-links li i {
    font-size: 1.25rem;
}
.facebook {
    color: #3b5998;
}
.youtube {
    color: #cb2027;
}
.facebook:hover {
    background-color: #3b5998 !important;
}
.youtube:hover {
    background-color: #cb2027 !important;
}
.facebook:hover,
.youtube:hover {
    color: #fff;
    transition: 0.3s ease;
}

/* ROOM DETAILS */
.breadcrumb-item a {
    color: #fff;
}
.breadcrumb-item.active {
    color: var(--theme-color);
    font-weight: 600;
}
.page-top {
    position: relative;
    padding: 2.25rem 0;
    background-size: cover;
}
.page-top::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1;
}
.page-top-content {
    position: relative;
    z-index: 2;
}
.page-top-title {
    font-size: 2.5rem;
}
.page-top-content .room-price {
    position: static;
    background-color: var(--theme-color);
    color: #fff;
    padding: 0.5rem 1rem;
}
.page-top-content .room-price .price {
    font-size: 1.65rem;
}


/* GALLERY */
#gallery .gallery-item:first-child {
    grid-column: span 2;
    grid-row: span 2;
}
#gallery .gallery-item:nth-child(2) {
    grid-column: span 2;
    grid-row: span 2;
}

#gallery {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}
#gallery .gallery-item  {
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
}
#gallery .gallery-item img  {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}



@media (max-width: 1200px) {
    .slick-prev {
        left: 0 !important;
    }
    .slick-next {
        right: 0 !important;
    }
}

@media (max-width: 992px) {
    #home-booking-form {
        position: static;
        transform: translate(0);
        margin-top: 2rem;
        max-width: 100%;
    }
    #gallery {
        grid-template-columns: repeat(3, 1fr);
    }
    #gallery .gallery-item:nth-child(2) {
        grid-column: span 1;
        grid-row: span 1;
    }
}

@media (max-width: 576px) {
    html {
        font-size: 14px;
    }
    body {
        font-size: 1.15rem;
    }
    .header {
        padding: 0.5rem 0;
    }
    .footer {
        padding: 2.75rem 0;
    }
    .carousel-title {
        font-size: 2.1rem;
        margin-bottom: 1rem;
        min-height: 5.5rem;
    }
    .carousel-content .features .title {
        font-size: 1rem;
    }
    .carousel-content .features .subtitle {
        font-size: 0.85rem;
    }
    .carousel-content {
        padding-top: 6rem;
        padding-bottom: 4rem;
    }
    .carousel-slide-list {
        margin-top: 1rem;
        font-size: 1.25rem;
        gap: 0.5rem;
    }
    .section-title {
        font-size: 1.85rem;
    }
    .sp {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .slick-prev,
    .slick-next {
        width: 28px !important;
        height: 28px !important;
    }
    .slick-next:before,
    .slick-prev:before {
        font-size: 17px;
    }
    .page-top-content .room-price .price {
        font-size: 1.5rem;
    }
    .page-top-content .room-price {
        padding: 0.35rem 0.75rem;
    }
    #gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }
    #gallery .gallery-item:first-child {
        grid-column: span 2;
        grid-row: span 1;
    }
}


@media (max-width: 480px) {
    .logo {
        max-width: 150px;
    }
    .active-header .logo {
        max-width: 150px;
    }
}