@font-face {
  font-family: "Soul-Eater";
  src: url(../../Fonts/soul-eater/Soul-Eater/OpenType-PS/Soul-Eater.otf);
}
@font-face {
  font-family: "Quicksand";
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
.main-color {
  color: #fa6701;
}

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 #fa6701;
  border-radius: 0.6em;
  color: #fa6701;
  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: #fa6701;
  color: #fff;
  box-shadow: 0 0 40px 40px #fa6701 inset, 0 0 0 0 #fa6701;
  transition: all 150ms ease-in-out;
}
.third:hover {
  box-shadow: 0 0 10px 0 #fa6701 inset, 0 0 10px 4px #fa6701;
  color: #fa6701;
}

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

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

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: #fa6701;
}

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

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

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

::-webkit-scrollbar-thumb {
  background: #fa6701;
  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: 1200px) {
  header {
    width: 100%;
  }
}
@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: #fa6701 !important;
}
header section.menu-section nav .dropdown-menu {
  background-color: #fa6701;
}
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: #fa6701;
}
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: #fa6701 !important;
}
header section.menu-section nav .dropdown-menu {
  background-color: #fa6701;
}
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: #fa6701;
}
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 .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: #fa6701;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  letter-spacing: 4px;
  overflow: hidden;
}
section.hero-section .cta-btn-wrapper a:hover {
  background: #fa6701;
  color: #FFF;
  box-shadow: 0 0 5px #fa6701, 0 0 25px #fa6701, 0 0 50px #fa6701, 0 0 200px #fa6701;
  -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, #fa6701);
  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, #fa6701);
  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, #fa6701);
  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, #fa6701);
  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: 85%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 756px) {
  .hero-content {
    width: 100%;
    top: 40%;
  }
}
.hero-content p {
  text-shadow: 0 0 2px #000;
}

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

p.title.one {
  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;
  }
}

.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.3);
  z-index: 1; /* Updated: Placed between the image and the content */
}

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

.Modal-btn {
  background-color: #fa6701;
  color: #fff;
  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;
  }
}

[class*=spider] {
  position: absolute;
  height: 40px;
  width: 50px;
  border-radius: 50%;
  margin: 40px 0 0 0;
  background: #110D04;
}
[class*=spider] *, [class*=spider]:before, [class*=spider]:after {
  position: absolute;
  content: "";
}
[class*=spider]:before {
  width: 1px;
  background: #AAAAAA;
  left: 50%;
  top: -320px;
  height: 320px;
}
[class*=spider] .eye {
  top: 16px;
  height: 14px;
  width: 12px;
  background: #FFFFFF;
  border-radius: 50%;
}
[class*=spider] .eye:after {
  top: 6px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: black;
  content: "";
  position: absolute;
}
[class*=spider] .eye.left {
  left: 14px;
}
[class*=spider] .eye.left:after {
  right: 3px;
}
[class*=spider] .eye.right {
  right: 14px;
}
[class*=spider] .eye.right:after {
  left: 3px;
}
[class*=spider] .leg {
  top: 6px;
  height: 12px;
  width: 14px;
  border-top: 2px solid #110D04;
  z-index: -1;
}
[class*=spider] .leg.left {
  left: -8px;
  transform-origin: top right;
  transform: rotate(36deg) skewX(-20deg);
  border-left: 2px solid #110D04;
  border-radius: 60% 0 0 0;
  animation: legs-wriggle-left 1s infinite;
}
[class*=spider] .leg.right {
  right: -8px;
  transform-origin: top left;
  transform: rotate(-36deg) skewX(20deg);
  border-right: 2px solid #110D04;
  border-radius: 0 60% 0 0;
  animation: legs-wriggle-right 1s 0.2s infinite;
}
[class*=spider] .leg:nth-of-type(2) {
  top: 14px;
  left: -11px;
  animation: legs-wriggle-left 1s 0.8s infinite;
}
[class*=spider] .leg:nth-of-type(3) {
  top: 22px;
  left: -12px;
  animation: legs-wriggle-left 1s 0.2s infinite;
}
[class*=spider] .leg:nth-of-type(4) {
  top: 31px;
  left: -10px;
  animation: legs-wriggle-left 1s 0.4s infinite;
}
[class*=spider] .leg:nth-of-type(6) {
  top: 14px;
  right: -11px;
  animation: legs-wriggle-right 1s 0.4s infinite;
}
[class*=spider] .leg:nth-of-type(7) {
  top: 22px;
  right: -12px;
  animation: legs-wriggle-right 1s 0.7s infinite;
}
[class*=spider] .leg:nth-of-type(8) {
  top: 31px;
  right: -10px;
  animation: legs-wriggle-right 1s 0.3s infinite;
}

.spider_0 {
  left: 5%;
  animation: spider-move-0 5s infinite;
}

