
@font-face {
    font-family: font1;
    src: url('/fonts/AM_TP001.TTF');
}

@font-face {
    font-family: font2;
    src: url('/fonts/BOD_PSTC.TTF');
}

@font-face {
    font-family: font3;
    src: url('/fonts/Manrope-VariableFont_wght.ttf');
}

html, body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	color: #4b5859;
}

a {
	color: #4b5859;
	text-decoration: none;
}

.center {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%,-50%);
	text-align: center;
	width: 100%;
	min-width: 300px;
	padding: 20px;
	box-sizing: border-box;	
	letter-spacing: 1px;
	font-family: font1;
	font-size: 18px;
	line-height: 30px;
}

.menu-center {
	text-align: center;
	width: 100%;
	max-width: 800px;
	margin: 0px auto;
	min-width: 300px;
	padding: 0px 20px 40px 20px ;
	box-sizing: border-box;	
	font-family: font1;
	font-size: 18px;
	line-height: 30px;	
}



.logo {
	width: 100%;
	max-width: 300px;
}

.nomobile {
	display: inline-block;
}

.mobile {
	display: none;
}

.social {
	max-width: 30px;
}

.menu-logo {
	width: 100%;
	max-width: 300px;
}

.first-center {
	height: 100svh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.cnt-freccia {
	position: absolute;
	bottom: 20px;	
}

.freccia{
	max-height: 150px;
}

section {
	position: relative;
	margin-top: 80px;
}

section div {
	position: absolute;
	display: block;
}

section div img {
	display: block;
}

.rosa {
	right: 0px;
	top: -250px;
}

.arancione {
	left: 0px;
	top: 0px;
}

.verde {
	right: 0px;
	top: 0px;
}

.giallo {
	left: 0px;
	top: 0px;
}

.grigio {
	right: 0px;
	top: -150px;
}

h2 {
	font-family: font3;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 5px;
	font-size: 22px;
}

.piatto {
	margin-top: 40px;
	display: block;
}

.titolo-piatto {
	font-family: font2;
	text-transform: uppercase;
	font-weight: 500;	
	display: block;
	font-size: 60px;
	line-height: 70px;
	letter-spacing: 10px;
	margin-bottom: 0px;
}

.allergeni-piatto {
	font-family: font1;	
	font-weight: 500;
	display: block;
	font-size: 18px;
	line-height: 24px;	
	margin-bottom: 20px;
}

.testo-piatto {
	font-family: font1;	
	font-weight: 500;
	display: block;
	font-size: 30px;
	line-height: 46px;	
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.prezzo-piatto {
	font-family: font1;	
	font-weight: 400;
	display: block;
	font-size: 24px;
	line-height: 30px;	
	margin-bottom: 40px;
}

.btn {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ee75ab;
	border-radius: 5px;
	color: #ffffff;
}

@media all and (max-width: 1000px) {
	.center {
		font-size: 16px;
		line-height: 26px;
	}
}

@media all and (max-width: 800px) {

	.nomobile {
		display: none;
	}

	.mobile {
		display: inline-block;
	}
	
	section img {
		transform: scale(0.8, 0.8);
		-ms-transform: scale(0.8, 0.8);
		-webkit-transform: scale(0.8, 0.8);	
	}
	
	.rosa {
		right: 0px;
		top: -220px;
	}

	.arancione {
		left: -20px;
		top: -50px;
	}

	.verde {
		right: -20px;
		top: -50px;
	}

	.giallo {
		left: -20px;
		top: -50px;
	}

	.grigio {
		right: 0px;
		top: -100px;
	}	

}

@media all and (max-width: 600px) {
	.center {
		font-size: 14px;
		line-height: 24px;
	}
	
	.titolo-piatto {
		font-size: 50px;
		line-height: 60px;
		letter-spacing: 10px;		
	}

	.allergeni-piatto {
		font-size: 16px;
		line-height: 22px;		
	}

	.testo-piatto {
		font-size: 26px;
		line-height: 40px;			
		letter-spacing: 2px;
	}

	.prezzo-piatto {
		font-size: 20px;
		line-height: 26px;		
	}
	
	.freccia{
		max-height: 90px;
	}	
	
	section img {
		transform: scale(0.5, 0.5);
		-ms-transform: scale(0.5, 0.5);
		-webkit-transform: scale(0.5, 0.5);	
	}	
	
}

@media all and (max-width: 500px) {
	
	h2 {
		font-size: 18px;
	}
	
	.center {
		font-size: 14px;
		line-height: 24px;
	}
	
	.piatto {
		font-size: 16px;
		line-height: 26px;		
	}	
	
	.titolo-piatto {
		font-size: 36px;
		line-height: 46px;
		letter-spacing: 8px;		
	}

	.allergeni-piatto {
		font-size: 14px;
		line-height: 20px;		
	}

	.testo-piatto {
		font-size: 20px;
		line-height: 30px;			
		letter-spacing: 2px;
	}

	.prezzo-piatto {
		font-size: 18px;
		line-height: 22px;		
	}	
	
}