Description
The objective was to create an elegant landing page that showcased a unique getaway in a fictitious location. The website serves as a digital gateway for potential guests to explore the location, learn about its offerings, and make direct bookings. The focus is on providing a personalized, immersive experience that reflects the charm and exclusivity of the getaway.
/* Hides scrollbar for Firefox, IE, and Edge */
.hide-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
/* Hides scrollbar for Chrome, Safari, and Opera */
.hide-scrollbar::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
}