.main-color {
  color: #ee283f;
}

@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: 20px 0 0 0;
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
@media (max-width: 1200px) {
  header {
    padding: 5px;
  }
}
@media (max-width: 480px) {
  header {
    margin: 0;
  }
}
header .navbar-brand {
  font-size: 1.5rem !important;
  color: #ee283f !important;
  font-weight: bolder;
  align-items: center;
}
header .shop-name img {
  max-width: 120px;
}
@media (max-width: 350px) {
  header .shop-name img {
    max-width: 100px;
  }
}
@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-bottom: 0;
  padding-right: 10px;
}
@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: #ee283f;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .nav-item {
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 20px 12px;
}
@media (max-width: 1440px) {
  header section.menu-section nav .nav-item {
    padding: 20px 5px;
  }
}
@media (max-width: 1200px) {
  header section.menu-section nav .nav-item {
    padding: 5px;
  }
}
header section.menu-section nav .nav-item a.nav-link {
  color: #222222 !important;
}
header section.menu-section nav .nav-item a.nav-link:hover {
  color: #ee283f !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: #ee283f;
  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 .header-links {
  justify-content: flex-end;
}
header section.menu-section nav .login-btn {
  background-color: #222222;
  border-radius: 35px 35px 0 0;
  padding: 43px;
  color: #fff !important;
  position: relative;
}
header section.menu-section nav .login-btn::before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0px;
  left: -24px;
  transform: rotate(180deg);
  height: 50px;
  width: 25px;
  border-top-left-radius: 25px;
  box-shadow: -2px -22px 0 0 #222222;
}
@media (max-width: 1200px) {
  header section.menu-section nav .login-btn {
    background-color: transparent;
    color: #222222 !important;
    padding: 5px;
  }
  header section.menu-section nav .login-btn::before {
    display: none;
  }
}
header section.menu-section nav .login-btn a {
  background-color: #fff;
  border-radius: 20px;
  font-size: 16px;
  padding: 10px 30px !important;
}
header section.menu-section nav .login-btn a svg {
  fill: #000;
}

/* section hero */
section.hero-section {
  padding: 0 10px;
  overflow: hidden;
}
section.hero-section .container-fluid {
  background-color: #222222;
  padding: 10px 10px 0 40px;
  border-radius: 50px 0 50px 50px;
}
@media (max-width: 1200px) {
  section.hero-section .container-fluid {
    border-radius: 50px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  section.hero-section .container-fluid {
    padding: 10px 5px;
  }
}
section.hero-section .main-img {
  max-width: 90%;
}
@media (min-width: 1700px) {
  section.hero-section .main-img {
    margin-bottom: -65px;
  }
}
@media (max-width: 1700px) {
  section.hero-section .main-img {
    margin-bottom: -65px;
  }
}
@media (max-width: 768px) {
  section.hero-section .main-img {
    margin-bottom: 20px;
  }
}
section.hero-section div.inner-content .imgs {
  display: flex;
  margin: 20px 10px;
  max-width: -moz-max-content;
  max-width: max-content;
}
section.hero-section div.inner-content .imgs:hover a {
  margin-left: 15px;
}
section.hero-section div.inner-content .imgs a {
  width: 55px;
  height: 55px;
  margin-left: -15px;
  transition: ease-in-out 0.7s;
}
section.hero-section div.inner-content .imgs img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #fff;
}
section.hero-section div.inner-content a.btn {
  background-color: #fff;
  padding: 12px 35px;
  border-radius: 25px;
  justify-content: center;
  border: 2px solid #fff;
  color: #ee283f;
}
section.hero-section div.inner-content a.btn:hover {
  background-color: #ee283f;
  color: rgb(0, 0, 0);
  border: 2px solid #ee283f;
}
section.hero-section h3 {
  margin-top: 37px;
}
@media (max-width: 768px) {
  section.hero-section h3 {
    margin-top: 20px;
  }
}
section.hero-section h2.hero-header {
  font-size: 40px;
  font-weight: bolder;
}
section.hero-section h2.hero-header span {
  color: #ee283f;
}
@media (max-width: 576px) {
  section.hero-section h2.hero-header {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  section.hero-section h2.hero-header {
    font-size: 28px;
  }
}
section.hero-section h2.hero-header span.ten-off {
  text-decoration: underline;
  text-decoration-color: #ee283f;
}
section.hero-section .hero-vid {
  max-width: 100%;
  margin-top: 40px;
  position: relative;
  background-color: #fff;
  border-radius: 45px 0 0 0;
}
@media (max-width: 991px) {
  section.hero-section .hero-vid {
    background-color: transparent;
  }
}
section.hero-section .hero-vid:before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: -25px;
  transform: rotate(180deg);
  height: 50px;
  width: 25px;
  border-top-left-radius: 25px;
  box-shadow: -2px -22px 0 0 #fff;
}
@media (max-width: 1200px) {
  section.hero-section .hero-vid:before {
    display: none;
  }
}
section.hero-section .hero-vid:after {
  position: absolute;
  content: "";
  top: -50px;
  right: 4px;
  transform: rotate(180deg);
  height: 50px;
  width: 33px;
  border-top-left-radius: 25px;
  box-shadow: -2px -22px 0 0 #fff;
  z-index: 0;
}
@media (max-width: 1200px) {
  section.hero-section .hero-vid:after {
    display: none;
  }
}
section.hero-section .hero-vid img {
  padding: 11px;
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 45px;
}
@media (min-width: 1550px) {
  section.hero-section .hero-vid img {
    padding: 67px;
    border-radius: 95px;
  }
}
@media (max-width: 991px) {
  section.hero-section .hero-vid img {
    background-color: transparent;
  }
}

