/* Section */
.section {
  width: 100%;
  position: relative;
  height: 100vh;
}

.fp-noscroll {
  justify-content: flex-start;
  overflow: hidden;
}

.last-section {
  padding-top: 120px;
}

.fp-watermark {
  display: none !important;
}

.sec-logo {
  margin-left: 43px;
}

.section .overlay {
  content: "";
  display: block;
  background: radial-gradient(
    100% 316.36% at 0% 50%,
    rgba(255, 255, 255, 0.172242) 0%,
    #ffffff 100%
  );
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
}

.section #background {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  z-index: 9;
}

.section::before {
  content: "";
  position: absolute;
  right: -20%;
  top: 0;
  width: 80%;
  height: 100%;
  background-image: linear-gradient(
      to top left,
      rgba(255, 255, 255, 0.7) 0 50%,
      transparent 50% 100%
    ),
    linear-gradient(
      to top right,
      rgba(255, 255, 255, 0.7) 0 50%,
      transparent 50% 100%
    ),
    linear-gradient(rgba(255, 255, 255, 0.7) 0 100%);
  /* box-shadow: -2px 0px 16px rgba(0, 0, 0, 0.1); */
  /* backdrop-filter: blur(7.5px); */
  background-size: 20% 100%, 20% 100%, 60% 100%;
  background-position: left top, right top, center top;
  background-repeat: no-repeat;
  z-index: 12;
}
.section::after {
  content: "";
  position: absolute;
  right: -20%;
  top: 0;
  width: calc(80% + 30px);
  height: 100%;
  background-image: linear-gradient(
      to top left,
      rgba(255, 255, 255, 0.7) 0 50%,
      transparent 50% 100%
    ),
    linear-gradient(
      to top right,
      rgba(255, 255, 255, 0.7) 0 50%,
      transparent 50% 100%
    ),
    linear-gradient(rgba(255, 255, 255, 0.7) 0 100%);
  /* box-shadow: -2px 0px 16px rgba(0, 0, 0, 0.1); */
  /* backdrop-filter: blur(7.5px); */
  background-size: 20% 100%, 20% 100%, 60% 100%;
  background-position: left top, right top, center top;
  background-repeat: no-repeat;
  z-index: 11;
}

.section .content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 13;
}

.content .title {
  font-weight: 400;
  font-size: 36px;
  line-height: 56px;
  text-align: right;
  color: var(--primary-1);
}

.content .title strong {
  font-weight: 700;
  color: var(--primary-2);
}

.content .desc {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
  color: #3e3e3e;
}

.more-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  align-self: flex-end;
  color: var(--primary-1);
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.more-link img {
  margin-right: 4px;
  margin-bottom: 0 !important;
}

.section-shape-mobile {
  width: 100%;
  position: absolute;
  bottom: -17px;
  z-index: 11;
  max-height: 545px;
}

.section-shape-mobile:nth-of-type(2n) {
  bottom: 0;
}

.section .overlay-1,
.section .overlay-2 {
  background: radial-gradient(
    1483.3% 100% at 50.13% 0%,
    rgba(255, 255, 255, 0.172242) 92.58%,
    #ffffff 97.94%
  );
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
}
.section .overlay-2 {
  transform: rotate(180deg);
}
/* Section */

/* Info Section */

.info-sec {
  padding: 160px 0 87px 0;
  background: #f9faff;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.info-sec #pic {
  max-width: 630px;
}

.info-sec .desc-con {
  position: absolute;
  bottom: 15%;
  width: 100%;
  max-width: 810px;
}

.info-sec .desc-con #title {
  color: var(--primary-1);
  font-size: 18px;
  font-weight: 700;
  line-height: 28.17px;
  z-index: 2;
  position: relative;
}
.info-sec .desc-con h4 {
  color: var(--primary-1);
  font-size: 18px;
  font-weight: 700;
  line-height: 28.17px;
  z-index: 2;
  position: relative;
}

.info-sec .desc-con #desc {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 300;
  line-height: 21.91px;
  z-index: 2;
  position: relative;
}

.info-sec .desc-con p{
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 300;
  line-height: 21.91px;
  z-index: 2;
  position: relative;
}

.info-sec .desc-con #desc::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background: var(--primary-1);
  top: -7px;
  right: -40px;
}

.info-sec .desc-con p::before{
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background: var(--primary-1);
  top: -7px;
  right: -40px;
}

.info-sec .desc-con #desc::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background: var(--primary-1);
  top: -7px;
  left: -40px;
}

.info-sec .desc-con p::after{
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background: var(--primary-1);
  top: -7px;
  left: -40px;
}

.info-sec .desc-con::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 810px;
  background: #fff;
  filter: blur(50px);
  position: absolute;
}

.info-sec::before {
  position: absolute;
  left: 20%;
  height: fit-content;
  top: 0;
  bottom: 10%;
  margin: auto 0;
  content: url(../../images/content-border-top.svg);
}

.info-sec::after {
  height: fit-content;
  position: absolute;
  right: 20%;
  top: 0;
  bottom: 10%;
  margin: auto 0;
  content: url(../../images/content-border-top-en.svg);
}
/* Info Section */

/* Slider Section */
.slider-sec {
  height: fit-content;
  padding-top: 180px;
  position: relative;
}

.brand-pic-splide .splide__slide {
  display: flex;
  transition: 0.3s all ease-in-out;
  position: relative;
}

