.btn .arrow {
  width: 28px;
  height: 130px;
  overflow: hidden;
  background: url(https://4ddig.tenorshare.com/images/v2/product/windows-data-recovery-v2/download-arrow.png) 0 0px no-repeat;
  margin-right: 14px;
  transform: translate(0, -52px);
  background-size: 100%;
  transition: transform linear 400ms;
}

.btn.btn-white .arrow {
  background: url(https://4ddig.tenorshare.com/images/v2/product/windows-data-recovery-v2/download-arrow2.png) 0 0px no-repeat;
  height: 134px;
  background-size: 100%;
}

.btn .arrow.arrow-rgt {
  margin-right: 0;
  margin-left: 14px;
}

.btn .arrow.download-arrow {
  width: 28px;
  height: 134px;
  background: url(https://4ddig.tenorshare.com/images/v2/download-arrow2.png) 0 0px no-repeat;
  background-size: 100%;
}

.btn .arrow.win-arrow {
  width: 28px;
  height: 134px;
  background: url(https://4ddig.tenorshare.com/images/v2/win-arrow.png) 0 0px no-repeat;
  background-size: 100%;
}

.btn .arrow.mac-arrow {
  width: 28px;
  height: 134px;
  background: url(https://4ddig.tenorshare.com/images/v2/mac-arrow.png) 0 0px no-repeat;
  background-size: 100%;
}

.btn:hover .arrow {
  transform: translate(0, 50px);
}

.section-1 {
  padding: 168px 0 129px;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/4d-clone/sec1-bg.png) no-repeat center center;
  background-size: cover;
}

.section-1 .lft {
  max-width: 610px;
}

.section-1 .lft .label {
  color: #45556C;
}

.section-1 .rgt {
  z-index: 1;
}

.section-1 .rgt::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 90%;
  box-shadow:
    0px 3.71px 4.85px 0px #57B1FF27,
    0px 10.27px 13.4px 0px #57B1FF38,
    0px 24.72px 32.26px 0px #57B1FF30,
    0px 42px 107px 0px #57B1FF57;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 1599.98px) {
  .section-1 {
    padding: 120px 0 100px;
  }

  .section-1 .lft {
    max-width: 550px;
  }

  .section-1 .rgt {
    max-width: 600px;
  }
}

@media (max-width: 1279.98px) {
  .section-1 .lft {
    margin-bottom: 36px;
  }
}

@media (max-width: 991.98px) {
  .section-1 {
    padding: 64px 0 40px;
    background: #DDEBFF;
  }

  .section-1 .lft .label {
    font-size: 14px;
  }
}

.section-2 {
  padding: 120px 0;
}

.section-2 .item {
  padding: 10px;
  width: calc(33.3% - 20px);
  border-radius: 8px;
  border: 1px solid #D9D9D9;
}

.section-2 .item .img-box {
  z-index: 1;
  cursor: pointer;
}

.section-2 .item .img-box::before {
  display: block;
  content: '';
  width: 88px;
  height: 88px;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/4d-clone/video-play-icon.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: .5s all;
  z-index: 2;
}

.section-2 .item .img-box::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #00000026;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .5s all;
  z-index: 1;
}

.section-2 .item .img-box:hover::before,
.section-2 .item .img-box:hover::after {
  opacity: 1;
}

.section-2 .item .cont {
  margin-top: 24px;
  padding: 0 14px 18px;
}

@media (max-width: 1599.98px) {
  .section-2 {
    padding: 100px 0;
  }
}

@media (max-width: 991.98px) {
  .section-2 {
    padding: 64px 0;
  }

  .section-2 .item {
    width: 100%;
  }

  .section-2 .item .cont {
    margin-top: 20px;
    padding: 0 0 14px;
  }

  .section-2 .item .cont p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.section-3 {
  padding: 120px 0;
  background: #ebf2fe;
}

.section-3 h2 {
  max-width: 990px;
}

.section-3 .items {
  gap: 24px 0;
}

.section-3 .item {
  min-height: 164px;
  width: calc(25% - 15px);
  border-radius: 16px;
  background: #fff;
  padding: 24px 20px;
  line-height: 1.4;
  transition: transform 0.3s ease-in-out;
}

.section-3 .item>a img {
  min-width: 46px;
}

.section-3 .item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 4px 16px 0px #0462F026;
}

.section-3 .item .i-hov,
.section-3 .item:hover .i-org {
  display: none;
}

.section-3 .item:hover .i-hov {
  display: block;
}

.section-3 .item .tit {
  font-size: 18px;
  font-weight: 500;
}

.section-3 .item .desc {
  font-size: 14px;
  color: #45556C;
}

@media (max-width: 1599.98px) {
  .section-3 {
    padding: 100px 0;
  }
}

@media (max-width: 1279.98px) {
  .section-3 .item {
    width: calc(50% - 16px);
  }
}

@media (max-width: 991.98px) {
  .section-3 {
    padding: 64px 0;
  }

  .section-3 .item {
    width: calc(50% - 16px);
  }
}

@media (max-width: 767.98px) {
  .section-3 .items {
    gap: 20px;
  }

  .section-3 .item {
    width: 100%;
  }
}

.section-4 {
  padding: 120px 0;
}

.section-4 .title-text p {
  max-width: 990px;
  margin: 0 auto;
}

.section-4 .nav .nav-link {
  width: calc(33.3% - 16px);
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  font-size: 16px;
  padding: 20px;
  line-height: 1.6;
  cursor: pointer;
  text-align: center;
  color: #000;
}

.section-4 .nav .nav-link.active {
  border: 1px solid #0462F0;
  background: #0462F01A;
  color: #0462F0;
}

.section-4 .tab-pane {
  padding: 10px 10px 14px;
  border-radius: 12px;
  border: 1px solid #D9D9D9;
  margin-top: 24px;
}

.section-4 .tab-pane .cont {
  border-radius: 8px;
  padding: 40px;
  background:
    linear-gradient(280.75deg, rgba(156, 235, 183, 0.1) 0.87%, rgba(17, 177, 255, 0.1) 95.14%),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
  border: 1px solid #D9D9D9;
}

.section-4 .tab-pane .cont .lft {
  max-width: 600px;
}

.section-4 .tab-pane .cont .rgt {
  max-width: 650px;
}

.section-4 .tab-pane .cont .rgt .tit {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.section-4 .tab-pane .cont .rgt ul li:not(:last-child) {
  margin-bottom: 6px;
}

.section-4 .tab-pane .cont .rgt ul li span {
  font-weight: 900;
  color: #0462F0;
}

.section-4 .tab-pane .cont .pros-cons {
  border: 1px solid #D9D9D9;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}

.section-4 .tab-pane .cont .pros-cons .gap-line {
  height: 86px;
  width: 1px;
  background: #D9D9D9;
  margin: 0 30px;
}

.section-4 .tab-pane .cont .pros-cons p.text-green {
  color: #34C759;
}

@media (max-width: 1599.98px) {
  .section-4 {
    padding: 100px 0;
  }

  .section-4 .tab-pane .cont .lft {
    max-width: 500px;
  }

  .section-4 .tab-pane .cont .rgt {
    max-width: 550px;
  }
}

@media (max-width: 1279.98px) {
  .section-4 .tab-pane .cont .rgt {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .section-4 {
    padding: 64px 0;
  }

  .section-4 .title-text p {
    font-size: 14px;
  }

  .section-4 .nav .nav-link {
    width: 100%;
    padding: 8px;
  }

  .section-4 .nav .nav-link:not(:last-child) {
    margin-bottom: 16px;
  }

  .section-4 .tab-pane {
    padding: 10px;
  }

  .section-4 .tab-pane .cont {
    padding: 24px 8px 48px;
  }

  .section-4 .tab-pane .cont .pros-cons {
    padding: 10px;
  }

  .section-4 .tab-pane .cont .pros-cons .gap-line {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }
}

.section-5 {
  padding: 0 0 120px;
}

.section-5 .title-text p {
  max-width: 1062px;
  margin: 0 auto;
}

.section-5 .cell {
  gap: 80px;
}

.section-5 .cell:not(:last-child) {
  margin-bottom: 100px;
}

.section-5 .cell .img-box {
  border: 8px solid #0462F066;
  border-radius: 8px;
}

.section-5 .cell .txt {
  max-width: 577px;
}

.section-5 .cell .txt span {
  width: max-content;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background: #0462F0;
}

.section-5 .bottom-btn-banner {
  max-width: 1114px;
  padding: 20px 40px;
  border-radius: 12px;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/4d-clone/sec5-btn-banner-style.png) no-repeat center center;
  background-size: cover;
  margin: 40px auto 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.section-5 .bottom-btn-banner .cot p:first-child {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  filter: drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff);
}

.section-5 .bottom-btn-banner .cot p:last-child {
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 1599.98px) {
  .section-5 {
    padding: 0 0 100px;
  }

  .section-5 .cell {
    gap: 56px
  }

  .section-5 .cell:not(:last-child) {
    margin-bottom: 80px;
  }
}


@media (max-width: 1279.98px) {
  .section-5 .cell {
    gap: 20px;
  }

  .section-5 .cell .txt {
    max-width: 100%;
  }

  .section-5 .cell:not(:last-child) {
    margin-bottom: 36px;
  }
}

@media (max-width: 991.98px) {
  .section-5 {
    padding: 0 0 64px;
  }

  .section-5 .cell .img-box {
    border: 4px solid #0462F066;
    border-radius: 4px;
  }

  .section-5 .cell .txt span {
    font-size: 16px;
  }

  .section-5 .cell .txt p {
    font-size: 14px;
  }

  .section-5 .cell:not(:last-child) {
    margin-bottom: 36px;
  }

  .section-5 .bottom-btn-banner {
    padding: 24px 16px;
    margin: 32px auto 0;
    background: #D1E5FC;
  }

  .section-5 .bottom-btn-banner::after {
    display: none;
  }

  .section-5 .bottom-btn-banner .cot p:first-child {
    font-size: 20px;
  }

  .section-5 .bottom-btn-banner .cot p:last-child {
    font-size: 14px;
  }
}

.section-6 {
  padding: 120px 0 80px;
  background: #ebf2fe;
}

.section-6 .media-player {
  background: #fff;
  padding: 24px 0;
  border: 1px solid #D9D9D9;
}

.section-6 .media-player .medias {
  gap: 32px 0;
}

.section-6 .media-player .medias img {
  width: calc(25% - 24px);
}

.section-6 .interfaces-list {
  margin: 100px 0;
}

.section-6 .interfaces .cell {
  width: calc(25% - 18px);
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  background: #fff;
}

.section-6 .interfaces .cell .cont {
  height: 100%;
  padding: 24px 24px 30px;
  border-radius: 4px;
}

.section-6 .interfaces .cell .cont.bg1 {
  background: linear-gradient(0deg, rgba(17, 177, 255, 0.1) -6.53%, rgba(156, 235, 183, 0.1) 103.83%);
}

.section-6 .interfaces .cell .cont.bg2 {
  background: linear-gradient(0deg, rgba(255, 168, 37, 0.1) -6.53%, rgba(4, 98, 240, 0.1) 103.83%);
}

.section-6 .interfaces .cell .cont.bg3 {
  background: linear-gradient(180deg, rgba(255, 168, 37, 0.1) -54.02%, rgba(17, 177, 255, 0.1) 106.56%);
}

.section-6 .interfaces .cell .cont.bg4 {
  background: linear-gradient(90deg, rgba(4, 98, 240, 0.1) 0%, rgba(17, 177, 255, 0.1) 100%);
}

.section-6 .sys-req .cell {
  width: calc(50% - 16px);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.section-6 .sys-req .cell .text {
  border: 1px solid #D9D9D9;
  border-left: 0;
  border-radius: 0 12px 12px 0;
  padding: 0 28px;
}

@media (max-width: 1599.98px) {
  .section-6 {
    padding: 100px 0 80px;
  }

  .section-6 .interfaces-list {
    margin: 80px 0;
  }
}

@media (max-width: 1279.98px) {
  .section-6 .interfaces {
    gap: 16px;
  }

  .section-6 .interfaces .cell {
    width: calc(50% - 8px);
  }

  .section-6 .sys-req>div {
    gap: 20px;
  }

  .section-6 .sys-req .cell {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .section-6 {
    padding: 48px 0;
  }

  .section-6 h3 {
    font-size: 20px;
  }

  .section-6 .media-player .text p {
    font-size: 14px;
  }

  .section-6 .media-player .medias {
    gap: 16px 0;
  }

  .section-6 .media-player .medias img {
    width: calc(50% - 4px);
  }

  .section-6 .interfaces-list {
    margin: 40px 0;
  }

  .section-6 .interfaces .cell {
    width: 100%;
  }

  .section-6 .sys-req .cell {
    border: 1px solid #D9D9D9;
  }

  .section-6 .sys-req .cell .cont {
    align-items: center;
    padding: 24px 20px;
  }

  .section-6 .sys-req .cell .cont>img {
    width: 108px;
    border-radius: 12px;
  }

  .section-6 .sys-req .cell .text {
    padding: 0;
    border: 0;
    margin-top: 16px;
  }

  .section-6 .sys-req .cell .text h5,
  .section-6 .sys-req .cell .text p {
    font-size: 14px;
  }
}

.section-7 {
  padding: 48px 0;
}

@media (min-width: 1280px) {
  .section-7 {
    padding: 100px 0;
  }
}

@media (min-width: 1600px) {
  .section-7 {
    padding: 120px 0;
  }
}

@media (min-width: 1600px) {
  .section-7 .container {
    max-width: 1224px;
  }
}

.section-7 .accordion-item {
  padding: 16px;
  border-radius: 16px !important;
}

@media (min-width: 1280px) {
  .section-7 .accordion-item {
    padding: 32px;
  }
}

.section-7 .accordion-item .accordion-button {
  font-size: 16px !important;
  padding: 0 !important;
}

@media (min-width: 1280px) {
  .section-7 .accordion-item .accordion-button {
    font-size: 20px !important;
  }
}

.section-7 .accordion-item .accordion-button::after {
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.00029 14.0003L15.2929 22.2929C15.6834 22.6834 16.3166 22.6834 16.7071 22.2929L24.9997 14.0003" stroke="black" stroke-opacity="0.7" stroke-width="2.66667" stroke-linecap="round"/></svg>') !important;
  background-size: 100% !important;
}

@media (min-width: 1280px) {
  .section-7 .accordion-item .accordion-button::after {
    width: 32px;
    height: 32px;
  }
}

.section-7 .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.00029 14.0003L15.2929 22.2929C15.6834 22.6834 16.3166 22.6834 16.7071 22.2929L24.9997 14.0003" stroke="%230462F0" stroke-opacity="0.7" stroke-width="2.66667" stroke-linecap="round"/></svg>') !important;
  -webkit-transform: rotate(-180deg) !important;
  transform: rotate(-180deg) !important;
}

.section-8 {
  margin: 0 0 120px;
}

.section-8 .content {
  padding: 64px 80px 64px 120px;
  border-radius: 60px;
  background: linear-gradient(90deg, #0462F0 0%, #11B1FF 100%);
}

.section-8 .downloads-count {
  color: rgba(255, 255, 255, 0.7);
}

.section-8 .downloads-count span {
  color: #ffa825;
}

@media (max-width: 1599.98px) {
  .section-8 {
    margin: 0 0 100px;
  }

  .section-8 .content {
    padding: 64px;
  }
}

@media (max-width: 1279.98px) {
  .section-8 .content .cont {
    margin-bottom: 64px;
  }
}

@media (max-width: 991.98px) {
  .section-8 {
    margin: 0 0 64px;
    border-radius: 24px;
    background: linear-gradient(90deg, #0462F0 0%, #11B1FF 100%);
  }

  .section-8 .content {
    background: unset;
    padding: 56px 0 64px;
  }

  .section-8 .content .cont {
    margin-bottom: 64px;
  }
}