#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: #ee283f;
  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: #ee283f;
  border-color: #ee283f;
  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: #ee283f;
  padding: 15px 40px;
  border-radius: 15px;
  color: #fff;
}

/* special to try */
section.special {
  padding: 50px 0;
  background-color: #fff;
  margin: 0 30px;
}
@media (max-width: 768px) {
  section.special {
    margin: 0;
  }
}
section.special .main-header {
  margin-bottom: 10px;
}
section.special .container {
  background-color: #ee283f;
}
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: #ee283f;
}
@media (max-width: 991px) {
  section.special h3 {
    font-size: 40px;
  }
}
section.special ul.nav-tabs {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  border: none;
}
@media (max-width: 1200px) {
  section.special ul.nav-tabs {
    flex-direction: row;
    justify-content: center;
  }
}
section.special ul.nav-tabs .cat-img {
  width: 40px;
}
@media (max-width: 1200px) {
  section.special ul.nav-tabs .cat-img {
    width: 30px;
  }
}
section.special ul.nav-tabs .nav-item {
  margin: 0;
}
section.special ul.nav-tabs a.nav-link {
  color: #a1a1a1;
  font-size: 12px;
  font-weight: 600;
  border: 2px solid #a1a1a1;
  border-radius: 30px !important;
  max-width: 80%;
  margin: auto;
  transition: ease-in-out 0.3s;
  text-align: left;
}
@media (max-width: 1200px) {
  section.special ul.nav-tabs a.nav-link {
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 5px 10px;
    margin: 2px;
  }
}
section.special ul.nav-tabs a.nav-link:hover {
  transform: scale(1.02);
  color: #fff;
  background-color: #ee283f;
  border-color: #ee283f;
}
section.special ul.nav-tabs a.nav-link.active {
  color: #fff;
  background-color: #ee283f;
}
section.special .card-img {
  border-radius: 20px;
}
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: 80px;
  display: flex;
  flex-direction: row;
  padding: 3px 10px;
  margin-left: 10px;
  margin: 40px 0 20px 60px;
  background-color: #ee283f;
}
section.special .card:hover {
  transform: scale(1.04);
}
@media (max-width: 576px) {
  section.special .card {
    margin: 20px 0;
  }
}
section.special .card img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: auto;
  margin-left: -65px;
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  section.special .card img {
    display: none;
  }
}
section.special .card .card-body {
  text-align: left;
  padding: 10px 20px !important;
}
@media (max-width: 576px) {
  section.special .card .card-body {
    text-align: center;
  }
  section.special .card .card-body p {
    margin-bottom: 0;
  }
}
section.special .card .card-title {
  color: #fff;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bolder;
}
@media (max-width: 1300px) {
  section.special .card .card-title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  section.special .card .card-title {
    font-size: 15px;
  }
}
section.special .card p {
  color: #fff;
}
section.special .card span {
  text-transform: capitalize;
  font-weight: bolder;
  color: #fff;
  font-size: 17px;
}
section.special .card span svg {
  fill: #fff;
}
section.special .tab-pane {
  transition: ease-in-out 0.7s;
}
section.special .tab-pane.active {
  display: flex;
}
@media (max-width: 991px) {
  section.special .tab-pane.active {
    flex-direction: column;
  }
}
section.special div.tab-content {
  transition: ease-in-out 0.7s;
}
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: #ee283f;
  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: #ee283f;
  padding: 15px;
  border-radius: 20px;
  transition: ease-in-out 0.3s;
}
.banner .card:hover {
  transform: scale(1.02);
  box-shadow: -7px -7px 20px #ee283f;
  background-color: transparent;
}
.banner .card:hover span {
  color: #ee283f;
}
.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.gallery {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 992px) {
  section.gallery {
    padding: 80px 0;
  }
}
section.gallery::before {
  position: absolute;
  content: "Kirky";
  bottom: 6%;
  left: -5%;
  font-size: 180px;
  color: #fff;
  -webkit-text-stroke: 7px #000;
  paint-order: stroke fill;
  font-family: fredoka;
  transform: rotate(-90deg);
  display: flex;
  opacity: 0.2;
  z-index: 2;
}
section.gallery::after {
  position: absolute;
  content: "Mahal";
  top: 20%;
  right: -5%;
  font-size: 180px;
  color: #fff;
  -webkit-text-stroke: 7px #000;
  paint-order: stroke fill;
  font-family: fredoka;
  transform: rotate(-90deg);
  display: flex;
  opacity: 0.2;
  z-index: 2;
}
section.gallery h3 {
  color: #fdfdfd;
  font-size: 50px;
  line-height: 50px;
  margin: 10px 0 50px 0;
  text-align: center;
}
@media (max-width: 768px) {
  section.gallery h3 {
    font-size: 48px;
  }
}
section.gallery img {
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: 1px 1px 20px #a1a1a1;
}
section.gallery .gallery-inner {
  margin-top: 80px;
}
@media (max-width: 576px) {
  section.gallery .gallery-inner {
    margin-top: 0;
  }
}

.deals {
  padding: 80px 0;
}
.deals .card {
  position: relative;
  min-height: 370px;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.deals .card a {
  transform: rotate(-90deg);
  width: -moz-max-content;
  width: max-content;
}
.deals .card a h4 {
  color: #ffffff;
  font-weight: bolder;
  font-size: 30px;
  -webkit-text-stroke: 14px #ee283f;
  paint-order: stroke fill;
}
.deals .card-one {
  background-image: url(../../imgs/deals/Kirky-Mahal-Glasgow-fish.jpg);
}
.deals .card-two {
  background-image: url(../../imgs/deals/Kirky-Mahal-Glasgow-pizzas.jpg);
}
.deals .card-three {
  background-image: url(../../imgs/deals/Kirky-Mahal-Glasgow-burger.jpg);
}
.deals .card-four {
  background-image: url(../../imgs/deals/Kirky-Mahal-Glasgow-kebabs.jpg);
}
.deals .card-five {
  background-image: url(../../imgs/deals/Kirky-Mahal-Glasgow-pakoras.jpg);
}
.deals .card-six {
  background-image: url(../../imgs/deals/Kirky-Mahal-Glasgow-fries.jpg);
}
.deals .deal-img {
  border-radius: 20px;
}

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: #ee283f;
}
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: #ee283f;
  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: #ee283f;
  background-color: #ee283f;
  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 {
  margin-bottom: -150px;
  z-index: 5;
  position: relative;
  padding: 0 50px;
  margin-top: 200px;
}
@media (max-width: 768px) {
  section.dl-app {
    margin-top: 80px;
    padding: 0;
  }
}
@media (max-width: 576px) {
  section.dl-app {
    margin-top: 30px;
  }
}
section.dl-app .container {
  background-color: #ee283f;
  border-radius: 50px;
  padding: 60px 30px 0;
  color: #fff;
}
@media (max-width: 768px) {
  section.dl-app .container {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    color: #000;
  }
}
section.dl-app .app-mockup {
  margin-top: -250px;
}
@media (max-width: 768px) {
  section.dl-app .app-mockup {
    margin-top: 20px;
  }
}
@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 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: 35px;
  line-height: 45px;
  margin-bottom: 25px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin: 0;
    font-size: 35px;
    text-shadow: 3px -3px #ee283f;
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: unset;
  }
}
@media (max-width: 576px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin-top: 0;
  }
}
@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%;
    text-align: center;
    margin: 20px auto;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews .container {
  background-color: #ee283f;
  border-radius: 20px;
  padding: 30px;
}
@media (max-width: 480px) {
  section.reviews .container {
    padding: 50px 20px;
  }
}
section.reviews .review-img {
  border-radius: 20px;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
section.reviews h3 {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  font-family: PlayfairDisplay;
}
@media (max-width: 991px) {
  section.reviews h3 {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 20px;
  }
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  text-align: left;
  color: #fff;
  font-size: 20px;
  line-height: 31px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  section.reviews .comment-section .comment-text {
    text-align: center;
  }
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 20px;
  color: #ee283f;
  margin-bottom: 9px;
  color: #fff;
  font-size: 25px;
}
@media (max-width: 991px) {
  section.reviews .comment-section .comment-writter-name {
    margin: auto;
    display: flex;
    justify-content: center;
  }
}
section.reviews .comment-section .stars {
  text-align: left;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 1px 3px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  section.reviews .comment-section .stars {
    margin: auto;
    display: flex;
    justify-content: center;
  }
}
section.reviews .comment-section .comment-quotation img {
  max-width: 60px;
}
@media (max-width: 991px) {
  section.reviews .comment-section .comment-quotation img {
    margin: auto;
    display: flex;
    justify-content: center;
  }
}

/* footer */
footer {
  color: rgb(255, 255, 255);
  padding: 170px 0 0 0;
  z-index: 4;
  background-color: #222222;
  border-radius: 100px 100px 0 0;
  margin: 0 30px;
}
footer img.footer-logo {
  max-width: 150px;
}
footer ul li {
  padding: 5px 0;
}
footer ul li a {
  font-size: 17px;
}
footer .footer-header {
  color: #000;
  font-size: 30px;
  margin-bottom: 45px;
}
footer p {
  font-size: 16px;
}
footer a {
  color: #fff !important;
}
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: #ee283f;
  color: #000;
}
footer .navbar-social a {
  max-width: -moz-max-content;
  max-width: max-content;
  transition: ease-in-out 0.4s;
}
footer .navbar-social a svg {
  fill: #ee283f;
  font-weight: 600;
}
footer .navbar-social a:hover {
  transform: rotate(3deg);
}
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 #ee283f;
  background-color: #ee283f;
}
.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: #ee283f;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ee283f;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 50%;
  border: 1px solid #fff;
}
#myBtn:hover {
  color: #ee283f;
  border: 1px solid #ee283f;
  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: #ee283f;
  color: rgb(0, 0, 0);
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 12px;
}
#sidebar:hover {
  color: #ee283f;
  border: 1px dashed #ee283f;
  background-color: white;
  box-shadow: #ee283f 0px 7px 29px 0px;
}

.staticSidebar {
  position: fixed;
  background-color: rgb(0, 0, 0);
  border-left: 2px solid #ee283f;
  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: #ee283f;
  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: #ee283f;
  border: 1px solid #ee283f;
  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: #ee283f;
}
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: #ee283f;
  color: white;
}
::selection {
  background-color: #ee283f;
  color: white;
}

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

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

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

section.copyright {
  background-color: #ee283f;
  padding: 30px 5px;
  margin-top: 50px;
}
section.copyright p {
  line-height: 40px;
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}
@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 */