.main-color {
  color: #00ba9e;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: Quicksand-bold;
  src: url(../../Fonts/Quicksand/Quicksand-Bold.ttf);
}
body {
  font-family: Quicksand !important;
  overflow-x: hidden;
  background-image: url(../../imgs/hero/Di-Giorgios-Pathhead-dark-blue-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  color: #ffffff;
}

html {
  scroll-behavior: smooth;
}

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

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

/* header */
.openmenuu {
  width: 100% !important;
}

.displayy {
  display: flex !important;
  justify-content: center;
}

.valentine-section {
  background-color: rgb(99, 0, 0);
  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;
  }
}

.closing-text {
  padding: 10px;
  background-color: rgb(176, 0, 0);
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 380px) {
  .closing-text {
    font-size: 16px;
  }
}

header {
  position: relative;
  padding: 40px 0;
}
@media (max-width: 991px) {
  header {
    padding: 50px 0;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  position: absolute;
  content: "";
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 110px;
}
@media (max-width: 991px) {
  header .shop-logo {
    left: 5%;
    right: auto;
  }
}
header .shop-logo img {
  z-index: 5;
  border-radius: 50%;
  max-width: 130px;
}
@media (max-width: 768px) {
  header .shop-logo img {
    max-width: 100px;
  }
}
@media (min-width: 992px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
}
@media (min-width: 992px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 992px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
header section.menu-section #overlay-content {
  display: none;
}
@media (min-width: 992px) {
  header section.menu-section #overlay-content {
    display: flex;
  }
}
header section.menu-section nav {
  padding-top: 20px;
}
@media (min-width: 992px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.93);
  overflow-x: hidden;
  transition: width 0.45s;
}
header section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay .overlay-content .closebtn {
  text-decoration: unset;
  position: fixed;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #00ba9e;
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content .closebtn {
    display: none;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #fff;
  font-weight: bolder;
  border-bottom: 1px solid transparent;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  border-bottom: 1px solid #00ba9e;
  color: #00ba9e !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link .active {
  border-bottom: 1px solid #00ba9e;
  color: #00ba9e !important;
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin-left: 10px;
    margin-right: 0;
    font-size: 11px;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 15px;
    margin-left: 20px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #00ba9e;
  color: black;
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
  }
}
header .header-btn {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
header .header-btn a.btn {
  background-color: #00ba9e;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
}
header .header-btn a.btn:hover {
  color: #00ba9e;
  border-color: #00ba9e;
  background-color: #fff !important;
  box-shadow: #192229 0px 4px 12px;
}
@media (min-width: 992px) {
  header .header-btn a.btn {
    margin-top: 10px;
  }
}
header .header-btn a.btn .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
header .header-btn a.btn .order-now-icon-main:hover {
  stroke: #00ba9e;
}

/* section hero */
section.hero-section {
  padding: 80px 0;
}
@media (max-width: 991px) {
  section.hero-section {
    padding: 50px 10px;
  }
}
section.hero-section ul {
  padding: 0;
}
section.hero-section ul li {
  align-items: center;
  margin: 5px;
  display: flex;
}
section.hero-section div.inner-content h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  section.hero-section div.inner-content h2 {
    font-size: 1.8rem;
  }
}
@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: 1.6rem;
  }
}
@media (min-width: 1200px) {
  section.hero-section div.inner-content h2 {
    font-size: 2rem;
  }
}
section.hero-section div.inner-content h2 span.ten-off {
  text-decoration: underline;
  text-decoration-color: #00ba9e;
}
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: #fff;
  max-width: 100%;
}
@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;
    max-width: 68%;
  }
}
section.hero-section div.inner-content a {
  background-color: #00ba9e;
  color: #192229;
  border: #192229 1px solid;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 35px;
  border-radius: 0 30px 30px 30px;
}
@media (min-width: 992px) {
  section.hero-section div.inner-content a {
    margin-top: 10px;
  }
}
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: #00ba9e;
}

