#masthead.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99999;
	background: white;
	height: 80px;
}

#masthead.site-header .navbar {
	height: 80px;
	width: 100%;
	padding: 0;
	overflow: visible;
}

#masthead.site-header .container-fluid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
	padding: 0 1.5rem;
	overflow: visible;
}

#masthead.site-header .navbar-brand {
	margin: 0;
	padding: 0;
}

#masthead.site-header .navbar-toggler {
	padding: 0;
	border: none;
	background: transparent !important;
	display: flex;
	align-items: center;
	z-index: 100001;
}

#masthead.site-header .navbar-toggler-icon {
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Desktop Menu */
.navbar-desktop-menu {
	flex: 1;
	justify-content: center;
}

.navbar-desktop-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 30px;
	align-items: center;
}

.navbar-desktop-list li {
	margin: 0;
}

.navbar-desktop-list a {
	color: #404040;
	text-decoration: none;
	font-size: 16px;
	font-family: "Homenaje", sans-serif;
	transition: color 0.3s ease;
}

.navbar-desktop-list a:hover {
	color: #015a92;
}

.navbar-desktop-list a:visited {
	color: inherit;
}

#masthead.site-header .navbar-collapse {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	background: white;
	border-top: 1px solid #e9e9e9;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	padding: 1rem 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	z-index: 100000;
}

#masthead.site-header .navbar-collapse.show {
	max-height: 500px;
	overflow-y: auto;
}

#masthead.site-header .navbar-nav {
	flex-direction: column;
	padding: 0 1.5rem;
}

#masthead.site-header .navbar-nav a,
#masthead.site-header .navbar-nav button {
	color: #404040 !important;
	padding: 0.75rem 0;
	font-family: "Homenaje", sans-serif;
	display: block;
}

#masthead.site-header .navbar-nav a:visited {
	color: inherit !important;
}

.menu-aperitivo-title span:first-child {
	color: #015a92;
}

/* Menu Modal Popup */
.menu-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100000;
}

.menu-modal.is-active {
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100000;
}

.menu-modal__content {
	position: relative;
	background: white;
	width: 90%;
	max-width: 600px;
	max-height: 80vh;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	z-index: 100001;
	display: flex;
	flex-direction: column;
}

.menu-modal__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: none;
	border: none;
	font-size: 2rem;
	cursor: pointer;
	color: #404040;
	padding: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100002;
}

.menu-modal__close:hover {
	color: #000;
}

.menu-modal__body {
	padding: 3rem 2rem 2rem;
	overflow-y: auto;
	flex: 1;
}

.menu-modal__nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-modal__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-modal__list li {
	margin-bottom: 0;
}

.menu-modal__list a {
	display: block;
	padding: 0.75rem 0;
	color: #404040;
	text-decoration: none;
	font-family: "Homenaje", sans-serif;
	font-size: 1.1rem;
	border-bottom: 1px solid #f0f0f0;
}

.menu-modal__list a:hover {
	color: #0a5f93;
}

@media (max-width: 991.98px) {
	#masthead.site-header .navbar-toggler {
		display: flex;
	}
}

@media (min-width: 992px) {
	#masthead.site-header .container-fluid {
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
	}

	#masthead.site-header .navbar-toggler {
		display: none;
	}

	#masthead.site-header .navbar-collapse {
		position: static;
		top: auto;
		background: transparent;
		border-top: none;
		box-shadow: none;
		padding: 0;
	}

	#masthead.site-header .navbar-nav {
		flex-direction: row;
		padding: 0;
	}

	.menu-modal {
		display: none !important;
	}
}

.admin-bar #masthead.site-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar #masthead.site-header {
		top: 0px;
	}
}
 a:visited {
  color: inherit !important;
}

#page {
	padding: 0;
}

