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

body {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    background-color: #F7F7F7;
}

.loading-spinner {
    height: 100vh;
}

.bg-blur {
    backdrop-filter: blur(4.5rem);
}

a {
    text-decoration: none;
}

.sda-hijau {
    color: #4AAB3D;
}

.sda-hijau-fade {
    color: #96B792;
}

.bg-sda-hijau {
    background: rgba(200, 227, 196, 0.27);
}

.navbar-text {
    font-weight: 600;
    font-size: 15px;
    /* line-height: 19px; */
}

.text-normal {
    font-size: 15px;
    font-weight: 500;
}

.text-small {
    font-weight: 400;
    font-size: 15px;
}

.text-med {
    font-size: 20px;
}

.text-large {
    font-size: 20px;
    font-weight: 600;
}

.text-gray {
    color: #838383;
}

#beranda .head-text {
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
}

#beranda {
    background-image: url('/landingpage/images/navbar-bg.svg');
    background-repeat: no-repeat;
    padding-top: 7%;
}

#beranda h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}

#beranda h1 {
    font-weight: 600;
    font-size: 20px;
}

.timeline-line {
    min-height: 105px;
    border-left: 5px dashed #4AAB3D;
    margin-top: 4px;

}
.timeline-bracket{
    width: 15px;
    height: 15px;
    background-color: #4AAB3D;
    border-radius: 50%;
}

.timeline-point{
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #4AAB3D;
    border-radius: 50%;
}
.timeline-point-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#visimisi .bg-bottom-right {
    background-image: url('/landingpage/images/bottom-right-decor.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
}

#bupati .bg-top-left {
    background-image: url('/landingpage/images/top-left-decor.svg');
    background-repeat: no-repeat;
    background-position: top left;
}

.visi-list{
    width: 42px;
}

.centered-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.text-centered-overlay {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
}

#sda {
    background-color: #4AAB3D;
}

.modal-sda{
    background-color: #eaf1e9;
}

#sda img {
    height: 80px !important;
}

#berita .carousel-indicators {
    bottom: -65px !important;
}

#berita .carousel-indicators a {
    border-radius: 5px;
    width: 10px;
    height: 10px;
    background-color: #cbc5c5;
}

#berita .carousel-indicators a.active {
    border-radius: 5px;
    width: 50px;
    height: 10px;
    background-color: #4AAB3D;
}

.carousel-indicators [data-bs-target] {
    border-top: none !important;
    border-bottom: none !important;
}

#berita .carousel-control-prev-icon {
    background-image: url('/landingpage/images/carousel-nav-prev.svg');
}

#berita .carousel-control-next-icon {
    background-image: url('/landingpage/images/carousel-nav-next.svg');
}

#galeri {
    background-image: url('/landingpage/images/top-left-decor.svg');
    background-repeat: no-repeat;
    position: top left;
}

#galeri .carousel-indicators button {
    border-radius: 5px;
    width: 10px;
    height: 10px;
    background-color: #cbc5c5;
}

#galeri .carousel-indicators button.active {
    border-radius: 10px;
    width: 50px;
    height: 10px;
    background-color: #4AAB3D;
}

#galeri .carousel-indicators {
    bottom: -65px !important;
}


#peta {
    background-image: url('/landingpage/images/bottom-left-decor.svg');
    background-repeat: no-repeat;
    background-position: bottom left;
}

#footer a {
    text-decoration: none;
}


/*------------------------------------
- COLOR green
------------------------------------*/
.alert-green {
    color: #22501c;
    background-color: #ccebc8;
    border-color: #bee6b9;
}

.alert-green hr {
    border-top-color: #addfa6;
}

.alert-green .alert-link {
    color: #122b0f;
}

.badge-green {
    color: #ffffff;
    background-color: #4AAB3D;
}

.badge-green[href]:hover,
.badge-green[href]:focus {
    color: #ffffff;
    background-color: #39852f;
}

.bg-green {
    background-color: #4AAB3D !important;
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
    background-color: #39852f !important;
}

.border-green {
    border-color: #4AAB3D !important;
}

.btn-green {
    color: #ffffff;
    background-color: #4AAB3D;
    border-color: #4AAB3D;
}

.btn-green:hover {
    color: #ffffff;
    background-color: #3e9033;
    border-color: #39852f;
}

.btn-green:focus,
.btn-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(74, 171, 61, 0.5);
}

.btn-green.disabled,
.btn-green:disabled {
    color: #ffffff;
    background-color: #4AAB3D;
    border-color: #4AAB3D;
}

.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active,
.show>.btn-green.dropdown-toggle {
    color: #ffffff;
    background-color: #39852f;
    border-color: #347a2b;
}

.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus,
.show>.btn-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(74, 171, 61, 0.5);
}

.btn-outline-green {
    color: #4AAB3D;
    background-color: transparent;
    border-color: #4AAB3D;
}

.btn-outline-green:hover {
    color: #ffffff;
    background-color: #4AAB3D;
    border-color: #4AAB3D;
}

.btn-outline-green:focus,
.btn-outline-green.focus {
    box-shadow: 0 0 0 0.2rem rgba(74, 171, 61, 0.5);
}

.btn-outline-green.disabled,
.btn-outline-green:disabled {
    color: #4AAB3D;
    background-color: transparent;
}

.btn-outline-green:not(:disabled):not(.disabled):active,
.btn-outline-green:not(:disabled):not(.disabled).active,
.show>.btn-outline-green.dropdown-toggle {
    color: #ffffff;
    background-color: #4AAB3D;
    border-color: #4AAB3D;
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(74, 171, 61, 0.5);
}

.list-group-item-green {
    color: #22501c;
    background-color: #bee6b9;
}

.list-group-item-green.list-group-item-action:hover,
.list-group-item-green.list-group-item-action:focus {
    color: #22501c;
    background-color: #addfa6;
}

.list-group-item-green.list-group-item-action.active {
    color: #ffffff;
    background-color: #22501c;
    border-color: #22501c;
}

.table-green,
.table-green>th,
.table-green>td {
    background-color: #bee6b9;
}

.table-hover .table-green:hover {
    background-color: #addfa6;
}

.table-hover .table-green:hover>td,
.table-hover .table-green:hover>th {
    background-color: #addfa6;
}

.text-green {
    color: #4AAB3D !important;
}

a.text-green:hover,
a.text-green:focus {
    color: #39852f !important;
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .text-large {
        font-size: 32px;
        font-weight: 600;
    }


}

/* Large devices (large desktops,  and up) */
@media (min-width: 1200px) {}