.ahura-portfolio4 .portfolio-thumbnail img {
    display: flex;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.ahura-portfolio4 .post-item .post-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 9;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.2s;
}

.ahura-portfolio4 .post-item:hover .post-title {
    opacity: 1
}

.ahura-portfolio4 .swiper-navigation-btns {
    position: absolute;
    left: 0;
    z-index: 9999;
    direction: rtl;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ahura-portfolio4 .swiper-navigation-btns .swiper-nav-button {
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #D3FD06;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ahura-portfolio4 .swiper-navigation-btns .swiper-nav-button:last-child {
    margin-right: 40px;
}