.main-color {
  color: #ffd60a;
}

@font-face {
  font-family: "Quicksand";
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: "ArchivoBlack";
  src: url(../../Fonts/Archivo_Black/ArchivoBlack-Regular.ttf);
}
.valentine-gif {
  max-width: 100px;
}
@media (max-width: 480px) {
  .valentine-gif {
    max-width: 60px;
  }
}

body {
  overflow-x: hidden !important;
  font-family: "Quicksand";
  background-color: #000 !important;
  color: #fff;
  display: flex;
}
body .reveal {
  position: relative;
  opacity: 0;
}
body .reveal.active {
  opacity: 1;
}
body .active.fade-left {
  animation: fade-left 0.5s ease-in;
}
@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
body .active.fade-right {
  animation: fade-right 0.5s ease-in;
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

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

.snowflake:nth-child(even) {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 999;
  background-image: url(../../imgs/blue-snow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

main {
  display: flex;
  flex-direction: column;
  padding-left: 0%;
  width: 85%;
  z-index: 0;
}
@media (max-width: 1200px) {
  main {
    padding-left: 0%;
    padding-top: 150px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  main {
    padding-top: 115px;
  }
}

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

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

header {
  padding: 20px 0;
  margin: 0;
  background-color: #ffd60a;
  width: 15%;
  position: relative;
  border-right: 1px solid rgba(255, 214, 10, 0.3);
}
@media (max-width: 1200px) {
  header {
    width: 100%;
    position: absolute;
    align-items: center;
    z-index: 8;
  }
  header .menu-section {
    margin: auto;
  }
}
@media (max-width: 1200px) {
  header {
    padding: 2px 0;
  }
}
header .shop-logo {
  margin-bottom: 70px;
}
@media (max-width: 1200px) {
  header .shop-logo {
    position: relative;
    z-index: 9;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  header .shop-logo img {
    max-width: 180px;
  }
}
@media (max-width: 480px) {
  header .shop-logo img {
    max-width: 130px;
  }
}
@media (max-width: 1200px) {
  header .navbar {
    display: flex;
    flex-direction: row-reverse;
  }
}
header .sub-menu {
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  left: 0;
  top: 0;
  transition: ease-in-out 0.7s;
  height: 100%;
  width: 15%;
  position: fixed;
  margin: 0;
  color: rgb(0, 0, 0);
  border-radius: 0;
  z-index: 0;
  overflow: hidden;
  z-index: 99;
}
@media (max-width: 1200px) {
  header .sub-menu {
    width: 100%;
    height: 40%;
    display: flex;
    position: relative;
  }
}
header .sub-menu ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  z-index: 99;
  position: fixed;
  transition: ease-in-out 0.7s;
  margin: 0;
  display: flex;
  flex-direction: column;
  z-index: 99;
  position: fixed;
  transition: ease-in-out 0.7s;
  padding-top: 138px;
  width: 15%;
  overflow: hidden;
  min-height: 100vh;
}
@media (max-width: 1200px) {
  header .sub-menu ul {
    right: -50%;
    position: absolute;
  }
}
header .sub-menu li {
  display: block;
  list-style: none;
  height: auto;
  transition: ease-in-out 0.5s;
  position: relative;
  margin-bottom: 10px;
  transform: rotate(-12deg);
  background-color: #ffe770;
  color: #fff;
  width: 110%;
  height: 100%;
  left: -5%;
  top: 0;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 1200px) {
  header .sub-menu li {
    height: -moz-max-content;
    height: max-content;
    position: unset;
  }
}
header .sub-menu li:hover {
  background-color: #fff;
}
header .sub-menu li:hover a {
  color: #ffd60a !important;
  text-decoration: none;
}
header .sub-menu li a {
  color: rgb(0, 0, 0);
  font-size: 20px;
  width: 100%;
  display: block;
  float: left;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: bolder;
  padding: 20px 0;
}
header .sub-menu li a:hover {
  font-weight: bold;
}
header .c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 10px;
  padding: 0;
  width: 36px;
  height: 36px;
  z-index: 100;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
header .c-hamburger:focus {
  outline: none;
}
header .c-hamburger span {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 4px;
  background: #000;
}
header .c-hamburger span:before, header .c-hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  content: "";
}
header .c-hamburger span:before {
  top: -10px;
}
header .c-hamburger span:after {
  bottom: -10px;
}
header .c-hamburger--htx span {
  transition: background 0s 0.3s;
}
header .c-hamburger--htx span:before, header .c-hamburger--htx span:after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
header .c-hamburger--htx span:before {
  transition-property: top, transform;
}
header .c-hamburger--htx span:after {
  transition-property: bottom, transform;
}
header .c-hamburger--htx.is-active span {
  background: none;
}
header .c-hamburger--htx.is-active span:before, header .c-hamburger--htx.is-active span:after {
  transition-delay: 0s, 0.3s;
}
header .c-hamburger--htx.is-active span:before {
  top: 0;
  transform: rotate(45deg);
}
header .c-hamburger--htx.is-active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
header ul.oppenned {
  right: 0% !important;
  box-shadow: -5px -1px 15px rgba(0, 0, 0, 0.225);
  border-radius: 0 20px 20px 0;
  overflow: visible;
  transition: ease-in-out 0.7s;
  padding: 100px 20px 0 20px;
  width: 200px;
  background-color: #ffd60a;
  position: fixed;
  height: 100vh;
  top: 0%;
}

.hero-section2 {
  padding-top: 100px;
}
.hero-section2 div.scrollmenu {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
  top: 0%;
}
.hero-section2 div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}
.hero-section2 div.scrollmenu a:hover {
  background-color: #777;
}
.hero-section2 .sideboxx {
  position: sticky;
  background-color: #f3f3f3;
  width: 100%;
  padding-top: 30px;
  margin-top: 9%;
  border-radius: 20px;
}
.hero-section2 .sideboxx img {
  width: 90%;
  display: flex;
  justify-content: center;
  align-self: center;
  margin: 0 auto;
  margin-top: 20px;
}
.hero-section2 .sideboxx button {
  margin-bottom: 0%;
  width: 100%;
  margin-top: 100px;
  height: 60px;
  background-image: linear-gradient(to right, rgb(241, 118, 23), rgb(236, 147, 80));
  border-radius: 50px 50px 50px 50px;
  border: 0.5px solid rgba(0, 0, 0, 0);
  letter-spacing: 3px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1200px) {
  .hero-section2 .sideboxx button {
    margin-bottom: 0%;
  }
}
@media (max-width: 1047px) {
  .hero-section2 .sideboxx button {
    margin-bottom: 0%;
  }
}
.hero-section2 .sideboxx h5 {
  font-weight: bold;
}
.hero-section2 .sideboxx .media i {
  width: 30%;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .hero-section2 .sideboxx .media i {
    width: 20%;
  }
}
@media (max-width: 400px) {
  .hero-section2 .sideboxx .media i {
    width: 30%;
    margin-top: 10px;
  }
}
.hero-section2 .sideboxx .media-body {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
}
.hero-section2 .sideboxx .media-body i {
  margin-top: 10px;
  font-size: 20px;
  margin-left: 15%;
  color: rgba(51, 51, 51, 0.634);
  cursor: pointer;
}
@media (max-width: 1200px) {
  .hero-section2 .sideboxx .media-body i {
    padding-right: 4%;
  }
}
@media (max-width: 1200px) {
  .hero-section2 .sideboxx .media-body {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .hero-section2 .sideboxx .media-body {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  .hero-section2 .sideboxx .media-body {
    font-size: 10px;
  }
}
.hero-section2 .allboxs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 200px;
  margin-bottom: 100px;
}
.hero-section2 .allboxs .boxfood {
  width: 23%;
  height: auto;
  background-color: #F9ECD5;
  margin-left: 2%;
  margin-top: 2%;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .hero-section2 .allboxs .boxfood {
    width: 30%;
  }
}
@media (max-width: 450px) {
  .hero-section2 .allboxs .boxfood {
    width: 45%;
  }
}
@media (max-width: 300px) {
  .hero-section2 .allboxs .boxfood {
    width: 90%;
  }
}
.hero-section2 .allboxs .boxfood .titlefood {
  font-size: 100%;
  padding-left: 10px;
  padding-top: 20px;
  padding-right: 10px;
  color: #000;
  font-family: Brocha;
}
.hero-section2 .allboxs .boxfood p {
  font-size: 12px;
  text-align: center;
  font-family: Brocha;
  padding: 0px 10px;
  color: rgb(90, 89, 89);
}
.hero-section2 .allboxs .boxfood .starfood img {
  width: 22%;
  padding-left: 10px;
}
.hero-section2 .allboxs .boxfood .imgfood img {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.hero-section2 .allboxs .boxfood .pricefood {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 3px 4px #ddd;
  border-radius: 50px;
}
.hero-section2 .allboxs .boxfood .pricefood i {
  font-size: 10px;
  margin-right: 20px;
  text-align: center;
  font-weight: lighter;
  cursor: pointer;
  color: rgb(251, 251, 251);
  background-image: linear-gradient(to right, rgb(241, 118, 23), rgb(236, 147, 80));
  padding: 14px;
  border-radius: 50px;
  transform: all 0.3s;
  margin-bottom: 12px;
}
.hero-section2 .allboxs .boxfood .pricefood i:hover {
  background-image: linear-gradient(to right, rgba(231, 180, 70, 0.855), rgba(231, 180, 70, 0.876));
}
@media (max-width: 998px) {
  .hero-section2 .allboxs .boxfood .pricefood i {
    margin-right: 20px;
  }
}
@media (max-width: 904px) {
  .hero-section2 .allboxs .boxfood .pricefood i {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .hero-section2 .allboxs .boxfood .pricefood i {
    margin-right: 20px;
  }
}
.hero-section2 .allboxs .boxfood .pricefood p {
  font-size: 17px;
}
.hero-section2 .allboxs .boxfood .pricefood a img {
  width: 30%;
  margin-left: 7%;
}

#slider .carousel-item img {
  position: relative;
  min-height: 220px;
}
#slider .carousel-item .order-now {
  position: absolute;
  top: 20%;
  left: 10%;
  right: 10%;
  padding: 20px;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #slider .carousel-item .order-now {
    top: 5%;
    padding: 10px;
  }
}
#slider .carousel-item .order-now div {
  padding: 15px 25px;
  background-color: #ffd60a;
  margin-bottom: 15px;
  border-radius: 20px !important;
}
@media (max-width: 576px) {
  #slider .carousel-item .order-now div {
    display: none;
  }
}
#slider .carousel-item .order-now div h1 {
  font-weight: 800;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  #slider .carousel-item .order-now div h1 {
    font-size: 18px;
  }
}
#slider .carousel-item .order-now a {
  background-color: #ffd60a;
  border-radius: 20px !important;
  width: 210px;
  color: rgb(255, 255, 255);
  padding: 15px;
  font-weight: 800;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  #slider .carousel-item .order-now a {
    font-size: 15px;
    padding: 10px;
    width: 150px;
  }
}
@media (max-width: 576px) {
  #slider .carousel-item .order-now a {
    width: 100px;
    font-size: 13px;
  }
}
#slider .carousel-item .order-now a:hover {
  color: #e0a337;
  border-color: #e0a337;
  background-color: #fff !important;
  box-shadow: rgba(240, 207, 98, 0.5) 0px 4px 12px;
}

