body {
  width: 100%;
  position: absolute;
  color: #E2B452;
  background-color: #E2B452;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 10px #000;
}
body a:hover {
  text-shadow: none;
}

@font-face {
  font-family: Blauer;
  src: url(../../fonts/blauer-nue/BlauerNue-Regular.ttf);
}
@font-face {
  font-family: BlauerBold;
  src: url(../../fonts/blauer-nue/BlauerNue-Bold.otf);
}
html, body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

h2, h3 {
  font-family: Blauer !important;
  text-transform: capitalize;
}

h2 {
  font-size: 34px;
}
@media (max-width: 999px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 486px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 388px) {
  h2 {
    font-size: 22px;
  }
}

.footer {
  padding: 0;
  margin: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url("../../imgs/footer/footer-bg.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  font-family: Blauer;
  letter-spacing: 0.101em;
  text-shadow: 0 3rem 6rem rgba(255, 255, 255, 0.9);
}
.footer .footer-inner {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding-inline: 5%;
  padding-top: 2%;
  padding-bottom: 2%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.301);
}
.footer h6 {
  color: #fff;
  font-family: Blauer;
  text-align: center;
  padding: 2% 2%;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .footer h6 {
    max-width: 70%;
  }
}
@media (max-width: 756px) {
  .footer h6 {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .footer h6 {
    font-size: 1.2rem;
  }
}
@media (max-width: 486px) {
  .footer h6 {
    font-size: 1rem;
  }
}
.footer h5 {
  color: #E2B452;
  font-size: 28px;
}
@media (max-width: 756px) {
  .footer h5 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .footer h5 {
    font-size: 22px;
    text-align: left !important;
  }
}
@media (max-width: 486px) {
  .footer h5 {
    font-size: 20px;
  }
}
@media (max-width: 388px) {
  .footer h5 {
    font-size: 18px;
  }
}
.footer img#hygiene {
  width: 50%;
  height: auto;
  border-radius: 20px;
}
.footer div.footer-links {
  padding-top: 2%;
  border-bottom: 1px solid white;
}
.footer div.footer-links h3 {
  color: #E2B452;
  font-family: Blauer;
  font-size: 28px;
}
@media (max-width: 756px) {
  .footer div.footer-links h3 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .footer div.footer-links h3 {
    font-size: 22px;
    text-align: left !important;
  }
}
@media (max-width: 486px) {
  .footer div.footer-links h3 {
    font-size: 20px;
  }
}
@media (max-width: 388px) {
  .footer div.footer-links h3 {
    font-size: 18px;
  }
}
.footer div.footer-links span {
  font-family: Blauer !important;
  color: #fff;
}
.footer div.footer-links ul {
  list-style-type: none;
}
.footer div.footer-links li {
  font-family: Blauer;
}
.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 .app img {
  width: 80%;
  height: auto;
}
.footer span.cp-text {
  color: #fff;
  font-size: 14px;
  text-shadow: 0 4px 8px rgba(226, 180, 82, 0.3);
}
.footer a.mealzo-link {
  font-weight: 700;
}
.footer a.mealzo-link img {
  max-width: 150px;
}
.footer .shop-info {
  font-family: Blauer;
}

