.main-color {
  color: #d00000;
}

@font-face {
  font-family: Roboto;
  src: url(../../Fonts/Roboto/static/Roboto-Light.ttf);
}
@font-face {
  font-family: Naliko;
  src: url(../../Fonts/naliko/Naliko-Betah.otf);
}
body {
  overflow-x: hidden;
  font-family: Roboto !important;
  color: #fff;
  background-color: #000;
}
body h1, body h2, body h3 {
  font-family: Naliko;
  color: #d00000;
  text-shadow: 0 0 5px #000;
}

html {
  scroll-behavior: smooth;
}

.snowflake {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  filter: drop-shadow(0 0 5px rgb(185, 27, 27));
  z-index: 9;
  background-image: url("https://www.mealzoforbusiness.co.uk/1/heart.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-filter: drop-shadow(0 0 5px rgb(185, 27, 27));
}

.i4ewOd-pzNkMb-haAclf {
  background-color: #d00000;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-left {
  animation: fade-left 0.7s ease-in;
}
.reveal.active .fade-top {
  animation: fade-top 0.7s ease-in-out;
}
.reveal.active .fade-bottom {
  animation: fade-bottom 0.7s ease-in-out;
}
.reveal.active .fade-left1 {
  animation: fade-left 0.2s ease-in;
}
.reveal.active .fade-left2 {
  animation: fade-left 0.4s ease-in;
}
.reveal.active .fade-left3 {
  animation: fade-left 0.6s ease-in;
}

.modal-content {
  background-color: #262626;
  color: #fff !important;
}

@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-bottom {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* header */
.openmenuu {
  width: 100% !important;
}

.displayy {
  display: flex !important;
  justify-content: center;
}

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.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;
  }
}

.index-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 100%), url(../../imgs/hero/Nash-Hot-hero-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 991px) {
  .index-hero {
    min-height: -moz-max-content;
    min-height: max-content;
  }
}

