/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Gotham Book';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Book'), url('fonts/GothamBook.woff') format('woff');
}


@font-face {
    font-family: 'Gotham Book Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Book Italic'), url('fonts/GothamBookItalic.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Medium'), url('fonts/GothamMedium.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Bold'), url('fonts/GothamBold.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Bold Italic'), url('fonts/GothamBoldItalic.woff') format('woff');
}


header {
    /* width: 100%;
    position: absolute;
    z-index: 99; */
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
}

.main-content {
    position: relative;
}

.header {
    background-color: transparent;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    transition: 0.5s;
    /* background-color: rgba(172, 4, 4); */

}

.header.scrolled {
    background-color: rgba(172, 4, 4, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.header:hover {
    background-color: rgba(172, 4, 4, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.banner {
    background-position: center;
}

.banner__content {
    color: #ffffff;
}

.banner__welcome-text {
    font-family: "Ms Madi", cursive;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
}

.banner__opd {
    font-weight: 600;
    font-size: 38px;
}

.banner__region {
    font-size: 25px;
    font-weight: 600;
}

.banner__main-button {
    position: relative;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 50px;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-decoration: none;
    font-weight: bold;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 1;
}

.banner__main-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    /* start with no width */
    height: 100%;
    background: var(--primary-color);
    z-index: -1;
    transition: width 0.3s ease;
}

.banner__main-button:hover::before {
    width: 100%;
    /* expands left → right */
}

.banner__main-button:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid var(--primary-color);
    /* change text color */
}

/* The Modal (background) */
#modalImg {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 99;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    /* overflow: auto; Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-img-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 300px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    max-height: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-img-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close-img {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close-img:hover,
.close-img:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.floating-wa {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 1;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

.floating-wa:hover {
    background-image: linear-gradient(#DBA33B, #DBA33B);
    box-shadow: 0px 10px 20px rgba(19, 19, 20, 0.4);
    transform: translateY(-2px);
}

.floating-fb {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 90px;
    z-index: 1;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

.floating-fb:hover {
    background-image: linear-gradient(#DBA33B, #DBA33B);
    box-shadow: 0px 10px 20px rgba(19, 19, 20, 0.4);
    transform: translateY(-2px);
}

.main-header {
    position: relative;
    z-index: 1;
    height: 100%;
    padding-bottom: 80px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    /* background-image:
        linear-gradient(#0a0a0d, transparent, #0a0a0d),
        url('../images/gianyar.jpg'); */
    background-position: center;
    background-size: cover;
    /* background-image: linear-gradient(#29293A, #4932BD); */
    /* linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%) */
}

.card {
    box-shadow: 0px 15px 20px rgba(19, 19, 20, 0.1);
    transform: translateY(-2px);
}

.gmbr {
    z-index: 0;
    position: absolute;
    top: 0;
    height: 100px;
    background-image: linear-gradient(#0a0a0d, #0a0a0d);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.gmbr-footer {
    z-index: 0;
    position: absolute;
    bottom: 0;
    height: 200px;
    background-image: linear-gradient(#29293A, #29293A);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

#img-berita {
    width: 100%;
    border-radius: 6px;
}

#gallery {
    margin: 30px 0px 0px 0px;
}

#img-gallery {
    width: 140px;
    height: 140px;
    border-radius: 6px;
    margin: 5px;
    cursor: pointer;
    transition: 0.3s;
    object-fit: cover;
}

#img-gallery:hover {
    cursor: pointer;
    -webkit-transform: scale(2, 2);
    -ms-transform: scale(2, 2);
    transform: scale(2, 2);
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    /* Safari */
    box-shadow: 0px 15px 20px rgba(19, 19, 20, 0.4);
    z-index: 1;
}


#paragraf-pengumuman {
    font-family: 'Gotham Medium';
    text-align: left;
    font-size: 10pt;
    margin: 0px;
}

#nav-footer {
    font-family: 'Gotham Bold';
}

#nav-footer:hover {
    color: #DBA33B;
    text-decoration: none;
}

#paragraf-saran {
    font-family: 'Gotham Book';
    text-align: left;
    font-size: 8pt;
    margin: 0px;
}

#item-pengumuman {
    padding-bottom: 15px;
    padding-top: 15px;
    display: flex;
    border-bottom: solid 1px #e4e4e4;
    cursor: pointer;
}

#item-pengumuman:hover {
    background: #ebebeb;
}

#img-kepala:hover {
    cursor: pointer;
}

#berita {
    margin-bottom: 5px;
    margin-top: 5px;
}

#img-pengumuman {
    width: 100px;
    border-radius: 6px;
}

#icon-pengumuman {
    width: 20px;
}

#isi-pengumuman {
    font-family: 'Gotham Medium';
    text-align: left;
    font-size: 8pt;
}

