:root {
    font-size: 16px
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    /* max-width: 1440px;
    margin: auto; */
}

.navbar{padding-top: 10px;padding-bottom: 10px;}
.navbar-dark {
    background-size: 100% 100%;
    
    background-image:url("../images/icon/head-blue.png");
    background-repeat: no-repeat;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); /* Tambahan shadow */
}
.splide__pagination__page {
    width: 12px;
    height: 12px;
    margin: 5px
}

.splide__pagination__page.is-active {
    background: #fec018;
    opacity: 1
}

.about {
    background-color: #f6f6f6
}

.about .backlinks {
    gap: 2rem 1rem;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    justify-items: center
}

.about .backlinks a {
    font-weight: 500
}

@media (min-width: 768px) {
    .about .backlinks a {
        border-right: 2px solid #444444;
        text-align: center;
        padding-right: 1rem;
        width: 100%
    }
    .about .backlinks a:last-child {
        border-right: none;
        padding-right: 0
    }
}

@media (max-width: 768px) {
    .about .backlinks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 2rem
    }
    .about .backlinks a {
        position: relative
    }
    .about .backlinks a::before {
        content: "";
        position: absolute;
        top: 50%;
        right: -1rem;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #444444;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .about .backlinks a:last-child {
        border-right: none;
        padding-right: 0
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .about .backlinks {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr)
    }
    .about .backlinks a:nth-child(3n) {
        border-right: 0;
        padding-right: 0
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .about .backlinks {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr)
    }
    .about .backlinks a:nth-child(4n) {
        border-right: 0;
        padding-right: 0
    }
}

@media (min-width: 1200px) {
    .about .backlinks {
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
        max-width: unset
    }
    .about .backlinks a:nth-child(5n) {
        border-right: 0;
        padding-right: 0
    }
}

.about a {
    text-decoration: none;
    color: #444444
}

.about a:hover {
    text-decoration: underline
}

#footer .container a:hover {
    text-decoration: none;
    color: #7e7e7e
}

.about .socmed a {
    width: 65px;
    height: 65px;
    border: 1px solid #d0d0d0;
    border-radius: 1.25rem;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.about .socmed a.facebook:hover {
    border-color: #4c6cad
}

.about .socmed a.twitter:hover {
    border-color: #29b3f3
}

.about .socmed a.youtube:hover {
    border-color: #ff2a1a
}

.about .socmed a.instagram:hover {
    border-color: #f75a6f
}

.about .socmed a.rss:hover {
    border-color: #f38623
}

footer {
   
}

footer a {
    color: #ffffff;
    text-decoration: none
}

footer a:hover {
    text-decoration: underline
}

footer .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.75rem
}

footer .input-group .fa-regular {
    font-size: 1.5rem;
    color: #ffffff
}

footer .input-group input::-webkit-input-placeholder {
    color: #ffffff
}

footer .input-group input:-ms-input-placeholder {
    color: #ffffff
}

footer .input-group input::-ms-input-placeholder {
    color: #ffffff
}

footer .input-group input::placeholder {
    color: #ffffff
}

footer .input-group input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