#slider {
  background-image: url(../../imgs/hero/Di-Giorgios-Pathhead-fish-and-chips.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 190px 0;
}
@media (max-width: 991px) {
  #slider {
    min-height: 400px;
    background-position: 10% 50%;
  }
}
#slider .container-fluid {
  background-color: rgba(0, 0, 0, 0.336);
  padding: 150px 0;
}
#slider h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bolder;
  text-shadow: -3px 3px #000;
}
@media (min-width: 480px) {
  #slider h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  #slider h1 {
    font-size: 3.5rem;
  }
}
#slider h1 span.ten-off {
  text-decoration: underline;
  text-decoration-color: #00ba9e;
}
#slider a {
  background-color: #00ba9e;
  color: #192229;
  border: #192229 1px solid;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 35px;
  border-radius: 0 30px 30px 30px;
  font-weight: bolder;
}
@media (min-width: 992px) {
  #slider a {
    margin-top: 10px;
  }
}
#slider a .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
#slider a .order-now-icon-main:hover {
  stroke: #00ba9e;
}
#slider img {
  border-radius: 8px;
  width: 100%;
}

.banners img {
  max-width: 100%;
}

/* more about us section */
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
}
section.more-about-us-section img.circle-img {
  max-width: 90px;
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
}
section.more-about-us-section ul {
  padding: 0;
  list-style: none;
}
section.more-about-us-section p {
  max-width: 300px;
}

/* special to try */
section.special {
  text-align: center;
  margin-top: 80px;
}
section.special h3 {
  margin-bottom: 52px;
}
section.special .card {
  box-shadow: 2px 2px 10px 3px rgba(125, 125, 125, 0.1);
  transition: 0.6s ease all;
  padding: 10px;
  min-height: 490px;
  border: 1px solid rgba(247, 223, 212, 0.1);
  background-color: transparent;
}
@media (max-width: 768px) {
  section.special .card {
    min-height: 580px;
  }
}
section.special .card:hover {
  transform: scale(1.09);
}
section.special .card:hover a.main-btn {
  color: white;
  border-color: #00ba9e;
  background-color: #00ba9e;
}
section.special .card .card-content .food-name {
  font-size: 20px;
  font-weight: bolder;
}
section.special .card a.main-btn {
  background-color: #192229;
  color: #00ba9e;
  border: #00ba9e 1px solid;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 35px;
  border-radius: 0 30px 30px 30px;
}
@media (min-width: 992px) {
  section.special .card a.main-btn {
    margin-top: 10px;
  }
}
section.special div.order-container .d-flex {
  justify-content: space-evenly;
}

.foodicons {
  margin: 0;
  border-top: 1px solid #00ba9e;
}
.foodicons .swiper {
  padding: 0;
}
.foodicons .swiper .swiper-button-prev,
.foodicons .swiper .swiper-button-next {
  background-color: #00ba9e;
  border-radius: 5px;
  padding: 25px;
  top: 25px;
  transition: ease-in-out 0.3s;
}
.foodicons .swiper .swiper-button-prev:hover,
.foodicons .swiper .swiper-button-next:hover {
  transform: scale(0.9);
}
@media (max-width: 767px) {
  .foodicons .swiper .swiper-button-prev,
  .foodicons .swiper .swiper-button-next {
    display: none;
  }
}
.foodicons .swiper .swiper-button-prev:after,
.foodicons .swiper .swiper-button-next:after {
  color: #fff;
}
.foodicons .swiper .swiper-button-next {
  left: unset;
  right: 0%;
}
.foodicons .swiper .swiper-button-prev {
  left: unset;
  right: 5%;
}
.foodicons .card {
  border: none;
  justify-content: center;
  text-align: center;
  background-color: transparent;
  padding: 15px 5px;
  border-radius: 20px;
  transition: ease-in-out 0.3s;
}
.foodicons .card:hover {
  transform: scale(1.02);
  background-color: transparent;
}
.foodicons .card:hover span {
  text-decoration: none;
}
.foodicons .card a {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.foodicons .card a img {
  max-width: 40px;
}
@media (max-width: 991px) {
  .foodicons .card a img {
    max-width: 50px;
  }
}
@media (max-width: 768px) {
  .foodicons .card a img {
    max-width: 40px;
  }
}
.foodicons .card span {
  font-size: 9px;
  font-weight: 900;
  margin-top: 3px;
  text-transform: capitalize;
}

section.about-us {
  margin: 80px 0;
}
section.about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 70px;
}
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;
  max-width: 550px;
}
section.about-us div.about-us-content div.read-more-btn a {
  background-color: #00ba9e;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  transition: all 0.5s ease;
}
section.about-us div.about-us-content div.read-more-btn a:hover {
  color: #fff;
  border-color: #00ba9e;
  background-color: #00ba9e;
  box-shadow: #192229 0px 4px 12px;
  transform: scale(0.9);
}
@media (min-width: 992px) {
  section.about-us div.about-us-content div.read-more-btn a {
    margin-top: 15px;
  }
}

