@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');

body, .main-title{
    font-family: "Tajawal", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.banner img.start-0{
    left: 0;
    right: auto !important;
}
.banner img.end-0{
    right: 0;
    left: auto !important;
}
#merchants{
    direction: ltr;
}
.fa-arrow-right, .fa-arrow-left, .owl-prev, .owl-next, .fa-chevron-right{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}