:root {
    --swiper-theme-color: #ff0000;
    --swiper-pagination-bullet-size: 14px;
    --swiper-pagination-bullet-inactive-color: rgba(44,68,150,1);
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-navigation-size: 60px;

}

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

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

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

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

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

.mySwiper {
    height: 30%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    cursor: grab;
}

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


.swiper-button-prev {
    background-image: url("../../../images/icons/arrows/ar_left.svg") !important;
    background-repeat: no-repeat;
}
.swiper-button-next {
    background-image: url("../../../images/icons/arrows/ar_right.svg") !important;
    background-repeat: no-repeat;

}