Archives:Trips

Sort
(Recently Added)
  • Recently Added
  • Top Rated
  • Lowest Price First
  • Highest Price First
  • Shortest Duration First
  • Longest Duration First
  • Alphabetical - A to Z
  • Alphabetical - Z to A
View by :
6% Off
This safari takes you to the breathtaking Murchison Falls, which is renowned for its stunning landscape. You’ll enjoy a game drive and a boat cruise...
3 People
Duration 4 Days
From $1250 $1177 You save $73
Next Departures September 19, 2025 (Available)September 20, 2025 (Available)September 21, 2025 (Available)
Availability:
3% Off
The top highlight of this 4-day Uganda gorilla safari is, of course, African mountain gorilla trekking in Uganda’s Bwindi Impenetrable Forest. The Uganda gorilla trek...
2 People
Duration 4 Days
From $2290 $2217 You save $73
Next Departures September 19, 2025 (Available)September 20, 2025 (Available)September 21, 2025 (Available)
Availability:
6% Off
This 5-day gorilla trek safari takes you to the misty Bwindi Impenetrable Forest, which is home to more than half the population of the remaining...
2 People
Duration 5 Days
From $2500 $2339 You save $161
Next Departures September 19, 2025 (Available)September 20, 2025 (Available)September 21, 2025 (Available)
Availability:
6% Off
// ---- Editable trip stops (by name) ---- const PLACES = [ { name: "Entebbe International Airport" }, { name: "Kasenyi Plains, Queen Elizabeth National Park" }, { name: "Mweya Jetty, Kazinga Channel" }, { name: "Kyambura Gorge" }, { name: "Ishasha Sector, Queen Elizabeth National Park" }, { name: "Kampala, Uganda" } ]; let map, placesService, directionsService, directionsRenderer; function initQENP() { map = new google.maps.Map(document.getElementById("qenp-map"), { center: { lat: 0.1, lng: 30.0 }, // Western Uganda zoom: 7, mapTypeControl: false, streetViewControl: false, }); placesService = new google.maps.places.PlacesService(map); directionsService = new google.maps.DirectionsService(); directionsRenderer = new google.maps.DirectionsRenderer({ suppressMarkers: true }); directionsRenderer.setMap(map); // Look up each place by text search, place markers, then build a route Promise.all(PLACES.map(p => searchPlace(p.name))).then(results => { const waypoints = []; const markers = []; results.forEach((res, i) => { const pos = res.geometry.location; // Marker const marker = new google.maps.Marker({ map, position: pos, label: String(i + 1), title: PLACES[i].name }); markers.push(marker); // Info window const info = new google.maps.InfoWindow({ content: `${PLACES[i].name}` }); marker.addListener("click", () => info.open({ anchor: marker, map })); // Collect waypoints (exclude first & last) if (i > 0 && i { if (status === google.maps.DirectionsStatus.OK) { directionsRenderer.setDirections(res); } else { console.warn("Directions request failed:", status); } } ); }).catch(err => console.error(err)); } function searchPlace(query) { return new Promise((resolve, reject) => { placesService.textSearch({ query, region: "UG" }, (results, status) => { if (status === google.maps.places.PlacesServiceStatus.OK && results[0]) { resolve(results[0]); } else { reject(`Place not found: ${query} (${status})`); } }); }); }
Embark on an unforgettable 3-day safari in Uganda and discover the breathtaking beauty of Queen Elizabeth National Park, one of Africa’s most iconic wildlife destinations....
1 People
Duration 3 Days
From $935 $880 You save $55
Next Departures September 19, 2025 (Available)September 20, 2025 (Available)September 21, 2025 (Available)
Availability: