.banner-pricing {
  width: 1083px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 30px;
  /* height: 424px; */

  p {
    text-align: center;

    &:nth-child(1) {
      margin-top: 94px;
      font-size: 48px;
      font-weight: bold;
      color: #000000;
      /* background: linear-gradient(90deg, #7057DF 0%, #3DFF94 100%);
      -webkit-text-fill-color: transparent;
      background-clip: text; */
    }

    &:nth-child(2) {
      font-size: 16px;
      color: #3D3D3D;
      line-height: 24px;
    }
  }
}

.pricing-block-1 {
  /* border: 1px solid #EDEDED; */
  /* background: #FCFCFC; */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;

  .title-row {
    margin-top: 80px;
    margin-bottom: 0;
    font-size: 48px;

    .title1 {
      color: #000000;
    }

    .title2 {
      color: #6C4BDA;
    }

  }

  .pricing-block-1-main {
    display: flex;
    justify-content: space-between;
    width: 1020px;
    margin: auto;
    margin-top: 50px;
    .pricing-block-1-main-left{
        padding: 50px 40px 0 40px;
        background: #F7F7F7;
        border-radius: 20px;
        .header{
          .others{
            font-family: Montserrat;
            font-size: 14px;
            font-weight: normal;
            line-height: 32px;
            text-align: center;
            color: #000000;
            border-radius: 42px;
            background: #EBEBEB;
            border: 1px solid #000000;
            width: 112px;
            height: 32px;
          }
          .other-title{
            margin-top: 27px;
            font-size: 24px;
            font-weight: 600;
            color: #3D0000;
          }
          .other-tip{
            margin-top: 4px;
            font-size: 14px;
            color: #000000;
          }
        }
        .content{
          width: 362px;
          margin-top: 26px;
          display: flex;
          flex-direction: column;
          row-gap: 16px;
          border-top: 1px solid rgba(0, 0, 0, 0.2);
          border-bottom: 1px solid rgba(0, 0, 0, 0.2);
          padding: 28px 0;
          .content-item{
            display: flex;
            align-items: center;
            column-gap: 12px;
            .content-item-img{
              width: 16px;
              height: 16px; 
            }
            .content-item-title{
              font-size: 14px;
              color: #000000;
            }
          }
        }
        .pricing-block-1-main-bottom{
          padding: 32px 0 ;
          .inner{
            display: flex;
            justify-content: space-between;
            align-items: center;
            .inner-left{
              .price{
                font-size: 24px;
                font-weight: 600;
                color: #000000;
              }
            .price-tip{
              font-size: 20px;
                color: rgba(0, 0, 0, 0.8);
              }
            }
            .inner-right{
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 12px;
                padding: 9px 24px;
                border-radius: 42px;
                background: #000000;
                color: #FFFFFF;
                cursor: pointer;
                font-size: 20px;
                transition: 0.3s;
                  .jiantou{
                     width: 24px;
                     height: 24px;
                  }
              }
              .inner-right:hover{
                transform: scale(1.05);
              }
            }
        }
    }
    .pricing-block-1-main-right{
        background: #131313;
        .header{
          .others{
            background: #131313;
            border: 1px solid #FFFFFF;
            color: #FFFFFF;
          }
          .other-title{
            color: #FFFFFF;
          }
          .other-tip{
            color: rgba(255, 255, 255, 0.3);
          }
        }
        .content{
          width: 448px;
          border-top: 1px solid rgba(255, 255, 255, 0.2);
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          .content-item{
            .content-item-title{
              color: #FFFFFF;
            }
          } 
        }
        .pricing-block-1-main-bottom-right{
          padding: 32px 0 ;
          .inner{
            .inner-left{
              .price{
                color: #fff;
              }
            .price-tip{
                color: rgba(255, 255, 255, 0.8);
              }
            }
            .inner-right{
                background: #6C4BDA;
              }
            }
        }
    }
  }
   
}

.pricing-block-2 {
  width: 1083px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 80px;
  .left-img{
    width: 550px;
    height: 336px;
  }
  .right{
    .title{
      font-size: 48px;
      font-weight: bold;
      color: #000000;
      padding-bottom: 15px;
    }
    .title-row-tip{
      font-size: 14px;
      line-height: 24px;
      color: #000000;
    }
    .contact-us{
      margin-top: 42px;
      border-radius: 4px;
      background: #6C4BDA;
      width: 198px;
      height: 40px;
      font-size: 18px;
      font-weight: 500;
      color: #FFFFFF;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.3s;
    } 
    .contact-us:hover{
      transform: scale(1.05);
    }
  }
}