html, body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: visible;
  font-family: "Poppins", sans-serif;
  background-color: rgb(225.65, 225.65, 225.65);
  color: #000;
}

html {
  scroll-behavior: smooth;
}

.index-hero {
  width: 100%;
  background-color: #F77620;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)), url("../../imgs/hero/hero-section-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  color: #fff;
}

@media (max-width: 576px) {
  .index-hero {
    background-position: 0% 50%;
    background-repeat: no-repeat;
  }
}
a.main-order-btn {
  text-decoration: none;
  color: #fff;
  background-color: #F77620;
  padding: 10px 30px;
  border-radius: 25px;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

a.main-order-btn:hover {
  background-color: #F77620;
  animation: infinite pulse 1s ease-in-out;
  color: #fff;
}

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

::selection {
  background-color: #F77620;
  color: white;
}

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

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

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

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

.location-section {
  margin-top: 5%;
  margin-inline: 0;
  padding-inline: 3%;
  padding-top: 40px;
  padding-bottom: 100px;
  border-top: 5px solid #F77620;
  background: linear-gradient(145deg, rgb(225.65, 225.65, 225.65), rgba(247, 118, 32, 0.3), rgb(225.65, 225.65, 225.65));
}
@media (max-width: 900px) {
  .location-section {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
.location-section .section-title {
  color: rgb(190.5636363636, 80.3272727273, 6.8363636364);
  font-weight: 700;
  margin: 65px 0;
  font-size: 2.6rem;
}
@media (max-width: 1200px) {
  .location-section .section-title {
    font-size: 3rem;
    margin: 350px 0;
  }
}
@media (max-width: 991px) {
  .location-section .section-title {
    font-size: 2.8rem;
    margin: 35px 0;
  }
}
@media (max-width: 769px) {
  .location-section .section-title {
    font-size: 2.4rem;
    margin: 30px 0;
  }
}
@media (max-width: 481px) {
  .location-section .section-title {
    font-size: 2rem;
    margin: 25px 0;
  }
}
.location-section .map-container {
  background: #ffffff;
  border: 2px dashed #ff8888;
  border-radius: 15px;
  padding: 25px;
  max-width: 500px;
}
.location-section .map-container iframe {
  width: 100%;
  height: 350px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease;
}
.location-section iframe:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
}
.location-section #openinghours:hover {
  transform: scale(1.02);
}
.location-section #openinghours h6 {
  font-size: 1.8rem;
  color: #b80000;
  margin-bottom: 15px;
}
.location-section #openinghours p {
  font-size: 1.2rem;
  margin: 5px 0;
  color: #333;
}
.location-section .address-section {
  margin: 0 20px;
  height: 100%;
  background: #ffffff;
  border: 2px dashed #ff8888;
  border-radius: 15px;
  padding: 0 25px;
  max-width: 500px;
}
@media (max-width: 900px) {
  .location-section .address-section {
    margin: 0;
  }
}
.location-section .address-section .img-fluid {
  margin-top: 10px;
  max-width: 300px;
  border-radius: 12px;
}
.location-section .address-section .location-address {
  margin-top: 27px;
  font-size: 1rem;
  color: #222;
}
.location-section .opening-container {
  margin: 0;
  height: 100%;
  background: #ffffff;
  border: 2px dashed #ff8888;
  border-radius: 15px;
  max-width: 500px;
  padding: 48px 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
  width: 100%;
}
.location-section .opening-container h6 {
  margin-top: 0.5%;
  margin-bottom: 8.5%;
  font-size: 2rem;
  color: #b80000;
}
.location-section .opening-container #openinghour {
  padding: 0 4%;
  font-size: 1.4rem;
  color: #000;
}

