.main-color {
  color: #F7941D;
}

@font-face {
  font-family: fredoka;
  src: url(../../Fonts/Fredoka/FredokaOne-Regular.ttf);
}
@font-face {
  font-family: poppins;
  src: url(../../Fonts/poppins/Poppins-Regular.ttf);
}
body {
  font-family: poppins !important;
  font-size: 14px;
  color: #ffffff;
  background-color: rgb(255, 255, 255);
}

.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;
  z-index: 999;
  background-image: url("https://www.mealzoforbusiness.co.uk/1/heart.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

ul {
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: poppins !important;
}

.main-header {
  padding-bottom: 10px;
  font-weight: 600;
  display: inline-flex;
  position: relative;
  color: rgb(0, 0, 0);
}
.main-header::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 30%;
  width: 40%;
  height: 3px;
  background-color: rgb(0, 0, 0);
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-left {
  animation: fade-left 0.7s ease-in-out;
}
.reveal.active .fade-right {
  animation: fade-right 1s ease-in-out;
}
@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .fade-bottom {
  animation: fade-bottom 0.7s ease-in-out;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  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;
  }
}
/* header */
.openmenuu {
  width: 100% !important;
}

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

.valentine-section {
  background-color: rgb(99, 0, 0);
  background-image: url(https://www.mealzoforbusiness.co.uk/1/heart-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.valentine-section img {
  max-width: 55px;
}
@media (max-width: 480px) {
  .valentine-section img {
    max-width: 35px;
  }
}
.valentine-section marquee {
  color: #fff;
  font-size: 17px;
}
@media (max-width: 480px) {
  .valentine-section marquee {
    font-size: 15px;
  }
}

header {
  padding: 5px 0 0 0;
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
@media (max-width: 991px) {
  header {
    padding: 0;
  }
}
@media (max-width: 480px) {
  header {
    margin: 0;
  }
}
header .navbar-brand {
  font-size: 1.5rem !important;
  color: #F7941D !important;
  font-weight: bolder;
  align-items: center;
}
header .shop-name img {
  max-width: 200px;
}
@media (max-width: 768px) {
  header .shop-name img {
    max-width: 90px;
  }
}
@media (min-width: 991px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
@media (min-width: 768px) {
  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: #F7941D;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .nav-item {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
header section.menu-section nav .nav-item a.nav-link {
  color: #222222 !important;
}
header section.menu-section nav .nav-item a.nav-link svg {
  fill: #F7941D;
}
header section.menu-section nav .nav-item a.nav-link:hover {
  color: #F7941D !important;
}
header section.menu-section nav .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 .nav-item .dropdown-menu .dropdown-item {
  color: #9d9d9d;
  z-index: 999;
}
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item:focus,
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #F7941D;
  text-decoration: none;
  background-color: #000000;
}
header section.menu-section nav .nav-item .nav-item.active .nav-link {
  color: #fff !important;
}
header section.menu-section nav .nav-item .nav-item:last-of-type {
  margin-left: 20px;
}
header section.menu-section nav .nav-item a.login-btn {
  background-color: #F7941D;
  border-radius: 20px;
  padding: 15px 35px;
  color: #fff !important;
}
@media (min-width: 768px) {
  header section.menu-section nav .nav-item:not(:last-child) {
    margin-right: 15px;
  }
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}

/* section hero */
@media (max-width: 768px) {
  section.hero-section {
    padding: 0 20px 80px 20px;
  }
}
@media (max-width: 480px) {
  section.hero-section {
    padding: 0 20px;
  }
}
section.hero-section .container {
  background-color: rgb(0, 0, 0);
  padding: 5px 50px;
  border-radius: 30px;
}
@media (max-width: 991px) {
  section.hero-section .container {
    padding: 50px 20px;
  }
}
section.hero-section div.inner-content {
  justify-content: center;
  text-align: center;
}
section.hero-section div.inner-content .off-part {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: 70px;
}
@media (max-width: 400px) {
  section.hero-section div.inner-content .off-part {
    display: flex;
  }
}
section.hero-section div.inner-content .off-part span {
  color: rgb(0, 0, 0);
  background-color: #F7941D;
  border: 2px solid rgb(0, 0, 0);
  padding: 10px 20px;
  border-radius: 20px;
  font-size: medium;
}
@media (max-width: 400px) {
  section.hero-section div.inner-content .off-part span {
    padding: 10px;
    border: none;
  }
}
section.hero-section div.inner-content h2.hero-header {
  font-size: 44px;
  font-weight: bolder;
  letter-spacing: 0.03in;
}
section.hero-section div.inner-content h2.hero-header span {
  color: #F7941D;
}
@media (max-width: 576px) {
  section.hero-section div.inner-content h2.hero-header {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  section.hero-section div.inner-content h2.hero-header {
    font-size: 28px;
  }
}
section.hero-section div.inner-content h2.hero-header span.ten-off {
  text-decoration: underline;
  text-decoration-color: #F7941D;
}
section.hero-section div.inner-content p.hero-main-text {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #150c01;
}
@media (min-width: 768px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 1rem;
  }
}
section.hero-section div.inner-content a.btn {
  background-color: transparent;
  padding: 12px 35px;
  border-radius: 25px;
  justify-content: center;
  border: 2px solid #F7941D;
  color: #F7941D;
}
section.hero-section div.inner-content a.btn:hover {
  background-color: #F7941D;
  color: rgb(0, 0, 0);
  border: 2px solid #F7941D;
}
section.hero-section div.inner-content .app-links {
  margin-top: 20px;
}
@media (max-width: 991px) {
  section.hero-section div.inner-content .app-links {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  section.hero-section div.inner-content .app-links {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  section.hero-section div.inner-content .app-links img {
    max-width: 200px;
  }
}
section.hero-section div.inner-content img {
  max-width: 100%;
}
section.hero-section .hero-items li img {
  max-width: 70px;
  max-height: 70px;
  border-radius: 50%;
}
section.hero-section .hero-items li h5 {
  font-size: 16px;
  font-weight: bolder;
}
section.hero-section .hero-items li p {
  font-size: 13px;
}

#slider .carousel-item {
  min-height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  #slider .carousel-item {
    min-height: 500px;
  }
}
@media (max-width: 576px) {
  #slider .carousel-item {
    transition: none;
    transform: none;
    min-height: 450px;
  }
}
@media (max-width: 380px) {
  #slider .carousel-item {
    min-height: 400px;
  }
}
#slider .carousel-item .order-now {
  position: absolute;
  top: 40%;
  left: 10%;
  right: 10%;
  padding: 20px;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #slider .carousel-item .order-now {
    top: 38%;
    padding: 10px;
  }
}
#slider .carousel-item .order-now a {
  background-color: #F7941D;
  border-radius: 20px !important;
  width: 150px;
  color: rgb(255, 255, 255);
  padding: 5px;
  font-weight: 800;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  #slider .carousel-item .order-now a {
    font-size: 15px;
    padding: 10px;
    width: 150px;
  }
}
@media (max-width: 576px) {
  #slider .carousel-item .order-now a {
    width: 100px;
    font-size: 13px;
  }
}
#slider .carousel-item .order-now a:hover {
  color: #F7941D;
  border-color: #F7941D;
  background-color: #fff !important;
}
#slider .carousel-item.slide-one {
  background-image: url(../../imgs/hero/Slider-Pasta-min.jpg);
}
#slider .carousel-item.slide-two {
  background-image: url(../../imgs/hero/Slider-Pizza-min.jpg);
}
#slider .carousel-item.active {
  transition: transform 10s linear, opacity 5s;
  opacity: 1;
  transform: scale(1.2, 1.2);
}

