body .main-content {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
body .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;
}
body .main-content .header_area .navbar .navbar-toggler .icon-bar {
  color: #fff;
  height: 2px;
  width: 20px;
  content: "";
  background: #fff;
  display: block;
  margin: 5px;
}
body .main-content .header_area img {
  width: 205px;
}
@media only screen and (max-width: 767px) {
  body .main-content .header_area img {
    width: 90px;
  }
}
body .main-content .hc-change {
  background: #000;
}
body .main-content .fixed-header {
  background-color: #053175;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
  animation: slideDown 1s ease-out;
  transition: all 0.5s;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
body .main-content .navbar-toggler {
  background: #fff;
  color: #053175;
}
body .main-content .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 0px 20px;
}
body .main-content .m-class {
  margin-top: 90px;
}
body .main-content .spices {
  margin-top: 5rem;
}
body .main-content .spices .main-heading {
  color: #ef3f59;
}
@media only screen and (max-width: 767px) {
  body .main-content .spices .main-heading {
    color: #fff;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1024px) {
  body .main-content .spices .main-heading {
    color: #fff;
  }
}
body .main-content .spices h1 {
  font-size: 50px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body .main-content .spices h1 {
    font-size: 35px;
  }
}
body .main-content .spices h1:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 8px;
  height: 75px;
  top: 8px;
  background: #0B3678;
  margin-left: -10px;
}
body .main-content .spices h2 {
  color: #212121;
  font-size: 17px;
  text-align: justify;
  line-height: 25px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body .main-content .spices h2 {
    font-size: 15px;
    text-align: left;
    line-height: 21px;
  }
}
body .main-content .spices .order-btn1 {
  background-color: #0B3678;
  color: #fff;
  padding: 6px 20px;
  font-weight: 500;
  margin-right: 10px;
}
body .main-content .spices .order-btn1:hover {
  color: #fff;
  background: #000;
}
body .main-content .spices .order-btn2 {
  border: 1px solid #0B3678;
  color: #0B3678;
  padding: 6px 20px;
  font-weight: 500;
  margin-left: 10px;
}
body .main-content .spices .order-btn2:hover {
  color: #dd281f;
  background: #fff;
  border: 1px solid #2B804C;
}
body .main-content .spices .banner .bg-fill {
  fill: #0B3678;
}
body .main-content .spices .banner .stroke {
  stroke: #0B3678;
}
body .main-content .spices .banner svg {
  width: 950px;
  position: absolute;
  height: auto;
  right: 0;
  top: -180px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  body .main-content .spices .banner svg {
    width: 860px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body .main-content .spices .banner svg {
    width: 650px;
  }
}
body .main-content .about-us {
  background-image: url("../images/bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 6rem 0;
}
@media only screen and (max-width: 767px) {
  body .main-content .about-us {
    margin: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body .main-content .about-us {
    margin-top: 3rem !important;
    margin: 0px;
  }
}
body .main-content .about-us .row {
  justify-content: center;
  align-items: center;
}
body .main-content .about-us .row h1 {
  color: #000;
  font-weight: bold;
}
body .main-content .about-us .row p {
  color: #666;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  text-align: justify;
}
body .main-content .about-us .row h3 {
  color: #353535;
  font-size: 23px;
  font-weight: bold;
}
body .main-content .about-us .row img {
  width: 100%;
}
body .main-content .about-us .dotsImg {
  width: 120px !important;
  position: absolute;
  right: -37px;
  bottom: -45px;
  z-index: -1;
  transform: scale(1);
  animation: blink 1.6s infinite linear;
}
@keyframes blink {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }
  33.33333% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
body .main-content .bg-color {
  background: #FFE9E4;
  padding: 5rem;
  z-index: 11;
}
body .main-content .bg-color h1 {
  z-index: 99;
  margin-left: 10px;
}
body .main-content .bg-color h1:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: 30px;
  border-radius: 50%;
  background: #FFD7CD;
  z-index: -1;
  left: 11%;
}
body .main-content .bg-color .img-fluid {
  padding: 20px;
  margin-top: 15px;
}
body .main-content .map-location {
  padding: 3rem;
}
body .main-content .footer-bg {
  background: #000;
  padding: 30px;
}
body .main-content .footer-bg .logo-g {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #FFFFFF;
  line-height: 0.1em;
  margin: 10px 0 20px;
  height: 46px;
}
body .main-content .footer-bg .logo-g span {
  background: #322523;
  padding: 0 20px;
}
body .main-content .footer-bg .list-unstyled li {
  margin-bottom: 10px;
  list-style: none;
}
body .main-content .footer-bg .list-unstyled li a {
  color: #fff;
  text-decoration: none;
}
body .main-content .footer-bg .list-unstyled li a span {
  margin-left: 10px;
}
body .main-content .footer-bg .delivery h2 {
  color: #fff;
  font-size: 20px;
  border-bottom: 1px solid #fff;
  line-height: 2;
}
body .main-content .footer-bg .delivery p {
  font-size: 16px;
}
body .main-content .footer-bg .delivery li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  display: flex;
}
body .main-content .footer-bg .delivery i {
  margin-right: 15px;
}
body .main-content .footer-bg hr {
  border-top: 1px solid #fff;
}
body .main-content .footer-bg .delivery1 h2 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
body .main-content .footer-bg .delivery1 .img-fluid {
  padding-bottom: 20px;
}
body .main-content .footer-bg .social-icon {
  display: flex;
}
body .main-content .footer-bg .social-icon .fa {
  padding: 10px;
  font-size: 16px;
  width: 34px;
  height: 34px;
  text-align: center;
  text-decoration: none;
  margin: 5px 8px;
  border-radius: 50%;
  background: #fff;
  color: #322523;
}
body .main-content .privacy a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  body .main-content .header_area {
    background-color: #053175;
  }
  body .main-content .spices {
    margin-top: 8rem;
  }
  body .main-content .spices .order-btn1 {
    border: 1px solid #000;
  }
  body .main-content .spices .order-btn2 {
    border: 1px solid #2B804C;
    color: #fff;
  }
  body .main-content .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    padding: 10px;
    color: #fff;
    border-bottom: 1px solid #fff !important;
    text-align: center;
  }
  body .main-content .about-us p {
    color: #959090;
    font-size: 20px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) and (max-width: 1024px) {
  body .main-content .about-us p {
    font-size: 11px !important;
  }
}
@media only screen and (max-width: 992px) {
  body .main-content .bg-color {
    padding: 5rem 0;
  }
  body .main-content .bg-color .img-fluid {
    padding: 20px 5px;
    cursor: pointer;
    margin-top: 15px;
  }
  body .main-content .map-location {
    padding: 3rem 1rem;
  }
  body .privacy {
    flex-direction: column !important;
  }
}
@media only screen and (max-width: 768px) {
  body .main-content .spices h1 {
    color: #fff;
    font-size: 31px;
    margin-left: 15px;
  }
  body .main-content .spices h1:before {
    left: 16px;
    width: 6px;
    height: 55px;
    top: 8px;
    background: #fff;
    margin-left: 0px;
  }
  body .main-content .spices h2 {
    color: #fff;
    font-size: 15px;
    margin-left: 15px;
  }
  body .main-content .spices p {
    color: #fff;
  }
  body .main-content .spices .order-btn1 {
    background-color: #fff;
    color: #053175;
    padding: 6px 20px;
    font-weight: 500;
    margin-right: 10px;
  }
  body .main-content .about-us {
    margin-top: -2rem;
  }
  body .main-content .about-us h1 {
    font-size: 2rem;
    margin-top: 37px;
  }
  body .main-content .about-us h1:before {
    width: 100px;
    height: 100px;
  }
  body .main-content .about-us p {
    font-size: 16px;
  }
  body .main-content .delivery1 .col {
    padding: 5px !important;
  }
  body .main-content .bg-color h1 {
    font-size: 2rem;
  }
  body .main-content .bg-color h1:before {
    width: 100px;
    height: 100px;
    top: 45px;
    left: 5%;
  }
  body .main-content .footer-bg {
    padding: 5px 0 20px;
  }
  body .main-content .footer-bg .information {
    margin-bottom: 10px !important;
    padding-top: 20px !important;
  }
  body .main-content .footer-bg .list-unstyled {
    font-size: 14px;
  }
  body .main-content .footer-bg .delivery h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  body .main-content .footer-bg .delivery li {
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }
  body .main-content .footer-bg .delivery1 h2 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
  }
  body .main-content .footer-bg .delivery1 .img-size {
    margin: 0;
  }
  body .m-class {
    margin-top: 70px !important;
  }
}
body .fb-bg {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  margin: 10px;
  padding-top: 7px;
}
body .fb-bg:hover {
  background: #3b5998;
  color: #fff;
}
body .inista-bg {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  margin: 10px;
  padding-top: 7px;
}
body .inista-bg:hover {
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
  color: #fff;
}
body .link-bg {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  margin: 10px;
  padding-top: 7px;
}
body .link-bg:hover {
  background: #2867B2;
  color: #fff;
}
body .you-bg {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  margin: 10px;
  padding-top: 7px;
}
body .you-bg:hover {
  background: #FF0000;
  color: #fff;
}
body .trip-bg {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  margin: 10px;
  padding-top: 7px;
}
body .trip-bg:hover {
  background: #00af87;
  color: #fff;
}
body .span3 {
  color: #f80707;
  font-weight: 500;
}
body .span1 {
  color: #000;
  font-weight: 500;
}
body .span2 {
  color: #558bf7;
  font-weight: 500;
}
body .block {
  color: #fff;
}

