@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: PlayfairDisplay;
  src: url(../../Fonts/PlayfairDisplay/PlayfairDisplay-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;
}

.main-color {
  color: #9c8e49;
}

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

::-moz-selection {
  background-color: #9c8e49;
  color: white;
}

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

::-webkit-scrollbar-thumb {
  background: #9c8e49;
  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-color: #fff;
  padding: 20px 0;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 140px;
}
@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: #9c8e49 !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 #9c8e49;
  color: #9c8e49 !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link .active {
  border-bottom: 1px solid #9c8e49;
  color: #9c8e49 !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: #9c8e49;
  color: #fff;
}
header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
  background-color: #9c8e49;
  border-radius: 35px 35px 12px 12px !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;
  }
}

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

/* section hero */
section.hero-section {
  color: #fff;
}
section.hero-section div.inner-content h2 {
  margin-bottom: 20px;
  font-family: PlayfairDisplay;
}
@media (max-height: 768px) {
  section.hero-section div.inner-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  section.hero-section div.inner-content h2 {
    font-size: 20px;
  }
}
section.hero-section div.inner-content h2 .first-title {
  display: block;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 2.6rem;
  margin-bottom: 10px;
  font-weight: bolder;
  padding-top: 30px;
}
@media (min-width: 375px) {
  section.hero-section div.inner-content h2 .first-title {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}
@media (min-width: 425px) {
  section.hero-section div.inner-content h2 .first-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  section.hero-section div.inner-content h2 .first-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 991px) {
  section.hero-section div.inner-content h2 .first-title {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  section.hero-section div.inner-content h2 .first-title {
    font-size: 3rem;
    line-height: 75px;
  }
}
section.hero-section div.inner-content h2 .second-title {
  font-family: Quicksand;
  font-size: 1rem;
}
@media (min-width: 768px) {
  section.hero-section div.inner-content h2 .second-title {
    font-size: 1.2rem;
  }
}
section.hero-section div.inner-content a {
  background-color: #9c8e49;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 230px;
  height: 50px;
  margin-top: 20px;
  font-weight: bolder;
}
section.hero-section div.inner-content a:hover {
  color: #9c8e49;
  border-color: #9c8e49;
  background-color: #fff;
  box-shadow: #baae73 0px 7px 29px 0px;
}
@media (min-width: 1200px) {
  section.hero-section div.inner-content a {
    margin-top: 62px;
  }
}
/* more about us section */
section.more-about-us-section {
  padding: 80px 0;
  color: #fff;
  position: relative;
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
  font-family: PlayfairDisplay !important;
}
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.special {
  text-align: center;
  padding: 50px 80px;
  position: relative;
}
@media (max-width: 1200px) {
  section.special {
    padding: 50px 0;
  }
}
section.special h3 {
  margin-bottom: 52px;
  color: #fff;
  font-size: 35px;
  font-family: PlayfairDisplay;
}
section.special .nav-tabs a.nav-link {
  color: black;
  margin: 0;
  border: none;
}
section.special .nav-tabs a.nav-link:hover {
  border: none;
}
section.special .nav-tabs a.nav-link:focus {
  border: none;
}
section.special .nav-tabs a.nav-link.active {
  background-color: inherit;
  border: none;
  color: #9c8e49;
  border-bottom: 1px solid #9c8e49 !important;
}
section.special .card {
  transition: 0.6s ease all;
  margin: auto;
  margin-bottom: 50px;
}
section.special .card:hover {
  transform: scale(1.07);
}
section.special div.order-container .d-flex {
  justify-content: space-evenly;
}
section.special .card-footer {
  background-color: #9c8e49;
  padding: 0;
  margin: 0;
}
section.special .card-footer a.btn {
  padding: 10px 0;
  color: #fff;
  font-weight: bolder;
  text-transform: capitalize;
  width: 100%;
}
section.special .card-body {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
section.special .card-img,
section.special .card-img-top {
  padding: 10px;
}
section.special .card-title {
  color: #000;
  font-weight: bolder;
}
@media (max-width: 1200px) {
  section.special p {
    font-size: 14px;
  }
}

section.about-us {
  color: #fff;
}
section.about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 70px;
  font-family: PlayfairDisplay;
}
section.about-us h4 {
  font-size: 30px;
  line-height: 36px;
  font-family: PlayfairDisplay;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 1200px) {
  section.about-us h4 {
    padding: 30px;
  }
}
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.about-us a {
  background-color: #9c8e49;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  transition: 0.5s ease all;
}
section.about-us a:hover {
  color: #9c8e49;
  border-color: #9c8e49;
  background-color: #fff;
  box-shadow: none;
  transform: scale(0.9);
}
@media (min-width: 992px) {
  section.about-us a {
    margin-top: 22px;
  }
}

section.reviews {
  padding: 100px 0;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 30px;
  line-height: 70px;
  color: #fff;
  font-family: PlayfairDisplay;
}
@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: #9c8e49;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

section.peyment-method {
  background-color: #000;
}
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;
}

.alltags {
  background-color: rgba(0, 0, 0, 0.769);
  background-color: #000;
}
.alltags a {
  color: #fff !important;
}

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

/* dwnloap app section */
section.dl-app {
  background-color: #000;
  color: #fff;
}
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 {
  margin-bottom: 50px;
  width: 200px;
  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: PlayfairDisplay !important;
  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 {
  color: #ffffff;
}
section.find-us .footer-title {
  font-family: PlayfairDisplay;
}
section.find-us #openinghour {
  max-width: 80%;
  margin: auto;
}

/* footer */
footer {
  font-family: Quicksand !important;
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 20px;
  color: #fff;
}
footer a.d-flex img.shop-logo {
  max-width: 150px;
  background-color: #fff;
  padding: 10px 0;
  border-radius: 20px;
}
footer ul {
  list-style: none;
}
footer ul .fa {
  color: #9c8e49;
  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: #9c8e49;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
  font-family: PlayfairDisplay;
}
footer div.facebook i {
  color: #9c8e49;
}
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: #9c8e49;
}

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