.main-color {
  color: #E01417;
}

@font-face {
  font-family: fredoka;
  src: url(../../Fonts/Fredoka/FredokaOne-Regular.ttf);
}
@font-face {
  font-family: poppins;
  src: url(../../Fonts/poppins/Poppins-Regular.ttf);
}
body {
  font-family: poppins !important;
  background-color: #fff;
  overflow-x: hidden !important;
}

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 {
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none !important;
}

.main-header {
  padding-bottom: 10px;
  font-weight: 600;
  display: inline-flex;
  position: relative;
  color: grey;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-left {
  animation: fade-left 0.7s ease-in-out;
}
.reveal.active .fade-right {
  animation: fade-right 1s ease-in-out;
}
@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@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;
  }
}

.top {
  animation: top 0.5s ease-in;
}

@keyframes top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* header */
.openmenuu {
  width: 100% !important;
}

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

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

.top-deal {
  width: 100%;
  background-color: #E01417;
  color: #fff;
  padding: 20px 0;
  margin: 0;
  text-align: center;
}

header {
  background-color: #fff;
  padding: 10px 0;
  top: 0;
  position: sticky;
  width: 100%;
  z-index: 999;
  box-shadow: 0 0 11px #b5b5b5;
}
@media (max-width: 991px) {
  header {
    padding: 0;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 150px;
  max-height: 100px;
}
@media (max-width: 480px) {
  header .shop-logo {
    max-width: 120px;
  }
}
header .order-btn {
  border: 2px solid #000;
  color: #000;
  background-color: #ffe700;
  padding: 10px 25px;
  border-radius: 20px;
  font-weight: bolder;
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
  width: 130px;
  justify-content: flex-end;
  display: flex;
}
header section.menu-section #myNav {
  display: block;
}
header section.menu-section nav {
  padding: 10px 0;
}
header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.93);
  overflow-x: hidden;
  transition: width 0.45s;
}
header section.menu-section div.mobile-overlay .overlay-content {
  justify-content: center;
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
  }
}
header section.menu-section div.mobile-overlay .overlay-content .closebtn {
  text-decoration: unset;
  position: absolute;
  font-size: 20px;
  top: 0%;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #E01417;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #fff;
  font-size: 19px;
  font-weight: bolder;
  border-bottom: 1px solid transparent;
  transition: ease-in-out 0.4s;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  border-bottom: 1px solid #E01417;
  color: #E01417 !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover svg {
  fill: #E01417 !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link.active {
  border-bottom: 1px solid #E01417;
  color: #E01417 !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link svg {
  fill: #fff;
  font-weight: 600;
  width: 25px;
  height: 25px;
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #E01417;
  color: black;
}
header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
  background-color: #E01417;
  border-radius: 35px 35px 12px 12px !important;
  padding: 8px 15px 8px 15px;
  color: #fff;
}

/* section hero */
section.hero-section .food-banner {
  background-color: #E01417;
  border-radius: 20px;
}

#slider .swiper-slide-active {
  transition: transform 7s ease-in-out, opacity 5s;
  opacity: 1;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: transform 7s ease-in-out, opacity 5s;
  -moz-transition: transform 7s ease-in-out, opacity 5s;
  -ms-transition: transform 7s ease-in-out, opacity 5s;
  -o-transition: transform 7s ease-in-out, opacity 5s;
}
#slider .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 110px 0;
}
@media (max-width: 1500px) {
  #slider .swiper-slide {
    padding: 90px 0;
  }
}
#slider .swiper-slide .order-now {
  color: #fff;
  padding: 40px;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7647058824);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 450px;
  height: 450px;
}
@media (max-width: 1400px) {
  #slider .swiper-slide .order-now {
    width: 370px;
    height: 370px;
  }
}
@media (max-width: 768px) {
  #slider .swiper-slide .order-now {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 380px) {
  #slider .swiper-slide .order-now {
    width: 290px;
    height: 290px;
  }
}
#slider .swiper-slide .order-now h2 {
  font-size: 35px;
  font-weight: bolder;
  margin-bottom: 20px;
  color: #000;
}
@media (max-width: 1400px) {
  #slider .swiper-slide .order-now h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  #slider .swiper-slide .order-now h2 {
    font-size: 22px;
  }
}
#slider .swiper-slide .order-now h4 {
  max-width: 100%;
  margin: 5px auto;
  padding: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5921568627);
}
@media (max-width: 768px) {
  #slider .swiper-slide .order-now h4 {
    max-width: 100%;
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  #slider .swiper-slide .order-now h4 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #slider .swiper-slide .order-now h4 {
    font-size: 17px;
  }
}
#slider .swiper-slide .order-now a {
  color: #E01417;
  background-color: #fff;
  padding: 15px 35px;
  font-weight: 800;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
}
#slider .swiper-slide .order-now a:hover {
  color: #E01417;
  border-color: #E01417;
  background-color: #fff !important;
}
#slider .swiper-slide.item-one {
  background-image: url(../../imgs/hero/starchippy-hero-pizza.jpg);
}
#slider .swiper-slide.item-two {
  background-image: url(../../imgs/hero/starchippy-fishandchips-hero.jpg);
}
#slider .swiper-slide.item-three {
  background-image: url(../../imgs/hero/starchippy-burger-hero.jpg);
}

