// JavaScript for Interactive Elements document.addEventListener('DOMContentLoaded', function() { // Mobile Menu Toggle const mobileToggle = document.querySelector('.mobile-menu-toggle'); const mainNav = document.querySelector('.main-nav'); mobileToggle.addEventListener('click', () => { mainNav.classList.toggle('active'); }); // Search Toggle const searchIcon = document.querySelector('.search-icon'); const searchBar = document.querySelector('.search-bar'); searchIcon.addEventListener('click', () => { searchBar.style.display = searchBar.style.display === 'block' ? 'none' : 'block'; }); // Close mobile menu when clicking outside document.addEventListener('click', (e) => { if (!mainNav.contains(e.target) && !mobileToggle.contains(e.target)) { mainNav.classList.remove('active'); } }); });

Itineraries for Your Trip to Bali

Bali, the Eternal City, is the capital of modern-day Italy, as well as a storied hub for ancient architecture, history, art, and food. Follow this guide to help you explore Rome on foot over the course of two days, from St Peter’s Basilica and the Colosseum, to the Tiber and Palatine Hill — with more than a few pasta and shopping stops along the way.

To receive our best monthly deals

JOIN THE NEWSLETTER