.main-color {
  color: #d7132a;
}

@font-face {
  font-family: ArchivoBlack;
  src: url(../../Fonts/Archivo_Black/ArchivoBlack-Regular.ttf);
}
@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
body {
  overflow-x: hidden;
  font-family: Quicksand;
}

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(../../imgs/snow.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;
  }
}

marquee {
  background-color: #d7132a;
  margin: 0;
  padding: 10px;
  color: #fff;
  font-size: 20px;
}

header {
  padding: 0;
  margin-top: -8px;
}
header .container {
  border-bottom: 1px solid #d7132a;
}
header .dropdown-toggle::after {
  display: none !important;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 200px;
  background: #fff;
  border-radius: 50px;
}
@media (max-width: 1200px) {
  header .shop-logo {
    max-width: 170px;
  }
}
@media (max-width: 480px) {
  header .shop-logo {
    max-width: 120px;
  }
}
@media (min-width: 992px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
@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: #fff;
}
header section.menu-section nav li a.nav-link {
  color: #fff !important;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-weight: bolder;
  background: transparent;
  padding: 5px 10px;
  transition: 300ms;
  font-size: 16px;
  font-family: ArchivoBlack;
}
@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: 17px;
  }
}
header section.menu-section nav li a.nav-link:hover {
  color: #d7132a !important;
}
header section.menu-section nav .nav-item.active a {
  color: #d7132a !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: #d7132a;
  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: #d7132a;
  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: #fff;
}
header section.menu-section nav .navbar-toggler {
  color: #000;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}

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

/* section hero */
.index-hero {
  background-image: url(../../imgs/hero/Himalayan-Grill-Birmingham-hero-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
@media (max-width: 991px) {
  .index-hero {
    min-height: -moz-max-content;
    min-height: max-content;
  }
}

section.hero-section {
  padding: 80px 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 a.btn {
  background-color: #d7132a;
  color: rgb(255, 255, 255);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
  padding-top: 12px;
  width: 250px;
  height: 80px;
  margin-top: 20px;
}
section.hero-section div.inner-content a.btn:hover {
  color: #d7132a;
  border-color: #d7132a;
  background-color: #fff !important;
  box-shadow: #1479d8 0px 4px 12px;
}
@media (min-width: 991px) {
  section.hero-section div.inner-content a.btn {
    margin-top: 62px;
  }
}
@media (max-width: 480px) {
  section.hero-section div.inner-content a.btn {
    width: 140px;
  }
}
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: #d7132a;
}

#slider .inner-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 120px 0;
}
#slider .inner-content img.big-logo {
  max-width: 200px;
  margin: 0 auto;
}
#slider .inner-content h1 {
  font-size: 3.4rem;
  margin-bottom: 10px;
  font-family: ArchivoBlack;
  color: #fff;
  font-weight: bolder;
  text-shadow: 1px 1px #000;
}
@media (max-width: 1300px) {
  #slider .inner-content h1 {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  #slider .inner-content h1 {
    font-size: 2rem;
    letter-spacing: 0.25rem;
  }
}
@media (max-width: 768px) {
  #slider .inner-content h1 {
    letter-spacing: 0.15rem;
  }
}
@media (max-width: 480px) {
  #slider .inner-content h1 {
    font-size: 1.5rem;
  }
}
#slider .inner-content img {
  max-width: 100px;
}
#slider .inner-content p {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-shadow: 1px 1px #000;
}
#slider .inner-content h3 {
  text-shadow: 1px 1px #000;
  font-family: ArchivoBlack;
  color: #fff;
}
@media (max-width: 576px) {
  #slider .inner-content h3 {
    font-size: 19px;
  }
}
#slider .inner-content span {
  color: #d7132a;
  text-transform: uppercase;
}
#slider .inner-content a.btn {
  background-color: #d7132a;
  color: rgb(255, 255, 255);
  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: 20px 10px;
  font-size: 20px;
  margin-bottom: 40px;
  border-radius: 30px;
}
#slider .inner-content a.btn:hover {
  color: #d7132a;
  border-color: #d7132a;
  background-color: #fff !important;
  box-shadow: #d7132a 0px 4px 12px;
}
@media (min-width: 991px) {
  #slider .inner-content a.btn {
    margin-top: 40px;
  }
}
@media (max-width: 576px) {
  #slider .inner-content a.btn {
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  #slider .inner-content a.btn {
    font-size: 18px;
  }
}
#slider .inner-content a.btn .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
#slider .inner-content a.btn .order-now-icon-main:hover {
  stroke: #d7132a;
}
#slider .inner-content a.book {
  background-color: #1479d8;
}
#slider .inner-content a.book:hover {
  color: #1479d8;
  border-color: #1479d8;
  background-color: #fff !important;
  box-shadow: #1479d8 0px 4px 12px;
}
#slider .inner-content .dl-app-img {
  max-width: 200px;
}
#slider .inner-content .dl-app-img img {
  max-width: 100%;
}
@media (max-width: 768px) {
  #slider .item-one {
    background-position: 10% 50%;
  }
}

