*,
ul {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
}

header {
    width: 100%;
    height: 100vh;
    background-color: #FFF;
}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    background: url('../images/white_carbon.webp') repeat;
}

header.menu-content {
    height: auto;
    margin-bottom: 100px !important;
}

.breadcrumbs {
    margin-bottom: 50px;
    font-size: 16px;
}

.oswald {
    font-family: "Oswald", sans-serif;
}

.carousel {
    height: 100vh;
}

.carousel img {
    height: 100vh;
    object-fit: cover;
}

.carousel-item {
    position: relative;
}

.carousel-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background: #032416;
    background: linear-gradient(0deg, rgba(3, 36, 22, 1) 20%, rgba(4, 48, 29, 0.61) 100%);
}

.nav {
    padding: 20px 0;
}

.top-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.top-menu nav ul {
    display: flex;
    gap: 5px;
    list-style-type: none;
}

.top-menu nav ul li a {
    display: block;
    padding: 10px;
    color: #FFF;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

.top-menu nav ul li a span {
    padding: 4px;
    font-size: 10px;
    font-weight: 600;
    background: red;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: -5px;
}

.logo img {
    width: 60px;
}

.container-main {
    width: 88%;
    margin: auto;
}

.container-utama {
    width: 80%;
    margin: auto;
}

.hero-section {
    padding: 100px 0;
}

.hero-section a {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    border: none;
    color: white;
    background: #07a762;
    letter-spacing: 5px;
}

.search {
    display: grid;
    grid-template-columns: 1fr 60px;
    gap: 5px;
}

.search input {
    padding: 15px 25px;
    width: 100%;
    border-radius: 30px;
    border: none;
}

.search input::placeholder {
    font-size: 18px;
}

.search input:hover {
    border: none;
    outline: none;
}

.search button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #07a762;
    border: none;
    color: white;
}

.list-sorotan {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.list-sorotan li {
    overflow: hidden;
    position: relative;
    height: 80vh;
    border-radius: 20px;
    transition: width 0.5s ease;
}

.list-sorotan li:hover {
    width: 500px;

}

.list-sorotan li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000052;
}

.list-sorotan li a {
    color: white;
}

.list-sorotan li img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.list-news {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    list-style-type: none;
}

.list-news.grid-3 {
    grid-template-columns: repeat(3, 1fr) !important;
}

.list-news li .thumbnail img {
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.)1;
    object-fit: cover;
    height: 160px;
}

.thumbnail {
    overflow: hidden;
    height: 160px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.thumbnail-empty {
    overflow: hidden;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../images/background.jpg');
    background-size: cover;
    background-position: center;
}

.thumbnail img {
    transition: .5s;
}

.thumbnail img:hover {
    transform: scale(1.2);
}


.list-news li a {
    color: #161616;
}

.list-news li a h1 {
    font-size: 16px;
}

main {
    margin-top: 100px;
}

.sorotan-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
}

.sorotan-text h1 {
    font-size: 20px;
}

.sorotan-text p {
    height: 0;
    padding: 0;
    margin: 0;
    transition: .5s;
    opacity: 0;
}

.list-sorotan li:hover .sorotan-text p {
    display: block;
    height: 120px;
    opacity: 1;
}

footer {
    background: #022913;
    background: linear-gradient(0deg, rgba(2, 41, 19, 1) 0%, rgba(4, 31, 12, 1) 100%);
    color: #bbbbbb;
}

footer ul {
    list-style-type: none;
}

footer a {
    color: #bbbbbb;
}

.text-green {
    color: #07a762;
}

.footer-top {
    padding: 100px 0 40px 0;
}

.footer-top h1 {
    font-size: 30px;
}

.footer-title {
    color: #07a762;
    padding-bottom: 12px;
    position: relative;
    display: inline-block;
}

.footer-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    border-bottom: 3px solid #07a762;
}

.footer-bottom {
    border-top: 1px solid #ffffff0a;
    text-align: center;
    padding: 30px;
    font-size: 12px;
}

.footer-sosmed {
    display: flex;
    gap: 10px;
}

.footer-sosmed i {
    width: 40px;
    height: 40px;
    background: #ffffff1f;
    border: 1px solid #ffffff1c;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #FFF;
}

