/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- 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 ----------------------------------*/
.index-sec {
  margin-bottom: 45px;
  /* index sec category */
  /* index sec popular product */
  /* index sec blog */
}
.index-sec .row .main-btn {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 50px;
}
.index-sec.category {
  position: relative;
  margin-bottom: 80px;
}
.index-sec.category .category-wrapper:first-of-type {
  transform: translateY(30px);
}
.index-sec.category .category-wrapper:last-of-type {
  transform: translateY(-30px);
}
.index-sec.popular-product {
  position: relative;
  padding: 30px 20px 60px 20px;
  background-color: #3b3c44;
  border-top: 8px solid #f4c722;
  border-bottom: 8px solid #f4c722;
  overflow: hidden;
  z-index: 2;
  /* popular product before */
  /* popular product after */
}
.index-sec.popular-product:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: url("../images/background/popular-product.webp");
  background-size: 1160px;
  background-position: top center;
  background-repeat: repeat;
  opacity: 0.1;
}
.index-sec.popular-product:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(to top, #3b3c44 75%, transparent);
}
.index-sec.blog {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991.98px) {
  .index-sec .row .main-btn {
    width: 40px;
    font-size: 18px;
    padding: 11px;
  }
  .index-sec.category .category-wrapper:last-of-type {
    transform: translateY(10px);
  }
}
@media only screen and (max-width: 575.98px) {
  .index-sec .row .main-btn {
    position: relative;
    inset: auto;
    margin-left: 20px;
  }
  .index-sec.category .category-wrapper:last-of-type, .index-sec.category .category-wrapper:first-of-type {
    transform: none;
  }
}

/* index sec */
/* --------------------------------------------------------------- main slider --------------------------------------------------------------- */
.mainSlider:not(.owl-loaded) {
  display: block !important;
  aspect-ratio: 1283/504;
  overflow: hidden;
}
@media only screen and (max-width: 1399.98px) {
  .mainSlider:not(.owl-loaded) {
    aspect-ratio: 1103/433;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mainSlider:not(.owl-loaded) {
    aspect-ratio: 923/363;
  }
}
@media only screen and (max-width: 991.98px) {
  .mainSlider:not(.owl-loaded) {
    aspect-ratio: 683/342;
  }
}
@media only screen and (max-width: 767.98px) {
  .mainSlider:not(.owl-loaded) {
    aspect-ratio: 2/1;
  }
}
@media only screen and (max-width: 575.98px) {
  .mainSlider:not(.owl-loaded) {
    aspect-ratio: 3/2;
  }
}

.mainSlider:not(.owl-loaded) .owl-item:not(:first-child) {
  display: none;
}

.mainSlider:not(.owl-loaded) .owl-item img {
  height: 100%;
}

.custom-owl-nav {
  position: relative;
  /* custom owl nav hover */
  /* custom owl nav owl nav */
}
.custom-owl-nav:hover .owl-nav .owl-prev,
.custom-owl-nav:hover .owl-nav .owl-next {
  opacity: 1;
  transform: translateX(0);
}
.custom-owl-nav .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* owl nav owl prev */
  /* owl nav owl next */
}
.custom-owl-nav .owl-nav .owl-prev,
.custom-owl-nav .owl-nav .owl-next {
  background-color: transparent !important;
  opacity: 0;
  transition: all 300ms linear;
}
.custom-owl-nav .owl-nav .owl-prev span,
.custom-owl-nav .owl-nav .owl-next span {
  font-size: 22px;
  padding: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f4c722;
  color: #3b3c44;
  transition: all 300ms linear;
}
.custom-owl-nav .owl-nav .owl-prev span:hover,
.custom-owl-nav .owl-nav .owl-next span:hover {
  background-color: #3b3c44;
  color: #f4c722;
}
.custom-owl-nav .owl-nav .owl-prev {
  transform: translateX(15px);
}
.custom-owl-nav .owl-nav .owl-next {
  transform: translateX(-15px);
}
@media only screen and (max-width: 767.98px) {
  .custom-owl-nav .owl-nav .owl-prev,
.custom-owl-nav .owl-nav .owl-next {
    transform: none;
    opacity: 1;
  }
  .custom-owl-nav .owl-nav .owl-prev span,
.custom-owl-nav .owl-nav .owl-next span {
    padding: 8px;
    font-size: 18px;
  }
}

