@keyframes fire-flicker {
  0% {
    text-shadow: 0 0 2px #FF8630, 0 0 4px #FF8630;
  }
  15% {
    text-shadow: 0 0 3px #FFB547, 0 0 6px #FF8630;
  }
  30% {
    text-shadow: 0 0 4px #FFB547, 0 0 8px #FF8630, 0 0 10px #FF600A;
  }
  45% {
    text-shadow: 0 0 5px #FF600A, 0 0 10px #FF8630, 0 0 15px #FFB547;
  }
  60% {
    text-shadow: 0 0 6px #C46A2B, 0 0 12px #FF600A, 0 0 18px #FF8630;
  }
  75% {
    text-shadow: 0 0 5px #FF600A, 0 0 10px #FFB547;
  }
  90% {
    text-shadow: 0 0 3px #FF8630, 0 0 5px #FF8630;
  }
  100% {
    text-shadow: 0 0 2px #FF8630, 0 0 4px #FF8630;
  }
}
.fiery-title {
  text-shadow: 0 0 2px #FF8630, 0 0 4px #FF8630, 0 0 6px #FFB547, 0 0 10px #FFB547, 0 0 14px #FF600A, 0 0 20px #FF600A;
  color: #FFFFFF !important;
  animation: fire-flicker 8s infinite ease-in-out;
}

html {
  scroll-behavior: smooth;
}

body {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #000000;
  color: #FFFFFF;
}

.main-color {
  color: #FF600A;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: Worksans;
  src: url(../../Fonts/Worksans/WorkSansRegular.ttf);
}
@font-face {
  font-family: ArchivoBlack;
  src: url(../../Fonts/Archivo_Black/ArchivoBlack-Regular.ttf);
}
html {
  scroll-behavior: smooth;
}

.index-body {
  font-family: Worksans !important;
  overflow-x: hidden;
}

.chef {
  width: 100%;
  height: 100%;
  padding: 5%;
  border-radius: 30px;
  opacity: 0.7;
}
.chef:hover {
  transition: ease-in-out 600ms;
  transform: scale(1.1);
  opacity: 1;
}

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

.dlApp {
  margin: 0 auto;
}

.fade-left-late1 {
  animation: fade-left-late1 0.5s ease-in-out;
}

