@font-face {
  font-family: "Clarendon";
  src: url(../../Fonts/Clarendon-Wide/ClarendonWideBold.ttf);
}
@font-face {
  font-family: "Quicksand";
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
.main-color {
  color: #F7EF28;
}

body {
  font-family: "Quicksand";
  color: #fff8e8;
  background-color: #000000;
  overflow-y: visible;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

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

#myModal {
  color: #000;
}
#myModal .modal-title {
  font-family: "Quicksand" !important;
  font-size: smaller;
}

.snowflake {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 999;
  background-image: url(../../imgs/snow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.btn {
  width: -moz-max-content;
  width: max-content;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #F7EF28;
  border-radius: 0.6em;
  color: #F7EF28;
  cursor: pointer;
  display: flex;
  align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  padding: 1em 1.5em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Quicksand";
  font-weight: 700;
}
.btn:hover, .btn:focus {
  color: #fff;
  outline: 0;
}

.third {
  border-color: #F7EF28;
  color: #fff;
  box-shadow: 0 0 40px 40px #F7EF28 inset, 0 0 0 0 #F7EF28;
  transition: all 150ms ease-in-out;
}
.third:hover {
  box-shadow: 0 0 10px 0 #F7EF28 inset, 0 0 10px 4px #F7EF28;
  color: #F7EF28;
}

.btn:hover, .btn:focus {
  color: #fff;
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Clarendon";
}

p, a, span {
  font-family: "Quicksand";
}

.fade-left-hero {
  animation: fade-left-hero 2s ease-in-out;
  -webkit-animation: fade-left-hero 2s ease-in-out;
}

.fade-left-hero2 {
  animation: fade-left-hero 2.5s ease-in-out;
  -webkit-animation: fade-left-hero 2.5s ease-in-out;
}

.fade-left-hero3 {
  animation: fade-left-hero 3s ease-in-out;
  -webkit-animation: fade-left-hero 3s ease-in-out;
}

@keyframes fade-left-hero {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.reveal.active .fade-left {
  animation: fade-left 1.4s ease-in-out;
  -webkit-animation: fade-left 1.4s ease-in-out;
}
@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .fade-right {
  animation: fade-right 1s ease-in-out;
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .fade-top {
  animation: fade-top 1.4s ease-in-out;
  -webkit-animation: fade-top 1.4s ease-in-out;
}
@keyframes fade-top {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal.active .fade-bottom {
  animation: fade-bottom 1.4s ease-in-out;
  -webkit-animation: fade-bottom 1.4s ease-in-out;
}
.reveal.active .fade-bottom1 {
  animation: fade-bottom 2s ease-in-out;
  -webkit-animation: fade-bottom 2s ease-in-out;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal.active .top {
  animation: top 0.5s ease-in;
}
@keyframes top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.main-color {
  color: #F7EF28;
}

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

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

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

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

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

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

.snowflake {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  z-index: 9;
  background-image: url("https://www.mealzoforbusiness.co.uk/1/heart.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 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 {
  position: relative;
  padding: 0px;
}
@media (max-width: 756px) {
  header {
    margin-top: 10px;
    width: 95%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
@media (max-width: 756px) {
  header .navbar {
    padding: 0px;
  }
}
header .shop-logo {
  width: 140px;
  border-radius: 0px;
}
@media (max-width: 756px) {
  header .shop-logo {
    max-width: 160px;
  }
}
header .navbar-nav {
  align-items: center;
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header .dropdown-toggle:after {
  display: none;
}
@media (max-width: 756px) {
  header section.menu-section {
    border-radius: 4rem;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav li {
  margin-left: 15px;
}
@media (max-width: 1200px) {
  header section.menu-section nav li {
    margin-left: 10px;
  }
}
header section.menu-section nav li a.nav-link {
  color: #fff !important;
  text-shadow: 0 0 6px #000;
  font-size: 18px;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 16px;
  }
}
@media (max-width: 756px) {
  header section.menu-section nav li a.nav-link {
    font-size: 14px;
  }
}
header section.menu-section nav li a.nav-link svg {
  margin-left: 4px;
}
header section.menu-section nav li a.nav-link svg g {
  fill: #fff;
}
header section.menu-section nav a.nav-link:hover {
  color: #F7EF28 !important;
}
header section.menu-section nav .dropdown-menu {
  background-color: #F7EF28;
}
header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #fff;
}
header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #fff;
  color: #F7EF28;
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #FFF;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
header section.menu-section .login-btn {
  color: #fff !important;
}
@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

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

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

.snowflake {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  z-index: 9;
  background-image: url("https://www.mealzoforbusiness.co.uk/1/heart.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 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 {
  position: relative;
  padding: 0px;
}
@media (max-width: 756px) {
  header {
    margin-top: 0px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
@media (max-width: 756px) {
  header .navbar {
    padding: 0px;
  }
}
header .shop-logo {
  width: 140px;
  border-radius: 0px;
}
@media (max-width: 756px) {
  header .shop-logo {
    max-width: 160px;
  }
}
header .navbar-nav {
  align-items: center;
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header .dropdown-toggle:after {
  display: none;
}
@media (max-width: 756px) {
  header section.menu-section {
    border-radius: 4rem;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav li {
  margin-left: 15px;
}
@media (max-width: 1200px) {
  header section.menu-section nav li {
    margin-left: 10px;
  }
}
header section.menu-section nav li a.nav-link {
  color: #fff !important;
  text-shadow: 0 0 6px #000;
  font-size: 18px;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 16px;
  }
}
@media (max-width: 756px) {
  header section.menu-section nav li a.nav-link {
    font-size: 14px;
  }
}
header section.menu-section nav li a.nav-link svg {
  margin-left: 4px;
}
header section.menu-section nav li a.nav-link svg g {
  fill: #fff;
}
header section.menu-section nav a.nav-link:hover {
  color: #F7EF28 !important;
}
header section.menu-section nav .dropdown-menu {
  background-color: #F7EF28;
}
header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #fff;
}
header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #fff;
  color: #F7EF28;
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #FFF;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 2;
  z-index: 1041;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
@media (max-width: 1199.98px) {
  header section.menu-section nav .header-links {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1040;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
  }
}
@media (max-width: 1199.98px) {
  header section.menu-section nav .header-links.show {
    transform: translateX(0);
  }
}
@media (max-width: 1199.98px) {
  header section.menu-section nav .navbar-nav {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 60px 20px 20px;
  }
}
@media (max-width: 1199.98px) {
  header section.menu-section nav li {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199.98px) {
  header section.menu-section nav li a.nav-link {
    font-size: 20px;
  }
}
@media (max-width: 756px) {
  header section.menu-section nav li a.nav-link {
    font-size: 18px;
  }
}
header section.menu-section .login-btn {
  color: #fff !important;
}
@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

section.hero-section .slide-one {
  background: url(../../imgs/hero/bg/Deli-King-Bradford-hero-section-bg.jpg);
  background-position: center;
}
section.hero-section .slide-two {
  background: url(../../imgs/hero/bg/Deli-King-Bradford-hero-section-bg-2.jpg);
  background-position: center;
}
section.hero-section .slide-three {
  background: url(../../imgs/hero/bg/Deli-King-Bradford-shop-front.jpg);
  background-position: center;
}
section.hero-section .cta-btn-wrapper {
  margin-top: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: flex-start;
}
section.hero-section .cta-btn-wrapper a {
  position: relative;
  display: inline-block;
  padding: 22px 28px;
  color: #F7EF28;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  letter-spacing: 4px;
  overflow: hidden;
}
section.hero-section .cta-btn-wrapper a:hover {
  background: #F7EF28;
  color: #FFF;
  box-shadow: 0 0 5px #F7EF28, 0 0 25px #F7EF28, 0 0 50px #F7EF28, 0 0 200px #F7EF28;
  -webkit-box-reflect: below 1px linear-gradient(transparent, rgba(0, 0, 0, 0.3333333333));
}
section.hero-section .cta-btn-wrapper a span {
  position: absolute;
  display: block;
}
section.hero-section .cta-btn-wrapper a span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #F7EF28);
  animation: animate1 1s linear infinite;
}
@keyframes animate1 {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
section.hero-section .cta-btn-wrapper a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #F7EF28);
  animation: animate2 1s linear infinite;
  animation-delay: 0.25s;
}
@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%, 100% {
    top: 100%;
  }
}
section.hero-section .cta-btn-wrapper a span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #F7EF28);
  animation: animate3 1s linear infinite;
  animation-delay: 0.5s;
}
@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%, 100% {
    right: 100%;
  }
}
section.hero-section .cta-btn-wrapper a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #F7EF28);
  animation: animate4 1s linear infinite;
  animation-delay: 0.75s;
}
@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%, 100% {
    bottom: 100%;
  }
}
section.hero-section a.cta-btn {
  color: #FFF;
  font-size: 1.3rem;
}
@media (max-width: 1200px) {
  section.hero-section a.cta-btn {
    font-size: 1.2rem;
  }
}
@media (max-width: 756px) {
  section.hero-section a.cta-btn {
    font-size: 1.1rem;
  }
}
@media (max-width: 576px) {
  section.hero-section a.cta-btn {
    font-size: 1rem;
  }
}

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

html,
body {
  position: relative;
  height: 100%;
}

.hero-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 756px) {
  .hero-section {
    height: 105vh;
  }
}

header {
  position: absolute;
  top: 0;
  z-index: 5;
  filter: contrast(90%);
  pointer-events: auto;
}

.swiper-wrapper {
  padding: 0px;
  margin: 0px;
}

.swiper {
  width: 100vw;
  height: 100%;
}

.swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-content {
  width: 95%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 756px) {
  .hero-content {
    width: 96.9%;
    top: 50%;
  }
}
.hero-content p {
  text-shadow: 0 0 2px #000;
}

h1#first-title {
  font-family: "Quicksand";
}

h2.title {
  font-size: 3.5rem;
}
@media (max-width: 576px) {
  h2.title {
    font-size: 3rem;
  }
}
@media (max-width: 488px) {
  h2.title {
    font-size: 2.6rem;
  }
}

p {
  font-size: 1.4rem;
}
@media (max-width: 576px) {
  p {
    font-size: 1.2rem;
  }
}
@media (max-width: 488px) {
  p {
    font-size: 1rem;
  }
}

.title {
  letter-spacing: 0.3rem;
  color: #FFF;
  text-shadow: 0 0 2px #000;
}

@keyframes animated-text {
  100% {
    background-position: 200% 0;
  }
}
.swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  z-index: 0; /* Updated: Placed behind everything */
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.477);
  z-index: 1; /* Updated: Placed between the image and the content */
}

section.hero-section {
  padding: 0px;
  color: #e2e2e2;
  position: relative;
}
@media (max-width: 1200px) {
  section.hero-section {
    padding: 0px 0 50px 0;
  }
}
section.hero-section::before {
  position: absolute;
  content: "";
  width: 103%;
  height: 105%;
  background-color: rgba(0, 0, 0, 0.603);
  top: 5%;
  right: -52%;
  z-index: 1;
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  section.hero-section::before {
    display: none;
  }
}
@media (max-width: 991px) {
  section.hero-section::before {
    padding: 50px 0;
  }
}
section.hero-section p {
  font-weight: bolder;
}
section.hero-section h1, section.hero-section h2 {
  font-size: 54px;
  font-weight: bolder;
  color: #F7EF28;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: Clarendon;
  letter-spacing: 1px;
}
@media (max-width: 1440px) {
  section.hero-section h1, section.hero-section h2 {
    font-size: 35px;
  }
}
@media (max-width: 1300px) {
  section.hero-section h1, section.hero-section h2 {
    font-size: 30px;
  }
}
@media (max-width: 756px) {
  section.hero-section h1, section.hero-section h2 {
    font-size: 30px !important;
    line-height: 1.4em;
  }
}
@media (max-width: 576px) {
  section.hero-section h1, section.hero-section h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 488px) {
  section.hero-section h1, section.hero-section h2 {
    font-size: 26px !important;
  }
}
@media (max-width: 1440px) {
  section.hero-section h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 1300px) {
  section.hero-section h2 {
    font-size: 26px !important;
  }
}
@media (max-width: 756px) {
  section.hero-section h2 {
    font-size: 26px !important;
  }
}
@media (max-width: 576px) {
  section.hero-section h2 {
    font-size: 24px !important;
  }
}
@media (max-width: 488px) {
  section.hero-section h2 {
    font-size: 22px !important;
  }
}
section.hero-section a.btn {
  padding: 15px 35px;
  background-color: #F7EF28;
  color: #000;
  font-weight: bolder;
  border: 1px solid #F7EF28;
  border-radius: 30px;
  margin-top: 40px;
}
section.hero-section a.btn svg {
  fill: #000;
}
@media (max-width: 768px) {
  section.hero-section a.btn {
    margin-top: 10px;
  }
}
section.hero-section .hero-img {
  width: 40%;
  position: relative;
  z-index: 2;
}
section.hero-section .slider-text {
  margin-top: 150px;
}
@media (max-width: 991px) {
  section.hero-section .slider-text {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  section.hero-section .slider-text {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  section.hero-section .swiper-slide .inner-content {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 1200px) {
  section.hero-section .swiper-slide img {
    width: 40%;
  }
}
@media (max-width: 768px) {
  section.hero-section .swiper-slide img {
    width: 70%;
    margin: auto;
  }
}
section.hero-section .swiper-slide .slider-text {
  width: 97%;
}
@media (max-width: 1200px) {
  section.hero-section .swiper-slide .slider-text {
    width: 60%;
  }
}
@media (max-width: 768px) {
  section.hero-section .swiper-slide .slider-text {
    width: 100%;
  }
}
section.hero-section .swiper-slide-active .hero-img {
  animation: fade-right 1.5s ease-in-out;
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
section.hero-section .swiper-slide-active .slider-text {
  animation: fade-left 1.5s ease-in-out;
}
@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

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

.Modal-btn {
  background-color: #F7EF28;
  color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

@media (max-width: 340px) {
  .modal-header {
    flex-direction: column;
    text-align: center !important;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 340px) {
  .modal-header .modal-title-container {
    flex-direction: column;
    text-align: center !important;
    justify-content: center;
    align-items: center;
  }
}
.modal-header .modal-title-container p {
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 380px) {
  .modal-header .modal-title-container p {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.opening-span {
  display: none;
  color: #fff;
}
@media (max-width: 756px) {
  .opening-span {
    display: block;
  }
}

.login-trigger:hover {
  color: #fff;
}

.footer {
  margin-top: 0px;
  padding: 0px 220px;
}
@media (min-width: 1300px) {
  .footer {
    padding: 0px 280px;
  }
}
@media (max-width: 756px) {
  .footer {
    margin-top: -10px;
  }
}
@media (max-width: 756px) {
  .footer {
    padding-inline: 0px;
    padding-left: 20px;
  }
}
.footer svg {
  fill: #F7EF28;
}
.footer svg:hover {
  fill: rgb(237.3677130045, 228.535426009, 8.8322869955);
}
.footer ul {
  padding-left: 20px;
  list-style: none;
}
.footer ul li {
  line-height: 2em;
  font-size: 1.3rem;
}
@media (max-width: 1200px) {
  .footer ul li {
    font-size: 1.2rem;
  }
}
@media (max-width: 756px) {
  .footer ul li {
    font-size: 1.1rem;
  }
}
@media (max-width: 576px) {
  .footer ul li {
    font-size: 1rem;
  }
}
@media (max-width: 388px) {
  .footer ul li {
    font-size: 0.85rem;
  }
}
.footer ul li a {
  color: #fff;
}
.footer ul li a:hover {
  color: #F7EF28;
}
.footer .get-in-touch {
  padding: 0;
  margin: 0;
}
.footer li.contact-us {
  line-height: 2.6em;
}
@media (max-width: 756px) {
  .footer li.contact-us {
    line-height: 3em;
  }
}
.footer li.contact-us svg {
  width: 25px;
  fill: #F7EF28;
  margin-right: 10px;
}
.footer li.contact-us svg:hover {
  fill: rgb(237.3677130045, 228.535426009, 8.8322869955);
}
.footer .openinghour {
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: auto;
  width: 350px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 15px 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
@media (max-width: 756px) {
  .footer .openinghour {
    display: none;
  }
}
.footer #opening-hour-btn {
  display: block;
}
.footer iframe {
  width: 350px;
  height: 120px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.footer .dl-app-row img {
  max-width: 120px !important;
}
.footer iframe {
  height: 100%;
}/*# sourceMappingURL=style2.css.map */