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

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

.home-fitur .icon img {
    margin-top: -2rem;
    width: 57%;
}

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

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

.home-fitur .card p {
    font-size: 1.1rem;
    text-align: justify;
}

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

.home-icon .carousel-item img {
    margin-top: -8rem;
    width: 51%;
}

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

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

.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 .icon img {
        width: 90%;
    }
    .home-icon .carousel-item img {
        margin-top: -6.7rem;
        width: 96%;
    }
    .home-spesifikasi {
        margin-top: 3rem;
    }
    .home-aksesoris {
        margin-top: 4rem;
    }
}