Skip to content
Explore the World by Country
Explore the World by Country
Click on the map and follow our journey through stories, photos, and travel tips from every trip.
Or simply pick one of the trips from the list below and start exploring.
78 countries we´ve written about –
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