header {
  padding: 20px 0;
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
@media (min-width: 991px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header .shop-logo {
  max-width: 280px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4196078431));
}
@media (max-width: 1200px) {
  header .shop-logo {
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  header .shop-logo {
    max-width: 170px;
  }
}
header section.menu-section .col-12 {
  padding: 0;
}
header section.menu-section .col-12 .navbar-expand-lg .navbar-nav {
  align-items: center;
}
header section.menu-section .col-12 .navbar {
  padding: 16px;
}
header section.menu-section .col-12 .navbar .navbar-brand {
  padding: 0;
}
header section.menu-section .main-btn {
  background-color: #d00000;
  padding: 15px 20px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-size: 15px;
  color: #000;
  margin: 20px 4px;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  max-height: -moz-max-content;
  max-height: max-content;
}
header section.menu-section nav {
  padding: 5px 0;
}
@media (max-width: 1200px) {
  header section.menu-section nav {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  header section.menu-section nav {
    display: flex;
  }
}
@media (max-width: 991px) {
  header section.menu-section nav {
    justify-content: space-between;
    margin: unset;
  }
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .nav-item {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  header section.menu-section nav .nav-item {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  header section.menu-section nav .nav-item {
    margin-right: 10px;
  }
}
@media (max-width: 992px) {
  header section.menu-section nav .nav-item {
    margin-right: 15px;
  }
}
header section.menu-section nav .nav-item a.nav-link {
  color: #fff !important;
  text-shadow: 0 0 30px #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
@media (min-width: 991px) {
  header section.menu-section nav .nav-item a.nav-link {
    padding-top: 0;
    padding-bottom: 0;
  }
}
header section.menu-section nav .nav-item a.nav-link:hover {
  color: #d00000;
  transition: ease-in-out 0.5s;
}
header section.menu-section nav .nav-item .nav-item:last-of-type {
  margin-left: 20px;
}
header section.menu-section nav .nav-item a.login-btn {
  background-color: #d00000;
  border-radius: 1px;
  padding: 15px 35px;
  color: #000 !important;
}
header section.menu-section nav .nav-item a.login-btn:hover {
  background-color: #fff;
  transition: ease-in-out 0.5s;
}
header section.menu-section nav a.btn {
  background-color: #d00000;
  color: black;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
header section.menu-section .menu-btn {
  display: flex;
  text-align: center;
  flex-direction: row;
  align-items: center;
  list-style: none;
  padding: 5px;
  margin-bottom: 0;
  border-radius: 8px;
  background: #ed0403;
}
@media (max-width: 991px) {
  header section.menu-section .menu-btn {
    display: none;
  }
}
header section.menu-section .menu-btn li {
  line-height: 30px;
  align-items: center;
}
header section.menu-section .menu-btn li a {
  color: #fff;
  padding: 0 10px;
}
header .dropdown-menu.coming-soon {
  border-radius: 10px !important;
}
@media (min-width: 991px) {
  header .dropdown-menu.coming-soon {
    left: -160px !important;
  }
}
header .dropdown-toggle::after {
  display: none;
}
header .login-part {
  border-radius: 10px 0 10px 10px !important;
}
@media (min-width: 991px) {
  header .login-part {
    left: -40px !important;
  }
}
header .menu-icon {
  align-items: center;
  justify-content: center;
  display: flex;
}
header .menu-icon img {
  background-color: #fff;
  max-width: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

section.hero-section {
  padding: 60px 0px 180px 0px;
  color: #fff;
}
@media (max-width: 1200px) {
  section.hero-section {
    padding: 80px 0;
  }
}
section.hero-section .valentine-gif {
  max-width: 100px !important;
}
@media (max-width: 480px) {
  section.hero-section .valentine-gif {
    max-width: 60px !important;
  }
}
section.hero-section h2 {
  text-shadow: 0px 0px 2px #000;
  font-size: 4rem;
  color: #fff;
  font-weight: 1000;
  font-family: Naliko;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 756px) {
  section.hero-section h2 {
    font-size: 3rem;
    padding: 10px;
  }
}
@media (max-width: 576px) {
  section.hero-section h2 {
    font-size: 2.6rem;
    padding: 10px;
  }
}
@media (max-width: 488px) {
  section.hero-section h2 {
    font-size: 2rem;
    padding: 10px;
  }
}
section.hero-section p {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 756px) {
  section.hero-section p {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  section.hero-section p {
    font-size: 1.4rem;
  }
}
@media (max-width: 488px) {
  section.hero-section p {
    font-size: 1.2rem;
  }
}
section.hero-section p#smaller-txt {
  font-size: 1.4rem;
}
@media (max-width: 756px) {
  section.hero-section p#smaller-txt {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  section.hero-section p#smaller-txt {
    font-size: 1.2rem;
  }
}
@media (max-width: 488px) {
  section.hero-section p#smaller-txt {
    font-size: 1rem;
  }
}
section.hero-section .btn {
  padding: 5px;
  border: 2px solid #d00000;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  position: relative;
}
section.hero-section .btn span {
  font-weight: bolder;
  background-color: #d00000;
  color: #fff;
  padding: 15px 56px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin: auto;
  display: flex;
  justify-content: center;
  z-index: 1;
  font-size: 20px;
}
section.hero-section .btn:hover {
  background-color: #d00000;
}
@media (max-width: 480px) {
  section.hero-section .btn {
    margin: 10px;
  }
}

.food-items {
  margin-top: -100px;
}
@media (max-width: 991px) {
  .food-items {
    margin-top: 40px;
  }
}
.food-items .container {
  border-bottom: 10px solid rgba(208, 0, 0, 0.35);
}
.food-items .col-lg-3 {
  padding: 0;
}
.food-items .card {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
  text-align: center;
  border: none;
  color: #FFF;
  padding: 24px;
  background-color: #1a1a1a;
  border: 1px solid #1a1a1a;
}
.food-items .card:hover {
  background-color: #d00000;
}
.food-items .card img {
  max-width: 100%;
  margin-bottom: 20px;
  background-color: #d00000;
}
.food-items .card h5,
.food-items .card span {
  color: #FFF;
  font-weight: bolder;
}
.food-items .card a:hover {
  text-decoration: none;
}
.food-items .color-card {
  background-color: #d00000;
}

span img.arrow {
  margin-top: 20px;
  width: 30px;
  background-color: transparent !important;
}

/* more about us section */
section.more-about-us-section {
  padding: 100px 0 30px 0;
}
@media (max-width: 768px) {
  section.more-about-us-section {
    padding: 50px 0;
  }
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 38px;
  color: #d00000;
  font-family: Barlow-Bold;
}
section.more-about-us-section p {
  max-width: 500px;
}
@media (min-width: 768px) {
  section.more-about-us-section p {
    max-width: 100%;
  }
}
section.more-about-us-section .more-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  section.more-about-us-section .more-content {
    flex-direction: column;
  }
}
section.more-about-us-section .more-content .circle-img {
  padding: 5px;
  background-color: #d00000;
  border-radius: 40px 0 40px 40px;
  max-width: 90px;
  margin-right: 20px;
}
@media (max-width: 576px) {
  section.more-about-us-section .more-content .circle-img {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  section.more-about-us-section .more-content .circle-img {
    border-radius: 40px 40px 40px 0;
  }
}
section.more-about-us-section .more-content .more-header * {
  text-align: left;
}
@media (max-width: 576px) {
  section.more-about-us-section .more-content .more-header * {
    text-align: center;
  }
}
section.more-about-us-section .more-content .more-header h4 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 576px) {
  section.more-about-us-section .more-content .more-header span {
    max-width: 400px;
  }
}
section.more-about-us-section a {
  border: 2px solid #d00000;
  background-color: #fff;
  color: #d00000;
  padding: 15px 25px;
  display: inline-flex;
  font-weight: 600;
}
section.more-about-us-section a:hover {
  text-decoration: none;
  background-color: #d00000;
  color: #fff;
}

section.gallery-wrapper {
  padding: 0 20px;
}
@media (max-width: 991px) {
  section.gallery-wrapper {
    display: none;
  }
}
section.gallery-wrapper .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin: auto;
}
section.gallery-wrapper .gallery__strip {
  min-height: 100vh;
}
section.gallery-wrapper .gallery__strip__wrapper {
  flex: 0 0 100%;
  justify-content: flex-end;
  background: #000;
  border-right: 2px solid #333;
  position: relative;
}
@media (min-width: 500px) {
  section.gallery-wrapper .gallery__strip__wrapper {
    flex: 0 0 50%;
  }
}
@media (min-width: 950px) {
  section.gallery-wrapper .gallery {
    height: 100vh;
  }
  section.gallery-wrapper .gallery__strip.one {
    animation: 60s move-it ease alternate infinite 1s;
    transform: translateY(2%);
    -webkit-animation: 60s move-it ease alternate infinite 1s;
  }
  section.gallery-wrapper .gallery__strip.three {
    animation: 70s move-it ease alternate infinite 2s;
    transform: translateY(2%);
    -webkit-animation: 70s move-it ease alternate infinite 2s;
  }
  section.gallery-wrapper .gallery__strip.two {
    animation: 58s move-it-2 ease alternate infinite 3s;
    transform: translateY(-50%);
    -webkit-animation: 58s move-it-2 ease alternate infinite 3s;
  }
  section.gallery-wrapper .gallery__strip.four {
    animation: 65s move-it-2 ease alternate infinite 3.5s;
    transform: translateY(-50%);
    -webkit-animation: 65s move-it-2 ease alternate infinite 3.5s;
  }
  section.gallery-wrapper .gallery__strip:hover {
    animation-play-state: paused;
  }
  section.gallery-wrapper .gallery__strip__wrapper {
    flex: 0 0 25%;
  }
}

.photo {
  position: relative;
  text-align: right;
  padding-bottom: 3rem;
}
.photo__image img {
  width: 100%;
  transform: translateX(10%);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -moz-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -ms-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
}
@keyframes move-it {
  0%, 90%, 100% {
    transform: translateY(2%);
  }
  45% {
    transform: translateY(-50%);
  }
}
@keyframes move-it-2 {
  0%, 90%, 100% {
    transform: translateY(-50%);
  }
  45% {
    transform: translateY(5%);
  }
}

.local-hero {
  background-image: url("./../../imgs/local-hero/Javits-local-hero-background.png");
  background-size: cover;
  padding: 40px 20px;
  z-index: 99;
}
.local-hero:hover {
  background-image: url("../../imgs/local-hero/Javits-local-hero-background.webp");
  transform: scale(1.05);
  transition: 1000ms;
}
@media (max-width: 768px) {
  .local-hero {
    background-image: url("./../../imgs//local-hero/Javits-local-hero-background-reponsive.png");
    padding: 20px;
  }
}
.local-hero .local-hero-img {
  color: #fff;
}
.local-hero .local-hero-img img {
  width: 100%;
}
@media (max-width: 768px) {
  .local-hero .local-hero-img {
    display: none;
  }
}
.local-hero .local-hero-content {
  color: #fff;
  padding: 0 0 0 40px;
}
@media (max-width: 768px) {
  .local-hero .local-hero-content {
    padding: 0;
  }
}
.local-hero .local-hero-content h3 {
  font-size: 54px;
}
@media (max-width: 768px) {
  .local-hero .local-hero-content h3 {
    font-size: 24px;
    line-height: 48px;
  }
}

.about-javits {
  background-image: url("./../../imgs/local-hero/Javits-about-us-background.png");
  padding: 40px 20px;
  background-size: cover;
  z-index: 99;
}
@media (max-width: 768px) {
  .about-javits {
    padding: 20px;
  }
}
.about-javits:hover {
  background-image: url("./../../imgs/local-hero/Javits-about-us-background.webp");
  transform: scale(1.05);
  transition: 1000ms;
}
.about-javits .about-javits-content {
  color: #fff;
}
.about-javits .about-javits-content h3 {
  font-size: 54px;
}
@media (max-width: 768px) {
  .about-javits .about-javits-content h3 {
    font-size: 24px;
    line-height: 48px;
  }
}

.special {
  background-color: #000;
  overflow-x: hidden;
  position: relative;
  padding: 80px 0;
}
.special h3 {
  color: #d00000;
  font-family: Naliko;
  font-size: 4rem;
  font-weight: bolder;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 991px) {
  .special h3 {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .special h3 {
    font-size: 2.4rem;
  }
}
.special .card {
  text-align: center;
  background-color: transparent;
  display: flex;
  align-items: center;
  flex-direction: row;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  padding: 10px;
  border-bottom: 1.5px dashed #404040;
}
@media (max-width: 576px) {
  .special .card {
    flex-direction: column;
    border: none;
  }
}
.special .card .card-img {
  max-width: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .special .card .card-img {
    max-width: 70%;
  }
}
@media (max-width: 480px) {
  .special .card .card-img {
    max-width: 100%;
  }
}
.special .card .card-img img {
  max-width: 100%;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}
.special .card .card-body {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 10px;
}
.special .card .card-body h4 {
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  font-weight: bolder;
  -webkit-backdrop-filter: 3px;
          backdrop-filter: 3px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .special .card .card-body h4 {
    margin-bottom: 16px;
    font-size: 25px;
  }
}
.special .card p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .special .card p {
    display: none;
  }
}
.special .card .card-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .special .card .card-inner {
    flex-direction: column;
  }
}
.special .card a.btn {
  font-size: 15px;
  margin-bottom: 8px;
  text-align: center;
  color: #FFF !important;
  padding: 5px;
  border: 2px solid #d00000;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  position: relative;
}
.special .card a.btn span {
  background-color: #d00000;
  padding: 9px 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin: auto;
  display: flex;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 1200px) {
  .special .card a.btn span {
    padding: 9px 4px;
  }
}
@media (max-width: 991px) {
  .special .card a.btn span {
    padding: 9px 20px;
  }
}
.special .card a.btn:hover {
  background-color: #d00000;
}
@media (max-width: 768px) {
  .special .card a.btn {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .special .card a.btn {
    margin: 10px;
  }
}
.special .main-btn {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 20px;
  text-align: center;
  color: #FFF;
  padding: 10px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border: 2px solid #d00000;
}
.special .main-btn span {
  background-color: #d00000;
  color: #FFF;
  padding: 18px 55px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin: auto;
  display: flex;
  justify-content: center;
  z-index: 1;
}

.specialoffers {
  position: relative;
  padding: 0;
}
@media (max-width: 768px) {
  .specialoffers {
    margin: 10px;
    padding: 60px 30px;
  }
}
.specialoffers .section-title {
  font-family: Naliko;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 3.2rem;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 20px auto;
  font-weight: bolder;
}
@media (max-width: 768px) {
  .specialoffers .section-title {
    font-size: 2.4rem;
    -webkit-text-stroke: 2px #ffffff;
  }
}
@media (max-width: 576px) {
  .specialoffers .section-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 480px) {
  .specialoffers .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 400px) {
  .specialoffers .section-title {
    font-size: 1.7rem;
  }
}
.specialoffers ul {
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.specialoffers ul li {
  margin: 10px;
  width: 45%;
}
@media (max-width: 991px) {
  .specialoffers ul li {
    width: 22%;
  }
}
@media (max-width: 768px) {
  .specialoffers ul li {
    width: 42%;
  }
}
@media (max-width: 576px) {
  .specialoffers ul li {
    width: 90%;
  }
}
.specialoffers ul li:hover .card {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
.specialoffers ul li .card {
  background-color: #747474;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border: 3px solid #747474;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
}
.specialoffers ul li .card h4 {
  color: #FFF !important;
  margin-bottom: 0;
  font-weight: bolder;
}
@media (max-width: 1200px) {
  .specialoffers ul li .card h4 {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .specialoffers ul li .card h4 {
    font-size: 25px;
  }
}
.specialoffers ul li .card .card-text {
  background-color: #747474;
  border-radius: 24px 24px 0 0;
  -webkit-border-radius: 24px 24px 0 0;
  -moz-border-radius: 24px 24px 0 0;
  -ms-border-radius: 24px 24px 0 0;
  -o-border-radius: 24px 24px 0 0;
  padding: 10px;
  position: relative;
  margin-bottom: -40px;
  text-align: center;
}
.specialoffers ul li .card .card-text::after {
  position: absolute;
  content: "";
  bottom: -35px;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  background-image: url(../../imgs/icons/down.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.specialoffers ul li .card img {
  max-width: 100%;
  border-radius: 0 0 24px 24px;
  -webkit-border-radius: 0 0 24px 24px;
  -moz-border-radius: 0 0 24px 24px;
  -ms-border-radius: 0 0 24px 24px;
  -o-border-radius: 0 0 24px 24px;
}
.specialoffers a.btn {
  color: #f2f2f2 !important;
  border-bottom: 1px solid #f2f2f2;
}

section.contact-us {
  padding: 80px 80px 40px 80px;
  color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  section.contact-us {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  section.contact-us {
    padding: 40px 0;
  }
}
section.contact-us::before {
  background-image: url(../../imgs/header/logo/Castlegate-Chippy-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  top: 60px;
  left: -70px;
  width: 493px;
  height: 161px;
  opacity: 0.5;
  z-index: 1;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
section.contact-us .contact-header {
  max-width: 80%;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
@media (max-width: 768px) {
  section.contact-us .contact-header {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    max-width: 200px;
    margin: auto;
    display: flex;
    margin-top: -130px;
    margin-bottom: -70px;
  }
}
@media (max-width: 480px) {
  section.contact-us .contact-header {
    max-width: 150px;
  }
}
section.contact-us .contact-list {
  padding: 40px;
  display: flex;
  flex-direction: column;
  color: #fff;
  justify-content: space-between;
  box-shadow: 0px 15px 50px 0px rgba(255, 255, 255, 0.1);
}
@media (max-width: 1200px) {
  section.contact-us .contact-list {
    flex-direction: column;
  }
}
section.contact-us .contact-items li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  margin-bottom: 10px;
}
section.contact-us .contact-items li b {
  position: relative;
  display: flex;
  align-items: center;
}
section.contact-us .contact-items li b img {
  width: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 10px;
  display: none;
}
section.contact-us .contact-items li h6 {
  font-size: 1.5rem;
  font-weight: bolder;
  color: #d00000;
}
section.contact-us .contact-items li p {
  text-align: center;
}
section.contact-us .contact-items p {
  font-size: 18px;
  margin-bottom: 0;
}
section.contact-us .contact-items span {
  font-size: 12px;
  margin-left: 12px;
  color: #121926;
}
section.contact-us #openinghour {
  background-color: #fff;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  padding: 16px;
  margin-bottom: 20px;
}
section.contact-us #openinghour .d-flex {
  padding: 5px;
  margin: 2px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  position: relative;
}
section.contact-us #openinghour .d-flex p {
  color: #121926;
}
section.contact-us #openinghour .d-flex::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 1px;
  background-color: rgba(59, 139, 201, 0.5960784314);
}
@media (max-width: 1200px) {
  section.contact-us #openinghour .d-flex::before {
    display: none;
  }
}
section.contact-us iframe {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 400px;
}
@media (max-width: 768px) {
  section.contact-us iframe {
    height: 200px;
    width: 80%;
    margin: auto;
    display: flex;
  }
}

section.about-us {
  padding: 80px 40px;
  position: relative;
}
section.about-us::before {
  background-image: url(../../imgs/icons/fastfood-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  bottom: -130px;
  left: -50px;
  width: 369px;
  height: 325px;
  opacity: 0.3;
  z-index: 1;
}
@media (max-width: 576px) {
  section.about-us::before {
    display: none;
  }
}
@media (max-width: 1200px) {
  section.about-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.about-us .col-12 {
  padding: 0;
}
section.about-us .container-fluid {
  padding: 0;
}
section.about-us h3 {
  font-size: 3.6rem;
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 991px) {
  section.about-us h3 {
    text-align: center;
    font-size: 2rem;
  }
}
section.about-us .about-text {
  background-color: #747474;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 40px;
  margin: 30px;
  margin-left: -155px;
}
@media (max-width: 1200px) {
  section.about-us .about-text {
    margin-left: 0;
    margin: 30px 0;
    padding: 16px;
  }
}
section.about-us .about-text p {
  color: #fff;
  line-height: 1.6em;
  margin-bottom: 0;
  font-size: 1rem;
}
@media (max-width: 756px) {
  section.about-us .about-text p {
    font-size: 0.8rem;
  }
}
section.about-us .about-list {
  list-style: none;
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  flex-direction: column;
}
section.about-us .about-list li {
  display: flex;
  padding: 10px;
  align-items: center;
  border-bottom: 1px dashed #ddd;
}
section.about-us .about-list li img {
  max-width: 48px;
}
section.about-us .about-list li p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  section.about-us .about-list li p {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  section.about-us .about-list li p {
    font-size: 16px;
  }
}
section.about-us iframe {
  height: 400px !important;
}
section.about-us #openinghour {
  max-width: 70%;
  margin: 0 auto;
  font-size: 24px;
  padding: 20px auto;
}
@media (max-width: 1200px) {
  section.about-us #openinghour {
    max-width: 100%;
  }
}
@media (max-width: 756px) {
  section.about-us #openinghour {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  section.about-us #openinghour {
    font-size: 16px;
  }
}
@media (max-width: 388px) {
  section.about-us #openinghour {
    font-size: 14px;
  }
}
section.about-us #openinghour .d-flex {
  padding: 10px;
  border-bottom: 1px dashed #5c5c5c;
}
section.about-us .btn {
  padding: 5px;
  border: 2px solid #d00000;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  position: relative;
}
section.about-us .btn span {
  background-color: #d00000;
  color: #FFF;
  padding: 15px 56px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin: auto;
  display: flex;
  justify-content: center;
  z-index: 1;
}
section.about-us .btn:hover {
  background-color: #d00000;
}
@media (max-width: 480px) {
  section.about-us .btn {
    margin: 10px;
  }
}

section.peyment-method {
  background-color: #000000;
}
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 {
  padding: 40px 0 64px;
  background-position: center;
  background-size: cover;
  color: #fff;
}
@media (max-width: 768px) {
  section.dl-app {
    padding: 16px;
  }
}
section.dl-app .dl-app-content {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 991px) {
  section.dl-app .dl-app-content {
    text-align: center;
    padding: 10px 0;
  }
}
section.dl-app .dl-app-content h3 {
  font-weight: bolder;
  font-size: 48px;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 1200px) {
  section.dl-app .dl-app-content h3 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  section.dl-app .dl-app-content h3 {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  section.dl-app .dl-app-content h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  section.dl-app .dl-app-content h3 {
    font-size: 42px;
  }
}
section.dl-app .dl-app-content p {
  max-width: 85%;
  font-size: 1.6rem;
}
@media (max-width: 756px) {
  section.dl-app .dl-app-content p {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  section.dl-app .dl-app-content p {
    font-size: 1.2rem;
  }
}
@media (max-width: 488px) {
  section.dl-app .dl-app-content p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  section.dl-app .dl-app-content p {
    max-width: 95%;
  }
}
section.dl-app .dl-app-content .Our-apps {
  margin-top: 20px;
}
@media (max-width: 1200px) {
  section.dl-app .dl-app-content .Our-apps {
    justify-content: center;
    margin-top: 10px;
  }
}
section.dl-app .dl-app-content .Our-apps a img {
  width: 270px;
  margin-bottom: 4px;
}
@media (max-width: 1200px) {
  section.dl-app .dl-app-content .Our-apps a img {
    width: 170px;
  }
}
section.dl-app .dl-app-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.dl-app .dl-app-image img {
  max-width: 80%;
}
@media (max-width: 1200px) {
  section.dl-app .dl-app-image img {
    width: 100%;
  }
}

section.reviews {
  padding: 150px 100px 100px 100px;
}
@media (max-width: 1440px) {
  section.reviews {
    padding: 80px;
  }
}
@media (max-width: 768px) {
  section.reviews {
    padding: 20px 0;
  }
}
section.reviews .swiper {
  display: flex;
  align-items: center;
  padding: 40px 0;
}
section.reviews .swiper-slide-active {
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
}
section.reviews .swiper-slide-active .comment-section::after {
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
}
section.reviews h3 {
  margin-bottom: 32px;
  font-size: 64px;
  font-weight: bolder;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  section.reviews h3 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 28px;
  }
}
section.reviews .comment-quote {
  margin-bottom: 20px;
}
section.reviews img.comment-avatar {
  border-radius: 1%;
  width: 56px;
  height: 56px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  section.reviews img.comment-avatar {
    margin-bottom: 20px;
  }
}
section.reviews .comment-section {
  background: #262626;
  box-shadow: 0px 0px 7px #000;
  padding: 24px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative;
  min-height: 240px;
}
section.reviews .comment-section::before {
  position: absolute;
  content: "";
  top: -28px;
  right: 10px;
  width: 50px;
  height: 50px;
  z-index: 1;
  background-image: url(../../imgs/icons/quote.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
section.reviews .comment-section::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #d00000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: -1;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
}
@media (max-width: 991px) {
  section.reviews .comment-section {
    flex-direction: column;
  }
}
section.reviews .comment-section .comment-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #FFF;
  margin-top: 20px;
}
section.reviews .comment-section .comment-writter-name {
  font-size: 17px;
  font-weight: 700;
  line-height: 12px;
  text-align: left;
  margin-top: 16px;
  color: #FFF;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 10px;
  color: #FFF;
  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;
}

/* footer */
footer {
  color: #fff;
  padding: 20px 80px 20px 80px;
}
@media (max-width: 991px) {
  footer {
    padding: 20px 0;
  }
}
footer .container-fluid {
  border-top: 1px solid #fff;
}
footer p {
  margin-bottom: 0;
}
footer .dl-app-container {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  footer .dl-app-container {
    padding: 0;
    justify-content: center;
  }
}
footer .dl-app-container img {
  margin-bottom: 20px;
  width: 130px;
  margin-left: 15px;
}
@media (max-width: 991px) {
  footer p.dl-app-p {
    text-align: center;
    margin: 0 auto 10px 0;
  }
}
footer .copyright {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  align-items: center;
  color: #fcf1f2;
}
@media (max-width: 991px) {
  footer .copyright {
    flex-direction: column;
  }
}
footer .copyright a.mealzo-link {
  color: #fff;
  font-weight: bolder;
}
footer .copyright-links {
  display: flex;
  color: #fcf1f2;
  padding: 0;
}
footer .copyright-links li {
  margin-left: 15px;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: #ddd;
  line-height: 38px;
}
footer ul li a:hover {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 768px) {
  footer .social-media-conteiner {
    text-align: center;
    justify-content: center;
  }
}

#myBtn {
  position: fixed;
  bottom: 59px;
  left: 50px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #747474;
  border: 1px solid #fff;
  color: white;
  cursor: pointer;
  padding: 5px 11px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
#myBtn:hover {
  color: #fff;
  border: 1px solid #d00000;
  background-color: #d00000;
}

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

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

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

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

section.copyright {
  color: #fff;
}
section.copyright .cp-text {
  font-size: 14px;
  font-weight: 500;
}
section.copyright a.weetech-link {
  color: #fff !important;
}

section.opening-hour {
  background: #03021A;
  padding: 50px 0 100px;
  background-image: url(../../imgs/contact-us/Branches-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1200px) {
  section.opening-hour {
    padding: 40px 0 40px;
  }
}
section.opening-hour .javits-contact-us-card {
  background-color: rgba(29, 57, 90, 0.231372549);
  color: #fdfdfd;
  border-radius: 8px;
  border: 0.5px solid #A9C5E5;
  padding: 24px;
}
@media (max-width: 1200px) {
  section.opening-hour .javits-contact-us-card {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  section.opening-hour .javits-contact-us-card .branch-name {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  section.opening-hour .javits-contact-us-card .branch-name {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  section.opening-hour .javits-contact-us-card .small-text {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  section.opening-hour .javits-contact-us-card .small-text {
    font-size: 10px;
  }
}
section.opening-hour .javits-contact-us-card .status-inner {
  width: 100%;
  justify-content: space-around;
  padding: 0 5px;
  border-radius: 8px;
  border: 0.5px solid #A9C5E5;
  min-height: 105px;
  color: #707070;
}
section.opening-hour .javits-contact-us-card .status-inner .delivery {
  border-right: 1px solid #414254;
  padding: 8px;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
section.opening-hour .javits-contact-us-card .status-inner .delivery .delivery-img {
  width: 33px;
  height: 33px;
  background-color: #364152;
  border-radius: 30px;
  display: flex;
  justify-content: center;
}
section.opening-hour .javits-contact-us-card .status-inner .delivery .delivery-img img {
  width: 32px;
  height: 32px;
  align-self: center;
}
section.opening-hour .javits-contact-us-card .status-inner .delivery p {
  margin: 0;
  font-size: 16px;
}
section.opening-hour .javits-contact-us-card .status-inner .collection {
  justify-content: center;
  padding: 16px;
  gap: 8px;
  align-items: center;
}
section.opening-hour .javits-contact-us-card .status-inner .collection .delivery-img {
  width: 33px;
  height: 33px;
  background-color: #364152;
  border-radius: 30px;
  display: flex;
  justify-content: center;
}
section.opening-hour .javits-contact-us-card .status-inner .collection .delivery-img img {
  width: 32px;
  height: 32px;
  align-self: center;
}
section.opening-hour .javits-contact-us-card .status-inner .collection p {
  margin: 0;
  font-size: 16px;
}
section.opening-hour .javits-contact-us-card iframe {
  margin: 24px 0;
  border-radius: 5px;
}
section.opening-hour .javits-contact-us-card .contact-inner ul {
  padding: 0;
}
section.opening-hour .javits-contact-us-card .contact-inner ul li {
  display: flex;
  margin-bottom: 16px;
}
section.opening-hour .javits-contact-us-card .contact-inner ul li img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
section.opening-hour .javits-contact-us-card .social-media span {
  color: #9AA3B2;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  section.opening-hour .javits-contact-us-card .social-media span {
    display: none;
  }
}
section.opening-hour .javits-contact-us-card .social-media img {
  width: 32px;
  margin-right: 9px;
}
section.opening-hour .javits-contact-us-card .javits-contact-us-card-social-media {
  padding: 20px !important;
  font-size: 24px;
  color: #fdfdfd;
}
section.opening-hour .javits-contact-us-card .javits-contact-us-card-social-media p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
section.opening-hour .javits-contact-us-card .javits-contact-us-card-social-media h3 {
  font-size: 24px;
  line-height: 32px;
}
section.opening-hour .javits-contact-us-card .javits-contact-us-card-social-media a {
  color: #fdfdfd;
}
section.opening-hour .javits-contact-us-card .javits-contact-us-card-social-media .social-media i {
  margin-right: 10px;
}
section.opening-hour .javits-contact-us-card .Order-btn {
  padding: 24px 0;
}
section.opening-hour .javits-contact-us-card .Order-btn a {
  color: #fdfdfd;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 8px 24px;
  gap: 8px;
  border-radius: 5px;
}
section.opening-hour .javits-contact-us-card .javits-contact-us-card-google-map {
  margin-top: 20px;
  padding: 0 20px;
}
section.opening-hour .javits-contact-us-card .javits-contact-us-card-google-map iframe {
  border-radius: 8px;
}
@media (max-width: 480px) {
  section.opening-hour .collection3text,
  section.opening-hour .delivery3text {
    font-size: 12px !important;
  }
}

section.opening-hours {
  background-image: url(../../imgs/contact-us/Opening-hours-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 56px 0;
  color: #fff;
}
@media (max-width: 991px) {
  section.opening-hours {
    background-image: unset;
    background-color: #010a16;
    padding: 16px 0 0 0;
  }
}
section.opening-hours h2 {
  font-family: Roboto;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
  text-align: center;
}
@media (max-width: 480px) {
  section.opening-hours h2 {
    font-size: 44px;
  }
}
section.opening-hours .openinghours {
  background: rgba(1, 0, 17, 0.4392156863);
  border: 0.5px solid #FFFFFF;
  padding: 30px 30px 20px 30px;
  min-height: 335px;
  border-radius: 15px;
}
section.opening-hours .openinghours .opening p {
  padding: 5px 0;
}
section.opening-hours .openinghours .opening .d-flex {
  position: relative;
}
section.opening-hours .openinghours .opening .d-flex::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  height: 1px;
  background-color: #cdcdcd;
}
@media (max-width: 1200px) {
  section.opening-hours .openinghours .opening .d-flex::before {
    display: none;
  }
}
section.opening-hours .openinghours .opening .d-flex::after {
  position: absolute;
  content: "";
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-radius: 8px;
  background-color: #cdcdcd;
}/*# sourceMappingURL=style2.css.map */