/* Add custom CSS styles below */ 
/*
.MMMM salla-slider .swiper-wrapper {
    animation: move-element 17s linear infinite;;
}


@keyframes move-element {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(50%);
    }
}

.nnnn salla-slider .swiper-wrapper {
    animation: move-element 5s linear infinite;
}


@keyframes move-element {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}*/










.dark .s-rating-stars-wrapper .s-rating-stars-reviews {
    color: var(--dark-text-main);
    display:none;
}

.dark .s-comments .my-5:before {
    color: var(--dark-text-main)!important;
    content:"الأسئلة والتقيمات :";
}

.pagination-line .swiper-pagination-bullet {
    height: 0.125rem;
    width: 0.5rem;
    border-radius: 6px;
    
    padding: 2px 6px;
}

.swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 6px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: inherit;
    width: 100%;
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dark .s-comments .my-5 h2 {
    display: none;
}

.dark .s-comments .my-5 p {
    display: none;
}

.visitors .pb-8 {
    padding-bottom: 0rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 0;
}

.visitors .-mt-8 {
    margin-top: 0rem;
}

.visitors .leading-6 {
    line-height: 1.5rem;
    white-space: nowrap;
    font-size: 13px;
}

.visitors .h-24 {
    height: 5rem;
}
.visitors .w-24 {
    width: 3rem;
}

.visitors .line-clamp-3 {
    white-space: inherit;
    margin-block: 15px 0px;
}

.visitors .px-2 {
    margin-top: 5px;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-bottom: 20px;
}

.visitors .gap-2 {
    gap: 2px;
    width: auto;
    margin-inline: 10px;
    height: calc(100% - 36px );
}












.dark .s-slider-block__title h2 {
    color: #ffffff;
    font-weight: 700 !important;
    /*background: #bd1541;
    border-radius: 50px;
    padding: 5px 15px 9px 15px;*/
}