/** @format */
.wrap-tit {
  color: #061c3d;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 146.682%;
  /* 46.938px */
}
.banner {
  padding: 64px 0 70px;
  background: url('https://img.tunefab.es/uploads/page/product-buy/buy-spotify-converter/banner-pc.webp') no-repeat center / cover;
}
.banner .container {
  margin: 0 auto;
  text-align: center;
}
.banner h1 {
  margin-top: 24px;
  color: #061c3d;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  /* 40px */
}
.banner .banner-desc {
  margin-top: 16px;
  color: #414141;
  font-size: 18px;
  font-weight: 400;
  line-height: 146.682%;
  /* 26.403px */
}
.banner .banner-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px 90px;
  margin-top: 26px;
}
.banner .banner-list .banner-item {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #3586ff;
  font-size: 20px;
  font-weight: 400;
  line-height: 125.182%;
  /* 25.036px */
}
.wrap1 {
  margin-top: 76px;
}
.wrap1 .wrap-desc {
  margin-top: 12px;
  color: #414141;
  font-size: 18px;
  font-weight: 400;
  line-height: 146.682%;
  /* 26.403px */
  text-align: center;
}
.wrap1 .prod-list {
  display: flex;
  align-items: center;
  gap: 56px;
  justify-content: center;
  margin-top: 44px;
}
.wrap1 .prod-list .prod-item {
  position: relative;
  flex: 1;
  border-radius: 18px;
  background: #fff;
  padding: 50px 34px 22px;
}
.wrap1 .prod-list .prod-item.item1 {
  border: 2px solid #dedede;
}
.wrap1 .prod-list .prod-item.item1 .item-btn {
  border: 1px solid #bebebe;
  background: #fff;
  color: #414141;
  transition: all 0.3s;
}
.wrap1 .prod-list .prod-item.item1 .item-btn:hover {
  border: 1px solid #a1ceff;
  background: linear-gradient(0deg, #d8ebff 0%, #d8ebff 100%), #fff;
}
.wrap1 .prod-list .prod-item.item2 {
  border: 2px solid #47cf71;
}
.wrap1 .prod-list .prod-item.item2 .item-btn {
  border: 1px solid transparent;
  color: #fff;
  background: linear-gradient(90deg, #007bff 0%, #678aff 52.4%, #c665ff 100%);
  transition: all 0.3s;
}
.wrap1 .prod-list .prod-item.item2 .item-btn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(90deg, #007bff 0%, #678aff 52.4%, #c665ff 100%);
}
.wrap1 .prod-list .prod-item.item2 .item-sale {
  background: #defee8;
  color: #2aad53;
}
.wrap1 .prod-list .prod-item.item3 {
  border: 2px solid #9fc4ff;
}
.wrap1 .prod-list .prod-item.item3 .item-btn {
  background: #007bff;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s;
}
.wrap1 .prod-list .prod-item.item3 .item-btn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #007bff;
}
.wrap1 .prod-list .prod-item.item3 .item-sale {
  background: #e3f0ff;
  color: #007bff;
}
.wrap1 .prod-list .item-plan {
  color: #061c3d;
  font-size: 18px;
  font-weight: 600;
  line-height: 146.682%;
  /* 26.403px */
}
.wrap1 .prod-list .item-tax {
  margin-top: 4px;
  color: #585858;
  font-size: 14px;
  font-weight: 400;
  line-height: 146.682%;
  /* 20.535px */
}
.wrap1 .prod-list .item-price {
  margin-top: 8px;
  color: #414141;
  font-size: 18px;
  font-weight: 400;
  line-height: 146.682%;
}
.wrap1 .prod-list .item-price .big-price {
  color: #465fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 146.682%;
  /* 49.872px */
}
.wrap1 .prod-list .item-desc {
  margin-top: 8px;
  color: #414141;
  font-size: 18px;
  font-weight: 400;
  line-height: 146.682%;
  /* 26.403px */
}
.wrap1 .prod-list .item-merit {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 130px;
}
.wrap1 .prod-list .item-merit-li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #585858;
  font-size: 14px;
  font-weight: 400;
  line-height: 146.682%;
  /* 20.535px */
}
.wrap1 .prod-list .item-btn-box {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.wrap1 .prod-list .item-btn-box .item-btn {
  display: flex;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 146.682%;
}
.wrap1 .prod-list .item-btn-box .iconfont {
  font-size: 20px;
}
.wrap1 .prod-list .item-sale {
  position: absolute;
  top: 0;
  left: 34px;
  padding: 6px 16px;
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 16px;
  line-height: 146.682%;
  border-radius: 0 0 10px 10px;
}
.wrap2 {
  margin-top: 130px;
}
.wrap2 .choose-box {
  margin-top: 56px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.wrap2 .choose-box .choose-cont {
  overflow-x: auto;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
}
.wrap2 .choose-box .choose-tb {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.wrap2 .choose-box thead {
  background: #fbfbfb;
  color: #061c3d;
  font-size: 18px;
  font-weight: 600;
  line-height: 146.682%;
  /* 26.403px */
}
.wrap2 .choose-box tr:last-child td {
  border-bottom: 0;
}
.wrap2 .choose-box th,
.wrap2 .choose-box td {
  width: 25%;
  padding: 25px 0;
  text-align: center;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  font-size: 18px;
}
.wrap2 .choose-box th:last-child,
.wrap2 .choose-box td:last-child {
  border-right: 0;
}
.wrap2 .choose-box .plan-name {
  color: #061c3d;
  font-size: 18px;
  font-weight: 600;
  line-height: 146.682%;
  /* 26.403px */
}
.wrap2 .choose-box .blue {
  color: #007bff;
  background: #f5faff;
}
.wrap2 .choose-box .green {
  color: #2aad53;
}
.wrap2 .choose-box .grey {
  color: #585858;
}
.wrap2 .wrap-tax {
  margin-top: 38px;
  color: #414141;
  font-size: 18px;
  font-weight: 400;
  line-height: 146.682%;
  /* 26.403px */
  text-align: center;
}
.wrap3 {
  margin-top: 138px;
}
.wrap3 .wrap-cont {
  padding: 102px 82px 64px;
  background: url('https://img.tunefab.es/uploads/page/product-buy/buy-spotify-converter/wrap3-pc.webp') no-repeat center / cover;
}
.wrap3 .wrap-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 28.7px 0 rgba(24, 78, 151, 0.06);
}
.wrap3 .wrap-box .box-upsell {
  position: absolute;
  top: -40px;
  left: -20px;
}
.wrap3 .wrap-left {
  flex: 0 0 432px;
  margin-top: 64px;
}
.wrap3 .wrap-left .wrap-tit {
  font-size: 42px;
  text-align: left;
  line-height: 1.3;
}
.wrap3 .wrap-left .left-logo {
  margin-top: 24px;
}
.wrap3 .wrap-left .left-link {
  margin-top: 36px;
  display: block;
  color: #007bff;
  font-size: 18px;
  font-weight: 400;
  line-height: 146.682%;
  /* 26.403px */
}
.wrap3 .wrap-left .left-link span {
  display: inline-block;
  transition: all 0.3s;
}
.wrap3 .wrap-left .left-link:hover span {
  transform: translateX(6px);
}
.wrap3 .wrap-left .btn-box {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 24px;
}
.wrap3 .wrap-left .btn-box .item-btn {
  max-width: 294px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  gap: 10px;
  border-radius: 6px;
  background: #007bff;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
  line-height: 146.682%;
  /* 23.469px */
}
.wrap3 .wrap-left .btn-box .item-btn:hover {
  transform: translateY(-6px);
}
.wrap3 .wrap-left .btn-box .iconfont {
  font-size: 20px;
}
.wrap3 .wrap-right {
  flex: 0 0 466px;
  padding: 24px 24px 14px;
  background: url('https://img.tunefab.es/uploads/page/product-buy/buy-spotify-converter/wrap3-right-bg.png') no-repeat center / cover;
  background-size: 100% 100%;
}
.wrap3 .right-list {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.wrap3 .right-list li {
  display: flex;
  gap: 14px;
}
.wrap3 .right-list .right-ico {
  width: 20px;
  height: 20px;
}
.wrap3 .right-list .right-tit {
  flex: 1;
  color: #585858;
  font-size: 14px;
  font-weight: 400;
  line-height: 146.682%;
  /* 20.535px */
}
.wrap3 .right-list .right-pri {
  width: auto;
  color: #414141;
  font-size: 14px;
  font-weight: 600;
  line-height: 146.682%;
  /* 20.535px */
}
.wrap3 .right-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 400;
  line-height: 146.682%;
  /* 20.535px */
}
.wrap3 .right-total .total-price {
  color: #414141;
  font-size: 18px;
  font-weight: 600;
  line-height: 146.682%;
  /* 26.403px */
}
.wrap3 .right-total .total-tit {
  color: #585858;
  font-size: 14px;
  font-weight: 600;
  line-height: 146.682%;
  /* 20.535px */
  text-decoration-line: line-through;
}
.wrap3 .right-line {
  width: 100%;
  margin: 16px 0;
}
.wrap3 .right-sale {
  margin-top: 14px;
  padding: 18px 2px 10px 6px;
  background: url('https://img.tunefab.es/uploads/page/product-buy/buy-spotify-converter/wrap3-sale-bg.png') no-repeat center / cover;
  background-size: 100% 100%;
  color: #2faa4a;
  font-size: 14px;
  font-weight: 400;
  line-height: 146.682%;
  /* 20.535px */
}
.wrap3 .right-sale span {
  color: #f00;
  font-weight: 600;
}
.wrap4 {
  margin-top: 120px;
}
.wrap4 .wrap4-accept {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
  background: #f9f9f9;
  padding: 20px 30px;
}
.wrap4 img {
  background: #fff;
}
.wrap5 {
  margin-top: 20px;
  padding: 100px 0;
}
.wrap5 .wrap-desc {
  margin-top: 22px;
  color: #46495c;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
  /* 36px */
}
.wrap5 .feature-swiper {
  overflow: hidden;
  margin-top: 50px;
  border: 1px solid #e8e8e8;
  background: #fff;
}
.wrap5 .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.wrap5 .swiper-slide {
  width: 398.6px;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  padding: 36px 15px 36px 28px;
  transition: all 0.3s ease;
  height: auto;
}
.wrap5 .swiper-slide:hover {
  background: #f6faff;
}
.wrap5 .swiper-slide:nth-child(3n) {
  border-right: none;
}
.wrap5 .swiper-slide:nth-of-type(4),
.wrap5 .swiper-slide:nth-of-type(5),
.wrap5 .swiper-slide:nth-of-type(6) {
  border-bottom: none;
}
.wrap5 .feature-item_icon {
  width: 55px;
  height: 55px;
}
.wrap5 .feature-item_title {
  margin: 16px 0 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #080f30;
}
.wrap5 .feature-item_desc {
  line-height: 1.8;
  color: #5d5d5d;
  padding-right: 10px;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
  .banner .banner-list {
    gap: 14px 20px;
  }
  .banner .banner-list .banner-item {
    font-size: 16px;
  }
  .banner .banner-list img {
    width: 22px;
    height: 22px;
  }
  .wrap1 .prod-list {
    gap: 12px;
  }
  .wrap1 .prod-list .prod-item {
    padding: 50px 14px 22px;
  }
  .wrap1 .item-merit-li {
    white-space: nowrap;
  }
  .wrap3 .wrap-cont {
    border-radius: 26px;
    padding: 60px 40px 50px;
  }
  .wrap3 .wrap-right {
    width: 400px;
    flex: 0 0 400px;
  }
}
@media (max-width: 996px) {
  .banner .banner-list {
    flex-direction: column;
  }
  .wrap1 .prod-list {
    flex-direction: column;
    gap: 26px;
  }
  .wrap1 .prod-list .prod-item {
    max-width: 345px;
    width: 100%;
    padding: 50px 24px 22px;
  }
  .wrap2 .choose-box {
    overflow-x: auto;
    margin-top: 36px;
  }
  .wrap2 .choose-box th,
  .wrap2 .choose-box td {
    width: 300px;
  }
  .wrap2 .choose-box .choose-cont::-webkit-scrollbar {
    height: 10px;
  }
  .wrap2 .choose-box .choose-cont::-webkit-scrollbar-track {
    background: rgba(217, 217, 217, 0.2);
  }
  .wrap2 .choose-box .choose-cont::-webkit-scrollbar-thumb {
    background: #007bff;
  }
  .wrap3 .wrap-box {
    flex-direction: column;
    align-items: center;
  }
  .wrap3 .wrap-left .btn-box {
    align-items: center;
  }
  .wrap3 .wrap-left .btn-box .item-btn {
    width: 294px;
  }
  .wrap4 .wrap4-accept {
    flex-wrap: wrap;
    width: 474px;
    gap: 10px 14px;
    margin: 24px auto 0;
  }
  .wrap5 .swiper-slide:nth-of-type(1) .feature-item_title,
  .wrap5 .swiper-slide:nth-of-type(2) .feature-item_title,
  .wrap5 .swiper-slide:nth-of-type(3) .feature-item_title {
    min-height: auto;
  }
  .wrap5 .feature-swiper {
    position: relative;
    margin-top: 30px;
    padding-bottom: 40px;
    overflow: hidden;
    height: auto;
    border: none;
    width: 100%;
    background: unset;
  }
  .wrap5 .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .wrap5 .swiper-slide {
    height: max-content;
    border: 1px solid #d3e5e3 !important;
    padding: 20px;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
  }
  .wrap5 .feature-item_title {
    font-size: 18px;
  }
  .wrap5 .feature-item_desc {
    height: auto;
    font-size: 14px;
  }
  .wrap5 .swiper-pagination-bullet-active {
    background-color: #4d9cff;
    width: 20px;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .wrap-tit {
    font-size: 26px;
  }
  .banner {
    padding: 38px 0 60px;
    background: url('https://img.tunefab.es/uploads/page/product-buy/buy-spotify-converter/banner-mb.webp') no-repeat center / cover;
  }
  .banner h1 {
    margin-top: 12px;
    padding: 0 14px;
    font-size: 32px;
  }
  .banner .banner-desc {
    margin-top: 12px;
    font-size: 14px;
  }
  .banner .banner-list {
    align-items: baseline;
  }
  .banner .banner-list .banner-item {
    gap: 8px;
    white-space: nowrap;
  }
  .wrap1 {
    margin-top: 32px;
  }
  .wrap1 .wrap-desc {
    margin-top: 10px;
    font-size: 14px;
  }
  .wrap1 .prod-list {
    margin-top: 26px;
  }
  .wrap1 .prod-list .item-merit {
    min-height: auto;
  }
  .wrap2 {
    margin-top: 78px;
  }
  .wrap2 .wrap-tax {
    display: none;
  }
  .wrap2 .choose-box th,
  .wrap2 .choose-box td {
    width: 212px;
    font-size: 14px;
  }
  .wrap2 .choose-box .plan-name {
    font-size: 14px;
  }
  .wrap3 {
    background: url('https://img.tunefab.es/uploads/page/product-buy/buy-spotify-converter/wrap3-bg-mb.webp') no-repeat center / cover;
  }
  .wrap3 .wrap-cont {
    padding: 88px 0 40px;
    background: none;
  }
  .wrap3 .wrap-box {
    padding: 50px 15px 20px;
  }
  .wrap3 .wrap-box .box-upsell {
    max-width: 344px;
    left: 0;
    top: -60px;
  }
  .wrap3 .wrap-left {
    margin-top: 0;
    flex: auto;
  }
  .wrap3 .wrap-left .wrap-tit {
    font-size: 28px;
  }
  .wrap3 .wrap-left .left-logo {
    margin-top: 18px;
    width: 100%;
    height: auto;
  }
  .wrap3 .wrap-left .left-link {
    margin-top: 18px;
  }
  .wrap3 .wrap-right {
    width: 314px;
    margin-top: 24px;
    padding: 24px 20px 14px;
  }
  .wrap3 .right-list li {
    gap: 10px;
  }
  .wrap3 .right-list .right-tit {
    white-space: nowrap;
  }
  .wrap3 .right-sale {
    text-align: center;
  }
  .wrap4 {
    margin-top: 54px;
  }
  .wrap4 .wrap4-accept {
    width: 100%;
    padding: 16px;
    gap: 13px;
  }
  .wrap4 .wrap4-accept img {
    width: 52px;
    height: 36px;
  }
  .wrap5 {
    margin-top: 30px;
    padding: 50px 0;
  }
  .wrap5 .wrap-desc {
    font-size: 16px;
  }
  .wrap5 .feature-swiper {
    margin-top: 30px;
  }
}
