.main-color {
  color: #e71409;
}

@font-face {
  font-family: Oswald;
  src: url(../../Fonts/Oswald/static/Oswald-Regular.ttf);
}
body {
  font-family: Oswald !important;
  overflow-x: hidden;
  background-color: #121212;
  color: #dedbd2;
}

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

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

.reveal.active {
  opacity: 1;
}

.active.fade-left {
  animation: fade-left 0.5s ease-in;
}

@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.dlApp {
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

a:hover {
  text-decoration: none;
}

.btn {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid rgba(231, 20, 9, 0.4);
  border-radius: 2.6em;
  color: rgba(231, 20, 9, 0.4);
  cursor: pointer;
  display: flex;
  align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.btn:hover, .btn:focus {
  color: #fff;
  outline: 0;
}

.btn.third {
  border-color: #e71409;
  color: #fff;
  box-shadow: 0 0 40px 40px #e71409 inset, 0 0 0 0 #e71409;
  transition: all 150ms ease-in-out;
}
.btn.third:hover {
  box-shadow: 0 0 10px 0 #e71409 inset, 0 0 10px 4px #e71409;
}

.snowflake {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 999;
  background-image: url("https://www.mealzoforbusiness.co.uk/1/snow.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

header {
  background-color: #121212;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  padding: 18px 0;
}
@media (max-width: 999px) {
  header {
    padding: 20px 0;
  }
}
header .header-btn {
  position: absolute;
  content: "";
  top: 35%;
  right: 30px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  width: 170px;
  height: 46px;
  z-index: 999;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
header .header-btn:hover {
  background-color: #e71409;
  color: #fff;
  border: 1px solid #fff;
}
@media (max-width: 1300px) {
  header .header-btn {
    width: 140px;
  }
}
@media (max-width: 1200px) {
  header .header-btn {
    display: none;
  }
}
header .header-btn a {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
header .header-btn a:hover {
  text-decoration: none;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  position: absolute;
  content: "";
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 130px;
}
@media (max-width: 1200px) {
  header .shop-logo {
    left: 5%;
    right: auto;
  }
}
header .shop-logo img {
  z-index: 99 !important;
  max-width: 140px;
}
@media (max-width: 1200px) {
  header .shop-logo img {
    max-width: 100px;
  }
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
  color: #fdfefe !important;
}
@media (min-width: 1200px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 1200px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
header section.menu-section #overlay-content {
  display: none;
}
@media (min-width: 1440px) {
  header section.menu-section #overlay-content {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  header section.menu-section #overlay-content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}
header section.menu-section nav {
  padding-top: 10px;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  background-color: #e71409;
  overflow-x: hidden;
  transition: width 0.45s;
}
header section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    display: flex;
  }
}
header section.menu-section 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: #fdfefe;
}
@media (min-width: 1200px) {
  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: #fdfefe;
  font-weight: bolder;
  border-bottom: 1px solid transparent;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin-left: 10px;
    margin-right: 0;
    font-size: 11px;
    color: #fdfefe;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 18px;
    margin-left: 22px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  color: #e71409;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.02;
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #e71409;
  color: #fdfefe;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
    z-index: 99;
  }
}

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.index-hero {
  /* Background images per slide */
  /* Content inside slider */
}
.index-hero .hero-swiper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 999px) {
  .index-hero .hero-swiper {
    height: 60vh;
  }
}
.index-hero .slider {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  position: relative;
}
@media (max-width: 999px) {
  .index-hero .slider {
    height: 60vh;
  }
}
.index-hero .slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Fade transition */
  transition: opacity 1s ease-in-out;
  /* Zoom animation disabled by default */
  animation: none;
}
.index-hero .slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
  /* Apply zoom animation only on active slide */
  animation: zoomInOut 12s infinite ease-in-out;
}
.index-hero .slide1 {
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%), url("../../imgs/hero/vinnies-hero-bg-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.index-hero .slide2 {
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%), url("../../imgs/hero/vinnies-hero-bg-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.index-hero .slide3 {
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%), url("../../imgs/hero/vinnies-hero-bg-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom !important;
}
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.index-hero .slider-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 2rem;
  z-index: 1;
}
@media (max-width: 999px) {
  .index-hero .slider-content {
    max-width: 100%;
  }
}
.index-hero .slider-content h1 {
  font-size: 2rem;
  font-weight: bolder;
  line-height: 1.8em;
  margin: 1rem 0px;
  text-shadow: 0 0 6px #000;
}
@media (max-width: 999px) {
  .index-hero .slider-content h1 {
    font-size: 1.8rem;
    line-height: 1.7em;
  }
}
@media (max-width: 756px) {
  .index-hero .slider-content h1 {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
}
@media (max-width: 576px) {
  .index-hero .slider-content h1 {
    font-size: 1.28rem;
    line-height: 1.3em;
  }
}
@media (max-width: 488px) {
  .index-hero .slider-content h1 {
    font-size: 1.2rem;
    line-height: 1.2em;
  }
}
@media (max-width: 388px) {
  .index-hero .slider-content h1 {
    font-size: 1.1rem;
    line-height: 1.1em;
  }
}
.index-hero .slider-content p {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 576px) {
  .index-hero h2 {
    font-size: 1.28rem;
  }
}
.index-hero .table-btn {
  color: #ffffff;
  padding: 10px 40px;
  gap: 8px;
  border-radius: 4px;
  font-family: Quicksand;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  background-color: transparent;
  border: 1px solid #fff;
}
.index-hero .table-btn:hover {
  color: #e71409;
  border: 1px solid #e71409;
  background-color: rgba(255, 255, 255, 0.75);
}

/* more about us section */
section.more-about-us-section {
  background-color: #fffdfc;
  margin-top: 160px;
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 35px;
}
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 {
  margin: 80px;
}
@media (max-width: 991px) {
  section.special {
    margin: 80px 0;
  }
}
section.special h3 {
  margin: 50px 0;
  color: #e71409;
  font-family: Oswald;
  font-size: 4.5rem;
}
@media (max-width: 480px) {
  section.special h3 {
    font-size: 2.3rem;
  }
}
section.special .nav-tabs {
  margin: 20px 0;
  background-color: rgb(33.3, 33.3, 33.3);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.6);
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-bottom: none;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 8px;
}
section.special .nav-tabs a.nav-link {
  color: #e71409;
  margin: 0;
  border: none;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  width: 160px;
  padding: 16px 0;
  text-align: center;
  font-weight: bolder;
}
@media (max-width: 380px) {
  section.special .nav-tabs a.nav-link {
    width: 140px;
  }
}
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: #fff;
  background-color: #e71409;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.175);
}
section.special .card {
  transition: 0.6s ease all;
  margin: auto;
  margin-bottom: 50px;
  color: #dedbd2;
  font-weight: 300;
  font-size: 16px;
  position: relative;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-color: transparent;
}
section.special .card img {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
section.special .card .card-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  display: none;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  transition: background-color 0.3s ease, -webkit-backdrop-filter 0.3s ease;
  transition: backdrop-filter 0.3s ease, background-color 0.3s ease;
  transition: backdrop-filter 0.3s ease, background-color 0.3s ease, -webkit-backdrop-filter 0.3s ease;
}
section.special .card .card-body h5 {
  margin-inline: 10px;
  font-family: ArchivoBlack;
  font-size: 2.2rem;
  color: #e71409;
}
@media (max-width: 756px) {
  section.special .card .card-body h5 {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  section.special .card .card-body h5 {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  section.special .card .card-body h5 {
    font-size: 1.2rem;
  }
}
@media (max-width: 380px) {
  section.special .card .card-body p {
    font-size: 0.8rem;
  }
}
section.special .card .card-body a.btn {
  padding: 16px 40px;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  margin: 16px auto;
}
section.special .card:hover {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
section.special .card:hover .card-body {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
}
section.special .card:hover a.btn {
  color: #fff;
  border-color: #e71409;
  background-color: #e71409;
}
section.special a.btn {
  background-color: #fff;
  color: #e71409;
  border-color: #e71409;
  margin-top: 20px;
}
section.special a.btn:hover {
  color: #fff;
  border-color: #e71409;
  background-color: #e71409;
}
@media (min-width: 992px) {
  section.special a.btn {
    margin-top: 25px;
  }
}
section.special div.order-container .d-flex {
  justify-content: space-evenly;
}

section.about-us {
  padding: 60px 0;
  margin-bottom: 40px;
}
section.about-us .card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  background-color: transparent;
  border: none;
  padding: 5px 10px;
  height: 410px;
}
section.about-us .card .card-img img {
  width: 100px;
  margin-bottom: 30px;
}
section.about-us .card .card-title h4 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 45px;
  color: #e71409;
  text-align: center;
  font-family: oswald;
}
@media (max-width: 991px) {
  section.about-us .card .card-title h4 {
    font-size: 28px;
  }
}
section.about-us .card .card-des p {
  font-size: 18px;
}
section.about-us .card .card-btn {
  display: flex;
  background-color: #e71409;
  width: 100%;
  padding: 15px 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 0;
  border: 2px solid #d20707;
  color: #fdfdfd;
}
section.about-us .card .card-btn:hover {
  color: #d20707;
  background-color: #fff !important;
  box-shadow: rgba(240, 98, 98, 0.5) 0px 4px 12px;
}

section.more-about-us2 {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 991px) {
  section.more-about-us2 {
    padding: 60px 0;
  }
  section.more-about-us2 .row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  section.more-about-us2 div.inner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 30px;
  }
}
section.more-about-us2 div.inner-content h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #fff;
  font-family: oswald;
  font-weight: bolder;
}
section.more-about-us2 div.inner-content p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-family: oswald;
}
section.more-about-us2 .main-pizza {
  max-width: 100%;
}
@media (max-width: 991px) {
  section.more-about-us2 .main-pizza {
    max-width: 90%;
    margin: 0 auto;
  }
}

