@font-face {
  font-family: 'speedeebold';
  src: url("../assets/fonts/speedee-bold-webfont.eot");
  src: url("../assets/fonts/speedee-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/speedee-bold-webfont.woff2") format("woff2"), url("../assets/fonts/speedee-bold-webfont.woff") format("woff"), url("../assets/fonts/speedee-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'speedeeregular';
  src: url("../assets/fonts/speedee-regular-webfont.eot");
  src: url("../assets/fonts/speedee-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/speedee-regular-webfont.woff2") format("woff2"), url("../assets/fonts/speedee-regular-webfont.woff") format("woff"), url("../assets/fonts/speedee-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'robotoregular';
  src: url("../assets/fonts/roboto-regular-webfont.eot");
  src: url("../assets/fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/roboto-regular-webfont.woff2") format("woff2"), url("../assets/fonts/roboto-regular-webfont.woff") format("woff"), url("../assets/fonts/roboto-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SpeedeeABlk';
  src: url("../assets/fonts/Speedee_W_Blk.eot");
  src: url("../assets/fonts/Speedee_W_Blk.eot?#iefix") format("embedded-opentype"), 
  url("../assets/fonts/Speedee_W_Blk.woff2") format("woff2"), 
  url("../assets/fonts/Speedee_W_Blk.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}


/* Ar fonts */
@font-face {
  font-family: 'SpeedeeArabicRegular';
  src: url("../assets/fonts/SpeedeeArabicBeta_Rg.ttf");
  src: url("../assets/fonts/SpeedeeArabicBeta_Rg.ttf?#iefix") format("embedded-opentype"), 
  url("../assets/fonts/SpeedeeArabicBeta_W_Rg.woff2") format("woff2"), 
  url("../assets/fonts/SpeedeeArabicBeta_W_Rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SpeedeeArabicBetaBlk';
  src: url("../assets/fonts/SpeedeeArabicBeta_Blk.ttf");
  src: url("../assets/fonts/SpeedeeArabicBeta_Blk.ttf?#iefix") format("embedded-opentype"), 
  url("../assets/fonts/SpeedeeArabicBeta_W_Blk.woff2") format("woff2"), 
  url("../assets/fonts/SpeedeeArabicBeta_W_Blk.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SpeedeeArabicBetaBd';
  src: url("../assets/fonts/SpeedeeArabicBeta_Bd.ttf");
  src: url("../assets/fonts/SpeedeeArabicBeta_Blk.ttf?#iefix") format("embedded-opentype"), 
  url("../assets/fonts/SpeedeeArabicBeta_W_Bd.woff2") format("woff2"), 
  url("../assets/fonts/SpeedeeArabicBeta_W_Bd.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}



*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
}

body :root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}

/* font variables */
:root body.rtl {
      --ArRegular: "SpeedeeArabicRegular", Arial, sans-serif;
      --ArMedium: "SpeedeeArabicBetaBd", Arial, sans-serif;
      --ArBlack: "SpeedeeArabicBetaBlk", Arial, sans-serif;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

#root, .App {
  display: block;
  height: 100%;
}

body {
  margin: 0;
  font: 16px "speedeeregular", Arial, sans-serif;
  text-rendering: optimizeSpeed;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html, body {
  overflow: hidden;
}
/* 
@media (max-width: 767px) and (min-width: 481px) {
  html, body {
    overflow: auto;
  }
} */

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

body.overflow-scroll .food-wrap {
  pointer-events: none;
  cursor: none;
}

body.overflow-scroll .food-wrap .food-item, body.overflow-scroll .food-wrap .zoom-map {
  pointer-events: none;
  cursor: none;
}

.header {
  position: relative;
  background: #ffffff;
  padding: 25px 0;
  z-index: 3;
}

.header .container {
  max-width: 100%;
  padding: 0 65px;
}

@media (max-width: 1200px) {
  .header .container {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .header .container {
    padding: 0 15px;
  }
}

.header .dropdown-menu {
  z-index: 1;
  position: absolute;
  left: 15%;
}

@media (max-width: 1200px) {
  .header .dropdown-menu {
    left: 13%;
  }
}

@media (max-width: 767px) {
  .header .dropdown-menu {
    -webkit-clip-path: circle(0% at 95% 8%);
            clip-path: circle(0% at 95% 8%);
    margin-left: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1;
    background: #FFBC0D;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 0.93, 0.23, 0.93);
    transition: all 0.5s cubic-bezier(0.23, 0.93, 0.23, 0.93);
  }
}

@media (max-width: 480px) {
  .header .dropdown-menu {
    -webkit-clip-path: circle(0% at 92% 8%);
            clip-path: circle(0% at 92% 8%);
  }
}

.header .dropdown-menu.active {
  -webkit-clip-path: circle(140% at 96.5% 4%);
          clip-path: circle(140% at 96.5% 4%);
  -webkit-transition: all 0.7s cubic-bezier(0.23, 0.93, 0.23, 0.93);
  transition: all 0.7s cubic-bezier(0.23, 0.93, 0.23, 0.93);
}

.header .dropdown-menu.active ul > li {
  -webkit-animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 100ms) both;
          animation: animateIn 360ms ease-in-out calc(var(--animation-order) * 100ms) both;
}

.header .dropdown-menu ul {
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .header .dropdown-menu ul {
    display: block;
  }
}

.header .dropdown-menu ul li {
  font-size: 14px;
  display: inline-block;
  color: #757575;
  text-transform: capitalize;
  cursor: pointer;
  margin-right: 30px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  position: relative;
  padding-bottom: 3px;
  font-family: "robotoregular", Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .header .dropdown-menu ul li {
    margin-right: 15px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .header .dropdown-menu ul li {
    display: block;
    width: 100%;
    padding: 30px;
    font-size: 16px;
    color: #000000;
  }
}

.header .dropdown-menu ul li svg {
  margin-left: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (max-width: 1200px) {
  .header .dropdown-menu ul li svg {
    width: 15px;
  }
}

@media (max-width: 767px) {
  .header .dropdown-menu ul li svg {
    display: none;
  }
}

.header .dropdown-menu ul li a {
  text-transform: none;
  color: #757575;
  -webkit-transition: .3s all;
  transition: .3s all;
  text-decoration: none;
}

@media (max-width: 767px) {
  .header .dropdown-menu ul li a {
    color: #000000;
  }
}

.header .dropdown-menu ul li:hover svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header .dropdown-menu ul li:hover a {
  color: #000000;
}

.header .dropdown-menu ul li:hover .dropdown-submenu {
  opacity: 1;
}

.header .dropdown-menu ul li:hover .dropdown-submenu li {
  display: block;
}

.header .dropdown-menu ul li .dropdown-submenu {
  position: absolute;
  top: 101%;
  right: 0;
  width: 100%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(114, 128, 157, 0.13);
          box-shadow: 0 0 10px 0 rgba(114, 128, 157, 0.13);
  width: 100px;
  padding: 5px;
  border-radius: 5px;
  opacity: 0;
  margin-bottom: 0;
  display: block;
}

@media (max-width: 767px) {
  .header .dropdown-menu ul li .dropdown-submenu {
    display: block;
    position: relative;
    background: #FFBC0D;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-left: 0;
    opacity: 1;
  }
}

.header .dropdown-menu ul li .dropdown-submenu li {
  width: 100%;
  display: none;
  opacity: 0;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  padding: 10px;
  color: #757575;
  border-radius: 3px;
  display: block;
  -webkit-animation: rotateX 300ms 60ms ease-in-out forwards;
          animation: rotateX 300ms 60ms ease-in-out forwards;
}

@media (max-width: 767px) {
  .header .dropdown-menu ul li .dropdown-submenu li {
    display: block;
    opacity: 1;
    background: none;
    padding: 0;
    color: #000000;
  }
}

.header .dropdown-menu ul li .dropdown-submenu li a {
  display: block;
}

.header .dropdown-menu ul li .dropdown-submenu li:hover {
  background: #f3f3f3;
}

@media (max-width: 767px) {
  .header .dropdown-menu ul li .dropdown-submenu li:hover {
    background: none;
  }
}

.header .dropdown-menu ul li:last-child {
  margin-right: 0;
}

.header .dropdown-menu ul li select {
  outline: 0;
  border: 0;
  background: none;
  color: #757575;
  font-size: 13px;
}

.header .dropdown-menu ul li select option {
  padding: 5px;
}

.header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .header__left svg {
    width: 40px;
  }
}

@media (max-width: 767px) {
  .header__left svg {
    width: 30px;
    height: 30px;
  }
}

.header__center a {
  text-decoration: none;
}

.header__center a:hover h1 {
  color: #FFBC0D;
}

.header__center h1 {
  color: #000000;
  font-family: "speedeebold", Arial, sans-serif;
  margin-bottom: 0;
  font-size: 38px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (max-width: 1200px) {
  .header__center h1 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .header__center h1 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .header__right {
    width: 30px;
  }
}

.header__right .button {
  height: 60px;
  background: #FFBC0D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 40px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.09);
  border-radius: 40px;
}

@media (max-width: 1200px) {
  .header__right .button {
    height: 40px;
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {
  .header__right .button {
    display: none;
  }
}

.header__right .button:after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}

.header__right .button:hover {
  opacity: .8;
}

.header__right .button:hover::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-animation: ripple .4s ease-out .01s forwards;
          animation: ripple .4s ease-out .01s forwards;
}

@media (max-width: 1200px) {
  .header__right .button svg {
    width: 20px;
  }
}

.header__right .button span {
  margin-left: 5px;
  font-size: 17px;
  color: #2D2D2D;
  font-family: "robotoregular", Arial, sans-serif;
}

@media (max-width: 1200px) {
  .header__right .button span {
    font-size: 14px;
  }
}

.section-wrap {
  height: calc(100% - 110px);
}

@media (max-width: 480px) {
  .section-wrap {
    height: calc(100% - 90px);
  }
}

.food-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: hidden;
  height: calc(100% - 107px);
}

@media (max-width: 1200px) {
  .food-wrap {
    height: calc(100% - 108px);
  }
}

@media (max-width: 767px) and (min-width: 481px) {
  .food-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100% - 82px);
  }
}

@media (max-width: 480px) {
  .food-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100% - 82px);
  }
}

.food-wrap .food-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.5s -webkit-box-flex cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s -webkit-box-flex cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s flex cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s flex cubic-bezier(0.19, 1, 0.22, 1), 0.5s -webkit-box-flex cubic-bezier(0.19, 1, 0.22, 1), 0.5s -ms-flex cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 767px) {
  .food-wrap .food-item {
    width: 100%;
  }
}

.food-wrap .food-item:nth-child(3) .zoom-map__image img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 767px) {
  .food-wrap .food-item:nth-child(3) .zoom-map__image img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.food-wrap .food-item:hover {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.food-wrap .food-item:hover .zoom-map .zoom-map__image img {
  /* -webkit-transform: scale(1.2);
          transform: scale(1.2); */
}

.food-wrap .food-item:hover .zoom-map .zoom-map__text h1 {
  font-size: 40px;
}

@media (max-width: 1200px) {
  .food-wrap .food-item:hover .zoom-map .zoom-map__text h1 {
    font-size: 26px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .food-wrap .food-item:hover .zoom-map .zoom-map__text h1 {
    display: block;
    font-size: 26px;
  }
  .food-wrap .food-item:active .zoom-map .zoom-map__text h1 {
    display: block;
  }
  .food-wrap .food-item:focus .zoom-map .zoom-map__text h1 {
    display: block;
  }
}

.food-wrap .food-item:hover .zoom-map .zoom-map__text a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.food-wrap .food-item:hover .zoom-map .zoom-map__text a h3 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  line-height: 19px;
}

@media (max-width: 767px) {
  .food-wrap .food-item:hover .zoom-map .zoom-map__text a h3 {
    line-height: normal;
  }
}

.food-wrap .food-item.active {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.food-wrap .food-item.active .zoom-map .zoom-map__image {
    display: none;
}
/* .food-wrap .food-item.active .zoom-map .zoom-map__text{
  display: none;
} */
.food-wrap.activeSection{
    transition: none;

}
.food-wrap.activeSection .food-item{
    transition: none;
    
}
.food-wrap.activeSection .food-item.active{
    transition:none;

}
@keyframes fadeIn{
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
.food-wrap.activeSection .zoom-map .zoom-map__image {
    display: none;
}
.food-wrap.activeSection .zoom-map .zoom-map__text a{
    display: none;
}
.food-wrap.activeSection .food-item:hover {
    flex: 0 0 100%
}
@media (max-width: 1200px) {
    .food-wrap.activeSection .food-item:hover {
        flex: 0 0 0%
    }
    .food-wrap.activeSection .food-item.active:hover {
        flex: 0 0 100%
    }
}
.food-wrap .food-item.active .zoom-map .zoom-map__text {
  height: auto;
  padding: 30px 0 0;
  pointer-events: none;
}

.food-wrap .food-item.active .zoom-map .zoom-map__text h1 {
  display: none;
}

.food-wrap .food-item.active .zoom-map .zoom-map__text a {
  display: none;
}

.food-wrap .food-item.active .zoom-map .zoom-map__text h2 {
  display: block;
}
.food-wrap .food-item.active .zoom-map .zoom-map__text h2.banner-big-text {
  display: inline-block;
}

.food-wrap .food-item.active .zoom-map .zoom-map__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .food-wrap .food-item.active .zoom-map .zoom-map__slider {
    display: none;
  }
}

.food-wrap .food-item.active .zoom-map .zoom-map__footer {
    display: flex;
}

@media (max-width: 767px) {
  .food-wrap .food-item.active .zoom-map .hand_symbol {
    display: block;
  }
}

.food-wrap .food-item.active .zoom-map #map {
  display: block;
}
.food-wrap .food-item.active .zoom-map #map2 {
  display: block;
}
.food-wrap .food-item.active .zoom-map #map3 {
  display: block;
}

.zoom-map {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.zoom-map .hand_symbol {
  margin-top: 10px;
  display: none;
}

.zoom-map__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  /* -webkit-transform: scale(1.3);
          transform: scale(1.3); */
}

@media (max-width: 1200px) {
  .zoom-map__image img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .zoom-map__image img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.zoom-map__text {
  position: absolute;
  top: 50px;
  left: 60px;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}

@media (min-width: 1800px) {
  .zoom-map__text {
    top: 70px;
  }
}

@media (max-width: 1200px) {
  .zoom-map__text {
    top: 20px;
  }
}

@media (max-width: 767px) {
  .zoom-map__text {
    top: 0;
    height: 100%;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.zoom-map__text h1 {
  color: #ffffff;
  font-family: "speedeebold", Arial, sans-serif;
  font-size: 40px;
  line-height: 63px;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 1600px) {
    .zoom-map__text h1 {
        font-size: 36px;
        padding: 0 10px;
    }
  }
@media (max-width: 1200px) {
  .zoom-map__text h1 {
    font-size: 32px;
    line-height: 34px;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .zoom-map__text h1 {
    font-size: 26px;
    line-height: 30px;
    display: none;
  }
}

.zoom-map__text a {
  text-decoration: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  overflow: hidden;
  display: block;
  cursor: pointer;
  -webkit-transition: 1s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1s transform cubic-bezier(0.19, 1, 0.22, 1), 1s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 1200px) {
  .zoom-map__text a {
  
    user-select: none;
    margin: 0 auto;
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
  }
}
@media (max-width: 480px) {
  .zoom-map__text a {
    padding: 10px 30px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    width: 110px;
    user-select: none;
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
  }
}

.zoom-map__text a h3 {
  color: #ffffff;
  font-family: "speedeebold", Arial, sans-serif;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.6s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.6s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.6s transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.6s transform cubic-bezier(0.19, 1, 0.22, 1), 0.6s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
}
body.rtl .zoom-map__text a{
  height: 30px;
}
body.rtl .zoom-map__text a h3 {
  font-size: 22px;
  padding-top: 3px;
}
@media (max-width: 767px) {
  body.rtl .zoom-map__text a h3 {
    padding-top: 0;
    margin-top: -3px;
  }
}
@media (max-width: 767px) {
  .zoom-map__text a h3 {
    font-size: 11px;
    line-height: 14px;
  }
}

.zoom-map__text h2 {
  color: #ffffff;
  font-family: "speedeeregular", Arial, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: normal;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.zoom-map__text h2.banner-big-text {
  display: none;
  padding: 5px 20px;
  border-radius: 8px;
  background: rgba(0,0,0,0.2);
}

@media (max-width: 1200px) {
  .zoom-map__text h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .zoom-map__text h2 {
    font-size: 12px;
    line-height: 14px;
  }
}

.zoom-map__text h3 {
  color: #000000;
  font-family: "speedeeregular", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .zoom-map__text h3 {
    font-size: 14px;
    line-height: 18px;
  }
}

.zoom-map #map {
  position: absolute;
  left: 0;
  width: 100%;
  outline: 0;
  height: 100%;
}

.zoom-map #map2 {
  position: absolute;
  left: 0;
  width: 100%;
  outline: 0;
  height: 100%;
}

.zoom-map #map3 {
  position: absolute;
  left: 0;
  width: 100%;
  outline: 0;
  height: 100%;
}

.zoom-map #map .openseadragon-canvas {
  outline: 0;
}

.zoom-map #map2 .openseadragon-canvas {
  outline: 0;
}

.zoom-map #map3 .openseadragon-canvas {
  outline: 0;
}

.zoom-map__slider input[type=range],
.zoom-map__slider input[type=range]::-webkit-slider-runnable-track,
.zoom-map__slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.zoom-map__slider input[type=range]::-webkit-slider-runnable-track {
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff)), #545454;
  background: linear-gradient(to right, #ffffff, #ffffff), #545454;
  background-size: var(--background-size, 0%) 100%;
  background-repeat: no-repeat;
  border: none;
  border-radius: 2px;
}

.zoom-map__slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ffffff;
  margin-top: -7px;
  cursor: pointer;
}

