
/* placeholder */
/*
TEAL CREATION
1 EBFFFA accend
2 C6FCE5 third
3 6EF3D6 second
4 0DCEDA primary
5 4ea1ac primary dark
6 292929; text black

////
GREEN CREATION

1 34b7f1 accend
2 dcf8c6 third
3 25d366 second
4 128c7e primary
5 075e54 primary dark
6 292929; text blackp

/// GREEN TIRADIC
1 #1CE3AF; green first tridic
2 #AF1CE3; violet seccond triadic
3 #E3AF1C; yellow gold third triadic


*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,400;1,200;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Titillium+Web:ital,wght@0,200;0,400;1,200;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;1,100;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Capriola&family=Fauna+One&display=swap');
@font-face {
    font-family: cocon-reguler;
    src: url(../webfonts/cocon-regular-font.otf);
}

* {
    min-height: 0;
    min-width: 0;
}

html,
body {
    padding: 0px;
    background: radial-gradient(circle at 20% 20%, rgba(208, 236, 255, 0.6), transparent 50%),
    radial-gradient(circle at 80% 0%, rgba(255, 223, 245, 0.5), transparent 50%),
    linear-gradient(145deg, #f9fbff 0%, #eef4ff 35%, #fdf4ff 70%, #fef7ef 100%);
    font-family: 'Roboto', 'Open Sans', sans-serif;
    color: #232424 !important;
    padding: 0;
    margin: 0;
    height: 100%;
    scroll-behavior: smooth;


}

a {
    color: #022b26 !important;
    text-decoration: none !important;
}

article>header>h1 {
    font-size: 1.9rem;
}

article>h2 {
    font-size: 1.4rem;
}

.scroller {
    scrollbar-color: #6d7a7ce3 #bdbdbd !important;
    scrollbar-width: thin !important;
}

.color-fg-white {
    color: #ffffff !important;
}


/* R 48 G 176 B 199 */

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd;
}


/* width */

 ::-webkit-scrollbar {
    width: 4px !important;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: rgba(221, 221, 221, 0.521) !important;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #2c85a03a !important;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.navbar {
    padding: 0px 10px 0px 10px;
}

.navbar-brand {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px;
}

.navbar-brand-wrp {
    display: flex;
    flex-direction: row;
    line-height: 50px;
}

