:root {
    --color-warning: #ffc107;
    --color-grey: #555558;
    --color-softgrey: #F9F8F6;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    width: 8px
}

/* * {
    outline: 1px solid red !important;
} */

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #bbc0c1;
    right: 0px
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #bbc0c1;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.hide {
    display: none;
}

.carousel-cut .carousel-item {
    transition: none !important;
    transform: none !important;
    opacity: 0;
}

.carousel-cut .carousel-item.active,
.carousel-cut .carousel-item-next.carousel-item-start,
.carousel-cut .carousel-item-prev.carousel-item-end {
    opacity: 1;
}

.carousel-cut .active.carousel-item-start,
.carousel-cut .active.carousel-item-end {
    opacity: 0;
}

.bg-alt {
    background-color: var(--color-softgrey);
}

.bg-gradient {
    background-image: linear-gradient(85deg, #FFFCEF 0, #FFFCF1 25%, #FCFAF6 50%, #CBE4F4 75%, #A9D3F3 100%) !important;
}

.bg-img {
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.bg-img::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background-image: url('../../img/audiovisual.webp');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    filter: blur(3px) brightness(0.5) grayscale(100%);
    -webkit-filter: blur(3px) brightness(0.5) grayscale(100%);
}

.bg-img .container {
    position: relative;
    z-index: 1;
}

.btn-wa {
    position: fixed;
    right: 20px;
    bottom: 10px;
    padding: 10px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #31B746;
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    z-index: 1000;
}

.btn-wa:hover {
    background-color: #29a33c;
    color: #fff;
}

/* Accordion */
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: var(--color-softgrey);
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

/* Navbar */
.navbar-nav .nav-link {
    border-bottom: 1px solid transparent;
}

.navbar-nav .nav-link:hover {
    border-bottom: 1px solid var(--color-warning);
}

.navbar-brand img {
    height: 70px;
    width: auto;
}

/* Hero */
header.hero {
    overflow-x: hidden !important;
    background-image: linear-gradient(90deg, #FFFCEF 0, #FFFCF1 25%, #FCFAF6 50%, #CBE4F4 75%, #A9D3F3 100%);
}

header.hero .hero-slide {
    width: 100%;
    min-height: 60vh;
    overflow-x: hidden !important;
}

header.hero .hero-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 2%;
    bottom: 0;
    background-image: url('../../img/watermark.webp');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 40%;
    filter: brightness(0) invert(1);
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}

.hero-slide .slide-content {
    min-height: 60vh;
    width: 70%;
    max-width: 750px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.hero-slide .slide-content h1,
.hero-slide .slide-content h2 {
    font-size: 2.4rem;
}

.hero-slide .carousel-item {
    position: relative;
}

.hero-slide .slide-content .content-txt {
    width: 100%;
    margin: 0 auto;
    line-height: 1.2;
}

.hero-slide .content-img {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    right: 0px;
    width: 300px;
    height: auto;
}

.hero-slide .content-img img {
    width: 100%;
    height: auto;
}

.hero-slide .identitas {
    position: absolute;
    z-index: 3;
    bottom: 0px;
    right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-slide .identitas .jabatan {
    background-color: #fff;
    padding-inline: 10px;
    font-size: 12px;
    width: fit-content;
}

.side-top {
    padding: 20px 25px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: var(--color-warning);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
}

.side-top .title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
}

.side-top .title h2 {
    font-size: 18px;
    line-height: 1;
    margin: 0px;
}

.side-top .title h2 small {
    font-size: 14px;
}

/* Segmen */
.segmen {
    padding: 60px 0px;
}

.segmen-lg {
    padding: 100px 0px;
}

.segmen h2,
.segmen-lg h2 {
    text-align: center;
}

/* Akreditasi */
.akreditasi {
    text-align: center;
    padding: 40px 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-bottom: 20px;
}

.akreditasi .poin {
    margin-bottom: 20px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.akreditasi .poin img {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
}

.akreditasi .poin .label {
    font-size: 12px;
    color: var(--color-grey)
}

.akreditasi .validity {
    display: flex;
    flex-direction: column;
}

.akreditasi .validity small {
    color: var(--color-grey)
}

.akreditasi .validity span {
    font-size: 14px;
    font-style: italic;
}

/* Struktur */
.struktur {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.struktur img {
    width: 100%;
    height: auto;
}

/* Card List */
a {
    text-decoration: none;
}

.card-list {
    position: relative;
    overflow: hidden;
    padding: 20px 15px;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    margin-bottom: 15px;
    background-color: #fff;
}

.card-list .watermark {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%) scale(1);
    transform-origin: left center;
    font-size: 130px;
    color: rgba(0, 0, 0, 0.05);
    z-index: 0;
    pointer-events: none;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card-list:hover {
    background-color: var(--color-warning);
}

.card-list:hover .watermark {
    transform: translateY(-50%) scale(0.615);
}

.card-list .subtitle,
.card-list .title {
    position: relative;
}

.card-list .subtitle {
    color: var(--color-grey);
    font-size: 14px;
}

.card-list .title {
    color: #000;
}

.card-list .title h3 {
    font-size: 1.1rem;
    margin: 0px;
}

/* Fasilitas */
.fasilitas {
    width: 100%;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.fasilitas img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.fasilitas .caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    border-radius: 10px;
    background-color: rgba(255, 193, 7, 0);
    padding-bottom: 20px;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -moz-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -ms-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.fasilitas .caption:hover {
    background-color: rgba(255, 255, 255, 0.8);
    padding-bottom: 20%;
    border-bottom: 5px var(--color-warning) solid;
}

.fasilitas .caption h3 {
    font-size: 14px;
    background-color: #fff;
    padding: 2px 20px;
    margin: 0px;
}

.fasilitas .caption:hover h3 {
    background-color: transparent;
    font-size: 18px;
}

/* Kontak */
.kontak {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.kontak .map {
    min-width: 300px;
    width: 50%;
    height: 400px;
}

.kontak .map iframe {
    width: 100%;
    height: 100%;
}

.kontak .deskripsi {
    min-width: 300px;
    max-width: 350px;
}

.kontak .deskripsi .logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}

.kontak .deskripsi .logo img {
    width: 70px;
    height: auto;
}

.kontak .deskripsi .logo h2 {
    font-size: 16px;
    text-align: left;
}

.kontak .deskripsi p,
.kontak .deskripsi ol li {
    font-size: 14px;
}

.kontak .deskripsi .sosmed {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 5px;
}

.kontak .deskripsi .sosmed a {
    text-decoration: none;
    background-color: var(--color-warning);
    color: #000;
    height: 40px;
    width: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.kontak .deskripsi .sosmed a:hover {
    color: #fff;
}

.kontak .counter {
    padding: 20px 15px 0px;
}

footer {
    text-align: center;
    /*background-color: var(--color-warning);*/
    line-height: 1.2;
    font-size: 12px;
    padding: 30px 15px;
    box-shadow: 0px -11px 50px -6px rgba(0, 0, 0, 0.1);
}

footer a {
    text-decoration: none;
    color: #01348D;
    letter-spacing: 2px;
}

/* Error 404 */
.main-404 {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-404 {
    width: 100%;
    min-height: 300px;
}

@media (max-width: 860px) {
    .kontak {
        flex-direction: column;
    }

    .kontak .map {
        width: 100%;
    }

    .kontak .deskripsi {
        padding: 20px 15px;
    }

    .kontak .deskripsi .logo {
        justify-content: center;
    }

    .kontak .counter {
        padding-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    header.hero .container {
        padding-right: 0px;
    }

    header.hero .hero-slide::before {
        right: 0;
        background-size: 80%;
    }

    .hero-slide .slide-content {
        min-height: 65vh;
        width: 60%;
        padding-inline: 0px;
    }

    .hero-slide .slide-content h1,
    .hero-slide .slide-content h2 {
        font-size: 1.2rem;
    }

    .hero-slide .slide-content p {
        font-size: 14px;
    }

    .hero-slide .slide-content .btn {
        line-height: 1;
        font-size: 14px;
    }

    .hero-slide .content-img {
        width: 200px;
        height: auto;
        right: -50px;
    }
}