@font-face {
    font-family: "Post No Bills Colombo";
    src: url(../fonts/postnobillscolombo-light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Post No Bills Colombo";
    src: url(../fonts/postnobillscolombo-regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Post No Bills Colombo";
    src: url(../fonts/postnobillscolombo-medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Post No Bills Colombo";
    src: url(../fonts/postnobillscolombo-semibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Post No Bills Colombo";
    src: url(../fonts/postnobillscolombo-bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Post No Bills Colombo";
    src: url(../fonts/postnobillscolombo-extrabold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Post No Bills Colombo";
    src: url(../fonts/postnobillscolombo-extrabold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Prestige Elite Std";
    src: url(../fonts/PrestigeEliteStd.otf) format("opentype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Prestige Elite Std";
    src: url(../fonts/PrestigeEliteStd-Bd.otf) format("opentype");
    font-weight: bold;
    font-style: normal
}

#homepage {
    margin-top: 56.6px
}

#homepage .jumbotron {
    position: relative;
    min-height: calc(100vh - 56.6px)
}

#homepage .jumbotron .title {
    font-family: Arial;
    font-weight: 800;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 1rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#homepage .jumbotron .banners {
    min-height: calc(100vh - 56.6px);
    position: relative;
    z-index: 1
}

#homepage .jumbotron .banners .banner {
    position: relative;
    min-height: calc(100vh - 56.6px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5rem
}

#homepage .jumbotron .banners .banner .content {
    position: relative;
    z-index: 1;
    text-align: center
}

#homepage .jumbotron .banners .banner .content .heading {
    font-family: "Prestige Elite Std", "Poppins", sans-serif;
    font-weight: bold;
    margin-top: -100px;
    /* margin-top: 250px; */
    line-height: 1;
    font-size: calc(3.5em + 0.8vw)
}

@media (max-width: 576px) {
    #homepage .jumbotron .banners .banner .content .heading {
        font-size: calc(1.5em + 3vw);
        line-height: 1.1
    }
}

#homepage .jumbotron .banners .banner .content .heading .text-warning {
    color: #fec018 !important;
    font-weight: 100;
    font-size: 50px;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    max-width: 900px;
}

#homepage .jumbotron .banners .banner .content .heading .text-nowrap {
    font-weight: 100;
}

#homepage .jumbotron .banners .banner .content .subheading {
    font-weight: 200;
    max-width: 900px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 800px) {
    #homepage .jumbotron .banners .banner .content .heading .text-warning {
        font-size: 25px;
        font-weight: 300;
        margin-top: -200px
    }
}

@media (max-width: 768px) {
    #homepage .jumbotron .banners .banner .content .subheading {
        font-size: 1rem;
        font-weight: 300;
    }
}

#homepage .jumbotron .banners .banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#homepage .jumbotron .banners .splide__pagination {
    bottom: 1em
}

#homepage .feeds .header {
    color: #444444;
    /* margin-top: -50px; */
}

#homepage .header-det-special {
    text-align: center;
}

#homepage .special-report {
    background-color: #ededed;
   
    margin-bottom: -50px;
}

#homepage .konten-pilihan {
    background-color: #fff;
    
    margin-bottom: -75px;
}

#homepage .header-konten-pilihan {
    font-weight: 300;
    font-size: 35px;
}

#homepage .feeds .header h3 {
    font-weight: 300
}

#homepage .feeds .articles .article {
    text-decoration: none;
}

#homepage .feeds .articles .article:hover .title {
    /* color: #0d6efd */
    color: #000;
}

#homepage .feeds .articles .article .thumbnail {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    border-radius: 1rem
}

@media (max-width: 576px) {
    #homepage .feeds .articles .article .thumbnail {
        border-radius: 0.75rem
    }
}

#homepage .feeds .articles .article .thumbnail img {
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover;
    object-fit: cover; */
    position: absolute
}

#homepage .feeds .articles .article .title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    /* color: #2c2c2c; */
    color: #3f3f3f;
    text-decoration: none;
    line-height: 1.4
}

#homepage .feeds .splide__arrow {
    top: 38%
}

@media (min-width: 576px) {
    #homepage .feeds .splide__arrow {
        background: #565656;
        top: 40%
    }
    #homepage .feeds .splide__arrow svg {
        fill: #ffffff
    }
    #homepage .feeds .splide__arrow--prev {
        left: -2.5em
    }
    #homepage .feeds .splide__arrow--next {
        right: -2.5em
    }
}

#homepage .fotografi {
    min-height: 100vh;
    position: relative;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
}

#homepage .fotografi .photos .photo {
    position: relative;
    height: 100%
}

#homepage .fotografi .photos .photo::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1
}

#homepage .fotografi .photos .photo .content {
    max-width: 580px;
    position: relative;
    z-index: 2
}

@media (min-width: 768px) {
    #homepage .fotografi .photos .photo .content {
        width: 70%
    }
}

@media (min-width: 992px) {
    #homepage .fotografi .photos .photo .content {
        -webkit-transform: translateX(20%);
        transform: translateX(20%)
    }
}

