.main-color {
  color: #f2d237;
}

a {
  text-decoration: none !important;
}

.snowflake {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  z-index: 9;
  background-image: url("https://www.mealzoforbusiness.co.uk/1/heart.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.valentine-section {
  background-color: #630000;
  background-image: url(https://www.mealzoforbusiness.co.uk/1/heart-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.valentine-section img {
  max-width: 55px;
}

@media (max-width: 480px) {
  .valentine-section img {
    max-width: 35px;
  }
}

.valentine-section marquee {
  color: #fff;
  font-size: 17px;
}

@media (max-width: 480px) {
  .valentine-section marquee {
    font-size: 15px;
  }
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}

@font-face {
  font-family: Pacifico;
  src: url(../../Fonts/Pacifico/Pacifico-Regular.ttf);
}

@font-face {
  font-family: zhengming;
  src: url(../../Fonts/zhengming-lishu-font/Zhengminglishu-rgBmK.ttf);
}

@font-face {
  font-family: Sdasian;
  src: url(../../Fonts/sd-asian-font/Sdasian-WyDon.ttf);
}

@font-face {
  font-family: Signika;
  src: url(../../Fonts/Signika/Signika-Light.ttf);
}

@font-face {
  font-family: go3v2;
  src: url(../../Fonts/go3v2/go3v2.ttf);
}

body {
  font-family: Signika !important;
  overflow-x: hidden;
  background-color: #000;
}

body h2 {
  font-size: 48px;
  font-family: go3v2;
}

@media (max-width: 768px) {
  body h2 {
    font-size: 32px;
  }
}

body h4 {
  font-family: go3v2;
}

@media (max-width: 768px) {
  body h4 {
    font-size: 20px;
  }
}

img {
  width: 100%;
}

.delivery {
  background-color: #f3f3f3;
  padding: 80px 0px;
}

.delivery .delivery-imgs img {
  max-width: 300px;
}

@media (max-width: 480px) {
  .delivery .delivery-imgs img {
    max-width: 240px;
  }
}

.homedelivery {
  color: #ED0403;
  font-weight: bolder;
  font-size: 48px;
}

@media (max-width: 480px) {
  .homedelivery {
    color: #ED0403;
    font-weight: bolder;
    font-size: 36px;
  }
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-left {
  -webkit-animation: fade-left 0.5s ease-in;
          animation: fade-left 0.5s ease-in;
}

@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.dlApp {
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

/* header */
section.header {
  background-image: url("./../../imgs/wok-ninjas-Chinese-Food-Online-Edinburgh.jpg");
  min-height: 700px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

section.header .vote {
  max-width: 300px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.header .content {
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  margin: 100px auto;
  color: #fff;
  min-height: 200px;
  padding: 50px;
  border-radius: 50px;
}

@media (max-width: 768px) {
  section.header .content {
    margin: 50px auto;
  }
}

section.header .content h2 {
  color: #f2d237;
  margin-bottom: 40px;
}

section.header .content h4 {
  font-family: Signika;
  font-weight: bold;
}

section.header .big-logo {
  background-color: rgba(255, 255, 255, 0.2);
}

.valentine-gif {
  max-width: 100px;
}

@media (max-width: 480px) {
  .valentine-gif {
    max-width: 60px;
  }
}

.openmenuu {
  width: 100% !important;
}

.displayy {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shop-logo {
  max-width: 150px;
}

@media (max-width: 1200px) {
  .shop-logo {
    max-width: 120px;
  }
}

header .account {
  color: #000 !important;
  background-color: #fdfdfd;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 8px 10px;
  border: 1px solid #fff;
}

header .account:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.13);
  text-decoration: none;
}

@media (max-width: 1200px) {
  header .account {
    display: none;
  }
}

header .navbar-brand {
  font-size: 1rem !important;
}

@media (min-width: 1200px) {
  header .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

header section.menu-section {
  padding: 40px 0;
}

header section.menu-section span.open-menu {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  z-index: 10;
}

@media (min-width: 1200px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}

header section.menu-section #myNav {
  display: block;
}

@media (min-width: 1200px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  header section.menu-section #overlay-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header section.menu-section nav {
  padding: 0;
  margin-top: 7px;
}

@media (min-width: 1200px) {
  header section.menu-section nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  background-color: #2e2e2e;
  overflow-x: hidden;
  -webkit-transition: width 0.45s;
  transition: width 0.45s;
}

header section.menu-section div.mobile-overlay .closebtn {
  text-decoration: unset;
  position: absolute;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #f5f5f5;
}

@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .closebtn {
    display: none;
  }
}

header section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}

@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #fff;
}

header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  border-bottom: 3px solid #f2d237;
  color: #f2d237;
}

@media (min-width: 768px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin-right: 15px;
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 17px;
    padding: 13px 20px;
    font-weight: bolder;
    margin: 0;
    height: 55px;
  }
}

