.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.hero img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
}

/*  */

.moto {
    display: flex;
    align-items: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 70%;
    gap: 50px;
}

.moto img {
    width: 200px;
    height: 200px;
    object-position: center center;
    object-fit: cover;
}

.moto P {
    border-left: solid 1px var(--font);
    padding-left: 50px;
    font-size: 20px;
    font-weight: bold;
}

/*  */

.produk {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
}

.produk .card {
    display: flex;
    flex-direction: column;

    /* border: rgb(170, 170, 170) solid 0.5px; */
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.22);
    width: 400px;
    cursor: pointer;
}

.produk .card img {
    width: 100%;
    height: 420px;
}

.produk .card:hover {
    -webkit-box-shadow: 0px 0px 21px 5px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 21px 5px rgba(0, 0, 0, 0.24);
    z-index: 1;
}

.produk .card:active {
    -webkit-box-shadow: 0px 0px 21px 5px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 21px 5px rgba(0, 0, 0, 0.24);
}

.produk .card label {
    margin: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.produk .card label p {
    color: var(--green);
    font-size: 30px;
    font-weight: bold;
}

.produk .card label h3 {
    font-weight: 400;
}

.wrap-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 1440px;
    gap: 20px;
}

.wrap-banner img {
    width: 490px;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}



/*  */

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.hero img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
}

/*  */

.moto {
    display: flex;
    align-items: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 70%;
    gap: 50px;
}

.moto img {
    width: 200px;
    height: 200px;
    object-position: center center;
    object-fit: cover;
}

.moto P {
    border-left: solid 1px var(--font);
    padding-left: 50px;
    font-size: 20px;
    font-weight: bold;
}

/*  */
@media (max-width: 768px) {

    .hero {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        width: 100%;
    }

    .hero img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center center;
        border-radius: 10px;
    }

    /*  */

    .moto {
        display: flex;
        align-items: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 70%;
        gap: 50px;
    }

    .moto img {
        width: 200px;
        height: 200px;
        object-position: center center;
        object-fit: cover;
    }

    .moto P {
        border-top: solid 1px var(--font);
        border-left:none;
        padding-left: 0px;
        padding-top: 50px;
        font-size: 20px;
        font-weight: bold;
    }

    .produk {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 20px;
    }

    .produk .card {
        display: flex;
        flex-direction: column;

        /* border: rgb(170, 170, 170) solid 0.5px; */
        border-radius: 10px;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.22);
        box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.22);
        width: 100%;
        cursor: pointer;
    }

    .produk .card img {
        width: 100%;
        height: 420px;
    }

    .produk .card:hover {
        -webkit-box-shadow: 0px 0px 21px 5px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 0px 21px 5px rgba(0, 0, 0, 0.24);
        z-index: 1;
    }

    .produk .card:active {
        -webkit-box-shadow: 0px 0px 21px 5px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 0px 21px 5px rgba(0, 0, 0, 0.24);
    }

    .produk .card label {
        margin: 20px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .produk .card label p {
        color: var(--green);
        font-size: 30px;
        font-weight: bold;
    }

    .produk .card label h3 {
        font-weight: 400;
    }

    .wrap-banner {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        width: 1440px;
        gap: 20px;
    }

    .wrap-banner img {
        width: 95vw;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        border-radius: 20px;
        overflow: hidden;
        cursor: pointer;
    }

}