.main-color {
  color: #cd0000;
}

@font-face {
  font-family: FantomenPress;
  src: url(../../Fonts/FantomenPress/FantomenPress.ttf);
}
@font-face {
  font-family: "Raleway";
  src: url(../../Fonts/Raleway/Raleway-Regular.ttf);
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway" !important;
  overflow-x: hidden !important;
  background-image: url(../../imgs/hero/kebab-bg.jpg);
  background-repeat: repeat;
  background-position: center;
  min-height: 100vh;
  background-attachment: fixed;
}

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

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

.fade-right {
  animation: fade-right 0.7s ease-in-out;
}

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

@keyframes fade-two {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    transform: rotate(-115deg);
    opacity: 1;
  }
}
.fade-top {
  animation: fade-top 0.7s ease-in-out;
}

@keyframes fade-top {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.modal-open .modal {
  z-index: 99999;
}

header {
  position: relative;
  padding: 20px 0;
  background-color: #cd0000;
  border-radius: 0 0 80px 80px;
}
@media (max-width: 1200px) {
  header {
    border-radius: 0 0 40px 40px;
    padding: 32px;
    margin: 0 16px;
  }
}
@media (max-width: 768px) {
  header {
    margin: 0 8px;
  }
}
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: 9999 !important;
  max-width: 200px;
}
@media (max-width: 768px) {
  header .shop-logo img {
    max-width: 140px;
  }
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
  color: #fff !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: 90%;
  }
}
@media (min-width: 1200px) {
  header section.menu-section #overlay-content {
    display: flex;
    background-color: #cd0000;
    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: 99999;
  left: 0;
  top: 0;
  background-color: #cd0000;
  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: #fff !important;
}
@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: #fff;
  font-weight: bolder;
  border-bottom: 1px solid transparent;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  color: #FEF605 !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link .active {
  color: #FEF605 !important;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin-left: 10px;
    margin-right: 0;
    font-size: 11px;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 15px;
    margin-left: 20px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #cd0000;
  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: 999;
  }
}
header .header-btn {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
header .header-btn a.btn {
  background-color: #cd0000;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
}
header .header-btn a.btn:hover {
  color: #cd0000;
  border-color: #cd0000;
  background-color: #fff !important;
  box-shadow: rgb(221, 246, 255) 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: #cd0000;
}

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

.section-header {
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: bolder;
}
@media (max-width: 768px) {
  .section-header {
    font-size: 35px;
  }
}
@media (max-width: 380px) {
  .section-header {
    font-size: 25px;
  }
}

/* section hero */
section.hero-section {
  padding: 0;
  color: #000;
  position: relative;
}
@media (max-width: 991px) {
  section.hero-section {
    padding: 50px 0;
  }
}
section.hero-section .kebab-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 200px;
  transform: rotate(22deg);
}
@media (max-width: 1200px) {
  section.hero-section .kebab-img {
    z-index: -1;
  }
}
@media (max-width: 768px) {
  section.hero-section .kebab-img {
    display: none;
  }
}
section.hero-section p {
  font-weight: bolder;
}
section.hero-section h2 {
  font-size: 70px;
  font-weight: bolder;
  color: #cd0000;
  font-family: FantomenPress;
  text-shadow: 0 0 10px #fff;
}
@media (max-width: 1500px) {
  section.hero-section h2 {
    font-size: 65px;
  }
}
@media (max-width: 1400px) {
  section.hero-section h2 {
    font-size: 55px;
  }
}
@media (max-width: 1200px) {
  section.hero-section h2 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  section.hero-section h2 {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  section.hero-section h2 {
    font-size: 35px;
  }
}
section.hero-section a.btn {
  padding: 15px 35px;
  background-color: #cd0000;
  color: #fff;
  font-weight: bolder;
  border: 1px solid #cd0000;
  border-radius: 30px;
}
section.hero-section .main-img {
  max-width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  z-index: 2;
  justify-content: center;
  display: flex;
  margin: auto;
}

section.more-about-us-section {
  padding: 100px 80px;
  color: #fff;
  position: relative;
}
@media (max-width: 1200px) {
  section.more-about-us-section {
    padding: 80px 16px;
  }
}
@media (max-width: 991px) {
  section.more-about-us-section {
    background-color: rgb(221, 246, 255);
  }
}
@media (max-width: 768px) {
  section.more-about-us-section {
    padding: 40px 24px;
  }
}
section.more-about-us-section::before {
  position: absolute;
  content: "";
  margin: 0 auto;
  width: 110%;
  height: 105%;
  background-color: rgb(221, 246, 255);
  top: -5%;
  left: -5%;
  z-index: 0;
  transform: rotate(8deg);
}
@media (max-width: 991px) {
  section.more-about-us-section::before {
    display: none;
  }
}
section.more-about-us-section .more-text {
  font-size: 26px;
}
section.more-about-us-section .section-header {
  margin-bottom: 10px !important;
}
section.more-about-us-section .about-text {
  margin-bottom: 40px;
  max-width: 550px;
}
section.more-about-us-section a.btn {
  background-color: #fff;
  padding: 15px 35px;
  color: #cd0000;
  font-weight: bolder;
  border: 1px solid #cd0000;
  border-radius: 30px;
}
section.more-about-us-section a.btn:hover {
  background-color: #cd0000;
  border-color: #fff;
  color: #fff;
}
section.more-about-us-section .more-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: auto;
  background-color: #62D7FE;
  color: #000;
  padding: 10px;
  border-radius: 20px;
}
section.more-about-us-section .more-content a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: auto;
}
section.more-about-us-section .more-content img {
  box-shadow: 0px 0px 15px rgba(46, 102, 121, 0.3019607843);
  max-width: 100%;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
section.more-about-us-section .more-content img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.special {
  position: relative;
  padding: 50px;
}
@media (max-width: 991px) {
  .special {
    padding: 50px 0;
  }
}
.special::after {
  position: absolute;
  content: "";
  top: 0%;
  left: 20px;
  background-image: url(../../imgs/icons/halal.PNG);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 80px;
  height: 80px;
  transform: rotate(-10deg);
}
.special h3 {
  font-family: FantomenPress;
  font-size: 75px;
  color: #cd0000;
}
@media (max-width: 1300px) {
  .special h3 {
    font-size: 50px;
  }
}
.special .swiper-special {
  padding: 24px 0;
}
.special .card {
  background-color: unset;
  box-shadow: none;
  border: none;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
  border: 2px solid transparent;
}
.special .card:hover {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  border: 2px solid #cd0000;
}
.special .card img {
  border-radius: 10px;
  width: 100%;
}
.special .card a {
  width: 100%;
}
.special .card h5 {
  font-weight: bolder;
  color: #fff0c8;
  font-size: 24px;
  text-shadow: 1px 1px #000;
}
.special .chef-img {
  max-width: 70%;
}
.special .special-offer-text {
  background-color: #cd0000;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 100px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  -webkit-border-radius: 16px;
}
@media (max-width: 1200px) {
  .special .special-offer-text {
    margin-bottom: 40px;
  }
}
.special .special-offer-text .quote {
  max-width: 40px;
  margin-bottom: 10px;
  margin-left: auto;
  display: flex;
}
.special .special-offer-text .bottom-quote {
  margin-right: auto;
  margin-left: 0;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.special .special-offer-text p {
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
}

.swiper-pagination-bullet {
  background-color: antiquewhite;
}

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

section.about-us {
  padding: 80px 0;
  color: #000;
  position: relative;
}
@media (max-width: 1200px) {
  section.about-us {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  section.about-us {
    background-color: rgb(221, 246, 255);
  }
}
section.about-us::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 105%;
  background-color: rgb(221, 246, 255);
  top: -5%;
  left: -5%;
  z-index: -1;
  transform: rotate(-8deg);
}
@media (max-width: 991px) {
  section.about-us::before {
    display: none;
  }
}
section.about-us p {
  margin-top: 5px;
  max-width: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  section.about-us p {
    margin: 5px auto 15px auto;
    max-width: 100%;
    display: flex;
    text-align: center;
  }
}
section.about-us h3 {
  font-family: FantomenPress;
  color: #cd0000;
}
section.about-us .kebab-about {
  max-width: 200px;
  position: absolute;
  left: 5%;
  bottom: 0;
  display: flex;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 1200px) {
  section.about-us .kebab-about {
    max-width: 140px;
    margin: 0 auto;
    display: flex;
    bottom: -60px;
  }
}
@media (max-width: 480px) {
  section.about-us .kebab-about {
    max-width: 120px;
  }
}
section.about-us a.btn {
  padding: 15px 35px;
  background-color: #cd0000;
  color: #fff;
  font-weight: bolder;
  border: 2px solid #cd0000;
  border-radius: 30px;
  margin-top: 20px;
}
section.about-us a.btn:hover {
  background-color: transparent;
  border-color: #cd0000;
  color: #cd0000;
}

section.peyment-method {
  padding: 10px 0;
}
@media (max-width: 768px) {
  section.peyment-method {
    padding: 50px 0;
  }
}
section.peyment-method .methods-container {
  justify-content: space-evenly;
}
section.peyment-method .methods-container img {
  width: 70px;
  display: block;
}

/* dwnloap app section */
section.dl-app {
  position: relative;
  padding: 0 50px;
}
@media (max-width: 768px) {
  section.dl-app {
    padding: 50px 0 0 0;
  }
}
section.dl-app .app-mockup {
  border-radius: 20px;
  width: 100%;
  margin: auto;
}
@media (max-width: 576px) {
  section.dl-app .app-mockup {
    padding: 0;
  }
}
@keyframes app-animation {
  0% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(-7px);
  }
}
section.dl-app div.inner-content {
  max-width: 100%;
  margin: auto;
}
@media (max-width: 576px) {
  section.dl-app div.inner-content {
    max-width: 100%;
  }
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
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: 180px;
  margin: 0 10px 0 0;
}
section.dl-app div.inner-content h3 {
  font-weight: bolder;
  font-size: 4rem;
  margin: 20px 0;
  color: #cd0000;
  font-family: FantomenPress;
}
@media (max-width: 1300px) {
  section.dl-app div.inner-content h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1200px) {
  section.dl-app div.inner-content h3 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  section.dl-app div.inner-content h3 {
    margin-bottom: 0;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 80px 0;
}
@media (max-width: 768px) {
  section.reviews {
    padding: 20px;
  }
}
section.reviews .container {
  background-color: #cd0000;
  border-radius: 34px;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}
@media (max-width: 576px) {
  section.reviews h3 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 13px;
  }
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  min-height: 100px;
  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: #cd0000;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

/* footer */
footer {
  color: #000;
  padding: 80px 0;
  position: relative;
}
@media (max-width: 1200px) {
  footer {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  footer {
    background-color: rgb(221, 246, 255);
    padding-bottom: 0;
  }
}
footer::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 105%;
  background-color: rgb(221, 246, 255);
  top: -5%;
  right: -5%;
  z-index: -1;
  transform: rotate(5deg);
}
@media (max-width: 991px) {
  footer::before {
    display: none;
  }
}
footer .footer-logo .shop-logo {
  width: 200px;
  background-color: #fff;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  margin: auto;
  margin-bottom: 18px;
}
footer .Opening {
  padding: 0;
}
footer .Opening li {
  padding: 3px;
  list-style: none;
}
footer .Opening li a {
  color: #000;
}
footer .Opening li a:hover {
  text-decoration: none;
}
footer .footer-header {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bolder;
  font-family: FantomenPress;
  text-shadow: 2px 2px rgb(190, 190, 190);
}
@media (max-width: 480px) {
  footer .footer-header {
    font-size: 35px;
  }
}
footer .fa {
  color: #fff;
  font-size: 1.25rem;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
}
footer a.app-link-dl-container:hover img {
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
footer img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
}
@media (min-width: 768px) {
  footer img.dl-app-link {
    margin-bottom: 0;
    width: 140px;
    margin-left: 20px;
  }
}
footer h3.dl-ur-app-heading {
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  color: #fff;
  font-family: FantomenPress;
}
@media (min-width: 768px) {
  footer h3.dl-ur-app-heading {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  footer h3.dl-ur-app-heading {
    font-size: 2rem;
  }
}
footer .co-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
}
@media (max-width: 768px) {
  footer .co-info {
    justify-content: center;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 768px) {
  footer .co-info li {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
  }
}

.foods-tags {
  padding: 0 80px;
}
@media (max-width: 991px) {
  .foods-tags {
    background-color: rgb(221, 246, 255);
    padding: 0;
  }
}
@media (max-width: 768px) {
  .foods-tags {
    padding: 0 0 20px 0;
  }
}
.foods-tags ul.foods-link {
  padding: 10px 0;
}
.foods-tags ul.foods-link li {
  list-style: none;
  display: inline-block;
  border: 2px solid #cd0000;
  border-radius: 18px;
  padding: 5px 10px;
  margin: 2px;
  background-color: #fff;
}
@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 a {
  font-weight: bolder;
  color: #cd0000;
  font-size: 13px;
}
.foods-tags ul.foods-link li:hover {
  background-color: #fff;
}
.foods-tags ul.foods-link li:hover a {
  color: #cd0000;
  text-decoration: none;
}

.find-us {
  padding: 90px;
  position: relative;
  color: #000;
}
@media (max-width: 1200px) {
  .find-us {
    padding: 50px 0;
  }
}
.find-us .food-delivery {
  position: relative;
  width: 100%;
  z-index: 9;
  margin: 40px 0;
  display: flex;
}
.find-us .food-delivery #food-delivery {
  position: absolute;
  height: 200px;
  bottom: 0;
  left: -900px;
}
.find-us a {
  color: #000;
}
.find-us svg {
  fill: #000;
}
.find-us iframe {
  height: 100%;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 991px) {
  .find-us iframe {
    height: 350px;
    margin: auto;
  }
}
.find-us ul {
  list-style: none;
  padding: 0;
}
.find-us h3 {
  font-family: FantomenPress;
  font-size: 2.5rem;
}
@media (max-width: 480px) {
  .find-us h3 {
    font-size: 2rem;
  }
}
.find-us #openinghour {
  max-width: 90%;
}
@media (max-width: 991px) {
  .find-us #openinghour {
    margin: auto;
  }
}

