﻿.page-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #000000;
}

.page-content-area {
    display: flex;
    flex-direction: column;
    /*row-gap: 64px;*/
    padding-bottom: 90px;
}


.page-image-carousel .owl-dots {
    margin-top: 24px !important;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 11px;
}

    .page-image-carousel .owl-dots button span {
        width: 8px !important;
        height: 4px !important;
        border-radius: 0 !important;
        margin: 0 !important;
        opacity: 1 !important;
        background: #C0C0C0 !important;
    }

    .page-image-carousel .owl-dots button.active span {
        background: #D1000F !important;
    }

.page-contents {
    display: flex;
    flex-direction: column;
    row-gap: 64px;
}


.page-appeal {
    position: relative;
}


.page-appeal-image, .page-appeal-image img {
    height: 395px;
    width: 100%;
    object-fit: cover;
}

    .page-appeal-image img {
        object-position: 0 -105px;
    }

.page-appeal-image {
    position: relative;
}


    .page-appeal-image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000cc;
    }

.page-appeal-text-and-button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 56px 40px;
    width: 100%;
}

.page-appeal-title {
    max-width: 300px;
    width: 100%;
    font-family: Inter;
    font-weight: 300;
    font-size: 23.25px;
    line-height: 33.61px;
    letter-spacing: -0.6px;
    color: #FFFFFF;
}

.page-appeal-text-and-button {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.page-appeal-button a {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    background: #D1000F;
    padding: 12px 66px;
    text-decoration: none;
}


/*Page Room Card*/
.page-room-card {
    position: relative;
    border-bottom: 3px solid #D1000F;
}

.page-room-image
{
    position: relative;
}

    .page-room-image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(0, 0, 0, 0) 51.58%, rgba(0, 0, 0, 0.81) 95.66%);
    }

.page-room-image, .page-room-image img {
    aspect-ratio: 2/1.25;
    object-fit: cover;
}

.page-room-text-and-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 40px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.page-room-text {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.page-room-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.page-room-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    max-width: 300px;
    width: 100%;
}

.page-room-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    padding: 12px 66px;
    background: #D1000F;
}

.page-rooms-carousel .owl-dots {
    margin-top: 24px !important;
    margin-bottom: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 11px;
}

    .page-rooms-carousel .owl-dots button span {
        width: 8px !important;
        height: 4px !important;
        border-radius: 0 !important;
        margin: 0 !important;
        opacity: 1 !important;
        background: #C0C0C0 !important;
    }

    .page-rooms-carousel .owl-dots button.active span {
        background: #D1000F !important;
    }


.page-one-room-image {
    position: relative;
}

    .page-one-room-image::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(0, 0, 0, 0) 51.58%, rgba(0, 0, 0, 0.81) 95.66%);
    }

    .page-one-room-image, .page-one-room-image img {
        object-fit: cover;
        height: 100%;
    }

.page-one-room-card {
    position: relative;
    height: calc(100% - 38px);
    border-bottom: 3px solid #D1000F;
}


@media only screen and (max-width: 991px)
{
    .page-room-image, .page-room-image img {
        aspect-ratio: 1/1;
        object-fit: cover;
    }
    .page-one-room-image, .page-one-room-image img {
        aspect-ratio: 1/1;
        object-fit: cover;
    }
}

@media only screen and (max-width: 767px)
{
    .page-room-text-and-button {
        padding: 20px 20px;
    }
    .page-room-button a {
        padding: 10px 40px;
    }

    .page-appeal-text-and-button {
        padding: 56px 20px;
    }
    .page-appeal-image img
    {
        object-position: unset;
    }

    .page-appeal-image, .page-appeal-image img {
        height: 300px;
    }

    .page-appeal-button a {
        padding: 10px 40px;
    }
}

@media only screen and (max-width: 575px)
{
    .page-one-room-card {
        height: 100%;
    }
}