/* more about us section */
section.more-about-us-section {
  background-color: #000;
  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;
}

section.special {
  background-color: #000;
  padding: 50px 10px;
}
section.special .menu-icon {
  background-color: #ffd60a;
  margin: auto;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  max-width: 100px;
  padding: 15px;
  margin-top: -90px;
  border: 1px solid #ffd60a;
  z-index: 2;
  position: relative;
}
section.special h3 {
  margin-bottom: 52px;
  color: #ffd60a;
  font-family: "ArchivoBlack";
  text-transform: capitalize;
  font-weight: 800;
  text-align: center;
  font-size: 56px;
}
@media (max-width: 991px) {
  section.special h3 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  section.special h3 {
    font-size: 30px;
  }
}
section.special .swiper-container {
  padding: 25px;
}
section.special .card {
  background-color: #262626;
  border-radius: 10px;
  transition: all 0.7s;
  border-bottom-width: 3px;
  color: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}
section.special .card .card-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.special .card .card-body {
  padding: 20px 10px 10px 10px;
  position: relative;
  background-color: #ffd60a;
}
section.special .card .card-body:before {
  position: absolute;
  position: absolute;
  top: -43px;
  right: 0;
  left: -6px;
  content: "";
  display: inline-block;
  z-index: 1;
  border-width: 44px 80vw 0 0;
  border-color: #ffd60a transparent transparent transparent;
  width: 0;
  height: 0;
  border-style: solid;
  transform: rotateX(180deg);
}
section.special .card .card-body .card-title {
  font-size: 25px;
  color: #000;
  text-align: center;
  margin: auto;
  padding: 20px 0;
  margin-top: -25px;
  font-weight: bolder;
}
section.special .card .card-footer {
  background-color: #ffffff;
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  padding: 20px 0 30px 0;
}
section.special .card .card-footer a {
  color: #fff;
  border: 1px solid #ffd60a;
  border-radius: 6px;
  background-color: #ffd60a;
}
section.special .card .card-footer a:hover {
  background-color: #fff;
  color: #ffd60a;
  border: 1px solid #ffd60a;
}
section.special .card:hover {
  transform: scale(1.03);
}
section.special .card:hover a,
section.special .card:hover h5 {
  text-decoration: none !important;
}
section.special button {
  background-color: #ffd60a;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  border: 1px solid #ffd60a;
  padding: 20px 45px;
  border-radius: 15px;
  margin-top: 25px;
  font-weight: bolder;
}
section.special button:hover {
  background-color: transparent;
  color: #ffd60a;
  border: 1px solid #ffd60a;
}
@media (max-width: 1200px) {
  section.special button {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  section.special button {
    margin-top: 5px;
  }
}

.special-Offers {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../../imgs/about-us/Charcoal-Grill-Peebles-about-us.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 150px 0;
}
@media (max-width: 768px) {
  .special-Offers {
    padding: 80px 0;
  }
}
.special-Offers h2 {
  color: #ffd60a;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  font-size: 45px;
  font-size: 3rem;
  font-family: "ArchivoBlack";
}
@media (max-width: 768px) {
  .special-Offers h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 480px) {
  .special-Offers h2 {
    font-size: 1.4rem;
  }
}
.special-Offers a {
  color: #000;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffd60a;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 20px 45px;
  border-radius: 15px;
  margin-top: 25px;
  font-weight: bolder;
  text-transform: capitalize;
}
.special-Offers a:hover {
  text-decoration: none;
  color: #ffd60a;
  border: 1px solid #ffd60a;
  background-color: #000;
}
.about-us {
  margin: 0 0 50px 0;
  padding: 70px 30px;
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .about-us {
    padding: 70px 20px;
  }
}
.about-us img {
  max-width: 100%;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .about-us img {
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.about-us div.inner-content {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media (max-width: 576px) {
  .about-us div.inner-content {
    justify-content: center;
    text-align: center;
  }
}
.about-us div.inner-content h3 {
  text-align: left;
  animation-delay: calc(0.1s * var(--i));
  animation: flip 1s;
  position: relative;
  font-weight: bolder;
  font-size: 2.6rem;
  color: #ffd60a;
  font-family: "ArchivoBlack";
}
@media (min-width: 991px) {
  .about-us div.inner-content h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .about-us div.inner-content h3 {
    font-size: 3.5rem;
  }
}
@keyframes flip {
  0% {
    transform: translateX(1500px);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .about-us div.inner-content h3 {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .about-us div.inner-content h3 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .about-us div.inner-content h3 {
    font-size: 25px;
  }
}
.about-us div.inner-content span {
  color: #a5a4a4;
}
.about-us div.inner-content p.hero-main-text {
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 768px) {
  .about-us div.inner-content p.hero-main-text {
    font-size: 14px;
    font-weight: bolder;
    text-align: justify;
  }
}
@media (max-width: 576px) {
  .about-us div.inner-content p.hero-main-text {
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .about-us div.inner-content p.hero-main-text {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .about-us div.inner-content p.hero-main-text {
    font-size: 1rem;
  }
}
.about-us div.inner-content a {
  background-color: #ffd60a;
  color: #000;
  border: 1px solid #ffd60a;
  font-weight: 900;
  font-size: 20px;
  padding: 15px 35px;
  border-radius: 15px;
  margin-top: 20px;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .about-us div.inner-content a {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .about-us div.inner-content a {
    margin-top: 2px;
    padding: 10px 25px;
    font-size: 18px;
  }
}
.about-us div.inner-content a:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #ffd60a;
  text-decoration: none;
}

.foods-tags {
  margin-top: 40px;
}
.foods-tags .container {
  border-top: 1px solid #ddd;
}
.foods-tags .foods-link {
  padding-top: 30px;
}
.foods-tags ul {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #ddd;
  text-transform: capitalize;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 4px;
  background-color: #ffffff;
  color: #000;
  font-size: 12px;
}
.foods-tags ul li a {
  color: #111 !important;
}
.foods-tags ul li a:hover {
  text-decoration: none;
}
.foods-tags ul li:hover {
  border: 1px solid #111;
}

section.peyment-method {
  background-color: #000;
}
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 */
.dl-app {
  background: linear-gradient(to right, #ffd60a 0%, #000 100%);
  padding: 30px;
}
@media (max-width: 1300px) {
  .dl-app {
    padding: 30px 0;
  }
}
@media (max-width: 1200px) {
  .dl-app {
    background: linear-gradient(to bottom, #ffd60a 0%, #000 100%);
  }
}
.dl-app .apps {
  border: 1px solid rgba(0, 0, 0, 0);
  display: flex;
}
@media (max-width: 1300px) {
  .dl-app .apps {
    margin-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .dl-app .apps {
    flex-direction: column;
  }
}
.dl-app .apps img {
  width: 200px;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .dl-app .apps img {
    margin: 0 0 10px 0;
  }
}
.dl-app .dl-app-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  text-align: center;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .dl-app .dl-app-container {
    flex-direction: column;
  }
}
.dl-app .dl-app-container h3 {
  font-size: 20px;
  color: #000;
}
@media (max-width: 991px) {
  .dl-app .dl-app-container h3 {
    font-size: 25px;
  }
}
.dl-app p {
  text-align: left;
  color: #f3f3f3;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .dl-app p {
    text-align: center;
    width: 100%;
    padding: auto;
    padding-left: 0px;
    padding: 40px 20px;
    font-size: 2rem;
  }
}
@media (max-width: 500px) {
  .dl-app p {
    font-size: 1.5rem;
  }
}

.modal .modal-content {
  background-color: #000;
  color: #fff;
  font-weight: 900;
  text-shadow: 0px 0px 25px rgba(255, 255, 255, 0.4);
}

.Testimonials {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .Testimonials {
    padding: 20px 0;
  }
}
.Testimonials h3.section-title {
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 57px;
  letter-spacing: -0.01em;
  color: #ffd60a;
  margin-bottom: 50px;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .Testimonials h3.section-title {
    font-size: 30px;
    margin: 20px 0;
  }
}
@media (max-width: 480px) {
  .Testimonials h3.section-title {
    font-size: 25px;
  }
}
@media (max-width: 380px) {
  .Testimonials h3.section-title {
    font-size: 20px;
  }
}
.Testimonials .swiper {
  padding: 0 20px;
}
.Testimonials .swiper .card {
  margin-top: 10%;
  box-shadow: 5px 5px 5px 5px rgba(1, 1, 16, 0.031372549);
  background-color: #0d0d0d;
  border-radius: 20px;
  opacity: 1;
  display: block;
  width: 100%;
  min-height: 235px;
  transition: 0.5s ease;
  backface-visibility: hidden;
}
.Testimonials .swiper .card:hover .btn {
  color: #f0eff7;
  background-color: #741c0e;
}
.Testimonials .swiper .card .card-img img {
  width: 60px;
  height: 60px;
  position: absolute;
  margin-left: 69%;
  margin-top: -32px;
}
@media (max-width: 480px) {
  .Testimonials .swiper .card .card-img img {
    margin-left: 70%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
  }
}
.Testimonials .swiper .card .card-title {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  display: grid;
  margin-top: 20px;
}
.Testimonials .swiper .card-body {
  position: relative;
}
.Testimonials .swiper .card-body h4 {
  color: #ffd60a;
  font-size: 1rem;
}
.Testimonials .swiper .card-body p {
  color: #fff;
  line-height: 22px;
  font-size: 17px;
  min-height: 150px;
}
.Testimonials .swiper .card-body img {
  display: flex;
  justify-content: center;
  width: 90px;
}
.Testimonials .swiper .card-footer {
  border-top: unset;
  background-color: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Testimonials .swiper .card-footer .btn {
  background-color: #ffd60a;
  color: #fff;
  width: 50%;
  border: 1px solid #ffd60a;
  border-radius: 50px 50px 50px 0px;
  position: absolute;
  margin-top: 20px;
  margin-left: -120px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .Testimonials .swiper .card-footer .btn {
    font-size: 14px;
    padding: 10px 10px;
  }
}

/* footer */
footer {
  background-color: #1f1f1f;
  color: rgb(255, 255, 255);
  padding: 20px 70px;
  position: relative;
}
@media (max-width: 1440px) {
  footer {
    padding: 70px 0;
  }
}
@media (max-width: 800px) {
  footer {
    padding: 0 0 70px 0;
  }
}
footer:before {
  position: absolute;
  top: -37%;
  right: 0;
  left: 0;
  content: "";
  background-image: url(../../imgs/header/footer-wave.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
}
@media (max-width: 1440px) {
  footer:before {
    top: -32%;
  }
}
@media (max-width: 1200px) {
  footer:before {
    top: -22%;
  }
}
@media (max-width: 991px) {
  footer:before {
    top: -12%;
  }
}
@media (max-width: 800px) {
  footer:before {
    top: -15%;
  }
}
@media (max-width: 768px) {
  footer:before {
    top: -10%;
  }
}
@media (max-width: 768px) {
  footer .logo img {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
}
@media (max-width: 768px) {
  footer p {
    text-align: center;
  }
}
footer .footer-header {
  font-size: 23px;
  text-transform: capitalize;
  font-weight: normal;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffd60a;
  max-width: -moz-max-content;
  max-width: max-content;
}
footer .footer-links {
  text-align: left;
}
@media (max-width: 991px) {
  footer .footer-links {
    text-align: center;
  }
}
@media (max-width: 991px) {
  footer .footer-links ul {
    text-align: center;
  }
}
@media (max-width: 991px) {
  footer .footer-links ul li {
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
footer ul {
  list-style: none;
  padding-left: 15px;
}
footer ul li {
  margin-bottom: 5px;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #ffd60a;
  text-decoration: none;
}
footer .Opening li {
  justify-content: space-between;
  border-bottom: 1px dotted #3f3f3f;
  padding: 3px;
}

.foods-link {
  background-color: #ffd60a;
  padding: 50px;
}
@media (max-width: 991px) {
  .foods-link {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .foods-link {
    padding: 30px 20px;
  }
}
.foods-link .swiper-slide {
  transition: ease-in-out 0.7s;
}
.foods-link .swiper-slide:hover {
  transform: scale(1.1);
}
.foods-link .swiper-slide a {
  text-decoration: none;
}
.foods-link .gallery-img {
  width: 100%;
  height: 90%;
  padding: 2px;
  border-radius: 25%;
}
.foods-link .title {
  text-align: center;
  margin: 5px 0;
  color: #ffd60a !important;
  font-size: 15px;
}

.map {
  padding: 40px;
}
.map ul {
  padding: 0;
  list-style: none;
  margin: auto;
}
.map ul h3 {
  font-size: 2.5rem;
  color: #ffd60a;
  font-family: "ArchivoBlack";
}
@media (max-width: 600px) {
  .map ul h3 {
    font-size: 1.2rem;
    margin: 20px auto;
  }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #000;
  color: #ffd60a;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 50%;
}
#myBtn:hover {
  color: #ffd60a;
  border: 1px dashed #ffd60a;
  background-color: white;
}

#social {
  position: fixed;
  top: auto;
  bottom: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  bottom: 63px;
  right: 16px;
  z-index: 99;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 10px 0;
}
#social a {
  background-color: #000;
  padding: 5px;
  border-radius: 50%;
  margin-bottom: 2px;
}
#social a svg {
  fill: #ffd60a;
}

#ordercart {
  background-image: url(../../imgs/hero/background.png);
  width: 100%;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  #ordercart {
    padding-top: 80px;
  }
}
#ordercart .maincardtable {
  font-family: sans-serif;
  width: 50%;
  margin-left: 47%;
  padding-top: 2%;
  background-color: #F9ECD5;
  border-radius: 12px;
}
@media (max-width: 1200px) {
  #ordercart .maincardtable {
    padding-top: 10px;
  }
}
#ordercart .maincardtable .cost {
  margin-top: 40px;
  margin-left: 28%;
  font-size: 18px;
  font-weight: bold;
}
#ordercart .maincardtable .suggestions #paraghraph {
  background-image: linear-gradient(to right, rgb(241, 118, 23), rgb(236, 147, 80));
  color: #fff;
  width: 25%;
  padding: 8px;
  border-radius: 20px;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  box-shadow: 2px 3px rgba(186, 189, 190, 0.862745098);
  cursor: pointer;
}
#ordercart .maincardtable .suggestions #paraghraph:hover {
  background-image: linear-gradient(to right, rgb(231, 180, 70), rgb(231, 180, 70));
}
@media (max-width: 768px) {
  #ordercart .maincardtable .suggestions #paraghraph {
    width: 80%;
  }
}
#ordercart .maincardtable .suggestions h6 {
  font-weight: bold;
}
#ordercart .maincardtable .suggestions .othersuggest {
  background-color: #fff;
  padding: 17px;
  margin-top: 1%;
  border-radius: 13px;
  margin-bottom: 10px;
}
#ordercart .maincardtable .suggestions .othersuggest img {
  width: 90%;
}
#ordercart .maincardtable .suggestions .othersuggest .headersuggest {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#ordercart .maincardtable .suggestions .othersuggest .headersuggest p {
  font-size: 18px;
}
#ordercart .maincardtable .suggestions .othersuggest .headersuggest i {
  margin-top: 20px;
  background-image: linear-gradient(to right, rgb(241, 118, 23), rgb(236, 147, 80));
  color: #fff;
  padding: 7px;
  border-radius: 10px;
  transition: all 0.2s;
}
#ordercart .maincardtable .suggestions .othersuggest .headersuggest i:hover {
  background-image: linear-gradient(to right, rgb(231, 180, 70), rgb(231, 180, 70));
  cursor: pointer;
  color: rgb(246, 246, 246);
}
#ordercart .maincardtable .addordelete {
  display: flex;
  flex-direction: row;
  margin-left: 10%;
  color: rgb(48, 46, 46);
}
#ordercart .maincardtable .addordelete i {
  margin: 20px;
  font-size: 18px;
  background-image: linear-gradient(to right, rgb(241, 118, 23), rgb(236, 147, 80));
  padding: 13px;
  font-weight: 1px;
  border-radius: 5px;
  color: rgb(239, 229, 229);
  cursor: pointer;
}
#ordercart .maincardtable .addordelete i:hover {
  background-image: linear-gradient(to right, rgb(231, 180, 70), rgb(231, 180, 70));
  cursor: pointer;
  color: #fff;
}
#ordercart .maincardtable .media img {
  width: 35%;
}
#ordercart .maincardtable .media p {
  font-size: 14px;
}
@media (max-width: 1200px) {
  #ordercart .maincardtable {
    width: 98%;
    margin-left: 10px;
    background: F9ECD5;
  }
}
#ordercart .maincardtable .headercard h6 {
  text-align: center;
  letter-spacing: 3px;
  font-size: 22px;
}
#ordercart .maincardtable .headercard i {
  font-size: 26px;
}

