.main-color {
  color: #C13726;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: transcend;
  src: url("../../Fonts/transcend/FontsFree-Net-transcend-bold.ttf");
}
@font-face {
  font-family: Quicksand-semi-bold;
  src: url("../../Fonts/Quicksand/Quicksand-SemiBold.ttf");
}
@font-face {
  font-family: Ovsyanka;
  src: url("../../Fonts/ovsyanka/Ovsyanka.otf");
}
body {
  font-family: Quicksand !important;
  background-color: #C13726;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-left {
  animation: fade-left 1s ease-in-out;
  -webkit-animation: fade-left 1s ease-in-out;
}
.reveal.active .fade-top {
  animation: fade-top 0.7s ease-in-out;
}
.reveal.active .fade-bottom {
  animation: fade-bottom 0.7s ease-in-out;
}
.reveal.active .fade-left1 {
  animation: fade-left 0.6s ease-in;
  -webkit-animation: fade-left 0.6s ease-in;
}
.reveal.active .fade-left2 {
  animation: fade-left 1s ease-in;
  -webkit-animation: fade-left 1s ease-in;
}
.reveal.active .fade-right1 {
  animation: fade-right 0.6s ease-in;
  -webkit-animation: fade-right 0.6s ease-in;
}
.reveal.active .fade-right2 {
  animation: fade-right 1s ease-in;
  -webkit-animation: fade-right 1s ease-in;
}
.reveal.active .fade-left3 {
  animation: fade-left 0.6s ease-in;
}

@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
    -webkit-transform: translateX(150px);
    -moz-transform: translateX(150px);
    -ms-transform: translateX(150px);
    -o-transform: translateX(150px);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-bottom {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Customize  Color Of Selection  */
::-moz-selection {
  background-color: #C13726;
  color: white;
}
::selection {
  background-color: #C13726;
  color: white;
}

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

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

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

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

.displayy {
  display: block !important;
}
@media (min-width: 991px) {
  .displayy {
    display: flex !important;
  }
}

.valentine-section {
  background-color: rgb(99, 0, 0);
  background-image: url(https://www.mealzoforbusiness.co.uk/1/heart-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.valentine-section img {
  max-width: 55px;
}
@media (max-width: 480px) {
  .valentine-section img {
    max-width: 35px;
  }
}
.valentine-section marquee {
  color: #fff;
  font-size: 17px;
}
@media (max-width: 480px) {
  .valentine-section marquee {
    font-size: 15px;
  }
}

.index-hero {
  background-image: url("../../imgs/hero/best-kebab-hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  min-height: 100vh;
}
@media (max-width: 991px) {
  .index-hero {
    background-position: 20% 50%;
    min-height: -moz-min-content;
    min-height: min-content;
  }
}

.big-logo img {
  max-width: 100px;
}
.big-logo h2 {
  font-size: 55px;
  color: rgb(255, 102, 0);
  text-transform: uppercase;
  font-family: transcend;
  letter-spacing: 0;
  -webkit-text-stroke: 3px #dfdfdf;
  paint-order: stroke fill;
}
@media (max-width: 1200px) {
  .big-logo h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .big-logo h2 {
    font-size: 30px;
  }
}
@media (max-width: 761px) {
  .big-logo h2 {
    display: none;
  }
}

header {
  padding: 40px 0;
}
@media (max-width: 761px) {
  header {
    padding: 20px 0;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 190px;
}
@media (max-width: 480px) {
  header .shop-logo {
    max-width: 100px;
  }
}
header .order-btn {
  border: 2px solid #000;
  color: #000;
  background-color: #ffe700;
  padding: 10px 25px;
  border-radius: 20px;
  font-weight: bolder;
}
header section.menu-section span.open-menu {
  z-index: 10;
}
header section.menu-section span.open-menu svg {
  fill: #C13726;
  width: 25px;
}
header section.menu-section #myNav {
  display: block;
}
header section.menu-section nav {
  padding: 10px 0;
}
header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.93);
  overflow-x: hidden;
  transition: width 0.45s;
}
header section.menu-section div.mobile-overlay .overlay-content {
  justify-content: center;
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
  }
}
header section.menu-section div.mobile-overlay .overlay-content .closebtn {
  text-decoration: unset;
  position: absolute;
  font-size: 20px;
  top: 0%;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #C13726;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #fff;
  font-size: 19px;
  font-weight: bolder;
  border-bottom: 1px solid transparent;
  transition: ease-in-out 0.4s;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  border-bottom: 1px solid #C13726;
  color: #C13726 !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover svg {
  fill: #C13726 !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link.active {
  border-bottom: 1px solid #C13726;
  color: #C13726 !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link svg {
  fill: #fff;
  font-weight: 600;
  width: 25px;
  height: 25px;
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #C13726;
  color: black;
}
header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
  background-color: #C13726;
  border-radius: 35px 35px 12px 12px !important;
  padding: 8px 15px 8px 15px;
  color: #fff;
}

