@import "https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap";
@font-face {
  font-family: "Ghibli";
  src: url("../fonts/Ghibli-Bold.woff2") format("woff2"), url("../fonts/Ghibli-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ghibli";
  src: url("../fonts/Ghibli.woff2") format("woff2"), url("../fonts/Ghibli.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.2px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-weight: 600;
  max-width: 170px;
  font-family: "Lato", sans-serif;
}

header {
  position: relative;
  min-height: 60px;
}
header .navbar-brand img {
  height: 50px;
  width: 80px;
  object-fit: contain;
}
header .nav-link {
  font-size: 18px;
  padding: 0 20px !important;
}
header #nav-icon1 {
  width: 25px;
  height: 20px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header #nav-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header #nav-icon1 span:nth-child(1) {
  top: 0px;
}
header #nav-icon1 span:nth-child(2) {
  top: 7px;
}
header #nav-icon1 span:nth-child(3) {
  top: 14px;
}
header #nav-icon1.open span:nth-child(1) {
  top: 7.5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
header #nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
header #nav-icon1.open span:nth-child(3) {
  top: 7.5px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
header .navbar-light .navbar-toggler {
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
}
@media only screen and (max-width: 991px) {
  header .navbar-collapse,
  header .show {
    width: 350px;
    max-width: 350px;
    height: calc(100vh - 60px);
    min-height: calc(100vh - 60px);
    position: fixed;
    top: 60px;
    left: 0;
    background-color: white !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start;
    padding: 0 25px;
    border-top: 1px solid black;
    z-index: 2;
  }
  header .navbar-collapse .navbar-nav,
  header .show .navbar-nav {
    display: grid;
    gap: 15px;
    margin: 40px 0 15px !important;
  }
  header .navbar-collapse .navbar-nav a,
  header .show .navbar-nav a {
    padding: 0 !important;
  }
  header .navbar-collapse::after,
  header .show::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: transparent;
    z-index: -1;
  }
}