@media (max-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    padding: 13px;
  }
}

@media (max-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    color: #f5f5f5;
  }
}

header section.menu-section div.mobile-overlay .overlay-content a.home {
  border-bottom: 3px solid #d50100;
  background-color: #fde1c7 !important;
  color: #d50100;
}

@media (max-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link:last-of-type {
    margin-bottom: 20px;
  }
}

header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #f2d237;
  color: #666c71;
}

header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
  color: #000;
}

@media (min-width: 768px) {
  header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
    padding: 8px 17px 6px 13px;
  }
}

@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
    padding: 14px 25px 13px 19px;
  }
}

@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay {
    position: static;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: inherit;
  }
}

header section.menu-section .navbar-social .fa {
  color: #000;
}

@media (min-width: 1200px) {
  header section.menu-section .navbar-social {
    display: none;
  }
}

@media (max-width: 1200px) {
  header section.menu-section .navbar-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header section.menu-section svg {
  fill: #fdfdfd;
}

header a.btn {
  background-color: #f2d237;
  color: #666c71;
  padding: 10px;
  margin-top: 30px;
  width: 150px;
}

header a.btn:hover {
  color: #f2d237;
  background-color: #fdfdfd;
}

.big-logo img {
  max-width: 120px;
}

.big-logo .account {
  color: #000;
  background-color: #fdfdfd;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 8px 10px;
  border: 1px solid #fff;
}

.big-logo .account:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.13);
  text-decoration: none;
}

@media (max-width: 1200px) {
  .big-logo .account {
    display: none;
  }
}

@media (min-width: 1200px) {
  .big-logo .navbar-toggler {
    display: none;
  }
}

.big-logo .navbar-toggler .fa {
  color: #d50100;
  margin-right: 5px;
}

.big-logo i {
  margin-right: 5px;
  color: #f2d237;
}

.big-logo svg {
  fill: #fff !important;
}

/* section hero */
section.hero-section {
  height: 800px;
}

section.hero-section video {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.hero-section div.inner-content h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: black;
}

@media (min-width: 768px) {
  section.hero-section div.inner-content h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  section.hero-section div.inner-content h2 {
    font-size: 2rem;
  }
}

section.hero-section div.inner-content h2 span.ten-off {
  text-decoration: underline;
  -webkit-text-decoration-color: #f2d237;
          text-decoration-color: #f2d237;
}

section.hero-section div.inner-content p.hero-main-text {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

@media (min-width: 768px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 1rem;
  }
}

section.hero-section div.inner-content a {
  background-color: #f2d237;
  color: white;
  border-radius: 35px 0 35px 0 !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
}

section.hero-section div.inner-content a:hover {
  color: #f2d237;
  border-color: #f2d237;
  background-color: #fff !important;
  -webkit-box-shadow: rgba(213, 1, 0, 0.5) 0px 4px 12px;
          box-shadow: rgba(213, 1, 0, 0.5) 0px 4px 12px;
}

