@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 {
    font-family: 'Montserrat', sans-serif;
}

.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 1;
}

.navbar.bg-light {
    transition: .5s;
    background-color: rgb(24, 34, 39, .5) !important;
}

.navbar.bg-green {
    transition: .5s;
    background-color: #0A142F !important;
}

.navbar .navbar-brand {
    font-weight: 700;
    font-size: 24px;
}

.navbar .navbar-nav .nav-item {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: white;
    font-weight: 600;
    font-size: 14px;
    position: relative;
}

.navbar .navbar-nav .nav-item .nav-link span {
    position: absolute;
    font-size: 8px;
    right: -15px;
    top: 5px;
}

.jumbotron {
    background-size: cover;
    background-position: center;
    min-height: 90vh;
    position: relative;
    margin-bottom: 0;
}

.jumbotron .container {
    display: flex;
    flex-direction: column;
    min-height: 90vh;
    justify-content: center;
}

.jumbotron h1 {
    color: white;
    font-size: 48px;
    font-weight: bold;
    line-height: 50px;
}

.jumbotron p {
    color: white;
    width: 50%;
    font-size: 16px;
}

.jumbotron .button-group {
    margin-top: 2rem;
}

.jumbotron .btn,
#pemerintahan .button-group .btn,
#infografis .btn,
#aspirasi .btn {
    font-weight: 500;
    font-size: 16px;
    color: white;
    padding: 12px 40px;
    border-radius: 25px;
}

.jumbotron .btn.explore {
    background-color: #FFFFFF;
    color: #007755;
}

.jumbotron .btn.contact {
    border: 2px solid white;
}

.content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.content p.header {
    font-size: 14px;
    color: #007755;
    font-weight: 600;
    margin-bottom: 0;
}

.content p.description {
    font-size: 16px;
    color: #6B6B6B;
    font-weight: 500;
}

.content h2 {
    font-size: 20px;
    color: #0F2A52;
    font-weight: 600;
}

#pemerintahan .row {
    margin-top: 70px;
}

#pemerintahan h4 {
    color: #0F2A52;
    font-size: 36px;
    font-weight: 700;
}

#pemerintahan .button-group .learnmore {
    background-color: #007755;
    color: white;
}

#pemerintahan .button-group .detail {
    color: #007755;
    border: 2px solid #007755
}

#infografis .infografis {
    background-color: #0F2A52;
    border-radius: 10px;
    padding: 60px;
    color: white;
}

#infografis .divider {
    height: 1px;
    background-color: white;
    width: 100%;
}

#infografis .infografis-detail {
    display: flex;
    justify-content: center;
}

#infografis .infografis-detail p {
    font-size: 14px;
    font-weight: 600;
}

#infografis .infografis-detail h5 {
    font-size: 24px;
    font-weight: bold;
}

#infografis p.information {
    font-size: 20px;
    font-weight: 500;
}

#infografis .btn.learnmore {
    background-color: #007755;
    color: white;
}

#belanja .product-slider,
#berita .berita-slider {
    margin-top: 1.5rem;
    display: flex;
}

#wisata .wisata-slider {
    margin-top: 1.5rem;
    display: flex;
}

#belanja .product-slider .product-item,
#berita .berita-slider .berita-item {
    width: 360px !important;
    display: inline-block;
    margin: auto;
    margin-right: 1.5rem;
}

#wisata .wisata-slider .wisata-item {
    width: 360px;
    display: inline-block;
    margin-right: 1.5rem;
}

#belanja .product-slider .product-item .product-image,
#berita .berita-slider .berita-item .berita-image,
#wisata .wisata-slider .wisata-item .wisata-image {
    position: relative;
}

#belanja .product-slider .product-item .product-image span.label {
    position: absolute;
    right: 10px;
    top: 15px;
    background-color: red;
    color: white;
    padding: 5px 20px;
    font-size: 12px;
    font-weight: 700;
    border-radius: 25px;
}

#belanja .product-slider .product-item .product-image img,
#berita .berita-slider .berita-item .berita-image img {
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

#wisata .wisata-slider .wisata-item .wisata-image img {
    height: 455px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

#belanja .product-slider .product-item .product-detail,
#berita .berita-slider .berita-item .berita-detail {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#berita .berita-slider .berita-item .berita-detail {
    flex-direction: column;
    align-items: flex-start;
}

#belanja .product-slider .product-item .product-detail p.product-title,
#berita .berita-slider .berita-item .berita-detail p.berita-title {
    font-size: 16px;
    font-weight: 500;
    color: #6F6F6F;
    width: 65%;
}

#berita .berita-slider .berita-item .berita-detail p.berita-title {
    margin-bottom: 0;
}

#berita .berita-slider .berita-item .berita-detail p.berita-date {
    font-size: 14px;
    font-weight: 500;
    color: #007755;
}

