Skip to content
Our Trip from Maseru to Lesotho – and Beyond
Travel Yourself,
And Don’t Be traveled
7 continents, 133 countries, 400.000km with our Prado, our van, or public transport.
From hidden mountain passes and forgotten villages to iconic cities, we share the stories, remote roads, and places most travelers never discover.
Get immersed. Get inspired. Be amazed. Find your next adventure.
Go to Top
jQuery(function($){
$('.filter-btn').on('click', function(){
let classes = $(this).attr('class').split(' ');
let category = '';
classes.forEach(function(cls){
if(cls.startsWith('cat')){
category = cls;
}
});
$('.filter-card').css('display','none');
$('.filter-card.' + category).css('display','grid');
});
});
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it. Ok Privacy policy