/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- line text ----------------------------------*/
/*---------------------------------- text gradient ----------------------------------*/
/*---------------------------------- glass effect ----------------------------------*/
/*---------------------------------- card shadow ----------------------------------*/
/*---------------------------------- font icon ----------------------------------*/
/*---------------------------------- overlay ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- line ----------------------------------*/
/*---------------------------------- background image ----------------------------------*/
/*---------------------------------- scroll bar ----------------------------------*/
/*---------------------------------- media query ----------------------------------*/
/*---------------------------------- flex ----------------------------------*/
/*---------------------------------- Second Language ----------------------------------*/
/*------------------------------------ sections ------------------------------------*/
.index-sec {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991.98px) {
  .index-sec {
    margin-bottom: 40px;
  }
}
.index-sec.main-slider {
  min-height: 70vh;
}
@media screen and (max-width: 575.98px) {
  .index-sec.main-slider {
    min-height: 246px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .index-sec.main-slider {
    min-height: 315px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .index-sec.main-slider {
    min-height: 420px;
  }
}
/* index sec */
.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4784313725);
  position: absolute;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
}
.owl-theme .owl-dots .owl-dot span.active {
  width: 30px;
}

.owl-carousel.index-owl-nav {
  position: relative;
  /* owl carousel index owl nav owl nav */
}
.owl-carousel.index-owl-nav .owl-nav {
  position: absolute;
  width: 100%;
  left: 0;
  /* owl nav owl prev and owl next */
  /* owl nav owl prev */
  /* owl nav owl next */
}
.owl-carousel.index-owl-nav .owl-nav .owl-prev,
.owl-carousel.index-owl-nav .owl-nav .owl-next {
  position: relative;
  background-color: transparent !important;
  margin: 0;
  /* owl prev and owl next span */
}
.owl-carousel.index-owl-nav .owl-nav .owl-prev span,
.owl-carousel.index-owl-nav .owl-nav .owl-next span {
  width: 40px;
  height: 25px;
  display: inline-block;
  padding: 5px;
  background-color: #1a8916;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  border-radius: 5px;
  color: #6e6e6e;
  transition: all 300ms linear;
}
.owl-carousel.index-owl-nav .owl-nav .owl-prev span:before,
.owl-carousel.index-owl-nav .owl-nav .owl-next span:before {
  color: #fff;
}
.owl-carousel.index-owl-nav .owl-nav .owl-prev {
  left: 1px;
}
.owl-carousel.index-owl-nav .owl-nav .owl-next {
  right: 1px;
}

