.main-color {
  color: #ab1800;
}

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

.modal-dialog {
  z-index: 999;
}

html {
  scroll-behavior: smooth;
}

p {
  font-family: Quicksand;
}

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

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

header {
  background-color: #FFDD55;
  position: relative;
  padding: 30px 0;
}
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: 9 !important;
  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: #660000 !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;
    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: rgb(255, 255, 255);
  overflow-x: hidden;
  transition: width 0.45s;
}
header section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay .overlay-content .closebtn {
  text-decoration: unset;
  position: fixed;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #ab1800;
}
@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: #000;
  font-weight: bolder;
  border-bottom: 1px solid transparent;
}
@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;
  }
}
@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: #ab1800;
  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: #ab1800;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
}
header .header-btn a.btn:hover {
  color: #ab1800;
  border-color: #ab1800;
  background-color: #fff !important;
  box-shadow: #ffda47 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: #ab1800;
}

/* section hero */
section.hero-section {
  background-color: #fffdfc;
  padding: 0px 10px;
}
section.hero-section div.inner-content h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  section.hero-section div.inner-content h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content h2 {
    font-size: 2rem;
  }
}
section.hero-section div.inner-content h2 span.ten-off {
  text-decoration: underline;
  text-decoration-color: #ab1800;
}
section.hero-section div.inner-content p.hero-main-text {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #150c01;
}
@media (min-width: 768px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 1rem;
  }
}
section.hero-section div.inner-content a {
  background-color: #ab1800;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
}
section.hero-section div.inner-content a:hover {
  color: #ab1800;
  border-color: #ab1800;
  background-color: #fff !important;
  box-shadow: #ffda47 0px 4px 12px;
}
@media (min-width: 992px) {
  section.hero-section div.inner-content a {
    margin-top: 62px;
  }
}
section.hero-section div.inner-content a .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
section.hero-section div.inner-content a .order-now-icon-main:hover {
  stroke: #ab1800;
}
section.hero-section div.inner-content div.clip {
  clip-path: polygon(0 0, 100% 0, 95% 99%, 5% 100%);
  border-radius: 30px;
  overflow: hidden;
}
section.hero-section div.inner-content div.clip img {
  background-image: url("../../imgs/hero/Background.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  section.hero-section div.inner-content div.clip img {
    border-radius: 109px 109px 109px 109px;
    padding: 42px;
  }
}

#slider {
  background: linear-gradient(rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.45) 100%), url(../../imgs/hero//Dragon-Palace-Takeaway-Bathgate-chinese.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 30%;
  padding: 160px 50px;
  min-height: 650px;
}
@media (max-width: 1200px) {
  #slider {
    background-position: 50% 50%;
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
@media (max-width: 768px) {
  #slider {
    padding: 100px 0;
  }
}
@media (max-width: 1200px) {
  #slider .hero-inner {
    background-color: rgba(0, 0, 0, 0.7019607843);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}
#slider div.slider-header {
  margin-bottom: 15px;
}
#slider div.slider-header h1 {
  font-weight: bolder;
  text-transform: capitalize;
  font-size: 50px;
  color: #ab1800;
  filter: contrast(200%);
  text-shadow: 0 0 2px #000;
}
@media (max-width: 1200px) {
  #slider div.slider-header h1 {
    color: #fff;
  }
}
@media (max-width: 500px) {
  #slider div.slider-header h1 {
    font-size: 35px;
  }
}
#slider p {
  font-weight: bolder;
  color: #fff !important;
  text-shadow: 0 0 2px #000;
}
@media (max-width: 1200px) {
  #slider p {
    color: #fff;
  }
}
#slider a {
  background-color: #ab1800;
  border-radius: 8px !important;
  color: #fff;
  padding: 12px 35px;
  font-weight: 800;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  #slider a {
    font-size: 15px;
    padding: 10px;
    width: 50%;
  }
}
@media (max-width: 576px) {
  #slider a {
    width: 100%;
  }
}
#slider a:hover {
  color: #ab1800;
  border-color: #ab1800;
  background-color: #fff !important;
  box-shadow: rgba(240, 98, 98, 0.5) 0px 4px 12px;
}

