.mini-projects-gallery {
    border-top: 1px solid #CCCCCC;
    --swiper-scrollbar-size: 2px;
}

.mini-projects-gallery .tabs {
    display: flex;
    margin-bottom: 40px;
    overflow: auto;
    white-space: nowrap;
}

.mini-projects-gallery .tab {
    margin-left: 20px;
    margin-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
    line-height: 14.3px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-top: 3px solid transparent;
}

.mini-projects-gallery .tab.active {
    border-top: 3px solid #141417;
}

.mini-projects-gallery .project-swiper {
    display: none;
    overflow: hidden;
    position: relative;
    margin-right: -20px;
}

.mini-projects-gallery .project-swiper img {
    width: 100%;
    aspect-ratio: 0.78;
    object-fit: cover;
    height: auto;
}

.mini-projects-gallery .project-swiper.active {
    display: block;
}

.mini-projects-gallery .project-swiper .swiper-slide {
    position: relative;
}

.mini-projects-gallery .tab {
    cursor: pointer;
}

.mini-projects-gallery .project-swiper .swiper-slide .info {
    position: absolute;
    bottom: 30px;
    left: 25px;
}

.mini-projects-gallery .project-swiper .info .title {
    color: #EAEAE6;
    font-family: 'ABCArizonaFlare-Regular';
    text-transform: uppercase;
    font-size: 13.5px;
    line-height: 1.1;
}

.mini-projects-gallery .project-swiper .info .address {
    color: rgba(234, 234, 230, 0.6);
    font-family: 'Tenet-Regular';
    font-size: 11px;
    line-height: 1.36;
    margin-top: 5px;
}

.mini-projects-gallery .project-swiper .info .link {
    color: rgba(234, 234, 230);
    font-family: 'Tenet-Regular';
    font-size: 10px;
    line-height: 1.3;
    margin-top: 15px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.mini-projects-gallery .project-swiper .swiper-prev {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.mini-projects-gallery .project-swiper .swiper-next {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.mini-projects-gallery .project-swiper .swiper-prev:hover svg rect,
.mini-projects-gallery .project-swiper .swiper-next:hover svg rect {
    fill: #141417B2;
}

.mini-projects-gallery .project-swiper .swiper-prev:hover svg *:not(rect),
.mini-projects-gallery .project-swiper .swiper-next:hover svg *:not(rect) {
    fill: #EAEAE6;
}

.mini-projects-gallery .swiper-wrapper {
    padding-bottom: 40px;
}

.mini-projects-gallery .swiper-scrollbar {
    display: none;
}

@media screen and (max-width: 599px) {
    .mini-projects-gallery .swiper-scrollbar {
        display: block;
    }

    .mini-projects-gallery .project-swiper {
        margin-right: unset;;
    }

    .mini-projects-gallery .project-swiper .swiper-next,
    .mini-projects-gallery .project-swiper .swiper-prev { 
        display: none;
    }
}