.main-color {
  color: #d0181e;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: AskanSlimBlack;
  src: url(../../Fonts/askan/AskanMedium.otf);
}
@font-face {
  font-family: ArchivoBlack;
  src: url(../../Fonts/Archivo_Black/ArchivoBlack-Regular.ttf);
}
body {
  font-family: Quicksand !important;
  overflow-x: hidden;
  background-image: url(../../imgs/hero/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 90vh;
}

html {
  scroll-behavior: smooth;
}

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

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

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

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

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

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

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

.displayy {
  display: block !important;
}
@media (min-width: 768px) {
  .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;
  }
}

header {
  padding: 10px 0;
}
header a {
  align-items: center;
}
@media (max-width: 768px) {
  header a {
    flex-direction: column;
  }
}
header a img {
  max-width: 120px;
}
@media (max-width: 991px) {
  header a img {
    max-width: 100px;
  }
}
header a h1 {
  font-family: ArchivoBlack;
  font-size: 4rem;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 768px) {
  header a h1 {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  header a h1 {
    font-size: 2rem;
  }
}

/* section hero */
section.hero-section {
  padding: 40px;
  color: #fff;
}
@media (max-width: 768px) {
  section.hero-section {
    padding: 40px 0;
  }
}
section.hero-section div.inner-content h2 {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: ArchivoBlack;
  font-weight: bolder;
  font-size: 3rem;
}
@media (max-width: 1200px) {
  section.hero-section div.inner-content h2 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  section.hero-section div.inner-content h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  section.hero-section div.inner-content h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  section.hero-section div.inner-content h2 {
    font-size: 1.6rem;
  }
}
section.hero-section div.inner-content p {
  font-size: 16px;
}
section.hero-section div.inner-content .Btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  section.hero-section div.inner-content .Btns {
    justify-content: center;
    margin-bottom: 40px;
  }
}
section.hero-section div.inner-content a {
  background-color: #d0181e;
  color: rgb(255, 250, 250);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: inline-flex;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 290px;
  padding: 19px 30px;
  margin: 10px 5px;
  font-weight: bolder;
  font-weight: bolder;
}
section.hero-section div.inner-content a:hover {
  color: #d0181e;
  border-color: #d0181e;
  background-color: #fff;
  box-shadow: #d0181e 0px 7px 29px 0px;
  text-decoration: none;
}
@media (max-width: 480px) {
  section.hero-section div.inner-content a {
    min-width: 250px;
    padding: 19px;
  }
}
section.hero-section .swiper-slide img {
  max-width: 100%;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  display: flex;
  justify-content: center;
  margin: auto;
}

/* footer */
footer {
  padding: 0 0 40px 0;
}
footer a.footer-logo {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}
footer img.shop-logo {
  width: 240px;
  margin: 0 auto 10px auto;
}
footer .card {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin-top: 80px;
  min-height: 305px;
  background-color: #dfcabd;
}
@media (max-width: 768px) {
  footer .card {
    min-height: unset;
  }
}
footer .card-logo {
  max-width: 100px;
  margin-top: -80px;
}
footer ul {
  list-style: none;
  padding: 16px;
  margin-bottom: 0;
  background-color: #dfcabd;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
footer ul li {
  margin-top: 8px;
}
footer ul li h6 {
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 2rem;
  color: #000;
  font-family: ArchivoBlack;
  text-transform: capitalize;
  margin-bottom: 24px;
}
footer ul li span {
  font-size: 16px;
  text-align: left;
  color: #000;
}
footer ul li a {
  color: #8b8ba5;
}
footer ul li a:hover {
  text-decoration-line: underline;
  color: #272042;
}
footer .fa {
  color: #000;
  font-size: 1rem;
}
footer svg {
  fill: #000;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #272042;
}
footer p {
  color: #000;
}

.copyright {
  margin: 40px 0 24px 0;
}
.copyright a.weetech-link {
  color: #d0181e;
}
.copyright .cp-text {
  display: flex;
  justify-content: center;
  color: #fff;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}
@media (max-width: 1200px) {
  .copyright .cp-text {
    margin: auto;
  }
}

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