@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: Tolyer;
  src: url(../../Fonts/font/TolyerNo3-BoldItalic.ttf);
}
body {
  overflow-x: hidden;
  font-family: Quicksand !important;
  background-color: #dfdfdf;
}
body main {
  margin: 0 30px;
}
@media (max-width: 768px) {
  body main {
    margin: 0 10px;
  }
}

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-color {
  color: #ed1c24;
}

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

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

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

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

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

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

.valentine-section {
  background-color: rgb(99, 0, 0);
  background-image: url(https://www.mealzoforbusiness.co.uk/1/heart-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.valentine-section img {
  max-width: 55px;
}
@media (max-width: 480px) {
  .valentine-section img {
    max-width: 35px;
  }
}
.valentine-section marquee {
  color: #fff;
  font-size: 17px;
}
@media (max-width: 480px) {
  .valentine-section marquee {
    font-size: 15px;
  }
}

header .container {
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
  z-index: 9;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 120px;
}
@media (max-width: 480px) {
  header .shop-logo {
    max-width: 150px;
  }
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
header section.menu-section nav {
  padding: 0;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav li {
  margin-left: 8px;
}
header section.menu-section nav li a.nav-link {
  color: #000 !important;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 15px;
  }
}
header section.menu-section nav .dropdown-menu {
  background-color: #ed1c24;
}
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: #ed1c24;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav a.btn {
  background-color: #ed1c24;
  color: #fff;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
  align-items: center;
}
header section.menu-section .login-btn {
  color: #fff !important;
  background-color: #ed1c24;
  border-radius: 35px !important;
  padding: 15px 20px !important;
  -webkit-border-radius: 35px !important;
  -moz-border-radius: 35px !important;
  -ms-border-radius: 35px !important;
  -o-border-radius: 35px !important;
}
@media (max-width: 1200px) {
  header section.menu-section .login-btn {
    padding: 15px 10px !important;
  }
}

@media (min-width: 768px) {
  .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 */
.index-hero {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin-top: 30px;
}

section.hero-section {
  margin: -60px auto 50px auto;
  color: #fff;
}
section.hero-section .swiper-slide {
  border-radius: 20px;
  min-height: 80vh;
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
section.hero-section .swiper-one {
  background-image: url(../../imgs/hero/Koh-I-Noor-Takeaway-Shotts-biryani.jpg);
}
section.hero-section .swiper-two {
  background-image: url(../../imgs/hero/Koh-I-Noor-Takeaway-Shotts-waffles-with-chocolate-raspberry-top.jpg);
}
section.hero-section div.inner-content h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Tolyer;
  font-size: 6rem;
  text-shadow: 0 0 37px black;
}
@media (max-width: 1800px) {
  section.hero-section div.inner-content h2 {
    font-size: 4rem;
  }
}
@media (max-width: 1350px) {
  section.hero-section div.inner-content h2 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  section.hero-section div.inner-content h2 {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  section.hero-section div.inner-content h2 {
    font-size: 2.4rem;
  }
}
section.hero-section div.inner-content a {
  background-color: #ed1c24;
  color: #fff;
  border-radius: 12px !important;
  padding: 17px 40px;
  margin: 20px 10px;
  font-size: 20px;
  font-weight: bolder;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
}
section.hero-section div.inner-content a:hover {
  color: #ed1c24;
  border-color: #ed1c24;
  background-color: #fff;
  box-shadow: #b3161b 0px 7px 29px 0px;
}
@media (min-width: 992px) {
  section.hero-section div.inner-content a {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  section.hero-section div.inner-content a {
    padding: 20px;
  }
}

/* dwnloap app section */
section.dl-app {
  background-image: url("../../imgs/special/Koh-I-Noor-Takeaway-Shotts-specialOffer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  background-attachment: fixed;
  padding: 50px 0;
  margin: 60px 0;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 50px;
  width: 150px;
  transition: transform 0.5s ease;
}
section.dl-app div.inner-content img.dl-app-link:hover {
  transform: scale(1.2);
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 70px;
  margin-bottom: 56px;
  margin-top: 20px;
  font-size: 1.8rem;
  color: #222;
}
@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;
  }
}

/* special to try */
section.special {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
section.special .swiper {
  padding: 20px;
}
section.special h3 {
  margin-bottom: 100px;
  font-size: 40px;
  text-transform: uppercase;
  font-family: Tolyer;
  font-size: 6rem;
  color: #000;
}
@media (max-width: 760px) {
  section.special h3 {
    font-size: 3.5rem;
  }
}
section.special .special-card {
  border: 3px solid #000;
  padding: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  min-height: 675px;
}
@media (max-width: 991px) {
  section.special .special-card {
    margin-bottom: 80px;
    min-height: unset;
  }
}
section.special .special-card-dessert {
  background-color: #000;
  padding: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
section.special h4 {
  margin-top: -55px;
  margin-bottom: 52px;
  color: #fff;
  background-color: #ed1c24;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-family: Tolyer;
  font-size: 40px;
}
section.special h4.title-dessert {
  background-color: #fff;
  color: #000;
}
section.special .card {
  transition: 0.6s ease all;
  margin: auto;
  border-radius: 0 10px 10px 10px;
  color: #333;
  -webkit-border-radius: 0 10px 10px 10px;
  -moz-border-radius: 0 10px 10px 10px;
  -ms-border-radius: 0 10px 10px 10px;
  -o-border-radius: 0 10px 10px 10px;
  box-shadow: 0 0 10px 3px rgba(51, 51, 51, 0.1607843137);
}
section.special .card:hover {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
section.special .card:hover a.btn {
  background-color: #fff;
  border-color: #ed1c24;
  color: #ed1c24;
}
section.special .card .card-title {
  font-size: 30px;
  font-weight: bolder;
  font-family: Tolyer;
  z-index: 99;
  margin-right: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5843137255);
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px 20px;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 0 20px 20px 20px;
  -webkit-border-radius: 0 20px 20px 20px;
  -moz-border-radius: 0 20px 20px 20px;
  -ms-border-radius: 0 20px 20px 20px;
  -o-border-radius: 0 20px 20px 20px;
}
section.special img {
  border-radius: 10px;
  position: relative;
}
section.special p {
  font-size: 20px;
}
section.special a.btn {
  color: #fff;
  background-color: #ed1c24;
  border-color: #ed1c24;
  font-family: Tolyer;
  padding: 15px;
  width: 100%;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 30px;
}
section.special a.btn:hover {
  color: #fff;
  border-color: #ed1c24;
  background-color: #ed1c24;
}
section.special div.order-container .d-flex {
  justify-content: space-evenly;
}

section.about-us {
  padding: 60px 0;
  /** DEBUG **/
}
section.about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 70px;
  color: #333333;
}
section.about-us div.about-us-content div.shop-name-secoundry h4 {
  font-size: 24px;
  line-height: 36px;
  color: #111;
  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: #222;
}
section.about-us div.about-us-content div.read-more-btn a.main-btn {
  background-color: #ed1c24;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  transition: 0.5s ease all;
}
section.about-us div.about-us-content div.read-more-btn a.main-btn:hover {
  color: #ed1c24;
  border-color: #ed1c24;
  background-color: #fff;
  box-shadow: none;
  transform: scale(0.9);
}
@media (min-width: 992px) {
  section.about-us div.about-us-content div.read-more-btn a.main-btn {
    margin-top: 62px;
  }
}
section.about-us #cards {
  padding-bottom: calc(var(--numcards) * var(--card-top-offset));
  /* Make place at bottom, as items will slide to that position*/
  margin-bottom: var(--card-margin);
  /* Don't include the --card-margin in padding, as that will affect the scroll-timeline*/
}
section.about-us #card_1 {
  --index: 1;
}
section.about-us #card_2 {
  --index: 2;
}
section.about-us #card_3 {
  --index: 3;
}
section.about-us #card_4 {
  --index: 4;
}
section.about-us .card {
  background-color: #000;
  position: sticky;
  top: 0;
  padding-top: calc(var(--index) * var(--card-top-offset));
}
@supports (animation-timeline: works) {
  section.about-us .card {
    --index0: calc(var(--index) - 1);
    /* 0-based index */
    --reverse-index: calc(var(--numcards) - var(--index0));
    /* reverse index */
    --reverse-index0: calc(var(--reverse-index) - 1);
    /* 0-based reverse index */
  }
  section.about-us .card__content {
    transform-origin: 50% 0%;
    will-change: transform;
    --duration: calc(var(--reverse-index0) * 1s);
    --delay: calc(var(--index0) * 1s);
    animation: var(--duration) linear scale var(--delay) forwards;
    animation-timeline: cards-element-scrolls-in-body;
  }
  @keyframes scale {
    to {
      transform: scale(calc(1.1 - 0.1 * var(--reverse-index)));
    }
  }
}
section.about-us #debug {
  position: fixed;
  top: 1em;
  left: 1em;
}
section.about-us #debug::after {
  content: " Show Debug";
  margin-left: 1.5em;
  color: white;
  white-space: nowrap;
}
section.about-us #debug:checked ~ main {
  --outline-width: 1px;
}
section.about-us #cards {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(var(--numcards), var(--card-height));
  gap: var(--card-margin);
  border-radius: 15px;
}
@media (max-width: 767px) {
  section.about-us #cards {
    display: flex;
    flex-wrap: wrap;
  }
}
section.about-us #cards .card {
  border-radius: 15px;
  margin-bottom: 15px;
}
section.about-us #cards .card__content {
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
  background: #000000;
  color: #ffffff;
  border-radius: 1em;
  overflow: hidden;
  display: grid;
  grid-template-areas: " img text";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  align-items: stretch;
}
@media (max-width: 991px) {
  section.about-us #cards .card__content {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
  }
}
section.about-us #cards .card-content-2 {
  grid-template-areas: " text img" !important;
}
@media (max-width: 991px) {
  section.about-us #cards .card-content-2 {
    grid-template-areas: "img text" !important;
    flex-direction: column-reverse;
  }
}
section.about-us #cards .card__content > div {
  grid-area: text;
  width: 80%;
  place-self: center;
  text-align: left;
  display: grid;
  gap: 1em;
  place-items: start;
}
@media (max-width: 991px) {
  section.about-us #cards .card__content > div {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
}
section.about-us #cards .card__content > figure {
  grid-area: img;
  overflow: hidden;
  margin-bottom: 0;
}
section.about-us #cards .card__content > figure img {
  width: 100%;
}
@media (max-width: 991px) {
  section.about-us #cards .card__content > figure img {
    margin: 20px auto;
  }
}
section.about-us #cards .card__content > figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  section.about-us #cards .card__content > figure > img {
    margin: 20px auto;
  }
}
section.about-us #cards h1 {
  font-family: Tolyer;
  font-size: 3.5em;
}
section.about-us #cards h5 {
  font-size: 40px;
  font-weight: bolder;
  font-family: Tolyer;
}
@media (max-width: 1200px) {
  section.about-us #cards h5 {
    font-size: 30px;
  }
}
section.about-us #cards p {
  font-weight: 300;
  line-height: 1.42;
}
section.about-us #cards .btn {
  background: #ed1c24;
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 10px;
  border: 2px solid #ed1c24;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
section.about-us #cards .btn:hover {
  background-color: transparent;
  color: #ed1c24;
}
section.about-us #cards aside {
  width: 50vw;
  margin: 0 auto;
  text-align: left;
}
section.about-us #cards aside p {
  margin-bottom: 1em;
}
section.about-us .swiper-gallery {
  padding: 20px;
  box-shadow: 0 0 15px #ddd;
}
section.about-us .swiper-gallery .swiper-slide img {
  max-width: 100%;
}

section.reviews {
  background-image: url("../../imgs/special/Koh-I-Noor-Takeaway-Shotts-specialOffer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
section.reviews .col-12 {
  padding: 100px 0;
  background-color: rgba(0, 0, 0, 0.6117647059);
}
@media (max-width: 991px) {
  section.reviews .col-12 {
    padding: 50px 0;
  }
}
section.reviews h1 {
  color: #fff;
  font-weight: bold;
  font-family: Tolyer;
}
@media (max-width: 991px) {
  section.reviews h1 {
    font-size: 30px;
  }
}
section.reviews h4 {
  color: #fff;
}

h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 28px;
  font-family: Tolyer;
  line-height: 70px;
  color: #fff;
}
@media (min-width: 768px) {
  h3 {
    font-size: 50px;
  }
}

.comment-section .comment-text {
  max-width: 60%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .comment-section .comment-text {
    min-height: 100px;
    max-width: 100%;
  }
}
.comment-section .comment-writter-name {
  margin-top: 35px;
  color: #ed1c24;
  margin-bottom: 9px;
  color: #fff;
}
@media (max-width: 991px) {
  .comment-section .comment-writter-name {
    margin-top: 15px;
  }
}
.comment-section .stars {
  text-align: center;
}

section.peyment-method div.row {
  padding: 50px 0;
}
section.peyment-method div.row div.col-10 .methods-container {
  justify-content: space-evenly;
}
section.peyment-method div.row div.col-10 .methods-container > div img {
  width: 70px;
  display: block;
}

.web-story {
  padding: 0;
}
.web-story .stories-container {
  display: flex;
  padding: 0 20px;
  justify-content: center;
  gap: 30px;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .web-story .stories-container {
    justify-content: flex-start;
  }
}
.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: #fff;
  font-weight: 600;
  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: #fff;
  line-height: 2;
  padding: 8px 32px;
  z-index: 105;
}
.web-story .story-full .content .story-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 48px;
  font-weight: bolder;
  justify-content: center;
  color: #ed1c24 !important;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #fff;
}
.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;
  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;
}

