.main-color {
  color: #E40017;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: rubik;
  src: url(../../Fonts/Rubik/Rubik-Regular.ttf);
}
@font-face {
  font-family: palatino;
  src: url(../../Fonts/palatino/pala.ttf);
}
@font-face {
  font-family: BreeSerif;
  src: url(../../Fonts/breeSerif/BreeSerif-Regular.ttf);
}
@font-face {
  font-family: mirza;
  src: url(../../Fonts/mirza/Mirza-Regular.ttf);
}
body {
  font-family: rubik !important;
  background-color: #000;
}

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

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

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

header {
  background-color: #fff;
  z-index: 30;
  position: sticky;
  top: 0;
  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: 216px;
  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: 5px 0;
}
@media (min-width: 768px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
}
header section.menu-section nav .navbar-toggler {
  color: #E40017;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .nav-item {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
header section.menu-section nav .nav-item a.nav-link {
  color: #000;
}
header section.menu-section nav .nav-item a.nav-link:hover {
  color: #E40017;
}
header section.menu-section nav .nav-item .dropdown-menu {
  background-color: rgb(0, 0, 0);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item {
  color: #9d9d9d;
  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: #ffffff;
  text-decoration: none;
  background-color: #000000;
}
header section.menu-section nav .nav-item .nav-item.active .nav-link {
  color: #E40017;
}
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: #E40017;
  border-radius: 1px;
  padding: 15px 35px;
  color: #fff !important;
}
header section.menu-section nav .nav-item a.login-btn:hover {
  background-color: #000;
}
@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: #E40017;
  color: black;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}

/* section hero */
section.hero-section {
  background-color: #F4F3F2;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  section.hero-section {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  section.hero-section {
    padding-bottom: 150px;
  }
}
section.hero-section div.inner-content h2 {
  font-size: 45px;
  margin-bottom: 20px;
  font-family: mirza;
  font-weight: 600;
  position: relative;
}
@media (max-width: 380px) {
  section.hero-section div.inner-content h2 {
    font-size: 30px;
  }
}
section.hero-section div.inner-content h2 span.ten-off {
  text-decoration: underline;
  text-decoration-color: #E40017;
}
section.hero-section div.inner-content h2::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 5px;
  background-color: #E40017;
  left: 0;
  bottom: -15px;
}
@media (max-width: 768px) {
  section.hero-section div.inner-content h2::after {
    width: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
section.hero-section div.inner-content p.hero-main-text {
  font-family: rubik;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #6b6a6a;
  font-weight: 900;
  margin-top: 50px;
}
@media (max-width: 768px) {
  section.hero-section div.inner-content div {
    justify-content: center;
  }
}
section.hero-section div.inner-content div a {
  background-color: #E40017;
  color: #fff;
  border-radius: 0 !important;
  padding-top: 12px;
  width: 170px;
  height: 50px;
  margin-top: 20px;
  font-family: rubik;
}
section.hero-section div.inner-content div a:hover {
  color: #fff;
  border-color: #E40017;
  background-color: #000;
}
@media (min-width: 992px) {
  section.hero-section div.inner-content div a {
    margin-top: 62px;
  }
}
section.hero-section div.inner-content div a .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
section.hero-section div.inner-content div a .order-now-icon-main:hover {
  stroke: #E40017;
}
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;
  }
}