/* section hero */
section.hero-section {
  text-align: center;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  section.hero-section {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  section.hero-section {
    padding: 24px 0 80px 0;
  }
}
section.hero-section div.inner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  text-align: center;
  color: #fff;
}
section.hero-section div.inner-content h1 {
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #f5f5f5;
  font-family: transcend;
  text-shadow: 0 0 20px #000;
  font-size: 4rem;
  max-width: 85%;
  margin: auto;
  text-align: center;
}
@media (max-width: 1300px) {
  section.hero-section div.inner-content h1 {
    font-size: 3rem;
    max-width: 93%;
  }
}
@media (max-width: 768px) {
  section.hero-section div.inner-content h1 {
    font-size: 2.4rem;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  section.hero-section div.inner-content h1 {
    padding: 10px;
    font-size: 2rem;
  }
}
section.hero-section div.inner-content p {
  font-size: 25px;
  text-shadow: 0 0 20px #000;
}
@media (max-width: 768px) {
  section.hero-section div.inner-content p {
    font-size: 20px;
  }
}
section.hero-section div.inner-content a {
  background-color: #c7b304;
  color: #fff;
  border: 2px solid #fff;
  padding: 15px 46px;
  margin-top: 20px;
  font-weight: bolder;
  font-size: 20px;
  text-transform: capitalize;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
section.hero-section div.inner-content a:hover {
  color: #c7b304;
  border-color: #c7b304;
  background-color: #fff;
}

.box {
  position: relative;
  max-width: 600px;
  width: 90%;
  height: 400px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* more about us section */
section.more-about-us-section {
  padding: 80px;
}
@media (max-width: 1300px) {
  section.more-about-us-section {
    padding: 80px 0;
  }
}
section.more-about-us-section .Support-content {
  background-color: #000;
  padding: 30px;
  border-radius: 20px;
  background-image: url(../../imgs/hero/fire.jpg);
  background-position: 90% 200%;
  background-size: contain;
  background-repeat: no-repeat;
}
section.more-about-us-section h3 {
  margin-bottom: 40px;
  color: #f5f5f5;
  font-family: transcend;
  text-shadow: 0 0 20px #000;
  font-size: 54px;
  font-weight: bolder;
}
@media (max-width: 991px) {
  section.more-about-us-section h3 {
    font-size: 3rem;
  }
}
section.more-about-us-section .Support-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
section.more-about-us-section .circle-img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  max-width: 70px;
  margin-right: 20px;
  background-color: #fff;
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
  color: #fad22b;
  font-family: transcend;
  text-shadow: 0 0 20px #000;
  font-size: 2rem;
  font-weight: bolder;
}
@media (max-width: 1400px) {
  section.more-about-us-section h4 {
    font-size: 1.5rem;
  }
}
section.more-about-us-section p {
  color: #ddd;
  margin: 0;
  font-size: 18px;
}

section.special {
  position: relative;
  padding: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  section.special {
    padding: 20px 0;
  }
}
section.special h3 {
  margin-bottom: 40px;
  color: #f5f5f5;
  font-family: transcend;
  text-shadow: 0 0 20px #000;
  font-size: 54px;
  font-weight: bolder;
}
@media (max-width: 1200px) {
  section.special h3 {
    font-size: 3rem;
    max-width: 90%;
  }
}
@media (max-width: 576px) {
  section.special h3 {
    font-size: 2.2rem;
  }
}
section.special .main-header {
  margin-bottom: 10px;
}
section.special .swiper-3d .swiper-slide-shadow-left {
  background-image: none !important;
}
section.special .swiper-3d .swiper-slide-shadow-right {
  background-image: none !important;
}
section.special .special-p {
  color: #666666;
}
section.special .card {
  background-color: #000;
  overflow-x: hidden;
  transition: 0.6s ease all;
  border-radius: 20px;
}
section.special .card:hover {
  background-color: #C13726;
}
section.special .card:hover .img-holder p {
  visibility: visible;
  z-index: 3;
}
section.special .card .btn-holder {
  align-items: center;
  display: flex;
  padding: 10px 20px;
}
section.special .card .btn-holder .stars {
  max-width: 30%;
}
section.special .card .btn-holder .stars img {
  max-width: 100%;
}
section.special .card .btn-holder a span {
  justify-content: flex-end;
}
section.special .card .btn-holder a .Order-text {
  display: flex;
}
section.special .card .img-holder {
  position: relative;
}
section.special .card .img-holder p {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin: auto;
  padding: 10px;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6078431373);
  color: #fff;
  border-radius: 15px 15px 2px 2px;
}
section.special .card img {
  border-radius: 15px 15px 2px 2px;
}
section.special .card:hover .food-detail p {
  color: #fff;
}
section.special .card a.main-btn {
  color: #fff;
  margin-top: 20px;
  width: 100%;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 20px;
}
@media (min-width: 992px) {
  section.special .card a.main-btn {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  section.special .card a.main-btn {
    font-size: 16px;
  }
}
section.special div.order-container .d-flex {
  justify-content: space-evenly;
}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: 0;
  content: "";
  display: block;
  border: 5px solid #C13726;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #C13726;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: bolder;
  font-size: 20px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: capitalize;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0;
  right: 0;
}

.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

.parallax {
  background-image: url(../../imgs/hero/);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 200px 0;
  width: 100%;
  min-height: 500px;
}

section.about-us {
  margin: 80px 80px 80px 0;
}
@media (max-width: 1200px) {
  section.about-us {
    margin: 24px;
  }
}
section.about-us .container-fluid {
  background-color: rgba(0, 0, 0, 0.797);
  padding: 20px 20px 20px 0;
  border-radius: 0 40px 40px 0;
  -webkit-border-radius: 0 40px 40px 0;
  -moz-border-radius: 0 40px 40px 0;
  -ms-border-radius: 0 40px 40px 0;
  -o-border-radius: 0 40px 40px 0;
}
@media (max-width: 1200px) {
  section.about-us .container-fluid {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    padding: 20px;
  }
}
section.about-us .container-fluid .border {
  border: 3px dashed #ddd !important;
  padding: 20px 20px 20px 50px;
  border-radius: 0 40px 40px 0;
  -webkit-border-radius: 0 40px 40px 0;
  -moz-border-radius: 0 40px 40px 0;
  -ms-border-radius: 0 40px 40px 0;
  -o-border-radius: 0 40px 40px 0;
  border-left: 3px dashed transparent !important;
}
@media (max-width: 1200px) {
  section.about-us .container-fluid .border {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 20px;
    border-left: 3px dashed #ddd !important;
  }
}
section.about-us h3 {
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  color: #fff;
  font-family: transcend;
  font-size: 30px;
}
@media (max-width: 768px) {
  section.about-us h3 {
    font-size: 1.5rem;
  }
}
section.about-us div.shop-name-secoundry h4 {
  font-size: 24px;
  line-height: 36px;
  color: #f7f7f7;
  margin-bottom: 24px;
  font-weight: bold;
}
section.about-us div.shop-about-text p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: #ddd;
}
section.about-us a.main-btn {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  background-color: #c7b304;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 46px;
  margin-top: 20px;
  font-weight: bolder;
  font-size: 20px;
  text-transform: capitalize;
  margin: 16px 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
section.about-us a.main-btn:hover {
  color: #c7b304;
  border-color: #c7b304;
  background-color: #fff;
}
section.about-us img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

section.reviews {
  padding: 80px 0;
}
@media (max-width: 991px) {
  section.reviews {
    padding: 24px 0;
  }
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-family: transcend;
}
@media (min-width: 991px) {
  section.reviews h3 {
    font-size: 40px;
  }
}
section.reviews .comment-section {
  background-color: black;
  padding: 20px;
  text-align: left;
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
section.reviews .comment-section .comment-text {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 15px;
  color: #C13726;
  margin-bottom: 9px;
  color: #fff;
  font-size: 20px;
}
section.reviews .comment-section .ratings img {
  max-width: 100px;
}
section.reviews .swiper-slide {
  padding: 20px 0;
}
section.reviews img.quote {
  width: 45px;
  position: absolute;
  right: 10px;
  top: -20px;
}
section.reviews .star-o {
  margin-left: 2px;
}

section.peyment-method {
  /*background-color: #f3f3f3; */
}
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 80px 80px 0;
}
@media (max-width: 1200px) {
  section.dl-app {
    margin: 24px;
  }
}
section.dl-app .container-fluid {
  background-color: rgba(0, 0, 0, 0.797);
  padding: 20px 20px 20px 0;
  border-radius: 0 40px 40px 0;
  -webkit-border-radius: 0 40px 40px 0;
  -moz-border-radius: 0 40px 40px 0;
  -ms-border-radius: 0 40px 40px 0;
  -o-border-radius: 0 40px 40px 0;
}
@media (max-width: 1200px) {
  section.dl-app .container-fluid {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    padding: 20px;
  }
}
section.dl-app .container-fluid .border {
  border: 3px dashed #ddd !important;
  padding: 20px 20px 20px 50px;
  border-radius: 0 40px 40px 0;
  -webkit-border-radius: 0 40px 40px 0;
  -moz-border-radius: 0 40px 40px 0;
  -ms-border-radius: 0 40px 40px 0;
  -o-border-radius: 0 40px 40px 0;
  border-left: 3px dashed transparent !important;
}
@media (max-width: 1200px) {
  section.dl-app .container-fluid .border {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 20px;
    border-left: 3px dashed #ddd !important;
  }
}
section.dl-app .mobile-mockup {
  width: 100%;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content img.dl-app-link {
  width: 250px;
  transition: transform 0.5s ease;
}
section.dl-app div.inner-content img.dl-app-link:hover {
  transform: scale(1.2);
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-family: transcend;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  margin-bottom: 56px;
  margin-top: 20px;
  font-size: 1.8rem;
  color: #ddd;
}
@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;
  }
}

