:root {
    --blue1: #181e2e;
    --blue2: #181e2ee6;
    --white: #fff;
    --orange1: #b877e1;
    --orange2: #ba66ef;
    --gray1: #f5f5f5;
    --dark2: #242424;
    --radius1: 14px;
    --transition1: all 0.3s cubic-bezier(0.21, 0.53, 0.37, 0.72);
}

html,
body {
    direction: rtl;
    font-family: "Tajawal", sans-serif;
}

.bi-arrow-right,
.swiper-button-next-upcoming,
.swiper-button-prev-upcoming {
    transform: rotate(180deg)
}

.swiper-slide-active .tesimonial-item img {
    transform: translate(-70px, 0px) scale(1);
}

.footer-logo {
    justify-content: start;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 2.6rem;
    text-align: right;
    padding-right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered:before,
.select2-container--default .select2-selection--single .select2-selection__rendered:after {
    right: auto;
    left: 8px;
}

.select2-results__option[role=option] {
    text-align: right;
}