/* ===== MISANO LUXURY EXPERIENCE STYLE ===== *//* IMPORT FONT ELEGANTI */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Montserrat:wght@300;400;500;600&display=swap');/* COLORI BASE */:root{ --luxury-black:#111111; --luxury-dark:#1c1c1c; --luxury-beige:#d8c3a5; --luxury-light:#f8f6f2; --luxury-white:#ffffff; --luxury-grey:#777777;}/* BODY */body{ font-family:'Montserrat', sans-serif; background:var(--luxury-white); color:var(--luxury-black); letter-spacing:0.3px; overflow-x:hidden;}/* TITOLI */h1,h2,h3,h4{ font-family:'Playfair Display', serif; font-weight:600; letter-spacing:1px; text-transform:uppercase;}/* HERO TITLE */h1{ font-size:72px; line-height:1.1; color:white; text-shadow:0 4px 20px rgba(0,0,0,0.35);}/* TESTI */p{ font-size:16px; line-height:1.8; color:var(--luxury-grey);}/* BOTTONI PREMIUM */button,a.button,.btn{ background:transparent; border:1px solid var(--luxury-beige); color:var(--luxury-beige); padding:14px 34px; border-radius:40px; text-transform:uppercase; letter-spacing:2px; font-size:12px; transition:all 0.4s ease;}button:hover,a.button:hover,.btn:hover{ background:var(--luxury-beige); color:white; transform:translateY(-2px);}/* HEADER */header{ background:transparent !important; backdrop-filter:blur(8px); transition:all 0.4s ease;}/* MENU */header a{ color:white !important; text-transform:uppercase; letter-spacing:2px; font-size:13px; font-weight:500;}header a:hover{ color:var(--luxury-beige) !important;}/* SEZIONI */section{ padding:120px 0;}/* IMMAGINI */img{ border-radius:18px; transition:all 0.5s ease;}img:hover{ transform:scale(1.02);}/* CARD */.card,.box{ background:white; border-radius:24px; overflow:hidden; box-shadow:0 10px 40px rgba(0,0,0,0.06); transition:all 0.4s ease;}.card:hover,.box:hover{ transform:translateY(-6px); box-shadow:0 20px 60px rgba(0,0,0,0.12);}/* GALLERIA */.gallery img{ object-fit:cover; height:100%;}/* FOOTER */footer{ background:var(--luxury-black); color:white; padding:80px 0;}footer p,footer a{ color:rgba(255,255,255,0.7);}footer a:hover{ color:var(--luxury-beige);}/* HERO OVERLAY */.hero::before{ content:''; position:absolute; inset:0; background:linear-gradient( to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0.45) );}/* SPAZIATURE PREMIUM */.container{ max-width:1400px;}/* EFFETTO FADE */.fade-in{ animation:fadeIn 1.2s ease forwards;}@keyframes fadeIn{ from{ opacity:0; transform:translateY(30px); } to{ opacity:1; transform:translateY(0); }}/* MOBILE */@media(max-width:768px){ h1{ font-size:42px; } section{ padding:70px 20px; } button, .btn{ width:100%; text-align:center; }}

whatsapp

* Mazzini House - Vivi Misano Adriatico tra mare, sport e relax

* #lorem ipsum#

Mazzini House 

via Mazzini 8 Misano Adriatico, RN, Italia |  Email : info@mazzinihouse.it   |   Tel : +39 333 62 41 081

Accoglienti appartamenti  a Misano Adriatico per chi cerca comfort, design e relax vicino al mare.

41875_fad12ff850de15f1f4f6bba4fa76e49cccc05a66

whatsapp

Copyright 2026  © Mazzini House. Tutti i diritti riservati.

LE CAMERE -

Eleganti appartamenti a Misano per comfort, relax e sport, vicino alla spiaggia e circuito.

41875_5601991abc158e44852912dbcef918a1b780b92c
41875_4636348f07d49e44c9aa955be690efe187599ac8

Iscriviti alla nostra Newsletter

Lasciaci la tua mail e ti terremo informato su tutte le nostre attività.

```css id="td1body"/* ===== BODY LUXURY STYLE ===== */body{ margin:0; padding:0; background:#f8f6f2; color:#111111; font-family:'Montserrat', sans-serif; font-size:16px; line-height:1.8; letter-spacing:0.3px; overflow-x:hidden; /* effetto rendering premium */ -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; /* transizione morbida */ transition:background 0.4s ease,color 0.4s ease; /* sfondo elegante leggerissimo */ background-image: linear-gradient( rgba(255,255,255,0.92), rgba(255,255,255,0.92) ), url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?q=80&w=2070&auto=format&fit=crop'); background-size:cover; background-position:center; background-attachment:fixed;}/* selezione testo premium */body::selection{ background:#d8c3a5; color:white;}/* scrollbar luxury */::-webkit-scrollbar{ width:10px;}::-webkit-scrollbar-track{ background:#f1ede7;}::-webkit-scrollbar-thumb{ background:#d8c3a5; border-radius:20px;}::-webkit-scrollbar-thumb:hover{ background:#b79d7a;}/* fade iniziale sito */body{ animation:bodyFade 1s ease;}@keyframes bodyFade{ from{ opacity:0; } to{ opacity:1; }}/* mobile optimization */@media(max-width:768px){ body{ font-size:15px; background-attachment:scroll; }}```