.home-360 img {
    width: 47%;
}

.home-fitur {
    margin-top: 6rem;
}

.home-fitur .beatstreet img {
    margin-top: -10rem;
    width: 60%;
}

.home-fitur .card img {
    height: 13rem;
}

.home-fitur .card-body h4 {
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: capitalize;
}

.home-fitur .card-body p {
    margin-top: 1rem;
    font-size: 1.2rem;
    text-align: justify;
}

.home-beatstreet h2 {
    margin-top: 5rem;
}

.home-beatstreet .carousel-item img {
    width: 47%;
}

.home-spesifikasi {
    margin-top: 2rem;
    padding: 0 1rem;
}

.home-spesifikasi .row1 {
    display: flex;
    justify-content: center;
}

.home-aksesoris, .home-rekomendasi {
    margin-top: 7rem;
    padding: 0 1rem;
}

.home-rekomendasi .card-body a {
    font-size: 1rem;
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: none;
    color: white;
    padding: 0.5rem 1rem;
    background-color: red;
    border-radius: 0.5rem;
    border: 2px solid white;
    transition: .5s;
}

.home-rekomendasi .card-body a:hover {
    background-color: white;
    border-color: red;
    color: red;
}

@media (max-width: 992px) {
    html {
        font-size: 70%;
    }
    .home-fitur .beat img {
        margin-top: -9rem;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 63%;
    }
}

@media (max-width: 450px) {
    html {
        font-size: 58%;
    }
    .home-360 img {
        width: 88%;
    }
    .home-fitur .beatstreet img {
        margin-top: -5rem;
        width: 80%;
    }
    .home-fitur .item3, .item4 p {
        font-size: 1rem;
    }

    .home-beatstreet .carousel-item img {
        width: 75%;
    }
    .home-spesifikasi {
        margin-top: 3rem;
    }
    .home-aksesoris {
        margin-top: 4rem;
    }
}