@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,300,700|Open+Sans:400italic,300italic);
@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: Kecap;
  src: url(../../Fonts/Kecap/Kecap.otf);
}
* {
  box-sizing: border-box;
}

body {
  background-color: rgb(22.4, 22.4, 22.4);
  color: #FFF;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.main-color {
  color: #C92627;
}

a.btn {
  margin-top: 10px;
  background-color: rgba(201, 38, 39, 0.4) !important;
  color: #CFC5C3;
  box-shadow: 0 0 10px rgb(0, 0, 0);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

a.btn:hover {
  background-color: #C92627 !important;
  color: #FFF;
}

html {
  scroll-behavior: smooth;
}

.index-body {
  overflow-x: hidden;
  background-color: rgb(22.4, 22.4, 22.4);
}

h1, h2, h3, h4, h5, h6 {
  font-family: Kecap;
  letter-spacing: 0.11em;
}

.chef {
  width: 100%;
  height: 800px;
  padding: 5%;
  border-radius: 30px;
  opacity: 0.7;
}
.chef:hover {
  transition: ease-in-out 600ms;
  transform: scale(1.1);
  opacity: 1;
}

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

.gs_reveal {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.home {
  width: 100%;
  height: 100vh;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.2) 100%), url(../../imgs/hero/Glorias-Fast-Food-Bonnyrigg-hero-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 756px) {
  .home {
    height: 80vh;
  }
}

/* ====================================
Navigation 
==================================== */
.overlay-navigation {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.2);
  display: none;
  opacity: 0;
}

