.main-color {
  color: #d00000;
}

@font-face {
  font-family: Round-Block;
  src: url(../../Fonts/round-block/Round-Block.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;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
}

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

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

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 0.7s ease-in-out;
}
.reveal.active .fade-right {
  animation: fade-right 1s 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;
  }
}
.reveal.active .fade-bottom {
  animation: fade-bottom 0.7s ease-in-out;
}
@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;
  }
}

.index-hero {
  background-image: url(../../imgs/hero/smooth-elegant-blue-cloth-separated-blue.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}

header {
  padding: 20px;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 160px;
}
@media (max-width: 768px) {
  header .shop-logo {
    max-width: 120px;
  }
}
header .navbar-nav {
  width: 100%;
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  width: 100%;
  align-items: center;
}
header section.menu-section nav {
  border: 2px solid #ebd6ff;
  padding: 15px;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav li {
  margin-left: 15px;
}
header section.menu-section nav li a.nav-link {
  color: #fff !important;
  font-weight: 900;
}
header section.menu-section nav li a.nav-link svg {
  fill: #fff;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 13px;
  }
}
header section.menu-section nav .nav-item.active .nav-link {
  border-bottom: 1px solid #ebd6ff;
  max-width: -moz-max-content;
  max-width: max-content;
}
header section.menu-section nav .dropdown-menu {
  background-color: #fff;
  border-radius: 10px;
}
header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #d00000;
}
header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #d00000;
  color: #fff;
}
header section.menu-section nav .dropdown-toggle::after {
  display: none;
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #d00000;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 1.5;
}
header section.menu-section nav .header-links {
  justify-content: center;
}
header section.menu-section .login-btn.nav-link {
  padding: 15px 30px !important;
  background-color: #d00000;
  color: #fff !important;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  max-width: -moz-max-content;
  max-width: max-content;
}
header section.menu-section .login-btn.nav-link svg {
  fill: #fff;
}
@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

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

