@-webkit-keyframes moveText {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
@keyframes moveText {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
@font-face {
  font-family: "Zapfino";
  src: url(../fonts/Zapfino.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@keyframes moveText {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  color: #08090b;
}

section {
  padding: 100px;
}

a {
  text-decoration: none;
  color: #F4FAFF;
  text-decoration: underline;
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  cursor: pointer;
}
a:hover {
  color: #BBDCE5;
}

img {
  margin: auto;
  max-width: 100%;
  display: block;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

h1 {
  font-family: "Zapfino", sans-serif;
}

h2, h3, h4, h5, h6 {
  font-family: "Handlee", cursive;
}

h2 {
  margin: 2rem 0;
  font-size: 2.5rem;
  font-weight: 700;
  color: #8AA624;
}
@media (max-width: 768px) {
  h2 {
    margin-bottom: 1.5rem;
    font-size: 2.1rem;
  }
}

h3 {
  margin-bottom: 2rem;
  text-align: center;
  color: #3076aa;
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  h3 {
    margin-bottom: 1.5rem;
    font-size: 2.1rem;
  }
}

p {
  font-size: 1.1rem;
  color: #08090b;
}

@keyframes moveText {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
header {
  background-color: #3076aa;
}
header .main-menu {
  margin: 0 auto;
  width: 100%;
}
header .main-menu img {
  width: 70px;
  height: auto;
}
header .main-menu ul {
  list-style: none;
}
header .main-menu .menu-flex {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: 2s;
  transition: 2s;
  padding: 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  background-color: #3076aa;
}
header .main-menu .menu-flex .nav-link {
  background-color: #3076aa;
  color: #F4FAFF;
}
header .main-menu .menu-flex .nav-link:hover {
  color: #BBDCE5;
}
header .main-menu .menu-flex .nav-menu {
  background-color: #3076aa;
}
header .main-menu .menu-flex .nav-menu .dropdown-item {
  background-color: #3076aa;
}
header .main-menu .menu-flex .nav-menu .dropdown-item:hover {
  background-color: #BBDCE5;
}
header .main-menu .menu-flex .left {
  width: 50%;
}
header .main-menu .burger-btn, header .main-menu .burger-close-btn {
  display: none;
}
header .main-menu .burger-btn button, header .main-menu .burger-close-btn button {
  all: unset;
  padding: 0.1rem 0.6rem;
  border: 0.1rem solid #F4FAFF;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  color: #F4FAFF;
  cursor: pointer;
}
header .main-menu .burger-btn button i, header .main-menu .burger-close-btn button i {
  margin: 0;
}
header .main-menu .burger-btn button:hover, header .main-menu .burger-close-btn button:hover {
  color: #BBDCE5;
}
header .main-menu .burger-close-btn button {
  background-color: #9A3F3F;
  color: #F4FAFF;
}
header .main-menu .burger-menu {
  display: none;
  position: fixed;
  top: 5;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: #3076aa;
  opacity: 100%;
  padding: 20px 40px;
  overflow-y: hidden;
  z-index: 10000;
}
header .main-menu .burger-menu .logo-text a {
  text-decoration: none;
  font-family: "Zapfino", sans-serif;
  font-weight: 500;
  line-height: 3rem;
}
header .main-menu .burger-menu .logo-text a p {
  color: #F4FAFF;
  font-size: 1.1rem;
}
header .main-menu .burger-menu ul {
  margin-top: 30px;
  font-size: 1.3rem;
}
header .main-menu .burger-menu ul .dropdown {
  color: #F4FAFF;
}
header .main-menu .burger-menu ul .dropdown .nav-menu {
  margin: 0;
  padding: 0;
  background-color: #3076aa;
}
header .main-menu .burger-menu ul .dropdown .nav-menu .dropdown-item {
  background-color: #3076aa;
}
header .main-menu .burger-menu ul .dropdown .nav-menu .dropdown-item:hover {
  background-color: #BBDCE5;
}
header .main-menu .burger-menu ul li {
  padding: 10px 0;
}
header .main-menu .burger-menu ul li i {
  margin-right: 1rem;
  padding: 10px;
  border: 1px solid #F4FAFF;
  border-radius: 5px;
}
header .main-menu .burger-menu ul span {
  text-transform: capitalize;
}
header .main-menu .burger-menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
header .open body {
  overflow-y: hidden;
}
header .open .burger-btn {
  display: none;
}
header .open .burger-menu {
  display: "block";
}
header .open .burger-close-btn {
  display: "block";
}
header .main-banner {
  background-image: url("../img/main-banner.webp");
  background-size: cover;
  background-position: left;
  margin-top: 85px;
  padding: 130px 0 200px 0;
  border-bottom: 1rem solid #3076aa;
}
header .main-banner .banner .banner-text h1 {
  line-height: 4;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  overflow: visible;
  word-break: break-word;
  max-width: 100%;
  text-align: center;
}

@media (max-width: 1100px) {
  header .main-menu .menu-flex {
    padding: 0 1rem;
    font-size: 1.1rem;
  }
  header .main-banner {
    padding: 60px 0 150px 0;
    border-bottom: 0.8rem solid #3076aa;
  }
  header .main-banner .banner .banner-text h1 {
    line-height: 4;
    font-size: 2rem;
  }
}
@media (max-width: 992px) {
  header .main-menu .menu-flex {
    padding: 0;
  }
  header .main-menu .menu-flex .left {
    width: 60%;
  }
  header .main-banner {
    padding: 50px 0 120px 0;
    border-bottom: 0.7rem solid #3076aa;
  }
  header .main-banner .banner .banner-text h1 {
    line-height: 4;
    font-size: 1.6rem;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  header .main-menu .menu-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .main-menu .menu-flex .nav-item {
    display: none;
  }
  header .main-menu .menu-flex .right {
    display: none;
  }
  header .main-menu .burger-btn {
    display: block;
  }
  header .main-banner {
    padding: 50px 0 90px 0;
    border-bottom: 0.7rem solid #3076aa;
  }
  header .main-banner .banner .banner-text h1 {
    line-height: 4;
    font-size: 1.2rem;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 576px) {
  header .main-banner .banner .banner-text {
    padding: 10px 0 0 0;
  }
  header .main-banner .banner .banner-text h1 {
    line-height: 2rem;
    font-size: 1rem;
    font-weight: 700;
    text-shadow: 0 0 2rem #000;
  }
}
@media (max-width: 480px) {
  header .main-menu .burger-btn button {
    font-size: 1.1rem;
  }
  header .main-banner {
    border-bottom: 0.4rem solid #3076aa;
  }
  header .main-banner .banner .banner-text {
    padding: 10px 0;
  }
  header .main-banner .banner .banner-text h1 {
    line-height: 0.5rem;
    font-size: 0.8rem;
    text-shadow: 0 2px 6px #F4FAFF;
  }
}
@keyframes moveText {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
.mission-sec .mission {
  position: relative;
  margin: 5rem 0;
  padding: 2rem 3rem;
  border: 0.3rem solid #8AA624;
  border-radius: 1rem;
}
.mission-sec .mission .mission-title {
  position: absolute;
  bottom: 93%;
  background-color: #fff;
  z-index: 1;
}
.mission-sec .mission .mission-title i {
  padding-right: 1rem;
  font-size: 2rem;
}
.mission-sec .mission .mission-title h2 {
  padding: 0 2rem;
  line-height: 0.2rem;
}
.mission-sec .mission .mission-text {
  position: relative;
  z-index: 2;
}
.mission-sec .mission .mission-text p {
  z-index: 2;
  color: inherit;
}

.laflammedalex-cover {
  background-color: #FFF2EF;
  text-align: center;
}
.laflammedalex-cover .order-now-btn {
  margin-top: 4rem;
}
.laflammedalex-cover .order-now-btn a {
  text-decoration: none;
  margin-top: 3rem;
  padding: 0.5rem 3rem;
  border: 0.1rem solid #F4FAFF;
  border-radius: 3rem;
  background-color: #9A3F3F;
  color: #F4FAFF;
  font-size: 1.2rem;
  text-transform: capitalize;
  cursor: pointer;
}
.laflammedalex-cover .order-now-btn a:hover {
  border: 0.1rem solid #9A3F3F;
  background-color: #F4FAFF;
  color: #9A3F3F;
}
@media (max-width: 992px) {
  .laflammedalex-cover .order-now-btn a {
    margin-top: 1rem;
    padding: 0.4rem 2rem;
    border-radius: 2rem;
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .laflammedalex-cover .order-now-btn {
    margin-top: 3rem;
  }
  .laflammedalex-cover .order-now-btn a {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .laflammedalex-cover .cover-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .laflammedalex-cover .cover-flex div {
    width: 100%;
  }
  .laflammedalex-cover .cover-flex div img {
    height: 400px;
    width: auto;
  }
}

@media (max-width: 992px) {
  .mission-sec .mission {
    margin: 3rem 0;
    padding: 2rem 2rem 1rem 2rem;
    border: 0.2rem solid #8AA624;
  }
  .mission-sec .mission .mission-title h2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .mission-sec .mission {
    margin: 2rem 0;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
  .mission-sec .mission .mission-title {
    bottom: 95%;
  }
  .mission-sec .mission .mission-title h2 {
    font-size: 1.7rem;
  }
}
@media (max-width: 480px) {
  .mission-sec .mission {
    margin: 0;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
  .mission-sec .mission .mission-title {
    bottom: 97%;
  }
  .mission-sec .mission .mission-title h2 {
    font-size: 1rem;
  }
  .mission-sec .mission .mission-text p {
    font-size: 0.9rem;
  }
}
@keyframes moveText {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
.about-sec {
  padding-top: 50px;
}
.about-sec .slogan {
  text-align: center;
}
.about-sec .slogan h2 {
  margin: 1rem 0;
  color: #9A3F3F;
  text-shadow: 0 0 0.2rem #777;
  line-height: 4rem;
  font-size: 3.5rem;
}
.about-sec .about-flex {
  margin-top: 7rem;
}
.about-sec .about-flex .about {
  padding: 2rem 3rem;
  border: 0.1rem solid rgba(249, 249, 249, 0.9607843137);
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 0.5rem #555;
          box-shadow: 0 0 0.5rem #555;
  background-color: #F4FAFF;
}
.about-sec .about-flex .about h3 {
  font-size: 2rem;
}
.about-sec .about-flex .about .about-text p {
  text-align: justify;
}
.about-sec .about-flex .about .about-text ul li {
  padding: 0.5rem;
}
.about-sec .about-flex .about .about-text h4 {
  margin: 1.5rem 0 0.2rem 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

@media (max-width: 992px) {
  .about-sec .slogan h2 {
    text-shadow: 0 0 0.1rem #777;
    line-height: 3rem;
    font-size: 2.5rem;
  }
  .about-sec .about-flex {
    margin-top: 5rem;
  }
  .about-sec .about-flex .about {
    padding: 1.5rem;
  }
  .about-sec .about-flex .about h3 {
    font-size: 1.5rem;
  }
  .about-sec .about-flex .about .about-text p {
    font-size: 1.1rem;
  }
  .about-sec .about-flex .about .about-text ul li {
    padding: 0.3rem;
  }
  .about-sec .about-flex .about .about-text h4 {
    font-size: 1rem;
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .about-sec .slogan h2 {
    line-height: 2rem;
    font-size: 1.8rem;
  }
  .about-sec .about-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4rem;
  }
  .about-sec .about-flex .about {
    width: 100%;
  }
  .about-sec .about-flex .about h3 {
    font-size: 1.3rem;
  }
  .about-sec .about-flex .about .about-text p {
    font-size: 1rem;
  }
  .about-sec .about-flex .about .about-text ul li {
    padding: 0.1rem;
  }
  .about-sec .about-flex .about .about-text h4 {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .about-sec .slogan h2 {
    line-height: 1.7rem;
    font-size: 1.3rem;
  }
  .about-sec .about-flex .about h3 {
    font-size: 1.1rem;
  }
  .about-sec .about-flex .about .about-text p {
    font-size: 16px;
  }
  .about-sec .about-flex .about .about-text ul li {
    padding: 0;
  }
  .about-sec .about-flex .about .about-text h4 {
    font-size: 16px;
  }
}
@keyframes moveText {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
section {
  padding: 5rem 0;
}

.laflammedalex-description .description {
  padding: 1rem;
  border: 1rem solid #f6a69b;
  text-align: center;
}
.laflammedalex-description .description h2 {
  font-size: 3rem;
}
.laflammedalex-description .description img {
  margin-bottom: 1rem;
  display: inline-block;
  width: 100px;
  height: auto;
}
.laflammedalex-description .description p span {
  font-style: italic;
}

.laflammedalex-cover {
  background-color: #FFF2EF;
  text-align: center;
}
.laflammedalex-cover .order-now-btn {
  margin-top: 4rem;
}
.laflammedalex-cover .order-now-btn a {
  text-decoration: none;
  margin-top: 3rem;
  padding: 0.5rem 3rem;
  border: 0.1rem solid #F4FAFF;
  border-radius: 3rem;
  background-color: #9A3F3F;
  color: #F4FAFF;
  font-size: 1.2rem;
  text-transform: capitalize;
  cursor: pointer;
}
.laflammedalex-cover .order-now-btn a:hover {
  border: 0.1rem solid #9A3F3F;
  background-color: #F4FAFF;
  color: #9A3F3F;
}
@media (max-width: 992px) {
  .laflammedalex-cover .order-now-btn a {
    margin-top: 1rem;
    padding: 0.4rem 2rem;
    border-radius: 2rem;
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .laflammedalex-cover .order-now-btn {
    margin-top: 3rem;
  }
  .laflammedalex-cover .order-now-btn a {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .laflammedalex-cover .cover-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .laflammedalex-cover .cover-flex div {
    width: 100%;
  }
  .laflammedalex-cover .cover-flex div img {
    height: 400px;
    width: auto;
  }
}

.book-pages {
  text-align: center;
}
.book-pages .container {
  max-width: 800px;
}
.book-pages .laflammedalex-pages {
  border: 0.2rem solid #f6a69b;
  border-radius: 50px;
  background-color: #FFF2EF;
  position: relative;
}
.book-pages .laflammedalex-pages .slick-arrow {
  position: absolute;
  top: 45%;
  right: 105%;
  height: 50px;
  width: 50px;
  border: 0.2rem solid #f6a69b;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 1rem #999;
          box-shadow: 0 0 1rem #999;
  background-image: url("/assets/img/pink-arrow.svg");
  background-position: center;
  background-size: cover;
  color: transparent;
  font-size: 0;
}
.book-pages .laflammedalex-pages .slick-next {
  left: 105%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.book-pages .laflammedalex-pages .slick-dots {
  position: absolute;
  top: 105%;
  left: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.book-pages .laflammedalex-pages .slick-dots button {
  all: unset;
  height: 0.7rem;
  width: 0.7rem;
  background-color: #f6a69b;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 2px #999;
          box-shadow: 1px 1px 2px #999;
  font-size: 0;
  cursor: pointer;
}
.book-pages .laflammedalex-pages .book-slide {
  margin: 1rem 4rem;
  margin-top: 3rem;
}
.book-pages .laflammedalex-pages .book-slide .page-text {
  margin-top: 1rem;
  text-align: center;
}
.book-pages .laflammedalex-pages .book-slide .page-text h6 {
  font-size: 1.5rem;
  font-weight: 600;
}
.book-pages .fullscreen-btn button {
  margin-top: 3rem;
  padding: 0.5rem 3rem;
  border: 0.1rem solid #F4FAFF;
  border-radius: 3rem;
  background-color: #9A3F3F;
  color: #F4FAFF;
  font-size: 1.2rem;
  text-transform: capitalize;
  cursor: pointer;
}
.book-pages .fullscreen-btn button:hover {
  border: 0.1rem solid #9A3F3F;
  background-color: #F4FAFF;
  color: #9A3F3F;
}
@media (max-width: 992px) {
  .book-pages .fullscreen-btn button {
    margin-top: 1rem;
    padding: 0.4rem 2rem;
    border-radius: 2rem;
    font-size: 1rem;
  }
}

.book-fullscreen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #333;
  opacity: 99%;
  overflow-y: hidden;
  z-index: 1000;
  border: 1px solid white;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  overflow: hidden;
}
.book-fullscreen .close-btn {
  all: unset;
  position: absolute;
  top: 2%;
  right: 3%;
  color: #F4FAFF;
  cursor: pointer;
}
.book-fullscreen .close-btn i {
  border: 3px solid wheat;
  border-radius: 2rem;
  background-color: wheat;
  font-size: 2.5rem;
  color: #8E1616;
}
.book-fullscreen .flipbook {
  margin-top: 7%;
  overflow: hidden;
}
.book-fullscreen .flipbook .hard {
  background: #f6a69b !important;
  color: #fff;
  font-weight: bold;
  border: none;
}
.book-fullscreen .flipbook .hard img {
  height: 100%;
  width: auto;
}
.book-fullscreen .flipbook .page {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.11);
}
.book-fullscreen .flipbook .page img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.book-fullscreen button {
  all: unset;
  position: absolute;
  top: 45%;
  cursor: pointer;
  width: 50px;
  height: auto;
}
.book-fullscreen .prev-btn {
  right: 90%;
}
.book-fullscreen .next-btn {
  left: 90%;
}

.order-request {
  margin-top: 50px;
  background-color: #e3e4de;
}
.order-request .order-form {
  padding: 2rem;
  -webkit-box-shadow: 0 0 0.5rem #08090b;
          box-shadow: 0 0 0.5rem #08090b;
  border: 1rem solid #f6a69b;
  background-color: #F4FAFF;
}
.order-request .order-form div {
  margin: 2rem 0;
}
.order-request .order-form div label {
  display: block;
  margin-bottom: 0.2rem;
  font-family: "Handlee", cursive;
  font-size: 1.5rem;
}
.order-request .order-form div label span {
  font-family: red;
  color: #9A3F3F;
}
.order-request .order-form div input, .order-request .order-form div textarea {
  width: 100%;
  font-size: 1.2rem;
}
.order-request .order-form div textarea {
  resize: vertical;
  min-height: 150px;
  max-height: 400px;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.order-request .order-form button {
  margin-top: 3rem;
  padding: 0.5rem 3rem;
  border: 0.1rem solid #F4FAFF;
  border-radius: 3rem;
  background-color: #9A3F3F;
  color: #F4FAFF;
  font-size: 1.2rem;
  text-transform: capitalize;
  cursor: pointer;
}
.order-request .order-form button:hover {
  border: 0.1rem solid #9A3F3F;
  background-color: #F4FAFF;
  color: #9A3F3F;
}
@media (max-width: 992px) {
  .order-request .order-form button {
    margin-top: 1rem;
    padding: 0.4rem 2rem;
    border-radius: 2rem;
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .order-request .order-form {
    padding: 1.5rem;
    border: 0.5rem solid #f6a69b;
  }
  .order-request .order-form div {
    margin: 1.5rem 0;
  }
  .order-request .order-form div label {
    font-size: 1.2rem;
  }
  .order-request .order-form div input, .order-request .order-form div textarea {
    font-size: 1rem;
  }
}

iframe {
  padding: 2rem;
  -webkit-box-shadow: 0 0 0.5rem #08090b;
          box-shadow: 0 0 0.5rem #08090b;
  border: 1rem solid #f6a69b;
  background-color: #F4FAFF;
}
iframe div {
  margin: 2rem 0;
}
iframe div label {
  display: block;
  margin-bottom: 0.2rem;
  font-family: "Handlee", cursive;
  font-size: 1.5rem;
}
iframe div label span {
  font-family: red;
  color: #9A3F3F;
}
iframe div input, iframe div textarea {
  width: 100%;
  font-size: 1.2rem;
}
iframe div textarea {
  resize: vertical;
  min-height: 150px;
  max-height: 400px;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
iframe button {
  margin-top: 3rem;
  padding: 0.5rem 3rem;
  border: 0.1rem solid #F4FAFF;
  border-radius: 3rem;
  background-color: #9A3F3F;
  color: #F4FAFF;
  font-size: 1.2rem;
  text-transform: capitalize;
  cursor: pointer;
}
iframe button:hover {
  border: 0.1rem solid #9A3F3F;
  background-color: #F4FAFF;
  color: #9A3F3F;
}
@media (max-width: 992px) {
  iframe button {
    margin-top: 1rem;
    padding: 0.4rem 2rem;
    border-radius: 2rem;
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  iframe {
    padding: 1.5rem;
    border: 0.5rem solid #f6a69b;
  }
  iframe div {
    margin: 1.5rem 0;
  }
  iframe div label {
    font-size: 1.2rem;
  }
  iframe div input, iframe div textarea {
    font-size: 1rem;
  }
}

.futur-publication {
  background-image: url("../img/main-banner.webp");
  background-size: cover;
  background-position: left;
  background-color: rgba(225, 225, 225, 0.8);
  background-blend-mode: overlay;
}
.futur-publication .all-publication {
  position: relative;
}
.futur-publication .all-publication .slick-arrow {
  position: absolute;
  top: 40%;
  right: 90%;
  height: 50px;
  width: 50px;
  border: 0.2rem solid #3076aa;
  border-radius: 50px;
  background-image: url("/assets/img/arrow.svg");
  background-position: center;
  background-size: cover;
  color: transparent;
  font-size: 0;
  cursor: pointer;
}
.futur-publication .all-publication .slick-next {
  left: 90%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.futur-publication .all-publication .slick-previous {
  cursor: pointer;
}
.futur-publication .all-publication .slick-dots {
  position: absolute;
  top: 110%;
  left: 41%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.futur-publication .all-publication .slick-dots button {
  all: unset;
  height: 1rem;
  width: 1rem;
  background-color: #3076aa;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 2px #999;
          box-shadow: 1px 1px 2px #999;
  font-size: 0;
  cursor: pointer;
}
.futur-publication .all-publication .publication {
  margin: 0 5rem;
  padding: 3rem;
  height: 250px;
  border: 0.2rem solid #3076aa;
  border-radius: 2rem;
  background-color: #F4FAFF;
  color: #8AA624;
  text-align: center;
}
.futur-publication .all-publication .publication i {
  display: inline;
  font-size: 4rem;
  color: #556B2F;
}
.futur-publication .all-publication .publication h4 {
  margin-top: 2rem;
  text-shadow: 0 0 10px #fff;
  font-size: 2.5rem;
  font-weight: 700;
}
.futur-publication .order-now-btn {
  margin-top: 7rem;
  text-align: center;
}
.futur-publication .order-now-btn a {
  text-decoration: none;
  margin-top: 3rem;
  padding: 0.5rem 3rem;
  border: 0.1rem solid #F4FAFF;
  border-radius: 3rem;
  background-color: #9A3F3F;
  color: #F4FAFF;
  font-size: 1.2rem;
  text-transform: capitalize;
  cursor: pointer;
}
.futur-publication .order-now-btn a:hover {
  border: 0.1rem solid #9A3F3F;
  background-color: #F4FAFF;
  color: #9A3F3F;
}
@media (max-width: 992px) {
  .futur-publication .order-now-btn a {
    margin-top: 1rem;
    padding: 0.4rem 2rem;
    border-radius: 2rem;
    font-size: 1rem;
  }
}

@media (max-width: 1200px) {
  .book-pages .fullscreen-btn button {
    display: none;
  }
  #book-fullscreen {
    display: none;
  }
}
@media (max-width: 992px) {
  .laflammedalex-description .description h2 {
    margin-bottom: 1.5rem;
    font-size: 2.1rem;
  }
  .book-pages .container {
    max-width: 600px;
  }
  .book-pages .laflammedalex-pages {
    border: 0.1rem solid #f6a69b;
    border-radius: 30px;
  }
  .book-pages .laflammedalex-pages .slick-arrow {
    height: 40px;
    width: 40px;
    border: 0.1rem solid #f6a69b;
  }
  .book-pages .laflammedalex-pages .book-slide {
    margin: 0.5rem 2.3rem;
    margin-top: 2rem;
  }
  .book-pages .laflammedalex-pages .book-slide .page-text {
    margin-top: 1rem;
  }
  .book-pages .laflammedalex-pages .book-slide .page-text h6 {
    font-size: 1rem;
  }
  .order-request {
    margin-top: 0px;
  }
  .order-request h3 {
    margin-bottom: 1.5rem;
    font-size: 2.1rem;
  }
  .futur-publication .all-publication .slick-arrow {
    height: 40px;
    width: 40px;
    border: 0.15rem solid #3076aa;
    z-index: 5;
  }
  .futur-publication .all-publication .slick-dots {
    top: 110%;
    left: 39%;
  }
  .futur-publication .all-publication .slick-dots button {
    height: 0.7rem;
    width: 0.7rem;
  }
  .futur-publication .all-publication .publication {
    margin: 0 3rem;
    padding: 2rem;
    height: 200px;
    border: 0.15rem solid #3076aa;
    border-radius: 1.5rem;
  }
  .futur-publication .all-publication .publication i {
    font-size: 3rem;
  }
  .futur-publication .all-publication .publication h4 {
    margin-top: 2rem;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .futur-publication .all-publication .slick-arrow {
    top: 105%;
    right: 50%;
  }
  .futur-publication .all-publication .slick-next {
    left: 50%;
  }
  .futur-publication .all-publication .publication {
    margin: 0 4rem;
    padding: 1rem;
    height: 170px;
    border-radius: 1rem;
  }
  .futur-publication .all-publication .publication i {
    font-size: 2.5rem;
  }
  .futur-publication .all-publication .publication h4 {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .laflammedalex-description .description {
    border: 0.5rem solid #f6a69b;
  }
  .laflammedalex-description .description h2 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .laflammedalex-description .description p {
    font-size: 1rem;
  }
  .book-pages .laflammedalex-pages {
    border-radius: 10px;
  }
  .book-pages .laflammedalex-pages .book-slide {
    margin: 0.1rem 0.5rem;
    margin-top: 1rem;
  }
  .book-pages .laflammedalex-pages .book-slide img {
    width: 100%;
    height: auto;
  }
  .book-pages .laflammedalex-pages .book-slide .page-text {
    margin-top: 0.8rem;
  }
  .book-pages .laflammedalex-pages .book-slide .page-text h6 {
    font-size: 0;
  }
  .order-request h3 {
    margin-bottom: 1.5rem;
    font-size: 1.7rem;
  }
  .futur-publication .all-publication .publication {
    margin: 0 1rem;
    padding: 1rem 0.5rem;
    border-radius: 0.5rem;
  }
}
@media (max-width: 480px) {
  .futur-publication .all-publication .publication {
    margin: 0 1rem;
    height: 150px;
    padding: 1rem 0.5rem;
    border-radius: 0.5rem;
  }
  .futur-publication .all-publication .publication i {
    font-size: 1.5rem;
  }
  .futur-publication .all-publication .publication h4 {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
}
@keyframes moveText {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
.audio-sec .book-info .cover-page img {
  width: 300px;
  height: auto;
  border: 0.2rem solid #8AA624;
}
.audio-sec .book-info .info {
  padding-top: 2rem;
}
.audio-sec .book-info .info span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #08090b;
}
.audio-sec .book-info .info p {
  line-height: 1rem;
}
.audio-sec .audio-info {
  margin: 10rem 0;
}
.audio-sec .audio-info h2, .audio-sec .audio-info p {
  text-align: center;
}
.audio-sec .audio-info p {
  margin: 1rem 0;
}
.audio-sec .audio-info img {
  margin-right: 1rem;
  width: 70px;
  height: auto;
}
.audio-sec .audio-info hr {
  border: 0.3rem solid #3076aa;
  border-radius: 0.3rem;
}
.audio-sec .audio-info .text h3 {
  padding: 0;
  margin: 0;
  padding-top: 2rem;
  font-size: 1.7rem;
  line-height: 2rem;
}
.audio-sec .audio-info .flag, .audio-sec .audio-info .text {
  display: inline-block;
  vertical-align: middle;
}
.audio-sec .audio-info .audio-text {
  margin-top: 0;
}
.audio-sec .audio-info .audio-text p {
  text-align: left;
}
.audio-sec .audio-info audio {
  width: 100%;
  padding: 10px;
}
.audio-sec .audio-info audio::-webkit-media-controls-panel {
  background-color: #3076aa;
  color: #fff;
}
.audio-sec .audio-info audio::-webkit-media-controls-play-button,
.audio-sec .audio-info audio::-webkit-media-controls-mute-button {
  color: #fff;
}
.audio-sec .audio-info audio::-webkit-media-controls-current-time-display,
.audio-sec .audio-info audio::-webkit-media-controls-time-remaining-display {
  color: #fff;
}
.audio-sec .return-btn {
  text-align: center;
}
.audio-sec .return-btn a {
  text-decoration: none;
  margin-top: 3rem;
  padding: 0.5rem 3rem;
  border: 0.1rem solid #F4FAFF;
  border-radius: 3rem;
  background-color: #9A3F3F;
  color: #F4FAFF;
  font-size: 1.2rem;
  text-transform: capitalize;
  cursor: pointer;
  text-transform: none;
}
.audio-sec .return-btn a:hover {
  border: 0.1rem solid #9A3F3F;
  background-color: #F4FAFF;
  color: #9A3F3F;
}
@media (max-width: 992px) {
  .audio-sec .return-btn a {
    margin-top: 1rem;
    padding: 0.4rem 2rem;
    border-radius: 2rem;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .audio-sec h2 {
    font-size: 1.5rem;
  }
  .audio-sec .book-info .cover-page img {
    border: 0.1rem solid #8AA624;
  }
  .audio-sec .book-info .info {
    padding-top: 1rem;
  }
  .audio-sec .book-info .info span {
    font-size: 1rem;
  }
  .audio-sec .book-info .info p {
    line-height: 1rem;
    font-size: 0.8rem;
  }
  .audio-sec .audio-info {
    margin: 8rem 0;
  }
  .audio-sec .audio-info h3 {
    font-size: 1.3rem;
  }
  .audio-sec .audio-info .flag {
    margin-right: 0.5rem;
  }
  .audio-sec .audio-info .flag img {
    width: 50px;
  }
}
@media (max-width: 576px) {
  .audio-sec .book-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .audio-sec .book-info .cover-page {
    width: 100%;
  }
  .audio-sec .book-info .info {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
  .audio-sec .audio-info {
    margin: 4rem 0;
  }
  .audio-sec .audio-info p {
    font-size: 0.9rem;
  }
  .audio-sec .audio-info .text {
    width: 10%;
  }
  .audio-sec .audio-info .text h3 {
    padding-top: 1rem;
    font-size: 1.3rem;
  }
  .audio-sec .audio-info .audio-file {
    width: 90%;
  }
}
@keyframes moveText {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
.contact-info {
  background-color: #e3e4de;
}
.contact-info .info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
.contact-info .info-flex .info {
  width: 40%;
}
.contact-info .info-flex .info p, .contact-info .info-flex .info a {
  font-family: "Handlee", cursive;
  font-weight: 600;
  color: #9A3F3F;
}
.contact-info .info-flex .info a:hover {
  color: #3076aa;
}
.contact-info .info-flex .info i {
  font-size: 2rem;
  padding-right: 1.5rem;
}
.contact-info .info-flex .info img {
  padding-bottom: 3rem;
  width: 300px;
  height: auto;
}
.contact-info .contact-form {
  width: 60%;
  padding: 2rem;
  -webkit-box-shadow: 0 0 0.5rem #08090b;
          box-shadow: 0 0 0.5rem #08090b;
  border: 1rem solid #f6a69b;
  background-color: #F4FAFF;
}
.contact-info .contact-form div {
  margin: 2rem 0;
}
.contact-info .contact-form div label {
  display: block;
  margin-bottom: 0.2rem;
  font-family: "Handlee", cursive;
  font-size: 1.5rem;
}
.contact-info .contact-form div label span {
  font-family: red;
  color: #9A3F3F;
}
.contact-info .contact-form div input, .contact-info .contact-form div textarea {
  width: 100%;
  font-size: 1.2rem;
}
.contact-info .contact-form div textarea {
  resize: vertical;
  min-height: 150px;
  max-height: 400px;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact-info .contact-form button {
  margin-top: 3rem;
  padding: 0.5rem 3rem;
  border: 0.1rem solid #F4FAFF;
  border-radius: 3rem;
  background-color: #9A3F3F;
  color: #F4FAFF;
  font-size: 1.2rem;
  text-transform: capitalize;
  cursor: pointer;
}
.contact-info .contact-form button:hover {
  border: 0.1rem solid #9A3F3F;
  background-color: #F4FAFF;
  color: #9A3F3F;
}
@media (max-width: 992px) {
  .contact-info .contact-form button {
    margin-top: 1rem;
    padding: 0.4rem 2rem;
    border-radius: 2rem;
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .contact-info .contact-form {
    padding: 1.5rem;
    border: 0.5rem solid #f6a69b;
  }
  .contact-info .contact-form div {
    margin: 1.5rem 0;
  }
  .contact-info .contact-form div label {
    font-size: 1.2rem;
  }
  .contact-info .contact-form div input, .contact-info .contact-form div textarea {
    font-size: 1rem;
  }
}

@media (max-width: 992px) {
  .contact-info .info-flex {
    gap: 1rem;
  }
  .contact-info .info-flex .info {
    width: 40%;
  }
  .contact-info .info-flex .info p, .contact-info .info-flex .info a {
    font-weight: 600;
    font-size: 1.1rem;
  }
  .contact-info .info-flex .info a:hover {
    color: #3076aa;
  }
  .contact-info .info-flex .info i {
    font-size: 1.1rem;
    padding-right: 1rem;
  }
  .contact-info .info-flex .info img {
    padding-bottom: 3rem;
    width: 300px;
    height: auto;
  }
  .contact-info .contact-form {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .contact-info .info-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contact-info .info-flex .info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-info .info-flex .info img {
    padding-bottom: 3rem;
    width: 150px;
    height: auto;
  }
  .contact-info .contact-form {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .contact-info .info-flex .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@keyframes moveText {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
footer {
  padding: 0.5rem 0;
  border-radius: 10px 10px 0 0;
  background-color: #3076aa;
  font-family: "Handlee", cursive;
  text-align: center;
}
footer .footer-links i {
  font-size: 1rem;
  margin-right: 0.5rem;
}
footer p {
  padding: 1rem 0;
  color: #F4FAFF;
}
footer ul {
  list-style: none;
}
footer ul a {
  font-size: 1rem;
}
footer i {
  font-size: 1.8rem;
}

@media (max-width: 480px) {
  footer p {
    font-size: 0.9rem;
  }
}