<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}

@font-face {
  font-family: Quicksand-bold;
  src: url(../../Fonts/Quicksand/Quicksand-Bold.ttf);
}

@font-face {
  font-family: Quicksand-semi-bold;
  src: url(../../Fonts/Quicksand/Quicksand-SemiBold.ttf);
}

@font-face {
  font-family: Quicksand-light;
  src: url(../../Fonts/Quicksand/Quicksand-Light.ttf);
}

.main-headings {
  font-family: Quicksand-bold !important;
  font-weight: bolder !important;
}

body {
  font-family: Quicksand !important;
  background-color: #000;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

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

.main-text {
  padding: 50px 0;
  background-color: #f38400;
  color: #000;
  text-align: center;
  font-weight: 900;
}

.main-color {
  color: #f38400;
}

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

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

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

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

/* header */
.openmenuu {
  width: 100% !important;
}

.displayy {
  display: block !important;
}

@media (min-width: 1200px) {
  .displayy {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.valentine-section {
  background-color: #630000;
  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;
  }
}

.top-header {
  background-color: #f38400;
  padding: 20px 0;
}

.top-header img {
  width: 40px;
  margin: 0 20px;
}

header {
  padding: 10px;
}

header .container-fluid {
  border-bottom: 3px solid #f38400;
}

header .navbar-brand {
  font-size: 1rem !important;
}

header .shop-logo {
  max-width: 130px;
}

header .navbar-nav {
  text-align: center;
}

@media (min-width: 1200px) {
  header .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

header section.menu-section .navbar-expand-lg .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header section.menu-section nav {
  padding: 20px 0 10px 0;
}

@media (min-width: 992px) {
  header section.menu-section nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header section.menu-section nav li {
  margin-left: 15px;
}

header section.menu-section nav li a.nav-link {
  color: #fff !important;
}

@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 15px;
    color: #fff;
  }
}

header section.menu-section nav .dropdown-menu {
  background-color: #f38400;
}

header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #fff;
}

header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #000;
  color: #fff;
}

header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #fff;
}

header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 2;
}

header section.menu-section nav a.btn {
  background-color: #000;
  color: #fff;
}

header section.menu-section nav .header-links {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header section.menu-section .login-btn {
  background-color: #f38400;
  border-radius: 35px 35px 12px 12px !important;
  padding: 15px 20px !important;
  color: #fff;
}

@media (max-width: 1200px) {
  header section.menu-section .login-btn {
    padding: 15px 10px !important;
  }
}

@media (max-width: 1200px) {
  header section.menu-section .login-btn {
    background-color: transparent;
  }
}

@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.valentine-gif {
  max-width: 100px;
}

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

/* section hero */
section.hero-section {
  padding-top: 5px;
  padding-bottom: 100px;
}

@media (max-width: 400px) {
  section.hero-section {
    padding-bottom: 60px;
  }
}

section.hero-section h5 {
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  section.hero-section .text-wrapper {
    padding-top: 30px;
  }
}

@media (max-width: 400px) {
  section.hero-section .text-wrapper {
    padding-top: 10px;
  }
}

section.hero-section p {
  max-width: 95%;
}

@media (max-width: 991px) {
  section.hero-section p {
    max-width: 100%;
  }
}

section.hero-section div.inner-content h1 {
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #f5f5f5;
}

section.hero-section div.inner-content h1 .first-title {
  display: block;
  font-size: 3.3rem;
  line-height: 2.6rem;
  font-weight: bolder;
}

@media (min-width: 425px) {
  section.hero-section div.inner-content h1 .first-title {
    font-size: 3.8rem;
    line-height: 4.5rem;
  }
}

@media (min-width: 768px) {
  section.hero-section div.inner-content h1 .first-title {
    font-size: 5.5rem;
  }
}

@media (min-width: 992px) {
  section.hero-section div.inner-content h1 .first-title {
    font-size: 5.5rem;
    line-height: 4.5rem;
  }
}

@media (max-width: 480px) {
  section.hero-section div.inner-content h3 {
    font-size: 1.25rem;
  }
}

section.hero-section div.inner-content a {
  background-color: #000;
  color: #f38400;
  border: 3px solid #f38400;
  border-radius: 35px 35px 12px 12px !important;
  padding: 13px 30px;
  margin-top: 25px;
  font-weight: bolder;
  margin-right: 20px;
}

section.hero-section div.inner-content a:hover {
  color: #f38400;
  border-color: #f38400;
  background-color: #fff;
  -webkit-box-shadow: #f38400 0px 7px 29px 0px;
          box-shadow: #f38400 0px 7px 29px 0px;
}

@media (min-width: 992px) {
  section.hero-section div.inner-content a {
    margin-top: 30px;
  }
}

section.hero-section .image-wrapper {
  position: relative;
}

section.hero-section .image-wrapper img {
  background-color: #f38400;
  padding: 20px;
  border-radius: 170px 0 170px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 400px) {
  section.hero-section .image-wrapper img {
    border-radius: 100px 0 100px;
    padding: 10px;
  }
}

section.hero-section .image-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../../imgs/hero/Grillzz-German-Döner-&amp;-PeriPeri-drinks.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 198px;
  height: 55%;
  border: 16px solid #f38400;
  border-radius: 0 70px 0;
}

