header {
  overflow-x: hidden;
}
.hero {
  background: url('/new_landing/images/plans-page/plans-hero.png') no-repeat;
  background-size: cover;
  background-position: -0 -500px;
  .period-buttons {
    border: 1px solid var(--color-light-grey);
    border-radius: 10px;
    display: flex;
    color: var(--color-light-grey);
    font-size: 24px;
    background-color: #00000029;
    .button-monthly,
    .button-annual {
      padding: 20px 0;
      text-align: center;
      cursor: pointer;
      width: 165px;
    }
    .button-annual-active {
      border-left: 1px solid var(--color-light-grey);
      border-radius: 10px;
      background-color: var(--color-white);
    }
    .button-monthly-active {
      border-right: 1px solid var(--color-light-grey);
      border-radius: 10px;
      background-color: var(--color-white);
    }
  }
  .price-cards {
    display: flex;
    justify-content: space-evenly;
    margin-top: 60px;
    flex-wrap: wrap;

    .price-card {
      border: 4px solid var(--color-white);
      padding: 70px 40px;
      box-shadow: 0px 15px 20px #0000000f;
      flex-basis: 30%;
      border-radius: 25px;
      min-width: 450px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;

      .price-title {
        font-size: 32px;
      }
      .price-about {
        font-size: 24px;
      }
      strong {
        font-size: 24px;
        .basic-plan-price,
        .premium-plan-price {
          font-size: 70px;
        }
      }
      .list-title {
        color: var(--color-dark-grey);
        opacity: 65%;
        font-size: 24px;
      }
      .plan-item {
        font-size: 29px;
      }
      .included-in-plan {
        list-style-type: '+';
        /* margin-left: 0; */
        padding-left: 10px;
        li:marker {
          margin-right: 20px;
        }
      }
    }
    .price-card.card-basic {
      border-color: var(--color-white);
      background-color: var(--color-lime-yellow);
      .price-card-button {
        background-color: var(--color-white);
        text-transform: uppercase;
        width: 100%;
        border: 1px solid var(--color-yellow);
        border-radius: 20px;
        padding: 15px 0;
        font-size: 24px;
        margin-top: auto;
        &:hover {
          background-color: var(--color-yellow);
        }
      }
    }
    .price-card.card-premium {
      border-color: var(--color-pink);
      background-color: var(--color-white);
      .price-card-button {
        background-color: var(--color-pink);
        text-transform: uppercase;
        width: 100%;
        border: 1px solid var(--color-pink);
        border-radius: 20px;
        padding: 15px 0;
        font-size: 24px;
        margin-top: auto;
        &:hover {
          background-color: var(--color-white);
        }
      }
    }
  }
}

.glide--slider {
  margin-top: 50px;
}
.glide__arrows {
  display: flex;
  justify-content: space-between;
  .glide__arrow {
    position: unset;
    background-color: var(--color-white);
    color: var(--color-dark-indigo);
    border-radius: 50%;
    margin-top: 25px;
  }
}
.glide__slides {
  .price-card {
    border: 4px solid var(--color-white);
    padding: 35px 20px;
    box-shadow: 0px 15px 20px #0000000f;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    .price-title {
      font-size: 24px;
    }
    .price-about {
      font-size: 20px;
    }
    strong {
      font-size: 24px;
      .basic-plan-price,
      .premium-plan-price {
        font-size: 60px;
      }
    }
    .list-title {
      color: var(--color-dark-grey);
      opacity: 65%;
      font-size: 22px;
    }
    .plan-item {
      font-size: 18px;
    }
    .included-in-plan {
      list-style-type: '+';
      /* margin-left: 0; */
      padding-left: 10px;
      li:marker {
        margin-right: 20px;
      }
    }
  }
  .price-card.card-basic {
    border-color: var(--color-white);
    background-color: var(--color-lime-yellow);
    .price-card-button {
      background-color: var(--color-white);
      text-transform: uppercase;
      width: 100%;
      border: 1px solid var(--color-yellow);
      border-radius: 20px;
      font-size: 18px;
      padding: 10px 20px;
      margin-top: auto;
      &:hover {
        background-color: var(--color-yellow);
      }
    }
  }
  .price-card.card-premium {
    border-color: var(--color-pink);
    background-color: var(--color-white);
    .price-card-button {
      background-color: var(--color-pink);
      text-transform: uppercase;
      width: 100%;
      border: 1px solid var(--color-pink);
      border-radius: 20px;
      font-size: 18px;
      padding: 10px 20px;
      margin-top: auto;
      &:hover {
        background-color: var(--color-white);
      }
    }
  }
}

section.ssm-plan-details {
  .section-title {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  thead {
    tr {
      border-bottom: 1px solid var(--color-light-grey);
    }
    th {
      font-size: 30px;
    }
    th ~ th {
      text-align: center;
    }
  }
  tbody {
    th,
    td {
      font-size: 28px;
      font-weight: 400;
      width: 529px;
    }
    td {
      text-align: center;
    }
  }
}

@media only screen and (max-width: 1681px) {
  section.hero {
    .price-cards {
      .price-card {
        padding: 35px 20px;
        .plan-item {
          font-size: 24px;
        }
      }
    }
  }
  section.ssm-plan-details {
    thead {
      tr {
        th {
          font-size: 24px;
        }
      }
    }
    tbody {
      th,
      td {
        font-size: 20px;
        /* vertical-align: middle; */
        max-width: 300px;
      }
      td img {
        width: 30px;
        height: 30px;
      }
    }
  }
}
@media only screen and (max-width: 1200px) {
  section.hero {
    background-position: center bottom;
    .period-buttons {
      .button-monthly,
      .button-annual {
        padding: 20px 0;
        text-align: center;
        cursor: pointer;
        flex-grow: 1;
      }
    }
  }
}
@media only screen and (max-width: 768px) {
  section.hero {
    background-position: center bottom;
    .period-buttons {
      margin-top: 20px;
      font-size: 18px;
    }
  }

  section.ssm-plan-details {
    table {
      thead {
        tr {
          th {
            font-size: 20px;
          }
        }
      }
      tbody {
        tr {
          th,
          td {
            font-size: 16px;
            vertical-align: middle;
          }
          td img {
            width: 25px;
            height: 25px;
          }
        }
      }
    }
  }
}

@media only screen and (max-width: 427px) {
  section.ssm-plan-details {
    table {
      tbody {
        tr {
          th {
            width: 180px;
          }
          td {
            width: auto;
            max-width: unset;
          }
        }
      }
    }
  }
  table tr > :nth-child(4) {
    display: none;
  }
}
