body{
    direction: rtl;
    font-family: "IBM Plex Sans Arabic", serif;
}

header .info .butn.sub-butn i ,
.navbar .nav-side .butn i ,
.contact-pg .form-group .butn.sub-butn i {
    transform: rotate(-90deg);
}

.testimonials .testi-slider .swiper-arrows .swiper-prev i, 
.testimonials .testi-slider .swiper-arrows .swiper-next i{
    transform: rotate(180deg);
}

footer .links-group .links li a::before {
    transform: rotate(270deg);
}

.about-pg-vision .nav-pills .nav-link::after {
    left: 0;
    right: unset;
}

.lines-title .lines::before {
    right: 0;
    left: unset;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}


.proccess .cards .line {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}



