@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #838080;
}

::-webkit-scrollbar-thumb {
  background: #0b3d1d;
  transition: 0.7s;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #c3a126;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

img {
  max-width: 100%;
}

.--section {
  margin-bottom: 80px;
}
@media only screen and (min-width: 1200px) {
  .--section {
    margin-bottom: 8.8541666667vw;
  }
}

.--common-head .tagline {
  font-size: 16px;
  font-weight: 700;
  color: #0b3d1d;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.--common-head .heading {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #0b3d1d;
  letter-spacing: 0;
}
.--common-head .heading span {
  background: var(--Green-gradient-1, linear-gradient(90deg, #0b3d1d 0%, #297d34 65.38%, #478932 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  leading-trim: both;
  text-edge: cap;
}
.--common-head .heading.small {
  font-size: 35px;
  line-height: 35px;
}
.--common-head .paragraph {
  color: #ffffff;
}
.--common-head.--text-center {
  text-align: center;
}
.--common-head.head-large .heading {
  font-size: 40px;
}
@media only screen and (min-width: 1200px) {
  .--common-head {
    margin-bottom: 2.1875vw;
  }
  .--common-head .tagline {
    font-size: 1.5625vw;
  }
  .--common-head .heading {
    font-size: 3.3333333333vw;
    line-height: 3.125vw;
    margin-bottom: 2.0833333333vw;
  }
  .--common-head .heading.small {
    font-size: 4.1666666667vw;
    line-height: 3.6458333333vw;
  }
  .--common-head.head-large .heading {
    font-size: 5vw;
    line-height: 4.5833333333vw;
  }
}

.--common-para {
  font-size: 14px;
  line-height: 25px;
}
@media only screen and (min-width: 1200px) {
  .--common-para {
    font-size: 0.9375vw;
    line-height: 1.6666666667vw;
  }
}

.--primary-button {
  background: #c3a126;
  font-size: 14px;
  max-width: fit-content;
  letter-spacing: 2.24px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 8px 10px 30px;
  border-radius: 20px;
  transition: 0.7s ease-in-out;
  height: 45px;
}
.--primary-button .btn-icon {
  width: 35px;
  height: 35px;
  margin-left: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4a3120;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
.--primary-button .btn-icon .btn-icon-inner {
  width: 22px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.--primary-button .btn-icon .btn-icon-inner svg {
  width: 100%;
  height: 100%;
  transition: 0.7s ease-in-out;
}
@media only screen and (min-width: 1200px) {
  .--primary-button {
    font-size: 0.9375vw;
    padding: 0.46875vw 0.46875vw 0.46875vw 1.5625vw;
    border-radius: 2.6041666667vw;
    height: 3.5416666667vw;
  }
  .--primary-button .btn-icon {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
  .--primary-button .btn-icon .btn-icon-inner {
    width: 1.1458333333vw;
    height: 0.5208333333vw;
  }
}
.--primary-button:hover {
  color: #ffffff;
  background: linear-gradient(90deg, #0b3d1d 0%, #43b649 100%);
  box-shadow: 9px 9px 22.8px 0px rgba(0, 0, 0, 0.25);
}
.--primary-button:hover .btn-icon {
  background: #43b649;
  transform: scale(0.9);
  filter: drop-shadow(4px 3px 7.7px rgba(0, 0, 0, 0.25));
}

.--primary-color {
  color: #0b3d1d;
}

.--white-color {
  color: #ffffff;
}

.--primary-color {
  color: #0b3d1d;
}

.--text-black {
  color: #170c04;
}

.--black-color {
  color: #170c04;
}

.--bg-black {
  background-color: #231f20;
}

.--bg-white {
  background-color: #ffffff;
}

.white {
  color: #ffffff;
}

.text-black {
  color: #231f20;
}

.--text-center {
  text-align: center;
}

.--text-left {
  text-align: left;
}

.--text-right {
  text-align: right;
}

.--text-justify {
  text-align: justify;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

button {
  background: none;
  border: none;
}

.main-wrap {
  padding: 0 24px;
}
@media (min-width: 1200px) {
  .main-wrap {
    padding: 0 12.6041666667vw;
  }
}

.main-wrap-small {
  padding: 0 24px;
}
@media (min-width: 1200px) {
  .main-wrap-small {
    padding: 0 17.8125vw;
  }
}

.hamburger .line {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  margin: 6px 0 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}

#hamburger-1.is-active .line:nth-child(3) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  width: 36px;
}

#hamburger-1 {
  height: 100%;
  text-align: center;
}

#hamburger-1 span:last-child {
  margin-right: 0 !important;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
  width: 25px;
}

.btn-close:focus {
  box-shadow: none !important;
  outline: 0 !important;
  border: 0 !important;
}

#hamburger-1.is-active .line:nth-child(2) {
  -webkit-transform: translateY(-2px) rotate(-45deg);
  -ms-transform: translateY(-2px) rotate(-45deg);
  -o-transform: translateY(-2px) rotate(-45deg);
  transform: translateY(-2px) rotate(-45deg);
  width: 25px;
}

@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
/* CSS for Animations */
.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up-active {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-left-active {
  opacity: 1;
  transform: translateX(0);
}

.fade-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-right-active {
  opacity: 1;
  transform: translateX(0);
}

.zoom-in {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.zoom-in-active {
  opacity: 1;
  transform: scale(1);
}

.social-media-wrap .social-media-inner {
  display: flex;
  justify-content: center;
  width: 100%;
}
.social-media-wrap .social-media-inner .list-item .social-media-link .icon-inner {
  width: 25px;
  height: 25px;
  background: #ffffff;
  border-radius: 50%;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.7s;
}
.social-media-wrap .social-media-inner .list-item .social-media-link .icon-inner:hover {
  transform: scale(1.1);
}
.social-media-wrap .social-media-inner .list-item .social-media-link .icon-inner svg {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1200px) {
  .social-media-wrap .social-media-inner {
    justify-content: center;
  }
  .social-media-wrap .social-media-inner .list-item {
    padding: 0 1.3020833333vw;
  }
  .nav-btn {
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3.6458333333vw;
    height: 3.6458333333vw;
    z-index: 11;
  }
  .nav-btn svg {
    width: 100%;
    height: 100%;
  }
  .nav-btn.ic-prev-btn {
    left: -1.3541666667vw;
    top: -4.4791666667vw;
  }
  .nav-btn.ic-next-btn {
    right: -1.3541666667vw;
    top: -4.4791666667vw;
  }
}
.display-none {
  display: none;
}

.desktop-icons {
  position: relative;
}
.desktop-icons .search-popup {
  display: none;
}
.desktop-icons .search-popup.active {
  display: block;
}
.desktop-icons .search-popup-inner {
  position: absolute;
  background: linear-gradient(90deg, #0b3d1d 0%, #297d34 65.38%, #478932 100%);
  right: 5.2083333333vw;
  top: 3.125vw;
}
.desktop-icons .search-popup-inner .search-form {
  display: flex;
}
.desktop-icons .search-popup-inner .search-form input {
  padding-left: 16px;
  width: 9.8958333333vw;
  outline: none;
  border: none;
  filter: drop-shadow(0px 0px 29px rgba(78, 111, 67, 0.22));
}
.desktop-icons .search-popup-inner .search-form button {
  width: max-content;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 1200px) {
  .desktop-icons .search-popup-inner .search-form input {
    font-size: 0.8333333333vw;
  }
}
.cm-arrow-icon {
  width: 35px;
  height: 35px;
}
.cm-arrow-icon svg {
  width: 100%;
  height: 100%;
}

.nav-btn.slick-hidden {
  opacity: 0.5;
  pointer-events: none;
  visibility: hidden;
}

.product-category-section .product-categories-list .product-category-item {
  margin-bottom: 30px;
}
.product-category-section .product-categories-list .product-category-item .image-wrap {
  margin-bottom: 4px;
}
.product-category-section .product-categories-list .product-category-item .image-wrap img {
  width: 100%;
  height: 325px;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(23, 12, 4, 0.32);
}
.product-category-section .product-categories-list .product-category-item .content-card-wrap {
  border-radius: 20px;
  border: 1px solid rgba(23, 12, 4, 0.32);
  text-align: center;
  padding: 40px 15px;
}
.product-category-section .product-categories-list .product-category-item .content-card-wrap .heading {
  margin-bottom: 36px;
}
.product-category-section .product-categories-list .product-category-item .content-card-wrap .para-wrap {
  margin-bottom: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.product-category-section .product-categories-list .product-category-item .content-card-wrap .btn-wrap {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .product-category-section .product-categories-list .product-category-item {
    display: flex;
    justify-content: space-between;
  }
  .product-category-section .product-categories-list .product-category-item .image-wrap {
    width: 39%;
  }
  .product-category-section .product-categories-list .product-category-item .image-wrap img {
    height: 350px;
  }
  .product-category-section .product-categories-list .product-category-item .content-card-wrap {
    width: 59%;
    height: 350px;
    position: relative;
    padding: 40px 30px;
    text-align: left;
  }
  .product-category-section .product-categories-list .product-category-item .content-card-wrap .btn-wrap {
    position: absolute;
  }
}
@media only screen and (min-width: 1024px) {
  .product-category-section .product-categories-list .product-category-item .content-card-wrap .btn-wrap {
    bottom: 3.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .product-category-section {
    margin-bottom: 5.2083333333vw;
  }
  .product-category-section .product-categories-list .product-category-item .image-wrap {
    width: 18.9583333333vw;
  }
  .product-category-section .product-categories-list .product-category-item .image-wrap img {
    height: 21.9270833333vw;
    border-radius: 2.0833333333vw;
  }
  .product-category-section .product-categories-list .product-category-item .content-card-wrap {
    height: 21.9270833333vw;
    width: 54.5833333333vw;
    border-radius: 2.0833333333vw;
    padding: 3.3854166667vw 5.2083333333vw;
    text-align: left;
  }
  .product-category-section .product-categories-list .product-category-item .content-card-wrap .heading {
    font-size: 1.875vw;
  }
  .product-category-section .product-categories-list .product-category-item .content-card-wrap .btn-wrap {
    justify-content: start;
  }
  .product-category-section.last-section {
    margin-bottom: 5.2083333333vw;
  }
}
.product-image-content-sec {
  margin-bottom: 40px;
}
.product-image-content-sec .main-wrap .image-wrap {
  margin-bottom: 48px;
}
.product-image-content-sec .main-wrap .image-wrap img {
  border-radius: 40px;
  width: 100%;
}
.product-image-content-sec .main-wrap .content-wrap .heading {
  margin-bottom: 40px;
}
.product-image-content-sec .main-wrap .content-wrap .para-wrap {
  margin-bottom: 40px;
}
.product-image-content-sec .main-wrap .btn-wrap {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .product-image-content-sec .main-wrap .image-wrap {
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-image-content-sec .main-wrap {
    display: flex;
  }
  .product-image-content-sec .main-wrap .image-wrap {
    width: 50%;
  }
  .product-image-content-sec .main-wrap .content-wrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-left: 36px;
  }
  .product-image-content-sec .main-wrap .btn-wrap {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .product-image-content-sec {
    margin-bottom: 6.5104166667vw;
  }
  .product-image-content-sec .main-wrap {
    display: flex;
  }
  .product-image-content-sec .main-wrap .image-wrap {
    width: 46%;
    padding-bottom: 0;
  }
  .product-image-content-sec .main-wrap .image-wrap img {
    border-radius: 2.0833333333vw;
  }
  .product-image-content-sec .main-wrap .content-wrap {
    width: 54%;
    display: flex;
    flex-direction: column;
    padding-left: 3.5416666667vw;
    margin-top: 2.1875vw;
  }
  .product-image-content-sec .main-wrap .content-wrap .heading {
    margin-bottom: 0;
  }
  .product-image-content-sec .main-wrap .btn-wrap {
    justify-content: flex-start;
  }
}
.product-details-sec {
  margin-bottom: 60px;
}
.product-details-sec .custom-wrap .--common-head {
  margin-bottom: 28px;
}
.product-details-sec .custom-wrap .product-details-wrap {
  margin-bottom: 24px;
}
.product-details-sec .custom-wrap .product-details-wrap h2, .product-details-sec .custom-wrap .product-details-wrap h3, .product-details-sec .custom-wrap .product-details-wrap h4, .product-details-sec .custom-wrap .product-details-wrap h5 {
  font-weight: 600;
  margin: 42px 0 14px 0;
  font-size: 20px;
}
.product-details-sec .custom-wrap .product-details-wrap ul {
  padding-left: 24px;
}
.product-details-sec .custom-wrap .product-details-wrap ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.product-details-sec .custom-wrap .product-details-wrap ul li:after {
  position: absolute;
  content: "";
  background-image: url("../../img/icons/li.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 6px;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1200px) {
  .product-details-sec {
    margin-bottom: 7.8125vw;
  }
  .product-details-sec .custom-wrap .--common-head {
    margin-bottom: 2.1875vw;
  }
  .product-details-sec .custom-wrap .--common-head .heading {
    font-size: 2.1875vw;
  }
  .product-details-sec .custom-wrap .product-details-wrap h2,
  .product-details-sec .custom-wrap .product-details-wrap h3,
  .product-details-sec .custom-wrap .product-details-wrap h4,
  .product-details-sec .custom-wrap .product-details-wrap h5 {
    margin-bottom: 1.1458333333vw;
    font-size: 1.1458333333vw;
  }
  .product-details-sec .custom-wrap .product-details-wrap ul li {
    font-size: 0.8333333333vw;
  }
  .product-details-sec .custom-wrap .product-details-tagline {
    font-size: 0.8333333333vw;
  }
}

/*# sourceMappingURL=products.css.map */
