.hero-section {
  background: #fff;
}
.hero-section h1 {
  font-family: "Prata", serif;
  font-size: 3.75rem;
  color: #000;
  font-weight: 400;
  line-height: 4rem;
}
.hero-section h2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.875rem;
  color: #3d3d3d;
  font-weight: 600;
  margin: 40px 0px;
}
.hero-section p {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  color: #3d3d3d;
  font-weight: 500;
}
.hero-section .leaf {
  position: absolute;
  top: 90px;
  left: 0px;
}
.hero-section .content {
  position: relative;
}
.hero-section .content .chilli {
  position: absolute;
  width: 120px;
  top: 10%;
  right: -120px;
  z-index: 2;
}
.hero-section .tomato {
  width: 120px;
  position: absolute;
  top: 33%;
  right: 0px;
  z-index: 1;
  opacity: 0.6;
}
.hero-section .lotianime {
  margin-bottom: -300px;
}
.hero-section .tagline {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.hero-section .mb-direction .left-leaf {
  position: absolute;
  left: 0px;
  width: 120px;
  margin-top: -50px;
}
.hero-section .mb-direction .right-leaf {
  position: absolute;
  right: 0px;
}

.second-section {
  background: #ffe;
}
.second-section h2 {
  font-size: 3rem;
  color: #000;
  font-weight: 800;
  margin-bottom: 20px;
}
.second-section .offercard {
  background: #fff;
  border: 1px solid #000;
  padding: 25px;
  border-radius: 20px;
  transform: translateY(0px);
  transition: all 300ms ease-in-out;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.second-section .offercard .globalbtn {
  font-weight: 600;
  color: #fff;
  padding: 6px 25px;
  border-radius: 5px;
  font-size: 1rem;
  width: 100%;
  text-align: center;
}
.second-section .offercard ul {
  padding-left: 15px;
  padding-bottom: 0px;
  margin-bottom: 20px;
}
.second-section .offercard ul li {
  margin-bottom: 10px;
}
.second-section .offercard p, .second-section .offercard ul, .second-section .offercard li {
  font-size: 0.9rem;
  color: #000;
}
.second-section .offercard .tag {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 5px;
}
.second-section .offercard .tag-subline {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 25px;
}
.second-section .offercard .price {
  font-size: 1.5rem;
  font-weight: 800;
  color: #000;
}
.second-section .offercard .price .gst {
  font-size: 1rem;
  font-weight: 600;
  margin-left: 1px;
  text-transform: capitalize;
}
.second-section .offercard .subtext, .second-section .offercard .first-btn, .second-section .offercard .second-btn {
  font-size: 0.7rem;
  font-weight: 600;
  color: #000;
  margin-top: 5px;
  background: rgba(220, 136, 255, 0.3490196078) !important;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 100px;
}
.second-section .offercard .first-btn {
  margin-right: 5px;
}
.second-section .offercard .first-btn, .second-section .offercard .second-btn {
  font-size: 0.7rem;
}
.second-section .offercard .plan {
  margin-bottom: 10px;
}
.second-section .offercard .dot {
  font-size: 10px;
  position: relative;
  top: -1px;
  margin-left: 6px;
}
.second-section .offercard .lineht {
  border: 0px;
  border-bottom: 2px solid #8921ab;
  opacity: 1;
}
.second-section .offercard:hover {
  transform: translateY(-10px);
  box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.2);
  transition: all 300ms ease-in-out;
}
.second-section .offercard-1 {
  border: 1px solid #8921ab;
}
.second-section .offercard-1 .tag {
  color: #8921ab;
}
.second-section .offercard-1 .price {
  color: #8921ab;
}
.second-section .offercard-1 .price span {
  color: #000;
}
.second-section .offercard-1 li strong {
  color: #8921ab;
}
.second-section .offercard-1 .globalbtn {
  background: #8921ab;
}
.second-section .offercard-2 {
  border: 1px solid #1a7220;
}
.second-section .offercard-2 .lineht {
  border-bottom: 2px solid #1a7220;
}
.second-section .offercard-2 .tag {
  color: #1a7220;
}
.second-section .offercard-2 .price {
  color: #1a7220;
}
.second-section .offercard-2 .price span {
  color: #000;
}
.second-section .offercard-2 li strong {
  color: #1a7220;
}
.second-section .offercard-2 .globalbtn {
  background: #1a7220;
}
.second-section .offercard-2 .subtext, .second-section .offercard-2 .first-btn, .second-section .offercard-2 .second-btn {
  background: rgba(69, 209, 79, 0.2196078431) !important;
}
.second-section .offercard-3 {
  border: 1px solid #ff5722;
}
.second-section .offercard-3 .lineht {
  border-bottom: 2px solid #ff5722;
}
.second-section .offercard-3 .tag {
  color: #ff5722;
}
.second-section .offercard-3 .price {
  color: #ff5722;
}
.second-section .offercard-3 .price span {
  color: #000;
}
.second-section .offercard-3 li strong {
  color: #ff5722;
}
.second-section .offercard-3 .globalbtn {
  background: #ff5722;
}
.second-section .offercard-3 .subtext, .second-section .offercard-3 .first-btn, .second-section .offercard-3 .second-btn {
  background: rgba(255, 86, 34, 0.5607843137) !important;
}
.second-section .offercard-3 .dot {
  font-size: 6px;
  position: relative;
  top: -1px;
  margin-left: 3px;
}
.second-section .offercard-4 {
  border: 1px solid #006dcb;
}
.second-section .offercard-4 .lineht {
  border-bottom: 2px solid #006dcb;
}
.second-section .offercard-4 .tag {
  color: #006dcb;
}
.second-section .offercard-4 .price {
  color: #006dcb;
}
.second-section .offercard-4 .price span {
  color: #000;
}
.second-section .offercard-4 li strong {
  color: #006dcb;
}
.second-section .offercard-4 .globalbtn {
  background: #006dcb;
}
.second-section .offercard-4 .subtext, .second-section .offercard-4 .first-btn, .second-section .offercard-4 .second-btn {
  background: rgba(0, 108, 203, 0.262745098) !important;
}
.second-section .offercard-4 .dot {
  font-size: 6px;
  position: relative;
  top: -1px;
  margin-left: 3px;
}
.second-section .offercard-5 {
  border: 1px solid #761c17;
}
.second-section .offercard-5 .lineht {
  border-bottom: 2px solid #761c17;
}
.second-section .offercard-5 .tag {
  color: #761c17;
}
.second-section .offercard-5 .price {
  color: #761c17;
}
.second-section .offercard-5 .price span {
  color: #000;
}
.second-section .offercard-5 li strong {
  color: #761c17;
}
.second-section .offercard-5 .globalbtn {
  background: #761c17;
}
.second-section .offercard-5 .subtext, .second-section .offercard-5 .first-btn, .second-section .offercard-5 .second-btn {
  background: rgba(255, 112, 104, 0.31) !important;
}
.second-section .offercard-5 .dot {
  font-size: 6px;
  position: relative;
  top: -1px;
  margin-left: 3px;
}

.third-section {
  padding: 50px 0px;
  padding-bottom: 100px;
  background: #a97b54;
}
.third-section .bg-line {
  background-color: #d2a27a;
  height: 30px;
  width: 100%;
  position: relative;
  top: 175px;
  margin-bottom: -30px;
}
.third-section h2 {
  font-size: 3rem;
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
}
.third-section img {
  height: 350px;
  width: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.third-section .carousel-wrapper {
  overflow: hidden;
  width: 100%;
  background: #a97b54;
  padding: 15px 0;
}
.third-section .carousel-track {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll 50s linear infinite;
          animation: scroll 50s linear infinite;
}
.third-section .carousel-track img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
  border-radius: 10px;
  margin: 0px 12px;
}

.fourth-section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/imgs/business.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0px;
}
.fourth-section p {
  color: #fff;
}
.fourth-section h2 {
  font-size: 3rem;
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
}
.fourth-section .info-card {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.fourth-section .info-card i {
  color: #fff;
  background: linear-gradient(173deg, #f27801, #f16f00);
  border: 1px solid #a97b54;
  padding: 8px;
  font-size: 30px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.fourth-section .info-card .title {
  font-size: 2.25rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.fourth-section .final-text {
  font-size: 1.25rem;
  margin-top: 45px;
  font-weight: bold;
}

.fifth-section h2 {
  font-size: 3rem;
  color: #000;
  font-weight: 800;
}
.fifth-section .desc {
  text-align: center;
  width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  margin-bottom: 50px;
}

.sixth-section {
  background: #f6f0da;
}
.sixth-section h2 {
  font-size: 1.875rem;
  font-weight: 800;
  margin-bottom: 35px;
  font-weight: 700;
}
.sixth-section .success-card {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1333333333);
  margin-bottom: 30px;
}
.sixth-section .success-card .title {
  font-size: 1.25rem;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}
.sixth-section .success-card .desc {
  font-size: 0.875rem;
}

.seventh-section {
  background: #fff;
}
.seventh-section h2 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 20px;
}
.seventh-section .flip-card {
  background-color: transparent;
  width: 100%;
  height: 380px;
  perspective: 1000px;
  margin-bottom: 20px;
}
.seventh-section .flip-card img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.seventh-section .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.seventh-section .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.seventh-section .flip-card-front, .seventh-section .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.seventh-section .flip-card-front {
  background-color: #bbb;
  color: black;
  border-radius: 20px;
  overflow: hidden;
}
.seventh-section .flip-card-back {
  background-color: #9e3800;
  border-radius: 20px;
  overflow: hidden;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.seventh-section .flip-card-back .title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.seventh-section .globalbtn {
  font-size: 16px;
}

.testimonial-section {
  background: #fff;
  padding: 80px 0;
}
.testimonial-section h2 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: center;
  color: #000;
}
.testimonial-section .lead {
  font-weight: 500;
}
.testimonial-section .title-line {
  width: 80px;
  height: 5px;
  background: #ff7a00;
  margin: 15px auto 25px;
  border-radius: 10px;
  margin-bottom: 25px;
}
.testimonial-section .testimonial-card {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  cursor: pointer;
  transition: 0.4s;
  height: 480px;
}
.testimonial-section .testimonial-card:hover {
  transform: translateY(-8px);
}
.testimonial-section .testimonial-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-section .testimonial-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.2));
}
.testimonial-section .play-btn {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border: none;
  border-radius: 50%;
  background: #ff7a00;
  color: #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.testimonial-section .testimonial-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  z-index: 2;
}
.testimonial-section .testimonial-content h5 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.testimonial-section .client-role {
  font-weight: 600;
}
.testimonial-section .watch-btn {
  background: #ff7a00;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 600;
}

