/* Hero Section */
.hero-section {
    min-height: 110vh;

    background-size: cover !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    position: relative !important;
}

.hero-title {
    font-family: var(--font-1);
    font-weight: 500;
    font-style: Medium;
    font-size: 84px;
    letter-spacing: -0.84px;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 21px;
    margin-bottom: 100px;
}
/* End Hero Section */


/* Rooms Section */
#rooms-section {
    margin-top: 40px;
}

.rooms-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 4px;
}

.rooms-title {
    font-family: var(--font-1);
    font-weight: 500;
    font-style: Medium;
    font-size: 34px;
    leading-trim: NONE;
    line-height: 40.8px;
    letter-spacing: -0.34px;
    color: rgba(26, 38, 32, 1);
    margin-bottom: 16px;
}

.rooms-desc {
    font-family: var(--font-2);
    font-weight: 400;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 25.5px;
    letter-spacing: 0%;
    margin-bottom: 32px;
    color: rgba(26, 38, 32, 1);
}

.room-feature {
    margin-bottom: 12px
}

.room-feature.last {
    margin-bottom: 32px;
}

.rooms-container {
    margin-bottom: 120px;
}

.room-feature span {
    font-family: var(--font-2);
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(26, 38, 32, 1);
}

.rooms-btn-fill {
    font-family: var(--font-2);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 1.2px;
    color: rgba(246, 242, 233, 1);
    background: rgba(31, 58, 46, 1);
    padding: 15px 30px;
    border-radius: 0;
    margin-right: 24px;
}

.rooms-btn-outline {
    font-family: var(--font-2);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 1.2px;
    color: rgb(31, 58, 46);
    padding: 0 0 4px;
    border-bottom: 1px solid rgba(31, 58, 46, 1);
    border-radius: 0;
}
/* End Rooms Section */

/* comparison Section */
#comparison-section {
    background-color: rgba(255, 255, 255, 1);
    padding: 100px 0;
    margin-top: 40px;
}

.comparison-subtitle {
    font-family: var(--font-2);
    font-weight: 500;
    font-style: Medium;
    font-size: 11px;
    leading-trim: NONE;
    line-height: 18.15px;
    letter-spacing: 1.98px;
    text-align: center;
    color: rgba(182, 136, 58, 1);
    display: block;
    margin-bottom: 20px;
}

.comparison-title {
    font-family: var(--font-1);
    font-weight: 500;
    font-style: Medium;
    font-size: 52px;
    leading-trim: NONE;
    line-height: 58.24px;
    letter-spacing: -0.52px;
    text-align: center;
    margin-bottom: 20px;
    color: rgba(26, 38, 32, 1);
}

.comparison-desc {
    font-family: var(--font-2);
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 25.5px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(26, 38, 32, 1);
    margin-bottom: 40px;
}

.comparison-table .thead-dark th {
    background: rgba(26, 38, 32, 1);
    border: 0;
    font-family: var(--font-2);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 1.2px;
    color: rgba(246, 242, 233, 1);
    padding: 20px;
}

.comparison-table td {
    padding: 20px;
}

.comparison-table tbody td {
    font-family: var(--font-2);
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 25.5px;
    letter-spacing: 0%;
    color: rgba(26, 38, 32, 1);
}

.comparison-table tbody td:first-child {
    font-family: var(--font-1);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 29.7px;
    letter-spacing: 0%;
}

.comparison-table tbody td:last-child {
    font-family: var(--font-1);
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 29.7px;
    letter-spacing: 0%;
    color: rgba(182, 136, 58, 1);
    text-align: right;
}

.comparison-table {
    border: 1px solid #e3e6ec;
}
/* End comparison Section */


/* CTA */
#cta-section {
    padding: 120px 0;
    background-color: rgba(26, 38, 32, 1);
}

#cta-section h2 {
    font-family: var(--font-1);
    font-weight: 500;
    font-style: Medium;
    font-size: 52px;
    leading-trim: NONE;
    line-height: 58.24px;
    letter-spacing: -0.52px;
    text-align: center;
    color: rgba(246, 242, 233, 1);
    margin-bottom: 32px;
}

#cta-section a {
    font-family: var(--font-2);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 1.2px;
    color: rgba(246, 242, 233, 1);
    padding: 16px 40px;
    background: rgba(31, 58, 46, 1);
}
/* End CTA */

@media (max-width: 991px) {

    /* Hero section */
    .hero-section {
        min-height: 50vh;
    }

    .hero-title {
        font-size: 42px;
        margin-bottom: 24px;
    }
    /* End Hero section */


    /* Rooms section */
    .rooms-img {
        height: 240px;
        margin-bottom: 24px;
    }

    .rooms-title {
        font-size: 28px;
    }

    .rooms-desc {
        font-size: 14px;
    }

    .rooms-container {
        margin-bottom: 64px;
    }
    /* End Rooms section */

    /* Comparison section */
    .comparison-subtitle {
        font-size: 11px;
        margin-bottom: 12px;
        line-height: normal;
        text-align: left;
    }

    .comparison-title {
        font-size: 32px;
        line-height: normal;
        text-align: left;
    }

    .comparison-table {
        display: none;
    }

    .comparison-mobile-card {
        border: 1px solid rgba(220, 213, 194, 1);
        padding: 16px;
    }

    .comparison-mobile-title {
        font-family: var(--font-1);
        font-weight: 400;
        font-style: Regular;
        font-size: 18px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        color: rgba(26, 38, 32, 1);
        margin-bottom: 8px;
    }

    .comparison-mobile-guest {
        font-family: var(--font-2);
        font-weight: 400;
        font-style: Regular;
        font-size: 13px;
        leading-trim: NONE;
        line-height: 150%;
        letter-spacing: 0%;
        color: rgba(140, 137, 120, 1);
    }

    .comparison-mobile-price {
        font-family: var(--font-1);
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        color: rgba(182, 136, 58, 1);
    }
    /* End Comparison section */


    /* CTa Section */
    #cta-section h2 {
        font-size: 32px;
    }
    /* End CTa Section */

}

    .rooms-btn-fill-book {
    font-family: var(--font-2);
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 1.2px;
    color: rgba(246, 242, 233, 1);
    background: rgba(182, 136, 58, 1);
    padding: 15px 30px;
    border-radius: 0;
    margin-right: 24px;
}

.item-subtitle-detail {
    margin-top: 20px;
    margin-bottom: 28px;
}

.item-subtitle-detail > span {
    display: block;

    font-family: var(--font-2);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: rgba(182, 136, 58, 1);

    margin-bottom: 7px;
}

.item-subtitle-detail p {
    margin: 0;
    max-width: 90%;

    font-family: var(--font-2);
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.7;

    color: rgba(26, 38, 32, 0.8);
}