@font-face {
  font-family: "Giorgio-Sans-B";
  src: url("../fonts/GiorgioSans-B.otf") format("opentype");
}
@font-face {
  font-family: "Giorgio-Sans-R";
  src: url("../fonts/GiorgioSans-R.otf") format("opentype");
}
@font-face {
  font-family: "Roboto-R";
  src: url("../fonts/Roboto-R.ttf") format("truetype");
}
@font-face {
  font-family: "Mag";
  src: url("../fonts/Magioline-R.ttf") format("truetype");
}
*,
p {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.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;
}
.menu-container .brand {
  display: flex;
}
.menu-container .brand a {
  font: 400 30px "Giorgio-Sans-R";
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}
.menu-container .brand a:hover {
  color: #FAD961;
}
.menu-container .options-wrap {
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: flex;
  align-items: center;
}
.menu-container .options-wrap .list-inline {
  margin: 0px 20px 0px 0px;
  display: flex;
}
.menu-container .options-wrap .list-inline .list-inline-item {
  position: relative;
}
.menu-container .options-wrap .list-inline .list-inline-item span.fa-brands {
  transform: scale(0.8);
}
.menu-container .options-wrap .list-inline .list-inline-item.menu-item a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #FAD961;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: all 0.3s ease;
}
.menu-container .options-wrap .list-inline .list-inline-item.menu-item a:hover::after {
  width: 100%;
}
.menu-container .options-wrap .list-inline .list-inline-item a {
  color: #FFF;
  text-decoration: none;
  font: 25px "Giorgio-Sans-R";
  text-transform: uppercase;
}
.menu-container .hamburger-wrap {
  display: none;
}

.mobile-menu-container {
  display: none;
}

.hero-container {
  width: 100%;
  height: 100vh;
  background: url("../images/banner.jpg") 4% center/120% no-repeat;
  background-attachment: fixed;
}
.hero-container .hero-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.hero-container .hero-wrapper .hero-content {
  width: 87%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateY(7.5%);
}
.hero-container .hero-wrapper .hero-content .reference {
  width: 100%;
  display: none;
  flex-direction: column;
  transform: translateX(2.5vw);
}
.hero-container .hero-wrapper .hero-content .reference p {
  margin: 5px 0px;
  padding-right: 25px;
  text-align: start;
  font: 500 14px "Inter";
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 1;
}
.hero-container .hero-wrapper .hero-content .name {
  width: 100%;
  display: flex;
  justify-content: center;
}
.hero-container .hero-wrapper .hero-content .name span {
  padding: 0px;
  text-transform: uppercase;
  font: 700 12vw "Mag";
  color: #FFF;
  line-height: 1;
}
.hero-container .hero-wrapper .hero-content .preamble {
  width: 100%;
  display: none;
  flex-direction: column;
  margin-top: 10px;
  transform: translateX(-2.5vw);
}
.hero-container .hero-wrapper .hero-content .preamble p {
  margin: 3px 0px;
  padding-left: 40px;
  font: 600 18px "Inter";
  text-transform: uppercase;
  text-align: end;
  color: #FFFFFF;
}
.hero-container .hero-wrapper .hero-content .preamble .mobile-tagline {
  display: none;
}

