/* Utils */
.section-divider {
    margin-top: 56px;
    margin-bottom: 56px;
    border-color: var(--border-color);
    margin-left: 48px;
    margin-right: 48px;
    border-width: 1px;
}
/* End Utils */

/* Header */
.page-header {
    background-color: black;
}

.header-card {
    border-radius: var(--border-radius);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
}

.header-card .card-body {
    padding: 24px;
}

.header-btn {
    border-radius: var(--border-radius, 8px);
    background: var(--secondary);
    padding: 16px 24px;
    display: block;
    width: 100%;
    color: var(--white-color, #FFF);
    font-family: var(--font-1);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.header-overlay-container {
    width: 100%;
    height: auto;
    position: relative;
}

.header-overlay-img {
    width: 100%;
    height: 101vh;
    display: block;
    object-fit: cover;
}

.header-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0.88;
    background: var(--dark-color, #0E0D0F);
}

.header-content {
    position: absolute;
    top: 20%;
}

.header-carousel .slick-dots {
    bottom: 16px;
}

.header-carousel .slick-dots li button:before {
    color: transparent;
    border: 1px solid var(--white);
    border-radius: 50%;
}

.header-carousel .slick-dots li.slick-active button:before {
    color: var(--white);
    background-color: var(--white);
    font-size: 0px;
    opacity: 1;
}

.header-carousel .slick-dots li,
.header-carousel .slick-dots button,
.header-carousel .slick-dots li button:before {
    width: 12px;
    height: 12px;
}
/* end Header */


/* Kamar */
#kamar {
    margin-top: 56px;
}

.kamar-overlay-container {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.kamar-overlay-img {
    width: 100%;
    height: 420px;
    display: block;
    object-fit: cover;
}

.kamar-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    transition: var(--transition);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(14, 13, 15, 0.77);
}

.kamar-overlay-content:hover {
    opacity: 1;
}

.kamar-overlay-content a {
    color: var(--white) !important;
    border-bottom: 1px solid white;
}

.kamar-carousel .slick-list {
    margin: 0 -24px;
}

.kamar-carousel .slick-slide > div {
    padding: 0 24px;
}

.kamar-carousel .slick-dots li button:before {
    color: var(--primary);
    font-size: 12px;
}

.kamar-carousel .slick-dots {
    bottom: -32px;
}

.btn-kamar-carousel {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.05));
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.btn-kamar-carousel.prev {
    left: -2.5%;
}

.btn-kamar-carousel.next {
    right: -2.5%;
}
/* End Kamar */

/* Tentang Kami */
.teka-img {
    width: 100%;
    height: 431px;
    object-fit: cover;
    border-radius: var(--border-radius);
}
/* End Tentang Kami */


/* Layanan */
#layananHotel {
    margin-top: 56px;
}

.layanan-card {
    border-radius: var(--border-radius, 8px);
    border: 1px solid var(--border-color, #EBEBEB);
    background: var(--white, #FFF);
    box-shadow: none;
    transition: var(--transition);
    height: 100%;
}

.layanan-card:hover {
    border-color: var(--primary);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
}

.layanan-card .card-body {
    padding: 48px 16px;
}

.layanan-card h3 {
    color: var(--dark);
    transition: var(--transition);
}

.layanan-card:hover h3 {
    color: var(--primary);
}
/* end Layanan */


/* Testimoni */
#testimoni {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 44px;
    padding-bottom: 44px;
    margin-top: 56px;
}

.btn-testimoni-carousel {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.05));
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.btn-testimoni-carousel.prev {
    left: -2.5%;
}

.btn-testimoni-carousel.next {
    right: -2.5%;
}

.testimoni-carousel .slick-list {
    margin: 0 -24px;
}

.testimoni-carousel .slick-slide > div {
    padding: 0 24px;
}

