.section-2 .remove-container {
  width: 1371px;
  height: 680px;
  border-radius: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
.section-2 .remove-container .box-outside {
  border-radius: 52px;
  padding: 16px;
  border: 2px solid transparent;
}
.section-2 .remove-container .box-inside {
  padding: 16px;
  border-radius: 39px;
  border: 2px solid transparent;
}
.section-2 .remove-container .text-content {
  max-width: 387px;
  padding: 22px;
  background: rgba(64, 64, 64, 0.5);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
}
.section-2 .remove-container .box-1 {
  top: 2.647%;
  right: 15.6819%;
}
.section-2 .remove-container .box-2 {
  top: 21.0294%;
  left: 21.3712%;
}
.section-2 .remove-container .box-3 {
  bottom: 16.0294%;
  left: 1.0211%;
}
.section-2 .remove-container .box-4 {
  bottom: 1.7647%;
  right: 0.8752%;
}
.section-2 .remove-container .hovered {
  border: 2px solid rgba(157, 92, 255, 0.2);
}
.section-2 .remove-container .hovered .box-inside {
  border: 2px solid rgba(157, 92, 255, 0.6);
}
.section-2 .remove-container .hovered .text-content {
  background: linear-gradient(270.06deg, #6937c6 0.05%, rgba(102, 71, 161, 0.3) 99.95%);
  border: 1px solid rgb(166, 98, 255);
}
.section-2 .remove-wrap {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1600px) {
  .section-2 .remove-container {
    width: 1206px;
    height: 596px;
  }
  .section-2 .remove-container .text-content h3 {
    font-size: 14px;
  }
  .section-2 .remove-container .text-content p {
    font-size: 12px;
  }
  .section-2 .remove-container .text-content {
    width: 340px;
    padding: 21px;
  }
  .section-2 .remove-container .box-outside {
    padding: 12px;
  }
  .section-2 .remove-container .box-inside {
    padding: 12px;
  }
}
.section-3 .nav {
  border-radius: 80px;
  background: rgb(29, 29, 41);
  padding: 6px;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.section-3 .nav .nav-link {
  color: white;
  padding: 9px 24px;
  cursor: pointer;
  border-radius: 42px;
  font-weight: 600;
}

.section-3 .nav .nav-link.active {
  background: rgba(130, 63, 255, 0.3);
}

.section-3 .tab-content h3 {
  font-size: 20px;
  line-height: 140%;
}

.section-3 .tab-content p {
  font-size: 14px;
  line-height: 22px;
}

.section-3 .tab-content .guide-list {
  max-width: 526px;
}

.section-3 .tab-content .guide-list .swiper-img-left {
  max-width: 64px;
}

.section-3 .tab-content .guide-list .swiper-slide {
  padding: 18px 0 0;
  border-radius: 16px;
  height: auto;
  cursor: pointer;
  overflow: hidden;
}

.section-3 .guide-list .swiper-slide .line {
  width: calc(100% - 10px);
  margin: 0 auto;
}

.section-3 .guide-list .swiper-slide.swiper-slide-thumb-active {
  background: linear-gradient(90deg, rgba(130, 63, 255, 0.2) 0%, rgba(130, 63, 255, 0.35) 100%);
}

.section-3 .guide-list .swiper-slide.swiper-slide-thumb-active .line {
  background: transparent;
  border-radius: 32px;
  height: 2px;
  position: relative;
}

.section-3 .guide-list .swiper-slide .line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 32px;
  height: 2px;
  background: rgb(130, 63, 255);
  width: 0;
  opacity: 1;
  transition: none;
}

.section-3 .guide-list .swiper-slide.swiper-slide-thumb-active .line.animate::before {
  transition: width 5s linear;
  width: 100%;
}

.section-3 .guide-pic {
  max-width: 776px;
}

@media (max-width: 1600px) {
  .section-3 .tab-content .guide-list {
    max-width: 505px;
  }
  .section-3 .guide-pic {
    max-width: 661px;
  }
  .section-3 .guide-list .swiper-slide .line {
    width: calc(100% - 24px);
  }
}/*# sourceMappingURL=watermark-remover.css.map */