
/*---------------------------------------------------- */
/*Pricing Section*/
/*----------------------------------------------------*/
.txt-pricing-section-1 {
    overflow: hidden;
  }
  
  .txt-pricing-tab-content {
    padding-top: 30px;
  }
  
  .txt-pricing-tab-btn {
    padding-top: 135px;
  }
  .txt-pricing-tab-btn .nav-tabs li {
    margin-bottom: 15px;
  }
  .txt-pricing-tab-btn .nav-tabs li .nav-link {
    z-index: 1;
    color: #fff;
    overflow: hidden;
    min-width: 260px;
    position: relative;
    border-radius: 50px;
    background-color: #030617;
    padding: 12px 90px 12px 30px;
    font-family: var(--txt-heading-1);
  }
  .txt-pricing-tab-btn .nav-tabs li .nav-link:before {
    top: 0;
    left: 0;
    width: 0%;
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
    border-radius: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: var(--txt-gradient-1);
  }
  .txt-pricing-tab-btn .nav-tabs li .nav-link.active {
    border-radius: 50px;
    padding: 12px 90px 12px 30px;
    border-color: #003E7F!important;
  }
  .txt-pricing-tab-btn .nav-tabs li .nav-link.active:before {
    width: 100%;
  }
  
  .txt-pricing-img-1 {
    top: 30px;
    z-index: 2;
    left: -85px;
    position: relative;
  }
  .txt-pricing-img-1 .inner-img {
    top: 0;
    left: 0;
    -webkit-transform: translate(17px, 7px);
            transform: translate(17px, 7px);
  }
  
  .txt-pricing-item-area {
    width: 100%;
    max-width: 490px;
    margin-top: 120px;
    -webkit-transform: translateX(-45px);
            transform: translateX(-45px);
  }
  
  .txt-pricing-item {
    z-index: 1;
    overflow: hidden;
    padding: 30px 50px 135px;
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  .txt-pricing-item:before {
    top: -90px;
    left: -45px;
    z-index: -1;
    width: 125%;
    content: "";
    height: 150px;
    position: absolute;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    background: var(--txt-gradient-1);
  }
  .txt-pricing-item h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 60px;
  }
  .txt-pricing-item .txt-plan-price {
    color: #5956F0;
    font-size: 60px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-family: var(--txt-heading-1);
    border-bottom: 1px solid rgba(19, 25, 40, 0.15);
  }
  .txt-pricing-item .txt-plan-price sup {
    top: -20px;
    font-size: 30px;
    font-weight: 600;
  }
  .txt-pricing-item .txt-plan-price sub {
    bottom: 0;
    color: #9C9CC0;
    font-size: 20px;
    font-weight: 400;
  }
  .txt-pricing-item li {
    color: #131928;
    margin-bottom: 15px;
  }
  .txt-pricing-item li i {
    color: #5956F0;
    margin-right: 5px;
  }
  .txt-pricing-item .txt-price-btn {
    right: 0;
    left: 10px;
    bottom: -85px;
    margin: 0 auto;
  }
  .txt-pricing-item .txt-price-btn a {
    color: #fff;
    width: 353px;
    height: 192px;
    font-weight: 600;
    padding-top: 45px;
    border-radius: 100%;
    display: inline-block;
    font-family: var(--txt-heading-1);
    background: var(--txt-gradient-1);
  }
  
  @media (max-width: 1150px) {
    .txt-pricing-img-1 {
      display: none;
    }
    .txt-pricing-item-area {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    .txt-pricing-tab-content {
      gap: 30px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .txt-pricing-tab-btn {
      padding-top: 40px;
    }
    .txt-pricing-item-area {
      margin-top: 40px;
    }
  }
  @media (max-width: 1150px) {
    .txt-pricing-tab-content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    .txt-pricing-item-area {
      margin-top: 20px;
    }
    .txt-pricing-item .txt-price-btn a {
      width: 100%;
    }
  }
  @media (max-width: 480px) {
    .txt-pricing-item:before {
      top: 0;
      left: 0;
      width: 100%;
      height: 85px;
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    .txt-pricing-item {
      padding: 30px 20px 135px;
    }
    .txt-pricing-item h3 {
      text-align: center;
      padding-bottom: 30px;
    }
    .txt-pricing-item .txt-plan-price {
      font-size: 30px;
      margin-top: 20px;
    }
    .txt-pricing-item .txt-plan-price sub {
      font-size: 16px;
    }
    .txt-pricing-item .txt-plan-price sup {
      top: 0;
      font-size: 20px;
    }
  }