/* Banner Start */
.banner-container {
  height: 914px;
}

.banner .move-icon {
  bottom: 234px;
  top: auto;
}

.banner .right {
  top: 122px;
}

.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;
}

@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 */

/* Experience Start */
.experience {
  margin-top: 100px;
}

.experience .container {
  padding: 0 16px;
}

.experience .title-desc {
  max-width: 946px;
}

.experience .title-desc:first-of-type {
  margin-bottom: 0;
}

.experience .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 58px;
}

.experience .content .left-content {
  width: 48%;
}

.experience .content .left-content h3 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 32px;
}

.experience .content .left-content .desc {
  margin-top: 16px;
  font-size: 16px;
  line-height: 22px;
  color: #e5e5e5;
}

.experience .content .left-content .image-wrapper {
  height: 368px;
  border-radius: 10px;
  overflow: hidden;
}

.experience .content .left-content .btn {
  margin-top: 24px;
  padding: 18px 78px;
}

.experience .content .left-content .slider-handle.horizontal {
  width: 1px;
}

.experience .content .right-content {
  width: 44.8%;
}

.experience .content .right-content .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.experience .content .right-content .item:first-child {
  padding-top: 0;
}

.experience .content .right-content .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.experience .content .right-content .item .icon {
  margin-right: 14px;
}

.experience .content .right-content .item .title {
  margin-right: auto;
  max-width: 181px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
}

.experience .content .right-content .item .desc {
  max-width: 258px;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}

@media (max-width: 1024px) {
  .experience {
    margin-top: -105px;
  }
}

@media (max-width: 768px) {
  .experience {
    margin-top: -84px;
  }

  .experience .container .content {
    flex-direction: column;
    margin-top: 30px;
  }

  .experience .title-desc {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .experience .container .content .move-icon {
    width: 26px;
    height: 26px;
    bottom: 37px;
  }

  .experience .content .left-content,
  .experience .content .right-content {
    width: 100%;
  }

  .experience .content .left-content h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .experience .content .left-content .desc {
    margin-top: 9px;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
  }

  .experience .content .left-content .btn {
    margin: 20px auto;
  }

  .experience .content .left-content .image-wrapper {
    width: 100%;
    min-height: 202px;
    height: auto;
  }

  .experience .content .right-content {
    margin-top: 24px;
  }

  .experience .content .right-content .item {
    position: relative;
    flex-wrap: wrap;
    padding: 22px 0 20px;
    border-bottom: none;
  }

  .experience .content .right-content .item::after {
    position: absolute;
    content: "";
    height: 1px;
    left: 48px;
    right: 0;
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
  }

  .experience .content .right-content .item:last-child:after {
    display: none;
  }

  .experience .content .right-content .item .desc {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .experience .content .right-content .item .icon {
    width: 36px;
    height: 36px;
  }

  .experience .content .right-content .item .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }

  .experience .content .right-content .item .desc {
    margin-top: 4px;
    font-size: 14px;
    line-height: 19px;
    padding-left: 52px;
  }
}

/* Experience End */

/* Scene Start */
.scene {
  position: relative;
  margin-top: 140px;
  padding-bottom: 100px;
  z-index: 1;
}

.scene .image-wrapper .slider-handle.horizontal {
  width: 1px;
}

.scene .container {
  padding: 0 16px;
}

.scene::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 525px;
  transform: rotate(180deg);
  background: url(https://images.anyrecover.com/anyrecoveren/assets/overview/photo_restoration_online/liner-bg.svg)
    no-repeat;
  background-size: cover;
  z-index: 0;
}

.scene .scene-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 97px;
}

.scene .scene-list .item {
  position: relative; 
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 49.2%;
  max-width: 640px;
  padding: 50px 50px 45px 47px;
  border-radius: 20px;
  margin-bottom: 20px;
  z-index: 1;
}

.scene .scene-list .item.media {
  border: 1px solid #7064ff;
  background: #140e414d;
}

.scene .scene-list .item.commercial {
  border: 1px solid #ff64e8;
  background: #340e414d;
  transform: translateY(50px);
}

.scene .scene-list .item.photograph {
  border: 1px solid #fff764;
  background: #39410e42;
}

.scene .scene-list .item.creator {
  border: 1px solid #64c4ff;
  background: #0e244163;
  transform: translateY(50px);
}

.scene .scene-list .item h3 {
  width: 100%;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  line-height: 38px;
  color: #fff;
}

.scene .scene-list .item .desc {
  margin-bottom: 56px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.scene .scene-list .image-wrapper {
  height: 312px;
  max-width: 543px;
  border-radius: 10px;
  overflow: hidden;
}

.scene .btn {
  position: relative;
  padding: 17px 75px;
  margin: 98px auto 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .scene {
    margin-top: 60px;
  }

  .scene .scene-list {
    margin-top: 50px;
  }

  .scene .scene-list .item {
    padding: 30px 25px 30px 25px;
  }

  .scene .scene-list .item.commercial,
  .scene .scene-list .item.creator {
    transform: none;
  }
}

@media (max-width: 768px) {
  .scene {
    padding-bottom: 60px;
  }

  .scene::after {
    background: url(https://images.anyrecover.com/anyrecoveren/assets/overview/photo_restoration_online/bg-top-mobile.svg) no-repeat;
    background-size: cover;
    height: 135px;
  }
  .scene .scene-list {
    margin-top: 39px;
  }
  .scene .scene-list .item {
    width: 100%;
    max-width: 100%;
    padding: 14px;
  }

  .scene .scene-list .item h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .scene .scene-list .item .desc {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
  }

  .scene .scene-list .image-wrapper {
    min-height: 182px;
    height: 48.5333vw;
  }

  .scene .image-wrapper .before-label, .scene .image-wrapper .after-label {
    display: none;
  }
  .scene .move-icon {
    width: 26px;
    height: 26px;
    bottom: 57px;
  }

  .scene .btn {
    margin-top: 3px;
  }
}

/* Scene End */

/* Category Start */
.category .category-tab {
  max-width: 1300px;
}

.category .category-tab {
  margin-top: 44px;
}

.category .btn {
  margin: 40px auto 0;
  padding: 18px 79px;
}

@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 */