.home-banner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f8f8f8;
}
.home-banner__inner {
  position: relative;
  width: 100%;
  min-height: 800px;
}
.home-banner__inner::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  padding: 40px 0;
  box-sizing: border-box;
  background: linear-gradient(0deg, #1b1b14 0%, #0a2f36 56.00000000000001%, #0a3635 100%);
}
.home-banner__content {
  position: relative;
  z-index: 1;
  width: 90%;
  padding: 35px 0;
  max-width: 1400px;
  margin: 0 auto;
}
.home-banner__text-container {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 60px 0 50px;
}
.home-banner__text {
  width: 48%;
  max-width: 643px;
}
.home-banner__title {
  font-weight: bold;
  color: #ffffff;
}
.home-banner__description {
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  margin-top: 40px;
}
.home-banner__stats {
  flex: 1;
}
.home-banner__stats-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.home-banner__stats-item {
  width: 48%;
  text-align: center;
  padding: 10px 0px;
  box-sizing: border-box;
}
.home-banner__stats-number {
  width: auto;
  margin-bottom: 10px;
}
.home-banner__stats-title {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
.home-banner__video {
  width: 100%;
}
.home-banner__videos-content {
  width: 100%;
  /* height: 520px; */
  padding-top: calc(520 / 1400 * 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.home-banner__videos-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.home-banner__videos-icon {
  position: absolute;
  left: 50%;
  top: calc(50% + 50px);
  transform: translate(-50%, -100%);
  /* width: 100px; */
  width: calc(100 / 1400 * 100%);
  height: auto;
  object-fit: contain;
  z-index: 1;
  cursor: pointer;
}
.home-banner__videos-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.home-services {
  width: 100%;
  padding: 50px 0 70px;
  background: #f8f8f8;
}
.home-services__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.home-services__title {
  font-weight: bold;
  color: #0a3635;
  text-align: center;
  margin-bottom: 40px;
}
.home-services__description {
  width: 100%;
  max-width: 1230px;
  font-weight: 400;
  color: #121212;
  line-height: 24px;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
}
.home-services__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home-services__item {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.home-services__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.home-services__item-image {
  width: 40%;
  max-width: 460px;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}
.home-services__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-services__item-text {
  flex: 1;
  padding: 40px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.home-services__item-text::before {
  position: absolute;
  content: '';
  bottom: -147px;
  right: -147px;
  width: 294px;
  height: 294px;
  background: #b0e501;
  border-radius: 50%;
}
.home-services__item-title {
  font-weight: bold;
  color: #121212;
  position: relative;
  z-index: 1;
}
.home-services__item-desc {
  font-weight: 400;
  color: #121212;
  line-height: 24px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.home-services__item-info-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.home-services__item-info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  color: #121212;
}
.home-services__item-info-item img {
  width: 24px;
  height: auto;
  object-fit: contain;
}
.home-services__item-link {
  width: 200px;
  height: 48px;
  line-height: 48px;
  background: #0a3635;
  border-radius: 25px;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 18px;
  position: relative;
  z-index: 1;
}
.home-services__item-link img {
  width: 23px;
  height: auto;
  object-fit: contain;
}

.home-choose {
  width: 100%;
  padding: 70px 0 70px;
  background: linear-gradient(90deg, #1b1b14 0%, #0a2f36 37%, #0a3635 100%);
}
.home-choose__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.home-choose__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.home-choose__top-left {
  flex: 1;
}
.home-choose__title {
  font-weight: bold;
  color: #ffffff;
  text-align: left;
}
.home-choose__top-right {
  width: 60%;
  max-width: 768px;
}
.home-choose__description {
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
}
.home-choose__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
  margin-top: 40px;
}
.home-choose__item {
  width: calc(100% / 3 - 17px);
  max-width: 333px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-choose__item-icon {
  width: 160px;
  margin-bottom: 10px;
}
.home-choose__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.home-choose__item-title {
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 40px;
  text-align: center;
}
.home-choose__item-desc {
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
}

.home-process {
  width: 100%;
  padding: 80px 0 80px;
}
.home-process__content {
  width: 90%;
  margin: 0 auto;
}
.home-process__title {
  font-weight: bold;
  color: #0a3635;
  text-align: center;
  margin-bottom: 80px;
}
.home-process__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
}
.home-process__item {
  width: calc(100% / 5 - 30px);
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.home-process__item::before {
  position: absolute;
  content: '';
  top: 57px;
  left: 88%;
  width: 100px;
  border: 2px solid #0a3635;
}
.home-process__item:last-child::before {
  display: none;
}
.home-process__item-icon {
  width: 137px;
}
.home-process__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.home-process__text {
  padding: 40px 0px 0px;
  box-sizing: border-box;
}
.home-process__item-title {
  font-weight: bold;
  color: #121212;
  text-align: center;
}
.home-process__item-desc {
  font-weight: 400;
  color: #121212;
  line-height: 24px;
  margin-top: 20px;
  text-align: center;
}

.home-application {
  width: 100%;
  padding: 70px 0;
  box-sizing: border-box;
  background: #f8f8f8;
}
.home-application__content {
  width: 100%;
}
.home-application__title {
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
  color: #0a3635;
  text-align: center;
  margin-bottom: 40px;
}
.home-application__description {
  width: 90%;
  max-width: 1103px;
  margin: 0 auto;
  font-weight: 400;
  color: #121212;
  line-height: 24px;
  text-align: center;
  margin-bottom: 50px;
}
.home-application__content {
  width: 100%;
  position: relative;
}
.home-application__swiper-wrapper {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.home-application__swiper-wrapper .my-swiper {
  width: 100%;
  height: auto;
}
.home-application__swiper-wrapper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  height: auto;
}
.home-application__swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  box-sizing: border-box;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-application__swiper-item {
  width: 100%;
  max-width: 398px;
  height: 100%;
  background: #0a3635;
  border-radius: 30px;
}
.home-application__swiper-item-content {
  width: 100%;
  height: 100%;
  padding: 25px 20px 20px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-application__swiper-item-title {
  font-weight: bold;
  color: #b0e501;
  text-align: center;
  margin-bottom: 10px;
}
.home-application__swiper-item-desc {
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.home-application__swiper-item-image {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.home-application__swiper-item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.home-application__swiper-wrapper .swiper-button-prev,
.home-application__swiper-wrapper .swiper-button-next {
  width: 60px;
  height: 60px;
  background: #0a3635;
  border-radius: 50%;
  opacity: 1;
}
.home-application__swiper-wrapper .swiper-button-prev::after,
.home-application__swiper-wrapper .swiper-button-next::after {
  font-size: 24px;
  color: #ffffff;
}
.home-application__swiper-wrapper .swiper-button-prev {
  top: calc(50% - 15px);
  left: -120px !important;
  z-index: 10;
}
.home-application__swiper-wrapper .swiper-button-next {
  top: calc(50% - 15px);
  right: -120px !important;
  z-index: 10;
}
.home-application__swiper-wrapper .swiper-button-prev.application-swiper-button-disabled,
.home-application__swiper-wrapper .swiper-button-next.application-swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.home-factory {
  width: 100%;
  padding: 0px 0 70px;
  box-sizing: border-box;
  position: relative;
}
.home-factory:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(-45deg, #1b1b14 0%, #0a2f36 52%, #0a3635 100%);
}
.home-factory__content {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.home-factory__title {
  font-weight: bold;
  color: #0a3635;
  text-align: center;
  margin-bottom: 60px;
}
.home-factory__image {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.home-factory__image img {
  width: calc(100% / 4 - 7.5px);
  max-width: 400px;
  height: auto;
  object-fit: contain;
}
.home-factory__list {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 40px;
}
.home-factory__item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.home-factory__item-number {
  width: 160px;
  height: 160px;
  line-height: 160px;
  background: rgba(176, 229, 1, 0.7);
  border-radius: 50%;
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  flex-shrink: 0;
}
.home-factory__item-title {
  font-weight: bold;
  color: #ffffff;
}

.home-certifications {
  width: 100%;
  padding: 70px 0;
}
.home-certifications__title {
  font-weight: bold;
  font-size: 32px;
  color: #0a3635;
  text-align: center;
  margin-bottom: 40px;
}
.home-certifications__list {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 0px;
}
.home-certifications__item {
  width: 489px;
}
.home-certifications__item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 760px) {
  .home-banner__inner {
    background: linear-gradient(0deg, #1b1b14 0%, #0a2f36 56.00000000000001%, #0a3635 100%);
    padding: 30px 0;
  }
  .home-banner__text-container {
    flex-direction: column;
    padding: 0 0 20px;
  }
  .home-banner__text {
    width: 100%;
    max-width: 100%;
  }
  .home-banner__stats-list {
    gap: 10px;
  }
  .home-banner__videos-icon {
    top: calc(50% + 25px);
    width: 50px;
  }

  .home-services__item,
  .home-services__item:nth-child(2n) {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-services__item-image {
    width: 100%;
    border-radius: 0px;
  }
  .home-services__item-image img {
    height: auto;
    object-fit: contain;
  }
  .home-services__item-text {
    padding: 25px;
  }

  .home-choose__top {
    flex-direction: column;
  }
  .home-choose__top-right {
    width: 100%;
    max-width: 100%;
  }
  .home-choose__list {
    justify-content: center;
  }
  .home-choose__item {
    width: 100%;
    max-width: 100%;
  }

  .home-process__item::before {
    display: none;
  }

  .home-factory:before {
    height: 70%;
  }
  .home-factory__image img {
    width: calc(100% / 2 - 5px);
  }
  .home-factory__list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .home-factory__item {
    width: 100%;
  }
  .home-factory__item-number {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 28px;
  }

  .home-application__swiper-wrapper .swiper-button-prev {
    left: -10px !important;
  }
  .home-application__swiper-wrapper .swiper-button-next {
    right: -10px !important;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .home-banner__text-container {
    flex-direction: column;
  }
  .home-banner__text {
    width: 100%;
    max-width: 100%;
  }
  .home-banner__stats-list {
    gap: 10px;
  }
  .home-banner__stats-item {
    width: 23%;
  }
  .home-banner__videos-icon {
    top: calc(50% + 40px);
    width: 80px;
  }

  .home-services__item,
  .home-services__item:nth-child(2n) {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-services__item-image {
    width: 100%;
    border-radius: 0px;
  }
  .home-services__item-image img {
    height: auto;
    object-fit: contain;
  }

  .home-choose__top {
    flex-direction: column;
  }
  .home-choose__top-right {
    width: 100%;
    max-width: 100%;
  }
  .home-choose__list {
    justify-content: center;
  }
  .home-choose__item {
    width: calc(100% / 2 - 10px);
    max-width: 100%;
  }

  .home-process__item::before {
    display: none;
  }

  .home-factory__image img {
    width: calc(100% / 2 - 5px);
  }
  .home-factory__list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .home-factory__item {
    width: calc(100% / 2 - 10px);
  }

  .home-application__swiper-wrapper .swiper-button-prev {
    left: -10px !important;
  }
  .home-application__swiper-wrapper .swiper-button-next {
    right: -10px !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .home-banner__text-container {
    flex-direction: column;
  }
  .home-banner__text {
    width: 100%;
    max-width: 100%;
  }
  .home-banner__stats-list {
    gap: 10px;
  }
  .home-banner__stats-item {
    width: 23%;
  }

  .home-process__item::before {
    display: none;
  }

  .home-factory__image img {
    width: calc(100% / 2 - 5px);
  }
  .home-factory__list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .home-factory__item {
    width: calc(100% / 2 - 10px);
  }

  .home-application__swiper-wrapper .swiper-button-prev {
    left: -30px !important;
  }
  .home-application__swiper-wrapper .swiper-button-next {
    right: -30px !important;
  }
}

@media screen and (min-width: 1350px) and (max-width: 1900px) {
  .home-application__swiper-wrapper .swiper-button-prev {
    left: -30px !important;
  }
  .home-application__swiper-wrapper .swiper-button-next {
    right: -30px !important;
  }
}
