body {
  width: 100%;
  position: absolute;
  color: #111;
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: Poppins;
}

.h-one-title {
  background-color: #c1272e;
  padding: 40px 10px;
}

.h-one-title h1 {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 1200px) {
  .h-one-title h1 {
    font-size: 48px;
  }
}

@media (max-width: 992px) {
  .h-one-title h1 {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .h-one-title h1 {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .h-one-title h1 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .h-one-title h1 {
    font-size: 18px;
  }
}

@font-face {
  font-family: Raleway;
  src: url(../../fonts/Poppins/Raleway-VariableFont_wght.ttf);
}

@font-face {
  font-family: Poppins;
  src: url(../../fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
  font-family: Monsterrat;
  src: url(../../fonts/Montserrat/static/Montserrat-Regular.ttf);
}

@font-face {
  font-family: Poetson;
  src: url(../../fonts/Poetsen_One/PoetsenOne-Regular.ttf);
}

html,
body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  h2 {
    font-size: 4rem;
  }
}

@media (max-width: 999px) {
  h2 {
    font-size: 3.8rem;
  }
}

@media (max-width: 756px) {
  h2 {
    font-size: 3.6rem;
  }
}

@media (max-width: 576px) {
  h2 {
    font-size: 2.6rem;
  }
}

@media (max-width: 488px) {
  h2 {
    font-size: 2rem;
  }
}

@media (max-width: 388px) {
  h2 {
    font-size: 1.4rem;
  }
}

.footer {
  padding: 0;
  margin: 0;
  background-image: url("../../imgs/footer/footer-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  color: #fff;
  font-family: Poppins;
  text-shadow: 0 3rem 6rem rgba(255, 255, 255, 0.9);
}

.footer .footer-inner {
  padding-inline: 5%;
  padding-top: 2%;
  padding-bottom: 2%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.301);
}

.footer h2 {
  color: #fff;
  font-family: Poppins;
  text-align: center;
  margin: 30px 0;
  font-size: 32px;
}

@media (max-width: 600px) {
  .footer h2 {
    font-size: 24px;
  }
}

@media (max-width: 486px) {
  .footer h2 {
    font-size: 22px;
  }
}

.footer img#hygiene {
  width: 50%;
  height: auto;
  border-radius: 20px;
}

.footer div.footer-links {
  padding: 80px 0;
  border-bottom: 1px solid white;
}

@media (max-width: 768px) {
  .footer div.footer-links {
    padding: 30px 0;
  }
}

.footer div.footer-links h3 {
  color: #fff;
  text-shadow: 2px 2px #c1272e;
  font-family: Poppins;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer div.footer-links span {
  color: #fff;
}

.footer div.footer-links ul {
  list-style-type: none;
}

.footer div.footer-links li {
  font-family: Poppins;
  margin-bottom: 10px;
}

.footer div.footer-links a {
  text-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.4);
  font-size: 1.15rem;
  text-decoration: none;
  color: #fff;
}

.footer .hotspot-app img {
  width: 80%;
  height: auto;
}

.footer span.cp-text {
  color: #fff;
  font-size: 14px;
  text-shadow: 0 4px 8px #c1272e;
}

.footer a.mealzo-link {
  font-weight: 700;
}

.footer a.mealzo-link img {
  max-width: 150px;
}

.special {
  background-color: #fff;
  position: relative;
  padding-inline: 2%;
  padding-block: 4%;
}

@media (max-width: 991px) {
  .special {
    padding: 50px 0;
  }
}

.special h3 {
  font-family: OleoScript;
  font-size: 75px;
  color: #fff;
}

@media (max-width: 1300px) {
  .special h3 {
    font-size: 50px;
  }
}

@media (max-width: 480px) {
  .special h3 {
    font-size: 30px;
  }
}

.special h3 .chef-img {
  max-width: 150px;
}

.special .card {
  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;
  background-color: unset;
  margin-bottom: 20px;
  border-radius: 8%;
  -webkit-box-shadow: 0 0 15px #525252;
          box-shadow: 0 0 15px #525252;
  position: relative;
}

.special .card:hover {
  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;
}

.special .card:hover .card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.special .card .card-info {
  position: absolute;
  content: "";
  top: 0%;
  right: 0%;
  left: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 5px #c1272e, 0 0 10px #c1272e, 0 0 15px #c1272e, 0 0 20px #c1272e;
          box-shadow: 0 0 5px #c1272e, 0 0 10px #c1272e, 0 0 15px #c1272e, 0 0 20px #c1272e;
  border-radius: 10%;
  padding: 20px;
  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;
}

.special .card .card-info p {
  font-weight: bolder;
  font-size: 28px;
  color: #fff;
  font-family: OleoScript;
  text-shadow: 0 0 10px #000;
}

.special .card .card-info a.btn {
  background-color: #fff;
  color: #c1272e;
  padding: 15px 40px;
  font-weight: bolder;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}

.special .card .card-info a.btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #c1272e;
  color: #fff;
}

