*{
  font-family: 'Poppins';
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body{
  background: linear-gradient(155deg,#eaf1ea,#9aac9a);
  background-attachment: fixed;
}

header{
  margin: auto;
  width: 90vw;
}
section{
  margin: auto;
  width: 90vw;
}
h3{
  font-size: 22px;
}
button{
  cursor: pointer;
}
ul{
  list-style: none;
}
.centerme{
  text-align: center;
}
.mt-5{
  margin-top: 5px;
}
.red{
  color: red;
}
.green{
  color: green;
}

.bookname{
  font-size: 14px;
  background: yellow;
  padding: 10px;
  /* border-radius: 40px; */
  /* margin-top: 20px; */
  text-align: center;
  margin-bottom: 30px;
}
h1{
  text-align: center;
  font-size: 30px;
  line-height: 34px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.badges{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.badge{
  font-size: 16px;
  background: #617a61;
  color: white;
  padding: 5px 9px;
  border-radius: 30px;
  margin: 4px 4px;
  display: flex;
  align-items: center;
}
.badgepro{
  font-size: 16px;
  /* background: #9ab69a; */
  background: none;
  color: black;
  font-weight: 600;
  padding: 5px 17px;
  border-radius: 30px;
  margin: 4px 4px;
  display: flex;
  align-items: center;
  border: 2px solid #617a61;
  /* box-shadow: 0px 0px 10px #617a61; */
}
.badge img{
  height: 19px;
  width: 19px;
  margin-right: 4px;
}
.available{
  text-align: center;
  font-weight: 800;
  margin-bottom: 10px;
}
.ratingbadges{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  justify-content: center;
}
.ratingbadge{
  font-size: 16px;
  background: yellow;
  color: black;
  padding: 5px 9px;
  border-radius: 30px;
  margin: 4px 4px;
  display: flex;
  align-items: center;
  border: 1px solid black;
  font-weight: 500;
}
.ratingbadge img{
  height: 13px;
  width: 13px;
  margin-left: 2px;
  margin-right: 5px;
}
.price{
  font-size: 22px;
  font-weight: bolder;
  text-align: center;
  margin: 14px 0px;
  margin-bottom: 9px;
}
header img{
  width: 90vw;
}
.large{
  font-size: 26px;
}
.large .light, .lightgrey{
  opacity: 70%;
}

.cta-button{
  padding: 10px 20px;
  background: rgb(203, 49, 49);
  color: white;
  font-weight: 700;
  border-radius: 40px;
  font-size: 22px;
  border: none;
  box-shadow: 0px 0px 10px grey;
}

.timer{
  display: flex;
  justify-content: center;
}
.timertext{
  margin: 15px 5px;
  padding: 13px 10px;
  background: linear-gradient(180deg,rgb(82, 81, 81),black);
  /* background: linear-gradient(180deg,white,#617a61); */
  width: 77px;
  border-radius: 20px;
  text-align: center;
  margin-top: 5px;
  color: white;
  /* color: black;
  border: 2px solid black; */
  font-size: 30px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.timerbox{
  font-size: 16px;
}

.features{
  text-align: center;
  margin-top: 53px;
  padding: 20px 10px;
  background: #9aac9a;
  border: 5px dotted black;
  border-radius: 20px;
}
.features li{
  padding: 14px;
  margin: 15px 10px;
  background: #617a61;
  border-radius: 10px;
  color: white;
  box-shadow: 0px 0px 10px grey;
  font-weight: 500;
  display: flex;
  align-items: center;
}
/* .features li::before{
  content: '✅ ';
} */

.bonuses{
  margin-top: 53px;
  text-align: center;
}
.bonuses li{
  background: white;
  margin: 20px 0px;
  padding: 15px;
  border-radius: 11px;
}
.bonusimg{
  margin-bottom: 10px;
}
.bonusimg img{
  height: 100%;
  border-radius: 11px;
  width: 100%;
}

.who_should_read{
  margin-top: 53px;
  text-align: center;
}
.who_should_read p{
  font-weight: 600;
  text-transform: uppercase;
}
.check_should_read li{
  text-align: left;
  display: flex;
  align-items: center;
  padding: 15px 10px;
  background: linear-gradient(270deg,#9ab69a,#9aac9a);
  margin: 15px 0px;
  border-radius: 10px;
  border: 1px solid black;
  font-weight: 500;
}
.check_should_read li img{
  margin-right: 10px;
}
.wrong_should_read{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
.wrong_should_read li{
  padding: 6px 10px;
  background: rgba(220, 39, 39,0.4);
  font-size: 15px;
  text-transform: uppercase;
  margin: 5px 6px;
  color: white;
  font-weight: 500;
  border-radius: 20px;
}
.right_should_read{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
.right_should_read li{
  padding: 6px 10px;
  background: rgba(2, 138, 2,0.4);
  font-size: 15px;
  text-transform: uppercase;
  margin: 5px 6px;
  color: white;
  font-weight: 500;
  border-radius: 70px;
}


.chapters{
  margin-top: 53px;
  text-align: center;
}
.chapters li{
  overflow: hidden;
  background: #9aac9a;
  margin: 10px 0px;
  border: 1px solid black;
  display: flex;
  font-weight: 500;
  border-radius: 7px;
}
.chapters li .text{
  padding: 10px;
  background: #617a61;
  font-size: 9px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 500;
  border-right: 1px solid black;
}
.chapters li .textno{
  font-size: 20px;
}
.chapters li p{
  padding: 13px;
}

.reviews{
  margin-top: 53px;
  text-align: center;
}
.reviews h3{
  margin-bottom: 20px;
}
.review{
  background: #9aac9a;
  margin: 15px 0px;
  border-radius: 20px;
  padding-top: 5px;
  border: 2px solid black;
}
.review strong{
  padding: 4px;
  margin-top: 20px;
}
.review p{
  background: white;
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px;
  margin-top: 5px;
  border-top: 2px solid black;
  font-size: 15px;
}

.warn{
  background: red;
  color: white;
  font-size: 25px;
  width: 200px;
  margin: auto;
  border-radius: 40px;
  text-align: center;
  padding: 10px 0px;
}
.comparison{
  text-align: center;
  margin-top: 53px;
}
.comparison-box{
  border: 2px solid black;
  border-radius: 20px;
  margin: 30px 0px;
  overflow: hidden;
}
.comparison-img img{
  width: 100%;
}
.comparison-text{
  padding: 20px;
}
.comparison-text strong{
  font-size: 20px;
}
.comparison-text li{
  display: flex;
  margin: 8px 0px;
}
.comparison-text li img{
  margin-right: 5px;  
}

.faq{
  margin-top: 53px;
}
.faq h3{
  text-align: center;
  margin-bottom: 25px;
}
.faq summary{
  background: #9aac9a;
  padding: 10px;
  border-radius: 30px;
  border: 2px solid black;
  transition: 0.3s;
}
.faq details p{
  font-size: 16px;
  padding: 5px 25px;
}

.guarantee{
  padding: 25px 30px;
  border-radius: 20px;
  background: black;
  color: white;
  margin-top: 53px;
  text-align: center;
  box-shadow: 0px 0px 10px grey;
}
.guarantee p{
  margin-top: 10px;
  line-height: 25px;
}

.lto{
  font-size: 18px;
  text-transform: uppercase;
  color: black;
  padding: 9px;
  background: yellow;
  width: 260px;
  border-radius: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 53px;
  color: red;
}
.lto img{
  margin-right: 7px;
}
.secure-pay{
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 4px;
}

footer{
  margin-top: 53px;
  background: black;
  color: white;
  font-size: 13px;
  text-align: center;
  padding: 20px;
}

.sticky-cta{
  position: fixed;
  bottom: 0px;
  background: rgba(97, 122, 97, 0.8);
  backdrop-filter: blur(8px); /* This is the key */
  -webkit-backdrop-filter: blur(8px); /* For Safari */
  width: 100vw;
  padding: 10px;
  border-top: 3px solid black;
  font-weight: 500;
  text-align: center;
  font-size: 15px;
  color: white;
}
.sticky-cta button{
  background: rgb(203, 49, 49);
  padding: 6px 17px;
  border: none;
  color: white;
  font-weight: 700;
  border-radius: 40px;
  font-size: 17px;
  margin-top: 6px;
}

.whatsapp{
  font-size: 27px;
  position: fixed;
  right: 5px;
  bottom: 95px;
  background: black;
  color: white;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0px 0px 5px #9ab69a;
}
.whatsapp a{
  color: white;
}

.thankyou{
  text-align: center;
  margin-top: 53px;
}
.thankyou button{
  padding: 10px 20px;
  font-size: 25px;
  font-weight: 900;
  margin-top: 10px;
  background: linear-gradient(45deg,rgb(81, 220, 81),rgb(15, 191, 15));
  color: black;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 0px 10pc grey;
  border: 3px solid black;
  transition: 1s;
}
.thankyou button:hover{
 background: linear-gradient(45deg,rgb(15, 191, 15),rgb(81, 220, 81)); 
}