/* --------------------------------------- */
/* ROOMS POP UP IMAGE SLIDER START */
/* --------------------------------------- */

.pop__up__modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: var(--clr-ddd-black-title);
    overflow: hidden;
    
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pop__up__modal .modal__wrapper {
    width: 700px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;

    display: flex;
    flex-direction: row;
    justify-content: start;
    justify-content: center;
    align-items: center;

    gap: 1.5rem;
}

.pop__up__modal .modal__wrapper .left__arrow {
    position: absolute;
    left: 0;
}

.pop__up__modal .modal__wrapper .right__arrow {
    position: absolute;
    right: 0;
}

.pop__up__modal .modal__wrapper .nav__arrow {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: var(--clr-teal-primary);
    z-index: 9999;
    cursor: pointer;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease-in-out;
}

.pop__up__modal .modal__wrapper .nav__arrow:hover {
    opacity: 0.85;
}

.pop__up__modal .modal__wrapper .img__container .img__wrapper {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    padding-left: 4.5rem;
}

.pop__up__modal .modal__wrapper .img__container .img {
    width: 90%;
    max-width: 760px;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 1rem;
}

.pop__up__modal .modal__wrapper .img__slider__pagination {
    padding-bottom: 3.5rem;
}

.pop__up__modal .modal__wrapper .modal__close__btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: var(--size-2xl);
    cursor: pointer;

    padding: 1rem 1rem 1rem 1rem;
}



/* xxxs */
/* @media (min-width: 320px) {} */

/* xxs */
/* @media (min-width: 380px) {} */

/* xs */
/* @media (min-width: 475px) {} */

/* sm */
/* @media (min-width: 640px) {} */

/* md */
@media (min-width: 768px) {

    .pop__up__modal .modal__wrapper .img__container .img {
        width: 90%;
        max-width: 820px;
        aspect-ratio: 16 / 9;
        height: auto;
        object-fit: cover;
        object-position: center;
        border-radius: 1rem;
    }

    .pop__up__modal .modal__wrapper .modal__close__btn {
        padding: 1rem 0rem 1rem 1rem;
    }

    .imgages__carousel .imgages__carousel__wrapper .img {
        max-width: 100%;
        aspect-ratio: 16 / 9;
        height: auto;
    }
}

/* lg */
@media (min-width: 1024px) {

    .pop__up__modal .modal__wrapper .img__slider__pagination {
        padding-bottom: 0rem;
    }

    .pop__up__modal .modal__wrapper .modal__close__btn {
        padding: 1rem 1rem 0rem 0rem;
    }
}

/* xl */
@media (min-width: 1280px) {

    .pop__up__modal .modal__wrapper .modal__close__btn {
        padding: 1rem 0rem 0rem 0rem;
    }
}

/* 2xl */
/* @media (min-width: 1536px) {} */


/* --------------------------------------- */
/* ROOMS POP UP IMAGE SLIDER END */
/* --------------------------------------- */


/* --------------------------------------- */
/* ROOMS DETAILS START */
/* --------------------------------------- */

.room__details.section__base {
    margin-top: 1rem;
}

.room__details {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;

    gap: 1.5rem;
    padding-top: 88px;
    padding-bottom: 80px;
}

.room__details .title__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;

    gap: 0.25rem;
}

.room__details .title__wrapper .title {
    color: var(--clr-black);
    font-size: var(--sub-title);
    font-weight: 500;
}

.room__details .title__wrapper .location {
    color: var(--clr-767-black);
    font-size: var(--size-sm);
    font-weight: 400;

    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;

    gap: 0.5rem;
}

.room__details .title__wrapper .location i {
    color: var(--clr-teal-primary);

    padding-top: 0.3rem;
}

.room__details .details__grid__block {
    display: grid;
    /* grid-template-columns: 3.8fr 1.2fr; */

    gap: 1.8rem;
}

.room__details .details__grid__block .grid__start {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;

    gap: 2.5rem;
}

.details__grid__block .grid__start .images__grid__item {
    display: none;
}

.imgages__carousel .imgages__carousel__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: start;
    overflow: hidden;
    overflow-x: scroll;

    gap: 0.85rem;
    padding: 0 0.5rem;
}

.imgages__carousel .imgages__carousel__wrapper .img {
    width: 100%;
    max-width: 760px;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    border-radius: 0.65rem;
}

.details__grid__block .grid__start .text__grid__item {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;

    gap: 2.5rem;
}

.grid__start .text__grid__item .features__points__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.grid__start .text__grid__item .features__points__grid {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0.6rem;
    padding: 1rem;
    margin: 0;
    background: linear-gradient(135deg, #f7fbfc 0%, #eef4f6 100%);
    border: 1px solid rgba(12, 60, 76, 0.08);
    border-radius: 1rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.85);
}

.grid__start .text__grid__item .active {
    height: auto;
}

