.main-color {
  color: #e71a53;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: gazpacho;
  src: url(../../Fonts/gazpacho-bold.ttf);
}
body {
  font-family: Quicksand !important;
  overflow-x: hidden;
}

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

/* 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 {
  position: relative;
  z-index: 9;
  font-family: gazpacho;
}
@media (max-width: 991px) {
  header {
    padding: 10px 0;
  }
}
header .shop-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 110px;
  transition: ease-in-out 0.7s;
  z-index: 9999;
  max-width: 200px;
}
@media (max-width: 991px) {
  header .shop-logo {
    max-width: 120px;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
@media (min-width: 992px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header .navbar-toggler {
  border: none !important;
}
header .navbar-toggler-icon {
  background: unset !important;
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
}
@media (min-width: 992px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section .fa {
  color: #e71a53;
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 992px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
header section.menu-section #overlay-content {
  display: none;
}
@media (min-width: 992px) {
  header section.menu-section #overlay-content {
    display: flex;
  }
}
header section.menu-section nav {
  padding-top: 20px;
}
@media (min-width: 992px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section a.nav-link {
  color: #200002 !important;
  font-weight: bolder;
  border-bottom: 1px solid transparent;
  text-transform: capitalize;
  font-size: 17px;
}
header section.menu-section a.nav-link:hover {
  border-bottom: 1px solid #e71a53;
  color: #e71a53 !important;
}
header section.menu-section a.nav-link .active {
  border-bottom: 1px solid #e71a53;
  color: #e71a53 !important;
}
@media (min-width: 1200px) {
  header section.menu-section a.nav-link {
    font-size: 18px;
    margin-left: 25px;
  }
}
header section.menu-section a.btn {
  background-color: #e71a53;
  color: black;
}
@media (min-width: 992px) {
  header section.menu-section {
    display: flex !important;
    flex-direction: row;
  }
}
header .header-btn {
  display: flex;
  justify-content: center;
  margin: 7px 0;
}
header .header-btn a.btn {
  background-color: #e71a53;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
}
header .header-btn a.btn:hover {
  color: #e71a53;
  border-color: #e71a53;
  background-color: #fff !important;
  box-shadow: #52c3c1 0px 4px 12px;
}
@media (min-width: 992px) {
  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: #e71a53;
}

/* section hero */
section.hero-section {
  padding: 100px 10px;
}
section.hero-section ul li {
  align-items: center;
  margin: 5px;
  display: flex;
}
section.hero-section div.inner-content h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  section.hero-section div.inner-content h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content h2 {
    font-size: 2.5rem;
  }
}
section.hero-section div.inner-content h2 span.ten-off {
  text-decoration: underline;
  text-decoration-color: #e71a53;
}
section.hero-section div.inner-content p.hero-main-text {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #150c01;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 0.9rem;
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 1rem;
    text-align: left;
    margin: 0;
  }
}
section.hero-section div.inner-content a {
  background-color: #e71a53;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
}
section.hero-section div.inner-content a:hover {
  color: #e71a53;
  border-color: #e71a53;
  background-color: #fff !important;
  box-shadow: #52c3c1 0px 4px 12px;
}
@media (min-width: 992px) {
  section.hero-section div.inner-content a {
    margin-top: 62px;
  }
}
section.hero-section div.inner-content a .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
section.hero-section div.inner-content a .order-now-icon-main:hover {
  stroke: #e71a53;
}

#slider {
  margin-top: -180px;
}
@media (max-width: 991px) {
  #slider {
    margin: 0;
  }
}
#slider .swiper img {
  width: 100%;
}

.banners img {
  max-width: 100%;
}

