﻿.gallery3 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}

.gallery3-container {
    width: 100%;
    height: 55rem;
    padding: 5rem 0;
    scroll-snap-align: start;
}

.gallery3 .swiper {
    width: 85.6%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 16px;
}

.gallery3 .swiper-slide {
    display: flex;
    font-size: 18px;
    background: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
}

    .gallery3 .swiper-slide img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

.gallery3 .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset,40px);
}

.gallery3 .swiper-button-prev {
    right: auto;
    left: var(--swiper-navigation-sides-offset,40px);
}

.gallery3 .swiper-pagination-bullet {
    width: 15px;
    color: #fff;
    height: 20px;
    height: 15px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-family: IranyekanNum;
}

.gallery3 .swiper-pagination-bullet-active {
    color: #fff;
/*    background: var(--formButton_bcolor1);*/
}

@media (max-width : 992px) {
    .gallery3-container {
        width: 100%;
        height: 30rem;
        padding: 1rem 0;
    }

    .gallery3 .swiper {
        width: 80%;
    }

    .gallery3 .swiper-button-next {
        left: auto;
        right: var(--swiper-navigation-sides-offset,25px);
    }

    .gallery3 .swiper-button-prev {
        right: auto;
        left: var(--swiper-navigation-sides-offset,25px);
    }
}

@media (max-width : 650px) {
    .gallery3-container {
        width: 100%;
        height: 20rem;
        padding: 15px 0;
    }

    .gallery3 .swiper {
        width: 85%;
    }

    .gallery3 .swiper-button-next {
        left: auto;
        right: var(--swiper-navigation-sides-offset,5px);
    }

    .gallery3 .swiper-button-prev {
        right: auto;
        left: var(--swiper-navigation-sides-offset,5px);
    }
}

@media(max-width : 400px) {
    .gallery3-container {
        height: 15rem;
    }

    .gallery3 .swiper-button-next, .gallery3 .swiper-button-prev {
        display: none;
    }
}
