.banner {
  width: 100%;
  background: url(../img/store/banner-pic.png) no-repeat;
  background-size: cover;
  padding: 100px 0;
  margin-bottom: 100px;
}
.banner .title {
  font-weight: 700;
  font-size: 46px;
  line-height: 1.5;
  text-align: center;
  color: #212121;
}
.banner .desc {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  color: #565656;
  margin-top: 20px;
}
.main-1 {
  margin-bottom: 120px;
}
.main-1 .main-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.5;
  color: #080f30;
  text-align: center;
}
.main-1 .content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 65px;
  margin-top: 80px;
}
.main-1 .content-item {
  position: relative;
  width: 482px;
  border-radius: 30px;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  box-shadow: 0 0 11px 0 rgba(18, 128, 84, 0.16);
}
.main-1 .content-item.two-product {
  border-color: #0096ff;
}
.main-1 .content-item.two-product .item-info {
  background-image: url(../img/buy-blue.png);
}
.main-1 .content-item.two-product .item-title::before {
  content: 'Netflix + Amazon Prime \A Video Downloader';
}
.main-1 .content-item.two-product .item-price::after {
  background: #44b2ff;
}
.main-1 .content-item.two-product .item-intro {
  background: #f2f7f9;
}
.main-1 .content-item.two-product .intro-title {
  background: #1fa3ff;
}
.main-1 .content-item.all-in {
  border-color: #24ca89;
}
.main-1 .content-item.all-in .item-info {
  background-image: url(../img/buy-green.png);
}
.main-1 .content-item.all-in .item-title::before {
  content: 'Plan All-in-One \A per 5 piattaforme di streaming';
}
.main-1 .content-item.all-in .item-price::after {
  background: #3fe3a3;
}
.main-1 .content-item.all-in .item-intro {
  background: #f2f9f5;
}
.main-1 .content-item.all-in .intro-title {
  background: #00bd73;
}
.main-1 .content .item-tag {
  position: absolute;
  z-index: 10;
  top: -50px;
  right: -50px;
  width: 130px;
  height: 130px;
  background: url(../img/bg-tag.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-1 .content .tag-bold {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.main-1 .content .tag-lighter {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.main-1 .content .item-info {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -1px -10px;
  padding: 24px 0 80px;
  border-radius: 30px;
  overflow: hidden;
}
.main-1 .content .item-info::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 413px;
  height: 145px;
  background: url(../img/bg-buy-star.png) no-repeat center;
  background-size: 100% 100%;
}
.main-1 .content .item-title {
  position: relative;
  white-space: nowrap;
  height: 70px;
  font-size: 0;
}
.main-1 .content .item-title::before {
  visibility: visible;
  display: inline;
  white-space: pre-line;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
}
.main-1 .content .item-desc {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-top: 5px;
}
.main-1 .content .item-cover {
  display: block;
  margin: 20px auto;
}
.main-1 .content .item-price {
  display: block;
  position: relative;
  z-index: 10;
  width: fit-content;
  font-weight: bold;
  font-size: 44px;
  color: #fff;
  text-align: center;
  margin: 0 auto 20px;
}
.main-1 .content .item-price::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: -1;
}
.main-1 .content .item-tips {
  text-align: center;
  opacity: 0.7;
}
.main-1 .content .item-old-price {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-decoration: line-through;
}
.main-1 .content .item-tax {
  font-weight: lighter;
  font-size: 14px;
  color: #fff;
  padding-left: 10px;
}
.main-1 .content .item-intro {
  position: relative;
  z-index: 10;
  width: 88%;
  border-radius: 15px;
  margin: -50px auto 0;
  padding: 20px;
}
.main-1 .content .intro-title {
  width: fit-content;
  margin: 0 auto;
  padding: 5px 30px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border-radius: 15px 0px;
}
.main-1 .content .intro-list {
  margin-top: 20px;
}
.main-1 .content .list-li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}
.main-1 .content .list-li::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/li-mark.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 10px;
}
.main-1 .content .list-li_name {
  flex: 1;
  font-size: 14px;
  color: #7a7a7a;
}
.main-1 .content .list-li_price {
  font-size: 14px;
  color: #606060;
}
.main-1 .content .item-buy {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  padding: 30px 0;
}
.main-1 .content .buy-btn {
  width: 185px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #47b875;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  transition: all 0.5s;
}
.main-1 .content .buy-btn .iconfont {
  font-weight: lighter;
  font-size: 20px;
}
.main-1 .content .buy-btn:hover {
  background: #036c4e;
}
.main-2 {
  padding: 0;
}
.main-2 .main-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.5;
  color: #080f30;
  text-align: center;
}
.main-2 .content {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-top: 36px;
  column-gap: 30px;
  row-gap: 45px;
}
.main-2 .content .item {
  display: flex;
  flex-direction: column;
  width: 340px;
  padding: 30px 22px;
  border-radius: 15px;
  border: 1px solid #95d4bd;
  background: #e6fcf4;
}
.main-2 .content .item .item-logo img {
  transition: all 0.2s;
}
.main-2 .content .item .item-logo img:hover {
  transform: scale(1.2);
}
.main-2 .content .item .item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #222222;
  margin-top: 20px;
}
.main-2 .content .item .item-desc {
  flex: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  margin-top: 15px;
}
.main-2 .content .item .price {
  font-weight: 700;
  font-size: 24px;
  color: #222222;
  margin: 20px 0 10px;
}
.main-2 .content .item .tax {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.main-2 .content .item .btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.main-2 .content .item .btn-box .btn {
  width: 140px;
  height: 42px;
  box-sizing: border-box;
  border-radius: 30px;
  background: #47b875;
  transition: all 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
}
.main-2 .content .item .btn-box .btn .btn-text {
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
}
.main-2 .content .item .btn-box .btn .iconfont {
  font-size: 16px;
  color: #ffffff;
}
.main-2 .content .item .btn-box .btn:hover {
  background: #036c4e;
}
.main-3 {
  padding: 100px 0 0;
}
.main-3 .main-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 60px;
  color: #000000;
  text-align: center;
}
.main-3 .main-img {
  display: block;
  margin: 60px auto 0;
}
.main-4 {
  padding-top: 250px;
  padding-bottom: 100px;
  background: url(../img/store/main-4-bg.svg) no-repeat;
  background-position: top center;
  background-size: cover;
}
.main-4 .main-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.main-4 .content {
  display: flex;
  justify-content: center;
  gap: 56px;
}
.main-4 .content .item {
  width: 320px;
  border-radius: 15px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 12px 60px;
  box-shadow: 0 0 20px 0 rgba(0, 125, 80, 0.38);
}
.main-4 .content .item .item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #222222;
  margin: 20px 0;
}
.main-4 .content .item .item-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #444b4a;
}
.main-4 .content .item .item-link {
  font-weight: 700;
  color: #03996c;
}
.main-4 .content .item .item-link:hover {
  text-decoration: underline;
}
footer {
  margin-top: 0;
}
@media (max-width: 768px) {
  .banner {
    padding: 80rem 0;
    margin-bottom: 80rem;
    background: #f5fffc;
  }
  .banner .title {
    font-size: 24rem;
  }
  .banner .desc {
    font-size: 20rem;
    margin-top: 10rem;
  }
  .main-1 {
    margin-bottom: 60rem;
  }
  .main-1 .main-title {
    font-size: 22rem;
  }
  .main-1 .content {
    flex-direction: column;
    gap: 65rem;
    margin-top: 65rem;
  }
  .main-1 .content-item {
    width: 100%;
    border-radius: 20rem;
    border-width: 1rem;
    box-shadow: 0 0 11rem 0 rgba(18, 128, 84, 0.16);
  }
  .main-1 .content .item-tag {
    top: -50rem;
    right: -15rem;
    width: 90rem;
    height: 90rem;
  }
  .main-1 .content .tag-bold {
    font-size: 14rem;
  }
  .main-1 .content .tag-lighter {
    font-size: 10rem;
  }
  .main-1 .content .item-info {
    background-position: center;
    padding: 24rem 0 80rem;
    border-radius: 20rem;
  }
  .main-1 .content .item-info::before {
    width: 300rem;
    height: 100rem;
  }
  .main-1 .content .item-title {
    height: 50rem;
  }
  .main-1 .content .item-title::before {
    font-size: 16rem;
  }
  .main-1 .content .item-desc {
    font-size: 12rem;
    margin-top: 5rem;
  }
  .main-1 .content .item-cover {
    width: 135rem;
    height: 135rem;
    margin: 20rem auto;
  }
  .main-1 .content .item-price {
    font-size: 32rem;
    margin: 0 auto 20rem;
  }
  .main-1 .content .item-price::after {
    bottom: 3rem;
    height: 5rem;
  }
  .main-1 .content .item-old-price {
    font-size: 12rem;
  }
  .main-1 .content .item-tax {
    font-size: 12rem;
    padding-left: 10rem;
  }
  .main-1 .content .item-intro {
    width: 92%;
    border-radius: 15rem;
    margin: -50rem auto 0;
    padding: 10rem 12rem;
  }
  .main-1 .content .intro-title {
    padding: 5rem 30rem;
    font-size: 12rem;
    border-radius: 15rem 0;
  }
  .main-1 .content .intro-list {
    margin-top: 10rem;
  }
  .main-1 .content .list-li {
    padding: 5rem 0;
  }
  .main-1 .content .list-li::before {
    width: 15rem;
    height: 15rem;
    margin-right: 5rem;
  }
  .main-1 .content .list-li_name {
    font-size: 12rem;
  }
  .main-1 .content .list-li_price {
    font-size: 12rem;
  }
  .main-1 .content .item-buy {
    gap: 20rem;
    padding: 30rem 0;
  }
  .main-1 .content .buy-btn {
    width: 145rem;
    height: 38rem;
    gap: 10rem;
    border-radius: 50rem;
    font-size: 14rem;
  }
  .main-1 .content .buy-btn .iconfont {
    font-size: 16rem;
  }
  .main-2 {
    padding: 80rem 0 0;
  }
  .main-2 .main-title {
    width: 100%;
    font-size: 22rem;
  }
  .main-2 .content {
    margin-top: 30rem;
    gap: 0;
  }
  .main-2 .content .item {
    width: 100%;
    padding: 30rem 10rem;
    border-radius: 10rem;
    margin: 0 0 40rem 0;
  }
  .main-2 .content .item .item-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .main-2 .content .item .item-logo img {
    width: 80rem;
    height: 80rem;
  }
  .main-2 .content .item .item-title {
    font-size: 18rem;
    margin-top: 20rem;
  }
  .main-2 .content .item .item-desc {
    font-size: 14rem;
    margin-top: 10rem;
  }
  .main-2 .content .item .price {
    font-size: 24rem;
    margin: 20rem 0 10rem;
  }
  .main-2 .content .item .tax {
    font-size: 15rem;
  }
  .main-2 .content .item .btn-box {
    margin-top: 20rem;
  }
  .main-2 .content .item .btn-box .btn {
    width: 155rem;
    height: 45rem;
    align-items: center;
    justify-content: center;
    gap: 10rem;
  }
  .main-2 .content .item .btn-box .btn .btn-text {
    font-size: 12rem;
  }
  .main-2 .content .item .btn-box .btn .iconfont {
    font-size: 18rem;
  }
  .main-3 {
    padding: 50rem 0 0;
  }
  .main-3 .main-title {
    font-size: 32rem;
    line-height: 42rem;
  }
  .main-3 .main-img {
    width: 100%;
    height: auto;
    margin: 50rem auto 0;
  }
  .main-4 {
    margin-top: 100rem;
    padding-top: 80rem;
    padding: 80rem 0 60rem;
    background: linear-gradient(180deg, #85ccb2 -3.73%, #009c93 100%), #e6fcf4;
  }
  .main-4 .main-title {
    font-size: 24rem;
  }
  .main-4 .content {
    flex-direction: column;
    align-items: center;
    gap: 35rem;
  }
  .main-4 .content .item {
    width: 320rem;
  }
  .main-4 .content .item .item-img {
    width: 100rem;
    height: 100rem;
  }
  .main-4 .content .item .item-title {
    font-size: 20rem;
    margin: 20rem 0 10rem;
  }
  .main-4 .content .item .item-desc {
    font-size: 16rem;
  }
}
