@import url('../../assets-custom/root.css');

.max-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.header-row-container {
  max-width: 1255px;
}

/* Pricing and Plans Section  */

.header-container {
  height: 98px !important;
  color: white;
  width: 100% !important;
}

/* Banner Section */

.pricing-banner-txt-btn-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.pricing-banner-title {
  font-family: var(--title-font);
  color: var(--text-color-2nd);
  font-size: 45px;
  font-weight: 700;
  line-height: 59.99px;
}

.pricing-banner-subtitle {
  font-family: var(--subtitle-paragraph-font);
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  text-align: center;
}

.pricing-plans-p {
  color: var(--text-color-2nd);
  font-family: var(--subtitle-paragraph-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.pricing-plans-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  max-width: 1335px;
  height: 553px;
  margin-inline: auto;
  margin-block: 120px;
}

.plan-card {
  width: 384px;
  height: 566px;
  background-color: var(--ea-background-color);
  color: var(--text-color-2nd);
  border-radius: 5px;
  border: 1px solid var(--ea-primary-color);
}

.price {
  font-size: 2rem;
  color: white;
  font-weight: bold;
  margin: 10px 0;
  text-align: center;
  margin-block: 20px;
}

.card-img-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: var(--ea-primary-color);
  border-radius: 5px;
  justify-content: space-evenly;
}

.premium {
  background-color: var(--ea-secondary-color);
}

.plan-title {
  font-family: var(--title-font);
  font-size: 28px;
  font-weight: 700;
  line-height: 37.32px;
  color: var(--text-color);
}
.plan-price {
  font-family: var(--title-font);
  font-size: 55px;
  font-weight: 700;
  line-height: 73.32px;
  margin-bottom: 25px;
  text-align: center;
}

.pricing-month-span {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.start-reading-btn {
  width: 174px !important;
  height: 50px !important;
  margin-top: 20px;
}

.tick-description-container {
  display: flex;
  margin-bottom: 25px;
  margin-left: 40px;
}

.plan-description {
  margin-left: 10px;
  font-family: var(--subtitle-paragraph-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.plan-description-divider {
  width: 324px;
  height: 1px;
  background-color: var(--ea-primary-color);
  margin-block: 20px;
}

#checkoutButton {
  display: flex;
  justify-content: center;
}

/* responsive  */
@media (max-width: 450px) {
  .sign-up-today-books {
    width: 140px !important;
  }
}

@media (min-width: 991px) {
  .small-pricing-banner {
    display: none;
  }
  .login-btns-container {
    display: flex;
  }
}

@media (max-width: 1279px) {
  .pricing-plans-container {
    margin-top: 120px;
    margin-bottom: 60px;
    height: auto;
  }

  .plan-card {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .pricing-main-logo {
    margin-left: 0px;
  }

  .pricing-banner {
    background-image: none;
    height: auto;
  }

  .small-pricing-banner {
    margin-top: 50px;
    /* margin-left: auto; */
    max-width: 90%;
  }

  .sign-up-today {
    gap: 30px;
    margin-bottom: -45px;
  }

  .sign-up-today-title {
    font-size: 33px;
  }
  .sign-up-today-books {
    width: 165px;
  }

  .pricing-banner-title {
    text-align: center;
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .plan-card {
    margin-inline: auto;
  }
}

@media (max-width: 450px) {
  .plan-card {
    width: 320px;
  }

  .start-reading-btn {
    width: 280px !important;
  }
  .plan-description-divider {
    width: 280px;
  }

  .plan-price {
    font-size: 48px;
  }

  .sign-up-today-title {
    font-size: 30px;
  }
}
