
*{
	margin: 0;
	padding: 0;
	font-family: sans-serif;

}

.banner{
	width: 100%;
	height: 100vh;
	background-image: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)),url(sfondopizza.jpg);
	background-size: cover;
	background-position: center;
	margin-bottom: 0;
}

.navbar{
	width: 90%;
	margin: auto;
	/*padding: 35px 0;*/
	padding-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo{
	width: 120px;
	cursor: pointer;
	border-radius: 50%;

}

.navbar ul li{
	list-style: none;
	display: inline-block;
	margin: 0 20px;
	position: relative;
}

.navbar ul li a{
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}

.navbar ul li::after{
	content: '';
	height: 3px;
	width: 0;
	background: #e60000;
	position: absolute;
	left: 0;
	bottom: -10px;
	transition: 0.5s;
}

.navbar ul li:hover::after{
	width: 100%;

}

#active::after{
			content: '';
	height: 3px;
	width: 100%;
	background: #e60000;
	position: absolute;
	left: 0;
	bottom: -10px;
		}



.content{
	

	width: 100%;
	
	
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	margin-bottom: 0;
	margin-top: 100px;
}

.content h1{
	font-size: 70px;
	margin-top: 80;
}

.content p{
	/*margin: 20px auto;*/
	margin-top: 20px;

	font-weight: 100;
	line-height: 25px;
}






.buttondiv{
	/*border: solid 2px white;*/
	text-align: center;
	display:flex;
	justify-content: center;

}


button{
 	width: 200px;
 	padding: 15px 0;
 	text-align: center;
 	margin: 20px 10px;
 	border-radius: 25px;
 	font-weight: bold;
 	border: 2px solid #e60000;
 	background: transparent;
 	color: #fff;
 	cursor: pointer;
 	
 	
 }

 

 button:hover{
 	background:#e60000;
 	border: none;
 	transition: 2s;
 }



.content2{
	display: flex;
	margin-bottom: 0;
	margin-top: 0;
	/*border: 2px solid green;*/
}


/*CONTATTIDIV*/

.contattidiv {
  
  	margin: 40px auto;
    min-height: 20vh;
    height: auto;
    width: fit-content;  
    background-color: #990000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 0 10px 3px rgba(255,255,255,1);

}

/* Style the list inside the menu */
.contattidiv ul {
  list-style: none;
	text-align: left;
	font-size: 2.5vh;
	
}

.contattidiv ul li a{
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}

.contattidiv ul li{
	display: block ;
	vertical-align: text-top;
	margin-top: 1vh;
}

.contattidiv ul li a:hover{
	opacity: 1;
}
















/*LEFTDIV*/

.leftdiv {
  width: 65%;
	height: 20vh;
	background-color: #990000;
	display: flex;
	justify-content: end;
	align-items: center;
  
}

/* Style the list inside the menu */
.leftdiv ul {
  list-style: none;
	text-align: right;
	font-size: 16px;
	padding: 0 15px;
}

.leftdiv ul li a{
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}

.leftdiv ul li{
	display: inline-block ;
	vertical-align: text-top;
	padding: 0 15px;
	padding-bottom: 3px;
	padding-top: 0 15px;
}

.leftdiv ul li a:hover{
	opacity: 1;
}

.rightdiv{
	width: 35%;
	background-color: #3d3d29;
	display: flex;
	justify-content: start;
	align-items: center;
}

.rightdiv ul{
	text-align: center;
	list-style: none;
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 0;
	padding: 0 15px;

}

.rightdiv ul li a{
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}

.rightdiv ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	text-align: center;
}

.rightdiv ul li a:hover{
	opacity: 1;
}


















/*
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   right:0;
   z-index: 9999;
   width: 100%;
   background-color: black;
   text-align: center;
   font-weight: 400;

} */

.footer{
	 padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 0;
  background-color: black;
  
  
}

.footer .social{
	text-align: center;
	padding-bottom: 18px;
	padding-top: 5px;

	

}

.footer .social a{
	font-size: 24px;
	color: #fff;
	border: 2px solid #e60000;
	width: 40px;
	height: 40px;
	line-height: 38px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin: 5px 8px;
	opacity: 0.80;
}

.footer .social a:hover {
	opacity: 1;
}

.footer ul{
	margin-top: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 0;
	text-align: center;
}

.footer ul li a{
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}

.footer ul li{
	display: inline-block;
	padding: 0 15px;
}

.footer ul li a:hover{
	opacity: 1;
}

.footer .copyright a{
	text-align: center;
	color: white;
	text-decoration: none;
	margin-top: 15px;
	font-size: 13px;
	opacity: 0.85;
}

.servizi{
	display: block;
	text-align: center;
	color: #fff;
	background-color: #990000;
	margin-top: 5%;
	margin-right: 20%;
  	margin-left: 20%;
	margin-bottom: 20%;
	padding: 20px;
    border-radius: 30px;
    box-shadow: 0 0 10px 3px rgba(255,255,255,1);
}
.servizi a{

	color: #fff;
	font-size: 20px;
}
.servizitytle{
	text-align: center;
	font-size: 50px;
	margin-top: 8%;
	color: #fff;
}

.dovesiamo{
	text-align: center;
	color: #fff;
	padding-bottom: 100px;
	margin-top: 50px;
	background-color: transparent;
}

.dovesiamo h1{
	font-size: 50px;
	margin-top: 20px;
	
	}

.dovesiamo p{
	/*margin: 20px auto;*/
	margin-top: 20px;
	margin-bottom: 20px;
	}

.dovesiamo p iframe{
	border: solid 2.5px #e60000;
	border-radius: 10%;
}

.dovesiamo .img{
	overflow: scroll;
}

.dovesiamo p1{
	margin: 20px auto;
	
}


.benvenuto{
	text-align: center;
	color: #fff;
	padding-bottom: 100px;
	margin-top: 65px;
}

.benvenuto h1{
	font-size: 60px;
	margin-top: 20px;
	}

.benvenuto p1{
	margin: 25px auto;
	
}



.checkbtn{
	color: white;
	font-size: 30px;
	cursor: pointer;
	display: none;
}

#check{
	display: none;
}




@media screen and (max-width: 900px){
	

	.checkbtn{
		display: block;

	}

	.navbar{
		flex-direction: row-reverse;
	}


	.navbar ul{
		
		position: absolute;
		width: 100%;
		height: 80vh;
		background: grey;
		top: 20vh;

		left: -100%;
		transition: all .5s;
		
		text-align: center;
		z-index: 9999;
		
	}

	.navbar ul li{
		display: block;
		padding: 20px 0;
	}

	.navbar ul li a{
		font-size: 25px;
	}

	#active a{
		background: none;
		color: #e60000;
	}

	.navbar input:checked ~  ul{
		left: 0;
		
	}
}










@media screen and (max-width: 900px) {
	.navbar{   
	/* flex-direction: ; */
}
	.navbar ul li{
	
	display:block;
	text-align: center;
	margin: 0 20px;
}
	#active::after{

		display: none;
		}
	.navbar ul li:hover::after{
	display: none;

}
	.dovesiamo p iframe{   
  	width: 55%;
}
	.dovesiamo h1{
	font-size: 200%;
	margin-top: 20px;
	}
	.benvenuto h1{
	font-size: 220%;
	margin-top: 20px;
	}
.buttondiv{
		flex-direction: column;
		align-items: center;
	}

	button{
		margin: 10px 0px;
	}

	.leftdiv ul li{
		margin: 5px 0;
		display: block;
	}


.leftdiv ul {
  list-style: none;
	text-align: right;
	font-size: 75%;
	
	padding: 0 0;
}
}