Menu isnt responsive in all browser sizes

You just need to spend some time going through the errors one by one. Prioritise the errors over warnings.
It should point you to what line to find each one and describe what the problem is.
For example the one about the header, it’s just a case of adding the missing > character on the end of the tag.
A lot of it is <style> tags in the body, they should all be in the head.