@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


::selection {
    background: rgb(41 150 144);
    color: #fff;
}

/* navbar custom */
@media (min-width: 992px) {
    #topnav .navigation-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: right;
    }
}

#topnav .navigation-menu>li>a {
    color: rgb(94 99 102 / 80%) !important;
    font-family: 'Inter', sans-serif;
    text-transform: capitalize;
}

@media (min-width: 992px) {
    #topnav .navigation-menu.nav-light>li.active>a {
        color: rgba(62, 67, 69, 1) !important;
    }
}

@media (min-width: 992px) {
    #topnav .navigation-menu.nav-light>li:hover>a {
        color: rgba(62, 67, 69, 1) !important;
    }
}

@media (min-width: 992px) {
    #topnav .navigation-menu.nav-light .has-submenu .menu-arrow {
        border-color: rgb(94 99 102 / 80%) !important;
    }
}

@media (min-width: 992px) {
    #topnav .navigation-menu.nav-light>li:hover>.menu-arrow {
        border-color: rgb(94 99 102 / 80%) !important;
    }
}

@media (min-width: 992px) {
    #topnav .navigation-menu>li .submenu li a {
        text-transform: capitalize;
        font-family: 'Inter', sans-serif !important;
        font-weight: 400;
    }
}

/* text cstm */
.text-primary {
    color: rgba(50, 196, 192, 1) !important;
    font-family: 'Poppins', sans-serif;
}

.text-dinkop {
    color: rgba(50, 196, 192, 1);
    font-family: 'Poppins', sans-serif;
}

.text-judul-berita {
    color: rgba(46, 53, 62, 1);
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 17px;
}

.text-dinkop-2 {
    color: rgba(50, 196, 192, 1);
}

.text-desc {
    color: rgba(134, 138, 150, 1);
    text-align: justify;
}

.text-label-1 {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 10px;
    background: rgba(210, 195, 172, 1);
    padding: 4px 8px 4px 8px;
    border-radius: 50px;

    &:hover {
        color: rgba(46, 53, 62, 1);
    }
}

.text-label-2 {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 10px;
    background: rgba(47, 168, 184, 1);
    padding: 4px 8px 4px 8px;
    border-radius: 50px;

    &:hover {
        color: rgba(46, 53, 62, 1);
    }
}

.f-36 {
    font-size: 36px;
}

.f-14 {
    font-size: 14px;
}

.ls-5 {
    letter-spacing: 5px;
}

.title-heading .para-desc {
    font-size: 14px;
}

.features.feature-primary .icon {
    background: rgb(255 255 255);
}

.section-title .title {
    letter-spacing: .5px;
    font-size: 30px !important;
    font-family: 'Poppins', sans-serif;
}

.p-16 {
    padding: 16px !important;
}

.p-15 {
    padding: 15px !important;
}

.shadow-cstm {
    -webkit-box-shadow: 0 4px 4px rgba(154, 154, 154, 0.1) !important;
    box-shadow: 0px 4px 4px rgba(154, 154, 154, 0.1) !important;
}

.rounded-cstm {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border: 2px solid rgba(50, 196, 192, 1);
}

/* bg overlay custom */
.bg-overlay-cstm {
    background: linear-gradient(88deg, #ffffff, #ffffffa3);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-breadcrumb {
    background: linear-gradient(270deg, rgba(141, 233, 213, 1), rgb(255 255 255));
}

.ellipse {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%;
}

.features-absolute {
    margin: -170px 0 0;
}

.illustrasi-border {
    position: absolute;
    top: 10px;
    left: 10px;
    border: 2px white solid;
    border-radius: 24px;
    content: '';
    height: 100%;
    width: 100%;
    z-index: 0;
}

/* footer */
.footer {
    background: rgba(47, 160, 155, 1);
    position: relative;
    color: rgba(247, 249, 250, 1);
}

.half-map {
    height: 250px;
    width: 100%;
    overflow: hidden;
}

.social-icon.foot-social-icon li a {
    color: rgba(247, 249, 250, 1);
    border-color: #283453;
}

/* carousel */
.carousel-control-prev {
    left: -45px;
    background: linear-gradient(82.99deg, #8DE9D5 0%, #32C4C0 100%);
    border-radius: 50%;
    opacity: 0.7;
    height: 30px;
    width: 30px;
    top: 50%;
}

.carousel-control-next {
    right: -45px;
    background: linear-gradient(82.99deg, #8DE9D5 0%, #32C4C0 100%);
    border-radius: 50%;
    opacity: 0.7;
    height: 30px;
    width: 30px;
    top: 50%;
}

.carousel-control-prev-icon {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="M20 11v2H8l5.5 5.5l-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5L8 11h12Z"%2F%3E%3C%2Fsvg%3E');
}

.carousel-control-next-icon {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="M4 11v2h12l-5.5 5.5l1.42 1.42L19.84 12l-7.92-7.92L10.5 5.5L16 11H4Z"%2F%3E%3C%2Fsvg%3E');
}

.limit-3-line-text {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list-share {
    display: flex;
    align-items: center;
    gap: 7px;
}

/* Accordion FAQ */
.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #2fa8b8 !important;
    -webkit-box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion .accordion-item .accordion-button:before {
    content: "\f0143";
    display: block;
    font-family: "Material Design Icons";
    font-size: 16px;
    color: #fff !important;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}


/* responsive */
/* smartphone */
@media (max-width: 667px) {
    .carousel-control-prev {
        left: 0px;
        height: 2%;
        top: 50%;
        width: 4%;
    }

    .carousel-control-next {
        right: 0px;
        height: 2%;
        top: 50%;
        width: 4%;
    }

    iframe {
        width: 100% !important;
    }

    .mt-5-rspnsv {
        margin-top: 3rem !important;
    }

    #topnav .navigation-menu>li .submenu li a {
        text-transform: capitalize;
        font-family: 'Inter', sans-serif !important;
        font-weight: 400;
    }

    .illustrasi-border {
        left: 0;
    }
}

/* waves */
.waves {
    position: fixed;
    background-size: contain;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    z-index: -1;
}

/* ppid */
.list-berkala .card {
    height: 250px;
    margin: 16px 0;
    background: #d8fff63d;
}

body .uwy.userway_p1 .uai {
    top: 315px !important;
}

.width-csstm{
    width: calc(100%/5);
}