.main-color {
  color: #c0262d;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: Quicksand-bold;
  src: url(../../Fonts/Quicksand/Quicksand-Bold.ttf);
}
body {
  font-family: Quicksand !important;
  background-image: url(../../imgs/hero/Get-Stuffed-Restaurant-Newcastle-upon-Tyne-Pizzas.jpg);
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

a:hover {
  text-decoration: none;
}

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

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

.fa.fa-bars {
  color: #c0262d;
}

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

.top-header {
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #c0262d;
  color: #fff;
}
.top-header .btn {
  background-color: #c0262d;
  color: #fff;
  padding: 5px 20px;
}
@media (max-width: 480px) {
  .top-header .address p {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  .top-header .address p {
    font-size: 11px;
  }
}

.main-header {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  border-bottom: 1px solid #c0262d;
  padding: 30px 0;
}
@media (max-width: 480px) {
  .main-header {
    padding: 0;
  }
}
.main-header p {
  color: #ffffff !important;
}
.main-header .logo img {
  width: 250px;
}
@media (max-width: 768px) {
  .main-header .logo img {
    width: 140px;
    padding: 15px;
  }
}
.main-header h1 {
  line-height: 60px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .main-header h1 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .main-header h1 {
    line-height: 10px;
    font-weight: bolder;
  }
}
.main-header h1 a {
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .main-header p {
    font-size: 15px;
    font-weight: 100;
  }
}
.main-header .valentine-gif {
  max-width: 100px;
}
@media (max-width: 480px) {
  .main-header .valentine-gif {
    max-width: 60px;
  }
}
.main-header a.btn {
  background-color: #c0262d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
}

header {
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  box-shadow: 3px 4px 10px 0px rgba(74, 42, 62, 0.1);
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 160px;
  min-height: 75px;
}
@media (max-width: 350px) {
  header .shop-logo {
    max-width: 130px;
  }
}
@media (min-width: 991px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
header section.menu-section nav {
  padding: 0;
  justify-content: center;
}
@media (min-width: 768px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
    padding: 6px 0;
  }
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 1;
}
header section.menu-section nav .nav-item {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
}
header section.menu-section nav .nav-item a.nav-link {
  color: rgb(255, 255, 255) !important;
  font-weight: bold;
}
header section.menu-section nav .nav-item a.nav-link:hover {
  color: #c0262d !important;
}
header section.menu-section nav .nav-item .dropdown-menu {
  background-color: rgb(0, 0, 0);
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.25rem;
}
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item {
  color: #fff;
  z-index: 999;
}
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item:focus,
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #000000;
  text-decoration: none;
  background-color: #c0262d;
}
header section.menu-section nav .nav-item .nav-item.active .nav-link {
  color: #c0262d;
}
header section.menu-section nav .nav-item .nav-item:last-of-type {
  margin-left: 20px;
}
header section.menu-section nav .nav-item a.login-btn {
  background-color: #c0262d;
  border-radius: 1px;
  padding: 15px 35px;
  color: #000;
}
header section.menu-section nav .nav-item a.login-btn:hover {
  background-color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  header section.menu-section nav .nav-item {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  header section.menu-section nav .nav-item {
    margin-right: 25px;
  }
}
header section.menu-section nav a.btn {
  background-color: #c0262d;
  color: black;
}
header section.menu-section nav .header-links {
  justify-content: center;
}

/* section hero */
section.hero-section {
  background-color: transparent;
  padding: 80px 0;
}
section.hero-section div.inner-content h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
}
@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: #c0262d;
}
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: #000000;
}
@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: #c0262d;
  color: rgb(255, 255, 255);
  border-radius: 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
}
section.hero-section div.inner-content a:hover {
  color: #c0262d;
  border-color: #c0262d;
  background-color: #fff !important;
  box-shadow: #5E0902 0px 4px 12px;
}
@media (min-width: 991px) {
  section.hero-section div.inner-content a {
    margin-top: 62px;
  }
}
@media (max-width: 480px) {
  section.hero-section div.inner-content a {
    width: 140px;
  }
}
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: #c0262d;
}
section.hero-section div.inner-content div.clip {
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 99%, 5% 100%);
          clip-path: polygon(0 0, 100% 0, 95% 99%, 5% 100%);
  border-radius: 30px;
  overflow: hidden;
}
section.hero-section div.inner-content div.clip img {
  background-image: url("../../imgs/hero/Background.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  section.hero-section div.inner-content div.clip img {
    border-radius: 109px 109px 109px 109px;
    padding: 42px;
  }
}