.bg-menu {
    background: #161616;
}

.deskripsi {
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}

.deskripsi img {
    width: 100%;
    border-radius: 10px;
    height: auto;
}

.deskripsi p {
    font-size: 16px;
    line-height: 34px;
}

.share-link {
    display: flex;
    gap: 10px;
    list-style-type: none;
    margin: 20px 0;
}

.share-link i {
    display: inline-flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 25px;
}

.share-link i.fa-whatsapp {
    background: #07cc3e;
    box-shadow: 0 4px 10px #07cc3f5e;
}

.share-link i.fa-facebook {
    background: #0a60ea;
    box-shadow: 0 4px 10px #0a60ea5e;
}

.share-link i.fa-twitter {
    background: #020202;
    box-shadow: 0 4px 10px #0202025e;
}

.share-link i.fa-instagram {
    background: #b70472;
    box-shadow: 0 4px 10px #b704725e;
}

.share-link i.fa-tiktok {
    background: #0f0f0f;
    box-shadow: 0 4px 10px #0f0f0f5e;
}

.share-link i.fa-link {
    background: #b1b1b1;
    box-shadow: 0 4px 10px #b1b1b15e;
}

.radio {
    background: url('../images/6195005.jpg');
    background-position: center;
    background-size: cover;
    padding: 100px;
    border-radius: 20px;
    margin: 60px 0;
}

.radio img {
    width: 200px;
}

.play-radio {
    margin-top: 20px;
    color: white;
    background: #000000bd;
    border-radius: 20px;
    padding: 35px;
    /* filter: blur(5px); */

}

.top-radio {
    display: flex;
    gap: 10px;
}

.chart-radio {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    background: #FFF;
}

.button-play {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button-play i {
    font-size: 18px;
}

i.icon {
    background: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #000;
}

.timer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.timer span {
    display: inline-block;
    padding: 8px;
    border-radius: 4px;
    background: #ffffff28;
    font-size: 13px;
}

.line-bar {
    background: #ffffff28;
    width: 98%;
    border-radius: 25px;
    overflow: hidden;
    margin: auto;
}

.line-bar-bg {
    background: #07a762;
    padding: 4px;
}

.list-agenda {
    border-radius: 10px;
    background: #FFF;
    padding: 25px;
}

.list-agenda li {
    display: flex;
    align-items: start;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
}

.list-agenda li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.list-agenda li .date {
    padding: 10px 15px;
    background: #022913;
    color: white;
    text-align: center;
    border-radius: 10px;
    line-height: 10px;
}

.list-agenda li .date span {
    letter-spacing: 3px;
}

.list-agenda li .date h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #dfcc20;
}

.list-agenda li h1 {
    font-size: 20px;
}

.badges {
    font-weight: 300;
    border-radius: 25px;
    padding: 3px 10px;
    display: inline-block;
    font-size: 12px;
}

.badges-primary {
    background: #0ebfeb39;
    color: #026179;
    ;
}

.menu-dropdown {
    position: relative;
}

.menu-dropdown ul {
    gap: 0 !important;
    position: absolute;
    width: 250px;
    background: #FFF;
    z-index: 999;
    border-radius: 10px;
    overflow: hidden;
    display: none !important;
    transition: .5s;
}

.menu-dropdown:hover ul {
    display: block !important;
}

.menu-dropdown ul li {
    border-bottom: 1px dashed #ddd;
}

.menu-dropdown ul li:last-child {
    border-bottom: none;
}

.menu-dropdown ul li a {
    padding: 15px 20px !important;
    color: #020202 !important;
    transition: .2s;
}

.menu-dropdown ul li a:hover {
    border-left: 5px solid #07a762;
    background: #07a76210;
}

.live-streaming {
    position: relative;
}

.live-streaming iframe {
    width: 100%;
    height: 100vh;
    border-radius: 10px;
}

.live-streaming.streaming-md iframe {
    height: 500px !important;
}

.header-page {
    text-align: center;
    padding: 50px 0;
}

.header-page .page-title {
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}

.header-page .page-title::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    border-bottom: 4px solid #07a762;
}

.typewriter {
    font-size: 40px;
}

