/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

:root {
    --header-height: 95px;
    --section-bg-color: #E1F4FF;
    --body-color: #F8FFF8;

    --primary-font: "Poppins", sans-serif;
}

#map {
    height: 720px;
    width: 100%;
    margin-top: 1em;
}

.legend {
    background: white;
    padding: 10px;
    line-height: 1.5em;
    color: #333;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    font-size: 14px;
}

.legend i {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    opacity: 0.8;
}

.leaflet-control-attribution {
    display: none !important;
}

/**
 * login
 */
.page-login input {
    border-radius: 9px !important;
}

.box {
    width: 68%;
}

/* ===================== */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: var(--primary-font);
}

body {
    background-color: var(--body-color);
}

main {
    overflow: hidden;
    margin-top: calc(0px - var(--header-height));
}

.fw-500 {
    font-weight: 500;
}

.text-justify {
    text-align: justify;
}

.text-sm {
    font-size: 0.9rem;
}

.section {
    padding: 120px 0;
}

.section-colored {
    background-color: var(--section-bg-color);
}

#header {
    transition: all .3s;
}

#header.scroll-header {
    background-color: rgba(255, 255, 255, .88);
    backdrop-filter: blur(5px);
    height: 80px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.navbar-brand img {
    height: 68px;
    width: auto;
    transition: all .3s;
}

#header.scroll-header .navbar-brand img {
    height: 52px;
}

footer {
    color: white;
    background-color: #216F5E;
}

.logo-footer {
    height: 66px;
}

.sub-footer {
    font-size: 13px;
}

.section-title {
    color: #343F52;
    font-size: 1.75rem;
    margin-bottom: 20px;
}

.section-description {
    color: #216F5E;
    font-size: 1.125rem;
}

.custom-shape-divider-bottom-1756798982 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1756798982 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 230px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1756798982 .shape-fill {
    fill: #F8FFF8;
}

#hero-section {
    height: 80dvh;
    background-color: var(--section-bg-color);
    position: relative;
}

.hero-image {
    position: absolute;
    z-index: 5;
    bottom: 60px;
    right: 10%;
    width: 800px;
}

.hero-awan-decoration {
    position: absolute;
    width: 70%;
    top: 30px;
    right: 10%;
}

.hero-decoration-1 {
    top: 28%;
    right: 400px;
}

.hero-decoration-2 {
    bottom: 150px;
    right: 50px;
}

.hero-title {
    color: #343F52;
    font-size: 2.5rem;
    margin-bottom: 8px;
}

.hero-description {
    color: #216F5E;
    font-size: 2rem;
    margin-bottom: 32px;
    font-weight: 500;
}

.hero-button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.tentang-decoration{
    position: absolute;
    width: 40px;
    height: 40px;
}

.tentang-decoration-1{
    top: 30px;
    left: 120px;
}

.tentang-decoration-2{
    top: 84px;
    left: 40%;
}

.tentang-decoration-3{
    top: 190px;
    right: 120px;
}

.tentang-decoration-4{
    bottom: 154px;
    right: 200px;
}

.tentang-decoration-5{
    bottom: 50px;
    left: 47%;
}

.alur-img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    margin-bottom: 24px;
}

.alur-decoration-1{
    right: 90px;
    top: 70px;
}

.alur-decoration-2{
    left: 0;
    bottom: 30px;
}

#back-to-top{
    position: fixed;
    bottom: -10px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    border-radius: 4px;
    background-color: #FFB800;
    filter: opacity(0);
    z-index: 25;
    transition: all .3s;
    pointer-events: none;
}

#back-to-top.show{
    bottom: 30px;
    filter: opacity(1);
    cursor: pointer;
    pointer-events: inherit;
}

@media (max-width:1024px) {
    img#img-optional {
        width: 90%;
        height: 60%;
        margin: 0 auto;
    }

    .hero-image {
        width: 500px;
        bottom: 116px;
    }

    .hero-decoration-1 {
        top: 35%;
        right: 205px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .custom-shape-divider-bottom-1756798982 svg {
        width: calc(300% + 1.3px);
        height: 130px;
    }
}

