.main-content {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.main-content .header_area {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: background 0.4s, all 0.3s linear;
  transition: all 0.3s ease 0s;
}
.main-content .header_area .navbar img {
  width: 100px;
}
.main-content .header_area .navbar .navbar-toggler .icon-bar {
  color: #ffcf00;
  height: 2px;
  width: 20px;
  content: "";
  background: #ffcf00;
  display: block;
  margin: 5px;
}
.main-content span {
  color: #f80707;
  font-weight: 500;
}
.main-content .span1 {
  color: #000;
  font-weight: 500;
}
.main-content .span2 {
  color: #558bf7;
  font-weight: 500;
}
.main-content .hc-change {
  background: #fff;
}
.main-content .fixed-header {
  background: #000;
  box-shadow: 2px 2px 2px 1px rgba(153, 152, 152, 0.2);
}
.main-content .navbar-toggler {
  background: #000 !important;
}
.main-content .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  padding: 12px;
  color: #ffcf00;
}
.main-content .m-class {
  margin-top: 90px;
}
.main-content .spices {
  margin-top: 5rem;
}
.main-content .spices .let-eat {
  text-align: center;
  left: 50%;
  position: relative;
  z-index: 1;
  padding-top: 20px;
  transform: translate(-50%, 50%);
  color: rgb(255, 255, 255);
}
.main-content .spices .let-eat h1 {
  font-size: 60px;
  color: #ffcf00;
  font-weight: 500;
  margin-bottom: 20px;
}
.main-content .spices .let-eat h2 {
  font-size: 25px;
  color: #fff;
  text-transform: capitalize;
}
.main-content .spices .food-banner {
  display: flex;
  justify-content: center;
}
.main-content .spices .food-banner img {
  width: 600px;
  position: relative;
  top: 106px;
}
.main-content .spices .banner .bg-fill {
  fill: rgb(233, 61, 61);
}
.main-content .spices .banner .stroke {
  stroke: rgb(233, 61, 61);
}
.main-content .spices .banner svg {
  width: 100%;
  position: absolute;
  height: 700px;
  right: 0;
  top: 0;
  z-index: -1;
}
.main-content .spices .btn-order {
  margin-top: 8rem;
}
.main-content .spices .btn-order .order-btn1 {
  background-color: #000;
  color: #ffcf00;
  padding: 12px 30px;
  font-weight: 500;
  margin-right: 10px;
  border-radius: 40px;
  margin-top: 10px;
  border: 1px solid #ffcf00;
}
.main-content .spices .btn-order .order-btn1:hover {
  color: #000;
  background: #ffcf00;
  border: 1px solid #000;
}
.main-content .spices .btn-order .order-btn2 {
  border: 1px solid #F23C17;
  padding: 12px 30px;
  font-weight: 500;
  margin-right: 10px;
  border-radius: 40px;
  color: #F23C17;
  margin-top: 10px;
}
.main-content .spices .btn-order .order-btn2:hover {
  background-color: #417F56;
  color: #fff;
  border: 1px solid #417F56;
}
.main-content .about-us {
  margin: 6rem 0 5rem;
}
.main-content .about-us h3 {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  margin: 0px auto;
  display: table;
  position: relative;
}
.main-content .about-us h3:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: -25px;
  border-radius: 50%;
  background: #ffd3d5;
  margin-left: -45px;
  z-index: -1;
}
.main-content .about-us p {
  color: #959090;
  margin: 50px;
  font-size: 20px;
  line-height: 1.5;
}
.main-content .bg-color {
  background: #C7DEC1;
  padding: 5rem;
  z-index: 11;
}
.main-content .bg-color h1 {
  z-index: 99;
  text-align: center;
  margin-left: 40px;
}
.main-content .bg-color h1:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: 42px;
  border-radius: 50%;
  background: #D3F3CB;
  z-index: -1;
  left: 40%;
}
.main-content .bg-color .img-fluid {
  padding: 20px;
  margin-top: 15px;
}
.main-content .map-location {
  padding: 3rem;
}
.main-content .footer-bg {
  background: #000;
  padding: 30px;
  margin-top: 44px;
}
.main-content .footer-bg .list-unstyled li {
  margin-bottom: 10px;
  list-style: none;
}
.main-content .footer-bg .list-unstyled li a {
  color: #fff;
  text-decoration: none;
}
.main-content .footer-bg .list-unstyled li a span {
  margin-left: 10px;
}
.main-content .footer-bg .delivery h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: 1px solid #9294a0;
  line-height: 2;
}
.main-content .footer-bg .delivery li {
  color: #fff;
  margin-bottom: 15px;
}
.main-content .footer-bg .delivery i {
  margin-right: 15px;
}
.main-content .footer-bg hr {
  border-top: 1px solid #9294a0;
}
.main-content .footer-bg .social-icon {
  display: flex;
}
.main-content .privacy a {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  .main-content .header_area {
    background-color: #000;
  }
  .main-content .spices {
    margin-top: 8rem;
  }
  .main-content .spices .let-eat {
    transform: translate(-50%, 0%);
  }
  .main-content .spices .let-eat h1 {
    font-size: 80px;
  }
  .main-content .spices .food-banner img {
    top: 50px;
  }
  .main-content .spices .banner svg {
    height: 100%;
  }
  .main-content .spices .btn-order {
    margin-top: 4rem;
  }
  .main-content .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    padding: 10px;
    color: #ffcf00;
    border-bottom: 1px solid #ffcf00;
    text-align: center;
  }
  .main-content .about-us p {
    color: #959090;
    margin: 50px 5px;
    font-size: 20px;
    line-height: 1.5;
  }
  .main-content .bg-color {
    padding: 5rem 0;
  }
  .main-content .bg-color .img-fluid {
    padding: 20px 5px;
    margin-top: 15px;
  }
  .main-content .map-location {
    padding: 3rem 1rem;
  }
  .privacy {
    flex-direction: column !important;
  }
}
@media only screen and (max-width: 768px) {
  .main-content .spices .let-eat h1 {
    font-size: 40px;
  }
  .main-content .spices .let-eat h2 {
    font-size: 35px;
  }
  .main-content .spices .food-banner img {
    top: 30px;
    height: 100%;
  }
  .main-content .about-us {
    margin: 5rem 0 0;
  }
  .main-content .about-us h1 {
    font-size: 2rem;
  }
  .main-content .about-us h1:before {
    width: 100px;
    height: 100px;
  }
  .main-content .about-us p {
    font-size: 16px;
  }
  .main-content .delivery1 .col {
    padding: 5px !important;
  }
  .main-content .bg-color h1 {
    font-size: 2rem;
    margin-left: -29px;
    margin-top: -9px;
  }
  .main-content .bg-color h1:before {
    width: 100px;
    height: 100px;
    top: 39px;
    left: 34%;
  }
  .main-content .footer-bg {
    padding: 5px 0 20px;
  }
  .main-content .footer-bg .information {
    margin-bottom: 10px !important;
    padding-top: 20px !important;
  }
  .main-content .footer-bg .list-unstyled {
    font-size: 14px;
  }
  .main-content .footer-bg .delivery h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .main-content .footer-bg .delivery li {
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }
  .main-content .footer-bg .delivery1 h2 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .main-content .footer-bg .delivery1 .img-size {
    margin: 0;
  }
  .m-class {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 500px) {
  .main-content .spices .let-eat h1 {
    font-size: 20px;
  }
  .main-content .spices .let-eat h2 {
    font-size: 15px;
  }
  .main-content .bg-color h1:before {
    left: 16%;
  }
}
.fb-bg {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  margin: 10px;
  padding-top: 7px;
}

.fb-bg:hover {
  background: #3b5998;
  color: #fff;
}

.inista-bg {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  margin: 10px;
  padding-top: 7px;
}

.inista-bg:hover {
  background: #e95950;
  color: #fff;
}

.link-bg {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  margin: 10px;
  padding-top: 7px;
}

.link-bg:hover {
  background: #2867B2;
  color: #fff;
}

.you-bg {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  margin: 10px;
  padding-top: 7px;
}

.you-bg:hover {
  background: #FF0000;
  color: #fff;
}

.trip-bg {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  margin: 10px;
  padding-top: 7px;
}

.trip-bg:hover {
  background: #00af87;
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .link-bg {
    margin: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .main-content .header_area .navbar img {
    width: 85px;
  }
}
.download {
  position: fixed;
  top: 40%;
  left: -50px;
  z-index: 999;
}
.download .App {
  margin-left: 0px;
  padding-left: 0;
}
.download .App li {
  display: block;
  transform: rotate(270deg);
  margin-bottom: 100px;
}
.download .App li img {
  width: 140px !important;
  height: auto !important;
  opacity: 0.3;
}
.download .App li img:hover {
  opacity: 1;
}

.aboutUsSec {
  padding: 6% 0;
}
.aboutUsSec .row {
  align-items: center;
  justify-content: center;
}
.aboutUsSec .aboutUsText h3 {
  color: #000;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 13px;
}
.aboutUsSec .aboutUsText p {
  color: #5b5a5a;
  font-size: 16px;
  font-weight: 600;
  text-align: justify;
}
.aboutUsSec img {
  width: 100%;
}

.mapSec {
  position: relative;
}
.mapSec .row {
  align-items: center;
}
.mapSec img {
  width: 10%;
  position: absolute;
  top: 0;
  right: 8%;
}
@media only screen and (max-width: 767px) {
  .mapSec img {
    width: 35%;
    right: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mapSec img {
    right: 3%;
  }
}

.gallerySec {
  background: #000;
  padding: 3% 0;
}
.gallerySec h2 {
  color: #ffcf00;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.gallerySec img {
  width: 100%;
  margin-bottom: 35px;
  border-radius: 10px;
  border: 1px solid #f4c603;
}

@media only screen and (max-width: 992px) {
  .aboutUsSec .aboutUsText h3 {
    font-size: 22px;
  }
  .aboutUsSec .aboutUsText p {
    font-size: 14px;
  }
  .gallerySec h2 {
    font-size: 22px;
  }
}/*# sourceMappingURL=main.css.map */