@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: ArchivoBlack;
  src: url(../../Fonts/Archivo_Black/ArchivoBlack-Regular.ttf);
}
body {
  font-family: Quicksand !important;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.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;
}

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

::-moz-selection {
  background-color: #078E27;
  color: white;
}

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

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

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

.displayy {
  display: block !important;
}
@media (min-width: 1200px) {
  .displayy {
    display: flex !important;
  }
}

.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;
  }
}

.top-header {
  background-color: #f20f0f;
  padding: 15px 0;
  text-align: center;
}
.top-header a {
  text-decoration: none !important;
}
.top-header a p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  font-weight: bolder;
}
@media (max-width: 800px) {
  .top-header a p {
    font-size: 15px;
  }
}

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

header {
  padding: 10px;
  background-color: #1c1c1c;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 240px;
}
@media (max-width: 1440px) {
  header .shop-logo {
    max-width: 170px;
  }
}
@media (max-width: 480px) {
  header .shop-logo {
    max-width: 180px;
  }
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
header section.menu-section nav {
  padding: 0;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav li {
  margin-left: 15px;
}
@media (max-width: 1200px) {
  header section.menu-section nav li {
    margin-left: 10px;
  }
}
header section.menu-section nav li a.nav-link {
  color: #fff !important;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 15px;
  }
}
header section.menu-section nav .dropdown-menu {
  background-color: #078E27;
}
header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #fff;
}
header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #fff;
  color: #078E27;
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #078E27;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav a.btn {
  background-color: #078E27;
  color: #fff;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