#judul-berita {
    font-family: 'Gotham Bold';
    text-align: justify;
    font-size: 15pt;
}

.rounded-circle {
    object-fit: cover;
}


#penjelasan-berita {
    font-family: 'Gotham Medium';
    text-align: left;
    font-size: 9pt;
    color: gray;
}

#icon-berita {
    width: 15px;
}

#isi-berita {
    font-family: 'Gotham Medium';
    text-align: left;
    font-size: 8pt;
}

#judul-berita2 {
    font-family: 'Gotham Book';
    text-align: left;
    font-size: 9pt;
    margin: 0px;
}

.profil-text {
    font-family: 'Gotham Book';
}

#item-berita {
    padding-bottom: 5px;
    padding-top: 5px;
    display: flex;
    border-bottom: solid 1px #e4e4e4;
    cursor: pointer;
}

#item-berita:hover {
    background: #ebebeb;
}

#penjelasan-berita2 {
    font-family: 'Gotham Medium';
    text-align: left;
    font-size: 7pt;
    color: gray;
}

#icon-berita2 {
    width: 120px;
    border-radius: 6px;
}

#isi-berita2 {
    font-family: 'Gotham Medium';
    text-align: left;
    font-size: 8pt;
}

#nama-kepala-dinas {
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: 'Gotham Medium';
    text-align: center;
}

#card-kepala-dinas {
    text-align: center;
    font-family: 'Gotham Bold';
    background: #EDBC63;
    font-size: 10pt;
    margin: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.dropdown-item {
    font-size: 8pt;
}

#one-tab {
    font-size: 12pt;
}

#two-tab {
    font-size: 12pt;
}

#infos {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    padding-bottom: 20px;
}

.card-berita h4 {
    font-family: 'Gotham Bold';
}

.card-jadwal h4 {
    font-family: 'Gotham Bold';
}

.card-berkas h4 {
    font-family: 'Gotham Bold';
}

.card-saran h4 {
    font-family: 'Gotham Bold';
    text-align: center;
}

#berkass {
    position: relative;
}

#item-saran h4 {
    font-family: 'Gotham Bold';
    font-size: 12pt;
    text-align: left;
    margin-bottom: 2px;
}

#item-saran {
    margin-left: 10px;
}

#card-saran {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    border-bottom: solid 1px #e4e4e4;
    cursor: pointer;
}

#card-saran:hover {
    background: #ebebeb;
}

.col-12 {
    z-index: 99;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 50%;
    text-align: center;
}

#header-top {
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 20px;
}

#header-button {
    font-family: 'Gotham Medium';
    font-weight: 500;
    text-align: right;
}

#button-pengumuman {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.tab-content {
    margin-top: 10px;
}

#btn-orange {
    margin-top: 5px;
    background-image: linear-gradient(#EDBC63, #DBA33B);
}

#btn-orange p {
    margin: 0px;
    font-size: 8pt;
    font-family: 'Gotham Medium';
    font-weight: 700;
}

#btn-orange:hover {
    background-image: linear-gradient(#DBA33B, #DBA33B);
    box-shadow: 0px 15px 20px rgba(19, 19, 20, 0.4);
    transform: translateY(-2px);
}

#btn-putih {
    margin-top: 5px;
    background-image: linear-gradient(#fff, #fff);
    border: solid 2px #29293A;
}

#btn-putih p {
    margin: 0px;
    font-size: 10pt;
    font-family: 'Gotham Medium';
    font-weight: 700;
}

#btn-putih:hover {
    background-image: linear-gradient(#fff, #fff);
    box-shadow: 0px 15px 20px rgba(19, 19, 20, 0.4);
    transform: translateY(-2px);
}

#btn-putih-small {
    margin-top: 10px;
    background-image: linear-gradient(#fff, #fff);
    border: solid 1px #29293A;
}

#btn-putih-small p {
    margin: 0px;
    font-size: 9pt;
    font-family: 'Gotham Medium';
    font-weight: 700;
}

#btn-putih-small:hover {
    background-image: linear-gradient(#fff, #fff);
    box-shadow: 0px 15px 20px rgba(19, 19, 20, 0.4);
    transform: translateY(-2px);
}

/* #berita {
    padding-bottom:100px;
} */

#img-logo {
    width: 150px;
}

.kepala-dinas {
    margin-bottom: 10px;
}

.nav-item {
    color: white;
    font-size: 10pt;
    font-family: 'Gotham Medium';
    font-weight: 700;
}

a.nav-link-atas {
    color: #fff;
}

a.nav-link-atas:hover {
    color: #ffffff;
    text-decoration: underline;
    /* font-size: 12pt; */
    /* box-shadow: 0px 15px 20px rgba(19, 19, 20, 0.2); */
    /* transform: translateY(-2px); */
    /* color: #EDBC63; */
}

