@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Pacifico&family=Qwitcher+Grypen:wght@400;700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sansita:ital,wght@0,400;0,700;0,800;0,900;1,400;1,700;1,800;1,900&family=Shadows+Into+Light&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap");
* {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
/* ------------------------ */
/* Navbar */
.LogoNavbar {
  overflow-clip-margin: content-box;
  overflow: clip;
  width: 60px;
  height: 60px;
}
.btn-outline-success {
  margin-right: 12px;
}
nav {
  background-color: #000000b8;
}
ul {
  color: white;
}
.SignIn {
  border: 1px solid #d07635;
}
.SignUp {
  background-color: #d07635;
  border: none;
}
/* ----------------- */
/* Header */
header {
  background-image: url(./../assets/banner.png);
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: -1;
}
.Home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Home h2 {
  font-size: 90px;
  color: white;
  font-weight: 900;
}
.Home p {
  font-size: 60px;
  color: white;
  font-weight: 700;
}
.BookNow {
  color: #d07635;
  background-color: white;
  border-radius: 7px;
  padding: 12px 40px;
  border: none !important;
  margin-left: 15px;
}
.FoodFound {
  background-color: #d07635;
  color: white;
  border-radius: 7px;
  padding: 12px 20px;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .Home h2 {
    font-size: 60px;
    font-weight: 600;
  }
  .Home p {
    font-size: 40px;
    font-weight: 400;
  }
}
.OffersDiv {
  background-image: url(./../assets/slider_2_d.png);

  background-position: fixed;
  background-attachment: fixed;
}
.overlay-Offers {
  background-color: #0000008d;
  /* height: 50vh; */
  margin-top: 100px;
  margin-bottom: 20px;
  padding-bottom: 40px;
}
.overlay-Offers img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ----------------------- */
/* About_Hagogga */
#About-Hagoga {
  margin: 40px 0px;
}
.Imgs-About img {
  width: 90%;
  height: auto;
  object-fit: cover;
  max-width: 100%;
  display: block;
}
.Text-About {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.Text-About p {
  font-size: 24px;
  margin-top: 20px;
  color: #d07635;
}
.Text-About h3 {
  font-size: 50px;
  color: #000000;
  font-weight: 500;
}
.Text-About h4 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #000000;
}
.Text-About h5 {
  color: #616f7d;
  font-size: 22px;
  font-weight: 500;
}
/* -------------------------- */
/* About Page */

#About-Hagoga {
  background-image: url(./../assets/Vector_Smart_Object.png);
}
.OverLayyy {
  background-size: auto !important;
  background: #ffffffad;
}
.About-Page {
  background-image: url(./../assets/slider_2_d.png);
  background-size: cover;
  /* background-position: center; */
  height: 50vh;
  background-position: fixed;
  background-attachment: fixed;
}
.Text-About-Head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  top: 70%;
  left: 50%;
  padding-top: 50px;
}
.Text-About-Head h3 {
  font-size: 55px;
  font-weight: 700;
}
.DescriptionAboutPage p {
  color: #616f7d;
  font-size: 21px;
  font-weight: 520;
  font-family: cursive;
}
footer {
  background-color: #000000;
  color: white;
}
.FooterDiv {
  background-image: url(./../assets/footer_rtl.png);
  background-size: cover;
  background-position: center;
  padding-bottom: 40px;
  padding-top: 20px;
  /* height: 70vh; */
}
.about-contact-info {
  /* display: flex; */
  justify-content: space-between;
  /* gap: 200px; */
}
footer .wget-logo img {
  height: 80px;
}
.info-icon,
.socials i {
  background-color: #d1782b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}

.info-icon i,
.fa-brands {
  color: #fff;
  font-size: 20px;
}
.info-content {
  width: 100%;
}
.email-info,
.address-info {
  display: flex !important;
  gap: 20px !important;
}
.address-info .text-light {
  padding: 8px 0px;
}
@media (max-width: 768px) {
  .about-contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .address-info,
  .email-info {
    margin: 5px 0;
    width: 100%;
  }
  .address-info .info-icon,
  .email-info .info-icon {
    margin-right: 5px;
  }
  .address-info .info-content,
  .email-info .info-content {
    display: inline-block;
    text-align: center;
  }
  .socials-about {
    justify-content: center;
  }
}
/* ----------------  */
.ContactUs {
  margin-top: 60px !important;
  margin-bottom: 40px !important;
}
.ContactRight h2,
.swin-sc-title p {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 700;
}

.ContactRight h2::after,
.swin-sc-title p::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background-color: #d07635;
  margin-top: 5px;
}
.ContactUs .FormDiv {
  border: 3px solid #dfdfdf;
  padding: 30px;
}
.input-group,
.form-group textarea {
  margin-bottom: 25px;
  padding: 10px;
  background-color: #dfdfdf96;
  color: #616f7d;
  font-size: 18px;
  font-weight: 400;
  border-radius: 6px;
}

