:root{
    --text: #003250;
    --bg: #00243A;
}

*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: "Montserrat", sans-serif !important;
	font-size:16px;
    background-color: var(--bg);
	color: var(--text);
    text-transform:initial;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

.header {
    margin-bottom: 10px;
    font-size: 30px;
}

/* hero */

.theTop {
    padding-top: 150px;
}

.welcome-hero {
    position: relative;
    background: white;
    z-index: 1;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position:bottom;
    overflow: hidden;
}

.welcome-hero-txt{
    text-align: left;
}

.welcome-hero-img {
    width: 70%;
}

.welcome-hero-txt h2 {
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 10px;
}

.welcome-hero-txt li {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 10px;
}
.welcome-hero-txt p {
    font-size: 16px;
    font-weight: 600;
    max-width: 735px;
    margin: 0 auto;
}

.program-section {
    padding-top: 100px;
    color: white;
}

.program-section h1 {
    font-size: 40px;
    font-weight: bold;
}

.program-section .program-content {
    margin-bottom: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.program-section .card-program .card-body-program{
    background-color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    color: #000;
}

.program-section .card-program .card-body-program h3 {
    display: inline-block;
    border-bottom: 5px solid #8FE564;
    margin-bottom: 10px;
    font-weight: bold;
}

.program-section .card-program .card-footer-program{
    text-align: center;
    background-color: #4C8864;
    border-bottom-right-radius: 30px;
    padding: 20px;
    color: #fff;
}

.kegiatan-section {
    padding-top: 100px;
}

.kegiatan-section .needBorder {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.kegiatan-section h1 {
    font-size: 30px;
    font-weight: bold;
}

.berita-section h1 {
    font-size: 30px;
    font-weight: bold;
}

.berita-section .container {
    background-color: #fff;
}

.berita-section .berita-selanjutnya {
    border: none;
    padding: 10px 20px;
    font-size: 16px;
}

.galeri-section .container {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;

}

.galeri-section h1 {
    font-size: 30px;
    font-weight: bold;
}

.galeri-section .galeri-selengkapnya {
    border: none;
    padding: 10px 20px;
    font-size: 16px;
}

/* end galeri */

/* BERITA */

.berita-page-section {
    background: white;
    padding-bottom: 80px;
}

.berita-page-section h1 {
    font-size: 30px;
    font-weight: bold;
}

/* end BERITA */

/* artikel */

.artikel {
    padding-bottom: 80px;
}

.dataArtikel{
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    background-color: white;
    z-index: 2;
}

.dataArtikel .header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.dataArtikel img{
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tagArtikel{
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
}

.tagArtikel h4{
    margin-right: 20px;
}

.tagArtikel a{
    color: inherit;
    text-decoration: none;
}

.tagArtikel button{
    margin-right: 5px;
    padding: 8px;
    background-color: transparent;
    border: 1px solid white;
}

.tagArtikel button:hover{
    background-color: white;
    color: var(--text);
}

.divBeritaTerbaru{
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    background-color: white;
}

.beritaTerbaru {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.beritaTerbaru h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.beritaTerbaru p {
    font-size: 12px;
}

.beritaTerbaru a:hover h2 {
    color: var(--text) !important;
}

.beritaTerbaru img{
    width: 40%;
    border-radius: 5px;
    margin-right: 10px;
}

/* end artikel */

.progress-bar{
    background-color: #4C8864;
}

.dataTopic {
    border-right: 1px solid #444a5761;
}

.descTopic {
    display: inline-block;
    margin-top: 45px;
}

.ijinUsaha {
    display: inline-block;
    margin-top: 30px;
}

.gallery {
    --g: 6px; /* the gap */
    display: grid;
    width: 100%;
    height: 100%;
    gap: var(--g);

    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    grid-template-rows: repeat(2, 1fr);    /* 2 rows */
}
.gallery img {
    width: 100%;
    height: 100%;
    max-height: 250px;
    object-fit: cover;
    cursor: pointer;
    transition: .5s
}

.gallery2 {
    --g: 6px; /* gap */
    display: grid;
    width: 100%;
    height: auto;
    margin-top: 30px;
    grid: auto-flow 1fr/repeat(3,1fr);
    gap: var(--g);
}
.gallery2 img {
    width: 100%;
    height: 100%;
    max-height: 250px;
    object-fit: cover;
    cursor: pointer;
    transition: .5s
}
.gallery2 img:hover {
    filter: grayscale(0);
}

.data-pasar {
    display: inline-block;
}

.btn-data-pasar{
    background-color: #FD474B;
    width: 150px;
    height: 40px;
    color: white;
    border-radius: 30px;
    margin-bottom: 30px;
}

.dataKekinian {
    font-size: 50px;
}

.dataKekinian2 {
    font-size: 50px;
}

.dataKekinian3 {
    font-size: 50px;
    color: white;
}

.card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.card-text2 {
    font-size: 50px;
}

.card-text3 {
    color: #fff;
}

.card-body2 {
    height: 150px;
    background-color: var(--bg);
    padding-top: 50px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.card-body-white {
    height: 150px;
    background-color: transparent;
    padding-top: 50px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.card-body3 {
    height: 150px;
    background-color: #fff;
    padding-top: 50px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* end custom */

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
p {
	margin: 0;
	font-size:16px;
    line-height: 1.8;
    text-transform: initial;
}
img{
    border:none;
    max-width:100%;
    height:auto;
}

ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;

}

select,input,textarea,button,.form-control{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 16px;text-transform: capitalize;}

html,body{height: 100%;scroll-behavior: smooth;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease;
  -moz-transition: opacity 0.3s 0.3s ease;
  -ms-transition: opacity 0.3s 0.3s ease;
  -o-transition: opacity 0.3s 0.3s ease;
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
}

.section-header{
    position: relative;
    text-align: center;
}
.section-header h2{
    position: relative;
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 35px;
}
.section-header h2:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -42px;
    background: #08ec00;
}
.section-header p{color: var(--text);text-transform: capitalize;margin-bottom:10px;}
.section-header h2 span,.section-header p span{text-transform: lowercase;}

/* section-header */


/*-------------------------------------
        2. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
    background-color: transparent;
    border-bottom: transparent;
}

.navbar-collapse {
    background-color: var(--bg);
}

.navbar-logo {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 200px !important;
    width: 130px;
}

@media (max-width: 992px){

    .mobile-navbar, .mobile-navbar-top {
        display: block;
    }

    .desktop-navbar {
        display: none;
    }

    nav.navbar.bootsnav {
        background-color: var(--bg);
        margin-top: 0px;
        border-radius: 0px;
        height: 75px;
    }
}

@media (min-width: 993px){
    .mobile-navbar, .mobile-navbar-top {
        display: none !important;
    }

    .desktop-navbar {
        display: flex;
    }
    #navbar-menu {
        background-color: var(--bg);
        margin-top: 20px;
        border-radius: 50px;
    }
}


/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

nav.navbar.bootsnav ul.nav > li > a {padding: 48px 21px;}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus {
        text-shadow: 0 0 8px rgb(255, 255, 255);
        color: white;
}
nav.navbar.bootsnav ul.nav > li.active>a {font-weight: bold;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
nav.navbar.bootsnav .navbar-toggle {
    background-color: transparent;
    padding: 10px;
}
nav.navbar.bootsnav .navbar-toggle i{
    color: white;
}

.header-area{position: absolute;top:0;left:0;right: 0; width: 100%;z-index: 99;}

.model-search-content {
    padding: 40px 40px;
    background: #fff;
    box-shadow:0 10px 40px 0px rgba(38,40,64,.2);
    position: absolute;
    /* bottom: -150px; */
    width: 100%;
    border-radius: 3px;
}

.service { padding: 260px 0 87px;}


.btn-mangga{
    display: inline-block;
    width: 180px;
    height: 60px;
    background: #5432DE;
    color: #fff;
    border-radius: 30px;
    margin-top: 55px;
    margin-right: 10px;
    -webkit-transition: .3s linear;
    -moz-transition:.3s linear;
    -ms-transition:.3s linear;
    -o-transition:.3s linear;
    transition: .3s linear;
}

.btn-radio{
    display: inline-block;
    width: 180px;
    height: 60px;
    background: #FD474B;
    color: #fff;
    border-radius: 30px;
    margin-top: 55px;
    -webkit-transition: .3s linear;
    -moz-transition:.3s linear;
    -ms-transition:.3s linear;
    -o-transition:.3s linear;
    transition: .3s linear;
}

.btn-mangga:hover{
    background: #150A29;
}

.btn-radio:hover{
    background: #150A29;
}

/*line*/

.featured-column{
    padding:112px 0 120px;
}

.featured-column-content{padding-top:20px;}

.featured-img-box {
    border: 1px solid #dadfe9;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
}
.featured-column-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-bottom: 1px solid #dadfe9;
}

.featured-txt{margin:21px 0 47px;}
.featured-txt2 {margin-bottom: 10px; font-size: 50px; color: #4C8864;}
.featured-txt3 {margin-bottom: 50px;}
.featured-txt h2 {font-size: 16px;margin-bottom: 15px;}

/* program lainnya */

.service_section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 130px;
    position: relative;
    background:url(../images/topic/wp-diskum.jpg)no-repeat;
    background-position: center;
    background-size: cover;
  }

  .service_section .box {
    margin-top: 30px;
    text-align: center;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
    padding: 25px 15px;
    -webkit-transition: all .3s;
    background-color: white;
    border-radius: 30px;
    transition: all .3s;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .service_section2 {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background:url(../images/topic/image3.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
  }

  .service_section2 .box2 {
    text-align: center;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
    padding: 25px 15px;
    -webkit-transition: all .3s;
    background-color: white;
    border-radius: 30px;
    transition: all .3s;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .service_section .box .detail-box {
    margin-top: 15px;
  }

  .service_section .box .detail-box h5 {
    font-weight: 400;
  }

  .service_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }

  .service_section .btn-box a {
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
    border-radius: 0;
  }

.multiple-column{padding:80px 0 80px;background: #f8f9fb;}

.multiple-column-white{padding:80px 0 80px;background: #fff;}

.multiple-column-blue{padding:80px 0 80px;background: #5432DE;}

.textTentang {
    position: absolute;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #dadfe9;
    border-radius: 30px;
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    top: 40%;
    left: 35%;
}

.imgTentang img {
    border-radius: 15px;
    object-fit:cover;
    width: 100%;
    height: 300px;
}

.btn-tentang {
    display: inline-block;
    cursor: not-allowed;
    width: 100px;
    height: 60px;
    background: transparent;
    color: #888f9d;
    border-radius: 30px;
    margin-top: 55px;
    margin-right: 10px;
}

.slider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: auto;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
}

.slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.slide-info {
    bottom: 20px;
    left: 20px;
    color: white;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.slide-info2 {
    bottom: 20px;
    left: 20px;
    color: white;
    padding: 10px;
    align-items: center;
}

.slide-data{
    display: inline-block;
}

.slide-data2{
    display: inline-block;
}

.slide-data2 h2 {
    font-size: 20px;
}

.slide-data2 p {
    font-size: 20px;
}

.navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.navigation button {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
}

.navigation button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/*-------------------------------------
        POPUP
--------------------------------------*/

  /* The popup form - hidden by default */
  .form-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #f1f1f1;
    z-index: 1000;
  }

  /* Add styles to the form container */
  .form-container {
    width: 80vw;
    height: auto;
    padding: 10px;
    background-color: white;
  }

  /* Add a red background color to the cancel button */
  .form-container .cancel {
    background-color: red;
    color: #fff;
  }

  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
   }

/*-------------------------------------
        gallery
--------------------------------------*/

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modal-content {
    margin: auto;
    display: block;
    position: fixed;
    max-width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.close {
    position: absolute;
    top: 35px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/*-------------------------------------
        Footer
--------------------------------------*/
.contact .container {
    background: var(--bg);
    color: white;
}
.footer-top {padding: 20px 0;}

.footer-logo a,.footer-logo a:hover,.footer-logo a:focus{
    display: inline-block;
    font-size: 24px;
    letter-spacing: 3px;
}

.footer-contact p {
    margin-bottom: 10px;
}


.single-footer-widget h2 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.single-footer-widget ul li {
    display:  inherit;
    -webkit-transition: .5s;
    -moz-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition: .5s;
}

.single-footer-widget ul li a {
    font-size:  14px;
    font-weight:  300;
    padding-bottom: 13px;
}

/*.footer-copyright */
.footer-copyright {
    padding: 20px 0 17px;
    border-top: 1px solid white;
}
.footer-copyright p,.footer-copyright p a {
    color: #a8a9bf;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.footer-copyright .powered {
    text-align: right;
}

.footer-social{text-align: left;}

.footer-social a i {
    opacity: 1;
    color: white;
    width: 10px;
    font-size: 14px;
    margin-right: 16px;
    -webkit-transition: .3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
    transition: .3s;
}
.footer-social i:hover{opacity: .70;}