.quality-section {
  width: 100%;
  padding: 0 5%;
  margin-top: 10%;
  /* Circle on the right */
}
.quality-section .quality-title {
  font-size: 2.1rem;
  color: #000;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .quality-section .quality-title {
    font-size: 2rem;
  }
}
.quality-section ul {
  list-style: none;
  color: rgb(25.5, 25.5, 25.5);
  margin-bottom: 1.5rem;
}
.quality-section ul li p {
  font-size: 1.26rem;
}
@media (max-width: 900px) {
  .quality-section ul li p {
    font-size: 1.01rem;
    line-height: 1.4em;
  }
}
.quality-section ul li img {
  filter: drop-shadow(0 1rem 3rem rgba(0, 0, 0, 0.4));
  aspect-ratio: initial;
}
.quality-section .quality-image {
  z-index: 0;
  max-width: 100%;
  height: auto;
}
.quality-section .quality-image::before {
  content: "";
  position: absolute;
  left: -10%;
  top: 15%;
  width: 900px;
  height: 900px;
  /* Circle diameter */
  background-color: #F77620; /* Change to desired color */
  border-radius: 50%;
  z-index: -3;
}
.quality-section .quality-image::after {
  content: "";
  position: absolute;
  left: 77%;
  top: 23%;
  width: 500px;
  height: 500px;
  background-color: rgb(190.5636363636, 80.3272727273, 6.8363636364);
  border-radius: 50%;
  z-index: -2;
}
.quality-section .btn-danger {
  background-color: #F77620;
  border: none;
}
.quality-section .btn-danger:hover {
  background-color: rgb(220.1038961039, 92.7792207792, 7.8961038961);
}
.quality-section a.main-order-btn {
  margin-left: 80px;
}

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

.displayy {
  display: block !important;
}
@media (min-width: 768px) {
  .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;
  }
}

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

.new-branch-text .container {
  background-color: transparent;
  color: #fff;
  padding: 10px 0;
  border-radius: 0 0 5px 5px;
}
.new-branch-text p {
  margin: 0;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 991px) {
  .new-branch-text p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .new-branch-text p {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .new-branch-text p {
    font-size: 15px;
  }
}

.offers-section p {
  color: #fff;
  text-align: center;
  padding: 5px 0;
}

.top-header {
  background-color: transparent;
  color: #fff;
  text-align: left;
  position: relative;
  z-index: 3;
}
@media (max-width: 600px) {
  .top-header {
    padding-inline: 4%;
  }
}
.top-header .container {
  padding: 0;
  padding-top: 10px;
  border-bottom: 1px solid #fff;
}
.top-header svg {
  padding-inline: 10px;
  margin-bottom: 5px;
  width: 55px;
  height: auto;
}
.top-header a {
  color: #fff;
}
.top-header p {
  color: #ffffff;
  font-size: 30px;
  font-weight: bolder;
  letter-spacing: 0;
  -webkit-text-stroke: 1px #21391c;
  paint-order: stroke fill;
}
@media (max-width: 991px) {
  .top-header p {
    font-size: 25px;
  }
}
@media (max-width: 400px) {
  .top-header p {
    font-size: 17px;
  }
}
.top-header img {
  max-width: 120px;
  margin-right: 5px;
}
@media (max-width: 600px) {
  .top-header .top-header-info {
    display: none !important;
  }
}

header {
  position: relative;
  z-index: 3;
}
header .dropdown-toggle::after {
  display: none !important;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  width: 200px;
}
@media (max-width: 480px) {
  header .shop-logo {
    max-width: 150px;
  }
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
header section.menu-section nav {
  padding: 0;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav li {
  margin-left: 15px;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  header section.menu-section nav li {
    margin-bottom: 5px;
  }
}
header section.menu-section nav li a.nav-link {
  color: #fff !important;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 16px;
    color: #fff !important;
    text-shadow: 0px 0px 10px #000;
  }
}
header section.menu-section nav .dropdown-menu {
  background-color: transparent;
}
header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #fff;
}
header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #000;
  color: #fff;
}
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 a.header-order-btn {
  text-decoration: none;
  color: #fff;
  background-color: #F77620;
  padding: 2% -10%;
  border-radius: 10px;
}
header section.menu-section nav .header-links {
  margin-top: 10px;
  justify-content: center;
}
@media (max-width: 1300px) {
  header section.menu-section nav .header-links {
    justify-content: center;
  }
}
header section.menu-section .login-btn {
  color: #fff !important;
  background-color: #F77620;
  border-radius: 35px 35px 12px 12px !important;
  padding: 15px 20px !important;
}
@media (max-width: 1200px) {
  header section.menu-section .login-btn {
    padding: 15px 10px !important;
  }
}
@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.header-svg {
  margin-top: -139px;
}
@media (max-width: 768px) {
  .header-svg {
    margin-top: -170px;
  }
}
@media (max-width: 480px) {
  .header-svg {
    margin-top: -100px;
  }
}