nav,
nav ul {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

nav ul {
  display: flex;
  list-style: none;
}

nav ul li {
  flex-basis: 20%;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  display: none;
}

nav li a {
  position: relative;
  top: 46%;
  color: #fff;
  filter: contrast(300%);
  text-shadow: 0 0 3px #000;
  text-transform: uppercase;
  font-family: "Work sans", sans-serif;
  font-weight: 800;
  letter-spacing: 4px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 1.05rem;
  opacity: 0;
}

nav li a:before {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 100;
  transform: translateX(-100%);
  opacity: 0;
  transition: all 0.2s linear;
}

nav li a:after {
  content: attr(data-content);
  font-size: 0.7rem;
  transition: all 0.2s linear;
  opacity: 0;
  position: absolute;
  z-index: 100;
  color: #fff;
  display: block;
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  bottom: -50px;
  text-transform: none;
  font-family: "Open sans", sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0;
}

nav li a:hover {
  color: #FFF !important;
}

nav li a:hover:before {
  transform: translateX(0);
  opacity: 1;
}

nav li a:hover:after {
  transform: translateY(15px);
  opacity: 1;
}

nav li:nth-of-type(1) {
  background-color: #0b090a;
}

nav li:nth-of-type(2) {
  background-color: #161a1d;
}

nav li:nth-of-type(3) {
  background-color: #C92627;
}

nav li:nth-of-type(4) {
  background-color: rgb(162.7077844311, 150.8754491018, 149.6922155689);
}

nav li:nth-of-type(5) {
  background-color: rgb(165.1, 165.1, 165.1);
}

/* ====================================
Burger king
==================================== */
.open-overlay {
  position: absolute;
  right: 5rem;
  top: 3.2rem;
  z-index: 100;
  width: 34px;
  display: block;
  cursor: pointer;
}
@media (max-width: 999px) {
  .open-overlay {
    top: 2.1rem;
  }
}
@media (max-width: 756px) {
  .open-overlay {
    top: 1.8rem;
  }
}
@media (max-width: 576px) {
  .open-overlay {
    top: 1.3rem;
  }
}
@media (max-width: 488px) {
  .open-overlay {
    top: 1rem;
  }
}

.open-overlay span {
  display: block;
  height: 1px;
  background-color: #fff;
  cursor: pointer;
  margin-top: 8px;
}

.animate-top-bar {
  animation: animate-top-bar 0.6s linear 1 both;
}

.animate-bottom-bar {
  animation: animate-bottom-bar 0.6s linear 1 both;
}

.animate-middle-bar {
  animation: animate-middle-bar 0.6s linear 1 both;
}

.animate-out-top-bar {
  animation: animate-out-top-bar 0.6s linear 1 both;
}

.animate-out-bottom-bar {
  animation: animate-out-bottom-bar 0.6s linear 1 both;
}

.animate-out-middle-bar {
  animation: animate-out-middle-bar 0.6s linear 1 both;
}

/* ====================================
Animation keyframes
==================================== */
@keyframes animate-top-bar {
  0% {
    background-color: #fff;
  }
  50% {
    transform: translateY(9px);
  }
  80% {
    transform: translateY(5px);
    background-color: #C92627;
  }
  100% {
    transform: translateY(0);
    background-color: #FFF;
  }
}
@keyframes animate-bottom-bar {
  0% {
    background-color: #fff;
  }
  50% {
    transform: translateY(-9px);
  }
  80% {
    transform: translateY(-5px);
    background-color: #C92627;
  }
  100% {
    transform: translateY(0);
    background-color: #FFF;
  }
}
@keyframes animate-middle-bar {
  0% {
    background-color: #fff;
  }
  80% {
    background-color: #C92627;
  }
  100% {
    background-color: #FFF;
  }
}
@keyframes animate-out-top-bar {
  0% {
    background-color: #FFF;
  }
  50% {
    transform: translateY(9px);
  }
  80% {
    transform: translateY(5px);
    background-color: #FFF;
  }
  100% {
    transform: translateY(0);
    background-color: #fff;
  }
}
@keyframes animate-out-bottom-bar {
  0% {
    background-color: #C92627;
  }
  50% {
    transform: translateY(-9px);
  }
  80% {
    transform: translateY(-5px);
    background-color: #C92627;
  }
  100% {
    transform: translateY(0);
    background-color: #fff;
  }
}
@keyframes animate-out-middle-bar {
  0% {
    background-color: #FFF;
  }
  80% {
    background-color: #FFF;
  }
  100% {
    background-color: #C92627;
  }
}
.home a.nav-link {
  font-family: "Work Sans", sans-serif;
  color: #222;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 50px;
  padding-bottom: 3px;
  border-bottom: 1px solid #222;
}

@media (max-width: 640px) {
  nav ul {
    flex-direction: column;
  }
  nav ul li {
    height: 20%;
  }
  nav ul li a {
    font-size: 20px;
  }
  nav li a:after {
    font-size: 0.6rem;
    bottom: -25px;
  }
  nav li a:hover:after {
    transform: translateY(0);
  }
  .open-overlay {
    right: 1rem;
  }
  nav li a:before {
    width: 25px;
  }
}
/* Base styles (desktop first) */
/* Tablet and smaller desktop */
@media (max-width: 1024px) {
  nav ul li a {
    font-size: 16px;
    padding: 0.75rem 1.5rem;
  }
  nav li a:before {
    width: 30px;
  }
  nav li a:after {
    font-size: 0.7rem;
    bottom: -28px;
  }
}
/* Small devices / phones */
@media (max-width: 640px) {
  nav ul {
    flex-direction: column;
    height: 100vh; /* fill full viewport height */
    margin: 0;
    padding: 0;
  }
  nav ul li {
    flex: 1; /* equal vertical height */
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  nav ul li a {
    font-size: 15px;
    padding: 0.5rem 1rem;
  }
  nav li a:before {
    width: 25px;
  }
  nav li a:after {
    font-size: 0.6rem;
    bottom: -25px;
  }
  nav li a:hover:after {
    transform: translateY(0);
  }
  .open-overlay {
    right: 1rem;
  }
}
/* Extra small devices (very small phones) */
@media (max-width: 360px) {
  nav ul li a {
    font-size: 14px;
    padding: 0.4rem 0.8rem;
  }
  nav li a:before {
    width: 20px;
  }
  nav li a:after {
    font-size: 0.5rem;
    bottom: -20px;
  }
}
.hero-section {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 180px 0 180px 0;
  color: #FFF;
  text-shadow: 0 0 5px #000;
}
.hero-section a.shop-name {
  border: none;
}
.hero-section .container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero-section h1 {
  font-family: Kecap;
  font-size: 3rem;
  margin: 50px 0;
}
@media (max-width: 1200px) {
  .hero-section h1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 756px) {
  .hero-section h1 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .hero-section h1 {
    font-size: 2.8rem;
    margin: 35px 0;
  }
}
@media (max-width: 488px) {
  .hero-section h1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 388px) {
  .hero-section h1 {
    margin: 25px 0;
    font-size: 2rem;
  }
}
.hero-section a.shop-name {
  margin-top: 20px;
  border: none;
  width: 100%;
}
@media (max-width: 999px) {
  .hero-section a.shop-name {
    margin-top: 100px;
  }
}
.hero-section a.shop-name img {
  max-width: 600px;
}
@media (max-width: 756px) {
  .hero-section a.shop-name img {
    max-width: 100%;
  }
}
.hero-section a.cta-btn {
  color: #FFF;
  font-size: 1.6rem;
}
@media (max-width: 1200px) {
  .hero-section a.cta-btn {
    font-size: 1.5rem;
  }
}
@media (max-width: 756px) {
  .hero-section a.cta-btn {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .hero-section a.cta-btn {
    font-size: 1.3rem;
  }
}
@media (max-width: 488px) {
  .hero-section a.cta-btn {
    font-size: 1.2rem;
  }
}
@media (max-width: 388px) {
  .hero-section a.cta-btn {
    font-size: 1rem;
  }
}

.cta-btn-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: flex-start;
}
.cta-btn-wrapper a {
  position: relative;
  display: inline-block;
  padding: 25px 30px;
  color: #C92627;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  letter-spacing: 4px;
  overflow: hidden;
}
.cta-btn-wrapper a:hover {
  background: #C92627;
  color: #FFF;
  box-shadow: 0 0 5px #C92627, 0 0 25px #C92627, 0 0 50px #C92627, 0 0 200px #C92627;
  -webkit-box-reflect: below 1px linear-gradient(transparent, rgba(0, 0, 0, 0.3333333333));
}
.cta-btn-wrapper a span {
  position: absolute;
  display: block;
}
.cta-btn-wrapper a span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #C92627);
  animation: animate1 1s linear infinite;
}
@keyframes animate1 {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
.cta-btn-wrapper a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #C92627);
  animation: animate2 1s linear infinite;
  animation-delay: 0.25s;
}
@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%, 100% {
    top: 100%;
  }
}
.cta-btn-wrapper a span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #C92627);
  animation: animate3 1s linear infinite;
  animation-delay: 0.5s;
}
@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%, 100% {
    right: 100%;
  }
}
.cta-btn-wrapper a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #C92627);
  animation: animate4 1s linear infinite;
  animation-delay: 0.75s;
}
@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%, 100% {
    bottom: 100%;
  }
}

