/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@font-face {
  font-family: font-main;
  src: url(/frontend/fonts/arabic-font/ArbFONTS-DINNextLTArabic-UltraLight-1.ttf);
}

@font-face {
  font-family: font-tit;
  src: url(/frontend/fonts/arabic-font/ArbFONTS-DINNextLTArabic-Medium-4.ttf);
}

@font-face {
  font-family: Messiri;
  src: url(/frontend/fonts/arabic-font/ElMessiri-VariableFont_wght.ttf);
}

@font-face {
  font-family: Satoshi;
  src: url(/frontend/fonts/english-font/Satoshi-Bold.ttf);
}

.Satoshi {
  font-family: Satoshi;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

.font-t {
  font-family: font-tit;
}

body {
  overflow-x: hidden;
  line-height: normal;
  margin: 0;
  padding: 0;
  font-family: font-main;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
  border-radius: 15px;
}

::-webkit-scrollbar:hover {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 15px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  width: 12px;
}

.tit-main {
  padding: 20px 10px;
  text-align: center;
  margin-bottom: 35px;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0px 9px 8px rgb(0 0 0 / 4%);
  box-shadow: 0px 9px 8px rgb(0 0 0 / 4%);
  z-index: 999999;
  background-color: #FFF;
  height: 80px;
}

.bg {
  background-color: #0F1B25;
}

.product-menu .tit-main {
  position: relative;
  z-index: 0;
  box-shadow: unset;
}

.back {
  display: inherit;
}

.back img {
  width: 20px;
  height: 20px;
  margin: auto;
}

.card-wrapper {
  padding: 0px 15px;
}

.list {
  display: inline-flex;
}

.list button {
  background: transparent;
  outline: none;
  border: none;
  margin: 0px 5px;
  height: 40px;
  border-radius: 4px;
  transition: .5s all
}

.list button:hover,
.list button:focus {
  background-color: #776B59;
}

.img-tit {
  margin: auto;
  width: 150px;
  position: absolute;
  right: 0;
  left: 0;
}

.list .back {
  position: unset;
}

.back {
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
}

.card-menu .card {
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #0F1B25;
  height: 160px;
  align-items: center;
  justify-content: center;
  width: 160px;
  align-items: center;
  padding-top: 20px;
  display: inline-block;
  text-align: center;
}

.card-img-top {
  width: 65px;
  margin: auto;
  margin-bottom: 8px;
}

.card-body {
  color: #FFF;
  padding: 0.65rem;
  text-align: center;
  padding-bottom: 0px;
}

.card-text {
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  font-weight: 600;
  font-family: font-tit;
}

.product-menu .card-title {
  color: #151D24;
}

.card-title {
  margin-bottom: 3px;
  font-size: 15px;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 21px;
  font-weight: 600;
}

.card-menu .card-title {
  font-family: 'font-tit';
  font-weight: 400;
}

.card-menu,
.product-menu {
  margin-top: 140px;
}

.product-menu .card-text {
  color: #151D24;
}

.product-menu .card-title {
  color: #151D24;
  font-family: 'font-tit';
}

.tit-main h5 {
  display: inline-block;
  width: 100%;
  color: #151D24;
  font-weight: 600;
  font-family: 'font-tit';
}

.card {
  border: none;
  margin-bottom: 30px;
}

.product-menu .img-card {
  width: 100%;
  height: 170px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
}

.product-menu .card-body {
  color: #333;
  padding: 0.25rem;
  text-align: right;
}

.product-menu .img-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0px;
}