.grid__start .text__grid__item .features__points__grid .point__item {
    color: #0b1f29;
    font-size: 1rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.6rem 0.8rem;
    border-radius: 0.8rem;
    background: #fff;
    border: 1px solid rgba(12, 60, 76, 0.06);
    box-shadow: 0 12px 28px rgba(0,0,0,0.05);
}

.grid__start .text__grid__item .features__points__grid .point__item i {
    display: inline-flex;
    color: var(--clr-teal-primary);
    font-size: 0.9rem;
}

.grid__start .text__grid__item .features__points__grid .point__item::before {
    display: none;
}

@media (min-width: 768px) {
    .room__details {
        padding-top: 96px;
        padding-bottom: 90px;
    }
}

/* --------------------------------------- */
/* Mobile-first adjustments */
/* --------------------------------------- */
@media (max-width: 640px) {
    .room__details {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        gap: 1.75rem;
        padding-top: 96px;
        padding-bottom: 110px;
    }

    .room__details .details__grid__block {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        align-items: center;
        text-align: center;
    }

    .room__details .title__wrapper {
        align-items: center;
        text-align: center;
    }

    .imgages__carousel .imgages__carousel__wrapper {
        gap: 0.75rem;
        padding: 0 0.5rem;
    }

    .grid__start .text__grid__item {
        gap: 1.5rem;
        text-align: center;
    }

    .grid__start .text__grid__item .features__points__wrapper,
    .grid__start .text__grid__item .features__points__grid {
        grid-template-columns: 1fr;
    }

    .grid__start .text__grid__item .features__points__grid {
        padding: 0.75rem 0.9rem;
    }

    .grid__start .text__grid__item .features__points__grid {
        grid-template-columns: 1fr;
        padding: 0.75rem 1rem;
        gap: 0.75rem;
    }

    .grid__start .text__grid__item .features__points__grid .point__item {
        font-size: var(--size-base);
    }

    .details__grid__block .grid__end .price__grid__item {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        text-align: center;
    }

    .details__grid__block .grid__end .price__grid__item .btn__wrapper .btn {
        font-size: var(--size-base);
        padding: 0.95rem 1rem;
    }
}

.grid__start .text__grid__item .description {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
    text-align: start;

    gap: 1rem;
}

.grid__start .text__grid__item .description .title {
    color: var(--clr-black);
    font-size: var(--sub-title);
    font-weight: 500;
}

.grid__start .text__grid__item .description .description__text {
    color: var(--clr-333-black);
    font-size: var(--size-base);
    font-weight: 400;
}

.room__details .details__grid__block .grid__end {
    position: relative;

    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: stretch;
}

.details__grid__block .grid__end .price__grid__item {
    background-color: var(--clr-white);
    border: 1px solid var(--clr-ddd-black-title);
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    overflow: hidden;

    position: fixed;
    width: 100%;
    bottom: env(safe-area-inset-bottom, 0);
    left: 0;
    z-index: 18;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: space-between;

    gap: 0.5rem;
    padding: 1.2rem 0.5rem 1.2rem 0.5rem;
}

.details__grid__block .grid__end .price__grid__item .price__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;

    gap: 0rem;
}

.grid__end .price__grid__item .price__wrapper .price {
    color: var(--clr-black);
    font-size: var(--size-2xl);
    font-weight: 600;
    line-height: 1.2;
}

.grid__end .price__grid__item .price__wrapper .text {
    color: var(--clr-686-black);
    font-size: var(--size-sm);
    font-weight: 400;
}

.grid__end .price__grid__item .btn__wrapper .link {
    width: 100%;
}

.grid__end .price__grid__item .btn__wrapper .btn {
    width: 100%;
    color: var(--clr-black);
    font-size: var(--size-base);
    font-weight: 500;
    background-color: var(--clr-teal-primary);
    border-radius: 0.75rem;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 1rem;
}

.room__details .btm__btn__wrapper {
    width: 100%;
}

.room__details .btm__btn__wrapper .link {
    width: 100%;
}

.room__details .btm__btn__wrapper .btn {
    width: 100%;
    color: var(--clr-black);
    font-size: var(--size-base);
    font-weight: 500;
    background-color: var(--clr-teal-primary);
    border-radius: 0.75rem;
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: start;
    
    padding: 1rem 1.5rem;
}

.images__grid__item .block__images__grid__5__start {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;

    gap: 1rem;
}

.images__grid__item .block__images__grid__5__end {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;

    gap: 1rem;
}


/* xxxs */
/* @media (min-width: 320px) {} */

/* xxs */
/* @media (min-width: 380px) {} */

/* xs */
/* @media (min-width: 475px) {} */

/* sm */
/* @media (min-width: 640px) {} */

/* md */
@media (min-width: 768px) {

    .imgages__carousel .imgages__carousel__wrapper .img {
        width: 100%;
        height: 272px;
        object-fit: cover;
        border-radius: 0.65rem;
    }
    
}

/* lg */
@media (min-width: 1024px) {

    .room__details {
        gap: 2.5rem;
    }

    .room__details .details__grid__block {
        display: grid;
        grid-template-columns: 3.8fr 1.2fr;
    
        gap: 1.8rem;
    }

    .room__details .details__grid__block .grid__start {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    
        gap: 5rem;
    }

    .room__details .title__wrapper .title {
        color: var(--clr-black);
        font-size: var(--title-mb);
        font-weight: 500;
    }

    .room__details .title__wrapper .location {
        color: var(--clr-767-black);
        font-size: var(--size-sm);
        font-weight: 400;
    
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
    
        gap: 0.5rem;
    }

    .room__details .title__wrapper .location i {
        color: var(--clr-teal-primary);
    }



    .imgages__carousel {
        display: none;
    }

    .details__grid__block .grid__start .images__grid__item {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: stretch;
    
        gap: 0.5rem;
    }
    
    .details__grid__block .grid__start .images__grid__item .grid__item__start {
        display: grid;
        grid-template-columns: 2fr 1fr;
        align-items: stretch;
    
        gap: 0.5rem;
    }
    
    .grid__start .images__grid__item .grid__item__start .verticle__grid .main__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    
    .grid__start .images__grid__item .grid__item__start .verticle__grid {
        display: flex;
        flex-direction: column;
        justify-content: stretch;
        align-items: stretch;
    
        gap: 0.5rem;
    }
    
    .grid__start .images__grid__item .grid__item__start .verticle__grid .img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .grid__start .images__grid__item .grid__item__end {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    
        gap: 0.5rem;
    }
    
    .grid__start .images__grid__item .grid__item__end .img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .details__grid__block .grid__start .images__grid__item .img {
        border-radius: 0.4rem;
        transition: all 0.15s ease-in-out;
        object-fit: cover;
    }
    
    .details__grid__block .grid__start .images__grid__item .img:hover {
        opacity: 0.9;
    }

    .grid__start .text__grid__item .features__points__wrapper .view__more__text {
        color: var(--clr-blue);
        font-size: var(--size-base);
        font-weight: 600;
        display: none;
    }
    
    .grid__start .text__grid__item .features__points__grid {
        list-style: none;
    
        height: auto;
        display: grid;
        grid-template-columns: repeat(2,  1fr);
    
        gap: 0.8rem 1.8rem;
        padding-left: 0rem;
    }
    
    .grid__start .text__grid__item .active {
        height: auto;
        display: grid;
    }

    .grid__start .text__grid__item .features__points__grid .point__item {
        font-size: var(--size-base);
        font-weight: 400;
    
        gap: 0.5rem;
    }

    .details__grid__block .grid__end .price__grid__item {
        border: 1px solid var(--clr-ddd-black-title);
        border-radius: 0.75rem;
        overflow: hidden;
    
        position: static;
        width: 100%;
        top: 0;
        left: 0;
    
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: stretch;
    
        gap: 1.4rem;
        padding: 0rem;
    }
    
    .details__grid__block .grid__end .price__grid__item .price__wrapper {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    
        gap: 0rem;
        padding: 1.2rem 1.2rem 0rem 1.2rem;
    }
    
    .grid__end .price__grid__item .price__wrapper .price {
        color: var(--clr-black);
        font-size: var(--sub-title);
        font-weight: 600;
        line-height: 1.2;
    }
    
    .grid__end .price__grid__item .price__wrapper .text {
        color: var(--clr-686-black);
        font-size: var(--size-sm);
        font-weight: 400;
    }
    
    .grid__end .price__grid__item .btn__wrapper .link {
        width: 100%;
    }
    
    .grid__end .price__grid__item .btn__wrapper .btn {
        width: 100%;
        color: var(--clr-black);
        font-size: var(--size-base);
        font-weight: 500;
        background-color: var(--clr-teal-primary);
        border-radius: 0.75rem;
        text-align: center;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 1rem 1rem;
    }
}

/* xl */
@media (min-width: 1280px) {

    .details__grid__block .grid__start .images__grid__item {
        gap: 1rem;
    }

    .grid__start .images__grid__item .grid__item__start .verticle__grid {
        gap: 1rem;
    }

    .details__grid__block .grid__start .images__grid__item .grid__item__start {
        gap: 1rem;
    }

    .grid__start .images__grid__item .grid__item__end {
        gap: 1rem;
    }
    
    .details__grid__block .grid__start .images__grid__item .img {
        border-radius: 0.65rem;
        transition: all 0.15s ease-in-out;
        object-fit: cover;
    }

    .grid__start .text__grid__item .features__points__grid .point__item {
        font-size: var(--size-lg);
        font-weight: 400;
    
        gap: 0.5rem;
    }
}

/* 2xl */
/* @media (min-width: 1536px) {} */



/* --------------------------------------- */
/* ROOMS DETAILS END */
/* --------------------------------------- */
