Beach

Beach

THE UNFORGETTABLE MOMENTS

You will experience the unforgettable moments of your holiday and you can enjoy the sun and the Aegean on our beach.

document.addEventListener("DOMContentLoaded", function () { const header = document.querySelector(".my-header"); if (!header) return; // Header bulunamazsa çık window.addEventListener("scroll", function () { if (window.scrollY > 10) { header.classList.add("scrolled"); } else { header.classList.remove("scrolled"); } }); });