<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
}

@font-face {
  font-family: PublicSans;
  src: url("../../fonts/public-sans/PublicSans-VariableFont_wght.ttf");
}
@font-face {
  font-family: Sahel;
  src: url("../../fonts/sahel/Sahel.ttf");
}
@font-face {
  font-family: SahelBlack;
  src: url("../../fonts/sahel/Sahel-Black.ttf");
}
body {
  font-family: PublicSans !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;
  }
}

header.header-section {
  background-color: #050E2D;
  padding: 20px 15px;
}
@media (max-width: 1200px) {
  header.header-section {
    padding: 40px 0;
  }
}
header.header-section li {
  list-style-type: none;
}
header.header-section li.contact-section-li img {
  padding-right: 12px;
}
header.header-section .res-menu-text {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.openmenuu {
  width: 100% !important;
}

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

.section-header {
  font-family: Thunder;
  font-size: 96px;
  font-weight: 800;
  line-height: 120px;
  text-align: center;
  margin-bottom: 96px;
}
.section-header span {
  color: #FFFFFF;
}

header {
  position: relative;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  position: absolute;
  content: "";
  top: 5%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 180px;
  z-index: 99 !important;
}
@media (max-width: 1200px) {
  header .shop-logo {
    left: 5%;
    right: auto;
  }
}
header .shop-logo .logo-container {
  padding: 5px;
}
header .shop-logo img {
  max-height: 72px;
  max-width: 72px;
  background-color: #050E2D;
  border-radius: 500px;
  max-width: 180px;
  position: relative;
}
@media (max-width: 480px) {
  header .shop-logo img {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header span.open-menu {
  align-self: center;
  z-index: 10;
  color: #000 !important;
}
@media (min-width: 1200px) {
  header span.open-menu {
    display: none;
  }
}
header #myNav {
  display: block;
}
@media (min-width: 1200px) {
  header #myNav {
    width: 100%;
  }
}
header #overlay-content {
  display: none;
}
@media (min-width: 1440px) {
  header #overlay-content {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  header #overlay-content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
}
@media (min-width: 1200px) {
  header nav {
    display: flex;
  }
}
header div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 5px;
  background-color: #050E2D;
  overflow-x: hidden;
  transition: width 0.45s;
}
@media (max-width: 1200px) {
  header div.mobile-overlay {
    z-index: 999;
  }
}
header div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  header div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  header div.mobile-overlay .overlay-content div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  header div.mobile-overlay .overlay-content {
    display: flex;
  }
}
header 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: #050E2D;
}
@media (min-width: 1200px) {
  header div.mobile-overlay .overlay-content .closebtn {
    display: none;
  }
}
header div.mobile-overlay .overlay-content a.nav-link {
  color: white;
  font-weight: bolder;
  margin-bottom: 12px;
  padding-inline-start: 8px;
}
header div.mobile-overlay .overlay-content a.nav-link:hover {
  color: #FEDE02;
}
@media (min-width: 1200px) {
  header div.mobile-overlay .overlay-content a.nav-link {
    margin-left: 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
  }
}
header div.mobile-overlay .overlay-content a.btn {
  background-color: #050E2D;
  color: black;
}
@media (min-width: 1200px) {
  header div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
    z-index: 8;
  }
}