.special .card img {
  border-radius: 8%;
  max-width: 100%;
}

.special .card .card-content .info {
  background-color: #fdfdfd;
  display: inline-block;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 10px 20px 20px 0;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: bolder;
  border: 1px solid #fff;
}

.special .card .card-content .info a {
  font-size: 20px;
  font-weight: bolder;
  color: #fff;
  padding: 0;
}

.special .card h5 {
  font-weight: bolder;
  color: #fff0c8;
  font-size: 24px;
  text-shadow: 1px 1px #000;
}

.special .special-offer-text {
  background-color: #fff;
  border-radius: 20px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  border-radius: 100px;
}

.special .special-offer-text p {
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
}

.swiper-pagination-bullet {
  background-color: antiquewhite;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: none !important;
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: none !important;
}

.reviews {
  padding-top: 6%;
  padding-bottom: 4%;
  background-color: #fff;
  text-align: center;
}

.reviews h2 {
  padding-bottom: 20px;
  font-family: Poppins;
  font-size: 50px;
  font-weight: bolder;
  color: #c1272e;
}

@media (max-width: 600px) {
  .reviews h2 {
    padding: 6% 0;
    font-size: 30px;
  }
}

img {
  width: auto;
  height: 10%;
}

.review-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: auto;
  padding: 20px;
}

.review-card {
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 10px #c1272e;
          box-shadow: 0 2px 10px #c1272e;
  padding: 20px;
  max-width: 300px;
  text-align: center;
}

.review-card h3 {
  color: #c1272e;
  font-size: 26px;
}

@media (max-width: 768px) {
  .review-card h3 {
    font-size: 24px;
  }
}

.review-card img.rating {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
}

.customer-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.rating {
  font-size: 1.2rem;
  color: #c1272e;
  margin-bottom: 0.5rem;
}

.review-text {
  font-family: Poppins;
  font-size: 1rem;
  color: #111;
  margin-bottom: 1rem;
}

.review-btn .btn {
  padding: 0.8rem 1.5rem;
  background: #c1272e;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  border-radius: 5px;
  text-decoration: none;
}

section.bestsellesr {
  position: relative;
  background-color: #fff;
  padding-bottom: 60px;
  padding: 80px 160px;
}

@media (max-width: 1200px) {
  section.bestsellesr {
    padding: 80px 160px;
  }
}

@media (max-width: 999px) {
  section.bestsellesr {
    padding: 50px 80px;
  }
}

@media (max-width: 756px) {
  section.bestsellesr {
    padding: 60px 70px;
  }
}

@media (max-width: 576px) {
  section.bestsellesr {
    padding: 40px 60px;
  }
}

@media (max-width: 488px) {
  section.bestsellesr {
    padding: 40px 30px;
  }
}

section.bestsellesr h2 {
  color: #c1272e;
  font-family: Poppins;
  font-weight: bold;
  text-align: center;
  font-size: 36px;
}

