.main-color {
  color: #CD8E2D;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: ArchivoBlack;
  src: url(../../Fonts/Archivo_Black/ArchivoBlack-Regular.ttf);
}
body {
  font-family: Quicksand !important;
  overflow-x: hidden !important;
  background-color: #333333;
  color: #FFF;
}

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

html {
  scroll-behavior: smooth;
}

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

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

.reveal.active {
  opacity: 1;
}

.reveal.active .fade-left {
  animation: fade-left 0.5s ease-in-out;
  -webkit-animation: fade-left 0.5s ease-in-out;
}

.reveal.active .fade-left1 {
  animation: fade-left 0.7s ease-in-out;
}

.reveal.active .fade-left2 {
  animation: fade-left 1s ease-in-out;
  -webkit-animation: fade-left 1s 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;
  -webkit-animation: fade-right 1s ease-in-out;
}

.reveal.active .fade-right1 {
  animation: fade-right 1.5s ease-in-out;
  -webkit-animation: fade-right 1.5s ease-in-out;
}

@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
    -webkit-transform: translateX(150px);
    -moz-transform: translateX(150px);
    -ms-transform: translateX(150px);
    -o-transform: translateX(150px);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .fade-top {
  animation: fade-top 1s ease-in-out;
  -webkit-animation: fade-top 1s ease-in-out;
}

.reveal.active .fade-top1 {
  animation: fade-top 1.5s ease-in-out;
  -webkit-animation: fade-top 1.5s ease-in-out;
}

