#bagian-atas {
    background: linear-gradient(0deg, rgba(197,156,50,1) 0%, 
    rgba(36,113,77,1) 39%, 
    rgba(5,36,32,1) 100%) !important;   
    min-height: inherit;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 
#bagian-atas::before{
    content: "";
    width: 100%;
    position: absolute;
    background-image: url(../../images/BG-tugubalangan.png) !important;
     background-size:cover;
     background-repeat: no-repeat;
     height: 100%;
} */


#text-simtarubalangan{
    position: absolute;
    z-index: 2;
    font-size: 15px;
    font-weight: bold;
    top: 180px;
    color: white;
    text-align: center;
    letter-spacing: 1px;
}
.text-simtaru {
    z-index: 2;
    font-size: 20px;
    font-weight:bold;
    top: 200px;
    color: #FCFF6F;
    text-align: center;
    align-content: center;
    letter-spacing: 1px;
}

#row-atas {
    height: 90px;
    position: absolute;
    top: 220px;
    width: 100%;
}

#row-bawah {
    height: 90px;
    position: absolute;
    top: 540px;
    width: 100%;
}
.kotak-menu {
    width: 200px;
    height: 130px;
    margin: -20px;
    margin-top: 50px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    background: linear-gradient(190deg, rgba(49,138,97,1) 0%, rgba(140,198,82,1) 100%);
    display: flex;
    justify-content: center;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.kotak-menu::before {
    content: ""; 
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    background:  #042B26;
    display: flex;



}
.lingkaran {
    width: 50px;
    height: 50px;
    margin-top: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
}

.label-lingkaran {
    font-size: 12px;
    font-weight: bold;
    display: flex;
    position: absolute;
    top: 82px;
    color: white;
    text-align: center;
    justify-content: center;
    letter-spacing: 1px;

}

@media (min-width: 992px) {
    #bagian-atas {
        height: 850px;
    }

    #text-simtarubalangan{
        position: absolute;
        z-index: 2;
        font-size: 25px;
        font-weight:bold;
        top: 210px;
        color: white;
        text-align: center;
        letter-spacing: 1px;
    }
    .text-simtaru {
        z-index: 2;
        font-size: 30px;
        font-weight:bold;
        top: 210px;
        color: #FCFF6F;
        text-align: center;
        align-content: center;
        letter-spacing: 1px;
    }

    #row-atas {
        height: 150px;
        top: 365px;
        width: 900px;
    }

    #row-bawah {
        height: 150px;
        top: 580px;
        width: 900px;
    }

    #bagian-atas {
        background: linear-gradient(0deg, rgba(197,156,50,1) 0%, 
        rgba(36,113,77,1) 39%, 
        rgba(5,36,32,1) 100%) !important;   
        min-height: inherit;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        max-height: inherit;
    }
    #bagian-atas::before{
        content: "";
        width: 100%;
        position: absolute;
        background-image: url(../../images/BG-tugubalangan.png);
        background-size:cover;
        background-repeat: no-repeat;
        height: 100%;
    }
    
    .kotak-menu {
        width: 270px;
        height: 160px;
        margin: 0px 8px;
        padding: 6px;
    }

    .lingkaran {
        width: 70px;
        height: 70px;
        text-align: center;
        /* justify-content: center; */
    }

    .label-lingkaran {
        font-size: 16px;
        top: 100px;
        text-align: center;
        justify-content: center;
        /* justify-content: center; */
    }
}