section.bestsellesr div.cardtwo {
  padding: 4% 5%;
  background-image: url("../../imgs/favourites/Gourmet-Box-Meals-Hot-Spot-Birmingham.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 550px;
  background-color: #c1272e;
  border-radius: 32px;
}

section.bestsellesr div.cardtwo h3 {
  text-align: center;
  font-size: 38px;
  font-family: Poppins;
  color: #fff;
}

@media (max-width: 999px) {
  section.bestsellesr div.cardtwo h3 {
    font-size: 30px;
  }
}

@media (max-width: 756px) {
  section.bestsellesr div.cardtwo h3 {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  section.bestsellesr div.cardtwo h3 {
    font-size: 24px;
  }
}

section.bestsellesr div.cardtwo p {
  font-size: 24px;
  font-family: Poppins;
  text-align: center;
  padding-inline: 3%;
  color: #fff;
}

@media (max-width: 900px) {
  section.bestsellesr div.cardtwo p {
    font-size: 18px;
  }
}

section.bestsellesr div.cardtwo a.bestorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 50px;
  padding: 0;
  background-color: #fff;
  border-radius: 40px;
  color: #c1272e;
  text-decoration: none;
  font-family: Poppins;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #fff;
}

section.bestsellesr div.cardtwo a.bestorder:hover {
  background-color: #c1272e;
  text-decoration: none;
  color: #fff;
}

section.bestsellesr div.cardtwo .text {
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
}

section.bestsellesr .cardtwo::after {
  margin: 0;
  padding: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  border-radius: 32px;
  background: inherit;
  /* Apply the blur */
  -webkit-filter: blur(8px);
          filter: blur(8px);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  z-index: 1;
}

section.bestsellesr div.cardone {
  padding: 4% 5%;
  min-height: 550px;
  background-color: #c1272e;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
}

@media (max-width: 999px) {
  section.bestsellesr div.cardone {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 28px 0;
  }
}

@media (max-width: 756px) {
  section.bestsellesr div.cardone {
    margin: 25px 0;
  }
}

@media (max-width: 576px) {
  section.bestsellesr div.cardone {
    margin: 20px 0;
  }
}

@media (max-width: 486px) {
  section.bestsellesr div.cardone {
    margin: 15px 0;
  }
}

@media (max-width: 388px) {
  section.bestsellesr div.cardone {
    margin: 10px 0;
  }
}

section.bestsellesr div.cardone h3 {
  text-align: center;
  font-size: 28px;
  font-family: Poppins;
  color: #fff;
  margin: 20px 0;
}

@media (max-width: 768px) {
  section.bestsellesr div.cardone h3 {
    font-size: 28px;
  }
}

section.bestsellesr div.cardone p {
  font-size: 1.0rem;
  font-family: Poppins;
  text-align: center;
}

section.bestsellesr div.cardone img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 180px;
  border-radius: 5%;
}

section.bestsellesr div.cardone a.bestorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 50px;
  background-color: #fff;
  border-radius: 40px;
  color: #c1272e;
  text-decoration: none;
  border: 1px solid #fff;
  font-family: Poppins;
  margin-bottom: 20px;
  margin-top: 20px;
}

section.bestsellesr div.cardone a.bestorder:hover {
  background-color: #c1272e;
  text-decoration: none;
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.shop-logo {
  max-width: 120px;
  border-radius: 50%;
}

section.hero {
  background-color: #fff;
}

section.hero .menu-section {
  margin: 0;
  padding: 0;
  position: absolute;
  background: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.4);
  position: relative;
  margin: 0;
  z-index: 999;
}

section.hero .menu-section a.order-number {
  font-weight: 300;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  padding-right: 20px;
  border-radius: 30px;
  border: 2px solid #fff;
  padding: 10px 20px;
  margin-right: 10px;
}

section.hero .menu-section a.order-number:hover {
  background-color: #fff;
  color: #c1272e;
}

section.hero .menu-section a.nav-link {
  color: #000;
  padding-inline: 0.8rem;
  font-size: 20px;
  font-weight: 700;
}

section.hero .menu-section a.nav-link:hover {
  color: white;
  text-shadow: 0 0 5px #ff7e84, 0 0 10px #ff7e84, 0 0 20px #ff7e84, 0 0 40px #ff7e84, 0 0 80px #ff7e84;
}

