.main-color {
  color: #d71d22;
}

@font-face {
  font-family: Poppins;
  src: url(../../Fonts/Poppins/Poppins-Regular.ttf);
}
@font-face {
  font-family: Poppins-bold;
  src: url(../../Fonts/Poppins/Poppins-Bold.ttf);
}
@font-face {
  font-family: Kameron;
  src: url(../../Fonts/Kameron/kameron.regular.ttf);
}
body {
  font-family: Poppins, Kameron !important;
  color: #fff;
  overflow-x: hidden;
}

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

html {
  scroll-behavior: smooth;
}

.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;
}

ul {
  list-style: none;
}

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

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

header {
  background-color: #0f1f1e;
}
header .navbar-brand {
  font-size: 1rem !important;
  padding: 0;
}
header .shop-logo {
  max-width: 140px;
  order: 1;
}
@media (max-width: 1200px) {
  header .shop-logo {
    order: 2;
    max-width: 120px;
  }
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header .header-links {
  display: flex;
}
@media (max-width: 1200px) {
  header .header-links {
    flex-direction: column;
  }
}
header section.menu-section .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0);
}
header section.menu-section .navbar-toggler-icon {
  background-image: unset;
}
header section.menu-section .navbar-toggler-icon .fa {
  color: #fff;
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 1200px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
header section.menu-section nav {
  text-align: center;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section li:hover svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
header section.menu-section a.nav-link.dropdown.show {
  position: relative;
}
header section.menu-section a.nav-link.dropdown.show ul.dropdown-menu {
  background-color: #e22525;
  top: 20px !important;
}
header section.menu-section a.nav-link.dropdown.show ul.dropdown-menu li {
  align-items: flex-start;
}
header section.menu-section a.nav-link {
  color: #fff !important;
  font-family: Poppins-bold;
  text-transform: capitalize;
}
header section.menu-section a.nav-link:hover {
  border-bottom: 1px solid #d71d22;
  color: #d71d22;
}
@media (min-width: 1200px) {
  header section.menu-section a.nav-link {
    margin-right: 15px;
    font-size: 15px;
  }
}
header section.menu-section a.nav-link .fa.fa-facebook {
  background-color: #d71d22;
  padding: 10px 15px;
  border-radius: 50%;
}
header section.menu-section .menu-btn {
  background-color: #d71d22;
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
  padding: 8px 15px 8px 15px;
  color: #fff;
}
@media (max-width: 1200px) {
  header section.menu-section .menu-btn {
    display: none;
  }
}
@media (min-width: 1200px) {
  header section.menu-section .menu-btn {
    padding: 14px 25px 13px 19px;
  }
}
header section.menu-section .menu-btn a {
  margin: 0;
}
header section.menu-section .dropdown-menu {
  padding: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
header section.menu-section .dropdown-item {
  padding: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
header section.menu-section .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #d71d22;
}
header section.menu-section .dropdown-item svg path {
  fill: #0f1f1e;
}
header section.menu-section .dropdown-toggle::after {
  display: none;
}
header section.menu-section svg {
  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;
}
header section.menu-section svg path {
  fill: #fff;
}

.toppart {
  background-color: #0f1f1e;
  display: flex;
  justify-content: center;
  text-align: center;
}
.toppart .fa {
  font-size: 24px;
  align-items: center;
  margin-right: 5px;
}
.toppart p {
  padding: 10px 0;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bolder;
  border-bottom: 1px solid #d71d22;
}
@media (max-width: 1200px) {
  .toppart p {
    text-align: center;
  }
}

@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
/* section hero */
section.hero-section {
  background-color: #fffdfc;
  padding: 0px 10px;
}
section.hero-section div.inner-content h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  section.hero-section div.inner-content h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content h2 {
    font-size: 2rem;
  }
}
section.hero-section div.inner-content h2 span.ten-off {
  text-decoration: underline;
  text-decoration-color: #d71d22;
}
section.hero-section div.inner-content p.hero-main-text {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #150c01;
}
@media (min-width: 768px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 1rem;
  }
}
section.hero-section div.inner-content a {
  background-color: #d71d22;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  section.hero-section div.inner-content a {
    margin-top: 62px;
  }
}
section.hero-section div.inner-content a:hover {
  color: #d71d22;
  border-color: #d71d22;
  background-color: #fff !important;
}
section.hero-section div.inner-content a .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
section.hero-section div.inner-content a .order-now-icon-main:hover {
  stroke: #d71d22;
}