.zoom-map__slider input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ffffff;
  margin-top: -10px;
  cursor: pointer;
}

.zoom-map__slider input[type=range]::-ms-fill-lower {
  background: #777;
}

.zoom-map__slider input[type=range]:focus {
  outline: none;
}

.zoom-map .zoom-map__slider {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  background: rgba(0, 0, 0, 0.3);
  width: 210px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  z-index: 1;
  padding: 15px;
  position: absolute;
  top: 45%;
  right: -50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none;
}

@media (max-width: 1400px) {
  .zoom-map .zoom-map__slider {
    width: 220px;
    right: -50px;
  }
}

@media (max-width: 1200px) {
  .zoom-map .zoom-map__slider {
    width: 220px;
    height: 40px;
    right: -50px;
  }
}

@media (max-width: 767px) {
  .zoom-map .zoom-map__slider {
    display: none;
  }
}

.zoom-map .zoom-map__slider span:first-child {
  margin-right: 10px;
}

.zoom-map .zoom-map__slider span:last-child {
  margin-left: 15px;
}

.zoom-map .zoom-map__slider .icon {
  display: block;
  cursor: pointer;
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}

.zoom-map .zoom-map__slider .slider {
  display: block;
}

.zoom-map #map {
  /* background: #FFBC0D; */
  display: none;
}
.zoom-map #map2 {
  /* background: #FFBC0D; */
  display: none;
}
.zoom-map #map3 {
  /* background: #FFBC0D;  */
  display: none;
}

