.main-color {
  color: #0e2b82;
}

@font-face {
  font-family: Rowdies;
  src: url(../../Fonts/Rowdies/Rowdies-Bold.ttf);
}
@font-face {
  font-family: ArchivoBlack;
  src: url(../../Fonts/Archivo_Black/ArchivoBlack-Regular.ttf);
}
@font-face {
  font-family: OpenSans;
  src: url(../../Fonts/open_sans/Open_Sans/static/OpenSans/OpenSans-SemiBold.ttf);
}
@font-face {
  font-family: "Raleway";
  src: url(../../Fonts/Raleway/Raleway-Regular.ttf);
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway" !important;
  overflow-x: hidden !important;
  background-image: url(../../imgs/hero/abstract-dark-blue-blurry-background-digital-screen-template-display-design-pattern-generative-ai.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-height: 100vh;
}

.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: repeat;
  background-size: cover;
  background-position: center;
}

.fade-right {
  animation: fade-right 0.7s ease-in-out;
}

@keyframes fade-right {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-two {
  animation: fade-two 1.2s ease-in-out;
}

@keyframes fade-two {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    transform: rotate(-115deg);
    opacity: 1;
  }
}
.fade-top {
  animation: fade-top 0.7s ease-in-out;
}

@keyframes fade-top {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.modal-open .modal {
  z-index: 99999;
}

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

.displayy {
  display: flex !important;
  justify-content: center;
}

.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: repeat;
  background-size: cover;
  background-position: 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;
  }
}

.section-header {
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: bolder;
}
@media (max-width: 768px) {
  .section-header {
    font-size: 35px;
  }
}
@media (max-width: 380px) {
  .section-header {
    font-size: 25px;
  }
}