.hero-bottom-section {
  margin-top: -50px;
}
@media (max-width: 991px) {
  .hero-bottom-section {
    margin-top: -90px;
  }
}
.hero-bottom-section .hero-bottom {
  background-color: #fff;
  color: #150c01;
  padding: 40px 10px;
  justify-content: center;
}
@media (max-width: 991px) {
  .hero-bottom-section .hero-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.hero-bottom-section .hero-bottom h2 {
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1300px) {
  .hero-bottom-section .hero-bottom h2 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .hero-bottom-section .hero-bottom h2 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .hero-bottom-section .hero-bottom h3 {
    font-size: 20px;
  }
}

/* more about us section */
section.more-about-us-section {
  color: #fff;
  background-image: url(../../imgs/main/Peri-Peri-Dot-chicken-burger.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 150px 50px;
  position: relative;
  display: flex;
}
section.more-about-us-section h3 {
  margin-bottom: 50px;
}
section.more-about-us-section .circle-img {
  margin-bottom: 33px;
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
}
/* special to try */
section.special {
  text-align: center;
  margin-top: 135px;
  background-color: #F5F6F8;
  background-image: url(../../imgs/main/section-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.special h3 {
  margin-bottom: 52px;
}
section.special .card {
  border: transparent;
  transition: 0.6s ease all;
  padding: 10px;
  background: transparent;
}
section.special .card:hover span.menu-item span.menu-item-flag svg {
  fill: #000 !important;
}
section.special .card .main-btn {
  color: #fff;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
section.special .card .main-btn .menu-item {
  position: relative;
  padding: 5px 50px;
  font-size: 20px;
  font-weight: bolder;
  z-index: 2;
}
section.special .card .main-btn .menu-item .menu-item-flag {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 35px;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s;
}
section.special .card .main-btn .menu-item .menu-item-flag svg {
  height: 100%;
  width: 100%;
  fill: #f7b035;
}
@media (min-width: 992px) {
  section.special .card .main-btn {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  section.meal-deals {
    padding: 100px 10px;
  }
}
section.meal-deals .menu-inner {
  color: #fff;
}
section.meal-deals .menu-inner ul {
  list-style: none;
  padding: 0;
}
section.meal-deals .menu-inner ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
section.meal-deals .menu-inner ul li .item-image {
  margin-right: 20px;
}
@media (max-width: 768px) {
  section.meal-deals .menu-inner ul li .item-image img {
    max-width: 40px;
  }
}
section.meal-deals .menu-inner ul li .item-content {
  padding: 15px 0;
  color: #fff;
  display: flex;
  flex-direction: column;
}
section.meal-deals .menu-inner ul li .item-content .item-name {
  color: #fff;
}

#slider .slider-content {
  padding: 150px 0;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  color: #fff;
}
#slider .slider-content .banner-header {
  margin-bottom: 20px;
}
#slider .slider-content .banner-header h1 {
  margin-right: 30px;
  font-size: 70px;
  letter-spacing: -0.1em;
  font-family: breeSerif;
  display: inline-block;
  text-align: center;
  position: relative;
}
@media (max-width: 480px) {
  #slider .slider-content .banner-header h1 {
    font-size: 40px;
    margin-right: 10px;
  }
}
#slider .slider-content .banner-header h1 :nth-child(even) {
  transform: translateY(-300px);
  animation: 0.2s slideIn ease-in-out forwards 0.5s;
}
@keyframes slideIn {
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
#slider .slider-content .banner-header h1 :nth-child(odd) {
  transform: translateY(-300px);
  animation: 0.6s slideIn ease-in-out forwards 0.5s;
}
@keyframes slideIn {
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
#slider .slider-content .banner-header h1 span {
  position: relative;
  display: inline-block;
}
#slider .slider-content .banner-sub-header {
  margin-bottom: 20px;
}
#slider .slider-content .banner-sub-header h3 {
  margin-right: 20px;
  font-size: 40px;
  font-family: palatino;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  position: relative;
}
@media (max-width: 480px) {
  #slider .slider-content .banner-sub-header h3 {
    font-size: 30px;
  }
}
#slider .slider-content .banner-sub-header h3 span {
  display: inline-block;
  visibility: inherit;
  opacity: 1;
  transform: translateY(-400px);
  animation: 0.5s slideIn ease-in-out forwards 0.5s;
}
@keyframes slideIn {
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
#slider .slider-content .banner-text {
  padding: 40px 80px;
  border: 1px solid #fff;
  margin-bottom: 20px;
  transform: translateX(-400px);
  animation: 0.2s slideIn ease-in-out forwards 0.5s;
}
@media (max-width: 480px) {
  #slider .slider-content .banner-text {
    padding: 20px;
  }
}
@keyframes slideIn {
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
#slider .slider-content .banner-text p {
  font-size: 30px;
  font-family: palatino;
  font-style: italic;
  margin-bottom: 0;
  text-align: center;
}
#slider .slider-content .order-buttons {
  display: flex;
  transform: scale(0);
  animation: 0.5s slideIn ease-in-out forwards 0.5s;
}
@keyframes slideIn {
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#slider .slider-content .order-buttons a:not(:first-of-type) {
  margin-right: 20px;
}
#slider .slider-content .order-buttons a {
  margin-right: 20px;
  transition: ease-in-out 0.7s;
  background-color: #E40017;
  border: 1px solid #E40017;
  color: #fff;
  padding: 15px 35px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 40px;
  font-family: palatino;
  font-size: 18px;
  transition: ease-in-out 0.7s;
  font-weight: 900;
  letter-spacing: 0.09em;
}
#slider .slider-content .order-buttons a i {
  width: 16px;
  height: 16px;
  color: transparent;
  display: none;
  transition: ease-in-out 0.7s;
}
#slider .slider-content .order-buttons a:hover {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
#slider .slider-content .order-buttons a:hover i {
  color: #fff;
  margin-left: 10px;
  display: inline-flex;
}
#slider .slide-one {
  background-repeat: no-repeat;
  background-image: url(../../imgs/hero/Peri-Peri-Dot-chicken-kebab.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: inherit;
  z-index: 20;
}
#slider .slide-two {
  background-repeat: no-repeat;
  background-image: url(../../imgs/hero/Peri-Peri-Dot-chicken-burger.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: inherit;
  z-index: 20;
}
#slider .slide-three {
  background-repeat: no-repeat;
  background-image: url(../../imgs/hero/Peri-Peri-Dot-whole-roasted-chicken.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: inherit;
  z-index: 20;
}