#homepage .fotografi .photos .photo .content .heading {
    font-weight: 700;
    font-size: calc(2.8rem + 0.8vw);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 576px) {
    #homepage .fotografi .photos .photo .content .heading {
        font-size: 2.5rem;
        line-height: 1.4
    }
}

#homepage .fotografi .photos .photo .content .subheading {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 576px) {
    #homepage .fotografi .photos .photo .content .subheading {
        font-size: 1.25rem
    }
}

#homepage .fotografi .photos .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#homepage .fotografi .splide__arrows {
    position: absolute;
    bottom: 1.5em;
    top: auto;
    right: 1.5em;
    z-index: 2;
    left: auto;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    border-radius: 50px;
    padding: 0.25rem
}

#homepage .fotografi .splide__arrow {
    bottom: 1.5em;
    top: auto;
    right: 0.5em;
    left: auto;
    background: transparent;
    position: static;
    -webkit-transform: none;
    transform: none
}

.section.head,
.splide.head-photos,
.splide__track,
.splide__list,
.splide__slide,
.photo {
  height: 100vh; /* atau 100% jika kamu tidak ingin full layar */
}


#homepage .fotografi .splide__arrow svg {
    fill: #ffffff
}

#homepage .fotografi .splide__arrow--prev {
    bottom: 3em
}

#homepage .head {
    height: 100vh;
    position: relative;
}

#homepage .head .head-photos .photo {
    position: relative;
    height: 100%
}

#homepage .head .head-photos .photo::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1
}

#homepage .head .head-photos .photo .content {
    max-width: 580px;
    position: relative;
    z-index: 2
}

@media (min-width: 768px) {
    #homepage .head .head-photos .photo .content {
        width: 70%
    }
}

@media (min-width: 992px) {
    #homepage .head .head-photos .photo .content {
        -webkit-transform: translateX(20%);
        transform: translateX(20%)
    }
}

#homepage .head .head-photos .photo .content .heading {
    font-weight: 700;
    font-size: calc(2.8rem + 0.8vw);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 576px) {
    #homepage .head .head-photos .photo .content .heading {
        font-size: 1.5rem;
        line-height: 1.4
    }
}

#homepage .head .head-photos .photo .content .subheading {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 576px) {
    #homepage .head .head-photos .photo .content .subheading {
        font-size: 1.25rem
    }
}

#homepage .head .head-photos .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#homepage .head .splide__arrows {
    position: absolute;
    bottom: 7em;
    top: auto;
    right: 1.5em;
    z-index: 2;
    left: auto;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    border-radius: 50px;
    padding: 0.25rem
}

#homepage .head .splide__arrow {
    bottom: 1.5em;
    top: auto;
    right: 0.5em;
    left: auto;
    background: transparent;
    position: static;
    -webkit-transform: none;
    transform: none
}

#homepage .head .splide__arrow svg {
    fill: #ffffff
}

#homepage .head .splide__arrow--prev {
    bottom: 3em
}

#detail-page-1 {
    background-color: #ffffff;
    margin-top:40px;
}

#detail-page-1 .jumbotron {
    position: relative;
    height: 100vh;
    
    max-height: 500px
}

#detail-page-1 .jumbotron .thumbnail {
    position: absolute;
    width: 100%;
    height: 82%;
    -o-object-fit: cover;
    object-fit: cover;
}

#detail-page-1 .detail>* {
    max-width: 992px;
    margin: 0 auto
}

#detail-page-1 h2.title {
    font-family: "Post No Bills Colombo", "Poppins", sans-serif;
    font-weight: 800;
    font-size: 30px;
    color: #ffffff;
    position: relative;
    top: 100px;
    text-align: center;
    text-shadow: 2px 2px #000000;
    line-height: 0;
}

#detail-page-1 .detail .title {
    font-size: 30px;
    line-height: 1.4;
    padding: 0 0.75rem;
    max-width: 700px;
    text-align: left;
}

@media (min-width: 768px) {
    #detail-page-1 .detail .title {
        padding: 0 2rem
    }
}


