body {
  font-family: "Nunito", sans-serif;
}
* {
  box-sizing: border-box;
}
.pricing-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: flex-end;
  padding-bottom: 60px;
}
.plan-card {
  max-width: 270px;
  width: 100%;
  border-radius: 30px;
      box-shadow: 0px 10px 0px #2c277b;
      padding-bottom: 10px;
}

.plan-card.hourly {
  background: linear-gradient(to bottom, #0a9490, #57c0bd);

}
.plan-card{
  padding: 40px 10px;
  padding-bottom: 15px;
  padding-top: 30px;
}

.header-bubble {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #2c277b;
  font-weight: 900;
  background: #ecf6f7;
  border-radius: 20px;
  font-size: 35px;
  padding: 10px 30px;
  position: relative;
  box-shadow: 0px 10px 0px #2c277b;
  z-index: 10;
  line-height: 45px;
}

.header-bubble .tooltipx {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: #ecf6f7;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  /* clip-path: polygon(50% 100%, 0 0, 100% 0); */
  box-shadow: 7px 7px 0px #2c277b;
  z-index: -10;
}

.rates-header {
  padding: 13px 10px;
  width: 100%;
  box-sizing: border-box;
  color: #fff442;
  text-align: center;
  border-radius: 20px;
  font-weight: 700;
  font-size: 18px;
  border: 3px solid #ffffffdb;
  background: linear-gradient(to top, #ffffff8f, rgba(255, 255, 255, 0));
}
.white-box {
  background-color: #fff;
  max-width: 195px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.rate-item span{
  display: block;
  text-align: center;
  color: #2c277b;
  font-weight: 700;
  font-size: 14.6px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 900;
    font-family: "Nunito", sans-serif;

}

.rate-item strong{
  color: #2c277b;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  display: block;
  margin-bottom: 5px;
 
}

.white-box p {
    font-size: 12px;
      color: #2c277b;
      font-weight: 900;
      text-align: center;
      margin-bottom: 0px;
      line-height: 20px;
}
.price-pill {
    width: 100%;
    background-color: #163379;
    max-width: 220px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 5px 60px;
    border: 3px solid #fff;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.select-btn{
  padding: 0px;
  text-align: center;
  width: 100%;
    margin: 0 auto;
  max-width: 220px;
  width: 100%;
  cursor: pointer;
  margin: 0 auto;
  display: block;
    margin-top: 10px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 22px;
    outline: none;
    font-weight: 900;
    text-decoration: none;

}
.plan-card.standard,
.plan-card.deluxe,
.plan-card.express{
    background: linear-gradient(to bottom, #0a9490, #57c0bd);
}

.token-info{
  margin-top: 45px;
}
.token-count{
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-weight: 900;
    text-shadow: -1px 7px #2C277B;
    line-height: normal;

}
.token-label{
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 100px;
  border-bottom: 2px solid #fff;
  margin-top: 5px;
  font-weight: 700;
  margin-top: 0px;
}

.per-token {
  text-align: center;
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.rates-box{
  margin-top: 15px;
}

.price-pill.price {
    font-size: 35px;
    padding: 9px 30px;
}

.plan-card.express{
      background: linear-gradient(to bottom, #2280A2, #71BAD1);
}
.plan-card.standard{
      background: linear-gradient(to bottom, #225FB5, #5992CF);
}
.plan-card.deluxe{
        background: linear-gradient(to bottom, #604CDB, #8578D4);
}

.plan-card.hourly .rates-box {
    margin-top: 60px;
}

@media(max-width:1600px){
    .header-bubble{
        font-size: 30px;
        line-height: 40px;
    }
    .header-bubble .tooltipx{
      width: 40px;
      height: 40px;
      bottom: -16px;
    }
    .plan-card{
      padding-top: 30px;
    }
    .plan-card.hourly .rates-box{
      margin-top: 50px;
    }
    .rates-header{
      font-size: 16px;
      padding: 10px;
    }
  
  
    .select-btn{
      font-size: 20px;
    }
    .price-pill.price {
    font-size: 40px;
    padding: 8px 30px;
}
.token-count{
  font-size: 50px;
  line-height: 60px;
}
.token-label{
  font-size: 20px;
  max-width: 100px;
}
.per-token{
  font-size: 16px;
  margin-top: 10px;
}
.pricing-container{
  gap: 25px;
}
.pricing-info{
  max-width: 950px;
}
.white-box{
  max-width: 169px;
}
.rate-item span {
        font-size: 14px;
        line-height: 22px;
    }
}

@media(max-width:1400px){
  .pricing-container{
    gap: 20px;
  }
  .pricing-container{
    padding-bottom: 40px;
  }
  .plan-card{
    max-width: 230px;
  }
 
}

@media(max-width:995px){
  .pricing-container{
    flex-wrap: wrap;
  }
}

@media(max-width:575px){
  .plan-card{
    max-width: 300px;
  }
      .white-box {
        max-width: 230px;
    }
}