.web-story {
  padding: 20px 0;
}
.web-story .stories-container {
  display: flex;
  padding: 0 20px;
  justify-content: center;
  gap: 30px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .web-story .stories-container {
    overflow-x: scroll;
  }
}
@media (max-width: 576px) {
  .web-story .stories-container {
    justify-content: flex-start;
  }
}
.web-story .stories-container .content {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.web-story .stories-container .imgContent {
  background: linear-gradient(#dd2a7b, #f58529);
  padding: 3px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.web-story .stories-container .imgContent .middleContent {
  background-color: #fff;
  padding: 4px;
  border-radius: 50%;
}
.web-story .stories-container .imgContent .middleContent img {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 5;
  vertical-align: middle;
}
.web-story .stories-container .storyTitle {
  margin: 10px 0;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 480px) {
  .web-story .stories-container .storyTitle {
    font-size: 12px;
  }
}
.web-story .story-full {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  justify-content: center;
  opacity: 0;
  z-index: 500;
  pointer-events: none;
  transition: all 100ms ease;
}
.web-story .story-full.active {
  opacity: 1;
  pointer-events: auto;
}
.web-story .story-full .content .close-btn {
  position: fixed;
  top: 32px;
  right: 32px;
  width: 32px;
  cursor: pointer;
}
.web-story .story-full .content .close-btn svg {
  width: 32px;
}
.web-story .story-full .content {
  display: flex;
  align-items: center;
  position: relative;
}
.web-story .story-full .content .story-title {
  position: absolute;
  top: 5px;
  left: 25px;
  /* transform: translateX(-50%); */
  color: #000;
  line-height: 2;
  padding: 8px 32px;
  z-index: 105;
}
.web-story .story-full .img-content {
  height: 80%;
  width: 400px;
  /* border-radius: 10px; */
  /* background-color: #dd2a7b; */
  position: relative;
}
.web-story .story-full .img-content .img-story {
  height: 100%;
  width: 400px;
  border-radius: 10px;
  position: absolute;
  z-index: 100;
}
.web-story .story-full .img-content .profile {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 105;
  border-radius: 50%;
  margin: 15px 10px;
}
.web-story .story-full .content .right-arrow,
.web-story .story-full .content .left-arrow {
  cursor: pointer;
  /* background-color: #fff; */
  border-radius: 50%;
  padding: 8px;
  margin: 5px 10px;
  justify-content: center;
}
.web-story .story-full .content .right-arrow {
  transform: rotate(180deg);
}
@media (max-width: 700px) {
  .web-story .story-full img {
    width: 65%;
    height: auto;
  }
}
.web-story .myProgress {
  width: 96%;
  z-index: 110;
  position: absolute;
  margin: 5px 2%;
  background-color: #aaa;
  border-radius: 5px;
}
.web-story #myBar {
  width: 1%;
  height: 2px;
  border-radius: 5px;
  background-color: #eee;
}

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

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

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

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

section.copyright {
  background-color: #262626;
  font-size: 16px;
  color: #fff;
  padding: 20px;
}
section.copyright p {
  margin: 0;
}/*# sourceMappingURL=style2.css.map */