.single-product {
  padding: 0;
  margin: 0;
  position: relative;
  height: 100vh;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  background-image: linear-gradient(#0B0B0D, #19181E);
  margin-bottom: -5px;
}

.product-img .close img {
  width: 20px;
  height: auto;
}

.single-product-content {
  position: relative;
  width: 45%;
  height: 100vh;
  margin: auto;
}

.close {
  position: absolute;
  left: 20px;
  top: 30px;
  outline: none !important;
  z-index: 999;
  width: 45px;
  height: 45px;
  text-align: center;
}

.product-img {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.product-img img {
  width: 100%;
}

.buttons-wrap {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  display: none;
}

.buttons-wrap button {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  MARGIN: 0px 40px;
  outline: none !important;
}

.buttons-wrap button:hover,
.buttons-wrap button:focus {
  outline: none !important;
  border: none !important;
}

.buttons-wrap button img {
  width: 35px;
}

.swiper-container {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  color: #FFF;
  outline: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 20px;
  z-index: 9999;
  text-align: center;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 20px;
  z-index: 9999;
}

.line-height {
  line-height: 0
}

.swiper-zoom-container img:hover,
.swiper-zoom-container img:focus {
  cursor: pointer;
}

.list {
  display: none;
}





.slid-enter-active {

  -webkit-animation: slide-in 2000ms ease-out forwards;
  animation: slide-in 2000ms ease-out forwards;
}

.slid-leave-active {
  -webkit-animation: slide-out 200ms ease-out forwards;
  animation: slide-out 200ms ease-out forwards;
}

@-webkit-keyframes slide-in {

  from {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

}

@keyframes slide-in {

  from {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

}

@-webkit-keyframes slide-out {

  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  to {

    -webkit-transform: translateY(-30px);

    transform: translateY(-30px);
    opacity: 0;
  }

}

@keyframes slide-out {

  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  to {

    -webkit-transform: translateY(-30px);

    transform: translateY(-30px);
    opacity: 0;
  }

}


.animate__animated:nth-child(1) {
  animation-duration: 1s;
}

.animate__animated:nth-child(2) {
  animation-duration: 1.2s;
}

.animate__animated:nth-child(3) {
  animation-duration:1.4s;
}

.animate__animated:nth-child(4) {
  animation-duration: 1.6s;
}

.animate__animated:nth-child(5) {
  animation-duration: 1.8s;
}

.animate__animated:nth-child(6) {
  animation-duration: 2s;
}

.animate__animated:nth-child(7) {
  animation-duration: 2.2s;
}

.animate__animated:nth-child(8) {
  animation-duration: 2.4s;
}

.animate__animated:nth-child(9) {
  animation-duration: 2.6s;
}

.animate__animated:nth-child(10) {
  animation-duration: 2.8s;
}

.animate__animated:nth-child(11) {
  animation-duration: 3s;
}

.animate__animated:nth-child(12) {
  animation-duration: 3.2s;
}

.animate__animated:nth-child(13) {
  animation-duration: 3.4s;
}

.animate__animated {
  animation: zoomInRight;
}



.img-card .price {
  width: auto;
  position: absolute;
  bottom: 0;
  padding: 1px 4px;
  border-radius: 9px 0px;
  background: #eeeeeead;
  font-family: Messiri;
}

.img-card .price span {
  font-weight: 700;
  font-family: Messiri;
}

.category {
  background-color: #fff !important;
  box-shadow: 0px 0px 10px #e2e2e257 !important;
  color: #333 !important;
  border-radius: 40px !important;
  margin-bottom: 80px !important;
  padding-inline: 15px !important;
  height: auto !important;
  padding-bottom: 25px !important;
}

.dish {
  background-color: #fff !important;
  box-shadow: 0px 0px 10px #e2e2e257 !important;
  color: #333 !important;
  border-radius: 30px !important;
  margin-bottom: 80px !important;
  height: auto !important;
  padding-bottom: 25px !important;
}

.category-img,
.dish-img {
  margin: -75px 0 0 -140px;
  background: #fff;
  border-radius: 50%;
  height: 125px;
  width: 125px;
  box-shadow: -1px -13px 20px #e2e2e226;
  padding: 15px;
}

.category .card-body {
  color: #333;
  text-align: end;
}

.category .card-title,
.category .card-text {
  font-size: 20px;
  height: auto !important;
  padding-bottom: 9px !important;
}

.category {
  transition: all .5s ease-in-out;
}

.category:hover {
  background-color: #B8A48B !important;
}

.category:hover .card-body {
  color: #fff !important;
}

#categories-bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  right: 0;
  object-fit: cover;
}

.bg-none {
  background-color: transparent !important;
}

.categories,
.gradient-bg {
  background-image: linear-gradient(to top, #fff, #ffffffe3, #ffffff00);
  min-height: 100vh;
}

.logo-block {
  text-align: center;
  margin-bottom: 80px;
}

.logo-block img {
  width: 200px;
}

.card-menu,
.product-menu {
  margin-top: 0px;
}

.text-start {
  text-align: start !important;
}

.dish .dish-info {
  background: rgba(158, 134, 102, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #9E8666;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-start: auto;
}

.dish .dish-info img {
  width: 18px;
}

.dish {
  padding-bottom: 15px !important;
}

.back-arrows {
  transform: scale(-1);
  height: 50px;
  margin-block: auto;
  margin-inline-end: 50px;
}

.arrow-1,
.arrow-2,
.arrow-3 {
  animation: mouse-scroll 1s infinite;
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite;
}

.arrow-1 {
  animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  /* transform: scale(.4); */
  width: 15px;
}

.arrow-2 {
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  /* transform: scale(.7); */
  width: 20px;
}

.arrow-3 {
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -moz-animation-dekay: .3s;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  /* transform: scale(.9); */
  width: 25px;
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.lang {
  font-weight: 700;
  background: #e7e7e79c !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  text-align: center;
  padding: 0;
  display: block;
  box-shadow: 1px 1px 10px #989898c2;
  cursor: pointer;
  color: black;
  padding-top: 5px;
}

.list button {
  width: 40px;
  height: 40px;
}

.list button:hover,
.list button:focus {
  background-color: #776B59;
  border-radius: 50%;

}

.dish-price {
  margin-inline-end: 20px;
}

.category-lang {
  top: 20px;
  position: absolute;
  margin: 0;
  bottom: auto;
  left: 5%;
  border: none;
}

.lang {
  transition: all .5s ease-in-out;
}

.lang:hover {
  background: #0000009c !important;
  color: #fff;
}

/* ============================= media ======================= */
@media (min-width :991px) {
  section.card-menu .row {
    justify-content: center;
  }

}

@media (max-width : 1199px) {
  .category-img {
    margin: -50px 0 0 -75px !important;
    height: 100px !important;
    width: 100px !important;
  }

  .card-menu .card {
    margin-bottom: 10px;
    height: 150px;
    padding-top: 10px;
    width: 150px;
  }

  .card-wrapper {
    padding: 0px 5px;
  }

  .card {
    margin-bottom: 25px;
  }

  .buttons-wrap {
    bottom: 70px;
  }

  .single-product-content {
    width: 75%;
  }
}

@media (max-width : 991px) {
  .dish-price {
    margin-inline-end: 30px !important;
  }

  .sm-card h4 {
    font-size: 16px !important;
  }

  .sm-card .dish-price {
    margin-inline-end: 10px !important;
  }

  .dish .dish-info {
    width: 33px !important;
    height: 33px !important;
  }

  .sm-img {
    margin: -40px 0 !important;
    height: 150px !important;
    width: 100% !important;
    margin-bottom: 5px !important;
  }

  .single-product-content {
    width: 80%;
  }

  .category-img,
  .dish-img {
    margin: -55px -15px 0 0;
  }

  .card-title {
    font-size: 16px;
    height: 24px;
    margin-bottom: 0px;
  }

  .card-text {
    font-size: 15px;
  }

  .dish-img {
    width: 100% !important;
    background: #eeeeee85 !important;
    height: 250px;
    border-radius: 30px !important;
    margin: -70px 0px;
    margin-bottom: 10px;
    object-fit: cover;
  }

  .sm-card .dish {
    margin-bottom: 50px !important;
  }
}

@media (max-width : 767px) {

  .swiper-button-next,
  .swiper-button-prev,
  .close {
    display: none;
  }

  .close img {
    width: 17px;
  }

  .card-img-top {
    /* width: 63px; */
    margin-bottom: 4px;
  }

  .card-menu .card {
    padding-top: 20px;
  }

  button.close img {
    width: 19px;
  }

  .list {
    display: inline-flex;
  }

  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after {
    font-size: 24px;
  }

  .single-product-content {
    width: 75%;
  }

  .tit-main h5 {
    font-size: 18px;
    margin-bottom: 6px;
  }



  .img-tit {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .category .card-text {
    font-size: 14px !important;
  }
  .category-lang {
    top: 5px;
  }
  .cat-title h1 {
    font-size: 25px;
  }

  .arrow-1 {

    width: 10px !important;
  }

  .arrow-2 {

    width: 15px !important;
  }

  .arrow-3 {

    width: 20px !important;
  }

  .back-arrows {

    margin-inline-end: 15px !important;
  }

  .order .card-body {
    display: flex;
  }

  .animate__animated:nth-child(1) {
    animation-duration: 1s;
  }

  .animate__animated:nth-child(2) {
    animation-duration: 1.2s;
  }

  .animate__animated:nth-child(3) {
    animation-duration: 1.4s;
  }

  .animate__animated:nth-child(4) {
    animation-duration: 1.6s;
  }

  .animate__animated:nth-child(5) {
    animation-duration: 1.8s;
  }

  .animate__animated:nth-child(6) {
    animation-duration: 2s;
  }

  .animate__animated:nth-child(7) {
    animation-duration: 2.2s;
  }

  .animate__animated:nth-child(8) {
    animation-duration: 2.4s;
  }

  .animate__animated:nth-child(9) {
    animation-duration: 2.6s;
  }

  .animate__animated:nth-child(10) {
    animation-duration: 2.8s;
  }

  .animate__animated:nth-child(11) {
    animation-duration:3s;
  }

  .animate__animated:nth-child(12) {
    animation-duration: 3.2s;
  }

  .animate__animated:nth-child(13) {
    animation-duration: 3.4s;
  }

  .sm-card .sm-icon {
    display: inline-block !important;
  }
  .sm-card .cal-img{
    display: none !important;
  }
  .sm-card .cal-num{
    display: block !important;
  }
  .sm-card  .currency{
    display: block;
  }
}

@media (max-width : 576px) {
  .swiper-zoom-container>img {
    position: absolute;
    top: 0;
  }

  .card-menu .card {
    height: 160px;
    width: 175px;
  }

  /* .card-menu .row {
    justify-content: unset;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 5px;
    padding: 5px;
  } */

  .card {
    margin-bottom: 18px;
  }

  .product-menu .img-card {
    height: auto;
  }

  .product-menu .img-card {
    margin-bottom: 7px;
  }

  .single-product-content {
    width: 100%;
  }

  .tit-main {
    padding: 15px 10px;
    text-align: center;
    margin-bottom: 18px;
    height: 70px;
  }

  .back {
    left: 20px;
  }

}