@charset "UTF-8";

#selector
{
	color: rgb(255, 255, 255);
}
.menu #selector
{
	color: rgb(0, 0, 0);
}

#selector .hamburger span
{
	background-color: rgb(255, 255, 255);
}

.hamburgerOpen #selector .hamburger span,
.menu #selector .hamburger span
{
	background-color: rgb(0, 0, 0);
}

#selector .logo
{
	background-image: url(../_img/logo_wh.svg);
}

/*//////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////// TOP /////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/

#top_slide
{
	-webkit-transition: opacity .5s ease, -webkit-filter .5s ease;
	-moz-transition: opacity .5s ease, filter .5s ease;
	-ms-transition: opacity .5s ease, filter .5s ease;
	-o-transition: opacity .5s ease, filter .5s ease;
	transition: opacity .5s ease, filter .5s ease;
}

body.sc #top_slide
{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

a#entBt
{
	position: absolute;
	display: block;
	cursor: pointer;
	bottom: 0;
/*	bottom: max(5rem, 5vw);*/
	width: 4rem;
	height: 9rem;
	left: 0rem;
	background-color: rgba(255, 255, 255, 0);
	z-index: 1000;

	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

a#entBt:hover
{
	border-bottom-width: 0px;
}

body.sc a#entBt
{
	transform: translateY(-5rem);
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

a#entBt p
{
	font-family: R-R, GG-R, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: .75rem;
	color: rgba(255, 255, 255, 1);
	position: absolute;
	transform-origin: center left;
	transform: rotate(90deg);
	top: 0;
	left: 2rem;
}

a#entBt span
{
	position: absolute;
	bottom: 0rem;
	left: 50%;
	width: 1px;
	height: 5rem;
	border-left: 1px solid rgba(255, 255, 255, 1);
	box-sizing: border-box;
}

a#entBt span::before
{
	position: absolute;
	top: 0px;
	left: 50%;
	content: '';
	width: 6px;
	height: 2px;
	margin-left: -3px;
	background-color:  rgba(255, 255, 255, 1);
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
}

@keyframes sdb10 {
	0% {
		transform: translate(0, 0rem);
		opacity: 0;
	}
	20% {
		transform: translate(0, 0rem);
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 5rem);
		opacity: 1;
	}
	100% {
		transform: translate(0, 5rem);
		opacity: 0;
	}
}

#top_slide  .slideFadeContainer
{
	background-color: white;
/*	position: fixed;*/
	top: 0;
	height: 100vh;
	z-index: 0;
}

#top_slide .slideFadeContainer.start
{
	-webkit-filter: blur(0px);
	filter: blur(0px);
	opacity: 1;
	height: 100vh;
	
	-webkit-transition: opacity 1.0s ease, -webkit-filter 1.0s ease;
	-moz-transition: opacity 1.0s ease, filter 1.0s ease;
	-ms-transition: opacity 1.0s ease, filter 1.0s ease;
	-o-transition: opacity 1.0s ease, filter 1.0s ease;
	transition: opacity 1.0s ease, filter 1.0s ease;
}

#top_slide .slideFadeContainer.stop
{
	height: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	opacity: 0;
}

#top_slide .cover
{
	pointer-events: none;
	position: absolute;
	top: 0;
	background-image: radial-gradient(rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, 0) 0), radial-gradient(rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, 0) 0);
	background-position: 0 0, 2px 2px;
	background-size: 4px 4px;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
}

#top_slide .imgSelector
{
	display: none;
}

#top_slide .logo
{
	pointer-events: none;
	position: absolute;
	display:flex;
	align-items:center;
	justify-content: center;
/*	top:min(-5rem, -5vw);*/
	top:0;
	width: 100%;
	height: 100%;
	
}

#top_slide .logo:after
{
	content:"";
	aspect-ratio:260 / 85;
	width: clamp(240px, 80vw, 45rem);
	background-size: cover;
	background-image: url(../_img/murangozzo_wh.svg);
}

#top_slide
{
	position:sticky;
	top: 0;
	overflow:hidden;
}

#top
{
	position:sticky;
	top: 0;
}

/**********************************************************************/
/**************************** Description ******************************/
/**********************************************************************/

#statement
{
	padding: 0 max(2rem, 10vw) max(5rem, 10vw);
}

#statement h1
{
	font-size: clamp(1.5rem, 5vw, 2rem);
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 2em 0 1em;
}

#statement div.statement > div
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

#statement div.statement p
{
	font-size: clamp(1.1rem, 2vw, 1.3rem);
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

#statement div.statement p + p
{
	margin-top: .5em;
}

#statement div.statement a.moreBt
{
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	margin-top: 2em;
}

#murangozzo
{
/*	padding-bottom: min(20vw, 20vh);*/
}

#murangozzo .head
{
	padding: max(10rem, 10vw) 2rem max(5rem, 5vw)
}

#murangozzo .head .statement
{
	color: rgb(0, 0, 0);
	margin-bottom: 2em;
}

#murangozzo .head .statement + p
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	color: rgb(100, 100, 100);
}

#murangozzo .head h2
{
	flex-direction: row;
	justify-content: center;
	flex-wrap:wrap;
}
#murangozzo .head h2 > span:nth-of-type(1)
{
	font-size: 1em;
}

#gastronomy
{
	margin-bottom: 0;
	padding-bottom: min(10vw, 10vh);
	background-color: rgba(255, 255, 255, 1);
}

#gastronomy .title
{
	border-top: 0px solid rgb(200, 200, 200);
}

#murangozzo > div.menu
{
	border-top-width: 0;
}

#murangozzo > div.menu + div.menu
{
	border-top-width: 1px;
}