@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    position: relative;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif!important;
    background-color: #000!important;
}

.container {
    max-width: 2560px!important;
    /* padding: 0 30px !important; */
    padding: 0 30px !important;
}

@media screen and (max-width:430px) {
    .container {
        padding: 0 12px!important;
    }
}

#nav .navbar {
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.9);
}

#nav img.logo {
    display: block;
    width: 100%;
    max-width: 140px;
    height: 37px;
    object-fit: contain;
}

#nav .nav-link {
    color: #f1f1f1;
    font-weight: 600;
    font-size: 14px;
}

#nav .form-control {
    border-radius: 50px;
}

#nav img.sosmed {
    display: block;
    width: 20px;
    height: 20px;
}

#nav .bg {
    background-color: #B1B1B1;
    padding: 10px;
    border-radius: 50%;
    width: 100%;
    max-width: 40px;
    height: 40px;
}

#nav .autocomplete {
    position: relative;
    display: inline-block;
}

#nav .autocomplete-items {
    position: absolute;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    height: 250px;
    overflow-y: scroll;
}

#nav .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

#nav .autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.header {
    margin-top: 65px;
}

.header img {
    width: 100%;
    height: auto;
    /* height: 70dvh;
    object-fit: cover; */
}


/* .header .centered {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-50%, -50%);
    background-color: #828282;
    text-align: center;
    padding: 10px 0 5px 0;
    border-radius: 12px;
    width: 110px;
} */

.header h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.header .splide__slide::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(0deg, #000 -5.7%, rgba(0, 0, 0, 0.00) 30.64%);
}


/* .header .splide__pagination__page {
    background: #828282;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 3px;
    opacity: 1;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 15px
} */

.header .splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1
}

@media screen and (max-width:1024px) {
    .header .splide__slide::before {
        display: none;
    }
    .header img {
        display: block;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        height: 250px;
        min-width: 0;
        min-height: 0;
        object-fit: contain;
    }
    /* .header .centered {
        display: none;
    } */
    .header h2 {
        color: #fff;
        font-size: 14px;
    }
}

.program {
    margin: 30px 0;
}

.program img {
    display: block;
    width: 100%;
    /* max-width: 226px;
    height: 128px; */
    min-width: 226px;
    height: 20vh;
    margin: auto;
    object-fit: cover;
    border-radius: 10px;
}


/* .program .splide__slide {
    width: 100%!important;
    max-width: 226px;
} */

.program .overlay {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: -65px;
    right: 0;
    width: 1px;
    height: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15% 32px;
    line-height: 1.5;
    text-align: center;
    z-index: 1;
    /* box-shadow: 50px 0px 100px 30px rgb(255, 255, 255); */
    box-shadow: 10px 0px 60px 20px rgb(0, 0, 0);
}

.program a {
    text-decoration: none;
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px;
    font-size: 12px;
}

.program h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #f1f1f1;
}

.program .lihat-semua {
    width: 100%;
    min-width: 226px;
    height: 20vh;
    margin: auto;
    border-radius: 10px;
    background-color: #545454;
    text-align: center;
}

.program .lihat-semua a {
    text-decoration: none;
    color: #FEFEFE;
}

.program .lihat-semua .desc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-weight: 600;
}

.program .splide__arrow--prev {
    left: 0.5em;
}

.program .splide__arrow--next {
    right: 0.5em
}


/* @media screen and (min-width:1280px) and (max-width:1440px) {
    .program img {
        max-width: 226px;
        height: 128px;
    }
    .program .lihat-semua {
        max-width: 226px;
        height: 128px;
        font-size: 12px;
    }
    .program .splide__slide {
        width: 100%!important;
        max-width: 226px;
    }
} */

@media screen and (max-width:430px) {
    .program .overlay {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .program h2 {
        font-size: 14px;
    }
    .program img {
        max-width: 226px;
        height: 128px;
    }
    .program .lihat-semua {
        max-width: 226px;
        height: 128px;
        font-size: 12px;
    }
    .program .splide__slide {
        width: 100%!important;
        max-width: 226px;
    }
}

@media screen and (min-width:2888px) {
    .program img {
        min-width: 365px;
        height: 300px;
    }
    .program .lihat-semua {
        min-width: 365px;
        height: 300px;
    }
}

.category {
    margin: 30px 0;
}

.category a {
    text-decoration: none;
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px;
    font-size: 12px;
}

.category h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #f1f1f1;
}

