* {
	margin: 0;
	padding: 0;
	outline: none;
}

@font-face {
	font-display: block;
	font-family: "AdleyPro";
	src: url("../fonts/AdleyPro.ttf");
}

body {
	font-family: "Oswald";
	font-size: 16px;
	scroll-behavior: smooth;
}

header {
	height: 80px;
}

.container {
	width: 1200px;
	margin: auto;
}

.header-section {
	padding: 20px 50px;
	display: flex;
	justify-content: space-between;
}
.logo h1 {
	font-family: AdleyPro;
	font-size: 70px;
}
.header-contact h5 {
	font-size: 22px;
	color: hsl(0deg 0% 33%);
}
.header-contact a {
	text-decoration: none;
	color: hsl(0deg 0% 29%);
}
.header-contact {
	display: flex;
	gap: 20px;
}

.order-online.header {
}

.order-online a {
	padding: 13px 35px;
	background: hsl(0deg 100% 50%);
	border-radius: 10px;
	font-size: 20px;
	color: hsl(0deg 0% 100%);
	font-weight: bold;
	text-decoration: none;
	transition: 0.4s;
}
.order-online a:hover {
	border: 1px solid red;
	background-color: #fff;
	color: red;
}
.pizza-banner.first {
	text-align: center;
	background: url(../images/1.jpg) no-repeat fixed;
	background-size: 100%;
	background-position: center;
}
.pizza-banner {
	height: 80vh;
}
.pizza-banner:nth-child(2) {
	background: url(../images/4.jpg) no-repeat fixed;
	background-size: 100%;
	background-position: center;
}
.pizza-banner:nth-child(3) {
	background: url(../images/5.jpg) no-repeat fixed;
	background-size: 100%;
	background-position: center;
}
.pizza-banner:nth-child(4) {
	background: url(../images/6.jpg) no-repeat fixed;
	background-size: 100%;
	background-position: center;
}
.pizza-banner:nth-child(5) {
	background: url(../images/3.jpg) no-repeat fixed;
	background-size: 100%;
	background-position: center;
}
.pizza-banner:nth-child(6) {
	background: url(../images/2.jpg) no-repeat fixed;
	background-size: 100%;
	background-position: center;
}
.pizza-banner-bg {
	background: hsl(0deg 0% 0% / 21%);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pizza-banner:nth-child(2) .pizza-banner-bg {
	background: hsl(0deg 0% 0% / 50%);
}
.banner-content h1 {
	font-family: Comforter;
	font-size: 7rem;
	color: hsl(0deg 0% 100%);
}
.banner-content p {
	font-size: 2rem;
	width: 90%;
	color: hsl(0deg 0% 100%);
	font-weight: 200;
	margin-bottom: 20px;
}

.banner-content h3 {
	font-size: 2rem;
	font-family: Pacifico;
	color: hsl(0deg 0% 100%);
}
.banner-content h2 {
	font-size: 4rem;
	color: hsl(0deg 0% 100%);
}

.services {
	display: flex;
	gap: 20px;
	justify-content: space-around;
	align-items: flex-start;
	height: 230px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.service h2 {
	font-size: 2rem;
}

.service h5 {
	color: hsl(0deg 0% 27%);
	margin-top: 25px;
	font-size: 25px;
}

.service {
	width: 33.3%;
}

footer {
	background: hsl(0deg 0% 7%);
	color: #fff;
}

.footer-top {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer-item {
	width: 100%;
}

.footer-item h2 {
	margin-bottom: 30px;
}

.footer-item h4 {
	font-size: 20px;
}

.footer-item h4 span {
	color: hsl(0deg 0% 74%);
}
.footer-item p {
	color: hsl(0deg 0% 87%);
}
.footer-item h4 p {
	color: hsl(0deg 0% 78%);
	font-size: 17px;
	display: inline;
}
.footer-item a {
	text-decoration: none;
	color: aqua;
}
.footer-item a:hover {
	text-decoration: underline;
}
.footer-bottom {
	background: hsl(0deg 0% 17%);
	display: flex;
	justify-content: space-around;
	padding: 10px;
	align-items: center;
	font-weight: 100;
}