section.about-us {
  padding: 0;
}
section.about-us .col-12 {
  padding: 0;
}
section.about-us .inner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}
section.about-us .inner-content h5 {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  section.about-us .inner-content h5 {
    font-size: 20px;
  }
}
section.about-us .inner-content h2 {
  font-size: 40px;
  color: #000;
}
@media (max-width: 1300px) {
  section.about-us .inner-content h2 {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  section.about-us .inner-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  section.about-us .inner-content h2 {
    font-size: 25px;
  }
}
section.about-us .inner-content p {
  color: #000;
  font-size: 16px;
  max-width: 70%;
  margin: 10px auto;
}
@media (max-width: 991px) {
  section.about-us .inner-content p {
    max-width: 100%;
  }
}
section.about-us .order-now {
  border: 2px solid #E01417;
  background-color: #E01417;
  color: #fff;
  padding: 15px 35px;
  font-weight: bolder;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
}
section.about-us .order-now:hover {
  color: #E01417;
  background-color: #fff !important;
}
section.about-us ul {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
}
section.about-us ul li {
  max-width: 23%;
  margin: 3px;
}
@media (max-width: 480px) {
  section.about-us ul li {
    max-width: 45%;
  }
}
section.about-us ul li img {
  max-width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.offer-text {
  background-color: #E01417;
  padding: 40px 0;
  color: #fff;
}
.offer-text a.btn {
  background-color: #fff;
  color: #E01417;
  padding: 15px 35px;
  font-weight: 800;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
}

/* dwnloap app section */
section.dl-app {
  background-color: #000;
  padding: 30px 0;
}
section.dl-app img.dl-app-link {
  width: 200px;
  margin: 0 10px 0 0;
}
section.dl-app a.app-link-dl-container:hover img {
  transform: scale(1.2);
  transition: ease-in-out 0.3s;
}
section.dl-app .logo {
  max-width: 50%;
}
section.dl-app h3.dl-ur-app-heading {
  font-family: poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 25px;
  margin-top: 20px;
  color: #fff;
}
@media (max-width: 991px) {
  section.dl-app h3.dl-ur-app-heading {
    margin: 0;
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  section.dl-app h3.dl-ur-app-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: unset;
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  section.dl-app h3.dl-ur-app-heading {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 380px) {
  section.dl-app h3.dl-ur-app-heading {
    font-size: 23px;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
/* footer */
footer {
  color: rgb(0, 0, 0);
  padding: 60px 0 0 0;
  background-color: #E01417;
}
@media (max-width: 576px) {
  footer {
    padding: 50px 0 20px 0;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 70px 0 15px 0;
  }
}
footer .footer-logo img {
  max-width: 80px;
}
footer .footer-links {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (max-width: 576px) {
  footer .footer-links {
    text-align: center;
  }
}
footer .footer-links li {
  margin-bottom: 15px;
}
footer .footer-links li a {
  color: #000;
  font-size: 16px;
  font-weight: bolder;
}

.foods-tags {
  padding-top: 30px;
  background-color: #caa352;
}
.foods-tags .foods-link {
  padding-top: 20px;
}
.foods-tags ul {
  padding: 10px;
  display: flex;
}
.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #cdcdcd;
  text-transform: capitalize;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 4px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  background-color: #fff;
}
.foods-tags ul li a,
.foods-tags ul li span {
  color: #fff !important;
  margin-bottom: 0;
  font-size: 13px;
}
.foods-tags ul li a:hover,
.foods-tags ul li span:hover {
  text-decoration: none;
}
.foods-tags ul li:hover {
  border: 1px solid #E01417;
}

@media (max-width: 768px) {
  .contact-us {
    padding-top: 50px;
  }
}
.contact-us ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.contact-us ul li {
  margin-bottom: 10px;
  width: 60%;
  margin: auto;
}
@media (max-width: 1300px) {
  .contact-us ul li {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .contact-us ul li {
    width: 90%;
  }
}
.contact-us ul li i {
  margin-right: 10px;
  background: #ffc8c0;
  padding: 7px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .contact-us ul li i {
    padding: 4px;
  }
}
.contact-us ul li i img {
  max-width: 20px;
}
.contact-us ul li span {
  font-weight: bolder;
  font-size: 20px;
}
@media (max-width: 991px) {
  .contact-us ul li span {
    font-size: 16px;
  }
}
.contact-us ul li p {
  font-weight: bolder;
}
.contact-us ul li a {
  color: #000;
  font-weight: bolder;
}
.contact-us ul li #openinghour {
  margin: 20px auto;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.contact-us ul li #openinghour .d-flex {
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #fff7f6;
  margin: 5px auto;
}
@media (max-width: 1300px) {
  .contact-us ul li #openinghour .d-flex {
    margin: 2px auto;
    padding: 5px;
  }
}
.contact-us ul li #openinghour .d-flex:nth-child(odd) {
  background-color: rgba(224, 30, 0, 0.1098039216);
}
.contact-us iframe {
  height: 550px;
}
@media (max-width: 768px) {
  .contact-us iframe {
    height: 300px;
  }
}

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

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

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

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

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

section.copyright {
  background-color: #000;
  padding: 50px 0;
}
section.copyright p {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 17px;
}
@media (max-width: 480px) {
  section.copyright p {
    font-size: 11px;
    line-height: 20px;
    padding: 5px;
  }
}
section.copyright a.mealzo-link {
  color: grey !important;
}
section.copyright a.mealzo-link img {
  max-width: 100px !important;
}/*# sourceMappingURL=style2.css.map */