/*
Theme Name: Hosteria
*/


/* non modificare più */
main {
	min-height: 100vh;
}

/* HERO */
.wrap-hero {
	position: relative;
	overflow: hidden;
	height: 100vh;
	min-height: 470px;
	color: #fff;
}
.wrap-hero:after {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	animation: marrone 4s ease-in forwards;
}
@keyframes marrone {
	0% { background-color: rgb(60 56 52 / 20%); }
    100% { background-color: rgb(60 56 52 / 80%); }
}
.wrap-hero img {
	position: absolute;
	inset: 0;
	height: 100%;
	z-index: -1;
}
.wrap-hero .logo-hero {
	position: relative;
	height: 100%;
	text-align: center;
	pointer-events: none;
	z-index: 1;
}
.wrap-hero .logo-hero img {
	position: initial;
	inset: initial;
	width: 400px;
	height: 250px;
	object-fit: contain;
	margin: 0 auto;
}
.logo-hero-txt {
	font-family: 'Playfair Display', Arial, sans-serif;
	font-size: 2rem;
	padding: 2rem 0;
}
.wrap-hero video {
	position: absolute;
	height: 100%;
	inset: 0;
}
@media (max-width: 767px) {
	.wrap-hero {
		height: 60vh;
	}
}


a.down-scroll {
	position: absolute;
	display: inline-block;
	width: max-content;
	bottom: 60px;
	left: 50%;
	transform: translate(-50%, 0px);
	padding: 3px 15px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 15px;
	border-radius: 20px;
	z-index: 5;
	opacity: 0;
	animation: fadeScroll 1s 6s ease-in forwards;
}
a.down-scroll:hover {
	background-color: #fff;
	color: #000;
}
@keyframes fadeScroll {
	to { opacity: 1; }
}



/* SWAP */
.txtswap {
	padding-bottom: 4rem;
}
.txtswap img {
	height: 100%;
	min-height: 600px;
}
.txtswap .txt {
	padding: 2rem 0;
	max-width: 700px;
}
.txtswap.txtswap-even {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.txtswap.ani img {
	opacity: 0;
	transition: opacity 2s;
}
.txtswap.ani.iw img {
	opacity: 1;
}



/* SFONDO */
.wrap-sfondo {
	position: relative;
	overflow: hidden;
	min-height: 90vh;
	padding-top: 6rem;
	padding-bottom: 6rem;
	color: #fff;
	background-color: rgb(60 56 52 / 100%);
}
.wrap-sfondo:after {
	content: '';
	position: absolute;
	inset: 0;
	background-color: rgb(139 29 64 / 80%);
}
.wrap-sfondo img {
	position: absolute;
	inset: 0;
	height: 100%;
}
.wrap-sfondo-txt {
	position: relative;
	text-align: center;
	z-index: 2;
}
.txt-big {
	font-size: 2em;
    font-family: 'Playfair Display', Arial, sans-serif;
}





/* FOOTER */
.footer {
	font-size: 15px;
	color: #fff;
	padding-top: 4rem;
	padding-bottom: 4rem;
	background-color: rgb(139 29 64 / 100%);
}
.footer p {
	margin-bottom: .5em;
}
.footer a {
	color: #fff;
}


.wrap-menu {
	color: #888;
}
.wrap-menu h2 {
	padding-top: 4rem;
	padding-bottom: 2rem;
}
.wrap-menu h2,
.wrap-menu strong {
	color: #000;
}


/* LG - small desktop */
@media (max-width: 1199px) {
}

/* MD - tablet landscape */
@media (max-width: 991px) {
}

/* SM - tablet portrait */
@media (max-width: 767px) {
}

/* XS - smartphone */
@media (max-width: 575px) {
}
