.main-color {
  color: #2A2874;
}

@font-face {
  font-family: BrushScript;
  src: url(../../Fonts/BrushScript/brush-script-mt-italic.ttf);
}
@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;
  background-color: #efefef;
  background-image: url(../../imgs/hero/Shaheds-Giffnock-Takeaway-food-background.jpg);
  background-position: center;
  background-repeat: repeat;
  overflow-x: hidden;
  background-attachment: fixed;
  position: relative;
}
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: #2A2874;
  font-family: Pacifico;
}

.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: #2A2874;
  font-weight: bolder;
  font-size: 20px;
  letter-spacing: 0.1rem;
}

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

/* 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: #2A2874;
  padding: 10px 0;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 1200px) {
  .top-header {
    margin-bottom: 2px;
    background-color: rgba(43, 40, 116, 0.6705882353);
  }
}
.top-header p {
  margin: 0;
  text-align: center;
  font-weight: bolder;
  color: #ddd;
}
@media (max-width: 450px) {
  .top-header p {
    font-size: 12px;
  }
}
@media (max-width: 340px) {
  .top-header p {
    font-size: 11px;
  }
}

.delivery-image {
  width: 100%;
  position: relative;
}
.delivery-image .delivery {
  max-width: 260px;
  position: absolute;
  animation: linear;
  animation-name: run;
  animation-duration: 5s;
  top: -10px;
}
@media (max-width: 991px) {
  .delivery-image .delivery {
    max-width: 160px;
    animation-duration: 3s;
  }
}
@keyframes run {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

header {
  position: relative;
  padding: 30px 0;
  margin: 0 15px;
  background-color: #bebebe;
  border-radius: 0 0 100px 100px;
}
@media (max-width: 1200px) {
  header {
    background-color: #2A2874;
    border-radius: 0 0 80px 80px;
    padding: 40px 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  header {
    background-color: #2A2874;
    border-radius: 0 0 40px 40px;
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  position: absolute;
  content: "";
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 130px;
}
@media (max-width: 1200px) {
  header .shop-logo {
    left: 5%;
    right: auto;
  }
}
header .shop-logo img {
  z-index: 99 !important;
  max-width: 160px;
}
@media (max-width: 1200px) {
  header .shop-logo img {
    max-width: 100px;
  }
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
  color: #000 !important;
}
@media (min-width: 1200px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 1200px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
header section.menu-section #overlay-content {
  display: none;
}
@media (min-width: 1440px) {
  header section.menu-section #overlay-content {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  header section.menu-section #overlay-content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 0;
    border-radius: 20px;
  }
}
header section.menu-section nav {
  padding-top: 10px;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  transition: width 0.45s;
}
header section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay .overlay-content .closebtn {
  text-decoration: unset;
  position: fixed;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #2A2874;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content .closebtn {
    display: none;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #2A2874;
  font-weight: bolder;
  border-bottom: 1px solid transparent;
  text-transform: capitalize;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  color: #020038 !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link .active {
  color: #2A2874 !important;
}
@media (min-width: 991px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin-left: 10px;
    margin-right: 0;
    font-size: 11px;
    color: #2A2874;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 16px;
    margin-left: 28px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #2A2874;
  color: black;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
    z-index: 8;
  }
}
header .header-btn {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
header .header-btn a.btn {
  background-color: #2A2874;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
}
header .header-btn a.btn:hover {
  color: #2A2874;
  border-color: #2A2874;
  background-color: #fff !important;
  box-shadow: #020038 0px 4px 12px;
}
@media (min-width: 1200px) {
  header .header-btn a.btn {
    margin-top: 10px;
  }
}
header .header-btn a.btn .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
header .header-btn a.btn .order-now-icon-main:hover {
  stroke: #2A2874;
}

section.hero-section {
  padding: 20px 0;
}
@media (max-width: 1400px) {
  section.hero-section {
    padding: 80px 0 0 0;
  }
}
section.hero-section .hero-small {
  max-width: 70px;
  margin-top: -50px;
  margin-left: -20px;
}
section.hero-section h1 {
  font-size: 70px;
  font-weight: bolder;
  letter-spacing: 0.03in;
  color: #2A2874;
  text-shadow: 1px 1px #ffffff;
  margin-bottom: 15px;
  font-family: BrushScript;
}
@media (max-width: 1200px) {
  section.hero-section h1 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  section.hero-section h1 {
    font-size: 29px;
  }
}
@media (max-width: 480px) {
  section.hero-section h1 {
    font-size: 30px;
  }
}
section.hero-section .imgs {
  display: flex;
  margin: 20px 10px;
  max-width: -moz-max-content;
  max-width: max-content;
}
section.hero-section .imgs:hover a {
  margin-left: 5px;
}
section.hero-section .imgs a {
  width: 55px;
  height: 55px;
  margin-left: -15px;
  transition: ease-in-out 0.7s;
}
section.hero-section .imgs img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 3px solid #2A2874;
}
section.hero-section p {
  font-weight: bolder;
  color: #6c6c6c;
}
section.hero-section a.btn {
  background-color: #2A2874;
  padding: 13px 25px;
  border-radius: 30px;
  justify-content: center;
  margin: 5px;
  color: #fff;
  border: 2px solid #2A2874;
}
section.hero-section a.btn:hover {
  background-color: transparent;
  color: #2A2874;
}
section.hero-section img {
  width: 120px;
  margin: 10px auto 30px auto;
}
@media (max-width: 768px) {
  section.hero-section img {
    width: 350px;
  }
}

#slider {
  padding: 40px 0;
}
#slider .swiper-hero .swiper-slide {
  min-height: 400px;
  border-radius: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  #slider .swiper-hero .swiper-slide {
    min-height: 470px;
  }
}
@media (max-width: 991px) {
  #slider .swiper-hero .swiper-slide {
    min-height: 370px;
    background-position: 14% 50%;
  }
}
#slider .swiper-hero .swiper-one {
  background-image: url(../../imgs/hero/slider/Shaheds-Giffnock-Takeaway-Glasgow-food.jpg);
}
#slider .swiper-hero .swiper-two {
  background-image: url(../../imgs/hero/slider/Shaheds-Giffnock-Takeaway-Glasgow-special-chicken.jpg);
}
#slider .swiper-hero .swiper-three {
  background-image: url(../../imgs/hero/slider/Shaheds-Giffnock-Takeaway-glasgow.jpg);
}
#slider .swiper-hero .swiper-slide-active .slide-img {
  animation: fade-right 1.5s ease-in-out;
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
#slider .swiper-hero .swiper-slide-active .slider-text {
  animation: fade-left 1.5s ease-in-out;
}
@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
#slider .swiper-hero div.slider-text {
  position: absolute;
  top: 30%;
  left: 2%;
  right: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 576px) {
  #slider .swiper-hero div.slider-text {
    margin: auto;
    right: 0;
  }
}
#slider .swiper-hero div.slider-text h1 {
  font-weight: bolder;
  font-family: BrushScript;
  color: #020038;
  font-size: 60px;
  text-align: center;
  text-shadow: 0 0 5px #fff;
  paint-order: stroke fill;
}
@media (max-width: 1230px) {
  #slider .swiper-hero div.slider-text h1 {
    font-size: 50px;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  #slider .swiper-hero div.slider-text h1 {
    font-size: 35px;
  }
}
#slider .swiper-hero div.slider-text h3 {
  font-weight: bolder;
  color: #fff;
  font-size: 40px;
  text-align: center;
  text-shadow: 0 0 5px #000;
  paint-order: stroke fill;
}
@media (max-width: 1230px) {
  #slider .swiper-hero div.slider-text h3 {
    font-size: 26px;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  #slider .swiper-hero div.slider-text h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  #slider .swiper-hero div.slider-text h3 {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  #slider .swiper-hero div.slider-text h3 {
    font-size: 20px;
    text-align: center;
  }
}
#slider .swiper-hero div.slider-text a {
  display: flex;
  background-color: #2A2874;
  color: #fff;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 12px 35px;
  border-radius: 25px;
  font-size: 16px;
  text-transform: uppercase;
  justify-content: center;
  margin: auto;
  text-align: center;
}
@media (max-width: 500px) {
  #slider .swiper-hero div.slider-text a {
    font-size: 12px;
    padding: 8px 20px;
  }
}
#slider .specialOffers {
  transition: ease-in-out 0.7s;
}
#slider .specialOffers img {
  border-radius: 20px;
}
#slider .specialOffers .swiper-slide {
  filter: grayscale(0.7);
}
#slider .specialOffers .swiper-slide-active {
  filter: grayscale(0);
  transition: ease-in-out 0.7s;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: none !important;
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: none !important;
}

/* more about us section */
.more-about-us-section {
  padding: 120px 0;
  position: relative;
  color: #000;
}
@media (max-width: 1200px) {
  .more-about-us-section {
    padding: 70px 0;
  }
}
.more-about-us-section::before {
  position: absolute;
  content: "";
  bottom: -5%;
  left: -10%;
  background-color: rgba(0, 0, 255, 0.096);
  border-radius: 50%;
  width: 400px;
  height: 400px;
}
@media (max-width: 1200px) {
  .more-about-us-section::before {
    display: none;
  }
}
.more-about-us-section h2 {
  font-weight: bolder;
  font-size: 28px;
  text-transform: capitalize;
  color: #000;
  text-align: left;
  margin: auto;
  font-family: ArchivoBlack;
}
@media (max-width: 1200px) {
  .more-about-us-section h2 {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .more-about-us-section h2 {
    font-size: 26px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .more-about-us-section h2 {
    font-size: 22px;
  }
}
.more-about-us-section h6 {
  margin: 10px 0;
  display: flex;
  justify-content: center;
}
.more-about-us-section .special-header {
  text-align: left;
}
.more-about-us-section img {
  border-radius: 20px;
  box-shadow: 0 0 20px #a7a7a7;
  margin: 20px;
  max-width: 90%;
}
@media (max-width: 1200px) {
  .more-about-us-section img {
    max-width: 80%;
    margin: 20px auto;
  }
}
.more-about-us-section .about-text {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .more-about-us-section .about-text {
    font-size: 14px;
  }
}
.more-about-us-section .add-btn {
  display: flex;
}
@media (max-width: 991px) {
  .more-about-us-section .add-btn {
    justify-content: center;
  }
}
.more-about-us-section a {
  background-color: #2A2874;
  color: #fff;
  border-radius: 25px !important;
  padding: 15px 30px;
  transition: all 0.5s ease;
  font-weight: bold;
}
.more-about-us-section a:hover {
  border-color: #2A2874;
  background-color: #2A2874;
  transform: scale(0.9);
}

section.special {
  position: relative;
  padding: 20px 50px;
  text-align: center;
}
@media (max-width: 768px) {
  section.special {
    padding: 20px 0;
  }
}
section.special::before {
  position: absolute;
  content: "";
  bottom: 15%;
  right: -8%;
  background-color: rgba(0, 0, 255, 0.169);
  border-radius: 50%;
  width: 700px;
  height: 700px;
  overflow-x: hidden;
}
@media (max-width: 1500px) {
  section.special::before {
    display: none;
  }
}
section.special .special-header {
  padding: 30px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
section.special .special-header h2 {
  color: #2A2874;
  margin-bottom: 0;
  font-family: BrushScript;
  font-size: 58px;
  font-weight: 100;
}
@media (max-width: 1200px) {
  section.special .special-header h2 {
    font-size: 35px;
    max-width: 90%;
    margin: auto;
  }
}
@media (max-width: 480px) {
  section.special .special-header h2 {
    font-size: 25px;
  }
}
section.special .main-header {
  margin-bottom: 10px;
}
section.special .mySwiper {
  margin: 40px 0;
  border-radius: 30px;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.special .mySwiper .card {
  background-color: transparent;
  border-radius: 50%;
  max-width: 300px;
}
section.special .mySwiper a {
  transition: ease-in-out 0.7s;
}
section.special .mySwiper a:hover {
  transform: scale(1.05);
}
section.special .mySwiper h3 {
  font-size: 50px;
  color: #000;
  font-family: serif;
}
section.special .mySwiper a {
  display: flex;
  flex-direction: column;
}
section.special .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.special .mySwiper a button {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  section.special .mySwiper a button {
    max-width: 300px;
  }
}
section.special .mySwiper img {
  max-width: 300px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  section.special .mySwiper img {
    max-width: 400px;
  }
}
@media (max-width: 576px) {
  section.special .mySwiper img {
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  section.special .mySwiper img {
    max-width: 250px;
  }
}
@media (max-width: 380px) {
  section.special .mySwiper img {
    max-width: 200px;
  }
}
section.special .mySwiper .swiper-pagination-bullet {
  background-color: antiquewhite;
}
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 h3 {
  margin-bottom: 52px;
  color: #2a2874;
  font-family: Poppins-bold;
  font-size: 32px;
}
@media (max-width: 576px) {
  section.special h3 {
    font-size: 25px;
  }
}
section.special .special-p {
  color: #666666;
}
section.special .card {
  background-color: #f3f3f3;
  box-shadow: 2px 2px 10px 3px rgba(247, 223, 212, 0.1);
  transition: 0.6s ease all;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid rgba(141, 140, 140, 0.1);
}
section.special .card:hover .img-holder p {
  visibility: visible;
  z-index: 3;
}
section.special .card .card-content .food-name h4 {
  color: #2A2874 !important;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -1px;
  text-transform: capitalize;
}
@media (max-width: 576px) {
  section.special .card .card-content .food-name h4 {
    font-size: 25px;
  }
}
section.special .card .img-holder {
  position: relative;
}
section.special .card .img-holder p {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin: auto;
  padding: 10px;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6078431373);
  color: #fff;
  border-radius: 15px 15px 2px 2px;
}
section.special .card img {
  border: 4px solid rgba(162, 162, 162, 0.8392156863);
  border-radius: 15px 15px 2px 2px;
}
section.special .card:hover {
  transform: scale(1.09);
  color: rgba(43, 40, 116, 0.6156862745);
  border-color: #2a2874;
  background-color: #2a2874;
}
section.special .card:hover a.main-btn {
  color: #2a2874;
  border-color: #2a2874;
  background-color: #fff;
}
section.special .card:hover .food-detail p {
  color: #fff;
}
section.special .card:hover .food-name h4 {
  color: #afacac !important;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -1px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  section.special .card:hover .food-name h4 {
    font-size: 25px;
  }
}
section.special .card a.main-btn {
  background-color: #2A2874;
  color: #fff;
  border: 2px solid #2A2874;
  margin-top: 20px;
  width: 100%;
  padding: 10px;
  border-radius: 2px 2px 15px 15px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 20px;
}
@media (min-width: 992px) {
  section.special .card a.main-btn {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  section.special .card a.main-btn {
    font-size: 16px;
  }
}
section.special div.order-container .d-flex {
  justify-content: space-evenly;
}

.banner {
  margin-top: -50px;
}
.banner h3 {
  color: #020038;
}
.banner .swiper {
  padding: 20px 80px;
  position: relative;
  background-color: #292929;
  border-radius: 40px;
}
.banner .swiper .swiper-button-prev,
.banner .swiper .swiper-button-next {
  background-image: url(../../imgs/main/prev-button.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  padding: 25px;
  top: -30px;
  margin: auto;
  transition: ease-in-out 0.3s;
  z-index: 999;
  display: none;
}
.banner .swiper .swiper-button-prev:hover,
.banner .swiper .swiper-button-next:hover {
  transform: scale(0.9);
}
@media (max-width: 767px) {
  .banner .swiper .swiper-button-prev,
  .banner .swiper .swiper-button-next {
    display: none;
  }
}
.banner .swiper .swiper-button-prev:after,
.banner .swiper .swiper-button-next:after {
  color: #fff;
}
.banner .swiper .swiper-button-next {
  left: unset;
  right: 0%;
}
.banner .swiper .swiper-button-prev {
  right: unset;
  left: 0%;
}
.banner .card {
  border: none;
  justify-content: center;
  text-align: center;
  background-color: transparent;
  padding: 0;
  transition: ease-in-out 0.3s;
}
.banner .card:hover {
  transform: scale(1.02);
  background-color: transparent;
}
.banner .card a {
  color: #2A2874;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .card a img {
  max-width: 100px;
}
@media (max-width: 991px) {
  .banner .card a img {
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  .banner .card a img {
    max-width: 100px;
  }
}
.banner .card span {
  font-size: 20px;
  font-weight: 900;
  text-transform: capitalize;
  color: #000;
  display: none;
}

#main .col-md-4 .banner-box {
  transition: 0.6s ease all;
  transition-delay: 2s;
}
#main .col-md-4 .banner-box:hover .banner-content {
  display: block;
  transition: 0.6s ease all;
  transition-delay: 2s;
}
#main .col-md-4 .banner-box img {
  width: 100%;
  position: relative;
  padding-left: 0%;
  padding-right: 0%;
}
#main .col-md-4 .banner-box .banner-content {
  content: "";
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0%;
  left: 0%;
  bottom: 0;
  width: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 999;
  min-width: 100%;
  display: none;
}
#main .col-md-4 .banner-box .banner-content button {
  top: 45%;
  left: 34%;
  position: absolute;
  background: transparent;
  color: #fff;
}

/* dwnloap app section */
section.dl-app {
  padding: 120px 0 80px 0;
  color: #000;
}
@media (max-width: 480px) {
  section.dl-app {
    padding: 20px 0 40px 0;
  }
}
section.dl-app .gif-card {
  position: absolute;
  content: "";
  top: -63px;
  right: 0;
  z-index: 1;
  background-color: #2A2874;
  border-radius: 50% 50% 50% 0;
  padding: 10px;
  width: 80px;
}
@media (max-width: 1200px) {
  section.dl-app .gif-card {
    position: unset;
    display: none;
  }
}
section.dl-app .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 .gif-card img {
    width: 70px;
  }
}
section.dl-app .app-mockup {
  justify-content: center;
  display: flex;
  margin: 0 auto;
  position: relative;
}
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%;
  width: 60.5%;
  border-radius: 43px 43px 61px 60px;
  padding: 20px;
}
@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-size: 5rem;
  margin-bottom: 20px;
  color: #2A2874;
  font-family: BrushScript;
}
@media (max-width: 768px) {
  section.dl-app div.inner-content h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 480px) {
  section.dl-app div.inner-content h2 {
    font-size: 2.5rem;
  }
}
section.dl-app div.inner-content p {
  color: #000;
}
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: 190px;
  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 #2A2874;
  }
}
@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: #2A2874;
  }
}
@media (max-width: 576px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin-top: 0;
    color: #2A2874;
  }
}
@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%;
    text-align: center;
    margin: 10px auto;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  background-image: url(../../imgs/hero/chillies-and-cream-plate-biryani.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  border-radius: 50px;
  min-height: 450px;
  color: #fff;
}
section.reviews .review-img {
  border-radius: 50px;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
section.reviews h3 {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 30px;
  line-height: 70px;
  font-family: ArchivoBlack;
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 20px;
    line-height: 50px;
  }
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  text-align: center;
  font-size: 20px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  margin-bottom: 9px;
  text-align: center;
  font-size: 25px;
}
section.reviews .comment-section .stars {
  text-align: center;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  padding: 1px 3px;
  border-radius: 5px;
}
section.reviews .comment-section .comment-quotation img {
  max-width: 60px;
  margin: auto;
  display: flex;
  justify-content: center;
}

