.home_products {
  background: url("../img/home-bg1.jpg") no-repeat center / cover;
  padding: 8.5rem 0 8.6rem;
}
.home_products::before {
  border-bottom-style: none;
  border-right-style: none;
  left: 0;
  top: 0;
}
.home_products::after {
  border-top-style: none;
  border-left-style: none;
  right: 0;
  bottom: 3px;
}
.home_products .head {
  color: #fff;
  max-width: 82.5rem;
  margin: 0 auto;
}
.home_products .head p {
  color: rgba(255, 255, 255, 0.75);
}
.home_products p {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 2.5rem;
  font-weight: 300;
}
.home_products .main {
  margin-top: -9.4rem;
}
.home_products .home_products_swiper {
  width: 89.9315068%;
  overflow: hidden;
}
.home_products .home_products_swiper .img {
  --size: 60.929169%;
  width: var(--size);
  padding-bottom: var(--size);
  margin: -4% 0;
  transform: scale(0.9);
}
.home_products .home_products_swiper .img::before {
  width: 84.25%;
  padding-bottom: 84.25%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  background: url("../img/pd-mask.svg") no-repeat center / contain;
}
.home_products .home_products_swiper .info {
  flex: 1;
  color: #fff;
  padding-top: 6%;
}
.home_products .home_products_swiper .info h3 {
  font-size: 3.8rem;
  font-weight: 600;
}
.home_products .home_products_swiper .info p {
  font-size: 1.8rem;
  line-height: 2.5rem;
  opacity: 0.7;
  margin-top: 4.6rem;
}
.home_products .home_products_swiper .info .btn {
  background-color: rgba(255, 255, 255, 0.19);
  margin-top: 2.8rem;
  color: #fff;
  font-weight: 400;
}
.home_products .home_products_swiper .info .btn:hover {
  background-color: var(--primary);
}
.home_products .home_products_nav_swiper {
  height: 38.4rem;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.6rem;
}
.home_products .home_products_nav_swiper .swiper-slide {
  transform: scale(0.6857143);
  /* margin-bottom: -1.1rem; */
  transition: all 0.3s;
  cursor: pointer;
}
.home_products .home_products_nav_swiper .icon {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 50%;
  background-color: #727272;
}
.home_products .home_products_nav_swiper .icon img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.home_products .home_products_nav_swiper .swiper-slide-thumb-active {
  transform: scale(1);
  /* margin-bottom: 1.9rem; */
}
.home_products .home_products_nav_swiper .swiper-slide-thumb-active .icon {
  background-color: var(--primary);
}
.home_products .swiper_box {
  width: 10.5rem;
  margin-right: -2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 2.9rem;
  position: relative;
  padding: 3rem 0;
  margin-top: 5.4%;
}
.home_products .swiper_box::before {
  width: 54.29%;
  height: 100%;
  position: absolute;
  top: 0;
  content: '';
  background-color: #ffffff;
  opacity: 0.1;
  border-radius: 100px;
  pointer-events: none;
}
.home_products .swiper_box .swiper_prev,
.home_products .swiper_box .swiper_next {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  content: '';
  background: url("../img/arrow-t.svg") no-repeat center / contain;
  cursor: pointer;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
.home_products .swiper_box .swiper_prev:hover,
.home_products .swiper_box .swiper_next:hover {
  filter: unset;
}
.home_products .swiper_box .swiper_next {
  transform: rotate(180deg);
}
.home_products .swiper_box .swiper-button-disabled {
  opacity: 0.64;
  pointer-events: none;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .home_products .swiper_box {
    margin-right: 0;
  }
  .home_products .home_products_swiper {
    width: 88%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home_products .home_products_swiper {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .home_products {
    padding: 4rem 0;
    margin-bottom: 1rem;
  }
  .home_products .head {
    max-width: unset;
  }
  .home_products .main {
    margin-top: 2rem;
    flex-direction: column-reverse;
  }
  .home_products .home_products_swiper {
    width: 100%;
  }
  .home_products .home_products_swiper .img {
    --size: 100%;
    margin: -2rem 0;
  }
  .home_products .home_products_swiper .info {
    padding: 0;
    max-width: unset;
  }
  .home_products .home_products_swiper .info h3 {
    font-size: 18px;
  }
  .home_products .home_products_swiper .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_products .home_products_swiper .info .btn {
    margin-top: 20px;
  }
  .home_products .swiper_box {
    width: 100%;
    padding: 0 20px;
    gap: 1rem;
    flex-direction: row;
    max-width: 444px;
    margin: 0 auto;
  }
  .home_products .swiper_box::before {
    width: 100%;
    height: 60%;
    top: unset;
    left: 0;
  }
  .home_products .swiper_box .swiper_prev,
  .home_products .swiper_box .swiper_next {
    width: 14px;
    height: 6px;
    transform: rotate(-90deg);
  }
  .home_products .swiper_box .swiper_next {
    transform: rotate(90deg);
  }
  .home_products .home_products_nav_swiper {
    height: unset;
    margin: 0;
    width: 80%;
  }
  .home_products .home_products_nav_swiper .swiper-slide {
    width: 3rem;
    margin-bottom: 0;
    transform-origin: center;
    margin-right: 16px;
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .home_products .home_products_swiper .img {
    --size: 48%;
  }
}