section.find-us {
  color: #000;
}
section.find-us h3 {
  color: #000;
  padding-top: 50px;
}
@media (max-width: 991px) {
  section.find-us h3 {
    font-size: 50px;
  }
}
section.find-us .contact-card {
  display: flex;
  flex-direction: column;
  background-color: #000;
  margin-bottom: 50px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  color: #fff;
}
section.find-us .contact-card h4 {
  color: #ed1c24;
  max-width: 90%;
  margin: 0 auto 20px auto;
  font-family: Tolyer;
  font-size: 30px;
}
section.find-us iframe {
  height: 300px;
  width: 100%;
}
section.find-us #openinghour-kohidessert,
section.find-us #openinghour-kohinoor {
  max-width: 95%;
  margin: auto;
}
section.find-us #openinghour-kohidessert .d-flex:nth-child(odd),
section.find-us #openinghour-kohinoor .d-flex:nth-child(odd) {
  background-color: #1b1b1b;
  color: #fff;
}
section.find-us #openinghour-kohidessert .d-flex:first-child,
section.find-us #openinghour-kohinoor .d-flex:first-child {
  background-color: #eaeaea;
  color: #000;
}
section.find-us #openinghour-kohidessert .d-flex,
section.find-us #openinghour-kohinoor .d-flex {
  padding: 7px 5px;
  margin: 2px;
  border-radius: 5px;
}
section.find-us #openinghour-kohidessert p,
section.find-us #openinghour-kohinoor p {
  font-size: 17px;
}
section.find-us ul {
  display: flex;
  padding: 20px;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 0;
}
section.find-us ul p {
  font-size: 18px;
  text-align: center;
}
section.find-us ul li {
  list-style: none;
  padding: 0;
  text-align: center;
}
section.find-us ul li img {
  max-width: 70px;
  margin-bottom: -60px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  box-shadow: 0 0 10px 5px #fff5e9;
}
@media (max-width: 768px) {
  section.find-us ul li img {
    max-width: 50px;
  }
}
@media (max-width: 480px) {
  section.find-us ul li img {
    max-width: 30px;
  }
}