.img-aperitivo {
	display: block;
	width: 60%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.menu-aperitivo-description{
    font-family: "Julius Sans One", sans-serif;
}

.menu-aperitivo-title {
	margin: 0 0 1.2rem;
	font-family: "Homenaje", sans-serif;
	font-size: clamp(3.2rem, 16vw, 6.2rem);
	line-height: 0.82;
	text-align: center;
	text-transform: lowercase;
	color: transparent;
	-webkit-text-stroke: 1px #404040;
}

.menu-aperitivo-title span {
	display: block;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.colore-blu {
	color: #015a92!important;
}
.colore-bianco {
	color: #f6f6f6 !important;
}
.pacifico-font {
    font-family: 'Pacifico', cursive;
}

.menu-aperitivo-button {
	display: inline-block;
	padding: 11px 57px;
	font-family: "Homenaje", sans-serif;
	font-size: 2rem;
	line-height: 1;
	text-transform: lowercase;
	color:  #015a92;
	text-decoration: none;
	background:#f6f6f6;
	border-top: 2px solid rgba(255, 255, 255, 0.35);
	border-bottom: 2px solid rgba(255, 255, 255, 0.35);
}

.figma-menu-board {
	padding: 7.75rem 1.25rem 3rem;
	background:  #f6f6f6;
	color: #015a92;
}

.figma-menu-board__watermark {
	font-family: "Homenaje", sans-serif;
	font-size: clamp(86px, 24vw, 150px);
	line-height: 0.92;
	text-transform: lowercase;
	color: transparent;
	-webkit-text-stroke: 1px #f6f6f6;
}

.figma-menu-board__section {
	margin-bottom: 2.7rem;
}

.figma-menu-board__section:last-child {
	margin-bottom: 0;
}

.figma-menu-board__section-title {
	margin: 0 0 0.9rem;
	font-family: "Pacifico", cursive;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	text-transform: lowercase;
}

.figma-menu-board__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.figma-menu-board__item {
	margin-bottom: 0;
	text-align: center;
}

.figma-menu-board__item:last-child {
	margin-bottom: 0;
}

.figma-menu-board__item-title {
	font-family: "Julius Sans One", sans-serif;
	font-size: 18px;
	line-height: 1.25;
	color:  #015a92;
	margin: 0 0 20px;
}
.bb-colore-blu {
	background-color: #015a92 !important;
}

.figma-menu-board__item-description {
	font-family: "Homenaje", sans-serif;
	font-size: 18px;
	line-height: 1.15;
	color: #698a9e;
	margin: 0 0 35px;
}

@media (min-width: 992px) {
	.img-aperitivo {
		width: 50%;
	}

	.figma-menu-board__item-title {
		font-size: 20px;
	}

	.figma-menu-board__item-description {
		font-size: 17px;
	}
}

.menu-aperitivo-figma {
	position: relative;
	overflow: hidden;
	padding: 0;
}

.menu-aperitivo-figma__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	pointer-events: none;
}

.menu-aperitivo-figma__title {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 1.4rem 1rem 0.7rem;
	font-family: "Homenaje", sans-serif;
	font-size: clamp(76px, 10vw, 100px);
	line-height: 0.9;
	text-align: center;
	text-transform: lowercase;
	color:white;
}

.menu-aperitivo-figma__subtitle {
	position: relative;
	z-index: 1;
	margin: 0 0 0.7rem;
	font-family: "Julius Sans One", sans-serif;
	font-size: clamp(30px, 4.5vw, 48px);
	line-height: 1;
	text-align: center;
	text-transform: lowercase;
	color: #ffffff;
}

.menu-aperitivo-figma__stage {
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0;
	box-sizing: border-box;
	z-index: 1;
	min-height: 708px;
	padding: 2.1rem 1.2rem 3.5rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.menu-aperitivo-figma__outline {
	position: absolute;
	left: 50%;
	top: 35.7%;
	width: 70%;
	height: 43.5%;
	transform: translateX(-50%);
	border: 1px solid #f6f6f6;
	pointer-events: none;
}

.menu-aperitivo-figma__card {
	position: relative;
	top: 0;
	z-index: 2;
	width: min(504px, 100%);
	padding: 1.6rem 1.3rem 2rem;
	background: #ffffff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.menu-aperitivo-figma__carousel {
	overflow: hidden;
	width: 100%;
	touch-action: pan-y;
}

.menu-aperitivo-figma__track {
	display: flex;
	width: 100%;
	transition: transform 0.35s ease;
	will-change: transform;
}

.menu-aperitivo-figma__slide {
	flex: 0 0 100%;
	width: 100%;
}

.menu-aperitivo-figma__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-aperitivo-figma__item {
	text-align: center;
	margin-bottom: 1.45rem;
}

.menu-aperitivo-figma__item:last-child {
	margin-bottom: 0;
}

.menu-aperitivo-figma__item-title {
	margin: 0 0 20px;
	font-family: "Julius Sans One", sans-serif;
	font-size: clamp(28px, 2.2vw, 34px);
	line-height: 1.06;
	text-transform: lowercase;
	color: #0e4b70;
}

.menu-aperitivo-figma__item-description {
	margin: 0 0 35px;
	font-family: "Homenaje", sans-serif;
	font-size: 24px;
	line-height: 1.12;
	color: #cbcbcb;
}

.menu-aperitivo-figma__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2.1rem;
	margin-top: 1.4rem;
}

.menu-aperitivo-figma__hint {
	margin: 0.7rem 0 0;
	font-family: "Homenaje", sans-serif;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	text-transform: lowercase;
	color: #0e4b70;
}

.menu-aperitivo-figma__dot {
	display: inline-block;
	width: 14px;
	height: 14px;
	padding: 0;
	border-radius: 999px;
	border: 1px solid #0a5f93;
	background: transparent;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.menu-aperitivo-figma__dot.is-active {
	background: #0a5f93;
}

@media (max-width: 991.98px) {
	.menu-aperitivo-figma__stage {
		min-height: 620px;
	}

	.menu-aperitivo-figma__item-title {
		font-size: clamp(24px, 4.8vw, 31px);
	}

	.menu-aperitivo-figma__item-description {
		font-size: 22px;
	}
}

@media (max-width: 767.98px) {
	.menu-aperitivo-figma {
		padding: 0;
	}

	.menu-aperitivo-figma__title {
		padding: 1.1rem 0.8rem 0.7rem;
	}

	.menu-aperitivo-figma__stage {
		min-height: auto;
		padding: 1rem 0.8rem 2.4rem;
	}

	.menu-aperitivo-figma__outline {
		display: none;
	}

	.menu-aperitivo-figma__card {
		padding: 1.1rem 0.9rem 1.3rem;
	}

	.menu-aperitivo-figma__item {
		margin-bottom: 0.95rem;
	}

	.menu-aperitivo-figma__item-title {
		margin-bottom: 0.15rem;
		font-size: clamp(22px, 7.6vw, 28px);
	}

	.menu-aperitivo-figma__item-description {
		font-size: 20px;
	}

	.menu-aperitivo-figma__pagination {
		gap: 1.2rem;
		margin-top: 0.9rem;
	}

	.menu-aperitivo-figma__hint {
		margin-top: 0.6rem;
		font-size: 16px;
	}

	.menu-aperitivo-figma__dot {
		width: 12px;
		height: 12px;
	}
}
.my-section{
	background-color: #015a92;
	
}
.bio-highlight {
	position: relative;
	padding: 1.5rem 0 0;
	overflow: hidden;
}

.bio-highlight__frame {
	position: relative;
	z-index: 1;
	width: min(1080px, calc(100% - 2rem));
	margin: 0 auto;
	border: 2px solid #3ea1df;
	overflow: hidden;
	aspect-ratio: 16 / 10;
}

.bio-highlight__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.bio-highlight__veil {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.16) 52%, rgba(0, 0, 0, 0) 100%);
	filter: blur(1px);
	border-radius: 22px;
	pointer-events: none;
	z-index: 0;
}