#slider {
  background-color: #262626;
}
#slider .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 700px;
  padding: 150px 0;
}
@media (max-width: 768px) {
  #slider .swiper-slide {
    min-height: -moz-max-content;
    min-height: max-content;
    padding: 110px 0;
  }
}
#slider .swiper-slide .item-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #slider .swiper-slide .item-inner {
    margin-top: 0;
  }
}
#slider .swiper-slide .item-inner h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: Poppins-bold;
  font-size: 6rem;
  text-shadow: 2px 2px 12px #000;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  position: relative;
}
@media (max-width: 991px) {
  #slider .swiper-slide .item-inner h2 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  #slider .swiper-slide .item-inner h2 {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  #slider .swiper-slide .item-inner h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #slider .swiper-slide .item-inner h2 {
    font-size: 30px;
  }
}
#slider .swiper-slide .item-inner h2::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 2px auto;
  background-image: url(../../imgs/header/italian-flag.PNG);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 5px;
}
#slider .swiper-slide .item-inner p {
  text-transform: capitalize;
  font-weight: 700;
  text-shadow: 0 0 12px rgb(0, 0, 0);
  font-size: 30px;
}
@media (max-width: 768px) {
  #slider .swiper-slide .item-inner p {
    font-size: 20px;
  }
}
#slider .swiper-slide .item-inner .orderbtn {
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 20px 50px;
  background-color: #d71d22;
  font-family: Poppins-bold;
  color: #fff;
  border-radius: 10px;
  border: 3px solid #d71d22;
  margin: 5px;
  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;
}
@media (max-width: 576px) {
  #slider .swiper-slide .item-inner .orderbtn {
    margin: 5px auto;
  }
}
@media (max-width: 480px) {
  #slider .swiper-slide .item-inner .orderbtn {
    padding: 14px 30px;
  }
}
#slider .swiper-slide .item-inner .orderbtn:hover {
  color: #d71d22;
  border-color: #d71d22;
  background-color: #fff !important;
}
#slider .swiper-slide .item-inner .orderbtn.second-btn {
  background-color: #02833d;
  border: 3px solid #02833d;
}
#slider .swiper-slide .item-inner .orderbtn.second-btn:hover {
  color: #02833d !important;
}
#slider .swiper-slide .slider-header-bg {
  background-color: rgba(15, 31, 30, 0.4431372549);
  margin: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0 20px 40px;
  border-radius: 10px;
  margin-bottom: 20px;
}
#slider .slider-one {
  background-image: url("../../imgs/hero/Melt-Takeaway-Edinburgh-specialoffers-pizzas.jpg");
}
#slider .slider-two {
  background-image: url("../../imgs/hero/Melt-Takeaway-Edinburgh-specialoffers-pastas.jpg");
}
#slider .slider-three {
  background-image: url("../../imgs/hero/Melt-Takeaway-Edinburgh-specialoffers-fast-delivery.jpg");
}
#slider .slider-four {
  background-image: url("../../imgs/hero/Melt-Takeaway-Edinburgh-specialoffers-lemonade.jpg");
}
#slider .slider-five {
  background-image: url("../../imgs/hero/Melt-Takeaway-Edinburgh-specialoffers-juice.jpg");
}

/* more about us section */
section.more-about-us-section {
  background-color: #fffdfc;
  margin-top: 160px;
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
}
section.more-about-us-section .circle-img {
  margin-bottom: 33px;
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
}
section.more-about-us-section p {
  max-width: 300px;
}

/* special to try */
section.special {
  background-image: url(../../imgs/special/Melt-Takeaway-Edinburgh-pizzas.jpg);
  text-align: center;
  padding: 90px 50px;
}
@media (max-width: 1200px) {
  section.special {
    padding: 90px 20px;
  }
}
@media (max-width: 991px) {
  section.special {
    padding: 90px 0 0 0;
  }
}
section.special h3 {
  margin-bottom: 10px;
  color: #fff;
  font-family: Poppins-bold;
  font-size: 38px;
}
@media (max-width: 380px) {
  section.special h3 {
    font-size: 30px;
  }
}
section.special .special-p {
  color: #fff;
}
section.special .card {
  transition: 0.6s ease all;
  padding: 10px;
  min-height: 530px;
  border: 1px solid rgba(141, 140, 140, 0.1);
  background-color: rgba(255, 255, 255, 0.7843137255);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
section.special .card .card-content .food-name {
  color: #d71d22 !important;
  font-family: Poppins-bold;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -1px;
  text-transform: capitalize;
}
section.special .card .card-content .food-name p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section.special .card .card-content .food-name {
    font-size: 25px;
  }
}
section.special .card .card-content .food-detail p {
  color: #000;
  margin-bottom: 0;
  font-size: 15px;
}
section.special .card:hover {
  transform: scale(1.09);
}
section.special .card:hover .food-name {
  color: #02833d !important;
}
section.special .card:hover a.main-btn {
  color: white;
  border-color: #02833d;
  background-color: #02833d;
}
section.special .card a.main-btn {
  background-color: #d71d22;
  color: #fff;
  padding: 15px 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins-bold;
}
@media (min-width: 992px) {
  section.special .card a.main-btn {
    margin-top: 10px;
  }
}
section.special div.order-container .d-flex {
  justify-content: space-evenly;
}