.category img {
    display: block;
    width: 100%;
    max-width: 120px;
    height: 120px;
    margin: auto;
    object-fit: cover;
    padding: 25px 0 0 0;
}

.category .bullet {
    width: 100%;
    max-width: 141px;
    height: 141px;
    background-color: azure;
    border-radius: 50%;
}

.category .splide__slide {
    width: 100%!important;
    max-width: 141px;
    /* margin: auto; */
}

@media screen and (max-width:430px) {
    .category img {
        max-width: 80px;
        height: 80px;
    }
    .category .bullet {
        max-width: 100px;
        height: 100px;
    }
    .category .splide__slide {
        width: 100%!important;
        max-width: 100px;
    }
}

.ads {
    margin: 30px 0;
}

.ads img {
    display: block;
    width: 100%;
    max-width: 425px;
    height: 156px;
    margin: auto;
    object-fit: cover;
    border-radius: 10px;
}

.ads .splide__slide {
    width: 100%!important;
    max-width: 425px;
}

.ads h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #f1f1f1;
}

@media screen and (max-width:430px) {
    .ads h2 {
        font-size: 14px;
    }
    .ads .splide__slide {
        max-width: 325px;
    }
    .ads img {
        height: auto;
    }
}

.text p {
    color: #A4A4A4;
    font-size: 16px;
    margin: 30px 0
}

.detail {
    margin: 30px 0;
}

.detail h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #f1f1f1;
}

.detail iframe {
    width: 100%;
    max-width: 459px;
    height: 259px;
    margin: auto;
}

.detail img {
    display: block;
    width: 100%;
    max-width: 459px;
    height: 259px;
    margin: auto;
    object-fit: cover;
    border-radius: 10px;
    transition: 1000ms ease;
}

.detail .bg-video {
    width: 100%;
    max-width: 459px;
    height: 259px;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
}

.detail .video {
    width: 100%;
    height: 259px;
    position: absolute;
    border-radius: 10px;
    inset: 0;
    z-index: -1;
}

.detail .bg-video:hover {
    .image {
        opacity: 0;
    }
    .video {
        z-index: 1;
        transition: 3000ms ease;
    }
}

.detail .splide__slide {
    width: 100%!important;
    max-width: 459px;
}

.detail .lihat-semua {
    width: 100%;
    max-width: 459px;
    height: 259px;
    margin: auto;
    border-radius: 10px;
    background-color: #545454;
    text-align: center;
}

.detail .lihat-semua a {
    text-decoration: none;
    color: #fefefe;
}

.detail .lihat-semua .desc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    font-weight: 600;
}

.detail .splide__arrow--prev {
    left: 0.5em
}

.detail .splide__arrow--next {
    right: 0.5em
}

@media screen and (max-width:430px) {
    .detail .splide__slide {
        max-width: 359px;
    }
    .detail img {
        max-width: 400px;
        height: 200px;
    }
    .detail .lihat-semua {
        max-width: 400px;
        height: 200px;
    }
    .detail .bg-video {
        max-width: 400px;
        height: 200px;
    }
    .detail .video {
        height: 200px;
    }
}

.schedule {
    margin: 30px 0;
}

.schedule .head {
    background-color: #545454;
    padding: 15px 5px 2px 5px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.schedule .splide__slide:nth-child(odd) {
    width: 100%!important;
    max-width: 302px;
    background-color: #BCBCBC;
    border-radius: 10px;
}

.schedule .splide__slide:nth-child(even) {
    width: 100%!important;
    max-width: 302px;
    background-color: #EDEDED;
    border-radius: 10px;
}

.schedule h2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #f1f1f1;
}

.schedule .lihat-semua {
    width: 100%;
    max-width: 302px;
    height: 85px;
    margin: auto;
    border-radius: 10px;
    text-align: center;
}

.schedule .lihat-semua a {
    text-decoration: none;
    color: #000000;
}

