Let’s connect
Receive more information about our services, tour plans, changes you can make to your tours, or if you saw something that we can improve, we are always open to that!
/* ------------------------ /* --- Global Code --- */ /* ------------------------ /* SCROLL BAR */ /* Remove Body Scrollbar */ body { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } body::-webkit-scrollbar, .trip_menu::-webkit-scrollbar, .trip_content-wrap::-webkit-scrollbar { display: none; } .trip-option_checkbox-dot .fs-xxsmall { display: none; opacity: 0; } .trip-option_checkbox-dot.is-on .fs-xxsmall { display: block; opacity: 1; } /* LENIS SCROLL */ html.lenis { height: auto; } .lenis.lenis-smooth { scroll-behavior: auto; } .lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; } .lenis.lenis-stopped { overflow: hidden; } /* SELECTION COLOR CODE */ ::selection { background: #f6d548; color: #250808; text-shadow: none; } /* Text Animation - Opacity */ [text-split] { opacity: 0; } html.w-editor [text-split] { opacity: 1; } .word { overflow: hidden; padding-top: 0.75rem; margin-bottom: -1.55rem; transform-origin: bottom; } /* Additional styles for .word within certain class */ .footer-link--fc8 .word, .h4 .word { padding-top: 0.75rem; margin-bottom: -0.5rem; }