@font-face {
  font-family: "Queenside";
  src: url(../../public/font/QueensidesMedium-x30zV.ttf); }
@font-face {
  font-family: "Olive";
  src: url(../../public/font/OliveAndCitrusDemo-L3d0D.ttf); }
:root {
  --main-bg-color: #faf7ef;
  --primary-color: #283a5a;
  --ligth-color: #fff; }

a {
  text-decoration: none !important; }

li {
  list-style: none !important; }

p {
  margin-bottom: 0 !important; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Queenside", sans-serif;
  outline: none !important;
  text-decoration: none !important; }

body {
  overflow-x: hidden;
  height: 100vh; }

.kursor {
  border: 2px solid #233a5a !important; }

.kursorChild:after {
  opacity: 0;
  border: 2px solid #233a5a !important; }

h1 {
  font-family: "Olive", sans-serif;
  font-weight: 800 !important;
  font-size: 4rem !important;
  color: var(--primary-color) !important; }

.header_icons a i {
  color: var(--primary-color); }

p {
  margin: 0; }

.search__bar {
  border: 1px solid var(--primary-color); }
  .search__bar .search__input {
    width: 95%; }
  .search__bar .search__input,
  .search__bar .search__btn {
    border: none; }
  .search__bar .search__btn {
    width: 5%;
    background: var(--primary-color);
    color: var(--ligth-color); }

@media screen and (min-width: 992px) {
  .part__grid {
    display: -moz-box;
    display: flex;
    -moz-box-align: start;
    align-items: flex-start;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem; } }
@media screen and (max-width: 992px) {
  .part__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 10px;
    row-gap: 10px; } }
.grid__col {
  display: grid;
  row-gap: 15px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }
  .grid__col .product-item {
    padding: 0.5rem;
    border: 0.12rem solid #556787; }
    .grid__col .product-item a {
      color: var(--primary-color); }

.collections--list .collection--image {
  display: flex;
  justify-content: center; }
  .collections--list .collection--image img {
    width: 90%;
    height: auto; }
.collections--list .collection--text {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  background: #c7d4df;
  padding: 1rem 0.7rem;
  width: 195px; }
  .collections--list .collection--text h3 {
    font-size: 1rem;
    font-weight: 600; }

.medias__icons {
  position: fixed;
  right: 0;
  top: 20%;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  .medias__icons::before, .medias__icons::after {
    content: "";
    display: block;
    width: 1px;
    height: 250px;
    margin: 0px auto;
    background: var(--primary-color);
    filter: drop-shadow(1px 1px 1px var(--primary-color)); }

@media screen and (max-width: 1200px) {
  .collections--list .collection--image img {
    width: 80%;
    height: auto; }
  .collections--list .collection--text {
    right: auto; } }
@media screen and (min-width: 1200px) {
  .collections--list .collection--image img {
    width: 250px;
    height: auto; } }
@media screen and (max-width: 992px) {
  .collections--list .collection--image {
    display: flex;
    justify-content: center; }
    .collections--list .collection--image img {
      width: 90%;
      height: auto; }
  .collections--list .collection--text {
    position: relative;
    bottom: -0.5rem;
    width: 100%; } }
@media screen and (max-width: 576px) {
  .medias__icons {
    display: none !important; } }
.showmore__btn {
  border: 2px solid #4b638d;
  background: transparent;
  padding: 0.1rem 0.7rem 0.3rem 0.7rem; }
  .showmore__btn a {
    color: #4b638d; }

.modal {
  backdrop-filter: blur(2px); }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 650px !important; } }
.modal-content {
  background: #fbefd0;
  border-radius: 0px !important; }
  .modal-content .modal-header,
  .modal-content .modal-body,
  .modal-content .modal-footer {
    border: none; }
  .modal-content .modal-footer button {
    background: transparent;
    border: 1px solid #283a5a;
    padding: 0.5rem 0.7rem 0.7rem 0.7rem;
    transition: all 0.3s ease-in-out; }
    .modal-content .modal-footer button:hover {
      transform: scale(1.08);
      transition: all 0.3s ease-in-out; }
  .modal-content .modal-footer button:last-child {
    background: #283a5a;
    color: #fff;
    border: none; }

.download__btn a {
  color: #283a5a; }

.addCart__btn a {
  color: #fbefd0; }

.fa-crown {
  color: #dba313; }

.book-item {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px;
  width: 200px;
  display: inline-block;
  text-align: center; }
  .book-item img {
    max-width: 100%; }

.carousel-control-next,
.carousel-control-prev {
  width: 3% !important;
  opacity: 1 !important;
  color: var(--primary-color) !important; }

.ebooks .ebook__list {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2.2rem; }

.photo {
  display: flex;
  justify-content: center; }
  .photo img {
    width: 100px !important;
    height: auto;
    transition: all 0.5s ease-in-out; }
    .photo img:hover {
      transform: scale(1.1);
      transition: all 0.5s ease-in-out;
      cursor: pointer; }

#carousel-wrapper {
  width: auto;
  height: auto; }
  #carousel-wrapper #menu {
    height: 380px;
    width: 100%;
    overflow: hidden;
    font-weight: 700;
    line-height: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    transition: all 0.6s ease-in-out; }
    #carousel-wrapper #menu #current-option {
      position: relative;
      width: 100%;
      height: 100%;
      transform: translate(-25%, 0%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      overflow: hidden; }
      #carousel-wrapper #menu #current-option #current-option-text1 {
        font-size: 1.6rem;
        line-height: 3rem;
        width: 220px;
        height: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start; }
        #carousel-wrapper #menu #current-option #current-option-text1::before {
          content: attr(data-next-text);
          position: absolute;
          transform: translate(0%, 380px);
          width: 100%;
          height: 200px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: flex-start; }
        #carousel-wrapper #menu #current-option #current-option-text1::after {
          content: attr(data-previous-text);
          position: absolute;
          transform: translate(0%, -380px);
          width: 100%;
          height: 200px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: flex-start; }
      #carousel-wrapper #menu #current-option #current-option-text2 {
        font-size: 0.8rem;
        width: 220px;
        height: 40px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end; }
        #carousel-wrapper #menu #current-option #current-option-text2::before {
          content: attr(data-next-text);
          position: absolute;
          transform: translate(0%, 380px);
          width: 100%;
          height: 40px;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-end; }
        #carousel-wrapper #menu #current-option #current-option-text2::after {
          content: attr(data-previous-text);
          position: absolute;
          transform: translate(0%, -380px);
          width: 100%;
          height: 40px;
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-end; }
  #carousel-wrapper #image {
    height: 325px;
    width: 215px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 101;
    position: absolute;
    transform: translate(120px, 0); }
  #carousel-wrapper.anim-next {
    pointer-events: none; }
    #carousel-wrapper.anim-next #current-option-text1 {
      animation: next-text 0.65s 0.085s; }
    #carousel-wrapper.anim-next #current-option-text2 {
      animation: next-text 0.65s 0.085s; }
    #carousel-wrapper.anim-next #image {
      animation: next-image 0.65s 0.085s; }
  #carousel-wrapper.anim-previous {
    pointer-events: none; }
    #carousel-wrapper.anim-previous #current-option-text1 {
      animation: previous-text 0.65s 0.085s; }
    #carousel-wrapper.anim-previous #current-option-text2 {
      animation: previous-text 0.65s 0.085s; }
    #carousel-wrapper.anim-previous #image {
      animation: previous-image 0.65s 0.085s; }