@media (max-width: 991px) {
  section.hero-section .image-wrapper:after {
    left: -20%;
  }
}

@media (max-width: 768px) {
  section.hero-section .image-wrapper:after {
    width: 148px;
  }
}

@media (max-width: 576px) {
  section.hero-section .image-wrapper:after {
    width: 140px;
    height: 50%;
  }
}

@media (max-width: 540px) {
  section.hero-section .image-wrapper:after {
    width: 48%;
    height: 50%;
    border: 20px solid #f38400;
  }
}

@media (max-width: 480px) {
  section.hero-section .image-wrapper:after {
    width: 50%;
    height: 52%;
  }
}

@media (max-width: 400px) {
  section.hero-section .image-wrapper:after {
    display: none;
  }
}

@media (max-width: 400px) {
  section.hero-section .buttonss {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.banner {
  padding: 60px 0 160px 0;
}

@media (max-width: 480px) {
  .banner {
    padding: 60px 0 100px 0;
  }
}

@media (max-width: 991px) {
  .banner .text-wrapper {
    padding-top: 70px;
  }
}

@media (max-width: 400px) {
  .banner .text-wrapper {
    padding-top: 10px;
  }
}

.banner p {
  max-width: 99%;
  font-size: 17px;
}

@media (max-width: 991px) {
  .banner p {
    max-width: 100%;
  }
}

.banner div.inner-content h1 {
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #f5f5f5;
}

.banner div.inner-content h1 .first-title {
  display: block;
  font-size: 2rem;
  font-weight: bolder;
}

@media (max-width: 991px) {
  .banner div.inner-content h1 .first-title {
    font-size: 2rem;
  }
}

.banner div.inner-content .youtube-link {
  color: #f38400;
}

.banner div.inner-content a.btn {
  background-color: #000;
  color: #f38400;
  border: 3px solid #f38400;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 200px;
  height: 50px;
  margin-top: 25px;
  font-weight: bolder;
  margin-right: 20px;
}

.banner div.inner-content a.btn:hover {
  color: #f38400;
  border-color: #f38400;
  background-color: #fff;
  -webkit-box-shadow: #f38400 0px 7px 29px 0px;
          box-shadow: #f38400 0px 7px 29px 0px;
}

@media (min-width: 992px) {
  .banner div.inner-content a.btn {
    margin-top: 30px;
  }
}

.banner .image-wrapper {
  position: relative;
}

.banner .image-wrapper img {
  background-color: #f38400;
  padding: 20px;
  border-radius: 0 170px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

@media (max-width: 400px) {
  .banner .image-wrapper img {
    border-radius: 0 100px;
    padding: 10px;
  }
}

.banner .image-wrapper:after {
  content: "";
  position: absolute;
  top: -20%;
  right: -5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../../imgs/hero/Grillzz-German-Döner-&amp;-PeriPeri-Biggest-munch-box.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36%;
  height: 51%;
  border: 16px solid #f38400;
  border-radius: 0 70px 0;
}

@media (max-width: 1200px) {
  .banner .image-wrapper:after {
    height: 50%;
  }
}

@media (max-width: 991px) {
  .banner .image-wrapper:after {
    width: 28%;
    right: 5%;
  }
}

@media (max-width: 768px) {
  .banner .image-wrapper:after {
    width: 35%;
    height: 49%;
  }
}

@media (max-width: 400px) {
  .banner .image-wrapper:after {
    display: none;
  }
}

@media (max-width: 400px) {
  .banner .buttonss {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* more about us section */
section.more-about-us-section {
  padding: 100px 0 30px 0;
}

@media (max-width: 768px) {
  section.more-about-us-section {
    padding: 50px 0;
  }
}

section.more-about-us-section h3.main-section-heading {
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 38px;
  color: #f38400;
  font-family: Montserrat-Bold;
}

section.more-about-us-section p {
  color: #fff;
  max-width: 500px;
}

@media (min-width: 768px) {
  section.more-about-us-section p {
    max-width: 100%;
  }
}

@media (min-width: 991px) {
  section.more-about-us-section p {
    max-width: 84%;
  }
}

section.more-about-us-section .more-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  section.more-about-us-section .more-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.more-about-us-section .more-content .circle-img {
  padding: 5px;
  background-color: #f38400;
  border-radius: 40px 0 40px 40px;
  max-width: 90px;
  margin-right: 20px;
}

@media (max-width: 576px) {
  section.more-about-us-section .more-content .circle-img {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  section.more-about-us-section .more-content .circle-img {
    border-radius: 40px 40px 40px 0;
  }
}

section.more-about-us-section .more-content .more-header * {
  text-align: left;
}

@media (max-width: 576px) {
  section.more-about-us-section .more-content .more-header * {
    text-align: center;
  }
}

section.more-about-us-section .more-content .more-header h4 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

section.more-about-us-section .more-content .more-header span {
  color: #fff;
}

@media (max-width: 576px) {
  section.more-about-us-section .more-content .more-header span {
    max-width: 400px;
  }
}

section.more-about-us-section a {
  border: 2px solid #f38400;
  background-color: #fff;
  color: #f38400;
  padding: 15px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
}

section.more-about-us-section a:hover {
  text-decoration: none;
  background-color: #f38400;
  color: #fff;
}

/* special to try */
section.special {
  /*background-color: #f3f3f3;*/
  text-align: center;
  padding-bottom: 60px;
}

section.special h3 {
  margin-bottom: 20px;
  margin-top: 20px;
  color: #f7f7f7;
  font-size: 2.8rem;
  font-weight: bolder;
}

section.special .nav-tabs a.nav-link {
  color: white;
  margin: 0;
  border: none;
  font-size: 18px;
}

section.special .nav-tabs a.nav-link:hover {
  border: none;
}

section.special .nav-tabs a.nav-link:focus {
  border: none;
}

section.special .nav-tabs a.nav-link.active {
  background-color: inherit;
  border: none;
  color: #f38400;
  border-bottom: 2px solid #f38400 !important;
}

section.special .tab-content .swiper-wrapper {
  padding: 20px 0;
}

section.special .tab-content .card {
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  margin: auto;
  min-height: 480px;
  -webkit-box-shadow: #0e48b518 0px 4px 12px;
          box-shadow: #0e48b518 0px 4px 12px;
  padding: 0;
  padding-bottom: 20px;
  border-radius: 60px 60px 0 0;
}

section.special .tab-content .card img {
  border-radius: 60px 60px 0 0;
  background-color: #f38400;
}

section.special .tab-content .card:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

section.special .tab-content .card:hover a.btn {
  -webkit-transition: 0.1s ease all;
  transition: 0.1s ease all;
  background-color: #f38400;
  color: #fff;
}

section.special .tab-content .card .card-body {
  padding: 10px;
}

section.special .tab-content .card .card-body .food-name {
  font-size: 20px;
  font-weight: bolder;
}

section.special .tab-content .card div.card-footer {
  background-color: unset !important;
  border: none !important;
}

section.special .tab-content .card .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.special .tab-content .card .btn-holder a.btn {
  background-color: #f38400;
  color: #fff;
  border: 3px solid #f38400;
  border-radius: 35px 35px 12px 12px !important;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  height: 45px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

section.special .tab-content .card .btn-holder a.btn:hover {
  color: #fff;
  border-color: #f38400;
  background-color: #f38400;
}

.gallery img {
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
  border-radius: 10px;
}

.gallery img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

section.about-us {
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  /*background-color: #f3f3f3;*/
}

section.about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 70px;
  color: #f7f7f7;
}

section.about-us div.about-us-content div.shop-name-secoundry h4 {
  font-size: 24px;
  line-height: 36px;
  color: #f7f7f7;
  margin-bottom: 24px;
  font-weight: bold;
}

section.about-us div.about-us-content div.shop-about-text p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.02em;
  max-width: 550px;
  color: #ddd;
}

section.about-us div.about-us-content div.read-more-btn a.main-btn {
  background-color: #f38400;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

section.about-us div.about-us-content div.read-more-btn a.main-btn:hover {
  color: #f38400;
  border-color: #f38400;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.local-hero {
  padding: 50px 0;
  color: #fff;
}

.local-hero h3 {
  font-weight: bolder;
  color: #f38400;
}

.local-hero img {
  border-radius: 10px;
  max-width: 190px;
  padding: 5px;
  background-color: #f38400;
  margin: 10px;
}

@media (min-width: 1200px) {
  .local-hero img {
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .local-hero img {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .local-hero img {
    max-width: 120px;
  }
}

@media (max-width: 380px) {
  .local-hero img {
    max-width: 100px;
  }
}

.local-hero img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

.local-hero div.read-more-btn a {
  background-color: #f38400;
  color: #fff;
  border-radius: 30px !important;
  padding: 15px 40px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 10px;
}

.local-hero div.read-more-btn a:hover {
  color: #fff;
  border-color: #f38400;
  background-color: #f38400;
  -webkit-box-shadow: #f38400 0px 4px 12px;
          box-shadow: #f38400 0px 4px 12px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media (min-width: 992px) {
  .local-hero div.read-more-btn a {
    margin-top: 10px;
  }
}

section.reviews {
  padding: 100px 0;
}

section.reviews .container {
  background-color: #f38400;
  border-radius: 34px;
}

section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 30px;
  line-height: 70px;
  color: #fff;
}

@media (min-width: 768px) {
  section.reviews h3 {
    font-size: 50px;
  }
}

section.reviews .comment-section .comment-text {
  max-width: 800px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}

section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #f38400;
  margin-bottom: 9px;
  color: #fff;
}

section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

section.peyment-method {
  background-color: #f38400;
}

section.peyment-method .container {
  border-top: 1px solid #252525;
}

section.peyment-method div.row {
  padding: 50px 0;
}

section.peyment-method div.row div.col-10 .methods-container {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

section.peyment-method div.row div.col-10 .methods-container &gt; div img {
  width: 70px;
  display: block;
}

section.dl-app {
  background-image: url(../../imgs/dl_app/dl-app-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 600px;
  padding: 90px 0 40px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1200px) {
  section.dl-app {
    background-image: unset;
    padding: 40px 0;
    background-color: #f38400;
    min-height: unset;
  }
}

section.dl-app .app-mockup {
  max-width: 80%;
}

section.dl-app .app-mockup:hover {
  -webkit-animation: app-animation 1s ease-in;
          animation: app-animation 1s ease-in;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes app-animation {
  0% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

@keyframes app-animation {
  0% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

@media (max-width: 991px) {
  section.dl-app .app-mockup {
    max-width: 100%;
  }
}

section.dl-app div.inner-content {
  padding: 0;
  max-width: 516px;
}

section.dl-app div.inner-content p {
  color: #ffffff;
}

@media (max-width: 768px) {
  section.dl-app div.inner-content p {
    color: #000;
  }
}

section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 25px;
  margin-top: 20px;
  color: #ffffff;
}

@media (max-width: 991px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    color: #000;
    text-shadow: unset;
    font-weight: bolder;
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}

@media (max-width: 380px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 23px;
  }
}

section.dl-app div.inner-content ul {
  list-style: none;
  padding: 5px 0 0 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  section.dl-app div.inner-content ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

section.dl-app div.inner-content ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  font-size: 20px;
  font-weight: bolder;
  color: #fff;
}

section.dl-app div.inner-content ul li img {
  max-width: 40px;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

section.find-us h4 {
  color: #6c757d;
}

/* footer */
footer {
  background-color: #f38400;
  color: black;
  padding: 50px 0;
}

footer .border-right {
  border-color: #000 !important;
}

footer h5 {
  font-weight: bolder;
  font-size: 25px;
  border-bottom: 3px solid #000;
  padding-bottom: 10px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  text-align: center;
  margin: auto;
}

footer h5 span {
  font-size: 17px;
}

footer details summary {
  line-height: 38px;
}

footer details a {
  color: #000000;
  font-size: 14px;
}

footer details a:hover {
  color: #fff;
  text-decoration: none;
}

footer ul {
  list-style: none;
  text-align: center;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  color: #000;
  font-size: 18px;
  font-weight: bolder;
}

footer ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.contact-us {
  padding: 80px 0;
}

.contact-us .contact-card {
  border: 1px solid #f38400;
  background-color: #fff;
  color: #000;
  padding: 0 40px 40px 40px;
  border-radius: 50px 50px 0 0;
  min-height: 800px;
}

.contact-us .contact-card h4 {
  background-color: #f38400;
  color: #fff;
  padding: 20px 0;
  border-radius: 0 0 40px 40px;
  font-weight: bolder;
}

.contact-us .contact-card .fa {
  font-size: 20px;
}

.contact-us .contact-card a {
  color: #000;
}

.contact-us .contact-card ul {
  padding: 0;
}

.contact-us .contact-card ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #6d6d6d;
  padding: 5px 0;
}

.contact-us .contact-card ul li p {
  margin-bottom: 0;
}

section.social-media {
  background-color: #f3f3f3;
}

section.social-media div.facebook i {
  color: #f38400;
}

section.social-media div.facebook i:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section.copyright {
  /*background-color: #f3f3f3;*/
  color: #ddd;
}

section.copyright .shop-social-media svg {
  fill: #f38400;
  width: 30px;
  height: 30px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #f38400;
  color: black;
  cursor: pointer;
  padding: 7px 12px;
  border-radius: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #000;
}

#myBtn:hover {
  color: #f38400;
  border: 1px dashed #f38400;
  background-color: white;
  -webkit-box-shadow: #f38400 0px 7px 29px 0px;
          box-shadow: #f38400 0px 7px 29px 0px;
}

.SpecialOffer {
  background-image: url("../../imgs/specialOffer/special-Grillzz-German-Döner-&amp;-PeriPeri.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 180px 0;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .SpecialOffer {
    padding: 80px 0;
  }
}

.SpecialOffer h2 {
  font-weight: bold;
  padding: 0 0 30px;
  text-transform: capitalize;
  font-size: 2.5rem;
}

@media (max-width: 480px) {
  .SpecialOffer h2 {
    padding: 5px 0;
    font-size: 2rem;
    font-weight: bolder;
  }
}

.SpecialOffer h3 {
  margin-bottom: 20px;
}

@media (max-width: 380px) {
  .SpecialOffer h3 {
    font-size: 0.9rem;
  }
}

.SpecialOffer h4 {
  font-size: 20px;
  margin-bottom: 20px;
  max-width: 500px;
}

.SpecialOffer a {
  background-color: #f38400;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  font-weight: bolder;
}

@media (max-width: 576px) {
  .SpecialOffer a {
    padding: 7px 0;
    width: 150px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .SpecialOffer a {
    width: 136px;
    font-size: 13px;
  }
}

.SpecialOffer a:hover {
  color: #ed4f00;
  border-color: #ed4f00;
  background-color: #fff;
  -webkit-box-shadow: #cf4500 0px 7px 29px 0px;
  box-shadow: #cf4500 0px 7px 29px 0px;
}

.web-story {
  padding: 20px 0;
}

.web-story .stories-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 992px) {
  .web-story .stories-container {
    overflow-x: scroll;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 768px) {
  .web-story .stories-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.web-story .stories-container .content {
  position: relative;
  cursor: pointer;
  text-align: center;
}

.web-story .stories-container .imgContent {
  background: -webkit-gradient(linear, left top, left bottom, from(#dd2a7b), to(#f58529));
  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: #fff;
  font-weight: 600;
  font-size: 12px;
}

.web-story .story-full {
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  z-index: 500;
  pointer-events: none;
  -webkit-transition: all 100ms ease;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.web-story .story-full .content .story-title {
  position: absolute;
  top: 5px;
  left: 25px;
  /* transform: translateX(-50%); */
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  z-index: 105;
}

.web-story .story-full .content .story-btn {
  position: absolute;
  bottom: 100px;
  left: 130px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #f38400;
}

.web-story .story-full .content .story-btn:hover {
  text-decoration: none;
}

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

.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.web-story .story-full .content .right-arrow {
  -webkit-transform: rotate(180deg);
          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 */</pre></body></html>