/* custom owl nav */
.mainSlider {
  border: 6.5px solid #fff;
  border-radius: calc(30px * 1.2);
  box-shadow: #67676729 0 7px 29px 0;
  overflow: hidden;
  /* main slider owl dots */
  /* main slider link */
}
.mainSlider .owl-dots {
  position: absolute;
  bottom: 8px;
  width: 100%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* owl dots owl dot */
}
.mainSlider .owl-dots .owl-dot {
  background-color: transparent !important;
}
.mainSlider .owl-dots .owl-dot.active span {
  width: 8px;
  height: 8px;
  background-color: #f4c722;
}
.mainSlider .owl-dots .owl-dot span {
  width: 25px;
  height: 5px;
  background-color: #e0e0e0;
  border-radius: 10px;
  transition: all 300ms linear;
}
.mainSlider__link {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  .mainSlider {
    border-width: 4.5px;
  }
}

/* main slider */
.main-slider {
  position: relative;
  min-height: 450px;
  padding-top: 40px;
  z-index: 2;
  /* main slider bg */
}
.main-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 61%;
  filter: brightness(0.2);
}
@media only screen and (max-width: 991.98px) {
  .main-slider {
    min-height: 350px;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-slider {
    min-height: 250px;
  }
}
@media only screen and (max-width: 575.98px) {
  .main-slider {
    min-height: 150px;
  }
}

/* main slider */
.index-widget-header {
  position: relative;
  padding: 10px 40px 10px 15px;
  margin-bottom: 15px;
  /* index widget header title */
}
.index-widget-header__title {
  font-family: "estedad";
  position: relative;
  display: inline-flex;
  font-size: 26px;
  font-weight: 800;
  color: #060707;
  padding-bottom: 10px;
  padding-left: 80px;
}
.index-widget-header__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: linear-gradient(to left, #060707, #060707, transparent 85%);
}
@media only screen and (max-width: 767.98px) {
  .index-widget-header {
    padding-right: 25px;
    margin-bottom: 10px;
  }
  .index-widget-header__title {
    font-size: 22px;
  }
}

/* index widget header */
.about-us {
  /* about us active */
  /* about us wrapper */
  /* about us image */
  /* about us content */
  /* about us title */
  /* about us text */
}
.about-us.active .about-us__image {
  opacity: 1;
  transform: translateX(20px) translateY(-40px) scale(1);
}
.about-us.active .about-us__title:before {
  width: 80%;
}
.about-us.active .about-us__title span,
.about-us.active .about-us__text,
.about-us.active .about-us__content .main-btn {
  opacity: 1;
  transform: none;
}
.about-us.active .about-us__content .main-btn {
  transition-delay: 0ms;
}
.about-us__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.about-us__image {
  position: relative;
  width: 36%;
  padding-left: 40px;
  opacity: 0;
  transform: translateX(0) translateY(40px) scale(0.9);
  transition-delay: 400ms;
  transition: all 680ms ease;
}
.about-us__content .main-btn {
  display: flex;
  max-width: 50px;
  margin-right: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: all 550ms ease;
  transition-delay: 1500ms !important;
}
.about-us__title {
  font-family: "estedad";
  position: relative;
  font-size: 32px;
  font-weight: 800;
  transform: translateX(70px);
  padding-bottom: 10px;
  margin-bottom: 15px;
  overflow: hidden;
}
.about-us__title span {
  transform: translateY(100%);
  opacity: 0;
  transition: all 350ms ease;
}
.about-us__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(to left, #f4c722, #f4c722, transparent 85%);
  transition: all 350ms ease;
  transition-delay: 900ms;
}
.about-us__text {
  font-size: 15px;
  color: #6e6e6e;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 15px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 550ms ease;
  transition-delay: 1250ms;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 9;
}
@media only screen and (max-width: 767.98px) {
  .about-us__wrapper {
    flex-wrap: wrap;
  }
  .about-us__image {
    display: none;
  }
  .about-us__title {
    transform: none;
    font-size: 24px;
  }
  .about-us__content .main-btn {
    max-width: 40px;
    font-size: 18px;
    padding: 11px;
  }
}

/* about us */
.popular-product {
  /* popular product title */
}
.popular-product .product-card {
  position: relative;
  box-shadow: none;
  z-index: 2;
}
.popular-product .product-card:hover {
  box-shadow: 0 0 30px -10px #fff;
}
.popular-product__title {
  font-family: "estedad";
  font-size: 30px;
  font-weight: 750;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  /* title before and after */
}
.popular-product__title:before, .popular-product__title:after {
  content: "\e989";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.popular-product .productSlider {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 575.98px) {
  .popular-product__title {
    font-size: 25px;
    text-align: center;
    gap: 10px;
  }
}

/* popular product */
.category-card {
  position: relative;
  display: block;
  border: 7.5px solid #fff;
  border-radius: 1.1pc;
  box-shadow: none;
  overflow: hidden;
  transition: all 300ms linear;
  /* category card before */
  /* category card img */
  /* category card img */
  /* category card title */
}
.category-card:before {
  content: "";
  position: absolute;
  bottom: -75px;
  right: -30px;
  width: 107%;
  aspect-ratio: 3/1;
  border-radius: 30px 0 0 0;
  background-color: rgba(244, 199, 34, 0.8);
  backdrop-filter: blur(3px);
  transform: rotate(-8deg);
  transition: all 300ms linear;
}
.category-card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 15px;
}
.category-card:hover:before {
  bottom: -80px;
}
.category-card__img {
  width: 100%;
  transition: all 300ms linear;
}
.category-card__title {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-size: 19px;
  font-weight: 780;
  color: #3b3c44;
}
@media only screen and (max-width: 1399.98px) {
  .category-card:hover:before {
    bottom: -65px;
  }
  .category-card:before {
    bottom: -60px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .category-card:before {
    bottom: -50px;
    right: -20px;
  }
  .category-card__title {
    bottom: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .category-card:before {
    bottom: -40px;
    right: -10px;
  }
  .category-card__title {
    font-size: 15px;
    bottom: 2.5px;
  }
}
@media only screen and (max-width: 575.98px) {
  .category-card:before {
    bottom: -30%;
    right: -5%;
  }
  .category-card__title {
    bottom: 2.5%;
  }
}

/* category card */
.product-card {
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  transition: all 300ms linear;
  /* product card hover */
  /*  product card color wrapper */
  /* product card color */
  /* product card img */
  /* product card title a tag */
}
.product-card:hover .product-card__title a {
  color: #f4c722;
}
.product-card__color-wrapper {
  margin-bottom: 10px;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.product-card__color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background-color: var(--data-color);
}
.product-card__img {
  display: block;
  margin: 0 -10px 10px -10px;
}
.product-card__img img {
  width: 100%;
  box-shadow: none;
  transition: all 300ms linear;
}
.product-card__title a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  line-height: 23px;
  transition: all 300ms linear;
  width: 100%;
  height: 47.5px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767.98px) {
  .product-card__color {
    border-width: 1.5px;
  }
}

/* product card */
.blog-card {
  position: relative;
  /* blog card img */
  /* blog card body */
  /* blog card title */
  /* blog card text */
}
.blog-card:hover .blog-card__img img {
  transform: scale(1.05) translateX(-7px);
}
.blog-card__img {
  display: block;
  width: 80%;
}
.blog-card__img img {
  width: 100%;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  transition: all 300ms linear;
}
.blog-card__body {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 95%;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(3.5px);
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.blog-card__title {
  margin-bottom: 0;
  /* title a tag */
}
.blog-card__title a {
  display: block;
  font-size: 15px;
  color: #333;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 9px;
  transition: all 300ms linear;
  width: 100%;
  height: 45px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-card__title a:hover {
  color: #f4c722;
}
.blog-card__text {
  font-size: 13.5px;
  color: #6e6e6e;
  font-weight: 400;
  line-height: 27px;
  text-align: justify;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* blog card */

/*# sourceMappingURL=index.css.map */
