/**  features hotel**/
.hotel-features {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0;
}

.hotel-features .btn-default {
    text-decoration: none;
    color: black;
    font-weight: 500;
    padding: 1.5rem 30px;
    text-align: center;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.hotel-features .btn-default:hover {
    text-decoration: none;
    color: white;
    opacity: 1;
}

.hotel-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    transition: all 0.3s ease-in-out;

}

.hotel-features-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    padding: 30px;
}

.hotel-features-item:not(.hotel-features-img) {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-left: 8px;
    padding-right: 8px;

}

.hotel-features-item:not(.hotel-features-img)::before {
    content: '';
    display: block;
    background-color: white;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0 !important;
    z-index: 1;
}


.hotel-features-img {
    display: none;
    transition: all 0.3s ease-in-out;
}

.subpage-features .hotel-features-img {
    display: flex;
    transition: all 0.3s ease-in-out;
    border: 0;
    cursor: pointer;
}

.hotel-features-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    padding: 3rem 0;

    & .btn-default {
        border-radius: 3rem;
    }
}

.subpage-features .hotel-features-item {
    align-items: center;
    text-align: center;
}

.hotel-features-img::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transition: opacity 0.3s ease-in-out;
}


.hotel-features-grid:hover .hotel-features-img::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.hotel-features-grid:hover .btn-default {
    text-decoration: none;
    color: white;
    opacity: 1;
    background-color: #abb98e;
}

.hotel-features-grid .hotel-description-img {
    border: 0;
}

.hotel-features-grid:hover .hotel-features-img::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.hotel-features-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.hotel-features-grid:hover .hotel-features-item:not(.hotel-features-img) {
    background-image: none;
    background-color: #efefefbc;
}

