I'm trying to move my nav to the right in my header, but it doesn't work

I’m trying to move my nav to the right in my header, but it doesn’t work.

Can somebody help me?

My porject is here: https://codepen.io/cotancosmin96/pen/RxZdoM

Your nav is in container , that’s why you can’t move to the right of the page.
You should take it off from container , or you can change class to - container-fluid

thank you very much!