@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: KievitSerif;
  src: url(../../Fonts/KievitSerif/KievitSerif-Black.ttf);
}
body {
  font-family: Quicksand !important;
  overflow-x: hidden;
  padding: 10px;
}
@media (max-width: 991px) {
  body {
    padding: 0;
  }
}

section {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

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

.main-color {
  color: #ED1C24;
}

/* Customize  Color Of Selection  */
::-moz-selection {
  background-color: #ED1C24;
  color: white;
}
::selection {
  background-color: #ED1C24;
  color: white;
}

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

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

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

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

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

.top-header {
  background-color: #f3f3f3;
}
.top-header .bishopton-spicy-email {
  font-weight: bolder;
  color: #ED1C24;
}

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

.section-header {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #ED1C24 !important;
  font-weight: bolder;
}
@media (max-width: 1200px) {
  .section-header {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .section-header {
    font-size: 1.8rem;
  }
}

header {
  padding: 40px 80px;
}
@media (max-width: 1250px) {
  header {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  header {
    padding: 40px 10px;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 200px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
@media (max-width: 768px) {
  header .shop-logo {
    max-width: 150px;
  }
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
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 li {
  margin-left: 15px;
}
@media (max-width: 1200px) {
  header section.menu-section nav li {
    display: flex;
    justify-content: center;
  }
}
header section.menu-section nav li a.nav-link {
  color: #fff !important;
  position: relative;
  z-index: 88888;
  text-shadow: 0 0 5px #000;
}
@media (max-width: 1250px) {
  header section.menu-section nav li a.nav-link {
    font-size: 15px;
    color: #fff;
  }
}
header section.menu-section nav .dropdown-menu {
  background-color: #ED1C24;
}
header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #fff;
}
header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #000;
  color: #fff;
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #ED1C24;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav a.btn {
  background-color: #ED1C24;
  color: #fff;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
header section.menu-section .login-btn {
  color: #fff !important;
  background-color: #ED1C24;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding: 13px 30px !important;
  display: flex;
}
@media (max-width: 1200px) {
  header section.menu-section .login-btn {
    padding: 15px 10px !important;
  }
}
@media (max-width: 991px) {
  header section.menu-section .login-btn {
    display: none;
  }
}

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

.index-hero {
  background-color: #000;
  padding-bottom: 80px;
  position: relative;
  position: relative;
}
.index-hero::after {
  position: absolute;
  content: "";
  top: -200px;
  left: -200px;
  background-image: url(../../imgs/hero/BG.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 530px;
  height: 530px;
  z-index: 0;
}
@media (max-width: 991px) {
  .index-hero::after {
    display: none;
  }
}
.index-hero::before {
  position: absolute;
  content: "";
  top: -200px;
  right: -200px;
  background-image: url(../../imgs/hero/BG.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 530px;
  height: 530px;
  z-index: 0;
}
@media (max-width: 991px) {
  .index-hero::before {
    display: none;
  }
}

/* section hero */
section.hero-section {
  padding: 140px 80px;
  background-image: url("../../imgs/hero/indian-shape-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
section.hero-section::after {
  position: absolute;
  content: "";
  bottom: -200px;
  left: -200px;
  background-image: url(../../imgs/hero/BG.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 530px;
  height: 530px;
  z-index: 0;
}
@media (max-width: 1200px) {
  section.hero-section {
    padding: 16px 0 80px 0;
  }
}
section.hero-section h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bolder;
  text-shadow: 0 0 5px #000000;
  color: #fff;
  font-family: KievitSerif;
}
@media (max-width: 786px) {
  section.hero-section h2 {
    font-size: 24px;
  }
}
section.hero-section h2 span.ten-off {
  text-decoration: underline;
  text-decoration-color: #ED1C24;
}
section.hero-section img {
  width: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
section.hero-section .swiper {
  margin-left: -140px;
  padding: 24px;
  background-color: rgba(138, 0, 0, 0.8745098039);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
@media (max-width: 1200px) {
  section.hero-section .swiper {
    margin-left: 0;
  }
}
section.hero-section .card {
  transition: 0.6s ease all;
  margin: auto;
  padding: 16px;
  min-height: 500px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
section.hero-section .card:hover img {
  transform: scale(1.04);
}
section.hero-section .card:hover a.btn {
  background-color: #fff;
  color: #ED1C24;
  border-color: #ED1C24;
  font-weight: bold;
}
@media (max-width: 576px) {
  section.hero-section .card {
    min-height: unset;
  }
}
section.hero-section .card img {
  margin-bottom: 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 0 0 20px #b6b6b6;
  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.hero-section .card .card-title {
  font-family: KievitSerif;
  font-size: 25px;
}
section.hero-section .card .card-body {
  padding: 8px;
  display: flex;
  flex-direction: column;
}
section.hero-section .card .card-body p {
  margin-bottom: 0;
  font-size: 15px;
}
section.hero-section .card .card-footer {
  background-color: unset;
  border: none;
  padding: 0;
}
section.hero-section a.btn {
  background-color: #ED1C24;
  color: #fff;
  font-family: KievitSerif;
  border: 2px solid #ED1C24;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  padding: 15px 35px;
  margin-top: 10px;
  width: 100%;
}
section.hero-section a.btn:hover {
  color: #fff;
  border-color: #ED1C24;
  background-color: #ED1C24;
}

.mobile-callus {
  display: none;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-direction: column;
  font-size: 25px;
  margin-top: 0;
  background-color: #ED1C24;
}
.mobile-callus p {
  font-size: 15px;
  margin-bottom: 0;
}
.mobile-callus i {
  color: #fff;
  margin-right: 5px;
}
.mobile-callus a {
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 20px;
}
.mobile-callus a:hover {
  box-shadow: rgba(245, 78, 0, 0.5) 0px 7px 29px 0px;
}
@media (max-width: 768px) {
  .mobile-callus {
    display: flex;
  }
}

.videos {
  padding: 80px;
}
@media (max-width: 991px) {
  .videos {
    padding: 40px 0;
  }
}
.videos iframe {
  width: -moz-max-content;
  width: max-content;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  height: 500px;
  margin: auto;
}
@media (max-width: 1200px) {
  .videos iframe {
    height: 400px;
  }
}

section.gallery {
  padding: 80px 0;
  position: relative;
  /* Main CSS */
}
@media (max-width: 992px) {
  section.gallery {
    padding: 40px 0;
  }
}
section.gallery::before {
  position: absolute;
  content: "";
  top: 0%;
  left: 20px;
  background-image: url(../../imgs/icons/burger-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 200px;
  height: 200px;
}
@media (max-width: 991px) {
  section.gallery::before {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  section.gallery::before {
    width: 100px;
    height: 100px;
  }
}
section.gallery h3 {
  font-size: 1.9rem;
  color: #ED1C24;
  font-family: KievitSerif;
  font-size: 50px;
  line-height: 50px;
  margin: 10px 0 50px 0;
  text-align: center;
}
@media (max-width: 1200px) {
  section.gallery h3 {
    font-size: 27px;
  }
}
section.gallery img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  border-radius: 5px;
}
section.gallery .gallery-img-start {
  width: 150px;
  position: absolute;
  top: 100px;
  left: 40px;
}
@media (max-width: 992px) {
  section.gallery .gallery-img-start {
    display: none;
  }
}
section.gallery .gallery-img-end {
  width: 150px;
  position: absolute;
  bottom: 100px;
  right: 40px;
}
@media (max-width: 992px) {
  section.gallery .gallery-img-end {
    display: none;
  }
}
section.gallery .gallery-card {
  margin-bottom: 20px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}
section.gallery .gallery-card #trapezoid {
  border-bottom: 100px solid #ED1C24;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  height: 0;
  width: 100px;
  background-color: rgba(7, 5, 64, 0.7411764706);
}
section.gallery .gallery-card .gallery-card-content {
  background-color: rgba(7, 5, 64, 0.7411764706);
  height: 100%;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px 0 0 8px;
}
section.gallery .gallery-card .gallery-card-content img {
  width: 200px;
}
section.gallery .gallery-card .gallery-card-content p {
  color: #fdfdfd;
  font-size: 24px;
  line-height: 40px;
}
section.gallery .gallery-card .gallery-card-content h4 {
  color: #fdfdfd;
  font-size: 32px;
}
section.gallery .gallery-card .gallery-card-content .gallery-card-content-btn {
  background-color: #ED1C24;
  padding: 10px 20px;
  margin-top: 50px;
  color: #fdfdfd;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
section.gallery .gallery-card .gallery-card-content .gallery-card-content-btn:hover {
  text-decoration: none;
}
section.gallery .grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.gallery .grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  transition: ease-in-out 0.7s;
}
section.gallery .grid-wrapper > div > img:hover {
  transform: scale(1.08);
}
section.gallery .grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
section.gallery .grid-wrapper .wide {
  grid-column: span 2;
}
section.gallery .grid-wrapper .tall {
  grid-row: span 2;
}
section.gallery .grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

/* more about us section */
section.more-about-us-section {
  padding: 60px;
  color: #000;
  background-image: url(../../imgs/dl_app/bishopton_tandoori_\ takeaway_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1200px) {
  section.more-about-us-section {
    padding: 16px 0 80px 0;
  }
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
  color: #fff !important;
  font-family: KievitSerif;
}
section.more-about-us-section .card {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #ED1C24;
  border: 2px solid #ED1C24;
  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.more-about-us-section .card:hover {
  background-color: #fff;
  border-color: #fff;
}
section.more-about-us-section .card:hover .card-body {
  background-color: #fff;
  border-radius: 0 30% 16px 16px;
  -webkit-border-radius: 0 30% 16px 16px;
  -moz-border-radius: 0 30% 16px 16px;
  -ms-border-radius: 0 30% 16px 16px;
  -o-border-radius: 0 30% 16px 16px;
}
section.more-about-us-section .card:hover p {
  color: #000;
}
section.more-about-us-section .card-img img {
  width: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
section.more-about-us-section .card-body {
  margin: auto;
  background-color: #ED1C24;
  margin-top: -100px;
  width: 100%;
  padding: 16px;
  border-radius: 30% 0% 16px 16px;
  -webkit-border-radius: 30% 0% 16px 16px;
  -moz-border-radius: 30% 0% 16px 16px;
  -ms-border-radius: 30% 0% 16px 16px;
  -o-border-radius: 30% 0% 16px 16px;
  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: 768px) {
  section.more-about-us-section .card-body {
    padding: 3px;
    margin-top: -50px;
  }
}
section.more-about-us-section .circle-img {
  max-width: 80px;
  background-color: #ED1C24;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 1px solid #ED1C24;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-bottom: 16px;
  margin-top: -40px;
}
@media (max-width: 768px) {
  section.more-about-us-section .circle-img {
    max-width: 40px;
  }
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
  display: none;
}
section.more-about-us-section p {
  max-width: 98%;
  margin: 0 auto 16px auto;
  color: #fff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  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: 768px) {
  section.more-about-us-section p {
    font-size: 15px;
  }
}

/* special to try */
section.special {
  background-color: #f3f3f3;
  text-align: center;
  padding: 50px;
}
@media (max-width: 992px) {
  section.special {
    padding: 50px 0;
  }
}
section.special .nav-tabs a.nav-link {
  color: black;
  margin: 0;
  border: none;
}
section.special .nav-tabs a.nav-link:hover {
  border: none;
}
section.special .nav-tabs a.nav-link:focus {
  border: none;
}
section.special .nav-tabs a.nav-link.active {
  background-color: inherit;
  border: none;
  color: #ED1C24;
  border-bottom: 1px solid #ED1C24 !important;
}

section.about-us {
  padding: 16px;
  color: #fff;
}
section.about-us .offer-text {
  background-color: #ED1C24;
  color: #fff;
  padding: 5px 2px;
  text-align: left;
}
@media (max-width: 991px) {
  section.about-us .offer-text {
    text-align: center;
    padding: 10px;
  }
}
section.about-us h4.section-header {
  font-weight: bolder;
  font-size: 3rem;
  text-shadow: 1px 1px #ED1C24;
  font-family: KievitSerif;
  margin-bottom: 10px;
  color: #fff !important;
}
@media (max-width: 1200px) {
  section.about-us h4.section-header {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  section.about-us h4.section-header {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  section.about-us h4.section-header {
    display: none;
  }
}
section.about-us .about-mobile-header {
  display: none;
}
@media (max-width: 768px) {
  section.about-us .about-mobile-header {
    display: flex;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  section.about-us .about-mobile-header {
    font-size: 28px;
  }
}
@media (max-width: 380px) {
  section.about-us .about-mobile-header {
    font-size: 25px;
  }
}
section.about-us div.about-us-content div.shop-about-text p {
  font-size: 16px;
}
@media (max-width: 991px) {
  section.about-us div.about-us-content div.shop-about-text p {
    max-width: 100%;
  }
}
section.about-us a.btn {
  background-color: #ED1C24;
  color: #fff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding: 16px 35px;
  margin: 5px;
  transition: 0.5s ease all;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
section.about-us .about-img {
  transition: ease-in-out 0.7s;
}
@media (max-width: 991px) {
  section.about-us .about-img {
    margin-bottom: 30px;
    margin-top: 40px;
  }
}
section.about-us .about-img img {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  section.about-us .about-img img {
    margin: 0 auto 20px auto;
  }
}
section.about-us .about-img img.about-main-img {
  position: relative;
  background-color: #fff;
  padding: 8px;
  width: 100%;
  transition: ease-in-out 0.7s;
}
section.about-us .about-img img.about-img2 {
  position: absolute;
  content: "";
  bottom: 0;
  left: 2%;
  width: 100%;
  transform: rotate(105deg);
  background-color: #fff;
  padding: 8px;
  transition: ease-in-out 0.7s;
}
@media (min-width: 1200px) {
  section.about-us .about-img img.about-img2 {
    z-index: 999;
  }
}
@media (max-width: 768px) {
  section.about-us .about-img img.about-img2 {
    left: 0%;
    right: 0%;
  }
}
section.about-us .about-img img.about-img3 {
  position: absolute;
  content: "";
  bottom: 0;
  left: 2%;
  z-index: 9;
  width: 100%;
  background-color: #fff;
  padding: 8px;
  transition: ease-in-out 0.7s;
}
@media (min-width: 1200px) {
  section.about-us .about-img img.about-img3 {
    z-index: 999;
  }
}
@media (max-width: 768px) {
  section.about-us .about-img img.about-img3 {
    left: 0%;
    right: 0%;
  }
}

/* dwnloap app section */
section.dl-app {
  padding: 40px 0;
  color: #000;
}
section.dl-app div.inner-content {
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 1300px) {
  section.dl-app div.inner-content {
    flex-direction: column;
  }
}
section.dl-app div.inner-content .app-links {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  section.dl-app div.inner-content .app-links {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 380px) {
  section.dl-app div.inner-content .app-links {
    flex-direction: column;
  }
}
section.dl-app div.inner-content .app-links img.dl-app-link {
  width: 250px;
  transition: transform 0.5s ease;
}
section.dl-app div.inner-content .app-links img.dl-app-link:hover {
  transform: scale(1.2);
}
@media (max-width: 380px) {
  section.dl-app div.inner-content .app-links img.dl-app-link {
    margin-bottom: 10px;
  }
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: bolder;
  color: #ED1C24;
  font-family: KievitSerif;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 991px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 35px;
  }
}
section.dl-app img.mobile-mockup {
  max-width: 100%;
}

section.find-us {
  background-image: url(../../imgs/dl_app/bishopton_tandoori_\ takeaway_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}
section.find-us h4 {
  color: #6c757d;
}
section.find-us iframe {
  border-radius: 15px;
}

/* footer */
footer {
  background-color: #000;
  color: rgb(255, 255, 255);
  padding: 70px 0 20px 0;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  position: relative;
  position: relative;
}
footer::after {
  position: absolute;
  content: "";
  bottom: -200px;
  left: -200px;
  background-image: url(../../imgs/hero/BG.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 530px;
  height: 530px;
  z-index: 0;
}
footer::before {
  position: absolute;
  content: "";
  top: -200px;
  right: -200px;
  background-image: url(../../imgs/hero/BG.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 530px;
  height: 530px;
  z-index: 0;
}
footer .footer-logo img {
  width: 110px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
footer .navbar-social {
  display: flex;
}
footer .navbar-social a {
  background-color: rgba(0, 0, 0, 0);
  margin: 0px 4px 0px 0px;
  font-size: 17px;
  border-radius: 50%;
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;
}
footer .navbar-social a:hover i {
  transition: all 0.3s;
}
footer .navbar-social a i {
  color: #fff;
}
footer .navbar-social a i img {
  max-width: 30px;
}
footer a.d-flex img.shop-logo {
  max-width: 242px;
  max-height: 50px;
}
footer .footer-header {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #fff;
  text-align: left;
}
footer p {
  color: white;
  word-wrap: break-word;
  justify-content: center;
  text-align: center;
}
footer .shop-info {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
}
footer .shop-info a {
  font-size: 23px;
}
footer .shop-info span {
  margin: 0 auto;
  flex-wrap: wrap;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 380px) {
  footer .shop-info span {
    font-size: 10px;
  }
}
footer .app-img img {
  max-width: 220px;
}
footer #openinghour {
  width: 85%;
  margin: auto;
}

.mail-section {
  background-color: #000;
  padding: 20px 0;
  align-items: center;
  display: flex;
  color: #fff;
}
.mail-section p {
  margin-bottom: 0;
  margin-right: 20px;
  font-weight: 800;
  text-align: center;
}
.mail-section a {
  color: #fff;
  padding: 15px 50px;
  max-width: 250px;
  border-radius: 5px;
  background-color: #ED1C24;
}

.facebook-section {
  padding: 50px 0;
  background-color: #fff;
}
.facebook-section img {
  max-width: 100%;
}
.facebook-section .facebook-content {
  background-color: #fff;
  height: 100%;
  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;
}
.facebook-section span {
  color: #000;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 0;
  font-family: KievitSerif;
}
.facebook-section a.see-more {
  background-color: #000;
  padding: 15px 35px;
  color: #ED1C24;
  border-radius: 25px;
}
.facebook-section img,
.facebook-section .card {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.facebook-section svg {
  fill: #000;
  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;
}
.facebook-section svg:hover {
  fill: #ED1C24;
  transform: rotate(8deg);
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  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;
}

section.copyright {
  background-color: #f3f3f3;
}
section.copyright a.mealzo-link {
  color: #ED1C24;
}
section.copyright a.mealzo-link img {
  max-width: 150px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #fff;
  outline: none;
  background-color: #ED1C24;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
  transition: all 0.5s ease;
  border: 1px solid #ED1C24;
}
#myBtn:hover {
  color: #ED1C24;
  border: 1px dashed #ED1C24;
  background-color: white;
  box-shadow: rgba(245, 78, 0, 0.5) 0px 7px 29px 0px;
}

section.peyment-method {
  background-color: #fff;
  padding: 40px 0;
}
section.peyment-method div.row div.main-heading h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 45px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  section.peyment-method div.row div.main-heading h3 {
    margin-bottom: 90px;
    margin-top: 60px;
  }
}
section.peyment-method div.row img {
  width: 140px;
  display: block;
  margin: auto;
  margin: 0 10px;
}

.web-story {
  padding: 10px 0;
}
.web-story .stories-container {
  display: flex;
  padding: 0 20px;
  justify-content: flex-start;
  gap: 30px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .web-story .stories-container {
    overflow-x: scroll;
    justify-content: center;
  }
}
.web-story .stories-container .content {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.web-story .stories-container .imgContent {
  background: linear-gradient(#dd2a7b, #f58529);
  padding: 3px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.web-story .stories-container .imgContent .middleContent {
  background-color: #fff;
  padding: 4px;
  border-radius: 50%;
}
.web-story .stories-container .imgContent .middleContent img {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 300;
  vertical-align: middle;
}
.web-story .stories-container .storyTitle {
  margin: 10px 0;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
.web-story .story-full {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  justify-content: center;
  opacity: 0;
  z-index: 500;
  pointer-events: none;
  transition: all 100ms ease;
}
.web-story .story-full.active {
  opacity: 1;
  pointer-events: auto;
}
.web-story .story-full .content .close-btn {
  position: fixed;
  top: 32px;
  right: 32px;
  width: 32px;
  cursor: pointer;
}
.web-story .story-full .content .close-btn svg {
  width: 32px;
}
.web-story .story-full .content {
  display: flex;
  align-items: center;
  position: relative;
}
.web-story .story-full .content .story-title {
  position: absolute;
  top: 5px;
  left: 25px;
  /* transform: translateX(-50%); */
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  z-index: 105;
}
.web-story .story-full .content .story-btn {
  position: absolute;
  bottom: 5px;
  left: 130px;
  justify-content: center;
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #ED1C24;
}
.web-story .story-full .content .story-btn:hover {
  text-decoration: none;
}
.web-story .story-full .img-content {
  height: 80%;
  width: 400px;
  /* border-radius: 10px; */
  /* background-color: #dd2a7b; */
  position: relative;
}
.web-story .story-full .img-content .img-story {
  height: 100%;
  width: 400px;
  border-radius: 10px;
  position: absolute;
  z-index: 100;
}
.web-story .story-full .img-content .profile {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 105;
  border-radius: 50%;
  margin: 15px 10px;
}
.web-story .story-full .content .right-arrow,
.web-story .story-full .content .left-arrow {
  cursor: pointer;
  /* background-color: #fff; */
  border-radius: 50%;
  padding: 8px;
  margin: 5px 10px;
  justify-content: center;
}
.web-story .story-full .content .right-arrow {
  transform: rotate(180deg);
}
@media (max-width: 700px) {
  .web-story .story-full img {
    width: 65%;
    height: auto;
  }
}
.web-story .myProgress {
  width: 96%;
  z-index: 110;
  position: absolute;
  margin: 5px 2%;
  background-color: #aaa;
  border-radius: 5px;
}
.web-story #myBar {
  width: 1%;
  height: 2px;
  border-radius: 5px;
  background-color: #eee;
}

.fade-right {
  animation: fade-right 0.7s ease-in-out;
}

@keyframes fade-right {
  0% {
    transform: translateX(-150px);
    opacity: 0;
    -webkit-transform: translateX(-150px);
    -moz-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -o-transform: translateX(-150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
.fade-two {
  animation: fade-two 1.2s ease-in-out;
}

@keyframes fade-two {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    transform: rotate(-115deg);
    opacity: 1;
  }
}
.fade-top {
  animation: fade-top 0.7s ease-in-out;
}

@keyframes fade-top {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-left {
  animation: fade-left 0.7s ease-in-out;
}
@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .fade-right {
  animation: fade-right 1s ease-in-out;
}
@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;
  }
}/*# sourceMappingURL=style2.css.map */