.main-color {
  color: #9e2e2f;
}

@font-face {
  font-family: TempusSans;
  src: url(../../Fonts/Tempus_Sans_ITC_Std_Regular/Tempus_Sans_ITC_Std_Regular.otf);
}
@font-face {
  font-family: poppins;
  src: url(../../Fonts/poppins/Poppins-Regular.ttf);
}
body {
  font-family: poppins !important;
  background-color: #000;
  overflow-x: hidden !important;
}

html {
  scroll-behavior: smooth;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: poppins !important;
}

.main-header {
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: 600;
  display: inline-flex;
  position: relative;
  color: #ffeac1;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

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

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

@keyframes top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.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 */
.openmenuu {
  width: 100% !important;
}

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

.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: 30px 0 40px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 1200px) {
  header {
    padding: 20px 0 60px 0;
  }
}
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;
}
@media (max-width: 1200px) {
  header .shop-logo {
    left: 5%;
    right: auto;
  }
}
header .shop-logo img {
  z-index: 9999 !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  max-width: 180px;
}
@media (max-width: 1200px) {
  header .shop-logo img {
    max-width: 180px;
    z-index: 9 !important;
  }
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
  color: #fff !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;
    max-width: 100%;
    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: rgb(0, 0, 0);
  overflow-x: hidden;
  transition: width 0.45s;
}
header section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay .overlay-content .closebtn {
  text-decoration: unset;
  position: fixed;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #9e2e2f;
}
@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;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  color: rgb(173, 0, 0) !important;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 17px;
    color: #fff;
    margin: 0 10px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #9e2e2f;
  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: #9e2e2f;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
}
header .header-btn a.btn:hover {
  color: #9e2e2f;
  border-color: #9e2e2f;
  background-color: #fff !important;
  box-shadow: #ffeac1 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: #9e2e2f;
}

/* section hero */
.index-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../imgs/hero/Mehran-3-In-One-kebab.jpg);
  padding: 24px 80px 80px 80px;
  background-attachment: fixed;
  min-height: 100vh;
}
@media (max-width: 1300px) {
  .index-hero {
    padding: 24px 24px 80px 24px;
    min-height: unset;
  }
}

section.hero-section .food-banner {
  background-color: #9e2e2f;
  border-radius: 20px;
}

#slider {
  margin: 100px 40px;
  background-color: rgba(0, 0, 0, 0.4549019608);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  padding: 20px;
  border: 2px solid #9e2e2f;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  color: #fff;
}
#slider .inner-content {
  text-align: left;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 1200px) {
  #slider .inner-content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
#slider .slider-text {
  display: flex;
  flex-direction: column;
}
#slider .slider-text h2 {
  font-family: TempusSans !important;
  font-size: 4rem;
}
@media (max-width: 991px) {
  #slider .slider-text h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  #slider .slider-text h2 {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  #slider .slider-text h2 {
    font-size: 2rem;
  }
}
#slider .slider-text p {
  font-size: 20px;
}
@media (max-width: 991px) {
  #slider .slider-text p {
    font-size: 16px;
  }
}
#slider .slider-text a.btn {
  background-color: #9e2e2f;
  color: #fff;
  padding: 16px;
  margin: 5px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  font-family: TempusSans !important;
  border: 2px solid #9e2e2f;
}
@media (max-width: 1200px) {
  #slider .slider-text a.btn {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 8px auto;
  }
}
#slider .slider-text a.btn svg {
  fill: #fff;
}
#slider .slider-text a.btn:hover {
  color: #9e2e2f;
  background-color: #fff;
}
#slider .slider-text a.btn:hover svg {
  fill: #9e2e2f;
}
#slider .hero-img {
  max-width: 40%;
}
@media (max-width: 1200px) {
  #slider .hero-img {
    max-width: 70%;
  }
}
#slider .swiper-slide-active .hero-img {
  animation: fade-right 1.5s ease-in-out;
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
#slider .swiper-slide-active .slider-text {
  animation: fade-left 1.5s ease-in-out;
}
@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

