body {
  font-family: "Montserrat";
  padding: 2.5%;
  width: 95%;
  margin: 0;
}

.page_path {
  color: #263238;
}

.path_low_opacity {
  opacity: 50%;
}

main {
  margin-top: 10px;
  height: 100%;
  border-radius: 20px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 0px rgba(38, 50, 56, 0.14);
}

.main_info {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.main_info .vertical_splitter {
  display: none;
}

iframe {
  width: 100%;
  height: 400px;
}

.horizontal_splitter {
  width: 90%;
  height: 2px;
  background-color: #000000;
  opacity: 8%;
  margin: 20px auto;
}

.book_info {
  width: 90%;
  margin-top: 20px;
}

.book_title {
  font-size: 7vw;
  font-weight: 700;
  margin-bottom: 10px;
}

.book_text {
  font-size: 5vw;
  font-weight: 400;
}

.book_text ~ .book_text {
  display: none;
}

.book_text_middle {
  margin: 15px 0px 10px 0px;
}

.book_price {
  font-size: 10vw;
  font-weight: 400;
}

.icon_holder {
  display: none;
  margin: 15px 0px 40px 0px;
}

.icon_holder img {
  margin-right: 10px;
}

.buy_main_button {
  color: white;
  padding: 15px 0px;
  margin-top: 10px;
  font-size: 8vw;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #379de2;
  box-shadow: 4px 5px 11px 0px rgba(18, 74, 34, 0.16);
  text-decoration: none;
  cursor: pointer;
  display: none;
}

.book_specifics {
  width: 90%;
  padding-left: 5%;
}

.section_title_and_tags {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.section_title {
  font-size: 7vw;
  font-weight: 500;
  margin-bottom: 20px;
}

.tag_holder {
  display: flex;
  width: 100%;
}

.tag {
  font-size: 3.5vw;
  color: white;
  background-color: #379de2;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0px 5px 20px 0px;
  position: relative;
  text-decoration: none;
}

.tag_tooltip {
  display: none;
}

.tag_tooltip_small {
  display: none;
}

.section_description {
  text-align: start;
  font-size: 5vw;
  margin-bottom: 30px;
}

li {
  list-style: disc;
  margin-left: 35px;
}

li span {
  font-weight: 600;
}

.author {
  font-style: italic;
  font-size: 25px;
}

.author_image {
  width: 80%;
  margin-bottom: 20px;
  border-radius: 20px;
}

.section_title_author {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.testimonies {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
}

.testimonies p {
  width: 90%;
  font-size: 5vw;
  text-align: start;
  margin-bottom: 20px;
  align-self: center;
}

.testimonies_image_title {
  width: 80%;
  margin: 20px auto;
}

.testimonies_holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.testimonies_holder iframe {
  border-radius: 15px;
  width: 90%;
  height: 50vw;
  margin-bottom: 20px;
}

.video_testimony {
  width: 40%;
}

.contact_info {
  display: flex;
  flex-direction: column;
  margin: 20px 0px;
}

.contact_info > div {
  margin-right: 30px;
}

.contact_info p {
  margin-bottom: 10px;
}

.contact_info .title {
  font-family: "Amatic SC";
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
}

.container1 {
  height: 70% !important;
  width: 80% !important;
  margin-left: 7%;
}

#dragger {
  margin-top: 70px;
  height: 480px !important;
}

.full_logo {
  width: 80%;
  margin: 0px 10%;
}

.why_our_books {
  background-color: #fcb063;
  margin: 20px 0px;
  border-radius: 10px;
  font-family: "Neucha";
  color: white;
}

.reasons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reason {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 6vw;
  margin-bottom: 20px;
}

.reason .inline_image {
  display: flex;
  align-items: center;
  font-size: 11vw;
}

.reason .inline_image img {
  margin-left: 10px;
}

.reason img {
  max-width: 50%;
}

.reason p {
  margin-top: 15px;
}

.reason br {
  display: none;
}

.why_our_books_image_title,
.divider_why_our_books,
.faq_image_title {
  width: 80%;
  margin: 0px 10%;
}

.clouds {
  display: none;
}

.cloud_bird {
  display: none;
}

.cloud_star {
  display: none;
}

.cloud_star_2 {
  display: none;
}

.our_plataform {
  width: 100%;
}

.container1,
#dragger,
#ring {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  user-select: none;
}

.img {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  user-select: none;
  background-size: cover;
}

.container1 {
  overflow: hidden;
}

.container1,
.container1 div {
  position: absolute;
}

.container {
  perspective: 2000px;
  width: 300px;
  height: 535px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.who_for_image_title {
  width: 80%;
  margin-left: 10%;
}

.parents {
  position: relative;
}

.parents_background {
  display: none;
}

.parents_image {
  width: 100%;
}

.parents p {
  position: absolute;
  top: 0px;
  right: 40px;
  font-family: "Amatic SC";
  font-weight: 700;
  font-size: 55px;
  color: #ff725e;
}

.parents .parents_text {
  font-family: "Montserrat";
  position: static;
  font-weight: 400;
  text-align: start;
  font-size: 5vw;
  color: black;
  margin-bottom: 30px;
}

.teachers {
  position: relative;
}

.teachers_background {
  display: none;
}

.teachers_image {
  width: 100%;
}

.teachers p {
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: "Amatic SC";
  font-weight: 700;
  font-size: 55px;
  color: #ff725e;
}

.teachers .teachers_text {
  font-family: "Montserrat";
  position: static;
  font-weight: 400;
  text-align: start;
  font-size: 5vw;
  color: black;
  margin-bottom: 30px;
}

.video_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 114, 94, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
}

.video_modal iframe {
  opacity: 1;
  border-radius: 15px;
  width: 90%;
}

.cta_card {
  width: calc(100% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #379de2;
  margin: 15px 3px 20px 3px;
  padding-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

.cta_top {
  background-color: #379de2;
  padding: 10px 5px;
  color: white;
}

.cta_title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

.cta_subtitle {
  font-style: italic;
  font-size: 20px;
  text-decoration: underline;
}

.cta_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.price_tag {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  color: #555555;
}

.discounted_price {
  font-size: 15px;
}

.current_price {
  font-size: 30px;
  font-weight: bold;
  margin-left: 5px;
}

.price_tag_end {
  margin-bottom: 30px;
}

.benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0px;
  min-width: 50%;
  border-bottom: 0.5px solid #cecece;
}

.benefit img {
  height: 25px;
  width: 25px;
}

.benefit:last-of-type {
  border-bottom: 0px;
}

.benefit p {
  margin-left: 10px;
  font-size: 15px;
}

.buy_now_button {
  width: 80%;
  background-color: #379de2;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  padding: 15px 0px;
  border-radius: 15px;
  color: white;
  margin: 25px 0px 15px 0px;
  text-decoration: none;
}

.floating_buy_holder {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 15px;
  left: 0;
}

.floating_buy {
  box-sizing: border-box;
  display: flex;
  max-width: 400px;
  width: 80vw;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 130px;
  box-shadow: 0px 0px 16.535432815551758px 0px rgba(134, 134, 134, 0.14);
  border-radius: 15px;
  background-color: #dfdfdf;
}

.floating_buy img {
  height: 95%;
  border-radius: 5px;
  margin-right: 20px;
}

.quick_info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.quick_info p {
  font-size: 4vw;
}

.quick_info .price {
  font-size: 6vw;
}

.buy {
  color: white;
  padding: 15px 0px;
  font-size: 6vw;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #379de2;
  box-shadow: 4px 5px 11px 0px rgba(18, 74, 34, 0.16);
  text-decoration: none;
  cursor: pointer;
}

.yellow_tag {
  background-color: #f39818 !important;
}

.magent_tag {
  background-color: #ff725e !important;
}

.magent_tag p {
  transition: all 0.5s;
}

.faq_holder {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.question_holder {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(38, 50, 56, 0.1);
  border-radius: 5px;
  transition: height 0.5s;
  padding: 10px 20px;
  height: 25px;
  overflow-y: hidden;
  margin-bottom: 20px;
}

.question {
  display: flex;
  margin-bottom: 20px;
  font-size: 18px;
  justify-content: space-between;
}

.main2 {
  padding: 10px;
  margin-bottom: 10px;
}

.buy_now {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #9e00ff;
  width: 98%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 5px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
  color: white;
  z-index: 1;
}

.buy_now a {
  background-color: #4bbf73;
  color: white;
  text-decoration: none;
  padding: 8px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 11px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.5);
}

.buy_now p {
  font-weight: bold;
}
