@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
@font-face {
  font-family: "portada";
  src: url("../fonts/portada/portada.otf") format("opentype"), url("../fonts/portada.ttf") format("ttf");
}
@font-face {
  font-family: "portadabold";
  src: url("../fonts/portada/portadabold.otf") format("opentype"), url("../fonts/portadabold.ttf") format("ttf");
}
.moktarah ul {
  margin-right: 17px !important;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  .moktarah ul {
    margin-right: 32px !important;
  }
}

.small-content .icon {
  height: 105px !important;
}
.small-content .book-text {
  padding: 0 !important;
  display: flex !important;
  justify-content: center;
}
.small-content .book-text * {
  font-size: 1rem;
}

html {
  direction: rtl;
  font-size: 15px;
  height: 100%;
  font-family: "portada", serif;
}
@media (max-width: 1500px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 13px;
  }
}
html a {
  text-decoration: none;
  color: black;
}
html .list-style-none {
  list-style-type: none;
}
html body {
  font-family: "portada", serif;
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-weight: 600;
}
html body header {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  top: 0%;
  left: 0%;
  width: 100%;
  z-index: 5;
  background-color: white;
}
html body header nav .header-container .logo {
  display: block;
  max-width: 50%;
}
@media (min-width: 992px) {
  html body header nav .header-container .logo {
    width: 12.5%;
  }
}
html body header nav .header-container .logo img {
  width: 100%;
}
html body header nav .header-container .menu-list .nav-item {
  margin: auto;
  padding: 1rem 0;
}
html body header nav .header-container .menu-list .nav-item .nav-link {
  padding: 0;
  color: black;
  font-family: "portada", serif;
  font-size: 1.2rem;
  display: flex;
  width: max-content;
  margin: auto;
}
html body header nav .header-container .menu-list .nav-item.dropdown .nav-link::after {
  content: "\f078";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  align-self: center;
  font-size: 1rem;
  margin: 0 5px;
  border: 0;
}
html body header nav .header-container .menu-list .dropdown {
  position: initial;
}
html body header nav .header-container .menu-list .dropdown .dropdown-menu {
  background-color: #D8A73C;
  width: 100%;
  border: none;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body header nav .header-container .menu-list .dropdown .dropdown-menu {
    background-color: unset;
  }
}
@media (min-width: 992px) {
  html body header nav .header-container .menu-list .dropdown .dropdown-menu {
    flex-direction: row;
  }
}
html body header nav .header-container .menu-list .dropdown .dropdown-menu li {
  padding: 0;
}
html body header nav .header-container .menu-list .dropdown .dropdown-menu.show {
  display: flex;
}
@media (min-width: 992px) {
  html body header nav .header-container .menu-list .dropdown .dropdown-menu {
    position: absolute;
    left: 0;
    top: 95%;
  }
}
html body header nav .header-container .menu-list .dropdown .dropdown-menu .dropdown-item {
  color: black;
  font-family: "portadabold", serif;
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem;
}
html body header nav .header-container .menu-list .dropdown .dropdown-menu .dropdown-item.current-menu-item, html body header nav .header-container .menu-list .dropdown .dropdown-menu .dropdown-item:hover, html body header nav .header-container .menu-list .dropdown .dropdown-menu .dropdown-item:focus, html body header nav .header-container .menu-list .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #EECC61;
}
html body header nav .header-container .search-form {
  padding: 1rem 0;
}
@media (min-width: 992px) {
  html body header nav .header-container .search-form {
    padding: 0 2rem;
  }
}
html body header nav .header-container .search-form .input-search,
html body header nav .header-container .search-form .btn-search {
  border: 0.15rem solid #D8A73C;
}
html body header nav .header-container .search-form .input-search {
  padding: 0.7rem 2.5rem;
  border-radius: 0 100px 100px 0;
  border-left: none;
  outline: unset;
}
html body header nav .header-container .search-form .input-search::placeholder {
  width: max-content;
  font-family: "portada", serif;
  font-size: 1rem;
  color: #B9B9B9;
}
html body header nav .header-container .search-form .btn-search {
  border-right: none;
  border-radius: 100px 0 0 100px;
  padding: 0.7rem 2.5rem;
  display: flex;
}
html body header nav .header-container .search-form .btn-search i {
  align-self: center;
  color: #D8A73C;
  font-size: 1.2rem;
}
html body header nav .header-container .search-form .btn-search:hover {
  background-color: #D8A73C;
}
html body header nav .header-container .search-form .btn-search:hover i {
  color: white;
}
html body header nav .header-container .social-media {
  padding: 1rem 0;
}
@media (min-width: 992px) {
  html body header nav .header-container .social-media {
    padding: 0;
  }
}
html body header nav .header-container .social-media .connect {
  align-self: center;
  padding: 0.5rem;
  color: black;
  font-family: "portada", serif;
  font-size: 1.2rem;
  width: max-content;
}
html body header nav .header-container .social-media a {
  align-self: center;
  padding: 0.5rem;
  display: block;
}
html body header nav .header-container .social-media a i {
  color: black;
  font-size: 1.2rem;
}
html body header.fixed {
  position: fixed;
}
@media (max-width: 768px) {
  html body .main-home .banner .home-page-swiper {
    background-color: black;
  }
}
html body .main-home .banner .home-page-swiper .home-prev,
html body .main-home .banner .home-page-swiper .home-next {
  cursor: pointer;
}
html body .main-home .banner .home-page-swiper .home-prev {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
html body .main-home .banner .home-page-swiper .home-prev i {
  font-size: 2rem;
}
html body .main-home .banner .home-page-swiper .home-next {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
html body .main-home .banner .home-page-swiper .home-next i {
  font-size: 2rem;
}
html body .main-home .banner .home-page-swiper .swiper-grid {
  position: relative;
  z-index: 1;
}
html body .main-home .banner .home-page-swiper .swiper-grid .swiper-content {
  position: relative;
  display: flex;
}
html body .main-home .banner .home-page-swiper .swiper-grid .swiper-content iframe {
  width: 100%;
  height: 100%;
  min-height: min(100vh - 200px);
}
@media (max-width: 768px) {
  html body .main-home .banner .home-page-swiper .swiper-grid .swiper-content iframe {
    min-height: 350px;
  }
}
html body .main-home .banner .home-page-swiper .swiper-grid .swiper-content .banner-svg {
  position: absolute;
  left: 12%;
  top: 27%;
  width: 25%;
}
html body .main-home .banner .home-page-swiper .swiper-grid .swiper-content .banner-svg img {
  width: 100%;
}
html body .main-home .banner .home-page-swiper .swiper-tools {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  z-index: 2;
  width: 70%;
}
@media (max-width: 768px) {
  html body .main-home .banner .home-page-swiper .swiper-tools {
    position: initial;
    transform: translateX(0px);
    background: black;
    width: 100%;
    padding: 1rem 0;
  }
}
html body .main-home .banner .home-page-swiper .swiper-tools .swiper-pagination {
  position: relative;
}
html body .main-home .banner .home-page-swiper .swiper-tools .swiper-pagination .swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
}
html body .main-home .banner .home-page-swiper .swiper-tools .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #D8A73C;
}
html body .main-home .banner .home-page-swiper .swiper-tools .search-form {
  margin-bottom: 3rem;
  width: 100%;
}
@media (max-width: 768px) {
  html body .main-home .banner .home-page-swiper .swiper-tools .search-form {
    width: 90%;
    margin: 0 auto 3rem;
  }
}
html body .main-home .banner .home-page-swiper .swiper-tools .search-form .input-search {
  padding: 1rem 2rem;
  flex-grow: 1;
  border: 0.15rem solid white;
  border-left: none;
  border-radius: 0 100px 100px 0;
  outline: unset;
  background: rgba(255, 255, 255, 0.4117647059) 0% 0% no-repeat padding-box;
  color: white;
  font-family: "portada", serif;
}
html body .main-home .banner .home-page-swiper .swiper-tools .search-form .input-search::placeholder {
  color: #F5F5F5;
  font-family: "portada", serif;
}
html body .main-home .banner .home-page-swiper .swiper-tools .search-form .btn-search {
  padding: 1rem 2rem;
  border-right: none;
  color: white;
  font-family: "portada", serif;
  border: 0.15rem solid #D8A73C;
  border-radius: 100px 0 0 100px;
  background-color: #D8A73C;
}
@media (min-width: 768px) {
  html body .main-home .banner .home-page-swiper .swiper-tools .search-form .btn-search {
    width: 15%;
  }
}
html body .main-home .section-2 {
  background-color: white;
}
html body .main-home .section-2 .top-img {
  width: 100%;
  height: 90px;
  overflow: hidden;
  position: relative;
  transform: translateY(-40%);
  background: url("../images/afterbannerhomepage.svg") no-repeat center;
}
html body .main-home .section-2 .content {
  padding: 4rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  html body .main-home .section-2 .content {
    width: 80%;
  }
}
html body .main-home .section-2 .content h2 {
  font-size: 2rem;
  text-align: center;
  font-family: "portadabold", serif;
  margin-bottom: 3rem;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-home .section-2 .content h2 {
    font-size: 1.2rem;
  }
}
html body .main-home .section-2 .content p {
  font-family: "portada", serif;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-home .section-2 .content p {
    font-size: 1rem;
  }
}
html body .main-home .section-3 {
  padding: 4rem 0;
  background-color: #F6F6F6;
}
html body .main-home .section-3 .libraries {
  padding-bottom: 4rem;
  margin: auto;
}
html body .main-home .section-3 .libraries h2 {
  font-size: 2rem;
  text-align: center;
  font-family: "portadabold", serif;
  margin-bottom: 3rem;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-home .section-3 .libraries h2 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  html body .main-home .section-3 .libraries {
    width: 90%;
  }
}
html body .main-home .section-3 .libraries .row-libraries .col-library {
  margin: 0 auto 0rem;
  flex: 0 0 14%;
  max-width: 14%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  html body .main-home .section-3 .libraries .row-libraries .col-library {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
html body .main-home .section-3 .libraries .row-libraries .col-library .content-library {
  background-color: white;
  border-radius: 0.8rem;
  padding: 0.8rem;
  display: flex;
  height: 100%;
  transition: 0.5s ease-in-out;
}
html body .main-home .section-3 .libraries .row-libraries .col-library .content-library:hover {
  background-color: #D8A73C;
}
html body .main-home .section-3 .libraries .row-libraries .col-library .content-library .icon {
  align-self: center;
  width: 40%;
  margin-left: auto;
}
html body .main-home .section-3 .libraries .row-libraries .col-library .content-library .icon img {
  width: 100%;
}
html body .main-home .section-3 .libraries .row-libraries .col-library .content-library .texts {
  width: 55%;
  align-self: center;
  margin-right: 10px;
}
html body .main-home .section-3 .libraries .row-libraries .col-library .content-library .texts h4 {
  font-family: "portadabold", serif;
  color: black;
  font-size: 1.2em;
}
html body .main-home .section-3 .libraries .row-libraries .col-library .content-library .texts p {
  font-family: "portadabold", serif;
  margin-bottom: 0;
  color: black;
}
html body .main-home .section-3 .libraries .row-libraries .col-library .active {
  background-color: #D8A73C;
}
html body .main-home .section-3 .books-swiper .book-prev {
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
html body .main-home .section-3 .books-swiper .book-prev i {
  font-size: 1.5rem;
}
html body .main-home .section-3 .books-swiper .book-next {
  position: absolute;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
html body .main-home .section-3 .books-swiper .book-next i {
  font-size: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-home .section-3 .books-swiper-grid .row {
    margin: 0 4px;
  }
}
html body .main-home .section-3 .books-swiper-grid .swiper-slide {
  height: unset !important;
}
html body .main-home .section-3 .books-swiper-grid .book-content {
  width: 80%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
}
html body .main-home .section-3 .books-swiper-grid .book-content .icon {
  display: flex;
  position: relative;
}
html body .main-home .section-3 .books-swiper-grid .book-content .icon::before {
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0%;
  bottom: 0%;
  background-color: white;
  z-index: 0;
  border-radius: 10px 10px 0 0;
}
html body .main-home .section-3 .books-swiper-grid .book-content .icon::after {
  display: block;
  content: "";
  width: 100%;
  height: 2rem;
  position: absolute;
  left: 0%;
  bottom: 0%;
  transform: translateY(50%);
  background-color: white;
  z-index: 1;
}
html body .main-home .section-3 .books-swiper-grid .book-content .icon a {
  margin: 0 auto;
}
html body .main-home .section-3 .books-swiper-grid .book-content .icon img {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 25%;
}
html body .main-home .section-3 .books-swiper-grid .book-content.list-view, html body .main-home .section-3 .books-swiper-grid .book-content.blog-content {
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  flex-grow: 1;
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  overflow: hidden;
}
html body .main-home .section-3 .books-swiper-grid .book-content.list-view h2, html body .main-home .section-3 .books-swiper-grid .book-content.blog-content h2 {
  font-size: 2rem;
  text-align: center;
  font-family: "portadabold", serif;
  margin-bottom: 3rem;
  width: 80%;
  margin: 0 auto 3rem;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-home .section-3 .books-swiper-grid .book-content.list-view h2, html body .main-home .section-3 .books-swiper-grid .book-content.blog-content h2 {
    font-size: 1.2rem;
  }
}
html body .main-home .section-3 .books-swiper-grid .book-content.list-view h3, html body .main-home .section-3 .books-swiper-grid .book-content.blog-content h3 {
  font-family: "portada", serif;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
  font-family: "portadabold", serif;
  margin: auto auto 2rem;
  width: 70%;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-home .section-3 .books-swiper-grid .book-content.list-view h3, html body .main-home .section-3 .books-swiper-grid .book-content.blog-content h3 {
    font-size: 1rem;
  }
}
html body .main-home .section-3 .books-swiper-grid .book-content.list-view p, html body .main-home .section-3 .books-swiper-grid .book-content.blog-content p {
  font-family: "portada", serif;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-home .section-3 .books-swiper-grid .book-content.list-view p, html body .main-home .section-3 .books-swiper-grid .book-content.blog-content p {
    font-size: 1rem;
  }
}
html body .main-home .section-3 .books-swiper-grid .book-content.list-view .read-more, html body .main-home .section-3 .books-swiper-grid .book-content.blog-content .read-more {
  margin: 0 -1rem;
  background-color: #FCFAF5;
  border-radius: 0 0 10px 10px;
  display: flex;
  cursor: pointer;
  font-family: "portada", serif;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
  font-family: "portadabold", serif;
  margin-bottom: 0;
  align-self: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-home .section-3 .books-swiper-grid .book-content.list-view .read-more, html body .main-home .section-3 .books-swiper-grid .book-content.blog-content .read-more {
    font-size: 1rem;
  }
}
html body .main-home .section-3 .books-swiper-grid .book-content.list-view .book-text, html body .main-home .section-3 .books-swiper-grid .book-content.blog-content .book-text {
  padding: 1rem 1rem 0;
}
html body .main-home .section-3 .books-swiper-grid .book-content .blog-icon {
  height: 250px;
}
html body .main-home .section-3 .books-swiper-grid .book-content .blog-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .main-home .section-3 .books-swiper-grid .book-content:not(.blog-content):not(.list-view) .book-text {
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  flex-grow: 1;
  background-color: white;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 0;
}
html body .main-home .section-3 .books-swiper-grid .book-content:not(.blog-content):not(.list-view) .book-text h2 {
  font-size: 2rem;
  text-align: center;
  font-family: "portadabold", serif;
  margin-bottom: 3rem;
  width: 80%;
  margin: 0 auto 3rem;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-home .section-3 .books-swiper-grid .book-content:not(.blog-content):not(.list-view) .book-text h2 {
    font-size: 1.2rem;
  }
}
html body .main-home .section-3 .books-swiper-grid .book-content:not(.blog-content):not(.list-view) .book-text h3 {
  font-family: "portada", serif;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
  font-family: "portadabold", serif;
  margin: auto auto 2rem;
  width: 70%;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-home .section-3 .books-swiper-grid .book-content:not(.blog-content):not(.list-view) .book-text h3 {
    font-size: 1rem;
  }
}
html body .main-home .section-3 .books-swiper-grid .book-content:not(.blog-content):not(.list-view) .book-text p {
  font-family: "portada", serif;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-home .section-3 .books-swiper-grid .book-content:not(.blog-content):not(.list-view) .book-text p {
    font-size: 1rem;
  }
}
html body .main-home .section-3 .books-swiper-grid .book-content:not(.blog-content):not(.list-view) .book-text .read-more {
  margin: 0 -1rem;
  background-color: #FCFAF5;
  border-radius: 0 0 10px 10px;
  display: flex;
  cursor: pointer;
}
html body .main-home .section-3 .books-swiper-grid .book-content:not(.blog-content):not(.list-view) .book-text .read-more i {
  margin: 0 auto 0 1rem;
  align-self: center;
}
html body .main-home .section-3 .books-swiper-grid .book-content:not(.blog-content):not(.list-view) .book-text .read-more p {
  font-family: "portada", serif;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
  font-family: "portadabold", serif;
  margin-bottom: 0;
  margin-left: auto;
  align-self: center;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-home .section-3 .books-swiper-grid .book-content:not(.blog-content):not(.list-view) .book-text .read-more p {
    font-size: 1rem;
  }
}
html body .main-home .section-3 .books-swiper-grid .book-content.list-view {
  flex-direction: row;
  width: 100%;
  justify-content: unset;
}
html body .main-home .section-3 .books-swiper-grid .book-content.list-view .icon {
  height: 300px;
  margin: 0 !important;
  max-width: 40%;
  flex: 0 0 40%;
}
html body .main-home .section-3 .books-swiper-grid .book-content.list-view .icon::before, html body .main-home .section-3 .books-swiper-grid .book-content.list-view .icon::after {
  display: none;
}
html body .main-home .section-3 .books-swiper-grid .book-content.list-view .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
html body .main-home .section-3 .books-swiper-grid .book-content.list-view .book-text {
  margin-right: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 60%;
  max-width: 60%;
  text-align: right !important;
  margin: 0;
  margin-left: auto;
}
html body .main-home .section-3 .books-swiper-grid .book-content.list-view .book-text * {
  text-align: right !important;
  margin: 0;
  margin-left: auto;
}
html body .main-home .section-3 .books-swiper-grid .book-content.list-view .read-more {
  border-radius: 10px;
  padding: 10px 20px;
  margin-top: auto;
  margin-bottom: 25px;
  align-items: center;
}
html body .main-home .section-3 .books-swiper-grid .book-content.list-view .read-more i {
  margin-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-home .section-3 .books-swiper-grid .book-content.list-view {
    flex-wrap: wrap;
  }
  html body .main-home .section-3 .books-swiper-grid .book-content.list-view.hide-content-list {
    padding: 10px;
  }
  html body .main-home .section-3 .books-swiper-grid .book-content.list-view .book-text,
  html body .main-home .section-3 .books-swiper-grid .book-content.list-view .icon {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
html body .main-home .section-4 {
  padding: 4rem 0;
  background-color: #E9E9E9;
}
html body .main-home .section-4 h2 {
  font-size: 2rem;
  text-align: center;
  font-family: "portadabold", serif;
  margin-bottom: 3rem;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-home .section-4 h2 {
    font-size: 1.2rem;
  }
}
html body .main-home .section-4 .col-partner {
  margin: auto;
  padding: 2rem;
}
html body .main-home .section-4 .col-partner .partner img {
  width: 100%;
}
html body .main-home .section-4 .partner-prev {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
html body .main-home .section-4 .partner-prev i {
  font-size: 2rem;
}
html body .main-home .section-4 .partner-next {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
html body .main-home .section-4 .partner-next i {
  font-size: 2rem;
}
html body .main-libraries .banner-libraries {
  position: relative;
}
html body .main-libraries .banner-libraries .menu {
  padding: 1rem 0;
}
html body .main-libraries .banner-libraries .menu .libraries {
  padding-bottom: 4rem;
  margin: auto;
}
html body .main-libraries .banner-libraries .menu .libraries h2 {
  font-size: 2rem;
  text-align: center;
  font-family: "portadabold", serif;
  margin-bottom: 3rem;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-libraries .banner-libraries .menu .libraries h2 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  html body .main-libraries .banner-libraries .menu .libraries {
    width: 90%;
  }
}
html body .main-libraries .banner-libraries .menu .libraries .row-libraries .col-library {
  margin: 0 auto 0rem;
  flex: 0 0 14%;
  max-width: 14%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  html body .main-libraries .banner-libraries .menu .libraries .row-libraries .col-library {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
html body .main-libraries .banner-libraries .menu .libraries .row-libraries .col-library .content-library {
  background-color: white;
  border-radius: 0.8rem;
  padding: 0.8rem;
  display: flex;
  height: 100%;
  transition: 0.5s ease-in-out;
}
html body .main-libraries .banner-libraries .menu .libraries .row-libraries .col-library .content-library:hover {
  background-color: #D8A73C;
}
html body .main-libraries .banner-libraries .menu .libraries .row-libraries .col-library .content-library .icon {
  align-self: center;
  width: 40%;
  margin-left: auto;
}
html body .main-libraries .banner-libraries .menu .libraries .row-libraries .col-library .content-library .icon img {
  width: 100%;
}
html body .main-libraries .banner-libraries .menu .libraries .row-libraries .col-library .content-library .texts {
  width: 55%;
  align-self: center;
  margin-right: 10px;
}
html body .main-libraries .banner-libraries .menu .libraries .row-libraries .col-library .content-library .texts h4 {
  font-family: "portadabold", serif;
  color: black;
  font-size: 1.2em;
}
html body .main-libraries .banner-libraries .menu .libraries .row-libraries .col-library .content-library .texts p {
  font-family: "portadabold", serif;
  margin-bottom: 0;
  color: black;
}
html body .main-libraries .banner-libraries .menu .libraries .row-libraries .col-library .active {
  background-color: #D8A73C;
}
html body .main-libraries .banner-libraries .menu .libraries {
  padding-bottom: 0;
}
html body .main-libraries .banner-libraries .libraries-banner .banner-img img {
  width: 100%;
}
html body .main-libraries .section-1 {
  padding: 1rem 0;
}
html body .main-libraries .section-1 .top-img img {
  width: 100%;
}
html body .main-libraries .section-1 .content {
  padding: 2rem 0;
}
html body .main-libraries .section-1 .content h1 {
  font-family: "portadabold", serif;
  text-align: center;
}
html body .main-libraries .section-1 .content .books {
  padding: 2rem 0;
}
html body .main-libraries .section-1 .content .books h2 {
  font-size: 2rem;
  text-align: center;
  font-family: "portadabold", serif;
  margin-bottom: 3rem;
  text-align: start;
  padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-libraries .section-1 .content .books h2 {
    font-size: 1.2rem;
  }
}
html body .main-libraries .section-1 .content .books .books-swiper .book-prev {
  position: absolute;
  left: 1%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
html body .main-libraries .section-1 .content .books .books-swiper .book-prev i {
  font-size: 1.5rem;
}
html body .main-libraries .section-1 .content .books .books-swiper .book-next {
  position: absolute;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
html body .main-libraries .section-1 .content .books .books-swiper .book-next i {
  font-size: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-libraries .section-1 .content .books .books-swiper-grid .row {
    margin: 0 4px;
  }
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .swiper-slide {
  height: unset !important;
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content {
  width: 80%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content .icon {
  display: flex;
  position: relative;
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content .icon::before {
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0%;
  bottom: 0%;
  background-color: white;
  z-index: 0;
  border-radius: 10px 10px 0 0;
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content .icon::after {
  display: block;
  content: "";
  width: 100%;
  height: 2rem;
  position: absolute;
  left: 0%;
  bottom: 0%;
  transform: translateY(50%);
  background-color: white;
  z-index: 1;
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content .icon a {
  margin: 0 auto;
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content .icon img {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 25%;
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.list-view, html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.blog-content {
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  flex-grow: 1;
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  overflow: hidden;
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.list-view h2, html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.blog-content h2 {
  font-size: 2rem;
  text-align: center;
  font-family: "portadabold", serif;
  margin-bottom: 3rem;
  width: 80%;
  margin: 0 auto 3rem;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.list-view h2, html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.blog-content h2 {
    font-size: 1.2rem;
  }
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.list-view h3, html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.blog-content h3 {
  font-family: "portada", serif;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
  font-family: "portadabold", serif;
  margin: auto auto 2rem;
  width: 70%;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.list-view h3, html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.blog-content h3 {
    font-size: 1rem;
  }
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.list-view p, html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.blog-content p {
  font-family: "portada", serif;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.list-view p, html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.blog-content p {
    font-size: 1rem;
  }
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.list-view .read-more, html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.blog-content .read-more {
  margin: 0 -1rem;
  background-color: #FCFAF5;
  border-radius: 0 0 10px 10px;
  display: flex;
  cursor: pointer;
  font-family: "portada", serif;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
  font-family: "portadabold", serif;
  margin-bottom: 0;
  align-self: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.list-view .read-more, html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.blog-content .read-more {
    font-size: 1rem;
  }
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.list-view .book-text, html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.blog-content .book-text {
  padding: 1rem 1rem 0;
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content .blog-icon {
  height: 250px;
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content .blog-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content:not(.blog-content):not(.list-view) .book-text {
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  flex-grow: 1;
  background-color: white;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 0;
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content:not(.blog-content):not(.list-view) .book-text h2 {
  font-size: 2rem;
  text-align: center;
  font-family: "portadabold", serif;
  margin-bottom: 3rem;
  width: 80%;
  margin: 0 auto 3rem;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content:not(.blog-content):not(.list-view) .book-text h2 {
    font-size: 1.2rem;
  }
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content:not(.blog-content):not(.list-view) .book-text h3 {
  font-family: "portada", serif;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
  font-family: "portadabold", serif;
  margin: auto auto 2rem;
  width: 70%;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content:not(.blog-content):not(.list-view) .book-text h3 {
    font-size: 1rem;
  }
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content:not(.blog-content):not(.list-view) .book-text p {
  font-family: "portada", serif;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
  font-size: 1rem;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content:not(.blog-content):not(.list-view) .book-text p {
    font-size: 1rem;
  }
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content:not(.blog-content):not(.list-view) .book-text .read-more {
  margin: 0 -1rem;
  background-color: #FCFAF5;
  border-radius: 0 0 10px 10px;
  display: flex;
  cursor: pointer;
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content:not(.blog-content):not(.list-view) .book-text .read-more i {
  margin: 0 auto 0 1rem;
  align-self: center;
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content:not(.blog-content):not(.list-view) .book-text .read-more p {
  font-family: "portada", serif;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
  font-family: "portadabold", serif;
  margin-bottom: 0;
  margin-left: auto;
  align-self: center;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content:not(.blog-content):not(.list-view) .book-text .read-more p {
    font-size: 1rem;
  }
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.list-view {
  flex-direction: row;
  width: 100%;
  justify-content: unset;
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.list-view .icon {
  height: 300px;
  margin: 0 !important;
  max-width: 40%;
  flex: 0 0 40%;
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.list-view .icon::before, html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.list-view .icon::after {
  display: none;
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.list-view .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.list-view .book-text {
  margin-right: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 60%;
  max-width: 60%;
  text-align: right !important;
  margin: 0;
  margin-left: auto;
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.list-view .book-text * {
  text-align: right !important;
  margin: 0;
  margin-left: auto;
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.list-view .read-more {
  border-radius: 10px;
  padding: 10px 20px;
  margin-top: auto;
  margin-bottom: 25px;
  align-items: center;
}
html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.list-view .read-more i {
  margin-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.list-view {
    flex-wrap: wrap;
  }
  html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.list-view.hide-content-list {
    padding: 10px;
  }
  html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.list-view .book-text,
  html body .main-libraries .section-1 .content .books .books-swiper-grid .book-content.list-view .icon {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
html body .main-videos .videos .videos-swiper {
  margin: auto;
}
@media (min-width: 1400px) {
  html body .main-videos .videos .videos-swiper {
    width: 90%;
  }
}
html body .main-videos .videos .videos-swiper .video-row .col-video video,
html body .main-videos .videos .videos-swiper .video-row .col-video iframe {
  width: 100%;
  border-radius: 10px;
}
html body .main-videos .videos .videos-swiper .video-row .col-data {
  margin: auto;
}
html body .main-videos .videos .videos-swiper .video-row .col-data h1 {
  font-family: "portadabold", serif;
  line-height: 1.5;
}
html body .main-videos .videos .videos-swiper .video-row .col-data h2 {
  font-size: 2rem;
  text-align: center;
  font-family: "portadabold", serif;
  margin-bottom: 3rem;
  font-family: "portada", serif;
  text-align: start;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-videos .videos .videos-swiper .video-row .col-data h2 {
    font-size: 1.2rem;
  }
}
html body .main-videos .thumb-videos .thumb-videos-swiper .thumb-img {
  border-radius: 10px;
  overflow: hidden;
  height: 140px;
}
html body .main-videos .thumb-videos .thumb-videos-swiper .thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .main-videos .background-section {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
html body .main-videos .background-section .background {
  width: 100%;
  height: 100%;
}
html body .main-videos .background-section .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .main-videos .section-1 {
  padding: 4rem 0;
}
html body .main-videos .section-1 .top-img img {
  width: 100%;
}
html body .main-voices .banner-libraries {
  position: relative;
}
html body .main-voices .banner-libraries .menu {
  padding: 1rem 0;
}
html body .main-voices .banner-libraries .menu .libraries {
  padding-bottom: 4rem;
  margin: auto;
}
html body .main-voices .banner-libraries .menu .libraries h2 {
  font-size: 2rem;
  text-align: center;
  font-family: "portadabold", serif;
  margin-bottom: 3rem;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-voices .banner-libraries .menu .libraries h2 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1400px) {
  html body .main-voices .banner-libraries .menu .libraries {
    width: 90%;
  }
}
html body .main-voices .banner-libraries .menu .libraries .row-libraries .col-library {
  margin: 0 auto 0rem;
  flex: 0 0 14%;
  max-width: 14%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  html body .main-voices .banner-libraries .menu .libraries .row-libraries .col-library {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
html body .main-voices .banner-libraries .menu .libraries .row-libraries .col-library .content-library {
  background-color: white;
  border-radius: 0.8rem;
  padding: 0.8rem;
  display: flex;
  height: 100%;
  transition: 0.5s ease-in-out;
}
html body .main-voices .banner-libraries .menu .libraries .row-libraries .col-library .content-library:hover {
  background-color: #D8A73C;
}
html body .main-voices .banner-libraries .menu .libraries .row-libraries .col-library .content-library .icon {
  align-self: center;
  width: 40%;
  margin-left: auto;
}
html body .main-voices .banner-libraries .menu .libraries .row-libraries .col-library .content-library .icon img {
  width: 100%;
}
html body .main-voices .banner-libraries .menu .libraries .row-libraries .col-library .content-library .texts {
  width: 55%;
  align-self: center;
  margin-right: 10px;
}
html body .main-voices .banner-libraries .menu .libraries .row-libraries .col-library .content-library .texts h4 {
  font-family: "portadabold", serif;
  color: black;
  font-size: 1.2em;
}
html body .main-voices .banner-libraries .menu .libraries .row-libraries .col-library .content-library .texts p {
  font-family: "portadabold", serif;
  margin-bottom: 0;
  color: black;
}
html body .main-voices .banner-libraries .menu .libraries .row-libraries .col-library .active {
  background-color: #D8A73C;
}
html body .main-voices .banner-libraries .menu .libraries {
  padding-bottom: 0;
}
html body .main-voices .banner-libraries .voices-banner .col-images {
  margin-right: auto;
  padding: 0;
}
html body .main-voices .banner-libraries .voices-banner .col-images .img-div img {
  width: 100%;
}
html body .main-voices .banner-libraries .voices-banner .col-slider {
  padding: 0;
  display: flex;
}
html body .main-voices .banner-libraries .voices-banner .col-slider .voices-banner-slider {
  align-self: self-end;
}
html body .main-voices .banner-libraries .voices-banner .col-slider .voices-banner-slider .slide-img img {
  width: 100%;
}
html body .main-voices .banner-libraries .background-section {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 991px) {
  html body .main-voices .banner-libraries .background-section {
    height: unset;
  }
}
html body .main-voices .banner-libraries .background-section .background {
  width: 100%;
  height: 100%;
}
html body .main-voices .banner-libraries .background-section .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .main-voices .voices {
  padding: 3rem 0;
}
html body .main-voices .voices .voice {
  background-color: white;
  border-radius: 20px;
  padding: 1rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 2rem;
}
html body .main-voices .voices .voice h2 {
  font-size: 2rem;
  text-align: center;
  font-family: "portadabold", serif;
  margin-bottom: 3rem;
  text-align: start;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-voices .voices .voice h2 {
    font-size: 1.2rem;
  }
}
html body .main-voices .voices .voice .toolbar {
  display: flex;
}
html body .main-voices .voices .voice .toolbar i {
  color: #D8A73C;
  font-size: 2.5rem;
  align-self: center;
  padding-left: 1rem;
}
html body .main-voices .voices .voice .toolbar .voice-cicle {
  flex-grow: 1;
}
html body .main-voices .voices .voice .toolbar .voice-cicle img {
  width: 100%;
}
html body .main-voices .voices .voice-full .toolbar i {
  color: black;
}
html body .main-single-page .banner-libraries {
  position: relative;
  padding: 4rem 0;
}
html body .main-single-page .banner-libraries .single-banner .col-name {
  display: flex;
}
html body .main-single-page .banner-libraries .single-banner .col-name .name {
  align-self: center;
  text-align: end;
  width: 100%;
}
html body .main-single-page .banner-libraries .single-banner .col-name .name img {
  width: 80%;
}
html body .main-single-page .banner-libraries .single-banner .col-images {
  margin-right: auto;
  padding: 0;
  z-index: 1;
}
html body .main-single-page .banner-libraries .single-banner .col-images .img-div img {
  width: 100%;
}
html body .main-single-page .banner-libraries .single-banner .col-slider {
  padding: 0;
  display: flex;
}
html body .main-single-page .banner-libraries .single-banner .col-slider .voices-banner-slider {
  align-self: self-end;
}
html body .main-single-page .banner-libraries .single-banner .col-slider .voices-banner-slider .slide-img img {
  width: 100%;
}
html body .main-single-page .banner-libraries .background-section {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
html body .main-single-page .banner-libraries .background-section .background {
  width: 100%;
  height: 100%;
}
html body .main-single-page .banner-libraries .background-section .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .main-single-page .section-histories {
  padding: 4rem 0;
}
html body .main-single-page .section-histories .histories .history h2 {
  text-align: center;
  font-family: "portadabold", serif;
  font-size: 1.4rem;
  padding: 2rem 0;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
}
html body .main-single-page .section-histories .histories .history .row-histroy .col-right:first-child {
  border-left: 1px solid black;
  position: relative;
}
html body .main-single-page .section-histories .histories .history .row-histroy .col-right:first-child::before {
  content: "";
  display: block;
  background-color: black;
  border-radius: 100%;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(calc(-50% - 1px), -50%);
}
html body .main-single-page .section-histories .histories .history .row-histroy .col-left:last-child {
  border-right: 1px solid black;
  position: relative;
}
html body .main-single-page .section-histories .histories .history .row-histroy .col-left:last-child::before {
  content: "";
  display: block;
  background-color: black;
  border-radius: 100%;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  bottom: 0%;
  right: 0%;
  transform: translate(calc(50% + 1px), 50%);
}
html body .main-single-page .section-histories .histories .history .row-histroy .col-right {
  border-left: 1px solid black;
}
html body .main-single-page .section-histories .histories .history .row-histroy .col-right p {
  font-family: "portada", serif;
  font-size: 1.2rem;
  text-align: left;
}
html body .main-single-page .section-histories .histories .history .row-histroy .col-right .card-body * {
  text-align: right;
}
html body .main-single-page .section-histories .histories .history .row-histroy .col-left {
  border-right: 1px solid black;
}
html body .main-single-page .section-histories .histories .history .row-histroy .col-left p {
  margin-bottom: 0;
  padding: 0.5rem 0;
  font-family: "portada", serif;
  font-size: 1.2rem;
  text-align: right;
}
html body .main-single-page-slider {
  background-image: url("../images/libraries-background2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
html body .main-single-page-slider .slider {
  padding: 4rem 0;
}
html body .main-single-page-slider .slider .swiper-slide {
  padding: 2rem;
}
html body .main-single-page-slider .slider .alama-swiper .slide-img {
  width: 95%;
  margin: 0 auto 4rem;
}
html body .main-single-page-slider .slider .alama-swiper .slide-img img {
  width: 100%;
}
html body .main-single-page-slider .slider .alama-swiper .swiper-pagination {
  position: initial;
}
html body .main-single-page-slider .slider .alama-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
}
html body .main-single-page-slider .slider .alama-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: black;
}
html body .main-single-page-slider .slider .alama-swiper .slide-text {
  padding: 2rem 4rem;
  width: 95%;
  margin: 0 auto;
  background-color: white;
  border-radius: 10px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  position: relative;
  text-align: center;
}
html body .main-single-page-slider .slider .alama-swiper .slide-text .fa-quote-right.before {
  position: absolute;
  padding: 0 0.5rem;
  top: 0%;
  right: 0%;
  font-size: 3rem;
  transform: translateY(-50%);
}
html body .main-single-page-slider .slider .alama-swiper .slide-text .fa-quote-right.after {
  position: absolute;
  padding: 0 0.5rem;
  bottom: 0%;
  left: 0%;
  font-size: 3rem;
  transform: translateY(50%) rotate(180deg);
}
html body .main-single-page-slider .slider .alama-swiper .slide-text h2 {
  font-size: 2rem;
  text-align: center;
  font-family: "portadabold", serif;
  margin-bottom: 3rem;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body .main-single-page-slider .slider .alama-swiper .slide-text h2 {
    font-size: 1.2rem;
  }
}
html body .main-single-page-slider .slider .alama-swiper .book-prev {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
html body .main-single-page-slider .slider .alama-swiper .book-prev i {
  font-size: 2rem;
}
html body .main-single-page-slider .slider .alama-swiper .book-next {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
html body .main-single-page-slider .slider .alama-swiper .book-next i {
  font-size: 2rem;
}
html body footer {
  background-color: #D8A73C;
  margin-top: auto;
}
html body footer .container-footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
html body footer .container-footer .footer-logo {
  padding-bottom: 2rem;
  max-width: 50%;
}
@media (min-width: 768px) {
  html body footer .container-footer .footer-logo {
    max-width: 30%;
  }
}
html body footer .container-footer .footer-logo img {
  width: 100%;
}
html body footer .container-footer .footer-row .col-menus ul li {
  color: white;
}
html body footer .container-footer .footer-row .col-menus ul li a {
  color: white;
  line-height: 2;
  font-size: 1.2rem;
  font-family: "portada", serif;
}
html body footer .container-footer .footer-row .col-contact {
  margin-right: auto;
}
html body footer .container-footer .footer-row .col-contact .contact-icon {
  text-align: center;
}
html body footer .container-footer .footer-row .col-contact .contact-icon img {
  max-width: 30%;
}
html body footer .container-footer .footer-row .col-contact .contact-icon p {
  margin: 1rem 0;
  color: white;
  font-size: 1rem;
  font-family: "portadabold", serif;
	text-align: center;
}
html body footer .container-footer .footer-row .col-contact .f-c-form {
  display: flex;
  flex-direction: column;
}
html body footer .container-footer .footer-row .col-contact .f-c-form * {
  text-align: right;
}
html body footer .container-footer .footer-row .col-contact .f-c-form input[type=email] {
  margin-bottom: 0.5rem !important;
  background-color: white !important;
  border: 1px solid #B9B9B9 !important;
  text-align: center !important;
  padding: 0.5rem 1rem !important;
  border-radius: 100px !important;
  color: #D8A73C !important;
  outline: unset !important;
}
html body footer .container-footer .footer-row .col-contact .f-c-form input[type=email]::placeholder {
  color: #B9B9B9 !important;
}
html body footer .container-footer .footer-row .col-contact .f-c-form input[type=submit] {
  margin: auto !important;
  padding: 0.5rem 4rem !important;
  border-radius: 100px;
  background-color: white;
  border: none;
  color: #D8A73C;
  font-family: "portadabold", serif;
  width: auto !important;
  display: block;
}
html body footer .container-footer .footer-row .col-contact .social-media {
  margin-top: 4rem;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  html body footer .container-footer .footer-row .col-contact .social-media {
    padding: 0;
  }
}
html body footer .container-footer .footer-row .col-contact .social-media .connect {
  align-self: center;
  padding: 0.5rem;
  color: white;
  font-family: "portada", serif;
  font-size: 1.2rem;
  width: max-content;
}
html body footer .container-footer .footer-row .col-contact .social-media a {
  align-self: center;
  padding: 0.5rem;
  display: block;
}
html body footer .container-footer .footer-row .col-contact .social-media a i {
  color: white;
  font-size: 1.2rem;
}
html body footer .terms {
  background-color: #EECC61;
}
html body footer .terms p {
  font-family: "portada", serif;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  html body footer .terms p {
    font-size: 1rem;
  }
}

.book-modal .row-modal {
  margin: 0;
  min-height: 500px;
}
.book-modal .row-modal .col-lg-3 {
  width: 25% !important;
}
.book-modal .row-modal .book-img {
  height: 200px;
  align-self: center;
  text-align: center;
}
.book-modal .row-modal .book-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 991px) {
  .book-modal .row-modal .book-img img {
    width: 100%;
  }
}
.book-modal .row-modal .downloads a {
  display: flex;
  background-color: #FCFAF5;
  border-radius: 100px;
  padding: 0.5rem 1rem;
  margin-left: 0.5rem;
  font-family: "portadabold", serif;
  color: black;
}
.book-modal .row-modal .downloads a i {
  align-self: center;
  padding-left: 0.5rem;
}
.book-modal .row-modal .content h2 {
  font-size: 2rem;
  text-align: center;
  font-family: "portadabold", serif;
  margin-bottom: 3rem;
  text-align: start;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  .book-modal .row-modal .content h2 {
    font-size: 1.2rem;
  }
}
.book-modal .row-modal .content h3 {
  font-size: 1.5rem;
  font-family: "portadabold", serif;
  margin-bottom: 1rem;
}
.book-modal .row-modal .content p {
  font-family: "portada", serif;
  font-size: 1rem;
}
.book-modal .row-modal .modal-video {
  width: 100%;
}
.book-modal .row-modal .modal-video video,
.book-modal .row-modal .modal-video iframe {
  width: 100%;
  border-radius: 1rem;
}

.book2 .modal-body .row-modal .content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.book2 .modal-body .row-modal .content .downloads {
  margin-top: auto;
}

.background-section {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.background-section .background {
  width: 100%;
  height: 100%;
  background: url(../images/libraries-background2.jpg) no-repeat center;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.header-404,
.content-404 {
  text-align: center;
}

.main-search-form {
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .main-search-form {
    padding: 0 2rem;
  }
}
.main-search-form .input-search,
.main-search-form .btn-search {
  border: 0.15rem solid #D8A73C;
}
.main-search-form .input-search {
  padding: 0.7rem 2.5rem;
  border-radius: 0 100px 100px 0;
  border-left: none;
  outline: unset;
}
.main-search-form .input-search::placeholder {
  width: max-content;
  font-family: "portada", serif;
  font-size: 1rem;
  color: #B9B9B9;
}
.main-search-form .btn-search {
  border-right: none;
  border-radius: 100px 0 0 100px;
  padding: 0.7rem 2.5rem;
  display: flex;
}
.main-search-form .btn-search i {
  align-self: center;
  color: #D8A73C;
  font-size: 1.2rem;
}
.main-search-form .btn-search:hover {
  background-color: #D8A73C;
}
.main-search-form .btn-search:hover i {
  color: white;
}