section.about-us {
  padding: 100px 0 50px 0;
  background-color: #fff;
  position: relative;
}
section.about-us::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #F4F3F2;
}
section.about-us .about-card {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  border: 1px solid #f2eff1;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 3px 4px 10px 0px rgba(74, 42, 62, 0.1);
}
@media (max-width: 991px) {
  section.about-us .about-card {
    padding: 40px 10px 38px 10px;
  }
}
@media (max-width: 768px) {
  section.about-us .about-card {
    min-height: auto;
  }
}
section.about-us .about-card h4 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 900;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  section.about-us .about-card h4 {
    font-size: 20px;
  }
}
section.about-us .about-card p {
  color: #6b6a6a;
  font-weight: 300;
  text-transform: lowercase;
}
section.about-us .about-card .about-img {
  margin-bottom: 30px;
}
section.about-us .about-card .about-img img {
  max-width: 104px;
}

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

/* dwnloap app section */
section.dl-app {
  margin-top: -50px;
}
@media (max-width: 991px) {
  section.dl-app {
    margin-top: -90px;
  }
}
section.dl-app .hero-bottom {
  background-color: #fff;
  color: #150c01;
  padding: 40px 10px;
  justify-content: center;
  display: flex;
}
@media (max-width: 1200px) {
  section.dl-app .hero-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
section.dl-app .hero-bottom h2 {
  font-weight: 600;
}
@media (max-width: 1200px) {
  section.dl-app .hero-bottom h2 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  section.dl-app .hero-bottom h2 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  section.dl-app .hero-bottom h3 {
    font-size: 20px;
  }
}
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 {
  width: 170px;
}
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;
  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: #E40017;
  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: #E40017;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

/* footer */
footer {
  background-color: #262626;
  margin-top: -80px;
  padding: 100px 15px 0 15px;
}
footer ul {
  list-style: none;
}
footer ul li {
  margin-top: 20px;
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  text-decoration-line: underline;
  color: #ddd;
}
footer .fa {
  color: #E40017;
  font-size: 1.25rem;
}
footer .footer-title {
  margin-bottom: 30px;
  color: #fff;
}

.footer-tags ul {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-tags ul li {
  margin: 5px;
  padding: 5px 10px;
  border-radius: 15px;
  list-style: none;
  background-color: #fff;
  color: #000;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #E40017;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}
#myBtn:hover {
  color: #E40017;
  border: 1px dashed #E40017;
  background-color: white;
  box-shadow: #262626 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: #E40017;
  color: white;
}
::selection {
  background-color: #E40017;
  color: white;
}

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

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

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

section.copyright {
  background-color: #000;
  color: #fff;
  padding: 15px 0;
}
section.copyright a.weetech-link {
  color: #E40017;
}/*# sourceMappingURL=style2.css.map */