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

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

body {
  background-color: #f1e9d8;
  color: #000;
  overflow-x: hidden;
}

.main-color {
  color: #baae73;
}

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

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

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

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

/* header */
.openmenuu {
  width: 100% !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;
  }
}

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

header {
  background-image: linear-gradient(to bottom, #ded8b6, transparent);
  padding: 16px 0;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  width: 110px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 1200px) {
  header .shop-logo {
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  header .shop-logo {
    max-width: 140px;
  }
}
@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;
  }
}
@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: 100;
  left: 0;
  top: 0;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  transition: width 0.45s;
}
header section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end !important;
  }
}
@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: none;
  position: fixed;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #baae73 !important;
  transition: transform 0.2s ease-in-out;
}
header section.menu-section div.mobile-overlay .overlay-content .closebtn:hover {
  transform: scale(1.5);
}
@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: #000;
  border-bottom: 1px solid transparent;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  border-bottom: 1px solid #baae73;
  color: #baae73 !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link .active {
  border-bottom: 1px solid #baae73;
  color: #baae73 !important;
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin-right: 15px;
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 15px;
    margin-right: 25px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #baae73;
  color: #fff;
}
header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
  background-color: #baae73;
  border-radius: 35px !important;
  -webkit-border-radius: 35px !important;
  -moz-border-radius: 35px !important;
  -ms-border-radius: 35px !important;
  -o-border-radius: 35px !important;
  padding: 8px 15px 8px 15px;
  color: #fff;
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
    padding: 14px 25px 13px 19px;
  }
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
  }
}
header .special-btn {
  margin-top: 0 !important;
  box-shadow: unset !important;
}
@media (max-width: 991px) {
  header .special-btn {
    justify-content: center;
    margin: auto;
  }
}

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

