.main-color {
  color: #f00;
}

@font-face {
  font-family: DoublePorter;
  src: url(../../Fonts/Double_Porter/Double_Porter_1.otf);
}
@font-face {
  font-family: poppins;
  src: url(../../Fonts/poppins/Poppins-Regular.ttf);
}
body {
  font-family: poppins;
  font-size: 16px;
  background-color: #f3f3f3;
}

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

ul {
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none !important;
}

.main-btn {
  background-color: #f00;
  color: #fff;
}
.main-btn:hover {
  color: #f00;
  background-color: #fff;
}

.secondary-btn {
  color: #f00;
  background-color: #fff;
}
.secondary-btn:hover {
  background-color: #f00;
  color: #fff;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-left {
  animation: fade-left 0.7s ease-in-out;
}
.reveal.active .fade-right {
  animation: fade-right 1s ease-in-out;
}
@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .fade-bottom {
  animation: fade-bottom 0.7s ease-in-out;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.top {
  animation: top 0.5s ease-in;
}

@keyframes top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.franchise-hero {
  background-image: url(../../imgs/franchise/RedPepper.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .franchise-hero {
    padding: 100px 0;
  }
}
.franchise-hero h1 {
  color: #fff;
  font-family: DoublePorter;
  font-size: 7rem;
}
@media (max-width: 768px) {
  .franchise-hero h1 {
    font-size: 5rem;
  }
}
.franchise-hero a {
  color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background-color: transparent;
  padding: 16px 30px;
  border: 2px solid #fff;
  font-size: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  align-items: center;
}
.franchise-hero a i {
  margin-right: 8px;
}
.franchise-hero a:hover {
  background-color: #fff;
  color: #000;
}
@media (max-width: 768px) {
  .franchise-hero a {
    font-size: 13px;
  }
}

.franchise-about {
  text-align: center;
  padding: 80px 0;
}

.franchise-food {
  background-image: url(../../imgs/franchise/RedPepper-hot-fire-flame.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding: 80px 0;
}
.franchise-food .card {
  background-color: #000;
  color: #fff;
  padding: 16px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  min-height: 500px;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: auto;
}
@media (max-width: 991px) {
  .franchise-food .card {
    min-height: unset;
  }
}
.franchise-food .card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 0;
}
.franchise-food .card ul li {
  margin: 10px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.franchise-food .card ul li p {
  margin-bottom: 0;
  font-size: 17px;
}

.franchise-moreabout {
  padding: 80px 0;
}
.franchise-moreabout video {
  max-width: 80%;
}
.franchise-moreabout .more-second p {
  font-size: 18px;
}
.franchise-moreabout .nums {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.franchise-moreabout .nums li {
  list-style: none;
  margin-bottom: 16px;
}
.franchise-moreabout .nums li .card {
  background-color: unset;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.franchise-moreabout .nums li .card .num img {
  width: 350px;
}
.franchise-moreabout .nums li .card .title {
  font-size: 1.5rem;
  margin-top: -30px;
  font-weight: bolder;
  text-transform: capitalize;
}

.franchise-whyus {
  padding: 80px 0;
  text-align: center;
}
.franchise-whyus .card {
  background-color: unset;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.franchise-contact .contactemail {
  background-color: #f00;
  color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 20px 40px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .franchise-contact .contactemail {
    padding: 20px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .franchise-contact .contactemail {
    padding: 10px;
    font-size: 14px;
  }
}

h3 {
  font-family: DoublePorter;
  font-size: 3.5rem;
}

video {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  display: flex;
  justify-content: center;
  margin: auto;
}

/* 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;
  }
}

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

header {
  background-color: #000;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  width: 250px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 576px) {
  header .shop-logo {
    width: 250px;
  }
}
@media (max-width: 400px) {
  header .shop-logo {
    width: 200px;
  }
}
header .order-btn {
  border: 2px solid #fff;
  background-color: #fff;
  color: #f00;
  padding: 14px 20px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  font-weight: bolder;
  font-size: 17px;
}
@media (max-width: 576px) {
  header .order-btn {
    font-size: 20px;
    padding: 14px 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }
}
header .order-btn.order-Clarkston {
  color: #fff;
  background-color: #f00;
}
header .navbar-light .navbar-toggler {
  color: #fff;
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
  width: 130px;
  justify-content: flex-end;
  display: flex;
}
header section.menu-section #myNav {
  display: block;
}
header section.menu-section nav {
  padding: 10px 0;
}
header section.menu-section nav ul {
  padding: 0;
  align-items: center;
  justify-content: center;
}
header section.menu-section nav ul li {
  justify-content: center;
}
header section.menu-section nav ul li .nav-link {
  color: #fff !important;
}

/* footer */
footer {
  color: rgb(255, 255, 255);
  padding: 60px 30px 0 30px;
}
@media (max-width: 576px) {
  footer {
    padding: 50px 0 20px 0;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 70px 0 15px 0;
  }
}
footer .footer-logo img {
  max-width: 80px;
}
footer .prep {
  background-color: #f00;
  color: #000;
  border-radius: 20px;
  padding: 12px 35px;
  font-weight: bolder;
  margin-top: 20px;
}
footer .footer-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #000;
  padding: 10px;
  border-radius: 10px;
  height: 400px;
  box-shadow: 3px 3px 20px #444444;
}
footer .footer-details #openinghour,
footer .footer-details #openinghour-Gorbals {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  footer .footer-details #openinghour,
  footer .footer-details #openinghour-Gorbals {
    width: 70%;
  }
}
@media (max-width: 480px) {
  footer .footer-details #openinghour,
  footer .footer-details #openinghour-Gorbals {
    width: 90%;
  }
}
footer .footer-header {
  color: #000;
  font-size: 30px;
  margin-bottom: 45px;
}
footer h5 {
  font-size: 3rem;
  margin-bottom: 0;
  font-weight: bolder;
  font-family: DoublePorter;
}
@media (max-width: 1200px) {
  footer h5 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  footer h5 {
    font-size: 2.5rem;
  }
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #f00;
}
footer p {
  font-size: 15px;
  margin-bottom: 0;
}
footer .highlight {
  font-size: 30px;
}
footer span {
  font-weight: bolder;
  font-size: 15px;
}
footer a.order-btn {
  font-weight: bolder;
  text-transform: capitalize;
  font-size: 16px;
  padding: 10px 30px;
  background-color: #000;
  border-radius: 30px;
}
footer a.order-btn:hover {
  background-color: #f00;
  color: #000;
}

.foods-link {
  margin: 30px 0;
}
.foods-link ul {
  padding: 10px;
  margin: 0;
}
.foods-link ul li {
  list-style: none;
  display: inline-block;
  border-radius: 18px;
  padding: 5px 15px;
  margin: 5px;
  border: 2px solid #f00;
  background-color: #f00;
}
.foods-link ul li a {
  color: #000;
}
.foods-link ul li a:hover {
  text-decoration: none;
}
.foods-link ul li:hover {
  background-color: transparent;
}
.foods-link ul li:hover a {
  color: #f00;
}

.foods-tags {
  margin: 40px 0;
}
@media (max-width: 991px) {
  .foods-tags {
    margin: 30px 0 70px 0;
  }
}
@media (max-width: 576px) {
  .foods-tags {
    margin: 30px 0;
  }
}
.foods-tags .foods-link {
  padding-top: 20px;
}
.foods-tags ul {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #cdcdcd;
  text-transform: capitalize;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background-color: #000;
}
.foods-tags ul li a,
.foods-tags ul li span {
  color: #fff !important;
  margin-bottom: 0;
  font-size: 13px;
}
.foods-tags ul li a:hover,
.foods-tags ul li span:hover {
  text-decoration: none;
}
.foods-tags ul li:hover {
  border: 1px solid #f00;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  left: 25px;
  z-index: 3;
  font-size: 18px;
  border: 1px solid #fff;
  outline: none;
  background-color: #f00;
  color: #fff;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}
#myBtn:hover {
  color: #f00;
  border: 1px solid #f00;
  background-color: #fff;
  box-shadow: #000 0px 7px 29px 0px;
}

.fixed-part {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: #f00;
  color: #000;
  cursor: pointer;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #000;
}
.fixed-part a {
  color: #fff;
}
.fixed-part a.btn {
  border: 2px solid #fff;
  background-color: #f00;
  color: #fff;
  padding: 8px 10px;
  border-radius: 20px;
  font-weight: bolder;
  margin: 5px;
}
@media (max-width: 380px) {
  .fixed-part a.btn {
    padding: 5px 2px;
    font-size: 13px;
  }
}
.fixed-part .order-Gorbals {
  background-color: #fff !important;
  color: #f00 !important;
}
.fixed-part p {
  margin-bottom: 0;
  color: #fff;
}
.fixed-part img {
  max-width: 150px;
}

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

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

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

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

section.copyright {
  background-color: #f00;
  padding: 16px;
  text-align: center;
}
section.copyright p {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 480px) {
  section.copyright p {
    font-size: 11px;
    line-height: 20px;
    padding: 5px;
  }
}
section.copyright a {
  text-decoration: none;
}
section.copyright a:hover {
  text-decoration: none;
}
section.copyright a i {
  color: #fff;
}/*# sourceMappingURL=style2.css.map */