.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: var(--color-theme-secondary);
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.studioarch-testimonail-wrapper {
    display: flex;
}

.studioarch-image-wrapper {
    display: flex;
    justify-content: space-around;
}

.studioarch-qoute-wrapper img {
    width: 122px;
    height: 100px;
}

.studioarch-testimonial-slider-img img {
    border-radius: 50%;
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
}

.swiper-slide .studioarch-text-dec {
    text-align: left;
    margin-left: 45px;
}

.css-prefix-pagination-align {
    text-align: right !important;
}

.css-prefix-pagination-align .swiper-pagination-bullet {
    font-size: var(--global-font-size);
    line-height: var(--font-line-height-body);
}

.css-prefix-pagination-align .swiper-pagination-bullet,
.css-prefix-pagination-align .swiper-pagination-bullet-active {
    background: none;
    opacity: 1;
    color: var(--color-theme-secondary);
}

.swiper-pagination-bullet-active {
    color: var(--color-theme-secondary);
    opacity: 1;
}

.css-prefix-pagination-align .swiper-pagination-bullet {
    position: relative;
    padding: 0 30px;
    color: var(--color-theme-secondary);
}

.css-prefix-pagination-align .swiper-pagination-bullet::before {
    position: absolute;
    content: "";
    right: 40px;
    top: 15px;
    width: 0;
    height: 1px;
    background-color: transparent;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.css-prefix-pagination-align .swiper-pagination-bullet-active:before {
    background-color: var(--color-theme-grey);
    width: 16px;
    height: 1px;
}

.swiper .studioarch-testimonail-wrapper .studioarch-testimonial-title {
    margin-bottom: 10px;
}

/* Responsive */

@media screen and (max-width:1199px) {
    .studioarch-qoute-wrapper img {
        width: 60px;
        height: 50px;
    }

    .studioarch-testimonial-slider-img img {
        width: 100px;
        height: 110px;
    }

    .studioarch-qoute-wrapper img {
        width: 85px;
        height: 70px;
        padding: 15px;
    }
}

@media screen and (max-width:768px) {
    .studioarch-testimonail-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .studioarch-qoute-wrapper img {
        width: 85px;
        height: 70px;
        padding: 15px;
    }

    .studioarch-testimonail-wrapper .studioarch-testimonial-title {
        padding: 0;
    }

    .css-prefix-pagination-align {
        text-align: center !important;
    }

    .swiper-pagination {
        display: none;
    }
}

@media screen and (max-width:425px) {
    .studioarch-qoute-wrapper img {
        width: 40px;
        height: 30px;
        padding: 0;
    }

    .studioarch-text-dec {
        padding: 0;
    }
}