Contact Us

Get In Touch

call us

+90 256 681 10 00

Email Us

info.flora@floragardenhotels.com

Visit Us

Davutlar, Adnan Kahveci Cd. No:73, 09430 Kuşadası/Aydın

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"); } }); });