.spider_1 {
  left: 20%;
  animation: spider-move-1 5s infinite;
}

.spider_2 {
  left: 35%;
  animation: spider-move-2 5s infinite;
}

.spider_3 {
  right: 35%;
  margin-top: 160px;
  animation: spider-move-3 5s infinite;
}

.spider_4 {
  right: 20%;
  margin-top: 50px;
  animation: spider-move-4 5s infinite;
}

.spider_5 {
  right: 5%;
  margin-top: 210px;
  animation: spider-move-5 5s infinite;
}

h1, h3 {
  font-size: 4rem;
  color: #111111;
  animation: flicker 4s infinite;
}
@media (max-width: 756px) {
  h1, h3 {
    font-size: 3.6rem;
  }
}
@media (max-width: 576px) {
  h1, h3 {
    font-size: 3.2rem;
  }
}
@media (max-width: 488px) {
  h1, h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 388px) {
  h1, h3 {
    font-size: 2.4rem;
  }
}

.web-right {
  position: absolute;
  height: 200px;
  right: -10px;
  top: -10px;
  z-index: -1;
  opacity: 0.2;
}

.web-left {
  position: absolute;
  left: -10px;
  top: -10px;
  transform: rotate(-90deg);
  z-index: -1;
  opacity: 0.2;
}

/* Keyframes */
@keyframes flicker {
  0%, 6%, 12% {
    text-shadow: none;
    color: #111111;
  }
  3%, 9% {
    text-shadow: 0 0 8px rgba(250, 103, 1, 0.6);
    color: #fa6701;
  }
  60%, 100% {
    text-shadow: 0 0 8px rgba(250, 103, 1, 0.6), 0 0 16px rgba(250, 103, 1, 0.4), 0 0 20px rgba(255, 0, 84, 0.2), 0 0 22px rgba(255, 0, 84, 0.1);
    color: #fa6701;
  }
}
@keyframes legs-wriggle-left {
  0%, 100% {
    transform: rotate(36deg) skewX(-20deg);
  }
  25%, 75% {
    transform: rotate(15deg) skewX(-20deg);
  }
  50% {
    transform: rotate(45deg) skewX(-20deg);
  }
}
@keyframes legs-wriggle-right {
  0%, 100% {
    transform: rotate(-36deg) skewX(20deg);
  }
  25%, 75% {
    transform: rotate(-15deg) skewX(20deg);
  }
  50% {
    transform: rotate(-45deg) skewX(20deg);
  }
}
/* Random spider motion */
@keyframes spider-move-0 {
  0%, 100% {
    margin-top: 82px;
  }
  39% {
    margin-top: calc(82px + 99px);
  }
}
@keyframes spider-move-1 {
  0%, 100% {
    margin-top: 94px;
  }
  61% {
    margin-top: calc(94px + 62px);
  }
}
@keyframes spider-move-2 {
  0%, 100% {
    margin-top: 64px;
  }
  35% {
    margin-top: calc(64px + 55px);
  }
}
@keyframes spider-move-3 {
  0%, 100% {
    margin-top: 56px;
  }
  57% {
    margin-top: calc(56px + 28px);
  }
}
@keyframes spider-move-4 {
  0%, 100% {
    margin-top: 162px;
  }
  44% {
    margin-top: calc(162px + 43px);
  }
}
@keyframes spider-move-5 {
  0%, 100% {
    margin-top: 204px;
  }
  70% {
    margin-top: calc(204px + 94px);
  }
}
@keyframes spider-move-6 {
  0%, 100% {
    margin-top: 170px;
  }
  34% {
    margin-top: calc(170px + 65px);
  }
}
.hero-section .cta-btn-wrapper img {
  width: 26px;
  height: 26px;
  transition: all 0.3s ease;
  content: url("../../imgs/icons/pumpkin.png");
}
.hero-section .cta-btn-wrapper:hover img {
  content: url("../../imgs/icons/happy-pumpkin.png");
}

.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 120px;
}
@media (max-width: 756px) {
  .footer {
    margin-top: -10px;
  }
}
@media (max-width: 756px) {
  .footer {
    padding-inline: 0px;
    padding-left: 20px;
  }
}
.footer svg {
  fill: #fa6701;
}
.footer svg:hover {
  fill: rgb(209.3625498008, 86.2573705179, 0.8374501992);
}
.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: #fa6701;
}
.footer .get-in-touch {
  padding: 0;
  margin: 0;
}
.footer li.contact-us {
  line-height: 2.6em;
}
.footer li.contact-us svg {
  width: 25px;
  fill: #fa6701;
  margin-right: 10px;
}
.footer li.contact-us svg:hover {
  fill: rgb(209.3625498008, 86.2573705179, 0.8374501992);
}
.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;
}/*# sourceMappingURL=style2.css.map */