header {
  position: relative;
  padding: 45px 0;
  overflow-x: hidden;
  background: linear-gradient(to bottom, #051851, transparent);
}
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: 150px;
}
@media (max-width: 1200px) {
  header .shop-logo {
    left: 5%;
    right: auto;
  }
}
header .shop-logo img {
  z-index: 9999 !important;
  max-width: 130px;
}
@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: #0e2b82 !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: 99999;
  left: 0;
  top: 0;
  background-color: #051851;
  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;
  }
}
header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
  width: 100%;
}
@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: #fff;
}
@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: #fff;
  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;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 17px;
    margin-left: 20px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #0e2b82;
  color: black;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
    z-index: 999;
  }
}
header .header-btn {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
header .header-btn a.btn {
  background-color: #0e2b82;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
}
header .header-btn a.btn:hover {
  color: #0e2b82;
  border-color: #0e2b82;
  background-color: #fff !important;
  box-shadow: #dad0c4 0px 4px 12px;
}
@media (min-width: 1200px) {
  header .header-btn a.btn {
    margin-top: 10px;
  }
}
header .header-btn a.btn .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
header .header-btn a.btn .order-now-icon-main:hover {
  stroke: #0e2b82;
}

/* section hero */
section.hero-section {
  padding: 20px 0 50px 50px;
  color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  section.hero-section {
    padding: 20px 0;
  }
}
section.hero-section p {
  font-weight: bolder;
}
section.hero-section h2 {
  font-size: 52px;
  font-weight: bolder;
  color: #fff;
  text-transform: uppercase;
  font-family: Rowdies;
  text-shadow: 0 0 4px #383838;
}
@media (max-width: 1200px) {
  section.hero-section h2 {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  section.hero-section h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  section.hero-section h2 {
    font-size: 27px;
  }
}
section.hero-section a.btn {
  padding: 15px 35px;
  background-color: #efce2a;
  color: #0e2b82;
  font-weight: bolder;
  border: 2px solid #efce2a;
  border-radius: 30px;
}
section.hero-section a.btn:hover {
  background-color: transparent;
  color: #efce2a;
}
section.hero-section .hero-img {
  max-width: 90%;
  position: relative;
  z-index: 2;
  border-radius: 60px;
  display: flex;
  margin: auto;
}

.special {
  position: relative;
  padding: 80px 50px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .special {
    padding: 50px 0;
  }
}
.special h3 {
  font-family: Rowdies;
  font-size: 75px;
  color: #fff;
  text-shadow: 0 0 5px #0e2b82;
}
@media (max-width: 1300px) {
  .special h3 {
    font-size: 50px;
  }
}
.special .card {
  background-color: unset;
  margin-bottom: 20px;
  border-radius: 10px;
}
.special .card img {
  border-radius: 10px;
}
.special .card .card-content .info {
  background-color: #fdfdfd;
  display: inline-block;
  color: #0e2b82;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 10px 20px 20px 0;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: bolder;
  border: 1px solid #0e2b82;
}
.special .card .card-content .info a {
  font-size: 20px;
  font-weight: bolder;
  color: #0e2b82;
  padding: 0;
}
.special .card h5 {
  font-weight: bolder;
  color: #fff0c8;
  font-size: 24px;
  text-shadow: 1px 1px #000;
}
.special .chef-img {
  max-width: 80%;
  margin-top: 80px;
}
.special .special-offer-text {
  background-color: #0e2b82;
  border-radius: 20px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  border-radius: 100px;
}
.special .special-offer-text p {
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
}

.swiper-pagination-bullet {
  background-color: antiquewhite;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: none !important;
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: none !important;
}

section.specialoffers {
  padding: 50px 0;
}
section.specialoffers h3 {
  font-size: 50px;
  font-weight: bolder;
  color: #0e2b82;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Rowdies;
}
@media (max-width: 1300px) {
  section.specialoffers h3 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  section.specialoffers h3 {
    font-size: 33px;
  }
}
@media (max-width: 480px) {
  section.specialoffers h3 {
    font-size: 36px;
  }
}
section.specialoffers h3 a {
  color: orangered;
}
section.specialoffers .offer-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: 1px 1px 15px #777777;
  margin: 15px 5px;
  padding: 20px;
  background-color: #fff;
}
section.specialoffers .offer-card a {
  transition: ease-in-out 0.7s;
}
section.specialoffers .offer-card a:hover {
  text-decoration: none !important;
}
section.specialoffers .offer-card a:hover h4 {
  text-decoration: none !important;
}
section.specialoffers .offer-card a:hover button {
  background-color: #efce2a;
  color: #0e2b82;
  border: 2px solid #efce2a;
}
section.specialoffers .offer-card h4 {
  color: #0e2b82;
  margin-top: 20px;
  font-weight: bolder;
}
section.specialoffers .offer-card button {
  background-color: #0e2b82;
  border: none;
  outline: none;
  color: #fff;
  border-radius: 20px;
  padding: 10px 25px;
  width: 80%;
  margin-top: 20px;
  border: 2px solid #0e2b82;
  font-weight: bolder;
  transition: ease-in-out 0.7s;
}
section.specialoffers .offer-card img {
  border-radius: 20px;
  max-width: 100%;
  transition: ease-in-out 0.7s;
}
section.specialoffers .offer-card img:hover {
  transform: scale(1.04);
}

section.gallery {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
section.gallery h3 {
  margin-bottom: 52px;
  color: #0e2b82;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Rowdies;
}
section.gallery .swiper {
  padding: 20px 0;
}
section.gallery .swiper .shadow {
  position: absolute;
  width: 17%;
  height: 100%;
  z-index: 3;
  box-shadow: none !important;
}
section.gallery .swiper .left {
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255), transparent);
}
section.gallery .swiper .right {
  background: linear-gradient(to left, rgb(255, 255, 255), transparent);
  right: 0;
}
section.gallery .swiper a:hover {
  text-decoration: none;
}
section.gallery .swiper .card {
  border-radius: 20px;
  opacity: 1;
  display: block;
  transition: 0.5s ease;
  backface-visibility: hidden;
  background-color: transparent;
  border: none;
}
section.gallery .swiper .card img {
  max-width: 100%;
  border-radius: 10px 10px 0 0;
  border-radius: 20px;
}
section.gallery .swiper .card h4 {
  background-color: #fff;
  width: 100%;
  color: #0e2b82;
  text-transform: capitalize;
  padding: 10px;
  font-size: 20px;
  font-weight: bolder;
  display: none;
}
section.gallery div.order-container .d-flex {
  justify-content: space-evenly;
}

