-Historic architecture (Kandt House, Belgian Quarter)
-Bustling Kimironko Market
-Local street-food tasting
Included in your tour
English-speaking guide
Transportation with a professional Tour guide
Museum & market entrance fees
One street-food tasting
Bottled water
Itinerary
09:00 / 14:00 Pickup from hotel
Visit Kandt House Museum (German colonial history)
Stroll through Kimironko Market (fresh produce, crafts)
Stop at Nyamirambo Women’s Center for local handicrafts demo
Return by 13:00/18:00
document.addEventListener("DOMContentLoaded", function () {
const dayHeaders = document.querySelectorAll('.itinerary-day');
dayHeaders.forEach((item) => {
const fullText = item.textContent.trim(); // "Day 2 Gorilla Trekking – The Big Adventure"
const itemArray = fullText.split(' ');
const dayLabel = itemArray.slice(0, 2).join(' '); // "Day 2"
const remainingText = itemArray.slice(2).join(' '); // "Gorilla Trekking – The Big Adventure"
// Clear current content
item.textContent = '';
// Create span for Day Label
const daySpan = document.createElement('span');
daySpan.textContent = dayLabel;
daySpan.classList.add('day-label'); // Optional class
// Append day label and remaining text
item.appendChild(daySpan);
item.appendChild(document.createTextNode(' ' + remainingText));
console.log(dayLabel)
});
});
Map
Book this Tour
Got a Question?
Do not hesitage to give us a call. We are an expert team and we are happy to talk to you.