@import url('../fonts/stylesheet.css');
button {
  outline: none;
}
.btn {
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #501792;
  box-shadow: none !important;
  text-transform: uppercase;
  transition: all 0.4s;
}
a:hover,
a:focus {
  text-decoration: none;
}
.btn-fab {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 40;
  color: #ffffff;
  background: #ff87ff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.btn-fab:hover {
  background: #ff54ff;
}
.btn-info {
  /*background:url("../images/btn-info-bg.svg") 0 0 no-repeat;*/
  clip-path: polygon(0 4%, 100% 0, 100% 100%, 4% 89%);
  width: 224px;
  height: 74px;
  color: #501792;
  font-size: 22px;
  border: none !important;
  outline: none !important;
  background-color: #00ffff;
  transition: all 0.6s;
}
.btn-info:hover {
  background: #d7ff00;
  color: #501792;
}
.btn-primary {
  border: none;
  color: #501792;
  /*background:url("../images/btn-bg.svg") 0 0 no-repeat;*/
  background-color: #d7ff00;
  clip-path: polygon(0 8%, 100% 0%, 89% 90%, 6% 82%);
  font-size: 24px;
  min-width: 150px;
  width: 18.3vw;
  height: 15.3vh;
  max-height: 90px;
  position: relative;
}
.btn-primary:before {
  content: "";
  position: absolute;
  display: block;
  width: 317px;
  height: 133px;
  clip-path: polygon(0 8%, 100% 0%, 89% 90%, 6% 82%);
  border: solid 4px #000;
}
.btn-primary:hover {
  background: #00ffff;
  color: #501792;
}
.btn-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding-top: 16px;
  border: none;
  color: #501792;
  clip-path: polygon(0 15%, 100% 0, 85% 100%, 4% 100%);
  background: #ff87ff !important;
  width: 257px;
  height: 66px;
}
.d-column {
  flex-direction: column;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 2rem !important;
}
.mt-5,
.my-5 {
  margin-top: 2rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 2rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 2rem !important;
}
.m-6 {
  margin: 2.5rem !important;
}
.mt-6,
.my-6 {
  margin-top: 2.5rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 2.5rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 2.5rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 2.5rem !important;
}
.m-7 {
  margin: 3rem !important;
}
.mt-7,
.my-7 {
  margin-top: 3rem !important;
}
.mr-7,
.mx-7 {
  margin-right: 3rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 3rem !important;
}
.ml-7,
.mx-7 {
  margin-left: 3rem !important;
}
.m-8 {
  margin: 3.5rem !important;
}
.mt-8,
.my-8 {
  margin-top: 3.5rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 3.5rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 3.5rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 3.5rem !important;
}
.m-9 {
  margin: 4rem !important;
}
.mt-9,
.my-9 {
  margin-top: 4rem !important;
}
.mr-9,
.mx-9 {
  margin-right: 4rem !important;
}
.mb-9,
.my-9 {
  margin-bottom: 4rem !important;
}
.ml-9,
.mx-9 {
  margin-left: 4rem !important;
}
.m-10 {
  margin: 4.5rem !important;
}
.mt-10,
.my-10 {
  margin-top: 4.5rem !important;
}
.mr-10,
.mx-10 {
  margin-right: 4.5rem !important;
}
.mb-10,
.my-10 {
  margin-bottom: 4.5rem !important;
}
.ml-10,
.mx-10 {
  margin-left: 4.5rem !important;
}
.m-11 {
  margin: 5rem !important;
}
.mt-11,
.my-11 {
  margin-top: 5rem !important;
}
.mr-11,
.mx-11 {
  margin-right: 5rem !important;
}
.mb-11,
.my-11 {
  margin-bottom: 5rem !important;
}
.ml-11,
.mx-11 {
  margin-left: 5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 2rem !important;
}
.pt-5,
.py-5 {
  padding-top: 2rem !important;
}
.pr-5,
.px-5 {
  padding-right: 2rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 2rem !important;
}
.pl-5,
.px-5 {
  padding-left: 2rem !important;
}
.p-6 {
  padding: 2.5rem !important;
}
.pt-6,
.py-6 {
  padding-top: 2.5rem !important;
}
.pr-6,
.px-6 {
  padding-right: 2.5rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 2.5rem !important;
}
.pl-6,
.px-6 {
  padding-left: 2.5rem !important;
}
.p-7 {
  padding: 3rem !important;
}
.pt-7,
.py-7 {
  padding-top: 3rem !important;
}
.pr-7,
.px-7 {
  padding-right: 3rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 3rem !important;
}
.pl-7,
.px-7 {
  padding-left: 3rem !important;
}
.p-8 {
  padding: 3.5rem !important;
}
.pt-8,
.py-8 {
  padding-top: 3.5rem !important;
}
.pr-8,
.px-8 {
  padding-right: 3.5rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 3.5rem !important;
}
.pl-8,
.px-8 {
  padding-left: 3.5rem !important;
}
.p-9 {
  padding: 4rem !important;
}
.pt-9,
.py-9 {
  padding-top: 4rem !important;
}
.pr-9,
.px-9 {
  padding-right: 4rem !important;
}
.pb-9,
.py-9 {
  padding-bottom: 4rem !important;
}
.pl-9,
.px-9 {
  padding-left: 4rem !important;
}
.p-10 {
  padding: 4.5rem !important;
}
.pt-10,
.py-10 {
  padding-top: 4.5rem !important;
}
.pr-10,
.px-10 {
  padding-right: 4.5rem !important;
}
.pb-10,
.py-10 {
  padding-bottom: 4.5rem !important;
}
.pl-10,
.px-10 {
  padding-left: 4.5rem !important;
}
.p-11 {
  padding: 5rem !important;
}
.pt-11,
.py-11 {
  padding-top: 5rem !important;
}
.pr-11,
.px-11 {
  padding-right: 5rem !important;
}
.pb-11,
.py-11 {
  padding-bottom: 5rem !important;
}
.pl-11,
.px-11 {
  padding-left: 5rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
:root {
  --small: 0.75;
  --text-md: calc(9.458px);
  --text-xxl: 7.813vw;
  --text-lg: 2.865vw;
  --text-xl: 5.208vw;
  --text-light: #dddfce;
  --border: #BDBFA9;
  --lightbg: #E3E4DD;
  --lightpurple: #501792;
  --lightgreen: #818439;
}
html {
  /*overflow:hidden;*/
}
#camel-two {
  display: flex;
}
#viewport {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
img {
  max-width: 100%;
}
.smooth-scroll {
  overflow-x: hidden !important;
}
.has-scroll-smooth [data-scroll-container] {
  overflow-x: hidden;
}
body,
html {
  overflow-x: hidden;
  font-family: "Agrandir", sans-serif;
  font-size: 20px;
  max-width: 100%;
  width: 100%;
  color: #501792;
  overscroll-behavior: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #ffffff !important;
}
.content2 h2 {
  text-align: left !important;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1 {
  font-family: "GintoNord", "Times New Roman", serif;
  font-size: 105px;
  text-align: center;
  color: #d7ff00;
}
h2 {
  font-family: "AgrandirBold", sans-serif;
  font-size: 70px;
  color: #501792;
  text-transform: uppercase;
  padding-top: 0.5em;
}
h4 {
  font-family: "Agrandir", sans-serif;
  font-size: 25px;
}
h5 {
  font-family: "AgrandirBold", sans-serif;
  font-size: 22px;
}
h6 {
  font-family: "Agrandir", sans-serif;
  font-size: 12px;
  letter-spacing: 12px;
  text-transform: uppercase;
  font-weight: 400;
}
section {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* align-items:center;*/
  justify-content: center;
  position: relative;
}
#section-index5 {
  background: #501792;
  clip-path: polygon(0% 0%, 100% 38px, 100% 100%, 0% 100%);
  margin-top: -40px;
}
#section-index5 h2 {
  max-width: 400px;
  margin-bottom: 24px;
  font-size: 96px;
  line-height: 110%;
  text-align: left;
  text-transform: uppercase;
  color: #d7ff00;
  font-family: "Agrandir", sans-serif;
}
#section-index5 p {
  color: #ffffff;
}
.slanted {
  height: 100vh;
}
#section-one {
  background-color: #501792;
  justify-content: flex-start;
  align-items: center;
}
#section-one .bg-wrap {
  overflow: hidden;
  position: absolute;
}
#section-one .hero-elements {
  flex-direction: column;
  /*height:100vh;*/
  padding-bottom: 188px;
}
#section-one .hero-elements .smooth-logo {
  flex: 0 1 auto;
  padding-top: 188px;
}
#section-one .hero-elements .hero {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#section-one .container {
  justify-content: center;
  /* height:100vh;*/
}
#section-one .lightnings {
  width: 20vw;
  top: 5vh;
  height: 20vw;
}
#section-one .hummus {
  width: 17vw;
  right: -1vw;
  top: -2vh;
  transform: rotate(-12deg);
}
#section-one .bowl-left {
  width: 16vw;
  left: 7vw;
  bottom: 3vh;
  display: flex;
}
#section-one .bowl-left-bits {
  width: 16vw;
  bottom: 1vh;
}
#section-one .bowl-right {
  width: 7vw;
  bottom: 10vh;
  right: 20vw;
}
#section-one .bowl-right-bits {
  width: 11vw;
  bottom: -5%;
  left: -2.5vw;
}
#section-one .lightning {
  width: 7vw;
  right: 10vw;
  bottom: 30vh;
}
#menu-gallery .slick-arrow {
  position: absolute;
}
#menu-gallery .slick-arrow.slick-next {
  right: 0;
}
#mobile-carousel .slick-arrow {
  position: absolute;
}
#mobile-carousel .slick-arrow.slick-next {
  right: 0;
}
#section-two {
  min-height: 100vh;
  background-color: #ff87ff;
}
#section-two h2 {
  padding-bottom: 0.5em;
}
#section-two .camel {
  width: 15vw;
  transform: rotate(60deg);
  top: 20%;
  left: -4vw;
}
#section-two .aubergine {
  width: 12vw;
  transform: rotate(195deg);
  top: -5vh;
  right: 10vw;
  z-index: 88;
}
#section-two .fruit {
  width: 9vw;
  top: 40vh;
  right: -2vw;
}
.mobile-carousel {
  display: flex;
  flex-wrap: wrap;
}
#section-three {
  margin-top: -10px;
  height: auto;
  min-height: 50vh;
  background-color: #ff87ff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 6%;
}
#section-three .smalltext {
  width: 60vw;
  color: #000000;
}
#section-three .aubergine {
  width: 15vw;
  top: 60vh;
  left: -5vw;
}
#section-three .lightnings {
  width: 15vw;
  z-index: 77777;
  top: -30px;
  left: 5vw;
}
#section-three .onion {
  width: 15vw;
  top: 70vh;
  right: -3vw;
}
#section-three .menu {
  width: 70vw;
  background: #501792;
  border-radius: 24px;
  color: #ffffff;
  position: relative;
}
#section-three .menu .mushroom {
  width: 10vw;
  bottom: -5vh;
  left: -4vw;
}
#section-three .menu .tomato {
  width: 5vw;
  bottom: -5vh;
  right: -2vw;
}
#section-three .menu .slick-slide h5 {
  padding-left: 3vw;
}
#section-three .menu .slick-slide p {
  padding-left: 3vw;
  max-width: 380px;
  font-size: 15px;
}
#section-three .menu img {
  max-width: 98%;
  margin: auto;
  position: relative;
  margin-bottom: 25px;
}
#section-three .menu h5 {
  color: #d7ff00;
}
#section-four {
  clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 95%);
  background-color: #d7ff00;
  margin-top: -5%;
  overflow: hidden;
  z-index: 4;
}
#section-four h2 {
  margin-bottom: 0.8em;
}
#section-four .fruit1 {
  width: 10vw;
  top: 10vh;
  left: 5vw;
}
#section-four .pepper {
  width: 10vw;
  transform: rotate(220deg);
  top: -10px;
  right: -2vw;
}
#section-four h5 {
  display: flex;
  align-items: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
