- Navbar with logo, navigation links (HOME, ABOUT, SERVICES, LEARN, CONTACT), action button ("Get Started"), and toggle button for mobile view.
- Dropdown menu for mobile navigation.
- Hero section with welcome message and description.
- Basic reset and default font.
- Black background with space image for the body.
- Flexbox layout for alignment.
- Navbar links and action buttons are styled for desktop and hidden in mobile.
- Initially hidden, transitions in height, are displayed in mobile view.
- Full-screen section with centered text.
- Media queries to toggle visibility of navbar links and dropdown menu on smaller screens.
- Toggles the dropdown menu visibility and changes the icon between hamburger and close (X) on click.