@font-face {
  font-family: ArchivoBlack;
  src: url(../../fonts/Archivo_Black/ArchivoBlack-Regular.ttf);
}
@font-face {
  font-family: PublicSans;
  src: url(../../fonts/Public_Sans/PublicSans-Regular.ttf);
}
html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: PublicSans;
}

h3, h2 {
  position: relative;
}
h3::after, h2::after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0%;
  right: 0%;
  margin: auto;
  width: 30%;
  height: 3px;
  background-image: url(../../images/main/italian-flag.PNG);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer {
  padding: 0 60px 60px 60px;
  background-color: #003bb1;
  position: relative;
  overflow: hidden;
  margin-top: -40px;
}
@media (max-width: 768px) {
  .footer {
    padding: 0 24px 24px 24px;
  }
}
@media (max-width: 576px) {
  .footer {
    padding: 0 0 24px 0;
    margin-top: 0;
  }
}
.footer h6 {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
  padding: 20px;
  font-size: 32px;
}
@media (max-width: 768px) {
  .footer h6 {
    font-size: 20px;
  }
}
.footer a.logo img {
  max-width: 250px;
  background-color: #fff;
  padding: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .footer a.logo img {
    max-width: 180px;
  }
}
@media (max-width: 480px) {
  .footer a.logo img {
    max-width: 120px;
  }
}
.footer .dl-link-img {
  max-width: 200px;
}
.footer ul {
  padding: 0;
}
@media (max-width: 768px) {
  .footer ul.useful_links {
    flex-direction: column;
    text-align: center;
  }
}
.footer ul.useful_links li a {
  font-size: 20px;
  -webkit-text-decoration: dotted;
          text-decoration: dotted;
}
@media (max-width: 576px) {
  .footer ul.privacy_links {
    flex-direction: column;
    text-align: center;
    padding: 5px;
  }
}
.footer ul.privacy_links li a {
  font-size: 12px;
}
.footer ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.footer ul li {
  padding: 10px;
}
.footer ul li a {
  color: #fff;
}
.footer div.footer-links {
  padding-top: 40px;
  border-bottom: 1px solid white;
}
.footer div.footer-links h3 {
  color: #003bb1;
}
.footer div.footer-links span {
  color: #fff;
}
.footer div.footer-links ul {
  list-style-type: none;
}
.footer div.footer-links li {
  font-family: ArchivoBlack;
}
.footer div.footer-links a {
  text-decoration: none;
  color: #fff;
}
.footer span.cp-text {
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.footer a.mealzo-link {
  font-weight: 700;
}
.footer a.mealzo-link img {
  max-width: 100px;
}

.wave {
  animation: wave linear;
  animation-iteration-count: infinite;
  fill: #003bb1;
  animation-direction: alternate;
  -webkit-animation: wave linear;
}

#wave2 {
  animation-duration: 45s;
  animation-direction: reverse;
  animation-iteration-count: infinite;
  opacity: 1;
}

#wave3 {
  animation-duration: 30s;
  animation-direction: reverse;
  animation-iteration-count: infinite;
  opacity: 1;
  fill: #21206d;
}

