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

.gallery-subhotel .carousel-item img {
    height: 650px !important;
    object-fit: cover;
    width: 100%;
}

.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: 75vh !important;
}

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

.modal-body-item {
    height: 100%;
    max-height: 75vh;

}

.modal-body-item:nth-child(1) {
    margin: 0 0 2rem 0;
    padding: 0 2rem 2rem 2rem;
    overflow-y: auto;
}

.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 h2 {
    margin: 0 auto 6rem auto !important;
}

.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;
}

.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;
}

.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;
}

.subpage-look .modal-body-item {
    padding: 0 !important;
}