/* more about us section */
section.more-about-us-section {
  min-height: 500px;
  margin-top: 100px;
  padding: 80px;
}
@media (max-width: 991px) {
  section.more-about-us-section {
    padding: 40px 10px;
  }
}
section.more-about-us-section h2 {
  font-family: gazpacho;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  section.more-about-us-section h2 {
    font-size: 1.5rem;
  }
}
section.more-about-us-section .nav-tabs {
  background-color: transparent;
  width: 100%;
  margin: 0 auto;
}
section.more-about-us-section .nav-tabs .nav-item {
  width: 30%;
}
@media (max-width: 768px) {
  section.more-about-us-section .nav-tabs .nav-item {
    width: 50%;
  }
}
section.more-about-us-section .nav-tabs .nav-item .nav-link {
  width: 100%;
  text-align: center;
  padding: 16px;
  border-radius: 40px 40px 0 0;
  color: #000;
  font-family: gazpacho;
}
section.more-about-us-section .first.active {
  background-color: #f7d6df;
  color: #000;
}
section.more-about-us-section .third.active {
  background-color: #bde1e0;
}
section.more-about-us-section .first {
  background-color: #f7d6df;
}
section.more-about-us-section .third {
  background-color: #bde1e0;
}
section.more-about-us-section .more-main-img {
  width: 50%;
  box-shadow: 0px 0px 28px 27px rgba(184, 42, 51, 0.2274509804);
  justify-content: center;
  margin: 5px auto;
  display: flex;
}
section.more-about-us-section img.circle-img {
  max-width: 90px;
  background-color: #ffe5e9;
  border-radius: 50%;
  border: 1px solid #e71a53;
}
section.more-about-us-section ul {
  padding: 0;
  list-style: none;
}
section.more-about-us-section p {
  max-width: 100%;
}
section.more-about-us-section .tab-pane {
  padding: 40px;
  border-radius: 40px;
}
@media (max-width: 768px) {
  section.more-about-us-section .tab-pane {
    padding: 40px 8px;
    border-radius: 0 0 40px 40px;
  }
}
section.more-about-us-section .more_icons {
  max-width: 160px;
  margin: 10px auto;
  border-radius: 20px;
}
section.more-about-us-section .tab-pane.active {
  box-shadow: 0 0 30px #ddd;
}
section.more-about-us-section .card {
  background-color: transparent;
  padding: 24px;
  margin-bottom: 16px;
  border: none;
  text-align: center;
}
@media (max-width: 768px) {
  section.more-about-us-section .card {
    padding: 8px;
  }
}
section.more-about-us-section .card h3 {
  margin: 10px 0;
  font-size: 24px;
  font-weight: bolder;
}
section.more-about-us-section .card p {
  font-size: 15px;
  margin: auto;
  text-align: center;
}
section.more-about-us-section .dl-app .mockup {
  max-width: 60%;
  display: flex;
  justify-content: center;
  margin: auto;
}
@media (max-width: 1200px) {
  section.more-about-us-section .dl-app .mockup {
    max-width: 80%;
  }
}
section.more-about-us-section .dl-app h5 {
  font-size: 30px;
  color: #000;
  font-family: gazpacho;
  font-size: 2rem;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  section.more-about-us-section .dl-app h5 {
    text-align: center;
    margin: 16px auto;
    justify-content: center;
    display: flex;
  }
}
@media (max-width: 576px) {
  section.more-about-us-section .dl-app h5 {
    font-size: 1.5rem;
  }
}
section.more-about-us-section .dl-app .app_links {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  section.more-about-us-section .dl-app .app_links {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 380px) {
  section.more-about-us-section .dl-app .app_links {
    flex-direction: column;
    width: 80%;
    margin: auto;
  }
}
section.more-about-us-section .dl-app .card {
  border-radius: 24px;
  min-width: 30%;
  margin: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  padding: 16px;
}
section.more-about-us-section .dl-app .card span {
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  section.more-about-us-section .dl-app .card span {
    margin-bottom: 8px;
  }
}
section.more-about-us-section .dl-app .card button {
  width: 100%;
  background-color: #e71a53;
  border: none;
  outline: none;
  border-radius: 20px;
  padding: 10px 30px;
  margin-top: 16px;
  color: #fff;
}
@media (max-width: 1200px) {
  section.more-about-us-section .dl-app .card button {
    padding: 10px 20px;
  }
}
section.more-about-us-section .dl-app .card img {
  max-width: 80px;
}
@media (max-width: 1200px) {
  section.more-about-us-section .dl-app .card img {
    max-width: 64px;
  }
}
section.more-about-us-section .dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.more-about-us-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.more-about-us-section .dl-app div.inner-content img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
}
@media (min-width: 768px) {
  section.more-about-us-section .dl-app div.inner-content img.dl-app-link {
    margin-bottom: 0;
    width: 150px;
  }
}
section.more-about-us-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 (max-width: 480px) {
  section.more-about-us-section .dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  section.more-about-us-section .dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  section.more-about-us-section .dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 2rem;
  }
}