@media (min-width: 991px) {
  section.hero-section div.inner-content a {
    margin-top: 62px;
  }
}

@media (max-width: 480px) {
  section.hero-section div.inner-content a {
    width: 140px;
  }
}

section.hero-section div.inner-content a .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}

section.hero-section div.inner-content a .order-now-icon-main:hover {
  stroke: #f2d237;
}

section.hero-section div.inner-content div.clip {
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 99%, 5% 100%);
          clip-path: polygon(0 0, 100% 0, 95% 99%, 5% 100%);
  border-radius: 30px;
  overflow: hidden;
}

section.hero-section div.inner-content div.clip img {
  background-image: url("../../imgs/hero/Background.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

@media (min-width: 992px) {
  section.hero-section div.inner-content div.clip img {
    border-radius: 109px 109px 109px 109px;
    padding: 42px;
  }
}

#headerpage {
  display: block;
  height: 600px;
}

#headerpage .back-img {
  background-image: url(../../imgs/traditional-supreme-pizza-black-stone.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px;
  height: 600px;
}

#headerpage .back-img h2 {
  color: #fff;
  font-weight: bolder;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #headerpage .back-img h2 {
    font-size: 1.8rem;
  }
}

#headerpage .back-img p {
  color: #fff;
  font-weight: bolder;
  margin-bottom: 30px;
}

#headerpage .back-img .orderCumbernauld {
  background-color: #d50100;
  border: 2px solid #d50100;
  padding: 10px 20px;
  color: #222;
  margin: 5px;
}

#headerpage .back-img .orderCumbernauld:hover {
  background-color: #222;
  border: 2px solid #d50100;
  color: #d50100;
}

#headerpage .back-img .orderCumbernauld:hover .fa {
  color: #d50100 !important;
}

#headerpage .back-img .marquee {
  height: 50px;
  width: 200px;
  overflow: hidden;
  position: relative;
  background: #d50100;
  color: #222;
  border: 1px solid #222;
}

#headerpage .back-img .marquee p {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  /* Starting position */
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /* Apply animation to this element */
  -webkit-animation: scroll-left 5s linear infinite;
  animation: scroll-left 5s linear infinite;
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  0% {
    /* Browser bug fix */
    -webkit-transform: translateX(100%);
    /* Browser bug fix */
    transform: translateX(100%);
  }
  100% {
    /* Browser bug fix */
    -webkit-transform: translateX(-100%);
    /* Browser bug fix */
    transform: translateX(-100%);
  }
}

#headerpage .back-img .orderBudhill {
  background-color: #222;
  border: 2px solid #d50100;
  padding: 10px 20px;
  color: #d50100;
  margin: 5px;
}

#headerpage .back-img .orderBudhill .fa {
  color: #d50100 !important;
}

#headerpage .back-img .orderBudhill:hover {
  background-color: #d50100;
  border: 2px solid #d50100;
  color: #222;
}

#headerpage .back-img .orderBudhill:hover .fa {
  color: #222 !important;
}

#headerpage .back-img i {
  color: #222 !important;
  margin-left: 5px;
}

@media (max-width: 480px) {
  #headerpage .back-img {
    padding: 100px 20px;
  }
}

