body main {
  padding: 0;
}

.home-swiper {
  position: relative;
}
.home-swiper .swiper-slide {
  position: relative;
  padding-top: 50.1525940997%;
}
@media screen and (max-width: 767px) {
  .home-swiper .swiper-slide {
    padding-top: 0;
    height: 100vh;
  }
}
.home-swiper .swiper-slide img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .home-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
}
.home-swiper .swiper-slide video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .home-swiper .swiper-slide video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.home-swiper .swiper-slide .content {
  max-width: 1200px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 380px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1800px) {
  .home-swiper .swiper-slide .content {
    bottom: 300px;
  }
}
@media screen and (max-width: 1600px) {
  .home-swiper .swiper-slide .content {
    bottom: 200px;
  }
}
@media screen and (max-width: 1400px) {
  .home-swiper .swiper-slide .content {
    bottom: 180px;
  }
}
@media screen and (max-width: 1200px) {
  .home-swiper .swiper-slide .content {
    bottom: 180px;
  }
}
@media screen and (max-width: 992px) {
  .home-swiper .swiper-slide .content {
    bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .home-swiper .swiper-slide .content {
    bottom: 70px;
  }
}
.home-swiper .swiper-slide .content h2 {
  font-family: var(--heading-font);
  font-size: 100px;
  font-weight: 900;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .home-swiper .swiper-slide .content h2 {
    font-size: 90px;
  }
}
@media screen and (max-width: 992px) {
  .home-swiper .swiper-slide .content h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .home-swiper .swiper-slide .content h2 {
    font-size: 60px;
  }
}
.home-swiper .swiper-slide .content h3 {
  font-family: var(--heading-font);
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .home-swiper .swiper-slide .content h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 992px) {
  .home-swiper .swiper-slide .content h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home-swiper .swiper-slide .content h3 {
    font-size: 22px;
  }
}
.home-swiper .swiper-button-next.circle-next,
.home-swiper .swiper-button-prev.circle-prev {
  --swiper-navigation-color: #fff;
  color: #fff;
}
.home-swiper .swiper-button-next.circle-next {
  right: 15px;
}
.home-swiper .swiper-button-prev.circle-prev {
  left: 15px;
}
.home-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.bg-gary {
  background: #e6e6e6;
  padding: 100px 0;
}

.bg-black {
  background: #040000;
  padding: 100px 0;
}

.product-slide {
  background-color: #fff;
  color: #444;
  text-decoration: none;
  padding: 30px 0px;
  border: 1px #fff solid;
  transition: all 5.3s;
}
.product-slide:hover {
  border: 1px #ccc solid;
}
.product-slide:hover figure img {
  transform: scale(1.05);
}
.product-slide:hover h4 {
  color: #000;
}
.product-slide h4 {
  font-size: 18px;
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
  line-height: 25px;
  max-height: 75px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .product-slide h4 {
    font-size: 16px;
  }
}
.product-slide figure {
  padding-top: 75.9894459103%;
  position: relative;
  margin: 30px 0;
  overflow: hidden;
}
.product-slide figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.5s;
}
.product-slide img {
  max-width: 100%;
}

.swiper-button-next.circle-next,
.swiper-button-prev.circle-prev {
  --swiper-navigation-color: #000;
  color: #000;
  z-index: 2;
}
@media (max-width: 767px) {
  .swiper-button-next.circle-next,
  .swiper-button-prev.circle-prev {
    display: none;
  }
}

.swiper-button-next.circle-next {
  right: 15px;
}
@media (max-width: 1200px) {
  .swiper-button-next.circle-next {
    right: 10px;
  }
}

.swiper-button-prev.circle-prev {
  left: 15px;
}
@media (max-width: 1200px) {
  .swiper-button-prev.circle-prev {
    left: 10px;
  }
}

.wp {
  max-width: 1200px;
  padding: 0 30px;
  margin: auto;
  position: relative;
}

.wp-full {
  padding: 0 80px;
  margin: auto;
  position: relative;
}
@media (max-width: 1200px) {
  .wp-full {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .wp-full {
    padding: 0 40px;
  }
}

.product-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 520px) {
  .product-section {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.product-section .item {
  display: block;
  width: calc(50% - 10px);
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .product-section .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .product-section .item {
    width: 100%;
  }
}
.product-section .item a {
  padding-top: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.product-section .item a:hover img {
  transform: scale(1.05);
}
.product-section .item a:hover:before {
  opacity: 0.3;
}
.product-section .item a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  background: #000;
  transition: all 0.5s;
}
.product-section .item a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s;
}
.product-section .item a .text {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 3;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
}
.product-section .item a .text h4 {
  flex: 1 0 0%;
  display: flex;
  flex-direction: column;
  flex-basis: auto;
  justify-content: center;
  font-size: 30px;
  text-align: center;
  line-height: 45px;
  font-weight: 900;
}
@media (min-width: 600px) and (max-width: 991px) {
  .product-section .item a .text h4 {
    font-size: 25px;
    line-height: 35px;
  }
}
.product-section .item a .more {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
}

.product-full {
  overflow: hidden;
}
.product-full .product2 {
  overflow: visible;
  max-width: 900px;
}
@media (min-width: 600px) {
  .product-full .swiper-slide {
    opacity: 0.3;
  }
}
.product-full .swiper-slide.swiper-slide-prev, .product-full .swiper-slide.swiper-slide-next, .product-full .swiper-slide.swiper-slide-active {
  opacity: 1;
}
@media (max-width: 992px) {
  .product-full .swiper-slide.swiper-slide-prev, .product-full .swiper-slide.swiper-slide-next {
    opacity: 0.3;
  }
}
@media (max-width: 766px) {
  .product-full .swiper-slide {
    opacity: 1;
  }
  .product-full .swiper-slide.swiper-slide-prev, .product-full .swiper-slide.swiper-slide-next {
    opacity: 1;
  }
}
.product-full .swiper-button-next.circle-next {
  right: 10%;
}
@media (max-width: 1200px) {
  .product-full .swiper-button-next.circle-next {
    right: 30%;
  }
}
@media (max-width: 767px) {
  .product-full .swiper-button-next.circle-next {
    right: 50px;
  }
}
.product-full .swiper-button-prev.circle-prev {
  left: 10%;
}
@media (max-width: 1200px) {
  .product-full .swiper-button-prev.circle-prev {
    left: 30%;
  }
}
@media (max-width: 767px) {
  .product-full .swiper-button-prev.circle-prev {
    left: 50px;
  }
}

.product1,
.product-full .product2 {
  padding-bottom: 40px;
}

.product1-pagination .swiper-pagination-bullet,
.product2-pagination .swiper-pagination-bullet {
  background: #000;
  opacity: 0.3;
}
.product1-pagination .swiper-pagination-bullet-active,
.product2-pagination .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}/*# sourceMappingURL=home.css.map */