/* owl carousel index owl nav */
.index-widget-header {
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  top: 29px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .index-widget-header {
    justify-content: center;
    margin-bottom: 70px;
  }
}
.index-widget-header__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  color: #1a8916;
  font-family: "iranyekan";
  position: inherit;
  z-index: 99;
}
@media screen and (max-width: 991.98px) {
  .index-widget-header__title {
    font-size: 25px;
  }
}
.index-widget-header__title-en {
  color: rgba(198, 198, 198, 0.3215686275);
  font-family: grace;
  color: rgba(198, 198, 198, 0.3215686275);
  font-size: 80px;
  position: absolute;
  top: -10px;
  right: 0;
  line-height: 0;
  z-index: 9;
}
@media screen and (max-width: 767.98px) {
  .index-widget-header__title-en {
    font-size: 45px;
    right: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .index-widget-header__title-en {
    font-size: 45px;
    right: 40%;
  }
}
.index-widget-header__subTitle {
  font-size: 18px;
  font-weight: 800;
}

.mainSlider {
  position: relative;
  overflow: hidden;
  /* main slider owl nav */
  /* main slider owl dots */
  /* main slider link */
}
@media screen and (max-width: 991.98px) {
  .mainSlider {
    height: auto;
  }
}
.mainSlider:hover .owl-nav {
  opacity: 1;
}
.mainSlider .owl-nav {
  top: 40% !important;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: all 0.5s;
}
.mainSlider .owl-nav .owl-next span, .mainSlider .owl-nav .owl-prev span {
  border-radius: 15px 0 0 15px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 30px !important;
  height: 50px !important;
}
.mainSlider .owl-nav .owl-next span {
  border-radius: 0 15px 15px 0 !important;
}
.mainSlider .owl-dots {
  position: relative;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0;
  /* owl dots owl dot */
}
@media screen and (max-width: 479.98px) {
  .mainSlider .owl-dots {
    bottom: 40px;
  }
}
.mainSlider .owl-dots .owl-dot {
  background-color: transparent !important;
  /* owl dot active span */
  /* owl dot span */
}
.mainSlider .owl-dots .owl-dot.active span {
  width: 25px;
  background-color: #1a8916;
}
.mainSlider .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #e6e6e6;
  transition: all 300ms linear;
}
.mainSlider__link {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.mainSlider__link img {
  width: 100%;
}

/* main slider */
.category {
  position: relative;
  background-image: url(".././images/background/bg-section-9.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .category {
    background-image: none;
  }
}
.category:after {
  content: "";
  background-image: url(.././images/background/bg-header3.png);
  width: 100%;
  height: 30px;
  position: absolute;
  top: -75px;
  z-index: 9;
  transform: rotateX(180deg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 991.98px) {
  .category:after {
    top: -68px;
  }
}
.category:before {
  content: "";
  background-image: url(.././images/background/bg-section-10.png);
  background-size: cover;
  width: 200px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: -63px;
  opacity: 0.5;
}
.category .owl-carousel .owl-dots {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 80px;
}
@media screen and (max-width: 991.98px) {
  .category .owl-carousel .owl-dots {
    flex-direction: row;
    position: initial;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .category .owl-carousel .owl-dots {
    left: -15px;
  }
}
.category .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #1a8916;
  height: 30px;
}
@media screen and (max-width: 991.98px) {
  .category .owl-carousel .owl-dots .owl-dot.active span {
    height: 8px;
    width: 30px;
  }
}

.popular-product {
  position: relative;
  height: auto;
}
.popular-product .category-index-widget-header .main-btn {
  display: none;
}
.popular-product .index-widget-header {
  text-align: center;
}
.popular-product__banner {
  position: relative;
  display: block;
  height: 100%;
  background-color: #1a8916;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .popular-product__banner {
    display: none;
  }
}
.popular-product__banner:before {
  content: "";
  font-family: "shape divider from ShapeDividers.com";
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.1vw;
  left: -0.1vw;
  right: -0.1vw;
  top: -0.1vw;
  background-size: 100% 90px;
  background-position: 50% 0%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg preserveAspectRatio="xMidYMax slice" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2001 77"><g fill="%23ffffff"><path opacity=".5" d="M1993 46V24l-19-11-19 11v22l19 11 19-11zM1942 72V60l-10-5-10 5v12l10 5 10-5z"/><path opacity=".75" d="M1961 52V36l-14-8-14 8v16l14 9 14-9zM1969 69v-8l-7-4-6 4v8l6 4 7-4z"/><path opacity=".5" d="M1871 46V24l19-11 19 11v22l-19 11-19-11z"/><path opacity=".75" d="M1903 52V36l14-8 14 8v16l-14 9-14-9zM1895 69v-8l7-4 7 4v8l-7 4-7-4z"/><path opacity=".5" d="M1855 46V24l-19-11-19 11v22l19 11 19-11zM1803 72V60l-9-5-10 5v12l10 5 9-5z"/><path opacity=".75" d="M1823 52V36l-14-8-14 8v16l14 9 14-9zM1831 69v-8l-7-4-7 4v8l7 4 7-4z"/><path opacity=".5" d="M1733 46V24l19-11 19 11v22l-19 11-19-11z"/><path opacity=".75" d="M1765 52V36l14-8 14 8v16l-14 9-14-9zM1757 69v-8l6-4 7 4v8l-7 4-6-4z"/><path opacity=".5" d="M1717 46V24l-19-11-19 11v22l19 11 19-11zM1665 72V60l-9-5-10 5v12l10 5 9-5z"/><path opacity=".75" d="M1685 52V36l-14-8-14 8v16l14 9 14-9zM1693 69v-8l-7-4-7 4v8l7 4 7-4z"/><path opacity=".5" d="M1594 46V24l19-11 20 11v22l-20 11-19-11z"/><path opacity=".75" d="M1626 52V36l14-8 15 8v16l-15 9-14-9zM1618 69v-8l7-4 7 4v8l-7 4-7-4z"/><path opacity=".5" d="M1579 46V24l-19-11-20 11v22l20 11 19-11zM1527 72V60l-10-5-9 5v12l9 5 10-5z"/><path opacity=".75" d="M1547 52V36l-14-8-15 8v16l15 9 14-9zM1555 69v-8l-7-4-7 4v8l7 4 7-4z"/><path opacity=".5" d="M1456 46V24l19-11 19 11v22l-19 11-19-11z"/><path opacity=".75" d="M1488 52V36l14-8 14 8v16l-14 9-14-9zM1480 69v-8l7-4 7 4v8l-7 4-7-4z"/><path opacity=".5" d="M1441 46V24l-20-11-19 11v22l19 11 20-11zM1389 72V60l-10-5-9 5v12l9 5 10-5z"/><path opacity=".75" d="M1408 52V36l-14-8-14 8v16l14 9 14-9zM1416 69v-8l-6-4-7 4v8l7 4 6-4z"/><path opacity=".5" d="M1318 46V24l19-11 19 11v22l-19 11-19-11z"/><path opacity=".75" d="M1350 52V36l14-8 14 8v16l-14 9-14-9zM1342 69v-8l7-4 7 4v8l-7 4-7-4z"/><path opacity=".5" d="M1302 46V24l-19-11-19 11v22l19 11 19-11zM1251 72V60l-10-5-10 5v12l10 5 10-5z"/><path opacity=".75" d="M1270 52V36l-14-8-14 8v16l14 9 14-9zM1278 69v-8l-7-4-7 4v8l7 4 7-4z"/><path opacity=".5" d="M1180 46V24l19-11 19 11v22l-19 11-19-11z"/><path opacity=".75" d="M1212 52V36l14-8 14 8v16l-14 9-14-9zM1204 69v-8l7-4 7 4v8l-7 4-7-4z"/><path opacity=".5" d="M1164 46V24l-19-11-19 11v22l19 11 19-11zM1112 72V60l-9-5-10 5v12l10 5 9-5z"/><path opacity=".75" d="M1132 52V36l-14-8-14 8v16l14 9 14-9zM1140 69v-8l-7-4-7 4v8l7 4 7-4z"/><path opacity=".5" d="M1041 46V24l20-11 19 11v22l-19 11-20-11z"/><path opacity=".75" d="M1074 52V36l14-8 14 8v16l-14 9-14-9zM1066 69v-8l6-4 7 4v8l-7 4-6-4z"/><path opacity=".5" d="M1026 46V24l-19-11-20 11v22l20 11 19-11zM974 72V60l-9-5-10 5v12l10 5 9-5z"/><path opacity=".75" d="M994 52V36l-14-8-14 8v16l14 9 14-9zM1002 69v-8l-7-4-7 4v8l7 4 7-4z"/><path opacity=".5" d="M903 46V24l19-11 20 11v22l-20 11-19-11z"/><path opacity=".75" d="M935 52V36l14-8 15 8v16l-15 9-14-9zM927 69v-8l7-4 7 4v8l-7 4-7-4z"/><path opacity=".5" d="M888 46V24l-20-11-19 11v22l19 11 20-11zM836 72V60l-10-5-9 5v12l9 5 10-5z"/><path opacity=".75" d="M856 52V36l-15-8-14 8v16l14 9 15-9zM864 69v-8l-7-4-7 4v8l7 4 7-4z"/><path opacity=".5" d="M765 46V24l19-11 19 11v22l-19 11-19-11z"/><path opacity=".75" d="M797 52V36l14-8 14 8v16l-14 9-14-9zM789 69v-8l7-4 7 4v8l-7 4-7-4z"/><path opacity=".5" d="M749 46V24l-19-11-19 11v22l19 11 19-11zM698 72V60l-10-5-9 5v12l9 5 10-5z"/><path opacity=".75" d="M717 52V36l-14-8-14 8v16l14 9 14-9zM725 69v-8l-7-4-6 4v8l6 4 7-4z"/><path opacity=".5" d="M627 46V24l19-11 19 11v22l-19 11-19-11z"/><path opacity=".75" d="M659 52V36l14-8 14 8v16l-14 9-14-9zM651 69v-8l7-4 7 4v8l-7 4-7-4z"/><path opacity=".5" d="M611 46V24l-19-11-19 11v22l19 11 19-11zM560 72V60l-10-5-10 5v12l10 5 10-5z"/><path opacity=".75" d="M579 52V36l-14-8-14 8v16l14 9 14-9zM587 69v-8l-7-4-7 4v8l7 4 7-4z"/><path opacity=".5" d="M489 46V24l19-11 19 11v22l-19 11-19-11z"/><path opacity=".75" d="M521 52V36l14-8 14 8v16l-14 9-14-9zM513 69v-8l7-4 6 4v8l-6 4-7-4z"/><path opacity=".5" d="M473 46V24l-19-11-19 11v22l19 11 19-11zM421 72V60l-9-5-10 5v12l10 5 9-5z"/><path opacity=".75" d="M441 52V36l-14-8-14 8v16l14 9 14-9zM449 69v-8l-7-4-7 4v8l7 4 7-4z"/><path opacity=".5" d="M350 46V24l20-11 19 11v22l-19 11-20-11z"/><path opacity=".75" d="M382 52V36l15-8 14 8v16l-14 9-15-9zM374 69v-8l7-4 7 4v8l-7 4-7-4z"/><path opacity=".5" d="M335 46V24l-19-11-20 11v22l20 11 19-11zM283 72V60l-10-5-9 5v12l9 5 10-5z"/><path opacity=".75" d="M303 52V36l-14-8-14 8v16l14 9 14-9zM311 69v-8l-7-4-7 4v8l7 4 7-4z"/><path opacity=".5" d="M212 46V24l19-11 20 11v22l-20 11-19-11z"/><path opacity=".75" d="M244 52V36l14-8 14 8v16l-14 9-14-9zM236 69v-8l7-4 7 4v8l-7 4-7-4z"/><path opacity=".5" d="M197 46V24l-20-11-19 11v22l19 11 20-11zM145 72V60l-10-5-9 5v12l9 5 10-5z"/><path opacity=".75" d="M164 52V36l-14-8-14 8v16l14 9 14-9zM173 69v-8l-7-4-7 4v8l7 4 7-4z"/><path opacity=".5" d="M74 46V24l19-11 19 11v22L93 57 74 46z"/><path opacity=".3" d="M53 68V54l13-8 13 8v14l-13 8-13-8zM191 68V54l13-8 13 8v14l-13 8-13-8zM330 68V54l13-8 13 8v14l-13 8-13-8zM468 68V54l13-8 13 8v14l-13 8-13-8zM606 68V54l13-8 13 8v14l-13 8-13-8zM744 68V54l13-8 13 8v14l-13 8-13-8zM883 68V54l12-8 13 8v14l-13 8-12-8zM1021 68V54l13-8 13 8v14l-13 8-13-8zM1159 68V54l13-8 13 8v14l-13 8-13-8zM1297 68V54l13-8 13 8v14l-13 8-13-8zM1435 68V54l13-8 13 8v14l-13 8-13-8zM1574 68V54l13-8 12 8v14l-12 8-13-8zM1712 68V54l13-8 13 8v14l-13 8-13-8zM1850 68V54l13-8 13 8v14l-13 8-13-8z"/><path opacity=".75" d="M106 52V36l14-8 14 8v16l-14 9-14-9zM98 69v-8l7-4 7 4v8l-7 4-7-4z"/><path opacity=".5" d="M58 46V24L39 13 20 24v22l19 11 19-11z"/><path opacity=".75" d="M34 69v-8l-7-4-6 4v8l6 4 7-4z"/><path d="M2001 0v15l-21 12-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-24-14-23 14-23-14-23 14-24-14-23 14-23-14-24 14-23-14-23 14-23-14-24 14L0 13V0h2001z"/><path opacity=".75" d="M12 28L0 35v19l12 7 14-9V36l-14-8z"/><path opacity=".3" d="M2001 46l-13 8v14l13 8V46z"/></g></svg>');
}
@media (min-width: 2100px) {
  .popular-product__banner .shapedividers_com-6986::before {
    background-size: 100% calc(2vw + 90px);
  }
}
.popular-product__banner .popular-product-bg {
  background-image: url(".././images/background/bg-section-5.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  width: 100%;
  height: 100%;
}
.popular-product__banner .popular-product-content {
  position: absolute;
  top: 30%;
  right: 0;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .popular-product__banner .popular-product-content {
    top: 37%;
    right: 0%;
  }
}
.popular-product__banner .popular-product-content .title {
  font-weight: 800;
  font-size: 35px;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .popular-product__banner .popular-product-content .title {
    font-size: 23px;
  }
}
.popular-product__btn {
  text-align: center;
  margin-top: 20px;
}

.aboutUs {
  background-color: #fff;
  background-image: url(".././images/background/bg-section-1.webp");
  background-repeat: no-repeat;
  background-position: 0 322px;
}
@media screen and (max-width: 991.98px) {
  .aboutUs {
    margin-top: 35px;
  }
}
.aboutUs__img {
  position: relative;
  border-radius: 20px;
}
.aboutUs__img .top-img {
  text-align: end;
}
.aboutUs__img .top-img:after {
  content: "";
  background-color: #eec044;
  width: 88%;
  display: block;
  height: 98%;
  position: absolute;
  top: -20px;
  z-index: 9;
  right: 0px;
  border-radius: 15px;
}
.aboutUs__img .bottom-img {
  position: absolute;
  bottom: -10px;
  left: -100px;
  width: 270px;
  height: 270px;
}
@media screen and (max-width: 767.98px) {
  .aboutUs__img .bottom-img {
    width: 170px;
    height: 170px;
    bottom: -30px;
    left: -12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .aboutUs__img .bottom-img {
    left: -10px;
  }
}
.aboutUs__img .bottom-img img {
  border-radius: 50% 50% 50% 50%;
  overflow: hidden;
  border: 10px solid #fff;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutUs__img img {
  border-radius: 20px 20px 20px 110px;
  position: relative;
  z-index: 99;
  width: 97%;
}
@media screen and (max-width: 991.98px) {
  .aboutUs__content {
    margin-top: 30px;
  }
}
.aboutUs__content .text {
  margin-bottom: 30px;
}
.aboutUs__content .list {
  margin-bottom: 30px;
}
@media screen and (max-width: 991.98px) {
  .aboutUs__content .list {
    margin-bottom: 30px;
  }
}
.aboutUs__content .list .item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .aboutUs__content .list .item {
    margin-bottom: 15px;
  }
}
.aboutUs__content .list .item:first-child .item-icon {
  background-color: #1a8916;
}
.aboutUs__content .list .item:nth-child(2) .item-icon {
  background-color: #c5ce38;
}
.aboutUs__content .list .item:nth-child(3) .item-icon {
  background-color: #eec044;
}
.aboutUs__content .list .item:last-child {
  margin-bottom: 0;
}
.aboutUs__content .list .item:hover .item-icon {
  transform: scaleX(-1);
}
.aboutUs__content .list .item:hover .item-icon .icon {
  transform: scaleX(-1);
}
.aboutUs__content .list .item-icon {
  box-shadow: 0px 7px 32px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 10px;
  transition: all 0.3s;
}
@media screen and (max-width: 479.98px) {
  .aboutUs__content .list .item-icon {
    height: 33px;
  }
}
.aboutUs__content .list .item-icon .icon {
  color: #fff;
}
.aboutUs__content .list .item-content .title {
  font-size: 16px;
}
.aboutUs__content .list .item-content .subtitle {
  font-size: 14px;
}
@media screen and (max-width: 991.98px) {
  .aboutUs__btn {
    text-align: center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .aboutUs__btn {
    margin-bottom: 30px;
  }
}

.banner-wrapper .banner {
  background-image: url(".././images/background/bg-section-12.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}
.banner-wrapper .banner__content {
  width: 500px;
  position: absolute;
  top: 20%;
  right: 50px;
  text-align: center;
  color: #fff;
  z-index: 99;
}
@media screen and (max-width: 991.98px) {
  .banner-wrapper .banner__content {
    width: auto;
    padding: 0 15px;
    right: auto;
  }
}
.banner-wrapper .banner__content .title {
  font-weight: 800;
}
.banner-wrapper .banner__content .text {
  margin: 20px 0;
}

.blog .index-widget-header {
  justify-content: center;
  margin-bottom: 60px;
}
.blog .index-widget-header__title-en {
  right: 55%;
}

.brand {
  position: relative;
  background-color: #eec044;
  padding: 15px;
  border-radius: 20px;
}
.brand:before {
  content: "";
  background: #1a8916;
  position: absolute;
  width: 50%;
}
.brand__slider .brand-card__img {
  width: 110px;
  height: 110px;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  .brand__slider .brand-card__img {
    width: 80px;
    height: 80px;
  }
}
.brand__slider .brand-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991.98px) {
  .brand__content {
    margin-top: 15px;
  }
}

.product-card {
  text-align: center;
}
.product-card:hover .product-card__img:before {
  animation: shine 1.3s;
}
.product-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  padding: 0;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.product-card__img:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 42%;
  height: 100%;
  transform: skewX(-25deg);
  z-index: 2;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.product-card__img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.product-card__title {
  color: #000;
  font-size: 16px;
  font-weight: 800;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.blog-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 991.98px) {
  .blog-card {
    margin-bottom: 30px;
  }
}
.blog-card:hover .blog-card__info {
  background-color: #1a8916;
  color: #fff;
}
.blog-card:hover .blog-card__info:before {
  transform: scale(1, 1);
  transform-origin: left center;
}
.blog-card:hover .card-title .text {
  color: #fff;
}
.blog-card:hover .blog-card__img:before {
  transform: scaleY(1);
}
.blog-card img {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
}
.blog-card .blog-card__img {
  position: relative;
  display: block;
  height: 250px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .blog-card .blog-card__img {
    height: 215px;
  }
}
.blog-card .blog-card__info {
  position: relative;
  text-align: center;
  padding: 0.75rem 1.25rem;
  transition: all 500ms ease;
}
.blog-card .blog-card__info:before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: var(--agriox-base, #f1cf69);
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0, 1);
  transition: transform 500ms ease;
  transform-origin: right center;
}
.blog-card .card-title {
  z-index: 10;
  font-size: 17px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 350ms ease-in-out;
  height: 50px;
  line-height: 1.5;
  margin: 0;
}
.blog-card .card-title .text {
  color: #000;
  transition: all 500ms ease;
}

.category-card {
  text-align: center;
}
.category-card__img {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  padding: 0;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  transition: all 0.5s ease-in-out;
  position: relative;
  color: #bbb;
  font-size: 16px;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .category-card__img {
    width: 230px;
    height: 230px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .category-card__img {
    width: 210px;
    height: 210px;
  }
}
.category-card__img:before, .category-card__img:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  border: 2px solid #1a8916;
  border-color: transparent #1a8916;
  transition: all 0.3s;
}
.category-card__img:hover:before {
  transform: rotate(45deg);
  border-width: 10px;
}
.category-card__img:hover:after {
  transform: rotate(-45deg);
  border-width: 10px;
}
.category-card__img:hover .overlay {
  opacity: 0.8 !important;
}
.category-card__img .image-holder {
  position: relative;
}
.category-card__img .image-holder .overlay {
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}
.category-card__img .img-holder-inner {
  width: 210px;
  height: 210px;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .category-card__img .img-holder-inner {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .category-card__img .img-holder-inner {
    width: 180px;
    height: 180px;
  }
}
.category-card__img img {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-card__title {
  color: #000;
  font-size: 18px;
  font-weight: 800;
}

/*# sourceMappingURL=index.css.map */
