@font-face {
  font-family: gazpacho;
  src: url(../../fonts/gazpacho-bold.ttf);
}
@font-face {
  font-family: Inter;
  src: url(../../fonts/Inter.ttf);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: gazpacho;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter;
  position: relative;
}

.fade-left-hero {
  animation: fade-left-hero 1.5s ease-in-out;
}

.fade-right-hero2 {
  animation: fade-right-hero 1.5s ease-in-out;
}

.fade-left-hero2 {
  animation: fade-left-hero 2s ease-in-out;
}

.fade-left-hero3 {
  animation: fade-left-hero 2.5s ease-in-out;
}

.fade-left-hero4 {
  animation: fade-left-hero 3s ease-in-out;
}

@keyframes fade-left-hero {
  0% {
    transform: translateX(-150px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fade-right-hero {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

@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;
  }
}
@keyframes fade-top {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal.active .fade-left {
  animation: fade-left 1.4s ease-in-out;
  -webkit-animation: fade-left 1.4s ease-in-out;
}
.reveal.active .top {
  animation: top 0.5s ease-in;
}
.reveal.active .fade-bottom {
  animation: fade-bottom 1.4s ease-in-out;
  -webkit-animation: fade-bottom 1.4s ease-in-out;
}
.reveal.active .fade-bottom1 {
  animation: fade-bottom 2s ease-in-out;
  -webkit-animation: fade-bottom 2s ease-in-out;
}
.reveal.active .fade-right {
  animation: fade-right 1s ease-in-out;
}
.reveal.active .fade-top {
  animation: fade-top 1.4s ease-in-out;
  -webkit-animation: fade-top 1.4s ease-in-out;
}

@keyframes top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.footer {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .footer {
    text-align: left;
  }
}
.footer .app_header {
  color: #fff;
  font-family: gazpacho;
  color: #000;
  text-align: center;
  padding: 20px;
  font-size: 45px;
}
@media (max-width: 768px) {
  .footer .app_header {
    text-align: left;
  }
}
@media (max-width: 486px) {
  .footer .app_header {
    font-size: 20px;
  }
}
.footer .app-links {
  max-width: 200px;
}
.footer div.footer-links {
  border-bottom: 1px solid white;
}
.footer div.footer-links h3 {
  color: #ee8718;
  font-family: gazpacho;
}
.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: #000;
  font-size: 14px;
}
@media (max-width: 768px) {
  .footer span.cp-text {
    text-align: left;
  }
}
.footer a.mealzo-link {
  font-weight: 700;
}
.footer a.mealzo-link img {
  max-width: 100px;
}

section.review {
  background-color: #ee8718;
  padding-top: 60px;
  padding-bottom: 60px;
}
section.review h2 {
  font-family: gazpacho;
  font-weight: 900;
  font-size: 60px;
  color: #848E6C;
}
section.review p {
  font-family: gazpacho;
  font-size: 50px;
  text-align: center;
  text-shadow: 2px 2px #452617;
  color: #848E6C;
}
@media (max-width: 486px) {
  section.review p {
    font-size: 36px;
  }
}
section.review span {
  font-family: Inter;
  font-size: 16px;
  color: #848E6C;
}
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.review .order-btn {
  color: #df001b;
  margin-top: 30px;
  width: 200px;
  justify-content: center;
  background-color: #f5e6c1;
  border: 1px solid #f5e6c1;
  padding: 10px;
  border-radius: 32px;
}
section.review .order-btn svg {
  width: 20px;
  margin-left: 5px;
  fill: #df001b;
}
section.review .order-btn:hover {
  text-decoration: none;
  color: #f5e6c1;
  background: transparent;
  border: 1px solid #f5e6c1;
}
section.review .order-btn:hover svg {
  fill: #f5e6c1;
}

section.bestsellesr {
  padding-bottom: 60px;
}
section.bestsellesr h2 {
  color: #848E6C;
  font-family: gazpacho;
  font-weight: bold;
  font-size: 60px;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 486px) {
  section.bestsellesr h2 {
    font-size: 36px;
  }
}
section.bestsellesr div.cardtwo {
  background-image: url("../../images/favourites/Tempting-King-Ribs-Lemettis-Falkirk.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 550px;
  background-color: #848E6C;
  border-radius: 32px;
  position: relative;
}
section.bestsellesr div.cardtwo h3 {
  text-align: center;
  font-size: 30px;
  font-family: gazpacho;
  color: #ee8718;
}
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: #ee8718;
  border-radius: 40px;
  color: #848E6C;
  text-decoration: none;
  padding: 30px 60px;
  font-family: gazpacho;
  margin-bottom: 20px;
}
section.bestsellesr div.cardtwo a.bestorder:hover {
  background-color: #848E6C;
  border: 1px solid #ee8718;
  text-decoration: none;
  color: #ee8718;
}
section.bestsellesr div.cardone {
  padding: 20px;
  height: 550px;
  background-color: #848E6C;
  border-radius: 32px;
}
section.bestsellesr div.cardone h3 {
  text-align: center;
  font-size: 22px;
  font-family: gazpacho;
  color: #ee8718;
}
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%;
  margin-bottom: 30px;
}
section.bestsellesr div.cardone a.bestorder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 20px;
  background-color: #ee8718;
  border-radius: 40px;
  color: #848E6C;
  text-decoration: none;
  padding: 30px 60px;
  font-family: gazpacho;
  margin-bottom: 20px;
}
section.bestsellesr div.cardone a.bestorder:hover {
  background-color: #848E6C;
  border: 1px solid #ee8718;
  text-decoration: none;
  color: #ee8718;
}