.bg-transparant {
    background: transparent !important;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.based-div-1 {
    /* min-height: 100vh; */
    width: 100%;
    bottom: 0px;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    z-index: 0;
    background: url('../img/img.jpg') no-repeat center center fixed;
    background-attachment: fixed;
    /* background: linear-gradient(10deg, #03b5d463 5%, #ffffff, #ebfcff63); */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* filter: blur(12px); */
    /* -webkit-filter: blur(12px); */
}

.based-div-2-old {
    background: linear-gradient(#1ce3aed2, transparent), linear-gradient(to top left, rgba(160, 122, 17, 0.9), transparent), linear-gradient(to top right, rgba(112, 7, 150, 0.9), rgba(207, 130, 235, 0.1));
    background-blend-mode: screen;
    bottom: 0px;
    position: absolute;
    min-height: 100vh;
    width: 100%;
    z-index: 1;
}

.based-div-2 {
    /* background: linear-gradient(#ffffff1c, #ffffff31, #ffffff00, #fffdfd00, #dddddd00), linear-gradient(to top left, rgba(160, 116, 5, 0.4), transparent), linear-gradient(to top right, rgba(16, 5, 173, 0.4), rgba(255, 255, 255, 0.1)); */
    background-blend-mode: screen;
    bottom: 0px;
    position: absolute;
    min-height: 100vh;
    width: 100%;
    z-index: 1;
    /* padding-top: 55px; */
}

.fleft {
    float: left;
}

.fright {
    float: right
}

.logo-beranda {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    font-weight: bold;
    /* font-family: Montserrat-Medium; */
    line-height: 1em;
    margin-top: 1rem;
}

.logo-beranda-img {
    height: 25px;
    width: 20px;
    float: left;
    margin: 14px 5px auto auto;
}

.title-teks-sub-a {
    margin-top: -0.5rem;
    font-size: 24px;
    background: -webkit-linear-gradient(180deg, #099c75, #2f0ad4, #c21ce3, #E3AF1C, );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-family: 'Titillium Web', 'Roboto', sans-serif;
    color: #2c2e2d !important;
    /* font-family: Montserrat-Medium; */
}

.title-teks-sub-b {
    font-size: 10px;
    color: #2c2e2d !important;
    font-weight: 900;
    font-family: 'Titillium Web', sans-serif;
    margin-top: -5px;
}


.title-teks-sub-opd-a{
    margin-top: -0.5rem;
    font-size: 1rem;
    font-family: 'Titillium Web', 'Roboto', sans-serif;
    color: #2c2e2d !important;
}

.title-teks-sub-opd-b {
    font-size: 10px;
    color: #2c2e2d !important;
    font-family: 'Titillium Web', sans-serif;
    margin-top: -5px;
}

.title-detail-berita {
    font-size: 1.8rem;
}

.img-detail-berita {
    /* max-height: 50%;
    max-width: 50%; */
    width: 300px;
}

.img-detail-berita-wrp {
    margin-right: 1rem;
    margin-bottom: 1rem;
    align-items: left;
    text-align: left;
    float: left;
}

.coloring-text-logo {
    background: -webkit-linear-gradient(180deg, #d46a13, #E3AF1C, #c21ce3, #03b5d4, #07cf9a, #07a178);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: contain;
    -webkit-animation: displace 10s linear infinite;
    animation: displace 10s linear infinite;
    transition: .5s ease-out;
}

@-webkit-keyframes displace {
    from {
        background-position: 0 center;
    }
    to {
        background-position: 1000px center;
    }
}

@keyframes displace {
    from {
        background-position: 0 center;
    }
    to {
        background-position: 1000px center;
    }
}

.coloring-text-logo-x {
    background: -webkit-linear-gradient(185deg, #d46a13, #E3AF1C, #c21ce3, #03b5d4, #07cf9a, #07a178);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .5s ease-out;
    background-size: 200%;
    background-position: left;
}

.title-text-single {
    padding: 10px;
    margin: auto;
    font-weight: 600 !important;
    align-self: center;
    width: max-content;
    /* background: -webkit-linear-gradient(180deg,  #E3AF1C, #c21ce3, #03b5d4, #07cf9a); */
    text-align: center;
    font-family: 'cocon-reguler', 'Capriola', 'Fauna One', sans-serif;
    font-size: 5rem;
    letter-spacing: -1px;
}

.title-text-single .b {
    font-size: 6rem;
}

.tag-line-single {
    text-align: center;
    margin-top: -2rem !important;
    align-self: center;
    width: max-content;
    font-family: 'Titillium Web', 'Roboto', sans-serif;
    font-size: 1rem;
    color: #2e2e2ee8;
    position: relative;
}

.tag-line-desc {
    padding: 1rem;
    width: 50%;
    text-align: center;
    margin: auto;
    align-self: center;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #2e2e2e8f !important;
}

.typewriter {
    overflow: hidden;
    /* Ensures the content is not revealed until the animation */
    border-right: .15em solid rgba(255, 166, 0, 0.055);
    /* The typwriter cursor */
    white-space: nowrap;
    /* Keeps the content on a single line */
    margin: 0 auto;
    /* Gives that scrolling effect as the typing happens */
    animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
}


/* The typing effect */

@keyframes typing {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}


/* The typewriter cursor effect */

@keyframes blink-caret {
    from,
    to {
        border-color: transparent
    }
    50% {
        border-color: rgba(255, 166, 0, 0);
    }
}

.btn-jelajah {
    align-self: center !important;
    color: #ffffff !important;
    font-size: 1.5rem;
    background: #ffffff1e !important;
    margin: auto !important;
    width: max-content;
    text-align: center !important;
    border-radius: 1rem;
    background: transparent;
    border: 2px solid #ffffff;
    padding: 1rem 2rem 1rem 2rem;
    cursor: pointer;
    text-decoration: none !important;
}

.btn-jelajah:hover {
    transition: ease-in all .5s;
    background: #ffffff !important;
    color: #000000 !important;
}

.search-form {
    background: #ffffffa1;
    border: 0.1rem solid #e0e0e0b2;
    border-radius: 20rem;
    padding: 0.5rem 2rem 0.5rem 2rem;
    width: 70%;
    color: #2c2e2d !important;
}

.search-input-form {
    background-color: transparent !important;
    color: #2c2e2d !important;
    border: none !important;
    width: 95% !important;
}

.search-input-form::placeholder {
    color: #929292 !important;
    border: none !important;
}

.toolbar-nav {
    display: flex;
    flex-direction: row;
    color: #252525 !important;
}

.toolbar-nav>button>i,
.toolbar-nav>button>a>i {
    margin-left: 2rem;
    color: #252525 !important;
}

.nav-portal {
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0.975), rgba(227, 227, 227, 0.147)  )   !important;
    /* background: rgba(13, 175, 216, 0.795) !important; */
    box-shadow: 1px 1px rgba(104, 104, 104, 0.1) !important;
    position: absolute !important;
    z-index: 9;
    /* top: 0px; */
    width: 100%;
    color: #232323 !important;
    transition: all ease-in-out .1s;
    animation: scalling-in 1s alternate;
}

#navbar-utama.navbar-utama {
    position: relative !important;
    transition: position ease-in-out 0.3s;
}

#navbar-utama.navbar-utama.scrolled {
    position: absolute !important;
}


.nav-portal-dark {
    background: linear-gradient( to top, rgba(239, 239, 239, 0.975), rgb(255, 255, 255), rgb(255, 255, 255)) !important;
    /* background: rgba(13, 175, 216, 0.795) !important; */
    box-shadow: 1px 1px rgba(104, 104, 104, 0.1) !important;
    /* position: absolute !important; */
    z-index: 9;
    /* top: 0px; */
    width: 100%;
    color: #eeeeee !important;
    transition: all ease-in-out .1s;
    animation: scalling-in 1s alternate;
}

.position-on-top-absolute{
    position: fixed !important;
    top: 0px  !important;
    left: 0px  !important;
    z-index: 99 !important;
}

.title-teks {
    font-weight: 400;
    margin-top: 2px;
    font-size: 1.2rem;
    color: #252525;
    font-family: 'cocon-reguler', 'Capriola', 'Fauna One', sans-serif;
}

.bottom-15 {
    bottom: 15px;
}

.for-md {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
}

.bottom-based-tools-wrp {
    width: 100%;
    position: fixed;
    z-index: 99;
    bottom: 25px !important;
    align-items: center;
    padding: 10px;
    text-align: center;
}

.tools-wrp-bottom-container {
    margin: auto;
    align-self: center;
    width: max-content;
    display: grid;
    grid-column-gap: auto;
    grid-template-columns: 70px 70px 70px 70px 70px;
    background: linear-gradient(to bottom, #ffffffe1, #ffffffe1);
    border-radius: 15px;
    padding: 10px;
    overflow-x: hidden;
    transition: ease-in-out all 1s, ease-in all 1s !important;
}

.tools-wrp-bottom {
    text-align: center;
}

.tool-bottom-wrp-icon {
    margin: auto;
    align-self: center;
    align-items: center;
    border-radius: 15px;
    width: 50px;
    height: 50px;
    background: linear-gradient(10deg, #87e2e9, #c9c9c9, #fafafa, #fafafa, #fafafa);
}

.tool-bottom-icon {
    border-radius: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.tool-bottom-text {
    text-align: center;
    font-size: 0.8rem;
    margin-top: 0.3rem;
    color: #2b2b2b;
}

.tool-bottom-icon:hover {
    transition: all ease-in 0.2s;
    transform: rotate(20deg);
}

.tools-sc-container {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto auto auto;
    /* background-color: #afefff33; */
    padding: 10px;
}

.tools-sc-container-grid-3 {
    display: grid;
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem;
}

.tools-sc-bg-container-item {
    background-color: rgba(255, 255, 255, 0.041);
    border-radius: 15px;
    /* border: 1px solid rgba(0, 0, 0, 0.8); */
}

.tools-sc-container-item {
    padding: 20px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 15px;
}

.tools-wrp {
    margin: auto !important;
    align-content: center;
    align-items: center;
    align-self: center;
    width: 50%;
    height: 90px;
    background: linear-gradient(to top, #cfcfcf75, #cfcfcf3f);
    padding: 10px;
    align-items: stretch;
    border-radius: 1rem;
    display: flex;
}

.tool-items {
    filter: blur(0) !important;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 15px;
    text-align: center;
    margin: auto;
    /* background: linear-gradient(10deg, #969696, #c9c9c9, #fafafa, #fafafa, #fafafa); */
    background: #ebebeb7a;
    /* border: 1px solid #fafafa ; */
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
    font-size: 0.4rem;
}

.tool-items:hover {
    background: linear-gradient(20deg, #b4ecf0, #b4ecf0, #b4ecf0, #fafafa);
    /* border-radius: 10px; */
    transition: all ease-in 0.2s;
    cursor: pointer;
    /* width: 70px;
    height: 70px;
    line-height: 70px; */
}

.tool-items-icon:hover {
    transition: all ease-in 0.2s;
    transform: rotate(20deg);
    /* width: 60px;
    height: 60px; */
}

.tool-items-icon {
    border-radius: 15px;
    width: 60px;
    height: 60px;
}

.tool-items-text {
    text-align: center;
    font-size: 1rem;
    margin-top: 0.3rem;
    color: #2b2b2b;
}

.galery-container {
    margin: auto;
    width: max-content;
    display: grid;
    grid-column-gap: 0px;
    grid-template-columns: 33.3% 33.3% 33.3%;
    background: linear-gradient(to bottom, #ffffffe1, #ffffffe1);
    padding: 0px;
    overflow: hidden;
    border-radius: 15px;
    width: 100%;
}

.galery-container-item {
    width: 100%;
    height: 250px;
    line-height: 250px;
    overflow: hidden;
}

.galery-container-img {
    width: inherit;
    height: inherit;
    line-height: inherit;
}

.galery-container-img:hover {
    transition: all ease-in-out .5s;
    transform: scale(1.1);
}

.galery-container-img:hover .galery-container-text {
    display: block;
}

.galery-container-text {
    width: 100%;
    height: inherit;
    text-align: center;
    line-height: inherit;
    background: #00000070;
    color: #ffffff;
    display: none;
    transition: all ease-in-out .5s;
    cursor: pointer;
}

.pzNew-container {
    margin: auto;
    width: max-content;
    display: grid;
    grid-column-gap: 0px;
    grid-template-columns: 33.3% 33.3% 33.3%;
    background: linear-gradient(to bottom, #ffffffe1, #ffffffe1);
    padding: 0px;
    overflow: hidden;
    border-radius: 15px;
    width: 100%;
}

.pzNew-container-item {
    width: 100%;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
}

.pzNew-container-img {
    width: inherit;
    height: inherit;
    line-height: inherit;
}

.pzNew-container-img:hover {
    transition: all ease-in-out .5s;
    transform: scale(1.1);
}

.pzNew-container-img:hover .pzNew-container-text {
    display: block;
}

.pzNew-container-text {
    width: 100%;
    height: inherit;
    text-align: center;
    line-height: inherit;
    padding: 10%;
    background: #00000070;
    color: #ffffff;
    display: none;
    transition: all ease-in-out .5s;
    cursor: pointer;
}

.ng-wrp-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0.5rem;
    /* box-shadow: 0 1px 20px rgb(0 0 0 / 0.1); */
    background: #ffffff;
}

.mb-line-1 {
    margin: auto !important;
    align-content: center;
    align-items: center;
    align-self: center;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.mb-line-2 {
    width: 80% !important;
    /* background: url('../img/gandrung-sewu-bwidev.jpeg') no-repeat center center; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    /* background: linear-gradient(to top, #5858582d, #fafafa31); */
    border-radius: 1rem;
    height: 150px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 0.2);
}

.mb-half-single {
    filter: blur(0) !important;
    text-align: center;
    align-items: center;
    align-content: center;
    /* background: #eccaca; */
    /* display: inline-flex; */
    flex: 1;
}

.single-left {
    clear: both;
    float: left !important;
}

.single-right {
    clear: both;
    float: right !important;
}

.mb-half-single-content {
    filter: blur(0) !important;
    min-width: 150px;
    width: 95%;
    height: 150px;
    line-height: 60px;
    border-radius: 15px;
    text-align: center;
    background: linear-gradient(10deg, #96969673, #c9c9c938, #fafafa38, #ffffff34);
    display: inline-flex;
    margin: auto;
    align-self: center;
    flex: 1;
    /* background: url('../img/gandrung-sewu-bwidev.jpeg') no-repeat center center; */
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    box-shadow: 0;
}

.mb-half-single-content>.icon {
    height: 100%;
    width: 100%;
    border-radius: inherit;
    line-height: inherit;
    margin: auto;
}

.mb-half-multi {
    flex: 11;
    align-items: flex-start;
    align-content: flex-start;
    /* background: #eccaca; */
    min-height: 110px;
    /* padding: 10px; */
}

.mb-half-multi-content {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 65px;
    min-height: 65px;
    border: 1px solid gray;
    background-color: #6EF3D6;
}

.mb-menu-utama {
    width: 33%;
    float: left;
    text-align: center;
}

.multi-items-wrp {
    width: 100%;
    margin: auto;
    text-align: center;
    align-items: center;
    align-content: center;
    align-self: center;
    line-height: 60px;
}

.multi-items {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 15px;
    text-align: center;
    margin: auto;
    /* background: linear-gradient(10deg, #969696, #c9c9c9, #fafafa, #ffffff); */
    background: #ebebeb7a;
    display: inline-block;
    position: relative;
    z-index: 10;
}

.multi-items:hover {
    background: linear-gradient(20deg, #969696, #b4ecf0, #b4ecf0, #f0f6f7);
    border-radius: 10px;
    transition: all ease-in 0.2s;
    cursor: pointer;
    width: 61px;
    height: 61px;
    line-height: 61px;
}

.multi-items-icon:hover {
    transition: all ease-in 0.2s;
    width: 51px;
    height: 51px;
}

.multi-items-icon {
    width: 60px;
    height: 60px;
}

.multi-icon-text {
    align-items: center !important;
    align-content: center !important;
    align-self: center !important;
    color: #000000;
    font-size: 0.7rem;
    margin-top: -1rem !important;
    text-align: center !important;
}

.list-has-icon {
    display: flex;
    padding: 1rem;
    margin-bottom: 0.7rem;
    border-radius: 15px;
    background: linear-gradient(to right, #ffffff 10%, #ffffff3a, #ffffff3a);
}

.list-has-icon>.list-has-item-icon {
    min-width: 50px;
    align-items: center
}

.list-has-item-icon>img {
    height: 40px;
    width: 40px;
    margin: auto;
    align-self: center
}

.list-has-icon>.sg-div-wrp {
    display: block;
}

.sg-div-wrp>.name {
    font-size: 1rem !important;
    font-weight: 600;
}

.divider-for-md {
    content: '';
    height: 2rem;
}

.pp-1,
.pp-2 {
    min-height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.list-footer-content {
    position: relative;
    opacity: 1;
    list-style: none;
    padding: none;
}

.list-footer-content>li>a {
    opacity: 1;
    margin-left: -2rem;
    color: #ecebeb !important;
    font-size: 0.9rem;
}

@media all and (min-width:500px) {
    .mb-line-2 {
        width: 80%;
        margin: auto;
    }
    .mb-line-1 {
        width: 80%;
        margin: auto;
    }
}

@media all and (min-width:600px) {
    .for-md {
        /* display: none !important; */
        width: 100% !important;
        visibility: visible !important;
        align-self: center;
        margin: auto;
    }
    .for-lg {
        display: block !important;
        visibility: visible !important;
        content: "";
    }
    .tools-wrp-bottom-container {
        grid-template-columns: 100px 100px 100px 100px 100px;
    }
}

@media all and (max-width: 600px) {

    .img-detail-berita-wrp{
        display: block;
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .img-detail-berita {
        margin: auto;
        align-self: center;
        width: 100%;
        border-radius: 10px;
    }

    .title-detail-berita {
        font-size: 1.5rem;
    }
    .galery-container {
        grid-template-columns: 50% 50%;
    }
    .galery-container-item {
        height: 150px;
    }
    .for-lg {
        display: none !important;
        visibility: hidden !important;
        content: "";
    }
    .divider-for-md {
        content: '';
        height: 1rem;
    }
    .title-text-single {
        font-family: 'cocon-reguler', 'Capriola', 'Fauna One', sans-serif;
        font-size: 2rem;
    }
    .title-text-single .b {
        font-size: 2.5rem;
    }
    .tag-line-single {
        font-size: 0.8rem !important;
        margin-top: -0.5rem !important;
    }
    .tag-line-desc {
        width: 80%;
        font-size: 0.8rem;
    }
    .btn-jelajah {
        font-size: 1rem;
        padding: 10px 15px 10px 15px;
    }
    .tools-wrp {
        width: 80%;
        overflow-x: auto;
    }
    .tool-items,
    .multi-items {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .tool-items-icon,
    .multi-items-icon {
        border-radius: 15px;
        width: 50px;
        height: 50px;
        font-size: 0.5rem;
    }
    .tool-bottom-wrp-icon,
    .tool-bottom-icon {
        width: 32px;
        height: 32px;
        border-radius: 10px;
    }
    .tool-items-text {
        font-size: 0.8rem !important;
    }
    .nav-portal {
        background: linear-gradient(to right, rgba(73, 73, 73, 0), rgba(73, 73, 73, 0), rgba(73, 73, 73, 0));
        box-shadow: 1px 1px rgba(104, 104, 104, 0);
        position: relative;
        z-index: 9;
        width: 100%;
    }
    #navbar-utama.navbar-utama {
        position: relative !important;
    }
    #navbar-utama.navbar-utama.scrolled {
        position: absolute !important;
    }
    .navbar-brand {
        visibility: visible;
    }
    .ml-auto {
        clear: both;
    }
    .toolbar-nav>button>i,
    .toolbar-nav>button>a>i {
        margin-left: 1rem;
        font-size: 00.9rem;
        color: #252525 !important;
    }
    .title-teks {
        font-weight: 400;
        font-size: 0.9rem;
        color: #252525;
        font-family: 'Capriola', 'Fauna One', sans-serif;
    }
    .logo-beranda-img {
        margin-top: 14px;
        height: 25px;
        width: 20px;
    }
    .title-teks-sub-a {
        margin-top: -0.5rem;
        font-size: 14px;
        line-height: 10px;
        visibility: hidden;
    }
    .title-teks-sub-b {
        font-size: 12px;
        visibility: hidden;
    }
    .website-logo-inside .logo img.logo-size {
        opacity: 1 !important;
        display: block;
    }
    .website-logo-inside .logo img.logo-size-2 {
        opacity: 0 !important;
        display: none;
    }
    .search-form {
        padding: 0rem 1rem 0rem 1rem;
        width: 100%;
    }
    .search-input-form {
        display: inline-block !important;
        width: 86% !important;
    }
    .pr-bsc {
        height: 100vh;
        width: 100%;
        filter: blur(3rem);
        position: absolute;
        overflow: hidden;
        top: 0px;
        bottom: 0px;
        z-index: -1;
        background: linear-gradient(#ffffff, transparent), linear-gradient(to top left, #c5eee5, transparent), linear-gradient(to top right, #6EF3D6, transparent);
        /* linear-gradient(to bottom left, #c5eee5, transparent),

        linear-gradient(to bottom right,#6EF3D6, transparent); */
        background-blend-mode: screen;
    }
    .tools-sc-container-grid-3 {
        grid-column-gap: normal;
        grid-template-columns: 10rem 10rem 10rem;
        /* max width 600px */
    }
}


/* MAIN */

@media all and (min-width: 992px) {
    .tools-sc-container-grid-3 {
        grid-column-gap: 1rem;
        grid-template-columns: 20rem 20rem 20rem;
        /* max 992 */
    }
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }
    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }
    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
    .dropdown-menu>li:focus>.submenu {
        display: block;
    }
    .mobile-offcanvas {
        width: 100% !important;
        padding-top: 0% !important;
        padding-bottom: 0% !important;
    }
    .mobile-offcanvas-inner {
        /* width: 100% !important; */
        height: 100% !important;
        padding: 1rem;
        background: #099c75;
    }
}


@media all and (max-width:765px) {

    .mobile-offcanvas-inner {
        width: 100% !important;
    }
}
/* MAIN MENU */

.offcanvas-header {
    display: none;
}

.screen-overlay {
    height: 100%;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    content: '';
    visibility: hidden;
    background-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

.screen-overlay.show {
    transition: opacity .5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}

.offcanvas-header {
    display: block;
}

.enableBlur {
    transition: all ease-in .2s;
    filter: blur(12px);
    -webkit-filter: blur(12px);
}

.disableBlur {
    transition: all ease-out .2s;
    filter: blur(0);
    -webkit-filter: blur(0);
}

.hide-element {
    display: none;
    visibility: hidden;
}

.show-element {
    display: block;
    transition: all ease-in .2s;
    visibility: visible;
}

.mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    /* background: rgba(255, 255, 255, 0.9); */
    background: linear-gradient(#8585851c, #85858573, #85858573, #8585851c);
    background-blend-mode: screen;
    /* border-radius: 0px 10px 10px 0px; */
    /* padding: 1rem 1rem 1rem 1rem; */
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0px;
    height: 100%;
    z-index: 1200;
    width: 100%;
    align-content: flex-start;
    align-items: flex-start;
    /* padding: 10% 5% 10% 5%; */
    overflow-y: auto;
    overflow-x: hidden;
    animation: scaling-out .5s alternate;
    transition: visibility .2s ease-in-out, transform .2s ease-in-out;
}

.mobile-offcanvas-inner {
    /* transform: translateX(-100%); */
    /* background: rgba(255, 255, 255, 0.9); */
    background-color: linear-gradient(#ffffffe5, #ffffffe5, #ffffffe5, #ffffffe5) !important;
    background:  linear-gradient(#ffffffe5, #ffffffe5, #ffffffe5, #d8d8d8e5) ;
    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-position: bottom left;
    border: 0.5px solid #bdbdbdb9;
    /* border-radius: 25px; */
    padding: 1rem 1rem 1rem 1rem;
    display: block;
    position: relative;
    /* top: 0; */
    left: 0 !important;
    height: 100%;
    /* z-index: 1200; */
    width: 50%;
    margin: auto;
    align-self: center;
    overflow-y: auto;
    overflow-x: hidden;
    /* transition: visibility .2s ease-in-out, transform .2s ease-in-out; */
}

.mobile-offcanvas.show {
    visibility: visible;
    /* animation: scaling-in .5s alternate; */
    transform: translateX(0%);
}


.side-menus .show{
    visibility: visible;
    animation: none !important;
    transform: translateX(0%);
}

.offcanvas-header-berita {
    display: block;
}





/* INDEKS KEPUASAN MASYARAKAT */
.ikm-item-wrp {
    background: #f0f0f0;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-radius: 1rem;
    ;
    margin-bottom: 1rem;
    cursor: pointer;
}

.ikm-item-wrp:focus,
.ikm-item-wrp:hover {
    border: 2px solid var(--primary-dark-blue);
    transition: ease all 0.4s;
}

.ikm-item-img-wrp {
    flex: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;

}

.ikm-item-img {
    font-size: 5rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.smiley {
    color: #099c75 !important;
}

.normaly {
    color: #f8a137 !important;
}

.saddy {
    color: #da1e54 !important;
}


.ikm-item-img-txt {
    flex: 1;
    font-size: 5rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
}

/* END INDEKS KEPUASAN MASYARAKAT */



/* CSS TAMBAHAN MODAL */

.modal-backdrop {
    z-index: -1;
}


/* CSS TAMBAHAN MODAL */


/* ANIMATION */

@keyframes scaling-out {
    From {
        transform: scale(1.0);
        /* transform-origin: 100% 100%; */
    }
    To {
        transform: scale(0);
        /* transform-origin: 10% 10%; */
    }
}

@keyframes scaling-in {
    From {
        transform: scale(0);
    }
    To {
        transform: scale(1.0);
    }
}


/* ANIMATION */

/* Galeri terbaru */
.gallery-section {
    position: relative;
    margin-bottom: 2.5rem;
    padding: 2.5rem 2rem 2rem;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.78);
    color: #0f172a;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.09);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

.gallery-section::before,
.gallery-section::after {
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.35;
    pointer-events: none;
}

.gallery-section::before {
    top: -80px;
    left: -60px;
    background: rgba(14, 165, 233, 0.3);
}

.gallery-section::after {
    bottom: -120px;
    right: -70px;
    background: rgba(34, 197, 94, 0.3);
}

.gallery-section-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.75rem;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.gallery-section-header > div {
    flex: 1;
    min-width: 0;
}

.gallery-section-header h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 700;
    margin: 0;
    color: #0f172a;
}

.gallery-section-description {
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
    color: #475569;
    margin: 0.75rem 0 0 0;
    line-height: 1.6;
    max-width: 600px;
}

.gallery-section-header a {
    color: #2563eb !important;
    text-decoration: none !important;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.gallery-grid {
    position: relative;
    z-index: 2;
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.gallery-grid-single {
    grid-template-columns: minmax(220px, 420px);
    justify-content: center;
}

.gallery-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    max-width: 100%;
}

.gallery-grid-single .gallery-card {
    justify-self: center;
    width: min(100%, 420px);
}

.gallery-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.45);
}

.gallery-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 40%, rgba(15, 23, 42, 0.85) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-card:hover::after {
    opacity: 1;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    transition: transform 0.4s ease;
}

.gallery-card:hover img {
    transform: scale(1.05);
}

.gallery-card-info {
    position: absolute;
    inset: auto 1rem 1rem 1rem;
    color: #f8fafc;
    z-index: 3;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.gallery-card:hover .gallery-card-info {
    opacity: 1;
    transform: translateY(0);
}

.gallery-card-info h4 {
    margin: 0;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .gallery-section {
        padding: 2rem 1.25rem 1.5rem;
        border-radius: 24px;
    }

    .gallery-section-header {
        flex-direction: column;
    }

    .gallery-section-header > div {
        width: 100%;
    }

    .gallery-section-header a {
        align-self: center;
        margin-top: 0.5rem;
    }

    .gallery-grid {
        margin-top: 1.5rem;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }

    .gallery-grid-single {
        grid-template-columns: minmax(200px, 320px);
    }
}

@media (max-width: 480px) {
    .gallery-section {
        padding: 1.5rem 1rem;
    }

    .gallery-section-header h2 {
        font-size: 1.45rem;
    }

    .gallery-section-description {
        font-size: 0.9rem;
        margin-top: 0.5rem;
    }

    .gallery-card {
        border-radius: 20px;
    }
}

/* Berita terbaru */
.news-section {
    margin-bottom: 2.5rem;
}

.news-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.news-section-header h2 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.news-section-header a {
    color: #2563eb !important;
    text-decoration: none !important;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.news-grid {
    row-gap: 1.5rem;
}

.news-card {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 26px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 45px rgba(15, 23, 42, 0.16);
}

.news-card-image {
    width: 100%;
    padding-top: 58%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.news-card-body {
    padding: 1.5rem 1.5rem 0.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.news-card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    line-height: 1.4;
}

.news-card-excerpt {
    color: #475569;
    margin: 0;
    line-height: 1.6;
    font-size: 0.95rem;
}

.news-card-footer {
    padding: 0 1.5rem 1.5rem;
    display: flex;
    justify-content: center;
}

.news-card-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    color: #ffffff !important;
    background: linear-gradient(120deg, #2563eb, #4f46e5);
    text-decoration: none !important;
    box-shadow: 0 10px 25px rgba(79, 70, 229, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-card-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(79, 70, 229, 0.4);
}

@media (max-width: 992px) {
    .news-section-header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .news-section-header a {
        margin-top: 0;
        white-space: nowrap;
    }
}

@media (max-width: 576px) {
    .news-card {
        border-radius: 20px;
    }

    .news-card-body {
        padding: 1.25rem 1.25rem 0.25rem;
    }

    .news-card-footer {
        padding: 0 1.25rem 1.25rem;
    }
}
