@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

main {
  background-color: #ccd0e3;
}

.pricing-content {
  margin: 2rem 5rem;
  background-color: white;
  text-align: center;
  justify-items: center;
}

h1 {
  padding: 3rem 1rem 0 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 3rem;
}

.pricing-table-group {
  justify-items: left;
  width: 50vw;
  margin: 1rem 1rem 0 1rem;
}

.pricing-table,
.token-price-banner,
.credits-price-banner {
  padding: 3%;
}

.token-price-banner,
.credits-price-banner {
  font-family: "Poppins", sans-serif;
}

.pricing-table {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgb(50, 65, 88);
  padding: 0;
}

/* Table Design*/
table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
  table-layout: fixed;
  border: 1px solid rgb(50, 65, 88);
}

table thead tr {
  border: 1px solid rgb(50, 65, 88);
  background-color: rgb(50, 65, 88);
  color: white;
  text-align: center;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

table thead p {
  font-size: 1rem;
  font-weight: normal;
}

.table-head {
  padding: 5% 10%;
}

.bc-service,
.service-value {
  padding: 3%;
}

.table-value {
  padding: 3%;
}

.bc-service {
  font-weight: bolder;
  font-size: 1.5rem;
}

.service-value {
  font-weight: lighter;
  font-size: 1.5rem;
}

td {
  border: 1px solid #333;
  padding: 1rem;
  text-align: left;
  font-family: "Poppins", sans-serif;
}

.table-notice {
  width: 100%;
}

.table-notice p {
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  text-align: justify;
}

/* Tokens Banner */
.token-price-banner h2,
.token-price-banner .token-price {
  font-size: 2rem;
  font-weight: 900;
}

.token-price-banner p {
  font-size: 0.75rem;
  font-weight: bold;
}

.token-price-banner p,
.token-price-banner h2 {
  color: rgb(50, 65, 88);
}

.token-price-container {
  padding: 1.5rem;
}

.token-price-banner .token-price {
  display: inline-block;
  background-color: rgb(39, 41, 111);
  color: white;
  border-radius: 25px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.5);
}

.token-price-value {
  padding: 2rem 4rem;
}

/* Credits Banner */
.credits-price-banner h2,
.credits-price-banner .woofer-credits-value {
  font-size: 2rem;
  font-weight: 900;
}

.credits-price-banner p {
  font-size: 0.75rem;
  font-weight: bold;
}

.credits-price-banner p,
.credits-price-banner h2 {
  color: rgb(50, 65, 88);
}

.credits-price-container {
  padding: 1.5rem;
}

.credits-price-banner .woofer-credits-price {
  display: inline-block;
  background-color: rgb(39, 41, 111);
  color: white;
  border-radius: 25px;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.5);
}

.woofer-credits-value {
  padding: 2rem 4rem;
}

.token-price-banner,
.credits-price-banner {
  width: 50vw;
}

/* Small Screens */
@media screen and (max-width: 576px) {
  main {
    margin: 0;
  }

  .pricing-content {
    margin: 2rem 1rem;
  }

  .pricing-table,
  .token-price-banner,
  .credits-price-banner {
    padding: 10%;
  }

  .pricing-table-group {
    width: 80vw;
    padding: 0;
  }

  .pricing-table {
    padding: 0;
    margin: 0;
  }

  .bc-service,
  .service-value {
    font-size: 1rem;
  }

  .token-price-banner,
  .credits-price-banner {
    width: 80vw;
  }

  .token-price-banner h2,
  .token-price-banner .token-price {
    font-size: 1rem;
    font-weight: 900;
  }

  .credits-price-banner h2,
  .credits-price-banner .woofer-credits-value {
    font-size: 1rem;
    font-weight: 900;
  }

  .woofer-credits-value {
    padding: 2rem 1rem;
  }

  .token-price-value {
    padding: 2rem 2rem;
  }
}
