@media(max-width:768px) {
    ul {
        margin-top: 40px;
    }
    .navbar-brand h1 {
        font-size: 21px !important;
    }
    .hero {
        margin-top: -20px !important;
    }
    .img-box {
        width: 100%;
        height: 400px;
    }
    .carousel-item img {
        width: 100%;
        height: 400px;
    }
    .tag {
        position: absolute;
        top: 70px;
        left: 60px;
    }
    .tag h1 {
        color: red;
        font-family: 'Righteous', cursive;
    }
    .tag h2 {
        font-family: 'Righteous', cursive;
    }
    .tag div {
        margin-left: -40px !important;
    }
    .tag button {
        position: absolute;
        left: 10px;
        font-family: 'Righteous', cursive;
    }
    .hero-two h1 {
        font-size: 22px;
    }
    .product h1 {
        font-size: 19px;
    }
    .furniture h1 {
        font-size: 19px;
    }
    .laptop h1 {
        font-size: 19px;
    }
    .newsletter h1 {
        font-size: 19px;
    }
    .img-box-filter h4,
    .furniture h4,
    .laptop h4 {
        font-size: 17px;
    }
    .shop-with-us h2 {
        font-size: 22px;
    }
    .new-arrive h1 {
        font-size: 22px;
        text-align: center;
    }
    .new-arrive button {
        width: 100%;
    }
    .start {
        position: absolute;
        left: 240px;
        margin-top: 20px;
    }
    .cart {
        margin-left: 50px !important;
    }
}

@media(max-width:576px) {
    .hero {
        margin-top: 10px !important;
    }
    .img-box {
        width: 100%;
        height: 200px;
    }
    .carousel-item img {
        width: 100%;
        height: 200px;
    }
    .tag {
        position: absolute;
        top: 70px;
        left: 60px;
    }
    .tag h1 {
        color: red;
        font-family: 'Righteous', cursive;
        font-size: 19px;
    }
    .tag h2 {
        font-family: 'Righteous', cursive;
        font-size: 17px;
    }
    .tag div {
        margin-left: -40px !important;
    }
    .tag p {
        display: none;
    }
    .tag button {
        position: absolute;
        left: 10px;
        font-family: 'Righteous', cursive;
        top: 80px !important;
    }
    .start {
        position: absolute;
        left: 120px;
        margin-top: 20px;
    }
    .menu {
        margin-top: -15px;
    }
    .hero-two h1,
    h2 {
        font-size: 17px;
    }
    .cart {
        margin-left: 50px !important;
    }
}

@media(max-width:376px) {
    .hero {
        margin-top: 13px !important;
    }
    .img-box {
        width: 100%;
        height: 200px;
    }
    .carousel-item img {
        width: 100%;
        height: 200px;
    }
    .start {
        position: absolute;
        left: 110px;
        margin-top: 20px;
    }
}

@media(max-width:321px) {
    .hero {
        margin-top: 30px;
    }
    .img-box {
        width: 100%;
        height: 180px;
    }
    .carousel-item img {
        width: 100%;
        height: 180px;
    }
    .tag button {
        position: absolute;
        left: 10px;
        font-family: 'Righteous', cursive;
        top: 60px !important;
    }
    .start {
        position: absolute;
        left: 80px;
        margin-top: 20px;
    }
    .cart {
        margin-left: 20px !important;
    }
}