/* special to try */
section.special {
  text-align: center;
  position: relative;
}
section.special::before {
  position: absolute;
  content: "";
  top: -7%;
  right: 20px;
  width: 100px;
  height: 100px;
  background-image: url(../../imgs/icon/halal.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}
@media (max-width: 991px) {
  section.special::before {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 768px) {
  section.special {
    margin: 0;
  }
}
section.special h3 {
  text-align: center;
  color: #ff1a81;
  font-size: 4rem;
  font-weight: bolder;
  position: relative;
  z-index: 111;
  margin-top: 100px;
  font-family: gazpacho;
  text-transform: capitalize;
  font-family: gazpacho;
  margin-bottom: 0;
  font-size: 2.5rem;
}
@media (max-width: 991px) {
  section.special h3 {
    margin-top: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  section.special h3 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  section.special h3 {
    font-size: 1.6rem;
  }
}
section.special .card {
  box-shadow: 2px 2px 10px 3px rgba(247, 223, 212, 0.1);
  transition: 0.6s ease all;
  border: none;
  padding: 16px;
}
section.special .card img {
  width: 100%;
}
section.special .card p {
  font-size: 24px;
  color: #fff;
  display: none;
}
section.special .card:hover {
  transform: scale(1.03);
}
section.special .card:hover a {
  text-decoration: none !important;
}
section.special .card:hover p {
  text-decoration: none !important;
}
section.special .cream_card {
  background-color: #ffffcc;
}
section.special .lightorange_card {
  background-color: #fed9a6;
}
section.special .blue_card {
  background-color: #c0e2ff;
}
section.special .brown_card {
  background-color: #ffd88a;
}
section.special .pistachio_card {
  background-color: #ccebc5;
}
section.special .red_card {
  background-color: #fbb4ae;
}
section.special .lightblue_card {
  background-color: #61b3ff;
}
section.special .green_card {
  background-color: #aaffa3;
}
section.special .lightbrown_card {
  background-color: #decbe4;
}
section.special .order_btn {
  background-color: #ff34a0;
  color: #fff;
  border-radius: 45px;
  padding: 12px 45px;
  font-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  section.special .order_btn {
    padding: 12px 30px;
    font-size: 20px;
  }
}
section.special .swiper {
  padding: 60px 0;
}
section.special .swiper-button-prev,
section.special .swiper-button-next {
  background-color: #fff;
  border-radius: 50%;
  padding: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: ease-in-out 0.3s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.special .swiper-button-prev:after,
section.special .swiper-button-next:after {
  position: unset;
  display: none;
}
section.special .swiper-button-prev {
  background-image: url(../../imgs/main/prev-button.png);
}
section.special .swiper-button-next {
  background-image: url(../../imgs/main/prev-button.png);
  transform: rotate(180deg);
}
section.special .swiper-button-next {
  left: unset;
  right: 0%;
}
section.special .swiper-button-prev {
  right: unset;
  left: 0%;
}
section.special .order_btn {
  padding: 14px 40px;
  display: block;
  text-align: center;
  position: relative;
  font-size: 1.1rem;
  margin: 0 auto;
  text-transform: capitalize;
  color: #000;
  overflow: hidden;
  font-family: gazpacho;
  transition: ease-in-out 0.7s;
  border: 1px solid transparent;
  background-image: linear-gradient(to right bottom, #e4428b, #ff96c5, pink);
  border-radius: 80px;
  max-width: -moz-max-content;
  max-width: max-content;
}
section.special .order_btn:hover {
  background: transparent;
  color: #ff1a81 !important;
  border-color: #e4428b;
}

.foodicons {
  background-color: #e71a53;
  margin: 0;
  border-top: 1px solid #e71a53;
}
.foodicons .swiper {
  padding: 0;
}
.foodicons .swiper .swiper-button-prev,
.foodicons .swiper .swiper-button-next {
  background-color: #e71a53;
  border-radius: 5px;
  padding: 25px;
  top: 25px;
  transition: ease-in-out 0.3s;
}
.foodicons .swiper .swiper-button-prev:hover,
.foodicons .swiper .swiper-button-next:hover {
  transform: scale(0.9);
}
@media (max-width: 767px) {
  .foodicons .swiper .swiper-button-prev,
  .foodicons .swiper .swiper-button-next {
    display: none;
  }
}
.foodicons .swiper .swiper-button-prev:after,
.foodicons .swiper .swiper-button-next:after {
  color: #fff;
}
.foodicons .swiper .swiper-button-next {
  left: unset;
  right: 0%;
}
.foodicons .swiper .swiper-button-prev {
  left: unset;
  right: 5%;
}
.foodicons .card {
  border: none;
  justify-content: center;
  text-align: center;
  background-color: transparent;
  padding: 15px 5px;
  border-radius: 20px;
  transition: ease-in-out 0.3s;
}
.foodicons .card:hover {
  transform: scale(1.02);
  background-color: transparent;
}
.foodicons .card:hover span {
  text-decoration: none;
}
.foodicons .card a {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.foodicons .card a img {
  max-width: 60px;
}
@media (max-width: 991px) {
  .foodicons .card a img {
    max-width: 50px;
  }
}
@media (max-width: 768px) {
  .foodicons .card a img {
    max-width: 40px;
  }
}
.foodicons .card span {
  font-size: 9px;
  font-weight: 900;
  margin-top: 3px;
  text-transform: capitalize;
}

.food-banners {
  padding: 50px 0;
  background-color: #fffdfc;
}
.food-banners .food-banner-card {
  display: flex;
  justify-content: center;
  color: #fff;
}
.food-banners .food-banner-text {
  border-radius: 0 20px 20px 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: left;
  transition: ease-in-out 0.7s;
}
.food-banners .food-banner-text p {
  font-size: 19px;
  color: #fff;
  font-weight: bolder;
}
.food-banners .food-banner-text a.btn {
  background-color: #fff;
  color: #e71a53;
  padding: 12px 25px;
  font-weight: bolder;
  font-size: 19px;
}
@media (max-width: 1200px) {
  .food-banners .deal-card-one {
    flex-direction: column;
  }
}
.food-banners .deal-card-one .food-banner-text {
  background-image: url(../../imgs/hero/Cafe-Vigo-Edinburgh-deals-shape-bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -6% 50%;
  width: 100%;
}
@media (max-width: 1200px) {
  .food-banners .deal-card-one .food-banner-text {
    background-image: url(../../imgs/hero/Cafe-Vigo-Edinburgh-deals-shape-bg-2.png);
    background-position: 50% 0%;
    border-radius: 0 0 20px 20px;
  }
}
.food-banners .deal-card-one .food-banner-text h2 {
  font-size: 60px;
  text-shadow: 1px 1px #fff;
}
@media (max-width: 1200px) {
  .food-banners .deal-card-one .food-banner-text h2 {
    text-shadow: 1px 1px #e71a53;
  }
}
.food-banners .deal-card-one .food-banner-text h4 {
  font-size: 30px;
  text-shadow: 1px 1px #e71a53;
}
@media (max-width: 1200px) {
  .food-banners .deal-card-one .food-banner-text h4 {
    font-size: 25px;
    text-align: right;
  }
}
.food-banners .deal-card-one .food-banner-img {
  max-width: 100%;
  transition: ease-in-out 0.7s;
  z-index: 1;
  margin-right: -80px;
}
@media (max-width: 1200px) {
  .food-banners .deal-card-one .food-banner-img {
    margin-right: 0;
    margin-bottom: -100px;
  }
}
.food-banners .deal-card-two {
  display: flex;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.food-banners .deal-card-two .food-banner-text {
  background-image: url(../../imgs/hero/Cafe-Vigo-Edinburgh-deals-shape-bg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  border-radius: 0 0 20px 20px;
  width: 90%;
}
.food-banners .deal-card-two .food-banner-text h3 {
  font-size: 25px;
  text-shadow: 1px 1px #e71a53;
  font-weight: bolder;
}
.food-banners .deal-card-two .food-banner-img {
  max-width: 90%;
  transition: ease-in-out 0.7s;
  z-index: 1;
  margin-bottom: -80px;
}

section.about-us {
  padding: 120px 0 80px 0;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1200px) {
  section.about-us {
    padding: 80px 0;
  }
}
section.about-us::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  background-image: url(../../imgs/hero/dripping-melted-dark-chocolate-syrup-decadent-desserttttttt.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
section.about-us::before {
  position: absolute;
  content: "";
  top: 30%;
  left: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background-image: url(../../imgs/hero/chocolate.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  section.about-us::before {
    width: 100px;
    height: 100px;
    top: 40%;
    left: 10px;
  }
}
@media (max-width: 768px) {
  section.about-us::before {
    top: 60%;
  }
}
@media (max-width: 576px) {
  section.about-us::before {
    width: 90px;
    height: 90px;
    top: 60%;
  }
}
section.about-us .CTA_buttons {
  display: flex;
  justify-content: center;
}
section.about-us .main-img {
  max-width: 60%;
  display: flex;
  justify-content: center;
  margin: -40px auto 10px auto;
}
@media (max-width: 768px) {
  section.about-us .main-img {
    max-width: 80%;
  }
}
section.about-us img {
  max-width: 100%;
}
section.about-us h1 {
  text-align: center;
  color: #ff1a81;
  font-size: 4rem;
  font-weight: bolder;
  position: relative;
  z-index: 111;
  margin-top: 100px;
  font-family: gazpacho;
  color: #ffdec5;
  text-transform: capitalize;
  font-family: gazpacho;
  -webkit-text-stroke: 10px #3a1900;
  paint-order: stroke fill;
}
section.about-us p {
  max-width: 80%;
  margin: 10px auto;
  text-align: center;
  text-shadow: 3px 2px 10px #fff;
  z-index: 2;
  position: relative;
}
section.about-us .circle {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.about-us .logo {
  position: absolute;
  width: 140px;
  height: 140px;
  background: url("../../imgs/main/food.JPG");
  background-size: cover;
  border-radius: 100vmax;
  background-position: center;
}
section.about-us .text {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #ff1a81;
  font-size: 17px;
  animation: textRotation 8s linear infinite;
}
@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}
section.about-us .text span {
  position: absolute;
  left: 50%;
  font-size: 1.2em;
  transform-origin: 0 100px;
}
section.about-us .wave-text span {
  display: inline-block;
  font-size: 3rem;
  font-family: gazpacho;
  animation: wave 4s ease-in-out infinite;
}
@media (max-width: 768px) {
  section.about-us .wave-text span {
    font-size: 2.5rem;
  }
}
section.about-us .wave-text span:nth-child(1) {
  animation-delay: 0s;
}
section.about-us .wave-text span:nth-child(2) {
  animation-delay: 0.2s;
}
section.about-us .wave-text span:nth-child(3) {
  animation-delay: 0.4s;
}
section.about-us .wave-text span:nth-child(4) {
  animation-delay: 0.6s;
}
@keyframes wave {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-28px);
  }
}
section.about-us .wave-text span {
  color: #fff;
}
section.about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 70px;
}
section.about-us .main-button {
  padding: 14px 40px;
  display: block;
  text-align: center;
  position: relative;
  font-size: 1.1rem;
  margin: 0 auto;
  text-transform: capitalize;
  color: #000;
  overflow: hidden;
  font-family: gazpacho;
  transition: ease-in-out 0.7s;
  border: 1px solid transparent;
  background-image: linear-gradient(to right bottom, #e4428b, #ff96c5, pink);
  border-radius: 80px;
}
section.about-us .main-button:hover {
  background: transparent;
  color: #ff1a81 !important;
  border-color: #e4428b;
}

marquee {
  padding: 0;
}
marquee ul {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
}
marquee ul li {
  margin: 5px 16px;
  color: #ff1a81;
  font-family: gazpacho;
  text-shadow: 0 0 10px #ffffff;
  text-transform: capitalize;
}
marquee ul li h2 {
  margin-bottom: 0;
  font-size: 20px;
}

section.dl-app {
  margin: 250px 0 180px 0;
}
section.dl-app .container {
  background-color: #ffd6ec;
  border-radius: 20px;
  padding: 24px;
}

section.reviews {
  background-image: url(../../imgs/hero/Cafe-Vigo-Edinburgh-coffee.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}
@media (min-width: 768px) {
  section.reviews h3 {
    font-size: 50px;
  }
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #e71a53;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

/* footer */
footer {
  padding: 60px 0 0 0;
  margin-top: 80px;
}
@media (max-width: 768px) {
  footer {
    margin-top: 0;
    padding: 0 0 0;
  }
}
footer .index-footer {
  background-image: linear-gradient(to top, #ff92ce, transparent);
}
footer .col-12 {
  padding: 0;
}
footer iframe {
  padding: 0 16px 0 0;
  border-radius: 8px;
}
@media (max-width: 768px) {
  footer iframe {
    padding: 16px;
    margin: auto;
    display: flex;
    justify-content: center;
  }
}
footer .card {
  background-color: transparent;
  padding: 16px;
  border: none;
}
footer .card .footer-title {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 10px auto;
  font-weight: bolder;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 27px;
  color: #c93486;
}
footer .card img {
  border-radius: 8px;
}
footer .card_left {
  border-left: 5px dashed #c93486;
}
@media (max-width: 991px) {
  footer .card_left {
    border: none;
  }
}
footer ul {
  list-style: none;
  text-align: left;
  padding: 0;
}
@media (max-width: 991px) {
  footer ul {
    text-align: center;
  }
}
footer ul li {
  margin-top: 20px;
}
footer ul li span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  font-family: gazpacho;
  color: #c93486;
}
footer ul li p {
  color: #c93486;
}
footer ul li a {
  color: #c93486;
  font-family: gazpacho;
}
footer ul li a:hover {
  text-decoration-line: underline;
  color: #272042;
}
footer .fa {
  color: #c93486;
  font-size: 1.25rem;
}
footer #openinghour {
  margin: 0 auto;
  width: 80%;
}

section.footer_links ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
section.footer_links ul li {
  list-style: none;
  margin: 8px 16px;
}
section.footer_links ul li a {
  text-transform: capitalize;
  font-size: 20px;
  color: #c93486;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #e71a53;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}
#myBtn:hover {
  color: #e71a53;
  border: 1px dashed #e71a53;
  background-color: white;
  box-shadow: #52c3c1 0px 7px 29px 0px;
}

.Modal-btn {
  background-color: #e71a53;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

@media (max-width: 340px) {
  .modal-header {
    flex-direction: column;
    text-align: center !important;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 340px) {
  .modal-header .modal-title-container {
    flex-direction: column;
    text-align: center !important;
    justify-content: center;
    align-items: center;
  }
}
.modal-header .modal-title-container p {
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 380px) {
  .modal-header .modal-title-container p {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

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: #e71a53;
  color: white;
}
::selection {
  background-color: #e71a53;
  color: white;
}

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

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

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

section.copyright {
  color: #fff;
}
section.copyright a.mealzo-link {
  color: #e71a53;
}
section.copyright a.mealzo-link img {
  max-width: 100px;
}
section.copyright .cp-text {
  font-weight: bolder;
}
section.copyright .shop-logo {
  width: 200px;
}

.web-story {
  padding: 20px 0 0 0;
}
.web-story .stories-container {
  display: flex;
  padding: 0 20px;
  justify-content: center;
  gap: 30px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .web-story .stories-container {
    overflow-x: scroll;
  }
}
@media (max-width: 576px) {
  .web-story .stories-container {
    justify-content: flex-start;
  }
}
.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: 200px;
  left: 130px;
  justify-content: center;
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #e71a53;
}
.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;
}
.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;
}

.Openinghours {
  background-image: url(../../imgs/hero/openinghours.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}
@media (max-width: 991px) {
  .Openinghours {
    background-position: 24% 0%;
  }
}
.Openinghours .card {
  background-color: rgba(255, 229, 245, 0.7843137255);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border: 5px dashed rgb(255, 162, 178);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 30px 16px 16px 16px;
  border-radius: 8px;
  max-width: 100%;
  color: #000;
  margin-top: 40px;
}
.Openinghours span {
  font-family: gazpacho;
  font-size: 24px;
  margin-bottom: 10px;
}
.Openinghours #openinghour {
  position: relative;
  z-index: 2;
}
.Openinghours #openinghour .d-flex {
  padding: 8px;
}
.Openinghours #openinghour .d-flex p {
  font-size: 18px;
}/*# sourceMappingURL=style2.css.map */