.form-group input {
  border: none !important;
  background-color: transparent !important;
}
.input-group-addon {
  padding-top: 7px;
  border-left: 1px solid;
  padding-left: 10px;
  margin-right: 10px;
}
.form-group .swin-btn-wrap a {
  padding: 15px 29px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  background-color: #d07635;
}
.swin-sc-contact .item .media-left .wrapper-icon {
  border-radius: 50%;
  background-color: #f4f4f4;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 52px;
  border: 3px solid transparent;
  font-size: 24px;
}
.media {
  display: flex;
  gap: 20px !important;
  margin-bottom: 25px;
  color: #505b65;
  font-size: 14px;
}
.media-heading {
  color: #000000;
}
.wrapper-icon:hover {
  background-color: black !important;
  color: white !important;
  padding-top: 4px;
}
/* ------------------------------- */
/* Menu Page */
/* Product1 */
#Product1 {
  margin: 20px 0px;
  text-align: center;
}
#Product1 .pro-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#Product1 .pro {
  width: 23%;
  min-width: 250px;
  cursor: pointer;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
  transition: 0.2s ease;
  position: relative;
  margin-top: 10px;
  border-radius: 14px;
}
#Product1 .pro img {
  width: 100%;
  height: 230px;
  border-radius: 20px;
  object-fit: cover;
  image-rendering: auto;
}

#Product1 .pro:hover {
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.06);
}
#Product1 .pro .desc {
  text-align: start;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding: 10px 0;
  margin: 0px 10px;
}
#Product1 .pro .desc h4 {
  color: black;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
}
#Product1 .pro .desc i {
  font-size: 12px;
  color: rgb(182, 182, 32);
}
#Product1 .pro .desc h5 {
  padding-top: 20px;
  font-size: 13px;
}
#Product1 .pro-container #cart {
  width: 40px;
  border-radius: 50px;
  line-height: 40px;
  color: #684624;
  font-size: 20px;
  border: 1px solid #c9c1b9;
  position: absolute;
  bottom: 19px;
  right: 190px;
  height: auto !important;
}
#cart {
  width: 40px;
  border-radius: 50px;
  background-color: white !important;
  line-height: 40px;
  color: #684624;
  font-size: 20px;
  border: 1px solid #c9c1b9;
  height: auto !important;
  padding-right: 7px;
}
@media screen and (max-width: 992px) {
  #cart {
    margin-right: 40px !important;
  } 
}

/* --------------------------- */
/* Cart Style page */

.Cart h2 {
  margin-top: 30px;
  text-align: center;
  font-weight: 700;
}

.cart-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.cart-item-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-left: 10px;
  border-radius: 8px;
}

.cart-item-details {
  flex-grow: 1;
  margin-left: 20px;
}

.cart-item-quantity {
  width: 60px;
  margin: 5px;
}

.update-btn,
.delete-btn {
  padding: 5px 10px;
  margin: 5px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.delete-btn {
  background-color: #dc3545;
}

.update-btn:hover,
.delete-btn:hover {
  opacity: 0.8;
}

#total-price {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}
/* ---------------------------- */
/* Loading */
.loading_slide {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #5d3d10; /* خلفية معتمة */
  opacity: 1;
  transition: 1s opacity;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loader {
  width: 120px;
  height: 20px;
  border-radius: 20px;
  background: linear-gradient(orange 0 0) 0/0% no-repeat lightblue;
  animation: l2 2s infinite steps(10);
}
@keyframes l2 {
  100% {
    background-size: 110%;
  }
}
/* btn */
#btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #d67b3b;
  border: 3px solid white;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: transform 0.3s ease;
  font-size: 23px !important;
  padding-top: 10px;
  font-weight: 900;
  color: white;
  z-index: 9999;
}

#btn:hover {
  transform: scale(1.1);
}

#btn:active {
  transform: scale(0.95);
}
