@font-face {
  font-family: Backslash;
  src: url(../../fonts/Backslash-Reguler.otf);
}
@font-face {
  font-family: LinotypeBold;
  src: url(../../fonts/Linotype-Trajanus-Bold.ttf);
}
@font-face {
  font-family: Inter;
  src: url(../../fonts/Inter.ttf);
}
html {
  scroll-behavior: smooth;
}

.footer {
  padding-top: 60px;
  background-image: url("../../images/footer/urbanshawarma-footer.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer h2 {
  color: #fff;
  font-family: LinotypeBold;
  margin-bottom: 80px;
  text-align: center;
  padding: 20px;
  font-size: 32px;
}
@media (max-width: 486px) {
  .footer h2 {
    font-size: 20px;
  }
}
.footer div.footer-links {
  padding-top: 40px;
  border-bottom: 1px solid white;
}
.footer div.footer-links h3 {
  color: #F26620;
  font-family: LinotypeBold;
}
.footer div.footer-links span {
  color: #fff;
}
.footer div.footer-links ul {
  list-style-type: none;
}
.footer div.footer-links li {
  font-family: Inter;
}
.footer div.footer-links a {
  text-decoration: none;
  color: #fff;
}
.footer span.cp-text {
  color: #fff;
  font-size: 14px;
}
.footer a.mealzo-link {
  font-weight: 700;
}
.footer a.mealzo-link img {
  max-width: 150px;
}

section.review {
  background-color: #F26620;
  padding-top: 60px;
  padding-bottom: 60px;
}
section.review h2 {
  font-family: LinotypeBold;
  font-weight: 900;
  font-size: 60px;
  color: #F5E6C1;
}
section.review p {
  font-family: Backslash;
  font-size: 50px;
  text-align: center;
  text-shadow: 2px 2px #452617;
  color: #F5E6C1;
}
@media (max-width: 486px) {
  section.review p {
    font-size: 36px;
  }
}
section.review span {
  font-family: Inter;
  font-size: 16px;
  color: #F5E6C1;
}
section.review img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 30px;
}
section.review div.review-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section.bestsellesr {
  background-color: #F26620;
  padding-bottom: 60px;
}
section.bestsellesr h2 {
  color: #F5E6C1;
  font-family: LinotypeBold;
  font-weight: bold;
  font-size: 60px;
  text-align: center;
}
@media (max-width: 486px) {
  section.bestsellesr h2 {
    font-size: 36px;
  }
}
section.bestsellesr div.cardtwo {
  background-image: url("../../images/favourites/urbanshawarma-crispyfalafel.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 550px;
  background-color: #F5E6C1;
  border-radius: 32px;
}
section.bestsellesr div.cardtwo h3 {
  text-align: center;
  font-size: 40px;
  font-family: Backslash;
  color: #F26620;
}
section.bestsellesr div.cardtwo p {
  font-family: Inter;
  text-align: center;
  padding: 10px;
  padding-top: 270px;
  color: #fff;
}
section.bestsellesr div.cardtwo a.bestorder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 20px;
  background-color: #F26620;
  border-radius: 40px;
  color: #F5E6C1;
  text-decoration: none;
  padding: 30px 60px;
  font-family: LinotypeBold;
  margin-bottom: 20px;
}
section.bestsellesr div.cardtwo a.bestorder:hover {
  background-color: #F5E6C1;
  border: 1px solid #F26620;
  text-decoration: none;
  color: #F26620;
}
section.bestsellesr div.cardone {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 550px;
  background-color: #F5E6C1;
  border-radius: 32px;
}
section.bestsellesr div.cardone h3 {
  text-align: center;
  font-size: 40px;
  font-family: Backslash;
  color: #F26620;
}
section.bestsellesr div.cardone p {
  font-family: Inter;
  text-align: center;
  padding: 10px;
}
section.bestsellesr div.cardone img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
section.bestsellesr div.cardone a.bestorder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 20px;
  background-color: #F26620;
  border-radius: 40px;
  color: #F5E6C1;
  text-decoration: none;
  padding: 30px 60px;
  font-family: LinotypeBold;
  margin-bottom: 20px;
}
section.bestsellesr div.cardone a.bestorder:hover {
  background-color: #F5E6C1;
  border: 1px solid #F26620;
  text-decoration: none;
  color: #F26620;
}