@keyframes wave {
  0% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
  50% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
section.review {
  background-color: #fff;
  padding: 120px 60px 60px 60px;
  text-align: center;
  transition: all 0.7;
  -webkit-transition: all 0.7;
  -moz-transition: all 0.7;
  -ms-transition: all 0.7;
  -o-transition: all 0.7;
}
@media (max-width: 768px) {
  section.review {
    padding: 80px 10px 10px 10px;
  }
}
section.review h3 {
  font-weight: 900;
  font-size: 60px;
  margin-bottom: 50px;
  font-family: ArchivoBlack;
  color: #003bb1;
}
@media (max-width: 768px) {
  section.review h3 {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  section.review h3 {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  section.review h3 {
    font-size: 25px;
  }
}
section.review .card {
  border: none;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
section.review .card .review-text {
  border: 10px solid red;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  position: relative;
}
section.review .card .review-text:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #eb212d;
  transform: translateX(-50%);
}
section.review .card .review-text span.review-title {
  font-family: ArchivoBlack;
  font-size: 23px;
}
section.review .card .review-text p.review-des {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 480px) {
  section.review .card .review-text p.review-des {
    font-size: 16px;
  }
}
section.review .card .review-text .stars {
  max-width: 130px;
  display: flex;
  margin: auto;
  justify-content: center;
}
section.review .card .card-img {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  justify-content: center;
  margin: 20px auto;
}
section.review .card .card-img img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  max-width: 80px;
}
section.review .swiper-slide-prev,
section.review .swiper-slide-next {
  opacity: 0.7;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transition: all 1;
  -webkit-transition: all 1;
  -moz-transition: all 1;
  -ms-transition: all 1;
  -o-transition: all 1;
}

section.More_about {
  padding: 80px 20px;
  position: relative;
}
@media (max-width: 1200px) {
  section.More_about {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  section.More_about {
    padding: 80px;
  }
}
@media (max-width: 768px) {
  section.More_about {
    padding: 80px 0;
  }
}
section.More_about h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: #003bb1;
  font-family: ArchivoBlack;
}
@media (max-width: 768px) {
  section.More_about h3 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  section.More_about h3 {
    font-size: 1.4rem;
  }
}
section.More_about h3::after {
  margin: 0;
}
section.More_about p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 2;
  max-width: 90%;
  color: #535353;
}
@media (max-width: 1200px) {
  section.More_about p {
    max-width: 100%;
  }
}
section.More_about b {
  font-size: 22px;
  color: #003bb1;
  line-height: 1.5;
}
section.More_about img {
  display: flex;
  width: 100%;
  position: sticky;
  top: 30px;
  margin: 0 auto 20px auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
section.More_about a {
  margin: 0 auto;
  margin-top: 20px;
  padding: 16px 80px;
  text-decoration: none;
  border-radius: 30px;
  color: #003bb1;
  background-color: transparent;
  border: 2px solid #003bb1;
  transition: ease-in-out 0.7;
  -webkit-transition: ease-in-out 0.7;
  -moz-transition: ease-in-out 0.7;
  -ms-transition: ease-in-out 0.7;
  -o-transition: ease-in-out 0.7;
}
section.More_about a svg {
  transition: ease-in-out 0.7;
  -webkit-transition: ease-in-out 0.7;
  -moz-transition: ease-in-out 0.7;
  -ms-transition: ease-in-out 0.7;
  -o-transition: ease-in-out 0.7;
  fill: #003bb1;
}
section.More_about a:hover {
  color: #fff;
  background-color: #eb212d;
  border-color: #eb212d;
  transition: ease-in-out 0.7;
  -webkit-transition: ease-in-out 0.7;
  -moz-transition: ease-in-out 0.7;
  -ms-transition: ease-in-out 0.7;
  -o-transition: ease-in-out 0.7;
}
section.More_about a:hover svg {
  transform: rotate(360deg);
  transition: ease-in-out 0.7s;
  fill: #fff;
  -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;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

section.bestsellers {
  background-color: #fff;
  padding: 80px;
  background-image: linear-gradient(to top right, #fff, #d3f3ff, #fff);
}
@media (max-width: 1200px) {
  section.bestsellers {
    padding: 80px 0;
  }
}
section.bestsellers h3 {
  font-weight: bold;
  font-size: 60px;
  text-align: center;
  margin-top: 50px;
  color: #003bb1;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  section.bestsellers h3 {
    font-size: 36px;
    margin-top: 30px;
  }
}
section.bestsellers .card {
  position: relative;
  overflow: hidden;
  margin: 10px;
  border-radius: 32px;
  position: relative;
  border: 5px solid #fff;
  width: 100%;
  color: #fff;
  text-align: left;
  background-color: #003bb1;
  font-size: 16px;
  perspective: 50em;
  box-shadow: 6px 6px 20px #a8a8a8;
}
section.bestsellers .card:hover {
  border: 5px solid #003bb1;
}
section.bestsellers .card:hover img {
  transform: rotateX(90deg);
  opacity: 0;
}
section.bestsellers .card:hover .info {
  transform: rotateX(0deg);
  opacity: 1;
  transition-delay: 0.2s;
}
section.bestsellers .card * {
  box-sizing: border-box;
  transition: all 0.6s ease;
}
section.bestsellers .card img {
  opacity: 1;
  width: 100%;
  transform-origin: 50% 100%;
}
section.bestsellers .card .info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  transform: rotateX(-90deg);
  transform-origin: 50% -50%;
  z-index: 1;
  opacity: 0;
  padding: 20px 30px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  section.bestsellers .card .info {
    padding: 15px;
  }
}
section.bestsellers .card .info h5 {
  font-size: 30px;
  text-align: center;
}
@media (max-width: 1200px) {
  section.bestsellers .card .info h5 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  section.bestsellers .card .info h5 {
    font-size: 23px;
  }
}
section.bestsellers .card .info a {
  font-size: 20px;
  font-weight: 700;
  color: #003bb1;
  background-color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 15px 40px;
}

section.hero {
  background-image: url(../../images/hero/preview.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 70vh;
}
section.hero .menu-section ul {
  display: flex;
  justify-content: center;
}
section.hero .menu-section a.order-number {
  font-size: 20px;
  text-decoration: none;
  color: #003bb1;
  padding-right: 20px;
  border-radius: 30px;
  border: 2px solid #003bb1;
  padding: 10px 20px;
  margin-right: 10px;
}
section.hero .menu-section a.order-number:hover {
  background-color: #003bb1;
  color: #f5e6c1;
}
section.hero .menu-section a.nav-link {
  color: #fff;
  font-size: 16px;
}
section.hero .menu-section a.nav-link:hover {
  color: red;
}
@media (max-width: 991px) {
  section.hero .menu-section a.nav-link {
    text-align: center;
  }
}
section.hero .menu-section img {
  width: 100px;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
section.hero .menu-section a.menu-button {
  font-size: 16px;
  background-color: #fff;
  border-radius: 30px;
  text-decoration: none;
  color: #000b21;
  margin-left: 50px;
  padding: 10px 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;
  background-image: linear-gradient(to left, red, white, green);
}
section.hero .menu-section a.menu-button:hover {
  background-color: #fff;
  background-image: unset;
}
@media (max-width: 991px) {
  section.hero .menu-section a.menu-button {
    margin: 10px auto;
  }
}
section.hero section.header-hero {
  padding: 60px;
}
@media (max-width: 768px) {
  section.hero section.header-hero {
    padding: 60px 0;
  }
}
section.hero section.header-hero h1 {
  padding-top: 40px;
  color: #f5e6c1;
  font-family: ArchivoBlack;
  font-size: 64px;
}
@media (max-width: 1600px) {
  section.hero section.header-hero h1 {
    font-size: 50px;
  }
}
@media (max-width: 1300px) {
  section.hero section.header-hero h1 {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  section.hero section.header-hero h1 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  section.hero section.header-hero h1 {
    font-size: 50px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  section.hero section.header-hero h1 {
    font-size: 40px;
  }
}
@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;
  }
}
section.hero section.header-hero .order-btn {
  color: #f5e6c1;
  background-color: transparent;
  border: 2px solid #f5e6c1;
  padding: 15px 50px;
  border-radius: 32px;
  margin-top: 20px;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  z-index: 5;
}
section.hero section.header-hero .order-btn:hover {
  text-decoration: none;
  color: #003bb1;
  background-color: transparent;
  border: 2px solid #003bb1;
  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-image: linear-gradient(to left, red, white, green);
}
@media (max-width: 991px) {
  section.hero section.header-hero .order-btn {
    justify-content: center;
    margin: 20px auto;
  }
}
section.hero section.header-hero img {
  width: 100%;
  position: relative;
  z-index: 7;
}

section.contactus {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #003bb1;
  color: #fff;
}
section.contactus iframe {
  border-radius: 20px;
}

section.about {
  padding-top: 60px;
  padding-bottom: 190px;
  background-color: #fff;
  position: relative;
  text-align: center;
}
section.about:before {
  background-image: url(../../images/hero/wave.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  top: -280px;
  left: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  height: 300px;
  z-index: 1;
}
@media (max-width: 991px) {
  section.about {
    padding: 60px 0 90px 0;
  }
}
section.about img.about-img {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 100%;
}
section.about h2 {
  text-align: center;
  color: #003bb1;
  font-family: ArchivoBlack;
  font-size: 40px;
  font-weight: bolder;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  section.about h2 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  section.about h2 {
    font-size: 30px;
  }
}
@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 a {
  margin: 0 auto;
  margin-top: 20px;
  padding: 16px 80px;
  text-decoration: none;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #003bb1;
  background-color: transparent;
  border: 2px solid #003bb1;
  transition: ease-in-out 0.7;
  -webkit-transition: ease-in-out 0.7;
  -moz-transition: ease-in-out 0.7;
  -ms-transition: ease-in-out 0.7;
  -o-transition: ease-in-out 0.7;
  font-weight: bolder;
}
section.about a svg {
  transition: ease-in-out 0.7;
  -webkit-transition: ease-in-out 0.7;
  -moz-transition: ease-in-out 0.7;
  -ms-transition: ease-in-out 0.7;
  -o-transition: ease-in-out 0.7;
  fill: #003bb1;
}
section.about a:hover {
  color: #fff;
  background-color: #eb212d;
  border-color: #eb212d;
  transition: ease-in-out 0.7;
  -webkit-transition: ease-in-out 0.7;
  -moz-transition: ease-in-out 0.7;
  -ms-transition: ease-in-out 0.7;
  -o-transition: ease-in-out 0.7;
}
section.about a:hover svg {
  transform: rotate(360deg);
  transition: ease-in-out 0.7s;
  fill: #fff;
  -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;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

section.delicious {
  padding-top: 50px;
  padding-bottom: 60px;
}
section.delicious h2 {
  color: #f5e6c1;
  margin-bottom: 80px;
  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: ArchivoBlack;
  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;
  color: #003bb1;
  background-color: #f5e6c1;
}
section.delicious div.halal-section a.order-btn:hover {
  color: #f5e6c1;
  background-color: #003bb1;
}
section.delicious img.main-img {
  width: 20%;
  margin: 0 auto;
  border-radius: 20px;
}

section.favourites {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #003bb1;
  position: relative;
}
section.favourites::before {
  background-image: url(../../images/footer/closeup-french-fries-with-pouring-ketchup-fork-blue-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 220px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 3;
  content: "";
  opacity: 0.6;
}
@media (max-width: 1200px) {
  section.favourites::before {
    display: none;
  }
}
section.favourites h2 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 1200px) {
  section.favourites h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  section.favourites h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  section.favourites h2 {
    font-size: 36px;
  }
}
@media (max-width: 400px) {
  section.favourites h2 {
    font-size: 27px;
  }
}
section.favourites div.fav-card {
  position: relative;
  background-image: linear-gradient(to bottom, transparent, #dceaff);
  margin-top: 100px;
  display: flex;
  position: relative;
  z-index: 4;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 20px 20px;
  -webkit-border-radius: 20px 20px;
  -moz-border-radius: 20px 20px;
  -ms-border-radius: 20px 20px;
  -o-border-radius: 20px 20px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  section.favourites div.fav-card {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10px 0 10px;
  }
}
@media (max-width: 991px) {
  section.favourites div.fav-card {
    flex-direction: column;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
section.favourites div.fav-card:hover .shape h3 {
  color: #003bb1;
}
section.favourites div.fav-card div.shape {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 0 10px 0;
  z-index: 2;
}
section.favourites div.fav-card div.shape h4 {
  text-align: left;
  color: #003bb1;
  padding: 10px;
  font-size: 30px;
}
@media (max-width: 1200px) {
  section.favourites div.fav-card div.shape h4 {
    font-size: 25px;
  }
}
section.favourites div.fav-card div.shape a {
  text-decoration: none;
  border: 4px solid #dceaff;
  background-color: #003bb1;
  border-radius: 30px;
  padding: 15px 40px;
  color: #f5e6c1;
  font-size: 20px;
  text-transform: uppercase;
}
section.favourites div.fav-card div.shape a:hover {
  text-decoration: none;
  background-color: #f5e6c1;
  color: #003bb1;
}
section.favourites div.fav-card div.shape a:hover svg {
  transform: rotate(360deg);
  transition: ease-in-out 0.7s;
  fill: #003bb1;
  -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;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
section.favourites div.fav-card div.shape a svg {
  fill: antiquewhite;
}
section.favourites div.fav-card img {
  margin: auto;
  margin-top: -100px;
  display: block;
  max-width: 60%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 768px) {
  section.favourites div.fav-card img {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  section.favourites div.fav-card img {
    max-width: 80%;
  }
}

#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 #003bb1;
  border-radius: 12px;
}
#myBtn:hover {
  border: 1px solid #003bb1;
  background-color: white;
  box-shadow: #003bb1 0px 7px 29px 0px;
}/*# sourceMappingURL=style2.css.map */