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

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ffffff00;
    position: relative;
}

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

/* product swiper slider */

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

/* Product combination swiper css */

.swiper.myproSwiper {
    height: auto !important;
}

.myproSwiper .swiper-slide {
    background: #ffffff00;
    display: flex;
    justify-content: center;
    align-items: center;
}

.myproSwiper .swiper-wrapper {
    align-items: center;
}

/* product thumb swiper css */

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

.mySwiper2 .swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.swiper.mySwiper1 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper1 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper1 .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper1 .swiper-slide-thumb-active {
    opacity: 1;
}

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

/* clients slider css */
.myclientSwiper .swiper-slide img {
    display: block;
    transform: scale(0.8);
    width: 100%;
    transition: 0.3s ease-in-out;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.myclientSwiper {
    height: auto;
}

.myclientSwiper .swiper-wrapper {
    align-items: center;
    padding: 30px 0;
}

.myclientSwiper .swiper-slide {
    background-position: center;
    background-size: cover;
    height: 100%;
    transition: 0.4s;
}

.myclientSwiper .swiper-slide.active img {
    transform: scale(1);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.swiper .prev,
.swiper .next {
    cursor: pointer;
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: 0.3s;
}

.swiper .prev:hover,
.swiper .next:hover {
    opacity: 1;
}

.swiper .prev svg,
.swiper .next svg {
    width: 30px;
    height: 30px;
}

.swiper .prev svg path,
.swiper .next svg path {
    fill: #bc2e31;
}

.swiper .prev {
    left: 8px;
}

.swiper .next {
    right: 8px;
}

.myclientSwiper .pagination {
    margin-left: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    z-index: 100;
}

.myclientSwiper .pagination span {
    font-size: 0;
    opacity: 1;
    margin: 0px 6px !important;
    border: 1px solid #fff;
}

.myclientSwiper .pagination span.swiper-pagination-bullet-active {
    background-color: transparent;
    transform: scale(1.5);
}

@media screen and (max-width: 768px) {

    .swiper .prev svg,
    .swiper .next svg {
        width: 20px;
        height: 20px;
    }
}