.content-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background: url("../images/banner-2.jpg") center/cover fixed no-repeat;
}
.content-wrapper .book-container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.content-wrapper .book-container .book-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
}
.content-wrapper .book-container .book-wrapper .left {
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 100px 50px 100px 50px;
  background: rgba(0, 0, 0, 0.5450980392);
}
.content-wrapper .book-container .book-wrapper .left .title {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.content-wrapper .book-container .book-wrapper .left .title p {
  margin: 0px;
  font: 50px "Mag";
  color: #FFF;
  line-height: 1;
}
.content-wrapper .book-container .book-wrapper .left .title p.heading {
  font-size: 5vw;
  text-transform: uppercase;
  text-align: center;
  word-spacing: 5px;
}
.content-wrapper .book-container .book-wrapper .left .title p.sub-head {
  margin-bottom: 30px;
  font-size: 3.5vw;
  text-align: center;
}
.content-wrapper .book-container .book-wrapper .left .description {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.content-wrapper .book-container .book-wrapper .left .description p {
  font: 16px "Roboto-R";
  text-align: justify;
  color: #FFF;
  line-height: 1.5;
}
.content-wrapper .book-container .book-wrapper .left .description p.highlight {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
}
.content-wrapper .book-container .book-wrapper .left .description p span {
  font-size: 18px;
  font-weight: bold;
}
.content-wrapper .book-container .book-wrapper .left .description ul {
  margin-left: 50px;
}
.content-wrapper .book-container .book-wrapper .left .description ul li {
  font: 16px "Roboto-R";
  text-align: justify;
  color: #FFF;
  line-height: 1.5;
}
.content-wrapper .book-container .book-wrapper .left .description ul li span {
  font-weight: bold;
  font-size: 18px;
}
.content-wrapper .book-container .book-wrapper .left .btn-wrap {
  width: 100%;
  display: flex;
  margin-top: 30px;
  justify-content: flex-start;
}
.content-wrapper .book-container .book-wrapper .left .btn-wrap .btn {
  background: #EB5B09;
  font: 16px "Roboto";
  color: #ffffff;
  border-radius: 3px;
}
.content-wrapper .book-container .book-wrapper .right {
  position: relative;
  width: 40%;
  padding: 100px 50px 100px 50px;
  display: flex;
  background: rgba(0, 0, 0, 0.3333333333);
}
.content-wrapper .book-container .book-wrapper .right .img-wrap {
  position: sticky;
  top: 15px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.content-wrapper .book-container .book-wrapper .right .img-wrap img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-wrapper .about-container {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  background: url("../images/banner-f.jpg") center/cover;
}
.content-wrapper .about-container .info {
  width: 40%;
  height: 100%;
  padding: 50px 50px 50px 50px;
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.5450980392);
}
.content-wrapper .about-container .info .header {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 20px;
}
.content-wrapper .about-container .info .header h3 {
  font: 6vw "Mag";
  color: #FFF;
  text-transform: uppercase;
  line-height: 0.8;
}
.content-wrapper .about-container .info .header h5 {
  font: 2vw "Giorgio-Sans-B";
  color: #FFF;
  text-transform: uppercase;
  line-height: 0.8;
  word-spacing: 5px;
}
.content-wrapper .about-container .info .about {
  width: 100%;
  overflow-y: scroll;
}
.content-wrapper .about-container .info .about::-webkit-scrollbar {
  width: 0px;
}
.content-wrapper .about-container .info .about p {
  text-align: justify;
  text-indent: 50px;
  font: light 20px "Roboto-R";
  font-family: "Roboto-R";
  color: #FFFFFF;
  word-spacing: 1;
  line-height: 1.5;
}
.content-wrapper .books-container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 50px 0px;
  background: rgba(0, 0, 0, 0.6);
}
.content-wrapper .books-container .header {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
}
.content-wrapper .books-container .header h4 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 10px 15px;
  font-size: 60px;
  font-family: "Giorgio-Sans-B", Sans-serif;
  text-transform: uppercase;
  color: #FFF;
}
.content-wrapper .books-container .books-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.content-wrapper .books-container .books-wrapper .books {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.content-wrapper .books-container .books-wrapper .books .book-wrapper {
  width: calc(25% - 10px);
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}
.content-wrapper .books-container .books-wrapper .books .book-wrapper .book {
  width: 100%;
  display: flex;
  justify-content: center;
}
.content-wrapper .books-container .books-wrapper .books .book-wrapper .book img {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.content-wrapper .books-container .books-wrapper .books .book-wrapper .details {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0px 20px;
}
.content-wrapper .books-container .books-wrapper .books .book-wrapper .details .title {
  width: 100%;
  min-height: 90px;
  margin: 15px 0px 10px;
}
.content-wrapper .books-container .books-wrapper .books .book-wrapper .details .title p {
  margin-bottom: 10px;
  text-align: center;
  font-family: "Mag", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #FFF;
}
.content-wrapper .books-container .books-wrapper .books .book-wrapper .details .preamble {
  width: 100%;
}
.content-wrapper .books-container .books-wrapper .books .book-wrapper .details .preamble p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-family: "Roboto-R", Sans-serif;
  line-height: 1.2;
  word-spacing: 2px;
  text-align: left;
  color: #FFF;
}
.content-wrapper .books-container .books-wrapper .books .book-wrapper .link-wrap {
  display: flex;
  justify-content: center;
}
.content-wrapper .books-container .books-wrapper .books .book-wrapper .link-wrap .btn {
  background: #148394;
  background: #EB5B09;
  color: #ffffff;
  font-family: "Oswald";
  font-weight: bold;
}
.content-wrapper .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;
}
.content-wrapper .reviews-container .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3960784314);
  z-index: 1;
}
.content-wrapper .reviews-container .header {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  z-index: 2;
}
.content-wrapper .reviews-container .header h1 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 10px 0px;
  font-size: 5vw;
  font-family: "Giorgio-Sans-B", Sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
}
.content-wrapper .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;
  z-index: 2;
}
.content-wrapper .reviews-container .review-wrapper:last-child {
  border: none;
}
.content-wrapper .reviews-container .review-wrapper .head {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.content-wrapper .reviews-container .review-wrapper .head .star-wrap {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 0px;
}
.content-wrapper .reviews-container .review-wrapper .head .star-wrap i {
  color: gold;
}
.content-wrapper .reviews-container .review-wrapper .head .title {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
}
.content-wrapper .reviews-container .review-wrapper .head .title h3 {
  font: bold 25px "Minion";
  color: #FFF;
}
.content-wrapper .reviews-container .review-wrapper .head .title h5 {
  font: bold 20px "Minion";
  color: #FFF;
}
.content-wrapper .reviews-container .review-wrapper .review {
  padding: 10px 0px;
}
.content-wrapper .reviews-container .review-wrapper .review p {
  font: 20px "Minion";
  color: #FFF;
  text-align: justify;
}
.content-wrapper .contact-container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  margin: 0px 0px 0px;
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content-wrapper .contact-container .form-container {
  width: 70%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 50px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5450980392);
  border-radius: 5px;
}
.content-wrapper .contact-container .form-container .header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-wrapper .contact-container .form-container .header h4 {
  font-family: "Mag", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
}
.content-wrapper .contact-container .form-container .form-wrap {
  width: 80%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.content-wrapper .contact-container .form-container .form-wrap .inputbox {
  width: 50%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.content-wrapper .contact-container .form-container .form-wrap .inputbox.full {
  width: 100%;
}
.content-wrapper .contact-container .form-container .form-wrap .inputbox.button input {
  width: 50%;
  color: #000000;
  background: #cec6c6;
  border: none;
}
.content-wrapper .contact-container .form-container .form-wrap .inputbox input,
.content-wrapper .contact-container .form-container .form-wrap .inputbox textarea {
  background: transparent;
  padding: 10px;
  border: 2px solid #FFF;
  border-radius: 5px;
  color: #f4f4f4;
  font: 18px "Roboto-R";
}
.content-wrapper .contact-container .form-container .form-wrap .inputbox input::-moz-placeholder, .content-wrapper .contact-container .form-container .form-wrap .inputbox textarea::-moz-placeholder {
  color: #FFF;
  font: 18px "Roboto-R";
}
.content-wrapper .contact-container .form-container .form-wrap .inputbox input::placeholder,
.content-wrapper .contact-container .form-container .form-wrap .inputbox textarea::placeholder {
  color: #FFF;
  font: 18px "Roboto-R";
}
.content-wrapper .contact-container .form-container .form-wrap .inputbox input:focus,
.content-wrapper .contact-container .form-container .form-wrap .inputbox textarea:focus {
  box-shadow: none;
  outline: none;
}
.content-wrapper .contact-container .form-container .disclaimer {
  width: 100%;
  margin: 30px 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-wrapper .contact-container .form-container .disclaimer p {
  color: #FFF;
  text-align: center;
}
.content-wrapper .footer-container {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0e0d0d;
}
.content-wrapper .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) {
  .menu-container {
    width: 100vw;
    padding: 0px 20px;
  }
  .menu-container .options-wrap {
    display: none;
  }
  .menu-container .hamburger-wrap {
    display: flex;
  }
  .menu-container .hamburger-wrap span {
    color: #FFF;
  }
  .mobile-menu-container {
    position: fixed;
    top: 80px;
    left: 0px;
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0px;
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.8470588235);
    z-index: 10000;
  }
  .mobile-menu-container .list-group {
    background: transparent;
  }
  .mobile-menu-container .list-group .list-group-item {
    width: 100%;
    text-align: center;
    font: 20px "Giorgio-Sans-R";
    color: #F4F4F4;
    background: transparent;
    border: none;
  }
  .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;
  }
  .mobile-menu-container .list-inline a {
    color: #F4F4F4;
  }
  .mobile-menu-container .list-inline a span {
    font-size: 20px;
  }
  .mobile-menu-container .list-inline a span.fa-brands {
    transform: scale(0.8);
  }
  .hero-container {
    height: 100vh;
    background: url("../images/banner.jpg") 70% center/cover no-repeat;
  }
  .hero-container .hero-wrapper .hero-content {
    justify-content: flex-end;
    padding-bottom: 5%;
    transform: unset;
  }
  .hero-container .hero-wrapper .hero-content .name {
    margin-bottom: 20vh;
  }
  .hero-container .hero-wrapper .hero-content .name span {
    font-size: 14vw;
  }
  .content-wrapper .book-container .book-wrapper {
    flex-direction: column-reverse;
    padding: 0px 10px;
  }
  .content-wrapper .book-container .book-wrapper .left {
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
  }
  .content-wrapper .book-container .book-wrapper .left .title p.heading {
    font-size: 10vw;
  }
  .content-wrapper .book-container .book-wrapper .left .title p.sub-head {
    margin-top: 10px;
    font-size: 7vw;
    font-weight: bold;
    word-spacing: 4px;
  }
  .content-wrapper .book-container .book-wrapper .left .description p.highlight {
    font-size: 20px;
  }
  .content-wrapper .book-container .book-wrapper .left .description ul {
    margin-left: 0px;
  }
  .content-wrapper .book-container .book-wrapper .left .btn-wrap {
    justify-content: center;
  }
  .content-wrapper .book-container .book-wrapper .right {
    width: 100%;
    padding-bottom: 30px;
    background: transparent;
  }
  .content-wrapper .about-container {
    height: -moz-fit-content;
    height: fit-content;
    padding: 0px 10px;
    flex-direction: column;
    background: url("../images/banner-f.jpg") center/cover fixed;
  }
  .content-wrapper .about-container .info {
    width: 100%;
    margin: 30px 0px;
    padding: 20px;
    border-radius: 5px;
  }
  .content-wrapper .about-container .info .header h3 {
    text-align: center;
    font-size: 8vw;
    font-weight: bold;
    color: #FFF;
  }
  .content-wrapper .about-container .info .header h5 {
    font-size: 6vw;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    line-height: 1;
  }
  .content-wrapper .books-container {
    padding: 30px 0px;
  }
  .content-wrapper .books-container .header h4 {
    font-size: 30px;
    text-align: center;
    padding: 0px;
    border: none;
  }
  .content-wrapper .books-container .books-wrapper {
    margin-top: 10px;
  }
  .content-wrapper .books-container .books-wrapper .books {
    gap: unset;
  }
  .content-wrapper .books-container .books-wrapper .books .book-wrapper {
    width: 100%;
  }
  .content-wrapper .books-container .books-wrapper .books .book-wrapper .details .title {
    min-height: unset;
  }
  .content-wrapper .books-container .books-wrapper .books .book-wrapper .details .preamble p {
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }
  .content-wrapper .reviews-container {
    padding: 50px 25px;
  }
  .content-wrapper .reviews-container .header {
    margin-bottom: 10px;
  }
  .content-wrapper .reviews-container .header h1 {
    font-size: 35px;
  }
  .content-wrapper .reviews-container .review-wrapper {
    padding: 20px 5px;
  }
  .content-wrapper .contact-container {
    padding: 20px;
  }
  .content-wrapper .contact-container .form-container {
    width: 100%;
  }
  .content-wrapper .contact-container .form-container .header h4 {
    font-size: 30px;
    text-align: center;
  }
  .content-wrapper .contact-container .form-container .form-wrap .inputbox {
    width: 100%;
  }
  .content-wrapper .contact-container .form-container .form-wrap .inputbox.button input {
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */