.main-color {
  color: #FCAF17;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: Worksans;
  src: url(../../Fonts/Worksans/WorkSansRegular.ttf);
}
@font-face {
  font-family: ArchivoBlack;
  src: url(../../Fonts/Archivo_Black/ArchivoBlack-Regular.ttf);
}
@font-face {
  font-family: Allura;
  src: url(../../Fonts/Allura/AlluraRegular.ttf);
}
html {
  scroll-behavior: smooth;
}

body {
  transition: ease-in-out 0.4s;
  overflow-x: hidden !important;
}

.main-text {
  padding: 40px 0;
  background-color: #FCAF17;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 768px) {
  .main-text {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .main-text {
    font-size: 20px;
  }
}
@media (max-width: 380px) {
  .main-text {
    font-size: 16px;
  }
}

.snowflake {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 9;
  background-image: url(../../imgs/snow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

.order-btn {
  background-color: #FCAF17;
  padding: 15px 35px;
  border: 3px solid #FCAF17;
  color: #000;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 30px;
  font-weight: bolder;
}
.order-btn:hover {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

header {
  background-color: #121212;
  width: 100%;
  padding: 0 20px;
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  position: relative;
}
header::after {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  content: "";
  background-image: url(../../imgs/about-wave.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 200%;
  display: flex;
}
@media (max-width: 991px) {
  header {
    padding: 0 20px;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .navbar-brand .shop-logo {
  display: flex;
  justify-content: center;
  max-width: 120px;
  border-radius: 5px;
  width: 140px;
}
@media (max-width: 480px) {
  header .navbar-brand .shop-logo {
    max-width: 100px;
  }
}
header .navbar-nav {
  padding: 0;
}
@media (min-width: 991px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header .navbar-nav .nav-item.active .nav-link {
  color: #FCAF17;
  border-bottom: 4px solid #FCAF17 !important;
  padding: 0 !important;
}
header .navbar-nav .nav-item.active .nav-link:hover {
  border-bottom-color: #fff !important;
}
@media (max-width: 991px) {
  header .navbar-nav .nav-item.active .nav-link {
    border: none !important;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
header section.menu-section nav {
  padding: 0;
}
@media (min-width: 991px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
}
header section.menu-section nav .navbar-toggler {
  color: #FCAF17;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .btn {
  padding: 0 !important;
}
header section.menu-section nav .btn a {
  background-color: #FCAF17;
  border-radius: 20px;
  padding: 12px 20px !important;
  color: #000 !important;
  border-bottom: none !important;
}
header section.menu-section nav .btn a:hover {
  border-bottom: none !important;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
header section.menu-section nav .header-links .nav-item {
  color: #fff;
  font-family: Worksans;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  padding: 17px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  header section.menu-section nav .header-links .nav-item {
    padding-bottom: 10px;
    width: 100%;
    justify-content: center;
    display: flex;
  }
}
header section.menu-section nav .header-links .nav-item a.nav-link {
  color: #fff;
  padding: 0;
  font-size: 17px;
  border-bottom: 4px solid transparent;
}
@media (max-width: 1100px) {
  header section.menu-section nav .header-links .nav-item a.nav-link {
    font-size: 13px;
  }
}
header section.menu-section nav .header-links .nav-item a.nav-link:hover {
  border-color: #fff;
}
@media (max-width: 1200) {
  header section.menu-section nav .header-links .nav-item a.nav-link:hover {
    border: none;
  }
}
@media (max-width: 1170px) {
  header section.menu-section nav .header-links .nav-item {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  header section.menu-section nav .header-links .nav-item {
    font-size: 17px;
  }
}
header section.menu-section nav .header-links .nav-item .dropdown-menu {
  background-color: rgb(0, 0, 0);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item {
  color: #9d9d9d;
  z-index: 999;
}
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item:focus,
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000000;
}

/* section hero */
section.hero-section {
  padding: 0 30px 30px 30px;
  color: #121212;
}
@media (max-width: 768px) {
  section.hero-section {
    padding: 0 0 50px 0;
  }
}
section.hero-section .hero-img {
  position: relative;
  display: flex;
  justify-content: center;
}
section.hero-section .hero-inner {
  margin-left: 0;
}
@media (max-width: 1200px) {
  section.hero-section .hero-inner {
    margin-left: unset;
  }
}
section.hero-section img {
  border-radius: 50%;
  max-width: 80%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 28px #fca316;
}
@media (max-width: 991px) {
  section.hero-section img {
    padding: 15px;
    max-width: 90%;
  }
}
section.hero-section h1 {
  font-size: 5.5rem;
  font-weight: 700;
  color: #FCAF17;
  text-transform: uppercase;
  -webkit-text-stroke: 4px #000000;
  paint-order: stroke fill;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  section.hero-section h1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 768px) {
  section.hero-section h1 {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  section.hero-section h1 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  section.hero-section h4 {
    color: #fff;
    text-transform: uppercase;
    -webkit-text-stroke: 0.1rem #000;
  }
}
section.hero-section p {
  max-width: 550px;
  font-size: 16px;
}
@media (max-width: 991px) {
  section.hero-section p {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  section.hero-section p {
    margin: auto;
  }
}
section.hero-section h2 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #FCAF17;
  margin-top: -10px;
  -webkit-text-stroke: 4px #000000;
  paint-order: stroke fill;
}
@media (max-width: 1200px) {
  section.hero-section h2 {
    font-size: 4.5rem;
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  section.hero-section h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 576px) {
  section.hero-section h2 {
    font-size: 2.7rem;
  }
}
section.hero-section h2 a {
  border-radius: 20px;
}
section.hero-section h2 a:hover {
  background-color: #121212;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  section.hero-section h2 a {
    margin-right: auto;
    margin-left: auto;
  }
}
section.hero-section .buttons {
  display: flex;
  flex-direction: row;
}
@media (max-width: 480px) {
  section.hero-section .buttons {
    flex-direction: column;
  }
}

/* more about us section */
section.more-about-us {
  background-color: #fff;
}
section.more-about-us .col-12 {
  height: 100%;
  padding: 0;
}
section.more-about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 70px;
  text-transform: capitalize;
  color: #FCAF17;
}
section.more-about-us div.about-us-content .about-us-img {
  padding: 0%;
}
@media (max-width: 991px) {
  section.more-about-us div.about-us-content .about-us-img {
    padding: 5% 22% 1% 22%;
    max-width: 80%;
    margin: auto;
    display: flex;
  }
}
@media (max-width: 768px) {
  section.more-about-us div.about-us-content .about-us-img {
    padding: 5% 15%;
  }
}
@media (max-width: 567px) {
  section.more-about-us div.about-us-content .about-us-img {
    padding: 5% 10%;
  }
}
section.more-about-us div.about-us-content h5 {
  font-size: 15px;
}
@media (max-width: 350px) {
  section.more-about-us div.about-us-content h5 {
    font-size: 11px;
  }
}
section.more-about-us div.about-us-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  margin-bottom: 50px;
  font-weight: bolder;
}
section.more-about-us div.about-us-content div.shop-about-text {
  padding: 13% 17%;
}
@media (max-width: 1200px) {
  section.more-about-us div.about-us-content div.shop-about-text {
    padding: 9%;
  }
}
@media (max-width: 991px) {
  section.more-about-us div.about-us-content div.shop-about-text {
    padding: 0% 23% 5% 23%;
  }
}
@media (max-width: 768px) {
  section.more-about-us div.about-us-content div.shop-about-text {
    padding: 0% 15% 10% 15%;
  }
}
section.more-about-us div.about-us-content div.shop-about-text h3 {
  margin-bottom: 20px;
  color: #FCAF17;
  font-size: 37px;
  line-height: 33px;
  font-weight: bolder;
  letter-spacing: -2px;
}
@media (max-width: 1200px) {
  section.more-about-us div.about-us-content div.shop-about-text h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  section.more-about-us div.about-us-content div.shop-about-text h3 {
    margin-bottom: 20px;
    font-size: 37px;
    line-height: 33px;
    font-weight: bolder;
    letter-spacing: -2px;
    font-family: Worksans;
  }
}
@media (max-width: 768px) {
  section.more-about-us div.about-us-content div.shop-about-text h3 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  section.more-about-us div.about-us-content div.shop-about-text h3 {
    font-size: 20px;
  }
}
section.more-about-us div.about-us-content div.shop-about-text p {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1200px) {
  section.more-about-us div.about-us-content div.shop-about-text p {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  section.more-about-us div.about-us-content div.shop-about-text p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  section.more-about-us div.about-us-content div.shop-about-text p {
    padding-top: 40px;
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  section.more-about-us div.about-us-content div.shop-about-text p {
    padding-top: 20px;
  }
}

section.category {
  padding: 80px 0;
  position: relative;
}
section.category::before {
  position: absolute;
  content: "";
  background-image: url(../../imgs/hero/wave2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
  display: flex;
}
@media (max-width: 768px) {
  section.category::before {
    height: 30%;
  }
}
@media (max-width: 576px) {
  section.category::before {
    height: 15%;
  }
}
section.category h3 {
  font-weight: bold;
  font-size: 45px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 50px;
  text-transform: capitalize;
  color: #121212;
}
@media (max-width: 768px) {
  section.category h3 {
    font-size: 35px;
  }
}
section.category .card {
  background-color: transparent;
  border-color: transparent;
  transition: ease-in-out 0.7s;
  border-radius: 2.25rem;
  padding: 0;
}
section.category .card:hover {
  transform: scale(1.1);
}
section.category .card:hover a {
  text-decoration: none !important;
}
section.category .card:hover .card-title {
  display: flex;
}
section.category .card .card-img-top {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 28px #fca316;
  position: relative;
}
section.category .card .card-title {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3450980392);
  border-radius: 50%;
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  transition: ease-in-out 0.7s;
  display: none;
}

.specialOffer {
  background-image: url(../../imgs/specialOffer/Maestro-BBQ-&-Grill-Glasgow-food.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 600px;
  display: flex;
}
@media (max-width: 991px) {
  .specialOffer {
    background-attachment: unset;
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .specialOffer {
    background-attachment: unset;
    min-height: 400px;
  }
}
.specialOffer h1 {
  font-size: 37px;
  font-weight: bolder;
  font-family: worksans;
  text-align: center;
  padding: 0 15px;
  color: rgb(255, 0, 0);
  text-shadow: -3px -2px rgba(255, 255, 255, 0.6392156863);
  background-image: linear-gradient(to left, transparent, rgba(202, 202, 202, 0.2745098039), rgba(255, 255, 255, 0.4470588235), rgba(190, 190, 190, 0.2784313725), transparent);
  padding: 15px;
}
@media (max-width: 991px) {
  .specialOffer h1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .specialOffer h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .specialOffer h1 {
    font-size: 22px;
  }
}

.gallery {
  background-color: #121212;
  padding: 50px;
}
@media (max-width: 991px) {
  .gallery {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .gallery {
    padding: 30px 20px;
  }
}
.gallery .swiper-slide {
  transition: ease-in-out 0.7s;
}
.gallery .swiper-slide:hover {
  transform: scale(1.1);
}
.gallery .swiper-slide a {
  text-decoration: none;
}
.gallery .gallery-img {
  width: 100%;
  height: 90%;
  padding: 2px;
  border-radius: 25%;
}
.gallery .title {
  text-align: center;
  margin: 5px 0;
  color: #fff !important;
  font-size: 15px;
}

.deals {
  padding: 0 0 30px 0;
}
.deals .card {
  position: relative;
  min-height: 280px;
  border-radius: 30px;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.deals .card a {
  transform: rotate(-45deg);
  width: 100%;
}
.deals .card a h4 {
  color: #ffffff;
  font-weight: bolder;
  font-size: 30px;
  -webkit-text-stroke: 10px brown;
  paint-order: stroke fill;
  transform: rotate(20deg);
}
.deals .card-one {
  background-image: url(../../imgs/deals/Maestro-BBQ-&-Grill-Glasgow-pakora.jpeg);
}
.deals .card-two {
  background-image: url(../../imgs/deals/Maestro-BBQ-&-Grill-Glasgow-Chicken-Wings.jpg);
}
.deals .card-three {
  background-image: url(../../imgs/deals/Maestro-BBQ-&-Grill-Glasgow-Margherita-Pizza.jpg);
}
.deals .card-four {
  background-image: url(../../imgs/deals/Maestro-BBQ-&-Grill-Glasgow-Doner-Kebab.jpg);
}
.deals .card-five {
  background-image: url(../../imgs/deals/Maestro-BBQ-&-Grill-Glasgow-wraps.jpg);
}
.deals .card-six {
  background-image: url(../../imgs/deals/Maestro-BBQ-&-Grill-Glasgow-Pasta.jpg);
}
.deals .card-seven {
  background-image: url(../../imgs/deals/sandwich-with-grilled-chicken.jpg);
}
.deals .card-eight {
  background-image: url(../../imgs/deals/Maestro-BBQ-&-Grill-Glasgow-cakes.jpg);
}

.about-us {
  background-color: #FFF;
  color: #000;
  padding: 50px 0;
  position: relative;
}
.about-us::after {
  position: absolute;
  content: "";
  background-image: url(../../imgs/hero/wave2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  z-index: 0;
}
@media (max-width: 768px) {
  .about-us::after {
    height: 30%;
  }
}
@media (max-width: 576px) {
  .about-us::after {
    height: 15%;
  }
}
@media (max-width: 991px) {
  .about-us {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .about-us {
    padding: 50px 0 0 0;
  }
}
.about-us a {
  color: #121212;
  text-transform: capitalize;
  border: 2px solid #FCAF17;
  z-index: 2;
  position: relative;
}
.about-us a:hover {
  border-color: #FCAF17;
  color: #FCAF17;
  background-color: transparent;
  text-decoration: none;
}
@media (max-width: 991px) {
  .about-us a {
    margin-left: auto;
    margin-right: auto;
  }
}
.about-us h3 {
  position: relative;
  font-size: 45px;
  margin-bottom: 25px;
  color: #121212;
  z-index: 1;
  font-family: ArchivoBlack;
}
@media (max-width: 1200px) {
  .about-us h3 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .about-us h3 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .about-us h3 {
    font-size: 25px;
  }
}
.about-us p {
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .about-us p {
    max-width: 90%;
    font-size: 15px;
    margin: auto;
  }
}
.about-us img {
  max-width: 100%;
  border-radius: 50%;
  z-index: 1;
  padding: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 28px #fca316;
}
@media (max-width: 1200px) {
  .about-us img {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .about-us img {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .about-us img {
    margin-bottom: 30px;
    max-width: 70%;
  }
}

section.peyment-method {
  background-color: #FCAF17;
}
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;
}

section.dl-app {
  padding: 80px 0 0 0;
  background-color: #121212;
  color: #fff;
  position: relative;
}
section.dl-app::after {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  content: "";
  background-image: url(../../imgs/about-wave.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 40%;
  display: flex;
}
@media (max-width: 768px) {
  section.dl-app::after {
    height: 25%;
  }
}
section.dl-app h3 {
  font-family: ArchivoBlack;
  font-weight: bold;
  font-size: 44px;
  line-height: 70px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  section.dl-app h3 {
    line-height: 50px;
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  section.dl-app h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
section.dl-app div.inner-content {
  position: relative;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  transform: scale(1.2);
}
section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 0;
  width: 170px;
  transition: ease-in-out 0.7s;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content img.dl-app-link {
    width: 200px;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-12-20 14:30:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 80px 0;
}
section.reviews .container {
  background-color: #121212;
  border-radius: 34px;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 30px;
  color: #fff;
}
@media (min-width: 991px) {
  section.reviews h3 {
    font-size: 40px;
  }
}
section.reviews .comment-section {
  padding: 20px;
  text-align: center;
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #FCAF17;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}
section.reviews img {
  width: 25px !important;
  height: 25px;
  margin-right: 2px;
}
section.reviews .star-o {
  margin-left: 2px;
}

/* footer */
footer {
  background-color: #121212;
  color: rgb(255, 255, 255);
  padding: 0;
}
footer iframe {
  height: 450px;
}
@media (max-width: 991px) {
  footer iframe {
    height: 250px;
  }
}
footer .fa {
  font-size: 2rem;
  color: #fff;
}
footer ul {
  padding: 0;
  list-style: none;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li a {
  color: #fff;
  text-transform: capitalize;
  justify-content: center;
  display: flex;
  text-align: center;
  font-size: 18px;
  font-weight: bolder;
}
footer ul li a:hover {
  color: #FCAF17;
  text-decoration: none;
}
footer .social-media {
  width: 1.8rem;
}
footer .footer-border {
  border-left: 1px solid #FCAF17;
}
@media (max-width: 768px) {
  footer .footer-border {
    border-color: transparent;
  }
}
footer .footer-header {
  font-size: 23px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #FCAF17;
  margin-bottom: 20px;
}
footer .footer-details {
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  flex-direction: column;
  padding: 20px 0;
}
@media (max-width: 768px) {
  footer .footer-details {
    padding: 10px 0;
  }
}
footer .footer-details p {
  word-wrap: break-word;
  justify-content: center;
  text-align: center;
}
footer .footer-details img.dl-app {
  max-width: 180px;
}
footer #openinghour {
  width: 80%;
}
@media (max-width: 991px) {
  footer #openinghour {
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer #openinghour {
    width: 80%;
  }
}
footer p {
  font-weight: bolder;
}

.foods-tags {
  padding: 30px 0;
  background-color: #121212;
}
.foods-tags ul {
  padding: 0;
  margin: 0;
}
.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 18px;
  padding: 5px 10px;
  margin: 2px;
  background-color: transparent;
  font-weight: 500;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: bolder;
}
@media (max-width: 768px) {
  .foods-tags ul li {
    font-size: 14px;
  }
}
.foods-tags ul li a {
  color: #fff;
}
.foods-tags ul li a:hover {
  color: #FCAF17;
  text-decoration: none;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 17px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #d4621f;
  outline: none;
  background-color: #000;
  color: #d4621f;
  cursor: pointer;
  padding: 8px 15px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
#myBtn:hover {
  background-color: #ffffff;
}

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

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

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

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

section.copyright {
  background-color: #121212;
  color: #fff;
}
section.copyright .container {
  border-top: 1px solid #FCAF17;
  padding: 20px 0;
}
section.copyright a.mealzo-link {
  color: #FCAF17 !important;
}
section.copyright a.mealzo-link img {
  max-width: 150px;
}/*# sourceMappingURL=style2.css.map */