.schedule .lihat-semua .desc {
    position: relative;
    top: 17px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.schedule .lihat-semua .date {
    position: relative;
    top: 17px;
    text-decoration: none;
    font-size: 14px;
}

.schedule .splide__arrow--prev {
    left: 0.5em
}

.schedule .splide__arrow--next {
    right: 0.5em
}

@media screen and (max-width:430px) {
    .schedule h2 {
        font-size: 12px;
    }
    .schedule .splide__slide {
        max-width: 302px;
    }
}

.gallery {
    margin: 70px auto 0 auto;
}

.gallery img {
    display: block;
    width: 100%;
    /* max-width: 459px;
    height: 259px; */
    min-width: 300px;
    height: 25vh;
    margin: 20px auto;
    object-fit: cover;
    border-radius: 10px;
}

.gallery h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.gallery hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid #A4A4A4;
    opacity: 1;
}

@media screen and (max-width:430px) {
    .gallery ul {
        justify-content: flex-start;
    }
    .gallery img {
        min-width: none;
    }
}

@media screen and (min-width:431px) and (max-width:1279px) {
    .gallery img {
        max-width: 259px;
        height: 159px;
        min-width: 0;
    }
}

@media screen and (min-width:2888px) {
    .gallery img {
        max-width: 459px;
        height: 259px;
    }
}

.about {
    margin: 70px 0;
}

.about img {
    display: block;
    width: 100%;
    max-width: 459px;
    height: 259px;
    margin: 20px auto;
    object-fit: cover;
    border-radius: 10px;
}

.about h2 {
    color: #A4A4A4;
    font-size: 32px;
    font-weight: 900;
}

.about .title {
    color: #A4A4A4;
}

.about p {
    color: #A4A4A4;
    font-size: 16px;
}

.about span {
    color: #A4A4A4;
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.about hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid #A4A4A4;
    opacity: 1;
}

@media screen and (max-width:430px) {
    .about img {
        max-width: 259px;
        height: 159px;
        margin: 0 auto;
        object-fit: contain;
    }
}

.search {
    margin: 100px auto 0 auto;
}

.search img {
    display: block;
    width: 100%;
    /* max-width: 459px;
    height: 259px; */
    min-width: 300px;
    height: 25vh;
    margin: 20px auto;
    object-fit: cover;
    border-radius: 10px;
}

.search a {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
}

.search ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.search ul li {
    display: flex;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 400;
    border-right: 1px solid #fff;
    align-items: center;
    margin: 10px 0;
}

.search ul li:last-child {
    border-right: none;
}

@media screen and (max-width:430px) {
    .search ul {
        justify-content: flex-start;
    }
    .search img {
        min-width: none;
    }
}

@media screen and (min-width:431px) and (max-width:1279px) {
    .search img {
        max-width: 259px;
        height: 159px;
        min-width: 0;
    }
}

@media screen and (min-width:2888px) {
    .search img {
        max-width: 459px;
        height: 259px;
    }
}

.contact {
    margin: 100px auto 0 auto;
    width: 100%;
    max-width: 1440px;
}

.contact h2 {
    color: #A4A4A4;
    font-size: 42px;
    font-weight: 900;
    margin: 20px 0;
}

.contact h3 {
    color: #A4A4A4;
    font-size: 18px;
    margin: 20px 0;
}

.contact h4 {
    color: #000;
    font-size: 16px;
    margin: 20px 0;
    background-color: #A4A4A4;
    padding: 10px;
}

.award {
    margin: 100px auto 0 auto;
    width: 100%;
    max-width: 1440px;
}

.award h2 {
    color: #A4A4A4;
    font-size: 42px;
    font-weight: 900;
    margin: 20px 0;
    text-align: center;
}

.award h3 {
    color: #A4A4A4;
    font-size: 14px;
    margin: 20px 0;
    text-align: center;
}

.award h4 {
    color: #A4A4A4;
    font-size: 16px;
}

.award .main {
    border: 1px solid #A4A4A4;
}

.award .main img {
    display: block;
    width: 100%;
    max-width: 259px;
    height: 259px;
    margin: 20px auto;
}

.award .content img {
    display: block;
    width: 100%;
    max-width: 459px;
    height: 259px;
    margin: 20px auto;
}

.award p {
    color: #A4A4A4
}

.not-found {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.not-found h2 {
    font-size: 120px;
    font-weight: 700;
    background: linear-gradient(180deg, #ffffff 0%, #7a7a7a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.not-found p {
    font-weight: 700;
    color: #fff;
}

footer {
    color: #A4A4A4;
    font-size: 12px;
    padding-bottom: 20px;
}

footer a {
    text-decoration: none;
    color: #A4A4A4;
    font-weight: 600;
}

footer hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid #A4A4A4;
    opacity: 1;
}