body, html {
    /* min-height: 100vh; */
    height: 100% !important;
    font-size: 1rem;
}

#header-home {
    margin-top: 3%;
}

#home-background {
    height: 100%;

    background-image: url("https://i.ibb.co/m4Szttp/home-bg.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#manfaat-background {
    min-height: 70%;

    /* background-image: url("../../images/manfaat_bg.jpg"); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    margin: 0;
    padding: 0;
}

#pembelian-background {
    min-height: 70%;

    /* background-image: url("../../images/pembelian_bg.jpg"); */
    background-position: right center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
}


section {
    height: 250px !important;
    /* height: 35% !important; */
    background-color: #2e3192;
}

#footer-home {
    opacity: 90%;
    position: static;
    bottom: auto;
}

#header-home {
    margin-bottom: 90px;
}

@media only screen and (min-width: 768px) {
    #footer-home {
        opacity: 90%;
        position: fixed;
        bottom: 0;
    }
}

@media only screen and (max-width: 768px) {
    #header-home {
        margin-bottom: auto;
        /* margin-top: 160px; */
        margin-top: 37%;
        padding: 0 !important;
    }

    section{
        margin-top: 10%;
    }
}

