/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/
@media only screen and (max-width: 376px) {
    /* section
    ----------------------------------*/
    .section-title h2:before,
    .section-title h2:after {
        width: 25px;
    }
    /* produk - home
    ----------------------------------*/
    .produk-home-img {
        transform: translateX(-15px);
    }
    /* service
    ----------------------------------*/

    .services .service-item {
        display: block;
        text-align: center;
        padding: 0;
    }

    .services .service-item::after {
        width: 0px;
    }

    .services .service-item .icon {
        margin: 0 auto;
    }
    .services .service-item .icon::before {
        transform: translateX(-20px);
    }
    .services .service-item .icon img {
        transform: translateX(-20px);
    }

    .services .service-item .title {
        margin-top: 30px;
    }
    /* faq
    ----------------------------------*/
    .faq .content h3 {
        text-align: center;
    }

    .faq .content p {
        font-size: 15px;
        color: rgba(var(--dark-rgb), 0.7);
    }

    .faq .faq-container .faq-item:last-child {
        margin-bottom: 0;
    }
    /* banner
    ----------------------------------*/
    .banner .banner-container {
        width: 100%;
        height: 150px;
        position: relative;
    }

    .banner .banner-img img {
        width: 100vw;
    }
    /* tentangkami
    ----------------------------------*/
    .tentangkami-lokasi {
        text-align: left;
    }
}
@media only screen and (max-width: 414px) {
    /* tentangkami
    ----------------------------------*/
    .tentangkami-lokasi {
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {
    /* section
    ----------------------------------*/
    section {
        padding: 20px;
    }
    .section-title h2 {
        font-size: 25px;
    }
    /* banner
    ----------------------------------*/
    .banner .banner-container {
        width: 100%;
        height: 150px;
        position: relative;
    }

    .banner .banner-img img {
        width: 100vw;
    }
    /* header
    ----------------------------------*/
    .header {
        color: var(--dark);
        background-color: var(--white);
        padding: 15px 0;
        transition: all 0.5s;
        z-index: 997;
        position: sticky;
        background-color: var(--white-mobile);
    }
    .header-menu {
        padding: 0 15px;
    }

    .hero .carousel {
        width: 100%;
        min-height: 100%;
        padding: 80px 0;
        margin: 0;
        position: relative;
    }
    /* nav mobile
    ----------------------------------*/
    nav .nav_logo_mobile {
        margin: 30px 30px 0px 30px;
        display: block;
        height: 50px;
        display: flex;
        align-items: center;
    }

    /* merk
    ----------------------------------*/
    .merk {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .produk-home {
        padding-bottom: 0;
    }

    .produk-home-img img {
        width: 330px;
    }

    /* tentangkami
    ----------------------------------*/
    .tentangkami .tentangkami_item {
        text-align: center;
    }
    .tentangkami-lokasi {
        text-align: left;
    }

    /* footer
    ----------------------------------*/
    .footer {
        color: #fff;
        background: url("../img/footer-bg.jpg") top center no-repeat;
        background-size: cover;
        font-size: 14px;
        padding: 80px 0 60px 0;
        position: relative;
        text-align: center;
        justify-content: space-between;
    }

    .footer .footer-content .social-links {
        justify-content: center;
    }

    .footer .footer-logo {
        justify-content: center;
    }
    .footer .footer-logo img {
        width: 50px;
        margin: 5px;
    }
}
/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
    /* tentangkami Section - Home Page
------------------------------*/
    .banner-img {
        width: auto;
        height: auto;
    }
    .banner-img img {
        width: 100vw;
    }
}