.zoom-map #map .openseadragon-container .overlay-desc {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 40px;
  width: 100%;
  max-width: 320px;
  min-width: 200px;
  color: #000000;
}
/* .zoom-map #map .openseadragon-container .overlay-desc.visible {
  z-index: 3;
} */

.zoom-map #map2 .openseadragon-container .overlay-desc {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 40px;
  width: 100%;
  max-width: 320px;
  min-width: 200px;
  color: #000000;
}

.zoom-map #map3 .openseadragon-container .overlay-desc {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 40px;
  width: 100%;
  max-width: 320px;
  min-width: 200px;
  color: #000000;
}
.zoom-map .openseadragon-container .overlay-desc {
    max-width: 401px !important;
    min-width: 250px !important;
    user-select: none;
}
.zoom-map .openseadragon-container .overlay-desc.visible{
    z-index: 1;
}
@media (max-width: 767px) {

  .zoom-map .openseadragon-container .overlay-desc {
    max-width: 300px !important;
    padding: 30px !important;
  }

}
body.rtl .zoom-map .openseadragon-container .overlay-desc {
    text-align: right;
}
@media (max-width: 767px) {
  .zoom-map #map .openseadragon-container .overlay-content {
    max-width: 100%;
  }
}

.zoom-map .openseadragon-container .overlay-content .overlay-notify {
  width: 28px;
  height: 28px;
  background: #ffffff;
  display: block;
  border-radius: 50%;
  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;
  font-size: 14px;
  color: #000000;
  position: absolute;
  top: -10px;
  margin: 0 auto;
  left: 0;
  right: 0;
  cursor: pointer;
}