/* more about us section */
section.more-about-us-section {
  background-color: #fffdfc;
  margin-top: 160px;
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 35px;
}
section.more-about-us-section .circle-img {
  margin-bottom: 33px;
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
}
section.more-about-us-section p {
  max-width: 300px;
}

section.about-us {
  margin: 100px 60px;
}
@media (max-width: 756px) {
  section.about-us {
    margin: 40px 20px;
  }
}
section.about-us h2 {
  font-size: 3rem;
  color: #C92627 !important;
}
@media (max-width: 756px) {
  section.about-us h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 576px) {
  section.about-us h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 576px) {
  section.about-us h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 488) {
  section.about-us h2 {
    font-size: 1.8rem;
  }
}
section.about-us .about-us {
  padding: 2rem 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
@media (max-width: 756px) {
  section.about-us .about-us {
    padding: 0px;
  }
}
section.about-us .image-panel {
  position: relative;
  margin: 0 auto;
}
section.about-us .image-panel img {
  width: 100%;
  height: auto;
}
section.about-us .image-panel.left-image img {
  border-radius: 150px 0px 0px 60px;
  z-index: 0;
}
section.about-us .image-panel.left-image:before {
  content: "";
  position: absolute;
  transition: transform 0.35s, all 0.7s;
  margin: 10px;
  height: 100%;
  width: 100%;
  border: 2px solid #C92627;
  border-radius: 150px 0px 0px 60px;
  z-index: 2;
}
section.about-us .image-panel.right-image img {
  border-radius: 0px 60px 150px 0px;
}
section.about-us .image-panel.right-image:before {
  content: "";
  position: absolute;
  margin: 10px;
  height: 100%;
  width: 100%;
  transition: transform 0.35s, all 0.7s;
  border: 2px solid #C92627;
  border-radius: 0px 60px 150px 0px;
  z-index: 2;
}
section.about-us .text-panel p {
  font-family: Quicksand;
}
section.about-us .divider-svg {
  display: inline-block;
  margin: 1.5rem auto;
}
@media (min-width: 992px) {
  section.about-us .divider-svg {
    margin: 1.5rem 0;
  }
}
section.about-us .discover-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.875rem;
  margin-top: 2rem;
  transition: color 0.3s;
}

