.main-home-swiper {
    width: 100%;
}

.main-home-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-home-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
}

.main-home-swiper .swiper-slide-active img, .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
}

.main-home-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.main-home-swiper .swiper-pagination-bullet-active {
    background: var(--theme);
}

.project-price-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 12px;
}