/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

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

@font-face {
  font-family: font-tit;
  src: url(../fonts/ArbFONTS-DINNextLTArabic-Regular-2.ttf);
}

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

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-tit;
  text-align: right;
  direction: ltr;
  background-color: #fff;

}

/* 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: #f5f5f5;
  border-radius: 15px;
}

.dashboard-nav::-webkit-scrollbar-thumb {
  background: #343a4036;
  border-radius: 15px;
}

.back img {
  width: 25px;
}



.tit-main .row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.tit-main {
  width: 100%;
  padding: 10px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  /* background: #EAECEE; */
  position: relative;
}

.wrap-tit h3 {
  font-size: 23px;
  margin-bottom: 2px;
  color: #333;
  font-weight: 600;
}

.back {
  background: transparent;
  border: none;
}

.back {
    position: relative;
    z-index: 999;
    display: inline-flex
;
    align-items: center;
    top: 8px;
    border-radius: 50%;
    justify-content: center;
    height: 47px;
    width: 47px;
}

.back:hover,
.back:focus {
  outline: none;
}
.img-in-mob{
    transform: rotate(180deg);
}

/* .wrap-back {
  position: absolute;
  left: 20px;
  top: 0;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  bottom: 0;
  margin: auto;
} */

.wrap-tit {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.list-sty {
  width: 100%;

}

.list-sty .card-product {
  padding-right: 100px;
  padding-top: 0px;
}

.list-sty .img-card {
  width: 150px;
  height: 150px;
  right: 5px;
  top: 0;
  bottom: 0;
  left: unset;
}

.list-sty .card-body {
  padding-right: 85px;
  padding-top: 20px;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border: none;
}

.card-single-product .card-body {
  padding: 6px;
}

.card-single-product .card-title,
.card-single-product .card-text {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 23px;
  color: #172F56;
}


.card-product .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 28px 20px;
    border-radius: 25px 20px 25px 25px;
    -webkit-box-shadow: 0px 0px 27px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 27px rgb(0 0 0 / 8%);
    padding-top: 95px;
    background: #ffffff;
    text-align: start;
}

.buttons-wrap {
  margin-top: 10px;
}
.lang-img{
    width: 25px;
    height: 18px;
    object-fit: cover;
    border-radius: 5px;
}
.product-description p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  color: #333333c2;
  text-align: justify;
}

.card-title, .card-text {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 20px;
    text-wrap-mode: nowrap;
    color: #172F56;
}
.card-body span{
    color: rgb(230, 97, 37);
    font-size: 20px;
}
.dish-price span{
    font-weight: 600;
    font-size: 25px;
    line-height: 1;
}


.product-price-cal {
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
}

.card-img-top {
  width: 100%;
  height: 100%;
}

.card-product {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 85px;
  position: relative;
  margin-bottom: 30px;
}

.bg {
  background-color: #EAECEE;
}

.bg-brwon {
  background-color: #685142;
}

.product-menu {
  padding-bottom: 40px;
  padding-top: 0px;
  margin-top: 50px;
  min-height: calc(100vh - 160px);
}

.card-single-product .card-body {
  padding: 6px;
  color: #333;
  padding-top: 3px;
}

.card-single-product {
  display: inline-block;
  height: 100%;
}

.img-card {
    width: 150px;
    margin: auto;
    position: absolute;
    height: 150px;
    top: 0;
    padding: 15px;
    right: 0;
    border-radius: 50%;
    background: #fff;
    transform: translate(-73%, 0%);
    box-shadow: 0px 52px 31px rgba(0, 0, 0, 0.05);
}

.img-card img {
  border-radius: 50%;
}

