@import url('https://fonts.googleapis.com/css2?family=Playwrite+HU:wght@100..400&display=swap');

body {
  background: linear-gradient(to right, #00000086, #0000006d),
    url(../img/First.png);
  background-size: cover;
  background-repeat: no-repeat;
}

/* start header home section */

.navbar {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.cart {
  position: relative;
  cursor: pointer;
}

.cart-count {
  background: #c6252b;
  color: white;
  font-size: 14px;
  padding: 2px 6px;
  border-radius: 50%;
  position: relative;
  top: -8px;
  right: -1px;
}

/* Cart Dropdown */
.cart-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 120px;
  background: white;
  color: black;
  width: 250px;

  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.cart-dropdown.show {
  display: block;
}

.cart-item {
  display: block;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
}
/* .cart-item input{
  display: block;
} */

.toggle-menu {
  border: 1px solid #c6252b;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  padding: 0 8px;
}

.toggle-menu span {
  display: block;
  width: 100%;
  height: 4px;
  margin: 5px 0px;
  border-radius: 5px;
  background-color: #c6252b;
}

[dir='rtl'] .header-home {
  flex-direction: row-reverse;
  text-align: right;
}

[dir='ltr'] .header-home {
  flex-direction: row;
  text-align: left;
}

.language-switch button {
  color: #f6efef;
  font-size: 15px;
  font-weight: 800;
  box-shadow: inset 6px 6px 7px #dadada, inset -6px -6px 7px #ffffff;
  display: inline-flex;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  margin-left: 20px;
  padding: 5px;
  transition: 0.3s;
  background-color: transparent;
  border: none;
}

.language-switch button:hover {
  filter: brightness(0.3);
  opacity: 0.9;
}

[dir='rtl'] {
  text-align: right;
  direction: rtl;
  padding: 0px 30px;
}

[dir='ltr'] {
  text-align: left;
  direction: ltr;
}

@media only screen and (max-width: 576px) {
  body {
    overflow: hidden;
  }

  .right-hand .brand {
    display: none !important;
  }
}

/* end header home section */

/* start head home section */

[dir='rtl'] .home-section {
  flex-direction: row-reverse;
  text-align: right;
}

[dir='ltr'] .home-section {
  flex-direction: row;
  text-align: left;
}

.home-section h2 {
  background: linear-gradient(to bottom, #00000086, #0e0e0e00);
  color: white;
  padding: 25px;
  line-height: 1.7;
  width: 100%;
  font-size: 41px;
  padding-left: 51;
  border-radius: 10px;
  margin-top: 150px;
  font-family: 'Playwrite HU', cursive;
}

.home-section span {
  color: #c6252b;
}

/* end head home section */

/* start about home section */

.about-section {
  height: 400px;
  padding: 10px 20px;
  font-style: italic;
  word-spacing: 3px;
}

.about-section h2 {
  color: #c6252b;
  line-height: 1.5;
  width: 90%;
  font-size: 41px;
}

.about-section p {
  color: #d0cdcd;
  width: 100%;
  font-size: 17px;
  font-family: 'Playwrite HU', cursive;
}

/* end about home section */

/* start menu section */
.data-menu {
  background-image: url(../img/2.png);
  background-size: cover;
}

.panda-menu img {
  width: 100%;
  padding-bottom: 20px;
}

.top-card {
  background-image: url(../img/fire.png);
  background-size: cover;
}

.top-card img {
  width: 60%;
}

.data-menu h2 {
  text-align: center;
  font-family: 'Playwrite HU', cursive;
  padding: 20px;
}

.menu-item {
  background-color: transparent;
  text-align: center;
  color: white;
}

swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 576px) {
  .data-food h5 {
    font-size: 17px;
  }

  .data-food button {
    font-size: 9px;
  }
}

/* end menu section */

/* start footer home section */

[dir='rtl'] footer {
  flex-direction: row-reverse;
  text-align: right;
}

[dir='ltr'] footer {
  flex-direction: row;
  text-align: left;
}

.footer-map iframe {
  display: block;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  flex-wrap: wrap;
  gap: 20px;
  text-align: right;
}

.footer-left,
.footer-center,
.footer-right {
  flex: 1;
  min-width: 200px;
}

.footer-left p {
  line-height: 1.6;
}

.social-icons img {
  width: 24px;
  height: 24px;
  margin: 0 5px;
  vertical-align: middle;
}

.footer-center ul {
  list-style: none;
  padding: 0;
}

.footer-center ul li {
  margin: 5px 0;
}

.footer-center a {
  color: black;
  text-decoration: none;
}

.footer-right .social-icons a {
  color: #c6252b;
  text-decoration: none;
  font-size: 20px;
}

.footer-bottom {
  text-align: center;
  padding: 10px;
  font-size: 14px;
}

.footer-bottom a {
  color: black;
  text-decoration: underline;
}

/* end footer home section */

/* start footer home section */

[dir='rtl'] footer {
  flex-direction: row-reverse;
  text-align: right;
}

[dir='ltr'] footer {
  flex-direction: row;
  text-align: left;
}

.footer-map iframe {
  display: block;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  flex-wrap: wrap;
  gap: 20px;
  text-align: right;
}

.footer-left,
.footer-center,
.footer-right {
  flex: 1;
  min-width: 200px;
}

.footer-left p {
  line-height: 1.6;
}

.social-icons img {
  width: 24px;
  height: 24px;
  margin: 0 5px;
  vertical-align: middle;
}

.footer-center ul {
  list-style: none;
  padding: 0;
}

.footer-center ul li {
  margin: 5px 0;
}

.footer-center a {
  color: black;
  text-decoration: none;
}

.footer-right .social-icons a {
  color: #c6252b;
  text-decoration: none;
  font-size: 20px;
}

.footer-bottom {
  text-align: center;
  padding: 10px;
  font-size: 14px;
}

.footer-bottom a {
  color: black;
  text-decoration: underline;
}

/* end footer home section */
.about-section #headAbout {
  line-height: 1.7;
  font-size: 1.05rem;
  color: #e9e9e9;
}