.special {
  background-color: #E2B452;
  position: relative;
  padding-inline: 2%;
  padding-block: 4%;
}
@media (max-width: 991px) {
  .special {
    padding: 50px 0;
  }
}
.special h3 {
  font-size: 40px;
  color: #E2B452;
}
@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%;
  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: flex;
}
.special .card .card-info {
  position: absolute;
  content: "";
  top: 0%;
  right: 0%;
  left: 0%;
  bottom: 0%;
  display: none;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  box-shadow: 0 0 5px #E2B452, 0 0 10px #E2B452, 0 0 15px #E2B452, 0 0 20px #E2B452;
  border-radius: 10%;
  padding: 20px;
  transition: ease-in-out 0.4s;
  -webkit-transition: ease-in-out 0.4s;
  -moz-transition: ease-in-out 0.4s;
  -ms-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
}
.special .card .card-info p {
  font-weight: bolder;
  font-size: 28px;
  color: #fff;
  font-family: Blauer;
}
.special .card .card-info a.btn {
  text-shadow: none !important;
  background-color: #fff;
  color: #E2B452;
  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;
  transition: all 3s ease-in-out;
}
.special .card .card-info a.btn:hover {
  transform: scale(1.1);
  background-color: #E2B452;
  color: #fff;
}
.special .card img {
  border-radius: 8%;
  max-width: 100%;
}
.special .card .card-content .info {
  background-color: #fdfdfd;
  display: inline-block;
  color: #E2B452;
  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 #E2B452;
}
.special .card .card-content .info a {
  font-size: 20px;
  font-weight: bolder;
  color: #E2B452;
  padding: 0;
}
.special .card h5 {
  font-weight: bolder;
  color: #fff0c8;
  font-size: 24px;
  text-shadow: 1px 1px #000;
}
.special .special-offer-text {
  background-color: #E2B452;
  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: #E2B452;
  text-align: center;
}
@media (max-width: 999px) {
  .reviews {
    padding: 10px;
  }
}

.reviews h2 {
  padding-bottom: 4%;
  font-family: Blauer;
  color: #FFF;
}
@media (max-width: 600px) {
  .reviews h2 {
    padding: 6% 0;
  }
}

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

.review-carousel {
  display: flex;
  gap: 1rem;
  justify-content: center;
  overflow-x: auto;
}

.review-card {
  margin: 0 10px;
  background-color: rgb(60.9197183099, 59.2732394366, 55.9802816901);
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  max-width: 380px;
  text-align: center;
}
@media (max-width: 756px) {
  .review-card {
    margin: 25px;
  }
}
@media (max-width: 576px) {
  .review-card {
    margin: 20px;
  }
}
@media (max-width: 486px) {
  .review-card {
    margin: 15px;
  }
}
@media (max-width: 388px) {
  .review-card {
    margin: 10px;
  }
}
.review-card h3 {
  color: #FFF;
}
.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: #E2B452;
  margin-bottom: 0.5rem;
}

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

.review-btn .btn {
  padding: 0.8rem 1.5rem;
  background: #E2B452;
  color: #FFF;
  font-family: Blauer;
  font-size: 1rem;
  border-radius: 5px;
  text-decoration: none;
}

section.bestsellesr {
  position: relative;
  background-color: #E2B452;
  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: #FFF;
  font-family: Blauer;
  font-weight: bold;
  text-align: center;
}
section.bestsellesr div.cardtwo {
  padding: 4% 5%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent), url("../../imgs/favourites/Shawarma-Grill-Glasgow-Falafel.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  height: 550px;
  background-color: rgb(47.6309859155, 46.3436619718, 43.7690140845);
  border-radius: 32px;
}
section.bestsellesr div.cardtwo h3 {
  text-align: center;
  font-size: 2.2rem;
  font-family: Blauer;
  color: #E2B452;
}
@media (max-width: 600px) {
  section.bestsellesr div.cardtwo h3 {
    font-size: 37px;
  }
}
section.bestsellesr div.cardtwo p {
  font-size: 1.1rem;
  font-family: Blauer;
  text-align: center;
  padding-inline: 3%;
  color: #fff !important;
}
section.bestsellesr div.cardtwo a.bestorder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  padding: 0;
  background-color: #E2B452;
  border-radius: 40px;
  color: #FFF;
  text-decoration: none;
  font-family: Blauer;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #E2B452;
}
section.bestsellesr div.cardtwo a.bestorder:hover {
  background-color: #FFF;
  text-decoration: none;
  color: #E2B452;
}
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 div.cardone {
  padding: 4% 5%;
  height: 550px;
  background-color: rgb(47.6309859155, 46.3436619718, 43.7690140845);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 900px) {
  section.bestsellesr div.cardone {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@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: 1.8rem;
  font-family: Blauer;
  color: #E2B452;
}
section.bestsellesr div.cardone p {
  color: #FFF;
  font-size: 1.1rem;
  font-family: Blauer;
  text-align: center;
}
section.bestsellesr div.cardone img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  border-radius: 5%;
}
section.bestsellesr div.cardone a.bestorder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  background-color: #E2B452;
  border-radius: 40px;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #E2B452;
  font-family: Blauer;
  margin-bottom: 20px;
  margin-top: 20px;
}
section.bestsellesr div.cardone a.bestorder:hover {
  background-color: #FFF;
  text-decoration: none;
  color: #E2B452;
}

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

