@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.burger {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  border: 0;
}

ul,
ol {
  list-style: none;
}

html {
  font-size: 95%; /* desktop */
}

body {
  font-size: 1.6rem;
  font-family: "Rubik", sans-serif;
  line-height: 1.3;
}

.container {
  display: flex;
  flex-direction: column;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  width: 100%;
}
.header .logoContent {
  margin: 1.5rem 5rem;
}
.header .logo {
  width: 50%;
}
.header .links {
  display: flex;
  gap: 1.5rem;
  margin-right: 5rem;
  align-items: center;
  font-size: 1.3rem;
}
.header .links__link {
  color: rgb(45, 44, 44);
}
.header .links__link:hover {
  color: #f1d81b;
}

.signin-btn {
  background-color: #000000;
  color: rgb(255, 255, 255);
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.2rem;
  transition: 0.3s;
}

.signin-btn:hover {
  background-color: #f1d81b;
}

.text1 {
  background-color: #e8e4bc;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 4rem 5%;
  gap: 2rem;
}

.column1 {
  flex: 1;
  display: flex;
  align-items: center;
}

.pargraph {
  font-size: 3.1rem;
  line-height: 1.2;
  font-weight: 600;
}

.Food {
  color: #f1d81b;
}

.desc {
  margin-top: 20px;
  font-size: 1.2rem;
  color: #555;
  line-height: 1.6;
  max-width: 500px;
}

.buttons {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.order {
  background: #f1d81b;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 1rem;
  cursor: pointer;
}

.watch {
  font-size: 1rem;
  color: #333;
  cursor: pointer;
}

/* الصورة */
.column2 {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-boy {
  width: 100%;
  max-width: 700px;
  height: auto;
}

.menu {
  background-color: #f1d81b;
}

.menu__text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 2.5rem;
}

.menu__h2 {
  font-size: 4rem;
  padding: 0.5rem 0;
  color: #ffffff;
}

.menu__p {
  color: #000000;
}

.All__items {
  padding-left: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2rem;
}

.container1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.card {
  width: 90%;
  background: white;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  margin-left: 1.5rem;
}

.card:hover {
  transform: translateY(-5px);
}

.image {
  position: relative;
}

.image img {
  width: 100%;
  height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #da4607;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 1.2rem;
}

.content {
  padding: 1.5rem;
}

.content h3 {
  margin: 0;
}

.content p {
  font-size: 14px;
  color: gray;
  margin: 1rem 0;
}

.bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price {
  color: rgb(255, 231, 14);
  font-weight: bold;
  font-size: 2rem;
}

button {
  background: rgb(15, 15, 15);
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 1rem;
  cursor: pointer;
  color: white;
  font-weight: bold;
}
button:hover {
  background-color: #f1d81b;
}

.popular__content {
  text-align: center;
}

.popular__h2 {
  font-size: 3rem;
  margin-top: 7rem;
}

.popular__p {
  margin: 1.5rem 0 1.5rem;
  font-size: 1.2rem;
}

.pouplar__imag {
  margin: 1rem 0 0 1rem;
}

.View__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
}

.popular__link {
  background: #f1d81b;
  color: white;
  border: none;
  padding: 1rem 2rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
  border-radius: 20px;
  font-size: 1.5rem;
  cursor: pointer;
  text-align: center;
}

.arrow__menu {
  font-size: 1.5rem;
}

.story {
  background-color: #e8e4bc;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.story__content {
  margin-left: 4rem;
  margin-top: 1rem;
}

.story__h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3rem;
  color: #090909;
}

.story__p {
  font-size: 1.5rem;
  color: #786848;
  line-height: 2rem;
  margin-bottom: 1rem;
}

.About__story__img {
  display: flex;
}

.story__img {
  width: 60%;
  margin-left: 8rem;
}

.about__us {
  padding-left: 1rem;
  background-color: #f1d81b;
  text-align: center;
}

.about__h2 {
  font-size: 4rem;
  color: #ffffff;
  margin-top: 1rem;
}

.about__p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.About__story {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  background-color: #f6f4e2;
  padding: 4rem 3rem;
  align-items: center;
  background-color: #f6f4e2;
}

.About__story__content {
  max-width: 600px;
  margin-left: 2rem;
}

.About__story__h2 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.About__story__p {
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
  color: #555;
}

.About__story__num {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  justify-items: center;
}