.zoom-map .openseadragon-container .overlay-content .overlay-notify span {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.zoom-map .openseadragon-container .overlay-content .overlay-notify.active span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.zoom-map .openseadragon-container h2 {
  font-family: "speedeebold", Arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.zoom-map .openseadragon-container p {
  font-size: 22px;
  line-height: 28px;
  font-family: "speedeebold", Arial, sans-serif;
  margin-bottom: 0;
  user-select: none;
  text-align: center;
}

.zoom-map__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  bottom: 50px;
  left: 0;
  padding: 0 35px;
  display: none;
  pointer-events: none;
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
}

@media (max-width: 767px) {
  .zoom-map__footer {
    bottom: 15px;
    padding: 0 15px;
    width: 98%;
  }

  .zoom-map .openseadragon-container p {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
  }
}

@media (max-width: 480px) {
    .zoom-map__footer {
      width:100%;
    }
}
.zoom-map__footer .circle-arrow {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: 0.6s opacity cubic-bezier(0.19, 1, 0.22, 1), 0.4s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.6s opacity cubic-bezier(0.19, 1, 0.22, 1), 0.4s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.4s transform cubic-bezier(0.19, 1, 0.22, 1), 0.6s opacity cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.4s transform cubic-bezier(0.19, 1, 0.22, 1), 0.6s opacity cubic-bezier(0.19, 1, 0.22, 1), 0.4s -webkit-transform cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: all;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.zoom-map__footer .circle-arrow svg {
  position: absolute;
}

@media (max-width: 767px) {
  .zoom-map__footer .circle-arrow {
    width: 33px;
    height: 33px;
  }
  .zoom-map__footer .circle-arrow svg {
    width: 14px;
  }
}

.zoom-map__footer .circle-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 45px;
  background: #000000;
  opacity: .3;
  -webkit-transition: 0.4s opacity cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.4s opacity cubic-bezier(0.19, 1, 0.22, 1);
}

.zoom-map__footer .circle-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 0%;
  height: 100%;
  border-radius: 50%;
  background: #000000;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.4s all cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.4s all cubic-bezier(0.19, 1, 0.22, 1);
}

