.navbar-custom {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(5, 83, 44);
    background: linear-gradient(
        286deg,
        rgba(5, 83, 44, 1) 22%,
        rgba(5, 7, 64, 1) 100%
    );
    /* transform: translateY(-100%); */
    transition: transform 0.3s ease;
    z-index: 1000;
}

/* Navbar terlihat saat scroll */
.navbar-custom.show {
    /* transform: translateY(0); */
}

#bagian-atas {
    background: rgb(68, 120, 15);
    background: linear-gradient(
        0deg,
        rgba(68, 120, 15, 0) 3%,
        rgba(45, 80, 8, 0.5) 33%,
        rgba(22, 41, 1, 1) 55%
    ) !important;
    background-size: 100% 40%;
    background-repeat: no-repeat !important;
    background-size: 100% 50% cover;
    min-height: inherit;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: inherit;
    z-index: 1;
}

#bagian-atas::before {
    content: "";
    width: 100%;
    position: absolute;
    background-image: url(../../images/BG-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    opacity: 30%;
    z-index: -1;
}

#text-1 {
    font-size: 30px;
    font-weight: 700;
    color: white;
    /* padding-top: 75px; */
}

#text-2 {
    font-size: 15px;
    font-weight: 400;
    color: white;
}

#txt-bagian1 {
    font-weight: 900;
    font-size: 18px;
    padding-top: 40px;
}

.kotak-menu1 {
    width: 265px;
    height: 160px;
    padding: 10px;
    padding: 30px;
    border-left: 10px solid #00381c;
    border-right: 10px solid #00381c;
    border-radius: 25px;
    margin: 24px;
    box-shadow: 1px 1px 7px #000000;
}

.icon1 {
    color: #00381c;
}

.caption1 {
    font-size: 15px;
    font-weight: 900;
    margin-top: 8px;
    color: #05532c;
}
.icon1-angka {
    font-size: 30px;
    font-weight: 900;
    color: #002211;
}

footer {
    background-color: #004838;
    padding: 14px;
}

#footer-sipsu_balangan {
    font-weight: 900;
    font-size: 20px;
    margin-top: 21px;
}

#footer-sistem_informasi {
    font-size: 12px;
}

#isi-footer {
    font-size: 12px;
}

#footer-bawah {
    font-size: 12px;
    text-align: center;
    height: 60px;
    background-color: #12614f;
    color: white;
}
.gradient-hr {
    border: 0;
    height: 3px;
    background: linear-gradient(
        to right,
        #3c5d2a,
        #7dc359
    ); /* Gradien merah ke biru */
    margin: 20px 0;
}

#menunavbar .nav-link {
    color: white;
    font-size: 16px;
    height: 40px;
    margin-right: 9px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#lbl-siteplan {
    color: #f5e670;
    font-weight: bold;
    font-size: 25px;
    margin-top: 155px;
}

#lbl-alam {
    color: white;
    font-size: 18px;
}

.tombol-lingkaran {
    width: 80px;
    height: 80px;
    position: absolute;
    background: linear-gradient(
        0deg,
        rgba(0, 68, 34, 1) 0%,
        rgba(1, 2, 30, 1) 100%
    );
    border-radius: 50%;
    border: 4px solid #ffffff !important;
    color: white;
    box-shadow: 1px 0px 2px rgb(0 0 0);
}

.tombol-kotak {
    width: 245px;
    cursor: pointer;
    height: 80px;
}

.tombol-kotak_kecil {
    width: 227px;
    background-color: #ffffff;
    height: 60px;
    margin-left: 17px;
}

.tombol-label {
    font-size: 14px;
    margin-left: 63px;
    margin-top: 16px;
    font-weight: 700;
    color: black;
}

@media (min-width: 992px) {
    .navbar-custom {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgb(5, 83, 44);
        background: linear-gradient(
            286deg,
            rgba(5, 83, 44, 1) 22%,
            rgba(5, 7, 64, 1) 100%
        );
        /* transform: translateY(-100%); */
        transition: transform 0.3s ease;
        z-index: 1000;
    }

    /* Navbar terlihat saat scroll */
    .navbar-custom.show {
        /* transform: translateY(0); */
    }

    #bagian-atas {
        background: linear-gradient(
            0deg,
            rgba(68, 120, 15, 0) 3%,
            rgba(45, 80, 8, 0.5) 33%,
            rgba(22, 41, 1, 1) 55%
        ) !important;
        background-repeat: no-repeat !important;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }

    #bagian-atas::before {
        content: "";
        width: 100%;
        position: absolute;
        background-image: url(../../images/BG-image.png);
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 30%;
        z-index: -1;
    }

    #text-1 {
        font-size: 50px;
        font-weight: 700;
        /* padding-top: 75px; */
    }

    #text-2 {
        font-size: 23px;
        font-weight: 400;
    }

    .kotak-menu {
        width: 200px;
        height: 65px;
        border-radius: 15px !important;
    }

    .kotak-kecil {
        width: 80px;
        height: 75px;
        margin-left: -32px;
        border-radius: 50px !important;
        border-style: solid;
        border-width: 6px;
        box-shadow: 0 1px 2px black;
        padding: 22px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        height: 79px;
    }

    .label-menu {
        top: 20px;
        left: 76px;
        font-size: 15px;
    }
    #lbl-siteplan {
        font-size: 40px;
        margin-top: 195px;
    }

    #lbl-alam {
        color: white;
        font-size: 18px;
        margin-top: -55px;
    }

    #txt-bagian1 {
        font-size: 25px;
        padding-top: 60px;
        font-weight: 700;
        color: black;
    }

    #bagian-2 {
        height: 500px;
        background-color: #d9d9d9;
    }

    .kotak-menu1 {
        width: 330px;
        height: 200px;
        padding-top: 21px;
        padding: 30px;
        border-left: 10px solid #00381c;
        border-right: 10px solid #00381c;
        border-radius: 25px;
        margin: 24px;
        box-shadow: 1px 1px 7px #000000;
    }

    .caption1 {
        font-size: 20px;
        margin-top: 16px;
        color: #05532c;
    }

    .icon1-angka {
        font-size: 35px;
    }

    #footer-sistem_informasi {
        font-size: 15px;
    }
    #isi-footer {
        font-size: 15px;
    }

    #footer-bawah {
        font-size: 15px;
        text-align: center;
        height: 60px;
        background-color: #12614f;
        color: white;
    }
}