/* more about us section */
section.more-about-us-section {
  padding: 70px 0;
  color: #000;
}
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: #d7132a;
}
@media (max-width: 300px) {
  section.more-about-us-section h3 {
    font-size: 26px;
  }
}
section.more-about-us-section img {
  margin-bottom: 33px;
  border-radius: 20px;
}
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 #d7132a;
  text-decoration: none;
  background-color: #d7132a;
  color: #fff;
  border-radius: 28px;
}
section.more-about-us-section a.btn:hover {
  border: 2px solid #1479d8;
  background-color: transparent;
  color: #1479d8;
}
section.more-about-us-section a.phonenum {
  color: #fff;
}

#menu {
  background-color: #000;
  background-image: url(../../imgs/hero/Himalayan-Grill-Birmingham-indian.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu h3 {
  font-size: 70px;
  color: #fff;
  font-family: ArchivoBlack;
}
@media (max-width: 991px) {
  #menu h3 {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  #menu h3 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #menu h3 {
    font-size: 30px;
  }
}
#menu a {
  display: flex;
  flex-direction: column;
  border-radius: 26px;
}
#menu a button {
  margin-top: -54px;
  background-color: #d7132a;
  border: none;
  outline: none;
  padding: 15px 20px;
  font-weight: bolder;
  color: #fff;
  border-radius: 0 0 20px 20px;
  display: none;
}
@media (max-width: 480px) {
  #menu a button {
    max-width: 300px;
  }
}
#menu img {
  border-radius: 20px;
}
@media (max-width: 991px) {
  #menu img {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  #menu img {
    max-width: 350px;
  }
}
@media (max-width: 480px) {
  #menu img {
    max-width: 300px;
  }
}
#menu .swiper-pagination-bullet {
  background-color: antiquewhite;
}

