.main-color {
  color: #339041;
}

@font-face {
  font-family: Oswald;
  src: url(../../Fonts/Oswald/static/Oswald-Regular.ttf);
}
body {
  font-family: Oswald !important;
  overflow-x: hidden;
  background-image: url(../../imgs/hero/Bg-Texture.png);
  background-position: center;
  background-color: #000;
}

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

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

.reveal.active {
  opacity: 1;
}

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

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

html {
  scroll-behavior: smooth;
}

a:hover {
  text-decoration: none;
}

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

header {
  padding: 15px 0 0 0;
  margin-bottom: 30px;
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
@media (max-width: 991px) {
  header {
    padding: 5px;
  }
}
@media (max-width: 480px) {
  header {
    margin: 0;
  }
}
header .navbar-brand {
  font-size: 1.5rem !important;
  color: #339041 !important;
  font-weight: bolder;
  align-items: center;
}
header .shop-name img {
  max-width: 90px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 350px) {
  header .shop-name img {
    max-width: 70px;
  }
}
header .navbar-nav {
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
}
header section.menu-section nav .navbar-toggler {
  color: #339041;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .nav-item {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: Oswald;
}
header section.menu-section nav .nav-item a.nav-link {
  color: #fff !important;
}
header section.menu-section nav .nav-item a.nav-link svg {
  fill: #339041;
}
header section.menu-section nav .nav-item a.nav-link:hover {
  color: #339041 !important;
}
header section.menu-section nav .nav-item .dropdown-menu {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #339041;
  border-radius: 0.25rem;
}
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item {
  color: #339041;
  z-index: 999;
}
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: #339041;
}
header section.menu-section nav .nav-item .nav-item:last-of-type {
  margin-left: 20px;
}
header section.menu-section nav .nav-item a.login-btn {
  background-color: #339041;
  border-radius: 5px;
  padding: 12px 45px !important;
  color: #fff !important;
}
header section.menu-section nav .nav-item a.login-btn:hover {
  color: #fff !important;
}
@media (min-width: 1200px) {
  header section.menu-section nav .nav-item:not(:last-child) {
    margin-right: 35px;
  }
}
header section.menu-section nav .nav-item.active .nav-link {
  color: #fb542c !important;
}
header section.menu-section nav .header-links {
  justify-content: center;
}

.big-logo {
  padding-top: 20px;
}
.big-logo img {
  max-width: 110px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* section hero */
section.hero-section {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 991px) {
  section.hero-section {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  section.hero-section div.inner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
  }
}
section.hero-section div.inner-content h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #fff;
  font-family: oswald;
  font-weight: bolder;
}
section.hero-section div.inner-content p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-family: oswald;
}
section.hero-section div.inner-content a {
  background-color: #339041;
  color: rgb(255, 255, 255);
  border-radius: 0 !important;
  padding-top: 12px;
  width: 150px;
  height: 50px;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: oswald;
}
section.hero-section div.inner-content a:hover {
  color: #339041;
  border-color: #339041;
  background-color: #fff !important;
  box-shadow: rgba(240, 98, 98, 0.5) 0px 4px 12px;
}
@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: #339041;
}
section.hero-section .main-pizza {
  max-width: 100%;
  border-radius: 50%;
}
@media (max-width: 991px) {
  section.hero-section .main-pizza {
    max-width: 90%;
    margin: 0 auto;
  }
}

#slider .card {
  background-color: transparent;
}
#slider .card img {
  position: relative;
}
@media (max-width: 576px) {
  #slider .card img {
    min-height: 200px;
  }
}
#slider .card .card-body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: 5px 5px 5px 10px;
}
#slider .card .card-body .card-subtitle p {
  font-size: 19px;
  color: #339041;
}
#slider .card .card-body .card-title h2 {
  font-size: 55px;
  color: #fff;
}
@media (max-width: 768px) {
  #slider .card .card-body .card-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  #slider .card .card-body .card-title h2 {
    font-size: 18px;
  }
}
#slider .card .card-body a.btn {
  background-color: rgb(210, 7, 7);
  font-family: Oswald;
  height: auto;
  width: auto;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  text-align: left;
  line-height: 49px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 20px;
  border-color: rgb(141, 5, 5);
  border-style: solid;
  border-width: 0px 0px 7px;
  padding-left: 31px;
  padding-right: 31px;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  filter: brightness(100%);
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
  border-radius: 0px;
}
#slider .card .card-body a.btn:hover {
  color: #fff !important;
}
@media (max-width: 576px) {
  #slider .card .card-body a.btn {
    line-height: 30px;
  }
}

/* more about us section */
section.more-about-us-section {
  background-color: #fffdfc;
  margin-top: 160px;
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 35px;
}
section.more-about-us-section .circle-img {
  margin-bottom: 33px;
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
}
section.more-about-us-section p {
  max-width: 300px;
}

/* special to try */
section.videos {
  padding: 80px 0;
}
section.videos h3 {
  margin-bottom: 52px;
  color: #339041;
  text-transform: capitalize;
  font-weight: 800;
  text-align: center;
  font-size: 56px;
}
@media (max-width: 991px) {
  section.videos h3 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  section.videos h3 {
    font-size: 30px;
  }
}
section.videos .swiper-container {
  padding: 25px;
}
section.videos .card {
  background-color: transparent;
}
section.videos .card:hover a {
  text-decoration: none;
}
section.videos .card .card-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.videos .card .card-title {
  color: #339041;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: bolder;
  text-align: center;
  margin-top: 20px;
}
section.videos .card video {
  border-radius: 16px;
}
section.videos a.btn {
  background-color: #339041;
  color: rgb(255, 255, 255);
  border-radius: 0 !important;
  padding: 12px 25px;
  width: -moz-max-content;
  width: max-content;
  height: 50px;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: oswald;
}
section.videos a.btn:hover {
  color: #339041;
  border-color: #339041;
  background-color: #fff !important;
  box-shadow: rgba(240, 98, 98, 0.5) 0px 4px 12px;
}
section.videos a.btn .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
section.videos a.btn .order-now-icon-main:hover {
  stroke: #339041;
}

