@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #413B48;
  height: 100vh;
  zoom: 100%;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  will-change: scroll-position;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  overscroll-behavior-y: none;
}

button {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background: #17BE08;
}

::selection {
  color: #fff;
  background: #17BE08;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

@keyframes shimmer {
  0% {
    background-position: -400px 0;
  }
  100% {
    background-position: 400px 0;
  }
}
.primary-btn {
  font-size: 17px;
  font-weight: 500;
  padding: 9px 26px;
  color: #fff;
  background: #17BE08;
  border-radius: 50px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 991.98px) {
  .primary-btn {
    font-size: 14px;
    font-weight: 400;
  }
}

.image-wrapper img {
  width: 100%;
}

.slick-dots {
  width: auto;
  right: 0;
  display: flex;
  align-items: center;
  gap: 2px;
  text-align: right !important;
}
.slick-dots li {
  width: 12px !important;
  height: 12px !important;
  margin: 0 !important;
  margin-right: 4px !important;
}
.slick-dots li:last-child {
  margin-right: 0 !important;
}
.slick-dots li button {
  width: 12px !important;
  height: 12px !important;
}
.slick-dots li button::before {
  width: 12px !important;
  height: 12px !important;
  background: #E3E3E3;
  border-radius: 100%;
  color: rgba(255, 255, 255, 0);
  opacity: 1;
}
.slick-dots li.slick-active button::before {
  width: 12px !important;
  height: 12px !important;
  background: #17BE08;
  border-radius: 100%;
  color: rgba(255, 255, 255, 0);
}

.wpcf7-response-output {
  border: 0 !important;
  margin: 0 !important;
}

/* Jelly animation keyframes */
@keyframes jellyZoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  40% {
    transform: scale(1.1);
    opacity: 1;
  }
  60% {
    transform: scale(0.95);
  }
  80% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.recipes-slider .card-container {
  padding: 0 15px;
  /* this is your "gap" */
  box-sizing: border-box;
}

/* Counter the slide padding to keep proper alignment */
.recipes-slider .slick-list {
  margin: 0 -15px;
}

.home-content-wrapper {
  position: relative;
  padding: 0;
  margin-top: 0;
  background-color: #F7F7F8;
}
@media only screen and (max-width: 991.98px) {
  .home-content-wrapper {
    margin-top: -60px;
  }
}
.home-content-wrapper .boylan-top-section {
  height: 100%;
  width: 100%;
  position: relative;
}
.home-content-wrapper .boylan-top-section:before {
  content: "";
  position: absolute;
  top: -310px;
  background-image: url("../svg/products-top-shape.svg");
  height: 465px;
  width: 100%;
  background-repeat: no-repeat;
  display: block !important;
  background-size: cover;
}
@media only screen and (max-width: 991.98px) {
  .home-content-wrapper .boylan-top-section:before {
    top: 0;
    background-image: url("../svg/product-top-mobile.svg");
    z-index: 0;
    height: 87px;
    width: 100%;
    background-size: cover;
  }
}
.home-content-wrapper .boylan-top-section::after {
  content: "";
  position: absolute;
  background: url(../svg/top-section-main-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (max-width: 991.98px) {
  .home-content-wrapper .boylan-top-section::after {
    background-image: url("../svg/content-top-mobile.svg");
  }
}
.home-content-wrapper .welcome-text-wrapper {
  background-color: transparent !important;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.home-content-wrapper .welcome-text-wrapper::after {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .home-content-wrapper .welcome-text-wrapper {
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .home-content-wrapper .welcome-text-wrapper .container {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .home-content-wrapper .welcome-text-wrapper .paragraph-area {
    top: -20px;
  }
}

.recipes-slider .card-container {
  padding: 0 10px 0 5px !important;
}
.recipes-slider .card-container .card {
  min-height: 650px;
}
@media only screen and (min-width: 992px) {
  .recipes-slider .card-container .card .image-area img {
    height: 410px !important;
  }
}

.navbar-wrapper {
  position: fixed;
  z-index: 12;
  width: 100%;
  top: 0;
  padding-top: 47px;
  background: #413B48;
  transition: transform 0.3s ease;
  z-index: 12345;
}
@media (max-width: 991.98px) {
  .navbar-wrapper {
    padding-top: 0;
  }
}
.navbar-wrapper.hide {
  transform: translateY(-100%);
}
.navbar-wrapper .navbar-grid {
  display: grid;
  grid-template-columns: 2fr 4fr;
  align-items: flex-start;
  height: 100px;
}
@media (max-width: 991.98px) {
  .navbar-wrapper .navbar-grid {
    height: 150px;
    align-items: center;
  }
}
.navbar-wrapper .navbar-grid .logo-area {
  width: 200px;
  height: auto;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .navbar-wrapper .navbar-grid .logo-area {
    width: 117px;
    height: auto;
  }
}
.navbar-wrapper .navbar-grid .logo-area a {
  display: block;
}
.navbar-wrapper .navbar-grid .logo-area img {
  width: 100%;
}
.navbar-wrapper .navbar-grid .menu-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.navbar-wrapper .navbar-grid .menu-area ul {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  gap: 60px;
  padding: 0;
  margin-right: 60px;
}
@media (max-width: 991.98px) {
  .navbar-wrapper .navbar-grid .menu-area ul {
    display: none;
  }
}
.navbar-wrapper .navbar-grid .menu-area ul li .menu {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.navbar-wrapper .navbar-grid .menu-area ul li .menu.active {
  color: #17BE08;
}
.navbar-wrapper .navbar-grid .menu-area ul li .menu:hover {
  color: #17BE08;
}
.navbar-wrapper .navbar-grid .menu-area .primary-btn {
  padding: 8px 25px !important;
}
@media (max-width: 991.98px) {
  .navbar-wrapper .navbar-grid .menu-area .primary-btn {
    display: none;
  }
}
@media (min-width: 991.98px) {
  .navbar-wrapper .navbar-grid .menu-area .hamburger-btn {
    display: none;
  }
}
.navbar-wrapper .mobile-navbar-slider {
  display: none;
  background: #17BE08;
  position: fixed;
  top: 50px;
  right: 20px;
  width: 100%;
  padding: 20px 15px;
  z-index: 1000;
  transform-origin: top right;
  max-width: 233px;
  border-radius: 12px;
}
.navbar-wrapper .mobile-navbar-slider.active {
  display: block;
  animation: jellyZoomIn 0.5s ease forwards;
}
.navbar-wrapper .mobile-navbar-slider ul {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0;
  margin-top: 50px;
}
.navbar-wrapper .mobile-navbar-slider ul li .menu {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 10px 0;
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #fff;
}
.navbar-wrapper .mobile-navbar-slider ul li .menu.active {
  color: #413B48;
}
.navbar-wrapper .mobile-navbar-slider ul li .menu:hover {
  color: #413B48;
}
.navbar-wrapper .mobile-navbar-slider .primary-btn {
  margin: 0 auto;
  background: #fff;
  color: #17BE08;
}

/* From Uiverse.io by Cevorob */
.burger {
  position: relative;
  width: 30px;
  height: 28px;
  background: transparent;
  cursor: pointer;
  display: block;
}

.burger input {
  display: none;
}

.burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #17BE08;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.burger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;
}

.burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: left center;
  transform: translateY(-100%);
}

.burger input:checked ~ span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}

.burger input:checked ~ span:nth-of-type(2) {
  width: 0%;
  opacity: 0;
}

.burger input:checked ~ span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 21px;
  left: 5px;
}

.slider-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.my-slider .slick-slide {
  margin-right: 10px;
  /* spacing between slides */
}

.my-slider .slick-list {
  overflow: visible;
}

.hamburger-btn {
  width: 30px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 9999;
  padding: 0;
  transition: background 0.3s ease;
  position: absolute;
  right: 30px;
}

.hamburger-btn span {
  height: 3px;
  background: #17BE08;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* When active — becomes close button */
.hamburger-btn.active {
  background-color: #fff;
  border-radius: 100%;
  padding: 5px;
  height: 30px;
}

.hamburger-btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.hamburger-btn.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

@media (min-width: 991.98px) {
  .hamburger {
    display: none;
  }
  .mobile-navbar-slider {
    display: none !important;
  }
}
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  background-color: #17BE08;
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 12px 16px;
  font-size: 20px;
  cursor: pointer;
  display: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.scroll-to-top img {
  transform: rotate(-90deg);
}

.banner-wrapper {
  background: #413B48;
  position: relative;
  height: calc(80vh - 100px);
  margin-top: 90px;
  align-content: center;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .banner-wrapper {
    margin-top: 80px;
    z-index: 12;
  }
}
.banner-wrapper .banner-grid-area {
  display: grid;
  grid-template-columns: 1fr 465px;
  align-items: center;
  position: sticky;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .banner-wrapper .banner-grid-area {
    grid-template-columns: 1fr;
  }
}
.banner-wrapper .banner-grid-area .left-area .header h1 {
  font-size: 65px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  text-align: left;
  line-height: 78px;
  margin-bottom: 20px;
  font-family: "Parkinsans", sans-serif;
  position: relative;
}
.banner-wrapper .banner-grid-area .left-area .header h1::after {
  content: "";
  position: absolute;
  background-image: url("../shapes/banner-underline.svg");
  background-repeat: no-repeat;
  background-position: left;
  width: 100%;
  height: 31px;
  left: -30px;
  bottom: -50px;
  background-size: contain;
}
@media (max-width: 991.98px) {
  .banner-wrapper .banner-grid-area .left-area .header h1::after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .banner-wrapper .banner-grid-area .left-area .header h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 0;
  }
}
.banner-wrapper .banner-grid-area .left-area .header h1 span {
  color: #17BE08;
}
.banner-wrapper .banner-grid-area .left-area .header h1 .light-txt {
  font-weight: 300;
  color: #fff;
}
@media (min-width: 992px) {
  .banner-wrapper .banner-grid-area .left-area .header .banner-text-underline {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .banner-wrapper .banner-grid-area .left-area .header img {
    width: 175px;
  }
}
.banner-wrapper .banner-grid-area .left-area ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0;
  gap: 0 50px;
}
@media (min-width: 992px) {
  .banner-wrapper .banner-grid-area .left-area ul {
    margin-top: 80px;
  }
}
@media (max-width: 991.98px) {
  .banner-wrapper .banner-grid-area .left-area ul {
    flex-direction: column;
    gap: 11px;
  }
}
.banner-wrapper .banner-grid-area .left-area ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  width: 100%;
}
@media (max-width: 991.98px) {
  .banner-wrapper .banner-grid-area .left-area ul li {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .banner-wrapper .banner-grid-area .left-area ul li img {
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 991.98px) {
  .banner-wrapper .banner-grid-area .right-area {
    display: none;
  }
}
.banner-wrapper .footer-shape {
  position: absolute;
  right: 0;
  bottom: -122px;
  width: 100%;
  zoom: 140%;
}
@media only screen and (min-width: 992px) and (max-width: 1365.98px) {
  .banner-wrapper .footer-shape {
    bottom: -72px;
  }
}
@media (max-width: 991.98px) {
  .banner-wrapper .footer-shape {
    display: none;
  }
}
.banner-wrapper .footer-shape-mob {
  position: absolute;
  right: 0;
  bottom: -25px;
  width: 100%;
}
@media (min-width: 992px) {
  .banner-wrapper .footer-shape-mob {
    display: none;
  }
}
.banner-wrapper .banner-mob-img {
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 180px;
  height: auto;
}
@media (min-width: 992px) {
  .banner-wrapper .banner-mob-img {
    display: none;
  }
}

.product-wrapper {
  background-color: #fff;
  padding-bottom: 150px;
  position: relative;
}
.product-wrapper.product-display-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../svg/bottom-section-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
@media only screen and (max-width: 991.98px) {
  .product-wrapper.product-display-wrapper::after {
    background-image: url("../svg/content-bottom-mobile.svg");
  }
}
.product-wrapper .carousel .card .content img {
  max-height: 290px;
}
.product-wrapper .paragraph-area {
  margin-top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  top: -290px;
}
@media only screen and (max-width: 991.98px) {
  .product-wrapper .paragraph-area {
    position: relative;
    left: auto;
    transform: unset;
    width: 100%;
    top: unset;
  }
}
.product-wrapper .container {
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991.98px) {
  .product-wrapper .container {
    padding-top: 55px;
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .product-wrapper {
    padding-bottom: 50px;
  }
}
.product-wrapper .product-header {
  position: absolute;
  top: -240px;
  left: 0;
  z-index: 12;
  width: 100%;
  display: none;
}
.product-wrapper .header h2 {
  font-size: 50px;
  font-weight: 600;
  color: #413B48;
  margin: 0;
}
@media (max-width: 991.98px) {
  .product-wrapper .header h2 {
    font-size: 28px;
  }
}
.product-wrapper .header .shape {
  margin-left: -30px;
}
@media (max-width: 991.98px) {
  .product-wrapper .header .shape {
    width: 200px;
    margin-left: -5px;
  }
}
.product-wrapper .filter-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 71px;
  margin-bottom: 14px;
}
@media (max-width: 991.98px) {
  .product-wrapper .filter-area {
    display: block;
    margin-top: 31px;
  }
}
.product-wrapper .filter-area .category {
  display: flex;
  align-items: center;
  border: 1.5px solid #17BE08;
  border-radius: 50px;
  padding: 7px;
  gap: 12px;
  height: 51px;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .product-wrapper .filter-area .category {
    height: auto;
    display: inline-flex;
  }
}
.product-wrapper .filter-area .category .icon {
  width: 39px;
  height: 39px;
  border-radius: 100%;
  background: #17BE08;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .product-wrapper .filter-area .category .icon {
    width: 26px;
    height: 26px;
  }
  .product-wrapper .filter-area .category .icon img {
    width: 14px;
    height: auto;
  }
}
.product-wrapper .filter-area .category p {
  font-size: 22px;
  font-weight: 600;
  color: #413B48;
  margin: 0;
}
@media (max-width: 991.98px) {
  .product-wrapper .filter-area .category p {
    font-size: 16px;
  }
}
.product-wrapper .filter-area .button-area {
  display: flex;
  gap: 6px;
}
@media (max-width: 991.98px) {
  .product-wrapper .filter-area .button-area {
    align-items: center;
    justify-content: center;
    margin-top: 47px;
  }
}
.product-wrapper .filter-area .button-area .switch-btn {
  height: 27px;
  padding: 0 10px;
  border-radius: 50px;
  align-content: center;
  font-size: 14px;
  font-weight: 600;
  border: none;
  background: none;
  border: 1px solid #17BE08;
  color: #17BE08;
}
.product-wrapper .filter-area .button-area .switch-btn.active {
  background: #17BE08;
  color: #fff;
}
.product-wrapper .service-area .FoodService .slick-list .card .card-content img {
  height: 100% !important;
  max-height: 320px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .product-wrapper .service-area {
    margin-top: 0;
  }
  .product-wrapper .service-area .carousel-wrapper .FoodService .slick-list {
    padding: 40px 20px 40px 10px !important;
  }
}
.product-wrapper .service-area .service {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid #D56E7A;
  border-radius: 50px;
  padding: 7px;
  gap: 12px;
  height: 51px;
  padding-right: 25px;
  background: #fff;
  margin-top: 57px;
  margin-bottom: 14px;
}
@media (max-width: 991.98px) {
  .product-wrapper .service-area .service {
    height: auto;
    display: inline-flex;
  }
}
.product-wrapper .service-area .service .icon {
  width: 39px;
  height: 39px;
  border-radius: 100%;
  background: #D56E7A;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .product-wrapper .service-area .service .icon {
    width: 26px;
    height: 26px;
  }
  .product-wrapper .service-area .service .icon img {
    width: 14px;
    height: auto;
  }
}
.product-wrapper .service-area .service p {
  font-size: 22px;
  font-weight: 600;
  color: #413B48;
  margin: 0;
}
@media (max-width: 991.98px) {
  .product-wrapper .service-area .service p {
    font-size: 16px;
  }
}
.product-wrapper .service-area .service-card-area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}
@media (max-width: 991.98px) {
  .product-wrapper .service-area .service-card-area {
    display: none;
  }
}
.product-wrapper .service-area .service-card-area .card {
  padding: 40px;
  border-radius: 23px;
  position: relative;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fff;
}
.product-wrapper .service-area .service-card-area .card .card-content {
  margin-top: 12px;
}
.product-wrapper .service-area .service-card-area .card .card-content img {
  height: 520px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-wrapper .service-area .service-card-area .card .card-content p {
  font-size: 30px;
  font-weight: 600;
  color: #D56E7A;
  margin: 0;
  margin-top: 9px;
}
.product-wrapper .service-area .service-card-area .card span {
  position: absolute;
  top: 25px;
}
.product-wrapper .service-area .service-card-area .card span.lebal {
  left: 0;
  background: #D56E7A;
  height: 27px;
  padding: 0 12px;
  align-content: center;
  text-align: center;
  border-radius: 0 50px 50px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.product-wrapper .service-area .service-card-area .card span.weight {
  right: 25px;
  font-size: 13px;
  font-weight: 500;
  color: #413B48;
  height: 29px;
  padding: 0 16px;
  align-content: center;
  text-align: center;
  border: 1px solid #CECECE;
  border-radius: 50px;
}
.product-wrapper .service-area .carousel-wrapper .card {
  padding: 40px;
  border-radius: 23px;
  position: relative;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fff;
}
.product-wrapper .service-area .carousel-wrapper .card .card-content {
  margin-top: 12px;
}
@media (max-width: 991.98px) {
  .product-wrapper .service-area .carousel-wrapper .card .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.product-wrapper .service-area .carousel-wrapper .card .card-content img {
  height: 520px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .product-wrapper .service-area .carousel-wrapper .card .card-content img {
    height: 280px;
  }
}
.product-wrapper .service-area .carousel-wrapper .card .card-content p {
  font-size: 30px;
  font-weight: 600;
  color: #D56E7A;
  margin: 0;
  margin-top: 9px;
}
.product-wrapper .service-area .carousel-wrapper .card span {
  position: absolute;
  top: 25px;
}
.product-wrapper .service-area .carousel-wrapper .card span.lebal {
  left: 0;
  background: #D56E7A;
  height: 27px;
  padding: 0 12px;
  align-content: center;
  text-align: center;
  border-radius: 0 50px 50px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.product-wrapper .service-area .carousel-wrapper .card span.weight {
  right: 25px;
  font-size: 13px;
  font-weight: 500;
  color: #413B48;
  height: 29px;
  padding: 0 16px;
  align-content: center;
  text-align: center;
  border: 1px solid #CECECE;
  border-radius: 50px;
}

.carousel-wrapper {
  height: auto;
  width: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  .carousel-wrapper .slick-list {
    padding: 40px 20px 40px 10px !important;
  }
}
.carousel-wrapper .slick-list {
  padding: 20px 0;
}
.carousel-wrapper .carousel .card {
  padding: 40px;
  border-radius: 23px;
  position: relative;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fff;
  margin-right: 35px;
}
@media (max-width: 991.98px) {
  .carousel-wrapper .carousel .card {
    margin: 0 15px 0 0 !important;
  }
}
.carousel-wrapper .carousel .card:last-child {
  margin-right: 0;
}
.carousel-wrapper .carousel .card:first-child {
  margin-left: 5px;
}
.carousel-wrapper .carousel .card .content {
  margin-top: 30px;
}
.carousel-wrapper .carousel .card .content img {
  height: 290px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.carousel-wrapper .carousel .card .content h3 {
  font-size: 30px;
  font-weight: 600;
  color: #D56E7A;
  margin: 0;
  margin-top: 9px;
  height: 138px;
}
.carousel-wrapper .carousel .card span {
  position: absolute;
  top: 25px;
}
.carousel-wrapper .carousel .card span.lebal {
  left: 0;
  background: #17BE08;
  height: 27px;
  padding: 0 12px;
  align-content: center;
  text-align: center;
  border-radius: 0 50px 50px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.carousel-wrapper .carousel .card span.weight {
  right: 25px;
  font-size: 13px;
  font-weight: 500;
  color: #413B48;
  height: 29px;
  padding: 0 16px;
  align-content: center;
  text-align: center;
  border: 1px solid #CECECE;
  border-radius: 50px;
}
@media (min-width: 992px) {
  .carousel-wrapper .carousel-mobile {
    display: none;
  }
}
.carousel-wrapper .carousel-mobile .card {
  padding: 16px;
  border-radius: 23px;
  position: relative;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fff;
  margin-right: 35px;
}
.carousel-wrapper .carousel-mobile .card:last-child {
  margin-right: 0;
}
.carousel-wrapper .carousel-mobile .card:first-child {
  margin-left: 5px;
}
.carousel-wrapper .carousel-mobile .card .content {
  padding: 30px;
}
.carousel-wrapper .carousel-mobile .card .content img {
  height: 185px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-wrapper .carousel-mobile .card .content h3 {
  font-size: 30px;
  font-weight: 600;
  color: #D56E7A;
  margin: 0;
  margin-top: 9px;
  height: 138px;
}
@media (max-width: 991.98px) {
  .carousel-wrapper .carousel-mobile .card .content h3 {
    font-size: 18px;
    height: 60px;
  }
}
.carousel-wrapper .carousel-mobile .card span {
  position: absolute;
  top: 25px;
}
.carousel-wrapper .carousel-mobile .card span.lebal {
  left: 0;
  background: #17BE08;
  height: 27px;
  padding: 0 12px;
  align-content: center;
  text-align: center;
  border-radius: 0 50px 50px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .carousel-wrapper .carousel-mobile .card span.lebal {
    font-size: 12px;
  }
}
.carousel-wrapper .carousel-mobile .card span.weight {
  right: 25px;
  font-size: 13px;
  font-weight: 500;
  color: #413B48;
  height: 29px;
  padding: 0 16px;
  align-content: center;
  text-align: center;
  border: 1px solid #CECECE;
  border-radius: 50px;
}
@media (max-width: 991.98px) {
  .carousel-wrapper .carousel-mobile .card span.weight {
    font-size: 12px;
  }
}
.carousel-wrapper .next,
.carousel-wrapper .prev {
  position: absolute;
  top: 50%;
  transform: translate(-50%, 0);
  left: 0;
  width: 53px;
  height: 53px;
  background: #17BE08;
  border-radius: 100%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .carousel-wrapper .next,
  .carousel-wrapper .prev {
    display: none;
  }
}
.carousel-wrapper .prev {
  right: inherit;
  left: 0;
}
.carousel-wrapper .prev img {
  transform: rotate(180deg);
}
.carousel-wrapper .next {
  left: inherit;
  right: -35px;
}

.recipes-wrapper {
  background: url("../image/recipes-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
  padding-bottom: 300px;
}
@media (max-width: 991.98px) {
  .recipes-wrapper {
    padding-top: 60px;
  }
}
.recipes-wrapper .header h2 {
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  position: relative;
  margin-bottom: 55px;
}
@media (max-width: 991.98px) {
  .recipes-wrapper .header h2 {
    font-size: 28px;
  }
}
.recipes-wrapper .header h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 31px;
  width: 100%;
  max-width: 242px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../svg/bg-heading-line.svg");
}
@media (max-width: 991.98px) {
  .recipes-wrapper .header h2:after {
    max-width: 150px;
    bottom: -38px;
  }
}
.recipes-wrapper .header .shape {
  margin-left: -30px;
  display: none;
}
@media (max-width: 991.98px) {
  .recipes-wrapper .header .shape {
    width: 200px;
    margin-left: -5px;
  }
}
.recipes-wrapper .card-area {
  margin-top: 10px;
}
.recipes-wrapper .card-area .slick-list {
  padding: 40px 0 !important;
}
@media (max-width: 991.98px) {
  .recipes-wrapper .card-area {
    grid-template-columns: 1fr;
  }
}
.recipes-wrapper .card-container {
  perspective: 1000px;
}
.recipes-wrapper .card-container .card {
  height: 530px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s;
  border-radius: 23px;
}
@media (max-width: 991.98px) {
  .recipes-wrapper .card-container .card {
    height: auto;
  }
}
.recipes-wrapper .card-container .card.flipped {
  transform: rotateY(180deg);
}
.recipes-wrapper .card-container .card .card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.recipes-wrapper .card-container .card .card-face.card-front {
  background: white;
}
.recipes-wrapper .card-container .card .card-face.card-front .image-area {
  width: 100%;
}
.recipes-wrapper .card-container .card .card-face.card-front .image-area img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .recipes-wrapper .card-container .card .card-face.card-front .image-area img {
    height: 490px;
  }
}
.recipes-wrapper .card-container .card .card-face.card-front .content {
  text-align: center;
  position: relative;
  z-index: 0;
}
.recipes-wrapper .card-container .card .card-face.card-front .content h3 {
  font-size: 40px;
  font-weight: 600;
  color: #D56E7A;
  margin: 0;
  font-family: "Parkinsans";
  z-index: 123;
  position: relative;
}
@media (max-width: 991.98px) {
  .recipes-wrapper .card-container .card .card-face.card-front .content h3 {
    font-size: 25px;
  }
}
.recipes-wrapper .card-container .card .card-face.card-front .content h3 span {
  font-weight: 400;
}
.recipes-wrapper .card-container .card .card-face.card-front .content .shape {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
}
.recipes-wrapper .card-container .card .card-face.card-front .content button {
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #4caf50;
  border: none;
  position: relative;
  z-index: 12;
  margin: 0 auto;
  margin-top: 10px;
}
.recipes-wrapper .card-container .card .card-face.card-back {
  background-color: #ffffff;
  color: white;
  transform: rotateY(180deg);
  position: relative;
  overflow: hidden;
  padding: 36px;
}
.recipes-wrapper .card-container .card .card-face.card-back::after {
  content: "";
  width: 311px;
  height: 311px;
  border-radius: 100%;
  position: absolute;
  top: -100px;
  left: -100px;
  background: #E1F7E0;
  z-index: -1;
}
.recipes-wrapper .card-container .card .card-face.card-back .content .header {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #4caf50;
  padding-bottom: 34px;
}
@media (max-width: 991.98px) {
  .recipes-wrapper .card-container .card .card-face.card-back .content .header {
    width: 65%;
  }
}
.recipes-wrapper .card-container .card .card-face.card-back .content .header h3 {
  font-size: 29px;
  font-weight: 600;
  color: #D56E7A;
  margin: 0;
}
@media (max-width: 991.98px) {
  .recipes-wrapper .card-container .card .card-face.card-back .content .header h3 {
    font-size: 17px;
    width: 100%;
  }
}
.recipes-wrapper .card-container .card .card-face.card-back .content .header img {
  width: 200px;
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .recipes-wrapper .card-container .card .card-face.card-back .content .header img {
    display: none;
  }
}
.recipes-wrapper .card-container .card .card-face.card-back .content .list-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: 30px;
  margin-top: 25px;
  position: relative;
}
@media (max-width: 991.98px) {
  .recipes-wrapper .card-container .card .card-face.card-back .content .list-area {
    grid-template-columns: 1fr;
  }
}
.recipes-wrapper .card-container .card .card-face.card-back .content .list-area .left h4,
.recipes-wrapper .card-container .card .card-face.card-back .content .list-area .right h4 {
  font-size: 13px;
  font-weight: 700;
  color: #413B48;
  margin: 0;
  margin-bottom: 8px;
}
.recipes-wrapper .card-container .card .card-face.card-back .content .list-area .left ul,
.recipes-wrapper .card-container .card .card-face.card-back .content .list-area .right ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.recipes-wrapper .card-container .card .card-face.card-back .content .list-area .left ul li,
.recipes-wrapper .card-container .card .card-face.card-back .content .list-area .right ul li {
  font-size: 14px;
  font-weight: 400;
  color: #413B48;
}
.recipes-wrapper .card-container .card .card-face.card-back .content .btn-area {
  display: flex;
  align-items: center;
  gap: 6px;
  left: 0;
}
@media (max-width: 991.98px) {
  .recipes-wrapper .card-container .card .card-face.card-back .content .btn-area {
    font-size: 25px;
    position: absolute;
    top: 130px !important;
    right: 50px !important;
    z-index: 1;
  }
}
@media (max-width: 991.98px) {
  .recipes-wrapper .card-container .card .card-face.card-back .content .btn-area {
    bottom: inherit;
    top: -40px;
    left: inherit;
    right: 0;
  }
}
.recipes-wrapper .card-container .card .card-face.card-back .content .btn-area button {
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #CFCDD1;
  border: none;
}

.footer-wrapper {
  background: url("../image/footer-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 0;
}
@media (max-width: 991.98px) {
  .footer-wrapper {
    padding-top: 60px;
    padding-bottom: 30px;
    background: url("../image/footer-mobile-bg.png");
  }
}
.footer-wrapper .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  gap: 117px;
}
@media (max-width: 991.98px) {
  .footer-wrapper .footer-grid {
    grid-template-columns: 1fr;
  }
}
.footer-wrapper .footer-grid .left-area h2 {
  font-size: 50px;
  font-weight: 600;
  margin: 0;
  color: #17BE08;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .footer-wrapper .footer-grid .left-area h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.footer-wrapper .footer-grid .left-area p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .footer-wrapper .footer-grid .left-area p {
    font-size: 15px;
  }
}
.footer-wrapper .footer-grid .left-area ul {
  list-style: none;
  padding: 0;
}
.footer-wrapper .footer-grid .left-area ul li img {
  margin-top: 5px;
}
.footer-wrapper .footer-grid .left-area ul li, .footer-wrapper .footer-grid .left-area ul a {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 17px;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .footer-wrapper .footer-grid .left-area ul li, .footer-wrapper .footer-grid .left-area ul a {
    font-size: 15px;
  }
}
.footer-wrapper .footer-grid .left-area ul li:last-child, .footer-wrapper .footer-grid .left-area ul a:last-child {
  margin-bottom: 0;
}
.footer-wrapper .footer-grid .left-area ul li span, .footer-wrapper .footer-grid .left-area ul a span {
  font-weight: 700;
}
.footer-wrapper .footer-grid .left-area ul li img, .footer-wrapper .footer-grid .left-area ul a img {
  margin-right: 12px;
}
.footer-wrapper .footer-grid .left-area .logo {
  margin-top: 165px;
}
@media (max-width: 991.98px) {
  .footer-wrapper .footer-grid .left-area .logo {
    margin-top: 66px;
  }
}
.footer-wrapper .footer-grid .left-area .logo img {
  height: 86px;
  width: auto;
}
@media (min-width: 992px) {
  .footer-wrapper .footer-grid .left-area .input-area {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .footer-wrapper .footer-grid .left-area .input-area {
    margin-bottom: 51px;
  }
}
@media (max-width: 991.98px) {
  .footer-wrapper .footer-grid .right-area {
    display: none;
  }
}

.input-area {
  background: #fff;
  padding: 30px;
  border-radius: 23px;
}
@media (max-width: 991.98px) {
  .input-area {
    border-radius: 12px;
  }
}
.input-area input,
.input-area textarea {
  height: 46px;
  width: 100%;
  border: none;
  border-radius: 10px;
  background: #EBEBEB;
  color: #413B48;
  font-size: 14px;
  font-weight: 500;
  padding-left: 21px;
  margin-bottom: 21px;
  font-family: "poppins";
}
@media (max-width: 991.98px) {
  .input-area input,
  .input-area textarea {
    font-size: 13px;
    margin-bottom: 11px;
  }
}
.input-area input:focus-visible,
.input-area textarea:focus-visible {
  outline: none;
}
.input-area input::-moz-placeholder, .input-area textarea::-moz-placeholder {
  color: #413B48;
  font-size: 14px;
  font-weight: 500;
  font-family: "poppins";
}
.input-area input::placeholder,
.input-area textarea::placeholder {
  color: #413B48;
  font-size: 14px;
  font-weight: 500;
  font-family: "poppins";
}
.input-area textarea {
  margin-bottom: 0;
  height: 253px;
  padding-top: 21px;
}
.input-area button {
  background: #17BE08;
  font-size: 17px;
  font-weight: 500;
  border: none;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 5px;
  padding-right: 37px;
  margin-top: 24px;
}
.input-area button .icon {
  width: 31px;
  height: 31px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-area .wpcf7-submit {
  background: #17BE08;
  font-size: 17px;
  font-weight: 500;
  border: none;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px;
  padding-right: 20px;
  margin-top: 24px;
}
.input-area .wpcf7-submit .icon {
  width: 31px;
  height: 31px;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-area .wpcf7-form-control::-moz-placeholder {
  color: #A29FA5;
}
.input-area .wpcf7-form-control::placeholder {
  color: #A29FA5;
}
.input-area .wpcf7-form-control::-ms-input-placeholder {
  color: #A29FA5;
}

.image-wrapper {
  position: relative;
}
@media (max-width: 991.98px) {
  .image-wrapper {
    z-index: 1;
  }
}
.image-wrapper img {
  width: 100%;
}

.paragraph-area {
  background: #fff;
  border-radius: 29px;
  padding: 50px 63px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top: -500px;
}
@media (max-width: 991.98px) {
  .paragraph-area {
    border-radius: 15px;
    padding: 25px;
    position: relative;
    z-index: 1;
    margin-top: -190px;
  }
}
.paragraph-area p {
  font-size: 24px;
  font-weight: 600;
  color: #17BE08;
  margin: 0;
  margin-bottom: 68px;
  font-family: "Parkinsans", sans-serif;
}
@media (max-width: 991.98px) {
  .paragraph-area p {
    font-size: 16px;
    margin-bottom: 96px;
  }
}
.paragraph-area p:last-child {
  margin-bottom: 0;
  color: #413B48;
  font-size: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 991.98px) {
  .paragraph-area p:last-child {
    font-size: 15px;
  }
}

.truck-image-wrapper {
  margin-top: -205px;
}
@media (max-width: 991.98px) {
  .truck-image-wrapper {
    margin-top: -185px;
  }
}
.truck-image-wrapper img {
  width: 100%;
  height: auto;
}

.our-story-wrapper {
  padding: 75px 0;
  background: url("../image/our-story-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .our-story-wrapper {
    background: url("../image/our-story-bg-mob.png");
    padding: 40px 0;
  }
}
.our-story-wrapper .header {
  margin-bottom: 70px;
}
@media (max-width: 991.98px) {
  .our-story-wrapper .header {
    margin-bottom: 38px;
  }
}
.our-story-wrapper .header h2 {
  font-size: 50px;
  font-weight: 600;
  color: #413B48;
  margin: 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .our-story-wrapper .header h2 {
    margin-bottom: 42px;
  }
}
.our-story-wrapper .header h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 31px;
  width: 100%;
  max-width: 242px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../svg/bg-heading-line.svg");
}
@media (max-width: 991.98px) {
  .our-story-wrapper .header h2:after {
    max-width: 150px;
    bottom: -38px;
  }
}
@media (max-width: 991.98px) {
  .our-story-wrapper .header h2 {
    font-size: 28px;
  }
}
.our-story-wrapper .header .shape {
  margin-left: -30px;
  display: none;
}
.our-story-wrapper .video-area .video {
  width: 100%;
  height: 610px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.1450980392);
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .our-story-wrapper .video-area .video {
    height: 196px;
  }
}
.our-story-wrapper .video-area .video iframe {
  height: 100%;
}/*# sourceMappingURL=main.css.map */