/* footer */
.index-footer {
  background-color: rgba(190, 190, 190, 0.3490196078);
  border-radius: 100px 100px 0 0;
  margin: 0 15px;
}

footer {
  color: #2A2874;
  font-size: 16px;
  padding: 70px 0 0 0;
}
@media (max-width: 576px) {
  footer {
    padding: 50px 0 20px 0;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 70px 0 15px 0;
  }
}
footer .food-hygiene {
  max-width: 210px;
}
@media (max-width: 991px) {
  footer .food-hygiene {
    max-width: 150px;
  }
}
footer img.footer-logo {
  max-width: 100px;
  margin-bottom: 5px;
  border-radius: 50%;
}
footer h6.footer-title {
  font-family: BrushScript;
  font-size: 35px;
  font-weight: bolder;
}
footer p {
  text-align: left;
  font-size: 15px;
  max-width: 300px;
  font-weight: bolder;
}
footer .fa {
  color: #2A2874;
}
footer .fa:hover {
  color: #2A2874;
}
footer .highlight {
  font-size: 30px;
}
footer span {
  font-weight: bolder;
  font-size: 17px;
}
footer ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  padding-left: 50px;
}
@media (max-width: 1200px) {
  footer ul {
    padding: 0;
  }
}
@media (max-width: 991px) {
  footer ul {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li a {
  color: #2A2874;
  font-weight: bolder;
}
footer ul li a:hover {
  color: #2A2874;
}
footer ul li a svg {
  fill: #2A2874;
  font-weight: 600;
}

.contact-us {
  padding: 50px 0 100px 0;
  text-align: left;
  position: relative;
}
.contact-us::before {
  position: absolute;
  content: "Shahed's";
  top: 60%;
  left: -10%;
  font-size: 180px;
  color: #fff;
  -webkit-text-stroke: 7px #00025b;
  paint-order: stroke fill;
  font-family: BrushScript;
  transform: rotate(-90deg);
  display: flex;
  opacity: 0.4;
  z-index: 2;
}
@media (max-width: 1490px) {
  .contact-us::before {
    display: none;
  }
}
.contact-us::after {
  position: absolute;
  content: "";
  bottom: 40%;
  right: -20%;
  background-color: rgba(0, 0, 255, 0.169);
  border-radius: 50%;
  width: 700px;
  height: 700px;
  overflow-x: hidden;
  z-index: -1;
}
@media (max-width: 1200px) {
  .contact-us::after {
    display: none;
  }
}
@media (max-width: 480px) {
  .contact-us {
    padding: 20px 0 40px 0;
  }
}
.contact-us ul {
  padding-left: 15px;
}
.contact-us ul li {
  text-align: left;
}
@media (max-width: 991px) {
  .contact-us ul li {
    text-align: center;
  }
}
.contact-us ul li span {
  font-weight: bolder;
  margin-bottom: 15px;
  font-size: 17px;
  display: flex;
}
@media (max-width: 991px) {
  .contact-us ul li span {
    text-align: center;
    justify-content: center;
  }
}
.contact-us h3 {
  font-weight: bolder;
  font-family: BrushScript;
  color: #020038;
  font-size: 65px;
  text-align: left;
  text-shadow: 0 0 5px #fff;
  paint-order: stroke fill;
}
@media (max-width: 991px) {
  .contact-us h3 {
    text-align: center;
    justify-content: center;
    font-size: 45px;
  }
}
.contact-us iframe {
  height: 450px;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .contact-us iframe {
    height: 300px;
    border-radius: 0;
    margin: 0 auto 20px auto;
  }
}
.contact-us .navbar-social a {
  transition: ease-in-out 0.4s;
}
.contact-us .navbar-social a svg {
  color: #000;
  font-weight: 600;
  width: 25px;
  height: 25px;
}
.contact-us .navbar-social a:hover {
  transform: rotate(10deg);
}
.contact-us .navbar-social a:hover svg {
  fill: #000;
}
.contact-us #openinghour {
  max-width: 80%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .contact-us #openinghour {
    margin: auto;
    justify-content: center;
  }
}

.foods-tags {
  padding: 0;
}
.foods-tags ul.foods-link {
  padding: 10px 0;
}
.foods-tags ul.foods-link li {
  list-style: none;
  display: inline-block;
  border: 2px solid #2A2874;
  border-radius: 18px;
  padding: 5px 10px;
  margin: 2px;
  background-color: #f3f3f3;
  font-weight: 500;
  font-size: 13px;
}
.foods-tags ul.foods-link li a {
  color: #2A2874;
  font-weight: bolder;
}
@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 {
  border: 2px solid #020038;
  background-color: #fff;
}
.foods-tags ul.foods-link li:hover a {
  color: #020038;
}

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

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

::-moz-selection {
  background-color: #2A2874;
  color: white;
}

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

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

section.copyright .container {
  padding: 15px;
  border-top: 1px solid #646464;
}
section.copyright p {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bolder;
}
section.copyright a i {
  color: #fff;
}
section.copyright a:hover {
  color: #2A2874;
}
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 */