.home_category {
  background-color: var(--bg2);
  padding: 9rem 0 5.5rem;
  overflow: hidden;
}
.home_category .head {
  max-width: 78.3rem;
}
.home_category p {
  max-width: 71.9rem;
  margin-top: 2rem;
}
.home_category .swiper_btns {
  margin-bottom: 0.7rem;
}
.home_category .home_category_swiper {
  margin-top: 3.3rem;
}
.home_category .home_category_swiper .swiper-slide {
  max-width: 40.5rem;
}
.home_category .product_list .active i::after {
  transform: rotate(0);
}
.home_category .product_list .bg {
  opacity: 1;
}
.home_category .product_list i::after {
  transform: rotate(-45deg);
}
.home_category .product_list .img {
  padding-bottom: 96.22753%;
}
.home_category .product_list .bd_active::after {
  right: -1px;
}
.home_category p.center:has(.btn) {
  max-width: unset;
  margin-top: 2.7rem;
}
.home_category p.center:has(.btn) .btn {
  gap: 2.1rem;
  padding-left: 3.9rem;
}
.home_applications {
  padding: 13.5rem 0 10.2rem;
  overflow: hidden;
}
.home_applications .lt {
  flex: 1;
  max-width: 100.6rem;
  overflow: hidden;
  width: 100%;
  padding-bottom: 3.8rem;
}
.home_applications .head {
  max-width: 62.7rem;
}
.home_applications .rt {
  width: 39.8551%;
  margin-right: -19.71%;
}
.home_applications .main {
  margin-top: 6rem;
}
.home_applications .main .intro {
  width: 39.7614%;
  margin-top: 2.9%;
}
.home_applications .main .nav {
  flex: 1;
  max-width: 50.7rem;
  width: 100%;
}
.home_applications .home_applications_img_swiper {
  border-radius: 2.7rem 0 0 2.7rem;
  overflow: hidden;
}
.home_applications .home_applications_img_swiper .img {
  padding-bottom: 129.454545%;
}
.home_applications .home_applications_img_swiper .img:hover img {
  transform: scale(1.02);
}
.home_applications .home_applications_swiper {
  overflow: hidden;
  border-radius: 2.7rem 2.7rem 0 0;
}
.home_applications .home_applications_swiper .img {
  border-radius: 2.7rem;
  padding-bottom: 70.5%;
}
.home_applications .home_applications_swiper .img:hover img {
  transform: scale(1.02);
}
.home_applications .home_applications_swiper p {
  margin-top: 3.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_applications .nav_item {
  position: relative;
  display: grid;
  grid-template-columns: 11.83% 1fr 5.72%;
  align-items: center;
  font-size: 3rem;
  font-weight: 500;
  color: #a0aeb5;
  cursor: pointer;
  transition: all 0.3s;
  border-bottom: 1px solid #dbdddd;
  gap: 8.6785%;
  padding: 3rem 0 2.6rem;
  letter-spacing: 0.075rem;
}
.home_applications .nav_item::after {
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: '';
  background-color: var(--secondary);
}
.home_applications .nav_item.active {
  color: var(--title);
}
.home_applications .nav_item.active .icon,
.home_applications .nav_item.active i {
  filter: unset;
}
.home_applications .nav_item.active::after {
  width: 100%;
  transition: width 5s linear;
}
.home_applications .nav_item span {
  margin-bottom: 0.9rem;
}
.home_applications .nav_item .icon {
  padding-bottom: 100%;
  transition: all 0.3s;
  filter: contrast(0) brightness(1.3);
}
.home_applications .nav_item i {
  display: block;
  content: '';
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url("../img/arrow-r-b.svg") no-repeat center / contain;
  filter: contrast(0) brightness(1.3);
}
.home_applications .btn_i {
  margin-top: 3.8rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .home_applications .rt {
    margin-right: -5%;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .home_category .home_category_swiper .swiper-slide {
    max-width: 36rem;
  }
  .home_applications .rt {
    margin-right: -10%;
  }
  .home_applications .nav_item {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .home_category {
    padding: 50px 0;
  }
  .home_category .swiper_btns {
    margin-bottom: 0;
  }
  .home_category .home_category_swiper {
    margin-top: 30px;
  }
  .home_category .home_category_swiper .swiper-slide {
    max-width: 300px;
  }
  .home_category p.center:has(.btn) {
    margin-top: 40px;
  }
  .home_category p.center:has(.btn) .btn {
    gap: 12px;
    padding-left: 20px;
  }
  .home_applications {
    padding: 50px 0;
  }
  .home_applications .lt {
    padding: 0;
  }
  .home_applications .rt {
    margin: 0;
    width: 30%;
  }
  .home_applications .main {
    margin-top: 30px;
  }
  .home_applications .main .intro {
    margin: 0;
  }
  .home_applications .home_applications_img_swiper {
    border-radius: 10px;
  }
  .home_applications .home_applications_swiper {
    border-radius: 10px 10px 0 0;
  }
  .home_applications .home_applications_swiper .img {
    border-radius: 10px;
  }
  .home_applications .home_applications_swiper p {
    margin-top: 20px;
  }
  .home_applications .nav_item {
    grid-template-columns: 40px 1fr 14px;
    gap: 14px;
    font-size: 14px;
    letter-spacing: unset;
    padding: 12px 0;
  }
  .home_applications .nav_item span {
    margin-bottom: 0;
  }
  .home_applications .btn_i {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .home_applications .lt,
  .home_applications .rt,
  .home_applications .main .intro {
    width: 100%;
  }
}