.SpecialOffer {
  background-image: url("../../imgs/special/Marinis-Kilsyth-Abou-Shop.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 500px;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .SpecialOffer {
    background-attachment: unset;
  }
}
.SpecialOffer img {
  max-width: 100%;
}

section.gallery {
  padding: 80px 0;
}
section.gallery .mansory-gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
  position: relative;
}
section.gallery .mansory-gallery .column {
  flex: 25%;
}
section.gallery .mansory-gallery .column img {
  border: 0.5rem solid #000;
  border-radius: 1.5rem;
  box-sizing: border-box;
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  section.gallery .mansory-gallery .column {
    flex: 50%;
  }
}
@media (max-width: 500px) {
  section.gallery .mansory-gallery .column {
    flex: 100%;
  }
}

section.about-us {
  padding: 60px 0;
  background-color: #E6E6E6;
  background-image: url(../../imgs/main/main-Bg-Texture.png);
}
section.about-us .card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  background-color: transparent;
  border: none;
  padding: 5px 10px;
  height: 410px;
}
section.about-us .card .card-img img {
  width: 100px;
  margin-bottom: 30px;
}
section.about-us .card .card-title h4 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 45px;
  color: #339041;
  text-align: center;
  font-family: oswald;
}
@media (max-width: 991px) {
  section.about-us .card .card-title h4 {
    font-size: 28px;
  }
}
section.about-us .card .card-des p {
  font-size: 18px;
}
section.about-us .card .card-btn {
  display: flex;
  background-color: #339041;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 0;
  border: 2px solid #339041;
  color: #fdfdfd;
}
section.about-us .card .card-btn:hover {
  color: #d20707;
  border-color: #d20707;
  background-color: #fff !important;
  box-shadow: rgba(240, 98, 98, 0.5) 0px 4px 12px;
}

section.peyment-method {
  background-color: #fff;
}
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 {
  margin: 80px 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: 150px;
  }
}
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;
  }
}

/* ----------------------------------------------
 * 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 {
  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: #339041;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

/* footer */
footer {
  color: rgb(255, 255, 255);
  padding: 0;
}
footer img {
  max-width: 150px;
}
@media (max-width: 991px) {
  footer img {
    max-width: 100px;
  }
}
footer h3 {
  font-size: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
footer ul {
  padding: 0;
}
footer ul li {
  margin-bottom: 10px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
footer ul li a {
  color: #ffffff;
  font-size: 18px;
}
footer ul li a:hover {
  color: #339041;
}

.contact-us {
  margin-top: 80px;
}
.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: #339041;
}
@media (max-width: 480px) {
  .contact-us .footer-header {
    font-size: 35px;
  }
}
.contact-us .fa {
  color: #339041;
  font-size: 1.25rem;
}
.contact-us .list-group.shop-info {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .contact-us .list-group.shop-info {
    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: #339041;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}
#myBtn:hover {
  color: #339041;
  border: 1px dashed #339041;
  background-color: white;
  box-shadow: rgba(240, 98, 98, 0.5) 0px 7px 29px 0px;
}

section.social-media {
  background-color: #1628A7;
}
section.social-media .icon-holder.facebook i {
  padding: 10px 13px;
}
section.social-media .icon-holder.instagram i {
  padding: 12px;
}
section.social-media .icon-holder.tiktok {
  padding: 7px 11px;
}
section.social-media div.icon-holder {
  border: 2px solid #fff;
  border-radius: 50%;
  transition: transform 0.5s ease;
}
section.social-media div.icon-holder i {
  padding: 12px;
}
section.social-media div.icon-holder svg {
  fill: #fff;
}
section.social-media div.icon-holder:hover {
  transform: translate(0px, -8px);
}
section.social-media div.icon-holder a {
  color: #fff;
}

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

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

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

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

section.copyright {
  color: rgb(255, 255, 255);
}
section.copyright a.mealzo-link {
  color: #fff !important;
}
section.copyright .cp-text {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #403c4e;
  padding: 10px 0;
}
section.copyright .mealzo-link img {
  max-width: 80px;
}
section.copyright .cp-social img {
  max-width: 35px;
}
section.copyright .cp-social .social-media {
  margin-left: 3px;
  margin-right: 3px;
}
section.copyright .cp-social .social-media svg {
  fill: #339041;
  font-weight: 600;
  width: 25px;
  height: 25px;
}

.web-story .stories-container {
  display: flex;
  padding: 15px 36px 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: #ddd;
}
.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 {
  display: flex;
  align-items: center;
  position: relative;
}
.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 .story-title {
  position: absolute;
  top: 5px;
  left: 25px;
  /* transform: translateX(-50%); */
  color: #000;
  line-height: 2;
  padding: 8px 32px;
  z-index: 105;
}
.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);
}
.web-story .story-full .img-content {
  height: 80%;
  width: 400px;
  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;
}
@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 */