section.about-us-1 .image-panel video, .about-us-2 .image-panel video {
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 4rem;
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/4;
}

.gallery {
  background-image: url(../../imgs/hero/Our-gallery.jpg);
  background: conic-gradient(from 0deg, #003554, #000, #003554, #000, #003554);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 24px;
}
.gallery .col-3 {
  padding: 12px;
}
@media (max-width: 1200px) {
  .gallery .col-3 {
    padding: 5px;
  }
}
@media (max-width: 991px) {
  .gallery .col-3 {
    padding: 2px;
  }
}
.gallery h3 {
  font-size: 72px;
  font-weight: 400;
  line-height: 58px;
  text-align: center;
  margin: 100px 0 40px 0;
  color: #fff;
  position: relative;
}
@media (max-width: 576px) {
  .gallery h3 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .gallery h3 {
    font-size: 35px;
  }
}
.gallery h3::before {
  position: absolute;
  content: "Discover Our Amazing Gallery!";
  font-family: Kecap;
  font-size: 88px;
  font-weight: 400;
  line-height: 88px;
  text-align: center;
  color: rgba(214, 214, 214, 0.3215686275);
  top: -60px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .gallery h3::before {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .gallery h3::before {
    font-size: 35px;
  }
}
.gallery a.gallery-link img {
  transition: all 2s ease-in-out;
}
.gallery a.gallery-link img:hover {
  transform: scale(1.06);
}

.specials {
  padding: 40px 0;
}
.specials .title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.specials p {
  line-height: 1.5em;
}
.specials h6 + p,
.specials p + p {
  margin-top: 10px;
}
.specials .container {
  padding: 40px 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.specials .card-wrap {
  margin: 10px;
  transform: perspective(800px);
  transform-style: preserve-3d;
  cursor: pointer;
}
.specials .card-wrap:hover .card-info {
  transform: translateY(0);
}
.specials .card-wrap:hover .card-info p, .specials .card-wrap:hover .card-info h6 {
  opacity: 1;
}
.specials .card-wrap:hover .card-info,
.specials .card-wrap:hover .card-info p {
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.specials .card-wrap:hover .card-info:after {
  transition: 5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
  transform: translateY(0);
}
.specials .card-wrap:hover .card-bg {
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0.8;
}
.specials .card-wrap:hover .card {
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: rgba(255, 255, 255, 0.2) 0 0 40px 5px, white 0 0 0 1px, rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset #333 0 0 0 5px, inset white 0 0 0 6px;
}
.specials .card {
  position: relative;
  flex: 0 0 240px;
  background-color: #333;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.66) 0 30px 60px 0, inset #333 0 0 0 5px, inset rgba(255, 255, 255, 0.5) 0 0 0 6px;
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  aspect-ratio: 3/4;
  width: 100%;
  height: 60vh;
}
@media (max-width: 576px) {
  .specials .card {
    width: 240px;
    height: 320px;
  }
}
.specials .card-bg {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  pointer-events: none;
}
.specials .card-info {
  padding: 20px;
  position: absolute;
  bottom: 0;
  color: #fff;
  transform: translateY(40%);
  transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.specials .card-info p {
  opacity: 0;
  text-shadow: black 0 2px 3px;
  transition: 0.6s 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.specials .card-info * {
  position: relative;
  z-index: 1;
}
.specials .card-info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background-blend-mode: overlay;
  opacity: 0;
  transform: translateY(100%);
  transition: 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.specials .card-info h6 {
  opacity: 0;
  font-size: 36px;
  font-weight: 700;
  text-shadow: black 0 0 2px;
}

section.peyment-method {
  background-color: #ffffff;
}
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;
}

/* dwnloap app section */
section.dl-app {
  margin: 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: 0px;
  width: 170px;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content img.dl-app-link {
    margin-bottom: 0;
    width: 150px;
  }
}
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;
}
@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 {
  padding: 150px 100px 100px 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1440px) {
  section.reviews {
    padding: 200px 50px 150px 50px;
  }
}
@media (max-width: 768px) {
  section.reviews {
    padding: 100px 0;
  }
}
section.reviews h3 {
  font-size: 60px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 25px;
  }
}
section.reviews h3::before {
  position: absolute;
  content: "Client Testimonials";
  font-family: Kecap;
  font-size: 78px;
  font-weight: 400;
  line-height: 88px;
  text-align: center;
  color: rgba(214, 214, 214, 0.3215686275);
  top: -60px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media (max-width: 1200px) {
  section.reviews h3::before {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  section.reviews h3::before {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  section.reviews h3::before {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  section.reviews h3::before {
    font-size: 27px;
  }
}
@media (max-width: 380px) {
  section.reviews h3::before {
    font-size: 20px;
  }
}
section.reviews .swiper {
  padding-bottom: 80px;
}
section.reviews .swiper .swiper-slide {
  align-self: center;
}
section.reviews .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 8;
}
section.reviews .swiper-pagination-bullet {
  background: #ddd;
}
section.reviews .swiper-pagination-bullet-active {
  background: #fff;
}
section.reviews .comment-quote {
  margin-bottom: 20px;
}
section.reviews img.comment-avatar {
  border-radius: 1%;
  width: 56px;
  height: 56px;
  margin-right: 20px;
}
section.reviews .comment-section {
  background: #393939;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 24px;
  border-radius: 4px;
}
section.reviews .comment-section .comment-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: left;
}
section.reviews .comment-section .comment-writter-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 12px;
  text-align: left;
  margin-top: 16px;
  color: #E79FE1;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 10px;
  color: #E79FE1;
  align-items: center;
}
section.reviews .comment-section .stars img {
  width: 70px;
  height: 14px;
  margin-right: 8px;
}
section.reviews .comment-section .stars span {
  font-size: 10px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 17px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #C92627;
  outline: none;
  background-color: #ffffff;
  color: #C92627;
  cursor: pointer;
  padding: 8px 15px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
#myBtn:hover {
  background-color: transparent;
}

section.social-media {
  background-color: #000;
}
section.social-media h5 {
  color: #C92627;
}
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: #C92627;
  color: white;
}
::selection {
  background-color: #C92627;
  color: white;
}

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

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

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

section.copyright {
  background-color: rgb(22.4, 22.4, 22.4);
  color: #B3B3B3;
}
section.copyright .container {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
section.copyright a {
  color: #B3B3B3;
}

.web-story {
  padding: 20px 0;
}
.web-story .stories-container {
  display: flex;
  padding: 0 20px;
  justify-content: center;
  gap: 30px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .web-story .stories-container {
    overflow-x: scroll;
  }
}
@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: 200px;
  left: 130px;
  justify-content: center;
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #ff0000;
}
.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;
  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;
}

section.Booking {
  background-color: #000; /* Base dark */
  background-image: radial-gradient(ellipse at top left, rgba(0, 166, 251, 0.2), transparent 60%), radial-gradient(ellipse at top right, rgba(0, 166, 251, 0.15), transparent 70%), radial-gradient(ellipse at bottom left, rgba(255, 90, 60, 0.1), transparent 60%), radial-gradient(ellipse at bottom right, rgba(100, 60, 255, 0.1), transparent 60%);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0;
  color: #fff;
}
section.Booking h3 {
  font-size: 56px;
  font-weight: 400;
  line-height: 58px;
  text-align: left;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 1440px) {
  section.Booking h3 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  section.Booking h3 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  section.Booking h3 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  section.Booking h3 {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  section.Booking h3 {
    font-size: 24px;
  }
}
section.Booking h3::before {
  position: absolute;
  content: "Order, Eat and Enjoy with Kocero's!";
  font-family: Kecap;
  font-size: 56px;
  font-weight: 400;
  line-height: 88px;
  text-align: center;
  color: rgba(214, 214, 214, 0.3215686275);
  top: -60px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media (max-width: 1440px) {
  section.Booking h3::before {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  section.Booking h3::before {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  section.Booking h3::before {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  section.Booking h3::before {
    font-size: 27px;
  }
}
@media (max-width: 380px) {
  section.Booking h3::before {
    font-size: 24px;
  }
}
section.Booking p {
  text-align: center;
  margin-bottom: 56px;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 576px) {
  section.Booking p {
    font-size: 17px;
  }
}
section.Booking a.main-btn {
  color: #ffffff;
  padding: 10px 40px;
  gap: 8px;
  border-radius: 4px 0px 0px 0px;
  background-color: #C92627;
  font-family: Quicksand;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  width: Fixed 200px px;
  height: Hug 56px px;
  padding: 10px 24px 10px 24px;
  gap: 8px;
  border-radius: 4px;
}
section.Booking a.main-btn:hover {
  color: #C92627;
  background-color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.footer .opening-container {
  padding: 30px 0;
  background-color: rgb(37.7, 37.7, 37.7);
}
.footer .opening-container h5 {
  font-weight: bolder;
  font-size: 2rem;
  margin: 1.5em 0px;
}
.footer .opening-container #openinghour {
  padding: 0px 120px;
  font-size: 1.3rem;
  font-weight: 1.5em;
}
@media (max-width: 999px) {
  .footer .opening-container #openinghour {
    padding: 0px 80px;
    font-size: 1.1rem;
  }
}
@media (max-width: 756px) {
  .footer .opening-container #openinghour {
    padding: 0px 40px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .footer .opening-container #openinghour {
    padding: 0px 15px;
    font-size: 0.9rem;
  }
}
.footer .opening-container h6 {
  margin: 0 10px;
}
.footer .contact-container {
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 999px) {
  .footer .contact-container {
    padding: 40px 30px;
  }
}
@media (max-width: 756px) {
  .footer .contact-container {
    padding: 30px 15px;
  }
}
@media (max-width: 576px) {
  .footer .contact-container {
    padding: 20px;
  }
}
.footer .contact-container h5 {
  font-weight: bolder;
  font-size: 2rem;
  margin: 1em 0px;
}
@media (max-width: 576px) {
  .footer .contact-container h5 {
    font-size: 1.6rem;
  }
}
.footer .contact-container h6 {
  margin: 0 10px;
}
.footer .contact-container a {
  color: #CFC5C3;
}
.footer .contact-container a:hover {
  color: rgba(201, 38, 39, 0.4);
}
.footer .contact-container svg {
  fill: #fff;
}
.footer .contact-container svg:hover {
  fill: rgba(201, 38, 39, 0.4);
}
.footer .contact-content h6 {
  font-size: 1.6rem;
}
@media (max-width: 999px) {
  .footer .contact-content h6 {
    font-size: 1.4rem;
  }
}
@media (max-width: 999px) {
  .footer .contact-content h6 {
    font-size: 1.3rem;
  }
}
@media (max-width: 999px) {
  .footer .contact-content h6 {
    font-size: 1.2rem;
  }
}
.footer .contact-content span {
  font-size: 1.4rem;
}
@media (max-width: 999px) {
  .footer .contact-content span {
    font-size: 1.35rem;
  }
}
@media (max-width: 756px) {
  .footer .contact-content span {
    font-size: 1.3rem;
  }
}
@media (max-width: 576px) {
  .footer .contact-content span {
    font-size: 1.2rem;
  }
}
.footer .map-contanier {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 35vh;
}
.footer .map-contanier iframe {
  width: 100vw;
  height: 35vh;
}
.footer .dl-app-row img {
  max-width: 40px;
}/*# sourceMappingURL=style2.css.map */