a.nav-link-bawah {
    color: #29293A;
}

a.nav-link-bawah:hover {
    color: #29293A;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

section#welcome {
    padding-bottom: 200px;
    padding-top: 200px;
}

.kk-img {
    width: 100%;
    position: absolute;
    bottom: -10px;
    animation: move-bottom 1s alternate infinite linear;
}

@keyframes move-bottom {
    to {
        margin-bottom: 10px;
    }
}

@keyframes move-top {
    to {
        margin-top: 1000px;
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}

.preloader .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Gotham Bold';
    font-weight: 500;
}

#text-welcome {
    font-size: 20pt;
    color: #fff;
    font-family: 'Gotham Bold';
    font-weight: 700;
}


#text-penjelas-welcome {
    color: #fff;
    font-size: 9pt;
    font-family: 'Gotham Book';
}

.card-title {
    font-family: 'Gotham Medium';
}

.card-subtitle {
    font-family: 'Gotham Book';
}

#img-persyaratan {
    width: 200px;
    border-radius: 6px;
}

#item-persyaratan h5 {
    margin-top: 10px;
    font-family: 'Gotham Bold';
    font-size: 11pt;
    margin-bottom: 2px;
}

#item-persyaratan p {
    font-family: 'Gotham Medium';
}

.main-footer {
    background: var(--primary-color);
    background-position: center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    /* linear-gradient(#29293A, transparent, #29293A), */
}

.main-footer__subtitle {
    font-weight: 600;
}

#img-footer {
    width: 200px;
    margin-bottom: 20px;
}

#footer-satu p {
    color: #fff;
    font-family: 'Gotham Book';
    font-size: 9pt;
}

.main-footer-team {
    background: var(--primary-dark);
    text-align: center;
}

.footer-team__text {
    font-family: 'Gotham Book';
    color: #ffffff;
    font-size: 13px;
}

.footer-team__link {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Gotham Book';
    font-size: 13px;
}

.footer-team__link:hover {
    color: #ffffff;
    text-decoration: underline;
}

#footer-dua h4 {
    color: #fff;
    font-family: 'Gotham Bold';
    font-size: 13pt;
}

#footer-dua p {
    color: #fff;
    margin: 0px;
    font-family: 'Gotham Book';
    font-size: 9pt;
}


.swiper-container {
    width: calc(100% - 60px);
    height: 100%;
    max-height: 400px;
    padding: 30px;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}

#img-berkas {
    width: 100%;
    border-radius: 6px;
}

#judul-berkas {
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: left;
    font-family: 'Gotham Bold';
    font-size: 11pt;
}

#penjelasan-berkas {
    text-align: left;
    font-family: 'Gotham Book';
    font-size: 9pt;
}

#hr-style {
    margin: 0px;
    background: #DBA33B;
    text-align: left;
    height: 5px;
    width: 60px;
}

#hr-style2 {
    margin-top: 0px;
    margin-bottom: 10px;
    background: #DBA33B;
    text-align: left;
    height: 5px;
    width: 60px;
}

.calendar,
.calendar_weekdays,
.calendar_content {
    max-width: 300px;
}

.calendar {
    margin: auto;
    font-family: 'Gotham Medium';
    font-weight: 400;
}

.calendar_content,
.calendar_weekdays,
.calendar_header {
    position: relative;
    overflow: hidden;
}

.calendar_weekdays div {
    display: inline-block;
    vertical-align: top;
}

.calendar_weekdays div,
.calendar_content div {
    width: 14.28571%;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
    color: #6f6f6f;
    font-size: 14px;
}

.calendar_content div {
    border: 1px solid transparent;
    float: left;
}

.calendar_content div:hover {
    border: 1px solid #dcdcdc;
    cursor: default;
}

.calendar_content div.blank:hover {
    cursor: default;
    border: 1px solid transparent;
}

.calendar_content div.past-date {
    color: #d5d5d5;
}

.calendar_content div.today {
    font-weight: bold;
    font-size: 14px;
    color: #29293A;
    border: 1px solid #dcdcdc;
}

.calendar_content div.selected {
    background-color: #f0f0f0;
}

.calendar_header {
    width: 100%;
    text-align: center;
}

.calendar_header h2 {
    padding: 0 10px;
    font-family: 'Gotham Bold';
    font-weight: 300;
    font-size: 18px;
    color: #29293A;
    float: left;
    width: 70%;
    margin: 0 0 10px;
}

button.switch-month {
    background-color: transparent;
    padding: 0;
    outline: none;
    border: none;
    color: #dcdcdc;
    float: left;
    width: 15%;
    transition: color .2s;
}

