@font-face {
  font-family: "Giorgio-Sans-B";
  src: url("../fonts/PROMESH-Regular.ttf") 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");
}
*,
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: #000;
  text-decoration: none;
  font: 25px "Giorgio-Sans-R";
  text-transform: uppercase;
}
.menu-container .hamburger-wrap {
  display: none;
}

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

.hero-container {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: flex-start;
}
.hero-container .hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  z-index: 0;
}
.hero-container .mobile-hero-video {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  z-index: 0;
}
.hero-container .hero-content {
  position: relative;
  width: 50%;
  height: 100%;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.hero-container .hero-content h1 {
  margin: 0px 0px 0px;
  text-transform: uppercase;
  text-align: center;
  font: 6vw "Giorgio-Sans-B";
  color: #FFF;
}
.hero-container .hero-content h2 {
  margin: 0px;
  text-transform: uppercase;
  text-align: center;
  font: 2.5vw "Giorgio-Sans-B";
  color: #FFF;
}

.content-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.content-wrapper .book-container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background: linear-gradient(132deg, #390509 0%, #240304 100%);
}
.content-wrapper .book-container .book-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 100px 50px;
  display: flex;
}
.content-wrapper .book-container .book-wrapper .left {
  width: 60%;
  height: -moz-fit-content;
  height: fit-content;
}
.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 "Giorgio-Sans-B";
  color: #FFF;
}
.content-wrapper .book-container .book-wrapper .left .title p.heading {
  font-size: 3vw;
  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: 2vw;
  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-weight: bold;
  font-size: 17px;
}
.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: 17px;
}
.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: #8c0409;
  font: 16px "Roboto";
  color: #FFF;
  border: 1px solid white;
  border-radius: 3px;
}
.content-wrapper .book-container .book-wrapper .right {
  position: relative;
  width: 40%;
  display: flex;
}
.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;
  padding: 50px;
  display: flex;
  background: linear-gradient(132deg, #1f0809 0%, #180405 100%);
}
.content-wrapper .about-container .left {
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-wrapper .about-container .left .img-wrap {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
}
.content-wrapper .about-container .left .img-wrap img {
  width: 100%;
  border-radius: 5px;
}
.content-wrapper .about-container .right {
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content-wrapper .about-container .right .header {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 20px;
}
.content-wrapper .about-container .right .header h3 {
  font: 5vw "Giorgio-Sans-B";
  color: #FFFFFF;
  text-transform: uppercase;
}
.content-wrapper .about-container .right .header h5 {
  font: 2vw "Giorgio-Sans-B";
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 0.8;
  word-spacing: 5px;
}
.content-wrapper .about-container .right .about {
  width: 100%;
  overflow-y: scroll;
}
.content-wrapper .about-container .right .about::-webkit-scrollbar {
  width: 0px;
}
.content-wrapper .about-container .right .about p {
  text-align: justify;
  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: #F4F4F4;
  background: linear-gradient(132deg, #140001 0%, #120001 100%);
}
.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: 50px;
  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 {
  min-height: 60px;
  width: 100%;
  margin: 15px 0px 10px;
}
.content-wrapper .books-container .books-wrapper .books .book-wrapper .details .title p {
  margin-bottom: 10px;
  text-align: center;
  font-family: "Giorgio-Sans-B", Sans-serif;
  font-size: 20px;
  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 {
  margin-top: 10px;
  color: #ffffff;
  font-family: "Oswald";
  border: 1px solid #FFF;
  background: #CB3CE4;
}
.content-wrapper .reviews-container {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 50px 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(132deg, #140001 0%, #120001 100%);
}
.content-wrapper .reviews-container .header {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.content-wrapper .reviews-container .header h1 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 10px 15px;
  font-size: 40px;
  font-family: "Giorgio-Sans-B", Sans-serif;
  text-transform: uppercase;
  text-align: center;
  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;
}
.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;
  display: flex;
}
.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 "Roboto-R";
  color: #FFF;
}
.content-wrapper .reviews-container .review-wrapper .head .title h5 {
  font: bold 20px "Roboto-R";
  color: #FFF;
}
.content-wrapper .reviews-container .review-wrapper .review {
  padding: 10px 0px;
}
.content-wrapper .reviews-container .review-wrapper .review p {
  font: 18px "Roboto-R";
  color: #FFF;
  text-align: justify;
}
.content-wrapper .contact-container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0px 0px 0px;
  padding: 50px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000000;
}
.content-wrapper .contact-container .header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-wrapper .contact-container .header h4 {
  font-family: "Giorgio-Sans-B", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
}
.content-wrapper .contact-container .form-wrap {
  width: 60%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.content-wrapper .contact-container .form-wrap .inputbox {
  width: 50%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.content-wrapper .contact-container .form-wrap .inputbox.full {
  width: 100%;
}
.content-wrapper .contact-container .form-wrap .inputbox.button input {
  width: 50%;
  color: #000000;
  background: #cec6c6;
  border: none;
}
.content-wrapper .contact-container .form-wrap .inputbox input,
.content-wrapper .contact-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-wrap .inputbox input::-moz-placeholder, .content-wrapper .contact-container .form-wrap .inputbox textarea::-moz-placeholder {
  color: #FFF;
  font: 18px "Roboto-R";
}
.content-wrapper .contact-container .form-wrap .inputbox input::placeholder,
.content-wrapper .contact-container .form-wrap .inputbox textarea::placeholder {
  color: #FFF;
  font: 18px "Roboto-R";
}
.content-wrapper .contact-container .form-wrap .inputbox input:focus,
.content-wrapper .contact-container .form-wrap .inputbox textarea:focus {
  box-shadow: none;
  outline: none;
}
.content-wrapper .contact-container .disclaimer {
  width: 100%;
  margin: 30px 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-wrapper .contact-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: #120001;
}
.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 .brand a {
    font-size: 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;
  }
  .hero-container .hero-content {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 25%;
    justify-content: flex-end;
  }
  .hero-container .hero-content h1 {
    font-size: 10vw;
    transform: unset;
  }
  .hero-container .hero-content h2 {
    font-size: 5vw;
    transform: unset;
  }
  .content-wrapper .book-container .book-wrapper {
    flex-direction: column-reverse;
    padding: 30px;
  }
  .content-wrapper .book-container .book-wrapper .left {
    width: 100%;
  }
  .content-wrapper .book-container .book-wrapper .left .description ul {
    margin-left: 0px;
  }
  .content-wrapper .book-container .book-wrapper .left .title p.heading {
    font-size: 7vw;
  }
  .content-wrapper .book-container .book-wrapper .left .title p.sub-head {
    font-size: 5vw;
    word-spacing: 4px;
  }
  .content-wrapper .book-container .book-wrapper .left .btn-wrap {
    justify-content: center;
  }
  .content-wrapper .book-container .book-wrapper .right {
    width: 100%;
    padding-bottom: 30px;
  }
  .content-wrapper .about-container {
    height: -moz-fit-content;
    height: fit-content;
    padding: 50px 30px;
    flex-direction: column;
  }
  .content-wrapper .about-container .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .content-wrapper .about-container .left .img-wrap {
    height: unset;
  }
  .content-wrapper .about-container .left .img-wrap img {
    height: unset;
    width: 100%;
  }
  .content-wrapper .about-container .right {
    width: 100%;
  }
  .content-wrapper .about-container .right .header h3 {
    font-size: 7vw;
    text-align: center;
  }
  .content-wrapper .about-container .right .header h5 {
    font-size: 4vw;
    text-align: center;
    line-height: 1.5;
  }
  .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 .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: 30px;
  }
  .content-wrapper .reviews-container .review-wrapper {
    padding: 20px 5px;
  }
  .content-wrapper .contact-container .form-wrap .inputbox {
    width: 100%;
  }
  .content-wrapper .contact-container .form-wrap .inputbox.button input {
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */