@font-face {
  font-family: "Dayland";
  src: url("../fonts/Dayland.ttf") format("truetype");
}
@font-face {
  font-family: "Minion";
  src: url("../fonts/Minion.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
}

*,
p {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.body-container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background: url("../images/bg.jpg") center bottom 15%/130% no-repeat fixed;
}
.body-container .menu-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  padding: 0px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.body-container .menu-container .brand {
  display: flex;
}
.body-container .menu-container .brand a {
  font: 400 30px "Dayland";
  color: #FFFFFF;
  text-decoration: none;
}
.body-container .menu-container .brand a:hover {
  color: #FAD961;
}
.body-container .menu-container .options-wrap {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: flex;
  align-items: center;
}
.body-container .menu-container .options-wrap .list-inline {
  margin: 0px 20px 0px 0px;
  display: flex;
}
.body-container .menu-container .options-wrap .list-inline .list-inline-item {
  position: relative;
}
.body-container .menu-container .options-wrap .list-inline .list-inline-item span.fa-brands {
  transform: scale(0.8);
}
.body-container .menu-container .options-wrap .list-inline .list-inline-item.menu-item a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #F4F1DE;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: all 0.3s ease;
}
.body-container .menu-container .options-wrap .list-inline .list-inline-item.menu-item a:hover::after {
  width: 100%;
}
.body-container .menu-container .options-wrap .list-inline .list-inline-item a {
  color: #F4F1DE;
  text-decoration: none;
  font: 20px "Minion";
}
.body-container .menu-container .hamburger-wrap {
  display: none;
}
.body-container .mobile-menu-container {
  display: none;
}
.body-container .hero-container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  background: url("../images/plants.png") center bottom/cover no-repeat;
}
.body-container .hero-container .title {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.body-container .hero-container .title h2 {
  margin-right: 30vh;
  font: 5vw "Dayland";
  text-transform: capitalize;
  color: #000000;
  text-shadow: 0px 0px 5px #000;
  line-height: 1.3;
}
.body-container .hero-container .title h2.word-1 {
  transform: translateX(-250px);
}
.body-container .hero-container .title h2.word-2 {
  transform: translateX(-60px);
}
.body-container .hero-container .title h2.word-3 {
  transform: translateX(40px);
}
.body-container .book-container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.body-container .book-container .book-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 100px 50px;
  display: flex;
}
.body-container .book-container .book-wrapper .left {
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
}
.body-container .book-container .book-wrapper .left .title {
  width: 100%;
  display: flex;
}
.body-container .book-container .book-wrapper .left .title p {
  font: 50px "Dayland";
  color: #F4F1DE;
}
.body-container .book-container .book-wrapper .left .description {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.body-container .book-container .book-wrapper .left .description p {
  font: 20px "Minion";
  text-align: justify;
  text-indent: 50px;
  color: #FFFDD0;
}
.body-container .book-container .book-wrapper .left .btn-wrap {
  width: 100%;
  display: flex;
  margin-top: 30px;
  justify-content: flex-start;
}
.body-container .book-container .book-wrapper .left .btn-wrap .btn {
  background: #FFF;
  color: #000;
  font: 16px "Roboto";
  border-radius: 3px;
}
.body-container .book-container .book-wrapper .right {
  position: relative;
  width: 40%;
  display: flex;
}
.body-container .book-container .book-wrapper .right .img-wrap {
  position: sticky;
  top: 15px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.body-container .book-container .book-wrapper .right .img-wrap img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.body-container .author-container {
  position: relative;
  width: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.body-container .author-container .header-wrap {
  width: 100%;
  display: flex;
}
.body-container .author-container .header-wrap .empty {
  width: 40%;
}
.body-container .author-container .header-wrap .header {
  width: 60%;
  display: flex;
}
.body-container .author-container .header-wrap .header h3 {
  margin-bottom: 20px;
  font: 8vw "Dayland";
  color: #FFF;
  line-height: 1.2;
}
.body-container .author-container .content {
  width: 100%;
  display: flex;
}
.body-container .author-container .content .left {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.body-container .author-container .content .left .img-wrap {
  position: relative;
  width: 80%;
  padding-top: 5px;
  margin: 0px 25px 0px 0px;
}
.body-container .author-container .content .left .img-wrap img {
  width: 100%;
  border-radius: 10px;
}
.body-container .author-container .content .right {
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  align-items: center;
}
.body-container .author-container .content .right p {
  font: 20px "Minion";
  text-align: justify;
  color: #FFFDD0;
}
.body-container .books-container {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 50px 0px 100px;
  background: rgba(0, 0, 0, 0.3294117647);
  z-index: 2;
}
.body-container .books-container .header {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
}
.body-container .books-container .header h4 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 10px 15px;
  font: bold 50px "Minion";
  text-transform: uppercase;
  color: #FFF;
}
.body-container .books-container .books-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.body-container .books-container .books-wrapper .books {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.body-container .books-container .books-wrapper .books .book-wrapper {
  width: calc(25% - 10px);
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}
.body-container .books-container .books-wrapper .books .book-wrapper .book {
  width: 100%;
  display: flex;
  justify-content: center;
}
.body-container .books-container .books-wrapper .books .book-wrapper .book img {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.body-container .books-container .books-wrapper .books .book-wrapper .details {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0px 20px;
}
.body-container .books-container .books-wrapper .books .book-wrapper .details .title {
  min-height: 60px;
  width: 100%;
  margin: 15px 0px 10px;
}
.body-container .books-container .books-wrapper .books .book-wrapper .details .title p {
  margin-bottom: 10px;
  text-align: center;
  font-family: "Minion", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #FFF;
}
.body-container .books-container .books-wrapper .books .book-wrapper .details .preamble {
  width: 100%;
}
.body-container .books-container .books-wrapper .books .book-wrapper .details .preamble p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-family: "Minion", Sans-serif;
  line-height: 1.2;
  word-spacing: 2px;
  text-align: left;
  color: #FFF;
}
.body-container .books-container .books-wrapper .books .book-wrapper .link-wrap {
  display: flex;
  justify-content: center;
}
.body-container .books-container .books-wrapper .books .book-wrapper .link-wrap .btn {
  color: #ffffff;
  font-family: "Oswald";
  font-weight: bold;
  border: 1px solid #FFF;
  background: rgba(201, 194, 194, 0.2431372549);
}
.body-container .books-container .books-wrapper .books .book-wrapper .link-wrap .btn:hover {
  background: rgba(201, 194, 194, 0.5254901961);
}
.body-container .reviews-container {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 50px 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.body-container .reviews-container .header {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
}
.body-container .reviews-container .header h1 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 10px 15px;
  font-size: 4vw;
  font-family: "Dayland", Sans-serif;
  text-align: center;
  line-height: 1.5;
  color: #FFF;
}
.body-container .reviews-container .review-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e7e7e7;
}
.body-container .reviews-container .review-wrapper:last-child {
  border: none;
}
.body-container .reviews-container .review-wrapper .head {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.body-container .reviews-container .review-wrapper .head .star-wrap {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 0px;
  display: flex;
}
.body-container .reviews-container .review-wrapper .head .star-wrap i {
  color: gold;
}
.body-container .reviews-container .review-wrapper .head .title {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
}
.body-container .reviews-container .review-wrapper .head .title h3 {
  font: bold 25px "Minion";
  color: #FFF;
}
.body-container .reviews-container .review-wrapper .head .title h5 {
  font: bold 20px "Minion";
  color: #FFF;
}
.body-container .reviews-container .review-wrapper .review {
  padding: 10px 0px;
}
.body-container .reviews-container .review-wrapper .review p {
  font: 20px "Minion";
  color: #FFFDD0;
  text-align: justify;
}
.body-container .contact-container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 50px 0px;
  padding: 50px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.body-container .contact-container .header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-container .contact-container .header h4 {
  font-family: "Minion", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #F4F1DE;
}
.body-container .contact-container .form-wrap {
  width: 60%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.body-container .contact-container .form-wrap .inputbox {
  width: 50%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.body-container .contact-container .form-wrap .inputbox.full {
  width: 100%;
}
.body-container .contact-container .form-wrap .inputbox.button input {
  width: 50%;
  color: #F4F4F4;
  background: #000000;
  border: none;
}
.body-container .contact-container .form-wrap .inputbox input,
.body-container .contact-container .form-wrap .inputbox textarea {
  background: transparent;
  padding: 10px;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  color: #F4F4F4;
  font: 18px "Minion";
}
.body-container .contact-container .form-wrap .inputbox input::-moz-placeholder, .body-container .contact-container .form-wrap .inputbox textarea::-moz-placeholder {
  color: #F4F4F4;
  font: 18px "Minion";
}
.body-container .contact-container .form-wrap .inputbox input::placeholder,
.body-container .contact-container .form-wrap .inputbox textarea::placeholder {
  color: #F4F4F4;
  font: 18px "Minion";
}
.body-container .contact-container .form-wrap .inputbox input:focus,
.body-container .contact-container .form-wrap .inputbox textarea:focus {
  box-shadow: none;
  outline: none;
}
.body-container .contact-container .disclaimer {
  width: 100%;
  margin: 30px 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body-container .contact-container .disclaimer p {
  color: #FFF;
  text-align: center;
}
.body-container .footer-container {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
}
.body-container .footer-container p {
  height: -moz-fit-content;
  height: fit-content;
  margin: 0px;
  font: 14px "Minion";
  word-spacing: 2px;
  text-transform: uppercase;
  color: #F4F1DE;
}

@media (max-width: 768px) {
  .body-container {
    background: url("../images/bg.jpg") center bottom 15%/cover no-repeat fixed;
  }
  .body-container .menu-container {
    padding: 0px 20px;
  }
  .body-container .menu-container .brand a {
    font-size: 25px;
  }
  .body-container .menu-container .options-wrap {
    display: none;
  }
  .body-container .menu-container .hamburger-wrap {
    display: flex;
  }
  .body-container .menu-container .hamburger-wrap span {
    color: #F4F1DE;
  }
  .body-container .mobile-menu-container {
    position: fixed;
    top: 80px;
    left: 0px;
    width: 80vw;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0px 10vw;
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.8470588235);
    z-index: 10000;
  }
  .body-container .mobile-menu-container .list-group {
    background: transparent;
  }
  .body-container .mobile-menu-container .list-group .list-group-item {
    width: 100%;
    text-align: center;
    font: 20px "Tenor";
    color: #F4F4F4;
    background: transparent;
    border: none;
  }
  .body-container .mobile-menu-container .list-inline {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
    padding: 5px 15px;
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
  }
  .body-container .mobile-menu-container .list-inline a {
    color: #F4F4F4;
  }
  .body-container .mobile-menu-container .list-inline a span {
    font-size: 20px;
  }
  .body-container .mobile-menu-container .list-inline a span.fa-brands {
    transform: scale(0.8);
  }
  .body-container .hero-container .title {
    align-items: center;
    transform: translateY(-15vh);
  }
  .body-container .hero-container .title h2 {
    margin-right: 0px;
    font-size: 10vw;
    transform: unset !important;
  }
  .body-container .book-container .book-wrapper {
    padding: 50px 20px;
    flex-direction: column-reverse;
  }
  .body-container .book-container .book-wrapper .left {
    width: 100%;
  }
  .body-container .book-container .book-wrapper .left .title p {
    font-size: 10vw;
    text-align: center;
  }
  .body-container .book-container .book-wrapper .left .btn-wrap {
    justify-content: center;
  }
  .body-container .book-container .book-wrapper .right {
    width: 100%;
    margin-bottom: 30px;
  }
  .body-container .author-container {
    padding: 30px;
    display: flex;
    align-items: center;
  }
  .body-container .author-container .header-wrap .empty {
    display: none;
  }
  .body-container .author-container .header-wrap .header {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .body-container .author-container .header-wrap .header h3 {
    font-size: 40px;
    text-align: center;
  }
  .body-container .author-container .content {
    flex-direction: column;
  }
  .body-container .author-container .content .left {
    width: 100%;
  }
  .body-container .author-container .content .left .img-wrap {
    width: 90%;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0px 0px 30px 0px;
    float: unset;
  }
  .body-container .author-container .content .left .img-wrap img {
    width: 100%;
  }
  .body-container .author-container .content .right {
    width: 100%;
  }
  .body-container .author-container .content .right h3 {
    font-size: 10vw;
  }
  .body-container .books-container {
    padding: 30px 0px;
  }
  .body-container .books-container .header h4 {
    font-size: 30px;
    text-align: center;
    padding: 0px;
    border: none;
  }
  .body-container .books-container .books-wrapper {
    margin-top: 10px;
  }
  .body-container .books-container .books-wrapper .books {
    gap: unset;
  }
  .body-container .books-container .books-wrapper .books .book-wrapper {
    width: 100%;
  }
  .body-container .books-container .books-wrapper .books .book-wrapper .details .preamble p {
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }
  .body-container .reviews-container {
    padding: 50px 25px;
  }
  .body-container .reviews-container .header {
    margin-bottom: 10px;
  }
  .body-container .reviews-container .header h1 {
    font-size: 35px;
  }
  .body-container .reviews-container .review-wrapper {
    padding: 20px 5px;
  }
  .body-container .contact-container {
    padding: 0px;
  }
  .body-container .contact-container .header h4 {
    font-size: 30px;
    text-align: center;
  }
  .body-container .contact-container .form-wrap .inputbox {
    width: 100%;
  }
  .body-container .contact-container .form-wrap .inputbox.button input {
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */