body{
    direction: rtl;
}
.nav-bar-sec {
    direction: rtl;
}
.img-in-mob{
    transform: rotate(0deg);
}
.back-arrows {
    transform: rotate(180deg);
}

@media (max-width: 768px){
    .start-button a span {
        font-size: 24px;
    }
    .start-button a img {
        width: 32px;
    }
    .start-button a {
        gap: .7rem;
    }
}