@media (min-width: 992px) {

    .hotel-features-item,
    .hotel-features-item:not(.hotel-features-img) {

        padding: 3rem 10% 3rem 10%;


    }

    .hotel-features-img {
        order: 1;
    }

    .hotel-features {
        gap: 0
    }

    .hotel-features-grid:nth-child(even) .hotel-features-item.hotel-features-item:not(.hotel-features-img) {
        order: 2;
        padding: 3rem 10% 3rem 10%;


    }

    .hotel-features-item:not(.hotel-features-img)::before {
        display: none;
    }

    .hotel-features-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 1.5rem;
        padding: 3rem 10% 3rem 10%;
    }

    .subpage-features .hotel-features-item {
        align-items: center;
        text-align: center;
    }

    .hotel-features .btn-default {
        width: fit-content;
        height: fit-content;
        display: block;
        max-width: none;

    }


    .hotel-features-img::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        transition: opacity 0.3s ease-in-out;
    }

    .hotel-features-grid:hover .hotel-features-img::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.4;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
    }

    .hotel-features-item:not(.hotel-features-img) {
        background-image: none;
    }

    .hotel-features-grid:hover .hotel-features-item:not(.hotel-features-img) {
        background-image: none;
        background-color: #efefefbc;
    }

    .hotel-features-img {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 3rem;
    }

    .hotel-features-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.hotel-features-img {
    background-image: url('../img/3.max-800x800.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 30rem;
}

.hotel-features-grid:nth-child(even) .hotel-features-item.hotel-features-item:not(.hotel-features-img) {
    order: 2;

}


.subpage-features .hotel-features-grid:nth-child(even) .hotel-features-item.hotel-features-item:not(.hotel-features-img) {
    order: unset;

}

@media (min-width: 992px) {
    .subpage-features .hotel-features-grid:nth-child(even) .hotel-features-item.hotel-features-item:not(.hotel-features-img) {
        order: 2;

    }
}


.hotel-features-item h2::after {
    display: none;
}

.hotel-features-item h2 {
    margin-bottom: 3rem !important;
}

.wrap-cammera {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 3;
    text-transform: uppercase;
    transition: opacity 0.3s ease-in-out;
    opacity: 1;

    @media (min-width: 992px) {
        opacity: 0;

    }
}

.wrap-cammera img {
    width: 54px;
    display: block;
    margin-bottom: 1.5rem;
}

.hotel-features-grid:hover .wrap-cammera {
    opacity: 1;
}

/* faq section */
.hotel-faq .accordion-header {
    border-left: 4px solid #a7b2a0;

}

.hotel-faq .accordion-button {
    padding: 20px;
    font-size: 1.6rem;
    font-family: "Lato", sans-serif;
    color: #b48c64;

    @media (width>=768px) {
        font-size: 2rem;
    }
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button {
    border-radius: 0 !important;
    border-bottom: 1px solid #efefef;
}

.accordion-item {
    border: 0;
    border-top: 0;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #b48c64;
    border: 0;
    border-bottom: 1px solid #efefef;
    border-top: 0;
}

@media (min-width: 992px) {
    .container-accordion {
        padding: 0 100px;
    }

}

.accordion-button::after {
    width: 20px;
    height: 20px;
    background-position: center;
}

.accordion-button {
    box-shadow: none;
    font-weight: 500;
    border-bottom: 1px solid #efefef;

}

.accordion-button:focus {
    box-shadow: 0 0 0.25rem #abb98e
}

.accordion-body {
    padding: 2rem 1.25rem;
    border: 0;
}




/* gallery modal subpage hotel */
.gallery-subhotel .carousel {
    max-height: 100%;
}

.gallery-subhotel .carousel-item {
    height: auto !important;
    max-height: 100%;
    max-width: 100%;
    width: 100% !important;
}

.gallery-subhotel .carousel-item img {
    height: 75vh !important;
    object-fit: cover;
    width: 100%;

}

.modal:has(.modal-content-gallery, .modal-subpage-detail) {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content-gallery {
    background-color: transparent !important;
    border: 0;
    border-radius: 0;
}

.modal-footer,
.modal-header {
    border: 0;
}

.modal-content-gallery .carousel-caption {
    position: relative;
    top: 0.5rem;
    text-align: center;
    left: 0;
    right: 0;
}

.modal-content-gallery .carousel-caption p {
    margin: 0;
}

.btn-close-gallery {
    filter: invert(1);
    opacity: 1;
}

.modal-subpage-detail,
.modal-dialog:has(.modal-content-gallery) {
    max-width: 1320px;
    max-height: 78vh;
}

.modal-body-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.modal-subpage-detail .carousel-item {
    height: 30vh !important;

    @media (min-width: 992px) {
        height: 75vh !important;

    }
}

.modal-subpage-detail .carousel-item img {
    height: 30vh !important;
    object-fit: cover;
    width: 100%;

    @media (min-width: 992px) {
        height: 75vh !important;

    }
}

.modal-body-item {
    padding: 0 2rem 2rem 2rem;
    height: 100%;
    max-height: 33vh;

    @media (min-width: 992px) {
        max-height: 75vh;
    }

    &::-webkit-scrollbar {
        width: 12px;
    }

    &::-webkit-scrollbar-track {
        background: #f0f0f0;
        border-radius: 6px;
    }

    &::-webkit-scrollbar-thumb {
        background: gray;
        border-radius: 6px;
        border: 2px solid #f0f0f0;
    }

    &::-webkit-scrollbar-thumb:hover {
        background: rgb(93, 92, 92);
    }
}

.modal-body-item .carousel-control-next-icon,
.modal-body-item .carousel-control-prev-icon,
.gallery-subhotel .carousel-control-next-icon,
.gallery-subhotel .carousel-control-prev-icon {
    width: 4rem !important;
    height: 4rem !important;
    filter: invert(1);
    background-color: black;
    padding: 1rem;
    border-radius: 1rem;
    background-size: 3rem;
}

/* subpage owl carousel */
.subpage-look-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 992px) {
    .subpage-look-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: grid;
    position: relative;
}

.owl-dots {
    display: none;
}

.owl-carousel .owl-item img {
    height: 300px;
    object-fit: cover;
}

.subpage-look-item>h2 {
    font-size: 3rem;
}

@media (min-width:992px) {
    .subpage-look .owl-carousel .owl-item img {
        height: 370px !important;
        object-fit: cover;
    }

    .subpage-look-item>h2 {
        font-size: 5rem;
    }
}

.owl-carousel h2 {
    margin-bottom: 2rem !important;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 126px;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
}




@media (min-width:992px) {
    .subpage-look .owl-theme .owl-nav {
        top: 45% !important;
    }
}

.owl-nav span {
    font-size: 40px;
    width: 20px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    height: fit-content;
    background-color: rgba(255, 255, 255, 0.674);
    padding: 2rem 1rem !important;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .modal-body-grid {
        grid-template-columns: 1fr;
    }
}

/* Subpage customized arrows */

.subpage-look {
    & .owl-nav span {
        font-size: 7rem;
        color: #a7b2a0;
    }
}