header section.menu-section .login-btn {
  color: #fff !important;
  background-color: #078E27;
  border-radius: 35px 35px 12px 12px !important;
  padding: 15px 20px !important;
}
@media (max-width: 1200px) {
  header section.menu-section .login-btn {
    padding: 15px 5px !important;
  }
}
@media (min-width: 1200px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* section hero */
.party-offer {
  padding: 10px 0;
  display: flex;
  width: 100%;
  color: #000;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: bolder;
  text-align: left;
}
@media (max-width: 991px) {
  .party-offer {
    font-size: 16px;
  }
}

section.hero-section {
  padding: 0;
}
@media (max-width: 991px) {
  section.hero-section {
    padding: 20px 0;
  }
}
section.hero-section div.inner-content {
  padding: 10px 5px;
}
@media (max-width: 400px) {
  section.hero-section div.inner-content h3 {
    font-size: 1.2rem;
    font-weight: bolder;
  }
}
section.hero-section div.inner-content h2 {
  font-size: 1.7rem;
  margin-bottom: 20px;
  font-weight: bolder;
  text-transform: capitalize;
  font-family: ArchivoBlack;
}
@media (min-width: 768px) {
  section.hero-section div.inner-content h2 {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content h2 {
    font-size: 2.1rem;
  }
}
@media (min-width: 1200px) {
  section.hero-section div.inner-content h2 {
    font-size: 2.5rem;
  }
}
section.hero-section div.inner-content h2 span.ten-off {
  text-decoration: underline;
  text-decoration-color: #078E27;
}
section.hero-section div.inner-content p {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #150c01;
}
@media (min-width: 768px) {
  section.hero-section div.inner-content p {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content p {
    font-size: 1rem;
    max-width: 85%;
  }
}
section.hero-section div.inner-content a {
  background-color: #078E27;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin: 20px 0;
}
section.hero-section div.inner-content a:hover {
  color: #078E27;
  border-color: #078E27;
  background-color: #fff;
  box-shadow: rgba(14, 233, 43, 0.5) 0px 7px 29px 0px;
}
section.hero-section .offer-card {
  background-color: rgba(0, 152, 35, 0.1215686275);
  width: 70%;
  margin: 5px;
  border-radius: 50px 50px 50px 0;
  padding: 20px;
  transition: ease-in-out 0.7s;
}
@media (max-width: 1200px) {
  section.hero-section .offer-card {
    width: 100%;
  }
}
section.hero-section .offer-card:hover {
  text-decoration: none;
  background-color: #6fe68b;
}
section.hero-section .offer-card h5 {
  font-weight: bolder;
  align-items: center;
  color: #000;
}
section.hero-section .offer-card p {
  max-width: 100% !important;
  margin-bottom: 0;
  text-align: justify;
  color: #000;
}
section.hero-section a:hover {
  text-decoration: none;
}

/* more about us section */
section.more-about-us-section {
  padding: 80px 0 0 0;
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
}
section.more-about-us-section h4.more-header {
  margin-bottom: 35px;
  text-align: center;
  font-size: 40px;
  font-weight: bolder;
  font-family: ArchivoBlack;
  color: #078E27;
}
section.more-about-us-section .shop-about-text {
  text-align: center;
  margin-bottom: 40px;
}
section.more-about-us-section .card {
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 10px;
  background-image: linear-gradient(to bottom, transparent, #078E27);
  color: #fff;
}
section.more-about-us-section .card h4 {
  text-shadow: 1px 1px #078E27;
  justify-content: center;
  margin: 0 auto 20px auto;
}
section.more-about-us-section .card img {
  max-width: 100px;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #fff;
}

/* special to try */
section.special {
  background-image: url(../../imgs/hero/special-bg.JPG);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  background-attachment: fixed;
  padding: 80px 0;
}
section.special h3 {
  margin-bottom: 52px;
  font-weight: bolder;
  font-family: ArchivoBlack;
  font-size: 45px;
  color: #fff;
}
section.special .card-title {
  font-size: 23px;
  font-weight: bolder;
}
section.special .card {
  transition: 0.6s ease all;
  margin: auto;
  margin-bottom: 50px;
}
section.special .card:hover {
  transform: perspective(800px) rotateY(-1deg) translateY(-2px) rotateX(1deg) scale(1.06);
  filter: blur(0);
  opacity: 1;
}
section.special .card p {
  font-size: 15px;
}
section.special a.btn {
  border-color: #078E27;
  background-color: #078E27;
  border-color: #078E27;
  margin-top: 20px;
  padding: 10px 25px;
  color: #fff;
  width: 100%;
}
section.special a.btn:hover {
  background-color: #fff;
  color: #078E27;
}
section.special div.order-container .d-flex {
  justify-content: space-evenly;
}

section.gallery {
  padding: 70px 0;
  position: relative;
  /* Main CSS */
}
section.gallery::before {
  position: absolute;
  content: "";
  top: 0%;
  left: 20px;
  background-image: url(../../imgs/icons/burger-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 200px;
  height: 200px;
}
@media (max-width: 991px) {
  section.gallery::before {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  section.gallery::before {
    width: 100px;
    height: 100px;
  }
}
section.gallery h3 {
  color: #fdfdfd;
  font-size: 50px;
  line-height: 50px;
  margin: 10px 0 50px 0;
  text-align: center;
}
@media (max-width: 768px) {
  section.gallery h3 {
    font-size: 48px;
  }
}
section.gallery .gallery-img-start {
  width: 150px;
  position: absolute;
  top: 100px;
  left: 40px;
}
@media (max-width: 992px) {
  section.gallery .gallery-img-start {
    display: none;
  }
}
section.gallery .gallery-img-end {
  width: 150px;
  position: absolute;
  bottom: 100px;
  right: 40px;
}
@media (max-width: 992px) {
  section.gallery .gallery-img-end {
    display: none;
  }
}
section.gallery .container .row .col-12 .gallery-card {
  margin-bottom: 20px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}
section.gallery .container .row .col-12 .gallery-card #trapezoid {
  border-bottom: 100px solid #078E27;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  height: 0;
  width: 100px;
  background-color: rgba(7, 5, 64, 0.7411764706);
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content {
  background-color: rgba(7, 5, 64, 0.7411764706);
  height: 100%;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px 0 0 8px;
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content img {
  width: 200px;
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content p {
  color: #fdfdfd;
  font-size: 24px;
  line-height: 40px;
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content h4 {
  color: #fdfdfd;
  font-size: 32px;
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content .gallery-card-content-btn {
  background-color: #078E27;
  padding: 10px 20px;
  margin-top: 50px;
  color: #fdfdfd;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content .gallery-card-content-btn:hover {
  text-decoration: none;
}
section.gallery .container .row .col-12 .card1 {
  background-image: url(./../../imgs/gallery/gogoTakeaway-Pizza.png);
}
section.gallery .container .row .col-12 .card2 {
  background-image: url(./../../imgs/gallery/gogoTakeaway-Fish&Chips.png);
}
section.gallery .container .row .col-12 .card3 {
  background-image: url(./../../imgs/gallery/gogoTakeaway-Kebab.png);
}
section.gallery img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
section.gallery .grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.gallery .grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  transition: ease-in-out 0.7s;
}
section.gallery .grid-wrapper > div > img:hover {
  transform: scale(1.08);
}
section.gallery .grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
section.gallery .grid-wrapper .wide {
  grid-column: span 2;
}
section.gallery .grid-wrapper .tall {
  grid-row: span 2;
}
section.gallery .grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

section.about-us {
  margin-top: 200px;
  margin-bottom: 200px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f3f3f3;
}
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-size: 24px;
  line-height: 36px;
  color: #252525;
  margin-bottom: 24px;
  font-weight: bold;
}
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 #myBtnn {
  background-color: #078E27;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  width: 200px;
  height: 50px;
  transition: 0.5s ease all;
  border-color: 1px solid #078E27;
}
section.about-us div.about-us-content #myBtnn:hover {
  color: #078E27;
  border-color: #078E27;
  background-color: #fff;
  box-shadow: none;
  transform: scale(0.9);
}
section.about-us #more {
  display: none;
}

section.reviews .container {
  background-color: #078E27;
  border-radius: 34px;
}
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: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #078E27;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

section.peyment-method {
  background-color: #f3f3f3;
}
section.peyment-method div.row {
  padding: 50px 0;
}
section.peyment-method div.row div.col-10 .methods-container {
  justify-content: space-evenly;
}
section.peyment-method div.row div.col-10 .methods-container > div img {
  width: 70px;
  display: block;
}

/* dwnloap app section */
section.dl-app {
  background-color: #f3f3f3;
  margin-top: 200px;
  margin-bottom: 50px;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 50px;
  width: 150px;
  transition: transform 0.5s ease;
}
section.dl-app div.inner-content img.dl-app-link:hover {
  transform: scale(1.2);
}
section.dl-app div.inner-content 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 (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;
  }
}

section.find-us h4 {
  color: #6c757d;
}

/* footer */
footer {
  font-family: Quicksand !important;
  background-color: #f3f3f3;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer a.d-flex img.shop-logo {
  max-width: 242px;
  max-height: 50px;
}
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: #505050;
}
footer ul li a {
  color: #8b8ba5;
}
footer ul li a:hover {
  text-decoration-line: underline;
  color: #272042;
}
footer .fa {
  color: #078E27;
  font-size: 1rem;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #272042;
}

.foods-tags .foods-link {
  padding-top: 30px;
}
.foods-tags ul {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #ddd;
  text-transform: capitalize;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 4px;
  background-color: #ffffff;
  color: #000;
  font-size: 12px;
  font-weight: 600;
}
.foods-tags ul li a {
  color: #111 !important;
}
.foods-tags ul li a:hover {
  text-decoration: none;
}
.foods-tags ul li:hover {
  border: 1px solid #078E27;
}

section.social-media {
  background-color: #f3f3f3;
}
section.social-media div.facebook i {
  color: #078E27;
}
section.social-media div.facebook i:hover {
  transition: all 0.5s ease;
  filter: blur(1px);
  transform: scale(1.1);
}

section.copyright {
  background-color: #f3f3f3;
}
section.copyright a.weetech-link {
  color: #078E27;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #078E27;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
  transition: all 0.5s ease;
  border: 1px solid #078E27;
}
#myBtn:hover {
  color: #078E27;
  border: 1px dashed #078E27;
  background-color: white;
  box-shadow: rgba(14, 233, 43, 0.5) 0px 7px 29px 0px;
}

.web-story {
  padding: 20px 0 0 0;
}
.web-story .stories-container {
  display: flex;
  padding: 20px 0 0 0;
  justify-content: center;
  gap: 30px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .web-story .stories-container {
    overflow-x: scroll;
  }
}
.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: #078E27;
  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: 100px;
  left: 130px;
  justify-content: center;
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #078E27;
}
.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 */