section.foods-link {
  margin: 10px 0;
}
section.foods-link ul {
  padding: 10px;
  margin: 0;
}
section.foods-link ul li {
  list-style: none;
  display: inline-block;
  border: 2px solid rgb(221, 246, 255);
  border-radius: 18px;
  padding: 5px 15px;
  margin: 5px;
  background-color: rgb(221, 246, 255);
  font-weight: 500;
}
section.foods-link ul li a {
  color: #fff;
}
section.foods-link ul li a:hover {
  text-decoration: none;
}
section.foods-link ul li:hover {
  border: 2px solid rgb(221, 246, 255);
  background-color: #fff;
}
section.foods-link ul li:hover a {
  color: rgb(221, 246, 255);
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #cd0000;
  color: white;
  border: 1px solid #fff;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 50%;
}
#myBtn:hover {
  color: #cd0000;
  border: 1px dashed #cd0000;
  background-color: white;
  box-shadow: rgb(221, 246, 255) 0px 7px 29px 0px;
}

section.social-media {
  color: #fff;
  background-color: #cd0000;
  padding: 15px 0;
}
section.social-media .fa {
  font-size: 35px;
  color: #FEF605;
}
section.social-media .fa:hover {
  color: #fff;
}
section.social-media .card {
  background-color: transparent;
  border-radius: 50%;
  transition: ease-in-out 0.7s;
}
section.social-media .card:hover {
  transform: scale(1.1);
  transition: ease-in-out 0.7s;
}
section.social-media .card img {
  border-radius: 50%;
}
section.social-media h6 {
  font-size: 20px;
  font-weight: bolder;
}
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: #cd0000;
  color: white;
}
::selection {
  background-color: #cd0000;
  color: white;
}

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

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

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

section.copyright {
  margin-top: 20px;
  color: rgb(255, 255, 255);
  background-color: #cd0000;
}
section.copyright .container {
  padding: 30px 0;
  border-top: 2px solid #cd0000;
}
section.copyright a.mealzo-link {
  color: #fff !important;
}
section.copyright a.mealzo-link:hover {
  color: rgb(221, 246, 255) !important;
}/*# sourceMappingURL=style2.css.map */