.bio-highlight__text {
	position: absolute;
	left: 50%;
	bottom: 7.8rem;
	width: min(560px, calc(100% - 2rem));
	transform: translateX(-50%);
	padding: 0.3rem 0.55rem;
	text-align: center;
	color: #ffffff;
	z-index: 2;
}

.bio-highlight__title {
	position: relative;
	z-index: 1;
	margin: 0;
	font-family: "Homenaje", sans-serif;
	font-size: clamp(2rem, 5vw, 3rem);
	line-height: 0.95;
	text-transform: lowercase;
}

.bio-highlight__description {
	position: relative;
	z-index: 1;
	margin: 0.4rem 0 0;
	font-family: "Homenaje", sans-serif;
	font-size: clamp(0.95rem, 1.7vw, 1.2rem);
	line-height: 1.15;
	color: rgba(255, 255, 255, 0.95);
}

.bio-highlight__rectangles {
	position: absolute;
	left: 50%;
	bottom: 1.05rem;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(0.7rem, 2.2vw, 1.5rem);
	width: min(620px, calc(100% - 2rem));
}

.bio-highlight__rectangle {
	display: block;
	flex: 1;
	height: clamp(52px, 8vw, 78px);
	background: rgba(206, 206, 206, 0.88);
}

@media (max-width: 767.98px) {
	.bio-highlight__frame {
		width: calc(100% - 1rem);
		aspect-ratio: 4 / 5;
	}

	.bio-highlight__text {
		bottom: 7rem;
		width: calc(100% - 1.5rem);
	}

	.bio-highlight__description {
		font-size: 0.95rem;
	}

	.bio-highlight__rectangles {
		width: calc(100% - 1.5rem);
		gap: 0.45rem;
	}
}
.img-mini-home-bio {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media (min-width: 992px) {
	.img-mini-home-bio {
		height: 172px;
    width: 100%;
	}
}
.home-hero{
	height:100vh ;
}


.home-bio{
	height:100vh ;
}

.text-overlay {
    background: rgb(1 90 146 / 80%);
    padding: 20px 20px  0px 20px;
}

/* Font utility classes */
.font-homenaje {
	font-family: "Homenaje", sans-serif;
}

.font-julius-sans-one {
	font-family: "Julius Sans One", sans-serif;
}

.fonscriptt-league- {
	font-family: "League Script", cursive;
}
.menu-aperitivo-button:visited  {
    color: #015a92!important;
}

/* Footer Styles */
.site-footer {
	background-color: #015a92;
	padding: 40px 20px;
	text-align: center;
	margin-top: 0;
}

.footer-logo {
	margin-bottom: 30px;
}

.footer-logo-link {
	color: #ffffff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-logo-link:hover {
	color: #f6f6f6;
}

.footer-info-title {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
}

.footer-contact-list {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.footer-contact-item {
	margin-bottom: 0;
}

.footer-contact-label {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
	font-family: "Homenaje", sans-serif;
}

.footer-contact-list p {
	color: #ffffff;
	margin: 0;
	font-family: "Homenaje", sans-serif;
}

.footer-contact-list a {
	color: #ffffff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-contact-list a:hover {
	color: #f6f6f6;
	text-decoration: underline;
}

.footer-contact-list a:visited {
	color: #ffffff;
}
.loghi-footer {
	    height: 20px;
		width: auto;
}
h4 .figma-menu-board__item-title{
font-size: 18px;
}
.my-section {
	 background: linear-gradient(
        to top,
        #015a92 0%,
        rgba(1, 90, 146, 0.8) 20%,
        rgba(1, 90, 146, 0.4) 35%,
        rgba(1, 90, 146, 0) 50%
    );

    position: relative;
    overflow: hidden;
}

.my-section::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: url('./img/tuo-sfondo.jpg');
    background-size: cover;
    background-position: center;

    z-index: -1;
}

.my-section__content {
    position: relative;
    z-index: 1;
}
.home-bio-title {
	font-family: "Homenaje", sans-serif;
	font-size: clamp(2rem, 5vw, 3rem);
	line-height: 0.95;
	text-transform: lowercase;
	color: #f6f6f6;
}