/* more about us section */
section.more-about-us-section {
  padding: 50px 150px;
}
@media (max-width: 1440px) {
  section.more-about-us-section {
    padding: 50px 90px;
  }
}
@media (max-width: 1300px) {
  section.more-about-us-section {
    padding: 50px 0;
  }
}
section.more-about-us-section h3 {
  font-weight: bolder;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  section.more-about-us-section h3 {
    font-size: 25px;
  }
}
section.more-about-us-section .more-card {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  padding: 30px 15px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.249);
  text-align: center;
}
@media (max-width: 1200px) {
  section.more-about-us-section .more-card {
    padding: 15px 10px;
  }
}
section.more-about-us-section .more-card img {
  margin-bottom: 20px;
  max-width: 100px;
  border-radius: 50%;
  background-color: #fff;
}
section.more-about-us-section .more-card h4 {
  margin-bottom: 15px;
  font-family: Quicksand;
  font-weight: bolder;
  font-size: 1.2rem;
}
@media (max-width: 1200px) {
  section.more-about-us-section .more-card h4 {
    font-size: 1rem;
  }
}
section.more-about-us-section .more-card p {
  color: #000;
  font-size: 14px;
  font-weight: bolder;
}
section.more-about-us-section .more-card.one {
  background-color: #e0f0f1;
}
section.more-about-us-section .more-card.two {
  background-color: #ffefb1;
}
section.more-about-us-section .more-card.three {
  background-color: #ffcec6;
}

/* special to try */
section.category {
  padding: 80px 0;
}
section.category h3 {
  margin-bottom: 52px;
  color: #ab1800;
  text-transform: capitalize;
  font-weight: 800;
}
section.category .card {
  border: none;
  box-shadow: 5px 5px 10px #e7e7e7;
  margin-bottom: 30px;
  min-height: 450px;
  transition: ease-in-out 0.7s;
}
section.category .card:hover .card-footer {
  transition: ease-in-out 0.7s;
}
section.category .card:hover .card-footer a {
  transition: ease-in-out 0.7s;
  background-color: #ab1800;
  border: 1px solid #ab1800;
  color: #fff;
}
section.category .card:hover .card-footer a svg {
  transition: ease-in-out 0.7s;
  fill: #fff;
}
section.category .card .card-body {
  padding: 15px 10px 10px 10px;
}
section.category .card .card-title {
  color: #ab1800;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bolder;
}
section.category .card p {
  text-align: justify;
  font-size: 15px;
  color: #000;
  font-family: Quicksand;
}
section.category .card .card-footer {
  padding: 0;
  background-color: transparent;
  border: none;
  border-top: 1px solid #ab1800;
  border-radius: 0;
}
section.category .card .card-footer a {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  font-weight: bolder;
  padding: 15px;
  width: 100%;
  color: #ab1800;
  border-radius: 0;
}
section.category .card .card-footer svg {
  fill: #ab1800;
}

section.about-us {
  background-image: url(../../imgs/hero/Dragon-Palace-Takeaway-Bathgate-chinese--food.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 130px 50px;
  color: #fff;
  position: relative;
}
@media (max-width: 992px) {
  section.about-us {
    padding: 80px 0;
  }
}
section.about-us::after {
  position: absolute;
  content: "";
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8862745098), rgba(0, 0, 0, 0.5098039216), transparent);
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 992px) {
  section.about-us .about-inner {
    background-color: rgba(0, 0, 0, 0.668);
    padding: 20px;
    border-radius: 10px;
  }
}
section.about-us h3 {
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 35px;
  color: #ffda47;
  z-index: 999;
  position: relative;
}
section.about-us p {
  font-size: 18px;
  z-index: 999;
  position: relative;
}
section.about-us div.read-more-btn {
  z-index: 999;
  position: relative;
}
section.about-us div.read-more-btn a {
  background-color: #ffda47;
  color: #ab1800;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  transition: all 0.5s ease;
}
section.about-us div.read-more-btn a:hover {
  color: #fff;
  border-color: #ab1800;
  background-color: #ab1800;
  box-shadow: #ffda47 0px 4px 12px;
  transform: scale(0.9);
}
@media (min-width: 992px) {
  section.about-us div.read-more-btn a {
    margin-top: 20px;
  }
}

section.peyment-method div.row {
  padding: 50px 0;
}
section.peyment-method div.row .methods-container {
  justify-content: space-evenly;
}
section.peyment-method div.row .methods-container > div {
  align-items: center;
  display: flex;
}
section.peyment-method div.row .methods-container > div img {
  width: 80px;
  display: block;
}