section.hero {
  background-color: #F26620;
  padding-top: 10px;
}
section.hero .menu-section {
  background-color: #F5E6C1;
  border-radius: 50px;
  margin-right: 10px;
  margin-left: 10px;
}
section.hero .menu-section a.order-number {
  font-family: Backslash;
  font-size: 20px;
  text-decoration: none;
  color: #F26620;
  padding-right: 20px;
  border-radius: 30px;
  border: 2px solid #F26620;
  padding: 10px 20px;
  margin-right: 10px;
}
section.hero .menu-section a.order-number:hover {
  background-color: #F26620;
  color: #F5E6C1;
}
section.hero .menu-section a.nav-link {
  color: #000;
  font-family: Backslash;
  font-size: 20px;
}
section.hero .menu-section a.nav-link:hover {
  color: #F26620;
}
section.hero .menu-section img {
  width: 50%;
}
section.hero .menu-section a.menu-button {
  font-family: Backslash;
  font-size: 20px;
  background-color: #F5E6C1;
  border-radius: 30px;
  border: 2px solid #F26620;
  text-decoration: none;
  color: #F26620;
  padding: 10px 20px;
}
section.hero .menu-section a.menu-button:hover {
  background-color: #F26620;
  color: #F5E6C1;
}
section.hero section.header-hero h1 {
  padding-top: 40px;
  color: #F5E6C1;
  font-family: Backslash;
  font-size: 72px;
}
@media (max-width: 486px) {
  section.hero section.header-hero h1 {
    font-size: 36px;
  }
}
section.hero::before {
  position: absolute;
  content: "Urban";
  bottom: 1%;
  left: 2%;
  font-size: 100px;
  color: #fff;
  -webkit-text-stroke: 7px #803f1f;
  paint-order: stroke fill;
  font-family: fredoka;
  transform: rotate(-90deg);
  display: flex;
  opacity: 0.2;
  z-index: 2;
}
@media (max-width: 1200px) {
  section.hero::before {
    content: "";
  }
}
section.hero::after {
  position: absolute;
  content: "Shawarma";
  bottom: 1%;
  right: -5%;
  font-size: 100px;
  color: #fff;
  -webkit-text-stroke: 7px #803f1f;
  paint-order: stroke fill;
  font-family: fredoka;
  transform: rotate(-90deg);
  display: flex;
  opacity: 0.2;
  z-index: 2;
}
@media (max-width: 1200px) {
  section.hero::after {
    content: "";
  }
}

section.contactus {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
}
section.contactus iframe {
  border-radius: 20px;
}
section.contactus span.opening-hour-title {
  color: #F26620;
  font-family: LinotypeBold;
  font-size: 50px;
}

section.about {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F5E6C1;
}
section.about img.about-img {
  border-radius: 50%;
  border: 20px solid #fff;
}
section.about h2 {
  text-align: center;
  color: #F26620;
  font-family: Backslash;
  font-size: 54px;
  font-weight: bolder;
  padding-bottom: 50px;
}
@media (max-width: 486px) {
  section.about h2 {
    font-size: 40px;
  }
}
section.about h3 {
  font-family: LinotypeBold;
}
@media (max-width: 486px) {
  section.about h3 {
    text-align: center;
  }
}
section.about p {
  font-family: Inter;
}
@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;
}

section.delicious {
  padding-top: 50px;
  padding-bottom: 60px;
  background-image: url(../../images/delicious/urbanshawarma-shawarma.png);
  background-repeat: no-repeat;
  background-size: cover;
}
section.delicious h2 {
  color: #F5E6C1;
  font-family: Backslash;
  font-size: 50px;
  font-weight: bolder;
  text-align: center;
}
@media (max-width: 486px) {
  section.delicious h2 {
    font-size: 40px;
  }
}
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: 10px;
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  text-align: center;
}
section.delicious div.halal-section a.order-btn {
  margin: 0 auto;
  margin-top: 20px;
  padding: 16px 80px;
  text-decoration: none;
  border-radius: 30px;
  font-family: LinotypeBold;
  color: #F26620;
  background-color: #F5E6C1;
}
section.delicious div.halal-section a.order-btn:hover {
  color: #F5E6C1;
  background-color: #F26620;
}
section.delicious img.main-img {
  width: 20%;
  margin: 0 auto;
  border-radius: 20px;
}

section.favourites {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F5E6C1;
}
section.favourites h2 {
  font-family: LinotypeBold;
  font-size: 60px;
  font-weight: bold;
  color: #F26620;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 486px) {
  section.favourites h2 {
    font-size: 36px;
  }
}
section.favourites div.fav-card {
  border-radius: 20px;
  background-color: rgba(255, 165, 0, 0.2117647059);
  height: 500px;
}
section.favourites div.fav-card div.shape {
  height: 200px;
  background-color: #F26620;
  border-radius: 10px 10px 100px 100px;
}
section.favourites div.fav-card div.shape h3 {
  text-align: center;
  color: #F5E6C1;
  font-family: LinotypeBold;
  padding-top: 30px;
  padding-bottom: 30px;
}
section.favourites div.fav-card div.shape a {
  text-decoration: none;
  border: 2px solid #F5E6C1;
  background-color: #F26620;
  border-radius: 30px;
  padding: 10px 30px;
  font-family: LinotypeBold;
  color: #F5E6C1;
}
section.favourites div.fav-card div.shape a:hover {
  text-decoration: none;
  background-color: #F5E6C1;
  color: #F26620;
}
section.favourites div.fav-card img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  border-radius: 50%;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #F5E6C1;
  color: #000;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border: 1px solid #F26620;
  border-radius: 12px;
}
#myBtn:hover {
  border: 1px solid #F26620;
  background-color: white;
  box-shadow: #F26620 0px 7px 29px 0px;
}/*# sourceMappingURL=style2.css.map */