button.switch-month:hover {
    color: #29293A;
}

.today {
    color: #4932BD;
}

.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item:hover {
    background: #ebebeb;
}

.MultiCarousel .MultiCarousel-inner .item>div {
    text-align: center;
    margin: 10px;
    cursor: pointer;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
}


.banner {
    background-size: cover;
    height: 90vh;
}

/* # Phone */
@media only screen and (max-width:375px) {
    #row-kepala-dinas {
        margin-bottom: 15px;
    }

    #navbarTogglerDemo02 {
        padding: 30px;
        background: var(--primary-color);
    }

    #hide-profil {
        display: none;
    }

    #paragraf-pengumuman {
        margin: 0px;
        font-size: 10pt;
    }

    #item-pengumuman {
        margin-bottom: 20px;
    }

    #kritik-saran {
        margin-bottom: 30px;
    }

    #col-berita {
        padding: 0px;
    }

    #col-berita2 {
        padding: 0px;
    }

    #gallery {
        margin: 30px 0px 0px 0px;
    }

    #footer-dua {
        margin-bottom: 25px;
    }
}

/* # Tablet */
@media only screen and (min-width:376px) and (max-width:768px) {
    #row-kepala-dinas {
        margin-bottom: 15px;
    }

    #navbarTogglerDemo02 {
        padding: 30px;
        background: var(--primary-color);
    }

    #paragraf-pengumuman {
        margin: 0px;
        font-size: 10pt;
    }

    #hide-profil {
        display: none;
    }

    #item-pengumuman {
        margin-bottom: 20px;
    }

    #kritik-saran {
        margin-bottom: 30px;
    }

    #col-berita {
        padding: 0px;
    }

    #col-berita2 {
        padding: 0px;
    }

    #gallery {
        margin: 30px auto auto 30px;
    }

    #footer-dua {
        margin-bottom: 25px;
    }

}

.header-frontend {

    .navbar-collapse .dropdown-menu,
    .navbar .dropdown-menu {
        background: var(--primary-color);
        border: none;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        padding: 0.5rem 0;
        min-width: 180px;
    }

    .navbar-collapse .dropdown-menu .dropdown-header,
    .navbar .dropdown-menu .dropdown-header {
        color: #fff;
        font-weight: 600;
        font-size: 13px;
        padding: 10px 24px 6px 24px;
        background: transparent;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .navbar-collapse .dropdown-menu .dropdown-item,
    .navbar .dropdown-menu .dropdown-item {
        color: #fff;
        font-family: 'Gotham Medium', Arial, sans-serif;
        font-size: 12px;
        padding: 10px 24px;
        background: transparent;
        transition: background 0.2s, color 0.2s;
        border-radius: 0;
    }

    .navbar-collapse .dropdown-menu .dropdown-item:hover,
    .navbar-collapse .dropdown-menu .dropdown-item:focus,
    .navbar-collapse .dropdown-menu .dropdown-item.active,
    .navbar .dropdown-menu .dropdown-item:hover,
    .navbar .dropdown-menu .dropdown-item:focus,
    .navbar .dropdown-menu .dropdown-item.active {
        background: rgba(255, 255, 255, 0.12);
        color: #fff;
    }

    .navbar-collapse .dropdown-menu hr,
    .navbar .dropdown-menu hr {
        border-color: rgba(255, 255, 255, 0.12);
        margin: 0;
    }
}

/* # Desktop */
@media (max-width: 991.98px) {
    .header-frontend {
        .offcanvas-backdrop {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.7);
            z-index: 1040;
            display: none;
            opacity: 0;
            transition: opacity 0.3s;
        }

        .offcanvas-backdrop.active {
            display: block;
            opacity: 1;
        }

        .navbar-collapse {
            position: fixed !important;
            top: 0;
            right: -260px;
            width: 260px;
            height: 100vh !important;
            min-height: 100vh !important;
            max-height: 100vh !important;
            background: var(--primary-color);
            box-shadow: -2px 0 10px rgba(0, 0, 0, 0.08);
            transition: right 0.4s cubic-bezier(.77, 0, .18, 1);
            z-index: 1050;
            padding: 30px;
            overflow-y: auto !important;
            overflow-x: hidden !important;
            display: block !important;
        }

        .navbar-collapse.offcanvas-active {
            right: 0;
        }

        body.offcanvas-menu-open {
            overflow: hidden;
        }

        .navbar-collapse .dropdown-menu {
            position: static !important;
            float: none;
            /* background: #f8f9fa;
            border: none;
            box-shadow: none; */
            margin: 0;
            /* padding: 0.5rem 1rem; */
            display: none;
        }

        .navbar-collapse .dropdown-menu.show {
            display: block;
        }

    }
}