section.hero .menu-section a.menu-button {
  font-size: 20px;
  letter-spacing: 0.101em;
  font-weight: 550;
  background-color: #c1272e;
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
}

section.hero .menu-section a.menu-button:hover {
  background-color: #fff;
  color: #c1272e;
  -webkit-box-shadow: 0 4px 8px #c1272e;
          box-shadow: 0 4px 8px #c1272e;
}

section.hero section.video-container {
  margin: 0;
  padding: 0;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

section.hero section.video-container video {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section.hero section.header-hero {
  background-image: url("../../imgs/hero/slide-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 800px;
}

@media (max-width: 768px) {
  section.hero section.header-hero {
    height: 500px;
  }
}

@media (max-width: 992px) {
  section.hero section.header-hero {
    height: 650px;
  }
}

section.hero section.header-hero video {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section.hero section.header-hero h1 {
  padding-top: 40px;
  color: #c1272e;
  font-family: Poppins;
  font-size: 72px;
  font-weight: bolder;
}

@media (max-width: 486px) {
  section.hero section.header-hero h1 {
    font-size: 36px;
  }
}

section.contactus {
  padding: 6%;
  background-color: #fff;
}

section.contactus iframe {
  border-radius: 20px;
  height: 450px;
  width: 100%;
}

@media (max-width: 999px) {
  section.contactus iframe {
    height: 400px;
    width: 100%;
  }
}

@media (max-width: 600px) {
  section.contactus iframe {
    height: 350px;
    margin: 6% 0;
  }
}

section.contactus .opening-container {
  padding: 20px 0;
  border-radius: 20px;
  border: 4px solid #c1272e;
}

section.contactus h3.opening-hour-title {
  color: #111;
  font-family: Poppins;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bolder;
}

@media (max-width: 700px) {
  section.contactus h3.opening-hour-title {
    font-size: 24px;
  }
}

section.contactus #openinghour {
  color: #c1272e;
  font-weight: 600;
  padding-inline: 20px;
  font-size: 20px;
  font-family: Poppins;
}

@media (max-width: 600px) {
  section.contactus #openinghour {
    font-size: 16px;
  }
}

section.about {
  padding: 4% 8%;
  background-color: #c1272e;
  color: #fff;
}

section.about img.about-img {
  height: 600px;
  width: auto;
  border-radius: 32px;
  border: 20px solid 3px;
}

section.about h2 {
  text-align: center;
  color: #fff;
  font-family: Poppins;
  font-size: 50px;
  font-weight: bolder;
  padding-bottom: 4%;
}

@media (max-width: 486px) {
  section.about h2 {
    font-size: 38px;
  }
}

section.about h3 {
  font-family: Poppins;
}

@media (max-width: 486px) {
  section.about h3 {
    text-align: center;
  }
}

section.about p {
  font-size: 1.2rem;
  font-family: Poppins;
}

@media (max-width: 486px) {
  section.about p {
    text-align: center;
  }
}

section.about img.about-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100px;
  max-height: 100px;
}

@media (max-width: 486px) {
  section.about img.about-icon {
    width: 20%;
  }
}

section.about .about-card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 768px) {
  section.about .about-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.about p {
  color: #ddd;
  font-size: 18px;
  margin-bottom: 40px;
}

section.about video {
  height: 600px;
  border-radius: 16px;
}

section.delicious {
  background-image: url(../../imgs/delicious/desserts.jpg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
  padding: 8% 8%;
  color: #fff;
}

section.delicious h2 {
  color: #fff;
  font-family: Poppins;
  font-size: 50px;
  font-weight: bolder;
  text-shadow: 2px 2px #d50000;
}

@media (max-width: 1200px) {
  section.delicious h2 {
    font-size: 3rem !important;
  }
}

@media (max-width: 576px) {
  section.delicious h2 {
    font-size: 2.2rem !important;
  }
}

@media (max-width: 488px) {
  section.delicious h2 {
    font-size: 2rem !important;
  }
}

@media (max-width: 388px) {
  section.delicious h2 {
    font-size: 1.4rem !important;
  }
}

@media (max-width: 486px) {
  section.delicious h2 {
    padding: 5% 0;
  }
}

section.delicious div.halal-section div.delicious-content {
  display: fles;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.delicious div.halal-section div.delicious-content p {
  padding-top: 12px;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
}

section.delicious div.halal-section a.order-btn {
  margin-top: 20px;
  padding: 16px 80px;
  text-decoration: none;
  border-radius: 30px;
  font-family: Poppins;
  color: #fff;
  background-color: #c1272e;
}

@media (max-width: 600px) {
  section.delicious div.halal-section a.order-btn {
    margin-left: 13px;
    padding: 10px 30px;
  }
}

section.delicious div.halal-section a.order-btn:hover {
  color: #c1272e;
  background-color: #fff;
}

section.delicious img.main-img {
  width: 20%;
  margin: 0 auto;
  border-radius: 20px;
}

section.favourites {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #c1272e;
  padding: 80px 160px;
}

@media (max-width: 1200px) {
  section.favourites {
    padding: 80px 160px;
  }
}

@media (max-width: 999px) {
  section.favourites {
    padding: 50px 80px;
  }
}

@media (max-width: 756px) {
  section.favourites {
    padding: 60px 70px;
  }
}

@media (max-width: 576px) {
  section.favourites {
    padding: 40px 60px;
  }
}

@media (max-width: 488px) {
  section.favourites {
    padding: 40px 30px;
  }
}

section.favourites h2 {
  font-family: Poppins;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 486px) {
  section.favourites h2 {
    font-size: 28px;
  }
}

section.favourites div.fav-card {
  border-radius: 20px;
  background-color: #fff;
  height: 500px;
  overflow: hidden;
}

@media (max-width: 999px) {
  section.favourites div.fav-card {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 28px 0;
  }
}

@media (max-width: 756px) {
  section.favourites div.fav-card {
    margin: 25px 0;
  }
}

@media (max-width: 576px) {
  section.favourites div.fav-card {
    margin: 20px 0;
  }
}

@media (max-width: 486px) {
  section.favourites div.fav-card {
    margin: 15px 0;
  }
}

@media (max-width: 388px) {
  section.favourites div.fav-card {
    margin: 10px 0;
  }
}

section.favourites div.fav-card div.shape {
  margin: auto;
  width: 85%;
  background-color: #333;
  border-radius: 10px 10px 100px 100px;
  padding: 0 0 20px;
}

section.favourites div.fav-card div.shape h3 {
  text-align: center;
  color: #fff;
  font-family: Poppins;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
  font-weight: bolder;
}

@media (max-width: 768px) {
  section.favourites div.fav-card div.shape h3 {
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

section.favourites div.fav-card div.shape a {
  text-decoration: none;
  border: 2px solid #c1272e;
  background-color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  font-family: Poppins;
  color: #c1272e;
}

section.favourites div.fav-card div.shape a:hover {
  text-decoration: none;
  background-color: #c1272e;
  color: #fff;
}

section.favourites div.fav-card img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
  width: 100%;
  border-radius: 25% 25% 5% 5%;
}

@media (max-width: 1200px) {
  section.favourites div.fav-card img {
    height: auto;
    width: 100%;
  }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #c1272e;
  color: #fff;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border: 1px solid #fff;
  border-radius: 12px;
}

#myBtn:hover {
  border: 1px solid #fff;
  background-color: white;
  -webkit-box-shadow: #fff 0px 7px 29px 0px;
          box-shadow: #fff 0px 7px 29px 0px;
}

.awards-section {
  background-color: #fff7f0;
}

.awards-section .section-title {
  color: #e95300;
  font-size: 2.5rem;
}

.awards-section .section-subtitle {
  color: #555;
  max-width: 600px;
  margin: 0 auto;
}

.awards-section .award-card {
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.awards-section .award-card .award-icon img {
  max-width: 80px;
}

.awards-section .award-card .award-title {
  color: #e95300;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.awards-section .award-card .award-year {
  font-weight: 500;
  color: #999;
}

.awards-section .award-card .award-description {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.4;
}
/*# sourceMappingURL=style.css.map */