.zoom-map__footer .circle-arrow:hover::after {
  width: 100%;
  opacity: 0.8;
}

/*** Food Select***/
.food-select {
  height: auto;
  background: #FFBC0D;
  padding: 50px 0 40px;
  position: fixed;
  width: 100%;
  z-index: 2;
  height: calc(100% - 140px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.food-select.active {
  /* visibility: hidden; */
  /* -webkit-transform: translateY(-120%);
          transform: translateY(-120%); */
    animation: up  1s forwards, upZ 1s 2s forwards;
   
}
@keyframes up{
    0%{
        transform: translateY(0%);
    }
    100%{
        transform: translateY(-120%);

    }
}
@keyframes upZ{
    0%{
       z-index: 2;
    }
    100%{
        z-index: -9999;
    }
}

@media (min-width: 1800px) {
  .food-select {
    height: calc(100% - 140px);
    padding: 100px 0 50px;
  }
}

@media (max-width: 1200px) {
  .food-select {
    padding: 50px 0 30px;
    height: calc(100% - 140px);
  }
}

@media (max-width: 767px) {
  .food-select {
    padding: 40px 0 30px;
    height: calc(100% - 110px);
  }
}

@media (max-width: 1200px) {
  .food-select .container {
    width: 100%;
    padding: 0 40px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .food-select .container {
    width: 100%;
    padding: 0 15px;
    max-width: 100%;
  }
}

.food-select__text {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1799px) and (min-width: 1401px) {
  .food-select__text {
    width: 50%;
  }
}

@media (max-width: 1400px) {
  .food-select__text {
    width: 55%;
  }
}

@media (max-width: 1200px) {
  .food-select__text {
    width: 550px;
  }
}

@media (min-height: 599px) and (max-width: 1200px) {
    .food-select__text {
        width: 100%;
        text-align: center;
        height: calc(100vh - 300px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media (max-width: 767px) {
  .food-select__text {
    width: 445px;
    text-align: center;
  }
}
@media (min-height: 599px) and (max-width: 767px) {
    .food-select__text {
        width: 80%;
        text-align: center;
        height: calc(100vh - 250px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
@media (max-height: 599px) and (max-width: 767px) {
    .food-select__text {
        width: 415px;
    }
}
@media (max-height: 599px) and (max-width: 480px) {
    .food-select__text {
        width: 360px;
    }
}
@media (max-width: 480px) {
  .food-select__text {
    /* display: block; */
    width: 217px;
    text-align: left;
    margin: 0;
  }
}
@media (min-width: 320px) and (max-height: 480px) {
  .food-select{
    align-items: flex-start;
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
@media (max-width: 480px) and (orientation: landscape){
  .food-select__text{
    width: 360px;
  }
}



.food-select__text h2 {
  margin-bottom: 40px;
  font-size: 90px;
  line-height: 80px;
  font-family: "SpeedeeABlk", Arial, sans-serif;
  margin-bottom: 30px;
  text-transform: uppercase;
  
}

@media (min-width: 1800px) {
  .food-select__text h2 {
    margin-bottom: 50px;
    font-size: 190px;
    line-height: 150px;
    letter-spacing: -7px;
  }
}

@media (max-width: 1200px) {
  .food-select__text h2 {
    font-size: 75px;
    line-height: 70px;
    margin-bottom: 10px;
  }
}
@media (min-height: 599px) and (max-width: 1200px) {
    .food-select__text h2 {
      font-size: 100px;
      line-height: 93px;
      margin-bottom: 25px;
    }
  }

@media (max-width: 767px) {
  .food-select__text h2 {
    font-size: 70px;
    line-height: 65px;
    margin-bottom: 25px;
  }
}
@media (min-height: 599px) and (max-width: 767px) {
    .food-select__text h2 {
      font-size: 70px;
      line-height: 60px;
      margin-bottom: 25px;
    }
  }

@media (max-width: 480px) {
  .food-select__text h2 {
    font-size: 70px;
    line-height: 57px;
    margin-bottom: 25px;
  }
}

@media (max-height: 599px) and (max-width: 767px) {
  .food-select__text h2 {
    font-size: 65px;
    line-height: 58px;
    margin-bottom: 15px;
  }
}
@media (max-height: 599px) and (max-width: 480px) {
  .food-select__text h2 {
    font-size: 46px;
    line-height: 42px;
    margin-bottom: 15px;
  }
}
@media (min-width: 320px) and (max-width: 1024px) {
  .food-select__text h2 {
   letter-spacing: inherit;
  }
}
.food-select__text h3 {
  font-size: 34px;
  line-height: 43px;
  font-family: "speedeeregular", Arial, sans-serif;
  font-weight: normal;
}
@media (max-width: 1200px) {
    .food-select__text h3 {
      font-size: 26px;
      line-height: 35px;
    }
  }
@media (max-width: 767px) {
  .food-select__text h3 {
    font-size: 14px;
    line-height: 18px;
  }
}
        
.food-select__options {
  margin-top: 80px;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 767px) {
  .food-select__options {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-top: 60px;
  }
}

.food-select__options h4 {
  margin-top: 60px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (max-width: 767px) {
  .food-select__options h4 {
    font-size: 18px;
    line-height: 23px;
    margin-top: 20px;
  }
}

.food-select__down {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  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;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 60px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 1em;
}

.food-select__down .mouse_scroll {
  display: block;
}

@media (min-width: 1800px) {
  .food-select__down {
    margin-top: 40px;
  }
}

@media (max-width: 1400px) {
  .food-select__down {
    /* margin-top: 30px; */
    width: 80px;
    height: 80px;
    /* bottom: 30px; */
  }
}

@media (max-width: 1200px) {
  .food-select__down {
    margin-top: 30px;
    width: 50px;
    height: 50px;
    /* bottom: 30px; */
  }
}
@media (max-width: 667px) {
  .food-select__down {
    width: 40px;
    height: 40px;
  }
}

.food-select__down .m_scroll_arrows {
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  margin: 0 0 1px -1px;
  width: 16px;
  height: 16px;
  -webkit-animation: mouse-scroll 1s infinite;
          animation: mouse-scroll 1s infinite;
}

@media (max-width: 1200px) {
  .food-select__down .m_scroll_arrows {
    width: 8px;
    height: 8px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin: 0 0 4px 0px;
  }
}

.food-select__down .m_scroll_arrows:nth-child(1) {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-delay: alternate;
          animation-delay: alternate;
}

.food-select__down .m_scroll_arrows:nth-child(2) {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  animation-delay: .2s;
  animation-direction: alternate;
  margin-top: -6px;
}

.food-select__down .m_scroll_arrows:nth-child(3) {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  animation-delay: .3s;
  animation-direction: alternate;
  margin-top: -6px;
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@media (min-height: 500px) and (max-height: 620px){
  .food-select__down{
    width: 45px;
    height: 45px;
  }
  .mouse_scroll{
    transform: scale(0.6);
  }
}
.food-select .options__item {
  cursor: pointer;
}

@media (max-width: 767px) {
  .food-select .options__item {
    margin-bottom: 60px;
  }
  .food-select .options__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .food-select .options__item img {
    width: 50%;
  }
}

.food-select .options__item.active h4 {
  color: #DB0007;
}

.food-select .options__item:hover h4 {
  color: #DB0007;
}

body.zoomed-in .food-wrap .food-item.active .zoom-map .zoom-map__text h2 {
  display: none;
}

body.zoomed-in .food-wrap .food-item.active .zoom-map .zoom-map__text .hand_symbol {
  display: none;
}

/* Ar heading font changes */
body.rtl {
  font-family: var(--ArRegular);
}
body.rtl .food-select__text h2{
  font-family: var(--ArBlack);
  letter-spacing:normal
}
body.rtl .food-select__text h3{
  font-family: var(--ArRegular);
  
}
body.rtl .header__center h1{
  font-family: var(--ArMedium);
}

body.rtl .zoom-map__text h2{
  font-family: var(--ArRegular);
}

body.rtl .zoom-map__text a h3,
body.rtl .zoom-map .openseadragon-container p, 
body.rtl .zoom-map__text h1{
  font-family: var(--ArMedium);
}

body.rtl .zoom-map .openseadragon-container p{
  /* text-align:right; */
  direction: rtl;
}


body.rtl .food-select__text {
  width: 50%;
}

@media (min-width: 1800px) {
  body.rtl .food-select__text {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  body.rtl .food-select__text {
    width: 55%;
  }
}

@media (max-width: 767px) {
  body.rtl .food-select__text {
    width: 100%;
  }
}

body.rtl .food-select__text h2 {
  line-height: 110px;
}

@media (min-width: 1800px) {
  body.rtl .food-select__text h2 {
    margin-bottom: 50px;
    font-size: 190px;
    line-height: 210px;
  }
}

@media (max-width: 1400px) {
  body.rtl .food-select__text h2 {
    line-height: 110px;
  }
}

@media (max-width: 1200px) {
  body.rtl .food-select__text h2 {
    font-size: 78px;
    line-height: 80px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  body.rtl .food-select__text h2 {
    font-size: 74px;
    line-height: 80px;
    margin-bottom: 25px;
    text-align: right;
  }
}
@media (max-width: 480px) {
  body.rtl .food-select__text h2 {
    font-size: 74px;
    line-height: 80px;
    margin-bottom: 25px;
    text-align: right;
  }
}

@media (max-width: 767px) {
  body.rtl .food-select__text h3 {
    text-align: right;
  }
}

body.rtl .header {
  direction: rtl;
}

body.rtl .header .dropdown-menu {
  right: 15%;
  left: auto;
}

@media (max-width: 767px) {
  body.rtl .header .dropdown-menu {
    -webkit-clip-path: circle(0% at 6% 8%);
            clip-path: circle(0% at 6% 8%);
    right: 0;
  }
}

@media (max-width: 767px) {
  body.rtl .header .dropdown-menu.active {
    -webkit-clip-path: circle(140% at 6% 4%);
            clip-path: circle(140% at 6% 4%);
  }
}

body.rtl .header .dropdown-menu ul li {
  margin-right: 0px;
  text-align: right;
}

body.rtl .header .dropdown-menu ul li svg {
  margin-left: 0;
  margin-right: 10px;
}

@media (max-width: 767px) {
  body.rtl .header .hamburger__button.open {
    position: fixed;
    left: 15px;
    right: auto;
  }
}
/* 
body.rtl .food-wrap .food-item .zoom-map .zoom-map__text a h3 {
    font-size: 22px;
    line-height: 16px;
}
@media (max-width: 480px) {
  body.rtl .food-wrap .food-item .zoom-map .zoom-map__text a h3 {
    line-height: 2px;
}
} */
@media (max-width: 767px) {
  body.rtl .food-wrap .food-item .zoom-map .zoom-map__text a {
    padding: 4px 30px;
  }
  body.rtl .zoom-map__text a h3{
    font-size: 13px;
    margin-top: 0;
  }
}


@media (max-width: 480px) {
  body.rtl .food-wrap .food-item:hover .zoom-map .zoom-map__text a h3{
    font-size: 13px;
    margin-top: 0;
    line-height: 20px;
  }
}

.hamburger__button {
  background-color: #eeeeee;
  border: none;
  cursor: pointer;
  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;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  position: relative;
}

@media (max-width: 767px) {
  .hamburger__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
  }
}

.hamburger__button span {
  display: block;
  background: #000000;
  border-radius: 2px;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.hamburger__button .menu {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hamburger__button .menu span {
  width: 15px;
  height: 2px;
  position: relative;
}

.hamburger__button .menu span:nth-child(1) {
  margin-bottom: 4px;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.hamburger__button .menu span:nth-child(2) {
  -webkit-transition-delay: .625s;
          transition-delay: .625s;
}

.hamburger__button .menu span:nth-child(3) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

.hamburger__button .cross {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger__button .cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  top: 7px;
  left: 15px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger__button .cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  left: 7px;
  top: 15px;
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

.hamburger__button.open {
  position: fixed;
  right: 15px;
  top: 27px;
}

.hamburger__button.open .menu span {
  width: 0%;
}

.hamburger__button.open .menu span:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger__button.open .menu span:nth-child(2) {
  -webkit-transition-delay: .125s;
          transition-delay: .125s;
}

.hamburger__button.open .menu span:nth-child(3) {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

.hamburger__button.open .cross span:nth-child(1) {
  height: 60%;
  -webkit-transition-delay: .625s;
          transition-delay: .625s;
}

.hamburger__button.open .cross span:nth-child(2) {
  width: 60%;
  -webkit-transition-delay: .375s;
          transition-delay: .375s;
}

body.rtl #map .openseadragon-container .overlay-content {
  text-align: right;
}

@-webkit-keyframes animateIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px) rotate(2deg);
            transform: translateX(10px) rotate(2deg);
  }
  100% {
    opacity: 1;
  }
}

@keyframes animateIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px) rotate(2deg);
            transform: translateX(10px) rotate(2deg);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  2% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  2% {
    opacity: 1;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes rotateX {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  50% {
    -webkit-transform: rotateX(-20deg);
            transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}

@keyframes rotateX {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  50% {
    -webkit-transform: rotateX(-20deg);
            transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
/*# sourceMappingURL=style.css.map */

.fader {
    opacity: 0;
    -webkit-animation: fadeSlide ease 0.8s;
    animation: fadeSlide ease 0.8s;
}

.active .fader{
    opacity: 1;
}
@-webkit-keyframes fadeSlide {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
@keyframes fadeSlide{
 0%{
     opacity: 0;
 }
 100%{
     opacity: 1;
 }
}


@-moz-document url-prefix() {
  input[type=range]{
    height: 3px;
    background-color: rgb(226 226 226 / 20%);
  }
  input[type=range]:focus {
    outline: none;
  }
}