.main-button {
    width: 226px;
    padding: 16px;
    border-radius: 30px;
    background: #E66125;
    margin: 7px 10px;
    border: none;
    border-color: #E66125;
    color: #FFF;
    font-size: 20px;
}
.img-tit {
  width:250px;
  margin: auto;
  padding-right: 40px;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.buttons-wrap button:last-child {
  background: #E7B68D;
  color: #ad6243;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  text-align: center;
}

.dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.register-page .row img {
  width: 200px;
  margin: auto;
}

.register-page .row form p {
  text-align: center;
  font-weight: 600;
  font-size: 19px;
  color: #172F56;
}


.register-page .row img {
  width: 200px;
  margin: 35px auto;
  display: inherit;
}

.register-page .row form .form-control {
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
    border-radius: 46px;
    border-color: #EFF0F6;
    height: 66px;
}

.register-page .row form textarea.form-control {
  height: 168px;
  border-radius: 20px;
  resize: none;
}

.register-page form {
    width: 48%;
    background-color: #fff;
    margin: auto;
    border-radius: 34px;
    padding: 2rem 2.5rem;
    text-align: start;
}

.register-page .row .form-group label {
  color: #172F56;
  font-weight: 600;
  text-align: start;
  font-size: 16px;
  width: 100%;
  margin-bottom: 1rem;
}

.register-page {
    height: 92vh;
    padding-bottom: 40px;
    padding-top: 60px;
    background-color: #F3F3F3;
}

.dashboard-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin-top: 70px;
}

.register-page .row form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #E66125;
    outline: 0;
    -webkit-box-shadow: 3px 2px 5px 0px rgb(165 42 42 / 25%);
    box-shadow: 3px 2px 5px 0px rgb(230 97 37 / 22%);
}

.dashboard-content {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding: 15px;
}

.dashboard-nav {
  min-width: 238px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 43px rgb(0 0 0 / 7%);
  box-shadow: 0px 0px 43px rgb(0 0 0 / 7%);
  z-index: 99999;
}

.menu-toggle>img {
  width: 28px;
}

.dashboard-compact .dashboard-nav {
  display: none;
}

.dashboard-nav header {
  min-height: 84px;
  padding: 8px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.back{
    background-color: #F2D2AA;
}
.back:focus {
    background-color: #E66125;
  }

.dashboard-nav header .menu-toggle {
  display: none;
  margin-left: auto;
}

.dashboard-nav a {
  color: #515151;
}

.dashboard-nav a:hover {
  text-decoration: none;
}

.dashboard-nav a {
  color: rgb(241, 227, 227);
  margin-bottom: 20px;
}

.brand-logo {
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #515151;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-logo:focus,
.brand-logo:active,
.brand-logo:hover {
  color: #dbdbdb;
  text-decoration: none;
}

.brand-logo i {
  color: #d2d1d1;
  font-size: 27px;
  margin-left: 10px;
}

.menu-toggle {
  color: #333;
}

.dashboard-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 85px;
}


.dashboard-nav-item {
  min-height: 56px;
  padding: 8px 70px 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.02em;
  -webkit-transition: ease-out 0.5s;
  -o-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}

.dashboard-nav-item i {
  width: 36px;
  font-size: 19px;
  margin-right: -40px;
}

.dashboard-nav-item:hover {
  background: rgba(255, 255, 255, 0.04);
}

.active {
  background: rgba(0, 0, 0, 0.1);
}

.dashboard-nav-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dashboard-nav-dropdown.show {
  background: rgba(255, 255, 255, 0.04);
}

.dashboard-nav-dropdown.show>.dashboard-nav-dropdown-toggle {
  font-weight: bold;
}

.dashboard-nav-dropdown.show>.dashboard-nav-dropdown-toggle:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.dashboard-nav-dropdown.show>.dashboard-nav-dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dashboard-nav-dropdown-toggle:after {
  content: "";
  margin-right: auto;
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid rgba(81, 81, 81, 0.8);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.dashboard-nav .dashboard-nav-dropdown-toggle:after {
  border-top-color: rgba(255, 255, 255, 0.72);
}

.dashboard-nav-dropdown-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dashboard-nav-dropdown-item {
  min-height: 40px;
  padding: 8px 70px 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: ease-out 0.5s;
  -o-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}

.dashboard-nav-dropdown-item:hover {
  background: rgba(255, 255, 255, 0.04);
}

.menu-toggle {
  position: relative;
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #443ea2;
}

.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus {
  text-decoration: none;
  color: #875de5;
}

.menu-toggle i {
  font-size: 20px;
}

.dashboard-toolbar {
  min-height: 70px;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 27px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-item-divider {
  height: 1px;
  margin: 1rem 0;
  overflow: hidden;
  background-color: rgba(236, 238, 239, 0.3);
}

.card>img {
  width: 300px;
  margin: 20px auto;
  border-radius: 8px;
}

.product-name {
  margin-bottom: 15px;
}

.product-name h2 {
  font-weight: 900;
  font-size: 26px;
}

.dashboard-nav-list .card>img {
  width: 120px;
  margin: 5px auto;
}

.dashboard-nav-list .card {
  background: transparent;
  margin-bottom: 20px;
}

.dashboard-nav-list .product-name h2 {
  font-weight: 900;
  font-size: 12px;
  margin-bottom: 5px;
}

.brand-logo img {
  width: 149px;
  padding: 20px;
}

.start-page .sub_logo {
  width: 100%;
  margin-top: 40px;
}

@-webkit-keyframes moving {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

  }

  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);

  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

  }

  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);

  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

  }
}

