@charset "UTF-8";
@font-face {
  font-family: TimesNR;
  src: url(../../fonts/TimesNR-Reguler.otf);
}
@font-face {
  font-family: TimesNR;
  src: url(../../fonts/Linotype-Trajanus-Bold.ttf);
}
@font-face {
  font-family: Inter;
  src: url(../../fonts/Inter.ttf);
}
@font-face {
  font-family: TimesNR;
  src: url(../../fonts/TimesNRBold.ttf);
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter;
  background-image: url(../../images/hero/artistic-blurry-colorful-wallpaper-background.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  padding-top: 60px;
  background-image: url("../../images/footer/Fresh-Fish-&-Chips-Lemettis-Falkirk-footer.JPG");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer h2 {
  color: #fff;
  margin: 16px auto;
  text-align: center;
  font-size: 32px;
}
@media (max-width: 486px) {
  .footer h2 {
    font-size: 20px;
  }
}
.footer p {
  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 {
  padding: 60px 10px;
}
section.review h2 {
  font-weight: 900;
  font-size: 60px;
  color: #fffaee;
}
@media (max-width: 768px) {
  section.review h2 {
    font-size: 40px;
  }
}
section.review p {
  font-size: 50px;
  text-align: center;
  text-shadow: 2px 2px #452617;
  color: #fffaee;
}
@media (max-width: 991px) {
  section.review p {
    font-size: 33px;
  }
}
@media (max-width: 486px) {
  section.review p {
    font-size: 36px;
  }
}
section.review span {
  font-family: Inter;
  font-size: 16px;
  color: #fffaee;
}
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;
  margin-bottom: 24px;
  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 {
  background-color: #dddddd;
  padding-bottom: 60px;
  color: #000;
}
section.bestsellesr h2 {
  color: #eb3522;
  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/category/Rinaldo’s-Glasgow-Burger.JPG");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  background-color: #fffaee;
  border-radius: 32px;
  position: relative;
}
@media (max-width: 768px) {
  section.bestsellesr div.cardtwo {
    padding: 40px 0;
  }
}
section.bestsellesr div.cardtwo h3 {
  text-align: center;
  font-size: 4rem;
  margin-top: 30px;
  color: #eb3522;
}
@media (max-width: 768px) {
  section.bestsellesr div.cardtwo h3 {
    font-size: 2rem;
  }
}
section.bestsellesr div.cardtwo p {
  font-family: Inter;
  color: aliceblue;
  text-align: center;
  padding: 10px;
  padding-top: 20px;
}
section.bestsellesr div.cardtwo a.bestorder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 20px;
  background-color: #eb3522;
  border-radius: 40px;
  color: #fffaee;
  text-decoration: none;
  padding: 30px 60px;
  margin: 10px auto;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 20px;
}
section.bestsellesr div.cardtwo a.bestorder:hover {
  background-color: #fffaee;
  border: 1px solid #eb3522;
  text-decoration: none;
  color: #eb3522;
}
section.bestsellesr div.cardone {
  padding: 16px;
  min-height: 530px;
  background-color: #fffaee;
  border-radius: 8px;
}
section.bestsellesr div.cardone h3 {
  text-align: center;
  font-size: 22px;
  color: #eb3522;
}
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: #eb3522;
  border-radius: 16px;
  color: #fffaee;
  text-decoration: none;
  padding: 30px 60px;
  margin-bottom: 20px;
}
section.bestsellesr div.cardone a.bestorder:hover {
  background-color: #fffaee;
  border: 1px solid #eb3522;
  text-decoration: none;
  color: #eb3522;
}

section.hero {
  background-color: #eb3522;
  background-image: url(../../images/hero/artistic-blurry-colorful-wallpaper-background.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10px;
}
section.hero .menu-section {
  background-color: #fffaee;
  border-radius: 16px;
  margin-right: 10px;
  margin-left: 10px;
}
section.hero .menu-section a.order-number {
  font-family: TimesNR;
  font-size: 20px;
  text-decoration: none;
  color: #eb3522;
  padding-right: 20px;
  border-radius: 10px;
  border: 2px solid #eb3522;
  padding: 10px 20px;
  margin-right: 10px;
}
section.hero .menu-section a.order-number:hover {
  background-color: #eb3522;
  color: #fffaee;
}
section.hero .menu-section a.nav-link {
  color: #000;
  font-family: TimesNR;
  font-size: 16px;
}
section.hero .menu-section a.nav-link:hover {
  color: #eb3522;
}
section.hero .menu-section img {
  width: 50%;
}
@media (max-width: 430px) {
  section.hero .menu-section img {
    width: 90px;
  }
}
section.hero .menu-section a.menu-button {
  font-family: TimesNR;
  font-size: 16px;
  background-color: #fffaee;
  border-radius: 8px;
  border: 2px solid #eb3522;
  text-decoration: none;
  color: #eb3522;
  padding: 8px 20px;
}
section.hero .menu-section a.menu-button:hover {
  background-color: #eb3522;
  color: #fffaee;
}
section.hero section.header-hero h1 {
  padding-top: 40px;
  color: #fffaee;
  font-size: 3.6rem;
}
@media (max-width: 486px) {
  section.hero section.header-hero h1 {
    font-size: 36px;
  }
}
section.hero section.header-hero .order-btn {
  color: #f5e6c1;
  background-color: transparent;
  border: 2px solid #f5e6c1;
  padding: 8px 40px;
  border-radius: 8px;
  margin-top: 20px;
}
section.hero section.header-hero .order-btn:hover {
  text-decoration: none;
  color: #ddd;
  background-color: transparent;
  border: 2px solid #ddd;
}
section.hero section.header-hero img {
  border-radius: 8px;
}

section.contactus {
  padding: 32px 0;
  background-color: #fffaee;
  color: #000;
}
section.contactus iframe {
  border-radius: 20px;
}
section.contactus span.opening-hour-title {
  color: #eb3522;
  font-size: 50px;
}

section.about {
  padding: 80px 0 40px 0;
  background-color: #fffaee;
  text-align: center;
}
section.about img.about-img {
  border-radius: 8px;
  border: 2px solid #fff;
  width: 100%;
}
section.about .card {
  display: flex;
  flex-direction: row;
  padding: 8px;
  margin-bottom: 16px;
  border: none;
}
section.about .card .card-body {
  padding: 0;
}
section.about .card img.about-icon {
  width: 40px;
  margin-right: 8px;
  height: auto;
}
section.about .card h3 {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 16px;
}
section.about .card p {
  font-family: Inter;
  margin-bottom: 2px;
  font-size: 14px;
  text-align: left;
}
section.about h2 {
  color: #eb3522;
  text-align: left;
  font-size: 48px;
  font-weight: bolder;
  padding-bottom: 20px;
}
@media (max-width: 486px) {
  section.about h2 {
    font-size: 35px;
  }
}

section.delicious {
  padding: 120px 0;
  background-image: url(../../images/specialoffer/Rinaldos_Takeaway_Glasgow_food.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
section.delicious h2 {
  color: #fffaee;
  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;
  color: #eb3522;
  background-color: #fffaee;
}
section.delicious div.halal-section a.order-btn:hover {
  color: #fffaee;
  background-color: #eb3522;
}
section.delicious img.main-img {
  width: 20%;
  margin: 0 auto;
  border-radius: 20px;
}

section.favourites {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fffaee;
}
section.favourites h2 {
  font-size: 60px;
  font-weight: bold;
  color: #eb3522;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 486px) {
  section.favourites h2 {
    font-size: 43px;
  }
}
@media (max-width: 386px) {
  section.favourites h2 {
    font-size: 40px;
  }
}
section.favourites div.fav-card {
  border-radius: 20px;
  background-color: rgba(255, 165, 0, 0.2117647059);
  min-height: 450px;
}
@media (max-width: 991px) {
  section.favourites div.fav-card {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  section.favourites div.fav-card {
    min-height: unset;
    padding-bottom: 16px;
  }
}
section.favourites div.fav-card div.shape {
  background-color: #eb3522;
  border-radius: 10px 10px 100px 100px;
  padding: 0 20px 20px 20px;
}
section.favourites div.fav-card div.shape h3 {
  text-align: center;
  color: #fffaee;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 22px;
}
@media (max-width: 991px) {
  section.favourites div.fav-card div.shape h3 {
    font-size: 19px;
    padding-bottom: 10px;
  }
}
section.favourites div.fav-card div.shape a {
  text-decoration: none;
  border: 2px solid #fffaee;
  background-color: #eb3522;
  border-radius: 30px;
  padding: 10px 30px;
  color: #fffaee;
}
section.favourites div.fav-card div.shape a:hover {
  text-decoration: none;
  background-color: #fffaee;
  color: #eb3522;
}
@media (max-width: 991px) {
  section.favourites div.fav-card div.shape a {
    padding: 6px 20px;
    margin-bottom: 8px;
  }
}
section.favourites div.fav-card img {
  display: block;
  width: 70%;
  margin: 16px auto;
  border-radius: 50%;
}
@media (max-width: 991px) {
  section.favourites div.fav-card img {
    width: 60%;
  }
}

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