@media (max-width:820px) {
    .page-login img#img-optional {
        display: none;
    }

    .loginbox {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 80px 0;
    }

    .section-title {
        font-size: 1.5rem;
        margin-bottom: 8px;
    }

    .section-description {
        font-size: 1.05rem;
    }

    #hero-section {
        height: 90dvh;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-description {
        font-size: 1.7rem;
    }

    .hero-image {
        width: 300px;
        bottom: 0px;
    }

    .hero-decoration-1 {
        top: 56%;
        right: 168px;
    }

    .hero-decoration-2 {
        bottom: 60px;
        right: 17px;
    }

    .tentang-decoration{
        width: 30px;
        height: 30px;
    }

    .tentang-decoration-1 {
        top: 22px;
        left: 59px;
    }

    .tentang-decoration-2 {
        top: 54px;
        left: 37%;
    }

    .tentang-decoration-3 {
        top: 97px;
        right: 81px;
    }

    .tentang-decoration-4 {
        bottom: 59px;
    }

    .tentang-decoration-5 {
        bottom: 8px;
        left: 43%;
    }

    .alur-img {
        height: 110px;
    }

    .arrow::before {
        transform: rotate(90deg);
    }
}

@media (max-width: 767px) {
    .custom-shape-divider-bottom-1756798982 svg {
        width: calc(300% + 1.3px);
        height: 59px;
    }
}

@media screen and (max-width: 425px) {
    .section {
        padding: 55px 0;
    }

    .fs-6 {
        font-size: 0.875rem !important;
    }

    .text-sm {
        font-size: 0.875rem;
    }

    .section-description {
        font-size: 0.938rem;
    }

    #header.scroll-header {
        height: 60px;
    }

    .navbar-brand img {
        height: 42px;
        width: auto;
    }

    #header.scroll-header .navbar-brand img {
        height: 38px;
    }

    .logo-footer {
        height: 52px;
    }

    #hero-section {
        height: 100dvh;
    }

    .hero-title {
        text-align: center;
        font-size: 1.8rem;
    }

    .hero-description {
        text-align: center;
        font-size: 1.2rem;
        margin-bottom: 16px;
    }

    .hero-image {
        bottom: -10px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 220px;
    }

    .hero-button-container {
        gap: 12px;
    }

    .hero-button-container .btn {
        width: 100%;
    }

    .hero-decoration-1 {
        width: 75px;
        top: 68%;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .hero-decoration-2 {
        width: 75px;
        bottom: 50px;
        right: 30px;
    }

    .tentang-decoration-3 {
        top: 48px;
        right: 19px;
    }

    .alur-img {
        height: 100px;
        margin-bottom: 16px;
    }

    .alur-decoration-1{
        right: 4px;
        top: 166px;
    }

    .tentang-decoration-4 {
        bottom: 33px;
        right: 100px;
    }

    .tentang-decoration-5 {
        bottom: 8px;
        left: 25%;
    }
}

/* Shape Decoration */
/* Tentang Kami */
.custom-shape-divider-top-1756807923 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1756807923 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 53px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1756807923 .shape-fill {
    fill: var(--body-color);
}

/** For tablet devices **/
@media (min-width: 768px) and (max-width: 1023px) {
    .custom-shape-divider-top-1756807923 svg {
        width: calc(141% + 1.3px);
        height: 58px;
    }
}

/** For mobile devices **/
@media (max-width: 767px) {
    .custom-shape-divider-top-1756807923 svg {
        width: calc(119% + 1.3px);
        height: 33px;
    }
}

/* Alur Section */
.custom-shape-divider-bottom-1756806030 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1756806030 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 73px;
}

.custom-shape-divider-bottom-1756806030 .shape-fill {
    fill: #F8FFF8;
}

/** For tablet devices **/
@media (min-width: 768px) and (max-width: 1023px) {
    .custom-shape-divider-bottom-1756806030 svg {
        width: calc(133% + 1.3px);
        height: 66px;
    }
}

/** For mobile devices **/
@media (max-width: 767px) {
    .custom-shape-divider-bottom-1756806030 svg {
        width: calc(100% + 1.3px);
        height: 44px;
    }
}


@media (max-width: 1880px) {
    .hero-image {
        width: 700px;
        bottom: 80px;
    }
}

@media (max-width: 1600px) {
    .hero-image {
        width: 600px;
        bottom: 140px;
    }
}