section.special-offer {
  background-color: #19ac46;
  padding: 30px 0;
}
section.special-offer .special-content {
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
section.special-offer .special-content p {
  font-size: 20px;
  align-items: center;
  font-weight: bolder;
}
section.special-offer .special-content a.order-now {
  border: 3px solid #ffffff;
  background-color: rgb(255, 255, 255);
  padding: 11px 30px;
  font-size: 15px;
  font-weight: 600;
  color: #008a29;
  border-radius: 4px;
  letter-spacing: 0.09em;
  font-weight: bolder;
  font-family: Poppins-bold;
  margin: 4px;
  max-width: -moz-max-content;
  max-width: max-content;
}
section.special-offer .special-content a.order-now:hover {
  background-color: #d71d22;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 991px) {
  section.special-offer .special-content a.order-now {
    padding: 11px 15px;
    margin: 4px auto;
  }
}

section.special-offer-red {
  background-color: #d71d22;
}
section.special-offer-red p {
  font-size: 25px;
  margin-bottom: 0;
  font-weight: bolder;
}
section.special-offer-red a.order-now {
  border: 1px solid #d71d22 !important;
  background-color: rgb(255, 255, 255);
  padding: 11px 30px;
  line-height: 48px;
  font-size: 13px;
  font-weight: 600;
  color: #d71d22 !important;
  border-radius: 4px;
  letter-spacing: 0.09em;
}
section.special-offer-red a.order-now:hover {
  background-color: #fff;
  text-decoration: none;
}
@media (max-width: 991px) {
  section.special-offer-red a.order-now {
    line-height: 30px !important;
  }
}

section.about-us {
  background-image: url(../../imgs/hero/Melt-Takeaway-Edinburgh-burgers.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  color: #fff;
}
section.about-us .about-us-header {
  position: relative;
  margin-bottom: 40px;
  position: relative;
}
section.about-us .about-us-header::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 2px auto;
  background-image: url(../../imgs/header/italian-flag.PNG);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100px;
  height: 3px;
}
@media (max-width: 480px) {
  section.about-us .about-us-header {
    font-size: 20px;
  }
}
section.about-us p {
  margin-bottom: 40px;
}
section.about-us h2,
section.about-us p {
  text-transform: capitalize;
}

section.peyment-method {
  background-color: #0f1f1e;
}
section.peyment-method div.row {
  padding: 50px 0;
}
section.peyment-method div.row div.col-10 .methods-container {
  justify-content: space-evenly;
  flex-wrap: wrap;
}
section.peyment-method div.row div.col-10 .methods-container > div img {
  width: 70px;
  display: block;
  margin: 12px;
}

/* dwnloap app section */
section.dl-app {
  margin-top: 200px;
  margin-bottom: 50px;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content img.dl-app-link {
    margin-bottom: 0;
    width: 150px;
  }
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 70px;
  margin-bottom: 56px;
  margin-top: 20px;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 2rem;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-12-20 14:30:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews .container {
  background-color: #d71d22;
  border-radius: 34px;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}
@media (min-width: 768px) {
  section.reviews h3 {
    font-size: 50px;
  }
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  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: #d71d22;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

/* footer */
footer {
  background-color: #0f1f1e;
}
footer .shop-logo {
  max-width: 150px;
}
@media (max-width: 991px) {
  footer .shop-logo {
    max-width: 120px;
  }
}
footer .dl-app-img img {
  max-width: 280px;
}
footer .co-info {
  flex-direction: column;
}
footer ul {
  padding: 0;
}
footer .footer-header {
  color: #d71d22;
  font-family: kameron;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}
footer .footer-header::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 2px auto;
  background-image: url(../../imgs/header/italian-flag.PNG);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100px;
  height: 3px;
}
footer .footer-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
}
@media (max-width: 767px) {
  footer .footer-menu {
    justify-content: center;
  }
}
footer .footer-menu li a img {
  max-width: 120px;
  transition: ease-in-out 0.5s;
  margin: 5px;
}
@media (max-width: 991px) {
  footer .footer-menu li a img {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  footer .footer-menu li a img {
    max-width: 125px;
  }
}
footer .footer-menu li a img:hover {
  transform: scale(1.2);
}
footer #openinghour {
  max-width: 80%;
  margin: auto;
}

section.foods-tags {
  background-color: #0f1f1e;
}
section.foods-tags ul {
  padding: 10px;
}
section.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border-radius: 13px;
  padding: 5px 10px;
  margin: 4px;
  background-color: #fff;
  color: #0f1f1e;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 800;
}
section.foods-tags ul li a {
  color: #a1a1a1;
}
section.foods-tags ul li a:hover {
  text-decoration: none;
  color: #d71d22;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #d71d22;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}
#myBtn:hover {
  color: #d71d22;
  border: 1px dashed #d71d22;
  background-color: white;
  box-shadow: #02833d 0px 7px 29px 0px;
}

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: #d71d22;
  color: white;
}
::selection {
  background-color: #d71d22;
  color: white;
}

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

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

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

section.copyright {
  background-color: #0F1F1E;
  border-top: 1px solid #d71d22;
}
section.copyright a.mealzo-link {
  color: #d71d22;
}/*# sourceMappingURL=style2.css.map */