/* Swiper */
.swiper {
    width: 100%;
    height: 100%;
}
.mySwiper {
    height: 100px !important;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.swiper-slider {
    margin-left: auto;
    margin-right: auto;
}
.swiper-pagination-bullet {
    width: 25px !important;
    height: 4px !important;
    background:var(--color-teal) !important;
    border-radius: 5px !important;
    display: inline-block ;
}
.swiper-button-next,
.swiper-button-prev {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background:#434d66;
    @apply ltr:ml-[3px] rtl:mr-[3px]
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background:#aeb0b3;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px !important;
    font-weight: 900;
    color: black !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: -5px !important;
}
.slider-currancy {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content:space-around;
}
.slider-currancy img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.mySwiper-slider .swiper-slide {
    /* height: 150px !important; */
}
.swiper-notif {
    width: 433px !important;
    height: 20px !important;
}




