Hi
To add rtl features your website, you need to place below css.
body {
direction: rtl;
}
you need to fix some css issues to your style.css
�������� issues may be from your editor, you need to edit by unicode supported editor, phpstorm is a good editor that supports unicode, You can also found Notepad++ that help you
Best Regards