/*__________________

--- START GENERAL ---
___________________*/
:root {
	--primario: #f6f1d3;
	--secondario: #21291f;
	--oro: #b59f6b;
	--oroscuro: #a28d5c;
	--sfondo: #35302d;
}

/* scrollbar */
html {
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
	scrollbar-width: auto;
	scrollbar-color: gray;
}


/* body */
.blockoverflow {
	overflow: hidden;
}


ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.specialita {
	list-style-type: disc;
	padding-left: 1em;
}

/* font */
em {
	font-style: normal;
}

body {
	font-family: 'secondario', sans-serif;
	font-size: 1.1em;
}

#sidebar {
	font-family: 'secondario', sans-serif;
}

nav {
	font-family: 'secondario', sans-serif;
	font-size: 1.5em;
}

h1 {
	font-family: 'primario', sans-serif;
	font-size: 4em;
	color: var(--secondario);
}

h2 {
	font-family: 'primario', sans-serif;
	font-size: 3em;
	color: var(--secondario);
}

h3 {
	font-family: 'corsivo', sans-serif;
	font-size: 2em;
	color: var(--oro);

}

h5,
h6 {
	font-family: 'primario', sans-serif;
	font-weight: bold;
}

h5 {
	font-size: 1.6em;
}

h6 {
	font-size: 1.5em;
}

.homeTitle {
	font-family: 'corsivo', sans-serif;
	font-size: 2em;
	color: var(--primario);
}

button {
	font-family: 'logo', sans-serif;
}

@font-face {
	font-family: 'primario';
	src: url(font/Cormorant-Medium.ttf);
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'primario';
	src: url(font/Cormorant-Bold.ttf);
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'secondario';
	src: url(font/Karla-Medium.ttf);
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'secondario';
	src: url(font/Karla-Bold.ttf);
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'corsivo';
	src: url(font/Stacc.ttf);
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'logo';
	src: url(font/ony-r.ttf);
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.mappa {
	padding: 0;
	margin: 0;
	margin-bottom: -0.5em;
}

/* link and buttons */
a,
a:hover {
	color: var(--secondario);
	text-decoration: none;
}



.carousel-control-next,
.carousel-control-prev {
	opacity: 1;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(162, 141, 91, 1)' stroke='white' stroke-width='0.5' stroke-linecap='round' width='10' height='10' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");

}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'  fill='rgba(162, 141, 91, 1)' stroke='white' stroke-width='0.5' stroke-linecap='round' width='10' height='10' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev {
	padding-right: 1.5em;
}

.carousel-control-next {
	padding-left: 1.5em;
}

.btn {
	border-radius: 200px;
	transition: all .3s ease-in;

}

.btn-primario,
.btn-primario:focus,
.btn-primario:active {
	font-weight: bold;
	margin: 1.5em 0;
	color: var(--primario);
	background-color: var(--secondario);
	border: 5px double var(--primario);
	outline: 2px solid var(--secondario);
	box-shadow: none;
}

.btn-primario:hover {
	color: var(--secondario);
	background-color: var(--primario);
	border: 5px double var(--secondario);
	outline: 2px solid var(--primario);
	box-shadow: none;
}

.btn-secondario,
.btn-secondario:focus,
.btn-secondario:active {
	font-weight: bold;
	color: var(--primario);
	background-color: var(--secondario);
	border: 2px solid var(--primario);
	box-shadow: none;
	margin: 1.5em 0;
	outline: none !important;
}

.btn-secondario:hover {
	color: var(--secondario);
	background-color: var(--primario);
	border: 2px solid var(--secondario);
	box-shadow: 0 0 0 0.2rem var(--primario);
}

.btn-terziario,
.btn-terziario:focus,
.btn-terziario:active {
	font-weight: bold;
	color: var(--secondario);
	background-color: transparent;
	border: 2px solid var(--secondario);
	margin: 1.5em 0;
	outline: none !important;
	box-shadow: none;
}

.btn-terziario:hover {
	color: var(--primario);
	background-color: var(--secondario);
	border: 2px solid var(--primario);
	box-shadow: 0 0 0 0.3rem var(--secondario);
}

.btn-quaternario,
.btn-quaternario:focus,
.btn-quaternario:active {
	font-weight: bold;
	color: var(--primario);
	background-color: transparent;
	border: 2px solid var(--primario);
	margin: 1.5em 0;
}

.btn-quaternario:hover {
	color: var(--secondario);
	background-color: var(--primario);
	border: 2px solid var(--secondario);
	box-shadow: 0 0 0 0.3rem var(--primario);
}

.btn-social img {
	width: 1.7em;
	float: left;
}

.btn-social,
.btn-social:focus,
.btn-social:hover {
	width: 12em;
	color: white;
	border: none;
	font-weight: bold;
}