section.food-items {
  position: relative;
  z-index: 0;
  background-image: url("../../imgs/hero/special-section-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 8% 1%;
}
section.food-items h2.section-title {
  font-size: 3.5rem;
  margin-bottom: 40px;
  color: #F77620;
  font-weight: 550;
  filter: contrast(150%);
  text-shadow: 0px 0px 2px #000;
}
@media (max-width: 600px) {
  section.food-items h2.section-title {
    font-size: 2rem;
  }
}
section.food-items .food-item-card {
  padding: 0px;
  margin: 1%;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  border-radius: 3rem;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(253, 240, 213, 0.7647058824);
}
@media (max-width: 900px) {
  section.food-items .food-item-card {
    padding: 5% 0;
  }
}
section.food-items .food-item-card .img-container img.menu-img {
  padding-left: 0;
  border-radius: 3rem 0 0 3rem;
  width: 300px;
  height: 300px;
}
section.food-items .food-item-card .description-container {
  color: #000;
}
section.food-items .food-item-card .description-container h6 {
  color: #F77620;
  font-weight: bolder;
}
@media (min-width: 991px) {
  section.food-items .food-item-card .description-container h6 {
    font-size: 1.3rem;
  }
}
section.food-items .food-item-card .description-container a {
  text-decoration: none;
  color: #F77620;
}
section.food-items .food-item-card .description-container a:hover {
  color: rgb(190.5636363636, 80.3272727273, 6.8363636364);
}

.hero-section {
  padding: 0;
  margin: 0;
  width: 100%;
  max-height: -moz-max-content;
  max-height: max-content;
  position: relative;
  display: flex;
  justify-content: center;
}
.hero-section .hero-content {
  padding: 80px 0% 0% 6%;
  margin: 0;
  height: 100%;
  width: 100%;
}
.hero-section .hero-content .hero-text {
  text-shadow: 0px 0px 6px #000;
  margin: 0 0 100px 0;
}
@media (max-width: 900px) {
  .hero-section .hero-content .hero-text {
    margin: 0 5%;
    text-align: center;
  }
  .hero-section .hero-content .hero-text p {
    padding-inline: 2%;
  }
}
.hero-section .hero-content .hero-text h1 {
  color: #F77620;
  font-weight: 900;
  font-size: 3.4rem;
}
@media (max-width: 756px) {
  .hero-section .hero-content .hero-text h1 {
    font-size: 3.05rem;
  }
}
@media (max-width: 576px) {
  .hero-section .hero-content .hero-text h1 {
    font-size: 2.5rem;
    padding-inline: 0%;
  }
}
.hero-section .hero-content .hero-text p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 600px) {
  .hero-section .hero-content .hero-text p {
    font-size: 1.25rem;
  }
}
.hero-section .hero-content .hero-image {
  width: 100%;
  height: 100%;
}
.hero-section .hero-content .hero-image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 90%;
  height: auto;
}