section.find-us {
  margin: 80px 0 80px 80px;
}
@media (max-width: 1200px) {
  section.find-us {
    margin: 24px;
  }
}
section.find-us .container-fluid {
  background-color: rgba(0, 0, 0, 0.814);
  padding: 20px 0 20px 20px;
  border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
}
@media (max-width: 1200px) {
  section.find-us .container-fluid {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    padding: 20px;
  }
}
section.find-us .container-fluid .border {
  border: 3px dashed #ddd !important;
  padding: 20px 50px 20px 20px;
  border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
  border-right: 3px dashed transparent !important;
}
@media (max-width: 1200px) {
  section.find-us .container-fluid .border {
    border-radius: 20px;
    padding: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-right: 3px dashed #ddd !important;
  }
}
section.find-us ul {
  list-style: none;
  width: 100%;
}
@media (max-width: 768px) {
  section.find-us ul {
    padding: 0;
  }
}
section.find-us ul li {
  display: flex;
  text-align: left;
}
section.find-us h3 {
  font-weight: bold;
  text-transform: capitalize;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  color: #fff;
  font-family: transcend;
}
@media (max-width: 480px) {
  section.find-us h3 {
    font-size: 20px;
  }
}
section.find-us h4 {
  font-size: 25px;
}
@media (max-width: 480px) {
  section.find-us h4 {
    font-size: 18px;
  }
}
section.find-us #openinghour {
  width: 80%;
}
@media (max-width: 768px) {
  section.find-us #openinghour {
    width: 100%;
  }
}
section.find-us svg {
  max-width: 30px;
}
section.find-us img {
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

/* footer */
.index-footer {
  background-image: url("../../imgs/hero/fire.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

footer {
  /*background-color: #f3f3f3; */
  padding-top: 20px;
  padding-bottom: 20px;
}
footer h3 {
  color: #f5f5f5;
  font-family: transcend;
  text-shadow: 0 0 20px #000;
  font-size: 2.5rem;
  text-align: center;
}
@media (max-width: 1400px) {
  footer h3 {
    font-size: 2rem;
  }
}
@media (max-width: 1200px) {
  footer h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  footer h3 {
    font-size: 1.7rem;
  }
}

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

.foods-tags ul {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #000000;
  text-transform: capitalize;
  border-radius: 15px;
  padding: 8px 16px;
  margin: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.foods-tags ul li a {
  color: #ffffff !important;
}
.foods-tags ul li a:hover {
  text-decoration: none;
}
.foods-tags ul li:hover {
  border: 1px solid #c7b304;
  background-color: #c7b304;
  color: #000000;
}

section.social-media {
  background-color: #f3f3f3;
}
section.social-media div.facebook i {
  color: #C13726;
}
section.social-media div.facebook i:hover {
  transition: all 0.5s ease;
  filter: blur(1px);
  transform: scale(1.1);
}

section.copyright {
  /*background-color: #f3f3f3;*/
  color: #ddd;
  font-size: 20px;
  font-weight: bolder;
}
@media (max-width: 768px) {
  section.copyright {
    font-size: 1rem;
  }
}
section.copyright a.mealzo-link {
  color: #C13726;
}
section.copyright a.mealzo-link img {
  max-width: 150px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #C13726;
  color: white;
  cursor: pointer;
  padding: 11px;
  border-radius: 12px;
  transition: all 0.5s ease;
  border: 1px solid #000;
}
#myBtn:hover {
  color: #C13726;
  border: 1px dashed #C13726;
  background-color: white;
  box-shadow: #C13726 0px 7px 29px 0px;
}

.SpecialOffer {
  margin: 80px 0 80px 80px;
}
@media (max-width: 1200px) {
  .SpecialOffer {
    margin: 24px;
  }
}
.SpecialOffer .container-fluid {
  background-color: rgba(0, 0, 0, 0.814);
  padding: 20px 0 20px 20px;
  border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
}
@media (max-width: 1200px) {
  .SpecialOffer .container-fluid {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    padding: 20px;
  }
}
.SpecialOffer .container-fluid .border {
  border: 3px dashed #ddd !important;
  padding: 20px 50px 20px 20px;
  border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
  border-right: 3px dashed transparent !important;
}
@media (max-width: 1200px) {
  .SpecialOffer .container-fluid .border {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 20px;
    border-right: 3px dashed #ddd !important;
  }
}
.SpecialOffer h3 {
  font-weight: bold;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 48px;
  text-align: left;
  margin-bottom: 20px;
  color: #fff;
  font-family: transcend;
  font-size: 35px;
}
@media (max-width: 991px) {
  .SpecialOffer h3 {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .SpecialOffer h3 {
    font-size: 20px;
  }
}
.SpecialOffer h4 {
  font-size: 22px;
}
@media (max-width: 480px) {
  .SpecialOffer h4 {
    font-size: 18px;
  }
}
.SpecialOffer a {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  background-color: #c7b304;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 36px;
  margin-top: 20px;
  font-weight: bolder;
  font-size: 20px;
  text-transform: capitalize;
  margin: 16px 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.SpecialOffer a:hover {
  color: #c7b304;
  border-color: #c7b304;
  background-color: #fff;
}
.SpecialOffer img {
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

@media (max-width: 576px) {
  .Banner {
    margin: 50px 0 0 0;
  }
}
.banner-card {
  border: none;
  justify-content: center;
  text-align: center;
  padding: 15px;
  border-radius: 20px;
}

.banner-card a {
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner-card a img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .banner-card a img {
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  .banner-card a img {
    max-width: 100px;
  }
}
.web-story {
  padding: 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;
  }
}
.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;
  top: 100px;
  left: 130px;
  justify-content: center;
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #C13726;
}
.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;
}

#myModal .modal-content {
  flex-direction: row;
  padding: 20px;
}
#myModal .modal-content div {
  align-items: center;
}
#myModal .modal-content div p {
  margin: 0;
}
#myModal .modal-content h4 {
  font-size: 16px;
  font-weight: bolder;
}
#myModal a {
  background-color: #C13726;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
}/*# sourceMappingURL=style2.css.map */