@keyframes moving {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

  }

  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);

  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

  }

  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);

  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

  }
}

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

.product-img-card {
  border-radius: 9px;
  /* overflow: hidden; */
}

.start-page {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 95vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
 background-color: #172F56;

}

#loader>.img-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10rem;
  -webkit-animation: moving 5s 6 linear;
  animation: moving 5s 6 linear;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#loader>.img-bottom {
  width: 300px;
  position: absolute;
  bottom: -70px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

#loader {
  position: fixed;
  background: #172F56;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  padding: 20px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.start-tit h2:last-child {
  letter-spacing: 7px;
  font-size: 21px;
  margin-right: -9px;
}

.start-tit h2 {
  color: #DDD;
  margin-bottom: 4px;
  font-size: 23px;
  line-height: 22.9px;
  letter-spacing: 1px;
  margin-right: -3px;
}

.social-media .social-media-wrap a {
  color: #DDD;
  margin: 10px;
}

/* .start-button .main-button:first-child:before {
  content: " ";
  width: 3px;
  height: 31px;
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 8px;
} */
.social-media-wrap i{
   font-size: 24px;
   color: #ffffffa3;
}
.social-media-wrap i:hover{
    color:  #E66125;
}

.start-button .main-button:first-child {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #E66125;
  color: #fff;
  position: relative;
}

.social-media h3 {
  color: #DDD;
  font-size: 16px;
  margin-top: 3px;
}

.start-tit h2 span {
  margin-left: 4px;
}

.start-button a span {
  font-size: 16px;
  margin-top: -5px;
}

.start-tit {
  margin: 27px;
  border-bottom: 1.5px solid #DDD;
  width: 131px;
  text-align: center;
  margin: 40px auto;
}

.start-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  width: 100%;
  padding: 12px 0px;
  text-align: center;
  padding-bottom: 14px;
  margin-bottom: 15px;
  font-size: 18px;
  background: #FFF;
  border-radius: 50px;
  font-weight: 600;
  color: #6B7280;
  text-wrap-mode: nowrap;
  width: 210px !important;
    height: 57px;
    gap: .2rem;
}

.ar-menu {
  font-size: 24px;
  margin-top: -8px;
}

.nav-bar-sec {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 9;
    padding: .7rem 0;
    direction: ltr;
    z-index: 99999;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
 .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}