#detail-page-1 .detail .featured::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: #dadada;
    border-radius: 0.5rem;
    margin-right: 0.75rem
}

#detail-page-1 .detail .featured .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: inherit
}

#detail-page-1 .detail .featured .media .title {
    padding: 0
}

#detail-page-1 .detail .featured .media .title-penulis {
    font-size: 14px;
    max-width: 653px;
    margin-left: -20px;
}

#detail-page-1 .detail .featured .media .timestamp {
    font-size: 12px;
    margin-left: -20px;
}

#detail-page-1 .detail .featured .share::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    background: #dadada;
    border-radius: 0.5rem;
    margin-right: 0.75rem
}

#detail-page-1 .detail .description {
    font-weight: 400;
    margin: 10px auto;
    max-width: 700px;
    line-height: 1.8;
    padding: 0 1.25rem;
}

#detail-page-1 iframe {
    margin: 10px auto;
    max-width: 700px;
    width: 100%;
}

#detail-page-1 .detail .description img {
    display: block;
    max-width: 653px;
    width: 100%;
    height: auto;
    margin: 0 auto 25px auto;
    /* border-radius: 10px; */
}

#detail-page-1 .figcaption {
    background-color: #eee;
    display: block;
    max-width: 653px;
    width: 100%;
    margin: -25px auto 25px auto;
    padding: 5px;
    font-size: 12px;
}

#detail-page-1 .articles .heading::before,
#detail-page-1 .articles .heading::after {
    content: "";
    width: 100%;
    border-radius: 5px;
    background: #090909;
    height: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#detail-page-1 .articles .heading h2 {
    font-family: "Post No Bills Colombo", "Poppins", sans-serif;
    font-weight: 800;
    font-size: calc(2.4rem + 1vw);
    background-color: #ffffff;
    position: relative;
    z-index: 1
}

#detail-page-1 .head-terkini {
    margin-bottom: -50px;
}

#detail-page-1 .det-terkini {
    margin-top: -50px;
    max-width: 700px;
    /* display: flex;
    flex-wrap: wrap; */
    /* align-content: center; */
    margin: 0 auto
}

#detail-page-1 .articles .article {
    text-decoration: none;
}

#detail-page-1 .articles .article:hover .title {
    color: #609cf7
}

#detail-page-1 .articles .article .thumbnail {
    position: relative;
    overflow: hidden;
    padding-bottom: 140%;
    border-radius: 1rem
}

@media (max-width: 576px) {
    #detail-page-1 .articles .article .thumbnail {
        border-radius: 0.75rem
    }
}

#detail-page-1 .articles .article .thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute
}

#detail-page-1 .articles .article .title {
    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.4;
    color: #000000
}

#detail-page-2 .jumbotron {
    position: relative;
    height: 100vh;
    max-height: 800px
}

#detail-page-2 .jumbotron img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

#detail-page-2 .jumbotron .content {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#detail-page-2 .jumbotron .content .container {
    max-width: 768px
}

#detail-page-2 .jumbotron .content .container .title {
    line-height: 1.5
}

#detail-page-2 .jumbotron .content .container .overview {
    line-height: 1.8;
    font-weight: 500;
    font-size: 1rem
}

@media (min-width: 768px) {
    #detail-page-2 .jumbotron .content .container .overview {
        font-size: 1.25rem
    }
}

#detail-page-2 .detail .part {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 8rem 0;
    position: relative
}

#detail-page-2 .detail .part.light {
    color: #000000
}

#detail-page-2 .detail .part.dark {
    color: #ffffff
}

#detail-page-2 .detail .part.dark.overlay::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5)
}

#detail-page-2 .detail .part .featured {
    background-color: #e3e3e3
}

#detail-page-2 .detail .part .featured::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    background: #d02028;
    border-radius: 0.5rem;
    margin-right: 0.75rem
}

#detail-page-2 .detail .part .featured .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: inherit
}

#detail-page-2 .detail .part .featured .media .title {
    padding: 0
}