section.more-about-us-section {
  background-color: #ffeac1;
  color: #000;
  padding: 70px 0;
}
@media (max-width: 768px) {
  section.more-about-us-section {
    padding: 20px 0 0 0;
  }
}
section.more-about-us-section .about-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  justify-content: center;
  padding: 20px;
}
@media (max-width: 768px) {
  section.more-about-us-section .about-inner {
    padding: 5px;
  }
}
section.more-about-us-section .main-header {
  margin-bottom: 0;
  color: #9e2e2f;
}
section.more-about-us-section .more-imgs {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.more-about-us-section .more-imgs img {
  border-radius: 15px;
  max-width: 100%;
  margin: 20px;
}
section.more-about-us-section .about-img {
  max-width: 70%;
  border-radius: 15px;
}
section.more-about-us-section p {
  font-weight: bolder;
  font-size: 16px;
  text-align: center;
  margin-top: 16px;
}
@media (max-width: 991px) {
  section.more-about-us-section p {
    font-size: 16px;
  }
}

.btn {
  position: relative;
  font-size: 1rem;
  margin-top: 10px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease;
  min-width: 200px;
  padding: 1rem 1.5rem;
  z-index: 1;
}
@media (max-width: 486px) {
  .btn {
    position: relative;
    font-size: 1rem;
    padding: 0;
    margin-top: 10px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
    min-width: 140px;
    z-index: 1;
  }
}

.neon-pulse {
  background: #9e2f2f;
  border: 2px solid #ffffff;
  box-shadow: 0 0 10px rgba(244, 244, 244, 0.4588235294);
  overflow: visible;
}

.neon-pulse::before,
.neon-pulse::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 2px solid #ffffff;
  border-radius: inherit;
  animation: pulseOut 2s ease-out infinite;
  opacity: 0;
}

.neon-pulse::after {
  animation-delay: 1s;
}

@keyframes pulseOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
#myvideo {
  position: relative;
}
#myvideo video {
  width: 100%;
}
#myvideo .content {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #f1f1f1;
  width: 100%;
  height: 100%;
  padding: 60px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#myvideo .content h2 {
  font-size: 30px;
  margin-top: -100px;
  line-height: 40px;
  font-family: TempusSans !important;
  text-align: center;
}
@media (max-width: 486px) {
  #myvideo .content h2 {
    font-size: 16px;
    padding-top: 40px;
  }
}
#myvideo .content span {
  font-size: 16px;
  color: #ffffff;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}

