html,
body {
    position: relative;
    margin: 0;
    padding: 0;
}

/* Mobile */
@media (max-width: 767px) {
}

/* Tablet */
@media (max-width: 1023px) and (min-width: 768px) {
}

/* #footer {
    color: black;
}

#footer h4,
#footer h6,
#footer p {
    color: black;
}

#footer .footer-links strong {
    color: black;
}

#footer .footer-links i {
    color: black;
}

#footer .copyright {
    color: black;
}

#footer hr {
    border: none;
    border-top: 5px solid black;
}

#foot {
    width: 100%;
    height: auto;
    background-image: url("/masterplans/assets/yellow.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#foot .container {
    position: relative;
    max-width: 100%;
}

#footer .one {
    margin-left: 90px;
}

#foot .container-second {
    position: relative;
    background-color: #f0f8ff;
    max-width: 100%;
}

#foot .container-threes {
    position: relative;
    max-width: 100%;
}

#foot .nav-contains {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
    text-align: center;
}

#foot .footer-navs {
    display: flex;
    list-style-type: none;
    padding: 0;
    gap: 50px;
}

#foot .footer-nav-items {
    margin-right: 20px;
    font-size: 30px;
}

#foot .footer-nav-links {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

#foot .footer-nav-links:hover {
    color: #dda20a;
}

#foot .dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}

#foot .dropdown:hover .dropdown-menu {
    display: block;
}

#foot .dropdown-item {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

#foot .dropdown-item:hover {
    background-color: #f1f1f1;
} */

/* @media (max-width: 768px) {
    #hero {
        min-height: 300px;
        background-image: url("/masterplans/assets/produkbg.png");
        background-size: cover;
        background-position: center;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    #hero h1 {
        font-size: 36px;
    }

    #hero h2 {
        font-size: 24px;
    }

    #kelas .judul-kelas-container,
    #layanan .judul-container {
        width: 90%;
    }

    #kelas .judul-kelas-container h2,
    #layanan .judul-container h2 {
        font-size: 18px;
    }

    #kelas .judul-kelas-container h1,
    #layanan .judul-container h1 {
        font-size: 24px;
    }

    #kelas .judul-kelas-container h4,
    #layanan .judul-container h4 {
        font-size: 16px;
    }

    #kelas .row,
    #layanan .row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 1rem;
        padding: 1rem 0;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    #kelas .row::-webkit-scrollbar,
    #layanan .row::-webkit-scrollbar {
        display: none;
    }

    #kelas .row > *,
    #layanan .row > * {
        flex: 0 0 calc(100% - 1rem);
        scroll-snap-align: start;
        max-width: calc(1000% - 1rem);
    }

    #kelas .card,
    #layanan .card {
        width: 100%;
    }

    #kelas .video-container,
    #layanan .video-container {
        position: relative;
    }

    #kelas .kelas-video-box {
        width: 200px;
        height: 100px;
        left: -10px;
    }

    #kelas .kelas-video-box h5 {
        font-size: 12px;
        top: 35px;
        left: 20px;
    }

    #kelas .kelas-video-box h6 {
        font-size: 12px;
        top: 45px;
        left: 20px;
    }

    #kelas .card-title,
    #layanan .card-title {
        font-size: 18px;
    }

    #kelas .package-text,
    #layanan .package-text {
        font-size: 1em;
    }

    #kelas .price,
    #layanan .price {
        font-size: 1em;
    }

    #kelas .total-payment-container,
    #layanan .total-payment-container {
        padding: 15px;
    }

    #kelas .total-payment-amount,
    #layanan .total-payment-amount {
        font-size: 1.5em;
    }

    #kelas .buy-package-button,
    #layanan .buy-whatsapp {
        padding: 8px 15px;
        font-size: 1em;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #kelas .row,
    #layanan .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #kelas .row > *,
    #layanan .row > * {
        flex: 0 0 calc(50% - 1rem);
        max-width: calc(50% - 1rem);
        margin-bottom: 1rem;
    }
}

@media (max-width: 425px) {
    #hero {
        min-height: 200px;
        background-image: url("/masterplans/assets/produkbg.png");
        background-size: cover;
        background-position: center;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    #kelas .judul-kelas-container,
    #layanan .judul-container {
        width: 90%;
    }

    #kelas .judul-kelas-container h2,
    #layanan .judul-container h2 {
        font-size: 16px;
    }

    #kelas .judul-kelas-container h1,
    #layanan .judul-container h1 {
        font-size: 22px;
    }

    #kelas .judul-kelas-container h4,
    #layanan .judul-container h4 {
        font-size: 14px;
    }
} */
