I've made progress on the navbar design
Now, I'm looking to add a search icon next to the login button. Clicking on the search icon should reveal a search box below the navbar, similar to the image shown below. My transparent navbar has a relative position, while the header underneath is a video loop that plays automatically with a relative position as well.
Image reference from DataCamp website
I attempted using free templates from other websites, but integrating them with my current code resulted in odd outcomes. Even modifying the template codes didn't yield positive results. Ideally, I'd like to minimize the use of JavaScript and CSS to easily adjust the appearance without too much hassle. Thank you for any assistance provided.