@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Manrope:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Manrope,sans-serif;background-color:#fff;color:#1a1a1a;-webkit-font-smoothing:antialiased}:root{--background: 0 0% 100%;--foreground: 0 0% 10%;--card: 0 0% 100%;--card-foreground: 0 0% 10%;--popover: 0 0% 100%;--popover-foreground: 0 0% 10%;--primary: 0 84% 50%;--primary-foreground: 0 0% 100%;--secondary: 0 0% 95%;--secondary-foreground: 0 0% 10%;--muted: 0 0% 95%;--muted-foreground: 0 0% 45%;--accent: 0 0% 95%;--accent-foreground: 0 0% 10%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--border: 0 0% 90%;--input: 0 0% 90%;--ring: 0 84% 50%;--radius: .5rem;--chart-1: 12 76% 61%;--chart-2: 173 58% 39%;--chart-3: 197 37% 24%;--chart-4: 43 74% 66%;--chart-5: 27 87% 67%}h1,h2,h3,h4,h5{font-family:Playfair Display,serif}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#e8191a;border-radius:3px}.App{min-height:100vh}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes waPulse{0%{box-shadow:0 0 #25d36680}70%{box-shadow:0 0 0 14px #25d36600}to{box-shadow:0 0 #25d36600}}.anim-fadeup{animation:fadeUp .9s ease both}.anim-fadein{animation:fadeIn .7s ease both}.anim-delay-1{animation-delay:.15s}.anim-delay-2{animation-delay:.3s}.anim-delay-3{animation-delay:.45s}.wa-btn{animation:waPulse 2.2s ease infinite}.img-card{overflow:hidden}.img-card img{transition:transform .6s ease}.img-card:hover img{transform:scale(1.07)}.card-overlay{background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.15) 55%,transparent 100%)}.hero-overlay{background:linear-gradient(to bottom,#0003,#0000008c)}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.bounce{animation:bounce 1.5s ease infinite}.nav-item{position:relative}.nav-item:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:2px;background:#e8191a;transition:width .3s ease}.nav-item:hover:after,.nav-item.active:after{width:100%}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.in{opacity:1;transform:none}.gal-item{overflow:hidden;border-radius:12px;cursor:pointer}.gal-item img{transition:transform .5s ease;display:block;width:100%}.gal-item:hover img{transform:scale(1.06)}.gal-overlay{position:absolute;inset:0;background:#0000;transition:background .3s ease;display:flex;align-items:center;justify-content:center;border-radius:12px}.gal-item:hover .gal-overlay{background:#00000073}.gal-label{color:#fff;text-align:center;opacity:0;transition:opacity .3s ease;padding:12px}.gal-item:hover .gal-label{opacity:1}.App{background:#fff}
