Arranging items in navbar

Hi everyone,
Could anyone help in arranging list items. i want first list item to very left.
pen is------
https://codepen.io/gurpreet_singh9189825/pen/mdJgqoE

If I understand what you’re asking then do
flex-direction: row-reverse;
instead of
justify-content:flex-end;

Hi,
i was trying to move first list item to very left so that it look like logo.