section.hero {
  background-image: url("../../images/hero/full-hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
section.hero .inner {
  background-image: linear-gradient(to bottom, transparent 60%, #ee8718);
  padding: 8px 0;
}
section.hero header {
  font-family: gazpacho;
  border-radius: 8px;
  margin: 8px 16px;
  padding: 16px;
  box-shadow: -6px 6px 30px rgba(119, 119, 119, 0.624);
  z-index: 2;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8862745098);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
@media (max-width: 1200px) {
  section.hero .menu-section .navbar {
    flex-direction: row-reverse;
  }
}
section.hero .menu-section a.order-number {
  font-family: gazpacho;
  font-size: 20px;
  text-decoration: none;
  color: #ee8718;
  padding-right: 20px;
  border-radius: 30px;
  border: 2px solid #ee8718;
  padding: 10px 20px;
  margin-right: 10px;
}
section.hero .menu-section a.order-number:hover {
  background-color: #ee8718;
  color: #848E6C;
}
section.hero .menu-section a.nav-link {
  color: #000;
  font-size: 16px;
}
section.hero .menu-section a.nav-link:hover {
  color: #ee8718;
}
section.hero .menu-section img {
  width: 80px;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
}
@media (max-width: 991px) {
  section.hero .menu-section img {
    width: 100px;
  }
}
section.hero .header_svg {
  margin: 0;
}
section.hero section.header-hero {
  padding: 150px 0;
}
@media (max-width: 991px) {
  section.hero section.header-hero {
    padding: 40px 0 80px 0;
  }
}
section.hero section.header-hero h1 {
  padding-top: 40px;
  font-size: 50px;
  font-family: gazpacho;
  position: relative;
  z-index: 2;
  color: #ee8718;
  text-transform: uppercase;
  -webkit-text-stroke: 4px #fff;
  paint-order: stroke fill;
}
@media (max-width: 1200px) {
  section.hero section.header-hero h1 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  section.hero section.header-hero h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  section.hero section.header-hero h1 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  section.hero section.header-hero h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  section.hero section.header-hero h1 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  section.hero section.header-hero h1 {
    font-size: 25px;
  }
}
section.hero section.header-hero p {
  color: #ffffff;
  font-family: Inter;
}
section.hero section.header-hero .order-btn {
  font-family: gazpacho;
  font-size: 16px;
  background-color: #ee8718;
  border-radius: 10px;
  border: 2px solid #fff;
  text-decoration: none;
  color: #fff;
  padding: 13px 40px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  box-shadow: 3px 3px 18px rgba(119, 119, 119, 0.494);
  transition: ease-in-out 0.7s;
}
section.hero section.header-hero .order-btn:hover {
  background-color: #fff;
  color: #ee8718;
  border-color: #ee8718;
}

a.menu-button {
  font-family: gazpacho;
  font-size: 16px;
  background-color: #ee8718;
  border-radius: 10px;
  border: 2px solid #fff;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: ease-in-out 0.7s;
}
a.menu-button:hover {
  background-color: #fff;
  color: #ee8718;
  border-color: #ee8718;
}

section.contactus {
  padding: 180px 0 80px 0;
  text-align: left;
  margin-top: -300px;
  background-color: #848E6C;
  color: #fff;
}
@media (max-width: 1500px) {
  section.contactus {
    margin-top: -270px;
  }
}
@media (max-width: 1300px) {
  section.contactus {
    margin-top: -240px;
  }
}
@media (max-width: 1200px) {
  section.contactus {
    margin-top: -210px;
  }
}
@media (max-width: 1000px) {
  section.contactus {
    margin-top: -190px;
  }
}
@media (max-width: 900px) {
  section.contactus {
    margin-top: -160px;
    padding: 100px 0 80px 0;
  }
}
@media (max-width: 770px) {
  section.contactus {
    margin-top: -140px;
  }
}
@media (max-width: 700px) {
  section.contactus {
    margin-top: -110px;
  }
}
@media (max-width: 600px) {
  section.contactus {
    margin-top: -90px;
  }
}
@media (max-width: 500px) {
  section.contactus {
    margin-top: -80px;
  }
}
@media (max-width: 380px) {
  section.contactus {
    margin-top: -60px;
  }
}
section.contactus iframe {
  border-radius: 20px;
  position: relative;
}
section.contactus h2 {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 3rem;
}
@media (max-width: 768px) {
  section.contactus h2 {
    text-align: left;
  }
}
@media (max-width: 576px) {
  section.contactus h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  section.contactus h2 {
    font-size: 1.7rem;
  }
}
section.contactus .card {
  background-color: rgba(255, 255, 255, 0.8745098039);
  padding: 16px;
  border-radius: 16px;
  width: 100%;
  min-height: 380px;
}
@media (max-width: 768px) {
  section.contactus .card {
    text-align: left;
  }
}
section.contactus ul {
  padding: 0;
  list-style: none;
  text-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  section.contactus ul {
    text-align: left;
    align-items: flex-start;
  }
}
section.contactus ul .social-media-containers {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  section.contactus ul .social-media-containers {
    text-align: left;
    justify-content: flex-start;
  }
}
section.contactus ul .fa {
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
}
section.contactus ul svg {
  fill: #fff;
}
section.contactus ul li {
  margin-bottom: 10px;
}
section.contactus span.opening-hour-title {
  font-family: gazpacho;
  font-size: 16px;
  color: #000;
}
section.contactus .opening-hour-table {
  color: #000;
  position: relative;
}
section.contactus .opening-hour-table .d-flex {
  border-bottom: 1px dashed #7d7d7d;
}

section.gallery {
  padding: 40px 0;
  margin-top: -100px;
  position: relative;
  /* Main CSS */
}
@media (max-width: 992px) {
  section.gallery {
    padding: 80px 0;
  }
}
section.gallery::before {
  position: absolute;
  content: "";
  top: 0%;
  left: 20px;
  background-image: url(../../imgs/icons/burger-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 200px;
  height: 200px;
}
@media (max-width: 991px) {
  section.gallery::before {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  section.gallery::before {
    width: 100px;
    height: 100px;
  }
}
section.gallery h5 {
  color: #848E6C;
  font-size: 50px;
  margin: 10px 0 50px 0;
  text-align: left;
}
@media (max-width: 768px) {
  section.gallery h5 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  section.gallery h5 {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
section.gallery .gallery-img-start {
  width: 150px;
  position: absolute;
  top: 100px;
  left: 40px;
}
@media (max-width: 992px) {
  section.gallery .gallery-img-start {
    display: none;
  }
}
section.gallery .gallery-img-end {
  width: 150px;
  position: absolute;
  bottom: 100px;
  right: 40px;
}
@media (max-width: 992px) {
  section.gallery .gallery-img-end {
    display: none;
  }
}
section.gallery .gallery-card {
  margin-bottom: 20px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}
section.gallery .gallery-card #trapezoid {
  border-bottom: 100px solid #ee8718;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  height: 0;
  width: 100px;
  background-color: rgba(7, 5, 64, 0.7411764706);
}
section.gallery .gallery-card .gallery-card-content {
  background-color: rgba(7, 5, 64, 0.7411764706);
  height: 100%;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px 0 0 8px;
}
section.gallery .gallery-card .gallery-card-content img {
  width: 200px;
}
section.gallery .gallery-card .gallery-card-content p {
  color: #fdfdfd;
  font-size: 24px;
  line-height: 40px;
}
section.gallery .gallery-card .gallery-card-content h4 {
  color: #fdfdfd;
  font-size: 32px;
}
section.gallery .gallery-card .gallery-card-content .gallery-card-content-btn {
  background-color: #ee8718;
  padding: 10px 20px;
  margin-top: 50px;
  color: #fdfdfd;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
section.gallery .gallery-card .gallery-card-content .gallery-card-content-btn:hover {
  text-decoration: none;
}
section.gallery a {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}
section.gallery img {
  width: 100%;
  vertical-align: middle;
  display: inline-block;
}
section.gallery .grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.gallery .grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  transition: ease-in-out 0.7s;
}
section.gallery .grid-wrapper > div > img:hover {
  transform: scale(1.08);
}
section.gallery .grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
section.gallery .grid-wrapper .wide {
  grid-column: span 2;
}
section.gallery .grid-wrapper .tall {
  grid-row: span 2;
}
section.gallery .grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

section.about {
  padding: 80px 0 40px 0;
  position: relative;
  text-align: left;
}
section.about img {
  border-radius: 16px;
  border: 2px solid #fff;
  width: 100%;
}
section.about h2 {
  color: #ee8718;
  font-family: gazpacho;
  font-size: 2rem;
  font-weight: bolder;
  padding-bottom: 50px;
}
@media (max-width: 486px) {
  section.about h2 {
    font-size: 1.7rem;
  }
}
section.about a {
  background-color: #ee8718;
  color: #fff;
  border: 2px solid #ee8718;
  padding: 13px 40px;
  margin-top: 20px;
  box-shadow: 3px 3px 18px rgba(119, 119, 119, 0.494);
}

.more-about-us {
  background-image: url("../../images/hero/line.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 350px;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .more-about-us {
    min-height: 200px;
    padding: 16px;
  }
}
.more-about-us .container-fluid {
  padding: 20px 40px 0 40px;
}
@media (max-width: 768px) {
  .more-about-us .container-fluid {
    padding: 16px;
  }
}
.more-about-us .card {
  display: flex;
  flex-direction: row;
  background-color: rgba(255, 255, 255, 0.9529411765);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: none;
  min-height: 135px;
  box-shadow: 3px 3px 10px rgba(198, 198, 198, 0.494);
}
.more-about-us .card .card-title {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.more-about-us .card .card-img {
  width: 16%;
}
.more-about-us .card .card-img img {
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
}
.more-about-us .card h4 {
  width: 80%;
  font-size: 20px;
  margin-bottom: 0;
}
.more-about-us .card .card-body {
  width: 100%;
  padding: 16px;
}
.more-about-us .card .card-body p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .more-about-us .card .card-body p {
    font-size: 14px;
  }
}

.circle_image {
  margin-top: -130px;
}
.circle_image img {
  max-width: 100%;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .circle_image {
    margin: auto;
    margin-top: 0px;
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .circle_image {
    margin-bottom: 40px;
  }
}

section.delicious {
  padding-top: 50px;
  padding-bottom: 60px;
  background-image: url(../../images/delicious/Fish-and-Chips-lemettis-Falkirk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
section.delicious h2 {
  color: #848E6C;
  font-family: gazpacho;
  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: gazpacho;
  color: #ee8718;
  background-color: #848E6C;
}
section.delicious div.halal-section a.order-btn:hover {
  color: #848E6C;
  background-color: #ee8718;
}
section.delicious img.main-img {
  width: 20%;
  margin: 0 auto;
  border-radius: 20px;
}

section.favourites {
  text-align: left;
  margin-top: -100px;
  padding: 16px;
  position: relative;
  color: #000;
}
@media (max-width: 991px) {
  section.favourites {
    margin-top: -80px;
  }
}
section.favourites::after {
  position: absolute;
  content: "";
  background-color: #ee8718;
  width: 30%;
  height: 10%;
  transform: rotate(0deg);
  z-index: 0;
  bottom: 45%;
  top: 0;
  margin: auto;
  left: 0;
  box-shadow: -6px 6px 10px rgba(142, 142, 142, 0.624);
  border-radius: 0 100px 100px 0;
}
@media (max-width: 991px) {
  section.favourites::after {
    bottom: 33%;
  }
}
@media (max-width: 480px) {
  section.favourites::after {
    height: 5%;
    width: 20%;
    bottom: 30%;
    border-radius: 0 10px 10px 0;
  }
}
section.favourites::before {
  position: absolute;
  content: "";
  background-color: #ee8718;
  width: 30%;
  height: 10%;
  transform: rotate(0deg);
  z-index: 0;
  bottom: 18%;
  box-shadow: -6px 6px 10px rgba(142, 142, 142, 0.624);
  margin: auto;
  right: 0;
  border-radius: 100px 0 0 100px;
}
@media (max-width: 480px) {
  section.favourites::before {
    height: 5%;
    width: 20%;
    border-radius: 10px 0 0 10px;
    bottom: 23%;
  }
}
section.favourites h3 {
  color: #ee8718;
  font-family: gazpacho;
  font-size: 3rem;
  font-weight: bolder;
  margin-bottom: 24px;
  text-align: left;
}
@media (max-width: 768px) {
  section.favourites h3 {
    font-size: 2rem;
    margin-top: 24px;
  }
}
section.favourites .swiper {
  padding: 40px;
}
@media (max-width: 576px) {
  section.favourites .swiper {
    padding: 40px 20px;
  }
}
section.favourites .swiper-wrapper {
  border-radius: 40px;
}
section.favourites img {
  width: 100%;
  border-radius: 16px;
  box-shadow: -2px 2px 10px rgba(61, 61, 61, 0.624);
}
section.favourites a.btn {
  background-color: #ee8718;
  color: #fff;
  padding: 10px 30px;
  border-radius: 20px;
}
section.favourites a.menu-button {
  margin: 16px auto;
  justify-content: center;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 16px 60px;
}

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