@font-face {
  font-family: "Giorgio-Sans-B";
  src: url("../fonts/GiorgioSans-B.otf") format("opentype");
}
@font-face {
  font-family: "Giorgio-Sans-Black";
  src: url("../fonts/GiorgioSans-Black.otf") format("opentype");
}
@font-face {
  font-family: "Giorgio-Sans-M";
  src: url("../fonts/GiorgioSans-M.otf") format("opentype");
}
@font-face {
  font-family: "Giorgio-Sans-R";
  src: url("../fonts/GiorgioSans-R.otf") format("opentype");
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-B";
  src: url("../fonts/Roboto-B.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-R";
  src: url("../fonts/Roboto-R.ttf") format("truetype");
}
@font-face {
  font-family: "Caslon";
  src: url("../fonts/Caslon.otf") format("opentype");
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora.ttf") format("truetype");
}
html {
  scroll-behavior: smooth;
}

*,
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: #FFFFFF;
  text-decoration: none;
  font: 25px "Giorgio-Sans-R";
  text-transform: uppercase;
}
.menu-container .options-wrap .list-inline .list-inline-item a:hover {
  color: #FAD961;
}
.menu-container .hamburger-wrap {
  display: none;
}

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

.hero-container {
  width: 100%;
  height: 100vh;
  background: url("../images/banner.jpg") top center/cover no-repeat fixed;
}
.hero-container .hero-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.hero-container .hero-wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1019607843);
  z-index: 1;
}
.hero-container .hero-wrapper .hero-content {
  position: relative;
  width: 60.7%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.hero-container .hero-wrapper .hero-content .reference {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.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;
  flex-direction: column;
  justify-content: center;
}
.hero-container .hero-wrapper .hero-content .name span {
  padding: 0px;
  text-transform: uppercase;
  font: 700 22vw "Giorgio-Sans-B";
  color: #FFF;
  line-height: 0.7;
}
.hero-container .hero-wrapper .hero-content .name span:nth-child(1) {
  text-align: start;
}
.hero-container .hero-wrapper .hero-content .name span:nth-child(2) {
  text-align: end;
}
.hero-container .hero-wrapper .hero-content .preamble {
  width: 100%;
  display: none;
  flex-direction: column;
  margin-top: 10px;
}
.hero-container .hero-wrapper .hero-content .preamble p {
  margin: 3px 0px;
  padding-left: 40px;
  font: 600 18px "Inter";
  text-align: end;
  text-transform: uppercase;
  color: #FFFFFF;
}

.best-seller-container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
  padding: 50px;
  display: flex;
  background-image: linear-gradient(147deg, #01131d 0%, #092029 100%);
}
.best-seller-container .left {
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.best-seller-container .left .due {
  width: 100%;
  display: flex;
}
.best-seller-container .left .due span {
  font: 15px "Inter";
  color: #FFFFFF;
  text-transform: uppercase;
}
.best-seller-container .left .title {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 20px;
}
.best-seller-container .left .title p {
  font: 5vw "Giorgio-Sans-B";
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 0.8;
}
.best-seller-container .left .title p.sub {
  font-size: 2vw;
}
.best-seller-container .left .description {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.best-seller-container .left .description p {
  font: 16px "Roboto-R";
  text-align: justify;
  color: #FFF;
  line-height: 1.5;
}
.best-seller-container .left .description p.highlight {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
}
.best-seller-container .left .description p span {
  font-size: 17px;
  font-weight: bold;
}
.best-seller-container .left .description ul {
  margin-left: 50px;
}
.best-seller-container .left .description ul li {
  font: 16px "Roboto-R";
  text-align: justify;
  color: #FFF;
  line-height: 1.5;
}
.best-seller-container .left .description ul li span {
  font-size: 17px;
  font-weight: bold;
}
.best-seller-container .left .btn-wrapper {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
}
.best-seller-container .left .btn-wrapper .btn {
  margin-right: 15px;
  padding: 8px 8px;
  font: 16px "Inter";
  color: #ffffff;
  background: linear-gradient(132deg, #EF8F0F 0%, #c06c07 100%);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 3px;
}
.best-seller-container .right {
  position: relative;
  width: 40%;
}
.best-seller-container .right .book-wrap {
  width: 100%;
  position: sticky;
  top: 10px;
  z-index: 9;
}
.best-seller-container .right .book-wrap img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-container {
  width: 100%;
  height: 100vh;
  padding: 50px;
  display: flex;
  background: linear-gradient(147deg, #081A24 0%, #002A3A 100%);
}
.about-container .left {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-container .left .img-wrap {
  width: 85%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-container .left .img-wrap img {
  width: 100%;
  border-radius: 5px;
}
.about-container .right {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-container .right .header {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 20px;
}
.about-container .right .header h3 {
  font: 8vw "Giorgio-Sans-B";
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 0.8;
}
.about-container .right .header h5 {
  font: 2vw "Giorgio-Sans-B";
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 0.8;
  word-spacing: 5px;
}
.about-container .right .about {
  width: 100%;
  overflow-y: scroll;
}
.about-container .right .about::-webkit-scrollbar {
  width: 0px;
}
.about-container .right .about p {
  text-indent: 50px;
  text-align: justify;
  font: light 20px "Roboto-R";
  font-family: "Roboto-R";
  color: #FFFFFF;
  word-spacing: 1;
  line-height: 1.5;
}

.books-container {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 50px 0px;
  background: #F4F4F4;
  background: linear-gradient(147deg, #030e15 0%, #002A3A 100%);
}
.books-container .header {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
}
.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;
  font-style: italic;
  text-transform: uppercase;
  color: #FFF;
}
.books-container .books-wrapper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.books-container .books-wrapper .books {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.books-container .books-wrapper .books .book-wrapper {
  width: calc(25% - 10px);
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}
.books-container .books-wrapper .books .book-wrapper .book {
  width: 100%;
  display: flex;
  justify-content: center;
}
.books-container .books-wrapper .books .book-wrapper .book img {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.books-container .books-wrapper .books .book-wrapper .details {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0px 20px;
}
.books-container .books-wrapper .books .book-wrapper .details .title {
  min-height: 90px;
  width: 100%;
  margin: 15px 0px 10px;
}
.books-container .books-wrapper .books .book-wrapper .details .title p {
  margin-bottom: 10px;
  text-align: center;
  font-family: "Caslon", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #FFF;
}
.books-container .books-wrapper .books .book-wrapper .details .preamble {
  width: 100%;
}
.books-container .books-wrapper .books .book-wrapper .details .preamble p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-family: "Caslon", Sans-serif;
  line-height: 1.2;
  word-spacing: 2px;
  text-align: left;
  color: #FFF;
}
.books-container .books-wrapper .books .book-wrapper .link-wrap {
  display: flex;
  justify-content: center;
}
.books-container .books-wrapper .books .book-wrapper .link-wrap .btn {
  margin-top: 10px;
  color: #ffffff;
  font-family: "Oswald";
  border: 1px solid #000000;
  border-radius: 2px;
  color: #000000;
  background: linear-gradient(132deg, #EF8F0F 0%, #c06c07 100%);
}

.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;
  background: linear-gradient(147deg, #030e15 0%, #002A3A 100%);
}
.reviews-container .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.reviews-container .header {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  z-index: 2;
}
.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-transform: uppercase;
  text-align: center;
  color: #FFF;
}
.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;
}
.reviews-container .review-wrapper:last-child {
  border: none;
}
.reviews-container .review-wrapper .head {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.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;
}
.reviews-container .review-wrapper .head .star-wrap i {
  color: gold;
}
.reviews-container .review-wrapper .head .title {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
}
.reviews-container .review-wrapper .head .title h3 {
  font: bold 25px "Minion";
  color: #FFF;
}
.reviews-container .review-wrapper .head .title h5 {
  font: bold 20px "Minion";
  color: #FFF;
}
.reviews-container .review-wrapper .review {
  padding: 10px 0px;
}
.reviews-container .review-wrapper .review p {
  font: 20px "Minion";
  color: #FFF;
  text-align: justify;
}

.contact-container {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 50px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/form_bg.jpg") center/cover;
}
.contact-container .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4823529412);
  z-index: 1;
}
.contact-container .header {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.contact-container .header h4 {
  font-family: "Giorgio-Sans-B", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
}
.contact-container .form-wrap {
  position: relative;
  width: 60%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
}
.contact-container .form-wrap .inputbox {
  width: 50%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.contact-container .form-wrap .inputbox.full {
  width: 100%;
}
.contact-container .form-wrap .inputbox.button input {
  width: 100%;
  color: #F4F4F4;
  background: #002A3A;
  border: none;
}
.contact-container .form-wrap .inputbox input,
.contact-container .form-wrap .inputbox textarea {
  background: transparent;
  padding: 10px;
  border: 2px solid #FFFFFF;
  border-radius: 0px;
  color: #F4F4F4;
  font: 600 18px "Giorgio-Sans-B";
}
.contact-container .form-wrap .inputbox input::-moz-placeholder, .contact-container .form-wrap .inputbox textarea::-moz-placeholder {
  color: #F4F4F4;
  font: 600 18px "Giorgio-Sans-B";
}
.contact-container .form-wrap .inputbox input::placeholder,
.contact-container .form-wrap .inputbox textarea::placeholder {
  color: #F4F4F4;
  font: 600 18px "Giorgio-Sans-B";
}
.contact-container .form-wrap .inputbox input:focus,
.contact-container .form-wrap .inputbox textarea:focus {
  box-shadow: none;
  outline: none;
}
.contact-container .disclaimer {
  position: relative;
  width: 100%;
  margin: 30px 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.contact-container .disclaimer p {
  color: #FFF;
  text-align: center;
}

.footer-container {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #002A3A;
}
.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 {
    padding: 0px 20px;
  }
  .menu-container .brand a {
    font-size: 25px;
  }
  .menu-container .options-wrap {
    display: none;
  }
  .menu-container .hamburger-wrap {
    display: flex;
  }
  .menu-container .hamburger-wrap span {
    color: #F4F1DE;
  }
  .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;
  }
  .mobile-menu-container .list-group {
    background: transparent;
  }
  .mobile-menu-container .list-group .list-group-item {
    width: 100%;
    text-align: center;
    font: 20px "Tenor";
    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 {
    background: url("../images/banner.jpg") 55% center/cover no-repeat fixed;
  }
  .hero-container .hero-wrapper .hero-content .preamble p {
    font: 14px "Inter";
    padding: 0px;
  }
  .best-seller-container {
    padding: 50px 20px;
    flex-direction: column-reverse;
  }
  .best-seller-container .left {
    width: 100%;
  }
  .best-seller-container .left .due {
    display: none;
  }
  .best-seller-container .left .title {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .best-seller-container .left .title p {
    padding: 0px 2.5px;
    font-size: 10vw;
    text-align: center;
  }
  .best-seller-container .left .title p.sub {
    font-size: 6vw;
  }
  .best-seller-container .left .description ul {
    margin-left: 0px;
  }
  .best-seller-container .left .btn-wrapper {
    justify-content: center;
  }
  .best-seller-container .right {
    width: 100%;
    margin-bottom: 30px;
  }
  .about-container {
    height: -moz-fit-content;
    height: fit-content;
    padding: 50px 30px;
    flex-direction: column;
  }
  .about-container .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .about-container .left .img-wrap {
    height: unset;
  }
  .about-container .left .img-wrap img {
    height: unset;
    width: 100%;
  }
  .about-container .right {
    width: 100%;
  }
  .about-container .right .header h3 {
    text-align: center;
  }
  .about-container .right .header h5 {
    font-size: 6vw;
    text-align: center;
    line-height: 1;
  }
  .books-container {
    padding: 30px 0px;
  }
  .books-container .header h4 {
    font-size: 30px;
    text-align: center;
    padding: 0px;
    border: none;
  }
  .books-container .books-wrapper {
    margin-top: 10px;
  }
  .books-container .books-wrapper .books {
    gap: unset;
  }
  .books-container .books-wrapper .books .book-wrapper {
    width: 100%;
  }
  .books-container .books-wrapper .books .book-wrapper .details .preamble p {
    -webkit-line-clamp: unset;
    line-clamp: unset;
  }
  .reviews-container {
    padding: 50px 25px;
  }
  .reviews-container .header {
    margin-bottom: 10px;
  }
  .reviews-container .header h1 {
    font-size: 35px;
  }
  .reviews-container .review-wrapper {
    padding: 20px 5px;
  }
  .contact-container .form-wrap .inputbox {
    width: 100%;
  }
  .contact-container .form-wrap .inputbox.button input {
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */