/*---------------------------------- 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 ----------------------------------*/
/*------------------------------------ section's ------------------------------------*/
.index-sec {
  margin-bottom: 80px;
}

/*------------------------------------ service section ------------------------------------*/
.service-img {
  position: relative;
  text-align: center;
  isolation: isolate;
}
.service-img img {
  width: 110px;
}

/*------------------------------------ blob styles ------------------------------------*/
.popular-product,
.newest-product, .category-sec, .about-us {
  position: relative;
  isolation: isolate;
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .popular-product,
  .newest-product, .category-sec, .about-us {
    margin-top: 0;
  }
}
.popular-product .shape,
.newest-product .shape, .category-sec .shape, .about-us .shape {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  -webkit-filter: blur(130px);
  filter: blur(130px);
}

.category-sec .shape,
.newest-product .shape {
  background: #656061;
  right: 0;
}

.about-us .shape,
.popular-product .shape {
  background: rgba(184, 0, 31, 0.3215686275);
  left: 0;
}

.common-product .product-banner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  isolation: isolate;
  margin-top: -73px;
  overflow: hidden;
}
.common-product .product-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.common-product .product-banner img {
  width: 100%;
  height: 100%;
}
.common-product .swiper-container {
  width: 87%;
  padding: 30px;
  background: #e3e7eb;
  border-radius: 15px;
}
.common-product .banner-wrapper {
  width: 20%;
}