#detail-page-2 .detail .part .featured .share .btn {
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#detail-page-2 .detail .part>* {
    margin: 0 auto;
    margin-bottom: 2rem;
    max-width: 992px;
    line-height: 1.8;
    padding: 0 1.25rem;
    position: relative;
    z-index: 2;
    font-size: 1rem
}

@media (min-width: 768px) {
    #detail-page-2 .detail .part>* {
        font-size: 1.25rem
    }
}

#detail-page-2 .detail .part>*:last-child {
    margin-bottom: 0
}

#detail-page-1 .nama-penulis {
    width: 100%;
    max-width: 660px;
}

#detail-page-1 .img-fluid-header {
    width: 100%;
    height: auto;
    min-height: 400px;
    box-shadow: 0 0 10px 0;
    /* border-radius: 0 0 30px 30px; */
    object-fit: cover;
}

#footer .copyright {
    padding: 5px 0 0 0;
}

#footer .copyright h5 {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

#homepage .logo-liks {
    position: relative;
    width: 125px;
}

#homepage .logo-liks-b {
    position: relative;
    width: 150px;
    /* right: 38% */
}

#homepage .jumbotron .banners .banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(28, 1, 1, 0.85)
}

#homepage .date {
    font-weight: 400;
}

.pagination {
    display: inline-block;
    padding-top: 10px;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin: 5px;
    background-color: #ebebeb;
}

.pagination a.active {
    background-color: #0B519C;
    color: white;
    border: 1px solid #0B519C;
    border-radius: 50%;
    padding: 8px 18px;
    margin: 5px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

hr.header {
    border: 2px solid #000;
}

.back-home {
    margin-bottom: -60px;
}

.nav-title {
    font-family: "Post No Bills Colombo", "Poppins", sans-serif;
    font-weight: 800;
}

.nav-date h5 {
    font-size: 12px;
    padding-top: 10px;
}

#detail-page-1 .frame {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    height: 80px;
    width: 200px;
    position: relative;
    /* box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
    transition: box-shadow 0.6s cubic-bezier(.79, .21, .06, .81); */
    border-radius: 10px;
    /* margin: 0 auto 0 -50px; */
    margin: -100px 30px 0 auto;
}

@media screen and (max-width: 765px) {
    .frame {
        margin: -50px auto 0 auto !important;
    }
}

#detail-page-1 .share-det:active {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255, 255, 255, .5), inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}

#footer .scrollmenu {
    /* max-width: 700px;
    margin: 0 auto; */
    overflow: auto;
    white-space: nowrap;
    text-align: center;
}

#footer .scrollmenu a {
    /* display: inline-block; */
    /* color: white; */
    font-size: 14px;
    text-align: center;
    /* padding: 10px; */
    text-decoration: none;
}


/* #footer .head-foot {
    max-width: 700px;
    margin: 0 auto
} */


/* .bbc {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    height: 100%;
} */


/* .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(189, 41, 40, 0.5);
    background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9;
    z-index: 9999;
    color: white;
} */

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    /* background-color: #eee; */
    display: block;
    max-width: 653px;
    width: 100%;
    margin: 0 auto 0 auto;
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    font-weight: 500;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: ">\00a0";
}

