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

.home-image-content-section {
  margin-bottom: 70px;
}
.home-image-content-section .custom-wrap {
  padding: 0 25px;
}
.home-image-content-section .custom-wrap .image-content-inner .image-wrap {
  margin-bottom: 40px;
}
.home-image-content-section .custom-wrap .image-content-inner .image-wrap img {
  border-radius: 15px;
}
.home-image-content-section .custom-wrap .image-content-inner .content-wrap .--common-head {
  max-width: 75%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.home-image-content-section .custom-wrap .image-content-inner .content-wrap .para-wrap {
  margin-bottom: 35px;
}
.home-image-content-section .custom-wrap .image-content-inner .content-wrap .btn-wrap {
  display: flex;
  justify-content: center;
}
.home-image-content-section .custom-wrap .image-content-inner .tagline {
  color: #1e6b22;
  font-size: 15px;
  line-height: 12px;
  margin-bottom: 28px;
}
.home-image-content-section .custom-wrap .image-content-inner .tagline-wrap img {
  width: 18px;
  height: auto;
}
.home-image-content-section .custom-wrap .image-content-inner .tagline-wrap .tagline {
  font-size: 15px;
  color: #0b3d1d;
  letter-spacing: 1px;
}

@media only screen and (min-width: 768px) {
  .home-image-content-section .custom-wrap .image-content-inner .image-wrap {
    max-width: 60%;
    margin: auto auto 40px auto;
  }
}
@media only screen and (min-width: 1200px) {
  .home-image-content-section {
    margin-bottom: 2.6041666667vw;
  }
  .home-image-content-section .custom-wrap {
    padding: 0 12.65625vw;
  }
  .home-image-content-section .custom-wrap .image-content-inner {
    display: flex;
  }
  .home-image-content-section .custom-wrap .image-content-inner .image-wrap {
    width: 49.5%;
    margin-bottom: 0;
  }
  .home-image-content-section .custom-wrap .image-content-inner .image-wrap img {
    border-radius: 2.0833333333vw;
    width: 100%;
  }
  .home-image-content-section .custom-wrap .image-content-inner .content-wrap {
    width: 50.5%;
    padding-left: 10.3645833333vw;
  }
  .home-image-content-section .custom-wrap .image-content-inner .content-wrap .--common-head {
    margin: inherit;
    text-align: left;
    padding-bottom: 0;
    max-width: 100%;
  }
  .home-image-content-section .custom-wrap .image-content-inner .content-wrap .--common-head .tagline {
    font-size: 1.0416666667vw;
  }
  .home-image-content-section .custom-wrap .image-content-inner .content-wrap .tagline {
    font-size: 1.0416666667vw;
  }
  .home-image-content-section .custom-wrap .image-content-inner .content-wrap .tagline span {
    font-size: 3.3333333333vw;
  }
  .home-image-content-section .custom-wrap .image-content-inner .content-wrap .tagline-wrap img {
    width: 1.1458333333vw;
    height: auto;
    margin-bottom: 0.625vw;
  }
  .home-image-content-section .custom-wrap .image-content-inner .content-wrap .para-wrap {
    margin-bottom: 4.1666666667vw;
  }
  .home-image-content-section .custom-wrap .image-content-inner .content-wrap .btn-wrap {
    justify-content: start;
  }
}
.full-width-image-section {
  margin-bottom: 70px;
}
.full-width-image-section .custom-wrap .content-wrap {
  padding: 0 25px;
  position: relative;
  z-index: 1;
}
.full-width-image-section .custom-wrap .content-wrap .--common-head {
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.full-width-image-section .custom-wrap .content-wrap .para-wrap-inner .para-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.full-width-image-section .custom-wrap .content-wrap .para-wrap-inner .btn-wrap {
  display: flex;
  justify-content: center;
}
.full-width-image-section .custom-wrap .image-wrap {
  position: relative;
  z-index: -1;
}
.full-width-image-section .custom-wrap .image-wrap:after {
  position: absolute;
  content: "";
  background: linear-gradient(182deg, #fff 7.6%, rgba(255, 255, 255, 0) 82.21%);
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  height: calc(100% + 65px);
  margin-top: -65px;
}
.full-width-image-section .custom-wrap .image-wrap img {
  width: 100%;
  margin-top: -60px;
}

@media only screen and (min-width: 1200px) {
  .full-width-image-section {
    margin-bottom: 7.8125vw;
  }
  .full-width-image-section .custom-wrap {
    position: relative;
  }
  .full-width-image-section .custom-wrap .content-wrap {
    position: absolute;
    top: 0;
    display: flex;
    padding: 7.8125vw 18.4375vw 0 12.5vw;
  }
  .full-width-image-section .custom-wrap .content-wrap .head-wrap {
    width: 50%;
  }
  .full-width-image-section .custom-wrap .content-wrap .head-wrap .--common-head {
    width: 100%;
    margin: inherit;
    text-align: left;
  }
  .full-width-image-section .custom-wrap .content-wrap .para-wrap-inner {
    width: 50%;
  }
  .full-width-image-section .custom-wrap .content-wrap .para-wrap-inner .btn-wrap {
    justify-content: start;
  }
  .full-width-image-section .custom-wrap .image-wrap:after {
    background: linear-gradient(182deg, #fff 7.6%, rgba(255, 255, 255, 0) 82.21%);
    margin-top: -0.0520833333vw;
  }
  .full-width-image-section .custom-wrap .image-wrap img {
    margin: 0;
  }
}
.product-section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 1200px) {
  .product-section-title {
    margin-bottom: 3.3854166667vw;
  }
}
.home-product-section .custom-wrap {
  padding-right: 0;
}
.home-product-section .custom-wrap .product-section-inner {
  margin-bottom: 70px;
}
.home-product-section .custom-wrap .product-section-inner .product-section-head {
  margin-bottom: 38px;
  padding-right: 24px;
}
.home-product-section .custom-wrap .product-section-inner .product-section-head .heading {
  margin-bottom: 22px;
}
.home-product-section .custom-wrap .product-section-inner .product-section-head .paragraph {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
}
.home-product-section .custom-wrap .product-section-inner .product-slider-wrap {
  margin-bottom: 60px;
}
.home-product-section .custom-wrap .product-section-inner .product-slider-wrap .nav-btn {
  display: none !important;
}
.home-product-section .custom-wrap .product-section-inner .product-slider-wrap .nav-btn svg {
  fill: #c3a126;
  filter: drop-shadow(4px 3px 7.7px rgba(0, 0, 0, 0.25)) drop-shadow(9px 9px 22.8px rgba(0, 0, 0, 0.25));
}
.home-product-section .custom-wrap .product-section-inner .product-slider-wrap .h-product_slider .product-slider-item {
  margin-right: 10px;
  position: relative;
  border: 1px solid rgba(23, 12, 4, 0.32);
  border-radius: 15px;
  cursor: pointer;
}
.home-product-section .custom-wrap .product-section-inner .product-slider-wrap .h-product_slider .product-slider-item:after {
  position: absolute;
  content: "";
  background: linear-gradient(14deg, var(--Black, #170c04) -9.58%, rgba(0, 0, 0, 0) 50.09%);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 15px;
}
.home-product-section .custom-wrap .product-section-inner .product-slider-wrap .h-product_slider .product-slider-item .hidden-content {
  position: absolute;
  bottom: 44px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 20px;
  z-index: 1;
  margin-bottom: 2.0833333333vw;
}
.home-product-section .custom-wrap .product-section-inner .product-slider-wrap .h-product_slider .product-slider-item .hidden-content .para-wrap {
  display: none;
  transition: 0.7s ease-in-out;
}
.home-product-section .custom-wrap .product-section-inner .product-slider-wrap .h-product_slider .product-slider-item .hidden-content .para-wrap .paragraph {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
}
.home-product-section .custom-wrap .product-section-inner .product-slider-wrap .h-product_slider .product-slider-item .product-thumbnail img {
  width: 100%;
  height: 335px;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.home-product-section .custom-wrap .product-section-inner .product-slider-wrap .h-product_slider .product-slider-item .cm-arrow-icon {
  position: absolute;
  bottom: -17.5px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.home-product-section .custom-wrap .product-section-inner .product-slider-wrap .h-product_slider .slick-list {
  padding: 0 50px 24px 0 !important;
}
.home-product-section .custom-wrap .product-section-inner .btn-wrap {
  display: flex;
  justify-content: center;
  padding-right: 24px;
}

@media only screen and (min-width: 1200px) {
  .home-product-section .custom-wrap {
    padding: 0 10.4166666667vw;
    margin-bottom: 7.8125vw;
  }
  .home-product-section .custom-wrap .product-section-inner {
    position: relative;
    margin-bottom: 7.2916666667vw;
  }
  .home-product-section .custom-wrap .product-section-inner .product-section-head {
    padding: 0 1.875vw;
    margin-bottom: 5.9895833333vw;
  }
  .home-product-section .custom-wrap .product-section-inner .product-section-head .heading {
    text-align: left;
  }
  .home-product-section .custom-wrap .product-section-inner .product-section-head .paragraph {
    max-width: 70%;
    -webkit-line-clamp: 2;
  }
  .home-product-section .custom-wrap .product-section-inner .product-slider-wrap {
    position: relative;
  }
  .home-product-section .custom-wrap .product-section-inner .product-slider-wrap .nav-btn {
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 3.3854166667vw;
    height: 3.3854166667vw;
  }
  .home-product-section .custom-wrap .product-section-inner .product-slider-wrap .nav-btn svg {
    width: 100%;
    height: 100%;
  }
  .home-product-section .custom-wrap .product-section-inner .product-slider-wrap .nav-btn.hp-prev-btn {
    left: -6.25vw;
  }
  .home-product-section .custom-wrap .product-section-inner .product-slider-wrap .nav-btn.hp-next-btn {
    right: -6.25vw;
  }
  .home-product-section .custom-wrap .product-section-inner .product-slider-wrap .h-product_slider {
    padding-left: 0;
  }
  .home-product-section .custom-wrap .product-section-inner .product-slider-wrap .h-product_slider .product-slider-item {
    border-radius: 2.0833333333vw;
    margin: 0 0.5208333333vw;
    transition: 0.7s;
  }
  .home-product-section .custom-wrap .product-section-inner .product-slider-wrap .h-product_slider .product-slider-item .name {
    font-size: 1.875vw;
    line-height: 1.6666666667vw;
    padding: 0 1.875vw;
  }
  .home-product-section .custom-wrap .product-section-inner .product-slider-wrap .h-product_slider .product-slider-item .product-thumbnail img {
    height: 21.9270833333vw;
    border-radius: 2.0833333333vw;
  }
  .home-product-section .custom-wrap .product-section-inner .product-slider-wrap .h-product_slider .product-slider-item .cm-arrow-icon {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
  }
  .home-product-section .custom-wrap .product-section-inner .product-slider-wrap .h-product_slider .product-slider-item:after {
    border-radius: 2.0833333333vw;
  }
  .home-product-section .custom-wrap .product-section-inner .product-slider-wrap .h-product_slider .product-slider-item:hover .cm-arrow-icon {
    opacity: 1;
    visibility: visible;
  }
  .home-product-section .custom-wrap .product-section-inner .product-slider-wrap .h-product_slider .product-slider-item:hover .hidden-content .para-wrap {
    margin-top: 3.125vw;
    display: block;
    text-align: center;
    padding: 0 1.1458333333vw;
  }
  .home-product-section .custom-wrap .product-section-inner .product-slider-wrap .h-product_slider .product-slider-item:hover:after {
    border-radius: 2.0833333333vw;
    background: linear-gradient(18deg, var(--Black, #170c04) -7.15%, rgba(0, 0, 0, 0) 101.45%);
  }
  .home-product-section .custom-wrap .product-section-inner .product-slider-wrap .h-product_slider .slick-list {
    padding: 0 !important;
  }
  .home-product-section .custom-wrap .product-section-inner .product-slider-wrap .h-product_slider .slick-track {
    margin-bottom: 1.875vw;
  }
  .home-product-section .custom-wrap .product-section-inner .btn-wrap {
    position: absolute;
    top: 4.6875vw;
    right: 0;
  }
}
.home-product-section.gallery .custom-wrap .product-section-inner .product-slider-wrap .h-product_slider .product-slider-item img {
  width: 100%;
  height: 335px;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}

@media only screen and (min-width: 1200px) {
  .home-product-section.gallery .custom-wrap .product-section-inner .product-slider-wrap .h-product_slider .product-slider-item img {
    height: 21.9270833333vw;
    border-radius: 2.0833333333vw;
  }
}
.home-logo-section {
  margin-bottom: 70px;
}
.home-logo-section .custom-wrap .head-large {
  margin-bottom: 38px;
}
.home-logo-section .custom-wrap .head-large .heading {
  font-size: 30px;
}
.home-logo-section .custom-wrap .slider-wrap .logo_slider .slick-list {
  padding: 0 80px !important;
}
.home-logo-section .custom-wrap .slider-wrap .logo_slider .slider-item {
  margin: 0 6px;
}
.home-logo-section .custom-wrap .slider-wrap .logo_slider .slider-item .slider-item-inner {
  border-radius: 20px;
  border: 1px solid rgba(23, 12, 4, 0.32);
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-logo-section .custom-wrap .slider-wrap .logo_slider .slider-item .slider-item-inner .image-item {
  margin-bottom: 22px;
  transition: 0.7s;
}
.home-logo-section .custom-wrap .slider-wrap .logo_slider .slider-item .slider-item-inner .image-item img {
  max-width: 100%;
  height: 65px;
  width: auto;
}
.home-logo-section .custom-wrap .slider-wrap .logo_slider .slider-item .slider-item-inner .gallery-text .textarea {
  font-size: 14px;
}

@media only screen and (min-width: 1200px) {
  .home-logo-section {
    margin-bottom: 11.875vw;
  }
  .home-logo-section .custom-wrap .head-large .heading {
    font-size: 5vw;
  }
  .home-logo-section .custom-wrap .slider-wrap .logo_slider .slick-list {
    padding: 0 12.2395833333vw !important;
  }
  .home-logo-section .custom-wrap .slider-wrap .logo_slider .slick-list .slider-item {
    transition: 0.7s;
    margin-bottom: 0;
  }
  .home-logo-section .custom-wrap .slider-wrap .logo_slider .slick-list .slider-item .slider-item-inner {
    height: 14.0625vw;
    border-radius: 2.0833333333vw;
    transition: 0.7s;
  }
  .home-logo-section .custom-wrap .slider-wrap .logo_slider .slick-list .slider-item .slider-item-inner img {
    height: 7.8125vw;
    filter: grayscale(100%);
    opacity: 0.7;
    transform: scale(0.95);
  }
  .home-logo-section .custom-wrap .slider-wrap .logo_slider .slick-list .slider-item .slider-item-inner .gallery-text {
    display: none;
    opacity: 0;
    transition: 0.7s;
  }
  .home-logo-section .custom-wrap .slider-wrap .logo_slider .slick-list .slider-item .slider-item-inner .gallery-text .textarea {
    font-size: 1.0416666667vw;
  }
  .home-logo-section .custom-wrap .slider-wrap .logo_slider .slick-list .slider-item .slider-item-inner .image-item {
    margin-bottom: 0;
  }
  .home-logo-section .custom-wrap .slider-wrap .logo_slider .slick-list .slider-item:hover .slider-item-inner {
    border-radius: 2.0833333333vw 4.6875vw;
    border: 0.15625vw solid var(--green2, #115815);
    box-shadow: 0px 4px 27.6px 0px rgba(0, 0, 0, 0.19);
  }
  .home-logo-section .custom-wrap .slider-wrap .logo_slider .slick-list .slider-item:hover .slider-item-inner .gallery-text {
    display: block;
  }
  .home-logo-section .custom-wrap .slider-wrap .logo_slider .slick-list .slider-item:hover .slider-item-inner img {
    opacity: 1;
    filter: inherit;
    transform: scale(1);
    transition: 0.7s;
  }
  .home-logo-section .custom-wrap .slider-wrap .logo_slider .slick-list .slider-item:hover .slider-item-inner .gallery-text {
    opacity: 1;
    position: absolute;
    bottom: 1.6666666667vw;
  }
  .home-logo-section .custom-wrap .slider-wrap .logo_slider .slick-list .slider-item:hover .slider-item-inner .image-item {
    position: relative;
    transition: 0.7s;
  }
}
@keyframes slideUp {
  0% {
    top: 0;
  }
  100% {
    top: -1.1458333333vw;
  }
}
@keyframes slideDown {
  0% {
    top: -1.1458333333vw;
  }
  100% {
    top: 0;
  }
}
.slider-item .slider-item-inner .image-item {
  position: relative;
  top: 0;
}
.slider-item:hover .slider-item-inner .image-item {
  animation: slideUp 0.7s ease forwards;
}
.slider-item:not(:hover) .slider-item-inner .image-item {
  animation: slideDown 0.7s ease forwards;
}

.home-overflow-image-section {
  padding-bottom: 100px;
  margin-bottom: 70px;
}
.home-overflow-image-section .main-wrap {
  padding: 0;
}
.home-overflow-image-section .main-wrap .content-wrap {
  margin-bottom: 20px;
  padding: 0 25px;
}
.home-overflow-image-section .main-wrap .content-wrap .head-large {
  margin-bottom: 38px;
}
.home-overflow-image-section .main-wrap .content-wrap .para-wrap {
  margin-bottom: 40px;
}
.home-overflow-image-section .main-wrap .content-wrap .btn-wrap {
  display: flex;
  justify-content: center;
}
.home-overflow-image-section .main-wrap .image-wrap {
  display: flex;
  padding: 0 10px;
  position: relative;
}
.home-overflow-image-section .main-wrap .image-wrap .large-image {
  width: 65%;
}
.home-overflow-image-section .main-wrap .image-wrap .large-image img {
  height: 303px;
  object-fit: cover;
  border-radius: 20px 60px;
  border: 1px solid #b2cb91;
  box-shadow: 0px 0px 121.3px 0px rgba(0, 0, 0, 0.18);
}
.home-overflow-image-section .main-wrap .image-wrap .small-image {
  display: flex;
  justify-content: end;
}
.home-overflow-image-section .main-wrap .image-wrap .small-image img {
  position: absolute;
  right: 10px;
  top: 125px;
  width: 55%;
  height: 248px;
  object-fit: cover;
  border-radius: 20px 40px;
  border: 1px solid #b2cb91;
  box-shadow: 0px 0px 64.3px 0px rgba(0, 0, 0, 0.49);
}

@media only screen and (min-width: 768px) {
  .home-overflow-image-section .main-wrap .image-wrap {
    padding: 0 36px;
  }
  .home-overflow-image-section .main-wrap .image-wrap .large-image img {
    height: 450px;
  }
  .home-overflow-image-section .main-wrap .image-wrap .small-image img {
    height: 420px;
    right: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-overflow-image-section {
    margin-bottom: 10.6770833333vw !important;
  }
  .home-overflow-image-section .main-wrap {
    display: flex;
    flex-direction: row-reverse;
    padding: 0 12.5vw;
  }
  .home-overflow-image-section .main-wrap .image-wrap {
    width: 63%;
    padding: 0;
  }
  .home-overflow-image-section .main-wrap .image-wrap .large-image {
    width: 24.21875vw;
    height: 27.96875vw;
  }
  .home-overflow-image-section .main-wrap .image-wrap .large-image img {
    width: 24.21875vw;
    height: 27.96875vw;
    border-radius: 2.0833333333vw 4.6875vw;
  }
  .home-overflow-image-section .main-wrap .image-wrap .small-image {
    width: 18.90625vw;
    height: 25.8854166667vw;
    left: -4.1666666667vw;
    top: 5.2083333333vw;
    position: relative;
  }
  .home-overflow-image-section .main-wrap .image-wrap .small-image img {
    width: 18.90625vw;
    height: 25.8854166667vw;
    border-radius: 2.0833333333vw 4.6875vw;
    border: 0.0520833333vw solid #b2cb91;
  }
  .home-overflow-image-section .main-wrap .content-wrap {
    width: 37%;
    padding: 0;
  }
  .home-overflow-image-section .main-wrap .content-wrap .head-large {
    text-align: left;
  }
  .home-overflow-image-section .main-wrap .content-wrap .btn-wrap {
    justify-content: flex-start;
  }
}
.home-video-section {
  padding-bottom: 35px;
}
.home-video-section .main-wrap {
  padding: 0 10px;
}
.home-video-section .main-wrap .video-wrap {
  position: relative;
}
.home-video-section .main-wrap .video-wrap:after {
  position: absolute;
  content: "";
  border-radius: 15px 25px;
  background: rgba(21, 32, 34, 0.58);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.home-video-section .main-wrap .video-wrap .thumbnail {
  height: 282px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px 25px;
}
.home-video-section .main-wrap .video-wrap .venobox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.home-video-section .main-wrap .video-wrap .venobox .icon-inner {
  margin-bottom: 18px;
}
.home-video-section .main-wrap .video-wrap .venobox .icon-inner .vid-icon {
  transition: 0.7s;
}
.home-video-section .main-wrap .video-wrap .venobox .icon-inner .vid-icon img {
  width: 50px;
  height: 50px;
  border-radius: 0;
}
.home-video-section .main-wrap .video-wrap .venobox .icon-inner .vid-icon:hover {
  transform: scale(0.9);
}
.home-video-section .main-wrap .video-wrap .venobox .icon-text .textarea {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .home-video-section .main-wrap {
    padding: 0 25px;
  }
  .home-video-section .main-wrap .video-wrap .thumbnail {
    height: 350px;
  }
}
@media only screen and (min-width: 1024px) {
  .home-video-section .main-wrap .video-wrap .thumbnail {
    height: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-video-section {
    padding-bottom: 5.46875vw;
  }
  .home-video-section .main-wrap {
    padding: 0 12.65625vw;
  }
  .home-video-section .main-wrap .video-wrap .thumbnail {
    height: 31.7708333333vw;
    border-radius: 2.0833333333vw 4.6875vw;
  }
  .home-video-section .main-wrap .video-wrap:after {
    border-radius: 2.0833333333vw 4.6875vw;
  }
  .home-video-section .main-wrap .video-wrap .venobox .icon-inner {
    margin-bottom: 1.4583333333vw;
  }
  .home-video-section .main-wrap .video-wrap .venobox .icon-inner .vid-icon img {
    width: 5.7291666667vw;
    height: 5.7291666667vw;
  }
  .home-video-section .main-wrap .video-wrap .venobox .icon-text .textarea {
    font-size: 0.9375vw;
  }
}

/*# sourceMappingURL=front-page.css.map */