/* Add some content at the bottom of the video/page */
/* Style the button used to pause/play the video */
section.special {
  background-image: url(../../imgs/special/abstract-flowing-lines-with-glowing-lights.jpg);
  background-position: center;
  padding: 20px;
  margin-top: 70px;
}
section.special h2 {
  color: #fff;
  font-family: TempusSans !important;
  font-weight: bold;
  font-size: 60px;
  text-align: center;
}
@media (max-width: 991px) {
  section.special h2 {
    font-size: 40px;
  }
}
@media (max-width: 486px) {
  section.special h2 {
    font-size: 36px;
  }
}
section.special .card {
  box-shadow: 3px 3px #797979;
  padding-top: 20px;
  padding: 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  position: relative;
}
section.special .card .card-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991px) {
  section.special .card .card-inner {
    flex-direction: column;
  }
}
section.special .card .card-inner img {
  max-width: 260px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 5px;
}
section.special .card .card-inner h3 {
  text-align: left;
  font-size: 40px;
  color: #9e2e2f;
  font-family: TempusSans !important;
}
@media (max-width: 991px) {
  section.special .card .card-inner h3 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  section.special .card .card-inner h3 {
    font-size: 25px;
    margin-top: 16px;
  }
}
section.special .card .card-inner p {
  text-align: left;
  padding: 10px;
}
@media (max-width: 991px) {
  section.special .card .card-inner p {
    text-align: center;
  }
}
section.special .card a.bestorder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background-color: #9e2e2f;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: #ffeac1;
  text-decoration: none;
  padding: 30px 60px;
  border: 2px solid #9e2e2f;
  font-size: 20px;
  margin-top: 16px;
}
section.special .card a.bestorder:hover {
  background-color: #ffeac1;
  text-decoration: none;
  color: #9e2e2f;
}
section.special .pizzacard {
  position: relative;
}
section.special .pizzacard::before {
  background-image: url(../../imgs/icons/pizza-icon.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 16px;
  right: 16px;
  content: "";
  position: absolute;
}
section.special .burgercard::before {
  background-image: url(../../imgs/icons/burger-icon.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 16px;
  right: 16px;
  content: "";
  position: absolute;
}
section.special .kebabcard::before {
  background-image: url(../../imgs/icons/kebab-icon.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 16px;
  right: 16px;
  content: "";
  position: absolute;
}
section.special .kormacard::before {
  background-image: url(../../imgs/icons/korma-icon.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 16px;
  right: 16px;
  content: "";
  position: absolute;
}
section.special .currycard::before {
  background-image: url(../../imgs/icons/curry-icon.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 16px;
  right: 16px;
  content: "";
  position: absolute;
}
section.special .biryanicard::before {
  background-image: url(../../imgs/icons/biryani-icon.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
  top: 16px;
  right: 16px;
  content: "";
  position: absolute;
}

section.about-us {
  padding: 80px 120px;
  background-image: linear-gradient(to right bottom, #5c0102, #000, #5c0102);
}
@media (max-width: 1200px) {
  section.about-us {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  section.about-us {
    padding: 40px 10px;
  }
}
section.about-us .card {
  background-color: transparent;
  border: 2px solid #9e2e2f;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  margin: 15px 0;
  min-height: 350px;
}
@media (max-width: 1200px) {
  section.about-us .card {
    min-height: unset;
  }
}
section.about-us .card img {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
section.about-us .testimonial {
  background-image: url(../../imgs/hero/review-bg.jpg);
  background-repeat: repeat;
  background-position: center;
}
section.about-us .review-card {
  padding: 24px;
  background-color: #fff;
}
section.about-us h3 {
  font-family: TempusSans !important;
  font-size: 2rem;
  border-bottom: 2px solid #000000;
  padding-bottom: 8px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 16px;
}
section.about-us a.btn {
  background-color: #9e2e2f;
  color: #fff;
  border: 2px solid #9e2e2f;
  padding: 16px 30px;
  margin: 10px 0;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: bolder;
  font-family: TempusSans !important;
  font-size: 20px;
}
section.about-us a.btn:hover {
  color: #9e2e2f;
  background-color: #fff;
}
section.about-us a.btn svg {
  fill: #fff;
}
section.about-us h3.dl-app-header {
  border-bottom: 2px solid #000000;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: TempusSans !important;
  font-weight: bold;
  font-size: 2rem;
  color: #000000;
}
@media (max-width: 600px) {
  section.about-us h3.dl-app-header {
    font-size: 1.5rem;
  }
}
section.about-us h3.dl-app-header img {
  width: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
section.about-us h3.about-header {
  font-size: 26px;
}
section.about-us .app-mockup {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
section.about-us img.dl-app-link {
  width: 200px;
  margin: 0 10px 0 0;
}
section.about-us a.app-link-dl-container:hover img {
  transform: scale(1.2);
  transition: ease-in-out 0.3s;
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.about-us iframe {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
@media (max-width: 1200px) {
  section.about-us iframe {
    height: 360px;
  }
}
section.about-us #openinghour {
  align-self: center;
  width: 50%;
  border: 1px solid #9e2e2f;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding: 8px;
  font-size: 20px;
}
section.about-us #openinghour .d-flex {
  padding: 7px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
section.about-us #openinghour .d-flex:nth-child(odd) {
  background-color: #ffe8e8;
}
@media (max-width: 1200px) {
  section.about-us #openinghour {
    width: 50%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  section.about-us #openinghour {
    width: 90%;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  section.about-us #openinghour {
    width: 100%;
  }
}
section.about-us .quote {
  max-width: 60px;
}
@media (max-width: 600px) {
  section.about-us .quote {
    max-width: 40px;
  }
}
section.about-us .stars {
  margin-bottom: 10px;
}
section.about-us .comment-writter-name {
  margin-top: 15px;
  font-size: 29px;
}
section.about-us .comment-text {
  font-size: 19px;
}
@media (max-width: 600px) {
  section.about-us .comment-text {
    font-size: 1rem;
  }
}
section.about-us .review-card.dl-app-card {
  background-image: url(../../imgs/dl_app/dl-app-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.about-us .review-card.about-card {
  background-image: url(../../imgs/hero/about-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 66%;
  background-size: cover;
}

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

section.reviews {
  padding: 80px;
  color: #fff;
}
section.reviews .card {
  border: 2px solid #9e2e2f;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  margin: 15px 0;
}
section.reviews .card img {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
section.reviews .review-card {
  padding: 16px;
}
section.reviews .main-headings {
  font-family: TempusSans !important;
  font-size: 4rem;
}
section.reviews .comment-section {
  min-height: 180px;
}
section.reviews .comment-section .fa {
  font-size: 30px;
  color: #ccc;
}

/* footer */
footer {
  color: rgb(255, 255, 255);
  padding: 60px 0 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../../imgs/hero/Mehran-3-In-One-butter-chicken-with-rice-naan.jpg");
}
@media (max-width: 576px) {
  footer {
    padding: 50px 0 20px 0;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 70px 0 15px 0;
  }
}
footer img.logo {
  max-width: 180px;
}
footer .footer-links {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (max-width: 576px) {
  footer .footer-links {
    text-align: center;
  }
}
footer .footer-links li {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  footer .footer-links li {
    text-align: center;
  }
}
footer .footer-links li a {
  color: #fff;
  font-size: 16px;
  font-weight: bolder;
}
footer .footer-links li a:hover {
  color: #9e2e2f;
}

.foods-tags {
  padding-top: 30px;
}
.foods-tags ul {
  padding: 10px 0;
  display: flex;
  margin-bottom: 0;
}
.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #cdcdcd;
  text-transform: capitalize;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 4px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  background-color: #fff;
}
.foods-tags ul li a,
.foods-tags ul li span {
  color: #9e2e2f !important;
  margin-bottom: 0;
  font-size: 13px;
}
.foods-tags ul li a:hover,
.foods-tags ul li span:hover {
  text-decoration: none;
}
.foods-tags ul li:hover {
  border: 1px solid #9e2e2f;
}

.contact-us {
  padding: 80px;
}
.contact-us .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  padding: 24px;
}
@media (max-width: 768px) {
  .contact-us .card {
    width: 100%;
    padding: 40px 0;
  }
}
.contact-us .card ul {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.contact-us .card ul li {
  margin-bottom: 5px;
}
.contact-us .card ul li p {
  font-weight: bolder;
  font-size: 22px;
}
.contact-us .card ul li a {
  color: #000;
  font-weight: bolder;
}
.contact-us .card ul li svg {
  fill: #000;
}
.contact-us .card ul li img {
  max-width: 28px;
}
.contact-us .open-gif {
  max-width: 80px;
}
.contact-us #openinghour {
  width: 100%;
  margin: auto;
}
.contact-us #openinghour p {
  font-size: 15px;
}
.contact-us #openinghour .d-flex {
  margin: 2px;
  border-radius: 5px;
  padding: 8px;
}
.contact-us .d-flex:nth-child(odd) {
  background-color: rgba(255, 146, 146, 0.107);
}

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

section.social-media {
  background-color: #000;
}
section.social-media h5 {
  color: #9e2e2f;
}
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: #9e2e2f;
  color: white;
}
::selection {
  background-color: #9e2e2f;
  color: white;
}

::-moz-selection {
  background-color: #9e2e2f;
  color: white;
}

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

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

section.copyright {
  padding: 30px 0;
}
section.copyright .container {
  padding-top: 5px;
  border-top: 1px solid #ffeac1;
}
section.copyright .copyright-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 576px) {
  section.copyright .copyright-inner {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
section.copyright p {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 17px;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  section.copyright p {
    font-size: 11px;
    line-height: 20px;
    padding: 5px;
  }
}
section.copyright img.mealzo {
  max-width: 190px;
}

.web-story {
  padding: 20px 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;
  top: 60px;
  left: 130px;
  justify-content: center;
  color: #9e2e2f !important;
  line-height: 2;
  padding: 5px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #fff;
}
#fff .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;
}/*# sourceMappingURL=style2.css.map */