.banner {
  background-image: url(../images/banner-bg-6-blur-2.png);
  padding: 80px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #ffffff;
  min-height: calc(100vh - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .banner {
    background-image: url(../images/bg-mobile.png);
  }
}
.banner .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.banner .banner-content {
  position: relative;
  z-index: 1;
  align-items: center;
}
.banner .banner-info {
  font-family: "Ghibli";
  color: black;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
}
.banner .banner-info .sub-name {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.banner .banner-info .top-sub {
  margin-bottom: -20px;
}
.banner .banner-info .legend {
  font-size: 90px;
  line-height: 140px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.banner .banner-info .legend span {
  font-size: 130px;
}
.banner .banner-info .legend > div {
  line-height: 105px;
}
.banner .banner-info .legend.bottom-main > div {
  line-height: 1.5;
}
.banner .banner-info .bottom-name {
  margin-top: -60px;
}

.accordion-wrapper {
  border-bottom: 1px solid #ccc;
  font-family: "Rubik", sans-serif;
  background-image: url(../images/bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-wrapper .container {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .accordion-wrapper .container {
    max-width: calc(100% - 50px);
  }
}
@media only screen and (max-width: 767px) {
  .accordion-wrapper .container {
    padding: 40px 25px;
  }
}
.accordion-wrapper p {
  max-width: 900px;
  text-wrap: balance;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .accordion-wrapper p {
    text-align: justify !important;
    text-wrap: initial;
  }
}
.accordion-wrapper .title {
  font-size: 40px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .accordion-wrapper .title {
    font-size: 30px;
  }
}

.page-para {
  max-width: 650px;
  margin: 20px auto 30px;
  font-size: 18px;
  line-height: 150%;
}

.title {
  font-weight: 700;
}

section {
  padding: 80px 0;
  min-height: calc(100vh - 120px);
}
@media only screen and (max-width: 767px) {
  section {
    padding: 60px 0;
  }
}

.contact-us {
  padding: 100px 0;
  background-image: url(../images/bg-2.jpg);
  padding: 80px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-us .contact-content {
  padding: 0 0 0 30px;
  background-color: rgba(255, 255, 255, 0.7);
}
.contact-us .title {
  font-size: 35px;
  text-align: center;
}
.contact-us label {
  font-family: "Rubik", sans-serif;
}
.contact-us h4 {
  font-size: 16px;
  line-height: 130%;
  margin: 20px auto 25px;
  font-weight: 500;
  text-align: center;
  max-width: 90%;
}
.contact-us .contact-img {
  text-align: center;
}
.contact-us .contact-img img {
  width: 400px;
}

.container-xsm {
  max-width: 1050px;
  margin: 0 auto;
}

.about-us {
  font-family: "Rubik", sans-serif;
  background-image: url(../images/bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.about-us::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.about-us .container {
  position: relative;
  z-index: 11;
}
.about-us .container > h2 {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .about-us .container > h2 {
    margin-bottom: 30px !important;
  }
}
.about-us .about-content {
  background-color: #ffffff;
  padding: 25px;
}
.about-us .about-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
@media only screen and (max-width: 991px) {
  .about-us .about-card {
    grid-template-columns: 1fr;
  }
  .about-us .about-card:nth-child(even) .about-img {
    order: 1 !important;
  }
  .about-us .about-card:nth-child(even) .about-info {
    order: 2;
  }
}
.about-us .about-card:nth-child(even) .about-img {
  order: 2;
}
.about-us .about-card:nth-child(even) .about-info {
  order: 1;
}
.about-us .about-card .about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us .about-card .about-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 40px;
}
@media only screen and (max-width: 991px) {
  .about-us .about-card .about-info {
    padding: 30px 0;
  }
  .about-us .about-card .about-info br {
    display: none;
  }
  .about-us .about-card .about-info b {
    margin-bottom: 15px;
  }
  .about-us .about-card .about-info b,
  .about-us .about-card .about-info p {
    text-align: justify;
  }
}
.about-us .about-card .about-info h2 {
  font-size: 22px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 15px;
}
.about-us .about-card .about-info b,
.about-us .about-card .about-info p {
  font-size: 15px;
}
.about-us .about-card img {
  width: 100%;
}

.book-samples-wrapper {
  font-family: "Rubik", sans-serif;
  background-image: url(../images/bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  min-height: calc(100vh - 60px);
}
.book-samples-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.book-samples-wrapper .container {
  position: relative;
  z-index: 11;
}
.book-samples-wrapper .container > h2 {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .book-samples-wrapper .container > h2 {
    margin-bottom: 30px !important;
  }
}
.book-samples-wrapper .books-content {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
}
.book-samples-wrapper .books-content .card img {
  width: 100px;
  margin: 0 auto;
  max-height: 191px;
  height: 100%;
}
.book-samples-wrapper .books-content .card h5 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.book-samples-wrapper .books-content .card .card-text {
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}
.book-samples-wrapper .books-content .card a {
  margin: 0 auto;
  text-transform: capitalize;
}

@media only screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .container-xsm {
    max-width: calc(100% - 50px);
    margin: 0 auto;
  }
  .container-xsm .row {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .container-xsm {
    padding: 0 !important;
  }
  .container-xsm .row .col-md-6:first-child {
    padding: 30px 25px;
  }
  .container-xsm .row .col-md-6:first-child h3 {
    margin: 0 0 15px !important;
    font-size: 30px;
  }
  .container-xsm .row .col-md-6:first-child h4 {
    margin: 0 0 15px !important;
  }
  .container-xsm .row .col-md-6:first-child .contact-img {
    max-width: 100%;
  }
  .container-xsm .row .col-md-6:first-child .contact-img img {
    width: 100%;
  }
  .container-xsm .row .col-md-6:last-child {
    padding: 40px 20px !important;
  }
  .container-xsm .row .col-md-6:last-child .row > div {
    padding: 0;
  }
}
.modal-backdrop.show {
  opacity: 0.8;
}

.pdf-modal {
  font-family: "Times New Roman", serif;
}
.pdf-modal .modal-dialog {
  max-width: 920px;
}
@media only screen and (max-width: 991px) {
  .pdf-modal .modal-dialog {
    max-width: calc(100% - 50px);
    margin: 30px auto;
  }
}
.pdf-modal .a4-modal-content {
  background-color: #ffffff;
  border-radius: 0;
  padding: 40px 0px 0;
  box-shadow: none;
  border: none;
}
.pdf-modal .a4-page {
  background-color: white;
  width: 736px;
  /* A4 width in pixels at 96 DPI */
  min-height: 1123px;
  /* A4 height in pixels at 96 DPI */
  margin: auto;
  padding: 40px;
  font-family: "Times New Roman", serif;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: auto;
  margin-bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2235294118);
}
@media only screen and (max-width: 991px) {
  .pdf-modal .a4-page {
    max-width: calc(100% - 40px) !important;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .pdf-modal .a4-page {
    padding: 30px 20px;
  }
}
.pdf-modal .a4-page .pdf-title {
  font-size: 22.6pt;
  font-weight: 900;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Times New Roman", serif;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .pdf-modal .a4-page .pdf-title {
    font-size: 16pt !important;
  }
}
.pdf-modal .a4-page .image-title {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.pdf-modal .a4-page .image-title .pdf-title {
  margin-bottom: 0;
}
.pdf-modal .a4-page .image-title img {
  max-width: 90px;
  margin: 0 auto;
}
@media only screen and (max-width: 575px) {
  .pdf-modal .a4-page .image-title img {
    max-width: 100% !important;
    max-height: 250px;
  }
}
.pdf-modal .a4-page h6 {
  font-size: 14pt;
  font-weight: 900;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Times New Roman", serif;
  margin-top: 36.8px;
  font-size: 11.8pt;
  margin-bottom: 36.5px;
}
@media only screen and (max-width: 767px) {
  .pdf-modal .a4-page h6 {
    font-size: 12pt;
  }
}
.pdf-modal .a4-page p {
  color: black;
  font-family: "Times New Roman", serif;
  text-decoration: none;
  margin: 0px;
  line-height: 1.4;
  margin-left: 4.9px;
  letter-spacing: -0.01px;
  line-height: 1.3;
  font-size: 12.4pt !important;
  text-align: unset !important;
}
@media only screen and (max-width: 767px) {
  .pdf-modal .a4-page p {
    font-size: 11pt !important;
  }
}
.pdf-modal .a4-page .main-image {
  max-width: 100%;
}
.pdf-modal .a4-page .italic p {
  font-style: italic;
}

/*# sourceMappingURL=style.css.map */
