* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

.grape-nuts-regular {
  font-family: "Grape Nuts", cursive;
  font-weight: 400;
  font-style: normal;
}

nav {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  gap: 110px;
}

nav .logo img {
  width: 125px;
  height: 125px;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

nav ul li a {
  text-decoration: none;
  color: #461f16;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: color 0.2s;
}

nav ul li a:hover {
  color: #f2a7c3;
}

nav .icon i {
  font-size: 22px;
  margin-left: 15px;
  cursor: pointer;
  transition: 0.2s;
}

nav .icon i:hover {
  color: #f2a7c3;
}

.hamburger {
  display: none;
  font-size: 28px;
  cursor: pointer;
  color: #461f16;
}

.hero {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(75%);
}

.hero-content {
  position: absolute;
  top: 60%;
  left: 3%;
  transform: translateY(-50%);
  text-align: center;
  max-width: 450px;
  color: #fff;
  padding: 0 20px;
}

.hero-content h1 {
  font-family: "Grape Nuts", cursive;
  font-size: 85px;
  color: #f2a7c3;
  margin: 0;
}

.hero-content h1 span {
  font-family: "Grape Nuts", cursive;
  font-size: 85px;
  color: #f2a7c3;
}

.hero-content p {
  margin-top: 15px;
  line-height: 1.5;
  font-size: 18px;
  color: #fff;
}

.hero-content .btn {
  margin-top: 20px;
}

.hero-content .btn a {
  margin: 0 auto;
}

.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  padding: 10px 0;
  text-decoration: none;
  color: white;
  background: #461f16;
  border-radius: 7px;
  font-weight: 600;
  transition: 0.2s;
  margin: 15px auto 0;
}

.btn a:hover {
  background: #f2a7c3;
}

.about {
  width: 100%;
  padding: 60px 0;
  background: #fff;
}

.main-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 20px;
  flex-wrap: wrap;
}

.main-about .image img {
  width: 100%;
  max-width: 500px;
  border-radius: 8px;
}

.text-about {
  flex: 1;
  max-width: 550px;
  text-align: center;
}

.text-about h1 {
  font-family: "Grape Nuts", cursive;
  color: #f2a7c3;
  font-size: 70px;
  margin-bottom: 15px;
}

.text-about p {
  line-height: 1.6;
  color: #000;
  margin: 0 auto;
}

/* BUTTON */
.btn-about {
  background: #461f16;
  width: 150px;
  padding: 12px;
  border-radius: 7px;
  margin: 15px auto 0;
  transition: 0.2s;
}

.btn-about a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.btn-about:hover {
  background: #f2a7c3;
}

.btn-about a:hover {
  color: #461f16;
}
.menu {
  width: 100%;
  padding: 100px 0;
}

.menu h1 {
  font-family: "Grape Nuts", cursive;
  color: #f2a7c3;
  font-size: 70px;
  text-align: center;
  margin-bottom: 50px;
}

.menu-box {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-items: center;
  gap: 120px;
}

.menu-cart {
  width: 325px;
  height: 480px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-image {
  width: 300px;
  height: 245px;
  overflow: hidden;
  border-radius: 8px;
}

.menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.menu-image:hover img {
  transform: scale(1.1);
}

.menu-info h2 {
  font-size: 25px;
  color: #461f16;
  text-align: center;
  margin: 10px auto;
}

.menu-info p {
  text-align: center;
  margin: 8px auto;
  line-height: 1.4;
}

.menu-info h3 {
  text-align: center;
  margin-top: 10px;
}

.menu-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #461f16;
  margin: 10px 0;
}

.menu-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  background: #461f16;
  padding: 10px 15px;
  margin-top: 15px;
  border-radius: 7px;
  transition: 0.2s;
}

.menu-btn a:hover {
  background: #f2a7c3;
}

.special {
  width: 100%;
  padding: 100px 0;
}

.special h1 {
  font-family: "Grape Nuts", cursive;
  color: #f2a7c3;
  font-size: 70px;
  text-align: center;
  margin-bottom: 50px;
}

.special-box {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-items: center;
  gap: 120px;
}

.special-cart {
  width: 325px;
  height: 480px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.special-image {
  width: 300px;
  height: 245px;
  overflow: hidden;
  border-radius: 8px;
}

.special-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.special-image:hover img {
  transform: scale(1.1);
}
.special-info h2 {
  font-size: 25px;
  color: #461f16;
  text-align: center;
  margin: 10px auto;
}

.special-info p {
  text-align: center;
  margin: 8px auto;
  line-height: 1.4;
}

.special-info h3 {
  text-align: center;
  margin-top: 10px;
}

.special-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #461f16;
  margin: 10px 0;
}
.special-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  background: #461f16;
  padding: 10px 15px;
  margin-top: 15px;
  border-radius: 7px;
  transition: 0.2s;
}

.special-btn a:hover {
  background: #f2a7c3;
}
.icon i {
  font-size: 25px;
  color: #000;
  margin: 0 15px;
  cursor: pointer;
  transition: 0.2s;
}

.icon i:hover {
  color: #f2a7c3;
}
.review {
  width: 100%;
  padding: 70px 0;
  background: #461f16;
}

.review h1 {
  font-family: "Grape Nuts", cursive;
  color: #f2a7c3;
  font-size: 70px;
  text-align: center;
  margin-bottom: 30px;
}
.review-box {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  justify-items: center;
  gap: 120px;
}

.review-cart {
  width: 325px;
  padding: 20px;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  text-align: center;
  background: #fefefe;
}