section.peyment-method div.row {
  padding: 50px 0;
}
section.peyment-method div.row div.col-12 .methods-container {
  justify-content: space-evenly;
}
section.peyment-method div.row div.col-12 .methods-container > div img {
  width: 70px;
  display: block;
}
@media (max-width: 380px) {
  section.peyment-method div.row div.col-12 .methods-container > div img {
    width: 50px;
  }
}

/* dwnloap app section */
section.dl-app {
  margin-top: 80px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  section.dl-app {
    padding: 30px 0;
  }
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content img.dl-app-link {
    margin-bottom: 0;
    width: 180px;
  }
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  margin-top: 20px;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  section.dl-app div.inner-content 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
 * ----------------------------------------
 */
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  background-image: url(../../imgs/hero/Di-Giorgios-Pathhead-fish-and-chips-dark.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}
@media (min-width: 768px) {
  section.reviews h3 {
    font-size: 50px;
  }
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #00ba9e;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

/* footer */
footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .logo-container {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: -moz-max-content;
  max-width: max-content;
}
footer .logo-container img.shop-logo {
  max-width: 150px;
  border-radius: 50%;
}
footer ul {
  list-style: none;
}
footer ul li {
  margin-top: 20px;
}
footer ul li span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  text-decoration-line: underline;
  color: #272042;
}
footer .fa {
  color: #00ba9e;
  font-size: 1.25rem;
}
footer .footer-title {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 10px auto;
  border-bottom: 1px solid #00ba9e;
  text-align: center;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
}
footer #openinghour {
  margin: 0 auto;
  width: 80%;
}

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;
  font-weight: 900;
  background-color: #fff;
  color: #000000;
  font-size: 12px;
  text-transform: capitalize;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #00ba9e;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}
#myBtn:hover {
  color: #00ba9e;
  border: 1px dashed #00ba9e;
  background-color: white;
  box-shadow: #192229 0px 7px 29px 0px;
}

section.social-media div.icon-holder {
  transition: transform 0.5s ease;
}
section.social-media div.icon-holder:hover {
  transform: translate(0px, -8px);
}

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

::-moz-selection {
  background-color: #00ba9e;
  color: white;
}

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

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

section.copyright a.mealzo-link {
  color: #00ba9e;
}
section.copyright a.mealzo-link img {
  max-width: 150px;
}

.web-story {
  padding: 20px 0;
}
.web-story .stories-container {
  display: flex;
  padding: 0 20px;
  justify-content: center;
  gap: 30px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .web-story .stories-container {
    overflow-x: scroll;
  }
}
@media (max-width: 576px) {
  .web-story .stories-container {
    justify-content: flex-start;
  }
}
.web-story .stories-container .content {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.web-story .stories-container .imgContent {
  background: linear-gradient(#dd2a7b, #f58529);
  padding: 3px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.web-story .stories-container .imgContent .middleContent {
  background-color: #fff;
  padding: 4px;
  border-radius: 50%;
}
.web-story .stories-container .imgContent .middleContent img {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 300;
  vertical-align: middle;
}
.web-story .stories-container .storyTitle {
  margin: 10px 0;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
.web-story .story-full {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  justify-content: center;
  opacity: 0;
  z-index: 500;
  pointer-events: none;
  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: flex;
  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 .content .story-btn {
  position: absolute;
  bottom: 200px;
  left: 130px;
  justify-content: center;
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #00ba9e;
}
.web-story .story-full .content .story-btn:hover {
  text-decoration: none;
}
.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;
  justify-content: center;
}
.web-story .story-full .content .right-arrow {
  transform: rotate(180deg);
}
@media (max-width: 700px) {
  .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: #eee;
}/*# sourceMappingURL=style2.css.map */