@keyframes gradientAnimation {
  0% {
      background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}

.banner .app-download-container .production{
  width: 50%;
  flex: none;
  line-height: 60px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  animation: gradientAnimation 3s infinite linear;
  background-image: linear-gradient(67.98deg, #4C17D2 0%, #7635FF 32.05%, #E339FF 61.14%, #F6B451 97.18%);
  background-size: 200% 200%;
  font-weight: 600;
  border: none;
  border-radius: 10px;
}
/* Best Image Enhancer Start */

.remove-step {
  position: relative;
  z-index: 3;
  display: flex;
  min-height: 380px;
  justify-content: center;
}

.remove-step::after {
}

.remove-step h2 {
  color: var(--primary-bg-color);
}

.remove-step .max-container {
  position: absolute;
  width: 98%;
  border-radius: 30px;
  padding: 68px 0 97px;
  background: #fff;
  top: -365px;
}

.remove-step .step-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 0 14px;
  margin-top: 60px;
}

.remove-step .step-list .item {
  width: 32%;
  max-width: 380px;
}

.remove-step .step-list .item .step-img {
  border-radius: 20px;
}

.remove-step .item .item-desc {
  text-align: left;
  color: #fff;
}

.remove-step .item .item-desc .title {
  margin-bottom: 12px;
  margin-top: 23px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: var(--primary-bg-color);
}

.remove-step .item .item-desc .desc {
  font-size: 14px;
  color: var(--primary-bg-color);
  line-height: 19px;
}

@media (max-width: 1204px) {
  .remove-step {
    margin-top: -29.5vw;
  }
  .remove-step .max-container {
    position: relative;
    top: 0;
  }
  .remove-step .step-list {
    padding: 14px;
  }
  .remove-step .container {
    top: 0;
    margin-top: 60px;
    padding-bottom: 0;
  }

  .remove-step::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .remove-step .max-container {
    width: 92%;
    padding: 40px 14px 14px;
    border-radius: 15px;
  }

  .remove-step .max-container .step-list {
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 38px;
    border-radius: 15px;
    gap: 20px;
    padding: 0;
    padding-left: 6px;
  }

  .remove-step .max-container .step-list .item {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    max-width: 100%;
  }

  .remove-step .item .item-desc .title {
    margin: 0;
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 24px;
  }

  .remove-step .item .item-desc .desc {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 19px;
  }
  .remove-step .step-list .item .step-img {
    max-width: 317px;
  }

  .banner .app-download-container .production{
    font-size: 18px;
  }
}

/* Best Image Enhancer End */

/* Product Info Start */
.product-info {
  position: relative;
  width: 100%;
  padding: 100px 0;
  color: #fff;
}

.product-info::after,
.product-info::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 525px;
  background: url(https://images.anyrecover.com/anyrecoveren/assets/overview/photo_restoration_online/liner-bg.svg)
    no-repeat;
  background-size: contain;
  z-index: 0;
}

.product-info::before {
  top: 0;
}

.product-info::after {
  bottom: 0;
  transform: rotate(180deg);
}

.product-info .tool-info {
  position: relative;
  display: flex;
  gap: 100px;
  width: 100%;
  z-index: 1;
}

.product-info .tool-info.second {
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin-top: 147px;
}

.product-info .tool-info.second .right-container {
  width: 32.2%;
  padding-top: 0;
  max-width: 624px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.product-info .tool-info.second h2 {
  margin-bottom: 28px;
  margin-top: -90px;
}

.product-info .left-container {
  width: 48.5%;
  max-width: 935px;
}

.product-info .left-container .tools-img {
  width: 100%;
}

.product-info .tool-info.second .tools-img,
.product-info .tool-info.second .left-container {
  max-width: 890px;
}

.product-info .wipe-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  margin-top: 30px;
}

.product-info .wipe-list .item {
  font-size: 14px;
  line-height: 20px;
  padding: 18px 28px 18px 18px;
  border-radius: 10px;
  color: var(--primary-gray-color);
  background-color: var(--primary-purple-black-color);
}

.product-info .wipe-list .item:first-child {
  padding-right: 42px;
}

.product-info .wipe-list .item .text {
  margin-left: 5px;
  font-size: 14px;
  line-height: 20px;
}

.product-info .right-container {
  padding-top: 70px;
  width: 31%;
  max-width: 579px;
}

.product-info .tool-info.second .right-container {
  max-width: 624px;
}

.product-info .right-container h2 {
  margin-bottom: 28px;
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
  text-align: left;
}

.product-info .right-container .desc {
  margin-bottom: 22px;
  padding-left: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

.product-info .right-container .btn {
  position: relative;
  margin-top: 63px;
}

@media (max-width: 1204px) {
  .product-info {
    margin-top: 60px;
    padding: 60px 10px 0;
  }
  .product-info .right-container {
    padding-top: 0;
  }
  .product-info .right-container,
  .product-info .tool-info.second .right-container {
    width: 48%;
  }
}

@media (max-width: 991px) {
  .product-info .tool-info {
    flex-direction: column;
    flex-direction: column-reverse;
    gap: 40px;
  }

  .product-info .right-container,
  .product-info .left-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .product-info .right-container h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
  }

  .product-info .right-container .desc {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .product-info .right-container .btn {
    margin-top: 40px;
  }

  .product-info .left-container .tools-img {
    max-width: 800px;
    margin-right: auto;
  }

  .product-info .tool-info.second {
    flex-direction: column-reverse;
  }

  .product-info .tool-info.second {
    margin-top: 100px;
  }

  .product-info .tool-info.second h2 {
    margin-top: 0;
  }

  .product-info .right-container,
  .product-info .tool-info.second .right-container {
    width: 100%;
    max-width: 100%;
  }

  .product-info .tool-info.second .left-container {
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .product-info {
    padding: 41px 0 70px;
  }
  
  .product-info::after,
  .product-info::before {
    background: url(https://images.anyrecover.com/anyrecoveren/assets/overview/photo_restoration_online/bg-top-mobile.svg) no-repeat;
    background-size: contain;
  }

  .product-info .right-container {
    padding: 0 16px;
  }

  .product-info .right-container h2 {
    margin-bottom: 20px;
  }

  .product-info .right-container .desc {
    margin-bottom: 20px;
  }

  .product-info .left-container .tools-img {
    max-width: 95.2vw;
  }

  .product-info .wipe-list {
    flex-direction: column;
    width: 92vw;
    margin-top: 20px;
    gap: 10px;
  }

  .product-info .wipe-list .item {
    width: 100%;
  }

  .product-info .right-container .btn {
    margin-top: 19px;
  }

  .product-info .tool-info.second {
    margin-top: 60px;
  }

  .product-info .tool-info.second h2 {
    margin-bottom: 20px;
  }

  .product-info .tool-info.second .left-container .tools-img {
    width: 95.4667vw;
    margin-right: 0;
    margin-left: auto;
  }
}
/* Product Info End */

/* Choose Start */
.choose {
  padding: 150px 10px;
}

.choose .container {
  max-width: 1301px;
  padding: 0;
}

.choose .advantages-list {
  display: flex;
  margin-top: 60px;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
}

.choose .advantages-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  max-width: 173px;
  width: 12%;
}

.choose .advantages-list .item .icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.choose .advantages-list h3 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: #fff;
}

.choose .comment-list {
  margin-top: 81px;
  color: #fff;
}

.choose .comment-list .comment-item {
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
  padding: 25px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.choose .comment-list .comment-item:nth-child(n + 2) {
  padding: 25px 0 34px;
}

.choose .comment-list .comment-item:last-child {
  padding-top: 10px;
}

.choose .comment-item .author-info {
  display: flex;
  align-items: center;
  gap: 17px;
}

.choose .comment-item .author-info img {
  max-width: 60px;
}

.choose .comment-item .author-info .info {
  display: flex;
  flex-direction: column;
  padding-top: 5px;
  justify-content: flex-start;
  height: 100%;
}

.choose .author-info .info .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.choose .author-info .info .job {
  margin-top: 7px;
  font-size: 14px;
  line-height: 19px;
}

.choose .comment-item .comment-detail {
  position: relative;
  max-width: 792px;
  font-weight: 300px;
  font-size: 24px;
  line-height: 32px;
}

.choose .comment-item .comment-detail::after {
  position: absolute;
  content: "";
  left: -48px;
  top: -2px;
  width: 26px;
  height: 102px;
  background: url(https://images.anyrecover.com/anyrecoveren/assets/overview/ai_repair/comma-icon.svg)
    no-repeat;
}

.choose .advantages-list .item.fade-item {
  height: 0;
}

@media (max-width: 991px) {
  .choose {
    padding-top: 60px;
    padding: 60px 15px 0;
  }

  .choose .advantages-list {
    padding-left: 0;
    padding-right: 0;
  }

  .choose .comment-list {
    margin-top: 40px;
  }

  .choose .comment-list .comment-item {
    flex-direction: column;
  }

  .choose .comment-item .comment-detail {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .choose .advantages-list {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 50px;
  }

  .choose .advantages-list .item {
    width: 25%;
    max-width: 140px;
  }

  .choose .advantages-list .item:nth-child(3n) {
    width: 30%;
  }

  .choose .advantages-list h3 {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
  }

  .choose .comment-list {
    margin-top: 13px;
  }

  .choose .comment-list .comment-item:first-child {
    margin-top: 0;
    padding-top: 0;
  }

  .choose .comment-list .comment-item {
    border: none;
  }

  .choose .comment-item .author-info {
    gap: 18px;
    height: 60px;
  }

  .choose .comment-item .author-info .info {
    padding-top: 0;
  }

  .choose .author-info .info .job {
    margin-top: 9px;
  }

  .choose .comment-item .comment-detail {
    padding-left: 74px;
    font-size: 18px;
    line-height: 25px;
    margin-top: 19px;
  }
  .choose .comment-item .comment-detail::after {
    left: 30px;
    top: 0;
  }

  .choose .comment-item .comment-detail::before {
    position: absolute;
    content: "";
    left: 74px;
    right: -16px;
    bottom: -30px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
  }

  .choose .comment-list .comment-item:nth-child(n + 2) {
    padding: 7px 0 0;
    margin-top: 24px;
  }

  .choose .comment-list .comment-item:last-child {
    margin-top: 52px;
  }
}

/* Choose End */

/* Combine Tools Start */

.combine-tools {
  display: flex;
  justify-content: center;
}

.combine-tools .max-container {
  width: 100%;
  padding: 100px 0 40px;
  margin: 0 16px;
  background: #fff;
}

.combine-tools .max-container h2 {
  max-width: 898px;
  margin: 0 auto;
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
  color: var(--primary-bg-color);
}

.combine-tools .tools-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 106px;
}

.combine-tools .max-container .container {
  padding: 0 97px;
}

.combine-tools .tools-list .item {
  width: 48%;
  max-width: 522px;
  margin-bottom: 70px;
}

.combine-tools .tools-list .item .title {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.combine-tools .tools-list .item .text {
  margin-left: 10px;
  font-size: 24px;
  line-height: 35px;
  color: var(--primary-bg-color);
}

.combine-tools .tools-list .item .group-btn {
  display: flex;
  gap: 20px;
  margin-top: 16px;
}

.combine-tools .tools-list .item .btn {
  position: relative;
}

.combine-tools .tools-list .item .btn:focus {
  color: var(--primary-blue-color);
}

.combine-tools .tools-list .item .desc {
  margin-top: 15px;
  font-size: 16px;
  line-height: 23px;
  color: var(--primary-dark-purple-color);
}

.combine-tools .max-container .cover {
  border-radius: 9px;
}

@media (max-width: 1366px) {
  .combine-tools .max-container .container {
    padding: 0 60px;
  }
}

@media (max-width: 1204px) {
  .combine-tools .max-container {
    padding: 60px 0 40px;
  }

  .combine-tools .tools-list {
    margin-top: 60px;
  }

  .combine-tools .primary-blue-arrow-btn {
    padding: 11px 20px;
  }

  .combine-tools .primary-border-btn {
    padding: 11px 40px;
  }
}

@media (max-width: 991px) {
  .combine-tools {
    margin-top: 60px;
  }
  .combine-tools .primary-blue-arrow-btn {
    padding: 11px 10px;
  }

  .combine-tools .primary-border-btn {
    padding: 11px 30px;
  }
}

@media (max-width: 768px) {
  .combine-tools .max-container {
    border-radius: 15px;
    padding: 40px 13px 20px;
  }

  .combine-tools .max-container .container {
    padding: 0;
  }
  .combine-tools .max-container h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
  }

  .combine-tools .tools-list {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }

  .combine-tools .tools-list .item {
    width: auto;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .combine-tools .max-container .cover {
    max-width: 500px;
    width: 100%;
  }

  .combine-tools .tools-list .item .title img {
    width: 24px;
    height: 24px;
  }

  .combine-tools .tools-list .item .text {
    font-size: 18px;
    text-align: center;
    line-height: 26px;
  }

  .combine-tools .tools-list .item .desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .combine-tools .tools-list .item .group-btn {
    gap: 4.2667vw;
  }

  .combine-tools .primary-blue-arrow-btn {
    padding: 13px 3.2vw;
    font-size: 16px;
    line-height: 23px;
  }

  .combine-tools .primary-border-btn {
    padding: 13px 7.2vw;
    font-size: 16px;
    line-height: 23px;
  }

  .primary-blue-arrow-btn:hover .arrow {
    margin-left: 2.1333vw;
  }
}

@media (max-width: 545px) {
  .combine-tools .primary-blue-arrow-btn,
  .combine-tools .primary-border-btn {
    font-size: 4.2667vw;
  }
}

/* Combine Tools End */

/* Slogan Start */
.slogan {
  margin-top: 100px;
  padding: 0 15px;
}

.slogan .max-container {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 160px 0;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  z-index: 3;
}

.slogan .max-container::before,
.slogan .max-container::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.slogan .max-container::before {
  background: #fff;
  z-index: -2;
}

.slogan .max-container::after {
  background: linear-gradient(
    92.73deg,
    #2853eb -0.71%,
    #5336ff 19.44%,
    #ff58d0 76.32%,
    #faff00 95.75%
  );
  filter: blur(123px);
  z-index: -1;
}

.slogan .product-name .logo {
  width: 36px;
  height: 36px;
  margin-right: 13px;
}

.slogan .product-name {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
}

.slogan h2 {
  max-width: 902px;
  margin-top: 41px;
  font-size: 36px;
  font-weight: 700;
  line-height: 49px;
}

.slogan .btn {
  margin-top: 34px;
}

@media (max-width: 768px) {
  .slogan {
    margin-top: 30px;
  }

  .slogan .max-container::after {
    background: linear-gradient(
      92.73deg,
      #2853eb -0.71%,
      #5336ff 19.44%,
      #ff58d0 76.32%,
      #faff00 95.75%
    );
    filter: blur(50px);
  }

  .slogan h2 {
    margin-top: 49px;
    padding: 0 6px;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
  }

  .slogan .max-container{
    padding: 86px 0 85px;
  }

  .slogan .btn {
    margin-top: 37px;
  }
}

/* Slogan End */