/** variables **/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;800;900&display=swap");
/**general styles  **/
html, body {
  margin: 0;
  padding: 0;
  font-family: "Heebo", sans-serif, sans-serif;
  font-size: 22px;
  color: #000000;
  direction: rtl; }

body {
  background-color: #000000; }

body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.clearfix::after {
  display: block;
  content: '';
  clear: both; }

input[type=submit], button {
  -webkit-appearance: none;
  cursor: pointer; }

ul, p, h1, h2, h3, h4, h5, h6, ol {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ul, ol {
  list-style: none; }

img, svg {
  max-width: 100%;
  height: auto; }

a {
  color: inherit;
  text-decoration: none; }

.internal-wrapper {
  max-width: 100%;
  margin: 0 auto; }

.flex-wrapper {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.bg-style {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.hover-transition {
  transition: all 0.2s; }

.hover-transition:hover {
  transition: all 0.2s; }

.position-relative {
  position: relative; }

.normal-internal-wrapper {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto; }

/** header **/
.header-main {
  padding: 12px 20px;
  font-weight: 500;
  font-size: 18px;
  background-image: url("img/menu-pattern.png");
  background-repeat-y: no-repeat; }

.header-content {
  text-align: center; }

.header-nav,
.header-special-link,
.header-logo {
  display: inline-block;
  vertical-align: middle; }

.header-nav {
  margin-left: 60px; }
  .header-nav ul {
    list-style: none; }
  .header-nav li {
    display: inline-block;
    margin: 0 20px; }
  .header-nav a {
    font-weight: 500;
    transition: all 0.2s; }
  .header-nav a:hover {
    transition: all 0.2s;
    color: rgba(0, 0, 0, 0.5); }

.header-special-link {
  background-color: #000000;
  color: #ffffff;
  border-radius: 15px;
  padding: 8px 24px;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15); }
  .header-special-link a {
    display: block; }
  .header-special-link span {
    display: inline-block;
    vertical-align: 19px;
    margin: 0 12px;
    transition: all 0.2s; }

.header-special-link:hover span {
  transition: all 0.2s;
  color: #EFC132; }

.header-special-link:hover svg path {
  transition: all 0.2s;
  fill: #EFC132; }

.header-logo {
  margin-left: 50px; }

.header-mobile-nav {
  display: none; }

.video-wrapper {
  margin: 50px auto 180px auto;
  position: relative;
  max-width: 1400px; }
  .video-wrapper video {
    width: 100%;
    display: block;
    margin: 0 auto; }

/* Rectangle 34 */
.home-video-links {
  position: absolute;
  z-index: 2;
  bottom: -37px;
  width: 100%;
  text-align: center; }
  .home-video-links a {
    margin: 0 20px;
    display: inline-block;
    padding: 20px;
    width: 220px;
    border-radius: 15px;
    font-weight: 500;
    box-shadow: 5px 10px 40px rgba(255, 228, 133, 0.3); }
  .home-video-links a:first-child {
    background-color: #FA7F3A;
    transition: all 0.2s; }
  .home-video-links a:first-child:hover {
    background-color: #EFC132;
    transition: all 0.2s; }
  .home-video-links a:last-child {
    background-color: #EFC132;
    transition: all 0.2s; }
  .home-video-links a:last-child:hover {
    background-color: #FA7F3A;
    transition: all 0.2s; }

.special-burger-video-link a {
  background-color: transparent !important;
  box-shadow: none !important; }

.youtube-link {
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -45px;
  z-index: 3;
  padding-left: 10px; }
  .youtube-link img {
    vertical-align: -14px;
    margin-right: 10px; }

/* Rectangle 33 */
.home-menu {
  padding: 120px 20px;
  background-color: #EFC132; }

.home-menu-internal-wrapper {
  max-width: 1000px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center; }
  .home-menu-internal-wrapper a {
    position: relative;
    display: block;
    width: 20%;
    color: #ffffff;
    text-align: center;
    z-index: 1; }
  .home-menu-internal-wrapper div {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    transition: all 0.2s; }
  .home-menu-internal-wrapper div:hover {
    opacity: 0.6;
    transition: all 0.2s; }
  .home-menu-internal-wrapper .menu-circle-bg {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0; }
  .home-menu-internal-wrapper .home-menu-img-wrapper {
    min-height: 68px; }

.testimonials-internal-wrapper {
  padding: 130px 20px 80px 20px; }

.testimonials-item {
  background-color: #964C23;
  padding: 65px 30px;
  color: #000000;
  font-size: 14px;
  border-radius: 20px; }
  .testimonials-item__title img {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50%;
    display: inline-block !important;
    margin-left: 11px; }
  .testimonials-item__title p {
    display: inline-block;
    vertical-align: 16px;
    font-weight: 500; }

.owl-carousel .owl-stage-outer {
  padding: 30px 0; }

.owl-item.center {
  transform: scale(1.2);
  z-index: 10; }
  .owl-item.center .testimonials-item {
    background-color: #FA7F3A; }

.owl-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background-color: transparent; }

.owl-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background-color: transparent; }

.filia-img {
  width: 58%; }

.filia-content {
  padding-top: 85px;
  width: 42%;
  color: #ffffff; }
  .filia-content__item {
    width: 33.333%;
    font-size: 14px;
    padding: 0 5px; }
    .filia-content__item div {
      margin-bottom: 20px; }
    .filia-content__item span {
      display: block;
      font-weight: 900; }

.filia-internal-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.footer-main {
  background-color: #EFC132;
  padding: 7px 0; }

.footer-internal-wrapper {
  position: relative; }

.footer-logo {
  position: absolute;
  left: 20px;
  bottom: -7px; }

.footer-socials {
  text-align: left;
  margin-left: 110px; }
  .footer-socials a {
    display: block;
    float: left;
    margin: 0 10px;
    height: 36px; }

.gallery {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 65px;
  -moz-column-gap: 65px;
  column-gap: 65px;
  margin-top: 65px;
  overflow: hidden;
  position: relative; }

.gallery-button {
  position: absolute;
  display: block;
  top: 235px;
  left: 325px;
  cursor: pointer;
  width: 228px;
  height: 228px;
  background-color: #EFC132;
  border-radius: 50%; }
  .gallery-button:hover {
    background-color: #FA7F3A; }
  .gallery-button p {
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.gallery img {
  width: 100%;
  height: auto;
  transition: 500ms;
  margin-bottom: 10px;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 45px; }

.special-burger-video-link {
  bottom: -130px; }

.arrow-bottom {
  cursor: pointer;
  color: #ffffff; }
  .arrow-bottom p {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    font-weight: 500; }

.burger-internal-wrapper {
  position: relative; }

.q-product-nav-arrow {
  width: 64px;
  height: 64px;
  background: url(img/post-arrow.png) no-repeat;
  position: absolute;
  top: 40%;
  margin-top: -32px; }

.q-product-nav-arrow a {
  width: 64px;
  height: 64px;
  display: block; }

.q-product-nav-arrow__next {
  left: -13px; }

.q-product-nav-arrow__prev {
  right: -13px;
  transform: rotate(180deg); }

.burger-single-img-wrapper {
  width: 73%;
  padding: 0 5%;
  text-align: center; }
  .burger-single-img-wrapper img {
    display: block;
    width: 100%; }

.burger-single-content {
  width: 27%;
  color: #ffffff; }
  .burger-single-content h1 {
    font-weight: 800;
    font-size: 50px; }
  .burger-single-content ul {
    margin: 10px 0 120px 0; }
  .burger-single-content li {
    font-size: 18px;
    line-height: 144%; }

.burger-single-link {
  color: #000000;
  background-color: #EFC132;
  padding: 17px 80px;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 500; }

.burger-single-mobile-link {
  display: none; }

.burger-single-mobile-title {
  display: none; }

.mobile-bar {
  display: none; }

.slider-single-wrapper {
  padding-top: 70px; }

.arrows {
  position: relative;
  left: 33px;
  width: 30px;
  height: 30px;
  margin: 0 auto; }

.arrows:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 7px solid rgba(255, 255, 255, 0.7);
  border-bottom: 7px solid rgba(255, 255, 255, 0.7);
  transform: translate(10px, 30px) rotate(-45deg);
  animation: arrows 1.5s linear infinite; }

.arrows:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 7px solid rgba(255, 255, 255, 0.7);
  border-bottom: 7px solid rgba(255, 255, 255, 0.7);
  transform: translate(20px, 0px) rotate(-45deg);
  animation: arrows 1.5s linear infinite -0.75s; }

@keyframes arrows {
  0% {
    border-left: 7px solid transparent;
    border-bottom: 7px solid transparent;
    transform: translate(-7px, -25px) rotate(-45deg); }
  10%, 90% {
    border-left: 7px solid transparent;
    border-bottom: 7px solid transparent; }
  50% {
    border-left: 7px solid rgba(255, 255, 255, 0.7);
    border-bottom: 7px solid rgba(255, 255, 255, 0.7);
    transform: translate(-13.33333px, 0px) rotate(-45deg); }
  100% {
    border-left: 7px solid transparent;
    border-bottom: 7px solid transparent;
    transform: translate(-13.33333px, 53.33333px) rotate(-45deg); } }
.about-img {
  float: left;
  max-width: 890px; }
  .about-img img {
    width: 100%; }

.about-text-block {
  float: right;
  color: #ffffff;
  padding: 50px 130px 50px 20px;
  width: calc(100% - 890px); }

.admin-bar .wpb_wrapper p {
  padding-bottom: 22px;
  font-size: 20px; }

.food-list {
  padding: 80px 0; }
  .food-list__title {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 100px;
    color: #ffffff; }

.food-list-item {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 50px;
  text-align: center; }
  .food-list-item__image img {
    display: block; }
  .food-list-item__content-wrapper {
    background-color: #EFC132;
    padding: 11px 33px;
    border-radius: 15px;
    transition: all 0.2s; }
  .food-list-item__title {
    font-size: 22px;
    font-weight: 800; }
  .food-list-item__content {
    font-size: 14px;
    font-weight: 500; }
  .food-list-item__price {
    font-size: 22px;
    font-weight: 800; }

.food-list-item:hover .food-list-item__content-wrapper {
  transition: all 0.2s;
  background-color: #FA7F3A; }

.food-template-single-food-special .post-nav-links {
  display: none; }

@media (max-width: 1440px) {
  .about-img {
    width: 50%; }

  .about-text-block {
    width: 50%;
    padding: 50px 20px; }

  .admin-bar .wpb_wrapper p {
    font-size: 14px; } }
@media (max-width: 1240px) {
  .header-nav {
    margin-left: 20px; }

  .header-nav li {
    margin: 0 10px; }

  .header-logo {
    margin-left: 10px; }

  .header-main {
    font-size: 16px; }

  .video-wrapper video {
    width: 100%;
    height: auto; }

  .video-wrapper {
    margin: 0 0 100px 0; }

  .filia-img {
    object-fit: cover; } }
@media (max-width: 991px) {
  .filia-internal-wrapper {
    display: block; }

  .filia-content {
    width: 100%; }

  .filia-img {
    width: 90%;
    display: block; }

  .burger-single-content h1 {
    font-size: 30px; }

  .burger-single-content ul {
    margin-bottom: 40px; }

  .burger-single-link {
    padding: 10px 50px; }

  .food-list-item {
    width: 50%; }

  .food-list__title {
    font-size: 30px;
    margin-bottom: 30px; }

  .food-list {
    padding: 30px 0; }

  .youtube-link {
    display: none; }

  .home-menu-internal-wrapper {
    display: block; }

  .home-menu-internal-wrapper a {
    width: 250px;
    margin: 0 auto;
    margin-bottom: 30px; }

  .home-menu {
    padding: 90px 20px 1px 20px; } }
@media (max-width: 768px) {
  .header-mobile-hide-block {
    display: none; }

  .header-mobile-nav {
    position: absolute;
    display: none;
    width: 100%;
    top: 75px;
    left: 0;
    background-color: #EFC132;
    padding: 32px 20px 20px 20px; }
    .header-mobile-nav li {
      display: block;
      margin-bottom: 10px; }
    .header-mobile-nav a {
      font-size: 18px;
      font-weight: 500; }
    .header-mobile-nav .header-nav {
      display: block; }
    .header-mobile-nav .header-special-link {
      display: block;
      max-width: 230px;
      margin: 0 auto;
      margin-top: 30px; }

  .header-main {
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-image: url("img/menu-pattern-mob.png");
    background-repeat-y: no-repeat;
    -webkit-box-shadow: 2px 8px 7px -5px rgba(0, 0, 0, 0.73);
    -moz-box-shadow: 2px 8px 7px -5px rgba(0, 0, 0, 0.73);
    box-shadow: 2px 8px 7px -5px rgba(0, 0, 0, 0.73); }

  .header-internal-wrapper {
    position: relative; }

  .header-logo {
    position: absolute;
    right: 0;
    top: -5px;
    width: 70px; }

  .mobile-bar {
    position: absolute;
    left: 0;
    top: 14px;
    width: 28px;
    cursor: pointer;
    display: block;
    padding: 10px 10px 5px 10px;
    box-sizing: content-box;
    background-color: #efc132; }
    .mobile-bar span {
      display: block;
      height: 3px;
      background-color: #000000;
      margin-bottom: 5px;
      border-radius: 15px; }

  .main-wrapper {
    padding-top: 90px; }

  .home-video-wrapper {
    position: relative;
    height: 410px;
    background: url("img/video-block-bg-image-mobile.png") no-repeat center;
    background-size: cover;
    margin: 0; }
    .home-video-wrapper video {
      display: none; }
    .home-video-wrapper .home-video-links {
      position: absolute;
      top: 28px;
      left: 20px;
      bottom: auto;
      width: 200px; }
      .home-video-wrapper .home-video-links a {
        width: 100%;
        display: block;
        margin: 0;
        margin-bottom: 18px; }

  .owl-item.center {
    transform: scale(1); }

  .testimonials-item {
    background-color: #FA7F3A;
    padding: 70px 60px; }

  .owl-next,
  .owl-prev {
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    background: url("img/testimonials-arrow-icon.png"); }

  .owl-next {
    right: 9px;
    transform: rotate(180deg); }

  .owl-prev {
    left: 9px; }

  .testimonials-internal-wrapper {
    padding: 30px 20px 0 20px; }

  .filia-content {
    padding-top: 30px; }

  .footer-socials a {
    float: right; }

  .gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-top: 30px; }

  .gallery img {
    margin-bottom: 30px; }

  .burger-single-title {
    position: static;
    margin-bottom: 20px;
    text-align: left;
    width: 100%; }

  .burger-single-wrapper {
    padding-top: 50px; }

  .gallery-button {
    width: 200px;
    height: 200px;
    top: 200px;
    left: auto;
    right: -15px; }
    .gallery-button p {
      font-size: 16px; }

  .about-img {
    width: 100%; }

  .about-text-block {
    width: 100%;
    padding: 20px; }

  html, body {
    font-size: 18px; } }
@media (max-width: 650px) {
  .burger-single-content h1 {
    display: none; }

  .burger-single-content .burger-single-link {
    display: none; }

  .burger-single-mobile-title {
    display: block;
    text-align: left;
    padding: 0 20px;
    margin-bottom: 20px;
    color: #ffffff; }
    .burger-single-mobile-title h2 {
      font-size: 30px;
      font-weight: 800;
      color: #ffffff; }

  .burger-single-mobile-link {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 35px;
    text-align: center; }

  .food-list-item {
    width: 100%;
    padding: 0; } }
@media (max-width: 480px) {
  .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-top: 30px; }

  .burger-internal-wrapper {
    padding-right: 0; }

  .burger-single-img-wrapper {
    position: relative;
    overflow-x: hidden; }
    .burger-single-img-wrapper img {
      width: 150%;
      max-width: 150%;
      position: relative;
      right: -50%; }

  .filia-content__item {
    width: 50%; } }

/*# sourceMappingURL=style.css.map */
