.wrapper,
body,
html {
    min-height: 100%
}

.wrapper {
    position: relative
}

.wrapper .content-wrapper {
    min-height: calc(100vh - calc(3.5rem + 1px) - calc(3.5rem + 1px))
}

.content-wrapper>.content {
    padding: 0 .5rem
}

.theme-darkest {
    background-color: var(--theme-darkest) !important;
    color: #ffffff !important;
}

.theme-dark {
    background-color: var(--theme-dark) !important;
    color: #ffffff !important;
}

.theme-mid {
    background-color: var(--theme-mid) !important;
    color: #ffffff !important;
}

.theme-light {
    background-color: var(--theme-light) !important;
    color: #000000 !important;
}

.theme-lightest {
    background-color: var(--theme-lightest) !important;
    color: #000000 !important;
}

.header-title {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 2rem;
    margin-top: 1.5rem;
}

.header-subtitle {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 2rem;
    margin-bottom: 1.5rem;
}

.judul-item {
    font-size: 1.5rem;
    font-weight: 700;
}

.info-kamar {
    color: #ffffff !important;
}

.konten-item {
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
}

.ribbon-wrapper {
    height: 70px;
    overflow: hidden;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 70px;
    z-index: 10
}

.ribbon-wrapper.ribbon-lg {
    height: 120px;
    width: 120px
}

.ribbon-wrapper.ribbon-lg .ribbon {
    right: 0;
    top: 26px;
    width: 160px
}

.ribbon-wrapper.ribbon-xl {
    height: 180px;
    width: 180px
}

.ribbon-wrapper.ribbon-xl .ribbon {
    right: 4px;
    top: 47px;
    width: 240px
}

.ribbon-wrapper .ribbon {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    font-size: .8rem;
    line-height: 100%;
    padding: .375rem 0;
    position: relative;
    right: -2px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    text-transform: uppercase;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 90px
}

.ribbon-wrapper .ribbon::after,
.ribbon-wrapper .ribbon::before {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #9e9e9e;
    bottom: -3px;
    content: "";
    position: absolute
}

.ribbon-wrapper .ribbon::before {
    left: 0
}

.ribbon-wrapper .ribbon::after {
    right: 0
}

/* Detail Unit */

#featured {
    height: 40vh;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    border: 1.5px solid var(--theme-lightest);
}

.thumbnail {
    object-fit: cover;
    max-width: 180px;
    max-height: 100px;
    cursor: pointer;
    opacity: 0.8;
    margin: 5px 2px;
    border: 1.5px solid var(--theme-lightest);
}

.thumbnail:hover {
    opacity: 1;
}

.active {
    opacity: 1;
}

.slide-wrapper {
    max-width: 100%;
    display: flex;
    min-height: 100px;
    align-items: center;
    justify-content: center;
}

.judul-detail {
    font-weight: 700;
    font-size: 1.5rem;
    background-color: rgba(0, 0, 0, 0.09);
    padding: 5px 20px;
}

.fasilitas {
    font-size: 15px;
}

.detail-harga {
    font-size: 2.5rem;
    font-weight: 900;
    margin-left: 50px;
}

.harga-sub {
    font-size: 1.5rem;
    font-weight: 500;
}

.button-kontak {
    background-color: var(--theme-light);
    border-radius: 5px;
    font-size: 2rem;
    margin-top: 20px;
    padding: 12px 0px;
    text-align: center;
}

.link-kontak {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.button-kontak:hover {
    background-color: var(--theme-dark);
    transition: 500ms ease-in-out;
}

.link-kontak:hover {
    color: white;
}

@media (max-width: 1200px) {
    .thumbnail {
        max-width: 150px;
    }

    .detail-harga {
        font-size: 2rem;
        margin-left: 40px;
    }

    .harga-sub {
        font-size: 1rem;
    }

    .button-kontak {
        font-size: 1.5rem;
    }
}

@media (max-width: 1000px) {
    .thumbnail {
        max-width: 100px;
        max-height: 80px;
    }

    .detail-harga {
        font-size: 1.7rem;
        margin-left: 20px;
    }

    .button-kontak {
        font-size: 1rem;
    }
}

@media (max-width: 770px) {
    .thumbnail {
        max-width: 80px;
        max-height: 60px;
    }

    .detail-harga {
        font-size: 1.5rem;
        margin-left: 10px;
    }

    .header-title {
        font-size: 2rem;
        font-weight: 700;
    }

    .header-subtitle {
        font-size: 0.8rem;
    }

    .button-kontak {
        font-size: 0.85rem;
    }
}

@media (max-width: 560px) {
    .button-kontak {
        font-size: 1.3rem;
    }
}

@media (max-width: 500px) {
    .thumbnail {
        max-width: 120px;
        max-height: 75px;
    }

    .header-title {
        font-size: 1.8rem;
        font-weight: 600;
        margin: 0 1rem;
        margin-top: 1rem;
    }

    .header-subtitle {
        font-size: 0.7rem;
        font-weight: 300;
        margin: 0 1rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 400px) {
    .button-kontak {
        font-size: 0.9rem;
    }
}
