body,header{background:#fff;color:#fff}.btn,.logo{color:#f36;transition:.3s;text-decoration:none}.hero h1,body,header{color:#fff}.section h2,header{font-weight:700;text-align:center}.hero h1,.section h2{font-family:'Dancing Script',cursive}.gallery-item,.header-content,.hero,.hero-content,header{position:relative}.footer,.hero,.section h2,.section p,header{text-align:center}:root{--primary-red:#ff3366;--dark-red:#8b0000;--accent-red:#ff6699;--gold:#ffd700}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif;font-display:swap}body{overflow-x:hidden}header{font-size:38px;overflow:visible;z-index:1000;border-bottom:.5px solid #fac8d4}.header-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:75px;padding:0 20px;z-index:2;max-width:1200px;margin:0 auto}.logo{display:flex;align-items:center;gap:12px;font-family:"font-family: cursive";text-transform:uppercase;letter-spacing:2px;font-weight:800;font-size:22px;padding:.7rem 1.4rem;border-radius:30px}.nav-links,nav{align-items:center;display:flex}.btn,.location-btn{font-weight:600;cursor:pointer}.logo img{height:60px;width:auto;object-fit:contain}nav{gap:1rem}.nav-links{list-style:none;gap:1.5rem}.btn{display:flex;font-size:15px;border-radius:25px;border:none;padding:.65rem 1.3rem;align-items:center;gap:.5rem}.btn.active,.btn:hover,.location-btn:hover{background:var(--primary-red);color:#fff}.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:1002}.burger div{width:30px;height:3px;border-radius:3px;transition:.4s;background:#f36}.burger.active .line1{transform:rotate(45deg) translate(5px,5px)}.burger.active .line2{opacity:0}.burger.active .line3{transform:rotate(-45deg) translate(6px,-6px)}.hero{background-image:url('IMG-20240311-WA0227.webp');background-size:cover;background-position:center;height:500px;display:flex;flex-direction:column;justify-content:center;align-items:center}.gallery,.section{background:#fff;max-width:1200px;border-radius:20px}.hero-content{z-index:2;padding:2rem}.hero h1{font-size:3.2rem;animation:3s infinite alternate redglow;margin-bottom:1rem}.section{padding:60px 20px;width:90%;margin:40px auto}.section h2{color:#f36;margin-bottom:1.5rem;font-size:2.6rem}.section p{color:#000;line-height:1.7;font-size:1.1rem}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:20px;margin:0 auto}.gallery-item{width:100%;height:320px;overflow:hidden;cursor:pointer;transition:.4s}.floating-btn,.location-btn{text-decoration:none;transition:.3s}.gallery-item:hover{transform:scale(1.08)}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.hearts span{color:#f9a;text-shadow:0 0 10px #f36}.footer p,.location-btn{color:#000;font-size:1rem}.locations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding:20px 0}.location-btn{border:none;padding:1rem;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 10px rgba(148,145,145,.3)}.floating-container{position:fixed;right:25px;bottom:35px;display:flex;flex-direction:column;gap:15px;z-index:99999}.floating-btn{width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:30px;color:#fff;animation:2s infinite pulse}.whatsapp{background:#25d366}.phone{background:#f36}.footer{background:#fff;min-height:100px;padding:2.5rem 1.5rem;border-top:1px solid #f36}@media (max-width:992px){.gallery{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.gallery{grid-template-columns:repeat(1,1fr);gap:1rem}.hero{height:380px}.hero h1{font-size:2.2rem;text-align:left}.gallery-item img{width:250px;height:300px}.burger,.nav-links.active{display:flex}.nav-links{display:none;position:absolute;top:80px;left:0;width:100%;background:#fff;flex-direction:column;padding:25px 20px;gap:15px;box-shadow:0 10px 20px rgba(0,0,0,.6);z-index:1001}.section h2{font-size:25px}.section p{font-size:15px;text-align:justify}.locations-grid{grid-template-columns:repeat(2,1fr)}.location-btn{font-size:10px}}