#slider .swiper-container .order-now-content {
  position: absolute;
  top: 75%;
  left: 5%;
  right: 5%;
  padding: 15px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  color: #fff;
}
@media (max-width: 767px) {
  #slider .swiper-container .order-now-content {
    top: 60%;
    padding: 10px;
  }
}
@media (max-width: 380px) {
  #slider .swiper-container .order-now-content {
    top: 70%;
  }
}
#slider .swiper-container .order-now-content a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px !important;
  width: -moz-max-content;
  width: max-content;
  min-width: 180px;
  padding: 15px;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 5px;
  color: #fff;
  border-color: #a22a34;
  background-color: #a22a34;
}
@media (max-width: 767px) {
  #slider .swiper-container .order-now-content a {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  #slider .swiper-container .order-now-content a {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  #slider .swiper-container .order-now-content a {
    margin-right: 0;
    padding: 10px;
  }
}
#slider .swiper-container .order-now-content a:hover {
  background-color: #fff;
  color: #8a0000;
  border-color: #fff;
}

/* more about us section */
section.more-about-us-section {
  background-color: transparent;
  margin-top: 160px;
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 35px;
}
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.category {
  padding: 80px 0;
  background-color: transparent;
}
section.category h3 {
  margin-bottom: 52px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 800;
  text-align: center;
  font-size: 56px;
}
@media (max-width: 991px) {
  section.category h3 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  section.category h3 {
    font-size: 30px;
  }
}
section.category ul.nav-tabs {
  border: none !important;
  width: 100%;
  justify-content: center;
  margin: 30px 10px;
  border-bottom: 1px solid #c0262d;
}
section.category ul.nav-tabs .nav-item a.nav-link {
  color: #272042;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1px;
  border-radius: 15px;
  border: none;
}
@media (min-width: 425px) {
  section.category ul.nav-tabs .nav-item a.nav-link {
    font-size: 1rem;
  }
}
section.category ul.nav-tabs .nav-item a.nav-link span {
  font-size: 22px;
}
section.category ul.nav-tabs .nav-item a.nav-link.active {
  margin-top: -5px;
}
section.category ul.nav-tabs .nav-item a.nav-link.active span {
  font-weight: bolder;
  font-size: 30px;
}
section.category .nav-item:not(:last-child) {
  border-right: 1px solid #c0262d;
}
section.category .swiper-container {
  padding: 25px;
}
section.category .card {
  transition: all 0.2s;
}
section.category .card:hover {
  transform: scale(1.1);
}
section.category .card .card-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.category .card .card-img-top {
  max-height: 212px;
}
section.category .card .card-body {
  padding: 20px 0;
}
section.category .card .card-body .card-title {
  color: #c0262d;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bolder;
  text-align: center;
}
section.category .card .card-body p {
  text-align: center;
}
section.category .card .card-footer {
  background-color: #ffffff;
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  padding: 20px 0 30px 0;
}
section.category .card .card-footer a {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  border-radius: 6px;
}
section.category .card .card-footer a:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
section.category div.tab-content div.row div.food-card {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  section.category div.tab-content div.row div.food-card {
    margin-bottom: 0;
  }
}
section.category div.tab-content div.row div.food-card img {
  border-radius: 30px 12px 30px 30px;
}
section.category div.tab-content div.row div.food-card div.food-name {
  margin-top: 21px;
  font-family: Monsterrat, Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}
section.category div.tab-content div.row div.food-card div.food-comment {
  margin-top: 10px;
  font-family: Monsterrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}

div.tab-content div.row div.food-card {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  div.tab-content div.row div.food-card {
    margin-bottom: 0;
  }
}
div.tab-content div.row div.food-card img {
  border-radius: 30px 12px 30px 30px;
}
div.tab-content div.row div.food-card div.food-name {
  margin-top: 21px;
  font-family: Monsterrat, Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}
div.tab-content div.row div.food-card div.food-comment {
  margin-top: 10px;
  font-family: Monsterrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}

.banner {
  padding: 80px 0 40px 0;
}
@media (max-width: 768px) {
  .banner {
    padding: 40px 0;
  }
}
.banner .card {
  background-color: rgb(255, 255, 255);
  padding: 0 5px 10px 5px;
  border-radius: 20px;
  transition: all 0.2s;
}
.banner .card:hover {
  background-color: rgba(241, 236, 236, 0.384);
}
.banner .card img {
  max-width: 100%;
}
.banner .card span {
  color: rgb(0, 0, 0);
  font-size: large;
  font-weight: bolder;
}

