// 3. PRICE
.price-container {
  height: 100%;
  color: #FFFFFF;


  h3 {
    text-align: start;
    padding: 0 0 10px 40px;
    color: #FFFFFF;
  }

  .radio-wrap {
    display: flex;
    flex-direction: column;
    align-items: start;

    input {
      width: 20px;
      height: 20px;
    }

    .savings {
      font-size: 14px;
      text-align: start;
      padding-left: 30px;
      color: #0d6efd;
    }

    .name {
      font-weight: 200;
      font-size: 16px;
      margin-left: 10px;
    }

    .name.active {
      font-weight: bold;
    }
  }

  .link-button {
    font-size: 16px;
    display: flex;
    justify-content: center;
    margin: auto 0 0 0;
    border: none;
    border-radius: 38px;
    padding: 10px;
    cursor: pointer;
    background-color: #FFFFFF;
    transition: 0.3s ease;

    &:hover {
      transform: scale(1.03) !important;
    }


    @include media-breakpoint-down(xl) {
      font-size: 12px;
    }
    @include media-breakpoint-down(lg) {
      font-size: 10px;
    }
  }

  .fixed-size {
    max-width: 1600px;
    margin: 60px auto;
  }

  .show-navbar {
    display: block !important;
  }

  .white-button {
    border: 1px solid #FFFFFF !important;
    color: black;

    &.current-button {
      cursor: default;
      transform: none ! IMPORTANT;
      background-color: #FFFFFF !important;
      color: #202020 !important;
    }

    &:hover {
      background: #202020;
      color: white;
    }

  }

  .purple-button {
    border: 1px solid #FFFFFF !important;
    color: #a62bbd;

    &.current-button {
      cursor: default;
      transform: none ! IMPORTANT;
      background-color: #FFFFFF !important;
      color: #a62bbd !important;
    }

    &:hover {
      background-color: #c760e1;
      color: #FFFFFF;
    }
  }

  .blue-button {
    border: 1px solid #FFFFFF !important;
    color: #58bbe3;

    &.current-button {
      cursor: default;
      transform: none ! IMPORTANT;
      background-color: #FFFFFF !important;
      color: #58bbe3 !important;
    }

    &:hover {
      background-color: #85d5f0;
      color: #FFFFFF;
    }
  }

  .month-span {
    margin: 10px 0 10px 4px;
  }

  #business-price,


    // text settings
  .title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .title-price {
    font-family: "Inter", sans-serif;
    color: white;
    font-weight: 700;
    font-size: 120px;
    line-height: 100px;
    letter-spacing: 1.25rem;
  }

  .plan-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .plan-info-wrap {
    flex: 1;
    margin: 0 20px;
    background-color: #f4f4f4;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 20px;
    text-align: center;

    height: 130px;
  }

  .price {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--orange-color);
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
  }

  .purple-color {
    color: #a62bbd;
  }

  .blue-color {
    color: #58bbe3;
  }

  // blocks
  .free {
    background: rgba(32, 32, 32, 1) !important;
  }

  .pro {
    background: #F4F4F4;
  }

  .business {
    background: #F4F4F4;
  }

  .border-card {
    border: 1px solid #FFFFFF;
  }

  .section-plan {
    //width: 90%;
    display: flex;
    flex-direction: column;
    min-height: 350px;
    margin: 20px auto;
    padding: 20px;
    max-width: 500px;
    color: var(--text-color);
    border-radius: 20px;
    text-align: center;

    h2 {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-weight: 800;
      margin: 0;
      letter-spacing: 1px;
    }
  }

  .navbar-price {
    height: 180px;
    display: none;
    text-align: center;
    position: sticky;
    top: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    color: white;
    animation: 200ms cubic-bezier(0.33, 1, 0.68, 1) 0s 1 normal none running navigation-price-menu-appear;
    transition: transform 2s ease;


    h2 {
      display: flex;
      align-items: center;
      text-align: start;
      font-size: 18px;
      height: 56px;
      margin: 0;
      letter-spacing: 1px;
    }

    .navbar-empty-div {
      height: 50px;
      width: 100%;
      background: #202020;
    }
  }

  .navbar-plan-container {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 10px 0 10px;
    height: 130px;
    width: 100%;
  }

  .navbar-plan-section {
    flex: 1;
    margin: 0 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    text-align: center;
  }

  .navbar-border-card {
    border: 1px solid #FFFFFF;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .price-middle-container {

    @include media-breakpoint-down(lg) {
      flex-direction: column;
      .navbar-plan-section:first-child {
        .section-plan {
          margin: 0 auto !important;
          padding: 0 !important;
        }
      }
      .navbar-plan-section {
        width: 90% !important;
        min-height: 0 !important;

        .section-plan {
          min-height: 0;
        }
      }
    }

  }

  table {
    color: black !important;
    width: 100%;
    border-collapse: collapse;

    .navbar-plan-section {
      padding: 20px;
    }

    tr {
      display: flex;
      flex-direction: column;
      color: #FFFFFF;
    }

    th,
    td {
      height: 64px;
      font-size: 16px;
      text-align: left;
      margin: 20px 0;
      padding: 20px;
      border-bottom: 1px solid #d4d7d9 !important;
      @include media-breakpoint-down(xl) {
        font-size: 14px;
      }
    }
  }

  .price-table-container {
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 10px;
  }

  @include media-breakpoint-down(xxl) {
    .title-price {
      font-size: 90px;
      line-height: 80px;
    }
  }

  @include media-breakpoint-down(xl) {
    .title-price {
      font-size: 64px;
      line-height: 55px;
      letter-spacing: 16px;
    }
  }

  @include media-breakpoint-down(lg) {
    .title-price {
      font-size: 50px;
      line-height: 42px;
      letter-spacing: 14px;
    }
  }

  @include media-breakpoint-down(md) {
    .title-price {
      font-size: 40px;
      line-height: 36px;
      letter-spacing: 14px;
    }
  }

  @include media-breakpoint-down(sm) {
    .title-price {
      letter-spacing: 8px;
    }
  }

}

// class for price TS
.overflow-hidden-only-small-screen {
  overflow: hidden;
  @include media-breakpoint-up(lg) {
    overflow: visible !important;
  }
}
