/*
 * ---------------------------------------------------------------
 * Copyright © psdevsolution.com - All Rights Reserved.
 * ---------------------------------------------------------------
 */

.home-banner {
    position: relative;
    padding: 80px 0 80px 0;
}

.home-banner .caption {
    position: relative;
    color: #ffffff;
}

.home-banner .caption .title {
    font-size: 35px;
    color: #ffffff;
}

.home-banner .caption .sub-title {
    font-size: 26px;
}

@media (min-width: 992px) {

    .home-banner {
        position: relative;
        padding: 120px 0 120px 0;
    }

    .home-banner .caption .title {
        font-size: 55px;
    }

    .home-banner .caption .sub-title {
        font-size: 36px;
    }

}

#top-slide-product .carousel-item .carousel-img img {
    max-height: 400px;
    width: auto;
    max-width: 100%;
    animation: move_up_down 3s ease-in-out infinite;
}

@keyframes move_up_down {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.bg-tofu-cat-litter {
    background-image: url(../../../../assets/image/background/tofu-cat-litter-2.jpg);
}

/* Why Choose */

.why-choose .wc-item {
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 10px;
    padding: 40px 20px;
    width: 100%;
    height: 100%;
    color: var(--bs-tertiary-bg);
    border: 2px solid var(--bs-tertiary-bg);
}

.why-choose .wc-item .h5 {
    color: var(--bs-tertiary-bg);
}

@media (max-width: 991.5px) {

    .why-choose .wc-item {
        padding: 30px 15px;
    }

}

/* .why-choose .wc-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("https://greenrollingpaper.com/assets/app/image/background/leaf.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    opacity: 0.3;
    z-index: -1;
} */

.why-choose .wc-item .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--four-color);
    color: var(--main-color);
    margin: auto;
    border-radius: 50%;
    margin-bottom: 24px;

}

.why-choose .wc-item .icon img {
    transition: .6s ease;
}

.why-choose .wc-item:hover .icon img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/* End Why Choose */

/*
 * ---------------------------------------------------------------
 * Copyright © psdevsolution.com - All Rights Reserved.
 * ---------------------------------------------------------------
 */