.reveal.active .fade-top2 {
  animation: fade-top 2s ease-in-out;
  -webkit-animation: fade-top 2s 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 1s ease-in-out;
  -webkit-animation: fade-bottom 1s ease-in-out;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(150px);
    opacity: 0;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.top {
  animation: top 0.5s ease-in;
}

@keyframes top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Customize  Color Of Selection  */
::-moz-selection {
  background-color: #CD8E2D;
  color: white;
}
::selection {
  background-color: #CD8E2D;
  color: white;
}

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

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

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

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

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

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

section.top-header {
  background-color: #E2B452;
  color: #fff;
  padding: 8px;
}
section.top-header ul {
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  section.top-header ul {
    width: 70%;
    margin: auto;
  }
}
@media (max-width: 480px) {
  section.top-header ul {
    width: 100%;
  }
}
section.top-header p {
  margin: 0;
}
section.top-header i img {
  max-width: 32px;
}
section.top-header a.btn {
  color: #fff;
}

/* Show the dropdown menu when hovering over the parent */
.dropdown:hover .dropdown-menu {
  display: block; /* Makes the menu visible */
  opacity: 1; /* Optional: ensures it's not hidden */
  visibility: visible; /* Optional: to maintain visibility */
}

.dropdown-menu {
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
  background-color: rgb(66.3, 66.3, 66.3) !important;
}
.dropdown-menu a {
  color: #FFF;
}
.dropdown-menu a:hover {
  background-color: rgb(66.3, 66.3, 66.3) !important;
  color: #CD8E2D;
}

/* Optional: Add transition effects */
.dropdown-menu {
  display: none; /* Hide by default */
  visibility: hidden; /* Hide by default */
  opacity: 0; /* Initially invisible */
  transition: opacity 0.3s ease, visibility 0.3s ease; /* Smooth fade-in */
}

header {
  padding: 20px 0;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 170px;
}
header .navbar-nav {
  align-items: center;
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section {
  padding: 0 50px;
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
}
@media (min-width: 1200px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
header section.menu-section .navbar-toggler {
  background-image: none;
  border: none;
}
header section.menu-section .navbar-toggler .fa-bars {
  color: #fff;
}
header section.menu-section .navbar-toggler .fa-bars::before {
  display: none;
}
header section.menu-section a.nav-link {
  border-bottom: 1px solid transparent;
  font-weight: bolder;
  color: #E2B452 !important;
}
header section.menu-section a.nav-link:hover {
  color: #CD8E2D !important;
}
@media (min-width: 1200px) {
  header section.menu-section a.nav-link {
    font-size: 18px;
    margin-right: 25px;
  }
}
header section.menu-section .menu-btn {
  background-color: #CD8E2D;
  display: flex;
  justify-content: center;
  padding: 13px 30px;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  margin: 0 !important;
}
@media (max-width: 1200px) {
  header section.menu-section .menu-btn {
    display: none;
  }
}

/* section hero */
section.hero-section {
  padding: 0 24px;
}
@media (max-width: 480px) {
  section.hero-section {
    padding: 0 8px;
  }
}
section.hero-section .swiper {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
section.hero-section .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
section.hero-section .swiper-slide-active .inner-content {
  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-one {
  background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../../imgs/hero/yolos-doner-kebab.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  section.hero-section .swiper-one {
    height: 80vh;
  }
}
section.hero-section .swiper-one h2 {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  color: #CD8E2D;
}
@media (max-width: 991px) {
  section.hero-section .swiper-one h2 {
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  }
}
section.hero-section .swiper-one p {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
  section.hero-section .swiper-one p {
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    color: #fff;
  }
}
section.hero-section .swiper-two {
  background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../../imgs/hero/yolos-burger.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: left;
}
@media (min-width: 1200px) {
  section.hero-section .swiper-two {
    height: 90vh;
  }
}
@media (max-width: 991px) {
  section.hero-section .swiper-two {
    background-position: 100% 50%;
  }
}
section.hero-section .swiper-two h2 {
  text-shadow: 0 0 8px rgb(0, 0, 0);
  color: #CD8E2D;
}
@media (max-width: 991px) {
  section.hero-section .swiper-two h2 {
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  }
}
section.hero-section .swiper-two p {
  text-shadow: 0 0 8px rgb(0, 0, 0);
}
@media (max-width: 991px) {
  section.hero-section .swiper-two p {
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    color: #fff;
  }
}
section.hero-section div.inner-content h2 {
  margin-bottom: 20px;
  display: block;
  font-family: ArchivoBlack;
  font-size: 1.3rem;
  line-height: 2.6rem;
  margin-bottom: 20px;
  font-weight: bolder;
}
@media (min-width: 375px) {
  section.hero-section div.inner-content h2 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media (min-width: 425px) {
  section.hero-section div.inner-content h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  section.hero-section div.inner-content h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content h2 {
    font-size: 2rem;
  }
}
section.hero-section div.inner-content p {
  text-shadow: 0 0 8px rgb(0, 0, 0);
  font-size: 1rem;
  display: block;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  section.hero-section div.inner-content p {
    font-size: 1.2rem;
  }
}
section.hero-section div.inner-content a.special-btn {
  margin-top: 20px;
}
section.hero-section div.inner-content a.special-btn span {
  display: flex;
  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;
  font-weight: bolder;
  position: relative;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  background-color: #E2B452;
  color: #fff;
  padding: 16px 40px;
}
section.hero-section div.inner-content a.special-btn span::before {
  position: absolute;
  content: "";
  bottom: -5px;
  right: 0;
  left: 0;
  top: -5px;
  width: 85%;
  height: 125%;
  border: 3px solid #E2B452;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  z-index: -4;
  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;
  margin: auto;
  align-items: center;
}
@media (max-width: 991px) {
  section.hero-section div.inner-content a.special-btn span {
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 5px auto;
  }
}
section.hero-section div.inner-content a.special-btn:hover span {
  background-color: #CD8E2D;
  color: #fff;
}
section.hero-section div.inner-content a.special-btn:hover span::before {
  width: 0%;
  height: 0%;
}
section.hero-section #second-btn span {
  display: flex;
  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;
  font-weight: bolder;
  position: relative;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  background-color: #CD8E2D;
  color: #fff;
  padding: 16px 40px;
}
section.hero-section #second-btn span::before {
  position: absolute;
  content: "";
  bottom: -5px;
  right: 0;
  left: 0;
  top: -5px;
  width: 85%;
  height: 125%;
  border: 3px solid #CD8E2D;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  z-index: -4;
  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;
  margin: auto;
  align-items: center;
}
@media (max-width: 991px) {
  section.hero-section #second-btn span {
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 5px auto;
  }
}
section.hero-section #second-btn:hover span {
  background-color: #CD8E2D;
  color: #fff;
}
section.hero-section #second-btn:hover span::before {
  width: 0%;
  height: 0%;
}

/* more about us section */
section.more-about-us-section {
  margin-top: 160px;
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
}
section.more-about-us-section .circle-img {
  margin-bottom: 33px;
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
}
section.more-about-us-section p {
  max-width: 300px;
}

/* special to try */
section.special {
  padding: 80px;
}
@media (max-width: 1200px) {
  section.special {
    padding: 40px 16px;
  }
}
section.special img {
  max-width: 100%;
}
section.special h3 {
  margin-bottom: 52px;
  font-size: 3rem;
  font-family: ArchivoBlack;
}
@media (max-width: 991px) {
  section.special h3 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  section.special h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  section.special h3 {
    font-size: 1.4rem;
  }
}
section.special .card {
  position: relative;
  background-color: transparent;
  overflow: hidden;
  transition: 0.6s ease all;
  margin: auto;
  margin-bottom: 50px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.3);
  color: #000;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: auto;
  width: 100%;
}
section.special .card .card-body {
  border: 4px solid #CD8E2D;
  position: absolute;
  width: 94%;
  height: 94%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
section.special .card .card-body p {
  display: none;
}
section.special .card .card-body .card-title {
  display: none;
  font-size: 2rem;
  font-family: ArchivoBlack;
}
section.special .card a.btn {
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 12px;
  background-color: #CD8E2D;
  width: -moz-max-content;
  width: max-content;
  text-transform: capitalize;
  display: none;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  margin: 10px auto;
}
section.special .card a.btn:hover {
  color: #fff;
  border-color: #CD8E2D;
  background-color: #CD8E2D;
}
section.special .card:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 0;
}
section.special .card:hover .card-body {
  justify-content: center;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  background-color: rgba(51, 51, 51, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-color: #CD8E2D;
  width: 100%;
  height: 100%;
}
section.special .card:hover p,
section.special .card:hover a.btn {
  display: block;
}
section.special .card:hover .card-title {
  background-color: transparent;
  color: #fff;
  text-shadow: 0 0 10px #333333;
  font-size: 23px;
  display: flex;
  justify-content: center;
}
section.special .card:hover p {
  color: #fff;
  text-shadow: 0 0 12px rgba(51, 51, 51, 0.3);
}
section.special .card .card-image {
  display: flex;
  justify-content: center;
  max-width: 100%;
}
section.special .card .card-image img {
  max-width: 100%;
}
section.special .Munchy-card .card-body {
  border-color: #E2B452;
}
section.special .Pasta-card .card-body {
  border-color: #E2B452;
}
section.special a.special-btn {
  margin-top: 0px;
}
@media (max-width: 991px) {
  section.special a.special-btn {
    text-align: center;
    justify-content: center;
    display: flex;
    margin: auto;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
section.special a.special-btn span {
  display: flex;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  font-weight: bolder;
  position: relative;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  color: #CD8E2D;
  background-color: #fff;
  border: 2px solid #fff;
  padding: 16px 40px;
}
section.special a.special-btn span::before {
  position: absolute;
  content: "";
  bottom: -5px;
  right: 0;
  left: 0;
  top: -5px;
  width: 85%;
  height: 125%;
  border: 3px solid #fff;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  z-index: -4;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  margin: auto;
  align-items: center;
}
section.special a.special-btn:hover span {
  background-color: #CD8E2D;
  color: #fff;
}
section.special a.special-btn:hover span::before {
  width: 0%;
  height: 0%;
}

section.category h3 {
  margin-bottom: 52px;
  font-size: 3rem;
  font-weight: bolder;
  text-align: center;
  font-family: ArchivoBlack;
}
@media (max-width: 480px) {
  section.category h3 {
    font-size: 2rem;
    margin: 24px 0;
  }
}
section.category ul {
  display: flex;
  justify-content: center;
  margin: 10px auto 10px auto;
  text-align: center;
}
section.category ul li.nav-item {
  margin: 5px;
}
section.category ul li.nav-item a {
  border: 2px solid #ddd;
  opacity: 0.7;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  width: 145px;
  height: 145px;
}
@media (max-width: 768px) {
  section.category ul li.nav-item a {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 576px) {
  section.category ul li.nav-item a {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 480px) {
  section.category ul li.nav-item a {
    width: 80px;
    height: 80px;
    padding: 0;
  }
}
@media (max-width: 380px) {
  section.category ul li.nav-item a {
    width: 64px;
    height: 64px;
  }
}
section.category ul li.nav-item a span {
  color: #CD8E2D;
  font-weight: bolder;
  text-transform: capitalize;
}
@media (max-width: 576px) {
  section.category ul li.nav-item a span {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  section.category ul li.nav-item a span {
    display: none;
  }
}
section.category ul li.nav-item a img {
  max-width: 80px;
}
@media (max-width: 768px) {
  section.category ul li.nav-item a img {
    max-width: 56px;
  }
}
@media (max-width: 576px) {
  section.category ul li.nav-item a img {
    max-width: 40px;
  }
}
section.category ul li.nav-item:hover a {
  border-color: #CD8E2D;
  opacity: 1;
}
section.category ul .nav-link.active {
  background-color: #CD8E2D;
  opacity: 1;
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../../imgs/special/food-background.png);
}
section.category ul .nav-link.active::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  background-color: #CD8E2D;
  bottom: -8px;
  margin: auto;
  border-top: #CD8E2D solid 2px;
  border-left: #CD8E2D solid 2px;
  transform: rotate(225deg);
}
section.category ul .nav-link.active span {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 576px) {
  section.category ul .nav-link.active span {
    font-size: 16px;
  }
}
section.category .tab-content .container {
  background-color: #CD8E2D;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../../imgs/special/food-background.png);
}
@media (max-width: 991px) {
  section.category .tab-content .container {
    padding-top: 24px;
  }
}
section.category .category-list {
  list-style: none;
  align-self: center;
  color: #fff;
}
section.category .category-list ul {
  display: flex;
  flex-direction: column;
  text-align: left;
  list-style: none;
  padding: 0;
}
@media (max-width: 991px) {
  section.category .category-list ul {
    text-align: center;
  }
}
section.category .category-list ul li {
  padding: 4px 0;
  display: flex;
}
@media (max-width: 991px) {
  section.category .category-list ul li {
    text-align: center;
    justify-content: center;
  }
}
section.category .category-list ul li h4 {
  font-size: 3rem;
  font-weight: bolder;
  margin-bottom: 8px;
}
section.category .category-list ul li img {
  max-width: 30px;
  margin-right: 10px;
}
section.category .category-list a.special-btn {
  margin-top: 0px;
}
@media (max-width: 991px) {
  section.category .category-list a.special-btn {
    text-align: center;
    justify-content: center;
    display: flex;
    margin: auto;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
section.category .category-list a.special-btn span {
  display: flex;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  font-weight: bolder;
  position: relative;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  color: #CD8E2D;
  background-color: #fff;
  border: 2px solid #fff;
  padding: 16px 40px;
}
section.category .category-list a.special-btn span::before {
  position: absolute;
  content: "";
  bottom: -5px;
  right: 0;
  left: 0;
  top: -5px;
  width: 85%;
  height: 125%;
  border: 3px solid #fff;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  z-index: -4;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  margin: auto;
  align-items: center;
}
section.category .category-list a.special-btn:hover span {
  background-color: #CD8E2D;
  color: #fff;
}
section.category .category-list a.special-btn:hover span::before {
  width: 0%;
  height: 0%;
}
section.category .category-img {
  width: 100%;
}

section.offers {
  padding: 80px;
}
section.offers a {
  display: flex;
  align-items: center;
}
section.offers img {
  width: 100%;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

section.about-us {
  padding: 80px 16px 80px 24px;
}
@media (max-width: 991px) {
  section.about-us {
    padding: 40px 10px;
  }
}
section.about-us h4 {
  font-size: 3rem;
  color: #CD8E2D;
  margin-bottom: 24px;
  font-weight: bold;
  font-family: ArchivoBlack;
}
@media (max-width: 1200px) {
  section.about-us h4 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  section.about-us h4 {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  section.about-us h4 {
    font-size: 1.5rem;
  }
}
section.about-us p {
  font-size: 18px;
}
section.about-us ul {
  padding: 0;
  display: flex;
}
section.about-us ul li {
  list-style: none;
  max-width: 50%;
  margin: 8px;
}
section.about-us ul li img {
  max-width: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
section.about-us ul li:nth-child(2) {
  margin-top: 80px;
}
section.about-us a.special-btn {
  margin-top: 0px;
}
section.about-us a.special-btn span {
  display: flex;
  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;
  font-weight: bolder;
  position: relative;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  background-color: #CD8E2D;
  color: #fff;
  border: 2px solid #CD8E2D;
  padding: 16px 40px;
}
section.about-us a.special-btn span::before {
  position: absolute;
  content: "";
  bottom: -5px;
  right: 0;
  left: 0;
  top: -5px;
  width: 85%;
  height: 125%;
  border: 3px solid #CD8E2D;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  z-index: -4;
  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;
  margin: auto;
  align-items: center;
}
section.about-us a.special-btn:hover span {
  background-color: #CD8E2D;
  color: #fff;
}
section.about-us a.special-btn:hover span::before {
  width: 0%;
  height: 0%;
}
section.about-us #first-btn span {
  display: flex;
  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;
  font-weight: bolder;
  position: relative;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  background-color: #E2B452;
  color: #fff;
  border: 2px solid #E2B452;
  padding: 16px 40px;
}
section.about-us #first-btn span::before {
  position: absolute;
  content: "";
  bottom: -5px;
  right: 0;
  left: 0;
  top: -5px;
  width: 85%;
  height: 125%;
  border: 3px solid #E2B452;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  z-index: -4;
  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;
  margin: auto;
  align-items: center;
}
section.about-us #first-btn:hover span {
  background-color: #CD8E2D;
  color: #fff;
}
section.about-us #first-btn:hover span::before {
  width: 0%;
  height: 0%;
}

section.reviews {
  color: #FFF;
  position: relative;
  padding: 80px 0;
}
@media (max-width: 991px) {
  section.reviews {
    padding: 24px 0;
  }
}
section.reviews video {
  max-width: 90%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
section.reviews h3 {
  font-weight: 900;
  font-size: 24px;
  font-family: ArchivoBlack;
  margin: 32px 0;
}
@media (min-width: 480px) {
  section.reviews h3 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  section.reviews h3 {
    font-size: 50px;
    margin-bottom: 40px;
    line-height: 70px;
  }
}
section.reviews .slider-wrap {
  height: 500px;
  width: 100%;
}
section.reviews .slider-wrap .slider {
  position: absolute;
  width: 100%;
}
@media (max-width: 480px) {
  section.reviews .slider-wrap .slider {
    position: absolute;
    width: 100%;
  }
}
section.reviews .slider-item {
  border: 3px solid #CD8E2D;
  width: 80%;
  padding: 32px 24px;
  background-color: rgb(76.5, 76.5, 76.5);
  display: flex;
  justify-content: flex-start;
  position: absolute;
  flex-direction: column;
  opacity: 0;
  z-index: 0;
  box-shadow: 0 4px 9px rgba(51, 51, 51, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
@media (max-width: 768px) {
  section.reviews .slider-item {
    padding: 10px;
  }
}
section.reviews .slider-item .animation-card_image {
  display: flex;
  justify-content: center;
  margin: 0;
  margin-right: 10px;
}
section.reviews .slider-item .animation-card_image img {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.reviews .animation-card_content_title {
  color: #FFF;
  font-size: 19px;
  font-weight: bolder;
  margin-bottom: 0;
  font-family: ArchivoBlack;
}
@media (max-width: 768px) {
  section.reviews .animation-card_content_title {
    font-size: 13px;
  }
}
section.reviews .animation-card_content_description {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0 0 0;
}
section.reviews .animation-card_content_star img {
  max-width: 100px;
}
section.reviews .animation-card-title {
  display: flex;
}

section.peyment-method {
  background-color: #E2B452;
  margin: 24px;
}
section.peyment-method div.row {
  padding: 50px 0;
}
section.peyment-method div.row .methods-container {
  justify-content: space-evenly;
}
section.peyment-method div.row .methods-container > div {
  align-items: center;
  display: flex;
}
section.peyment-method div.row .methods-container > div img {
  width: 120px;
  display: block;
}
@media (max-width: 991px) {
  section.peyment-method div.row .methods-container > div img {
    width: 100px;
  }
}
@media (max-width: 768px) {
  section.peyment-method div.row .methods-container > div img {
    width: 80px;
  }
}

/* dwnloap app section */
section.dl-app {
  background-image: url("../../imgs/dl_app/yolo-dl-app-sandy-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 80px;
  padding-top: 40px;
  position: relative;
}
@media (max-width: 768px) {
  section.dl-app {
    background-attachment: scroll;
  }
}
section.dl-app .col-12 {
  padding: 0;
}
@media (max-width: 768px) {
  section.dl-app div.inner-content {
    padding: 40px 40px 0 40px;
  }
}
@media (max-width: 576px) {
  section.dl-app div.inner-content {
    padding: 24px 24px 0 24px;
  }
}
@media (max-width: 480px) {
  section.dl-app div.inner-content {
    padding: 16px 16px 0 16px;
  }
}
section.dl-app div.inner-content img.dl-app-link {
  margin: 20px 20px 20px 0;
  width: 150px;
  transition: transform 0.5s ease;
}
section.dl-app div.inner-content img.dl-app-link:hover {
  transform: scale(1.2);
}
@media (max-width: 768px) {
  section.dl-app div.inner-content img.dl-app-link {
    margin: 5px;
  }
}
section.dl-app div.inner-content img {
  background-color: #333333;
  border-radius: 8px;
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  font-family: ArchivoBlack;
  text-shadow: 0 0 8px #000;
}
@media (min-width: 380px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 24px;
  }
}
@media (min-width: 480px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 1.9rem;
  }
}
@media (min-width: 1300px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 3rem;
  }
}
section.dl-app div.inner-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
section.dl-app div.inner-content ul li {
  display: flex;
  align-items: center;
}
section.dl-app div.inner-content ul li p {
  margin: 0;
}
section.dl-app div.inner-content ul li img {
  max-width: 30px;
  margin-right: 10px;
}
section.dl-app .delivery {
  max-width: 260px;
  position: absolute;
  display: flex;
  z-index: 1;
  position: absolute;
  bottom: -20px;
  left: -60%;
}
@keyframes run {
  0% {
    left: 0;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 100%;
    display: none;
  }
}
@media (max-width: 1200px) {
  section.dl-app .delivery {
    max-width: 160px;
  }
}
@media (max-width: 768px) {
  section.dl-app .delivery {
    display: none;
  }
}
section.dl-app img {
  max-width: 100%;
}

section.find-us h4 {
  color: #6c757d;
}

/* footer */
#footer {
  padding: 80px 80px;
}
@media (max-width: 1200px) {
  #footer {
    padding: 40px;
    margin-top: 120px;
  }
}
@media (max-width: 991px) {
  #footer {
    padding: 40px 16px;
  }
}
@media (max-width: 480px) {
  #footer {
    padding: 40px 8px;
  }
}
#footer .container {
  z-index: 2;
  position: relative;
}
#footer h3 {
  font-family: ArchivoBlack;
  font-size: 3rem;
}
@media (max-width: 991px) {
  #footer h3 {
    color: #fff;
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  #footer p.footer-text {
    color: #fff;
  }
}
#footer h5 {
  font-family: ArchivoBlack;
}
@media (max-width: 1200px) {
  #footer h5 {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  #footer h5 {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  #footer h5 {
    font-size: 1.1rem;
  }
}
#footer .hygiene {
  max-width: 200px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#footer .card {
  list-style: none;
  background-color: rgb(81.6, 81.6, 81.6);
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.6);
  color: #FFF;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding: 16px;
  min-height: 390px;
  margin-bottom: 40px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  #footer .card {
    min-height: unset;
    margin-top: 40px;
  }
}
#footer .card .card-top-title {
  margin: 20px 0;
  max-width: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (min-width: 1200px) {
  #footer .card .card-top-title {
    margin-top: -80px;
  }
}
@media (max-width: 991px) {
  #footer .card .card-top-title {
    max-width: 80px;
    margin-top: -60px;
  }
}
#footer .fa {
  color: #CD8E2D;
  font-size: 1rem;
}
#footer .footer-title {
  margin-bottom: 30px;
}
#footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #CD8E2D;
}
#footer .cp-text {
  color: #E2B452;
  margin-top: 24px;
}
#footer .branch-title {
  text-shadow: 0 0 8px #000;
  margin-bottom: -60px;
}
@media (max-width: 999px) {
  #footer .branch-title {
    margin-bottom: 0px;
  }
}
#footer .branch-title .shop-logo {
  margin-inline: 30px;
}
#footer .first-row {
  background-color: #E2B452;
  padding: 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin-bottom: 16px;
}
#footer .first-row a {
  color: #FFF;
}
#footer .first-row a:hover {
  color: #E2B452;
}
#footer .second-row {
  padding: 16px;
  background-color: #CD8E2D;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin-bottom: 16px;
}
#footer .second-row a {
  color: #FFF;
}
#footer .second-row a:hover {
  color: #CD8E2D;
}

