.main-color {
  color: #ff4d00;
}

@font-face {
  font-family: poppins;
  src: url(../../Fonts/poppins/Poppins-Regular.ttf);
}
@font-face {
  font-family: Laveda;
  src: url(../../Fonts/Laveda/Laveda-Regular.otf);
}
body {
  font-family: poppins;
  overflow-x: hidden !important;
  background-color: #0C0A0C;
}

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

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-section {
  background-color: rgb(99, 0, 0);
  background-image: url(https://www.mealzoforbusiness.co.uk/1/heart-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.valentine-section img {
  max-width: 55px;
}
@media (max-width: 480px) {
  .valentine-section img {
    max-width: 35px;
  }
}
.valentine-section marquee {
  color: #fff;
  font-size: 17px;
}
@media (max-width: 480px) {
  .valentine-section marquee {
    font-size: 15px;
  }
}

header {
  background-color: #0C0A0C;
}
@media (min-width: 1200px) {
  header {
    padding: 10px 120px 0px 120px;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
@media (max-width: 1200px) {
  header .shop-logo {
    width: 200px;
  }
}
@media (max-width: 900px) {
  header .shop-logo {
    width: 150px;
  }
}
@media (max-width: 756px) {
  header .shop-logo {
    width: 150px;
  }
}
@media (max-width: 576px) {
  header .shop-logo {
    width: 130px;
  }
}
header .navbar-nav {
  width: 100%;
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  width: 100%;
  align-items: center;
  justify-content: center;
}
header section.menu-section nav {
  padding: 15px;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav li {
  margin-left: 15px;
}
header section.menu-section nav li a.nav-link {
  color: #fff !important;
  font-weight: 900;
}
header section.menu-section nav li a.nav-link svg {
  fill: #fff;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 13px;
  }
}
@media (max-width: 756px) {
  header section.menu-section nav li a.nav-link {
    margin-left: 20px;
  }
}
header section.menu-section nav li a.nav-link:hover {
  color: #ff4d00 !important;
}
header section.menu-section nav .nav-item.active .nav-link {
  border-bottom: 3px solid #ff4d00;
  max-width: -moz-max-content;
  max-width: max-content;
}
header section.menu-section nav .dropdown-menu {
  border-radius: 10px;
}
header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #ff4d00;
}
header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #ff4d00;
  color: #fff;
}
header section.menu-section nav .dropdown-toggle::after {
  display: none;
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #ff4d00;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 1.5;
}
header section.menu-section nav .header-links {
  justify-content: center;
}
header section.menu-section .login-btn.nav-link {
  padding: 15px 30px !important;
  background-color: #ff4d00;
  color: #fff !important;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  max-width: -moz-max-content;
  max-width: max-content;
}
header section.menu-section .login-btn.nav-link svg {
  fill: #fff;
}
header section.menu-section .login-btn.nav-link:hover {
  color: #fff !important;
}
@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

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

/* special to try */
section.special {
  margin: 80px;
}
@media (max-width: 991px) {
  section.special {
    margin: 80px 0;
  }
}
section.special h3 {
  margin: 24px 0;
  color: #ff4d00;
  font-family: Laveda;
  font-size: 6rem;
}
@media (max-width: 480px) {
  section.special h3 {
    font-size: 2.3rem;
  }
}
section.special .nav-tabs {
  background-color: rgba(43, 43, 43, 0.8);
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.6);
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-bottom: none;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 8px;
}
section.special .nav-tabs a.nav-link {
  color: #ff4d00;
  margin: 0;
  border: none;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  width: 160px;
  padding: 16px 0;
  text-align: center;
  font-weight: bolder;
}
@media (max-width: 380px) {
  section.special .nav-tabs a.nav-link {
    width: 140px;
  }
}
section.special .nav-tabs a.nav-link:hover {
  border: none;
}
section.special .nav-tabs a.nav-link:focus {
  border: none;
}
section.special .nav-tabs a.nav-link.active {
  background-color: inherit;
  border: none;
  color: #fff;
  background-color: #ff4d00;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.175);
}
section.special .card {
  transition: 0.6s ease all;
  margin: auto;
  margin-bottom: 50px;
  color: #f5f5f5;
  font-weight: 300;
  font-size: 16px;
  position: relative;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-color: transparent;
}
section.special .card img {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
section.special .card .card-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  display: none;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  transition: background-color 0.3s ease, -webkit-backdrop-filter 0.3s ease;
  transition: backdrop-filter 0.3s ease, background-color 0.3s ease;
  transition: backdrop-filter 0.3s ease, background-color 0.3s ease, -webkit-backdrop-filter 0.3s ease;
}
section.special .card .card-body h5 {
  margin-inline: 10px;
  font-family: ArchivoBlack;
  font-size: 2.2rem;
  color: #ff4d00;
}
@media (max-width: 756px) {
  section.special .card .card-body h5 {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  section.special .card .card-body h5 {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  section.special .card .card-body h5 {
    font-size: 1.2rem;
  }
}
@media (max-width: 380px) {
  section.special .card .card-body p {
    font-size: 0.8rem;
  }
}
section.special .card .card-body a.btn {
  padding: 16px 40px;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  margin: 16px auto;
}
section.special .card:hover {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
section.special .card:hover .card-body {
  background-image: radial-gradient(circle at center, rgba(12, 10, 12, 0.6) 0%, transparent 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
}
section.special .card:hover a.btn {
  color: #fff;
  border-color: #ff4d00;
  background-color: #ff4d00;
}
section.special a.btn {
  background-color: #fff;
  color: #ff4d00;
  border-color: #ff4d00;
  margin-top: 20px;
}
section.special a.btn:hover {
  color: #fff;
  border-color: #ff4d00;
  background-color: #ff4d00;
}
@media (min-width: 992px) {
  section.special a.btn {
    margin-top: 25px;
  }
}
section.special div.order-container .d-flex {
  justify-content: space-evenly;
}

/* section hero */
#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;
}
@media (min-width: 1200px) {
  #slider .swiper-slide {
    padding: 150px 0;
  }
}
@media (max-width: 756px) {
  #slider .swiper-slide {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  #slider .swiper-slide {
    padding: 40px 0;
  }
}
#slider .swiper-slide .order-now {
  width: 100vw;
  height: auto;
  color: #fff;
  padding: 40px;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
}
@media (max-width: 1200px) {
  #slider .swiper-slide .order-now {
    padding: 200px 0px;
  }
}
@media (max-width: 768px) {
  #slider .swiper-slide .order-now {
    padding: 60px 0px;
  }
}
@media (max-width: 576px) {
  #slider .swiper-slide .order-now {
    padding: 40px 0px;
  }
}
#slider .swiper-slide .order-now h2 {
  font-family: Laveda !important;
  font-size: 6.6rem;
  font-weight: 300;
  margin-bottom: 20px;
  color: #ff4d00;
  text-shadow: 2px 2px 10px #000;
}
@media (max-width: 756px) {
  #slider .swiper-slide .order-now h2 {
    font-size: 4rem;
  }
}
@media (max-width: 576px) {
  #slider .swiper-slide .order-now h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 488px) {
  #slider .swiper-slide .order-now h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 380px) {
  #slider .swiper-slide .order-now h2 {
    font-size: 2.4rem;
  }
}
#slider .swiper-slide .order-now h3 {
  font-family: sans-serif !important;
  font-size: 2.3rem;
  font-weight: 900;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 10px #000;
}
@media (max-width: 756px) {
  #slider .swiper-slide .order-now h3 {
    font-weight: 600;
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  #slider .swiper-slide .order-now h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 488px) {
  #slider .swiper-slide .order-now h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 380px) {
  #slider .swiper-slide .order-now h3 {
    font-size: 1.2rem;
  }
}
#slider .swiper-slide .order-now h4 {
  max-width: 100%;
  margin: 5px auto;
  padding: 5px;
  border-radius: 5px;
}
@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.btn {
  background-color: #ff4d00;
  color: #fff;
  border-radius: 35px !important;
  -webkit-border-radius: 35px !important;
  -moz-border-radius: 35px !important;
  -ms-border-radius: 35px !important;
  -o-border-radius: 35px !important;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 180px;
  height: 56px;
  margin: 24px 10px 0 10px;
  font-weight: bolder;
}
#slider .swiper-slide .order-now a.btn:hover {
  color: #ff4d00;
  font-weight: 700;
  border-color: #ff4d00;
  background-color: #fff;
  box-shadow: rgba(255, 77, 0, 0.2) 0px 7px 29px 0px;
}
@media (max-width: 480px) {
  #slider .swiper-slide .order-now a.btn {
    width: 170px;
    height: 48px;
    font-size: 15px;
  }
}
#slider .swiper-slide.item-one {
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.4) 100%), url(../../imgs/hero/Chickys-shop-inside.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#slider .swiper-slide.item-two {
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.4) 100%), url(../../imgs/hero/Chicky-shop-front.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#slider .swiper-slide.item-three {
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.4) 100%), url(../../imgs/hero/Chicky-fastfood.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

section.more-about-us {
  padding: 0 0 80px 0;
}
section.more-about-us p a {
  color: #d3d3d3;
  border-bottom: 1px solid #ddd;
}
section.more-about-us p a:hover {
  color: rgb(197, 146, 255);
  text-decoration: none;
  border-color: rgb(197, 146, 255);
}
section.more-about-us div.about-us-content h4 {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 24px;
  font-family: Laveda;
  font-weight: bolder;
}
section.more-about-us div.about-us-content div.shop-about-text p {
  font-size: 18px;
  color: #fff;
}
section.more-about-us div.about-us-content div.read-more-btn a.main-btn {
  background-color: #ff4d00;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 16px;
  transition: 0.5s ease all;
}
section.more-about-us div.about-us-content div.read-more-btn a.main-btn:hover {
  color: #ff4d00;
  border-color: #ff4d00;
  background-color: #fff;
  box-shadow: none;
  transform: scale(0.9);
}
@media (min-width: 992px) {
  section.more-about-us div.about-us-content div.read-more-btn a.main-btn {
    margin-top: 62px;
  }
}
section.more-about-us a.btn {
  background-color: #ff4d00;
  color: #fff;
  border-radius: 35px !important;
  -webkit-border-radius: 35px !important;
  -moz-border-radius: 35px !important;
  -ms-border-radius: 35px !important;
  -o-border-radius: 35px !important;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 200px;
  height: 56px;
  margin: 24px 10px 10px 10px;
  font-weight: bolder;
}
section.more-about-us a.btn:hover {
  color: #ff4d00;
  border-color: #ff4d00;
  background-color: #fff;
  box-shadow: rgba(255, 77, 0, 0.2) 0px 7px 29px 0px;
}
section.more-about-us .more-title {
  font-size: 1.5rem !important;
}
section.more-about-us .card {
  background-color: #000;
  border: 3px solid #fff;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  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;
}
section.more-about-us .card .card-img {
  display: flex;
  justify-content: center;
}
section.more-about-us .card .card-img img {
  aspect-ratio: 5/7;
  max-width: 100%;
  border-radius: 24px 24px 0 0;
  -webkit-border-radius: 24px 24px 0 0;
  -moz-border-radius: 24px 24px 0 0;
  -ms-border-radius: 24px 24px 0 0;
  -o-border-radius: 24px 24px 0 0;
}
section.more-about-us .card .card-title {
  margin: auto;
  background-color: #000;
  margin-top: -40px;
  width: 100%;
  padding: 8px;
  border-radius: 66% 0% 0 0;
  -webkit-border-radius: 66% 0% 0 0;
  -moz-border-radius: 66% 0% 0 0;
  -ms-border-radius: 66% 0% 0 0;
  -o-border-radius: 66% 0% 0 0;
  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;
}
section.more-about-us .card .card-title h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  flex-direction: column;
}
section.more-about-us .card .card-title h4 img {
  max-width: 60px;
  border: 1px solid #ff4d00;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-bottom: 6px;
  margin-top: -40px;
}
section.more-about-us .card p {
  color: #fff;
  font-size: 15px;
  padding: 8px 20px;
}
section.more-about-us .card:hover {
  background-color: #ff4d00;
  border-color: #ff4d00;
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
section.more-about-us .card:hover .card-title {
  background-color: #ff4d00;
  border-radius: 0 76% 0 0;
  -webkit-border-radius: 0 66% 0 0;
  -moz-border-radius: 0 66% 0 0;
  -ms-border-radius: 0 66% 0 0;
  -o-border-radius: 0 66% 0 0;
}

.youtube {
  margin: 24px;
}
.youtube iframe {
  height: 550px;
  width: 100%;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.about-us {
  padding: 60px 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0) 100%), url(../../imgs/hero/Chickys-about-bg.jpg);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
@media (min-width: 1200px) {
  .about-us {
    padding: 200px 0px;
  }
}
.about-us h3 {
  font-family: Laveda;
  font-weight: 700;
  margin: 30px 0px;
  font-size: 6rem;
  color: #ff4d00;
  text-shadow: 0px 0px 20px #000;
}
@media (max-width: 756px) {
  .about-us h3 {
    font-size: 3.2rem;
  }
}
@media (max-width: 576px) {
  .about-us h3 {
    font-size: 3rem;
  }
}
@media (max-width: 488px) {
  .about-us h3 {
    font-size: 2.8rem;
  }
}
.about-us p {
  font-size: 1.6rem;
  color: #fff;
  text-shadow: 0px 0px 20px #000;
}
@media (max-width: 756px) {
  .about-us p {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .about-us p {
    font-size: 1.2rem;
  }
}
@media (max-width: 488px) {
  .about-us p {
    font-size: 1.2rem;
  }
}
.about-us a.btn {
  background-color: #ff4d00;
  color: #fff;
  border-radius: 35px !important;
  -webkit-border-radius: 35px !important;
  -moz-border-radius: 35px !important;
  -ms-border-radius: 35px !important;
  -o-border-radius: 35px !important;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 180px;
  height: 56px;
  margin: 24px 10px 0 10px;
  font-weight: bolder;
}
.about-us a.btn:hover {
  color: #ff4d00;
  font-weight: 700;
  border-color: #ff4d00;
  background-color: #fff;
  box-shadow: rgba(255, 77, 0, 0.2) 0px 7px 29px 0px;
}
@media (max-width: 480px) {
  .about-us a.btn {
    width: 170px;
    height: 48px;
    font-size: 15px;
  }
}

/* dwnloap app section */
section.dl-app {
  margin-bottom: -150px;
  z-index: 5;
  position: relative;
  padding: 0 50px;
  margin-top: 300px;
}
@media (max-width: 768px) {
  section.dl-app {
    margin-top: 80px;
    padding: 0;
  }
}
@media (max-width: 576px) {
  section.dl-app {
    margin-top: 30px;
  }
}
section.dl-app .container {
  background-color: #ff4d00;
  border-radius: 50px;
  padding: 60px 30px 0;
  color: #fff;
}
@media (max-width: 768px) {
  section.dl-app .container {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    color: #fff;
  }
}
section.dl-app .app-mockup {
  margin-top: -250px;
}
@media (max-width: 768px) {
  section.dl-app .app-mockup {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content {
    padding: 0 0 0;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  section.dl-app div.inner-content {
    padding: 10px 0 0 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 {
  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-family: poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 25px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin: 0;
    font-size: 35px;
    text-shadow: 3px -3px #ff4d00;
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: unset;
  }
}
@media (max-width: 576px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin-top: 0;
  }
}
@media (max-width: 380px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 23px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content p {
    max-width: 90%;
    text-align: center;
    margin: 20px auto;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
/* footer */
footer {
  color: rgb(255, 255, 255);
  padding: 170px 0 0 0;
  z-index: 4;
  background-color: #222222;
  border-radius: 100px 100px 0 0;
  margin: 0 30px;
}
footer img.footer-logo {
  max-width: 150px;
}
footer h6 {
  font-size: 1.3rem;
  text-shadow: 0 0 10px #000;
  font-weight: 600;
}
footer ul li {
  padding: 5px 0;
}
footer ul li a {
  font-size: 17px;
}
footer .footer-header {
  color: #000;
  font-size: 30px;
  margin-bottom: 45px;
}
footer p {
  font-size: 16px;
}
footer a {
  color: #fff !important;
}
footer .highlight {
  font-size: 30px;
}
footer span {
  font-weight: bolder;
  font-size: 15px;
}
footer a.order-btn {
  font-weight: bolder;
  text-transform: capitalize;
  font-size: 16px;
  padding: 10px 30px;
  background-color: #000;
  border-radius: 30px;
}
footer a.order-btn:hover {
  background-color: #ff4d00;
  color: #000;
}
footer .navbar-social a {
  max-width: -moz-max-content;
  max-width: max-content;
  transition: ease-in-out 0.4s;
}
footer .navbar-social a svg {
  fill: #ff4d00;
  font-weight: 600;
}
footer .navbar-social a:hover {
  transform: rotate(3deg);
}
footer .navbar-social a:hover svg {
  fill: #fff;
}

.foods-link {
  margin: 30px 0;
}
.foods-link ul {
  padding: 10px;
  margin: 0;
}
.foods-link ul li {
  list-style: none;
  display: inline-block;
  border-radius: 18px;
  padding: 5px 15px;
  margin: 5px;
  border: 2px solid #ff4d00;
  background-color: #ff4d00;
}
.foods-link ul li a {
  color: #000;
}
.foods-link ul li a:hover {
  text-decoration: none;
}
.foods-link ul li:hover {
  background-color: transparent;
}
.foods-link ul li:hover a {
  color: #ff4d00;
}

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

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

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

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

::-webkit-scrollbar-thumb {
  background: #ff4d00;
  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: rgba(255, 77, 0, 0.2) !important;
}
section.copyright a.mealzo-link img {
  max-width: 100px !important;
}

.reviews {
  background: url(../../imgs/review/review-section-bg.PNG);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 850px;
  padding: 80px 0;
  position: relative;
  z-index: 5;
}
.reviews h4 {
  color: #fff !important;
}
.reviews p {
  color: #fff !important;
}
.reviews h3 {
  color: #ff4d00;
  text-shadow: 0px 0px 10px #000;
  font-size: 5.6rem;
  font-weight: 700;
  text-align: center;
  font-family: Laveda;
}
@media (max-width: 576px) {
  .reviews h3 {
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  .reviews h3 {
    font-size: 3.8rem;
  }
}
@media (max-width: 380px) {
  .reviews h3 {
    font-size: 3rem;
  }
}
.reviews .slider-wrap {
  height: 100%;
  width: 100%;
}
.reviews .slider-wrap .slider {
  position: absolute;
  width: 100%;
  left: 50px;
  top: 50px;
}
@media (max-width: 480px) {
  .reviews .slider-wrap .slider {
    position: absolute;
    width: 100%;
    left: 5px;
    top: 5px;
  }
}
.reviews .slider-item {
  width: 80%;
  padding: 20px 0 25px 30px;
  border-radius: 10px;
  background-color: rgba(12, 10, 12, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  justify-content: flex-start;
  position: absolute;
  opacity: 0;
  z-index: 0;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .reviews .slider-item {
    flex-direction: column;
    padding: 10px;
  }
}
.reviews .slider-item .animation-card_image {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.4);
  background-color: #0C0A0C;
}
.reviews .slider-item .animation-card_image img {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ff4d00;
}
.reviews .slider-item .animation-card_content {
  margin-left: 10px;
}
.reviews .slider-item .animation-card_content .animation-card_content_title {
  color: #FFF;
  font-size: 1.05rem;
  font-weight: 400;
  margin: 0;
  color: #ff4d00;
}
@media (max-width: 768px) {
  .reviews .slider-item .animation-card_content .animation-card_content_title {
    font-size: 13px;
  }
}
.reviews .slider-item .animation-card_content .animation-card_content_description {
  color: #ff4d00;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: normal;
  margin: 10px 0 0 0;
}
.reviews .slider-item .animation-card_content .animation-card_content_star {
  margin: 10px 0 0 0;
  font-size: 12px;
  font-weight: 500;
}

section.gallery {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 992px) {
  section.gallery {
    padding: 80px 0;
  }
}
section.gallery::before {
  position: absolute;
  content: "Chickys";
  bottom: 6%;
  left: -5%;
  font-size: 180px;
  color: #fff;
  -webkit-text-stroke: 7px #000;
  paint-order: stroke fill;
  font-family: Laveda;
  transform: rotate(-90deg);
  display: flex;
  opacity: 0.2;
  z-index: 6;
}
section.gallery::after {
  position: absolute;
  content: "Chickys";
  top: 20%;
  right: -5%;
  font-size: 180px;
  color: #fff;
  -webkit-text-stroke: 7px #000;
  paint-order: stroke fill;
  font-family: Laveda;
  transform: rotate(-90deg);
  display: flex;
  opacity: 0.2;
  z-index: 2;
}
section.gallery h3 {
  color: #fdfdfd;
  font-size: 50px;
  line-height: 50px;
  margin: 10px 0 50px 0;
  text-align: center;
}
@media (max-width: 768px) {
  section.gallery h3 {
    font-size: 48px;
  }
}
section.gallery img {
  max-height: 400px;
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: 1px 1px 40px rgba(230, 230, 230, 0.3);
}
section.gallery .gallery-inner {
  margin-top: 80px;
}
@media (max-width: 576px) {
  section.gallery .gallery-inner {
    margin-top: 0;
  }
}/*# sourceMappingURL=style2.css.map */