@media (max-width: 960px) {
	.btn-social {
		max-width: 90%;
	}
}

@media (max-width:768px) {
	.btn-social {
		max-width: 60%;
	}
}

@media (max-width:576px) {
	.btn-social {
		max-width: 80%;
	}
}

.btn-wa {
	color: #45c655;
	background-color: transparent;
	border: 2px solid #45c655;
}

.btn-wa:hover {
	color: white;
	background-color: #45c655;
	border: 2px solid white;
	box-shadow: 0 0 0 0.2rem #45c655;
}

.btn-tg {
	background-color: #0088cc;
}

.btn-tg:hover {
	box-shadow: 0 0 0 0.2rem #0088cc;
}

.btn-tel {
	background-color: #343a40;
}

.btn-tel:hover {
	box-shadow: 0 0 0 0.2rem #343a40;
}

.btn-mail {
	color: #dc2743;
	border: #dc2743 solid;
}

.btn-mail:hover {
	color: #dc2743;
	border: #dc2743 solid;
	box-shadow: 0 0 0 0.2rem #dc2743;
}

.btn-trip {
	background-color: #00af87;
}

.btn-trip:hover {
	box-shadow: 0 0 0 0.2rem #00af87;
}

.btn-ig {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.btn-ig:hover {
	box-shadow: 0 0 0 0.2rem #dc2743;
}

.btn-fb {
	background-color: #3b5998;
}

.btn-fb:hover {
	box-shadow: 0 0 0 0.2rem #3b5998;
}

/*__________________

--- START NAVBAR ---
___________________*/

/* avoid navbar overlapping */
html,
body {
	scroll-padding-top: 60px;
	scroll-behavior: smooth;
}

/* top style */
.navbar {
	background-color: transparent;
}

.navbar a {
	color: var(--secondario) !important;
}

#openNav {
	border: none;
	border-color: transparent !important;
}

#openNav:focus {
	outline: none;
}

.navbar-brand {
	display: inline-block;
	padding-top: 0.3125rem;
	padding-bottom: 0;
	margin-right: 1rem;
	font-size: 2.7rem;
	line-height: inherit;
	white-space: nowrap;
}

.navbar-brand img {
	position: fixed;
	top: 0;
	left: calc(50% - 1.5em);
	margin: 0.1em 0;
	width: 3em;
	transition: all .65s ease-out;
}

nav li img {
	border-radius: 50%;
	margin: 0 .75rem;
	padding: .16rem;
	background-color: var(--secondario);
	border: 1px solid var(--secondario);
	width: 1.8rem;
	vertical-align: middle;
}

.nav-cta {
	position: relative;
	top: -100%;
	opacity: 0;
	transition: all 0s ease-out;
	font-size: 0.5em;
}

/* scroll style */
.top {
	background-color: transparent;
	transition: all .45s ease-out;
}

.scroll {
	background-color: var(--secondario);
	transition: all 0.3s ease-out;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.5);
}

.scroll .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.scroll a {
	color: var(--primario) !important;
}

.scroll .navbar-brand img {
	left: calc(50% - 0.7em);
	width: 1.4em;
	transition: all .5s ease-out;
}

@media (max-width: 576px) {
	.scroll .navbar-brand img {
		left: 0.6em;
	}

}

.scroll li img {
	background-color: var(--primario);
	border: 1px solid var(--primario);
}

.scroll .nav-cta {
	position: relative;
	opacity: 1;
	transition: all .3s ease-out;
}

/* side style */
.hamburger {
	padding: 0 .75rem;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: .55rem 0 0 0;
	overflow: visible;
}

.hamburger:focus {
	outline: none;
}

.hamburger-box {
	width: 1.5rem;
	height: 1.5rem;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	text-align: center;
	width: 1.5rem;
	height: .15rem;
	background-color: var(--secondario);
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	width: 1.5rem;
	height: .15rem;
	background-color: inherit;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -.5rem;
}

.hamburger-inner::after {
	bottom: -.5rem;
}

.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.overlay {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	overflow-x: hidden;
	background-color: var(--secondario);
	background-image: url(../img/sfondo/filigrana.svg);
	background-repeat: no-repeat;
	background-position: 95% 98%;
	background-size: 15%;
	transition: all .45s ease-in;
}

.overlay-content {
	position: absolute;
	top: 25%;
	left: 15%;
	width: 100%;
}

.overlay-content a {
	font-size: calc(1.9rem + 5vmin);
	color: var(--primario);
	display: block;
	font-weight: 500;
}

.overlay a:hover,
.overlay a:focus {
	color: var(--primario);
}

/* sidebar animation */
.entrataslide {
	-webkit-animation: slaidin .6s ease-in 0s 1 normal;
	animation: slaidin .6s ease-in 0s 1 normal;
}

