:root {
--navy: #090c2b;
--navy2: #111542;
--gold: #e5b72f;
--orange: #ef6d3f;
--cream: #faf7ef;
--text: #202133;
--r: 22px;
} * {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
font-family: Montserrat, sans-serif;
color: var(--text);
background: var(--cream);
}
img {
display: block;
max-width: 100%;
}
a {
text-decoration: none;
color: inherit;
}
.wrap {
width: min(1180px, calc(100% - 40px));
margin: auto;
}
section {
padding: 105px 0;
}
.screen-reader-text {
position: absolute;
left: -9999px;
}
.wp-site-blocks {
padding: 0;
} .head h2,
.hero h1,
.route h3,
.split h2 {
font-family: "Playfair Display", serif;
}
.head {
max-width: 850px;
margin: 0 auto 55px;
text-align: center;
}
.head h2,
.split h2 {
font-size: clamp(39px, 5vw, 64px);
line-height: 1.05;
margin: 12px 0 18px;
color: var(--navy);
}
.copy p,
.head p {
line-height: 1.8;
color: #626274;
}
.kicker {
color: var(--gold);
font-weight: 800;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.15em;
} .top {
position: absolute;
z-index: 20;
top: 0;
left: 0;
right: 0;
padding: 20px 0;
}
.nav {
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 16px 12px 20px;
background: rgba(8, 11, 41, 0.72);
border: 1px solid rgba(255, 255, 255, 0.18);
border-radius: 18px;
backdrop-filter: blur(13px);
}
.nav img {
width: 190px;
}
.links {
display: flex;
align-items: center;
gap: 25px;
color: #fff;
font-size: 14px;
} .btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 14px 22px;
background: var(--gold);
color: #0b0d2d !important;
border-radius: 999px;
font-weight: 800;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.05em;
} .menu-toggle {
display: none;
width: 42px;
height: 42px;
padding: 0;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 5px;
border: 1px solid rgba(255, 255, 255, 0.25);
border-radius: 50%;
background: rgba(255, 255, 255, 0.08);
color: #fff;
cursor: pointer;
}
.menu-toggle span {
width: 18px;
height: 2px;
background: #fff;
border-radius: 3px;
transition: 0.25s;
}
.menu-toggle.active span:first-child {
transform: translateY(7px) rotate(45deg);
}
.menu-toggle.active span:nth-child(2) {
opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
transform: translateY(-7px) rotate(-45deg);
} .hero {
position: relative;
min-height: 770px;
display: flex;
align-items: flex-end;
color: #fff;
background:
linear-gradient(
90deg,
rgba(7, 9, 35, 0.92) 0,
rgba(7, 9, 35, 0.6) 45%,
rgba(7, 9, 35, 0.25)
),
url(https://www.vesuviosottolestelle.it/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-05-at-18.09.31-1024x768.jpeg)
center / cover;
}
.hero::after {
content: "";
position: absolute;
inset: auto 0 0;
height: 180px;
background: linear-gradient(
transparent,
var(--navy)
);
}
.hero-in {
position: relative;
z-index: 2;
max-width: 760px;
padding: 170px 0 100px;
}
.hero h1 {
margin: 16px 0 24px;
font-size: clamp(55px, 7vw, 92px);
line-height: 0.93;
}
.hero p {
max-width: 680px;
font-size: 17px;
line-height: 1.8;
color: rgba(255, 255, 255, 0.83);
}
.hero .btn {
margin-top: 18px;
} .logobar {
padding: 25px 0 40px;
background: var(--navy);
}
.logos {
display: flex;
align-items: center;
justify-content: center;
gap: 35px;
flex-wrap: wrap;
}
.logos img {
width: auto;
height: 65px;
object-fit: contain;
}
.logos img.vn {
height: 72px;
} .intro-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 55px;
align-items: center;
}
.photo-stack {
position: relative;
padding: 0 50px 55px 0;
}
.photo-stack .main {
width: 100%;
height: 570px;
object-fit: cover;
border-radius: var(--r);
}
.photo-stack .small {
position: absolute;
right: 0;
bottom: 0;
width: 46%;
height: 230px;
object-fit: cover;
border: 8px solid var(--cream);
border-radius: 18px;
}
.copy .btn {
margin-top: 12px;
} .routes {
background: var(--navy);
color: #fff;
}
.routes .head h2,
.booking .head h2,
.special .head h2 {
color: #fff;
}
.routes .head p {
color: rgba(255, 255, 255, 0.65);
}
.cards {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 22px;
}
.route {
position: relative;
min-height: 590px;
padding: 32px;
display: flex;
align-items: flex-end;
border-radius: var(--r);
overflow: hidden;
background-size: cover;
background-position: center;
}
.route:first-child {
background-image:
linear-gradient(
to top,
rgba(8, 11, 43, 0.96),
rgba(8, 11, 43, 0.12)
),
url(https://www.vesuviosottolestelle.it/wp-content/uploads/2026/05/vesuvio_sotto_le_stelle-1024x768.jpg);
}
.route:last-child {
background-image:
linear-gradient(
to top,
rgba(8, 11, 43, 0.96),
rgba(8, 11, 43, 0.12)
),
url(https://www.vesuviosottolestelle.it/wp-content/uploads/2025/07/image00104-768x1024.jpg);
}
.route .sub {
color: var(--gold);
font-weight: 700;
}
.route h3 {
margin: 5px 0 10px;
font-size: 48px;
}
.route p {
font-size: 14px;
line-height: 1.75;
color: rgba(255, 255, 255, 0.78);
}
.route .btn {
margin-top: 10px;
} .experience {
background: #fff;
}
.experience-grid {
display: grid;
grid-template-columns: 0.9fr 1.1fr;
gap: 60px;
align-items: center;
}
.experience-grid img {
width: 100%;
height: 620px;
object-fit: cover;
border-radius: var(--r);
}
.facts {
display: grid;
gap: 12px;
margin: 30px 0;
}
.fact {
padding: 19px 21px;
background: #f5f2ea;
border-radius: 16px;
}
.fact b {
display: block;
margin-bottom: 7px;
color: var(--navy);
}
.fact span {
font-size: 13px;
line-height: 1.65;
color: #666779;
}
.during {
margin-top: 28px;
}
.during h3 {
font-family: "Playfair Display", serif;
font-size: 30px;
color: var(--navy);
}
.during li {
margin: 12px 0;
line-height: 1.6;
color: #5f6070;
} .special {
color: #fff;
background:
radial-gradient(
circle at 15% 18%,
rgba(255, 255, 255, 0.55) 0 1px,
transparent 1.7px
),
radial-gradient(
circle at 72% 28%,
rgba(255, 255, 255, 0.38) 0 1px,
transparent 1.6px
),
radial-gradient(
circle at 38% 68%,
rgba(255, 255, 255, 0.32) 0 1px,
transparent 1.5px
),
radial-gradient(
circle at 88% 78%,
rgba(229, 183, 47, 0.28) 0 1px,
transparent 1.8px
),
linear-gradient(
180deg,
#10143f 0,
#080b2d 100%
);
background-size:
170px 170px,
230px 230px,
290px 290px,
350px 350px,
auto;
}
.special .kicker {
color: var(--gold);
}
.special .head p,
.booking .head p {
color: rgba(255, 255, 255, 0.68);
}
.special-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
}
.special-card {
min-height: 285px;
padding: 25px;
background: rgba(255, 255, 255, 0.075);
border: 1px solid rgba(255, 255, 255, 0.13);
border-top: 3px solid var(--gold);
border-radius: 18px;
backdrop-filter: blur(8px);
}
.special-card h3 {
margin: 15px 0;
font-family: "Playfair Display", serif;
font-size: 27px;
color: #fff;
}
.special-card p {
font-size: 13px;
line-height: 1.7;
color: rgba(255, 255, 255, 0.68);
}
.special-card .star {
font-size: 27px;
color: var(--gold);
} .quote {
text-align: center;
color: #fff;
background:
linear-gradient(
rgba(8, 11, 43, 0.83),
rgba(8, 11, 43, 0.83)
),
url(https://www.vesuviosottolestelle.it/wp-content/uploads/2026/05/vesuvio_sotto_le_stelle-1024x768.jpg)
center / cover fixed;
}
.quote h2 {
max-width: 950px;
margin: 0 auto 25px;
font-family: "Playfair Display", serif;
font-size: clamp(42px, 6vw, 74px);
line-height: 1.05;
}
.quote p {
max-width: 760px;
margin: 0 auto 30px;
line-height: 1.8;
color: rgba(255, 255, 255, 0.75);
} .poster {
background: #fff;
}
.poster-grid {
display: grid;
grid-template-columns: 0.7fr 1.3fr;
gap: 65px;
align-items: center;
}
.poster img {
border-radius: 20px;
box-shadow: 0 25px 60px rgba(10, 12, 40, 0.18);
}
.poster .copy h2 {
margin: 10px 0 20px;
font-family: "Playfair Display", serif;
font-size: 52px;
color: var(--navy);
} .booking {
background: var(--navy);
color: #fff;
}
.amelia-slot {
padding: 60px 30px;
border: 2px dashed rgba(229, 183, 47, 0.65);
border-radius: 22px;
background: rgba(255, 255, 255, 0.04);
text-align: center;
}
.amelia-slot b {
font-size: 21px;
color: var(--gold);
}
.amelia-slot p {
max-width: 680px;
margin: 13px auto 0;
line-height: 1.7;
color: rgba(255, 255, 255, 0.63);
} .faq {
background: #f7f7f5;
}
.faq-list {
max-width: 930px;
margin: auto;
border-top: 1px solid #ccc6b9;
}
.faq-item {
border-bottom: 1px solid #ccc6b9;
}
.q {
display: flex;
justify-content: space-between;
gap: 20px;
padding: 22px 5px;
color: var(--navy);
font-weight: 700;
cursor: pointer;
}
.a {
display: none;
padding: 0 5px 25px;
font-size: 14px;
line-height: 1.75;
color: #646575;
}
.faq-item.open .a {
display: block;
} footer {
padding: 70px 0 25px;
background: #060822;
color: #fff;
}
.footer-grid {
display: grid;
grid-template-columns: 1.2fr 0.7fr 1fr;
gap: 55px;
}
.footer-logo {
width: 250px;
margin-bottom: 18px;
}
footer a,
footer p {
font-size: 13px;
line-height: 1.8;
color: rgba(255, 255, 255, 0.6);
}
footer h4 {
color: var(--gold);
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.12em;
}
.footer-links {
display: grid;
gap: 8px;
}
.bottom {
display: flex;
justify-content: space-between;
gap: 20px;
margin-top: 50px;
padding-top: 22px;
border-top: 1px solid rgba(255, 255, 255, 0.12);
font-size: 11px;
color: rgba(255, 255, 255, 0.42);
} body.admin-bar .top {
top: 32px;
} body:not(.home) .top {
position: absolute;
background: transparent;
}
.legal-page {
min-height: 70vh;
padding: 155px 0 90px;
background: #f7f7f5;
}
.legal-wrap {
max-width: 980px;
}
.legal-head {
padding-bottom: 30px;
margin-bottom: 35px;
border-bottom: 1px solid #d8d8d2;
}
.legal-head h1 {
margin: 10px 0 0;
font-family: "Playfair Display", serif;
font-size: clamp(42px, 6vw, 66px);
line-height: 1.05;
color: var(--navy);
}
.legal-content {
font-size: 15px;
line-height: 1.85;
color: #505161;
}
.legal-content h2,
.legal-content h3,
.legal-content h4 {
margin-top: 2em;
font-family: "Playfair Display", serif;
line-height: 1.2;
color: var(--navy);
}
.legal-content a {
color: #b48700;
text-decoration: underline;
}
.legal-content table {
display: block;
width: 100%;
overflow-x: auto;
border-collapse: collapse;
}
.legal-content td,
.legal-content th {
padding: 10px;
border: 1px solid #deded8;
text-align: left;
}
.legal-content img {
max-width: 100%;
height: auto;
} .back-to-top {
position: fixed;
z-index: 999;
right: 24px;
bottom: 24px;
width: 48px;
height: 48px;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
border: 0;
border-radius: 50%;
background: var(--gold);
color: #fff;
cursor: pointer;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
transition:
opacity 0.3s,
visibility 0.3s,
transform 0.3s,
background 0.3s;
}
.back-to-top svg {
width: 20px;
height: 20px;
fill: none;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}
.back-to-top:hover {
background: #c9a45c;
color: #0b0d2d;
transform: translateY(-3px);
}
.back-to-top.is-visible {
opacity: 1;
visibility: visible;
transform: translateY(0);
} @media (max-width: 850px) {
.menu-toggle {
display: flex;
}
.links {
position: absolute;
top: 82px;
left: 20px;
right: 20px;
display: none;
flex-direction: column;
align-items: stretch;
gap: 0;
padding: 12px;
background: rgba(8, 11, 41, 0.97);
border: 1px solid rgba(255, 255, 255, 0.15);
border-radius: 18px;
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
backdrop-filter: blur(16px);
}
.links.open {
display: flex;
}
.links a:not(.btn) {
display: block;
padding: 15px 12px;
border-bottom: 1px solid rgba(255, 255, 255, 0.09);
font-size: 14px;
}
.links .btn {
width: 100%;
margin-top: 10px;
}
.hero {
min-height: 680px;
}
.cards,
.experience-grid,
.footer-grid,
.intro-grid,
.poster-grid {
grid-template-columns: 1fr;
}
.special-grid {
grid-template-columns: 1fr 1fr;
}
.photo-stack {
padding-right: 25px;
}
.route {
min-height: 510px;
}
} @media (max-width: 767px) {
#prenota .amelia-slot {
width: 100%;
max-width: none;
margin: 0;
padding: 20px 0;
border: 0;
border-radius: 0;
background: transparent;
text-align: initial;
}
.back-to-top {
right: 16px;
bottom: 16px;
width: 44px;
height: 44px;
}
} @media (max-width: 782px) {
body.admin-bar .top {
top: 46px;
}
} @media (max-width: 540px) {
section {
padding: 75px 0;
}
.wrap {
width: min(100% - 28px, 1180px);
}
.nav {
padding: 10px 10px 10px 14px;
}
.nav img {
width: 150px;
}
.nav .btn {
padding: 11px 14px;
}
.hero-in {
padding-top: 70px;
padding-bottom: 65px;
}
.hero h1 {
font-size: 51px;
}
.logos {
gap: 18px;
}
.logos img {
height: 48px;
}
.special-grid {
grid-template-columns: 1fr;
}
.photo-stack .main {
height: 430px;
}
.photo-stack .small {
height: 170px;
}
.poster .copy h2 {
font-size: 40px;
}
.bottom {
flex-direction: column;
}
} .site-loader {
position: fixed;
inset: 0;
z-index: 999999;
display: flex;
align-items: center;
justify-content: center;
background: var(--navy);
opacity: 1;
visibility: visible;
pointer-events: all;
transition:
opacity 0.5s ease,
visibility 0.5s ease;
}
.site-loader__inner {
display: flex;
flex-direction: column;
align-items: center;
gap: 22px;
}
.site-loader__inner img {
width: 220px;
max-width: 70vw;
height: auto;
}
.site-loader__line {
position: relative;
display: block;
width: 160px;
height: 2px;
overflow: hidden;
background: rgba(255, 255, 255, 0.15);
}
.site-loader__line::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 45%;
height: 100%;
background: var(--gold);
animation: loader-line 1.2s ease-in-out infinite;
}
@keyframes loader-line {
0% {
transform: translateX(-120%);
}
100% {
transform: translateX(320%);
}
} .site-loader.is-hidden {
opacity: 0;
visibility: hidden;
pointer-events: none;
} .thank-you-page {
background: var(--navy);
}
.thank-you-hero {
position: relative;
min-height: 720px;
padding: 190px 0 110px;
display: flex;
align-items: center;
background:
radial-gradient(
circle at 15% 18%,
rgba(255, 255, 255, 0.4) 0 1px,
transparent 1.7px
),
radial-gradient(
circle at 72% 28%,
rgba(255, 255, 255, 0.28) 0 1px,
transparent 1.6px
),
radial-gradient(
circle at 38% 68%,
rgba(255, 255, 255, 0.22) 0 1px,
transparent 1.5px
),
linear-gradient(
180deg,
#10143f 0%,
#080b2d 100%
);
background-size:
170px 170px,
230px 230px,
290px 290px,
auto;
}
.thank-you-card {
max-width: 760px;
margin: 0 auto;
padding: 60px;
text-align: center;
background: rgba(255, 255, 255, 0.07);
border: 1px solid rgba(255, 255, 255, 0.14);
border-radius: 24px;
backdrop-filter: blur(10px);
box-shadow:
0 30px 80px rgba(0, 0, 0, 0.2);
}
.thank-you-icon {
width: 72px;
height: 72px;
margin: 0 auto 28px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: var(--gold);
color: var(--navy);
}
.thank-you-icon svg {
width: 32px;
height: 32px;
fill: none;
stroke: currentColor;
stroke-width: 2.2;
stroke-linecap: round;
stroke-linejoin: round;
}
.thank-you-card .kicker {
display: block;
margin-bottom: 14px;
}
.thank-you-card h1 {
max-width: 650px;
margin: 0 auto 20px;
font-family: "Playfair Display", serif;
font-size: clamp(42px, 6vw, 68px);
line-height: 1.05;
color: #fff;
}
.thank-you-lead {
max-width: 580px;
margin: 0 auto 32px;
font-size: 17px;
line-height: 1.7;
color: rgba(255, 255, 255, 0.72);
}
.thank-you-message {
max-width: 560px;
margin: 0 auto 25px;
padding: 22px 25px;
background: rgba(255, 255, 255, 0.06);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 16px;
}
.thank-you-message strong,
.thank-you-message span {
display: block;
}
.thank-you-message strong {
margin-bottom: 7px;
color: #fff;
font-size: 15px;
}
.thank-you-message span {
color: rgba(255, 255, 255, 0.65);
font-size: 13px;
line-height: 1.6;
}
.thank-you-see-you {
margin: 0 0 28px;
font-family: "Playfair Display", serif;
font-size: 21px;
color: #fff;
}
.thank-you-card .btn {
min-width: 190px;
} @media (max-width: 767px) {
.thank-you-hero {
min-height: 650px;
padding: 140px 0 70px;
}
.thank-you-card {
padding: 42px 22px;
border-radius: 20px;
}
.thank-you-icon {
width: 62px;
height: 62px;
margin-bottom: 22px;
}
.thank-you-icon svg {
width: 27px;
height: 27px;
}
.thank-you-card h1 {
font-size: 42px;
}
.thank-you-lead {
font-size: 15px;
}
} .legal-page {
position: relative;
background: var(--navy);
color: #fff;
} .legal-hero {
position: relative;
padding: 190px 0 75px;
background:
radial-gradient(
circle at 15% 18%,
rgba(255,255,255,.38) 0 1px,
transparent 1.7px
),
radial-gradient(
circle at 72% 28%,
rgba(255,255,255,.26) 0 1px,
transparent 1.6px
),
radial-gradient(
circle at 38% 68%,
rgba(255,255,255,.20) 0 1px,
transparent 1.5px
),
linear-gradient(
180deg,
#10143f 0%,
#090c2b 100%
);
background-size:
170px 170px,
230px 230px,
290px 290px,
auto;
}
.legal-hero .wrap {
max-width: 1180px;
}
.legal-hero .kicker {
display: block;
margin-bottom: 14px;
color: var(--gold);
font-size: 12px;
font-weight: 800;
letter-spacing: .15em;
text-transform: uppercase;
}
.legal-hero h1 {
max-width: 850px;
margin: 0;
font-family: "Playfair Display", serif;
font-size: clamp(46px, 6vw, 72px);
font-weight: 600;
line-height: 1.05;
color: #fff;
} .legal-content {
position: relative;
padding: 25px 0 110px;
background:
radial-gradient(
circle at 8% 12%,
rgba(255,255,255,.30) 0 1px,
transparent 1.5px
),
radial-gradient(
circle at 80% 38%,
rgba(255,255,255,.22) 0 1px,
transparent 1.5px
),
radial-gradient(
circle at 30% 78%,
rgba(255,255,255,.18) 0 1px,
transparent 1.5px
),
linear-gradient(
180deg,
#090c2b 0%,
#080a27 100%
);
background-size:
210px 210px,
280px 280px,
330px 330px,
auto;
}
.legal-content .wrap {
max-width: 1180px;
} .legal-card {
max-width: 920px;
margin: 0 auto;
padding: 60px 65px;
background: rgba(255,255,255,.07);
border: 1px solid rgba(255,255,255,.14);
border-radius: 22px;
box-shadow:
0 30px 80px rgba(0,0,0,.20);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
color: rgba(255,255,255,.75);
} .legal-card h2,
.legal-card h3,
.legal-card h4,
.legal-card h5,
.legal-card h6 {
color: #fff;
}
.legal-card h2 {
margin: 50px 0 18px;
font-family: "Playfair Display", serif;
font-size: 32px;
line-height: 1.2;
}
.legal-card h3 {
margin: 38px 0 15px;
font-family: "Playfair Display", serif;
font-size: 24px;
line-height: 1.3;
}
.legal-card h4 {
margin: 30px 0 12px;
font-size: 18px;
line-height: 1.4;
}
.legal-card > *:first-child {
margin-top: 0;
} .legal-card p,
.legal-card li {
color: rgba(255,255,255,.68);
font-size: 16px;
line-height: 1.8;
}
.legal-card p {
margin: 0 0 20px;
}
.legal-card strong,
.legal-card b {
color: rgba(255,255,255,.92);
}
.legal-card ul,
.legal-card ol {
margin: 20px 0 25px;
padding-left: 25px;
}
.legal-card li {
margin-bottom: 8px;
} .legal-card a {
color: var(--gold);
text-decoration: underline;
text-decoration-color: rgba(229,183,47,.55);
text-decoration-thickness: 1px;
text-underline-offset: 4px;
transition: color .2s ease;
}
.legal-card a:hover {
color: #fff;
} .legal-card hr {
margin: 45px 0;
border: 0;
border-top: 1px solid rgba(255,255,255,.12);
} .legal-card table {
width: 100%;
margin: 30px 0;
border-collapse: collapse;
color: rgba(255,255,255,.72);
font-size: 14px;
}
.legal-card th,
.legal-card td {
padding: 14px 16px;
border: 1px solid rgba(255,255,255,.12);
text-align: left;
vertical-align: top;
}
.legal-card th {
background: rgba(255,255,255,.10);
color: #fff;
font-weight: 700;
}
.legal-card tr:nth-child(even) td {
background: rgba(255,255,255,.025);
} @media (max-width: 767px) {
.legal-hero {
padding: 145px 0 45px;
}
.legal-hero h1 {
font-size: 43px;
}
.legal-content {
padding: 20px 0 70px;
}
.legal-card {
padding: 35px 22px;
border-radius: 18px;
}
.legal-card h2 {
margin-top: 38px;
font-size: 27px;
}
.legal-card h3 {
font-size: 22px;
}
.legal-card p,
.legal-card li {
font-size: 15px;
line-height: 1.75;
}
.legal-card table {
display: block;
overflow-x: auto;
white-space: nowrap;
}
}