#berita .berita-slider .berita-item .berita-detail .btn.read {
    background-color: #007755;
    font-size: 12px;
    font-weight: 500;
    color: white;
    padding: 5px 25px;
    border-radius: 20px;
}

#belanja .product-slider .product-item .product-detail a {
    color: #C4C4C4;
}

#belanja .product-slider .product-item .product-detail a.active {
    color: #DB0101;
}

#belanja .product-slider .btn.buy {
    background-color: #007755;
    color: white;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    padding: 5px 25px;
}

#wisata .wisata-slider .wisata-item .wisata-image .wisata-detail {
    position: absolute;
    bottom: 1rem;
    color: white;
    text-align: center;
    left: 0;
    right: 0;
}

#wisata .wisata-slider .wisata-item .wisata-image .wisata-detail p.wisata-title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 20px;
}

#wisata .wisata-slider .wisata-item .wisata-image .wisata-detail p.wisata-description {
    font-size: 14px;
    font-weight: 500;
}

.custom-list ul {
    list-style: none;
    padding-left: 0;
}

.custom-list ul li {
    display: flex;
    padding-bottom: .5rem;
}

.custom-list ul li .circle {
    width: 10px;
    height: 10px;
    background-color: #F6A01C;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 10px;
}

.custom-list ul li {
    color: #0F2A52;
    font-weight: 600;
    font-size: 20px;
}

.custom-list ul li p {
    font-size: 14px;
    color: #6B6B6B;
    font-weight: 500;
}

.btn.slider-button {
    background-color: #007755;
    color: white;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    font-size: 10px;
    display: flex;
    justify-content: center;
}

#kepdes h3 {
    font-weight: 700;
    color: #0F2A52;
    font-size: 36px;
}

.so-slider {
    margin-top: 2rem;
}

#kepdes .so-slider .so-item {
    display: flex;
    justify-content: center;
}

#kepdes .so-slider .so-item .so-picture {
    width: 360px;
    background-color: #F6A01C;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    left: 5rem;
    z-index: 1;
}

#kepdes .so-slider .so-item .so-detail {
    width: 720px;
    position: relative;
    top: 6rem;
}

#kepdes .so-slider .so-item .so-detail .bg-green {
    background-color: #007755;
    padding-top: 1rem;
    padding-bottom: 40px;
    padding-right: 45px;
    padding-left: 7rem;
    color: white;
    border-radius: 20px;
}

#kepdes .so-slider .so-item .so-detail .bg-green p {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
}

#kepdes .so-slider .so-item .so-detail .bg-green .profile .profile-name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

#kepdes .so-slider .so-item .so-detail .bg-green .profile .profile-position {
    font-size: 18px;
    font-weight: 500;
}

#aspirasi .aspirasi {
    background-color: #F2F2F2;
    margin-top: 1rem;
    padding: 40px 50px;
}

#aspirasi .aspirasi .form-group label {
    margin-left: 1rem;
    color: #0F2A52;
    font-size: 14px;
    font-weight: 500;
}

#aspirasi .aspirasi .form-group .form-control {
    border: none;
    border-radius: 5px;
}

#aspirasi .btn.submit {
    background-color: #007755;
    color: white;
}

footer {
    background-color: #0A142F;
    color: white;
}

footer .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

footer .container p.header {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: .75rem;
    color: #E8EF4D;
}

footer .container p.detail {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

footer .container p.detail.alamat {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 1rem;
}

footer .container .sitelink {
    display: flex;
    justify-content: space-between;
}

footer .container .sitelink ul {
    list-style: none;
    padding-left: 0;
}

footer .container .sitelink ul li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: .75rem;
}

footer .container .copyright {
    font-size: 12px;
    font-weight: 400;
}

