/* Banner Start */
.banner-container {
  height: 914px;
}

.banner .move-icon {
  bottom: 234px;
  top: auto;
}

.banner .right {
  top: 62px;
}

.banner .right .desc {
  margin-top: 10px;
}

@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;
}

.upload-container .upload-btn {
  padding: 20px 58px;
}

.image-wrapper .after-label {
  left: calc(100% + 10px);
  right: auto;
}

.image-wrapper .before-label {
  left: auto;
  right: calc(100% + 10px);
}

@media (max-width: 1204px) {
  .banner-container {
    height: 800px;
  }
}

@media (max-width: 1024px) {
  .banner .right {
    top: -180px;
  }
}

@media (max-width: 768px) {
  .banner .right {
    top: -135px;
  }

  .banner .app-download-container .production{
    font-size: 18px;
  }
}

/* Banner End */

/* Super Image Enhancer Stat  */
.choose-repair {
  position: relative;
  padding-bottom: 114px;
}

.choose-repair::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 525px;
  background: url(https://images.anyrecover.com/anyrecoveren/assets/overview/ai_repair/botton-bg.svg)
    no-repeat;
  background-size: cover;
  z-index: 0;
}

.choose-repair .title-desc {
  max-width: 1186px;
  margin: 0 auto 50px;
}

.choose-repair .image-wrapper .slider-handle.horizontal {
  width: 1px;
}

.choose-repair .repair-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 99px;
  z-index: 1;
}

.choose-repair .repair-container .repair-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 45px;
}

.choose-repair .repair-container .item {
  display: flex;
  justify-content: flex-start;
  gap: 36px;
  height: 300px;
  width: 100%;
  border: 1px solid #7064ff;
  border-radius: 20px;
  background: #140e414d;
}

.choose-repair .repair-container .item.column {
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  gap: 0;
  padding-bottom: 40px;
  background: #0e413e6b;
}

.choose-repair .repair-container .item.column img {
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 0;
}

