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

body {
  font-family: "Playfair Display", serif;
  line-height: 1.6;
  background-color: #f4f4f4;
}


.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;     
  z-index: 1000;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* اختياري للتظليل */
}

.logo {
  font-size: 24px;
  font-weight: bold;
  color: #a903a1;
}

.navbar ul {
  list-style: none;
  display: flex;
  gap: 30px;
}

.navbar a {
  text-decoration: none;
  color: #222;
  font-weight: 500;
  padding-bottom: 5px;
  position: relative;
}

.navbar a.active,
.navbar a:hover {
  color: #a903a1;
}

.navbar a.active::after,
.navbar a:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #a903a1;
  left: 0;
  bottom: 0;
}
main {
  background-image: url(../assets/images/OIP.jpg);
  background-size: cover;
  background-position: center;
}
.hero {
  margin-top: 80px;
  color: white;
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(55, 54, 54, 0.317);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.hero h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}

.hero p {
  font-size: 20px;
  margin-bottom: 30px;
}

.buttons .btn {
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  margin: 5px;
  text-decoration: none;
  display: inline-block;
}

.btn.primary {
  background-color: #a903a1;
  color: white;
}

.btn.secondary {
  background-color: white;
  color: #a903a1;
  border: 1px solid #a903a1;
}

.burgers-section {
  padding: 50px 5%;
  text-align: center;
}

.burgers-section h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
}

.burgers-section h2 span {
  color: rgb(100, 1, 113);
}

.burgertotal {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.burger-card {
  width: 350px;
  height: 400px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.burger-img {
  height: 50%;
  width: 100%;
  object-fit: cover;
}

.burger-content {
  height: 50%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.burger-content h3 {
  margin: 0 0 10px;
  font-size: 1.5rem;
}

.burger-content .price {
  color: #67037b;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.burger-content p {
  margin-bottom: 10px;
  color: #444;
}
.allpro {
  margin-top: 25px;
  padding: 10px 18px;
  border: 1px solid white;
  background: #67037b;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
  width: fit-content;
  a {
    text-decoration: none;
    color: white;
  }
}
.allpro:hover {
  background-color: #67037bd6;
}
.btn {
  padding: 7px;
  border: 1px solid #67037b;
  background: white;
  color: #67037b;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
  width: fit-content;
}

.btn:hover {
  cursor: pointer;
  background-color: #67037b;
  color: white;
}

.about-burger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 5%;
  gap: 40px;
  flex-wrap: wrap;
  background-color: #e970f210;
}

.burger-text {
  flex: 1;
  min-width: 300px;
}

.burger-text h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #222;
}

.burger-text h2 span {
  color: #75037d;
}

.burger-text p {
  font-size: 18px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 15px;
}

.burger-image {
  flex: 1;
  min-width: 300px;
}

.burger-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.hero2 {
  margin-top: 80px;
  background-color: #67037b;
  color: #ffffff;
  text-align: center;
  padding: 60px 20px;
}

.hero2 h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.hero2 p {
  font-size: 1.2rem;
}

.about-section {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 10%;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}

.text-content {
  flex: 1;
  min-width: 300px;
  padding-right: 30px;
}

.text-content h2 {
  font-size: 2.5rem;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.text-content h2 span {
  color: #a903a1;
}

.text-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #444;
}

.image-content {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.image-content img {
  width: 100%;
  max-width: 450px;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
main {
  padding: 20px;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

.mission-section {
  background-color: #db76e64f;
  text-align: center;
  padding: 60px 20px;
}

.mission-section h2 {
  color: #a903a1;
  font-size: 36px;
  margin-bottom: 20px;
}

.mission-section h2 span {
  color: #000;
}

.mission-section p {
  max-width: 800px;
  margin: 0 auto 50px;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

.mission-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 300px;
  padding: 30px 20px;
  text-align: center;
}

.card-icon {
  background-color: #a903a1;
  color: #fff;
  font-size: 28px;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.card p {
  font-family: sans-serif;
  font-size: 16px;
  color: #555;
}

.team-section {
  padding: 60px 10%;
  text-align: center;
}

.team-section h2 {
  font-size: 2.5rem;
  margin-bottom: 50px;
}

.team-section h2 span {
  color: #a903a1;
}

.team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.team-member {
  max-width: 300px;
}

.team-member img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

.team-member h3 {
  margin-bottom: 5px;
  font-size: 1.4rem;
}

.team-member .role {
  color: #a903a1;
  font-weight: bold;
  margin-bottom: 10px;
}

.team-member .desc {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
}

.contact-section {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 10%;
  gap: 50px;
  background-color: #9a98982b;
}

.contact-info {
  flex: 1;
  min-width: 300px;
}

.contact-info h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.contact-info h2 span {
  color: #a903a1;
}

.contact-info p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.info-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.icon {
  font-size: 1.8rem;
  background-color: #a903a1;
  color: white;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  margin-right: 15px;
}

.info-box h3 {
  margin: 0 0 5px 0;
  font-size: 1.2rem;
}

.info-box p {
  margin: 0;
  color: #555;
}

.hours h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.hours p {
  line-height: 1.6;
  color: #555;
}

.contact-form {
  flex: 1;
  min-width: 300px;
  background-color: #fafafa;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.contact-form h2 {
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #222;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
  box-sizing: border-box;
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form button {
  width: 100%;
  background-color: #a903a1;
  color: white;
  padding: 14px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #a903a1;
}

.outer-container {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.inner-container {
  margin-top: 20px;
  width: 60%;
  a {
    text-decoration: none;
    color: white;
  }
}

.inner-container a img {
  width: 100%;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.inner-container a img:hover {
  transform: scale(1.05);
}

.site-footer {
  background-color: #4c0153de;
  color: white;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

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

.footer-column {
  flex: 1;
  min-width: 250px;
  margin-bottom: 20px;
}

.footer-column h3 {
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

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

.footer-column ul li a:hover {
  color: #fbbf24;
}

.social-icons a {
  color: white;
  margin-right: 10px;
  font-size: 18px;
  transition: color 0.3s;
}

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

.site-footer hr {
  border: none;
  border-top: 1px solid #2c2f36;
  margin-top: 30px;
}

.footer-bottom {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  color: #ccc;
}

@media (max-width: 768px) {
  .main-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 20px;
  }

  .navbar ul {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .hero {
    margin-top: 150px;
    height: 70vh;
    padding: 20px;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 1rem;
  }
  .hero2 {
    margin-top: 150px;
  }

  .hero2 h1 {
    font-size: 2rem;
  }

  .hero2 p {
    font-size: 1rem;
  }

  .burgertotal {
    flex-direction: column;
    align-items: center;
  }

  .burger-card {
    width: 90%;
    height: auto;
  }

  .about-section,
  .about-burger,
  .contact-section,
  .team-container {
    flex-direction: column;
    padding: 30px 5%;
    gap: 30px;
  }

  .image-content img,
  .burger-image img {
    width: 100%;
    max-width: 100%;
  }

  .team-member img {
    width: 150px;
    height: 150px;
  }

  .outer-container {
    height: auto;
    padding: 30px 10px;
  }

  .inner-container {
    width: 100%;
    margin-top: 15px;
  }

  .contact-form {
    padding: 20px;
  }

  .mission-cards {
    flex-direction: column;
    align-items: center;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-column ul {
    align-items: center;
  }

  .site-footer {
    padding: 30px 10px;
  }

  .navbar a {
    font-size: 1rem;
  }
}