.popular-product .index-widget-header {
  margin-right: 21%;
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .popular-product .index-widget-header {
    margin-right: 26%;
  }
}
@media screen and (max-width: 991.98px) {
  .popular-product .index-widget-header {
    margin-right: 54%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .popular-product .index-widget-header {
    margin-right: 44%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .popular-product .index-widget-header {
    margin-right: 40%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .popular-product .index-widget-header {
    margin-right: 24%;
  }
}
.popular-product .index-widget-header__title:after {
  display: none;
}
.popular-product .index-widget-header__sub-title {
  font-size: 16px;
}
.popular-product .product-banner:before {
  background-color: rgba(110, 8, 11, 0.58);
}
.popular-product .swiper-container {
  margin-right: -90px;
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .popular-product .swiper-container {
    width: 83%;
  }
}
@media screen and (max-width: 991.98px) {
  .popular-product .swiper-container {
    width: 75%;
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .popular-product .banner-wrapper {
    width: 25%;
  }
}
@media screen and (max-width: 991.98px) {
  .popular-product .banner-wrapper {
    width: 51%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .popular-product .banner-wrapper {
    width: 23%;
  }
}

.newest-product .index-widget-header {
  width: 79%;
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .newest-product .index-widget-header {
    width: 74%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .newest-product .index-widget-header {
    width: 56%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .newest-product .index-widget-header {
    width: 60%;
  }
}
.newest-product .index-widget-header__wrapper {
  align-items: flex-start;
}
@media screen and (min-width: 576px) and (max-width: 1199.98px) {
  .newest-product .index-widget-header__wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.newest-product .index-widget-header__title:after {
  display: none;
}
.newest-product .product-banner:before {
  background-color: rgba(64, 64, 65, 0.65);
}
.newest-product .swiper-container {
  margin-left: -90px;
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .newest-product .swiper-container {
    width: 83%;
  }
}
@media screen and (max-width: 991.98px) {
  .newest-product .swiper-container {
    width: 75%;
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .newest-product .banner-wrapper {
    width: 25%;
  }
}
@media screen and (max-width: 991.98px) {
  .newest-product .banner-wrapper {
    width: 51%;
  }
}

.productSlider .swiper-button-next, .productSlider .swiper-button-prev {
  transform: translateY(calc(-50% + 30px));
  opacity: 0;
  pointer-events: none;
  transition: all 300ms linear;
}
.productSlider .swiper-button-next:hover, .productSlider .swiper-button-prev:hover {
  background-color: #212121 !important;
}
.productSlider:hover .swiper-button-next, .productSlider:hover .swiper-button-prev {
  transform: translateY(-50%);
  opacity: 1;
  pointer-events: auto;
}

.mainSwiper {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 991.98px) {
  .mainSwiper {
    height: auto;
  }
}
.mainSwiper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #242424 -10%, transparent 55%);
  pointer-events: none;
  z-index: 2;
}
.mainSwiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.mainSwiper .swiper-pagination {
  display: flex;
  gap: 5px;
  justify-content: center;
  bottom: 20px !important;
}
.mainSwiper .swiper-pagination-bullet {
  width: 9px;
  height: 29px;
  border-radius: 3px;
  background-color: rgb(237.15, 237.15, 237.15);
  opacity: 1;
  transition: all 300ms linear;
}
.mainSwiper .swiper-pagination-bullet:hover {
  background-color: rgb(224.4, 224.4, 224.4);
}
.mainSwiper .swiper-pagination-bullet-active {
  background-color: #B8001F;
}
.mainSwiper__link {
  display: block;
  height: 100%;
}
.mainSwiper__link img {
  height: 100%;
}
@media screen and (max-width: 575.98px) {
  .mainSwiper__link img {
    aspect-ratio: 6/5;
  }
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  .mainSwiper__link img {
    aspect-ratio: 3/2;
  }
}

/* main slider */
.swiper-button-next,
.swiper-button-prev {
  background: rgba(255, 255, 255, 0.46) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9.1px);
  -webkit-backdrop-filter: blur(9.1px);
  border: 1px solid rgba(255, 255, 255, 0.42);
  width: 38px !important;
  height: 38px !important;
  border-radius: 50%;
  color: #212121;
  transition: 0.3s;
}
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #B8001F;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 15px !important;
  height: fit-content;
  font-weight: 500;
  color: #212121;
}

.index-widget-header {
  margin-bottom: 20px;
}
.index-widget-header__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 14px;
  color: #B8001F;
}
.index-widget-header__title:after {
  content: "";
  width: 60px;
  height: 2px;
  border-radius: 10px;
  background-color: #B8001F;
}
.index-widget-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.index-widget-header__sub-title {
  font-weight: 850;
  font-size: 19px;
  color: #333;
}
@media screen and (max-width: 991.98px) {
  .index-widget-header__sub-title {
    font-size: 16px;
  }
}
.index-widget-header__link {
  padding: 0;
  color: rgb(121.6, 121.6, 121.6);
}
.index-widget-header__link:hover {
  color: #B8001F;
}

.about-us {
  position: relative;
  background-size: contain;
  margin: 160px 0;
}
@media screen and (max-width: 991.98px) {
  .about-us {
    margin: 80px 0;
  }
}
.about-us__text {
  margin-bottom: 25px;
  color: rgb(121.6, 121.6, 121.6);
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
}
.about-us__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  background-image: url(.././images/background/border.svg);
  background-position: 66% 6px;
  background-repeat: no-repeat;
  background-size: 88% auto;
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .about-us__wrapper {
    gap: 60px;
    background-size: 82% auto;
  }
}
@media screen and (max-width: 991.98px) {
  .about-us__wrapper {
    background-size: 83% auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .about-us__wrapper {
    gap: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .about-us__wrapper {
    gap: 95px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .about-us__wrapper {
    gap: 25px;
  }
}
.about-us__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  border-radius: 15px;
  box-shadow: none;
  transition: all 300ms linear;
}
@media screen and (max-width: 991.98px) {
  .about-us__item {
    max-width: 78px;
    min-width: 78px;
    text-align: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .about-us__item {
    max-width: 87px;
    min-width: 87px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .about-us__item {
    max-width: 100px;
    min-width: 100px;
  }
}
.about-us__item:hover .about-us__item-icon {
  box-shadow: 0 0 34px -17px #212121;
}
.about-us__item-icon {
  color: #B8001F;
  font-size: 30px;
  background-color: rgb(232.8, 232.8, 232.8);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .about-us__item-icon {
    width: 60px;
    height: 60px;
  }
}
.about-us__item-number {
  color: #333;
  font-weight: 900;
  font-size: 16px;
}
.about-us__item-text {
  color: #333;
  font-weight: 800;
  font-size: 13px;
}
.about-us__image {
  position: relative;
}
.about-us__image:hover::after {
  top: 0;
  left: 0;
}
.about-us__image img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .about-us__image img {
    width: 400px;
    height: 400px;
  }
}

.service {
  background-color: rgba(184, 0, 31, 0.21);
  background-image: url(".././images/background/service.svg");
  padding: 30px 0;
}
@media screen and (max-width: 991.98px) {
  .service {
    padding: 30px 0 10px 0;
  }
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  transition: all 300ms linear;
}
@media screen and (max-width: 991.98px) {
  .service-card {
    margin-bottom: 15px;
  }
}
.service-card:hover {
  border-color: #212121;
}
.service-card__img {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
  isolation: isolate;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
@media screen and (max-width: 991.98px) {
  .service-card__img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }
}
.service-card__img i {
  font-size: 45px;
  color: #fff;
}
.service-card__title {
  margin-bottom: 5px;
  color: #333;
  text-align: center;
  font-weight: 900;
  font-size: 14px;
}
@media screen and (max-width: 991.98px) {
  .service-card__title {
    font-weight: 800;
    font-size: 13px;
  }
}
.service-card__text {
  color: #6e6e6e;
  text-align: justify;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  width: 100%;
  height: 100px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.service-wrapper:first-child .service-card__img {
  background-color: #f7ede1;
  background-image: linear-gradient(45deg, #fa9e5a, #f5a76e);
  box-shadow: 0 0 36px #f3be75;
}
.service-wrapper:nth-child(2) .service-card__img {
  background-color: #E6EEF9;
  background-image: linear-gradient(45deg, #f70c0c, #f3a9a9);
  box-shadow: 0 0 36px #fb8787;
}
.service-wrapper:nth-child(2) .service-card__img img {
  width: 35px;
}
.service-wrapper:nth-child(3) .service-card__img {
  background-color: #DFF8F6;
  background-image: linear-gradient(45deg, #3800fb, #9e9eed);
  box-shadow: 0 0 36px #8383f3;
}
.service-wrapper:nth-child(3) .service-card__img img {
  width: 40px;
}
.service-wrapper:nth-child(4) .service-card__img {
  background-color: #FFEEF0;
  background-image: linear-gradient(45deg, #31b700, #a1ffb5);
  box-shadow: 0 0 36px #83f185;
}

.category-card {
  position: relative;
  display: block;
  border-radius: 20px;
  isolation: isolate;
  overflow: hidden;
}
.category-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #212121);
  pointer-events: none;
}
.category-card:hover .category-card__title,
.category-card:hover .category-card__more {
  transform: translateY(-30px);
}
.category-card__title {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  margin: 0;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 16px;
  transition: all 300ms linear;
}
@media screen and (max-width: 991.98px) {
  .category-card__title {
    font-size: 14px;
    font-weight: 800;
  }
}
.category-card__more {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 12px;
  transition: all 300ms linear;
  transition-delay: 200ms;
}

.common-card {
  display: block;
}
.common-card:hover .common-card__img {
  filter: grayscale(1);
}
.common-card:hover .common-card__content {
  transform: translateY(-20px);
  box-shadow: rgba(0, 0, 0, 0.04) 0 3px 5px;
}
.common-card:hover .common-card__title {
  color: #B8001F;
}
.common-card__img {
  display: block;
  width: 100%;
  transition: all 300ms linear;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.common-card__content {
  padding: 10px 15px;
  background-color: #fff;
  transition: all 300ms linear;
  box-shadow: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.common-card__title {
  display: block;
  margin: 0;
  color: #333;
  font-weight: 800;
  font-size: 14px;
  line-height: 25px;
  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;
}

.colorCategory {
  transition: all 0.3s linear;
}
.colorCategory:hover {
  transform: translateY(-20px);
}
.colorCategory a {
  box-shadow: 0 0 10px #e6e6e6;
  border-radius: 12px;
  background-color: white;
  cursor: pointer;
}
.colorCategory i {
  font-size: 74px;
}
.colorCategory span {
  font-size: 14px;
  font-weight: 500;
  color: black;
}

.colorCategory:nth-of-type(1) i {
  color: #c0c0c0;
}

.colorCategory:nth-of-type(2) i {
  color: #8b0000;
}

.colorCategory:nth-of-type(3) i {
  color: #04502b;
}

.colorCategory:nth-of-type(4) i {
  color: #dad1b6;
}

.colorCategory:nth-of-type(5) i {
  color: #006400;
}

.colorCategory:nth-of-type(6) i {
  color: #e0e0e0;
}

.newCategoryContainer .categoryCol {
  height: fit-content;
  color: #333;
}
.newCategoryContainer .newCategoryName {
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 0 10px #d1d1d1;
  position: absolute;
  bottom: -18px;
  right: 50%;
  transform: translateX(50%);
  background-color: white;
  z-index: 20;
  min-width: 70%;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .newCategoryContainer .newCategoryName {
    font-size: 17px;
    font-weight: 800;
    height: 48px;
    bottom: -24px;
    min-width: 60%;
  }
}
@media (min-width: 1200px) {
  .newCategoryContainer .newCategoryName {
    font-size: 19px;
    font-weight: 900;
    height: 54px;
    bottom: -27px;
  }
}
.newCategoryContainer .newCategory-mainTitle {
  color: #B8001F;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  border-bottom: 1px solid #B8001F;
  padding-bottom: 4px;
  width: fit-content;
}
.newCategoryContainer .newCategory-title {
  font-size: 19px;
  font-weight: 850;
  margin-bottom: 20px;
}
.newCategoryContainer .newCategory-desc {
  font-size: 15px;
  font-weight: 300;
  color: rgb(121.6, 121.6, 121.6);
  margin: 20px 0;
}
.newCategoryContainer .newCategory {
  overflow: hidden;
  border-radius: 16px;
}
.newCategoryContainer .newCategory img {
  transform: scale(1.1);
  transition: 0.3s linear;
}
.newCategoryContainer .newCategory:hover img {
  transform: scale(1);
}

/*# sourceMappingURL=index.css.map */