ul.breadcrumb li a {
    color: rgb(124, 124, 124);
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

nav.navbar .toggle-theme {
    width: 0;
    height: 32px;
    border: 4px solid #000000;
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

#detail-page-1 .hr-det {
    max-width: 653px;
}

@media (max-width: 420px) {
    .navbar{
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-brand{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .navbar-dark {
        background-size: 100% 250px ;
        background-repeat: no-repeat;
        background-position: right right right;
        
    }
    .navbar-dark .navbar-toggler{
        border: 1px #fff solid!important;
        
        
    }
    .navbar-dark::after{
        background-color: red;
        display: block;
    }
    .navbar-collapse .show{
        transition: 5s;
    }
}

.map-container {
    position: relative;
    max-width: 100%;
}

.map-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Marker di atas peta */
.map-marker {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #EF9022;
  border-radius: 50%;
  border: 2px solid white;
  cursor: pointer;
 
}
.marker h3{
    color: #00509F;
}

/* Popup tengah layar saat hover */
.map-marker .tooltip-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: 90%;
  background: #ffffff;
  color: #333;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  text-align: center;
  z-index: 99;
}

.map-marker:hover .tooltip-box {
  opacity: 1;
}

.tooltip-box strong {
  font-size: 24px;
  color: #0050b3;
  display: block;
  margin-bottom: 8px;
}

.tooltip-box hr {
  margin: 16px 0;
  border-color: #ccc;
}

.tooltip-box p {
  margin-bottom: 10px;
  font-size: 16px;
}
.content img{
    width: 100%;
    height:300px;
    object-fit:cover;
}
#sumatrabawomataluo{
    top: 10%;
    left: 2%;
}
#sumatralawang{
    top: 20%;
    left: 10%;
}
#sumatralubukdalam{
    top: 40%;
    left: 15%;
}
#sumatrahanura{
    top: 50%;
    left: 18%;
}
#jawatuguselatan{
    top: 76%;
    left: 35%;
}
#jawapajabon{
    top: 77%;
    left: 37%; 
}
#jawasumawono{
    top: 75%;
    left: 38%; 
}
#jawaampe{
    top: 75%;
    left: 32%; 
}
#jawasumbarejo{
    top: 81%;
    left: 39%; 
}
#jawamenganti{
    top: 83%;
    left: 41%; 
}
#kalimantanbatuah{
    top: 49%;
    left: 41%; 
}
#kalimantansungairasau{
    top: 35%;
    left: 45%; 
}
#sulawesisausatumbu{
    top: 40%;
    left: 55%; 
}
#sulawesitompobulu{
    top: 50%;
    left: 54%; 
}

#nttsausutumbu{
    top: 84%;
    left: 60%; 
}
#ntttompu{
    top: 84%;
    left: 65%; 
}

.region-grid-wrapper {
  display: flex;
  margin-top:30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}

.region-grid {
  flex: 1 1 calc(20% - 24px); /* 5 kolom default */
  padding-left: 10px;
}

/* Border kanan untuk 4 kolom pertama */
.region-grid-wrapper .region-grid:nth-child(1),
.region-grid-wrapper .region-grid:nth-child(2),
.region-grid-wrapper .region-grid:nth-child(3),
.region-grid-wrapper .region-grid:nth-child(4) {
  border-right: 1px solid #F07E01;
}

/* Kolom ke-5 tanpa border */
.region-grid-wrapper .region-grid:nth-child(5) {
  border-right: none;
}

.region-grid h3 {
  font-size: 15px;
  margin-bottom: 10px;
  color: #0050b3;
}

.region-grid ul {
  padding-left: 16px;
  margin: 0;
}

.region-grid ul li {
  font-size: 14px;
  line-height: 1.6;
}
.village{
    background:#00509F;
}
.village-list h2{
    color:#fff;
    font-size:2.2em;
}
.village-list p{
    color:#fff;
    font-weight:300;
}
.section-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

.section-title-wrapper .line {
  height: 1px;
  background-color: #000000;
}
footer p{
    font-weight:300;
}
a.btn-selengkapnya{
    color:#fff;
    text-decoration:none;
}
.btn-selengkapnya{
    padding: 10px 20px 10px 20px;
    border:1px #fff solid; 
    border-radius:20px;
}


.popup-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* untuk posisi benar-benar di tengah */
    width: 90%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 9999;
    padding: 20px;
}

.popup-content {
    max-width: 100%;
}
img#popup-img{
    width: 100%;
    height:200px;
    objet-fit:cover;
}

.desa-item {
    cursor: pointer;
}


/* === RESPONSIVE BREAKPOINT === */
/* 2 kolom di mobile */
@media (max-width: 768px) {
  .region-grid {
    flex: 1 1 calc(50% - 12px); /* 2 kolom */
    border-right: none !important; /* Hilangkan semua border kanan */
    margin-bottom: 10px;
  }
  .map-container{
    pointer-events: none;
  }
  #homepage{margin-top: 10px;}
  .content{padding-top: 60px;}
}