/* 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: 190px;
  }
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-family: Quicksand;
  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;
  }
}

/* ----------------------------------------------
 * 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 h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #000;
}
@media (min-width: 768px) {
  section.reviews h3 {
    font-size: 50px;
  }
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #ab1800;
  margin-bottom: 9px;
  color: #000;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

/* footer */
.index-footer {
  background-image: url(../../imgs/hero/Dragon-Palace-Takeaway-Bathgate-chinese-food.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

footer {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
footer a.d-flex img.shop-logo {
  max-width: 150px;
}
footer ul {
  list-style: none;
}
footer ul li {
  margin-top: 20px;
}
footer ul li span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  text-decoration-line: underline;
  color: #272042;
}
footer .fa {
  color: #ab1800;
  font-size: 1.25rem;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
}

section.foods-tags ul {
  padding: 10px;
}
section.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border-radius: 13px;
  padding: 5px 10px;
  margin: 4px;
  background-color: #ab1800;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 900;
}
section.foods-tags ul li a {
  color: #fff;
}
section.foods-tags ul li a:hover {
  text-decoration: none;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 17px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ab1800;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 50%;
}
#myBtn:hover {
  color: #ab1800;
  border: 1px dashed #ab1800;
  background-color: white;
  box-shadow: #ffda47 0px 7px 29px 0px;
}

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: #ab1800;
  color: white;
}
::selection {
  background-color: #ab1800;
  color: white;
}

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

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

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

section.copyright a.weetech-link {
  color: #ab1800;
}

.web-story {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .web-story {
    padding: 10px 0;
  }
}
.web-story .stories-container {
  display: flex;
  padding: 0 20px;
  justify-content: flex-start;
  gap: 30px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .web-story .stories-container {
    overflow-x: scroll;
  }
}
@media (max-width: 1200px) {
  .web-story .stories-container {
    justify-content: center;
  }
}
.web-story .stories-container .content {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.web-story .stories-container .imgContent {
  background: linear-gradient(#dd2a7b, #f58529);
  padding: 3px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.web-story .stories-container .imgContent .middleContent {
  background-color: #fff;
  padding: 4px;
  border-radius: 50%;
}
.web-story .stories-container .imgContent .middleContent img {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 300;
  vertical-align: middle;
}
.web-story .stories-container .storyTitle {
  margin: 10px 0;
  color: #000;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .web-story .stories-container .storyTitle {
    color: #fff;
  }
}
@media (max-width: 480px) {
  .web-story .stories-container .storyTitle {
    font-size: 12px;
  }
}
.web-story .story-full {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  justify-content: center;
  opacity: 0;
  z-index: 500;
  pointer-events: none;
  transition: all 100ms ease;
}
.web-story .story-full.active {
  opacity: 1;
  pointer-events: auto;
}
.web-story .story-full .content .close-btn {
  position: fixed;
  top: 32px;
  right: 32px;
  width: 32px;
  cursor: pointer;
}
.web-story .story-full .content .close-btn svg {
  width: 32px;
}
.web-story .story-full .content {
  display: flex;
  align-items: center;
  position: relative;
}
.web-story .story-full .content .story-title {
  position: absolute;
  top: 5px;
  left: 25px;
  /* transform: translateX(-50%); */
  color: #000;
  line-height: 2;
  padding: 8px 32px;
  z-index: 105;
}
.web-story .story-full .img-content {
  height: 80%;
  width: 400px;
  /* border-radius: 10px; */
  /* background-color: #dd2a7b; */
  position: relative;
}
.web-story .story-full .img-content .img-story {
  height: 100%;
  width: 400px;
  border-radius: 10px;
  position: absolute;
  z-index: 100;
  display: flex;
}
.web-story .story-full .img-content .profile {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 105;
  border-radius: 50%;
  margin: 15px 10px;
}
.web-story .story-full .content .right-arrow,
.web-story .story-full .content .left-arrow {
  cursor: pointer;
  /* background-color: #fff; */
  border-radius: 50%;
  padding: 8px;
  margin: 5px 10px;
  justify-content: center;
}
.web-story .story-full .content .right-arrow {
  transform: rotate(180deg);
}
@media (max-width: 700px) {
  .web-story .story-full img {
    width: 65%;
    height: auto;
  }
}
.web-story .myProgress {
  width: 96%;
  z-index: 110;
  position: absolute;
  margin: 5px 2%;
  background-color: #aaa;
  border-radius: 5px;
}
.web-story #myBar {
  width: 1%;
  height: 2px;
  border-radius: 5px;
  background-color: #eee;
}/*# sourceMappingURL=style2.css.map */