body::-webkit-scrollbar {
    width: 0;
}

/* Header */
header {
    padding: 24px 0;
}
header.active{
    z-index: 999999;
    padding: 6px 0 !important;
    background-color: var(--bs-light);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
header.active .list a {
    color: black;
} 
header .list {
    list-style: none;
    padding: 0;
    margin: 0;
}
header .list a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: 600;
    padding: 7px 12px;
    border-radius: 4px;
    margin-left: 12px;
}
header .list a:hover {
    color: white !important;
    background-color: rgba(0, 0, 2, 0.267);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}

header .list .active a {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    color: white !important;
    background-color: var(--bs-blue) !important;
}

/* Home Page */
.jumbotron {
    /* position: relative; */
    overflow: hidden;
}
.jumbotron .content {
    /* position: relative; */
    z-index: 9999;
}
.section.bg {
    background-color: rgba(160, 143, 255, 0.229);
}
/* #infoSection #carousel-inner-background {
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    filter: blur(6px);
    max-height: 100vh;
    overflow: hidden;
} */
.jumbotron .carousel-item {
    position: relative;
}
.jumbotron .carousel-caption {
    position: absolute;
    z-index: 9999;
    top: 20%;
}
#infoSection {
    width: 100%;
}
#infoSection img {
    object-fit: cover;
    object-position: center;
}
.section {
    min-height: 100vh;
    padding-bottom: 23px;
}
.section.biaya th, .section.biaya td {
    white-space: nowrap;
}

header .toggle {
    display: none;
    z-index: 99999;
    position: absolute;
    right: 20px;
}
#content-header button {
    transition: 0.5s !important;
    transform: rotate(0deg);
}
#content-header.shadow-on button {
    transform: rotate(180deg) !important;
}
header .toggle.bg-danger {
    transform: rotate(180deg);
}
@media screen and ( max-width: 680px ) {
    .to-top-content.hidden {
        right: 12px !important;
        z-index: 99999;
    }
    header .container {
        justify-content: start !important;
        padding: 0;
        max-width: 100% !important;
    }
    header .toggle {
        display: block;
    }
    #content-header {
        padding: 24px 12px !important;
        z-index: 9999999999;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.79);
    }
    #content-header.shadow-on {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    }
    header.fixed-top {
        z-index: 99999;
        /* position: unset !important; */
        padding: 0 !important;
    }
    header .logo {
        z-index: 99999;
    }
    header .list.hidden {
        /* opacity: 0; */
        left: -100px;
        width: 0%;

    }
    header .list div {
        width: 100%;
    }
    header .list {
        opacity: 1;
        flex-direction: column;
        padding: 0 !important;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgb(255, 255, 255);
        justify-content: center !important;
        width: 100%;
    }
    header .list .active a {
        border: 0 !important;
    } 
    header .list a {
        margin-bottom: 15px;
        color: black;
        text-align: center;
        display: block;
        margin: 0 auto !important;
        width: 80% !important;
    }
    .section {
        text-align: center !important;
    }
    .section .row {
        grid-gap: 20px;
        height: auto !important;
    }
    .section .row * {
        text-align: center;
    }
    .section.biaya {
        padding-top: 33px;
    }
    .section .card img {
        width: 100% !important;
    }
}