section.social-media div.facebook i {
  color: #CD8E2D;
}
section.social-media div.facebook i:hover {
  transition: all 0.5s ease;
  filter: blur(1px);
  transform: scale(1.1);
}

section.copyright a.weetech-link {
  color: #CD8E2D;
}

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

.web-story {
  padding: 20px 0;
}
.web-story .stories-container {
  display: flex;
  padding: 0 20px;
  justify-content: center;
  gap: 30px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .web-story .stories-container {
    overflow-x: scroll;
  }
}
.web-story .stories-container .content {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.web-story .stories-container .imgContent {
  background: linear-gradient(#dd2a7b, #f58529);
  padding: 3px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.web-story .stories-container .imgContent .middleContent {
  background-color: #fff;
  padding: 4px;
  border-radius: 50%;
}
.web-story .stories-container .imgContent .middleContent img {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 300;
  vertical-align: middle;
}
.web-story .stories-container .storyTitle {
  margin: 10px 0;
  color: #CD8E2D;
  font-weight: 600;
  font-size: 12px;
}
.web-story .story-full {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  justify-content: center;
  opacity: 0;
  z-index: 500;
  pointer-events: none;
  transition: all 100ms ease;
}
.web-story .story-full.active {
  opacity: 1;
  pointer-events: auto;
}
.web-story .story-full .content .close-btn {
  position: fixed;
  top: 32px;
  right: 32px;
  width: 32px;
  cursor: pointer;
}
.web-story .story-full .content .close-btn svg {
  width: 32px;
}
.web-story .story-full .content {
  display: flex;
  align-items: center;
  position: relative;
}
.web-story .story-full .content .story-title {
  position: absolute;
  top: 5px;
  left: 25px;
  /* transform: translateX(-50%); */
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  z-index: 105;
}
.web-story .story-full .content .story-btn {
  position: absolute;
  top: 60px;
  left: 130px;
  justify-content: center;
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #CD8E2D;
}
.web-story .story-full .content .story-btn:hover {
  text-decoration: none;
}
.web-story .story-full .img-content {
  height: 80%;
  width: 400px;
  /* border-radius: 10px; */
  /* background-color: #dd2a7b; */
  position: relative;
}
.web-story .story-full .img-content .img-story {
  height: 100%;
  width: 400px;
  border-radius: 10px;
  position: absolute;
  z-index: 100;
  display: flex;
}
.web-story .story-full .img-content .profile {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 105;
  border-radius: 50%;
  margin: 15px 10px;
}
.web-story .story-full .content .right-arrow,
.web-story .story-full .content .left-arrow {
  cursor: pointer;
  /* background-color: #fff; */
  border-radius: 50%;
  padding: 8px;
  margin: 5px 10px;
  justify-content: center;
}
.web-story .story-full .content .right-arrow {
  transform: rotate(180deg);
}
@media (max-width: 700px) {
  .web-story .story-full img {
    width: 65%;
    height: auto;
  }
}
.web-story .myProgress {
  width: 96%;
  z-index: 110;
  position: absolute;
  margin: 5px 2%;
  background-color: #aaa;
  border-radius: 5px;
}
.web-story #myBar {
  width: 1%;
  height: 2px;
  border-radius: 5px;
  background-color: #eee;
}/*# sourceMappingURL=style2.css.map */