@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;
}
@font-face {
  font-family: "Papyrus";
  src: url("../fonts/Papyrus-Regular.woff2") format("woff2"), url("../fonts/Papyrus-Regular.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/new-banner-3.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-new.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%;
}

.page-intro {
  font-family: "Rubik", sans-serif;
  padding: 3rem 0;
  background: linear-gradient(180deg, rgba(248, 249, 250, 0.98) 0%, rgb(255, 255, 255) 100%);
  min-height: auto;
}
.page-intro .container {
  max-width: 950px;
}
.page-intro__card {
  border-radius: 12px;
  padding: 2.25rem 2rem;
  text-align: center;
  margin-bottom: 93px;
}
.page-intro__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1a1a1a;
}
.page-intro__text {
  font-size: 20px;
  line-height: 1.65;
  color: #fff;
  margin-bottom: 2.5rem;
}
.page-intro__cta {
  margin-top: 0.25rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-intro {
    padding: 2rem 0;
  }
  .page-intro__card {
    padding: 1.5rem 1.25rem;
    margin-bottom: 30px;
  }
  .page-intro__title {
    font-size: 1.5rem;
  }
  .page-intro__text {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}

.title {
  font-weight: 700;
}

section {
  padding: 80px 0;
  min-height: calc(100vh - 120px);
}
@media only screen and (max-width: 767px) {
  section {
    padding: 50px 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 {
  background-color: rgba(242, 255, 228, 0.74);
  padding: 0 0 0 30px;
}
.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 .book-one-complete-text {
  font-size: 20px;
  line-height: 1.65;
  text-align: center;
  color: #fff;
  margin: 93px 0;
}
@media only screen and (max-width: 767px) {
  .about-us .book-one-complete-text {
    margin: 30px 0;
    font-size: 16px;
  }
}
.about-us .about-content {
  background-color: rgba(242, 255, 228, 0.74);
  padding: 20px;
}
.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%;
}
.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;
}
@media only screen and (max-width: 767px) {
  .about-us .about-card .about-info h2 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.about-us .about-card .about-info b,
.about-us .about-card .about-info p {
  font-size: 15px;
}
.about-us .about-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.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: rgba(130, 130, 130, 0.45);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 767px) {
  .book-samples-wrapper .books-content {
    padding: 1.25rem;
  }
}
.book-samples-wrapper .books-content .card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: #fff;
}
.book-samples-wrapper .books-content .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.book-samples-wrapper .books-content .card .card-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  background-color: #fff;
}
.book-samples-wrapper .books-content .card .card-img-top {
  width: auto;
  max-width: 100%;
  max-height: 180px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
.book-samples-wrapper .books-content .card .card-img-top.agus-img {
  margin-top: 25px;
  max-height: 150px;
}
.book-samples-wrapper .books-content .card .card-img-top.karen-img {
  max-height: 160px;
}
.book-samples-wrapper .books-content .card .card-img-top.mekong-img {
  max-height: 170px;
}
.book-samples-wrapper .books-content .card .card-img-top.dd-smoove-little-img {
  max-height: 200px;
}
.book-samples-wrapper .books-content .card .card-img-top.dd-smoove-elon-img {
  max-height: 200px;
}
.book-samples-wrapper .books-content .card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.25rem 1rem;
  flex-grow: 1;
}
.book-samples-wrapper .books-content .card .card-title {
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 600;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 1rem;
  min-height: 2.75em;
}
@media only screen and (max-width: 767px) {
  .book-samples-wrapper .books-content .card .card-title {
    min-height: auto;
  }
}
.book-samples-wrapper .books-content .card .card-title .crd-text {
  display: block;
  font-weight: 500;
  color: #555;
}
.book-samples-wrapper .books-content .card .card-title i {
  font-weight: 400;
  font-size: 0.9em;
}
.book-samples-wrapper .books-content .card .card-text {
  font-size: 0.9375rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  display: block;
}
.book-samples-wrapper .books-content .card .btn {
  margin-top: auto;
  text-transform: capitalize;
  border-radius: 8px;
  padding: 0.5rem 1.25rem;
  font-size: 0.9375rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease, transform 0.15s ease;
}
.book-samples-wrapper .books-content .card .btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: scale(1.02);
}

@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: 0px 0;
  box-shadow: none;
  border: none;
}
.pdf-modal .a4-modal-content .modal-header {
  border: none;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #ffffff;
}
.pdf-modal .a4-modal-content .modal-header .modal-title {
  display: none;
}
.pdf-modal .a4-modal-content .modal-header button {
  position: absolute;
  right: 10px;
  top: 10px;
}
.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 */