/* footer */
.index-footer {
  background-color: #000;
  border-radius: 50px 50px 0 0;
  -webkit-border-radius: 50px 50px 0 0;
  -moz-border-radius: 50px 50px 0 0;
  -ms-border-radius: 50px 50px 0 0;
  -o-border-radius: 50px 50px 0 0;
}

footer {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
footer img.shop-logo {
  max-width: 200px;
}
footer ul {
  list-style: none;
  text-align: left;
}
@media (max-width: 768px) {
  footer ul {
    text-align: center;
  }
}
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;
  color: #ffcece;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  text-decoration-line: none;
  color: #ed1c24;
  -moz-text-decoration-line: none;
}
footer .fa {
  color: #ed1c24;
  font-size: 1rem;
}
footer .fa.iconn {
  font-size: 2rem;
  margin-right: 10px;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #111;
}
footer #openinghour-kohidessert,
footer #openinghour-kohinoor {
  max-width: 80%;
}

.food-tags {
  padding: 0;
}
.food-tags ul {
  padding: 10px 0;
  text-align: center;
}
.food-tags ul li {
  list-style: none;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 18px;
  padding: 5px 10px;
  margin: 2px;
  background-color: #fff;
  font-weight: 500;
  color: #000;
  font-size: 13px;
}
.food-tags ul li a {
  color: #000;
}

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

section.copyright {
  color: #fff;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ed1c24;
  color: white;
  cursor: pointer;
  padding: 11px;
  border-radius: 12px;
  transition: all 0.5s ease;
  border: 1px solid #ed1c24;
}
#myBtn:hover {
  color: #ed1c24;
  border: 1px dashed #ed1c24;
  background-color: white;
  box-shadow: #b3161b 0px 7px 29px 0px;
}

section.Specialoffer {
  background-image: url("../../imgs/special/Koh-I-Noor-Takeaway-Shotts-specialOffer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  background-attachment: fixed;
  padding: 50px 0;
}
section.Specialoffer h1 {
  color: #fff;
  font-weight: bold;
}
section.Specialoffer h4 {
  color: #fff;
}/*# sourceMappingURL=style2.css.map */