.post-carousel8 .post-item {
    transition: ease .2s;
}

.post-carousel8 .post-item .post-cover {
    position: relative;
}

.post-carousel8 .post-item .post-cover img {
    width: 100%;
    height: 650px;
    border-radius: 10px;
    object-fit: cover;
}

.post-carousel8 .post-item .post-title {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-top: 15px;
    color: #333;
}

.post-carousel8 .post-item .post-cover .details {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-carousel8 .post-cover .details svg {
    width: 25px;
}

.post-carousel8 .post-cover .icon-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    background-color: #000000bf;
    backdrop-filter: blur(10px);
    transition: ease .2s;
}

.post-carousel8 .post-item:hover .post-cover .icon-button {
    transform: scale(1.2);
}

.post-carousel8 .swiper-button-next,
.post-carousel8 .swiper-button-prev {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: none;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 15px #00000026;
    font-size: 24px;
}

.post-carousel8 .swiper-button-next:after,
.post-carousel8 .swiper-button-prev:after {
    font-size: 24px;
}

.post-carousel8 .swiper-slide:not(.swiper-slide-active) .post-cover {
    filter: blur(4px);
}

.post-carousel8 .swiper-slide:not(.swiper-slide-active) .post-item {
    transform: scale(.85);
}

.post-carousel8 .swiper-slide:not(.swiper-slide-active) .icon-button-wrap {
    display: none;
}

@media screen and (max-width: 767px) {
    .post-carousel8 .post-item {
        padding: 0 15px;
    }
}