/* section hero */
.index-hero {
  position: relative;
  overflow-x: hidden;
}
.index-hero::before {
  background-image: url(../../imgs/hero/indian_style_pattern.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  content: "";
  top: -260px;
  right: -260px;
  width: 550px;
  height: 550px;
  z-index: -1;
  opacity: 0.65;
}
@media (max-width: 1440px) {
  .index-hero::before {
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1200px) {
  .index-hero::before {
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 991px) {
  .index-hero::before {
    top: -30px;
    right: -30px;
    width: 200px;
    height: 200px;
  }
}

section.hero-section {
  padding: 0 0 40px 40px;
  position: relative;
}
@media (max-width: 1200px) {
  section.hero-section {
    padding: 0 0 0;
  }
}
section.hero-section::after {
  background-image: url(../../imgs/hero/Mallroad_House_Bishopbriggs_indian_food.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  content: "";
  bottom: 0%;
  right: 1%;
  width: 350px;
  height: 350px;
  z-index: -1;
}
@media (max-width: 1200px) {
  section.hero-section::after {
    opacity: 0.5;
  }
}
section.hero-section div.inner-content h1 {
  font-size: 3rem;
}
@media (max-width: 1200px) {
  section.hero-section div.inner-content h1 {
    font-size: 2.5rem;
    margin-left: -30px;
  }
}
@media (max-width: 768px) {
  section.hero-section div.inner-content h1 {
    margin-left: 0;
  }
}
section.hero-section div.inner-content h2 {
  margin-bottom: 20px;
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  section.hero-section div.inner-content h2 {
    font-size: 1.2rem;
    margin-left: -30px;
  }
}
@media (max-width: 768px) {
  section.hero-section div.inner-content h2 {
    margin-left: 0;
  }
}
section.hero-section div.inner-content video {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  max-width: 85%;
}
@media (max-width: 768px) {
  section.hero-section div.inner-content video {
    max-width: 95%;
    margin: 5px;
  }
}
section.hero-section .hero-video {
  position: sticky;
  top: 0;
  max-width: 100%;
}
section.hero-section a.special-btn {
  margin-top: 10px !important;
}

a.special-btn {
  background-color: #fff;
  border-radius: 35px 35px !important;
  -webkit-border-radius: 35px 35px !important;
  -moz-border-radius: 35px 35px !important;
  -ms-border-radius: 35px 35px !important;
  -o-border-radius: 35px 35px !important;
  padding: 4px;
  border: 2px solid #baae73;
  margin-top: 20px;
  font-weight: bolder;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
  max-width: -moz-max-content;
  max-width: max-content;
}
a.special-btn span {
  background-color: #baae73;
  color: #fff;
  border-radius: 35px 35px !important;
  -webkit-border-radius: 35px 35px !important;
  -moz-border-radius: 35px 35px !important;
  -ms-border-radius: 35px 35px !important;
  -o-border-radius: 35px 35px !important;
  padding: 15px 35px;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
}
a.special-btn:hover {
  background-color: #baae73;
  border-color: #baae73;
  color: #fff;
  box-shadow: #9c8e49 0px 7px 29px 0px;
}
@media (min-width: 1200px) {
  a.special-btn {
    margin-top: 62px;
  }
}

/* more about us section */
section.more-about-us-section {
  padding: 80px 0;
  position: relative;
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
}
section.more-about-us-section .More-img {
  margin-bottom: 16px;
  max-width: 100px;
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
}
section.more-about-us-section p {
  max-width: 300px;
}

/* special to try */
section.special {
  text-align: center;
  padding: 50px 80px;
  position: relative;
  background-image: url(../../imgs/hero/Mallroad_House_Bishopbriggs_foods.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
@media (max-width: 1200px) {
  section.special {
    padding: 50px 0;
  }
}
section.special h3 {
  font-size: 35px;
}
section.special p {
  margin-bottom: 30px;
}
section.special .card {
  transition: 0.6s ease all;
  margin: auto;
  margin-bottom: 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
section.special .card:hover {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
}
section.special .card:hover .card-footer {
  background-color: #baae73;
}
section.special .card:hover .card-footer a {
  color: #fff;
}
section.special .card p {
  color: #000;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  section.special .card p {
    font-size: 14px;
  }
}
section.special .card-footer {
  background-color: #ded8b6;
  padding: 0;
  margin: 0;
}
section.special .card-footer a.btn {
  padding: 10px 0;
  color: #000;
  font-weight: bolder;
  text-transform: capitalize;
  width: 100%;
}
section.special .card-footer:hover {
  background-color: #baae73;
}
section.special .card-footer:hover a {
  color: #fff;
}
section.special .card-body {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
section.special .card-img-top {
  padding: 10px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
section.special .card-title {
  color: #000;
  font-weight: bolder;
}
section.special .swiper-slide-shadow-left,
section.special .swiper-slide-shadow-right {
  background-color: transparent !important;
  background-image: unset !important;
}

section.gallery {
  /* Grid spans */
}
section.gallery #gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 0.5em;
}
section.gallery #gallery {
  display: grid;
  height: calc(100vh - 10px);
  grid-template: repeat(6, 1fr)/repeat(6, 1fr);
  grid-gap: 0.5em;
}
@media (max-width: 800px) {
  section.gallery #gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    height: auto; /* allow height to grow naturally */
    padding: 0 1em;
  }
  section.gallery #gallery > div {
    width: 48%;
    margin: 1% 1% 2% 1%;
    height: auto; /* let height be auto to fit content */
    min-height: auto; /* override grid min-height */
  }
  section.gallery #gallery > div:nth-child(6n+1), section.gallery #gallery > div:nth-child(2), section.gallery #gallery > div:nth-child(4) {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  section.gallery #gallery > div > img {
    width: 100%;
    height: auto; /* maintain aspect ratio */
    -o-object-fit: cover;
       object-fit: cover; /* crop if needed */
  }
}
@media (max-width: 350px) {
  section.gallery #gallery > div {
    width: 98%;
    margin: 1% 1% 2% 1%;
  }
}
section.gallery #gallery > div {
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
}
section.gallery #gallery > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 1s;
}
section.gallery #gallery > a {
  position: relative;
  display: block;
  overflow: hidden;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
  text-decoration: none;
  color: inherit;
}
section.gallery #gallery > a:nth-child(6n+1) {
  grid-column: span 2;
  grid-row: span 2;
}
section.gallery #gallery > a:nth-child(2) {
  grid-column: span 3;
  grid-row: span 3;
}
section.gallery #gallery > a:nth-child(4) {
  grid-column: span 1;
  grid-row: span 2;
}
section.gallery .gallery-item {
  position: relative;
  width: 100%;
  height: 100%;
}
section.gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: filter 1s ease;
}
section.gallery .overlay {
  font-family: Roach;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 2rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  mix-blend-mode: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 -1px 5px rgba(0, 0, 0, 0.8), -1px 0px 5px rgba(0, 0, 0, 0.6), 0 1px 5px rgba(0, 0, 0, 0.4), 1px 0px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 1s ease;
}
section.gallery #gallery > a:hover img {
  filter: blur(4px);
}
section.gallery #gallery > a:hover .overlay {
  opacity: 1;
}

