nav {
    background-color: white;
}
#bagian-atas {
    background-image: url("../../images/bg-mobile.png");
    height: 550px;
}
#text-1 {
    font-size: 30px;
    font-weight: 900;
    color: #00381c;
}

#text-2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    padding-top: 14px;
    color: black;
}

.kotak-menu {
    width: 160px;
    height: 50px;
    margin: 10px 0;
    position: relative;
    background: linear-gradient(to right, #004838 0%, #7dc359 100%);
    cursor: pointer;
}

.kotak-menu:hover {
    box-shadow: 0px 4px 12px rgba(125, 195, 100, 1);
}

.kotak-kecil {
    background-color: #00381c;
    width: 50px;
    height: 50px;
}

.label-menu {
    color: #fbfbfb;
    position: absolute;
    top: 16px;
    left: 60px;
    font-size: 10px;
}

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

.kotak-menu1 {
    width: 265px;
    height: 150px;
    border-left: 10px solid #377151;
    border-right: 10px solid #377151;
    border-radius: 25px;
    margin: 17px;
    box-shadow: 1px 1px 5px black;
    padding-top: 12px;
}

.icon1 {
    color: #00381c;
}

.caption1 {
    font-size: 15px;
    font-weight: 900;
    margin-top: 8px;
    color: black;
    font-weight: 600;
}
.icon1-angka {
    font-size: 30px;
    font-weight: 900;
    color: black;
}

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

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

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

.gradient-hr {
    border: 0;
    height: 3px;
    background: linear-gradient(
        to right,
        #3c5d2a,
        #7dc359
    ); /* Gradien merah ke biru */
    margin: 20px 0;
}

@media (min-width: 992px) {
    nav {
        background-color: transparent;
    }
    #bagian-atas {
        background-image: url("../../images/bg.png");
        height: 687px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #text-1 {
        font-size: 40px;
        padding-top: 75px;
    }

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

    .kotak-menu {
        width: 230px;
        height: 66px;
    }

    .kotak-kecil {
        width: 66px;
        height: 66px;
    }

    .label-menu {
        top: 20px;
        left: 76px;
        font-size: 15px;
    }

    .kotak-menu1 {
        width: 330px;
        height: 200px;
        padding-top: 21px;
    }

    .caption1 {
        font-size: 20px;
        margin-top: 16px;
    }

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

    #txt-bagian1 {
        font-size: 25px;
        padding-top: 60px;
    }

    /* #bagian-2 {
        padding: 135px;
        margin-top: -158px;
    }     */
    #buttonlogin {
        margin-left: 15px;
    }

    #sidara_bungas1 {
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 5%;
        margin-top: 3%;
    }
}
