body {
  box-sizing: content-box;
  background-color: #FFFBF3;
}

a,
button {
  cursor: pointer;
}


.fade-out {
  animation-name: fadeOut;
  animation-duration: 5s;
}

.header {
  height: 90px;
  box-shadow: 0px 8px 12px 0px #0000000F;
  background-color: #FFFBF3;
}

.logo {
  max-width: 173px;
  width: 100%;
  height: auto;
}

.cards-info {
  width: 151px;
  height: 32px;
}

.page-title {
  color: #163300;
  font-family: Onest;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 60px 0px;
}

.form-header {
  margin-bottom: 30px;
}

.checkout-page header {
  display: none;
}

.checkout-col {
  background-color: #FFFFFF;
  border: 1px solid #D1DAE5;
  border-radius: 15px;
  padding: 55px 33px;
}

.checkout-col h3 {
  color: #163300;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;

}

.checkout-col label {
  color: #410413;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.checkout-col input {
  border-radius: 4px;
  border: 1px solid #E8E9EB;
  background: #FFF;
  padding: 13px 13px;
  margin-top: 5px;
  color: #916D76;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 25px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px -1px rgba(0, 0, 0, 0.10);
}

.checkout-col input::placeholder {
  color: #916D76;
}

.secured-logos {
  margin-top: 25px;
}

.checkout-info-col {
  margin-left: 25px;
}

.checkout-info {
  background: #CEE3B7;
  border-radius: 8px;
  padding: 32px;
}

.order-review-title {
  color: #163300;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.order-review-subtitle {
  font-size: 18px;
  margin-top: 15px;
}

.checkout-info ul {
  padding-left: 15px;
}

.checkout-info .order-access li {
  font-size: 16px;
  margin-top: 17px;
}

.total {
  color: #163300;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 120% */
}

.total-price {
  color: #163300;
  font-family: Onest;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 116.667% */
}

.payment-btn {
  background: #F63501;
  color: #FFFFFF;
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  margin-top: 31px;
  border: none;
  color: #FFF;
  text-align: center;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  transition: 0.3s;

  &:hover {
    background: #C12A01;
  }

  &:active {
    background: #C12A01;
  }
}

.line {
  border-top: 1px solid #163300;
  margin: 26px 0 20px 0;
}

.terms-paragraph {
  font-size: 12px;
  margin-top: 20px;
  font-weight: 300;
  font-family: Inter;
}

/* THANK YOU PAGE */
/* THANK YOU PAGE */
/* THANK YOU PAGE */
/* THANK YOU PAGE */
/* THANK YOU PAGE */


.thankyou-paragraph {
  text-align: center;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: auto;
  margin-top: 24px;
}

.page-title-checkout {
  margin: auto;
  text-align: center;
  color: #29361B;

  font-family: Onest;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 70px;
}

.account-acces {
  margin-top: 70px;
  border-radius: 12px;
  border: 1px solid #F63501;
  background: #FFF;
  padding: 90px 50px;
  margin-right: 20px;
}

.ebooks-download {
  margin-top: 70px;
  border-radius: 12px;
  border: 1px solid #D1DAE5;
  background: #FFF;
  padding: 90px 50px;
  margin-left: 20px;
}

.account-acces h3,
.ebooks-download h3 {
  color: #F63501;
  font-family: Onest;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 109.091% */
}

.credentials-checkout {
  margin-top: 25px;
}

.credentials-checkout p {
  color: #29361B;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.credentials-checkout span {
  font-weight: 500;
}

.credentials-checkout p:nth-child(1) {
  margin-bottom: 10px;
}

.emailcheck::before {
  content: url('../img/email.svg');
  width: 18px;
  height: auto;
  display: inline-block;
  text-align: center;
  vertical-align: text-top;
}

.passcheck::before {
  content: url('../img/pass.svg');
  width: 18px;
  height: auto;
  display: inline-block;
  vertical-align: text-top;
}

.payment-btn-checkout {
  background: #F63501;
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  width: 100%;
  max-width: 200px;
  padding: 12px;
  border-radius: 8px;
  margin-top: 31px;
  border: none;
  color: #FFF;
  text-align: center;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  transition: 0.3s;

  &:hover {
    background: #C12A01;
    color: #FFF;
  }

  &:active {
    background: #C12A01;
  }
}