section.about-us {
  background-color: rgba(236, 236, 236, 0.631372549);
}
section.about-us .col-12 {
  height: 100%;
}
section.about-us ul {
  list-style: none;
}
section.about-us .section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 70px;
  text-transform: capitalize;
  color: #000;
  font-family: ArchivoBlack;
  letter-spacing: 0.5rem;
}
section.about-us .about-us-content .about-us-img {
  padding: 13% 17%;
}
@media (max-width: 1200px) {
  section.about-us .about-us-content .about-us-img {
    padding: 2%;
  }
}
section.about-us .about-us-content h5 {
  font-size: 15px;
}
@media (max-width: 350px) {
  section.about-us .about-us-content h5 {
    font-size: 11px;
  }
}
section.about-us .about-us-content .shop-name-secoundry h4 {
  font-size: 24px;
  line-height: 36px;
  color: #000;
  margin-bottom: 50px;
  font-weight: bolder;
}
section.about-us .about-us-content .shop-about-text {
  padding: 6% 8%;
}
section.about-us .about-us-content .shop-about-text h3 {
  margin-bottom: 20px;
  color: #000;
  font-size: 35px;
  font-weight: bolder;
  font-family: ArchivoBlack;
}
section.about-us .about-us-content .shop-about-text h3 span {
  font-size: 80px;
  color: #d7132a;
}
@media (max-width: 991px) {
  section.about-us .about-us-content .shop-about-text h3 {
    margin-bottom: 20px;
    color: #000;
    line-height: 33px;
    font-weight: bolder;
  }
}
@media (max-width: 768px) {
  section.about-us .about-us-content .shop-about-text h3 {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  section.about-us .about-us-content .shop-about-text h3 {
    font-size: 30px;
  }
}
section.about-us .about-us-content .shop-about-text p {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1200px) {
  section.about-us .about-us-content .shop-about-text p {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  section.about-us .about-us-content .shop-about-text p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  section.about-us .about-us-content .shop-about-text p {
    padding-top: 40px;
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  section.about-us .about-us-content .shop-about-text p {
    padding-top: 20px;
  }
}
section.about-us .about-us-content .shop-about-text a.btn {
  background-color: #d7132a;
  color: rgb(255, 255, 255);
  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;
}
section.about-us .about-us-content .shop-about-text a.btn:hover {
  color: #d7132a;
  border-color: #d7132a;
  background-color: #fff !important;
  box-shadow: #d7132a 0px 4px 12px;
}
@media (min-width: 991px) {
  section.about-us .about-us-content .shop-about-text a.btn {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  section.about-us .about-us-content .shop-about-text a.btn {
    font-size: 18px;
  }
}
section.about-us .about-us-content .shop-about-text a.btn .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
section.about-us .about-us-content .shop-about-text a.btn .order-now-icon-main:hover {
  stroke: #d7132a;
}
section.about-us .about-us-content .shop-about-text .indian-name {
  font-family: Allura;
  font-size: 38px;
  line-height: 40px;
  font-style: normal;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  text-align: left;
  margin-top: 38px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  section.about-us .about-us-content .map-wrapper {
    padding: 5% 17%;
  }
}
@media (max-width: 567px) {
  section.about-us .about-us-content .map-wrapper {
    padding: 5%;
  }
}
section.about-us .shop-about-text.Contact-info li {
  display: flex;
  margin-bottom: 20px;
}
section.about-us .shop-about-text.Contact-info li i {
  margin-right: 10px;
  color: #000;
  display: inline-flex;
  align-items: center;
}
section.about-us .shop-about-text.Contact-info li p {
  font-weight: bolder;
  font-size: 20px;
  margin-bottom: 0;
}
section.about-us .shop-about-text.Contact-info li a {
  background-color: transparent;
  padding: 0;
  font-size: 20px;
}

.contact-us {
  background-color: rgba(236, 236, 236, 0.631372549);
}
.contact-us ul {
  list-style: none;
}
.contact-us h3 {
  font-family: ArchivoBlack;
  font-size: 35px;
}
.contact-us .shop-about-text.Contact-info li {
  display: flex;
  margin-bottom: 20px;
}
.contact-us .shop-about-text.Contact-info li i {
  margin-right: 10px;
  color: #000;
  display: inline-flex;
  align-items: center;
}
.contact-us .shop-about-text.Contact-info li p {
  margin-bottom: 0;
}
.contact-us .shop-about-text.Contact-info li a {
  background-color: transparent;
  padding: 0;
  font-size: 20px;
}
.contact-us .shop-about-text {
  padding: 6% 13% !important;
}
@media (max-width: 1200px) {
  .contact-us .shop-about-text {
    padding: 13%;
  }
}
@media (max-width: 991px) {
  .contact-us .shop-about-text {
    padding: 5% 23%;
  }
}
@media (max-width: 768px) {
  .contact-us .shop-about-text {
    padding: 15% 15% 10% 15%;
  }
}
@media (max-width: 480px) {
  .contact-us .shop-about-text {
    padding: 15% 10% !important;
  }
}
.contact-us .about-us-img {
  padding: 14%;
}
@media (max-width: 991px) {
  .contact-us .about-us-img {
    padding: 5% 22%;
  }
}
@media (max-width: 768px) {
  .contact-us .about-us-img {
    padding: 5% 15%;
  }
}
@media (max-width: 567px) {
  .contact-us .about-us-img {
    padding: 5% 10%;
  }
}
@media (max-width: 991px) {
  .contact-us p {
    padding-top: 2px !important;
  }
}

/* dwnloap app section */
section.dl-app {
  background-color: rgba(236, 236, 236, 0.631372549);
}
section.dl-app .app-mockup {
  max-width: 70%;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
}
@media (max-width: 991px) {
  section.dl-app div.inner-content {
    padding: 30px 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 {
  margin-bottom: 20px;
  color: #000;
  font-size: 46px;
  font-family: ArchivoBlack;
  font-weight: bolder;
}
@media (max-width: 1200px) {
  section.dl-app div.inner-content h3 {
    font-size: 35px;
  }
}
@media (max-width: 385px) {
  section.dl-app div.inner-content h3 {
    font-size: 30px;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.reviews {
  background-image: url(../../imgs/hero/Himalayan-Grill-Birmingham-indian-dinner-dishes.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 700px;
  padding: 80px 0;
  position: relative;
}
.reviews h3 {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-family: ArchivoBlack;
}
@media (max-width: 576px) {
  .reviews h3 {
    font-size: 25px;
  }
}
@media (max-width: 380px) {
  .reviews h3 {
    font-size: 20px;
  }
}
.reviews .slider-wrap {
  height: 100%;
  width: 100%;
}
.reviews .slider-wrap .slider {
  position: absolute;
  width: 100%;
  left: 50px;
  top: 50px;
}
@media (max-width: 480px) {
  .reviews .slider-wrap .slider {
    position: absolute;
    width: 100%;
    left: 5px;
    top: 5px;
  }
}
.reviews .slider-item {
  width: 80%;
  padding: 20px 0 25px 30px;
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  opacity: 0;
  z-index: 0;
  box-shadow: 0 4px 9px #f1f1f4;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .reviews .slider-item {
    flex-direction: column;
    padding: 10px;
  }
}
.reviews .slider-item .animation-card_image {
  max-width: 60px;
  max-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 4px 9px rgba(241, 241, 244, 0.72);
  background-color: #ffffff;
}
.reviews .slider-item .animation-card_image img {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews .slider-item .animation-card_content {
  margin-left: 10px;
}
.reviews .slider-item .animation-card_content .animation-card_content_title {
  color: #4a4545;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 768px) {
  .reviews .slider-item .animation-card_content .animation-card_content_title {
    font-size: 13px;
  }
}
.reviews .slider-item .animation-card_content .animation-card_content_description {
  color: #696d74;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: normal;
  margin: 10px 0 0 0;
}
@media (max-width: 576px) {
  .reviews .slider-item .animation-card_content .animation-card_content_description {
    font-size: 13px;
  }
}
.reviews .slider-item .animation-card_content .animation-card_content_star {
  margin: 10px 0 0 0;
  font-size: 12px;
  font-weight: 500;
}

/* footer */
.footer {
  padding: 50px 0 10px 0;
  background-image: url(../../imgs/hero/Himalayan-Grill-Birmingham-indian-foods.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.footer img {
  background-color: #fff;
  border-radius: 50px;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer h5 {
  font-size: 2rem;
  font-weight: bolder;
  color: #d7132a;
  text-transform: capitalize;
  font-family: ArchivoBlack;
}
@media (max-width: 991px) {
  .footer h5 {
    font-size: 1.5rem;
  }
}
.footer div.inner-content {
  text-align: center;
}
.footer div.inner-content h1 {
  font-size: 5.5rem;
  color: #d7132a;
  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: #fff;
}
.footer div.inner-content span {
  color: #fff;
  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;
}
@media (max-width: 991px) {
  .footer .footer-links li {
    border: none;
  }
}
.footer .footer-links li a {
  color: #fff;
  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: 2rem;
  color: #fff;
}

.foods-link {
  padding: 25px 0;
}
.foods-link ul {
  padding: 0;
  margin: 0;
}
.foods-link ul li {
  list-style: none;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 18px;
  padding: 5px 8px;
  margin: 3px;
  background-color: #fff;
  font-weight: 500;
  align-items: center;
  display: inline-flex;
}
.foods-link ul li a {
  color: #d7132a;
  font-size: 13px;
  font-weight: bolder;
}

.fixed-part {
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fixed-part #myBtn {
  display: none;
  font-size: 18px;
  border: 1px solid #fff;
  outline: none;
  background-color: #d7132a;
  color: #fff;
  cursor: pointer;
  padding: 8px 13px;
  border-radius: 30px;
}
.fixed-part #myBtn:hover {
  color: #d7132a;
  border: 1px dashed #d7132a;
  background-color: white;
  box-shadow: #d7132a 0px 7px 29px 0px;
}
.fixed-part .btn {
  background-color: #fff;
  margin-top: 5px;
  padding: 8px;
  border-radius: 50px;
}
.fixed-part .btn img {
  max-width: 50px;
}

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

::-moz-selection {
  background-color: #1479d8;
  color: white;
}

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

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

section.copyright {
  color: #fff;
  font-weight: bolder;
}
section.copyright .container {
  border-top: 1px solid #fff;
  padding: 25px 0;
}
section.copyright a.mealzo-link {
  color: #1479d8 !important;
}
section.copyright a.mealzo-link img {
  max-width: 80px;
  background-color: transparent !important;
}/*# sourceMappingURL=style2.css.map */