@font-face {
  font-family: Oswald;
  src: url(../../Fonts/Oswald/static/Oswald-Regular.ttf);
}
@font-face {
  font-family: Inter;
  src: url(../../fonts/Inter.ttf);
}
.snowflake {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  z-index: 999;
  background-image: url("https://www.mealzoforbusiness.co.uk/1/snow.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #acacac;
  font-family: Oswald;
  padding: 16px;
}

main {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  background-image: url(../../images/hero/Birdies-StAndrews-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* header */
.openmenuu {
  width: 100% !important;
}

.displayy {
  display: flex !important;
  justify-content: center;
}

header {
  background-image: linear-gradient(to bottom, #000, transparent);
  position: relative;
  padding: 50px 0;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  position: absolute;
  content: "";
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 1200px) {
  header .shop-logo {
    left: 5%;
    right: auto;
  }
}
header .shop-logo img {
  max-width: 130px;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  header .shop-logo img {
    max-width: 110px;
  }
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
  color: #fff !important;
}
@media (min-width: 1200px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 1200px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
header section.menu-section #overlay-content {
  display: none;
}
@media (min-width: 1440px) {
  header section.menu-section #overlay-content {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  header section.menu-section #overlay-content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}
header section.menu-section nav {
  padding-top: 10px;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  overflow-x: hidden;
  transition: width 0.45s;
}
header section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay .overlay-content .closebtn {
  text-decoration: unset;
  position: fixed;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #dd1e2c;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content .closebtn {
    display: none;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #fff;
  font-weight: bolder;
  border-bottom: 1px solid transparent;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  color: #dd1e2c !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link .active {
  color: #fff !important;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin-left: 10px;
    margin-right: 0;
    font-size: 11px;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 15px;
    margin-left: 20px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #dd1e2c;
  color: black;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
    z-index: 999;
  }
}
header .header-btn {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
header .header-btn a.btn {
  background-color: #dd1e2c;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
}
header .header-btn a.btn:hover {
  color: #dd1e2c;
  border-color: #dd1e2c;
  background-color: #fff !important;
}
@media (min-width: 1200px) {
  header .header-btn a.btn {
    margin-top: 10px;
  }
}
header .header-btn a.btn .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
header .header-btn a.btn .order-now-icon-main:hover {
  stroke: #dd1e2c;
}

.footer {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .footer {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .footer ul {
    padding: 0;
  }
}
.footer ul li a {
  border-bottom: 1px solid transparent;
}
.footer ul li a:hover {
  color: #dd1e2c;
  border-color: #dd1e2c;
}
.footer .logo {
  width: 200px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .footer .logo {
    max-width: 100%;
  }
}
.footer h2 {
  color: #fff;
  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: #dd1e2c;
}
.footer div.footer-links span {
  color: #fff;
}
.footer div.footer-links ul {
  list-style-type: none;
}
.footer div.footer-links a {
  text-decoration: none;
  color: #fff;
  color: #fff;
  font-size: 20px;
}
.footer span.cp-text {
  color: #fff;
  font-size: 14px;
}
.footer a.mealzo-link {
  font-weight: 700;
}
.footer a.mealzo-link img {
  max-width: 110px;
}
.footer .tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.footer .tags li {
  list-style: none;
  border-radius: 16px;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 10px 20px;
  border: 1.5px solid #fff;
  margin: 3px;
  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;
}
.footer .tags li a {
  text-decoration: none;
  color: #fff !important;
  border: none !important;
}
.footer .tags li: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;
  background-image: linear-gradient(to right bottom, #006748, #000, #ff3d71);
}

section.dl-app {
  padding-top: 60px;
  padding-bottom: -5px;
}
@media (max-width: 991px) {
  section.dl-app {
    text-align: center;
  }
}
section.dl-app h3 {
  font-weight: bolder;
  font-size: 3.5rem;
  color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  section.dl-app h3 {
    font-size: 2.5rem;
    text-align: center;
  }
}
section.dl-app h3::before {
  background-image: url(../../images/icons/online-order.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50% 50% 50% 0;
  -webkit-border-radius: 50% 50% 50% 0;
  -moz-border-radius: 50% 50% 50% 0;
  -ms-border-radius: 50% 50% 50% 0;
  -o-border-radius: 50% 50% 50% 0;
  width: 120px;
  height: 120px;
  top: -100px;
  right: -100px;
  content: "";
  position: absolute;
}
@media (max-width: 991px) {
  section.dl-app h3::before {
    width: 80px;
    height: 80px;
    right: -40px;
  }
}
@media (max-width: 768px) {
  section.dl-app h3::before {
    display: none;
  }
}
section.dl-app p {
  color: #e6e6e6;
  text-align: left;
  font-size: 1rem;
}
@media (max-width: 991px) {
  section.dl-app p {
    text-align: center;
  }
}
section.dl-app span {
  font-family: Inter;
  font-size: 16px;
  color: #e6e6e6;
}
section.dl-app img {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: -10px;
}
section.dl-app div.dl-app-text {
  display: flex;
  flex-direction: column;
  margin-left: -80px;
}
@media (max-width: 991px) {
  section.dl-app div.dl-app-text {
    margin-left: unset;
    justify-content: center;
  }
}
section.dl-app .shape-btn {
  text-decoration: none;
  border: 2px solid #f5e6c1;
  background-color: #f26620;
  border-radius: 30px;
  padding: 10px 30px;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #f5e6c1;
}
section.dl-app .shape-btn:hover {
  background-color: #f5e6c1;
  color: #f26620;
}
section.dl-app iframe {
  border-radius: 20px;
}
section.dl-app span.opening-hour-title {
  color: #dd1e2c;
  font-size: 50px;
}
section.dl-app #openinghour {
  max-width: 80%;
  margin: auto;
}

.reviews {
  padding: 80px;
}
@media (max-width: 991px) {
  .reviews {
    padding: 80px 0;
  }
}
.reviews img.review-img {
  width: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.reviews h3 {
  font-size: 3rem;
  color: #fff;
}
@media (max-width: 1440px) {
  .reviews h3 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .reviews h3 {
    font-size: 1.7rem;
  }
}
@media (max-width: 991px) {
  .reviews .swiper-reviews {
    margin-bottom: 40px;
  }
}
.reviews .swiper-reviews .swiper-slide {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
@media (max-width: 991px) {
  .reviews .swiper-reviews .swiper-slide {
    align-self: center;
  }
}
.reviews .swiper-reviews .card {
  background-color: #fff;
  border-top: 4px solid #dd1e2c;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding: 16px;
  min-height: 260px;
}
.reviews .swiper-reviews .card .comment-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.reviews .swiper-reviews .card .comment-header .comment-header-inner {
  display: flex;
  align-items: center;
}
.reviews .swiper-reviews .card .comment-header .comment-title {
  display: flex;
  flex-direction: column;
}
.reviews .swiper-reviews .card .comment-header .stars {
  max-width: 120px;
}
.reviews .swiper-reviews .card .comment-header span {
  font-size: 20px;
  font-weight: bolder;
}
.reviews .swiper-reviews .card .user_profile {
  width: 60px;
  border: 2px solid rgb(0, 155, 31);
  height: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 24px;
}
.reviews .swiper-reviews .card .comment-body p {
  font-size: 25px;
}
@media (max-width: 576px) {
  .reviews .swiper-reviews .card .comment-body p {
    font-size: 18px;
  }
}

section.bestsellers {
  padding: 80px 0 0 0;
  position: relative;
}
section.bestsellers h2 {
  color: #e6e6e6;
  font-weight: bold;
  font-size: 60px;
  text-align: center;
}
@media (max-width: 486px) {
  section.bestsellers h2 {
    font-size: 36px;
  }
}
section.bestsellers .card {
  box-shadow: 3px 3px #797979;
  padding-top: 20px;
  padding: 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  position: relative;
}
section.bestsellers .card .card-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991px) {
  section.bestsellers .card .card-inner {
    flex-direction: column;
  }
}
section.bestsellers .card .card-inner img {
  max-width: 260px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
section.bestsellers .card .card-inner h3 {
  text-align: left;
  font-size: 40px;
  color: #dd1e2c;
}
@media (max-width: 991px) {
  section.bestsellers .card .card-inner h3 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  section.bestsellers .card .card-inner h3 {
    font-size: 25px;
    margin-top: 16px;
  }
}
section.bestsellers .card .card-inner p {
  font-family: Inter;
  text-align: left;
  padding: 10px;
}
@media (max-width: 991px) {
  section.bestsellers .card .card-inner p {
    text-align: center;
  }
}
section.bestsellers .card a.bestorder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  background-color: #dd1e2c;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: #e6e6e6;
  text-decoration: none;
  padding: 30px 60px;
  border: 2px solid #dd1e2c;
  font-size: 20px;
  margin-top: 16px;
}
section.bestsellers .card a.bestorder:hover {
  background-color: #e6e6e6;
  text-decoration: none;
  color: #dd1e2c;
}
section.bestsellers .pizzacard {
  position: relative;
}
section.bestsellers .pizzacard::before {
  background-image: url(../../images/icons/special_icons/pizzas.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 80px;
  height: 80px;
  top: 16px;
  right: 16px;
  content: "";
  position: absolute;
}
section.bestsellers .burgercard::before {
  background-image: url(../../images/icons/special_icons/burger.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 80px;
  height: 80px;
  top: 16px;
  right: 16px;
  content: "";
  position: absolute;
}
section.bestsellers .kebabcard::before {
  background-image: url(../../images/icons/special_icons/kebab.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 80px;
  height: 80px;
  top: 16px;
  right: 16px;
  content: "";
  position: absolute;
}
section.bestsellers .wrapcard::before {
  background-image: url(../../images/icons/special_icons/wraps.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 80px;
  height: 80px;
  top: 16px;
  right: 16px;
  content: "";
  position: absolute;
}
section.bestsellers .Doughnutcard::before {
  background-image: url(../../images/icons/special_icons/doughnut.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 80px;
  height: 80px;
  top: 16px;
  right: 16px;
  content: "";
  position: absolute;
}

.food-icons {
  background-color: #dd1e2c;
  background-image: linear-gradient(to right bottom, #006748, #000, #ff3d71);
  padding: 8px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  margin: 40px 16px;
}
.food-icons .swiper {
  padding: 0;
}
.food-icons .swiper .swiper-button-prev,
.food-icons .swiper .swiper-button-next {
  background-color: #dd1e2c;
  border-radius: 5px;
  padding: 25px;
  top: 25px;
  transition: ease-in-out 0.3s;
}
.food-icons .swiper .swiper-button-prev:hover,
.food-icons .swiper .swiper-button-next:hover {
  transform: scale(0.9);
}
@media (max-width: 767px) {
  .food-icons .swiper .swiper-button-prev,
  .food-icons .swiper .swiper-button-next {
    display: none;
  }
}
.food-icons .swiper .swiper-button-prev:after,
.food-icons .swiper .swiper-button-next:after {
  color: #fff;
}
.food-icons .swiper .swiper-button-next {
  left: unset;
  right: 0%;
}
.food-icons .swiper .swiper-button-prev {
  left: unset;
  right: 5%;
}
.food-icons .swiper .card {
  border: none;
  justify-content: center;
  text-align: center;
  background-color: transparent !important;
  padding: 5px;
  border-radius: 20px;
  transition: ease-in-out 0.3s;
  display: flex;
  flex-direction: row;
}
.food-icons .swiper .card:hover {
  transform: scale(1.02);
  background-color: transparent;
}
.food-icons .swiper .card:hover span {
  text-decoration: none;
}
.food-icons .swiper .card a {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.food-icons .swiper .card a img {
  width: 150px;
}
.food-icons .swiper .card span {
  font-size: 17px;
  font-weight: 900;
  margin-top: 3px;
  text-transform: capitalize;
}

.index-hero {
  background-image: url(../../images/hero/Birdies-StAndrews-slice-pizza-from-pizza.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  border-radius: 24px 24px 0 0;
  -webkit-border-radius: 24px 24px 0 0;
  -moz-border-radius: 24px 24px 0 0;
  -ms-border-radius: 24px 24px 0 0;
  -o-border-radius: 24px 24px 0 0;
}

section.hero {
  padding: 80px;
}
@media (max-width: 991px) {
  section.hero {
    padding: 80px 0;
  }
}
section.hero a.btn {
  background-color: #dd1e2c;
  padding: 16px 70px;
  color: #fff;
  position: relative;
  z-index: 5;
}
section.hero a.btn:hover {
  background-image: linear-gradient(to right bottom, #006748, #000, #ff3d71);
}
section.hero section.header-hero h1 {
  padding-top: 40px;
  color: #e6e6e6;
  max-width: 40%;
  font-size: 50px;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
@media (max-width: 1440px) {
  section.hero section.header-hero h1 {
    max-width: 60%;
  }
}
@media (max-width: 1200px) {
  section.hero section.header-hero h1 {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  section.hero section.header-hero h1 {
    max-width: 100%;
    font-size: 40px;
  }
}
@media (max-width: 486px) {
  section.hero section.header-hero h1 {
    font-size: 32px;
  }
}
@media (max-width: 380px) {
  section.hero section.header-hero h1 {
    font-size: 29px;
  }
}
section.hero::before {
  position: absolute;
  content: "Birdies";
  bottom: 1%;
  left: 2%;
  font-size: 100px;
  color: #fff;
  -webkit-text-stroke: 7px #803f1f;
  paint-order: stroke fill;
  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: "St Andrews";
  bottom: 1%;
  right: -5%;
  font-size: 100px;
  color: #fff;
  -webkit-text-stroke: 7px #803f1f;
  paint-order: stroke fill;
  transform: rotate(-90deg);
  display: flex;
  opacity: 0.2;
  z-index: 2;
}
@media (max-width: 1200px) {
  section.hero::after {
    content: "";
  }
}

section.contact-us .container {
  color: #000;
  position: relative;
  z-index: 1;
  padding: 24px;
}
section.contact-us .container .open-gif {
  max-width: 100px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 20px;
}
section.contact-us .container .opening-card {
  background-color: #fff;
  border: 2px solid #fff;
  padding: 20px;
  min-height: 460;
  border-radius: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  section.contact-us .container .opening-card {
    min-height: unset;
    margin-bottom: 24px;
  }
}
section.contact-us .container .opening-card #openinghour .d-flex {
  margin: 2px;
  border-radius: 5px;
  padding: 5px;
}
section.contact-us .container .opening-card #openinghour .d-flex p {
  color: #000 !important;
  padding: 5px;
}
section.contact-us .container .opening-card #openinghour .d-flex:nth-child(odd) {
  background-color: rgba(255, 146, 146, 0.107);
}
section.contact-us .container .card {
  background-color: #fff;
  border: 2px solid #fff;
  padding: 20px;
  min-height: 460;
  border-radius: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  section.contact-us .container .card {
    min-height: unset;
    margin-bottom: 24px;
  }
}
section.contact-us .container .card ul {
  color: #000;
  padding: 0;
  list-style: none;
  text-align: center;
}
section.contact-us .container .card ul li {
  margin: 0;
  padding: 6px;
}
section.contact-us .container .card ul li h4 {
  color: #006748;
  font-size: 2.3rem;
  font-weight: bolder;
}
section.contact-us .container .card ul li svg {
  fill: #006748 !important;
}
section.contact-us .container .card ul li p {
  margin-bottom: 0;
  font-size: 20px;
}
section.contact-us .container .card ul li a.btn {
  border: 2px solid #006748;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 13px 40px;
  margin: 2px 0;
  background-color: #006748;
  color: #fff;
  font-weight: bolder;
}
section.contact-us .container .card ul li a.btn:hover {
  color: #006748;
  background-color: #fff;
}
section.contact-us .container .card ul li iframe {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

section.about {
  padding: 80px 0;
  background-color: #000;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
section.about .about-cards {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  section.about .about-cards {
    flex-direction: row;
  }
}
@media (max-width: 576px) {
  section.about .about-cards {
    flex-direction: column;
  }
}
section.about .card {
  color: #fff;
  background-color: transparent;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 4px;
  margin-bottom: 70px;
  min-height: 248px;
  background-image: linear-gradient(to right bottom, #006748, #ffffff, #ff3d71);
  border-radius: 56px;
  -webkit-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
  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;
  margin: 5px;
}
@media (max-width: 991px) {
  section.about .card {
    width: 50%;
  }
}
@media (max-width: 768px) {
  section.about .card {
    width: 70%;
  }
}
@media (max-width: 567px) {
  section.about .card {
    margin: 10px auto;
  }
}
@media (max-width: 480px) {
  section.about .card {
    width: 90%;
  }
}
section.about .card .card-inner {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  color: #fff;
  background-color: #000;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 8px;
  min-height: 248px;
}
section.about .card:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
section.about img {
  display: flex;
  justify-content: center;
  margin: 10px auto;
  background-color: #fff;
  border-radius: 30px 30px 0 30px;
  -webkit-border-radius: 30px 30px 0 30px;
  -moz-border-radius: 30px 30px 0 30px;
  -ms-border-radius: 30px 30px 0 30px;
  -o-border-radius: 30px 30px 0 30px;
  margin-bottom: 16px;
}
section.about img.about-img {
  border-radius: 16px;
  margin-bottom: 16px;
  max-width: 90%;
  justify-content: center;
  align-items: center;
  margin: auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  transform: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
}
section.about h2 {
  text-align: center;
  color: #fff;
  font-size: 54px;
  font-weight: bolder;
  padding-bottom: 50px;
}
@media (max-width: 486px) {
  section.about h2 {
    font-size: 40px;
  }
}
@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: 100px;
}
section.about p {
  margin-bottom: 16px;
  font-size: 13px;
}

section.awards-section {
  padding: 80px;
  text-align: left;
  color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  section.awards-section {
    padding: 80px 40px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  section.awards-section {
    padding: 0 0 80px 0;
  }
}
section.awards-section::before {
  position: absolute;
  content: "";
  bottom: -5%;
  right: 5%;
  display: flex;
  z-index: 2;
  background-image: url(../../images/icons/hot-pizza.png);
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0.7;
  z-index: 0;
}
@media (max-width: 1200px) {
  section.awards-section::before {
    width: 200px;
    height: 200px;
  }
}
section.awards-section h2 {
  color: #e6e6e6;
  font-size: 50px;
  font-weight: bolder;
}
@media (max-width: 486px) {
  section.awards-section h2 {
    font-size: 40px;
  }
}
section.awards-section p {
  font-size: 18px;
}
@media (max-width: 768px) {
  section.awards-section p {
    font-size: 15px;
  }
}
section.awards-section a.btn {
  background-color: #dd1e2c;
  padding: 16px 70px;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
section.awards-section a.btn:hover {
  background-image: linear-gradient(to right bottom, #006748, #000, #ff3d71);
}
section.awards-section .awards {
  display: flex;
  justify-content: center;
}
section.awards-section .awards img {
  max-width: 260px;
  border: 2px solid #dd1e2c;
  margin: 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

section.favourites {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e6e6e6;
}
section.favourites h2 {
  font-size: 60px;
  font-weight: bold;
  color: #dd1e2c;
  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: #dd1e2c;
  border-radius: 10px 10px 100px 100px;
}
section.favourites div.fav-card div.shape h3 {
  text-align: center;
  color: #e6e6e6;
  padding-top: 30px;
  padding-bottom: 30px;
}
section.favourites div.fav-card div.shape a {
  text-decoration: none;
  border: 2px solid #e6e6e6;
  background-color: #dd1e2c;
  border-radius: 30px;
  padding: 10px 30px;
  color: #e6e6e6;
}
section.favourites div.fav-card div.shape a:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  color: #dd1e2c;
}
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: #e6e6e6;
  color: #000;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border: 1px solid #dd1e2c;
  border-radius: 12px;
}
#myBtn:hover {
  border: 1px solid #dd1e2c;
  background-color: white;
  box-shadow: #dd1e2c 0px 7px 29px 0px;
}/*# sourceMappingURL=style2.css.map */