.brand-pic-splide .splide__slide .shadow-con {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(
      18.13% 100% at 100% 50%,
      #fff 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(
      270deg,
      #fff 45.16%,
      rgba(255, 255, 255, 0.68) 74.79%,
      rgba(255, 255, 255, 0.64) 85.73%,
      rgba(255, 255, 255, 0) 100%
    );
  opacity: 1;
  transition: 0.3s all ease-in-out;
  right: 40%;
}

.brand-pic-splide .splide__slide::before {
  content: "";
  flex-grow: 0;
  transition: flex 0.3s;
}
.brand-pic-splide .splide__slide::after {
  content: "";
  flex-grow: 1;
}

.brand-pic-splide .splide__slide.is-active::before {
  flex-grow: 1;
}

.brand-pic-splide .splide__slide.is-active .shadow-con {
  opacity: 0;
}

.brand-pic-splide .splide__arrow--prev {
  /*display: none;*/
}

.brand-pic-splide .splide__arrow--next,
.brand-pic-splide .splide__arrow--prev {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0px 1px 10px 0px #7381ff47;
  right: 8%;
  z-index: 11;
  opacity: 1;
  top: calc(50% + 50px);
}
.brand-pic-splide .splide__arrow--prev {
  right: unset;
  left: 8%;
}

.brand-pic-splide .splide__arrow--next svg,
.brand-pic-splide .splide__arrow--prev svg {
  fill: #2b39bc;
  font-size: 12px;
}
.brand-pic-splide .splide__arrow--prev svg {
  transform: rotate(180deg);
}
.slider-sec .arrow-line {
  content: "";
  position: absolute;
  top: calc(50% + 50px);
  width: 20vw;
  height: 1px;
  background-color: var(--primary-1);
  z-index: 10;
}
.slider-sec .arrow-line.left-line {
  left: 0;
}

.brand-content-splide .splide__slide {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.brand-content-splide {
  padding: 35px 0;
}

.brand-content-splide h2 {
  color: #000;
  text-align: right;
  font-size: 20px;
  line-height: 31.3px;
  font-weight: 500;
  margin-bottom: 18px;
}

.brand-content-splide li {
  display: flex;
  align-items: center;
}

.brand-content-splide li img {
  margin-left: 6px;
}

.brand-content-splide li {
  color: #3e3e3e;
  font-size: 16px;
  line-height: 25.04px;
  margin-bottom: 14px;
}

.brand-content-splide li:last-of-type {
  margin-bottom: 16px;
}

.brand-content-splide p {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 300;
  line-height: 21.91px;
}
/* Slider Section */

@media only screen and (max-width: 992px) {
  .section .content {
    flex-wrap: wrap;
    bottom: 24px;
    height: fit-content !important;
    top: unset !important;
  }
  .section::before {
    display: none;
  }
  .section::after {
    display: none;
  }

  .section .content {
    flex-direction: column;
    align-items: flex-start;
  }

  .section .content .title {
    font-size: 28px;
    line-height: 44px;
    margin-top: 12px;
  }

  .header-sec .overlay {
    background: radial-gradient(
      1483.3% 100% at 50.13% 0%,
      rgba(255, 255, 255, 0.172242) 92.58%,
      #ffffff 95.94%
    );
  }

  .header-sec.section .content {
    right: 20px;
  }

  .header-sec.section .content img {
    max-width: 110px;
  }

  .info-sec {
    padding: 160px 40px 87px 40px;
  }

  .brand-logo {
    max-width: 110px ;
  }

  .info-sec .desc-con {
    width: 100%;
    padding: 0 40px;
    bottom: unset;
    top: 55%;
  }

  .info-sec .desc-con::before {
    width: 100vh;
    filter: blur(20px);
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 10px;
  }

  .info-sec::before {
    left: 8%;
  }

  .info-sec::after {
    right: 8%;
  }

  .info-sec .desc-con #title {
    font-size: 16px;
  }
  .info-sec .desc-con h4 {
    font-size: 16px;
  }

  .info-sec .desc-con {
    bottom: 10%;
  }
  .info-sec #pic {
    max-width: 370px;
  }
  .slider-sec {
    height: auto;
    padding-top: 110px;
  }

  .brand-pic-splide .splide__slide img {
    max-width: 116px;
  }

  .brand-content-splide h4 {
    font-size: 16px;
    line-height: 25.04px;
    margin-bottom: 12px;
  }

  .brand-content-splide li {
    font-size: 14px;
    line-height: 21.91px;
    margin-bottom: 8px;
  }

  .brand-content-splide p {
    color: #3e3e3e;
    font-size: 14px;
    /* line-height: 21.91px; */
  }

  .slider-sec .arrow-line {
    display: none;
  }

  .brand-pic-splide .splide__arrow--next,
  .brand-pic-splide .splide__arrow--prev {
    top: calc(25% + 40px);
  }

  .info-sec .desc-con #desc::before {
    bottom: 0;
    margin: auto 0;
    top: 0;
    right: -16px;
  }

  .info-sec .desc-con p::before {
    bottom: 0;
    margin: auto 0;
    top: 0;
    right: -16px;
  }

  .info-sec .desc-con #desc::after {
    bottom: 0;
    margin: auto 0;
    top: 0;
    left: -16px;
  }
  .info-sec .desc-con p::after {
    bottom: 0;
    margin: auto 0;
    top: 0;
    left: -16px;
  }
}
.brand-logo {
  max-width: 150px;
}
.product-slider-image{
  object-fit: contain;
  height: 450px;
}