section.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url(../../imgs/hero/Shawarma-Grill-Shop-Front.jpg);
  height: 700px;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 10px;
  position: relative;
}
section.hero .menu-section {
  border-radius: 60px;
  position: absolute;
  background: rgba(226, 180, 82, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(30px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.4);
  position: relative;
  font-family: Blauer;
  z-index: 999;
}
@media (max-width: 1540px) {
  section.hero .menu-section {
    margin: 0 50px;
  }
}
@media (max-width: 1340px) {
  section.hero .menu-section {
    margin: 0 20px;
  }
}
@media (max-width: 999px) {
  section.hero .menu-section {
    margin: 0 20px;
  }
}
@media (max-width: 756px) {
  section.hero .menu-section {
    margin: 0 10px;
  }
}
@media (max-width: 1540px) {
  section.hero .menu-section {
    padding: 0px 40px;
  }
}
@media (max-width: 1340px) {
  section.hero .menu-section {
    padding: 0px 0px;
  }
}
@media (max-width: 999px) {
  section.hero .menu-section {
    padding: 0px 20px;
  }
}
@media (max-width: 756px) {
  section.hero .menu-section {
    padding: 0px 40px;
  }
}
@media (max-width: 576px) {
  section.hero .menu-section {
    padding: 0px 30px;
    margin-inline: 25px;
  }
}
@media (max-width: 488px) {
  section.hero .menu-section {
    padding: 0px 20px;
    margin-inline: 18px;
  }
}
@media (max-width: 388px) {
  section.hero .menu-section {
    padding: 0px 15px;
    margin-inline: 5px;
  }
}
section.hero .menu-section img.shop-logo {
  max-width: 120px;
}
section.hero .menu-section a.order-number {
  font-weight: 300;
  font-size: 20px;
  text-decoration: none;
  color: #E2B452;
  padding-right: 20px;
  border-radius: 30px;
  border: 2px solid #E2B452;
  padding: 10px 20px;
  margin-right: 10px;
}
section.hero .menu-section a.order-number:hover {
  background-color: #E2B452;
  color: rgb(21.0535211268, 20.4845070423, 19.3464788732);
}
section.hero .menu-section a.nav-link {
  color: #FFF;
  padding-inline: 0.8rem;
  font-size: 1.1rem;
  font-weight: 400;
}
@media (max-width: 1200px) {
  section.hero .menu-section a.nav-link {
    font-size: 0.8rem;
  }
}
@media (max-width: 999px) {
  section.hero .menu-section a.nav-link {
    font-size: 0.7rem;
  }
}
section.hero .menu-section a.nav-link:hover {
  color: #E2B452;
  text-shadow: rgba(226, 180, 82, 0.17);
}
section.hero .menu-section a.menu-button {
  font-size: 20px;
  letter-spacing: 0.101em;
  font-weight: 550;
  background-color: #E2B452;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.175);
  border-radius: 30px;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
}
section.hero .menu-section a.menu-button:hover {
  background-color: #E2B452;
  color: rgb(21.0535211268, 20.4845070423, 19.3464788732);
  box-shadow: 0 0px 8px rgba(226, 180, 82, 0.2);
}
section.hero section.header-hero {
  padding: 60px 0 200px 0;
}
section.hero section.header-hero h1 {
  padding-top: 40px;
  color: #E2B452;
  font-family: BlauerBold;
  text-transform: capitalize;
  font-size: 58px;
  letter-spacing: 0.07em;
  font-weight: bolder;
}
@media (max-width: 1200px) {
  section.hero section.header-hero h1 {
    font-size: 46px;
  }
}
@media (max-width: 999px) {
  section.hero section.header-hero h1 {
    font-size: 40px;
  }
}
@media (max-width: 756px) {
  section.hero section.header-hero h1 {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  section.hero section.header-hero h1 {
    font-size: 28px;
  }
}
@media (max-width: 486px) {
  section.hero section.header-hero h1 {
    font-size: 23px;
  }
}
@media (max-width: 388px) {
  section.hero section.header-hero h1 {
    font-size: 23px;
  }
}
section.hero section.header-hero .sub-title {
  color: #FFF !important;
  font-size: 36px;
  font-weight: 100 !important;
}
@media (max-width: 756px) {
  section.hero section.header-hero .sub-title {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  section.hero section.header-hero .sub-title {
    font-size: 22px;
  }
}
@media (max-width: 486px) {
  section.hero section.header-hero .sub-title {
    font-size: 20px;
  }
}
@media (max-width: 388px) {
  section.hero section.header-hero .sub-title {
    font-size: 18px;
  }
}
section.hero section.header-hero a.bestorder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 20px;
  background-color: #E2B452;
  border-radius: 40px;
  color: #FFF;
  text-decoration: none;
  padding: 30px 60px;
  font-family: Blauer;
  margin: 40px 0;
}
section.hero section.header-hero a.bestorder:hover {
  background-color: #FFF;
  border: 1px solid #E2B452;
  text-decoration: none;
  color: #E2B452;
}

.hero {
  position: relative; /* Make sure the container is positioned */
}

.hero::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -15vh;
  left: 50%; /* center horizontally */
  transform: translateX(-50%);
  width: 180px;
  height: 180px;
  background-image: url("../../imgs/main/halal.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
}

@media (max-width: 999px) {
  .hero::before {
    bottom: 5vh;
    /* left stays 50%, no need to change */
  }
}
section.contactus {
  padding: 6%;
  background-color: #E2B452;
  color: #FFF;
}
section.contactus iframe {
  border-radius: 50px;
  height: 450px;
  width: 100%;
}
@media (max-width: 600px) {
  section.contactus iframe {
    height: 350px;
    margin: 6% 0;
  }
}
section.contactus .opening-container {
  padding: 2% 0;
  border-radius: 50px;
  background-color: rgb(42.3154929577, 41.1718309859, 38.8845070423);
}
@media (min-width: 1200px) {
  section.contactus .opening-container {
    height: 500px;
  }
}
@media (max-width: 600px) {
  section.contactus .opening-container {
    padding: 6% 0;
    margin: 6% 0;
  }
}
section.contactus span.opening-hour-title {
  color: #E2B452;
  font-family: Blauer;
  font-size: 30px;
}
@media (max-width: 756px) {
  section.contactus span.opening-hour-title {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  section.contactus span.opening-hour-title {
    font-size: 24px;
  }
}
@media (max-width: 488px) {
  section.contactus span.opening-hour-title {
    font-size: 22px;
  }
}
@media (max-width: 388px) {
  section.contactus span.opening-hour-title {
    font-size: 20px;
  }
}
section.contactus #openinghour {
  color: #FFF;
  font-weight: 400;
  margin: 30px 0;
  padding-inline: 5%;
  font-size: 1.4rem;
  font-family: Blauer;
}
@media (max-width: 600px) {
  section.contactus #openinghour {
    font-size: 1rem;
    margin: 20px 0;
  }
}
@media (max-width: 600px) {
  section.contactus #openinghour {
    font-size: 1rem;
    margin: 20px 0;
  }
}
@media (max-width: 488px) {
  section.contactus #openinghour {
    margin: 15px 0;
  }
}
@media (max-width: 388px) {
  section.contactus #openinghour {
    margin: 10px 0;
  }
}
section.contactus iframe {
  height: 500px;
}