@keyframes fade-left-late1 {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-left-late {
  animation: fade-left-late 1s ease-in-out;
}

@keyframes fade-left-late {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-left {
  animation: fade-left 1.7s ease-in-out;
}

@keyframes fade-left {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-hero {
  animation: fade-hero 1.2s ease-in-out;
}

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

.reveal.active {
  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-leftt {
  animation: fade-leftt 1.5s ease-in-out;
}
@keyframes fade-leftt {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .fade-bottom {
  animation: fade-bottom 1.2s ease-in-out;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal.active .fade-top {
  animation: fade-top 0.7s ease-in-out;
}
@keyframes fade-top {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal.active .fade-big {
  animation: fade-big 1s ease-in-out;
}
@keyframes fade-big {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.reveal.active .fade-big1 {
  animation: fade-big1 1.5s ease-in-out;
}
@keyframes fade-big1 {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.reveal.active .fade-big2 {
  animation: fade-big2 2s ease-in-out;
}
@keyframes fade-big2 {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

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

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

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

.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 {
  padding: 20px 80px;
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
@media (max-width: 1440px) {
  header {
    padding: 20px 0;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .navbar-brand .shop-logo {
  display: block;
  max-width: 240px;
}
@media (max-width: 1440px) {
  header .navbar-brand .shop-logo {
    max-width: 160px;
  }
}
header .navbar-nav {
  padding: 0;
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header .navbar-nav .nav-item.active .nav-link {
  color: #FF600A !important;
  padding: 0 !important;
}
header section.menu-section a.login-btn {
  padding: 15px 35px;
  color: #000;
  border-radius: 1px;
  background-color: #fff;
  background-image: linear-gradient(to right, #FF600A, rgb(249, 255, 255), #FF600A);
  border-radius: 30px;
  background-repeat: repeat-x;
  background-size: 400% 100%;
  animation: AnimationName 3s linear infinite;
  box-shadow: 0px 4px 8px #FF600A;
}
@keyframes AnimationName {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@media (max-width: 1440px) {
  header section.menu-section a.login-btn {
    padding: 10px 20px;
  }
}
header section.menu-section a.login-btn:hover {
  background-color: #000;
}
@media (max-width: 1200px) {
  header section.menu-section a.login-btn {
    font-size: 14px;
    padding: 15px;
  }
}
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 .navbar-toggler-icon {
  background-image: unset !important;
}
header section.menu-section nav .navbar-toggler {
  color: #FF600A;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav a.btn {
  background-color: #FF600A;
  color: black;
}
header section.menu-section nav .header-links {
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  header section.menu-section nav .header-links {
    background-color: transparent;
    padding: 20px;
    width: 100%;
  }
}
header section.menu-section nav .header-links .nav-item {
  color: #ffffff;
  font-family: Worksans;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  padding: 17px;
}
@media (max-width: 1200px) {
  header section.menu-section nav .header-links .nav-item {
    padding-bottom: 10px;
    width: 100%;
    justify-content: center;
    display: flex;
  }
}
header section.menu-section nav .header-links .nav-item a.nav-link {
  color: #fff;
  padding: 0;
  font-size: 17px;
}
@media (max-width: 1440px) {
  header section.menu-section nav .header-links .nav-item a.nav-link {
    font-size: 15px;
  }
}
header section.menu-section nav .header-links .nav-item a.nav-link:hover {
  color: #FF600A;
}
@media (max-width: 1200px) {
  header section.menu-section nav .header-links .nav-item a.nav-link:hover {
    border: none;
    color: #000;
  }
}
@media (max-width: 1170px) {
  header section.menu-section nav .header-links .nav-item {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  header section.menu-section nav .header-links .nav-item {
    font-size: 17px;
  }
}
header section.menu-section nav .header-links .nav-item .dropdown-menu {
  background-color: rgb(0, 0, 0);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item {
  color: #9d9d9d;
  z-index: 999;
}
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item:focus,
header section.menu-section nav .header-links .nav-item .dropdown-menu .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000000;
}
header section.menu-section nav .right-part {
  display: flex;
  align-items: center;
  margin-left: auto;
}
header section.menu-section nav .right-part a {
  font-weight: bolder;
}
@media (max-width: 1200px) {
  header section.menu-section nav .right-part {
    justify-content: center;
    margin: auto;
  }
}
header section.menu-section nav .navbar-social a {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin: 0px 4px 0px 0px;
  font-size: 17px;
  border-radius: 50%;
  width: 39px;
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;
}
header section.menu-section nav .navbar-social a:hover {
  background-color: #fff;
  border: 2px solid transparent;
}
@media (max-width: 1200px) {
  header section.menu-section nav .navbar-social a:hover {
    background-color: #000;
  }
}
header section.menu-section nav .navbar-social a:hover i {
  color: #000;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  header section.menu-section nav .navbar-social a:hover i {
    color: #fff;
  }
}
@media (max-width: 1200px) {
  header section.menu-section nav .navbar-social a {
    color: #000;
    border: 2px solid #000;
  }
}
header section.menu-section nav .navbar-social a i {
  color: #fff;
}
@media (max-width: 1200px) {
  header section.menu-section nav .navbar-social a i {
    color: #000;
  }
}
header svg {
  transition: ease-in-out 0.7s;
  fill: #fff;
}

@media (min-width: 1200px) {
  .second-header .menu-section .header-links {
    display: none !important;
  }
}
.second-header .menu-section nav img {
  height: auto;
  width: 120%;
}
.second-header .menu-section .right-part {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .second-header .menu-section .right-part {
    display: none;
  }
}

/* section hero */
section.hero-section {
  margin: 0;
  padding: 0 40px;
  position: relative;
}
section.hero-section::before {
  position: absolute;
  content: "";
  bottom: 13%;
  left: -19%;
  background-color: #0E0E0E;
  width: 403px;
  height: 400px;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  section.hero-section::before {
    display: none;
  }
}
@media (max-width: 1440px) {
  section.hero-section {
    padding: 80px 0 80px 50px;
  }
}
@media (max-width: 991px) {
  section.hero-section {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  section.hero-section {
    padding: 0;
  }
}
section.hero-section .container-fluid {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../imgs/hero/Neighbour-Wood-Edinburgh-bg.jpg);
  padding: 80px 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.hero-section .container-fluid {
    padding: 32px 0;
  }
}
@media (max-width: 768px) {
  section.hero-section .hero-images {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
section.hero-section div.inner-content {
  margin-left: 7%;
}
@media (max-width: 1440px) {
  section.hero-section div.inner-content {
    margin-left: 0;
  }
}
section.hero-section div.inner-content h2 {
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: bolder;
  margin-bottom: 30px;
  font-family: ArchivoBlack;
}
@media (max-width: 1440px) {
  section.hero-section div.inner-content h2 {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  section.hero-section div.inner-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  section.hero-section div.inner-content h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  section.hero-section div.inner-content h2 {
    font-size: 39px;
  }
}
@media (max-width: 590px) {
  section.hero-section div.inner-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  section.hero-section div.inner-content h2 {
    font-size: 31px;
  }
}
@media (max-width: 450px) {
  section.hero-section div.inner-content h2 {
    font-size: 27px;
  }
}
@media (max-width: 380px) {
  section.hero-section div.inner-content h2 {
    font-size: 25px;
  }
}
@media (max-width: 350px) {
  section.hero-section div.inner-content h2 {
    font-size: 23px;
  }
}
section.hero-section div.inner-content p.hero-main-text {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 991px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 17px;
    max-width: 80%;
    margin: auto;
  }
}
section.hero-section div.inner-content a.btn {
  background-color: #000;
  border-radius: 1px;
  padding: 15px 35px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 40px !important;
  margin-top: 20px;
  font-weight: bolder;
}
section.hero-section div.inner-content a.btn:hover {
  color: #fff;
  border-color: #000;
  -webkit-backdrop-filter: 10px;
          backdrop-filter: 10px;
  background-color: #c52b14;
  box-shadow: 0px 0px 20px #000;
}
@media (min-width: 768px) {
  section.hero-section div.inner-content a.btn {
    margin-top: 3px;
  }
}
section.hero-section div.inner-content a.btn .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
section.hero-section div.inner-content a.btn .order-now-icon-main:hover {
  stroke: #FF600A;
}
section.hero-section .hero-img-inner {
  justify-content: center;
  display: flex;
  position: relative;
}
section.hero-section .hero-img-inner::after {
  content: "";
  position: absolute;
  right: 118px;
  bottom: -17px;
  background-color: #c52b14;
  width: 70%;
  height: 100%;
  border-radius: 20px;
  z-index: 0;
}
@media (max-width: 1200px) {
  section.hero-section .hero-img-inner::after {
    right: 54px;
  }
}
@media (max-width: 768px) {
  section.hero-section .hero-img-inner {
    justify-content: center;
  }
}
section.hero-section .hero-img-inner img {
  border-radius: 20px;
  max-width: 70%;
  display: flex;
  justify-content: flex-end;
  border: 1px solid rgba(0, 0, 0, 0.2431372549);
  transition: ease-in-out 0.4s;
  z-index: 5 !important;
}
section.hero-section .hero-img-inner img:hover {
  transition: ease-in-out 0.4s;
}

.offers {
  margin-top: -50px;
}
.offers img {
  max-width: 115%;
  position: relative;
  z-index: 2;
  left: -8%;
}

section.more-about-us-section {
  background-image: url(../../imgs/hero/Neighbour-Wood-Edinburgh--food.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 180px 180px 0 0;
  padding: 2% 10%;
  padding-top: 120px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  section.more-about-us-section {
    padding: 60px 0;
    background-position: 30% 50%;
  }
}
@media (max-width: 768px) {
  section.more-about-us-section {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  section.more-about-us-section {
    border-radius: 80px 80px 0 0;
  }
}
section.more-about-us-section .more-about-container {
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
section.more-about-us-section h3 {
  color: #fff;
  text-shadow: 0px 0px 20px #FF600A;
  margin-bottom: 100px;
  font-size: 3.5rem;
  font-family: ArchivoBlack;
}
@media (max-width: 991px) {
  section.more-about-us-section h3 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  section.more-about-us-section h3 {
    font-size: 25px;
  }
}
section.more-about-us-section p {
  color: #000;
}
@media (min-width: 991px) {
  section.more-about-us-section p {
    max-width: 100%;
  }
}
section.more-about-us-section .more-content {
  background-color: #c52b14;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.3411764706);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  flex-direction: column;
  padding: 20px;
  border-radius: 32px;
  min-height: 300px;
  transition: ease-in-out 0.7s;
}
section.more-about-us-section .more-content:hover {
  background: #FF600A;
  transform: translateY(-20px);
}
section.more-about-us-section .more-content:hover span,
section.more-about-us-section .more-content:hover h4 {
  color: #000 !important;
}
@media (max-width: 991px) {
  section.more-about-us-section .more-content {
    flex-direction: row;
    text-align: left;
    min-height: unset;
    padding: 10px;
    margin-bottom: 10px;
  }
}
section.more-about-us-section .more-content .circle-img {
  padding: 5px;
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
  background-color: #fff;
}
@media (max-width: 991px) {
  section.more-about-us-section .more-content .circle-img {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
section.more-about-us-section .more-content .circle-img img {
  width: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  section.more-about-us-section .more-content .circle-img img {
    width: 75px;
  }
}
@media (max-width: 480px) {
  section.more-about-us-section .more-content .circle-img img {
    width: 60px;
  }
}
section.more-about-us-section .more-content .more-header {
  text-align: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  section.more-about-us-section .more-content .more-header {
    text-align: left;
  }
}
section.more-about-us-section .more-content .more-header h4 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bolder;
}
section.more-about-us-section .more-content .more-header span {
  color: #fff;
}
@media (max-width: 768px) {
  section.more-about-us-section .more-content .more-header span {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  section.more-about-us-section .more-content .more-header span {
    font-size: 12px;
  }
}
section.more-about-us-section a {
  border: 2px solid #FF600A;
  background-color: #fff;
  color: #FF600A;
  padding: 15px 25px;
  display: inline-flex;
  font-weight: 600;
}
section.more-about-us-section a:hover {
  text-decoration: none;
  background-color: #FF600A;
  color: #fff;
}

section.special {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 80px 40px;
  background-image: url(../../imgs/hero/NeighbourWood-Edinburgh.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  border-radius: 180px 180px 0 0;
}
@media (max-width: 1440px) {
  section.special {
    border-radius: 80px 80px 0 0;
    padding: 40px 10px;
  }
}
section.special .special-header {
  padding: 20px 10px 40px 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
section.special .special-header h2 {
  color: #FF600A;
  text-shadow: 0px 0px 20px #000;
  margin-bottom: 0;
  font-size: 5rem;
  font-family: ArchivoBlack;
}
@media (max-width: 900px) {
  section.special .special-header h2 {
    font-size: 5rem;
  }
}
@media (max-width: 600px) {
  section.special .special-header h2 {
    font-size: 2.5rem;
  }
}
section.special .special-header h6 {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  text-shadow: 0px 0px 50px #000;
}
section.special .special-header h6::after, section.special .special-header h6::before {
  background-color: #fff !important;
}
section.special .main-header {
  margin-bottom: 10px;
}
section.special .category {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  section.special .category {
    flex-direction: row;
  }
}
@media (max-width: 720px) {
  section.special .category {
    flex-direction: column;
  }
}
section.special .category .category-header {
  border-bottom: none;
}
section.special .category .category-header .Category-title {
  margin-bottom: 0;
}
section.special .category .category-header .Category-title img {
  max-width: 50px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 5px;
}
section.special .category ul {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.613);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 20px;
  border-radius: 20px;
  color: #000 !important;
}
@media (max-width: 1440px) {
  section.special .category ul {
    padding: 10px;
  }
}
@media (max-width: 1200px) {
  section.special .category ul {
    width: 50%;
    margin: 5px;
  }
}
@media (max-width: 720px) {
  section.special .category ul {
    width: 90%;
    margin: auto;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  section.special .category ul {
    width: 100%;
  }
}
section.special .category li:first-child {
  background-color: #FF600A;
  border-radius: 50px;
  padding: 10px;
}
section.special .category li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 7px 0;
  padding-bottom: 5px;
  border-bottom: 1px dashed #000;
}
section.special .category li h3 {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  font-weight: 800;
  display: flex;
  align-items: center;
}
@media (max-width: 1300px) {
  section.special .category li h3 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  section.special .category li h3 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  section.special .category li h3 {
    font-size: 13px;
  }
}
section.special .category li span {
  text-transform: capitalize;
}
section.special .category li .add-btn {
  background-color: #fff;
  display: flex;
  border-radius: 45px;
}
section.special .category li .add-btn a {
  color: #000;
  padding: 12px 18px;
  border-radius: 45px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.462745098);
  transition: ease-in-out 0.3s;
}
section.special .category li .add-btn a:hover {
  text-decoration: none;
}
@media (max-width: 480px) {
  section.special .category li .add-btn a {
    font-size: 12px;
  }
}
section.special .category li .add-btn:hover {
  background-color: rgb(255, 113, 61);
}
section.special .category li .add-btn:hover a {
  color: #fff;
}
section.special .card {
  background-color: transparent;
}

.category-slider {
  margin: 60px 0;
}
@media (max-width: 768px) {
  .category-slider {
    margin: 32px 0;
  }
}
.category-slider .swiper-category img {
  max-width: 100%;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.category-slider .swiper-category .card {
  background-color: transparent;
  border: none;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  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;
}
.category-slider .swiper-category .card:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.SpecialOffer {
  padding: 100px;
}
@media (max-width: 991px) {
  .SpecialOffer {
    padding: 50px;
  }
}
@media (max-width: 576px) {
  .SpecialOffer {
    padding: 15px;
  }
}
.SpecialOffer img {
  border-radius: 10px;
}
.SpecialOffer .specialoffer-img {
  overflow: hidden;
  display: flex;
  position: relative;
}
.SpecialOffer .specialoffer-img img {
  border-radius: 20px;
  position: relative;
}
.SpecialOffer .specialoffer-img .gif-card {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  z-index: 1;
}
.SpecialOffer .text-card {
  position: absolute;
  content: "";
  top: 80%;
  right: 4%;
  background-color: rgba(217, 78, 0, 0.175);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 5px 50px 5px 50px;
  width: 1200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  box-shadow: 0 0 6px 15px rgba(255, 134, 48, 0.1607843137);
}
@media (max-width: 1300px) {
  .SpecialOffer .text-card {
    width: 80%;
    height: 33%;
    top: 60%;
    right: 9%;
  }
}
@media (max-width: 900px) {
  .SpecialOffer .text-card {
    width: 80%;
    height: 33%;
    top: 60%;
    right: 9%;
  }
}
@media (max-width: 768px) {
  .SpecialOffer .text-card {
    width: 80%;
    height: 33%;
    top: 60%;
    right: 9%;
  }
}
@media (max-width: 576px) {
  .SpecialOffer .text-card {
    width: 80%;
    height: 33%;
    top: 60%;
    right: 9%;
  }
}
.SpecialOffer .text-card h1 {
  color: #fff;
  text-shadow: 0 0 9px 20px #000;
}
@media (max-width: 900px) {
  .SpecialOffer .text-card h1 {
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  .SpecialOffer .text-card h1 {
    font-size: 1.1rem;
  }
}
@media (max-width: 300px) {
  .SpecialOffer .text-card h1 {
    font-size: 0.8rem;
  }
}
.SpecialOffer img {
  width: 100%;
}

section.about-us {
  padding: 80px;
  color: #fff;
}
@media (max-width: 576px) {
  section.about-us {
    border-radius: 80px 80px 0 0;
  }
}
@media (max-width: 991px) {
  section.about-us {
    padding: 80px 0;
  }
}
section.about-us h3 {
  color: #fff;
  text-shadow: 0 0 15px 30px #fff;
  margin-bottom: 0;
  font-size: 40px;
  font-family: ArchivoBlack;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  section.about-us h3 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  section.about-us h3 {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  section.about-us h3 {
    font-size: 37px;
  }
}
@media (max-width: 480px) {
  section.about-us h3 {
    font-size: 30px;
  }
}
section.about-us .about-img {
  position: relative;
}
section.about-us .about-img::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  border: 30px solid #FF600A;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 0;
}
section.about-us .about-img img {
  border-radius: 20px;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
section.about-us ul {
  margin: 0;
}
section.about-us ul li {
  list-style: none;
}
section.about-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: #FF600A;
}
section.about-us div.about-us-content .about-us-img {
  margin: auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.about-us div.about-us-content .about-us-img img {
  max-width: 60%;
}
section.about-us div.about-us-content h5 {
  font-size: 15px;
}
@media (max-width: 350px) {
  section.about-us div.about-us-content h5 {
    font-size: 11px;
  }
}
section.about-us div.about-us-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 50px;
  font-weight: bolder;
}
section.about-us div.about-us-content div.shop-about-text {
  padding: 9% 17%;
}
@media (max-width: 1200px) {
  section.about-us div.about-us-content div.shop-about-text {
    padding: 13%;
  }
}
@media (max-width: 991px) {
  section.about-us div.about-us-content div.shop-about-text {
    padding: 5% 23%;
  }
}
@media (max-width: 768px) {
  section.about-us div.about-us-content div.shop-about-text {
    padding: 15% 15% 10% 15%;
  }
}
@media (max-width: 480px) {
  section.about-us div.about-us-content div.shop-about-text {
    padding: 15% 10%;
  }
}
section.about-us div.about-us-content div.shop-about-text h3 {
  margin-bottom: 20px;
  color: #1f1a15;
  font-size: 37px;
  line-height: 33px;
  font-weight: bolder;
  letter-spacing: -2px;
  font-family: Worksans;
}
@media (max-width: 1200px) {
  section.about-us div.about-us-content div.shop-about-text h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  section.about-us div.about-us-content div.shop-about-text h3 {
    margin-bottom: 20px;
    color: #1f1a15;
    font-size: 37px;
    line-height: 33px;
    font-weight: bolder;
    letter-spacing: -2px;
    font-family: Worksans;
  }
}
@media (max-width: 768px) {
  section.about-us div.about-us-content div.shop-about-text h3 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  section.about-us div.about-us-content div.shop-about-text h3 {
    font-size: 20px;
  }
}
section.about-us div.about-us-content div.shop-about-text p {
  color: #878787;
  font-size: 1rem;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1200px) {
  section.about-us div.about-us-content div.shop-about-text p {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  section.about-us div.about-us-content div.shop-about-text p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  section.about-us div.about-us-content div.shop-about-text p {
    padding-top: 40px;
    color: #878787;
    font-size: 15px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  section.about-us div.about-us-content div.shop-about-text p {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  section.about-us div.about-us-content .map-wrapper {
    padding: 5% 17%;
  }
}
@media (max-width: 567px) {
  section.about-us div.about-us-content .map-wrapper {
    padding: 5%;
  }
}
section.about-us ul {
  padding: 0;
  width: 80%;
}
section.about-us ul h3 {
  font-size: 35px;
  font-weight: bolder;
}
section.about-us .about-contact {
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
  text-align: center;
  background-color: #f3f3f3;
  padding: 50px 0;
}
@media (min-width: 991px) {
  section.about-us .about-contact {
    height: 700px;
    padding: 0;
  }
}
section.about-us a.btn {
  background-color: #FF600A;
  border-radius: 1px;
  padding: 12px 40px;
  color: #fff !important;
  border-radius: 40px !important;
  margin-top: 20px;
  transition: ease-in-out 2s;
}
section.about-us a.btn:hover {
  color: #fff;
  background-color: #FF600A !important;
  box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 15px;
  transform: scale(1.04);
}
@media (min-width: 991px) {
  section.about-us a.btn {
    margin-top: 15px;
  }
}
section.about-us a.btn .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
section.about-us a.btn .order-now-icon-main:hover {
  stroke: #FF600A;
}
section.about-us a {
  background-color: #FF600A;
  border-radius: 1px;
  padding: 15px 35px;
  color: #fff !important;
  border: 1px solid #fff;
  border-radius: 40px !important;
  margin-top: 20px;
  font-weight: bolder;
}
@media (min-width: 991px) {
  section.about-us a {
    margin-top: 3px;
  }
}
section.about-us a .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
section.about-us a .order-now-icon-main:hover {
  stroke: #FF600A;
}

section.peyment-method {
  background-color: #ffffff;
}
section.peyment-method div.row {
  padding: 50px 0;
}
section.peyment-method div.row div.col-10 .methods-container {
  justify-content: space-evenly;
}
section.peyment-method div.row div.col-10 .methods-container > div img {
  width: 70px;
  display: block;
}

/* dwnloap app section */
section.dl-app {
  margin: 0;
  padding: 80px 0;
}
section.dl-app h3 {
  color: #FFFFFF;
  font-family: ArchivoBlack;
  font-weight: bold;
  font-size: 44px;
  line-height: 70px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  section.dl-app h3 {
    line-height: 50px;
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  section.dl-app h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
section.dl-app div.inner-content {
  position: relative;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  transform: scale(1.2);
}
section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 0;
  width: 170px;
  transition: ease-in-out 0.7s;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content img.dl-app-link {
    width: 250px;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-12-20 14:30:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.reviews-section {
  color: #FFFFFF !important;
  padding: 80px;
  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: #FF600A;
  font-size: 2.6rem;
  font-family: ArchivoBlack;
}
@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 {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.3);
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  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;
  position: relative;
  margin: 1rem;
  border-right: 4px solid #FF600A;
  border-top: 4px solid #FF600A;
  border-bottom: 4px solid #FF600A;
}
@media (max-width: 576px) {
  .review-card {
    width: 80vw;
    margin: 0 auto;
  }
}
.review-card:hover {
  transform: translateY(-10px) rotateX(5deg) rotateY(5deg);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

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

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

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

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

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

/* Custom Button */
/* footer */
footer {
  padding: 0;
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 1.3rem;
  color: rgb(255, 255, 255);
}
@media (max-width: 600px) {
  footer {
    font-size: 1.4rem;
  }
}
footer .footer-container {
  padding: 4% 8%;
  background-color: rgba(0, 0, 0, 0.4);
}
footer ul {
  padding: 0;
  text-align: center;
}
footer ul h6.footer-header {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 991px) {
  footer ul {
    text-align: center;
  }
}
footer ul li {
  list-style: none;
  padding: 5px 0;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 991px) {
  footer ul li {
    text-align: center;
  }
}
footer ul li h4 {
  font-size: 22px;
  font-weight: 700;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #FF8630;
  text-decoration: none;
}
footer img.shop-logo {
  width: 180px;
  margin-bottom: 20px;
  margin-left: -24px;
}
footer .footer-header {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #fff;
}
footer p {
  color: #fff;
}
footer .fa {
  color: #FF600A;
  font-size: 1.25rem;
}
footer .shop-info {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
}
footer .shop-info span {
  margin: 0 auto;
  flex-wrap: wrap;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 380px) {
  footer .shop-info span {
    font-size: 10px;
  }
}
footer .app-img img {
  max-width: 220px;
}

.foods-tags {
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.foods-tags ul {
  padding: 0;
  margin: 0;
}
.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 2px solid #000000;
  border-radius: 18px;
  padding: 5px 10px;
  margin: 2px;
  background-color: #fff;
  font-weight: 500;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: bolder;
}
@media (max-width: 768px) {
  .foods-tags ul li {
    font-size: 14px;
  }
}
.foods-tags ul li a {
  color: #000000;
}

.contact-us {
  padding: 80px 0;
  color: #fff;
  text-align: center;
}
.contact-us .contact-card {
  background-image: url(../../imgs/hero/The-Minerva-Fish-Bar-Livingston.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  padding: 20px;
  min-height: 500px;
}
.contact-us fieldset {
  margin-bottom: 20px;
  padding: 20px;
  border: 2px solid #FF600A;
  border-radius: 15px;
  min-height: 439px;
}
.contact-us legend {
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0;
  text-align: center;
  padding: 0 5px;
  font-size: 29px;
  font-weight: 600;
  padding: 0 15px;
}
.contact-us #openinghour {
  max-width: 100%;
  margin: auto;
}
.contact-us iframe {
  height: 350px;
  border-radius: 15px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 17px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #FF600A;
  outline: none;
  background-color: #ffffff;
  color: #FF600A;
  cursor: pointer;
  padding: 8px 15px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
#myBtn:hover {
  background-color: transparent;
}

section.social-media {
  background-color: #000;
}
section.social-media h5 {
  color: #FF600A;
}
section.social-media div.icon-holder {
  transition: transform 0.5s ease;
}
section.social-media div.icon-holder:hover {
  transform: translate(0px, -8px);
}

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

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

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

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

section.copyright {
  background-color: #000;
  color: #fff;
}
section.copyright .container {
  border-top: 1px solid #FF600A;
}

.reviews-section {
  color: #FFFFFF !important;
  padding: 80px;
  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: #FF600A;
  font-size: 2.6rem;
  font-family: ArchivoBlack;
}
@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 {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.3);
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  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;
  position: relative;
  margin: 1rem;
  border-right: 4px solid #FF600A;
  border-top: 4px solid #FF600A;
  border-bottom: 4px solid #FF600A;
}
@media (max-width: 576px) {
  .review-card {
    width: 80vw;
    margin: 0 auto;
  }
}
.review-card:hover {
  transform: translateY(-10px) rotateX(5deg) rotateY(5deg);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

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

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

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

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

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

/* Custom Button */
/* Video Section */
.gallery {
  margin: 0;
  padding: 80px;
  text-align: center;
  color: #fff;
}
@media (max-width: 991px) {
  .gallery {
    padding: 80px 0;
  }
}
.gallery h2 {
  padding-inline: 4%;
  color: #FF600A;
  font-family: ArchivoBlack;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 600px) {
  .gallery h2 {
    font-size: 2.2rem;
  }
}
.gallery p {
  font-size: 1.7rem;
  margin-bottom: 20px;
  color: #bbb;
}
.gallery a.cta-button {
  background-color: #FF600A;
  color: #FFFFFF;
  border-radius: 30px 30px 30px 30px !important;
  border: 3px solid #FF600A;
  padding: 15px 35px;
  margin-top: 25px;
  font-weight: bolder;
  margin-right: 20px;
  font-weight: bolder;
}
.gallery a.cta-button:hover {
  background-color: #000;
  color: #FF600A;
  box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 15px 0px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .gallery a.cta-button {
    margin-top: 30px;
  }
}
.gallery .swiper-gallery {
  margin-bottom: 24px;
}
.gallery .swiper-gallery img {
  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;
  max-width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.gallery .swiper-gallery img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}/*# sourceMappingURL=style2.css.map */