section.about-us {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 1200px) {
  section.about-us {
    padding: 50px 0;
    background-image: linear-gradient(to bottom left, #54a0cc, #e1edff, rgba(102, 127, 189, 0.7882352941));
  }
}
section.about-us::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 115%;
  background-image: linear-gradient(to bottom left, #54a0cc, #e1edff, #667fbd);
  background-repeat: repeat-x;
  background-size: 400% 400%;
  animation: AnimationName 20s ease infinite;
  top: -15%;
  left: -5%;
  z-index: -1;
  transform: rotate(-8deg);
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (max-width: 1200px) {
  section.about-us::before {
    display: none;
  }
}
section.about-us h3 {
  color: #0e2b82;
  font-family: Rowdies;
}
section.about-us p {
  margin-top: 5px;
  max-width: 80%;
  text-align: center;
  margin: auto;
}
@media (max-width: 991px) {
  section.about-us p {
    margin: 5px auto 15px auto;
    max-width: 80%;
    display: flex;
    text-align: center;
  }
}
section.about-us img {
  max-width: 100%;
  display: flex;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 991px) {
  section.about-us img {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
  }
}
section.about-us a.btn {
  padding: 15px 35px;
  background-color: #efce2a;
  color: #0e2b82;
  font-weight: bolder;
  border: 1px solid #efce2a;
  border-radius: 30px;
  margin-top: 20px;
}
section.about-us a.btn:hover {
  background-color: transparent;
  border-color: #0e2b82;
  color: #0e2b82;
}

section.peyment-method {
  padding: 10px 0;
}
section.peyment-method .methods-container {
  justify-content: space-evenly;
}
section.peyment-method .methods-container > div {
  align-items: center;
  display: flex;
}
section.peyment-method .methods-container > div img {
  width: 80px;
  display: block;
}

/* dwnloap app section */
section.dl-app {
  position: relative;
  position: relative;
}
@media (max-width: 1200px) {
  section.dl-app {
    background-image: linear-gradient(to bottom left, #54a0cc, #e1edff, rgba(102, 127, 189, 0.7882352941));
    padding: 50px 0;
  }
}
section.dl-app::before {
  position: absolute;
  content: "";
  margin: 0 auto;
  width: 110%;
  height: 105%;
  background-image: linear-gradient(to bottom left, #54a0cc, #e1edff, rgba(102, 127, 189, 0.7882352941));
  background-repeat: repeat-x;
  background-size: 400% 400%;
  animation: AnimationName 20s ease infinite;
  top: -5%;
  left: -5%;
  z-index: 0;
  transform: rotate(8deg);
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (max-width: 1200px) {
  section.dl-app::before {
    display: none;
  }
}
section.dl-app .app-mockup {
  border-radius: 20px;
  width: 90%;
  margin: auto;
}
@media (max-width: 576px) {
  section.dl-app .app-mockup {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  section.dl-app .app-mockup {
    width: 100%;
  }
}
@keyframes app-animation {
  0% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(-7px);
  }
}
section.dl-app div.inner-content {
  max-width: 100%;
  margin: auto;
}
@media (max-width: 576px) {
  section.dl-app div.inner-content {
    max-width: 100%;
  }
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content p {
  color: #000;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  transform: scale(1.2);
  transition: ease-in-out 0.3s;
}
section.dl-app div.inner-content img.dl-app-link {
  width: 180px;
  margin: 0 10px 0 0;
}
section.dl-app div.inner-content h3 {
  font-weight: bold;
  font-size: 48px;
  margin: 20px 0;
  color: #0e2b82;
  font-family: Rowdies;
}
@media (max-width: 1200px) {
  section.dl-app div.inner-content h3 {
    font-size: 25px;
  }
}
@media (max-width: 380px) {
  section.dl-app div.inner-content h3 {
    margin-bottom: 0;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 50px 0;
  position: relative;
}
section.reviews::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 120%;
  background-image: linear-gradient(to bottom left, #54a0cc, #e1edff, #667fbd);
  background-repeat: repeat-x;
  background-size: 400% 400%;
  animation: AnimationName 20s ease infinite;
  top: -15%;
  left: -5%;
  z-index: 0;
  transform: rotate(-8deg);
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (max-width: 1200px) {
  section.reviews::before {
    display: none;
  }
}
@media (max-width: 768px) {
  section.reviews {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
section.reviews .row {
  position: relative;
  z-index: 2;
}
section.reviews .row h3.section-title {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.01em;
  color: #0e2b82;
  margin-bottom: 50px;
  font-size: 55px;
  font-family: Rowdies;
}
@media (max-width: 1200px) {
  section.reviews .row h3.section-title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  section.reviews .row h3.section-title {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  section.reviews .row h3.section-title {
    font-size: 30px;
  }
}
section.reviews .row .swiper {
  padding: 20px;
}
section.reviews .row .swiper .card {
  box-shadow: 5px 5px 5px 5px rgba(1, 1, 16, 0.031372549);
  border-radius: 20px;
  opacity: 1;
  display: block;
  width: 100%;
  min-height: 235px;
  transition: 0.5s ease;
  backface-visibility: hidden;
}
section.reviews .row .swiper .card:hover .btn {
  color: #f0eff7;
  background-color: #741c0e;
  font-family: "Poppins_regular";
}
section.reviews .row .swiper .card .card-img img {
  width: 60px;
  height: 60px;
  position: absolute;
  margin-left: 69%;
  margin-top: -32px;
}
@media (max-width: 335px) {
  section.reviews .row .swiper .card .card-img img {
    margin-left: 50%;
    width: 80px;
    height: 80px;
  }
}
section.reviews .row .swiper .card .card-title {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  display: grid;
  margin-top: 20px;
}
section.reviews .row .swiper .card-body {
  position: relative;
}
section.reviews .row .swiper .card-body h4 {
  color: #ad0002;
  font-size: 1rem;
}
section.reviews .row .swiper .card-body p {
  color: #333;
  line-height: 22px;
  font-size: 15px;
}
section.reviews .row .swiper .card-body img {
  display: flex;
  justify-content: center;
  width: 90px;
}
section.reviews .row .swiper .card-footer {
  border-top: unset;
  background-color: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.reviews .row .swiper .card-footer .btn {
  background-color: #ad0002;
  color: #fff;
  width: 50%;
  font-family: "Poppins_regular";
  border: 1px solid #ad0002;
  border-radius: 50px 50px 50px 0px;
  position: absolute;
  margin-top: 20px;
  margin-left: -120px;
  cursor: pointer;
}
@media (max-width: 768px) {
  section.reviews .row .swiper .card-footer .btn {
    font-size: 14px;
    padding: 10px 10px;
  }
}

.index-footer {
  background-image: url("../../imgs/hero/abstract-dark-blue-blurry-background-digital-screen-template-display-design-pattern-generative-ai.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  padding-top: 200px;
  margin-top: -180px;
}
@media (max-width: 1200px) {
  .index-footer {
    margin-top: 0;
    padding-top: 50px;
  }
}

footer {
  color: #fff;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 1200px) {
  footer {
    padding: 50px 0;
  }
}
footer .footer-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  color: #000;
  text-align: center;
}
footer .footer-card ul {
  list-style: none;
  margin-bottom: 0;
  box-shadow: 0 0 10px #333;
  border-radius: 5px;
  padding: 0;
}
footer .footer-card ul li {
  padding-bottom: 15px;
}
footer .footer-card ul svg {
  fill: #0e2b82;
}
footer .footer-card ul p {
  margin-bottom: 0;
  color: #000;
}
footer .footer-card ul a {
  color: #000;
}
footer .footer-card iframe {
  box-shadow: 0 0 10px #333;
  border-radius: 5px;
}
footer .footer-card #openinghour {
  box-shadow: 0 0 10px #333;
  padding: 10px;
  border-radius: 5px;
}
footer .footer-card #openinghour p {
  color: #000;
}
footer img {
  margin-right: 13px;
  max-width: 242px;
  max-height: 120px;
}
footer .footer-logo .shop-logo {
  width: 100px;
  background-color: #fff;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 18px;
}

.foods-tags {
  padding: 0;
}
.foods-tags ul.foods-link {
  padding: 10px 0;
}
.foods-tags ul.foods-link li {
  list-style: none;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 18px;
  padding: 5px 10px;
  margin: 2px;
  background-color: transparent;
}
@media (max-width: 768px) {
  .foods-tags ul.foods-link li {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
}
.foods-tags ul.foods-link li a {
  font-weight: bolder;
  color: #fff;
  font-size: 13px;
}
.foods-tags ul.foods-link li:hover {
  background-color: #fff;
}
.foods-tags ul.foods-link li:hover a {
  color: #0e2b82;
  text-decoration: none;
}

.find-us {
  padding: 90px;
  position: relative;
  color: #000;
}
@media (max-width: 991px) {
  .find-us {
    padding: 50px 0;
  }
}
.find-us a {
  color: #000;
}
.find-us svg {
  fill: #000;
}
.find-us iframe {
  height: 100%;
  margin-bottom: 30px;
  width: 90%;
}
@media (max-width: 991px) {
  .find-us iframe {
    height: 400px;
  }
}
.find-us ul {
  list-style: none;
  padding: 0;
}
.find-us h3 {
  font-family: Rowdies;
}
.find-us #openinghour {
  max-width: 90%;
}

section.foods-link {
  margin: 10px 0;
}
section.foods-link ul {
  padding: 10px;
  margin: 0;
}
section.foods-link ul li {
  list-style: none;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 18px;
  padding: 5px 15px;
  margin: 5px;
  background-color: #fff;
  font-weight: 500;
}
section.foods-link ul li a {
  color: #fff;
}
section.foods-link ul li a:hover {
  text-decoration: none;
}
section.foods-link ul li:hover {
  border: 2px solid #fff;
  background-color: #fff;
}
section.foods-link ul li:hover a {
  color: #fff;
}

.web-story {
  padding: 0;
}
.web-story .stories-container {
  display: flex;
  padding: 0 20px;
  justify-content: flex-start;
  gap: 30px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .web-story .stories-container {
    overflow-x: scroll;
  }
}
@media (max-width: 768px) {
  .web-story .stories-container {
    justify-content: center;
  }
}
.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: #fff;
  font-weight: 600;
  font-size: 12px;
}
.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 .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 {
  display: flex;
  align-items: center;
  position: relative;
}
.web-story .story-full .content .story-title {
  position: absolute;
  top: 5px;
  left: 25px;
  /* transform: translateX(-50%); */
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  z-index: 105;
}
.web-story .story-full .content .story-btn {
  position: absolute;
  bottom: 100px;
  left: 130px;
  justify-content: center;
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #0e2b82;
}
.web-story .story-full .content .story-btn:hover {
  text-decoration: none;
}
.web-story .story-full .img-content {
  height: 80%;
  width: 400px;
  /* border-radius: 10px; */
  /* background-color: #dd2a7b; */
  position: relative;
}
.web-story .story-full .img-content .img-story {
  height: 100%;
  width: 400px;
  border-radius: 10px;
  position: absolute;
  z-index: 100;
  display: flex;
}
.web-story .story-full .img-content .profile {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 105;
  border-radius: 50%;
  margin: 15px 10px;
}
.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);
}
@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;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #0e2b82;
  color: white;
  border: 1px solid #fff;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 50%;
}
#myBtn:hover {
  color: #0e2b82;
  border: 1px dashed #0e2b82;
  background-color: white;
  box-shadow: #dad0c4 0px 7px 29px 0px;
}

section.social-media {
  color: #fff;
  background-color: #0e2b82;
  padding: 15px 0;
}
section.social-media .fa {
  font-size: 35px;
  color: #efce2a;
}
section.social-media .fa:hover {
  color: #fff;
}
section.social-media .card {
  background-color: transparent;
  border-radius: 50%;
  transition: ease-in-out 0.7s;
}
section.social-media .card:hover {
  transform: scale(1.1);
  transition: ease-in-out 0.7s;
}
section.social-media .card img {
  border-radius: 50%;
}
section.social-media h6 {
  font-size: 20px;
  font-weight: bolder;
}
section.social-media div.icon-holder {
  transition: transform 0.5s ease;
}
section.social-media div.icon-holder:hover {
  transform: translate(0px, -8px);
}

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

::-moz-selection {
  background-color: #0e2b82;
  color: white;
}

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

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

section.copyright {
  margin-top: 20px;
  color: rgb(255, 255, 255);
  background: linear-gradient(to top, #031036, transparent);
}
section.copyright .container {
  padding: 30px 0;
  border-top: 2px solid #d2d6ff;
}
section.copyright a.mealzo-link {
  color: #fff !important;
}
section.copyright a.mealzo-link:hover {
  color: #dad0c4 !important;
}/*# sourceMappingURL=style2.css.map */