section.about {
  position: relative;
  padding: 4% 8% 4% 4%;
  background-color: rgb(21.0535211268, 20.4845070423, 19.3464788732);
  color: #FFF;
}
section.about img.about-img {
  width: 500px;
  height: auto;
  padding: 0;
  border-radius: 30px;
}
section.about h2 {
  text-align: center;
  color: #E2B452;
  font-family: Blauer;
  font-weight: bolder;
  padding-bottom: 4%;
}
section.about h3 {
  font-family: Blauer;
}
@media (max-width: 486px) {
  section.about h3 {
    text-align: center;
  }
}
section.about p {
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  font-family: Blauer;
}
@media (max-width: 486px) {
  section.about p {
    text-align: center;
  }
}
section.about img.about-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
@media (max-width: 486px) {
  section.about img.about-icon {
    width: 20%;
  }
}
section.about p {
  margin-bottom: 40px;
}

.about::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8vh;
  left: 5vw;
  width: 160px;
  height: 160px;
  background-image: url("../../imgs/main/halal.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 999px) {
  .about::before {
    display: none;
  }
}

section.delicious {
  background-image: url(../../imgs/delicious/icecream.jpg);
  background-color: #E2B452;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 8% 8%;
  color: #fff;
  text-shadow: 0 4px 8px #F4511E;
}
section.delicious h2 {
  font-family: Blauer;
  font-weight: bolder;
  text-align: left;
}
@media (max-width: 486px) {
  section.delicious h2 {
    padding: 5% 0;
  }
}
section.delicious div.halal-section div.delicious-content {
  display: fles;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.delicious div.halal-section div.delicious-content p {
  padding-top: 12px;
  color: #fff;
  font-family: Blauer;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 400;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
}
section.delicious div.halal-section a.order-btn {
  margin-top: 20px;
  padding: 16px 80px;
  text-decoration: none;
  border-radius: 30px;
  font-family: Blauer;
  color: #E2B452;
  background-color: rgb(21.0535211268, 20.4845070423, 19.3464788732);
}
@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: rgb(21.0535211268, 20.4845070423, 19.3464788732);
  background-color: #E2B452;
}
section.delicious img.main-img {
  width: 20%;
  margin: 0 auto;
  border-radius: 20px;
}