/* more about us section */
section.more-about-us-section {
  margin: 120px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 768px) {
  section.more-about-us-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.more-about-us-section .col-12 .more-card {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  min-height: 350px;
  border-radius: 30px;
  padding: 20px;
  margin-bottom: 50px;
}

section.more-about-us-section .col-12 .more-card img {
  margin-bottom: 20px;
  width: 100px;
}

/* special to try */
section.special {
  background-image: url("./../../imgs/wok-ninjas-Chinese-Food-Online-Edinburgh-background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  min-height: 1000px;
}

section.special .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.special .row h2 {
  color: #fdfdfd;
  padding: 100px 0px 50px;
}

section.special .row h2 img {
  width: 40px;
}

@media (max-width: 768px) {
  section.special .row h2 img {
    display: none;
  }
}

section.special .row .category {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 768px) {
  section.special .row .category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  section.special .row .category .description {
    padding: 20px 40px !important;
    margin: 0 !important;
  }
}

section.special .row .category .image {
  width: 360px;
  z-index: 10;
}

section.special .row .category .description {
  margin: 50px 0px 50px -100px;
  padding: 20px 90px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: left;
  z-index: 1;
}

section.special .row .category .description:hover {
  background-color: #fdfdfdbb;
}

section.special .row .category .description:hover p {
  color: #111;
}

section.special .row .category .description .order-btn {
  width: 70px;
  padding: 10px;
  text-align: center;
  background: #f2d237;
  color: #666c71;
  border-radius: 14px;
}

section.special .row .category .description .order-btn:hover {
  background: #fdfdfdbb;
  color: #f2d237;
  text-decoration: none;
  border: 2px solid #f2d237;
}

section.special .row .category .description h4 {
  color: #f2d237;
}

section.special .row .category .description p {
  color: #fdfdfd;
  margin-bottom: 30px;
}

section.special .row .right .description {
  margin: 50px 0px 50px -100px;
}

section.special .row .left .description {
  margin: 50px -100px 50px 0px;
}

@media (max-width: 768px) {
  section.special .row .left {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

section.special .row .more-about-us-section {
  margin: 120px 0;
}

section.special .row .more-about-us-section .container .row .col-10 {
  background-color: rgba(255, 255, 255, 0.2);
}

section.special .row .more-about-us-section .container .row .col-10 .more-card {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  height: 400px;
  border-radius: 30px;
  padding: 20px;
  margin-bottom: 50px;
}

.MenuCategory {
  padding: 80px 0;
  background-image: url("./../../imgs/wok-ninjas-Chinese-Food-Online-Edinburgh-background-hot-dishes.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.MenuCategory .swiper-wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.MenuCategory .swiper-wrapper .swiper-slide {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.MenuCategory .swiper-wrapper .swiper-slide img {
  border-radius: 16px;
  max-width: 200px;
  max-height: 200px;
}

.MenuCategory .swiper-wrapper .swiper-slide h4 {
  color: #fdfdfd;
  text-decoration: none;
  font-size: 18px;
}

.MenuCategory .swiper-wrapper .swiper-slide a {
  text-decoration: none;
}

.MenuCategory .swiper-wrapper .swiper-slide a h4 {
  color: #fdfdfd;
  text-decoration: none;
  font-size: 18px;
}

.MenuCategory .swiper-wrapper .swiper-slide a:hover {
  text-decoration: none;
}

.MenuCategory .swiper-wrapper .swiper-slide a:hover h4 {
  color: #ddd;
}

.MenuCategory .menu-btn:hover {
  color: #ddd;
}

section.about-us {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fdfdfd;
  margin-top: 200px;
  margin-bottom: 100px;
}

section.about-us .col-md-12 {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  min-height: 500px;
  padding: 0;
}

@media (max-width: 768px) {
  section.about-us .col-md-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 0px;
  }
  section.about-us .col-md-12 .img-ninja {
    border-radius: 0px !important;
  }
}

section.about-us .col-md-12 .img-ninja {
  background-image: url("./../../imgs/About-wok-ninja.jpg");
  background-size: cover;
  display: inline-block;
  min-height: 600px;
  border-radius: 50px 0 0 50px;
}

@media (max-width: 992px) {
  section.about-us .col-md-12 .img-ninja {
    min-height: 500px;
  }
}

@media (max-width: 768px) {
  section.about-us .col-md-12 .img-ninja {
    min-height: 400px;
  }
}

section.about-us .col-md-12 .content {
  text-align: center;
}

section.about-us .col-md-12 .content h2 {
  padding: 0;
  padding-bottom: 20px;
  font-size: 32px;
}

@media (max-width: 768px) {
  section.about-us .col-md-12 .content h2 {
    font-size: 28px;
    padding-bottom: 20px;
  }
}

section.about-us .col-md-12 .content h2 img {
  width: 30px;
}

@media (max-width: 768px) {
  section.about-us .col-md-12 .content h2 img {
    display: none;
  }
}

section.about-us .col-md-12 .content div.read-more-btn a {
  background-color: #f2d237;
  margin-top: 20px;
  border-radius: 5px;
  color: #666c71;
  width: 150px;
  padding: 10px 15px;
  margin-top: 50px;
  display: inline-block;
}

section.about-us .col-md-12 .content div.read-more-btn a:hover {
  color: #f2d237;
  border-color: #f2d237;
  background-color: #fdfdfd;
  text-decoration: none;
}

section.about-us .col-md-12 .col-md-6 {
  text-align: center;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #222;
}

@media (max-width: 480px) {
  section.about-us div.section-heading-div h3 {
    font-size: 30px;
  }
}

section.about-us div.about-us-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #252525;
  margin-bottom: 24px;
  font-weight: bolder;
}

section.about-us div.about-us-content div.shop-about-text p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.02em;
}

section.about-us div.about-us-content div.read-more-btn {
  background-color: #d50100;
}

section.about-us div.about-us-content div.read-more-btn a {
  background-color: #f2d237;
  color: #222;
  border-radius: 2px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.about-us div.about-us-content div.read-more-btn a:hover {
  color: #f2d237;
  border-color: #f2d237;
  background-color: #fdfdfd;
  -webkit-box-shadow: rgba(213, 1, 0, 0.5) 0px 4px 12px;
          box-shadow: rgba(213, 1, 0, 0.5) 0px 4px 12px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  text-decoration: none;
}

@media (min-width: 992px) {
  section.about-us div.about-us-content div.read-more-btn a {
    margin-top: 62px;
  }
}

section.about-us img {
  width: 100%;
}

section.about-us .col-12 {
  padding: 0;
}

section.about-us .col-md-6 {
  padding: 0;
}

.read-more-btn1 a {
  background-color: #222;
  color: #f2d237;
  display: inline-block;
  padding: 12px;
  margin-top: 20px;
  border: 2px solid #f2d237;
  text-decoration: none;
}

.read-more-btn1 a .fa {
  color: #f2d237;
}

.read-more-btn1 a:hover {
  background-color: transparent;
  border: 2px solid #222;
  color: #222;
}

.read-more-btn1 a:hover i {
  color: #222;
}

section.deals {
  margin: 40px 0;
  background-color: #222;
}

section.deals div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #222;
}

@media (max-width: 480px) {
  section.deals div.section-heading-div h3 {
    font-size: 30px;
  }
}

section.deals div.section-heading-div p {
  color: #222;
}

section.deals div.deals-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #252525;
  margin-bottom: 24px;
  font-weight: bolder;
}

section.deals div.deals-content div.shop-about-text p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.02em;
}