.slide-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #120b009a;
    z-index: 99;
    display: none;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.slide-bg.show {
    display: flex;
}

.search-main {
    width: 50%;
    display: grid;
    grid-template-columns: 1fr 50px;
    border-radius: 50px;
    padding: 5px;
    overflow: hidden;
    background: #FFF;
    border: 2px solid #07a762;
}

.search-main input {
    width: 100%;
    border: none;
    height: 50px;
    padding: 0 20px;
}

.search-main button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #07a762;
    border-radius: 50%;
    border: none;
    font-size: 20px;
    color: white;
}

.search-main input:hover {
    border: none;
    outline: none;
}

.search-main input::placeholder {
    font-size: 18px;
}

.search-icon {
    position: relative;
    z-index: 999;
}

@media only screen and (max-width:768px) {
    .multi-line-truncate-mobile {
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Truncates after 3 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .search-main {
        width: 90%;
    }

    .header-page .page-title {
        font-size: 25px;
    }

    .header-page p {
        font-size: 16px;
    }

    .live-streaming iframe,
    .live-streaming.streaming-md iframe {
        height: 220px !important;
    }

    .list-news.grid-3 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .list-agenda li .date h1 {
        font-size: 24px;
    }

    .list-agenda li .date span {
        font-size: 11px;
    }

    .list-agenda li h1 {
        font-size: 16px;
    }

    .radio h2 {
        font-size: 18px;
    }

    .radio {
        padding: 50px;
    }

    footer {
        text-align: center;
    }

    .logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo img {
        width: 40px;
    }

    .fa-bars {
        display: block;
        font-size: 28px;
        z-index: 999;
    }

    .list-news li img {
        border-radius: 10px;
    }

    .thumbnail-empty {
        height: 150px;
    }

    .thumbnail {
        height: 150px;
    }

    .list-sorotan li {
        height: 60vh;
    }

    .list-news {
        grid-template-columns: repeat(2, 1fr);
    }

    .list-sorotan {
        grid-template-columns: repeat(1, 1fr);
    }

    .nav {
        background: #FFF;
        z-index: 999;
        border-bottom: 1px solid #ddd;
    }


    nav {
        position: fixed;
        left: -100%;
        top: 0;
        height: 100%;
        background: #FFF;
        width: 70%;
        z-index: 999;
        padding: 20px;
        transition: .5s;
    }

    nav.show {
        left: 0;
    }

    .top-menu nav ul {
        display: block;
    }

    .top-menu nav ul li a {
        color: #161616;
    }

    .display-4 {
        font-size: 26px;
    }

    .hero-section p {
        font-size: 18px;
    }

    .list-sorotan li:hover {
        width: auto;

    }

    .breadcrumbs {
        font-size: 12px;
    }
}

.scale-up-center {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2026-4-26 13:40:55
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 2, 2, 0.5);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
    }
}

.sidebar-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    margin-bottom: 30px;
}

.list-sidebar {
    background: #ffffff5c;
    padding: 20px;
    border-radius: 10px;
    list-style-type: none;
}

.list-sidebar .thumbnail-empty {
    overflow: hidden;
    height: 100px;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../images/background.jpg');
    background-size: cover;
    background-position: center;
}

.list-sidebar li a {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 20px;
}

.list-sidebar li:first-child {
    padding-top: 0;
}

.list-sidebar li:last-child {
    padding-bottom: 0;
    border: none;
}

.list-sidebar li {
    padding: 18px 0;
    border-bottom: 1px dashed #ddd;
}

.list-sidebar li a {
    color: #000;
}

.list-sidebar li a img {
    width: 100%;
    height: 80px;
    border-radius: 5px;
    object-fit: cover;
}

.list-sidebar li a h1 {
    font-size: 16px;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    gap: 10px;
}

.tags li a {
    display: block;
    color: #616161;
    padding: 7px 20px;
    border: 1px solid #ddd;
    background: #FFF;
    border-radius: 3px;
    transition: .5s;
}

.tags li a:hover {
    color: #020202;
}

.tags li a:active {
    background: #020202;
    color: #FFF;
}

.radio-muadz {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    display: none;
}
.multi-line-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Truncates after 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}