.main-color {
  color: #dfeaa5;
}

@font-face {
  font-family: Montilge;
  src: url(../../Fonts/Montilge/Montilge.ttf);
}
@font-face {
  font-family: poppins;
  src: url(../../Fonts/poppins/Poppins-Regular.ttf);
}
body {
  font-family: poppins !important;
  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;
  background-attachment: fixed;
  overflow-x: hidden !important;
}

.add-btn {
  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;
  padding: 4px;
}
.add-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;
}
.add-btn svg path {
  fill: #151a73;
}
.add-btn span {
  background-color: #dfeaa5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-family: Montilge;
  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;
}
.add-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;
}
.add-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;
}
.add-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;
}

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: #151a73;
}

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/New_sahiwal_kirkintilloch-Food.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}
@media (max-width: 1200px) {
  .index-hero {
    min-height: -moz-max-content;
    min-height: max-content;
    background-position: 9% 50%;
  }
}

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

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

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

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

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

/* section hero */
.hero-section {
  color: #fff;
  padding: 120px 0;
}
.hero-section h1 {
  font-family: Montilge;
  font-size: 4.5rem;
  font-weight: bolder;
  margin-bottom: 0;
  color: #dfeaa5;
  text-shadow: 0 3px 10px #151a73;
  display: ruby;
  text-transform: capitalize;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .hero-section h1 {
    font-size: 4rem;
  }
}
@media (max-width: 576px) {
  .hero-section h1 {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .hero-section h1 {
    font-size: 2.5rem;
  }
}
.hero-section p {
  font-size: 25px;
}
@media (max-width: 768px) {
  .hero-section p {
    font-size: 1rem;
  }
}
.hero-section a.add-btn {
  display: flex;
  justify-content: center;
  align-self: center;
  font-family: Montilge;
  text-transform: uppercase;
  font-size: 16px;
}
.hero-section a.add-btn span {
  border: 3px solid #05011b;
  background-color: #dfeaa5;
  color: #151a73;
  padding: 25px 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 3px;
  font-weight: bolder;
}
.hero-section a.add-btn i {
  border: 2px solid #05011b;
  background-color: #dfeaa5;
  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 .hero-img {
  max-width: 100%;
  align-items: center;
  height: -moz-max-content;
  height: max-content;
  margin-top: -110px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@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 svg path {
  fill: #151a73;
}

section.more-about-us-section {
  background-color: #151a73;
  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: #dfeaa5;
}
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-image: linear-gradient(to bottom, #eff4d4, #dfeaa5);
  padding: 80px 0;
}
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: #dfeaa5;
  padding: 10px;
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
section.special .card img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 250px;
  height: 250px;
  margin: auto;
  display: flex;
  justify-content: center;
}
section.special .card a.order-btn {
  position: absolute;
  top: 0%;
  right: 0%;
  border: 5px solid #151a73;
  background-color: #dfeaa5;
  color: #151a73;
  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: #151a73;
  padding: 60px 10px 0 10px;
  text-align: center;
  font-size: 19px;
}
section.special svg path {
  fill: #151a73;
}
section.special a.add-btn {
  display: flex;
  justify-content: center;
  align-self: center;
  font-family: Montilge;
  text-transform: uppercase;
  font-size: 16px;
}
section.special a.add-btn span {
  border: 3px solid #05011b;
  background-color: #dfeaa5;
  color: #151a73;
  padding: 25px 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 3px;
  font-weight: bolder;
}
section.special a.add-btn i {
  border: 2px solid #05011b;
  background-color: #dfeaa5;
  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 .swiper {
  padding: 20px 0;
  margin-top: 40px;
}
section.special .swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
section.special h3 {
  font-family: Montilge;
  font-size: 4.5rem;
  font-weight: bolder;
  margin-bottom: 0;
  color: #151a73;
  text-shadow: 0 3px 10px #dfeaa5;
  display: ruby;
  text-transform: capitalize;
  padding: 5px 0;
}
@media (max-width: 767px) {
  section.special h3 {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  section.special h3 {
    font-size: 35px;
  }
}
section.special .main-header {
  margin-bottom: 10px;
}
section.special .section-header h3 {
  font-family: Montilge;
  font-size: 4.5rem;
  font-weight: bolder;
  margin-bottom: 20px;
  color: #dfeaa5;
  text-shadow: 0 3px 10px #151a73;
  display: ruby;
  text-transform: capitalize;
  padding: 5px 0;
}
@media (max-width: 768px) {
  section.special .section-header h3 {
    font-size: 3rem;
  }
}
section.special .section-header p {
  margin-bottom: 20px;
}
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: #151a73;
  padding: 10px;
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
section.special .card img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 250px;
  margin: auto;
  display: flex;
  justify-content: center;
}
section.special .card a.order-btn {
  position: absolute;
  top: 0%;
  right: 0%;
  border: 2px solid #151a73;
  background-color: #dfeaa5;
  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: #dfeaa5;
  padding: 30px 10px;
  text-align: center;
}

.category {
  text-align: center;
  color: #fff;
}
.category .container-fluid {
  padding: 0;
}
@media (max-width: 1200px) {
  .category .container-fluid {
    padding: 16px;
  }
}
.category .col-12 {
  padding: 0;
}
@media (max-width: 1200px) {
  .category .col-12 {
    padding: 16px;
  }
}
.category .inner-content {
  padding: 20px 20px 20px 50px;
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .category .inner-content {
    padding: 16px;
  }
}
.category .inner-content p {
  font-size: 16px;
}
.category .inner-content h3 {
  font-family: Montilge;
  font-size: 3rem;
}
@media (max-width: 1200px) {
  .category .inner-content h3 {
    font-size: 2.7rem;
  }
}
@media (max-width: 768px) {
  .category .inner-content h3 {
    font-size: 2rem;
  }
}
.category .inner-content a.add-btn {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: Montilge;
  text-transform: uppercase;
  font-size: 16px;
}
.category .inner-content a.add-btn span {
  border: 3px solid #05011b;
  background-color: #dfeaa5;
  color: #151a73;
  padding: 20px 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 3px;
  font-weight: bolder;
}
.category .inner-content a.add-btn i {
  border: 2px solid #05011b;
  background-color: #dfeaa5;
  color: #fff;
  padding: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.category .inner-content a.add-btn i img {
  max-width: 40px;
}
@media (max-width: 1200px) {
  .category .inner-content a.add-btn {
    margin: auto;
  }
}
.category img {
  max-width: 100%;
  display: flex;
}
@media (max-width: 991px) {
  .category .section-header {
    margin-bottom: 0;
  }
}
.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: Montilge;
  font-size: 4.5rem;
  font-weight: bolder;
  margin-bottom: 20px;
}
.section-header p {
  margin-bottom: 20px;
}

section.gallery {
  padding: 180px 0;
  position: relative;
  /* Main CSS */
}
@media (max-width: 992px) {
  section.gallery {
    padding: 80px 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 {
  color: #fdfdfd;
  font-size: 50px;
  line-height: 50px;
  margin: 10px 0 50px 0;
  text-align: center;
}
@media (max-width: 768px) {
  section.gallery h3 {
    font-size: 48px;
  }
}
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 .container .row .col-12 .gallery-card {
  margin-bottom: 20px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}
section.gallery .container .row .col-12 .gallery-card #trapezoid {
  border-bottom: 100px solid #dfeaa5;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  height: 0;
  width: 100px;
  background-color: rgba(7, 5, 64, 0.7411764706);
}
section.gallery .container .row .col-12 .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 .container .row .col-12 .gallery-card .gallery-card-content img {
  width: 200px;
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content p {
  color: #fdfdfd;
  font-size: 24px;
  line-height: 40px;
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content h4 {
  color: #fdfdfd;
  font-size: 32px;
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content .gallery-card-content-btn {
  background-color: #dfeaa5;
  padding: 10px 20px;
  margin-top: 50px;
  color: #fdfdfd;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
section.gallery .container .row .col-12 .gallery-card .gallery-card-content .gallery-card-content-btn:hover {
  text-decoration: none;
}
section.gallery .container .row .col-12 .card1 {
  background-image: url(./../../imgs/gallery/gogoTakeaway-Pizza.png);
}
section.gallery .container .row .col-12 .card2 {
  background-image: url(./../../imgs/gallery/gogoTakeaway-Fish&Chips.png);
}
section.gallery .container .row .col-12 .card3 {
  background-image: url(./../../imgs/gallery/gogoTakeaway-Kebab.png);
}
section.gallery a {
  width: 100%;
}
section.gallery img {
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
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;
  grid-row: span 1;
}
section.gallery .grid-wrapper .tall {
  grid-column: span 1;
  grid-row: span 2;
}
section.gallery .grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

section.about-us {
  padding: 100px 0;
  color: #fff;
}
section.about-us .inner-content {
  display: flex;
  flex-direction: column;
  text-align: left;
}
section.about-us .inner-content h3 {
  font-family: Montilge;
  font-size: 3rem;
  font-weight: bolder;
  color: #dfeaa5;
}
@media (max-width: 1200px) {
  section.about-us .inner-content h3 {
    font-size: 2.7rem;
  }
}
@media (max-width: 576px) {
  section.about-us .inner-content h3 {
    font-size: 2rem;
  }
}
section.about-us .inner-content p {
  color: #fff;
  font-size: 16px;
}
section.about-us .inner-content a {
  border: 2px solid #05011b;
  background-color: #dfeaa5;
  color: #151a73;
  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;
}
section.about-us .inner-content a:hover {
  background-color: #dfeaa5;
  color: #151a73;
}
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 {
  padding: 100px 0 64px 0;
  color: #000;
  background-color: #dfeaa5;
  position: relative;
}
@media (max-width: 991px) {
  section.dl-app {
    margin: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
}
section.dl-app .food-delivery {
  position: relative;
  width: 300px;
  z-index: 9;
  margin: 40px 0;
  display: flex;
}
section.dl-app .food-delivery #food-delivery {
  position: absolute;
  height: 200px;
  top: -200px;
  left: -700px;
}
section.dl-app img.dl-app-link {
  width: 200px;
  margin: 0 10px 0 0;
}
section.dl-app img {
  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 #151a73;
  padding: 30px 0;
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
  font-family: Montilge;
}
section.dl-app h3.dl-ur-app-heading img {
  width: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-top: -30px;
}
@media (max-width: 1200px) {
  section.dl-app h3.dl-ur-app-heading img {
    margin: 2px;
    width: 60px;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  color: #151a73;
  background-color: #dfeaa5;
}
@media (max-width: 1200px) {
  section.reviews {
    padding: 16px 0 0 0;
  }
}
section.reviews .container-fluid {
  padding: 0;
}
@media (max-width: 1200px) {
  section.reviews .container-fluid {
    padding: 0 16px;
  }
}
section.reviews .col-12 {
  padding: 0;
}
@media (max-width: 1200px) {
  section.reviews .col-12 {
    padding: 16px;
  }
}
section.reviews h3 {
  font-family: Montilge;
  font-size: 3.5rem;
  font-weight: bolder;
  margin-bottom: 20px;
  color: #151a73;
}
@media (max-width: 768px) {
  section.reviews h3 {
    font-size: 2.9rem;
  }
}
section.reviews .comment-section {
  max-width: 80%;
  margin: auto;
}
@media (max-width: 1200px) {
  section.reviews .comment-section {
    max-width: 100%;
  }
}
section.reviews .comment-section .fa {
  font-size: 30px;
}
section.reviews .comment-section .comment-text {
  text-align: center;
  font-size: 17px;
  margin: 0 auto;
}
section.reviews .comment-section .stars {
  max-width: 100px;
}
section.reviews .comment-section .comment-writter-name {
  color: #151a73;
  font-size: 18px;
  align-items: center;
  display: flex;
  margin: auto;
  justify-content: center;
  text-transform: capitalize;
  margin-top: 30px;
}
section.reviews .comment-section .comment-writter-name img.review-avatar {
  max-width: 50px;
  margin-right: 20px;
}
section.reviews iframe {
  height: 550px;
  width: 98%;
}
@media (max-width: 991px) {
  section.reviews iframe {
    height: 400px;
    width: 100%;
  }
}

.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 img {
  max-width: 180px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
footer h6 {
  color: #fff;
  font-size: 30px;
  font-family: Montilge;
  font-weight: bolder;
  margin-bottom: 20px;
  text-align: center;
}
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: transparent;
  border: 1.5px solid #dfeaa5;
}
.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;
}
.contact-us {
  background-color: #151a73;
  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;
}

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

.openinghours {
  background-image: url(../../imgs/hero/New_sahiwal_kirkintilloch-tandoori.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px;
  color: #000;
}
@media (max-width: 768px) {
  .openinghours {
    padding: 40px 0;
  }
}
.openinghours .openinghour-wrapper {
  background-color: rgba(255, 255, 255, 0.862745098);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  padding: 20px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  display: flex;
  flex-direction: column;
}
.openinghours .opening-img {
  max-width: 200px;
}
.openinghours #openinghour .d-flex:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

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

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

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

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

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

section.copyright {
  padding: 30px 0;
}
section.copyright svg {
  fill: #fff;
}
section.copyright .copyright-inner {
  display: flex;
}
@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;
}
@media (max-width: 480px) {
  section.copyright p {
    font-size: 11px;
    line-height: 20px;
    padding: 5px;
  }
}
section.copyright a.mealzo-link {
  color: #151a73 !important;
}
section.copyright a.mealzo-link img {
  max-width: 150px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montilge;
}/*# sourceMappingURL=style2.css.map */