solved question thanks guys!!!
>Solution :
Add this to your css
.navbar-collapse{
justify-content: end;
}
and remove the me-auto class from <ul class="navbar-nav me-auto mb-2 mb-lg-0">
and that should do the trick
Here is the fiddle https://jsfiddle.net/8zn9jkfs/