.download {
  position: fixed;
  top: 40%;
  left: -51px;
  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;
}

.locations {
  margin-top: 10rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .locations {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .locations {
    margin-top: 7rem;
  }
}

.locations .row {
  align-items: center;
}

.locationsText h2 {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 20px;
}

.orderBtns {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  border: 2px solid #2b804c;
  background: linear-gradient(to right, #2b804c 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.7s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85%;
  height: 60px;
  margin-bottom: 25px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .orderBtns {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .orderBtns {
    width: 100%;
  }
}

.orderBtns:hover {
  color: #fff;
  text-decoration: none;
  background-position: left bottom;
}

.locations img {
  width: 85%;
}

.gallerySec {
  padding: 4% 0;
}
.gallerySec h3 {
  color: #000;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .gallerySec h3 {
    font-size: 32px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gallerySec h3 {
    font-size: 32px;
  }
}
.gallerySec img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 7px;
  transition: 1s ease;
}
.gallerySec img:hover {
  transform: scale(1.1);
  transition: 1s ease;
}

.ratingImg {
  width: 150px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.sideImg {
  width: 180px;
  position: fixed;
  top: 35%;
  right: 0;
  z-index: 99;
}

.manuItems {
  margin-top: 6rem;
  padding: 4% 0;
}
.manuItems .mt {
  display: flex;
  justify-content: center;
}
.manuItems img {
  width: 100%;
  margin-bottom: 25px;
  border: 2px solid #093272;
  border-radius: 7px;
}/*# sourceMappingURL=main.css.map */