/* Utils */
.section-divider hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border-color: var(--border);
}
/* End Utils */

/* Header */
.page-header {
    padding-top: 110px;
}

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

.header-overlay-img {
    width: 100%;
    height: 79vh;
    display: block;
    border: 2px solid var(--border);
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
}

.header-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 10px;
}

.header-title {
    font-size: 60px;
    font-optical-sizing: auto;
    font-style: normal;
    font-family: var(--font-1);
    color: white;
    text-align: center;
    margin-bottom: 24px;
}

.header-description {
    font-size: 24px;
    font-optical-sizing: auto;
    font-style: normal;
    font-family: var(--font-2);
    color: white;
    text-align: center;
    margin-bottom: 32px;
}

header button.btn{
    font-size: 24px;
    font-weight: 700;
    border-radius: 10px;
}

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

.header-carousel .slick-dots li button:before {
    font-size: 12px;
    color: white !important;
}

.header-carousel .slick-dots li.active button:before {
    color: white !important;
}

.header-content {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* End Header */


/* Menu Andalan */
#pills-tab-menu .nav-item {
    margin-right: 48px;
}

#pills-tab-menu .nav-item:last-of-type {
    margin-right: 0;
}

#pills-tab-menu .nav-link {
    font-size: 24px;
    font-optical-sizing: auto;
    font-style: normal;
    font-family: var(--font-2);
    color: var(--accent);
    background-color: transparent;
    border: 0;
    font-weight: 500;
    padding: 0;
    transition: var(--transition);
    opacity: .5;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    padding-bottom: 4px;
}

#pills-tab-menu .nav-link.active {
    opacity: 1;
    border-color: var(--accent);
}

.menu-row {
    row-gap: 32px;
    margin-bottom: 32px;
}

.card-menu {
    border: 2px solid transparent;
    transition: var(--transition);
}

.card-menu:hover {
    border-color: var(--primary);
    transform: translateY(-8px);
}


.card-menu .card-img-top {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
}

.card-menu .card-title {
    font-family: var(--font-2);
}

.card-menu .menu-star {
    font-size: 14px;
    color: var(--primary);
    margin-right: 8px;
}

.card-menu .menu-star:last-of-type {
    margin-right: 0;
}
/* End Menu Andalan */

/* Menu Modal */
#menuModal h2,
#menuModal h3 {
    font-family: var(--font-2);
}

.menu-modal-img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
}

.menu-modal-star-container {
    background-color: var(--primary);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    margin-top: 8px;
}
/* End Menu Modal */

/* Promo */
#promo {
    padding-top: 134px;
    padding-bottom: 134px;
    background: url(/images/promo-bg.jpg?19b2cf722fa695e95836bb454d35f0d7) no-repeat center center;
    background-size: cover;
    position: relative;
    margin-top: 80px;
}

.promo-vector-left {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.promo-vector-right {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.promo-title {
    font-size: 48px;
    font-optical-sizing: auto;
    font-style: normal;
    font-family: var(--font-1);
    color: white;
    text-align: center;
    margin-bottom: 24px;
}

.promo-description {
    font-size: 24px;
    font-optical-sizing: auto;
    font-style: normal;
    font-family: var(--font-2);
    color: white;
    text-align: center;
    margin-bottom: 32px;
    font-weight: 500;
}
/* End Promo */

/* Tentang Kami */
.tentang-divider {
    border: 1px solid var(--accent);
    margin: 80px 3rem;
    opacity: .35;

}

.tentang-img {
    border: 2px solid var(--border);
    border-radius: 10px;
}

.tentang-img.left {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
}

.tentang-img.top {
    width: 100%;
    height: 238px;
    -o-object-fit: cover;
       object-fit: cover;
}

.tentang-img.bottom {
    width: 100%;
    height: 238px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 24px;
}

.tentang-gutter {
    margin-left: -12px;
    margin-right: -12px;
    justify-content: center;
}

.tentang-gutter > [class^='col'] {
    padding-left: 12px;
    padding-right: 12px;
}

.tentang-vector {
    position: absolute;
    left: 0;
}
/* End Tentang Kami */

/* Fasilitas */
#fasilitas {
    margin-top: 80px;
}

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

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

.fasilitas-carousel .slick-slide {
    opacity: .5;
    transition: var(--transition);
}

.fasilitas-carousel .slick-slide.slick-center {
    opacity: 1;
}

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

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

.fasilitas-card {
    width: 65vw;
    border-radius: 8px;
    border: 3px solid var(--border);
    transition: var(--transition);
}

.fasilitas-card:hover {
    border-color: var(--primary);
}

.fasilitas-card img {
    width: 400px;
    height: 272px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
    margin-right: 32px;
    border: 1px solid var(--border);
}

.fasilitas-card h3 {
    font-family: var(--font-2);
    margin-top: 24px;
    margin-bottom: 16px;
    transition: var(--transition);
}

.fasilitas-card:hover h3 {
    color: var(--primary);
}

.fasilitas-card p {
    color: var(--text);
}
/* End Fasilitas */


/* Cabang */
.cabang-overlay-container {
    width: 100%;
    height: auto;
    position: relative;
}

.cabang-overlay-img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    border-radius: 8px;
}

