.main-color {
  color: #004b1c;
}

@font-face {
  font-family: ArchivoBlack;
  src: url(../../Fonts/Archivo_Black/ArchivoBlack-Regular.ttf);
}
@font-face {
  font-family: poppins;
  src: url(../../Fonts/poppins/Poppins-Regular.ttf);
}
body {
  font-family: poppins !important;
  font-size: 15px;
  background-color: #fff;
  overflow-x: hidden;
}
body .modal-dialog {
  color: #161616;
}

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

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

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

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

.special-header {
  display: flex;
  flex-direction: column;
}
.special-header h2 {
  font-weight: bolder;
}
.special-header h6 {
  margin: 10px;
  padding: 10px;
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #004b1c;
  font-weight: bolder;
  font-size: 20px;
  letter-spacing: 0.1rem;
}
.special-header h6:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5px;
  width: 80%;
  height: 3px;
  background-image: url(../../imgs/main/italian-flag.PNG);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.fade-left1 {
  animation: fade-left1 1s ease-in-out;
}

@keyframes fade-left1 {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.reveal.active .changescale {
  animation: changescale 1.9s ease-in-out;
}
@keyframes changescale {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.reveal.active .fade-left {
  animation: fade-left 1s 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.4s ease-in-out;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal.active .fade-bottom1 {
  animation: fade-bottom1 0.8s ease-in-out;
}
@keyframes fade-bottom1 {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal.active .fade-bottom2 {
  animation: fade-bottom2 1.2s ease-in-out;
}
@keyframes fade-bottom2 {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal.active .fade-bottom3 {
  animation: fade-bottom3 1.6s ease-in-out;
}
@keyframes fade-bottom3 {
  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;
  }
}
/* 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;
  }
}

.top-header {
  background-color: rgba(43, 56, 63, 0.6117647059);
  padding: 20px 0;
}
.top-header h1 {
  font-size: 50px;
  color: #004b1c;
  text-transform: uppercase;
  font-family: ArchivoBlack;
  letter-spacing: 0;
  -webkit-text-stroke: 3px #c1c3fa;
  paint-order: stroke fill;
}
@media (max-width: 1200px) {
  .top-header h1 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .top-header h1 {
    font-size: 26px;
  }
}
@media (max-width: 380px) {
  .top-header h1 {
    font-size: 21px;
  }
}
.top-header .shop-name {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-header .shop-name img {
  width: 120px;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width: 1440px) {
  .top-header .shop-name img {
    width: 90px;
  }
}
@media (max-width: 480px) {
  .top-header .shop-name img {
    width: 80px;
  }
}
.top-header .flag {
  max-width: 70%;
  margin: auto;
}
.top-header span {
  text-align: center;
  color: #dba738;
  font-size: 16px;
  font-weight: bolder;
}
.top-header span a {
  color: #dba738;
}
@media (max-width: 1200px) {
  .top-header span {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .top-header span {
    font-size: 12px;
  }
}

header {
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
@media (max-width: 1200px) {
  header {
    padding: 10px 0;
    background-color: transparent;
    box-shadow: unset;
  }
}
header .logo img {
  width: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-top: 10px;
}
header ul {
  background-color: #fff;
  padding: 30px 20px !important;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
  margin-top: -15px;
}
@media (max-width: 1440px) {
  header ul {
    margin-top: -20px;
  }
}
@media (max-width: 1200px) {
  header ul {
    background-color: transparent;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
header section.menu-section .navbar-collapse {
  align-items: flex-start;
}
header section.menu-section nav {
  padding: 0;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav .navbar-toggler-icon {
  background-color: #dba738;
}
header section.menu-section nav .navbar-toggler {
  background-color: #004b1c;
  border-color: transparent;
  line-height: 2;
  margin: 10px;
}
header section.menu-section nav .navbar-toggler .fa {
  color: #fff;
}
header section.menu-section nav .nav-item.active {
  border-bottom: 1px solid #004b1c;
}
header section.menu-section nav .nav-item {
  color: #004b1c;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
header section.menu-section nav .nav-item a.nav-link {
  color: #004b1c !important;
  font-size: 16px;
  padding: 16px !important;
  font-weight: bolder;
  border-bottom: 1px solid transparent;
}
@media (max-width: 1200px) {
  header section.menu-section nav .nav-item a.nav-link {
    color: #fff !important;
    font-size: 20px;
  }
}
header section.menu-section nav .nav-item a.nav-link svg {
  fill: #004b1c;
}
header section.menu-section nav .nav-item a.nav-link:hover {
  color: #dba738 !important;
}
header section.menu-section nav .nav-item .dropdown-menu {
  background-color: rgb(0, 0, 0);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item {
  color: #9d9d9d;
  z-index: 999;
}
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item:focus,
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #004b1c;
  text-decoration: none;
  background-color: #000000;
}
header section.menu-section nav .nav-item a.login-btn {
  background-color: #004b1c;
  border-radius: 20px;
  padding: 12px 25px !important;
  color: #fff !important;
  max-width: -moz-max-content;
  max-width: max-content;
}
header section.menu-section nav .nav-item a.login-btn:hover {
  color: #fff !important;
}
header section.menu-section nav .nav-item a.login-btn svg {
  fill: #dba738;
}
header section.menu-section nav .header-links {
  justify-content: center;
}
@media (max-width: 1200px) {
  header section.menu-section nav .header-links .navbar-nav {
    justify-content: center;
    margin: auto;
    text-align: center;
  }
}
header section.menu-section nav .order-btn {
  min-width: 130px;
  align-items: center;
  padding: 15px 40px;
  color: #dba738;
  background-color: #004b1c;
  border: 2px solid #dba738;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  display: flex;
  justify-content: center;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 1200px) {
  header section.menu-section nav .order-btn {
    display: none;
  }
}

.index-hero {
  background-image: url(../../imgs/hero/Bombay_bar_and_grill.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  min-height: 100vh;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 20px 20px 0 20px;
}
@media (max-width: 991px) {
  .index-hero {
    min-height: unset;
    background-position: 10% 50%;
  }
}

section.hero-section {
  padding: 200px 50px;
  text-align: center;
  animation: AnimationName 50s infinite;
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  38% {
    background-position: 50% 100%;
  }
  75% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (max-width: 991px) {
  section.hero-section {
    padding: 200px 0;
  }
}
@media (max-width: 768px) {
  section.hero-section {
    padding: 100px 0;
  }
}
section.hero-section div.inner-content {
  justify-content: center;
  text-align: center;
  margin-top: -70px;
}
section.hero-section div.inner-content h1 {
  font-size: 5rem;
  font-weight: bolder;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
  font-family: ArchivoBlack;
}
@media (max-width: 1440px) {
  section.hero-section div.inner-content h1 {
    font-size: 4rem;
  }
}
@media (max-width: 1200px) {
  section.hero-section div.inner-content h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 991px) {
  section.hero-section div.inner-content h1 {
    font-size: 3rem;
  }
}
@media (max-width: 490px) {
  section.hero-section div.inner-content h1 {
    font-size: 2rem;
  }
}
section.hero-section div.inner-content h2 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 490px) {
  section.hero-section div.inner-content h2 {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}
section.hero-section div.inner-content p {
  font-size: 1rem;
  font-style: normal;
  font-weight: bolder;
  text-align: center;
  line-height: 24px;
  color: #fff;
  margin-bottom: 30px;
}
section.hero-section div.inner-content a.btn {
  background-color: transparent;
  padding: 13px 55px;
  border-radius: 30px;
  justify-content: center;
  border: 2px solid #fff;
  color: #fff;
  margin: 5px 5px 30px 5px;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
}
section.hero-section div.inner-content a.btn:hover {
  background-color: #fff;
  border: 2px solid #004b1c;
  color: #004b1c;
}
@media (max-width: 991px) {
  section.hero-section div.inner-content a.btn {
    margin: 5px auto;
  }
}
section.hero-section img {
  margin: 10px auto 30px auto;
  border-radius: 50%;
}
@media (max-width: 767px) {
  section.hero-section img {
    max-width: 60%;
    display: flex;
    justify-content: center;
    margin: auto;
  }
}
@media (max-width: 767px) {
  section.hero-section img {
    max-width: 80%;
    display: flex;
    justify-content: center;
    margin: auto;
  }
}

.notify {
  padding: 0px 0;
  margin: 0 20px;
  margin-top: -70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
}
@media (max-width: 991px) {
  .notify {
    transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
  }
}
.notify .first_notify {
  background-color: #dba738;
  padding: 40px;
  font-size: 30px;
}
@media (max-width: 991px) {
  .notify .first_notify {
    padding: 20px;
  }
}
.notify .first_notify h2 {
  font-size: 30px;
}
@media (max-width: 991px) {
  .notify .first_notify h2 {
    font-size: 20px;
  }
}
.notify .second_notify {
  background-color: rgb(0, 0, 0);
  padding: 10px;
  font-size: 30px;
  transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  color: #fff;
}

.foodicons {
  margin: 0;
  border-bottom: 3px solid rgba(255, 210, 210, 0.2941176471);
}
.foodicons .swiper {
  padding: 0;
}
.foodicons .swiper .swiper-button-prev,
.foodicons .swiper .swiper-button-next {
  background-color: #004b1c;
  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 .swiper .card {
  border: none;
  justify-content: center;
  text-align: center;
  background-color: transparent !important;
  padding: 15px 5px;
  border-radius: 20px;
  transition: ease-in-out 0.3s;
}
.foodicons .swiper .card:hover {
  transform: scale(1.02);
  background-color: transparent;
}
.foodicons .swiper .card:hover span {
  text-decoration: none;
}
.foodicons .swiper .card a {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.foodicons .swiper .card a img {
  max-width: 45px;
}
@media (max-width: 991px) {
  .foodicons .swiper .card a img {
    max-width: 50px;
  }
}
@media (max-width: 768px) {
  .foodicons .swiper .card a img {
    max-width: 40px;
  }
}
.foodicons .swiper .card span {
  font-size: 11px;
  font-weight: 900;
  margin-top: 3px;
  text-transform: capitalize;
}

/* more about us section */
.more-about-us-section {
  padding: 80px 0;
  color: #000;
  position: relative;
  margin: 0 50px;
  border-radius: 50px;
}
@media (max-width: 1200px) {
  .more-about-us-section {
    padding: 70px 0;
  }
}
@media (max-width: 576px) {
  .more-about-us-section {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .more-about-us-section .add-btn {
    justify-content: center;
    display: flex;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 10px auto;
  }
}
.more-about-us-section .add-btn a {
  background-color: #004b1c;
  color: #efdc7c;
  border-radius: 25px !important;
  padding: 15px 30px;
  margin-top: 20px;
  border: 2px solid #004b1c;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  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;
}
.more-about-us-section .add-btn a:hover {
  background-color: #fff;
  border-color: #004b1c;
  color: #004b1c;
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}
.more-about-us-section img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.more-about-us-section video {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  max-width: 100%;
}
.more-about-us-section h2.main-header {
  font-weight: bolder;
  font-size: 3rem;
  text-transform: capitalize;
  color: #004b1c;
  font-family: ArchivoBlack;
}
@media (max-width: 1200px) {
  .more-about-us-section h2.main-header {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .more-about-us-section h2.main-header {
    font-size: 2rem;
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .more-about-us-section h2.main-header {
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .more-about-us-section h2.main-header {
    font-size: 1.5rem;
  }
}
.more-about-us-section h2.big-title {
  font-size: 4rem;
}
.more-about-us-section h2.bigheader {
  font-weight: bolder;
  font-size: 5rem;
  text-transform: capitalize;
  color: #000;
  text-align: left;
  margin-bottom: 30px;
  font-family: ArchivoBlack;
}
@media (max-width: 1200px) {
  .more-about-us-section h2.bigheader {
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  .more-about-us-section h2.bigheader {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .more-about-us-section h2.bigheader {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .more-about-us-section h2.bigheader {
    font-size: 1.8rem;
  }
}
.more-about-us-section svg {
  fill: #004b1c;
}
.more-about-us-section .card {
  text-align: center;
  padding: 30px;
  box-shadow: 1px 1px 10px #ddd;
  border: none;
  outline: none;
  min-height: 300px;
  border-radius: 7%;
}
@media (max-width: 1200px) {
  .more-about-us-section .card {
    padding: 10px;
    min-height: 280px;
  }
}
@media (max-width: 991px) {
  .more-about-us-section .card {
    min-height: 200px;
  }
}
@media (max-width: 576px) {
  .more-about-us-section .card {
    min-height: unset;
  }
}
.more-about-us-section .card img {
  max-width: 100px;
  border: 15px solid #dba738;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .more-about-us-section .card img {
    max-width: 80px;
  }
}
.more-about-us-section .card h4 {
  font-weight: bolder;
  font-size: 20px;
  margin-bottom: 20px;
  color: #000;
}
@media (max-width: 1440px) {
  .more-about-us-section .card h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.more-about-us-section .card p {
  color: #000;
  font-size: 13px;
}
@media (max-width: 1440px) {
  .more-about-us-section .card p {
    font-size: 12px;
  }
}
.more-about-us-section #openinghour {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  margin: 10px;
}
.more-about-us-section #openinghour p {
  font-size: 20px;
}
.more-about-us-section h3 {
  padding-bottom: 10px;
  font-weight: 600;
  display: inline-flex;
  position: relative;
  color: #004b1c;
  font-family: ArchivoBlack;
}

section.special {
  padding: 180px 0;
  background-image: url(../../imgs/hero/pastel-yellow-vignette-concrete-textured-background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 20px 20px 0 20px;
  margin-top: -70px;
  /** DEBUG **/
}
section.special h2 {
  color: #000;
  margin-bottom: 0;
  font-family: ArchivoBlack;
  font-size: 5rem;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  section.special h2 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  section.special h2 {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  section.special h2 {
    font-size: 1.5rem;
  }
}
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 #cards {
  padding-bottom: calc(var(--numcards) * var(--card-top-offset));
  /* Make place at bottom, as items will slide to that position*/
  margin-bottom: var(--card-margin);
  /* Don't include the --card-margin in padding, as that will affect the scroll-timeline*/
}
section.special #card_1 {
  --index: 1;
}
section.special #card_2 {
  --index: 2;
}
section.special #card_3 {
  --index: 3;
}
section.special #card_4 {
  --index: 4;
}
section.special .card {
  position: sticky;
  top: 0;
  padding-top: calc(var(--index) * var(--card-top-offset));
}
@supports (animation-timeline: works) {
  @scroll-timeline cards-element-scrolls-in-body {
    section.special {
      source: selector(body);
      scroll-offsets: selector(#cards) start 1, selector(#cards) start 0;
      start: selector(#cards) start 1;
      /* Start when the start edge touches the top of the scrollport */
      end: selector(#cards) start 0;
      /* End when the start edge touches the start of the scrollport */
      time-range: 4s;
    }
  }
  section.special .card {
    --index0: calc(var(--index) - 1);
    /* 0-based index */
    --reverse-index: calc(var(--numcards) - var(--index0));
    /* reverse index */
    --reverse-index0: calc(var(--reverse-index) - 1);
    /* 0-based reverse index */
  }
  section.special .card__content {
    transform-origin: 50% 0%;
    will-change: transform;
    --duration: calc(var(--reverse-index0) * 1s);
    --delay: calc(var(--index0) * 1s);
    animation: var(--duration) linear scale var(--delay) forwards;
    animation-timeline: cards-element-scrolls-in-body;
  }
  @keyframes scale {
    to {
      transform: scale(calc(1.1 - 0.1 * var(--reverse-index)));
    }
  }
}
section.special #debug {
  position: fixed;
  top: 1em;
  left: 1em;
}
section.special #debug::after {
  content: " Show Debug";
  margin-left: 1.5em;
  color: white;
  white-space: nowrap;
}
section.special #debug:checked ~ main {
  --outline-width: 1px;
}
section.special #cards {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(var(--numcards), var(--card-height));
  gap: var(--card-margin);
  border-radius: 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;
}
@media (max-width: 767px) {
  section.special #cards {
    display: flex;
    flex-wrap: wrap;
  }
}
section.special #cards .card {
  border-radius: 15px;
  margin-bottom: 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;
}
section.special #cards .card__content {
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  color: rgb(10, 5, 7);
  border-radius: 1em;
  overflow: hidden;
  display: grid;
  grid-template-areas: "text img";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  align-items: stretch;
  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: 767px) {
  section.special #cards .card__content {
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
  }
}
section.special #cards .card__content:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}
section.special #cards .card__content > div {
  grid-area: text;
  width: 80%;
  place-self: center;
  text-align: left;
  display: grid;
  gap: 1em;
  place-items: start;
  transition: ease-in-out 0.7;
  -webkit-transition: ease-in-out 0.7;
  -moz-transition: ease-in-out 0.7;
  -ms-transition: ease-in-out 0.7;
  -o-transition: ease-in-out 0.7;
}
@media (max-width: 767px) {
  section.special #cards .card__content > div {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
}
section.special #cards .card__content > figure {
  grid-area: img;
  overflow: hidden;
  margin-bottom: 0;
}
section.special #cards .card__content > figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.special #cards h1 {
  font-size: 3.5em;
}
section.special #cards h5 {
  font-size: 25px;
  font-weight: bolder;
  font-family: ArchivoBlack;
}
@media (max-width: 1300px) {
  section.special #cards h5 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  section.special #cards h5 {
    font-size: 25px;
  }
}
@media (max-width: 380px) {
  section.special #cards h5 {
    font-size: 20px;
  }
}
section.special #cards p {
  font-family: sans-serif;
  font-weight: 300;
  line-height: 1.42;
  display: none;
}
section.special #cards .btn {
  background: #004b1c;
  color: #efdc7c;
  text-decoration: none;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 40px;
  border: 2px solid #004b1c;
}
section.special #cards .btn:hover {
  background-color: transparent;
  color: #004b1c;
}
@media (max-width: 1300px) {
  section.special #cards .btn {
    padding: 10px 20px;
  }
}
section.special #cards aside {
  width: 50vw;
  margin: 0 auto;
  text-align: left;
}
section.special #cards aside p {
  margin-bottom: 1em;
}

.parallax {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin: 24px 0;
}
@media (max-width: 768px) {
  .parallax {
    height: 300px;
    background-attachment: unset;
  }
}

.parallax.parallaxone {
  background-image: url(../../imgs/hero/Bombay_bar_and_grill_vibe.jpg);
}

.parallax.parallaxtwo {
  background-image: url(../../imgs/hero/Bombay_bar_and_grill_restaurant.jpg);
}

section.category {
  margin-top: 80px;
  background-color: #000;
}
section.category .mySwiper {
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
section.category .mySwiper .card {
  background-color: transparent;
}
section.category .mySwiper a {
  transition: ease-in-out 0.7s;
}
section.category .mySwiper a:hover {
  transform: scale(1.05);
}
section.category .mySwiper h3 {
  font-size: 50px;
  color: #000;
  font-family: serif;
}
section.category .mySwiper a {
  display: flex;
  flex-direction: column;
}
section.category .mySwiper a button {
  margin: 0 auto;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 15px 20px;
  font-weight: bolder;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 480px) {
  section.category .mySwiper a button {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  section.category .mySwiper a button {
    max-width: 300px;
  }
}
section.category .mySwiper img {
  max-width: 400px;
  background-color: #004b1c;
  padding: 15px;
}
@media (max-width: 991px) {
  section.category .mySwiper img {
    max-width: 400px;
  }
}
@media (max-width: 576px) {
  section.category .mySwiper img {
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  section.category .mySwiper img {
    max-width: 250px;
  }
}
@media (max-width: 380px) {
  section.category .mySwiper img {
    max-width: 200px;
  }
}
section.category .mySwiper .swiper-pagination-bullet {
  background-color: antiquewhite;
}

/* dwnloap app section */
section.dl-app {
  padding: 50px 0 100px 0;
  color: #000;
}
@media (max-width: 576px) {
  section.dl-app .dl-app-col {
    margin-right: -100px;
  }
}
section.dl-app .mockup {
  position: absolute;
  top: 0;
  left: -115px;
  width: 60%;
}
@media (max-width: 1200px) {
  section.dl-app .mockup {
    left: -60px;
    width: 60%;
  }
}
@media (max-width: 576px) {
  section.dl-app .mockup {
    left: -20px;
    width: 50%;
  }
}
section.dl-app .app-mockup {
  width: 80%;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 576px) {
  section.dl-app .app-mockup {
    width: 65%;
  }
}
section.dl-app .app-mockup .gif-card {
  position: absolute;
  content: "";
  top: -40px;
  right: -15px;
  z-index: 1;
  background-color: #004b1c;
  border-radius: 50% 50% 50% 0;
  padding: 10px;
  width: 150px;
}
@media (max-width: 1100px) {
  section.dl-app .app-mockup .gif-card {
    top: -70px;
    right: -20px;
  }
}
@media (max-width: 991px) {
  section.dl-app .app-mockup .gif-card {
    position: unset;
    display: none;
  }
}
section.dl-app .app-mockup .gif-card img {
  background-color: rgba(168, 251, 250, 0.5019607843);
  border-radius: 50% 50% 50% 0;
  width: 90px;
}
@media (max-width: 1100px) {
  section.dl-app .app-mockup .gif-card img {
    width: 70px;
  }
}
section.dl-app .app-mockup img.app-mockup-img {
  width: 100%;
  border-radius: 20px;
}
section.dl-app .app-mockup .gif2 {
  position: absolute;
  bottom: 6%;
  right: 23.5%;
  width: 60.5%;
  border-radius: 43px 43px 61px 60px;
  padding: 15px;
}
@media (max-width: 1200px) {
  section.dl-app .app-mockup .gif2 {
    right: 22%;
    width: 62.5%;
    border-radius: 40px;
  }
}
@media (max-width: 1100px) {
  section.dl-app .app-mockup .gif2 {
    padding: 17px;
  }
}
@media (max-width: 400px) {
  section.dl-app .app-mockup .gif2 {
    padding: 13px;
    right: 22%;
    width: 62.5%;
    border-radius: 0 0 26px 26px;
  }
}
section.dl-app div.inner-content {
  max-width: 516px;
}
@media (max-width: 991px) {
  section.dl-app div.inner-content {
    padding: 0 0 0;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  section.dl-app div.inner-content {
    padding: 10px 0 0 0;
  }
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content h2 {
  font-family: ArchivoBlack;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  section.dl-app div.inner-content h2 {
    font-size: 1.5rem;
  }
}
section.dl-app div.inner-content p {
  color: #000e4d;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  transform: scale(1.2);
  transition: ease-in-out 0.3s;
}
section.dl-app div.inner-content img.dl-app-link {
  width: 180px;
  margin: 0 10px 0 0;
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-family: poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 25px;
  margin-top: 20px;
  color: #000;
}
@media (max-width: 991px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin: 0;
    font-size: 35px;
    text-shadow: 3px -3px #004b1c;
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: unset;
    color: #004b1c;
  }
}
@media (max-width: 576px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin-top: 0;
    color: #004b1c;
  }
}
@media (max-width: 380px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 23px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content p {
    max-width: 100%;
    color: #000;
    text-align: center;
    margin: 10px auto;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
/* footer */
.index-footer {
  margin-bottom: 20px;
  background-image: url(../../imgs/hero/Bombay_bar_and_grill__.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

footer {
  background-image: linear-gradient(to bottom, transparent, #000);
  color: #fff;
  font-size: 16px;
  padding: 80px 0 0 0;
}
@media (max-width: 576px) {
  footer {
    padding: 50px 0 20px 0;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 70px 0 15px 0;
  }
}
footer img.logo {
  margin: auto;
  width: 200px;
  margin-bottom: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
footer h3 {
  font-weight: bolder;
  font-size: 5rem;
  font-family: ArchivoBlack;
  text-shadow: 1px 1px #333;
  text-align: center;
}
@media (max-width: 1200px) {
  footer h3 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  footer h3 {
    font-size: 2rem;
  }
}
footer p {
  text-align: center;
  font-size: 20px;
}
footer .dl-app {
  align-items: center;
  margin: auto;
}
footer .dl-app a {
  justify-content: center;
  margin: 20px;
}
footer .dl-app img {
  width: 250px;
  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;
}
footer .dl-app img:hover {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
}

.foods-tags {
  padding: 0;
  margin: 0 20px;
  margin-top: -70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
}
.foods-tags marquee {
  background-color: #dba738;
  padding: 40px;
}
@media (max-width: 991px) {
  .foods-tags marquee {
    padding: 20px;
  }
}
.foods-tags marquee h2 {
  font-size: 30px;
}
@media (max-width: 991px) {
  .foods-tags marquee h2 {
    font-size: 20px;
  }
}
.foods-tags ul.foods-link li {
  list-style: none;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 18px;
  padding: 5px 10px;
  margin: 5px;
  background-color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.foods-tags ul.foods-link li a {
  color: #000;
}
@media (max-width: 768px) {
  .foods-tags ul.foods-link li {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
}
.foods-tags ul.foods-link li:hover {
  background-color: #fff;
}
.foods-tags ul.foods-link li:hover a {
  color: #004b1c;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #004b1c;
  color: white;
  cursor: pointer;
  padding: 11px 16px;
  border-radius: 50%;
}
#myBtn:hover {
  color: #004b1c;
  border: 1px solid #004b1c;
  background-color: white;
  box-shadow: #dba738 0px 7px 29px 0px;
}

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

::-moz-selection {
  background-color: #004b1c;
  color: white;
}

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

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

section.copyright .container-fluid {
  padding: 15px;
}
section.copyright p {
  line-height: 40px;
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bolder;
}
@media (max-width: 480px) {
  section.copyright p {
    font-size: 11px;
    line-height: 20px;
    padding: 5px;
  }
}
section.copyright a i {
  color: #fff;
}
section.copyright a:hover {
  color: #004b1c;
}
section.copyright ul {
  padding: 0;
  margin: 0;
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  section.copyright ul {
    flex-wrap: wrap;
  }
}
section.copyright ul li {
  padding: 0 5px;
}
section.copyright ul li:not(:last-child) {
  border-right: 1px solid #292929;
}
section.copyright ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: bolder;
}
@media (max-width: 1200px) {
  section.copyright ul li a {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  section.copyright ul li a {
    font-size: 12px;
  }
}/*# sourceMappingURL=style2.css.map */