.main-color {
  color: #e8c46a;
}

@font-face {
  font-family: Commissioner;
  src: url(../../Fonts/Commissioner/Commissioner-Regular.ttf);
}
@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
body {
  overflow-x: hidden;
  font-family: Commissioner;
  background-color: #faf7f2;
}

html {
  scroll-behavior: smooth;
}

a:hover {
  text-decoration: none;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-left {
  animation: fade-left 0.7s ease-in;
}
.reveal.active .fade-top {
  animation: fade-top 0.7s ease-in-out;
}
.reveal.active .fade-bottom {
  animation: fade-bottom 0.7s ease-in-out;
}

@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-top {
  animation: fade-top 0.7s ease-in-out;
}

@keyframes fade-top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-bottom {
  animation: fade-bottom 0.7s ease-in-out;
}

@keyframes fade-bottom {
  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;
}

img {
  width: 100%;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.openmenuu {
  width: 100% !important;
}

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

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

header {
  background-color: #333;
  justify-content: center;
}
@media (max-width: 768px) {
  header {
    justify-content: space-between;
    padding: 0;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
  background: #fff;
  z-index: 220;
  border-radius: 0 0 50px 50px;
  border: 1px solid #fff;
}
header .shop-logo {
  max-width: 130px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 480px) {
  header .shop-logo {
    max-width: 120px;
  }
}
@media (min-width: 992px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section {
  padding: 10px 0;
  background-color: #333;
  height: 120px;
  align-items: center;
  display: flex;
}
header section.menu-section .navbar {
  padding: 20px 0;
}
@media (max-width: 768px) {
  header section.menu-section .navbar {
    padding: 0;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
@media (max-width: 992px) {
  header section.menu-section .navbar-expand-lg .navbar-nav {
    position: absolute;
    width: 100%;
    background-color: #474747;
    z-index: 999;
    border-radius: 16px;
  }
}
@media (min-width: 991px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav li {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (max-width: 991px) {
  header section.menu-section nav li {
    margin-bottom: 5px;
  }
}
header section.menu-section nav li .social-media {
  width: 1.8rem;
  display: inline-flex;
}
header section.menu-section nav li .fa {
  font-size: 2rem;
  color: #e8c46a;
}
header section.menu-section nav li a.nav-link {
  color: #e8c46a !important;
  position: relative;
  display: block;
  text-transform: uppercase;
  background: transparent;
  padding: 5px 10px;
  transition: 300ms;
  font-size: 16px;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  header section.menu-section nav li a.nav-link {
    font-size: 16px;
  }
}
header section.menu-section nav li a.nav-link:hover {
  color: #e8c46a !important;
  border-bottom: 1px #e8c46a solid;
}
header section.menu-section nav .shop-logo-menu {
  display: block;
}
@media (max-width: 992px) {
  header section.menu-section nav .shop-logo-menu {
    display: none !important;
  }
}
header section.menu-section nav .nav-item.active a {
  color: #e8c46a !important;
}
header section.menu-section nav .dropdown-menu {
  background-color: #fff;
  width: 250px;
  padding: 0;
}
@media (max-width: 450px) {
  header section.menu-section nav .dropdown-menu {
    width: 200px;
  }
}
header section.menu-section nav .dropdown-menu div {
  flex-wrap: wrap;
}
header section.menu-section nav .dropdown-menu div img {
  max-width: 90px;
  justify-content: center;
  display: flex;
  margin-bottom: 10px;
}
header section.menu-section nav .dropdown-menu div .dropdown-item {
  max-width: 49%;
  color: #e8c46a;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 15px;
  font-weight: 900;
  text-transform: uppercase;
}
header section.menu-section nav .dropdown-menu div .dropdown-item:hover {
  background-color: #e8c46a;
  color: #fff;
}
@media (max-width: 450px) {
  header section.menu-section nav .dropdown-menu div .dropdown-item {
    max-width: 49%;
    font-size: 11px;
  }
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #e8c46a;
  align-items: center;
}
header section.menu-section nav .navbar-toggler {
  color: #e8c46a;
  border-color: transparent;
  line-height: 2;
  align-items: center;
}
header section.menu-section nav .header-links {
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 65px;
  height: 80px;
}

header {
  padding: 10px 0;
  background-repeat: repeat-x;
  background-size: 400% 100%;
  animation: AnimationName 3s linear infinite;
  /* required */
}
@keyframes AnimationName {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .navbar-nav {
  padding: 0px 10px;
  border: 1px solid #ddd;
  border-radius: 80px;
  height: 100px;
  overflow: visible;
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  header .navbar-nav {
    border: unset;
    height: unset;
  }
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
}
@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: 1200px) {
  header section.menu-section #overlay-content {
    display: flex;
  }
}
header section.menu-section nav {
  padding: 10px 0;
}
@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: 9999;
  left: 0;
  top: 0;
  background-color: #f2f2f2;
  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;
    justify-content: center;
    align-items: center;
  }
}
@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: #e8c46a;
}
@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.active {
  color: #e8c46a !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #fff;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  color: #e8c46a !important;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin-right: 25px;
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 16px;
    margin: 0 20px;
    font-weight: bolder;
  }
}
@media (max-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    color: rgb(0, 0, 0);
  }
}
@media (max-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link:last-of-type {
    margin-bottom: 20px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #e8c46a;
  color: black;
}
header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
  background-color: #e8c46a;
  border-radius: 10px !important;
  padding: 8px 15px 8px 15px;
  color: #fff;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
    padding: 8px 17px 6px 13px;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
    padding: 14px 25px 13px 19px;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
  }
}
header section.menu-section .navbar-social .fa {
  color: rgb(255, 255, 255);
}
@media (min-width: 1200px) {
  header section.menu-section .navbar-social {
    display: none;
  }
}
@media (max-width: 1200px) {
  header section.menu-section .navbar-social {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  header .nav-inner {
    width: 100%;
  }
}

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

.dropdown-menu {
  border: 2px solid #dbbf7a;
}
.dropdown-menu .dropdown-item {
  min-height: 40px;
  color: #632108;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #dbbf7a;
}

.top-header {
  background-color: #333;
  text-align: center;
  display: none;
}
@media (max-width: 991px) {
  .top-header {
    display: block;
  }
  .top-header .shop-name img {
    width: 100px;
    border-radius: 0 0 30px 30px;
  }
}

/* section hero */
section.hero-section {
  padding: 80px 0;
  background-color: #333;
  max-height: 800px;
  background-image: url("../../imgs/hero-background.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  section.hero-section {
    max-height: 500px;
    padding: 30px 0;
  }
}
section.hero-section div.inner-content {
  text-align: center;
}
section.hero-section div.inner-content h3 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 768px) {
  section.hero-section div.inner-content h3 {
    font-size: 2rem;
  }
}
section.hero-section div.inner-content img {
  max-width: 100px;
}
section.hero-section div.inner-content p {
  font-weight: 300;
  font-size: 40px;
  line-height: 24px;
  color: #fff;
}
section.hero-section div.inner-content span {
  color: white;
  font-size: 25px;
}
section.hero-section div.inner-content a.btn {
  background-color: #e8c46a;
  color: #333;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
  padding-top: 12px;
  width: 200px;
  height: 60px;
  margin-top: 20px;
}
section.hero-section div.inner-content a.btn:hover {
  color: #333;
  border-color: #333;
  background-color: #fff !important;
  box-shadow: #e8c46a 0px 4px 12px;
}
@media (min-width: 991px) {
  section.hero-section div.inner-content a.btn {
    margin-top: 62px;
  }
}
section.hero-section div.inner-content a.btn .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
section.hero-section div.inner-content a.btn .order-now-icon-main:hover {
  stroke: #e8c46a;
}

.inner-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 0;
}
.inner-content img.big-logo {
  max-width: 200px;
  margin: 0 auto;
}
.inner-content h1 {
  font-size: 3rem;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bolder;
}
@media (max-width: 768px) {
  .inner-content h1 {
    font-size: 2rem;
  }
}
.inner-content img {
  max-width: 100px;
}
.inner-content p {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-shadow: 1px 1px #000;
}
.inner-content h3 {
  text-shadow: 1px 1px #000;
  padding-top: 20px;
}
@media (max-width: 576px) {
  .inner-content h3 {
    font-size: 19px;
  }
}
.inner-content span {
  color: white;
  font-size: 25px;
  text-shadow: 1px 1px #000;
}
.inner-content a.btn {
  background-color: #e8c46a;
  color: #e8c46a;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
  padding: 15px 35px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 20px;
  font-size: 20px;
  margin-bottom: 40px;
  border-radius: 30px;
}
.inner-content a.btn:hover {
  color: #e8c46a;
  border-color: #e8c46a;
  background-color: #fff !important;
  box-shadow: #e8c46a 0px 4px 12px;
}
@media (min-width: 991px) {
  .inner-content a.btn {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .inner-content a.btn {
    font-size: 18px;
  }
}
.inner-content a.btn .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
.inner-content a.btn .order-now-icon-main:hover {
  stroke: #e8c46a;
}
.inner-content .dl-app-img {
  max-width: 200px;
}
.inner-content .dl-app-img img {
  max-width: 100%;
}

.hero-img {
  margin-top: -70px;
}
@media (max-width: 768px) {
  .hero-img {
    margin-top: -70px;
  }
}
@media (max-width: 480px) {
  .hero-img {
    margin-top: -65px;
  }
}

/* more about us section */
section.more-about-us-section {
  padding: 70px 0;
  color: #e8c46a;
}
@media (max-width: 576px) {
  section.more-about-us-section {
    padding: 20px 0;
  }
}
section.more-about-us-section h3 {
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 35px;
}
section.more-about-us-section h3 span.highlight {
  color: #e8c46a;
}
@media (max-width: 300px) {
  section.more-about-us-section h3 {
    font-size: 26px;
  }
}
section.more-about-us-section img {
  margin-bottom: 5px;
  border-radius: 200px;
  position: relative;
  z-index: 999;
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  font-weight: bolder;
}
section.more-about-us-section p {
  font-weight: bold;
  font-size: 19px;
}
section.more-about-us-section a.btn {
  padding: 15px 35px;
  display: inline-flex;
  font-weight: 600;
  border: 2px solid #e8c46a;
  text-decoration: none;
  background-color: #e8c46a;
  color: #e8c46a;
  border-radius: 28px;
}
section.more-about-us-section a.btn:hover {
  border: 2px solid #e8c46a;
  background-color: transparent;
  color: #e8c46a;
}
section.more-about-us-section a.phonenum {
  color: #fff;
}

.polygon1 {
  width: 100%;
  height: 300px;
  margin-left: auto;
  background-color: #f7ebd8;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
  margin-top: -450px;
}

section.special {
  padding: 80px 0;
}
section.special .col-md-4 {
  padding: 40px;
}
section.special .card {
  border: none;
  border-radius: 200px 200px 0 0;
}
section.special .card img {
  border-radius: 200px 200px 0 0;
  height: 250px;
}
section.special .card .content {
  padding: 20px;
}
section.special .card .content h4 {
  font-size: 20px;
  font-weight: bolder;
}
section.special .card .content a {
  font-size: 14px;
  color: #333;
}
section.special .card .content a i {
  color: #e8c46a;
}

section.Speciality {
  padding: 80px 0;
}
section.Speciality .nav-tabs .nav-link {
  color: #333;
}
section.Speciality .nav-tabs .nav-link.active {
  background-color: unset !important;
  border: none;
  border-bottom: 2px solid #e8c46a;
}
section.Speciality .nav-tabs .nav-link.focus {
  border-bottom: 2px solid #e8c46a;
}
section.Speciality .col-md-4 {
  margin-bottom: 30px;
}
section.Speciality .card {
  border-radius: 150px 200px 150px 200px;
  background-color: unset;
}
section.Speciality .card img {
  border-radius: 200px;
}
section.Speciality .content {
  margin-top: 20px;
}
section.Speciality .content a {
  color: #e8c46a;
}

.gallery {
  background-color: #f7ebd8;
  padding: 80px 0 0;
}
.gallery .swiper-slide {
  height: unset;
}
.gallery .card1 {
  margin-top: 120px;
}
.gallery .card2 {
  margin-top: 80px;
}
.gallery .card3 {
  margin-top: 40px;
}
.gallery .card4 {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .gallery .card1, .gallery .card2, .gallery .card3, .gallery .card4 {
    margin-top: 0;
  }
}
.gallery img {
  width: 200px;
  border: 2px solid #fff;
  height: 200px;
  margin-bottom: 30px;
  z-index: 999;
  position: relative;
}

.polygon2 {
  width: 100%;
  height: 400px;
  margin-left: auto;
  background-color: #333;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
  margin-top: -400px;
}

section.review {
  background-color: #333;
  min-height: 400px;
  color: #fdfdfd;
  padding: 80px 0;
}
section.review h2 {
  color: #fdfdfd;
  margin-bottom: 40px;
}
section.review .col-md-8 .comment-text {
  text-align: left;
  margin-bottom: 48px;
}
section.review .col-md-8 .comment-writter-name {
  text-align: left !important;
  color: #aaa;
}
section.review .col-md-4 {
  border: 1px solid #ddd;
  border-radius: 150px 200px 150px 200px;
}
section.review .col-md-4 img {
  border-radius: 200px;
}

section.about-us {
  background-color: #f7ebd8;
  color: #333;
  padding: 120px 0 80px;
}
section.about-us .about-item {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media (max-width: 991px) {
  section.about-us .about-item {
    margin: 10px;
  }
}
section.about-us .about-item .about-header {
  position: relative;
  margin-bottom: 30px;
  font-size: 40px;
  color: #e8c46a;
  font-weight: bolder;
}
@media (max-width: 991px) {
  section.about-us .about-item .about-header {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  section.about-us .about-item .about-header {
    font-size: 25px;
  }
}
@media (max-width: 290px) {
  section.about-us .about-item .about-header {
    font-size: 22px;
  }
}
section.about-us .about-item p {
  font-size: 18px;
}

/* dwnloap app section */
section.dl-app {
  padding: 80px 0;
}
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 {
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content img.dl-app-link {
    margin-bottom: 0;
    width: 200px;
  }
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  margin-bottom: 56px;
  margin-top: 20px;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 2rem;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 50px 0;
  background-image: url(../../imgs/hero/weegurkha-East-Kilbride-and-Blantyre-Delivery-shop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  section.reviews {
    background-attachment: unset;
    margin: 50px 0;
  }
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}
@media (max-width: 768px) {
  section.reviews h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  section.reviews h3 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    line-height: 40px;
    font-size: 23px;
  }
}
section.reviews .comment-section {
  position: relative;
  background-color: #fff;
  padding: 20px;
  margin: 10px;
  border-radius: 10px 0 10px 10px;
}
section.reviews .comment-section:before {
  position: absolute;
  content: "";
  top: 0;
  right: -29px;
  border-width: 12px 15px 12px 15px;
  border-style: solid;
  width: 30px;
  height: 24px;
  border-color: #fff transparent transparent #fff;
}
section.reviews .comment-section p {
  margin-bottom: 0;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 40px;
}
section.reviews .second-comment {
  position: relative;
  background-color: #fff;
  border-radius: 0 10px 10px 10px !important;
}
section.reviews .second-comment:before {
  position: absolute;
  content: "";
  top: 0;
  left: -29px;
  border-width: 12px 15px 12px 15px;
  border-style: solid;
  width: 30px;
  height: 24px;
  border-color: #fff #fff transparent transparent;
}

/* footer */
.footer {
  padding: 50px 0;
  background-color: #333;
  color: #fdfdfd;
  background-image: url("../../imgs/footer/foodlodge-footer-background.jpeg");
  background-size: cover;
  text-align: center;
}
.footer h5 {
  color: #e8c46a;
}
.footer .copy-rights {
  border-top: 1px solid #fdfdfd;
  padding-top: 10px;
}
.footer .copy-rights p {
  margin: 0;
  padding-right: 5px;
}
.footer div.inner-content {
  text-align: center;
  background-color: #ddca9a;
  border-radius: 20px;
  padding: 20px 10px;
}
.footer div.inner-content h1 {
  font-size: 5.5rem;
  color: #e8c46a;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .footer div.inner-content h1 {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .footer div.inner-content h1 {
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  .footer div.inner-content h1 {
    font-size: 2.5rem;
  }
}
.footer div.inner-content h3 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  color: #000;
}
.footer div.inner-content h5 {
  font-weight: bolder;
}
.footer div.inner-content span {
  color: #000;
  font-size: 20px;
}
@media (max-width: 991px) {
  .footer div.inner-content span {
    font-size: 20px;
  }
}
.footer .footer-links {
  display: flex;
  padding: 0;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin-bottom: 0;
}
.footer .footer-links li {
  padding: 0 15px;
  list-style: none;
  margin-bottom: 20px;
  border-right: 1px solid #c7c7c7;
  border-left: 1px solid #c7c7c7;
}
@media (max-width: 991px) {
  .footer .footer-links li {
    border: none;
  }
}
.footer .footer-links li a {
  color: #000;
  font-weight: bolder;
}
.footer #openinghour {
  max-width: 90%;
  margin: auto;
}
.footer p {
  font-weight: bolder;
}
.footer .social-media {
  width: 1.8rem;
  display: inline-flex;
}
.footer .fa {
  font-size: 24px;
  color: #632108;
}

.fixed-part {
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  display: flex;
}
.fixed-part #myBtn {
  display: none;
  font-size: 18px;
  border: 1px solid #e8c46a;
  outline: none;
  background-color: #e8c46a;
  color: #493400;
  cursor: pointer;
  padding: 8px 13px;
  border-radius: 30px;
}
.fixed-part #myBtn:hover {
  color: #e8c46a;
  border: 1px dashed #e8c46a;
  background-color: white;
  box-shadow: #e8c46a 0px 7px 29px 0px;
}
.fixed-part .btn {
  background-color: #e8c46a;
  color: #e8c46a;
  border: 1px solid #e8c46a;
  padding: 8px 23px;
  border-radius: 20px;
  margin-left: 10px;
  text-transform: capitalize;
  font-size: 20px;
}

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

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

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

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

section.copyright {
  background-color: #cba135;
  color: #e8c46a;
  font-weight: bolder;
  padding: 15px 0;
}
section.copyright a.mealzo-link {
  color: #e8c46a !important;
}
section.copyright a.mealzo-link img {
  max-width: 80px;
}
section.copyright .dll img {
  max-width: 220px;
}/*# sourceMappingURL=style2.css.map */