.cabang-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 8px;
    align-items: end;
    justify-content: center;
}
/* End Cabang */


/* CTA */
#cta {
    margin-top: 80px;
    padding-top: 140px;
    padding-bottom: 140px;
    background: url(/images/cta-bg.jpg?d02425827f100cf67dcdede2006b6a02) no-repeat center center;
    background-size: cover;
}
/* End CTA */


/* fix section hidden */
.anchor-section-90 {
    scroll-margin-top: 90px;
}

.anchor-section-125 {
    scroll-margin-top: 125px;
}
/* end fix section hidden */


/* other */
.sm-block {
    display: none;
}
/* end other */

@media only screen and (max-width: 767.98px) {

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

    .header-title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .header-description {
        font-size: 18px;
        margin-bottom: 24px;
    }

    header button.btn {
        font-size: 14px;
    }

    .header-carousel .slick-dots li button:before {
        font-size: 8px;
    }
    /* End Header */

    /* Menu Andalan */
    .menu-overlay-container .menu-container-name,
    .menu-overlay-container {
        opacity: 1;
    }

    .menu-container-name {
        padding: 8px 16px;
        font-size: 16px;
    }

    .menu-overlay-img {
        height: 250px;
    }

    #pills-tab-menu {
        padding-bottom: 16px;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-bottom: 16px;
    }

    #pills-tab-menu .nav-item {
        margin-right: 20px;
        flex: 0 0 fit-content;
    }

    #pills-tab-menu .nav-link {
        font-size: 18px;
    }
    /* End Menu Andalan */

    /* Promo */
    .promo-vector-left {
        width: 25%;
    }

    .promo-vector-right {
        width: 20%;
    }

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

    .promo-description {
        font-size: 18px;
    }
    /* End Promo */

    /* Tentang Kami */
    .tentang-img {
        height: 250px !important;
        margin-bottom: 24px;
        margin-top: 0 !important;
    }
    /* End Tentang Kami */

    /* Fasilitas */
    .fasilitas-card img {
        width: 100%;
        height: 200px;
        margin-right: 0;
    }

    .fasilitas-carousel .slick-list {
        margin: 0 -12px;
    }

    .fasilitas-carousel .slick-slide > div {
        padding: 0 12px;
    }

    .fasilitas-card {
        width: 80vw;
    }
    /* End Fasilitas */


    /* Cabang */
    .cabang-overlay-img {
        height: 250px;
    }
    /* End Cabang */

    /* other */
    .sm-block {
        display: block;
    }
    /* end other */

}

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

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

    .header-title {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .header-description {
        font-size: 20px;
        margin-bottom: 16px;
    }

    header button.btn {
        font-size: 16px;
    }

    .header-carousel .slick-dots li button:before {
        font-size: 8px;
    }
    /* End Header */

    /* Menu Andalan */
    .menu-overlay-container .menu-container-name,
    .menu-overlay-container {
        opacity: 1;
    }

    .menu-container-name {
        padding: 8px 16px;
        font-size: 16px;
    }

    .menu-overlay-img.big-image ,
    .menu-overlay-img.small-image {
        height: 250px;
    }
    /* End Menu Andalan */

    /* Promo */
    .promo-vector-left {
        width: 20%;
    }

    .promo-vector-right {
        width: 15%;
    }
    /* End Promo */

    /* Tentang Kami */
    .tentang-img {
        height: 250px !important;
        margin-bottom: 24px;
        margin-top: 0 !important;
    }
    /* End Tentang Kami */

    /* Fasilitas */
    .fasilitas-card img {
        width: 300px;
        height: 250px;
        margin-right: 24px;
        border: 1px solid var(--border);
    }

    .fasilitas-card h3 {
        margin-top: 8px;
    }

    .fasilitas-carousel .slick-list {
        margin: 0 -12px;
    }

    .fasilitas-carousel .slick-slide > div {
        padding: 0 12px;
    }

    .fasilitas-card {
        width: 90vw;
    }
    /* End Fasilitas */

}