.choose-repair .item.column .item-desc {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.choose-repair .item.column .item-desc .title,
.choose-repair .item.column .item-desc .desc {
  max-width: 859px;
  text-align: center;
}

.choose-repair .repair-container .item.column .btn {
  margin-top: 50px;
  padding: 18px 79px;
}

.choose-repair .repair-container .item.reverse {
  flex-direction: row-reverse;
  gap: 33px;
}

.choose-repair .repair-container .item:nth-child(2) {
  background: #340e414d;
  border: 1px solid #ff64e8;
}

.choose-repair .repair-container .item:nth-child(3) {
  background: #39410e42;
  border: 1px solid #fff764;
}

.choose-repair .repair-container .item:nth-child(4) {
  background: #0e244163;
  border: 1px solid #64c4ff;
}

.choose-repair .repair-container .item:nth-child(5) {
  position: relative;
  background: transparent;
  border: 1px solid #64ffc6;
}

.choose-repair .repair-container .item:nth-child(5) .item-desc {
  padding-top: 0;
}


.choose-repair .repair-container .item:nth-child(5)::after {
  position: absolute;
  content: '';
  height: 609px;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, #D9D9D9 25.46%, rgba(115, 115, 115, 0) 50.99%);
  z-index: -1;

}

.choose-repair .repair-container .item:nth-child(6) {
  background: #140e41;
  border: 1px solid #7064ff;
}

.choose-repair .repair-container .item:nth-child(6) {
  background: #340e414d;
  border: 1px solid #ff64e8;
}

.choose-repair .item.reverse .item-desc {
  padding-right: 0;
}

.choose-repair .repair-container .item.reverse .wrapper  {
  position: relative;
  width: 57.4%;
  max-width: 688px;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box
}

.choose-repair .repair-container .item.reverse .wrapper .image-wrapper {
  width: 100%;
}

.choose-repair .item .image-wrapper {
  position: relative;
  width: 57.4%;
  max-width: 688px;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.choose-repair .item .item-desc {
  width: 36.6%;
  padding-top: 58px;
  text-align: left;
  color: #fff;
}

.choose-repair .item .item-desc .title {
  margin-bottom: 27px;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
}

.choose-repair .item .item-desc .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #e5e5e5;
}

@media (max-width: 1204px) {
  .choose-repair {
    margin-top: 50px;
    padding-bottom: 97px;
    background: var(--primary-bg-color);
  }

  .choose-repair .repair-list {
    max-width: 98%;
    margin: 0 auto;
  }

  .choose-repair .repair-container .item {
    width: 100%;
  }

  .choose-repair .item .canvas {
    width: 57%;
    height: max-content;
    min-width: max-content;
    aspect-ratio: 688 / 300;
  }

  .choose-repair .repair-container .item,
  .choose-repair .repair-container .item.reverse {
    gap: 21px;
  }

  .choose-repair .item .item-desc {
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
  }

  .choose-repair .item .item-desc .title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .choose-repair .item .item-desc .desc {
    font-size: 14px;
    line-height: 19px;
  }

  .choose-repair .item.reverse .item-desc {
    padding-left: 10px;
  }

  .choose-repair .repair-container .item.column .pc-image {
    display: block;
  }

  .choose-repair .repair-container .item.column .mobile-image {
    display: none;
  }
}

@media (max-width: 1024px) {
  .choose-repair {
    margin-top: -135px;
    padding-bottom: 0;
  }

  .choose-repair .repair-container {
    padding-top: 0;
  }

  .choose-repair .image-wrapper::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .choose-repair {
    padding-bottom: 60px;
  }
  
  .choose-repair .repair-container .item:nth-child(5)::after {
    display: none;
  }
  
  .choose-repair::after {
    background: url(https://images.anyrecover.com/anyrecoveren/assets/overview/ai_repair/bottom-bg--mobile.svg)
      no-repeat;
      background-size: cover;
      height: 135px;
  }

  .choose-repair .repair-list {
    width: 100%;
  }

  .choose-repair .repair-container {
    padding-top: 48px;
    max-width: 92%;
  }

  .choose-repair .repair-container .title-desc {
    padding: 0 10px;
    line-height: 22px;
    margin-bottom: 35px;
  }

  .choose-repair .repair-container h2 {
    margin-bottom: 15px;
  }

  .choose-repair .repair-container .repair-list {
    width: 100%;
    max-width: 100%;
    gap: 22px;
  }

  .choose-repair .repair-container .item,
  .choose-repair .repair-container .item.reverse {
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 12px;
    border-radius: 15px;
  }

  .choose-repair .repair-container .item.column {
    padding-bottom: 30px;
  }

  .choose-repair .item.column .item-desc {
    align-items: flex-start;
    text-align: left;
  }

  .choose-repair .item.column .item-desc .desc {
    text-align: left;
  }

  .choose-repair .repair-container .item.column .btn {
    margin-top: 10px;
  }

  .choose-repair .repair-container .item.reverse .wrapper {
    width: 100%;
    min-height: 161px;
  }

  .choose-repair .repair-container .item.reverse .wrapper .image-wrapper {
    width: 100%;
  }

  .choose-repair .item .image-wrapper {
    width: 100%;
    min-height: 161px;
  }

  .choose-repair .item .item-desc {
    width: 100%;
    padding-bottom: 20px;
  }

  .choose-repair .move-icon {
    width: 26px;
    height: 26px;
    bottom: 37px;
  }

  .choose-repair .repair-container .item.column .pc-image {
    display: none;
  }

  .choose-repair .repair-container .item.column .mobile-image {
    display: block;
  }
}

/* Super Image Enhancer End  */

/* Category Start */
.category .category-tab {
  max-width: 1300px;
}

.category .category-tab {
  margin-top: 44px;
}

.category .btn {
  margin: 40px auto 0;
  padding: 18px 50px;
}

@media (max-width: 768px) {
  .category .category-tab {
    margin-top: 30px;
  }

  .category .image-wrapper .slider-handle.horizontal {
    width: 2px;
  }

  .category .move-icon {
    width: 32px;
    height: 32px;
  }
}
/* Category End */

/* Faq Start */
.faq {
  margin-top: 166px;
}
.faq .primary-link-text {
  display: block;
  padding: 18px 79px;
  margin: 0 auto 0;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .faq {
    margin-top: 60px;
  }
}
/* Faq End */