.header-btn {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.header-btn a.btn {
  background-color: #050E2D;
  color: #000;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
}
.header-btn a.btn:hover {
  color: #050E2D;
  border-color: #050E2D;
  background-color: #fff !important;
  box-shadow: #FEDE02 0px 4px 12px;
}
@media (min-width: 1200px) {
  .header-btn a.btn {
    margin-top: 10px;
  }
}
.header-btn a.btn .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
.header-btn a.btn .order-now-icon-main:hover {
  stroke: #050E2D;
}

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

.order-btn {
  background-color: white;
  padding: 6px 24px !important;
  border-radius: 72px;
  color: black !important;
}
@media (max-width: 1200px) {
  .order-btn {
    max-width: -moz-max-content;
    max-width: max-content;
    margin: auto;
  }
}
.order-btn:hover {
  color: #fff !important;
}

section.hero-section {
  background-image: url("../../imgs/hero/hero-bg.png");
  background-repeat: no-repeat;
  align-items: center;
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 100px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  section.hero-section {
    padding: 5px;
  }
}
section.hero-section h1 {
  color: #FEDE02;
  font-weight: 900;
  line-height: 72px;
  font-size: 70px;
  text-align: left;
}
@media (max-width: 1200px) {
  section.hero-section h1 {
    font-weight: 900;
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 480px) {
  section.hero-section h1 {
    font-size: 35px;
  }
}
section.hero-section h2 {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 60px;
  line-height: 69px;
  text-align: left;
}
@media (max-width: 1200px) {
  section.hero-section h2 {
    font-size: 31px;
    line-height: 33px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  section.hero-section h2 {
    font-size: 25px;
  }
}
section.hero-section a {
  text-decoration: none;
  text-align: center;
  color: black;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  border-radius: 20px;
  background-color: #FEDE02;
  padding: 12px 90px;
  margin: 0 auto;
  display: inline-block;
  margin-top: 40px;
}
@media (max-width: 480px) {
  section.hero-section a {
    padding: 12px 70px;
  }
}
section.hero-section .swiper {
  width: 100%;
  height: 100%;
}
section.hero-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  section.hero-section .swiper-slide {
    display: flex;
    flex-direction: column;
  }
}
section.hero-section .swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  section.hero-section .swiper-slide img {
    width: 60%;
    margin: auto;
    display: flex;
  }
}
section.hero-section span {
  color: #FEDE02;
  font-size: 72px;
  font-weight: 900;
  line-height: 80px;
}
section.hero-section h2.sec-h2 {
  font-size: 72px;
  font-weight: 900;
  line-height: 80px;
}
@media (max-width: 1200px) {
  section.hero-section h2.sec-h2 {
    font-size: 38px;
    font-weight: 900;
    line-height: 43px;
  }
}

section.discount {
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: 20px;
  margin-right: 20px;
}
section.discount .discount_box {
  max-width: 560px;
  background-color: #050E2D;
  padding: 10px 0;
  border-radius: 10px;
  margin: 3px;
}
@media (max-width: 768px) {
  section.discount .discount_box {
    text-align: center;
  }
}
section.discount .discount_box div.discount-text-box {
  padding-left: 24px;
  padding-right: 24px;
}
section.discount .discount_box h3 {
  color: #FEDE02;
  padding-left: 24px;
  padding-right: 24px;
}
section.discount .discount_box hr {
  padding-left: 24px;
  padding-right: 24px;
  border-bottom: 1px solid #FEDE02;
  width: 150px;
}
section.discount .discount_box a {
  color: #FEDE02;
  text-decoration: none;
  text-align: center;
  width: 100%;
  border-radius: 16px;
  padding: 6px 50px;
  border: 1px solid #FEDE02;
}
section.discount .discount_box span {
  color: #FFFFFF;
  font-size: 14px;
}
section.discount .discount_box img {
  border-radius: 10px;
}
section.discount .discount_box span.last-span {
  color: #FEDE02;
}

section.popular h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 48px;
}
section.popular h4 {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}
section.popular a {
  text-decoration: none;
  color: black;
  background-color: #FEDE02;
  padding: 6px 50px;
  line-height: 24px;
  font-weight: 700;
  font-size: 16px;
  border-radius: 16px;
  text-align: center;
  bottom: 0;
  margin-top: auto;
}
section.popular div.popular-grey-box {
  background-color: #738FAD;
  height: 432px;
  width: 232px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 20px;
}
section.popular div.popular-brown-box {
  background-color: #81460A;
  height: 432px;
  width: 232px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 20px;
}
section.popular div.popular-green-box {
  background-color: #4E7405;
  height: 432px;
  width: 232px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 20px;
}
@media (max-width: 768px) {
  section.popular .card {
    flex-direction: row !important;
    height: 122px !important;
    width: 100% !important;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  section.popular .card img {
    max-width: 170px;
  }
  section.popular .card a {
    padding: 6px 20px;
    line-height: 16px;
    font-weight: 400;
    font-size: 16px;
    margin: 0 auto;
  }
}

section.deluxe {
  background-color: #81460A;
  margin-top: 80px;
}
section.deluxe div.deluxe-text-box {
  padding: 30px;
}
section.deluxe h1 {
  color: #FFFFFF;
  font-weight: 900;
  font-size: 128px;
  line-height: 124px;
}
section.deluxe h1 span {
  font-weight: 400;
}
section.deluxe p {
  color: #FFFFFF;
}
section.deluxe a {
  color: black;
  text-decoration: none;
  background-color: #FEDE02;
  border-radius: 10px;
  padding: 6px 50px;
  margin-bottom: 200px;
}
section.deluxe img {
  margin-top: -50px;
}

section.menu-section-slider {
  text-align: center;
  padding: 60px 0;
  overflow-x: hidden;
}
section.menu-section-slider h3 {
  color: #222224;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  section.menu-section-slider {
    padding: 20px 0;
  }
}
section.menu-section-slider .food-name {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
}
section.menu-section-slider a {
  text-decoration: none;
}
section.menu-section-slider a.btn-order {
  background-color: #FEDE02;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  padding: 6px 50px;
  margin: 0 auto;
  display: inline-block;
}
section.menu-section-slider .swiper-wrapper {
  padding: 20px 0;
}
section.menu-section-slider .swiper-3d .swiper-slide-shadow-left,
section.menu-section-slider .swiper-slide-shadow-right {
  display: none;
}
section.menu-section-slider .swiper-slide {
  display: flex;
  justify-content: center;
  margin: 0;
  max-width: -moz-max-content;
  max-width: max-content;
}
section.menu-section-slider .card {
  transition: 0.6s ease all;
  margin: 0;
  padding: 0;
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  justify-content: center;
  border: none;
  outline: none;
}
@media (max-width: 768px) {
  section.menu-section-slider .card {
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
section.menu-section-slider .card img {
  background-color: #050E2D;
  width: 300px;
  border-radius: 12px;
}

section.about {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #81460A;
}
section.about h2 {
  font-family: Sahel !important;
  color: #FFFFFF;
  font-size: 52px;
  line-height: 60px;
  font-weight: 400;
}
@media (max-width: 768px) {
  section.about h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
  }
}
section.about h2 br.mobile-br {
  display: none;
}
@media (max-width: 768px) {
  section.about h2 br.mobile-br {
    display: block;
  }
}
section.about h2 span {
  font-size: 80px;
}
@media (max-width: 768px) {
  section.about h2 span {
    font-family: SahelBlack;
    font-size: 48px;
    font-weight: 900;
    line-height: 44px;
  }
}
@media (max-width: 480px) {
  section.about h2 {
    text-align: center;
  }
}
section.about img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section.about p {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: #FFFFFF;
}
section.about p.order {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}
section.about a {
  text-decoration: none;
  color: #000000;
  background-color: #FEDE02;
  padding: 16px 50px;
  border-radius: 16px;
}

section.features {
  margin-top: 80px;
  margin-bottom: 80px;
}
section.features div.card {
  border: none;
}
section.features div.card img {
  max-height: 150px;
}
section.features h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
section.features img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
section.features a {
  text-decoration: none;
  text-align: center;
  color: black;
  border-radius: 10px;
  background-color: #FEDE02;
  padding: 6px 50px;
  margin: 0 auto;
  display: inline-block;
}

section.mockup {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #F8FAFC;
  width: 90%;
  padding-top: 50px;
  border-radius: 16px;
  margin: 0 auto;
}
section.mockup div.mockup-img-section {
  margin-top: 110px;
}
@media (max-width: 991px) {
  section.mockup div.mockup-img-section {
    margin-top: 50px;
  }
}
section.mockup a {
  width: 35%;
}
section.mockup img.store-img {
  padding-left: 20px;
}
@media (max-width: 480px) {
  section.mockup img.store-img {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
  }
}

section.footer {
  padding-bottom: 80px;
  background-color: #050E2D;
  padding-top: 80px;
}
section.footer p {
  color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 50px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
section.footer iframe {
  border-radius: 16px;
}

section.copyright {
  background-color: #050E2D;
}
section.copyright .container {
  border-top: 0.5px solid #FFFFFF;
  padding-top: 32px;
  padding-bottom: 32px;
}
section.copyright p {
  color: #B3B3B3;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
section.copyright p span {
  font-weight: 700;
}
section.copyright p span a {
  text-decoration: none;
  color: #B3B3B3;
}

section.contact {
  background-image: url("../../imgs/contact/contact-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 80px;
  padding-top: 110px;
  padding-bottom: 110px;
}
section.contact h2 {
  color: blue;
}
section.contact ul {
  padding-left: 0;
}
section.contact li {
  list-style-type: none;
}
section.contact h4.contact-tilte {
  color: #FEDE02;
  text-align: left;
  line-height: 36px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
section.contact .opening-hours::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  height: 1px;
  background-color: #cdcdcd;
}
@media (max-width: 380px) {
  section.contact .opening-hours::before {
    width: 20%;
  }
}
section.contact .opening-hours::after {
  position: absolute;
  content: "";
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cdcdcd;
}
section.contact h4.opening-hopurs {
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}
section.contact #openinghour {
  width: 80%;
  margin: auto;
}
section.contact div.opening-hour-table {
  border: 1px solid #FEDE02;
  border-radius: 8px;
  padding: 32px;
  margin-top: 24px;
}
section.contact div.opening-hour-table p {
  color: #FEDE02;
}
section.contact img.contact-logo {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
section.contact span {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 24px;
}
section.contact p {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  section.contact p {
    font-size: 16px;
    line-height: 24px;
  }
}
section.contact img.contact-img {
  height: 50%;
  padding-right: 20px;
}
section.contact img.social-icon-img {
  padding-right: 12px;
}
@media (max-width: 480px) {
  section.contact {
    background-image: url("../../imgs/contact/contact-bg-res.png");
    background-repeat: no-repeat;
    height: 884px;
    padding: 5px;
  }
}

section.tags {
  background-image: url("../../imgs/tag/tags-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 480px) {
  section.tags {
    background-image: url("../../imgs/tag/tag-res-bg.png");
  }
  section.tags a {
    font-size: 14px;
  }
}
section.tags ul {
  list-style-type: none;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
section.tags ul li {
  float: left;
  margin: 10px;
  justify-content: space-between;
}
section.tags ul li a {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #050E2D;
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 8px;
  text-decoration: none;
  border-radius: 16px;
}/*# sourceMappingURL=style2.css.map */</pre></body></html>