#section-four h5 img {
  margin-right: 12px;
  max-height: 75px;
}
#section-five {
  color: #000000;
  overflow: hidden;
  min-height: 50vh;
  background-color: #ffffff;
}
#section-five .bg-wrap {
  top: 0;
  /*height:100vh;*/
  position: absolute;
  overflow: hidden;
}
#section-five h2 {
  margin-bottom: 0.8em;
}
#section-five .camelka {
  width: 18vw;
  right: -25%;
  top: 35%;
}
#section-five .content p {
  font-size: 15px;
  font-style: italic;
}
#section-six {
  z-index: 3;
  margin-top: -50px;
  min-height: unset;
  min-height: 50vh;
  background-color: #00ffff;
  color: #000000;
}
#section-six h4 {
  margin-top: 1.4em;
  margin-bottom: 1em;
  color: var(--lightpurple);
  text-transform: uppercase;
}
#section-six a {
  color: #501792 !important;
}
.loaded .preload {
  opacity: 0;
}
.preload {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #400072;
  top: 0%;
  left: 0%;
  z-index: 99999;
  transition: all 1.5s;
}
.smooth-logo {
  display: flex;
  width: 200px;
  align-items: flex-start;
}
.smooth-logo img {
  max-width: 100%;
}
.animated {
  position: absolute;
}
.bg-wrap {
  position: absolute;
  overflow-x: hidden;
}
.slick-arrow {
  position: relative;
  top: 28%;
  width: 50px;
  height: 50px;
  border: 0px;
  outline: none !important;
  text-indent: -999999px;
}
.slick-arrow.slick-prev {
  margin-right: 82px;
  z-index: 99;
  background: url("../images/arrow-left.svg") 0 0 no-repeat;
}
.slick-arrow.slick-next {
  margin-left: 82px;
  background: url("../images/arrow-right.svg") 0 0 no-repeat;
}
.rating {
  margin-bottom: 1em;
}
.star {
  width: 15px;
  margin-right: 10px;
}
.bg-wrap {
  overflow-x: hidden;
  display: flex;
  width: 100%;
  /*position: absolute;*/
  height: 100%;
  z-index: 0;
  top: 0;
}
.hero {
  position: relative;
}
.hero h1 {
  position: relative;
  z-index: 4;
}
.alabel {
  background: #ff87ff;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #501792;
  font-family: "Agrandir";
  font-size: 18px;
  text-align: center;
}
.alabel.label-one {
  z-index: -1;
  bottom: -41px;
  left: 0%;
  padding-left: 20px;
  transform: rotate(-12deg);
  clip-path: polygon(0 0, 100% 9%, 100% 94%, 19% 100%);
  width: 14.5vw;
  height: 66px;
}
.alabel.label-two {
  z-index: 5;
  top: -52px;
  right: -5%;
  padding-top: 12px;
  transform: rotate(12deg);
  clip-path: polygon(0% 29%, 90% 9%, 86% 100%, 8% 96%);
  width: 14.5vw;
  height: 85px;
}
#location-container {
  position: relative;
}
#location-container img {
  transform: rotate(-4deg);
}
#location-container .btn-info {
  position: absolute;
  bottom: -3vh;
  left: -3vw;
}
.copyright {
  margin-top: 1.5em;
  font-size: 15px;
}
.social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #501792;
  margin-right: 10px;
  transition: all 0.3s;
}
.social-icons a:hover {
  background: #ff87ff;
}
.social-icons a img {
  max-height: 25px;
}
.item .content p img {
  float: left;
}
/*Animated*/
@keyframes wiggle {
  0% {
    transform: skewX(9deg) rotate(-4deg);
  }
  21.78571% {
    transform: skewX(-8deg) rotate(-6deg);
  }
  23.57143% {
    transform: skewX(7deg) rotate(-5deg);
  }
  25.35714% {
    transform: skewX(-6deg) rotate(-4deg);
  }
  27.14286% {
    transform: skewX(5deg) rotate(-5deg);
  }
  28.92857% {
    transform: skewX(-4deg) rotate(-4deg);
  }
  29.71429% {
    transform: translate(0, 0) rotate(-6deg);
  }
  100% {
    transform: translate(0, 0) rotate(-6deg);
  }
}
.wiggle {
  animation: wiggle 4.72s ease infinite;
}
.wobble {
  animation: wobble 4.72s ease infinite;
}
.wobblebtn {
  animation: buttonwobble 0.92s ease forwards;
}
/*******************************************/
@keyframes wobble {
  0% {
    transform: translate(0, 0) rotate(3deg);
  }
  80% {
    transform: translate(0, 0) rotate(3deg);
  }
  90.71429% {
    transform: rotate(3deg);
  }
  91.78571% {
    transform: rotate(-1deg);
  }
  93.57143% {
    transform: rotate(1deg);
  }
  95.35714% {
    transform: rotate(-1deg);
  }
  97.14286% {
    transform: rotate(1deg);
  }
  98.92857% {
    transform: rotate(0deg);
  }
  99.71429% {
    transform: translate(0, 0) rotate(-1deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes buttonwobble {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1, 1);
  }
  15% {
    transform: translate(0, 0) rotate(8deg) scale(1.2, 1.2);
  }
  25.71429% {
    transform: skewX(9deg) rotate(0deg);
  }
  35.78571% {
    transform: skewX(-8deg) rotate(-1deg);
  }
  45.57143% {
    transform: skewX(7deg) rotate(-8deg) scale(1.4, 1.4);
  }
  55.35714% {
    transform: skewX(-6deg) rotate(-1deg);
  }
  65.14286% {
    transform: skewX(5deg) rotate(0deg) scale(0.6, 0.6);
  }
  75.92857% {
    transform: skewX(-4deg) rotate(8deg);
  }
  85.71429% {
    transform: translate(0, 0) rotate(2deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1, 1);
  }
}
.strokeanim {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: dash 3s linear infinite;
}
.strokeanim1 {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: dash 3.6s linear infinite;
}
.strokeanim2 {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: dash 3.9s linear infinite;
}
@keyframes dash {
  0% {
    stroke: #00FFFF;
    fill: none;
  }
  19.3% {
    stroke: #00FFFF;
    fill: none;
  }
  20% {
    stroke: #00FFFF;
    fill: #00ffff;
  }
  21% {
    stroke: #00FFFF;
    fill: rgba(0, 255, 255, 0.8);
  }
  22% {
    stroke: #00FFFF;
    fill: #00ffff;
  }
  23% {
    stroke: #00FFFF;
    fill: rgba(0, 255, 255, 0.7);
  }
  27% {
    stroke: #00FFFF;
    fill: #00ffff;
  }
  20% {
    stroke: #00FFFF;
    fill: #00FFFF;
    stroke-dashoffset: 0;
  }
  100% {
    stroke: #00FFFF;
    fill: #00FFFF;
    stroke-dashoffset: 0;
  }
}
@keyframes dash1 {
  0% {
    stroke: #00FFFF;
    fill: none;
  }
  69.3% {
    stroke: #00FFFF;
    fill: none;
  }
  70% {
    stroke: #00FFFF;
    fill: #00ffff;
  }
  71% {
    stroke: #00FFFF;
    fill: rgba(0, 255, 255, 0.8);
  }
  72% {
    stroke: #00FFFF;
    fill: #00ffff;
  }
  73% {
    stroke: #00FFFF;
    fill: rgba(0, 255, 255, 0.7);
  }
  77% {
    stroke: #00FFFF;
    fill: #00ffff;
  }
  80% {
    stroke: #00FFFF;
    fill: #00FFFF;
    stroke-dashoffset: 0;
  }
  100% {
    stroke: #00FFFF;
    fill: #00FFFF;
    stroke-dashoffset: 0;
  }
}
@keyframes dash2 {
  0% {
    stroke: #00FFFF;
    fill: none;
  }
  39.3% {
    stroke: #00FFFF;
    fill: none;
  }
  40% {
    stroke: #00FFFF;
    fill: #00ffff;
  }
  41% {
    stroke: #00FFFF;
    fill: rgba(0, 255, 255, 0.8);
  }
  42% {
    stroke: #00FFFF;
    fill: #00ffff;
  }
  43% {
    stroke: #00FFFF;
    fill: rgba(0, 255, 255, 0.7);
  }
  47% {
    stroke: #00FFFF;
    fill: #00ffff;
  }
  50% {
    stroke: #00FFFF;
    fill: #00FFFF;
    stroke-dashoffset: 0;
  }
  100% {
    stroke: #00FFFF;
    fill: #00FFFF;
    stroke-dashoffset: 0;
  }
}
.lighter {
  fill: #00FFFF;
}
.st0.wiggle {
  transform-origin: 50% 50%;
}
#icon1,
#icon2,
#icon3 {
  margin-right: 12px;
  max-width: 150px;
  min-height: 120px;
}
#icon2 {
  max-width: 100px;
}
#icon1 {
  margin-top: -15px;
}
.st0.strokeanim {
  fill: #501792 !important;
}
.btn-primary {
  position: absolute;
  bottom: -60px;
  left: 60%;
  min-width: 250px;
}
@media (min-width: 1500px) {
  #section-one .lightnings {
    width: 15vw;
    left: 2vw;
    top: 15vh;
  }
  #section-five .camelka {
    top: 6%;
  }
  .mushroom,
  .tomato {
    display: none;
  }
}
@media screen and (max-width: 1499px) {
  #section-four .bg-wrap {
    display: none;
  }
  #section-five .camelka {
    top: 2%;
  }
  #section-two .camel {
    width: 18vw;
    transform: rotate(60deg);
    top: 6%;
    left: -4vw;
  }
  .btn-primary {
    height: 10.3vh;
    font-size: 24px;
  }
  #section-four h5 {
    flex-direction: column;
    text-align: center;
  }
  #icon1,
  #icon2,
  #icon3 {
    height: 120px;
    margin-top: 0px !important;
    margin-bottom: 20px;
  }
  #section-four .content {
    padding: 0 !important;
  }
  .aubergine,
  .fruit {
    display: none;
  }
  .smooth-logo {
    margin: auto;
  }
  #section-one .lightnings {
    width: 17vw;
    top: 20vh;
    left: 2vw;
    height: 20vw;
  }
  #section-one .container,
  .hero-elements {
    height: unset !important;
  }
  .smooth-scroll {
    overflow-x: hidden !important;
    overflow-y: visible !important;
  }
  section {
    height: unset !important;
    /* min-height:100vh;*/
  }
  .alabel {
    /*display:none;*/
  }
  .smooth-logo {
    margin: auto;
    width: 30vw;
  }
  .bg-wrap {
    position: relative;
  }
}
@media (max-width: 1360px) {
  .btn-primary {
    font-size: 20px;
  }
  .smooth-logo {
    margin: auto;
    width: 20vw;
  }
  p {
    font-size: 16px;
  }
  h2 {
    font-size: 24px;
  }
  #section-two .camel {
    width: 15vw;
    top: 10vh;
    right: -10%;
  }
  #location-container .btn-info {
    left: 33%;
  }
  #section-two .bg-wrap,
  #section-three .bg-wrap,
  #section-four .bg-wrap,
  #section-five .bg-wrap {
    display: none;
  }
}
@media screen and (max-width: 1360px) and (orientation: landscape) {
  #section-one .bg-wrap {
    display: flex !important;
    width: 80vw;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  #section-one .bg-wrap .bowl-left {
    bottom: 10%;
    width: 40vmin;
    margin-left: -50vmin;
    left: 50%;
    z-index: 21;
    transform: unset !important;
  }
  #section-one .bg-wrap .hummus {
    margin: unset !important;
    left: unset;
    margin-right: auto;
    bottom: 2%;
    width: 50vmin;
    z-index: 22;
    right: unset;
    top: unset;
    transform: unset !important;
  }
  #section-one .bg-wrap .bowl-right {
    z-index: 20;
    bottom: 10%;
    width: 30vmin;
    margin-left: 15vmin;
    left: 50%;
    right: unset;
    transform: unset !important;
  }
  #section-one .bg-wrap .bowl-right-bits {
    display: none;
  }
  #section-one .bg-wrap .bowl-left-bits {
    display: none;
  }
  #section-one .bg-wrap .lightning-right {
    display: none;
  }
  .alabel.label-one {
    font-size: 14px;
  }
  .alabel.label-two {
    top: 0;
    width: 180px;
    height: 69px;
    font-size: 14px;
    left: 60%;
  }
}
@media screen and (max-width: 1360px) and (min-width: 992px) {
  .alabel.label-two {
    left: 90%;
  }
}
@media screen and (max-width: 1280px) and (min-width: 861px) {
  #section-one .lightnings {
    width: 22vw;
    top: 5vh;
    left: 11vw;
    height: 20vw;
  }
}
@media screen and (max-width: 861px) {
  h1 {
    font-size: 11vmin;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .content2 h2 {
    text-align: center !important;
  }
  #section-index5 h2 {
    max-width: unset !important;
  }
  .item .content img {
    max-width: 34px;
  }
  .btn-primary {
    position: absolute;
    bottom: -40px;
    width: 260px;
    height: 79px;
    font-size: 28px;
    left: 50%;
    margin-left: -130px;
  }
  #section-one .hero-elements .hero {
    margin-top: 15vmax;
  }
  .smooth-logo {
    padding-bottom: 70px;
    display: none !important;
  }
  #section-one .bg-wrap {
    display: flex !important;
    width: 90vw;
    justify-content: center;
    height: 100%;
    order: 2;
  }
  #section-one .bg-wrap .lightning {
    display: none;
  }
  #section-one .bg-wrap .lightnings {
    width: 25vw;
    top: 25vh;
    left: 5vw;
    height: 20vw;
  }
  #section-one .bg-wrap .bowl-left-bits {
    display: none;
  }
  #section-one .bg-wrap .bowl-right-bits {
    display: none;
  }
  #section-one .bg-wrap .bowl-left {
    bottom: 10%;
    width: 40vw;
    left: 6vw;
    z-index: 21;
    transform: unset !important;
  }
  #section-one .bg-wrap .hummus {
    margin-left: unset;
    left: unset;
    margin-right: unset;
    bottom: 3%;
    width: 50vw;
    z-index: 22;
    right: unset;
    top: unset;
    transform: unset !important;
  }
  #section-one .bg-wrap .bowl-right {
    z-index: 20;
    bottom: 10%;
    width: 30vw;
    right: 5vw;
    transform: unset !important;
  }
  #section-one .container {
    height: unset;
  }
  #section-one .hero-elements {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .alabel.label-one {
    width: 160px;
    height: 66px;
    font-size: 14px;
    left: 0;
    bottom: -25px;
  }
  .alabel.label-two {
    width: 155px;
    height: 69px;
    font-size: 14px;
    left: 60%;
    right: 0;
    top: -30px;
  }
  #section-six {
    font-size: 16px;
  }
  .smalltext {
    font-size: 13px;
  }
  .mobile-carousel .col-md-4 {
    height: 400px;
  }
  .slick-slide h5 {
    margin-top: 20px;
  }
  h1 {
    margin-top: 24px;
  }
  .smooth-logo {
    margin: auto;
    width: 50vw;
  }
  #section-one {
    /* justify-content: center;*/
    align-items: center;
  }
  #location-container .btn-info {
    position: absolute;
    bottom: -3vh;
    left: 50%;
    margin-left: -112px;
  }
  h1 {
    font-size: 16vmin;
  }
  #section-one .lightnings {
    width: 45vw;
    top: 13vh;
    left: 2vw;
    height: 20vw;
  }
  /*.alabel.label-two{
transform:scale(0.7, 0.7);
  top:-86px;
}

.alabel.label-one{
  transform:scale(0.7, 0.7);
  bottom:-80px;

}
*/
  #section-two .aubergine {
    width: 32vw;
    transform: rotate(195deg);
    top: -5vh;
    right: 10vw;
    z-index: 88;
  }
  h2 {
    font-size: 10vmin;
  }
  .slick-initialized .slick-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #section-three {
    margin-top: -10px;
  }
  #section-three .container {
    padding-top: 2em;
  }
  #section-three .lightnings {
    width: 45vw;
  }
  #section-three .menu {
    width: 90vw;
  }
  #section-three .menu img {
    max-width: 300px;
  }
  #section-three .smalltext {
    width: 90vw;
    padding-top: 3em;
    padding-bottom: 3em;
    text-align: center;
  }
  #section-four {
    clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 95%);
    background-color: #d7ff00;
    margin-top: -12%;
    overflow: hidden;
  }
  #icon1,
  #icon2,
  #icon3 {
    margin-bottom: 1em;
  }
  .mushroom,
  .tomato,
  .aubergine {
    display: none;
  }
  #section-four h5 {
    flex-direction: column;
  }
  #section-five .camelka {
    width: 28vw;
    transform: rotate(-90deg);
    right: -22px;
    top: -10px;
  }
  #section-six .container {
    padding-left: 2em;
    padding-right: 2em;
  }
}
#location-container img {
  max-width: 100%;
}
.slick-dots {
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  transition: all 0.3s;
  transform: scale(1, 1);
}
.slick-dots li button:before {
  content: "";
}
.slick-dots li:not(.slick-active) button {
  transition: all 0.3s;
  transform: scale(0.7, 0.7);
  background: #ffffff;
}
.slick-dots li.slick-active button {
  transition: all 0.3s;
  transform: scale(1.2, 1.2);
  background: #501792;
}
.slides-numbers {
  color: #ffffff;
}
.slider-wrapper .slides-numbers {
  width: 100%;
  margin-top: 2vmin;
  justify-content: center;
  display: flex;
  align-items: center;
}
.slider-wrapper .slides-numbers .slick-arrow {
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 0px;
  display: inline-flex;
  outline: none !important;
  text-indent: -999999px;
}
.slider-wrapper .slides-numbers .slick-arrow.prev {
  margin-right: 80px;
  background: url("../images/arrow.svg") 50% 50% no-repeat;
  transform: rotate(-180deg);
}
.slider-wrapper .slides-numbers .slick-arrow.next {
  margin-left: 80px;
  background: url("../images/arrow.svg") 50% 50% no-repeat;
}
.navbar-toggler:not(.collapsed) {
  background: #fff;
}
.slick-slide {
  margin-left: 2vw;
  margin-right: 2vw;
  border-radius: 24px;
  overflow: visible;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.section-footer ul {
  font-size: 16px;
}
.btn-secondary {
  color: #501792 !important;
}
.svg-container h1,
h1 span {
  text-indent: -999999px;
  display: none;
}
