.main-color {
  color: #FF3232;
}

a.btn {
  background: linear-gradient(to right, #00931B 20%, #ffffff 20% 80%, #FF3232 80%) !important;
  color: #000 !important;
}

@font-face {
  font-family: Italigia;
  src: url(../../Fonts/Italigia/Italigia.otf);
}
@font-face {
  font-family: "Raleway";
  src: url(../../Fonts/Raleway/Raleway-Regular.ttf);
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway" !important;
  overflow-x: hidden;
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../../imgs/main/background-kebab.jpg");
  height: -moz-fit-content;
  height: fit-content;
}

.valentine-gif {
  max-width: 100px;
}
@media (max-width: 480px) {
  .valentine-gif {
    max-width: 60px;
  }
}

.snowflake {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 999;
  background-image: url(../../imgs/snow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.snowflake:nth-child(even) {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 999;
  background-image: url(../../imgs/blue-snow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.fade-right {
  animation: fade-right 0.7s ease-in-out;
}

@keyframes fade-right {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-two {
  animation: fade-two 1.2s ease-in-out;
}

@keyframes fade-two {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    transform: rotate(-115deg);
    opacity: 1;
  }
}
.fade-top {
  animation: fade-top 0.7s ease-in-out;
}

@keyframes fade-top {
  0% {
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-left {
  animation: fade-left 0.7s ease-in-out;
}
@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .fade-right {
  animation: fade-right 1s ease-in-out;
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .fade-bottom {
  animation: fade-bottom 0.7s ease-in-out;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-open .modal {
  z-index: 99999;
}

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

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

.section-header {
  font-size: 45px;
  margin-bottom: 30px;
  font-weight: bolder;
}
@media (max-width: 768px) {
  .section-header {
    font-size: 35px;
  }
}
@media (max-width: 380px) {
  .section-header {
    font-size: 25px;
  }
}

.top-header {
  background-color: #00931B;
  padding: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
}
.top-header p {
  align-items: center;
  margin-bottom: 0;
}

header {
  position: relative;
  padding: 40px 0 0 0;
}
@media (max-width: 1200px) {
  header {
    background-color: #d0d0d0;
    border-radius: 0 0 80px 80px;
    padding: 20px 0;
  }
}
header .navbar-toggler {
  color: rgba(255, 255, 255, 0) !important;
  border-color: rgba(255, 255, 255, 0) !important;
  background: unset;
}
header .navbar-toggler-icon {
  background-image: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-name img {
  margin: auto;
  max-width: 180px;
}
@media (max-width: 1200px) {
  header .shop-name img {
    max-width: 170px;
  }
}
@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;
    padding: 20px 0;
  }
}
header section.menu-section nav {
  padding-top: 10px;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section .closebtn {
  text-decoration: unset;
  position: fixed;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #FF3232;
}
@media (min-width: 1200px) {
  header section.menu-section .closebtn {
    display: none;
  }
}
header section.menu-section a.nav-link {
  color: #000;
  font-weight: bolder;
  border-bottom: 1px solid transparent;
}
header section.menu-section a.nav-link:hover {
  color: #FF3232 !important;
}
header section.menu-section a.nav-link .active {
  color: #00931B !important;
}
@media (min-width: 1200px) {
  header section.menu-section a.nav-link {
    font-size: 17px;
    margin-left: 20px;
  }
}
header section.menu-section a.btn {
  background-color: #FF3232;
  color: black;
}
@media (min-width: 1200px) {
  header section.menu-section {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
    z-index: 999;
  }
}
header .header-links {
  justify-content: flex-start;
}
header a.btn {
  padding: 15px 35px;
  background-color: #FF3232;
  color: #fff;
  font-weight: bolder;
  border: 1px solid #FF3232;
  border-radius: 30px;
}
header a.btn:hover {
  background-color: #fff;
  border-color: #FF3232;
  color: #FF3232;
}
@media (max-width: 991px) {
  header a.btn {
    margin: auto;
  }
}

.header-btn {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.header-btn a.btn {
  background-color: #FF3232;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
}
.header-btn a.btn:hover {
  color: #FF3232;
  border-color: #FF3232;
  background-color: #fff !important;
  box-shadow: #00931B 0px 4px 12px;
}
@media (min-width: 1200px) {
  .header-btn a.btn {
    margin-top: 10px;
  }
}
.header-btn a.btn .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
.header-btn a.btn .order-now-icon-main:hover {
  stroke: #FF3232;
}

/* section hero */
.index-hero {
  background-color: #fff;
  position: relative;
  border-radius: 0 0 170px 0;
  -webkit-border-radius: 0 0 170px 0;
  -moz-border-radius: 0 0 170px 0;
  -ms-border-radius: 0 0 170px 0;
  -o-border-radius: 0 0 170px 0;
}
@media (max-width: 1200px) {
  .index-hero {
    border-radius: 0 0 100% 0;
    -webkit-border-radius: 0 0 100% 0;
    -moz-border-radius: 0 0 100% 0;
    -ms-border-radius: 0 0 100% 0;
    -o-border-radius: 0 0 100% 0;
  }
}

section.hero-section {
  color: #000;
  position: relative;
}
@media (max-width: 991px) {
  section.hero-section {
    padding: 50px 0;
  }
}
section.hero-section .hero-text {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
}
@media (max-width: 991px) {
  section.hero-section .hero-text {
    margin: auto;
    padding-top: 0;
  }
}
section.hero-section h2 {
  font-size: 75px;
  font-weight: bolder;
  font-family: Italigia;
  color: #FF3232;
  text-shadow: 0 0 2px #3d3d3d;
}
@media (max-width: 1300px) {
  section.hero-section h2 {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  section.hero-section h2 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  section.hero-section h2 {
    font-size: 35px;
  }
}
section.hero-section a.btn {
  padding: 15px 35px;
  background-color: #FF3232;
  color: #fff;
  font-weight: bolder;
  border: 1px solid #FF3232;
  border-radius: 30px;
  max-width: -moz-max-content;
  max-width: max-content;
}
section.hero-section a.btn:hover {
  background-color: #fff;
  border-color: #FF3232;
  color: #FF3232;
}
@media (max-width: 991px) {
  section.hero-section a.btn {
    margin: auto;
  }
}
section.hero-section img {
  border-radius: 50%;
  max-width: 95%;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 991px) {
  section.hero-section img {
    display: flex;
  }
}
section.hero-section .category-title {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 5px;
  justify-content: space-between;
  max-width: 90%;
  margin: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
section.hero-section .category-title .fa {
  color: #000;
}
section.hero-section .swiper-hero {
  margin-bottom: -50px;
}

section.more-about-us-section {
  margin-bottom: -250px;
  padding: 90px 0;
  color: #000;
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  section.more-about-us-section {
    padding: 80px 0;
  }
}
section.more-about-us-section .more-text {
  font-size: 17px;
}
section.more-about-us-section .section-header {
  margin-bottom: 10px !important;
  color: #FF3232;
  font-family: Italigia;
}
section.more-about-us-section .about-text {
  margin-bottom: 40px;
  max-width: 550px;
}
section.more-about-us-section a.btn {
  background-color: #FF3232;
  padding: 15px 35px;
  color: #fff;
  font-weight: bolder;
  border: 1px solid #FF3232;
  border-radius: 30px;
}
section.more-about-us-section a.btn:hover {
  background-color: #FF3232;
  border-color: #fff;
  color: #fff;
}
section.more-about-us-section .more-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 230px;
  background-color: #f6f6f6;
  color: #000;
  padding: 20px 10px;
  margin: 0 auto 30px auto;
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0px 4px 13px #d5d5d5;
  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;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  section.more-about-us-section .more-content {
    padding: 20px 10px;
  }
}
@media (max-width: 768px) {
  section.more-about-us-section .more-content {
    min-height: 250px;
    padding: 0;
  }
}
section.more-about-us-section .more-content .circle-img {
  margin-bottom: 15px;
  margin-right: 15px;
  border-radius: 50%;
  transition: all 0.5s;
  position: relative;
}
section.more-about-us-section .more-content .circle-img::after {
  position: absolute;
  content: "";
  background-color: #EAB5D5;
  bottom: -3px;
  top: auto;
  left: 0;
  right: 0;
  width: 30px;
  height: 15px;
  display: flex;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
section.more-about-us-section .more-content .circle-img img {
  width: 100px;
  padding: 6px;
  transition: ease-in-out 0.7s;
  border: 7px solid #EAB5D5;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 576px) {
  section.more-about-us-section .more-content .circle-img {
    margin-bottom: 20px;
  }
}
section.more-about-us-section .more-content .about-details {
  padding: 0 10px;
}
section.more-about-us-section .more-content .about-details h4 {
  margin-bottom: 7px;
  font-size: 1.2rem;
  font-weight: 700;
}
section.more-about-us-section .more-content .about-details p {
  margin: 0;
  max-width: 400px;
  font-size: 13px;
  font-weight: 800;
}
section.more-about-us-section .more-content a.btn {
  margin-top: 20px;
  background-color: #FF3232;
  padding: 15px 40px;
  border-radius: 15px;
  color: #000;
}
section.more-about-us-section .more-content.more-content-main {
  background-color: #faedf4;
}

.special {
  padding: 80px 0;
  position: relative;
  background-color: #eaeaea;
}
@media (max-width: 480px) {
  .special {
    padding: 80px 0 0 0;
  }
}
.special h3 {
  text-shadow: 1px 1px #a7a7a7;
  font-family: Italigia;
  color: #FF3232;
}
.special .swiper-wrapper {
  padding: 40px 5px;
}
.special .swiper-slide.swiper-slide-active .card-title {
  display: flex;
  justify-content: center;
}
.special .card {
  border: 1px solid #fff;
  transition: 0.7s ease-in-out;
  border-radius: 20px;
  background-color: transparent;
}
.special .card:hover {
  text-decoration: none;
  transform: scale(1.07);
  transition: 0.7s ease-in-out;
}
.special .card:hover button {
  display: flex;
}
@media (max-width: 480px) {
  .special .card {
    background-color: transparent;
  }
}
.special .card a:hover {
  text-decoration: none;
}
.special .card img {
  width: 100%;
  position: relative;
  display: flex;
  margin: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.special .card button {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  outline: none;
  border: none;
  right: 0;
  margin: 0;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  padding: 17px;
  background-color: #FF3232;
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 555;
  border-radius: 0 50px 50px 50px;
  -webkit-border-radius: 0 50px 50px 50px;
  -moz-border-radius: 0 50px 50px 50px;
  -ms-border-radius: 0 50px 50px 50px;
  -o-border-radius: 0 50px 50px 50px;
  display: none;
}
.special .card button h4 {
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .special .card button h4 {
    font-size: 1rem;
  }
}
.special .card p {
  margin-top: -20px;
  width: 100%;
  background-color: #FF3232;
  padding: 15px 0;
  color: #fff;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.special .card-title {
  outline: none;
  border: none;
  width: 97%;
  background-color: #FF3232;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 5px;
  margin-top: -75px;
  text-align: center;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 480px) {
  .special .card-title {
    padding: 5px 15px;
    margin-top: -50px;
  }
}

.top-svg {
  background-color: #fff;
  margin-top: -150px;
}
@media (max-width: 991px) {
  .top-svg {
    margin-top: 0px;
    background-color: transparent;
  }
}

.footer-svg {
  margin-top: -250px;
}

.swiper-pagination-bullet {
  background-color: antiquewhite;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: none !important;
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: none !important;
}

.offers {
  background-color: #eaeaea;
  padding: 30px 10px 60px 10px;
}
.offers img {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.offers ul {
  list-style: none;
  display: flex;
  padding: 0;
  justify-content: space-between;
}
.offers ul li {
  max-width: 50%;
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: center;
}
.offers ul li p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: bolder;
  font-size: 50px;
  font-family: Italigia;
}
.offers .app-mockup {
  background: #fff;
  border-radius: 15px;
}
.offers .app-mockup img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.offers .app-mockup p#dl_app_p {
  font-size: 1.1rem;
  font-weight: bolder;
  background-color: #FF3232;
  margin: 0 10px;
  color: #fff;
  border-radius: 20px;
  padding: 6px;
}
@media (max-width: 576px) {
  .offers .app-mockup p#dl_app_p {
    font-size: 1rem;
  }
}
.offers .app-images {
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: -80px;
  position: relative;
  padding: 10px;
}
@media (max-width: 1200px) {
  .offers .app-images {
    margin-top: -60px;
  }
}
.offers .app-images a {
  align-items: center;
  justify-content: center;
  display: flex;
}
.offers .app-images img {
  max-width: 80%;
}
.offers .pizza-offer {
  margin-top: 40px;
}

section.about-us {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 1200px) {
  section.about-us {
    padding: 50px 0;
  }
}
section.about-us::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 35%;
  background-color: #FF3232;
  top: 60%;
  left: 0;
  z-index: -1;
  border-radius: 0 0 15px 0;
}
@media (max-width: 991px) {
  section.about-us::before {
    top: unset;
    bottom: 0%;
    width: 60%;
    height: 30%;
  }
}
@media (max-width: 576) {
  section.about-us::before {
    top: unset;
    bottom: 0%;
    width: 60%;
    height: 30%;
  }
}
section.about-us h3 {
  color: #FF3232;
}
section.about-us p {
  margin-top: 5px;
  max-width: 90%;
  text-align: justify;
}
@media (max-width: 991px) {
  section.about-us p {
    margin: 5px auto 15px auto;
    max-width: 80%;
    display: flex;
    text-align: center;
  }
}
section.about-us img {
  max-width: 100%;
  display: flex;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 991px) {
  section.about-us img {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
  }
}
section.about-us a.btn {
  padding: 15px 35px;
  background-color: #FF3232;
  color: #fff;
  font-weight: bolder;
  border: 1px solid #FF3232;
  border-radius: 30px;
  margin-top: 20px;
}
section.about-us a.btn:hover {
  background-color: #fff;
  border-color: #FF3232;
  color: #FF3232;
}

section.peyment-method {
  padding: 10px 0;
}
section.peyment-method .methods-container {
  justify-content: space-evenly;
}
section.peyment-method .methods-container img {
  width: 70px;
  display: block;
}
section.peyment-method .methods-container .moneos img {
  width: 100px !important;
}

/* dwnloap app section */
section.dl-app {
  position: relative;
  padding: 0 0 50px 0;
}
@media (max-width: 768px) {
  section.dl-app {
    padding-top: 50px;
  }
}
section.dl-app .app-mockup {
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 576px) {
  section.dl-app .app-mockup {
    padding: 40px 0;
  }
}
@keyframes app-animation {
  0% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(-7px);
  }
}
section.dl-app div.inner-content {
  max-width: 100%;
  margin: auto;
}
@media (max-width: 576px) {
  section.dl-app div.inner-content {
    max-width: 100%;
  }
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content p {
  color: #000;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  transform: scale(1.2);
  transition: ease-in-out 0.3s;
}
section.dl-app div.inner-content img.dl-app-link {
  width: 180px;
  margin: 0 10px 0 0;
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-weight: bold;
  font-size: 40px;
  margin: 20px 0;
  color: #FF3232;
  font-family: Italigia;
}
@media (max-width: 1200px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 25px;
  }
}
@media (max-width: 380px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin-bottom: 0;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 80px 0;
}
@media (max-width: 768px) {
  section.reviews {
    padding: 20px;
  }
}
section.reviews .container {
  background-color: #FF3232;
  border-radius: 34px;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}
@media (max-width: 576px) {
  section.reviews h3 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 13px;
  }
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  min-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #FF3232;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

.index-footer {
  background-color: #eaeaea;
}

footer {
  position: relative;
  z-index: 0;
  color: rgb(0, 0, 0);
  padding: 80px 0 0 0;
}
@media (max-width: 480px) {
  footer {
    padding: 120px 0 0 0;
  }
}
footer .footer-logo .shop-logo {
  width: 200px;
  margin: auto;
  margin-bottom: 18px;
}
footer .Opening {
  padding: 0;
}
footer .Opening li {
  padding: 3px;
  list-style: none;
}
footer .Opening li a {
  color: #000;
}
footer .Opening li a:hover {
  color: #FF3232;
  text-decoration: none;
}
footer .footer-header {
  font-size: 23px;
  text-transform: capitalize;
  font-weight: bolder;
}
@media (max-width: 480px) {
  footer .footer-header {
    font-size: 35px;
  }
}
footer .fa {
  color: #fff;
  font-size: 1.25rem;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
}
footer a.app-link-dl-container:hover img {
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
footer img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
}
@media (min-width: 768px) {
  footer img.dl-app-link {
    margin-bottom: 0;
    width: 140px;
    margin-left: 20px;
  }
}
footer h3.dl-ur-app-heading {
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  color: #fff;
}
@media (min-width: 768px) {
  footer h3.dl-ur-app-heading {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  footer h3.dl-ur-app-heading {
    font-size: 2rem;
  }
}
footer .co-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
}
@media (max-width: 768px) {
  footer .co-info {
    justify-content: center;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 768px) {
  footer .co-info li {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
  }
}

footer::after {
  content: "";
  position: absolute;
  top: 60px;
  right: 60px;
  height: 500px;
  width: 200px;
  background-image: url("../../imgs/footer/Tonys-Linlithgow-leaning-tower-of-pizza-.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
  display: block;
  pointer-events: none;
}
@media (max-width: 999px) {
  footer::after {
    display: none;
  }
}

.foods-tags {
  padding: 0;
}
.foods-tags ul.foods-link {
  padding: 0;
}
.foods-tags ul.foods-link li {
  list-style: none;
  display: inline-block;
  padding: 2px 10px;
  margin: 2px;
  background-color: transparent;
  font-weight: 500;
  color: #000;
  font-size: 13px;
}
@media (max-width: 768px) {
  .foods-tags ul.foods-link li {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
}
.foods-tags ul.foods-link li:not(:last-of-type) {
  border-right: 1px solid #000;
}
.foods-tags ul.foods-link li a {
  color: #000;
}

.find-us {
  padding: 90px 0;
  position: relative;
  color: #000;
}
@media (max-width: 480px) {
  .find-us {
    padding: 20px 20px 100px 20px;
  }
}
.find-us .container {
  background-color: #fff;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  box-shadow: 2px 2px 15px #a7a7a7;
}
.find-us .container svg {
  fill: #FF3232;
}
.find-us .container .col-12 {
  padding: 0;
}
.find-us a {
  color: #000;
}
.find-us iframe {
  height: 520px;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 40px 0 0 40px;
  -webkit-border-radius: 40px 0 0 40px;
  -moz-border-radius: 40px 0 0 40px;
  -ms-border-radius: 40px 0 0 40px;
  -o-border-radius: 40px 0 0 40px;
}
@media (max-width: 991px) {
  .find-us iframe {
    border-radius: 40px 40px 0 0;
    -webkit-border-radius: 40px 40px 0 0;
    -moz-border-radius: 40px 40px 0 0;
    -ms-border-radius: 40px 40px 0 0;
    -o-border-radius: 40px 40px 0 0;
    height: 250px;
  }
}
.find-us ul {
  list-style: none;
  padding: 0;
}
.find-us #openinghour {
  max-width: 90%;
}
@media (max-width: 991px) {
  .find-us #openinghour {
    margin: 10px auto 30px auto;
  }
}
.find-us h3 {
  font-family: Italigia;
}
@media (max-width: 991px) {
  .find-us h3 {
    margin-top: 30px;
  }
}
.find-us h6 {
  color: #FF3232;
  font-size: 1.6rem;
}
.find-us #openinghour {
  padding: 0 20px;
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  .find-us #openinghour {
    margin-top: 1.1;
  }
}
@media (max-width: 756px) {
  .find-us #openinghour {
    margin-top: 1.1;
  }
}
@media (max-width: 576px) {
  .find-us #openinghour {
    margin-top: 1.1;
  }
}
@media (max-width: 488px) {
  .find-us #openinghour {
    margin-top: 1;
  }
}

section.foods-link {
  margin: 10px 0;
}
section.foods-link ul {
  padding: 10px;
  margin: 0;
}
section.foods-link ul li {
  list-style: none;
  display: inline-block;
  border: 2px solid #00931B;
  border-radius: 18px;
  padding: 5px 15px;
  margin: 5px;
  background-color: #00931B;
  font-weight: 500;
}
section.foods-link ul li a {
  color: #fff;
}
section.foods-link ul li a:hover {
  text-decoration: none;
}
section.foods-link ul li:hover {
  border: 2px solid #00931B;
  background-color: #fff;
}
section.foods-link ul li:hover a {
  color: #00931B;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #FF3232;
  color: white;
  border: 1px solid #fff;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 50%;
  margin: 0;
}
#myBtn:hover {
  color: #FF3232;
  border: 1px dashed #FF3232;
  background-color: white;
  box-shadow: #00931B 0px 7px 29px 0px;
}

section.social-media {
  color: #fff;
  background-color: #FF3232;
  padding: 15px 0;
}
section.social-media .fa {
  font-size: 35px;
  color: #fff;
}
section.social-media .fa:hover {
  color: #fff;
}
section.social-media .card {
  background-color: transparent;
  border-radius: 50%;
  transition: ease-in-out 0.7s;
}
section.social-media .card:hover {
  transform: scale(1.1);
  transition: ease-in-out 0.7s;
}
section.social-media .card img {
  border-radius: 50%;
}
section.social-media h6 {
  font-size: 20px;
  font-weight: bolder;
}
section.social-media div.icon-holder {
  transition: transform 0.5s ease;
}
section.social-media div.icon-holder:hover {
  transform: translate(0px, -8px);
}

/* Customize  Color Of Selection  */
::-moz-selection {
  background-color: #FF3232;
  color: white;
}
::selection {
  background-color: #FF3232;
  color: white;
}

::-moz-selection {
  background-color: #FF3232;
  color: white;
}

/* Customize  Scrollbar  */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #FF3232;
  border-radius: 10px;
}

section.copyright {
  margin-top: 20px;
  color: rgb(0, 0, 0);
}
section.copyright .container {
  padding: 30px 0;
  border-top: 2px solid #FF3232;
}
section.copyright a.mealzo-link {
  color: #fff !important;
}
section.copyright a.mealzo-link:hover {
  color: #00931B !important;
}/*# sourceMappingURL=style2.css.map */