section.about-us {
  color: #000;
  padding: 40px 24px;
  position: relative;
  background-image: linear-gradient(to bottom left, #baae73, transparent, #baae73, transparent);
}
section.about-us::before {
  background-image: url(../../imgs/hero/indian_style_pattern.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  content: "";
  top: -200px;
  left: -200px;
  width: 500px;
  height: 500px;
  z-index: -1;
  opacity: 0.5;
}
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 h4 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
section.about-us div.about-us-content {
  padding: 40px;
}
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.reviews {
  padding: 100px 0;
  background-image: url(../../imgs/about-us/Mallroad_House_Bishopbriggs_review.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 35%;
  background-size: cover;
  color: #fff;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 30px;
}
@media (min-width: 768px) {
  section.reviews h3 {
    font-size: 50px;
  }
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  text-align: center;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin: 10px auto;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 16px;
}

.alltags a {
  color: #fff !important;
}

#copyright {
  padding-top: 50px;
}
#copyright .cp-text {
  padding-top: 30px;
}
#copyright .cp-text a {
  color: #0d1dd0;
}

/* dwnloap app section */
section.dl-app {
  color: #fff;
  background-image: url(../../imgs/hero/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
section.dl-app div.inner-content .mockapp {
  width: 70%;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content img.dl-app-link {
  width: 250px;
  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-style: normal;
  font-weight: bold;
  font-size: 46px;
  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 {
  color: #ffffff;
  background-image: url(../../imgs/hero/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
section.find-us .footer-title {
  font-size: 2rem;
}
section.find-us #openinghour {
  max-width: 60%;
  margin: auto;
}
@media (max-width: 768px) {
  section.find-us #openinghour {
    max-width: 80%;
  }
}
@media (max-width: 380px) {
  section.find-us #openinghour {
    max-width: 100%;
  }
}

/* footer */
.index-footer {
  background-image: url(../../imgs/hero/Mallroad_House_Bishopbriggs_foods.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

footer {
  padding-top: 80px;
  padding-bottom: 20px;
  color: #fff;
}
footer a.d-flex img.shop-logo {
  width: 120px;
}
footer ul {
  list-style: none;
}
footer ul .fa {
  color: #baae73;
  font-size: 1rem;
}
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: #baae73;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
}
footer div.facebook i {
  color: #baae73;
}
footer div.facebook i:hover {
  transition: all 0.5s ease;
  filter: blur(1px);
  transform: scale(1.1);
}

section.social-media {
  background-color: #000;
  color: #fff;
}

.tags {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.tags p {
  color: #fff;
  margin: 6px;
  padding: 5px 15px;
  border: 1px solid #fff;
  border-radius: 30px;
}

section.copyright {
  background-color: #f3f3f3;
  color: #fff;
}
section.copyright a.weetech-link {
  color: #baae73;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #baae73;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
  transition: all 0.5s ease;
  border: 1px solid #baae73;
}
#myBtn:hover {
  color: #baae73;
  border: 1px dashed #baae73;
  background-color: white;
  box-shadow: #9c8e49 0px 7px 29px 0px;
}/*# sourceMappingURL=style2.css.map */