section.favourites {
  background-color: rgb(21.0535211268, 20.4845070423, 19.3464788732);
  padding: 80px 160px;
}
@media (max-width: 1200px) {
  section.favourites {
    padding: 80px 100px;
  }
}
@media (max-width: 756px) {
  section.favourites {
    padding: 60px 100px;
  }
}
@media (max-width: 576px) {
  section.favourites {
    padding: 40px 60px;
  }
}
@media (max-width: 488px) {
  section.favourites {
    padding: 40px 30px;
  }
}
section.favourites h2 {
  font-family: Blauer;
  font-weight: bold;
  color: #E2B452;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 756px) {
  section.favourites h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  section.favourites h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 486px) {
  section.favourites h2 {
    margin-bottom: 10px;
  }
}
section.favourites div.fav-card {
  border-radius: 20px;
  background-color: rgb(60.9197183099, 59.2732394366, 55.9802816901);
  height: 500px;
}
@media (max-width: 999px) {
  section.favourites div.fav-card {
    margin: 40px 0;
  }
}
@media (max-width: 756px) {
  section.favourites div.fav-card {
    margin: 30px 0;
  }
}
@media (max-width: 576px) {
  section.favourites div.fav-card {
    margin: 25px 0;
  }
}
@media (max-width: 486px) {
  section.favourites div.fav-card {
    margin: 20px 0;
  }
}
@media (max-width: 388px) {
  section.favourites div.fav-card {
    margin: 15px 0;
  }
}
section.favourites div.fav-card div.shape {
  margin: auto;
  width: 85%;
  height: 40%;
  background-color: #E2B452;
  border-radius: 10px 10px 100px 100px;
}
section.favourites div.fav-card div.shape h3 {
  text-align: center;
  color: #FFF;
  font-family: Blauer;
  padding-top: 30px;
  padding-bottom: 30px;
}
section.favourites div.fav-card div.shape a {
  text-decoration: none;
  border: 2px solid #FFF;
  background-color: #E2B452;
  border-radius: 30px;
  padding: 10px 30px;
  font-family: Blauer;
  color: #FFF;
}
section.favourites div.fav-card div.shape a:hover {
  text-decoration: none;
  background-color: #FFF;
  color: #E2B452;
}
section.favourites div.fav-card img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
  width: 100%;
  height: 300px;
  border-radius: 25% 25% 5% 5%;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #FFF;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border: 1px solid #E2B452;
  border-radius: 12px;
}
#myBtn:hover {
  border: 1px solid #E2B452;
  background-color: #E2B452;
  box-shadow: rgba(226, 180, 82, 0.15) 0px 0px 20px 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;
  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 */