@keyframes previous-text {
  50%,
    55% {
    transform: translate(0%, 390px); }
  to {
    transform: translate(0%, 380px); } }
@keyframes previous-top-arrow {
  50% {
    transform: translate(310px, 53px); } }
@keyframes previous-bottom-arrow {
  50% {
    transform: translate(310px, -47px) rotate(180deg); } }
@keyframes previous-image {
  0% {
    transform: translate(120px, 0) scale(1);
    opacity: 1; }
  70% {
    transform: translate(120px, 0) scale(1.1);
    opacity: 0; }
  100% {
    transform: translate(120px, 0) scale(1);
    opacity: 1; } }
@keyframes next-text {
  50%,
    55% {
    transform: translate(0%, -390px); }
  to {
    transform: translate(0%, -380px); } }
@keyframes next-top-arrow {
  50% {
    transform: translate(310px, 47px); } }
@keyframes next-bottom-arrow {
  50% {
    transform: translate(310px, -53px) rotate(180deg); } }
@keyframes next-image {
  0% {
    transform: translate(120px, 0) scale(1);
    opacity: 1; }
  70% {
    transform: translate(120px, 0) scale(1.1);
    opacity: 0; }
  100% {
    transform: translate(120px, 0) scale(1);
    opacity: 1; } }
.book-wrap {
  position: relative; }
  .book-wrap a {
    display: flex;
    justify-content: center; }
    .book-wrap a img {
      width: 250px !important;
      transition: all 0.5s ease-in-out; }
  .book-wrap .content_wrap {
    background: #0000007c;
    color: #fff;
    font-size: 0.8rem;
    text-align: justify;
    padding: 0.5rem;
    height: 65%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
    transition: all 0.5s ease-in-out; }
    .book-wrap .content_wrap .fa-download {
      color: #eac941;
      font-size: 1.2rem;
      margin: 0.5rem; }
  .book-wrap:hover .content_wrap {
    cursor: pointer;
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8); }

s .book-flters li:hover {
  cursor: pointer !important; }

footer {
  background: #222e44;
  color: var(--ligth-color);
  padding: 1rem 0; }
  footer .CG ul {
    display: flex; }
    footer .CG ul li a {
      color: var(--ligth-color); }

.footer--logo p {
  font-family: "Olive", sans-serif;
  font-weight: 800 !important;
  font-size: 4rem !important; }

.newsletter p {
  margin-block: 2rem; }

.newsletter .form__group {
  background: #ffffff;
  display: flex;
  border-radius: 5px;
  margin-top: 1.2rem; }

.form__group input {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  padding: 0.4rem 1rem; }

.form__group input::placeholder,
.form__group input:focus,
.form__group input:active {
  color: #283a5a;
  font-weight: 600; }

.form__group button {
  border: none;
  background: #283a5a;
  border-radius: 0 4px 4px 0;
  font-weight: 600;
  color: #333334; }

.email a {
  color: #eac941; }

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