/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- line text ----------------------------------*/
/*---------------------------------- text gradient ----------------------------------*/
/*---------------------------------- glass effect ----------------------------------*/
/*---------------------------------- card shadow ----------------------------------*/
/*---------------------------------- font icon ----------------------------------*/
/*---------------------------------- overlay ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- line ----------------------------------*/
/*---------------------------------- background image ----------------------------------*/
/*---------------------------------- fade background ----------------------------------*/
/*---------------------------------- scroll bar ----------------------------------*/
/*---------------------------------- media query ----------------------------------*/
/*---------------------------------- flex ----------------------------------*/
/*---------------------------------- Second Language ----------------------------------*/
.index-sec {
  margin-bottom: 45px;
  overflow: hidden;
  /* index sec main slider */
  /* index sec category */
  /* index sec blog */
}
.index-sec.main-slider {
  min-height: 86vh;
}
.index-sec.category {
  overflow: visible;
}
.index-sec.blog {
  position: relative;
  padding: 30px 0;
  overflow: visible;
}
.index-sec.blog .container {
  position: relative;
  z-index: 3;
}
.index-sec.blog .blog__wrapper {
  position: absolute;
  bottom: -150px;
  left: 0;
  z-index: 2;
}
.index-sec.blog .blog__wrapper.active .blog__cover {
  -webkit-mask-position: 100% 0;
  transition: all 2500ms steps(19);
}
.index-sec.blog .blog__img {
  width: 200px;
}
.index-sec.blog .blog__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/background/footer-background.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask-image: url("../images/background/footer-mask.webp");
  -webkit-mask-position: 0 0;
  -webkit-mask-size: cover;
  transition: all 50ms steps(19);
}
.index-sec.blog .blog-button-wrapper {
  text-align: left;
}
.index-sec.blog .blog-button-wrapper .main-btn {
  padding: 14px 20px;
}
@media only screen and (max-width: 1399.98px) {
  .index-sec.main-slider {
    min-height: 74vh;
  }
}
@media only screen and (max-width: 1199.98px) {
  .index-sec.main-slider {
    min-height: 63vh;
  }
}
@media only screen and (max-width: 991.98px) {
  .index-sec.main-slider {
    min-height: 36vh;
  }
  .index-sec.product-section {
    margin: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .index-sec.main-slider {
    min-height: 22vh;
  }
}

/* index sec */
.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  /* owl carousel owl dots owl dot */
}
.owl-carousel .owl-dots .owl-dot {
  background-color: transparent !important;
  /* owl dot active span */
  /* owl dot span */
}
.owl-carousel .owl-dots .owl-dot.active span:before {
  background-color: #00278f;
}
.owl-carousel .owl-dots .owl-dot.active span:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-color: #00278f;
}
.owl-carousel .owl-dots .owl-dot span {
  position: relative;
  width: 12px;
  height: 12px;
  background-color: transparent !important;
  margin: 0;
  /* span before */
  /* span after */
}
.owl-carousel .owl-dots .owl-dot span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 50%;
  height: 50%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #bfbfbf;
  transition: all 300ms linear;
}
.owl-carousel .owl-dots .owl-dot span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 300ms linear;
}

/* owl carousel owl dots */
.owl-carousel {
  /* owl carousel hover */
  /* owl carousel owl nav */
}
.owl-carousel:hover .owl-nav .owl-prev span,
.owl-carousel:hover .owl-nav .owl-next span {
  opacity: 1;
  transform: translateX(0px);
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* owl nav owl prev and owl next */
  /* owl nav owl prev span */
  /* owl nav owl next span */
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  background-color: transparent !important;
  /* owl prev and owl next span */
}
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
  display: flex;
  color: #fff;
  opacity: 0;
  border: 2px solid #fff;
  padding: 12px;
  border-radius: 50%;
  transition: all 300ms linear;
  /* span hover */
}
.owl-carousel .owl-nav .owl-prev span:hover,
.owl-carousel .owl-nav .owl-next span:hover {
  border-color: #0035c2;
  color: #00278f;
}
.owl-carousel .owl-nav .owl-prev span {
  transform: translateX(40px);
}
.owl-carousel .owl-nav .owl-next span {
  transform: translateX(-40px);
}
@media only screen and (max-width: 767.98px) {
  .owl-carousel .owl-nav {
    top: 45%;
  }
  .owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
    opacity: 1;
    transform: none;
    font-size: 10px;
    padding: 10px;
  }
}

/* owl carousel */
.mainSlider {
  position: relative;
  /* main slider link */
}
.mainSlider__link {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  /* link img */
}
.mainSlider__link img {
  width: 100%;
}

/* main slider */
.main-slider {
  position: relative;
  overflow: visible !important;
  /* main slider img */
}
.main-slider__img {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 250px;
  filter: brightness(0.9);
}

/* main slider */
.index-widget-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  /* index widget header has line before */
  /* index widget header title */
  /* index widget header button wrapper */
  /* index widget header main btn */
}
.index-widget-header.has-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  border: 1px solid #f2f2f2;
}
.index-widget-header.has-line .index-widget-header__title {
  padding: 0 30px 0 15px;
  background: #fdfdfd;
}
.index-widget-header__title {
  position: relative;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 800;
  color: #333;
  /* title before */
}
.index-widget-header__title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #00278f;
}
.index-widget-header__button-wrapper {
  position: relative;
  padding-right: 15px;
  background: #fdfdfd;
}
.index-widget-header .main-btn {
  font-size: 15px;
}

/* index widget header */
.product-section {
  position: relative;
  padding: 50px 0;
  /* product section before */
  /* product section widget banner */
}
.product-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border-radius: 0 25pc 2pc 0;
  background-color: #efefef;
}
.product-section .index-widget-header__button-wrapper {
  background-color: #efefef;
}
.product-section .index-widget-header__button-wrapper .main-btn {
  border-color: #d9d9d9;
}
.product-section .index-widget-header__button-wrapper .main-btn:before {
  background-color: #d6d6d6;
}
.product-section .index-widget-header:before {
  background-color: #d9d9d9;
}
.product-section .widget-banner {
  position: relative;
  height: 93%;
  border-radius: 10pc 10pc 10px 10px;
  overflow: hidden;
  /* widget banner before */
  /* widget banner img */
  /* widget banner title */
}
.product-section .widget-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: 0.35;
}
.product-section .widget-banner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-section .widget-banner__title {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  padding: 15px 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  background-color: #00278f;
  box-shadow: none;
  transition: all 300ms linear;
  /* title hover */
}
.product-section .widget-banner__title:hover {
  transform: translateX(-50%) translateY(-8px);
  box-shadow: 0 2pc 6.5pc #121212;
}
.product-section .productSlider .owl-nav {
  top: 40%;
}

/* product section */
.about-us {
  position: relative;
  padding: 50px 0;
  margin: 0;
  /* about us before */
  /* about us wrapper */
  /* about us text */
  /* about us main btn */
  /* about us img */
}
.about-us:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background-color: #fff9e9;
  border-radius: 25pc 0 0 2pc;
}
.about-us .index-widget-header__title {
  background-color: #fff9e9 !important;
}
.about-us__wrapper {
  position: relative;
  padding-left: 20px;
}
.about-us__text {
  font-size: 14.5px;
  font-weight: 400;
  color: #737373;
  text-align: justify;
  line-height: 32px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 10;
}
.about-us .main-btn {
  display: flex;
  padding: 14px;
  max-width: 135px;
  margin-right: auto;
}
.about-us__img {
  position: relative;
  /* img active */
  /* img main */
  /* img cover */
}
.about-us__img.active .cover {
  -webkit-mask-position: 100% 0;
  transition: all 3500ms steps(29);
}
.about-us__img .main {
  width: 100%;
  border-radius: calc(10px * 3 );
}
.about-us__img .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: calc(10px * 3 );
  background-image: url("../images/index/about-us.webp");
  background-position: center;
  background-size: cover;
  -webkit-mask-image: url("../images/index/about-us-mask.webp");
  -webkit-mask-size: cover;
  -webkit-mask-position: 0 0;
  transition: all 100ms steps(29);
}
@media only screen and (min-width: 992px) {
  .about-us .index-widget-header__title,
.about-us .index-widget-header__button-wrapper {
    background-color: #fff9e9 !important;
  }
  .about-us .index-widget-header:before,
.about-us .index-widget-header__button-wrapper .main-btn {
    border-color: #ffecb6;
  }
  .about-us .index-widget-header__button-wrapper .main-btn:before {
    background-color: #fff3cf;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-us__img .main {
    border-radius: calc(10px * 2);
  }
}
@media only screen and (max-width: 575.98px) {
  .about-us__img .main {
    border-radius: calc(10px * 1.5);
  }
}

/* about us */
.category-card {
  position: relative;
  display: flex;
  transition: all 300ms linear;
  /* category card hover */
  /* category card img */
  /* category card title */
  /* category card query */
}
.category-card:hover {
  /* hover category card title */
}
.category-card:hover .category-card__img {
  box-shadow: none;
  filter: none;
}
.category-card:hover .category-card__img:before {
  opacity: 0.4;
}
.category-card:hover .category-card__title {
  bottom: -18px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.category-card__img {
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  border-radius: 10pc 10pc 10px 10px;
  transition: all 300ms linear;
  overflow: hidden;
}
.category-card__img img {
  width: 100%;
}
.category-card__title {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 25px 20px;
  color: #333;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  line-height: 2px;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  transition: all 300ms linear;
  width: 90%;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 575.98px) {
  .category-card__title {
    bottom: 10px;
    padding: 15px 10px;
    font-size: 13px;
  }
}

/* category card */
.product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  /* product card hover */
  /* product card img */
  /* product card title */
}
.product-card:hover {
  /* hover product card title */
}
.product-card:hover .product-card__title {
  color: #00278f;
}
.product-card:hover .product-card__img:before {
  opacity: 0.28;
}
.product-card__img {
  border-radius: 10px;
  overflow: hidden;
}
.product-card__img img {
  width: 100%;
}
.product-card__title {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  line-height: 26px;
  transition: all 300ms linear;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* product card */
.blog-card {
  /* blog card img wrapper */
  /* blog card img */
  /* blog card time */
  /* blog card title */
}
.blog-card__img-wrapper {
  position: relative;
  margin-bottom: 15px;
  /* img wrapper main btn */
}
.blog-card__img-wrapper .main-btn {
  position: absolute !important;
  bottom: -18px;
  left: 15px;
  border: none;
  box-shadow: 0 4px 9px -2px rgba(18, 18, 18, 0.2);
  background-color: #fdfdfd;
  /* main btn hover */
}
.blog-card__img-wrapper .main-btn:hover {
  transform: scale(1.1) translateY(-5px);
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.blog-card__img {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  /* img hover */
}
.blog-card__img:hover:before {
  opacity: 0.28;
}
.blog-card__img img {
  width: 100%;
}
.blog-card__time {
  font-size: 13px;
  font-weight: 400;
  color: #f7b801;
  margin-bottom: 8px;
}
.blog-card__title {
  margin: 0;
  line-height: 22px;
}
.blog-card__title a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  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;
  /* a tag hover */
}
.blog-card__title a:hover {
  color: #00278f;
}

/* blog card */

/*# sourceMappingURL=index.css.map */