footer .container .top {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #007755;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

@media screen and (max-width: 1200px) {
    .jumbotron h1 {
        font-size: 46px;
    }

    #belanja .product-slider .product-item .product-detail p.product-title {
        width: 75%;
    }

    #berita .berita-slider .berita-item .berita-detail p.berita-title {
        width: 100%;
    }

    #pemerintahan h4 {
        font-size: 34px;
    }

    #kepdes .so-slider .so-item .so-detail {
        width: 620px;
        top: 3rem;
    }

    #kepdes .so-slider .so-item .so-picture {
        width: 260px;
    }

    #kepdes .so-slider .so-item .so-detail .bg-green p {
        font-size: 16px;
    }

    #kepdes .so-slider .so-item .so-detail .bg-green .profile .profile-name {
        font-size: 22px;
    }

    #kepdes .so-slider .so-item .so-detail .bg-green .profile .profile-position {
        font-size: 16px;
    }

    #kepdes .so-slider .so-item .so-detail .bg-green {
        padding-top: 1rem;
        padding-bottom: 30px;
        padding-left: 7rem;
        padding-right: 35px;
    }

    #belanja .product-slider .product-item .product-image img,
    #berita .berita-slider .berita-item .berita-image img {
        height: 200px;
    }

    #wisata .wisata-slider .wisata-item .wisata-image img {
        height: 355px;
    }

    #aspirasi .aspirasi {
        padding: 30px 40px;
    }

    .content p.description {
        font-size: 14px;
    }

    .custom-list ul li {
        font-size: 18px;
    }

    .custom-list ul li p {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 992px) {
    #pemerintahan h4 {
        margin-top: 1rem;
    }

    #pemerintahan img {
        width: 50%;
    }

    #pemerintahan .button-group {
        justify-content: center;
    }

    #infografis .infografis-detail {
        margin-bottom: 3rem;
    }

    #infografis .divider {
        margin-top: 0 !important;
    }

    #infografis .text-center {
        margin-top: 0 !important;
    }

    #belanja .product-slider .product-item .product-detail p.product-title,
    #berita .berita-slider .berita-item .berita-detail p.berita-title {
        font-size: 14px;
    }

    #belanja .product-slider .product-item .product-image span.label {
        font-size: 10px;
    }

    #kepdes .so-slider .so-item .so-detail {
        width: 520px;
    }

    #kepdes .so-slider .so-item .so-detail .bg-green p {
        font-size: 14px;
    }

    #kepdes .so-slider .so-item .so-detail .bg-green .profile .profile-name {
        font-size: 20px;
    }

    #kepdes .so-slider .so-item .so-detail .bg-green .profile .profile-position {
        font-size: 14px;
    }

    #kepdes .so-slider .so-item .so-detail .bg-green {
        padding-top: 1rem;
        padding-bottom: 20px;
        padding-left: 6.5rem;
        padding-right: 25px;
    }

    #wisata .wisata-slider .wisata-item .wisata-image img {
        height: 305px;
    }

    #wisata .wisata-slider .wisata-item .wisata-image .wisata-detail p.wisata-title {
        font-size: 16px;
    }

    #wisata .wisata-slider .wisata-item .wisata-image .wisata-detail p.wisata-description {
        font-size: 10px;
    }

    footer .container {
        flex-direction: column;
    }

    #berita .berita-slider .berita-item .berita-detail .d-flex {
        flex-direction: column;
    }

    #belanja .product-slider .btn.buy {
        width: 100%;
    }

    footer .container p.header {
        margin-top: 2rem;
    }

    footer .container .sitelink {
        margin-top: 2rem;
    }

    footer .container .copyright {
        text-align: center;
    }

    footer .container .top {
        margin: auto;
    }

    #berita .berita-slider .berita-item {
        font-size: 11px;
    }

    #kepdes .so-slider .so-item .so-picture {
        width: 200px;
    }

    .navbar .navbar-nav .nav-item {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .jumbotron h1 {
        font-size: 44px;
    }

    .jumbotron p {
        width: unset;
    }

    .jumbotron .button-group {
        justify-content: center;
    }

    #infografis p.information {
        font-size: 16px;
    }

    #belanja .product-slider .product-item .product-image img,
    #berita .berita-slider .berita-item .berita-image img {
        height: 300px;
    }

    #belanja .product-slider .product-item .product-detail p.product-title,
    #berita .berita-slider .berita-item .berita-detail p.berita-title {
        width: 100%;
    }

    #kepdes .so-slider .so-item .so-detail .bg-green p {
        font-size: 12px;
    }

    #kepdes .so-slider .so-item .so-detail .bg-green .profile .profile-name {
        font-size: 18px;
    }

    #kepdes .so-slider .so-item .so-detail .bg-green .profile .profile-position {
        font-size: 12px;
    }

    #kepdes .so-slider .so-item .so-detail {
        width: 420px;
    }

    #wisata .wisata-slider .wisata-item .wisata-image img {
        height: 500px;
    }
}

@media screen and (max-width: 576px) {
    .jumbotron h1 {
        font-size: 38px;
    }

    #kepdes .so-slider .so-item {
        flex-direction: column;
    }

    #kepdes .so-slider .so-item .so-picture {
        width: 90%;
        left: 0;
        right: 0;
        margin: auto;
    }

    #belanja .product-slider .product-item .product-image img,
    #berita .berita-slider .berita-item .berita-image img {
        height: 350px;
    }

    #kepdes .so-slider .so-item .so-detail {
        width: 100%;
        top: -3rem;
        z-index: 1;
    }

    #kepdes .so-slider .so-item .so-detail .bg-green {
        padding: 1rem;
        padding-bottom: 1.5rem;
    }

    #kepdes .so-slider .so-item .so-detail .bg-green p {
        font-size: 14px;
    }
}