.num__h3 {
  color: #ead4a8;
  font-size: 5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.num__p {
  font-size: 2rem;
  color: #5c5b5a;
}

.values {
  background: var(--bg);
  padding: 80px 20px;
  text-align: center;
  background-color: #ffffff;
}

.values__title {
  font-size: 3.6rem;
  margin-bottom: 1rem;
}

.values__subtitle {
  margin-bottom: 5rem;
  color: #555;
}

.values__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

.card__About {
  background-color: #e9ebd0;
  padding: 3rem 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.card__About:hover {
  transform: translateY(-5px);
}

.card__icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: var(--yellow);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.card__About h3 {
  margin-bottom: 10px;
  color: #000000;
}

.card__About p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

.Contact {
  background-color: #f1d81b;
}

.Contact__text {
  text-align: center;
}

.contact__all {
  background: #e7e3cf;
  padding: 5rem 0;
}

.contact__content {
  width: 90%;
  max-width: 110rem;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

/* LEFT SIDE */
.contact__info h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
}

.info-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.icon {
  background: #ffe11b;
  padding: 1.2rem;
  border-radius: 1rem;
  margin-right: 1.5rem;
  margin-bottom: 3rem;
  font-size: 2rem;
}

/* RIGHT SIDE */
.contact__form {
  background: #f5f5f5;
  padding: 5rem;
  margin-left: 7rem;
  border-radius: 2rem;
}

.contact__form h2 {
  margin-bottom: 2rem;
}

.contact__form form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact__form input,
.contact__form select,
.contact__form textarea {
  padding: 1.2rem;
  border-radius: 1rem;
  border: 1px solid #ffffff;
}

.contact__form textarea {
  min-height: 12rem;
  resize: none;
}

.contact__form button {
  background: #fff048;
  border: none;
  padding: 1.2rem;
  border-radius: 1rem;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.footer {
  background: #8b4b00;
  color: #fff;
  padding: 5rem 0 2rem;
  font-family: Arial, sans-serif;
}

.footer__content {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}

.footer__col h2,
.footer__col h3 {
  margin-bottom: 1.5rem;
}

.footer__col p {
  line-height: 1.2;
  color: #f1e4d3;
  font-size: 1rem;
}

.footer__col ul {
  list-style: none;
  padding: 0;
  font-size: 1rem;
}

.footer__col ul li {
  margin-bottom: 1rem;
}

.footer__col ul li a {
  color: #f1e4d3;
  text-decoration: none;
  transition: 0.3s;
  font-size: 1rem;
}

.footer__col ul li a:hover {
  color: #ffdb38;
}

.footer__col4 h3 {
  margin-bottom: 1.5rem;
}

.footer__col4 p {
  line-height: 1.2;
  color: #f1e4d3;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

/* SOCIAL */
.social {
  margin-top: 1.5rem;
}

.social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #a65c00;
  color: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  margin-right: 10px;
  text-decoration: none;
  transition: 0.3s;
}

.social a:hover {
  background: #b6b632;
  color: #000;
}

/* BOTTOM */
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 3rem;
  text-align: center;
  padding-top: 1rem;
  color: #f1e4d3;
  font-size: 1.5rem;
}

.cart-container {
  display: flex;
  gap: 20px;
  padding: 30px;
  background: #f5f2e9;
}

.cart-left {
  flex: 2;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
}

.cart-right {
  flex: 1;
  background: #fff;
  padding: 2rem;
  border-radius: 1.5rem;
  height: -moz-fit-content;
  height: fit-content;
}

.top {
  display: flex;
  justify-content: space-between;
}

.clear {
  color: red;
  cursor: pointer;
}

.item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border: 1px solid #eee;
  border-radius: 1.2rem;
  margin-top: 1.5rem;
}

.item img {
  width: 8rem;
  height: 8rem;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.info {
  flex: 1;
  margin-left: 1.5rem;
}

.price {
  color: orange;
  font-weight: bold;
}

.qty {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.qty button {
  padding: 5px 10px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.delete {
  color: red;
  cursor: pointer;
  padding-left: 2rem;
}

.row {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.total {
  font-size: 18px;
  font-weight: bold;
}

.checkout-btn {
  width: 100%;
  padding: 15px;
  background: #f5b800;
  border: none;
  border-radius: 10px;
  margin-top: 15px;
  cursor: pointer;
  font-size: 16px;
}

.cart-icon {
  position: relative;
  cursor: pointer;
  margin-left: 1.5rem;
}

.checkout-container {
  display: flex;
  justify-content: center;
  gap: 4rem;
  padding: 6rem 2rem;
  background: #f5f5f5;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* الكروت */
.checkout-left {
  background: #fff;
  padding: 2.5rem;
  border-radius: 1.5rem;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  width: 400px;
  max-height: 500px;
  overflow: auto;
}

.checkout-right {
  width: 400px;
  background: #fff;
  padding: 2.5rem;
  border-radius: 15px;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.checkout-left:hover,
.checkout-right:hover {
  transform: translateY(-5px);
}

/* العناوين */
.checkout-left h2,
.checkout-right h2 {
  margin-bottom: 20px;
  font-weight: 600;
  color: #000000;
}

/* الفورم */
.checkout-left input {
  display: block;
  width: 100%;
  margin: 12px 0;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1.4rem;
  transition: 0.3s;
}

.checkout-left input:focus {
  border-color: #ffffff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
}

/* الزرار */
.checkout-left button {
  width: 100%;
  padding: 1.4rem;
  margin-top: 1rem;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  cursor: pointer;
  transition: 0.3s;
}

#confirmBtn.loading {
  background: #999;
  cursor: not-allowed;
}

#confirmBtn.success {
  background: #2ecc71;
  transform: scale(1.05);
}

/* حركة خفيفة */
#confirmBtn {
  transition: 0.3s;
}

/* الاوردر */
.checkout-right p,
.checkout-right h3 {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
  font-size: 1.5rem;
}

.checkout-right hr {
  border: none;
  border-top: 0.1rem solid #eee;
  margin: 1.5rem 0;
}

.checkout-right h3 {
  font-size: 18px;
  font-weight: bold;
}

/* الجزء الشمال (صورة + بيانات) */
.item-left {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.item-img {
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.order-item {
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ========================= */
/* 📱 Mobile (max-width: 768px) */
/* ========================= */
@media (max-width: 48rem) {
  html {
    font-size: 75%;
  }
  .logo {
    margin-left: 4.5rem;
  }
  /* HEADER */
  .header {
    flex-direction: column;
  }
  .links {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 4rem;
  }
  .signin-btn {
    margin-bottom: 0.4rem;
  }
  /* HERO */
  .text1 {
    flex-direction: column;
    text-align: center;
  }
  .pargraph {
    font-size: 2.4rem;
  }
  .desc {
    max-width: 100%;
  }
  .buttons {
    justify-content: center;
  }
  /* MENU */
  .container1 {
    grid-template-columns: 1fr;
  }
  /* STORY */
  .story {
    grid-template-columns: 1fr;
  }
  .story__img {
    width: 100%;
    margin: 0;
  }
  /* ABOUT */
  .About__story {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .About__story__num {
    grid-template-columns: 1fr;
  }
  /* CONTACT */
  .contact__content {
    grid-template-columns: 1fr;
  }
  .contact__form {
    margin-left: 0;
    padding: 2rem;
  }
  /* FOOTER */
  .footer__content {
    grid-template-columns: 1fr;
    text-align: center;
  }
  /* CART */
  .cart-container {
    flex-direction: column;
  }
  .item {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  /* CHECKOUT */
  .checkout-container {
    flex-direction: column;
    align-items: center;
  }
  .checkout-left,
  .checkout-right {
    width: 100%;
  }
  .image {
    height: 40rem; /* مساحة أكبر للصورة */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff; /* فراغ خفيف */
    border-radius: 1.5rem 1.5rem 0 0;
  }
  .container1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .image img {
    border-radius: 2rem;
    width: 95%;
    height: 80%;
  }
  .card {
    margin-right: 1.5rem;
    width: 90%;
  }
}
/* ========================= */
/* 📲 Tablet (768px - 1024px) */
/* ========================= */
@media (min-width: 48rem) and (max-width: 64rem) {
  html {
    font-size: 62.5%; /* 1rem = 10px */
  }
  /* MENU */
  .container1 {
    grid-template-columns: repeat(2, 1fr);
  }
  /* STORY */
  .story {
    grid-template-columns: 1fr;
  }
  /* ABOUT */
  .About__story {
    grid-template-columns: 1fr;
  }
  /* CONTACT */
  .contact__content {
    grid-template-columns: 1fr;
  }
  /* FOOTER */
  .footer__content {
    grid-template-columns: repeat(2, 1fr);
  }
  /* CHECKOUT */
  .checkout-left,
  .checkout-right {
    width: 90%;
  }
}/*# sourceMappingURL=style.css.map */