* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

.container {
  width: 80%;
  margin: 0 auto;
}

nav {
  background-color: #F4F7FB;
}
nav .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  flex-direction: center;
}
nav .nav-center ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  flex-direction: center;
}
nav .nav-center li a {
  padding: 35px;
  display: inline-block;
}
nav .nav-center li a:hover {
  background-color: orange;
  color: white;
}
nav .nav-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  flex-direction: center;
}
nav .fa-bars {
  display: none;
}

@media (max-width: 600px) {
  .nav-center {
    display: none;
  }
}
.hero {
  display: flex;
  font-family: kanit;
  font-size: 32px;
}

.find {
  border-color: white;
  font-family: kanit;
}

.review {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  flex-direction: center;
  padding-top: 390px;
  align-items: center;
  font-family: kanit;
}

.hero-review {
  background-color: #000;
  gap: 20px;
  border-radius: 50%;
  flex-wrap: wrap;
  font-family: kanit;
}

.heropizza {
  margin-left: 200px;
  font-family: kanit;
}

.menu p {
  color: orange;
  font-family: kanit;
  font-size: 25px;
}

.searchbar {
  color: white;
  background-color: #000;
  font-size: 30px;
  font-family: kanit;
}

.small-pizza {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  flex-direction: center;
  font-family: kanit;
}

.why-us h3 {
  color: orange;
  font-family: kanit;
}

.contact p {
  color: orange;
  align-items: center;
  font-family: kanit;
}

.icons {
  text-align: center;
  background-color: #000;
  max-width: 100px;
  border-radius: 50%;
  align-items: center;
  font-family: kanit;
}

.con {
  background-color: #F4F7FB;
}

.img {
  padding: 20px;
}

.icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  flex-direction: center;
  gap: 20px;
  border: 1px solid #F4F7FB;
  gap: 40px;
  padding-top: 300px;
  font-family: kanit;
}

.cart {
  background-color: black;
  color: white;
  font-size: 25px;
  height: 70px;
  width: 200px;
  font-family: kanit;
}

.feature p {
  color: grey;
  font-family: kanit;
}

.menulist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  flex-direction: center;
}
.menulist:hover {
  background-color: orange;
  color: white;
  font-family: kanit;
}

.pizza-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  flex-direction: center;
  gap: 20px;
  padding-top: 10%;
  font-family: kanit;
}

.assistance {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  flex-direction: center;
  padding-top: 40px;
  font-family: kanit;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  flex-direction: center;
  background-color: #000;
  color: white;
  font-family: kanit;
}

.links {
  color: white;
  font-family: kanit;
}

.bbq {
  background-color: #F4F7FB;
}
.bbq p {
  color: #8a8a8a;
}

.Freshpizza {
  background-color: #F4F7FB;
  max-width: 100px;
}

.bg {
  background-color: black;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  flex-direction: center;
  font-family: kanit;
}

.whyus {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  flex-direction: center;
  font-family: kanit;
}

.section-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  max-width: 1200px;
  margin: auto;
  font-family: kanit;
}
.section-container img {
  max-width: 50%;
  border-radius: 5px;
}

.content {
  max-width: 45%;
  padding-left: 20px;
}
.content h2 {
  color: orange;
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-family: kanit;
}
.content h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-family: kanit;
}
.content h1 span {
  color: orange;
}
.content p {
  margin-bottom: 20px;
}

.features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: kanit;
}

.feature {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 6px;
}
.feature .feature-icon {
  background-color: #000;
  color: #fff;
  padding: 15px;
  border-radius: 50%;
  margin-right: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.feature .feature-text h3 {
  font-size: 1.2rem;
  margin: 0;
}
.feature .feature-text p {
  margin: 5px 0 0 0;
}

.viewmore {
  width: 200px;
  height: 60px;
  margin-left: 700px;
  background-color: orange;
  color: white;
  border-radius: 5px;
  border-color: orange;
  font-size: 25px;
  font-family: kanit;
}

.assist {
  background-color: #F4F7FB;
  align-items: center;
  font-family: kanit;
}

.imejes {
  margin-left: 50px;
}

.image-container {
  margin-left: 250px;
  padding-top: 20px;
  font-family: kanit;
}

@media screen and (max-width: 600px) {
  .container {
    width: 100%;
  }
  .sidebar {
    display: none;
  }
}
.pizza-menu {
  font-family: "Kanit", sans-serif;
  padding: 2%;
}
.pizza-menu .orange-1 {
  text-align: center;
  color: orange;
}
.pizza-menu .h1-center {
  text-align: center;
  padding-bottom: 10px;
}
.pizza-menu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
  flex-direction: center;
  list-style: none;
}
.pizza-menu ul li:hover {
  color: orange;
}

.menu-pizza {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: no-wrap;
  flex-direction: center;
  gap: 10px;
  margin-top: 70px;
}

.pizza-move {
  margin: -70px;
}

.nameofpizza {
  margin-top: 60px;
}

.button {
  margin: 90;
  width: 140px;
  height: 40px;
  padding: 0.5rem 1rem;
  background-color: black;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
}
.button:hover {
  background-color: #444;
}

.pizza-cart {
  padding: 10PX;
  align-items: center;
  text-align: center;
  border: 1px solid #F4F7FB;
  border-radius: 10px;
  width: 20%;
  background-color: #F4F7FB;
}
.pizza-cart .shrimp {
  color: #8a8a8a;
}

.btn-view {
  margin-top: 10px;
  margin-left: 44%;
  width: 200px;
  height: 40px;
  padding: 0.5rem 1rem;
  background-color: orange;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.btn-view:hover {
  background-color: #444;
}