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: 80px;
}
@media only screen and (max-width: 767px) {
  body .main-content .header_area img {
    width: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body .main-content .header_area img {
    width: 90px;
  }
}
body .main-content .hc-change {
  background-color: #fa50cb;
  box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  body .main-content .hc-change {
    background-color: #fa50cb;
  }
}
body .main-content .fixed-header {
  background: #936842;
  box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.25);
}
body .main-content .navbar-nav .nav-item .nav-link {
  font-size: 19px;
  font-weight: 600;
  padding: 20px;
  color: #fff;
}
body .main-content .m-class {
  margin-top: 42px;
}
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: 49px;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body .main-content .spices h1 {
    font-size: 28px;
  }
}
body .main-content .spices h1:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 8px;
  height: 75px;
  top: 8px;
  background: #936842;
  margin-left: -10px;
}
body .main-content .spices p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body .main-content .spices p {
    font-size: 15px;
  }
}
body .main-content .spices .order-btn1 {
  background-color: #936842;
  color: #fff;
  padding: 6px 20px;
  font-weight: 500;
  margin-right: 10px;
  box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.25);
}
body .main-content .spices .order-btn1:hover {
  color: #fa50cb;
  background: #ffdf58;
}
body .main-content .spices .order-btn2 {
  border: 1px solid #936842;
  color: #936842;
  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: #936842;
}
body .main-content .spices .banner .stroke {
  stroke: #936842;
}
body .main-content .spices .banner svg {
  width: 900px;
  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: 720px;
  }
}
body .main-content .about-us {
  margin: 6rem 0;
}
@media only screen and (max-width: 768px) {
  body .main-content .about-us {
    margin: 0px !important;
  }
}
body .main-content .about-us .row {
  justify-content: center;
  align-items: center;
}
body .main-content .about-us .row h1 {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  body .main-content .about-us .row h1 {
    text-align: left;
  }
}
body .main-content .about-us .row p {
  color: #fff;
  font-size: 17px;
  line-height: 1.7;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  body .main-content .about-us .row p {
    text-align: justify;
    letter-spacing: 0.1px;
  }
}
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%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body .main-content .bg-color h1:before {
    content: "";
    background: #591e9e;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    position: absolute;
    top: -16px;
    left: -14px;
    z-index: -1;
  }
}
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: #936842;
  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: #936842;
  }
  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: #fff;
    border-bottom: 1px solid #f1eaea;
    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 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: #663300;
    margin-left: 0px;
  }
  body .main-content .spices h2 {
    color: #fff;
    font-size: 22px;
    margin-left: 15px;
  }
  body .main-content .spices p {
    color: #fff;
  }
  body .main-content .spices .order-btn1 {
    background-color: #663300;
    color: #fff;
    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;
}

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

.gallery {
  padding: 3% 0;
}
@media only screen and (max-width: 768px) {
  .gallery {
    margin-top: 4rem;
  }
}
.gallery .m-t {
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gallery .m-t {
    margin-top: 40px;
  }
}
.gallery h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  display: table;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .gallery h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gallery h2 {
    font-size: 40px;
    padding-bottom: 55px;
  }
}
.gallery h2::before {
  content: "";
  background: #936842;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  position: absolute;
  top: -20px;
  left: -9px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .gallery h2::before {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: absolute;
    top: -19px;
    left: -22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .gallery h2::before {
    content: "";
    width: 90px;
    height: 90px;
    top: -16px;
    left: -14px;
  }
}

.box {
  text-align: center;
  overflow: hidden;
  position: relative;
}

.box img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid rgb(214, 214, 214);
}

.box:before,
.box:after,
.box .box-layer {
  content: "";
  width: 20%;
  height: 100%;
  background: linear-gradient(93.32deg, #fa50cb 0%, #591e9e 99.46%);
  opacity: 0.7;
  position: absolute;
  top: 100%;
}

.box:hover:before,
.box:hover:after,
.box:hover .box-layer {
  top: 0;
}

.box:before {
  left: 0;
  transition: all 0.15s linear 0.2s;
}

.box:hover:before {
  transition-delay: 0s;
}

.box:after {
  left: 20%;
  transition: all 0.15s linear 0.25s;
}

.box:hover:after {
  transition-delay: 0.1s;
}

.box .layer-1 {
  left: 40%;
  transition: all 0.15s linear 0.3s;
}

.box:hover .layer-1 {
  transition-delay: 0.15s;
}

.box .layer-2 {
  left: 60%;
  transition: all 0.15s linear 0.35s;
}

.box:hover .layer-2 {
  transition-delay: 0.2s;
}

.box .layer-3 {
  left: 80%;
  transition: all 0.15s linear 0.4s;
}

.box:hover .layer-3 {
  transition-delay: 0.25s;
}

.box .box-content {
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  color: #fff;
  padding-top: 7%;
  overflow: hidden;
  z-index: 1;
  transform: rotate(-50deg) translate(-101px, 291px);
  transform-origin: 0% 100%;
  transition: all 0.3s linear 0s;
}

.box:hover .box-content {
  height: 100%;
  transform: rotate(0deg) translate(0px, 0px);
  transition-delay: 0.3s;
}

.box .title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-top: 20px;
}

.box .description {
  font-size: 14px;
  font-style: italic;
  padding: 0 10px;
  margin: 15px 0;
}

.box .read-more {
  display: block;
  width: 120px;
  border-radius: 5px;
  background: #e17a48;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 0;
  margin: 0 auto;
  transition: all 0.3s ease 0s;
}

.box .read-more:hover {
  background: #e06b32;
}

@media only screen and (max-width: 990px) {
  .box {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .box .box-content {
    padding-top: 0;
  }
  .box .description {
    margin: 7px 0;
  }
  .box .read-more {
    padding: 7px 0;
  }
}
.perfectBundlingSec .row {
  justify-content: center;
}
.perfectBundlingSec h2 {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
  .perfectBundlingSec h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.perfectBundlingSec img {
  width: 100%;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  transition: 1s ease;
}
.perfectBundlingSec img:hover {
  transform: scale(1.1);
  transition: 1s ease;
}/*# sourceMappingURL=main.css.map */