@-webkit-keyframes slaidin {
	from {
		left: 0%;
	}

	to {
		left: 20%;
	}
}

@keyframes slaidin {
	from {
		left: 0%;
	}

	to {
		left: 20%;
	}
}

.entratafade {
	-webkit-animation: fadein .65s ease-in 0s 1 normal;
	animation: fadein .65s ease-in 0s 1 normal;
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadein {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.uscitaslide {
	-webkit-animation: slideout .5s ease-in 0s 1 normal;
	animation: slideout .5s ease-in 0s 1 normal;
}

@-webkit-keyframes slideout {
	from {
		left: 20%;
	}

	to {
		left: 0%;
	}
}

@keyframes slideout {
	from {
		left: 20%;
	}

	to {
		left: 0%;
	}
}

.uscitafade {
	-webkit-animation: fadeout .45s ease-in 0s 1 normal;
	animation: fadeout .45s ease-in 0s 1 normal;
}

@-webkit-keyframes fadeout {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeout {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

/*__________________

---START SECTIONS---
___________________*/
.secondario {
	background-color: var(--primario);
	background-image: url("../img/sfondo/filigrana-motivo-solo.svg");

}

#homeCarousel {
	padding-bottom: 0 !important;
}

#homeCarousel::before {
	content: "";
	display: block;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(246, 241, 211, 0) 60%);
	background-repeat: no-repeat;
}

#homeCarousel::after {
	content: "";
	display: block;
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8));
	background-repeat: no-repeat;
}

#homeCarousel {
	height: 100svh;
	overflow: hidden;
}

#homeCarousel img {
	min-width: 100svw;
	min-height: 100svh;
}

@media (orientation: landscape) {
	#homeCarousel img {
		height: 100svh;
	}
}

#homeCarousel .homeBtn {
	z-index: 3;
	position: absolute;
}

@media (orientation: landscape) {
	#homeCarousel .homeBtn {
		bottom: 8%;
	}
}

@media (orientation: portrait) {
	#homeCarousel .homeBtn {
		bottom: 5%;
	}

}

#homeCarousel .homeTxt {
	z-index: 3;
	position: absolute;
	top: 20%;
}

@media (orientation: landscape) {
	#homeCarousel .homeTxt {
		top: 25%;
	}
}

@media (orientation: portrait) {
	#homeCarousel .homeTxt {
		top: 21%;
	}
}

.margineNegativo {
	margin-bottom: -8em;
}

@media (max-width:768px) {
	.margineNegativo {
		margin-top: 4em;
		margin-bottom: -4em;
	}
}

.aic {
	width: 70%;
}

#contatti picture img {
	width: 50%;
}

@media (max-width:992px) {
	#contatti picture img {
		width: 60%;
	}
}

@media (max-width:768px) {
	#contatti picture img {
		width: 70%;
	}
}

@media (max-width:576px) {
	#contatti picture img {
		width: 75%;
	}
}

.separaparagrafi {
	margin-top: 5em;
}

.carousel.carousel-fade .carousel-item {
	display: block;
	opacity: 0;
	transition: opacity ease-out .5s;
}

.carousel.carousel-fade .carousel-item.active {
	opacity: 1 !important;
}

footer,
footer a {
	background-color: #171a1c;
	color: #d3d3d3;
	font-size: medium;
}

footer a:hover {
	color: white;
	text-decoration: underline;
}

footer .datacopy {
	background-color: #0c0c0c;
	font-size: small;

}

footer .logomio {
	width: 8em;
}

footer .logoony {

	width: 5em;
}

.logofooter {
	margin-left: 0.01px;
}


.cookiealert {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 !important;
	z-index: 999;
	opacity: 0;
	border-radius: 0;
	transform: translateY(100%);
	transition: all 500ms ease-out;
	color: white;
	background: #212327;
}

.cookieshow {
	opacity: 0.85;
	transform: translateY(0%);
	transition-delay: 1000ms;
}

.cookiealert a {
	color: white;
	text-decoration: underline;
}

.cookiealert .acceptcookies {
	margin-left: 10px;
	vertical-align: baseline;
}

.cookiealert button {
	color: white;
	border: 3px solid white;
}

.cookiealert button:hover {
	color: black;
	background-color: white;
	border: 3px solid white;
}

.cookiealert button:focus {
	color: black;
	background-color: white;
	border: 3px solid #212327;
	box-shadow: 0 0 0 0.2rem rgb(255, 255, 255);
}

.info ul {
	list-style-type: circle;
	margin-left: 2em;
}

.info a {
	text-decoration: underline;
}

.netfood {
	position: absolute;
	width: 40%;
	height: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000000;
}