/* section hero */
.hero-section {
  color: #fff;
  padding: 30px 80px;
}
@media (max-width: 767px) {
  .hero-section {
    padding: 10% 5px;
  }
}
.hero-section h1 {
  font-family: Round-Block;
  font-size: 3.5rem;
  line-height: 1.5em;
  font-weight: bolder;
  color: #fff;
  text-transform: capitalize;
  max-width: 100%;
  padding: 0;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .hero-section h1 {
    margin-top: 40px;
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .hero-section h1 {
    margin-top: 0px;
    font-size: 2rem;
  }
}
@media (max-width: 380px) {
  .hero-section h1 {
    font-size: 1.6rem;
  }
}
.hero-section h2.subtitle {
  font-family: Round-Block;
  font-size: 1.4rem;
  text-align: left;
  margin: 0;
  line-height: 1.5em;
  font-weight: bolder;
  color: #fff;
  text-transform: capitalize;
  padding: 5px 0;
  max-width: 100%;
}
@media (max-width: 767px) {
  .hero-section h2.subtitle {
    text-align: center;
    font-size: 1.2rem;
  }
}
.hero-section p {
  padding: 5px 0;
  max-width: 100%;
  font-size: 1.4rem;
}
@media (min-width: 1200px) {
  .hero-section p {
    max-width: 80%;
  }
}
.hero-section h2 {
  max-width: 70%;
  margin: 10px auto;
  line-height: 2em;
  font-size: 2.5rem;
  font-weight: bolder;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}
.hero-section p {
  padding: 0;
  margin-top: 20px;
}
.hero-section .card {
  height: -moz-max-content;
  height: max-content;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  -o-border-radius: 150px;
  background-color: rgba(106, 0, 0, 0.8);
  -webkit-backdrop-filter: 25px;
          backdrop-filter: 25px;
  padding: 20px;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  position: relative;
}
@media (min-width: 1200px) {
  .hero-section .card {
    margin-top: -20px;
  }
}
.hero-section .card img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 350px;
  aspect-ratio: 1/1;
  margin: auto;
  display: flex;
  justify-content: center;
}
.hero-section .card a.order-btn {
  position: absolute;
  top: 0%;
  right: 0%;
  border: 2px solid #fff;
  background-color: #d00000;
  color: #fff;
  padding: 15px;
  display: flex;
  margin-left: 50px;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.hero-section .card a.order-btn img {
  width: 40px;
  height: 40px;
}
.hero-section .card h4 {
  color: #fff;
  padding: 30px 10px;
  text-align: center;
}
.hero-section a.add-btn {
  display: flex;
  margin-left: 5px;
  font-size: 18px;
  padding: 0;
  margin-top: 20px;
}
@media (max-width: 765px) {
  .hero-section a.add-btn {
    margin-top: 5px;
    margin-left: 0px;
  }
}
.hero-section a.add-btn span {
  border: 2px solid #1e0000;
  background-color: #d00000;
  color: #fff;
  padding: 15px 28px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin: 3px;
}
.hero-section a.add-btn i {
  border: 2px solid #1e0000;
  background-color: #d00000;
  color: #fff;
  padding: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.hero-section a.add-btn i img {
  max-width: 40px;
}
.hero-section .swiper {
  padding: 20px 0;
}
.hero-section .swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.hero-section .hero-img {
  max-width: 100%;
  align-items: center;
  height: -moz-max-content;
  height: max-content;
  margin-top: -110px;
  border-radius: 400px;
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  -ms-border-radius: 400px;
  -o-border-radius: 400px;
}
@media (max-width: 1200px) {
  .hero-section .hero-img {
    margin: 20px auto;
    max-width: 80%;
    display: flex;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-img {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }
}
.hero-section .food-image {
  margin-top: -80px;
}
@media (max-width: 1200px) {
  .hero-section .food-image {
    margin-top: 20px;
    margin: 20px auto;
  }
}
.hero-section .food-image img {
  width: 100%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.hero-section .tiny-images {
  display: flex;
  justify-content: center;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
  margin-bottom: 20px;
}
.hero-section .tiny-images:hover a {
  margin: 1px;
}
.hero-section .tiny-images img {
  max-width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 3px solid #2a2874;
}
.hero-section .tiny-images a {
  width: 55px;
  height: 55px;
  margin-left: -15px;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
}
.hero-section video {
  max-width: 100%;
}

section.more-about-us-section {
  background-color: #000;
  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: #d00000;
}
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;
  }
}

section.special {
  background-color: #000;
  padding: 80px 0;
}
@media (max-width: 767px) {
  section.special {
    padding: 10% 5px;
  }
}
section.special .card {
  height: -moz-max-content;
  height: max-content;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  -o-border-radius: 150px;
  background-color: #d00000;
  padding: 15px;
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
section.special .card img {
  aspect-ratio: 1/1 !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 240px;
  height: 240px;
  margin: auto;
  display: flex;
  justify-content: center;
}
section.special .card a.order-btn {
  position: absolute;
  top: 0%;
  right: 0%;
  border: 2px solid #fff;
  background-color: #d00000;
  color: #fff;
  padding: 15px;
  display: flex;
  justify-content: center;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
section.special .card a.order-btn img {
  width: 40px;
  height: 40px;
}
section.special .card h4 {
  color: #fff;
  padding: 30px 10px;
  text-align: center;
}
section.special a.add-btn {
  display: flex;
  justify-content: center;
  align-self: center;
  font-size: 16px;
}
section.special a.add-btn span {
  border: 2px solid #1e0000;
  background-color: #d00000;
  color: #fff;
  padding: 15px 25px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin: 3px;
}
section.special a.add-btn i {
  border: 2px solid #1e0000;
  background-color: #d00000;
  color: #fff;
  padding: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
section.special a.add-btn i img {
  max-width: 40px;
}
section.special .main-header {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  section.special .section-header h3 {
    font-size: 1rem;
  }
}
section.special .section-header p {
  margin-bottom: 20px;
}

.category {
  text-align: center;
  color: #fff;
  padding: 80px 0;
}
.category ul {
  width: 100%;
}
.category ul:hover li {
  border: none;
}
.category ul li {
  padding: 15px 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.category ul li:hover {
  padding: 15px;
  background-color: rgba(81, 0, 0, 0.5);
  border-radius: 10px;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.category ul li:hover a {
  color: #d00000;
}
.category ul li:hover a i {
  border: 2px solid #d00000;
}
.category ul li:hover svg path {
  fill: #d00000;
}
.category ul li a {
  color: #fff;
  width: 100%;
  font-size: 16px;
  justify-content: space-between;
  display: flex;
}
.category ul li a i {
  border-radius: 50%;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #fff;
}
.category img {
  border-radius: 15px;
  display: flex;
}
@media (max-width: 768px) {
  .category img {
    margin: 0;
    padding: 0;
  }
}
.category img #drink {
  height: 600px;
  width: 400px;
}
.category img #foods {
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .category img #foods {
    height: 400px;
    width: 600px;
  }
}
@media (max-width: 768px) {
  .category .section-header {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .category .section-header h3 {
    font-size: 2.2rem;
  }
}
@media (max-width: 576px) {
  .category .section-header h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .category .section-header p {
    font-size: 0.9rem;
  }
}

.section-header {
  padding: 10px 0;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.section-header h3 {
  font-family: Round-Block;
  line-height: 2em;
  font-size: 2.5rem;
  font-weight: bolder;
  margin-bottom: 20px;
}
.section-header p {
  margin-bottom: 20px;
}

.gallery {
  position: relative;
}
.gallery img {
  height: 450px;
  width: 100%;
  margin: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.9s ease-in-out;
}
@media (max-width: 756px) {
  .gallery img {
    height: auto;
  }
}
.gallery img:hover {
  transform: translateY(-3px) scale(1.02);
}
.gallery .explore-btn {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
  text-align: center;
  width: 140px;
  height: 140px;
  color: #fff;
  z-index: 99;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.4941176471);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  box-shadow: 0 0 70px #000;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
}
@media (max-width: 765px) {
  .gallery .explore-btn {
    top: -120px;
  }
}
.gallery .explore-btn svg {
  display: none;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
}
.gallery .explore-btn span {
  background-color: #d00000;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 20px;
  font-family: Round-Block;
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
  text-align: center;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
}
.gallery .explore-btn .btn-text {
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
}
.gallery .explore-btn:hover svg {
  display: block;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
}
.gallery .explore-btn:hover span.btn-text {
  display: none;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
}
@media (min-width: 1200px) {
  .gallery img#one {
    border-radius: 50% 20px 20px 20px;
  }
}
@media (min-width: 1200px) {
  .gallery img#two {
    border-radius: 20px 250px 20px 20px;
  }
}
@media (min-width: 1200px) {
  .gallery img#three {
    border-radius: 20px 20px 20px 250px;
  }
}
@media (min-width: 1200px) {
  .gallery img#four {
    border-radius: 20px 20px 50% 20px;
  }
}

section.about-us {
  margin: 0PX;
  padding: 100px 80px;
  background-image: linear-gradient(to bottom, #510000, #000);
  color: #fff;
}
@media (max-width: 767px) {
  section.about-us {
    padding: 10% 1px;
  }
}
section.about-us .inner-content {
  display: flex;
  flex-direction: column;
  text-align: left;
}
section.about-us .inner-content h3 {
  font-family: Round-Block;
  line-height: 2em;
  font-size: 1.3rem;
  margin-bottom: 20px;
  font-weight: bolder;
}
@media (max-width: 1200px) {
  section.about-us .inner-content h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 576px) {
  section.about-us .inner-content h3 {
    font-size: 1.2rem;
  }
}
section.about-us .inner-content p {
  color: #fff;
  font-size: 16px;
}
section.about-us .inner-content a {
  border: 2px solid #1e0000;
  background-color: #d00000;
  color: #fff;
  padding: 15px 45px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin: 3px;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all 1s ease-in-out;
}
section.about-us .inner-content a:hover {
  transform: scale(1.05);
}
section.about-us img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

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 {
  margin: 0;
  padding: 64px 100px;
  color: #fff;
  background-image: url(../../imgs/hero/smooth-elegant-blue-cloth-separated-blue.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  section.dl-app {
    padding: 10% 0px;
  }
}
section.dl-app img.dl-app-link {
  width: 200px;
  margin: 0 10px 0 0;
}
section.dl-app img {
  width: 90%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
section.dl-app a.app-link-dl-container {
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
}
section.dl-app a.app-link-dl-container:hover img {
  transform: scale(1.2);
  transition: ease-in-out 0.3s;
}
section.dl-app h3.dl-ur-app-heading {
  border-bottom: 1px solid #fff;
  padding: 30px 0;
  font-style: normal;
  font-weight: bold;
  font-family: Round-Block;
  line-height: 2.5em;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  section.dl-app h3.dl-ur-app-heading {
    padding: 0px;
    margin: 0px;
    font-size: 1rem;
  }
}
section.dl-app h3.dl-ur-app-heading img {
  width: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-top: -10px;
}
@media (max-width: 1200px) {
  section.dl-app h3.dl-ur-app-heading img {
    margin: 2px 2px 5px 2px;
    width: 60px;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 80px 0;
}
section.reviews .comment-section .fa {
  font-size: 30px;
  color: #ccc;
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  min-height: 100px;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #d00000;
  margin-bottom: 9px;
  font-size: 16px;
  color: #d00000;
}

.short-info {
  background-color: #1b2024;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 480px) {
  .short-info {
    padding: 40px 0;
  }
}
.short-info h2 a {
  color: #fff;
}
@media (max-width: 480px) {
  .short-info h2 {
    font-size: 25px;
  }
}
@media (max-width: 300px) {
  .short-info h2 {
    font-size: 20px;
  }
}

/* footer */
footer {
  color: rgb(255, 255, 255);
  padding: 60px 0 0 0;
}
@media (max-width: 576px) {
  footer {
    padding: 50px 0 20px 0;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 70px 0 15px 0;
  }
}
footer .f-border {
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  footer .f-border {
    border-right: 1px solid transparent;
  }
}
footer img {
  max-width: 180px;
}
footer h6 {
  font-size: 1.3rem;
  color: #fff;
  font-family: Round-Block;
  margin-bottom: 20px;
}
footer ul {
  display: flex;
  flex-direction: column;
  padding: 0;
}
footer ul li {
  margin-bottom: 15px;
}
footer ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: bolder;
}
footer ul li svg {
  fill: #fff;
}

.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-right: 1px solid #cdcdcd;
  text-transform: capitalize;
  border-radius: 15px;
  padding: 5px 10px;
  margin: 4px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background-color: #000;
}
.foods-tags ul li a,
.foods-tags ul li span {
  color: #fff !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 #d00000;
}

.contact-us {
  background-color: #000;
  display: flex;
  color: #000;
}
@media (max-width: 768px) {
  .contact-us {
    flex-direction: column;
  }
}
.contact-us .contact-details {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
}
@media (max-width: 768px) {
  .contact-us .contact-details {
    width: 100%;
    padding: 40px 0;
  }
}
.contact-us .contact-details ul {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.contact-us .contact-details ul li {
  margin-bottom: 5px;
}
.contact-us .contact-details ul li p {
  font-weight: bolder;
  font-size: 22px;
}
.contact-us .contact-details ul li a {
  color: #000;
  font-weight: bolder;
}
.contact-us .contact-details ul li img {
  max-width: 28px;
}
.contact-us .map {
  width: 50%;
}
@media (max-width: 768px) {
  .contact-us .map {
    width: 100%;
  }
}
.contact-us .map iframe {
  min-height: 630px;
}
@media (max-width: 768px) {
  .contact-us .map iframe {
    min-height: 350px;
  }
}
.contact-us #openinghour {
  max-width: 90%;
  margin: auto;
}
.contact-us #openinghour p {
  font-size: 15px;
}

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

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

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

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

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

section.copyright {
  padding: 30px 0;
}
section.copyright .container {
  padding-top: 5px;
  border-top: 1px solid #fff;
}
section.copyright .copyright-inner {
  display: flex;
  justify-content: center;
  text-align: center;
}
@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: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  section.copyright p {
    font-size: 11px;
    line-height: 20px;
    padding: 5px;
  }
}
section.copyright a.mealzo-link {
  color: #000 !important;
}
section.copyright a.mealzo-link img {
  max-width: 150px !important;
}/*# sourceMappingURL=style2.css.map */