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: #DCB245;
  height: 2px;
  width: 20px;
  content: "";
  background: #DCB245;
  display: block;
  margin: 5px;
}
body .main-content .hc-change {
  background-color: #fff;
}
body .main-content .fixed-header {
  background-color: #fff;
  border-bottom: 4px solid #DCB245;
}
body .main-content .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  padding: 10px;
  font-weight: 500;
  color: #292631;
}
body .main-content .m-class {
  margin-top: 90px;
}
body .main-content .logo {
  width: 255px;
}
@media only screen and (max-width: 767px) {
  body .main-content .logo {
    width: 70px;
  }
}
body .main-content .spices {
  margin-top: 5rem;
}
body .main-content .spices .main-heading {
  color: #df2b1d;
}
@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: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
body .main-content .spices h1 .headingBarText {
  color: #dcb245;
}
@media only screen and (max-width: 767px) {
  body .main-content .spices h1 .headingBarText {
    color: #292631;
  }
}
body .main-content .spices h1:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 8px;
  height: 75px;
  top: 8px;
  background: linear-gradient(90deg, #292631 0%, #DCB245 100%);
  margin-left: -10px;
}
body .main-content .spices h2 {
  font-size: 28px;
  color: #292631;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 20px;
}
body .main-content .spices .order-btn1 {
  background: linear-gradient(90deg, #292631 0%, #DCB245 100%);
  color: #fff;
  padding: 6px 20px;
  font-weight: 500;
  margin-right: 10px;
}
body .main-content .spices .order-btn1:hover {
  color: #fff;
  background: linear-gradient(90deg, #DCB245 0%, #292631 100%);
}
body .main-content .spices .order-btn2 {
  border: 1px solid linear-gradient(138.5deg, #88BD3B 29.05%, #EA4F31 53.46%, #F5E837 85.89%);
  color: linear-gradient(138.5deg, #88BD3B 29.05%, #EA4F31 53.46%, #F5E837 85.89%);
  padding: 6px 20px;
  font-weight: 500;
  margin-left: 10px;
}
body .main-content .spices .order-btn2:hover {
  color: #dd281f;
  background: #fff;
  border: 1px solid #fff;
}
body .main-content .spices .banner .bg-fill {
  fill: linear-gradient(138.5deg, #88BD3B 29.05%, #EA4F31 53.46%, #F5E837 85.89%);
}
body .main-content .spices .banner .stroke {
  stroke: linear-gradient(138.5deg, #88BD3B 29.05%, #EA4F31 53.46%, #F5E837 85.89%);
}
body .main-content .spices .banner svg {
  width: 1000px;
  position: absolute;
  height: auto;
  right: 0;
  top: -180px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body .main-content .spices .banner svg {
    width: 680px;
  }
}
body .main-content .about-us {
  margin: 6rem 0;
}
body .main-content .about-us .row {
  justify-content: center;
  align-items: center;
}
body .main-content .about-us .row h1 {
  color: #fff;
}
body .main-content .about-us .row p {
  color: #fff;
  font-size: 17px;
  line-height: 1.7;
}
body .main-content .about-us .row img {
  width: 100%;
}
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;
}
@media only screen and (max-width: 767px) {
  body .main-content .map-location {
    margin-top: 6rem;
  }
}
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 #9294a0;
  line-height: 2;
}
body .main-content .footer-bg .delivery li {
  color: #fff;
  margin-bottom: 15px;
}
body .main-content .footer-bg .delivery i {
  margin-right: 15px;
}
body .main-content .footer-bg hr {
  border-top: 1px solid #9294a0;
}
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: #fff;
  }
  body .main-content .spices {
    margin-top: 8rem;
  }
  body .main-content .spices .order-btn1 {
    border: 1px solid #fff;
  }
  body .main-content .spices .order-btn2 {
    border: 1px solid #fff;
    color: #fff;
  }
  body .main-content .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    padding: 10px;
    color: #292631;
    border-bottom: 1px solid #DCB244;
    text-align: center;
  }
  body .main-content .bg-color {
    padding: 5rem 0;
  }
  body .main-content .bg-color .img-fluid {
    padding: 20px 5px;
    cursor: pointer;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 767px) {
  body .main-content #mu-map {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) and (max-width: 1024px) {
  body .main-content #mu-map {
    margin-top: 0rem;
  }
}
@media only screen and (max-width: 992px) {
  body .privacy {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 996px) and (min-width: 768px) {
  body .main-content .about-us {
    margin: 16rem 0 3rem !important;
  }
}
@media only screen and (max-width: 768px) {
  body .main-content .spices h1 {
    color: #fff;
    font-size: 27px;
    margin-left: 15px;
  }
  body .main-content .spices h1:before {
    left: 16px;
    width: 6px;
    height: 55px;
    top: 8px;
    background: linear-gradient(90deg, #292631 0%, #DCB245 100%);
    margin-left: 0px;
  }
  body .main-content .spices h2 {
    color: #292631;
    font-size: 22px;
    margin-left: 15px;
  }
  body .main-content .spices p {
    color: #fff;
  }
  body .main-content .spices .order-btn1 {
    background-color: #ffffff;
    color: #ff2525;
    padding: 6px 20px;
    font-weight: 500;
    margin-right: 10px;
  }
  body .main-content .about-us {
    margin: 2rem 0;
  }
  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: #e95950;
  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;
}

.gallerySec h2 {
  color: #000;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.gallerySec img {
  width: 100%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: 1s ease;
}
.gallerySec img:hover {
  transform: scale(1.1);
  transition: 1s ease;
}/*# sourceMappingURL=main.css.map */