.testimoni-card {
    border-radius: var(--border-radius, 8px);
    border: 1px solid var(--border-color, #EBEBEB);
    background: var(--white, #FFF);
    box-shadow: none;
    height: 100%;
}

.testimoni-card .card-body {
    padding: 24px;
}

.testimoni-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin-right: 8px;
}

.testimoni-vector {
    position: absolute;
    top: 0;
    left: 0;
}

.testimoni-carousel .slick-dots li button:before {
    color: var(--white);
    font-size: 12px;
}

.testimoni-carousel .slick-dots li.slick-active button:before {
    color: var(--primary);
}

.testimoni-carousel .slick-dots {
    bottom: -48px;
}
/* End Testimoni */


/* Lokasi */
#lokasi {
    margin-top: 56px;
    margin-bottom: 56px;
}

.lokasi-card {
    border-radius: var(--border-radius, 8px);
    border: 1px solid var(--border-color, #EBEBEB);
    box-shadow: none;
    margin-bottom: 32px;
}

.lokasi-card .card-body {
    padding: 16px 24px;
}

.lokasi-img {
    border-radius: var(--border-radius, 8px);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
}

.lokasi-vector {
    position: absolute;
}

.lokasi-vector.top {
    top: -8%;
    right: 0;
}

.lokasi-vector.bottom {
    bottom: -8%;
    left: 0;
}
/* End Lokasi */


@media (max-width: 767.98px) {

    /* Utils */
    .section-divider {
        margin-top: 64px;
        margin-bottom: 32px;
    }
    /* End Utils */

    /* Header */
    .header-content {
        position: absolute;
        top: 10%;
    }

    .header-overlay-img {
        height: 1150px;
    }
    /* End Header */

    /* Kamar */
    .kamar-overlay-img {
        height: 240px;
    }

    .kamar-carousel .slick-list {
        margin: 0 -8px;
    }

    .kamar-carousel .slick-slide > div {
        padding: 0 8px;
    }

    .btn-kamar-carousel {
        display: none;
    }
    /* End Kamar */


    /* Tentang Kami */
    .teka-img {
        height: 220px;
    }
    /* End Tentang Kami */

    /* Layanan */
    .layanan-gutter {
        margin-left: -8px;
        margin-right: -8px;
    }

    .layanan-gutter > [class^="col"] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .layanan-card .card-body {
        padding: 16px;
    }

    .layanan-card .card-body > img {
        width: 52px;
        height: 52px;
    }
    /* End  Layanan */

    /* Testimoni */
    .testimoni-carousel .slick-list {
        margin: 0 -8px;
    }

    .testimoni-carousel .slick-slide > div {
        padding: 0 8px;
    }

    .btn-testimoni-carousel {
        display: none;
    }

    .testimoni-card .card-body {
        padding: 16px;
    }
    /* End Testimoni */

    /* Lokasi */
    .lokasi-vector {
        width: 7%;
    }

    .lokasi-img {
        height: 400px;
        object-fit: cover;
    }
    /* End Lokasi */

}

@media (min-width: 768px) and (max-width: 997.98px) {

    /* Header */
    .header-overlay-img {
        height: 90vh;
    }
    /* end Header */

    /* Kamar */
    .kamar-overlay-img {
        height: 240px;
    }

    .kamar-carousel .slick-list {
        margin: 0 -8px;
    }

    .kamar-carousel .slick-slide > div {
        padding: 0 8px;
    }

    .btn-kamar-carousel {
        display: none;
    }
    /* End Kamar */


    /* Tentang Kami */
    .teka-img {
        height: 300px;
    }
    /* End Tentang Kami */

    /* Layanan */
    .layanan-gutter {
        margin-left: -8px;
        margin-right: -8px;
    }

    .layanan-gutter > [class^="col"] {
        padding-left: 8px;
        padding-right: 8px;
    }
    /* End  Layanan */

    /* Testimoni */
    .testimoni-carousel .slick-list {
        margin: 0 -8px;
    }

    .testimoni-carousel .slick-slide > div {
        padding: 0 8px;
    }
    /* End Testimoni */

    /* Lokasi */
    .lokasi-vector {
        width: 7%;
    }
    /* End Lokasi */

}