.ebooks-download a {
  display: block;
  margin-top: 30px;
  color: #163300;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  text-decoration: none;
}

.ebooks-download img {
  margin-right: 10px;
}

.ebooks-download .first-book span {
  display: inline-block;
  vertical-align: text-top;
}

.ebooks-download .first-book img {
  margin-right: 10px;
  display: inline-block;
}

/* THANK YOU PAGE */
/* THANK YOU PAGE */
/* THANK YOU PAGE */
/* THANK YOU PAGE */
/* THANK YOU PAGE */

/* BOOKS BOOKS BOOKS BOOKS BOOKS */
/* BOOKS BOOKS BOOKS BOOKS BOOKS */
/* BOOKS BOOKS BOOKS BOOKS BOOKS */
/* BOOKS BOOKS BOOKS BOOKS BOOKS */
/* BOOKS BOOKS BOOKS BOOKS BOOKS */

.books-page .page-title {
  text-align: center;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

.card-body-books img {
  width: 100%;
  height: auto;
}

.card {
  all: unset;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 3px;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.card-totals {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-bottom: 10px;

}

/* .card-content-first {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
} */

/* .card-content-second,
.card-content-third {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 34px;
} */

.book-price {
  width: fit-content;
  display: inline-block;
}

.book-price p {
  color: rgb(0, 0, 0);
  border-radius: 8px;
  padding: 10px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin: 10px 0;
}


.book-button {
  width: 100%;
  max-width: 260px;
  display: inline-block;
  float: right;
}

.book-button button {
  color: #FFF;
  text-align: center;
  padding: 15px 35px;
  border-radius: 8px;
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  width: 100%;
}

.card-title {
  color: #000;
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.card-image {
  width: 100%;
  height: auto;
}

.card-description {
  color: #29361B;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex-grow: 1;
  text-align: center;
  margin-bottom: 5px;
  padding: 4px;
}





.btn-danger {
  border-radius: 8px;
  background: #F63501;
  cursor: pointer;
}

/* BOOKS BOOKS BOOKS BOOKS BOOKS */
/* BOOKS BOOKS BOOKS BOOKS BOOKS */
/* BOOKS BOOKS BOOKS BOOKS BOOKS */
/* BOOKS BOOKS BOOKS BOOKS BOOKS */
/* BOOKS BOOKS BOOKS BOOKS BOOKS */


@media only screen and (max-width: 600px) {
  .logo {
    max-width: 115px;
    text-align: center;
    display: block;
    margin: auto;
  }

  .page-title {
    color: #163300;
    font-family: Onest;
    font-size: 26px;
    margin: 30px 0px;
  }

  .container {
    padding: 25px;
  }

  .checkout-info {
    padding: 25px 25px;
  }

  .checkout-info-col {
    margin: auto;
    margin-top: 25px;
    padding: 0;
  }

  .checkout-col {
    border-radius: 10px;
    padding: 35px 15px;
  }

  .form-header {
    margin-bottom: 10px;
  }

  .checkout-col h3 {
    font-size: 18px;
  }

  .checkout-col label {
    font-size: 14px;
  }

  .order-review-title {
    font-size: 18px;
  }

  .order-review-subtitle {
    font-size: 16px;
  }

  .order-review-subtitle {
    margin-top: 25px;
  }

  .checkout-info .order-access li {
    font-size: 14px;
    margin-top: 8px;
  }

  .total {
    font-size: 18px;
  }

  .total-price {
    font-size: 20px;
  }

  .payment-btn {
    margin-top: 20px;
  }

  .account-acces {
    margin-top: 20px;
    padding: 30px 20px;
    margin-right: 0px;
  }

  .thankyou-paragraph {
    font-size: 16px;
    margin-top: 24px;
  }

  .page-title-checkout {
    font-size: 26px;
    margin-top: 30px;
  }

  .ebooks-download {
    margin-top: 20px;
    padding: 30px 20px;
    margin-left: 0px;
  }

  .ebooks-download a {
    font-size: 16px;
  }

  .payment-btn-checkout {
    font-size: 18px;
    margin-top: 15px;
  }

  .books-page .page-title {
    text-align: center;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .book-button {
    width: 60%;
  }

  .book-button button {
    font-size: 16px;
  }


  .books-page .col-12 {
    margin-top: 20px;
  }

  .card-content-second,
  .card-content-third {
    gap: 15px;
  }


}

.btn-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}