section.deals div.deals-content div.read-more-btn a.deals {
  background-color: #fce1c7;
  color: #222;
  border-radius: 2px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.deals div.deals-content div.read-more-btn a.deals:hover {
  color: #222;
  border-color: #f2d237;
  background-color: #f2d237;
  -webkit-box-shadow: rgba(213, 1, 0, 0.5) 0px 4px 12px;
          box-shadow: rgba(213, 1, 0, 0.5) 0px 4px 12px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media (min-width: 992px) {
  section.deals div.deals-content div.read-more-btn a.deals {
    margin-top: 62px;
  }
}

section.deals img {
  width: 100%;
}

section.deals .col-12 {
  padding: 0;
}

section.deals .col-md-6 {
  padding: 0;
}

section.contact-us .fa {
  color: #d50100;
}

section.contact-us .map div {
  height: 100%;
}

@media (max-width: 768px) {
  section.contact-us .section-heading-div {
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.contact-us .map {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  section.contact-us .map iframe {
    height: 300px;
  }
}

.fa {
  color: #222;
}

.read-more-btn2 a.deals {
  background-color: #fce1c7;
  color: #222;
  border-radius: 0;
  padding: 12px;
  margin-top: 20px;
  border: 2px solid #d50100;
}

.read-more-btn2 a.deals:hover {
  background: #d50100;
  color: #222;
  border: 2px solid #fce1c7;
}

.read-more-btn2 a.deals:hover .fa {
  color: #222;
}

section.peyment-method {
  background-color: #fff;
}

section.peyment-method div.row {
  padding: 50px 0;
}

section.peyment-method div.row div.col-10 .methods-container {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

section.peyment-method div.row div.col-10 .methods-container > div img {
  width: 70px;
  display: block;
}

section.menu-section .navbar-collapse {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.menu-section .navbar-light .navbar-nav .nav-link {
  color: #fff !important;
  font-size: 20px;
}

section.menu-section .nav-item {
  padding: 0 10px;
  text-align: center;
}

section.menu-section .fa {
  color: #d50100;
  margin-right: 5px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #d50100;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-item {
  margin: 0 10px;
}

/* dwnloap app section */
.dl-app a.app-link-dl-container:hover img {
  -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.dl-app img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
}

@media (min-width: 768px) {
  .dl-app img.dl-app-link {
    margin-bottom: 0;
    width: 200px;
  }
}

.dl-app h3.dl-ur-app-heading {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 70px;
  margin-bottom: 56px;
  margin-top: 20px;
  font-size: 1.8rem;
}

@media (max-width: 480px) {
  .dl-app h3.dl-ur-app-heading {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
  .dl-app h3.dl-ur-app-heading {
    font-size: 1.9rem;
  }
}

@media (min-width: 992px) {
  .dl-app h3.dl-ur-app-heading {
    font-size: 2rem;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-12-20 14:30:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

section.reviews {
  padding: 80px 0;
}

@media (max-width: 768px) {
  section.reviews {
    padding: 20px;
  }
}

section.reviews .container {
  background-color: #1628A7;
  border-radius: 16px;
}

section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}

@media (max-width: 576px) {
  section.reviews h3 {
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 13px;
  }
}

section.reviews .comment-section .comment-text {
  max-width: 800px;
  min-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}

section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #f2d237;
  margin-bottom: 9px;
  color: #fff;
}

section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

/* footer */
footer {
  background-image: url("./../../imgs/Wok-ninja-chinese-food.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: black;
  padding-top: 100px;
  background-color: rgba(0, 0, 0, 0.2);
}

footer .footer-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #fdfdfd;
  margin: 0 auto;
  max-width: 70%;
  min-height: 200px;
  padding: 50px;
  margin-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
}

@media (max-width: 768px) {
  footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  footer .footer-content .col-md-6 {
    border: none !important;
  }
}

@media (max-width: 480px) {
  footer .footer-content {
    max-width: 90%;
  }
}

@media (max-width: 380px) {
  footer .footer-content {
    padding: 50px 20px;
  }
}

footer .footer-content .col-md-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer-content ul {
  padding: 20px 0;
}

footer .footer-content ul h5 {
  margin-bottom: 25px;
}

footer .footer-content ul li {
  list-style: none;
}

footer .footer-content ul li a {
  color: #fdfdfd;
  line-height: 38px;
}

footer .footer-content ul li a:hover {
  text-decoration: none;
  color: #f2d237;
}

.grayback {
  height: 750px;
  margin-top: -750px;
  background-color: rgba(0, 0, 0, 0.7);
}

.fa {
  font-size: 1.25rem;
}

.list-group.shop-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 768px) {
  .list-group.shop-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.list-group.shop-info div {
  margin: 0 auto;
}

.footer-title {
  margin-bottom: 30px;
}

.footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
}

img.dl-app-link {
  margin-bottom: 20px;
  width: 170px;
}

@media (min-width: 768px) {
  img.dl-app-link {
    width: 180px;
  }
}

h3 {
  font-size: 20px;
  margin-top: 20px;
}

.footer-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 768px) {
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.footer-content ul {
  margin-bottom: 50px;
}

.footer-content ul h5 {
  margin-bottom: 25px;
}

.footer-content ul li {
  list-style: none;
}

.footer-content ul li a {
  color: #333;
  line-height: 38px;
}

.footer-content ul li a:hover {
  text-decoration: none;
  color: #fff;
}

.fa {
  color: #000;
}

section.foods-link {
  margin: 100px 0;
}

section.foods-link ul {
  padding: 10px;
  margin: 0;
}

section.foods-link ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 5px;
  margin: 4px;
}

section.foods-link ul li a {
  color: #fff;
}

section.foods-link ul li a:hover {
  text-decoration: none;
}

section.foods-link ul li:hover {
  border: 1px solid #d50100;
}

section.foods-tags {
  margin-top: 40px;
  padding-bottom: 20px;
}

section.foods-tags .foods-link {
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

section.foods-tags ul {
  padding: 10px;
}

section.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 4px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
}

section.foods-tags ul li a {
  color: #fff;
}

section.foods-tags ul li a:hover {
  text-decoration: none;
  color: #d50100;
}

.contact-us {
  margin-top: 120px;
}

.contact-us .address-first {
  display: inline-block;
  margin: 40px 0;
  text-align: center;
  width: 300px;
}

.contact-us .address-first h2 {
  color: #e53d2c;
  font-family: pacifico;
  font-size: 70px;
  margin-bottom: 7px;
}

.contact-us .address-first h3 {
  font-family: Quicksand;
  font-size: 25px;
  font-weight: bolder;
  text-transform: capitalize;
}

.contact-us .address-first b {
  font-family: Quicksand;
}

.contact-us .address-second {
  display: inline-block;
  margin: 40px 0;
  text-align: center;
  width: 300px;
}

.contact-us .address-second h2 {
  color: #e53d2c;
  font-family: Quicksand;
  font-size: 70px;
  margin-bottom: 7px;
}

.contact-us .address-second h3 {
  font-family: Quicksand;
  font-size: 25px;
  font-weight: bolder;
}

.contact-us .address-second b {
  font-family: Quicksand;
}

.contact-us a.d-flex img.shop-logo {
  max-width: 242px;
  max-height: 50px;
}

.contact-us .footer-header {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #f2d237;
}

@media (max-width: 480px) {
  .contact-us .footer-header {
    font-size: 35px;
  }
}

.contact-us .fa {
  font-size: 1.25rem;
}

.contact-us .list-group.shop-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 768px) {
  .contact-us .list-group.shop-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-us .list-group.shop-info div {
  margin: 0 auto;
}

.contact-us .footer-title {
  margin-bottom: 30px;
}

.contact-us .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #f2d237;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}

#myBtn:hover {
  color: #f2d237;
  border: 1px dashed #f2d237;
  background-color: white;
  -webkit-box-shadow: rgba(213, 1, 0, 0.5) 0px 7px 29px 0px;
          box-shadow: rgba(213, 1, 0, 0.5) 0px 7px 29px 0px;
}

.social-media-conteiner {
  background-color: #d50100;
}

@media (max-width: 768px) {
  .social-media-conteiner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.social-media-conteiner .icon-holder.facebook i {
  padding: 10px 13px;
  color: #fff;
}

.social-media-conteiner .icon-holder.instagram i {
  padding: 12px;
  color: #fff;
}

.social-media-conteiner .icon-holder.tiktok {
  padding: 7px 11px;
}

.social-media-conteiner div.icon-holder {
  border-radius: 50%;
  background: #000;
  width: 40px;
  height: 40px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.social-media-conteiner div.icon-holder i {
  padding: 12px;
}

.social-media-conteiner div.icon-holder svg {
  fill: #fff;
}

.social-media-conteiner div.icon-holder:hover {
  -webkit-transform: translate(0px, -8px);
          transform: translate(0px, -8px);
}

.social-media-conteiner div.icon-holder a {
  color: #fff;
}

/* Customize  Color Of Selection  */
::-moz-selection {
  background-color: #f2d237;
  color: white;
}
::selection {
  background-color: #f2d237;
  color: white;
}

::-moz-selection {
  background-color: #f2d237;
  color: white;
}

/* Customize  Scrollbar  */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #f2d237;
  border-radius: 10px;
}

section.copyright {
  background-color: #000;
  padding-top: 15px;
  color: #ddd;
}

section.copyright .social-media li {
  list-style: none;
  margin-right: 10px;
}

section.copyright .social-media li .fa {
  color: #f2d237;
  padding-top: 3px;
}

section.copyright .social-media li .fa:hover {
  color: #fdfdfd;
}

section.copyright .social-media li svg {
  fill: #f2d237;
}

section.copyright .social-media li svg:hover {
  fill: #fdfdfd !important;
}

section.copyright a.weetech-link {
  color: #222 !important;
}

.web-story .stories-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 3px 24px -8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 24px -8px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  padding: 30px 36px;
  /* justify-content: center; */
  border-top: 1px solid #d50100;
  gap: 48px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.web-story .stories-container .content {
  position: relative;
  cursor: pointer;
}

.web-story .stories-container .content img {
  position: relative;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 300;
  vertical-align: middle;
  /* margin: 5px; */
}

.web-story .stories-container .backgroundsefid {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 101;
}

.web-story .stories-container .backgroundrangi {
  position: relative;
  cursor: pointer;
  width: 85px;
  height: 85px;
  background: -webkit-gradient(linear, left top, left bottom, from(#dd2a7b), to(#f58529));
  background: linear-gradient(#dd2a7b, #f58529);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}

.web-story .stories-container .backgroundrangi:visited {
  background: #ddd;
}

.web-story .stories-container .backgroundrangi .stories-container .deactive {
  background: #ddd !important;
}

.web-story .stories-container .deactive {
  background: #ddd !important;
}

.web-story .story-full {
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  z-index: 500;
  pointer-events: none;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

.web-story .story-full.active {
  opacity: 1;
  pointer-events: auto;
}

.web-story .story-full .content .close-btn {
  position: fixed;
  top: 32px;
  right: 32px;
  width: 32px;
  cursor: pointer;
}

.web-story .story-full .content .close-btn svg {
  width: 32px;
}

.web-story .story-full .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.web-story .story-full .content .story-title {
  position: absolute;
  top: 5px;
  left: 25px;
  /* transform: translateX(-50%); */
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  z-index: 105;
}

.web-story .story-full .img-content {
  height: 80%;
  width: 400px;
  /* border-radius: 10px; */
  /* background-color: #dd2a7b; */
  position: relative;
}

.web-story .story-full .img-content .img-story {
  height: 100%;
  width: 400px;
  border-radius: 10px;
  position: absolute;
  z-index: 100;
}

.web-story .story-full .img-content .profile {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 105;
  border-radius: 50%;
  margin: 15px 10px;
}

.web-story .story-full .content .right-arrow,
.web-story .story-full .content .left-arrow {
  cursor: pointer;
  /* background-color: #fff; */
  border-radius: 50%;
  padding: 8px;
  margin: 5px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.web-story .story-full .content .right-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 700px) {
  .web-story .stories-container {
    width: 90%;
  }
  .web-story .story-full img {
    width: 65%;
    height: auto;
  }
}

.web-story .myProgress {
  width: 96%;
  z-index: 110;
  position: absolute;
  margin: 5px 2%;
  background-color: #aaa;
  border-radius: 5px;
}

.web-story #myBar {
  width: 1%;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
}
/*# sourceMappingURL=style2.css.map */