section.about-us {
  padding: 0;
  background-color: transparent;
}
section.about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #fff;
}
section.about-us div.about-us-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 24px;
  font-weight: bolder;
}
section.about-us div.about-us-content div.shop-about-text p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: #fff;
}
section.about-us div.about-us-content div.read-more-btn a {
  background-color: #c0262d;
  color: rgb(255, 255, 255);
  border-radius: 5px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  font-weight: 900;
  margin-top: 20px;
  transition: all 0.5s ease;
}
@media (max-width: 480px) {
  section.about-us div.about-us-content div.read-more-btn a {
    width: 160px;
  }
}
section.about-us div.about-us-content div.read-more-btn a:hover {
  color: #c0262d;
  border-color: #fff;
  background-color: #fff;
  box-shadow: #5E0902 0px 4px 12px;
  transform: scale(0.9);
}
@media (min-width: 992px) {
  section.about-us div.about-us-content div.read-more-btn a {
    margin-top: 62px;
  }
}

section.peyment-method {
  background-color: transparent;
}
section.peyment-method .methods-container {
  justify-content: space-evenly;
}
section.peyment-method .methods-container > div img {
  width: 70px;
  display: block;
}
section.peyment-method .footer-links {
  list-style: none;
  justify-content: center;
  margin-bottom: 5px;
}
section.peyment-method .footer-links li {
  margin: 0 10px;
}
section.peyment-method .footer-links li a {
  font-weight: normal;
  text-decoration: none;
  padding: 0 5px;
  margin: 0;
  white-space: nowrap;
  color: #c1c1c1;
  font-size: 15px;
}
section.peyment-method .footer-links li a:hover {
  color: #fff;
}
section.peyment-method .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #fff;
  margin-top: 10px;
  justify-content: center;
}
section.peyment-method .tags p {
  margin: 1%;
  border: 1px solid #fff;
  padding: 8px;
  border-radius: 10px;
}
section.peyment-method .tags p:hover {
  border-color: #c0262d;
}

/* dwnloap app section */
section.dl-app {
  margin: 80px 0;
}
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 {
  padding: 80px 0;
}
section.reviews .container {
  background-color: #c0262d;
  border-radius: 34px;
  padding: 40px 0;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 30px;
  color: #fff;
}
@media (min-width: 991px) {
  section.reviews h3 {
    font-size: 40px;
  }
}
section.reviews .comment-section {
  padding: 20px;
  text-align: center;
}
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: #c0262d;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}
section.reviews img {
  width: 25px !important;
  height: 25px;
  margin-right: 2px;
}
section.reviews .star-o {
  margin-left: 2px;
}

/* footer */
footer {
  background-color: transparent;
  color: rgb(255, 255, 255);
  padding: 70px 0 0 0;
}
@media (max-width: 768px) {
  footer {
    padding: 0;
  }
}
footer fieldset {
  margin-bottom: 20px;
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 15px;
}
footer fieldset .tell {
  font-size: 30px;
  font-weight: bolder;
  color: #fff;
  line-height: 60px;
}
footer legend {
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0;
  text-align: left;
  padding: 0 5px;
  font-size: 14px;
  padding: 0 15px;
}
footer h5 {
  color: #c0262d;
}
footer a.d-flex img.shop-logo {
  max-width: 242px;
  max-height: 50px;
}
footer .footer-header {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bolder;
  padding-bottom: 30px;
}
@media (max-width: 480px) {
  footer .footer-header {
    font-size: 35px;
  }
}
footer .fa {
  color: #c0262d;
  font-size: 1.25rem;
}
footer .list-group.shop-info {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  footer .list-group.shop-info {
    flex-direction: column;
  }
}
footer .list-group.shop-info div {
  margin: 0 auto;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
}
footer img.dl-app-link {
  margin-bottom: 20px;
  width: 170px;
}
@media (min-width: 768px) {
  footer img.dl-app-link {
    width: 180px;
  }
}
footer h3 {
  font-size: 20px;
  margin-top: 20px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #c0262d;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}
#myBtn:hover {
  color: #c0262d;
  border: 1px solid #c0262d;
  background-color: rgb(0, 0, 0);
}

section.social-media {
  color: #fff;
  background-color: transparent;
  margin-top: 3%;
}
section.social-media div.icon-holder {
  transition: transform 0.5s ease;
  color: #fff;
}
section.social-media div.icon-holder:hover {
  transform: translate(0px, -8px);
}
@media (max-width: 768px) {
  section.social-media div.icon-holder {
    display: none;
  }
}
section.social-media .apps {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
section.social-media .apps a {
  width: 30%;
}
section.social-media .apps a img {
  width: 100%;
}

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

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

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

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

section.copyright {
  background-color: transparent;
  color: #fff;
}
section.copyright .container {
  border-top: 2px solid #fff;
  padding-top: 10px;
}
section.copyright a.weetech-link {
  color: #c0262d !important;
  font-weight: 700;
}/*# sourceMappingURL=style2.css.map */