.special-items {
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  margin: 0;
  padding: 10% 4%;
}
.special-items .menu-card {
  background: rgba(239, 239, 239, 0.3);
  -webkit-backdrop-filter: blur(6 px);
          backdrop-filter: blur(6 px);
  border-radius: 0;
  position: relative;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  border: 0.3px solid #F77620;
}
.special-items .menu-card:hover {
  background: rgb(210.35, 210.35, 210.35);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
}
.special-items .menu-card::before,
.special-items .menu-card::after {
  content: "";
  position: absolute;
  width: 8px; /* Thickness of the vertical line */
  height: 30%; /* Length of the line */
  background: #F77620; /* Color of the line */
}
.special-items .menu-card::before {
  top: 0;
  left: 0;
}
.special-items .menu-card::after {
  bottom: 0;
  right: 0;
}
.special-items .section-title {
  margin-bottom: 4%;
}
.special-items .section-title h2 {
  font-size: 3.5rem;
  color: #F77620;
  text-shadow: 0px 0px 5px rgb(247.8831168831, 133.1233766234, 56.6168831169);
}
@media (max-width: 1200px) {
  .special-items .section-title h2 {
    margin-bottom: 12%;
  }
}
@media (max-width: 900px) {
  .special-items .section-title h2 {
    margin-bottom: 1%;
    font-size: 3rem;
  }
}
@media (max-width: 600px) {
  .special-items .section-title h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .special-items .section-title h2 {
    font-size: 1.8rem;
  }
}
.special-items .section-subtitle {
  font-size: 1rem;
  color: #333333;
  margin-bottom: 2rem;
}
.special-items svg {
  width: 500px;
  height: 50px;
}
@media (max-width: 1200px) {
  .special-items svg {
    height: auto;
    width: 100%;
  }
}
.special-items .card {
  transition: transform 0.3s ease;
}
.special-items .card:hover {
  transform: translateY(-5px);
}
.special-items .card img {
  -o-object-fit: cover;
     object-fit: cover;
}
.special-items .card .card-body .card-title {
  color: #F77620;
  margin-bottom: 0.5rem;
}
.special-items .card .card-body .card-text {
  color: #333333;
  font-size: 0.9rem;
}
.special-items .card .card-body .price {
  color: #F77620;
  font-size: 1.1rem;
  font-weight: 600;
}
.special-items .card .card-body .btn-danger {
  background-color: #F77620;
  border: none;
}
.special-items .card .card-body .btn-danger:hover {
  background-color: rgb(220.1038961039, 92.7792207792, 7.8961038961);
}

.mania-section {
  background-color: rgb(225.65, 225.65, 225.65);
}
.mania-section .mania-title {
  font-size: 2rem;
  color: #000;
  margin-bottom: 1rem;
}
.mania-section .mania-description {
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  max-width: 500px;
}
.mania-section .mania-image {
  max-width: 100%;
  height: auto;
}
.mania-section .btn-danger {
  background-color: #F77620;
  border: none;
}
.mania-section .btn-danger:hover {
  background-color: rgb(220.1038961039, 92.7792207792, 7.8961038961);
}

.special-offer {
  background-color: rgb(225.65, 225.65, 225.65);
}
.special-offer .offer-title {
  font-size: 2rem;
  color: #000;
  margin-bottom: 1rem;
}
.special-offer .offer-desc {
  color: #333333;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto 1.5rem auto;
}
.special-offer .offer-image {
  max-width: 100%;
  height: auto;
  border: 2px solid #F77620;
  border-radius: 8px;
}
.special-offer .btn-danger {
  background-color: #F77620;
  border: none;
}
.special-offer .btn-danger:hover {
  background-color: rgb(220.1038961039, 92.7792207792, 7.8961038961);
}

