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

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: LeagueScript;
  src: url(../../Fonts/LeagueScript/LeagueScript-Regular.ttf);
}
@font-face {
  font-family: Vogun;
  src: url(../../Fonts/vogun/Vogun-Medium.otf);
}
html {
  scroll-behavior: smooth;
}

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

body {
  background-color: rgb(22.4, 22.4, 22.4);
  color: #FFF;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Vogun;
  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;
}

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

header {
  background-color: #262626;
  position: relative;
  padding: 50px 0;
}
@media (max-width: 999px) {
  header {
    padding: 20px 0;
  }
}
header .header-btn {
  position: absolute;
  content: "";
  top: 35%;
  right: 30px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  width: 170px;
  height: 46px;
  z-index: 999;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
header .header-btn:hover {
  background-color: #C92627;
  color: #fff;
  border: 1px solid #fff;
}
@media (max-width: 1300px) {
  header .header-btn {
    width: 140px;
  }
}
@media (max-width: 1200px) {
  header .header-btn {
    display: none;
  }
}
header .header-btn a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
}
header .header-btn a:hover {
  text-decoration: none;
}
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;
  text-shadow: none;
}
@media (max-width: 1200px) {
  header .shop-logo {
    left: 5%;
    right: auto;
  }
}
header .shop-logo img {
  filter: drop-shadow(none);
  z-index: 99 !important;
  max-width: 200px;
}
@media (max-width: 1200px) {
  header .shop-logo img {
    max-width: 100px;
  }
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
  color: #fff !important;
}
@media (min-width: 1200px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 1200px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
header section.menu-section #overlay-content {
  display: none;
}
@media (min-width: 1440px) {
  header section.menu-section #overlay-content {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  header section.menu-section #overlay-content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}
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: 99;
  left: 0;
  top: 0;
  background-color: #C92627;
  overflow-x: hidden;
  transition: width 0.45s;
}
header section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay .overlay-content .closebtn {
  text-decoration: unset;
  position: fixed;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #fff;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content .closebtn {
    display: none;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #fff;
  font-weight: bolder;
  border-bottom: 1px solid transparent;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin-left: 10px;
    margin-right: 0;
    font-size: 11px;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 18px;
    margin-left: 22px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #C92627;
  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: 99;
  }
}

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

/* section hero */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.index-hero {
  /* Slide 1 */
  /* Slide 2 */
  /* Slide 3 */
  /* Individual keyframes */
}
.index-hero .hero-swiper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 999px) {
  .index-hero .hero-swiper {
    height: 60vh;
  }
}
.index-hero .slider {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  position: relative;
}
@media (max-width: 999px) {
  .index-hero .slider {
    height: 60vh;
  }
}
.index-hero .slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  animation: none;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  will-change: opacity;
  transition: opacity 1s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-hero .slide1 {
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%), url("../../imgs/hero/hero-bg-1.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  animation-name: slide1Fade, zoomInOut;
}
.index-hero .slide2 {
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%), url("../../imgs/hero/hero-bg-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation-name: slide2Fade, zoomInOut;
}
.index-hero .slide3 {
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.6) 100%), url("../../imgs/hero/hero-bg-3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: top !important;
  animation-name: slide3Fade, zoomInOut;
}
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
@keyframes slide1Fade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide2Fade {
  0%, 33.3% {
    opacity: 0;
  }
  38.3% {
    opacity: 1;
  }
  63% {
    opacity: 1;
  }
  68.3% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide3Fade {
  0%, 66.6% {
    opacity: 0;
  }
  71.6% {
    opacity: 1;
  }
  96% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.index-hero .slider-content {
  max-width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-align: center;
  color: white;
  padding: 2rem;
  z-index: 1;
}
@media (max-width: 999px) {
  .index-hero .slider-content {
    max-width: 100%;
  }
}
.index-hero .slider-content h1 {
  font-size: 2rem;
  font-weight: bolder;
  margin-bottom: 2rem;
  text-shadow: 0 0 6px #000;
}
@media (max-width: 999px) {
  .index-hero .slider-content h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 756px) {
  .index-hero .slider-content h1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .index-hero .slider-content h1 {
    font-size: 1.4rem;
  }
}
@media (max-width: 488px) {
  .index-hero .slider-content h1 {
    font-size: 1.3rem;
  }
}
@media (max-width: 388px) {
  .index-hero .slider-content h1 {
    font-size: 1.2rem;
  }
}
.index-hero .slider-content p {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.index-hero .slider-content a {
  padding: 0.75rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid white;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 12px;
  transition: background-color 0.3s ease;
}
.index-hero .slider-content a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.table-btn {
  color: #ffffff;
  padding: 10px 40px;
  gap: 8px;
  border-radius: 4px;
  font-family: Quicksand;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  background-color: transparent;
  border: 1px solid #fff;
}
.table-btn:hover {
  color: #C92627;
  border: 1px solid #C92627;
  background-color: rgba(255, 255, 255, 0.75);
}

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

.first-food {
  background-color: rgb(22.4, 22.4, 22.4);
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.first-food img {
  height: 100%;
}
.first-food ul {
  padding-left: 90px;
  list-style: none;
}
@media (max-width: 1440px) {
  .first-food ul {
    padding-left: 40px;
  }
}
@media (max-width: 999px) {
  .first-food ul {
    padding-left: 20px;
  }
}
@media (max-width: 756px) {
  .first-food ul {
    padding-left: 10px;
  }
}
@media (max-width: 576px) {
  .first-food ul {
    padding-left: 0px;
  }
}
.first-food ul li {
  margin-bottom: 22px;
}
.first-food ul li h3 {
  font-size: 58px;
  font-weight: 400;
  line-height: 58px;
  text-align: left;
  color: #fff;
  font-family: Vogun;
  position: relative;
}
@media (max-width: 1200px) {
  .first-food ul li h3 {
    font-size: 60px;
  }
}
@media (max-width: 999px) {
  .first-food ul li h3 {
    font-size: 40px;
  }
}
@media (max-width: 756px) {
  .first-food ul li h3 {
    margin-top: 50px;
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .first-food ul li h3 {
    font-size: 34px;
  }
}
@media (max-width: 488px) {
  .first-food ul li h3 {
    margin-top: 30px;
    font-size: 28px;
  }
}
@media (max-width: 388px) {
  .first-food ul li h3 {
    font-size: 26px;
  }
}
.first-food ul li p {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #fff;
}
@media (max-width: 576px) {
  .first-food ul li p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 488px) {
  .first-food ul li p {
    font-size: 18px;
    line-height: 24px;
  }
}
.first-food ul li a.btn {
  display: flex;
  justify-content: center;
  text-align: center;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #fff;
  width: 220px;
  height: 52px;
  font-family: Quicksand;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  align-items: center;
}
.first-food ul li a.btn img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.first-food ul li a.btn:hover {
  background-color: #C92627;
  text-decoration: none;
}

.second-food {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.second-food img {
  height: 100%;
}
.second-food ul {
  padding-left: 90px;
  list-style: none;
}
@media (max-width: 1440px) {
  .second-food ul {
    padding-left: 40px;
  }
}
@media (max-width: 999px) {
  .second-food ul {
    padding-left: 20px;
  }
}
@media (max-width: 756px) {
  .second-food ul {
    padding-left: 10px;
  }
}
@media (max-width: 576px) {
  .second-food ul {
    padding-left: 0px;
  }
}
.second-food ul li {
  margin-bottom: 22px;
}
.second-food ul li h3 {
  font-size: 55px;
  font-weight: 400;
  line-height: 58px;
  text-align: left;
  color: #fff;
  position: relative;
}
@media (max-width: 1500px) {
  .second-food ul li h3 {
    font-size: 43px;
  }
}
@media (max-width: 1200px) {
  .second-food ul li h3 {
    font-size: 60px;
  }
}
@media (max-width: 999px) {
  .second-food ul li h3 {
    font-size: 40px;
  }
}
@media (max-width: 756px) {
  .second-food ul li h3 {
    margin-top: 50px;
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .second-food ul li h3 {
    font-size: 34px;
  }
}
@media (max-width: 488px) {
  .second-food ul li h3 {
    margin-top: 30px;
    font-size: 28px;
  }
}
@media (max-width: 388px) {
  .second-food ul li h3 {
    font-size: 26px;
  }
}
.second-food ul li p {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #fff;
}
@media (max-width: 576px) {
  .second-food ul li p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 488px) {
  .second-food ul li p {
    font-size: 18px;
    line-height: 24px;
  }
}
.second-food ul li a.btn {
  display: flex;
  justify-content: center;
  text-align: center;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #fff;
  width: 220px;
  height: 52px;
  font-family: Quicksand;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  align-items: center;
}
.second-food ul li a.btn img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.second-food ul li a.btn:hover {
  background-color: #C92627;
  text-decoration: none;
}

.third-food {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
@media (min-width: 1199px) {
  .third-food {
    height: 80vh;
  }
}
.third-food ul {
  padding-left: 90px;
  list-style: none;
}
@media (max-width: 1440px) {
  .third-food ul {
    padding-left: 40px;
  }
}
.third-food ul li {
  margin-bottom: 22px;
}
.third-food ul li h3 {
  font-size: 58px;
  font-weight: 400;
  line-height: 58px;
  text-align: left;
  color: #fff;
  position: relative;
}
@media (max-width: 1440px) {
  .third-food ul li h3 {
    font-size: 48px;
  }
}
@media (max-width: 1200px) {
  .third-food ul li h3 {
    font-size: 40px;
  }
}
@media (max-width: 756px) {
  .third-food ul li h3 {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .third-food ul li h3 {
    font-size: 32px;
  }
}
.third-food ul li p {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  color: #fff;
}
@media (max-width: 1200px) {
  .third-food ul li p {
    font-size: 20px;
  }
}
.third-food ul li img.dl-app-link {
  padding: 0px;
  margin: 0px;
  width: 75%;
}
.third-food ul li a.btn {
  display: flex;
  justify-content: center;
  text-align: center;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #fff;
  width: 220px;
  height: 52px;
  font-family: Quicksand;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  align-items: center;
}
.third-food ul li a.btn img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.third-food ul li a.btn:hover {
  background-color: #C92627;
  text-decoration: none;
}

.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: LeagueScript;
  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 img {
  max-width: 100%;
}
.gallery a.gallery-link img {
  transition: all 2s ease-in-out;
}
.gallery a.gallery-link img:hover {
  transform: scale(1.06);
}

.specials {
  color: #FFF;
}
.specials .title {
  color: #FFF !important;
  padding: 80px 0;
}
.specials .title h2 {
  font-weight: 900em;
  font-size: 2.6rem;
}
@media (max-width: 999px) {
  .specials .title h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 756px) {
  .specials .title h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 576px) {
  .specials .title h2 {
    font-size: 2rem;
  }
}
@media (max-width: 488px) {
  .specials .title h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 388px) {
  .specials .title h2 {
    font-size: 1.6rem;
  }
}
.specials .img-col,
.specials .text-col {
  margin: 0;
}
.specials .img-col {
  padding: 0;
  overflow: hidden;
}
.specials .img-col img {
  transition: transform 3s ease-in-out;
  display: block;
  width: 100%;
}
.specials .img-col img:hover {
  transform: scale(1.1);
}
.specials .text-col {
  background-color: rgb(22.4, 22.4, 22.4);
  z-index: 0;
  padding: 0 70px;
  text-align: center;
}
@media (max-width: 576px) {
  .specials .text-col {
    padding: 50px 16px;
  }
}
.specials .text-col .col-title {
  text-transform: uppercase;
  margin: 1.5em 0;
}
@media (min-width: 1200px) {
  .specials .text-col .col-title {
    font-size: 1.7rem;
  }
}
@media (max-width: 999px) {
  .specials .text-col .col-title {
    font-size: 1.7rem;
  }
}
@media (max-width: 756px) {
  .specials .text-col .col-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .specials .text-col .col-title {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .specials .text-col p {
    font-size: 1.2rem;
    line-height: 1.5em;
  }
}
@media (max-width: 999px) {
  .specials .text-col p {
    font-size: 1rem;
    line-height: 1.3em;
  }
}

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: LeagueScript;
  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: LeagueScript;
  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: 80px 60px;
  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: 80px 60px;
}
@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: 3em 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: #CFC5C3;
}
.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;
}/*# sourceMappingURL=style2.css.map */