body {
    direction: rtl;
    font-family: "Noto Sans Arabic", sans-serif !important;
    font-weight: 300;
}

.header_title--button{
  margin-bottom: 100px;
}

/* Swiper — prevent flash before init */
.swiper:not(.swiper-initialized) {
    overflow: hidden;
}

.swiper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
    display: none;
}

/* Swiper */
.swiper-slide {
    display: flex !important;
}

.swiper-slide > div {
    flex: 1 1 auto;
}

.swiper-wrapper {
    align-items: stretch !important;
}

.swiper-pagination {
    bottom: 15px !important;
}

span.swiper-pagination-bullet {
    background: lightslategrey;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
}

.swiper-pagination-bullet-active {
    background: var(--color-gold) !important;
}






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


    .swiper-2 div.swiper-slide {
        width: 75%;
    }





    .swiper-2 .swiper-slide:nth-child(2)::after {
        top: 19%;
        bottom: 14%;
        left: -1.5rem;
    }

    .swiper-2 .swiper-slide:last-child::after {
        display: none;
    }
}