.category-lang {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: .9;
}
.nav-link{
    padding: 5px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #6B7280;

    font-size: 14px;
    font-weight: bold;
}
.nav-item{
    border-radius: 30px;
}
.nav-item.active{
    background-color: #E66125;
    color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link path,
.navbar-light .navbar-nav .nav-link.active path,
.navbar-light .navbar-nav .nav-link.show path,
.navbar-light .navbar-nav .show>.nav-link path{
    fill: #fff;
    stroke: #fff;
}
.navbar-nav {
    gap: 1rem;
}
.navbar-toggler{
    position: relative;
}
.navbar-light .navbar-toggler {
    border-color: #fff;
    padding: 0 !important;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 30px;
    height: 2px;
    vertical-align: middle;
    content: "";
    background: #172F56;
    background-size: 100% 100%;

}
.navbar-toggler::before{
    display: inline-block;
    width: 30px;
    height: 2px;
    vertical-align: middle;
    content: "";
    background: #172F56;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.back.active {
    background-color: rgb(230, 97, 37);
  }

.navbar-toggler::after{
    display: inline-block;
    width: 30px;
    height: 2px;
    vertical-align: middle;
    content: "";
    background: #172F56;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.navbar-light .navbar-toggler-icon {
    background-image: none;
    margin-bottom: 8px;
}
button:focus {
    outline: 0;
    outline: none;
}
.navbar-toggler:hover::after,
.navbar-toggler:focus::after,
.navbar-toggler:hover::before,
.navbar-toggler:focus::before,
.navbar-toggler:hover .navbar-toggler-icon ,
.navbar-toggler:focus .navbar-toggler-icon {
    background: #E66125;
}

.start-button {
    display: inline-flex;
    width: auto;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    margin-top: 3rem;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.start-page-wrap {
  width: auto;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.menu-toggle {
  color: #333;
}

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

.fixd-navbar .img-tit {
  width: 125px;
}

.fixd-navbar .wrap-back {
  top: 10px;
}
.nav-bar-sec .navbar-brand{
    margin: 0 !important;
}

.fixd-navbar {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 5px;
}

.dashboard-nav a {
  color: #333;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  color: #9b9999eb;
}

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

.order {
  padding: 0px 7px;
  margin-bottom: 30px
}

@media (min-width: 992px) {
  .list-sty {
    width: 50% !important;
    max-width: 50%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .dashboard-app {
    margin-right: 238px;
  }

  .dashboard-compact .dashboard-app {
    margin-right: 0;
  }

  .dashboard-toolbar {
    right: 238px;
  }

  .dashboard-compact .dashboard-toolbar {
    right: 0;
  }
}

@media (max-width: 992px) {


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

  .sm-card .dish {
    margin-top: 15px !important;
  }

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

  .nav-link {
    font-size: 16px;
}

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


  .sm-card .sm-icon {
    display: inline-block !important;
  }

  .sm-card .currency {
    display: block;
  }

  .sm-card .cal-num {
    display: block !important;
  }

  .card-single-product .card-title,
  .card-single-product .card-text {
    font-size: 16px;
  }

  .product-name h2 {
    font-weight: 900;
    font-size: 22px;
  }

  .back img {
    width: 20px;
  }

  .dashboard-nav header .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .dashboard-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1070;
  }

  .dashboard-nav.mobile-show {
    display: block;
  }
  .lang-img {
    width: 24px;
    height: 24px;
}

  .brand-logo img {
    width: 100px;
    padding: 5px;
  }

  .dashboard-nav a {
    color: #333;
    margin-bottom: 0;
  }

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

}

@media (max-width: 768px) {
    .logo-container {
        display: none;
    }
    .start-page .sub_logo {
        width: 85%;
    }
    .start-button a {
        width: 250px !important;
        gap: .5rem
    }

    .start-button a span {
        font-size: 20px;
    }
    .start-button a img{
        width: 28px;
    }

  #loader>.img-logo {
    padding: 0;
  }
  .gradiant-in-mob{
    padding-top: 3rem !important;
  }
  .dish-price{
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .dish-price img{
    width: 16px;
  }
  .card-product .card-body {
    padding: 24px 15px;
    padding-top: 95px;
    flex-direction: column;
    align-items: flex-start !important;
    gap: .7rem;
}
.order {
    margin-bottom: 10px;
}
  .register-page form {
    width: 96%;
}

  .back-arrows {
    margin-inline-end: 15px !important;
  }

  .arrow-1 {
    width: 10px !important;
  }

  .arrow-2 {
    width: 15px !important;
  }

  .arrow-3 {
    width: 20px !important;
  }

  .order.product {
    padding: 0px 7px;
    width: 100%;
    height: 100%;
  }

  .card-product {
    margin-bottom: 20px;
  }

  .product-menu {
    margin-top: 35px;
}
  /* .order.product .card-body .card-title {
    float: right;
  } */

  .order.product .card-body .card-text {
    float: left;
  }

  .dashboard-content {
    padding: 15px 0px;
  }

  .register-page .row img {
    width: 160px;
    margin: 10px auto;
    margin-bottom: 20px;
  }

  #loader>.img-bottom {
    width: 100%;
    bottom: -70px;
  }

  .register-page {
    padding-bottom: 0;
  }



}

@media (max-width: 600px) {
  .register-page form {
    width: 100%;
    padding: 25px;
  }

}

.single-product {
  padding: 0;
  margin: 0;
  position: relative;
  height: 92.1vh !important;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0B0B0D), to(#141416));
  background-image: -o-linear-gradient(#0B0B0D, #141416);
  background-image: linear-gradient(#0B0B0D, #141416);
  z-index: 999999;
}
.form-control option{
    color: #172F56;
}

.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;
}

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

.close img {
  width: 20px;
}

.close {
  position: absolute;
  left: 15px;
  top: 25px;
  outline: none !important;
  z-index: 999;
  width: 45px;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.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;
}

.sections-page-wrap {
  display: inline-block;
  width: 100%;
}

.form__radio-input {
  display: none;
}

.register-page .row .form-group .form__label-radio {
  font-size: 14px;
  cursor: pointer;
  position: relative;
  padding-right: 21px;
  width: auto;
  color: #6F6C90;
}

.register-page .row .form-group {
  margin-bottom: 2rem;
  text-align: start;
}

.form__radio-button {
  height: 17px;
  width: 17px;
  border: 2px solid #E66125;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
}

.form__radio-button::after {
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #E66125;
  opacity: 0;
  transition: opacity 0.2s;
}

.form__radio-group {
  display: inline-block;
  width: auto;
  text-align: right;
}

.swiper-pagination {
  display: none !important;
}

.form__group {
  display: flex;
  width: 100%;
}

.form__radio-input:checked~.form__label-radio .form__radio-button::after {
  opacity: 1;
}
.title-review{
    font-weight: 600;
    font-size: 50px;
    color: #172F56;
    margin-bottom: 2rem;
}



/* .list {
  right: 15px;
  position: absolute;
  top: 0;
  display: none;
  bottom: 0;
  margin: auto;
  height: 40px;
} */

.back-arrows {
  transform: scale(-1);
  width: 20px;
  margin-block: auto;
  margin-inline-end: 10px;
  transform: rotate(0deg);
}

.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;
}

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

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

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.list {
  display: none;
}

.sections-page-wrap {
  background-image: url(../img/background3.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  background-attachment: fixed;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  font-size: 30px !important;
}



.lang-wrap {
  font-weight: 700;
  cursor: pointer;
  color: black;
  display: flex;
  align-items: center;
  gap: 4px;

}
.lang-wrap  .lang{
    font-size: 20px;
}
.lang-wrap  img{
    width: 24px;
    height: 18px;
}

 #app{
    margin-top: 4.5rem;
 }


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

.dish {
  background-color: #fff !important;
  box-shadow: 0px 0px 10px #e2e2e257 !important;
  color: #333 !important;
  border-radius: 50px !important;
  height: 100% !important;
  padding-bottom: 15px !important;
  padding: 0 1rem;
}
@media (max-width:1200px) {
    .img-card {
        transform: translate(-50%, 0%);

    }
}
@media (max-width:992px) {
    .navbar-nav {
        height: 100vh;
        padding-top: 3rem !important;
        width: 100%;
    }
    .img-card {
        margin: unset;
        left: 20px;
        width: 135px;
        height: 135px;
        top: 16px;
        transform: translate(0%, 0%);
        right: unset;
    }
    .nav-item.active {
        width: fit-content;
        margin: 0 auto;
        padding: .2rem 1.3rem;
    }
    .title-review {
        font-size: 37px;
       }
}

@media (max-width: 768px) {
    .list {
        display: inline-flex;
        gap: 5px;
    }
    .dish {
        padding-bottom: 0px !important;
    }
    .dish-img {
        height: 180px !important;
        margin: 0rem 0;
        padding-top: 0.2rem !important;
    }
  .img-card {
    width: 115px;
    height: 115px;
    top: 30px;
    padding: 10px;
}
.card-title, .card-text {
    font-size: 17px;
}
.card-body span {
    font-size: 15px;
}
.img-in-mob{
    width: 35px !important;
    height: 35px !important;
}

  .start-button {
    margin-top: 65px;
    gap: 0.5rem;
    flex-direction: column;
}
  .category-lang {
    top: 5px;
  }

  .sections-page-wrap {
    background-size: cover;
  }

  .img-tit img {
    width: 100%;
    height: 100px;
    object-fit: contain;
  }

}
@media (max-width:550px) {
    .dish-img {
        height: 135px !important;
    }
}

.product-img-card .price {
  width: auto;
  position: absolute;
  bottom: 0;
  padding: 5px 10px;
  border-radius: 9px 0px;
  background: rgb(255 161 122 / 62%);
  font-family: Messiri;
}

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


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

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

html[lang="en"] .order {

  direction: ltr;
  text-align: left;
}