.soup-section .section-title {
  font-size: 2rem;
  color: #000;
  margin-bottom: 0.5rem;
}
.soup-section .section-subtitle {
  font-size: 1rem;
  color: #333333;
  margin-bottom: 2rem;
}
.soup-section .soup-card {
  transition: transform 0.3s ease;
}
.soup-section .soup-card:hover {
  transform: translateY(-5px);
}
.soup-section .soup-card img {
  border-bottom: 2px solid #F77620;
  -o-object-fit: cover;
     object-fit: cover;
}
.soup-section .soup-card .card-body .card-title {
  color: #000;
  margin-bottom: 0.5rem;
}
.soup-section .soup-card .card-body .card-text {
  color: #333333;
  font-size: 0.9rem;
}
.soup-section .soup-card .card-body .price {
  color: #F77620;
  font-size: 1.1rem;
  font-weight: 600;
}
.soup-section .soup-card .card-body .btn-danger {
  background-color: #F77620;
  border: none;
}
.soup-section .soup-card .card-body .btn-danger:hover {
  background-color: rgb(220.1038961039, 92.7792207792, 7.8961038961);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* dwnloap app section */
section.dl-app {
  padding: 0% 6%;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  /* Circle on the right */
}
@media (max-width: 1200px) {
  section.dl-app {
    margin-top: -220px;
  }
}
@media (max-width: 991px) {
  section.dl-app {
    margin-top: -190px;
  }
}
@media (max-width: 600px) {
  section.dl-app {
    padding: 160px 0;
  }
}
section.dl-app h3 {
  color: rgb(190.5636363636, 80.3272727273, 6.8363636364);
}
@media (max-width: 900px) {
  section.dl-app h3 {
    font-size: 1.5rem;
    color: #FFF !important;
    margin-bottom: 20px;
  }
}
section.dl-app p {
  margin-left: 5%;
}
@media (max-width: 900px) {
  section.dl-app p {
    color: #FFF !important;
    font-size: 1rem;
    text-align: center !important;
  }
}
section.dl-app img.app-mockup {
  max-width: 100%;
  height: auto;
  z-index: 0;
  filter: drop-shadow(0 1rem 3rem rgba(0, 0, 0, 0.4));
}
section.dl-app .app-mockup-container {
  padding: 6% 0;
  position: relative;
  z-index: 0;
}
section.dl-app .app-mockup-container::before {
  content: "";
  position: absolute;
  left: -40%;
  top: 15%;
  width: 900px;
  height: 900px;
  /* Circle diameter */
  background-color: #F77620; /* Change to desired color */
  border-radius: 50%;
  z-index: -2;
}
section.dl-app .app-mockup-container::after {
  content: "";
  position: absolute;
  left: -60%;
  top: 20%;
  width: 500px;
  height: 500px;
  background-color: rgb(190.5636363636, 80.3272727273, 6.8363636364);
  border-radius: 50%;
  z-index: -1;
}
section.dl-app .dl-app-img {
  max-width: 170px;
}
@media (max-width: 480px) {
  section.dl-app .dl-app-img {
    max-width: 120px;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.dl-app-svg {
  margin-top: -150px;
}
@media (max-width: 768px) {
  .dl-app-svg {
    margin-top: -280px;
  }
}

.swiper-container {
  width: 100%;
}

.reviews-section {
  padding: 5% 7%;
  background-color: rgb(225.65, 225.65, 225.65);
  background-color: rgb(225.65, 225.65, 225.65);
  position: relative;
  z-index: 0;
  text-align: center;
}
@media (max-width: 600px) {
  .reviews-section {
    padding: 12% 0;
  }
}
.reviews-section .swiper {
  margin: 0;
  padding: 0;
}
@media (max-width: 900px) {
  .reviews-section .swiper {
    padding: 0 4%;
  }
}
.reviews-section h2 {
  color: #F77620;
  font-weight: 500;
  filter: contrast(150%);
  font-size: 2.6rem;
}
@media (max-width: 600px) {
  .reviews-section h2 {
    font-size: 1.8rem;
  }
}
.reviews-section .lead {
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  .reviews-section .lead {
    font-size: 1rem;
  }
}

.review-card {
  aspect-ratio: 1/1;
  max-width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.3);
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transform-style: preserve-3d;
  perspective: 1000px;
  position: relative;
  margin: 1rem;
  border-right: 4px solid #F77620;
  background-color: #fff;
}
@media (max-width: 576px) {
  .review-card {
    width: 80vw;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
  }
}
.review-card:hover {
  transform: translateY(-10px) rotateX(5deg) rotateY(5deg);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 0 0 15px rgba(255, 255, 255, 0.4);
}
.review-card::before, .review-card::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.review-card::before {
  top: 0;
  left: 0;
  border-width: 30px 30px 0 0;
  border-color: #F77620 transparent transparent transparent;
}
.review-card::after {
  bottom: 0;
  left: 0;
  border-width: 0 30px 30px 0;
  border-color: transparent transparent #F77620 transparent;
}

.review-content .review-header {
  align-items: center;
  margin: 10% 5%;
}
.review-content .review-header img.reviewer {
  width: 60px;
  border-radius: 50%;
  background: transparent;
}

.review-text {
  text-align: left;
  font-size: 1rem;
  font-style: italic;
  color: #333;
}

.review-author {
  font-weight: bold;
  margin-top: 10px;
  color: #555;
}

.stars {
  text-align: left;
  color: #000;
  font-size: 1rem;
  margin-bottom: 10px;
}

.swiper-pagination-bullet {
  background: #F77620 !important;
  width: 12px;
  height: 12px;
  opacity: 1;
}

/* Custom Button */
/* footer */
footer {
  background-image: url("../../imgs/footer/footer-bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
footer section.footer {
  color: #ffffff;
  padding: 8% 6% 2% 6%;
}
@media (max-width: 576px) {
  footer section.footer {
    padding: 50px 0 20px 0;
  }
}
@media (max-width: 480px) {
  footer section.footer {
    padding: 70px 0 15px 0;
  }
}
@media (max-width: 900px) {
  footer section.footer .footer-column {
    margin: 5%;
  }
}
footer section.footer img.footer-logo {
  max-width: 150px;
  margin-bottom: 10px;
}
footer section.footer p {
  text-align: center;
  font-size: 15px;
  max-width: 400px;
}
footer section.footer .highlight {
  font-size: 30px;
}
footer section.footer span {
  font-weight: bolder;
  font-size: 15px;
}
footer section.footer .row {
  box-shadow: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.38);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 4% 0;
  color: #000;
}
@media (max-width: 900px) {
  footer section.footer .row {
    padding: 0;
    margin: 0 5%;
  }
}
footer section.footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin: 0;
  padding: 0;
}
footer section.footer ul h6 {
  font-weight: bolder;
}
footer section.footer ul li {
  margin-bottom: 10px;
}
footer section.footer ul li a {
  text-shadow: 0px 0px 20px #000;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-weight: 500;
}
footer section.footer ul li a:hover {
  color: #fff;
  text-shadow: 0 0 10px #000;
}
footer .dl-app-img {
  max-width: 170px;
}
@media (max-width: 480px) {
  footer .dl-app-img {
    max-width: 120px;
  }
}

.contact-us .col-12 {
  height: 100%;
}
.contact-us .navbar-social a {
  transition: ease-in-out 0.4s;
}
.contact-us .navbar-social a svg {
  fill: #F77620;
  font-weight: 600;
  width: 555px;
  height: 25px;
}
.contact-us .navbar-social a:hover {
  transform: rotate(10deg);
}
.contact-us .navbar-social a:hover svg {
  fill: #fff;
}
.contact-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 70px;
  text-transform: capitalize;
  color: #F77620;
}
.contact-us div.about-us-content {
  background-color: #F77620;
}
.contact-us div.about-us-content h5 {
  font-size: 1.2rem;
}
@media (max-width: 350px) {
  .contact-us div.about-us-content h5 {
    font-size: 11px;
  }
}
.contact-us div.about-us-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  margin-bottom: 50px;
  font-weight: bolder;
}
.contact-us div.about-us-content div.shop-about-text {
  padding: 0 40px;
}
.contact-us div.about-us-content div.shop-about-text h3 {
  margin-bottom: 20px;
  color: #000;
  font-size: 37px;
  line-height: 33px;
  font-weight: bolder;
  letter-spacing: -2px;
}
.contact-us div.about-us-content div.shop-about-text h3 span {
  font-size: 50px;
  color: #F77620;
}
@media (max-width: 1200px) {
  .contact-us div.about-us-content div.shop-about-text h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .contact-us div.about-us-content div.shop-about-text h3 {
    margin-bottom: 20px;
    color: #000;
    font-size: 37px;
    line-height: 33px;
    font-weight: bolder;
    letter-spacing: -2px;
    font-family: Worksans;
  }
}
@media (max-width: 768px) {
  .contact-us div.about-us-content div.shop-about-text h3 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .contact-us div.about-us-content div.shop-about-text h3 {
    font-size: 20px;
  }
}
.contact-us div.about-us-content div.shop-about-text p {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .contact-us div.about-us-content div.shop-about-text p {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  .contact-us div.about-us-content div.shop-about-text p {
    font-size: 12px;
  }
}
.contact-us div.about-us-content #openinghour {
  max-width: 80%;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.contact-us div.about-us-content iframe {
  height: 700px;
}
@media (max-width: 991px) {
  .contact-us div.about-us-content iframe {
    height: 350px;
  }
}

.foods-tags {
  background-color: transparent;
}
.foods-tags ul.foods-link {
  text-decoration: none;
  margin: 2% 1%;
}
.foods-tags ul.foods-link li {
  list-style: none;
  display: inline-block;
  border: 2px solid rgb(146.2532467532, 61.6493506494, 5.2467532468);
  border-radius: 18px;
  padding: 6px 12px;
  margin: 2px;
  background-color: #F77620;
  font-weight: 500;
  font-size: 13px;
}
@media (max-width: 768px) {
  .foods-tags ul.foods-link li {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
}
.foods-tags ul.foods-link li a {
  text-decoration: none;
  color: #000;
}
.foods-tags ul.foods-link li:hover {
  border: 2px solid rgb(190.5636363636, 80.3272727273, 6.8363636364);
  box-shadow: rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 0.38);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.foods-tags ul.foods-link li:hover a {
  color: rgb(190.5636363636, 80.3272727273, 6.8363636364);
}

section.copyright {
  padding: 0 6% 0 6%;
  background-color: rgb(146.2532467532, 61.6493506494, 5.2467532468);
  color: #ffffff;
}
section.copyright .container-fluid {
  padding: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.0705882353);
}
section.copyright p {
  line-height: 40px;
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 480px) {
  section.copyright p {
    font-size: 11px;
    line-height: 20px;
    padding: 5px;
  }
}
section.copyright a i {
  color: #000;
}
section.copyright a:hover {
  text-decoration: none;
  color: rgb(248.7662337662, 148.2467532468, 81.2337662338);
}
section.copyright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  section.copyright ul {
    flex-wrap: wrap;
  }
}
section.copyright ul li {
  padding: 0 5px;
}
section.copyright ul li:not(:last-child) {
  border-right: 1px solid #5b5b5b;
}
section.copyright ul li a {
  color: #ddd;
  font-size: 12px;
}
@media (max-width: 1200px) {
  section.copyright ul li a {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  section.copyright ul li a {
    font-size: 12px;
  }
}

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

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

.modal-header {
  padding: 0.5rem 1rem;
}
@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;
  }
}

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

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

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

::-webkit-scrollbar-thumb {
  background: #F77620;
  border-radius: 10px;
}/*# sourceMappingURL=style2.css.map */