#main-slider .carousel-item.first-slider {
  background-image: url(../../imgs/special/2-min.jpg);
}
#main-slider .carousel-item.second-slider {
  background-image: url(../../imgs/special/1-min.jpg);
}
#main-slider .carousel-item {
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main-slider .carousel-item .details {
  position: absolute;
  top: 20%;
  left: 20%;
  max-width: 60%;
  margin: auto;
  text-align: center;
  z-index: 10;
  background-color: rgba(240, 240, 240, 0.95);
  padding: 50px 30px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1200px) {
  #main-slider .carousel-item .details {
    top: 25%;
  }
}
@media (max-width: 576px) {
  #main-slider .carousel-item .details {
    padding: 30px;
    max-width: 80%;
    left: 10%;
  }
}
@media (max-width: 480px) {
  #main-slider .carousel-item .details {
    padding: 30px;
    max-width: 90%;
    left: 5%;
  }
}
@media (max-width: 350px) {
  #main-slider .carousel-item .details {
    top: 18%;
  }
}

/* more about us section */
section.more-about-us-section {
  padding: 50px 0;
}
section.more-about-us-section .container {
  background-color: rgb(0, 0, 0);
  padding: 40px 30px;
  border-radius: 30px;
}
section.more-about-us-section .main-header {
  margin-bottom: 30px;
  color: #fff;
}
section.more-about-us-section .about-text {
  margin-bottom: 40px;
  max-width: 550px;
}
section.more-about-us-section ul li {
  display: flex;
}
@media (max-width: 576px) {
  section.more-about-us-section ul li {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }
}
section.more-about-us-section ul li .circle-img {
  margin-bottom: 15px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.5s;
}
section.more-about-us-section ul li .circle-img:hover img {
  transform: scale(0.9);
}
@media (max-width: 576px) {
  section.more-about-us-section ul li .circle-img {
    margin-bottom: 20px;
  }
}
section.more-about-us-section ul li .about-details {
  padding: 0 10px;
  justify-content: flex-start;
  text-align: left;
}
@media (max-width: 576px) {
  section.more-about-us-section ul li .about-details {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
section.more-about-us-section ul li .about-details h4 {
  margin-bottom: 7px;
  font-size: 1.2rem;
  font-weight: 700;
}
section.more-about-us-section ul li .about-details p {
  margin: 0;
  max-width: 400px;
}
section.more-about-us-section ul li a.btn {
  margin-top: 20px;
  background-color: #F7941D;
  padding: 15px 40px;
  border-radius: 15px;
  color: #fff;
}

/* special to try */
section.special {
  padding: 50px 0;
  background-color: #fff;
}
section.special .main-header {
  margin-bottom: 50px;
}
section.special h3 {
  text-align: center;
  font-size: 46px;
  margin-bottom: 52px;
  color: #000;
  text-transform: capitalize;
  font-weight: 800;
}
section.special h3 span {
  color: #F7941D;
}
@media (max-width: 991px) {
  section.special h3 {
    font-size: 40px;
  }
}
section.special ul.nav-tabs {
  margin-bottom: 40px;
}
section.special ul.nav-tabs .cat-img {
  width: 40px;
}
section.special ul.nav-tabs a.nav-link {
  color: #F7941D;
  font-size: 12px;
  font-weight: 600;
  border: 2px solid #F7941D;
  border-radius: 0 !important;
  margin-right: 5px;
  transition: ease-in-out 0.3s;
}
section.special ul.nav-tabs a.nav-link:hover {
  transform: scale(0.9);
}
section.special ul.nav-tabs a.nav-link.active {
  color: #fff;
  background-color: #F7941D;
}
@media (min-width: 768px) {
  section.special ul.nav-tabs a.nav-link {
    font-size: 1rem;
    margin-right: 15px;
  }
}
@media (max-width: 576px) {
  section.special ul.nav-tabs a.nav-link {
    padding: 0 10px;
  }
}
section.special .swiper {
  padding: 80px 0 0 0;
}
section.special .swiper .swiper-button-prev,
section.special .swiper .swiper-button-next {
  background-color: #F7941D;
  border-radius: 5px;
  padding: 25px;
  top: 25px;
  transition: ease-in-out 0.3s;
}
section.special .swiper .swiper-button-prev:hover,
section.special .swiper .swiper-button-next:hover {
  transform: scale(0.8);
}
@media (max-width: 767px) {
  section.special .swiper .swiper-button-prev,
  section.special .swiper .swiper-button-next {
    display: none;
  }
}
section.special .swiper .swiper-button-prev:after,
section.special .swiper .swiper-button-next:after {
  color: #fff;
}
section.special .swiper .swiper-button-next {
  left: unset;
  right: 0%;
}
section.special .swiper .swiper-button-prev {
  left: unset;
  right: 5%;
}
section.special .swiper-slide {
  padding: 20px 0 40px 0;
}
section.special .card {
  transition: all 0.5ms ease;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  transition: ease-in-out 0.5s;
  color: #000;
  border-radius: 40px 40px 0 0;
}
section.special .card:hover {
  transform: scale(1.04);
}
section.special .card img {
  border-radius: 40px 40px 0 0;
}
section.special .card .card-body {
  text-align: center;
  padding: 10px 20px !important;
}
section.special .card .card-body h4 {
  font-weight: lighter;
  color: #444444;
  font-size: 20px;
  text-align: center;
}
section.special .card .card-title {
  color: #F7941D;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bolder;
}
section.special .card a.btn {
  text-transform: capitalize;
  font-weight: bolder;
  color: #F7941D;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: #F7941D 5px 5px 10px;
  margin-bottom: -20px;
  padding: 10px 20px;
}
section.special div.tab-content div.row div.food-card {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  section.special div.tab-content div.row div.food-card {
    margin-bottom: 0;
  }
}
section.special div.tab-content div.row div.food-card img {
  border-radius: 30px 12px 30px 30px;
}
section.special div.tab-content div.row div.food-card div.food-name {
  margin-top: 21px;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}
section.special div.tab-content div.row div.food-card div.food-comment {
  margin-top: 10px;
  font-family: poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}

.banner {
  background-color: #fff;
  margin: 80px 0 0 0;
}
@media (max-width: 576px) {
  .banner {
    margin: 50px 0 0 0;
  }
}
.banner .swiper {
  padding: 70px 10px;
}
.banner .swiper .swiper-button-prev,
.banner .swiper .swiper-button-next {
  background-color: #F7941D;
  border-radius: 5px;
  padding: 25px;
  top: 25px;
  transition: ease-in-out 0.3s;
}
.banner .swiper .swiper-button-prev:hover,
.banner .swiper .swiper-button-next:hover {
  transform: scale(0.9);
}
@media (max-width: 767px) {
  .banner .swiper .swiper-button-prev,
  .banner .swiper .swiper-button-next {
    display: none;
  }
}
.banner .swiper .swiper-button-prev:after,
.banner .swiper .swiper-button-next:after {
  color: #fff;
}
.banner .swiper .swiper-button-next {
  left: unset;
  right: 0%;
}
.banner .swiper .swiper-button-prev {
  left: unset;
  right: 5%;
}
.banner .card {
  border: none;
  justify-content: center;
  text-align: center;
  background-color: #F7941D;
  padding: 15px;
  border-radius: 20px;
  transition: ease-in-out 0.3s;
}
.banner .card:hover {
  transform: scale(1.02);
  box-shadow: -7px -7px 20px #F7941D;
  background-color: transparent;
}
.banner .card:hover span {
  color: #F7941D;
}
.banner .card a {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .card a img {
  max-width: 115px;
}
@media (max-width: 991px) {
  .banner .card a img {
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  .banner .card a img {
    max-width: 100px;
  }
}
.banner .card span {
  font-size: 16px;
  font-weight: 900;
  text-transform: capitalize;
}

section.about-us {
  margin: 100px 0;
}
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: #F7941D;
}
section.about-us div.about-us-content div.shop-name-secoundry h4 {
  font-family: poppins;
  font-size: 24px;
  line-height: 36px;
  color: #252525;
  margin-bottom: 24px;
  font-weight: bolder;
}
section.about-us div.about-us-content div.shop-about-text p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.02em;
}
section.about-us div.about-us-content div.read-more-btn a {
  background-color: #F7941D;
  color: #fff;
  border-radius: 20px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  transition: all 0.5s ease;
}
section.about-us div.about-us-content div.read-more-btn a:hover {
  color: #fff;
  border-color: #F7941D;
  background-color: #F7941D;
  box-shadow: rgb(0, 0, 0) 0px 4px 12px;
  transform: scale(0.9);
}
@media (min-width: 992px) {
  section.about-us div.about-us-content div.read-more-btn a {
    margin-top: 62px;
  }
}

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 {
  background-image: url(../../imgs/dl_app/dl-app-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 15px 0 0 0;
  position: relative;
}
@media (max-width: 991px) {
  section.dl-app {
    min-height: 600px;
  }
}
@media (max-width: 768px) {
  section.dl-app {
    background-image: unset;
    min-height: unset;
  }
}
section.dl-app .app-mockup {
  max-width: 84%;
}
section.dl-app .app-mockup:hover {
  animation: app-animation 1s ease-in;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
@keyframes app-animation {
  0% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(-7px);
  }
}
section.dl-app div.inner-content {
  padding: 80px 0 0 0;
  max-width: 516px;
}
@media (max-width: 768px) {
  section.dl-app div.inner-content {
    padding: 0 0 0;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  section.dl-app div.inner-content {
    padding: 10px 0 0 0;
  }
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content p {
  color: #ffffff;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  transform: scale(1.2);
  transition: ease-in-out 0.3s;
}
section.dl-app div.inner-content img.dl-app-link {
  width: 180px;
  margin: 0 10px 0 0;
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-family: poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 25px;
  margin-top: 20px;
  color: #ffffff;
}
@media (max-width: 991px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin: 0;
    font-size: 35px;
    text-shadow: 3px -3px #F7941D;
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: unset;
    color: #F7941D;
  }
}
@media (max-width: 576px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin-top: 0;
    color: #F7941D;
  }
}
@media (max-width: 380px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 23px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content p {
    max-width: 90%;
    color: #000;
    text-align: center;
    margin: 20px auto;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 80px 0;
}
section.reviews .comment-section .fa {
  font-size: 30px;
  color: #ccc;
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  min-height: 100px;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #F7941D;
  margin-bottom: 9px;
  font-size: 16px;
  color: #F7941D;
}

.short-info {
  background-color: #1b2024;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 480px) {
  .short-info {
    padding: 40px 0;
  }
}
.short-info h2 a {
  color: #fff;
}
@media (max-width: 480px) {
  .short-info h2 {
    font-size: 25px;
  }
}
@media (max-width: 300px) {
  .short-info h2 {
    font-size: 20px;
  }
}

/* footer */
footer {
  color: rgb(255, 255, 255);
  padding: 30px 0;
  background-color: rgb(0, 0, 0);
}
@media (max-width: 576px) {
  footer {
    padding: 50px 0 20px 0;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 70px 0 15px 0;
  }
}
footer img.footer-logo {
  max-width: 150px;
}
footer .footer-header {
  color: #000;
  font-size: 30px;
  margin-bottom: 45px;
}
footer p {
  font-size: 16px;
}
footer .highlight {
  font-size: 30px;
}
footer span {
  font-weight: bolder;
  font-size: 15px;
}
footer a.order-btn {
  font-weight: bolder;
  text-transform: capitalize;
  font-size: 16px;
  padding: 10px 30px;
  background-color: #000;
  border-radius: 30px;
}
footer a.order-btn:hover {
  background-color: #F7941D;
  color: #000;
}
footer .navbar-social a {
  transition: ease-in-out 0.4s;
}
footer .navbar-social a svg {
  fill: #F7941D;
  font-weight: 600;
}
footer .navbar-social a:hover {
  transform: rotate(10deg);
}
footer .navbar-social a:hover svg {
  fill: #fff;
}

.foods-link {
  margin: 30px 0;
}
.foods-link ul {
  padding: 10px;
  margin: 0;
}
.foods-link ul li {
  list-style: none;
  display: inline-block;
  border-radius: 18px;
  padding: 5px 15px;
  margin: 5px;
  border: 2px solid #F7941D;
  background-color: #F7941D;
}
.foods-link ul li a {
  color: #000;
}
.foods-link ul li a:hover {
  text-decoration: none;
}
.foods-link ul li:hover {
  background-color: transparent;
}
.foods-link ul li:hover a {
  color: #F7941D;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #F7941D;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}
#myBtn:hover {
  color: #F7941D;
  border: 1px solid #F7941D;
  background-color: white;
  box-shadow: rgb(0, 0, 0) 0px 7px 29px 0px;
}

#sidebar {
  position: fixed;
  bottom: 59px;
  right: 25px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #F7941D;
  color: rgb(0, 0, 0);
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 12px;
}
#sidebar:hover {
  color: #F7941D;
  border: 1px dashed #F7941D;
  background-color: white;
  box-shadow: #F7941D 0px 7px 29px 0px;
}

.staticSidebar {
  position: fixed;
  background-color: rgb(0, 0, 0);
  border-left: 2px solid #F7941D;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9998;
  width: 500px;
  max-width: 80%;
  transition: all 700ms ease;
  transform: translateX(100%);
  padding: 20px 10px;
}

.staticSidebar.active {
  transition: all 700ms ease;
  transform: translateX(0%);
}

.closesidebar {
  background-color: #F7941D;
  color: white;
  padding: 0 5px;
  border-radius: 3px;
}

#sidebarWrapper h4 {
  color: #0E2D49;
  font-weight: bolder;
}
#sidebarWrapper a {
  color: #fff;
}
#sidebarWrapper a:hover {
  text-decoration: none;
}
#sidebarWrapper a .card {
  background-color: #F7941D;
  border: 1px solid #F7941D;
  border-top: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 0 20px 20px 0;
}
#sidebarWrapper a .card img {
  max-width: 145px;
  max-height: 145px;
  background-color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  #sidebarWrapper a .card img {
    max-width: 120px;
    max-height: 120px;
  }
}
@media (max-width: 576px) {
  #sidebarWrapper a .card img {
    max-width: 100px;
    max-height: 100px;
  }
}
@media (max-width: 480px) {
  #sidebarWrapper a .card img {
    display: none;
  }
}
#sidebarWrapper a .card .deal-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#sidebarWrapper a .card .deal-content p {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #sidebarWrapper a .card .deal-content p {
    margin-bottom: 3px;
    font-size: 13px;
  }
}

section.social-media {
  background-color: #000;
}
section.social-media h5 {
  color: #F7941D;
}
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: #F7941D;
  color: white;
}
::selection {
  background-color: #F7941D;
  color: white;
}

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

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

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

section.copyright {
  background-color: #F7941D;
  padding: 5px;
}
section.copyright p {
  line-height: 40px;
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 480px) {
  section.copyright p {
    font-size: 11px;
    line-height: 20px;
    padding: 5px;
  }
}
section.copyright a.weetech-link {
  color: rgb(0, 0, 0) !important;
  border-bottom: 1px solid rgb(0, 0, 0);
}
section.copyright a i {
  color: #fff;
}/*# sourceMappingURL=style2.css.map */