.review-cart p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.review-cart h3 {
  font-size: 18px;
  color: #461f16;
  font-weight: 600;
}
.review-profile {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}
.review-cart:hover .review-profile {
  transform: translateY(-60px);
}
.review-profile img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 5px solid #cccccc;
}
.review-text {
  text-align: center;
}
.name {
  color: #461f16;
  transition: 0.3s;
}
.review-cart:hover .name {
  transform: translateY(-50px);
}
.review-icon {
  color: #461f16;
  transition: 0.3s;
}
.review-cart:hover .review-icon {
  transform: translateY(-30px);
}
.review-social i {
  margin: 5px 1px;
  font-size: 15px;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s;
}

.review-social a {
  color: inherit;
  text-decoration: none;
}

.review-social a i {
  transition: 0.3s;
}

.review-social a:hover i {
  color: #f2a7c3;
}
.review-cart:hover .review-social i {
  opacity: 1;
  transform: translateY(-8px);
}
.review-text p {
  text-align: center;
  line-height: 22px;
  transition: 0.3s;
}
.review-cart:hover .review-text p {
  margin-top: 5px;
}
.order {
  width: 100%;
  min-height: 100vh;
  padding: 100px 0;
}
.order h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2a7c3;
  font-size: 70px;
  font-family: "Grape Nuts", cursive;
  padding: 30px;
}
.order-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.order-image img {
  width: 450px;
  max-width: 100%;
}
.order-main form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid: 0 10px;
}
form .input p {
  line-height: 25px;
}
form .input {
  margin: 5px;
}
.input input {
  width: 300px;
  height: 35px;
  padding: 0 10px;
  border: 2px solid #461f16;
  outline: none;
  border-radius: 3px;
  background: white;
}
.input input:focus {
  border: 2px solid #461f16;
}
.order-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  background: #461f16;
  padding: 10px 15px;
  margin-top: 15px;
  border-radius: 7px;
  transition: 0.2s;
}

.order-btn a:hover {
  background: #f2a7c3;
}
footer {
  background-color: #461f16;
  color: white;
  padding: 50px 0;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 0 40px;
  flex-wrap: wrap;
}

.footer-section h4 {
  font-size: 22px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.footer-links,
.footer-locations {
  list-style: none;
  padding: 0;
}

.footer-links li,
.footer-locations li {
  margin-bottom: 10px;
}

.footer-links li a {
  text-decoration: none;
  color: white;
  transition: 0.3s;
}

.footer-links li a:hover {
  color: #f2a7c3;
}

.footer-social-icons {
  display: flex;
  gap: 20px;
  font-size: 26px;
}

.footer-social-icons a {
  color: white;
  transition: 0.3s;
}

.footer-social-icons a:hover {
  color: #f2a7c3;
}

@media (max-width: 767px) {
  nav {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }

  nav ul {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 80px;
    right: 20px;
    width: 200px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
  }

  nav ul.active {
    display: flex;
    gap: 15px;
  }

  .logo {
    flex: 1;
  }

  .hamburger {
    display: block;
    flex: 1;
    text-align: center;
  }

  .icon {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
  }

  .hero {
    height: 90vh;
    position: relative;
  }

  .hero img {
    height: 100%;
    object-fit: cover;
  }

  .hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 90%;
    padding: 0 15px;
  }

  .hero-content h1 span {
    font-family: "Grape Nuts", cursive !important;
  }

  .main {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 0 20px;
  }

  .main-text h1 {
    font-size: 35px;
  }

  .main-text h1 span {
    font-size: 45px;
  }

  .first-image img {
    width: 100%;
    max-width: 350px;
  }

  #Home p {
    max-width: 100%;
    padding: 0 20px;
  }

  .main-about {
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
  }

  .main-about .image img {
    width: 100%;
    max-width: 350px;
  }

  .text-about h1 {
    font-size: 35px;
    text-align: center;
  }

  .text-about {
    text-align: center;
  }

  .menu-box,
  .special-box {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .review {
    background: #461f16 !important;
    width: 100%;
  }

  .review-box {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .review-cart {
    width: 90%;
    margin-top: 60px;
  }

  .order-main {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
  }

  .order-image img {
    width: 100%;
    max-width: 300px;
  }

  .order-main form {
    grid-template-columns: 1fr;
  }

  .input input {
    width: 100%;
  }

  .footer-social-icons {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  nav {
    padding: 15px 25px;
  }

  nav ul {
    gap: 12px;
  }

  .main {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    padding: 0 40px;
  }

  .main-text h1 {
    font-size: 50px;
  }

  .main-text h1 span {
    font-size: 70px;
  }

  .first-image img {
    width: 90%;
    max-width: 500px;
  }

  #Home p {
    max-width: 100%;
  }

  .main-about {
    flex-direction: column;
    gap: 40px;
    padding: 0 40px;
  }

  .main-about .image img {
    width: 90%;
    max-width: 450px;
  }

  .text-about h1 {
    font-size: 55px;
    text-align: center;
  }

  .text-about p {
    text-align: center;
  }

  .menu-box,
  .special-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
  }

  .review-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }

  .order-main {
    flex-direction: column;
    gap: 50px;
    padding: 0 40px;
  }

  .order-image img {
    width: 90%;
    max-width: 400px;
  }

  .order-main form {
    grid-template-columns: 1fr 1fr;
  }

  .input input {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
}

@media (max-width: 1024px) {
  .hero-content h1 {
    font-size: 60px;
  }
  .hero-content p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 40px;
  }
  .hero-content p {
    font-size: 14px;
  }
}
