@media (max-width: 768px) {
    .header-section {
        background-color: #0b141d;
        padding: 50px 0 0px;
        color: white;
        position: relative;
        overflow: hidden;
    }

    .section-padding {
        padding: 0 0 70px 0;
    }

    .button-style {
        position: relative;
        padding: 20px 40px;
        border-radius: 30px;
        color: black;
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
        display: inline-block;
        background: #fbc76b;
        z-index: 1;
        overflow: hidden;
        transition: 0.3s;
        border: none;
        cursor: pointer;
        margin-bottom: 30px;
    }

    .w-auto {
        width: 100% !important;
    }

    .ai-mask-generator {
        padding: 70px 0 0px 0;
    }

    .collection-card {
        position: relative;
        border-radius: 20px;
        background: #0b121a;
        overflow: hidden;
        z-index: 1;
        display: flex;
        flex-direction: column;
        height: 100%;
        margin-bottom: 20px;
    }

    h1 {
        font-weight: 500;
        font-size: 40px;
    }

    .toko_card {
        position: relative;
        padding: 35px;
        text-align: center;
        border-radius: 20px;
        background: #0b121a;
        overflow: hidden;
        z-index: 1;
        transition: all 0.4s ease-in-out;
        cursor: pointer;
        border: none;
        margin-bottom: 20px;
    }

    .button-style-two {
        display: block;
        text-align: center;
        margin: 10px auto;
        font-size: 13px;
        padding: 12px 15px;
        word-break: break-all;
    }

    .toko_card_join {
        border: 1px solid rgba(255, 255, 255, 0.05);
        padding: 15px;
        text-align: center;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .logo-band {
        width: 120%;
        position: absolute;
        left: -10%;
        padding: 70px 0 !important;
        background: #F9A117;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: #040303;
        padding: 0 30px;
        border-radius: 8px;
    }

    h2 {
        font-weight: 500;
        font-size: 30px;
        margin-bottom: 16px;
    }

    .py-100 {
        padding: 50px 0;
    }

    .hero-section {
        height: 300px;
        background: url('../assets/img/bread.png') center center/cover no-repeat;
        position: relative;
        opacity: 0.6;
    }
}
