Movie Entry Form - Copy this Html, Tailwind Component to your project
Before displaying the form, there should be an animated search overlay that covers the entire page when the user accesses it. This overlay should include a search input field where users can search for a movie by its name in Spanish (Mexico). As the user types, the system should fetch matching movie titles dynamically (using The Movie Database API) and display them as a dropdown list of search results. Each result should show the movie title and year. If the user selects a movie from the dropdown, the search overlay smoothly disappears with an animation, and the form pre-fills with the retrieved movie data. If no movie is found, display a 'No results found' message in the dropdown. Users should have an option to close the search overlay manually and proceed to fill out the form from scratch.