#videoModal .modal-content {
  background: #000;
}
#videoModal .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
#videoModal .video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@-webkit-keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .seventh-section .flip-card {
    height: 330px;
  }
}
@media (max-width: 991px) {
  .testimonial-card {
    height: 430px;
  }
}
@media screen and (max-width: 780px) {
  .hero-section {
    background: #fff;
  }
  .hero-section h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    text-align: center;
  }
  .hero-section h2 {
    font-size: 1.25rem;
    margin: 40px 0px;
    text-align: center;
    line-height: 1.5;
  }
  .hero-section p {
    font-size: 1rem;
    text-align: center;
  }
  .hero-section .chilli {
    display: none;
  }
  .hero-section .leaf {
    top: 70px;
    width: 62px;
  }
  .hero-section .tomato {
    width: 75px;
    top: 9%;
  }
  .hero-section dotlottie-wc {
    top: -5px !important;
    height: 354px !important;
    margin-bottom: 10px !important;
  }
  .hero-section .tagline {
    font-size: 1rem;
  }
  .hero-section .mb-direction {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .hero-section .mb-direction .left-leaf {
    width: 70px;
    margin-top: 0px;
  }
  .second-section h2 {
    font-size: 2.25rem;
  }
  .second-section .offercard {
    margin-bottom: 20px;
  }
  .third-section h2 {
    font-size: 2.25rem;
  }
  .third-section img {
    height: 150px;
    width: 150px;
    margin: 0px 8px !important;
  }
  .third-section .bg-line {
    top: 75px;
  }
  .testimonial-section {
    padding: 60px 0;
  }
  .testimonial-section .testimonial-card {
    height: 420px;
  }
  .testimonial-section .play-btn {
    width: 75px;
    height: 75px;
    font-size: 28px;
  }
  .testimonial-section .testimonial-content h5 {
    font-size: 1.4rem;
  }
  .fifth-section .desc {
    text-align: center;
    width: 100%;
    font-size: 1rem;
    padding: 0px 20px;
  }
  .fifth-section h2 {
    font-size: 2.25rem;
  }
  .fifth-section .mainimage-inner {
    overflow-x: scroll;
  }
  .fifth-section .mainimage-inner svg {
    width: 700px;
  }
  .fourth-section h2 {
    font-size: 2rem;
  }
  .fourth-section .info-card {
    margin-bottom: 25px;
  }
  .fourth-section .info-card i {
    margin-bottom: 5px;
  }
  .fourth-section .final-text {
    font-size: 1rem;
    margin-top: 5px;
    font-weight: bold;
  }
  .sixth-section h2 {
    font-size: 2rem;
    color: #000;
  }
  .seventh-section, .testimonial-section {
    padding: 0px 30px;
  }
  .seventh-section h2, .testimonial-section h2 {
    font-size: 2rem;
    color: #000;
  }
  .testimonial-section .watch-btn {
    padding: 8px 18px;
    font-size: 13px;
  }
  .testimonial-section .play-btn {
    width: 46px;
    height: 46px;
    font-size: 32px;
  }
}/*# sourceMappingURL=home.css.map */