Change color of active link to navigation menu

Consider changing the CSS to:

.wp-block-navigation-item.current-menu-item .wp-block-navigation-item__label {
  color #365ABA !important;
}

Please note, this only works on the Πρότζεκτς and Γνωρίστε μας menu items. As these are the only pages that get the current-menu-item class when on their respective pages. For the other menu items, you may need to look at re-adding the menu items such that their metadata remains intact. The current menu item heulistics need this metadata to be able to match the page with the menu item.

error code: 521