section.awards {
  background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url(../../imgs/awards/award-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 60px 0px;
  padding: 120px 0px;
}
section.awards::before, section.awards::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  background: linear-gradient(to right, #008C45 0%, #008C45 33.33%, #F4F5F0 33.33%, #F4F5F0 66.66%, #CD212A 66.66%, #CD212A 100%);
}
section.awards::before {
  top: 0;
  left: 0;
}
section.awards::after {
  bottom: 0;
  right: 0;
}
section.awards img {
  width: 360px;
  aspect-ratio: 3/4;
}
@media (max-width: 999px) {
  section.awards img {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
section.awards p {
  font-size: 1.3rem;
  line-height: 1.4em;
}
@media (max-width: 999px) {
  section.awards p {
    font-size: 1.2rem;
    line-height: 1.3em;
  }
}
@media (max-width: 756px) {
  section.awards p {
    font-size: 1.1rem;
    line-height: 1.2em;
  }
}
@media (max-width: 576px) {
  section.awards p {
    font-size: 1rem;
    line-height: 1.1em;
  }
}

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

/* dwnloap app section */
section.dl-app {
  margin: 80px 0;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content img.dl-app-link {
    margin-bottom: 0;
    width: 150px;
  }
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-family: Quicksand;
  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;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-12-20 14:30:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-container {
  width: 100%;
}

.reviews-section {
  padding: 5% 7%;
  background-color: #121212;
  background-color: #121212;
  position: relative;
  z-index: 0;
  text-align: center;
}
@media (max-width: 600px) {
  .reviews-section {
    padding: 12% 0;
  }
}
.reviews-section .swiper {
  margin: 0;
  padding: 0;
}
@media (max-width: 900px) {
  .reviews-section .swiper {
    padding: 0 4%;
  }
}
.reviews-section h2 {
  color: rgb(191.73, 16.6, 7.47);
  font-size: 2.6rem;
}
@media (max-width: 600px) {
  .reviews-section h2 {
    font-size: 1.8rem;
  }
}
.reviews-section .lead {
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  .reviews-section .lead {
    font-size: 1rem;
  }
}

.review-card {
  aspect-ratio: 1/1;
  max-width: 400px;
  height: 400px;
  background: rgb(33.3, 33.3, 33.3);
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transform-style: preserve-3d;
  perspective: 1000px;
  position: relative;
  margin: 1rem;
  border-right: 4px solid #e71409;
}
@media (max-width: 576px) {
  .review-card {
    width: 80vw;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
  }
}
.review-card:hover {
  transform: translateY(-10px) rotateX(5deg) rotateY(5deg);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 0 0 15px rgba(255, 255, 255, 0.4);
}
.review-card::before, .review-card::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.review-card::before {
  top: 0;
  left: 0;
  border-width: 30px 30px 0 0;
  border-color: #e71409 transparent transparent transparent;
}
.review-card::after {
  bottom: 0;
  left: 0;
  border-width: 0 30px 30px 0;
  border-color: transparent transparent #e71409 transparent;
}

.review-content .review-header {
  align-items: center;
  margin: 10% 5%;
}
.review-content .review-header img.reviewer {
  width: 60px;
  border-radius: 50%;
  background: transparent;
}

.review-text {
  text-align: left;
  font-size: 1rem;
  font-style: italic;
  color: rgb(242.25, 242.25, 242.25);
}

.review-author {
  font-weight: bold;
  margin-top: 10px;
  color: #FFF;
}

.stars {
  text-align: left;
  color: #FFF;
  font-size: 1rem;
  margin-bottom: 10px;
}

.swiper-pagination-bullet {
  background: #e71409 !important;
  width: 12px;
  height: 12px;
  opacity: 1;
}

/* Custom Button */
/* footer */
footer {
  position: relative;
  background-color: #121212;
}
footer::before {
  content: "";
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to right, #008C45 0%, #008C45 33.33%, #F4F5F0 33.33%, #F4F5F0 66.66%, #CD212A 66.66%, #CD212A 100%);
  z-index: 1;
}
footer .shop-name img {
  width: 220px;
  height: auto;
}
@media (max-width: 999px) {
  footer .shop-name img {
    width: 200px;
  }
}
@media (max-width: 756px) {
  footer .shop-name img {
    width: 180px;
  }
}
@media (max-width: 576px) {
  footer .shop-name img {
    width: 160px;
  }
}
footer section.footer {
  margin-inline: 60px;
  margin-top: 80px;
  margin-bottom: 60px;
  padding: 0;
}
@media (max-width: 756px) {
  footer section.footer {
    margin: 80px 50px;
  }
}
@media (max-width: 576px) {
  footer section.footer {
    margin: 60px 40px;
  }
}
@media (max-width: 488px) {
  footer section.footer {
    margin: 40px 30px;
  }
}
@media (max-width: 388px) {
  footer section.footer {
    margin: 40px 15px;
  }
}
footer section.footer h6 {
  margin-left: -6px;
  color: #e71409;
  font-size: 1.6rem;
}
@media (max-width: 1200px) {
  footer section.footer h6 {
    font-size: 1.5rem;
  }
}
@media (max-width: 756px) {
  footer section.footer h6 {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  footer section.footer h6 {
    font-size: 1.3rem;
  }
}
@media (max-width: 488px) {
  footer section.footer h6 {
    font-size: 1.2rem;
  }
}
@media (max-width: 388px) {
  footer section.footer h6 {
    font-size: 1rem;
  }
}
footer section.footer svg {
  fill: #dedbd2;
}
footer section.footer svg:hover {
  fill: #e71409;
}
footer section.footer ul {
  padding-left: 20px;
  list-style: none;
}
footer section.footer ul li {
  line-height: 2em;
  font-size: 1.3rem;
}
@media (max-width: 1200px) {
  footer section.footer ul li {
    font-size: 1.2rem;
  }
}
@media (max-width: 756px) {
  footer section.footer ul li {
    font-size: 1.1rem;
  }
}
@media (max-width: 576px) {
  footer section.footer ul li {
    font-size: 1rem;
  }
}
@media (max-width: 388px) {
  footer section.footer ul li {
    font-size: 0.85rem;
  }
}
footer section.footer ul li a {
  color: #dedbd2;
}
footer section.footer ul li a:hover {
  color: #e71409;
}
footer section.footer .get-in-touch {
  padding: 0;
  margin: 0;
}
footer section.footer li.contact-us {
  line-height: 2em;
}
footer section.footer li.contact-us svg {
  width: 15px;
  fill: #FFF;
  margin-right: 10px;
}
footer section.footer li.contact-us svg:hover {
  fill: #e71409;
}
footer section.footer li.shop-logo, footer section.footer li.openinghour {
  line-height: 1.4em !important;
}
footer section.footer #openinghour {
  font-size: 0.9rem;
  background-color: rgb(33.3, 33.3, 33.3);
  border-radius: 20px;
  box-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  footer section.footer #openinghour {
    margin-left: -20px;
  }
}

iframe {
  border-radius: 0px;
  height: 160px;
  width: 100vw;
}

.dl-app img {
  width: 140px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #e71409;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}
#myBtn:hover {
  color: #e71409;
  border: 1px dashed #e71409;
  background-color: white;
  box-shadow: rgba(231, 20, 9, 0.4) 0px 7px 29px 0px;
}

section.social-media {
  background-color: #1628A7;
}
section.social-media .icon-holder.facebook i {
  padding: 10px 13px;
}
section.social-media .icon-holder.instagram i {
  padding: 12px;
}
section.social-media .icon-holder.tiktok {
  padding: 7px 11px;
}
section.social-media div.icon-holder {
  border: 2px solid #fff;
  border-radius: 50%;
  transition: transform 0.5s ease;
}
section.social-media div.icon-holder i {
  padding: 12px;
}
section.social-media div.icon-holder svg {
  fill: #fff;
}
section.social-media div.icon-holder:hover {
  transform: translate(0px, -8px);
}
section.social-media div.icon-holder a {
  color: #fff;
}

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

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

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

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

section.copyright {
  color: rgb(255, 255, 255);
}
section.copyright a.mealzo-link {
  color: #fff !important;
}
section.copyright .cp-text {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #403c4e;
  padding: 10px 0;
}
section.copyright .mealzo-link img {
  max-width: 80px;
}
section.copyright .cp-social img {
  max-width: 35px;
}
section.copyright .cp-social .social-media {
  margin-left: 3px;
  margin-right: 3px;
}
section.copyright .cp-social .social-media svg {
  fill: #e71409;
  font-weight: 600;
  width: 25px;
  height: 25px;
}

.web-story .stories-container {
  display: flex;
  padding: 15px 36px 0;
  /* justify-content: center; */
  gap: 30px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .web-story .stories-container {
    overflow-x: scroll;
  }
}
.web-story .stories-container .content {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.web-story .stories-container .imgContent {
  background: linear-gradient(#dd2a7b, #f58529);
  padding: 3px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.web-story .stories-container .imgContent .middleContent {
  background-color: #fff;
  padding: 4px;
  border-radius: 50%;
}
.web-story .stories-container .imgContent .middleContent img {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 300;
  vertical-align: middle;
}
.web-story .stories-container .storyTitle {
  margin: 10px 0;
  color: #ddd;
}
.web-story .story-full {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  justify-content: center;
  opacity: 0;
  z-index: 500;
  pointer-events: none;
  transition: all 100ms ease;
}
.web-story .story-full.active {
  opacity: 1;
  pointer-events: auto;
}
.web-story .story-full .content {
  display: flex;
  align-items: center;
  position: relative;
}
.web-story .story-full .content .close-btn {
  position: fixed;
  top: 32px;
  right: 32px;
  width: 32px;
  cursor: pointer;
}
.web-story .story-full .content .close-btn svg {
  width: 32px;
}
.web-story .story-full .content .story-title {
  position: absolute;
  top: 5px;
  left: 25px;
  /* transform: translateX(-50%); */
  color: #000;
  line-height: 2;
  padding: 8px 32px;
  z-index: 105;
}
.web-story .story-full .content .right-arrow,
.web-story .story-full .content .left-arrow {
  cursor: pointer;
  /* background-color: #fff; */
  border-radius: 50%;
  padding: 8px;
  margin: 5px 10px;
  justify-content: center;
}
.web-story .story-full .content .right-arrow {
  transform: rotate(180deg);
}
.web-story .story-full .img-content {
  height: 80%;
  width: 400px;
  position: relative;
}
.web-story .story-full .img-content .img-story {
  height: 100%;
  width: 400px;
  border-radius: 10px;
  position: absolute;
  z-index: 100;
}
.web-story .story-full .img-content .profile {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 105;
  border-radius: 50%;
  margin: 15px 10px;
}
@media (max-width: 700px) {
  .web-story .story-full img {
    width: 65%;
    height: auto;
  }
}
.web-story .myProgress {
  width: 96%;
  z-index: 110;
  position: absolute;
  margin: 5px 2%;
  background-color: #aaa;
  border-radius: 5px;
}
.web-story #myBar {
  width: 1%;
  height: 2px;
  border-radius: 5px;
  background-color: #eee;
}

section.gallery {
  /* Grid spans */
}
section.gallery * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
section.gallery body {
  margin: 5px;
  font-family: Helvetica, sans-serif;
}
section.gallery #gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 0.5em;
  height: calc(100vh - 10px);
}
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;
}

.swiper-container {
  width: 100%;
}

.reviews-section {
  padding: 5% 7%;
  background-color: #121212;
  background-color: #121212;
  position: relative;
  z-index: 0;
  text-align: center;
}
@media (max-width: 600px) {
  .reviews-section {
    padding: 12% 0;
  }
}
.reviews-section .swiper {
  margin: 0;
  padding: 0;
}
@media (max-width: 900px) {
  .reviews-section .swiper {
    padding: 0 4%;
  }
}
.reviews-section h2 {
  color: rgb(191.73, 16.6, 7.47);
  font-size: 2.6rem;
}
@media (max-width: 600px) {
  .reviews-section h2 {
    font-size: 1.8rem;
  }
}
.reviews-section .lead {
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  .reviews-section .lead {
    font-size: 1rem;
  }
}

.review-card {
  aspect-ratio: 1/1;
  max-width: 400px;
  height: 400px;
  background: rgb(33.3, 33.3, 33.3);
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transform-style: preserve-3d;
  perspective: 1000px;
  position: relative;
  margin: 1rem;
  border-right: 4px solid #e71409;
}
@media (max-width: 576px) {
  .review-card {
    width: 80vw;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
  }
}
.review-card:hover {
  transform: translateY(-10px) rotateX(5deg) rotateY(5deg);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 0 0 15px rgba(255, 255, 255, 0.4);
}
.review-card::before, .review-card::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.review-card::before {
  top: 0;
  left: 0;
  border-width: 30px 30px 0 0;
  border-color: #e71409 transparent transparent transparent;
}
.review-card::after {
  bottom: 0;
  left: 0;
  border-width: 0 30px 30px 0;
  border-color: transparent transparent #e71409 transparent;
}

.review-content .review-header {
  align-items: center;
  margin: 10% 5%;
}
.review-content .review-header img.reviewer {
  width: 60px;
  border-radius: 50%;
  background: transparent;
}

.review-text {
  text-align: left;
  font-size: 1rem;
  font-style: italic;
  color: rgb(242.25, 242.25, 242.25);
}

.review-author {
  font-weight: bold;
  margin-top: 10px;
  color: #FFF;
}

.stars {
  text-align: left;
  color: #FFF;
  font-size: 1rem;
  margin-bottom: 10px;
}

.swiper-pagination-bullet {
  background: #e71409 !important;
  width: 12px;
  height: 12px;
  opacity: 1;
}

/* Custom Button *//*# sourceMappingURL=style2.css.map */