@font-face {
  font-family: "Parastoo";
  src: url("../fonts/Parastoo-Print-FD.woff2") format("woff2");
}
@font-face {
  font-family: "Parastoo-Bold";
  src: url("../fonts/Parastoo-Print-Bold-FD.woff2") format("woff2");
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Parastoo-Bold";
  margin: 0;
}

header, nav, ul, ul li a, ul.h_submenu li, .h_users, .h_mobile, .subs, #searchBox, #m_searchBox,
#mob_overlay, .btnBox, .btnBox div {
  display: flex;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  flex-direction: column;
  align-items: center;
  background-color: white;
  transition: top 1s ease-in-out;
  z-index: 99;
  background: url("../assets/border-h.svg") repeat-x center bottom;
  background-size: auto 1px;
  background-color: white;
}
header.header-up, header.staff-header {
  top: -185px;
}
header nav {
  direction: rtl;
  justify-content: space-between;
  align-items: end;
  width: 1700px;
  padding: 45px 0 0;
}
header nav ul.h_mainmenu, header nav .h_users, header nav .h_mobile {
  width: 45%;
  height: 77px;
  margin: 0;
  list-style: none;
}
header nav ul.h_mainmenu {
  padding: 23px 0 0;
}
header nav ul.h_mainmenu li {
  margin: 0 0 -1px;
}
header nav ul.h_mainmenu li a {
  font-family: "Parastoo-Bold";
  font-size: 22px;
  padding: 0 34px 0;
  color: black;
  height: 100%;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
header nav ul.h_mainmenu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 0;
  transition: all 0.4s ease-out;
}
header nav ul.h_mainmenu li a:hover::after, header nav ul.h_mainmenu li a.active::after {
  width: 100%;
  background: black;
}
header nav ul.h_mainmenu li.withsub:hover .subs {
  display: flex;
}
header nav .subs {
  display: none;
  position: absolute;
  justify-content: center;
  top: 263px;
  right: 0;
  width: 100%;
  padding: 50px 0;
  background-color: white;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.03);
}
header nav ul.h_submenu {
  flex-wrap: wrap;
  padding: 0 34px 0 0;
  width: 1700px;
}
header nav ul.h_submenu li {
  list-style-type: none;
  margin: 0;
  padding: 7px 0;
  width: 18.4%;
  text-wrap: nowrap;
}
header nav ul.h_submenu li a {
  font-family: "Parastoo";
  font-size: 20px;
  flex-direction: row;
  align-items: center;
  padding: 0;
  transition: 0.5s;
  color: rgb(115, 115, 115);
  transition: color 0.3s;
}
header nav ul.h_submenu li a:hover {
  color: black;
  font-family: "Parastoo-Bold";
}
header nav ul.h_submenu li a:hover::after, header nav ul.h_submenu li a.active::after {
  width: 0;
}
header nav .h_mobile {
  display: none;
  align-items: center;
  cursor: pointer;
}
header nav .h_mobile img {
  height: 20px;
  width: 20px !important;
}
header nav .h_logo {
  padding-bottom: 20px;
}
header nav .h_logo img {
  height: 197px;
}
header nav .h_users {
  justify-content: end;
  align-items: center;
}
header nav .h_users a {
  height: 26px;
  margin: 0 33px 0 0;
}
header nav .h_users a img {
  height: 100%;
}
header nav .h_users a:first-child {
  margin: 0 0 0 25px;
}
header nav .h_users .h_mobilesearch {
  display: none;
}
header nav form.h_mainsearch {
  position: relative;
}
header nav form.h_mainsearch input {
  font-size: 16px;
  width: 250px;
  padding: 0 15px 0 30px;
  overflow: scroll;
  border: 1px solid rgb(180, 180, 180);
  border-radius: 12px;
  background: url("../assets/i-magnifier.svg") no-repeat right;
  background-size: 17px;
  background-position-x: 2%;
}
header nav #searchBox {
  position: relative;
  display: none;
  flex-direction: column;
  position: absolute;
  top: 31px;
  padding: 15px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgb(180, 180, 180);
  background-color: white;
}
header nav #searchBox .search-title {
  display: flex;
  margin-bottom: 10px;
}
header nav #searchBox .search-title img {
  width: 8px;
  margin: 5px 0 0 8px;
}
header nav #searchBox .search-title span {
  font-family: "Parastoo-Bold";
  color: rgb(180, 180, 180);
}
header nav #searchBox a {
  width: 100%;
  display: block;
  margin: 0;
  color: rgb(115, 115, 115);
}
header nav #searchBox a span {
  font-family: "Parastoo-Bold" !important;
  color: black;
}
header nav #searchBox .arrow {
  width: 24px;
  height: 13px;
  overflow: hidden;
  position: absolute;
  right: 35px;
  top: -13px;
}
header nav #searchBox .arrow:after {
  background-color: white;
  border: 1px solid rgb(180, 180, 180);
  content: "";
  position: absolute;
  right: 4px;
  top: 5px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
}

#mob_overlay {
  overflow-y: hidden;
  transition: 1s;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  flex-direction: column;
  background-color: white;
}
#mob_overlay .btnBox {
  background: url("../assets/border-h.svg") repeat-x center top;
  background-size: auto 1px;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 95px;
}
#mob_overlay .btnBox .btnwrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 12px 5%;
}
#mob_overlay .btnBox .btnwrapper:first-child {
  background: url("../assets/border-v.svg") repeat-y center left;
  background-size: 1px auto;
}
#mob_overlay .btnBox .btnwrapper img {
  width: 20px;
}
#mob_overlay .btnBox .closeBtn {
  cursor: pointer;
}
#mob_overlay form.h_mainsearch {
  position: relative;
  height: 100%;
  width: calc(100% - (20% + 42px));
  margin-top: 2px;
}
#mob_overlay form.h_mainsearch input {
  direction: rtl;
  font-size: 16px;
  width: 100%;
  height: 95%;
  padding: 0 20px 0;
  overflow: scroll;
  border: none;
}
#mob_overlay form.h_mainsearch input:focus {
  outline: none;
  border: none;
}
#mob_overlay #m_searchBox {
  direction: rtl;
  position: relative;
  display: none;
  flex-direction: column;
  position: absolute;
  top: 48px;
  right: 0;
  padding: 15px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgb(180, 180, 180);
  background-color: white;
}
#mob_overlay #m_searchBox .search-title {
  display: flex;
  margin-bottom: 10px;
}
#mob_overlay #m_searchBox .search-title img {
  width: 8px;
  margin: 5px 0 0 8px;
}
#mob_overlay #m_searchBox .search-title span {
  font-family: "Parastoo-Bold";
  color: rgb(180, 180, 180);
}
#mob_overlay #m_searchBox a {
  width: 100%;
  display: block;
  margin: 0;
  color: rgb(115, 115, 115);
}
#mob_overlay #m_searchBox a span {
  font-family: "Parastoo-Bold" !important;
  color: black;
}
#mob_overlay #m_searchBox .arrow {
  width: 24px;
  height: 13px;
  overflow: hidden;
  position: absolute;
  right: 35px;
  top: -13px;
}
#mob_overlay #m_searchBox .arrow:after {
  background-color: white;
  border: 1px solid rgb(180, 180, 180);
  content: "";
  position: absolute;
  right: 4px;
  top: 5px;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
}
#mob_overlay .mob_menu_1 {
  background: url("../assets/border-h.svg") repeat-x center top;
  background-size: auto 1px;
  padding: 40px 5%;
}
#mob_overlay .mob_menu_1 ul {
  flex-direction: column;
  direction: rtl;
  margin: 0;
  padding: 0;
}
#mob_overlay .mob_menu_1 ul li {
  display: block;
  margin-bottom: 10px;
}
#mob_overlay .mob_menu_1 ul li a {
  color: black;
  font-size: 18px;
  font-family: "Parastoo-Bold";
}

@media screen and (max-width: 1799px) {
  header.header-up, header.staff-header {
    top: -139px;
  }
  header nav {
    width: 90%;
    padding: 34px 0 0;
  }
  header nav ul.h_mainmenu, header nav .h_users, header nav .h_mobile {
    height: 57px;
  }
  header nav ul.h_mainmenu {
    padding: 16px 0 0;
  }
  header nav ul.h_mainmenu li a {
    font-size: 16px;
    padding: 0 25px 0;
  }
  header nav .subs {
    top: 198px;
    padding: 33px 0;
  }
  header nav ul.h_submenu {
    width: 90%;
    padding: 0 25px 0 0;
  }
  header nav ul.h_submenu li {
    padding: 5px 0;
  }
  header nav ul.h_submenu li a {
    font-size: 15px;
    padding: 0;
  }
  header nav .h_logo {
    padding-bottom: 15px;
  }
  header nav .h_logo img {
    height: 147px;
  }
  header nav .h_users a {
    height: 20px;
    margin: 0 24px 0 0;
  }
  header nav .h_users a:first-child {
    margin: 0 0 0 18px;
  }
  header nav form.h_mainsearch {
    position: relative;
  }
  header nav form.h_mainsearch input {
    font-size: 12px;
    padding: 0 10px 0 22px;
    background-size: 12px;
  }
  header nav #searchBox {
    top: 24px;
    padding: 12px;
  }
  header nav #searchBox .search-title {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1023px) {
  header nav ul.h_mainmenu {
    display: none;
  }
  header nav .h_mobile {
    display: flex;
  }
  header nav .h_users .h_cart, header nav .h_users .h_profile {
    display: none;
  }
  header nav .h_users form.h_mainsearch {
    display: none;
  }
  header nav .h_users .h_mobilesearch {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  header.header-up {
    top: -96px;
  }
  header nav {
    padding: 25px 0 0;
  }
  header nav .h_users, header nav .h_mobile {
    height: 44px;
  }
  header nav .h_logo img {
    height: 100px;
  }
}
footer, .footer_top, .footer_bot, .fbox, .f_menu, .socials {
  display: flex;
}

footer {
  width: 100%;
  flex-direction: column;
  align-items: center;
  background: url("../assets/border-h.svg") repeat-x center top;
  background-size: auto 1px;
  margin-bottom: 10px;
}
footer .footer_top {
  direction: rtl;
  justify-content: space-between;
  width: 1700px;
  padding: 85px 0;
}
footer .footer_top .fbox {
  width: 25%;
  flex-direction: column;
  justify-content: space-between;
}
footer .footer_top .fbox.fbox-right {
  text-align: left;
  padding-left: 55px;
  background: url("../assets/border-v.svg") repeat-y center left;
  background-size: 1px auto;
}
footer .footer_top .fbox.fbox-left {
  padding-right: 55px;
  background: url("../assets/border-v.svg") repeat-y center right;
  background-size: 1px auto;
}
footer .footer_top .fbox h1 {
  font-size: 24px;
  margin-bottom: 20px;
}
footer .footer_top .fbox .f_menu a, footer .footer_top .fbox p, footer .footer_top .fbox p a {
  font-family: "Parastoo-Bold";
  color: rgb(150, 150, 150);
}
footer .footer_top .fbox .f_menu {
  flex-direction: column;
}
footer .footer_top .fbox .f_menu a {
  font-size: 20px;
  margin-top: 20px;
}
footer .footer_top .fbox p, footer .footer_top .fbox p a {
  font-size: 20px;
  line-height: 22px;
}
footer .footer_top .fbox p:last-child {
  margin-bottom: 0px;
}
footer .footer_top .fbox a:hover {
  color: black;
}
footer .footer_top .fbox.fbox-middle {
  align-items: center;
  padding: 10px 0 0;
}
footer .footer_top .fbox.fbox-middle img {
  height: 210px;
}
footer .footer_top .fbox.fbox-middle .socials img {
  height: unset;
  width: 32px;
  margin-left: 8px;
}
footer .footer_top .fbox.fbox-middle .socials a:last-child img {
  margin-left: 0;
}
footer .footer_bot {
  width: 100%;
  height: 10px;
  background: url("../assets/border-h.svg") repeat-x center bottom;
  background-size: auto 1px;
}

@media screen and (max-width: 1799px) {
  footer .footer_top {
    width: 90%;
  }
}
@media screen and (max-width: 1399px) {
  footer .footer_top .fbox {
    width: 35%;
  }
}
@media screen and (max-width: 1023px) {
  footer .footer_top {
    padding: 60px 0;
  }
  footer .footer_top .fbox {
    width: 33%;
  }
  footer .footer_top .fbox.fbox-right {
    padding-left: 25px;
  }
  footer .footer_top .fbox.fbox-left {
    padding-right: 25px;
  }
  footer .footer_top .fbox h1 {
    font-size: 19px;
  }
  footer .footer_top .fbox .f_menu a {
    font-size: 15px;
    margin-top: 10px;
  }
  footer .footer_top .fbox p, footer .footer_top .fbox p a {
    font-size: 13px;
    line-height: 15px;
  }
  footer .footer_top .fbox .socials img {
    width: 20px;
    margin-left: 5px;
  }
  footer .footer_top .fbox.fbox-middle {
    padding: 10px 0 0;
  }
  footer .footer_top .fbox.fbox-middle img {
    height: 150px;
  }
  footer .footer_top .fbox.fbox-middle .socials img {
    width: 24px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer_top {
    flex-direction: column;
    align-items: center;
    padding: 60px 0 0;
  }
  footer .footer_top .fbox {
    width: 100%;
    margin-bottom: 50px;
  }
  footer .footer_top .fbox.fbox-right {
    text-align: center;
    padding-left: 0;
    background: unset;
  }
  footer .footer_top .fbox.fbox-left {
    padding-right: 0;
    background: unset;
  }
  footer .footer_top .fbox h1 {
    margin-bottom: 10px;
  }
  footer .footer_top .fbox h1, footer .footer_top .fbox p {
    text-align: center;
  }
  footer .footer_top .fbox p, footer .footer_top .fbox p a {
    font-size: 13px;
    line-height: 15px;
  }
  footer .footer_top .fbox:nth-child(1) {
    order: 2;
  }
  footer .footer_top .fbox:nth-child(3) {
    order: 3;
  }
  footer .footer_top .fbox:nth-child(2) {
    order: 1;
  }
  footer .footer_top .fbox:nth-child(2) img {
    height: 150px;
  }
  footer .footer_top .fbox:nth-child(2) .socials {
    margin: 25px 0 0;
  }
}
* {
  box-sizing: border-box;
  font-family: "Parastoo";
}

body {
  margin: 0;
  padding: 0;
}
body img {
  display: block;
}
body a {
  text-decoration: none;
}

.base,
main,
section,
article,
#loader {
  display: flex;
}

.base {
  flex-direction: column;
  align-items: center;
  justify-content: start;
  margin: 260px 0 0;
  width: 100%;
}
.base main {
  width: 1700px;
  flex-direction: column;
  direction: rtl;
}
.base main h1.page-title {
  font-size: 40px;
  text-align: center;
  margin: 134px 0 145px;
}

#loader {
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgb(255, 255, 255);
}
#loader img {
  width: 200px;
}
#loader #loaderfile {
  width: 200px;
}

article.bookcard {
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  width: 398px;
  margin: 0 0 80px 36px;
}
article.bookcard:nth-of-type(4n) {
  margin-left: 0;
}
article.bookcard .bc_cover {
  display: block;
  width: 100%;
  margin-bottom: 47px;
  overflow: hidden;
}
article.bookcard img {
  width: 100%;
  transition: transform 0.5s;
}
article.bookcard img:hover {
  transform: scale(1.08);
}
article.bookcard .bc_title, article.bookcard .bc_subtitle, article.bookcard .bc_price {
  font-family: "Parastoo-Bold";
}
article.bookcard .bc_subtitle, article.bookcard .bc_size, article.bookcard .bc_price {
  font-size: 24px;
}
article.bookcard .bc_title {
  font-size: 26px;
  color: black;
}
article.bookcard .bc_subtitle {
  color: rgb(115, 115, 115);
}
article.bookcard .bc_size {
  color: rgb(180, 180, 180);
  padding: 17px 0;
}
article.bookcard .bc_price {
  color: rgb(115, 115, 115);
  padding: 0 0 20px;
}

@media screen and (max-width: 1799px) {
  article.bookcard {
    width: 23.5%;
    margin: 0 0 60px 2%;
  }
  article.bookcard .bc_cover {
    margin-bottom: 35px;
  }
  article.bookcard .bc_subtitle, article.bookcard .bc_size, article.bookcard .bc_price {
    font-size: 18px;
  }
  article.bookcard .bc_title {
    font-size: 20px;
  }
  article.bookcard .bc_size {
    padding: 13px 0;
  }
  article.bookcard .bc_price {
    padding: 0 0 15px;
  }
}
@media screen and (max-width: 1023px) {
  article.bookcard {
    width: 32%;
  }
  article.bookcard:nth-of-type(4n) {
    margin: 0 0 60px 2%;
  }
  article.bookcard:nth-of-type(3n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  article.bookcard {
    width: 48%;
  }
  article.bookcard:nth-of-type(3n) {
    margin: 0 0 60px 2%;
  }
  article.bookcard:nth-of-type(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  article.bookcard {
    width: 100%;
    margin: 0 0 60px 0;
  }
}
section.bookrow {
  scroll-margin-top: 195px;
  flex-wrap: wrap;
  position: relative;
  padding: 120px 0 0;
  margin: 0 0 120px;
  background: url("../assets/border-h.svg") repeat-x center top;
  background-size: auto 1px;
}
section.bookrow .section-title {
  text-align: center;
  text-wrap: nowrap;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 32px;
  font-family: "Parastoo-Bold";
  color: rgb(70, 70, 70);
  background-color: rgb(255, 255, 255);
}
section.bookrow .section-title span {
  font-family: "Parastoo-Bold";
  padding: 0 20px;
}

@media screen and (max-width: 1799px) {
  section.bookrow {
    scroll-margin-top: 140px;
    padding: 90px 0 0;
    margin: 0 0 90px;
  }
  section.bookrow .section-title {
    top: -22px;
    font-size: 24px;
  }
  section.bookrow .section-title span {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  section.bookrow {
    padding: 60px 0 0;
    margin: 0 0 60px;
  }
  section.bookrow .section-title {
    top: -15px;
  }
}
main.person .breadcrumb, main.person .b_title, main.person .b_right, main.person .b_left {
  display: flex;
}
main.person .b_title {
  width: 100%;
  text-align: center;
}
main.person .b_title {
  justify-content: center;
  align-items: center;
  padding: 130px 0 55px;
}
main.person .b_title h1 {
  font-size: 46px;
  padding: 0 20px;
  color: black;
}
main.person section.b_main {
  align-items: start;
  margin: 130px 0 185px;
}
main.person section.b_main .b_right {
  justify-content: space-between;
  width: 40%;
  padding: 0 0 0 3%;
}
main.person section.b_main .b_right img {
  width: 100%;
}
main.person section.b_main .b_left {
  flex-direction: column;
  width: 60%;
  padding: 0 3% 0 0;
}
main.person section.b_main .b_left div {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}
main.person section.b_main .b_left div img {
  width: 12px;
  margin: 15px 0 0 20px;
}
main.person section.b_main .b_left div h3 {
  font-size: 26px;
  color: black;
}
main.person section.b_main .b_left span {
  font-size: 26px;
  color: rgb(115, 115, 115);
}
main.person section.b_main .b_left p {
  text-align: justify;
  font-size: 24px;
  line-height: 32px;
  color: rgb(70, 70, 70);
  margin-top: 30px;
}
main.person section.b_main .b_left span, main.person section.b_main .b_left p {
  font-family: "Parastoo-Bold";
  margin-right: 32px;
}

@media screen and (max-width: 1799px) {
  main.person .b_title {
    padding: 98px 0 40px;
  }
  main.person .b_title h1 {
    font-size: 34px;
    padding: 0 15px;
  }
  main.person section.b_main {
    margin: 98px 0 138px;
  }
  main.person section.b_main .b_left div {
    margin-bottom: 15px;
  }
  main.person section.b_main .b_left div img {
    width: 9px;
    margin: 11px 0 0 15px;
  }
  main.person section.b_main .b_left div h3 {
    font-size: 20px;
  }
  main.person section.b_main .b_left span {
    font-size: 20px;
  }
  main.person section.b_main .b_left p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 22px;
  }
  main.person section.b_main .b_left span, main.person section.b_main .b_left p {
    margin-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  main.person .b_title {
    padding: 65px 0 22px;
  }
  main.person .b_title h1 {
    font-size: 24px;
  }
  main.person section.b_main {
    flex-direction: column;
    margin: 32px 0 92px;
  }
  main.person section.b_main .b_right, main.person section.b_main .b_left {
    width: 100%;
    padding: 0;
  }
  main.person section.b_main .b_right {
    margin-bottom: 35px;
  }
  main.person section.b_main .b_left div {
    margin-bottom: 10px;
  }
  main.person section.b_main .b_left div img {
    width: 6px;
    margin: 9px 0 0 10px;
  }
  main.person section.b_main .b_left div h3 {
    font-size: 14px;
  }
  main.person section.b_main .b_left span {
    font-size: 14px;
  }
  main.person section.b_main .b_left p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 15px;
  }
  main.person section.b_main .b_left span, main.person section.b_main .b_left p {
    margin-right: 0;
  }
}
section.people_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 120px;
}
section.people_list .people_card {
  display: flex;
  text-align: center;
  flex-direction: column;
  width: 400px;
  margin: 0 0 50px 250px;
}
section.people_list .people_card:nth-child(3n) {
  margin-left: 0;
}
section.people_list .people_card a, section.people_list .people_card a img {
  width: 100%;
}
section.people_list .people_card img {
  opacity: 0.8;
  transition: 0.5s;
  margin-bottom: 28px;
}
section.people_list .people_card a {
  display: inline-block;
  font-family: "Parastoo-Bold";
  font-size: 26px;
  margin-bottom: 10px;
  color: black;
}
section.people_list .people_card .people_desc {
  opacity: 0;
  min-height: 100px;
  transition: 0.5s;
  font-size: 24px;
  line-height: 28px;
  color: rgb(70, 70, 70);
}
section.people_list .people_card:hover img, section.people_list .people_card:hover div {
  opacity: 1;
}

@media screen and (max-width: 1799px) {
  section.people_list {
    padding-bottom: 90px;
  }
  section.people_list .people_card {
    width: 24%;
    margin: 0 0 40px 14%;
  }
  section.people_list .people_card img {
    margin-bottom: 21px;
  }
  section.people_list .people_card a {
    font-size: 20px;
    margin-bottom: 7px;
  }
  section.people_list .people_card .people_desc {
    font-size: 18px;
    line-height: 21px;
    min-height: 75px;
  }
}
@media screen and (max-width: 1023px) {
  section.people_list .people_card {
    width: 24%;
    margin: 0 0 40px 14%;
  }
  section.people_list .people_card img {
    opacity: 1;
    margin-bottom: 21px;
  }
  section.people_list .people_card a {
    font-size: 20px;
    margin-bottom: 7px;
  }
  section.people_list .people_card .people_desc {
    opacity: 1;
    font-size: 18px;
    line-height: 21px;
    min-height: 75px;
  }
}
@media screen and (max-width: 767px) {
  section.people_list {
    padding-bottom: 60px;
  }
  section.people_list .people_card {
    width: 40%;
    margin: 0 0 40px 20%;
  }
  section.people_list .people_card:nth-child(3n) {
    margin-left: 0 0 40px 20%;
  }
  section.people_list .people_card:nth-child(2n) {
    margin-left: 0;
  }
  section.people_list .people_card img {
    margin-bottom: 21px;
  }
  section.people_list .people_card a {
    font-size: 20px;
    margin-bottom: 7px;
  }
  section.people_list .people_card .people_desc {
    font-size: 18px;
    line-height: 21px;
    min-height: 75px;
  }
}
@media screen and (max-width: 500px) {
  section.people_list {
    flex-direction: column;
    align-items: center;
  }
  section.people_list .people_card {
    width: 60%;
    margin: 0 0 40px 0;
  }
}
.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.about img {
  width: 120px;
  margin-bottom: 150px;
}

@media screen and (max-width: 1799px) {
  .about img {
    width: 90px;
  }
}
@media screen and (max-width: 1023px) {
  .about img {
    width: 60px;
  }
}
main.book .breadcrumb,
main.book .b_title,
main.book .b_right,
main.book .b_thumbs,
main.book .b_left,
main.book .infoBox,
main.book .b_btns {
  display: flex;
}
main.book .b_title,
main.book .b_subtitle,
main.book .b_price,
main.book a {
  width: 100%;
  text-align: center;
}
main.book .breadcrumb {
  padding: 25px 34px 0;
  font-family: "Parastoo";
  font-size: 22px;
  color: rgb(180, 180, 180);
}
main.book .breadcrumb a {
  width: unset;
  color: rgb(180, 180, 180);
}
main.book .breadcrumb img {
  margin: 0 13px;
  width: 8px;
  margin-top: 4px;
}
main.book .b_title {
  justify-content: center;
  align-items: center;
  padding: 75px 0 0;
}
main.book .b_title h1 {
  font-size: 46px;
  padding: 0 20px;
  color: black;
}
main.book .b_title img {
  width: 30px;
}
main.book .b_title img:nth-of-type(2n) {
  transform: rotate(135deg);
}
main.book .b_subtitle {
  min-height: 53px;
  font-size: 36px;
  color: rgb(70, 70, 70);
}
main.book section.b_main {
  align-items: start;
  margin: 130px 0 120px;
}
main.book section.b_main .b_left,
main.book section.b_main .b_right {
  width: 50%;
}
main.book section.b_main .b_right_mob {
  display: none;
}
main.book section.b_main .b_right {
  justify-content: space-between;
  padding: 0 0 0 50px;
}
main.book section.b_main .b_right .b_thumbs {
  flex-direction: column;
  justify-content: space-between;
  width: 18.8%;
}
main.book section.b_main .b_right .b_thumbs img {
  width: 100%;
}
main.book section.b_main .b_right .b_moreimages {
  display: none;
}
main.book section.b_main .b_right #b_image {
  width: 78%;
}
main.book section.b_main .b_left {
  flex-direction: column;
  padding: 0 50px 0 0;
}
main.book section.b_main .b_left .variations,
main.book section.b_main .b_left .b_btns {
  width: 400px;
}
main.book section.b_main .b_left .variations {
  margin-bottom: 65px;
  border-top: 1px solid #ccc;
}
main.book section.b_main .b_left .variations a {
  position: relative;
  display: flex;
  align-items: start;
  padding: 2px 30px;
  text-align: right;
  font-size: 26px;
  font-family: "Parastoo-Bold";
  color: rgb(115, 115, 115);
  border-bottom: 1px solid #ddd;
}
main.book section.b_main .b_left .variations a.active, main.book section.b_main .b_left .variations a:hover {
  color: black;
}
main.book section.b_main .b_left .variations a img {
  width: 16px;
  margin: 12px 0 0 15px;
}
main.book section.b_main .b_left .variations a.active span.active-var {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 17px;
  right: 33px;
  background-color: #fed215;
}
main.book section.b_main .b_left .infoBox {
  flex-direction: column;
}
main.book section.b_main .b_left .b_info {
  font-size: 26px;
  text-align: right;
}
main.book section.b_main .b_left .b_info span.b_infotitle {
  color: rgb(115, 115, 115);
}
main.book section.b_main .b_left .b_info span {
  text-wrap: nowrap;
}
main.book section.b_main .b_left .b_info a {
  color: black;
  font-family: "Parastoo-Bold";
  text-wrap: nowrap;
}
main.book section.b_main .b_left .b_info a img {
  width: 24px;
  margin-left: 10px;
}
main.book section.b_main .b_left .b_info div {
  margin-bottom: 10px;
}
main.book section.b_main .b_left .b_info div.b_pdf a {
  display: flex;
  color: rgb(115, 115, 115);
}
main.book section.b_main .b_left .b_info div:last-child {
  margin-bottom: 65px;
}
main.book section.b_main .b_left .b_btns {
  flex-direction: column;
}
main.book section.b_main .b_left .b_btns .b_price,
main.book section.b_main .b_left .b_btns input,
main.book section.b_main .b_left .b_btns a {
  font-family: "Parastoo-Bold";
}
main.book section.b_main .b_left .b_btns .b_price {
  font-size: 26px;
  border: 1px solid rgb(180, 180, 180);
  margin-bottom: 5px;
}
main.book section.b_main .b_left .b_btns .b_price span.the_price {
  letter-spacing: 2px;
}
main.book section.b_main .b_left .b_btns .b_price span {
  font-family: "Parastoo-Bold";
}
main.book section.b_main .b_left .b_btns input[type=submit] {
  cursor: pointer;
  font-size: 24px;
  color: white;
  padding: 3px;
  outline: none;
  border: none;
  border-radius: 0 !important;
  background-color: black;
}
main.book section.b_main .b_left .b_btns a.let_me_know {
  font-size: 24px;
  color: rgb(150, 150, 150);
  padding: 5px;
}
main.book section.b_main .b_left .b_btns .quantity {
  position: relative;
  margin-bottom: 5px;
}
main.book section.b_main .b_left .b_btns .quantity input[type=number] {
  width: 100%;
  text-align: center;
  font-size: 26px;
  outline: none;
  border-radius: 0 !important;
  border: 1px solid rgb(180, 180, 180);
}
main.book section.b_main .b_left .b_btns .quantity input[type=number]::-webkit-outer-spin-button, main.book section.b_main .b_left .b_btns .quantity input[type=number]::-webkit-inner-spin-button {
  display: none;
}
main.book section.b_main .b_left .b_btns .quantity input[type=button] {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 28px;
  line-height: 0;
  background-color: unset;
  height: 100%;
  outline: none;
  border: none;
}
main.book section.b_main .b_left .b_btns .quantity .btn-plus {
  right: 32%;
}
main.book section.b_main .b_left .b_btns .quantity .btn-minus {
  left: 32%;
}
main.book section.about {
  width: 50%;
  margin-bottom: 100px;
  padding-left: 50px;
  text-align: justify;
}
main.book section.about .about_book,
main.book section.about .about_author {
  width: 100%;
  margin-bottom: 70px;
}
main.book section.about .about_book div,
main.book section.about .about_author div {
  display: flex;
  align-items: center;
}
main.book section.about .about_book div img,
main.book section.about .about_author div img {
  width: 25px;
  margin: 2px 0 0 10px;
}
main.book section.about .about_book div h3,
main.book section.about .about_author div h3 {
  font-size: 36px;
}
main.book section.about .about_book p,
main.book section.about .about_author p {
  margin: 0;
  text-align: justify;
  font-size: 28px;
  line-height: 36px;
  color: rgb(70, 70, 70);
}
main.book section.about .about_book p a,
main.book section.about .about_author p a {
  color: rgb(70, 70, 70);
}
main.book section.about_mob {
  display: none;
  margin-bottom: 45px;
  background: url("../assets/border-h.svg") repeat-x center top;
  background-size: auto 1px;
}
main.book section.about_mob .accordion,
main.book section.about_mob .panel a {
  font-size: 14px;
}
main.book section.about_mob .accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0 0 2px;
  font-size: 18px;
  width: 100%;
  background-color: unset;
  border: none;
  transition: 0.4s;
  color: black;
}
main.book section.about_mob .accordion h1,
main.book section.about_mob .accordion span {
  font-family: "Parastoo-Bold";
  color: black;
}
main.book section.about_mob .panel {
  height: 2px;
  text-align: justify;
  overflow: hidden;
  background: url("../assets/border-h.svg") repeat-x center bottom;
  background-size: auto 1px;
  transition: 0.5s ease-out;
}
main.book section.about_mob .panel a {
  display: flex;
  align-items: start;
  color: #aaa;
  margin-bottom: 5px;
}
main.book section.about_mob .panel p {
  font-size: 14px;
  margin: 0;
  padding: 15px 0 30px;
}
main.book section.about_mob .panel img {
  width: 15px;
  margin: 5px 0 0 10px;
}
main.book section.about_mob .panel:has(> a#active) {
  display: block;
}

@media screen and (max-width: 1799px) {
  main.book .breadcrumb {
    padding: 18px 25px 0;
    font-size: 16px;
  }
  main.book .breadcrumb img {
    margin: 0 9px;
    width: 6px;
    margin-top: 3px;
  }
  main.book .b_title {
    padding: 56px 0 0;
  }
  main.book .b_title h1 {
    font-size: 34px;
    padding: 0 15px;
  }
  main.book .b_title img {
    width: 22px;
  }
  main.book .b_subtitle {
    min-height: 40px;
    font-size: 27px;
  }
  main.book section.b_main {
    margin: 97px 0 90px;
  }
  main.book section.b_main .b_left {
    padding: 0 38px 0 0;
  }
  main.book section.b_main .b_left .variations {
    margin-bottom: 48px;
  }
  main.book section.b_main .b_left .variations a {
    padding: 2px 22px;
    font-size: 20px;
  }
  main.book section.b_main .b_left .variations a img {
    width: 12px;
    margin: 9px 0 0 12px;
  }
  main.book section.b_main .b_left .variations a.active span.active-var {
    width: 8px;
    height: 8px;
    top: 13px;
    right: 24px;
  }
  main.book section.b_main .b_left .b_info {
    font-size: 20px;
  }
  main.book section.b_main .b_left .b_info a img {
    width: 18px;
    margin-left: 7px;
  }
  main.book section.b_main .b_left .b_info div {
    margin-bottom: 7px;
  }
  main.book section.b_main .b_left .b_info div:last-child {
    margin-bottom: 48px;
  }
  main.book section.b_main .b_left .b_btns .b_price {
    font-size: 20px;
  }
  main.book section.b_main .b_left .b_btns input[type=submit] {
    font-size: 18px;
    padding: 3px;
  }
  main.book section.b_main .b_left .b_btns a.let_me_know {
    font-size: 18px;
  }
  main.book section.b_main .b_left .b_btns .quantity input[type=number] {
    font-size: 20px;
  }
  main.book section.b_main .b_left .b_btns .quantity input[type=button] {
    font-size: 20px;
  }
  main.book section.b_main .b_left .b_btns .quantity .btn-plus {
    right: 35%;
  }
  main.book section.b_main .b_left .b_btns .quantity .btn-minus {
    left: 35%;
  }
  main.book section.about {
    margin-bottom: 75px;
  }
  main.book section.about .about_book,
  main.book section.about .about_author {
    margin-bottom: 50px;
  }
  main.book section.about .about_book div img,
  main.book section.about .about_author div img {
    width: 19px;
    margin: 0 0 0 8px;
  }
  main.book section.about .about_book div h3,
  main.book section.about .about_author div h3 {
    font-size: 27px;
  }
  main.book section.about .about_book p,
  main.book section.about .about_author p {
    font-size: 21px;
    line-height: 27px;
  }
}
@media screen and (max-width: 1023px) {
  main.book .breadcrumb {
    padding: 18px 0 0;
  }
  main.book section.b_main {
    margin: 97px 0 90px;
  }
  main.book section.b_main .b_right {
    padding: 0 0 0 3%;
  }
  main.book section.b_main .b_left {
    padding: 0 3% 0 0;
  }
  main.book section.b_main .b_left .variations,
  main.book section.b_main .b_left .b_btns {
    width: 100%;
  }
  main.book section.about {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  main.book .breadcrumb {
    padding: 11px 0 0;
    font-size: 12px;
  }
  main.book .breadcrumb img {
    margin: 0 7px;
    width: 4px;
    margin-top: 2px;
  }
  main.book .b_title {
    padding: 28px 0 0;
  }
  main.book .b_title h1 {
    font-size: 24px;
    padding: 0 10px;
  }
  main.book .b_title img {
    width: 15px;
  }
  main.book .b_subtitle {
    font-size: 18px;
  }
  main.book section.b_main {
    flex-direction: column;
    margin: 22px 0 60px;
  }
  main.book section.b_main .b_left,
  main.book section.b_main .b_right {
    width: 100%;
  }
  main.book section.b_main .b_right {
    display: none;
  }
  main.book section.b_main .b_right_mob {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  main.book section.b_main .b_left {
    padding: 30px 0 0;
  }
  main.book section.b_main .b_left .variations {
    width: 100%;
    margin-bottom: 35px;
    border-top: unset;
  }
  main.book section.b_main .b_left .variations a {
    padding: 0 0 2px;
    font-size: 17px;
    border-bottom: unset;
  }
  main.book section.b_main .b_left .variations a img {
    width: 11px;
    margin: 7px 0 0 12px;
  }
  main.book section.b_main .b_left .variations a.active span.active-var {
    width: 7px;
    height: 7px;
    top: 9px;
    right: 2px;
  }
  main.book section.b_main .b_left .infoBox {
    flex-direction: column-reverse;
  }
  main.book section.b_main .b_left .b_info {
    font-size: 16px;
  }
  main.book section.b_main .b_left .b_info a img {
    width: 14px;
    margin-left: 7px;
  }
  main.book section.b_main .b_left .b_info div,
  main.book section.b_main .b_left .b_info div:last-child {
    margin-bottom: 5px;
  }
  main.book section.b_main .b_left .b_btns {
    width: 100%;
    margin-bottom: 32px;
  }
  main.book section.b_main .b_left .b_btns .b_price {
    font-size: 16px;
    margin-bottom: 3px;
  }
  main.book section.b_main .b_left .b_btns input[type=submit] {
    font-size: 14px;
    padding: 3px;
  }
  main.book section.b_main .b_left .b_btns a.let_me_know {
    font-size: 14px;
    padding: 5px;
  }
  main.book section.b_main .b_left .b_btns .quantity {
    margin-bottom: 3px;
  }
  main.book section.b_main .b_left .b_btns .quantity input[type=number] {
    font-size: 16px;
    padding: 0;
  }
  main.book section.b_main .b_left .b_btns .quantity input[type=button] {
    font-size: 24px;
  }
  main.book section.b_main .b_left .b_btns .quantity .btn-plus {
    right: 37%;
  }
  main.book section.b_main .b_left .b_btns .quantity .btn-minus {
    left: 37%;
  }
  main.book section.about {
    display: none;
  }
  main.book section.about_mob {
    display: block;
  }
}
.contact-form, .contact-form > div, form.contact, form.contact div, input[type=text], input[type=email],
.contact-info, .contact-map {
  display: flex;
}

.contact-form, .contact-info {
  direction: rtl;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.contact-form {
  width: 100%;
}
.contact-form > div {
  justify-content: center;
  width: 1700px;
  background-color: rgb(250, 250, 250);
  margin-bottom: 80px;
  padding: 80px 0;
}
.contact-form form.contact {
  flex-direction: column;
  align-items: end;
  width: 700px;
}
.contact-form form.contact div {
  justify-content: space-between;
  width: 100%;
}
.contact-form form.contact input[type=text], .contact-form form.contact input[type=email] {
  justify-self: start;
  width: 100%;
}
.contact-form form.contact input[type=text]:first-child, .contact-form form.contact input[type=email]:first-child {
  margin-left: 30px;
}
.contact-form form.contact input[type=text], .contact-form form.contact input[type=email], .contact-form form.contact textarea {
  font-size: 24px;
  font-family: "Parastoo-Bold";
  margin-bottom: 20px;
  padding: 5px 30px;
  border: 1px solid #dcdcdc;
  border-radius: 50px;
}
.contact-form form.contact textarea {
  width: 100%;
  resize: none;
  border-radius: 30px;
}
.contact-form form.contact input[type=submit] {
  font-family: "Parastoo-Bold";
  font-size: 24px;
  padding: 5px 70px;
  border-radius: 50px;
  background-color: black;
  color: #fafafa;
  cursor: pointer;
}

.contact-info {
  text-align: center;
  padding: 80px 0;
  background: url("../assets/border-h.svg") repeat-x center top;
  background-size: auto 1px;
}
.contact-info > img {
  width: 75px;
  margin-bottom: 50px;
}
.contact-info p, .contact-info p a {
  margin: 5px 0;
  font-family: "Parastoo-Bold";
  font-size: 24px;
  line-height: 24px;
  color: rgb(115, 115, 115);
}
.contact-info .socials {
  height: 40px;
  margin-top: 60px;
}
.contact-info .socials a {
  margin-left: 10px;
}
.contact-info .socials a:last-child {
  margin-left: 0;
}
.contact-info .socials a img {
  width: 40px;
}

.contact-map {
  justify-content: center;
  width: 100%;
  padding: 80px 0;
  background: url("../assets/border-h.svg") repeat-x center top;
  background-size: auto 1px;
}
.contact-map img {
  width: 1700px;
}

@media screen and (max-width: 1799px) {
  .contact-form > div {
    width: 90%;
    margin-bottom: 60px;
    padding: 60px 0;
  }
  .contact-form form.contact {
    width: 600px;
  }
  .contact-form form.contact input[type=text]:first-child, .contact-form form.contact input[type=email]:first-child {
    margin-left: 23px;
  }
  .contact-form form.contact input[type=text], .contact-form form.contact input[type=email], .contact-form form.contact textarea {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 5px 22px;
  }
  .contact-form form.contact textarea {
    border-radius: 22px;
  }
  .contact-form form.contact input[type=submit] {
    font-size: 16px;
    padding: 5px 52px;
  }
  .contact-info {
    padding: 60px 0;
  }
  .contact-info > img {
    width: 55px;
    margin-bottom: 38px;
  }
  .contact-info p, .contact-info p a {
    margin: 5px 0;
    font-size: 18px;
  }
  .contact-info .socials {
    height: 30px;
    margin-top: 45px;
  }
  .contact-info .socials a {
    margin-left: 7px;
  }
  .contact-info .socials a img {
    width: 30px;
  }
  .contact-map {
    padding: 60px 0;
  }
  .contact-map img {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .contact-form {
    background: url("../assets/border-h.svg") repeat-x center top;
    background-size: auto 1px;
  }
  .contact-form > div {
    width: 100%;
    margin-bottom: 0;
    padding: 25px 20px;
  }
  .contact-form form.contact div {
    flex-direction: column;
  }
  .contact-form form.contact input[type=text]:first-child, .contact-form form.contact input[type=email]:first-child {
    margin-left: 0;
  }
  .contact-form form.contact input[type=text], .contact-form form.contact input[type=email], .contact-form form.contact textarea {
    font-size: 16px;
    padding: 3px 15px;
  }
  .contact-form form.contact textarea {
    border-radius: 15px;
  }
  .contact-form form.contact input[type=submit] {
    font-size: 16px;
    padding: 5px 52px;
  }
  .contact-info {
    padding: 60px 10px;
  }
  .contact-info > img {
    width: 48px;
    margin-bottom: 30px;
  }
  .contact-info p, .contact-info p a {
    font-size: 17px;
    line-height: 20px;
  }
  .contact-info .socials {
    margin-top: 40px;
  }
  .contact-info .socials a img {
    width: 25px;
  }
  .contact-map {
    padding: 0;
  }
  .contact-map img {
    width: 100%;
  }
}
main.home {
  position: relative;
  flex-direction: column;
  padding: 0;
  height: 50vh;
}

.home_slider, .book_slider, .wrapper {
  width: 100%;
}

.home_slider, .home_slider .wrapper {
  height: 940px;
}

.book_slider, .book_slider .wrapper {
  height: calc(90vw + 80px);
}

.home_slider, .book_slider, .wrapper, .slides {
  position: relative;
}

.home_slider, .book_slider {
  background: url("../assets/border-h.svg") repeat-x center bottom;
  background-size: auto 1px;
}
.home_slider .wrapper, .book_slider .wrapper {
  overflow: hidden;
  z-index: 10;
}
.home_slider .wrapper .slides, .book_slider .wrapper .slides {
  display: flex;
  top: 0;
  left: 0;
  width: 20000px;
}
.home_slider .wrapper .slides.shifting, .book_slider .wrapper .slides.shifting {
  transition: left 0.8s ease-out;
}
.home_slider .wrapper .slides .slide, .book_slider .wrapper .slides .slide {
  display: flex;
  flex-direction: column;
}
.home_slider .wrapper .slides .slide img, .book_slider .wrapper .slides .slide img {
  width: 100%;
  cursor: pointer;
}
.home_slider .wrapper .slides .slide-info, .book_slider .wrapper .slides .slide-info {
  direction: rtl;
  text-align: center;
}
.home_slider .wrapper .slides .slide-info .title, .home_slider .wrapper .slides .slide-info .cat, .book_slider .wrapper .slides .slide-info .title, .book_slider .wrapper .slides .slide-info .cat {
  font-family: "Parastoo-Bold";
}
.home_slider .wrapper .slides .slide-info .title, .book_slider .wrapper .slides .slide-info .title {
  font-size: 28px;
  margin-bottom: 10px;
}
.home_slider .wrapper .slides .slide-info .cat, .book_slider .wrapper .slides .slide-info .cat {
  font-size: 22px;
  color: rgb(115, 115, 115);
}
.home_slider .wrapper .info-overlay, .book_slider .wrapper .info-overlay {
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 215px;
  background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgb(255, 255, 255), rgb(255, 255, 255));
}
.home_slider .arrows, .book_slider .arrows {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  width: 95%;
  height: 40px;
  z-index: 20;
}
.home_slider .arrows img, .book_slider .arrows img {
  width: 18px;
  height: 30px;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.5s;
}
.home_slider .arrows img:hover, .book_slider .arrows img:hover {
  opacity: 1;
}

.home_slider .wrapper .slides .slide img {
  height: 720px;
}
.home_slider .wrapper .slides .slide-info {
  padding: 50px 0 80px;
}

.book_slider {
  direction: ltr;
}
.book_slider .wrapper .slides .slide-info {
  padding: 25px 0 0;
  display: flex;
  justify-content: center;
}
.book_slider .wrapper .slides .slide-info .title {
  font-size: 20px;
  color: rgb(115, 115, 115);
}
.book_slider .wrapper .info-overlay {
  height: 55px;
}
.book_slider .arrows {
  top: 42%;
}
.book_slider .arrows img {
  display: inline !important;
}

.home_swiper,
.book_swiper {
  width: 100%;
  position: relative;
}
.home_swiper .swiper,
.book_swiper .swiper {
  width: 100% !important;
  height: 100%;
}
.home_swiper .swiper .swiper-wrapper,
.book_swiper .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  z-index: 0;
}
.home_swiper .swiper .swiper-wrapper .swiper-slide,
.book_swiper .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.home_swiper .swiper .swiper-wrapper .swiper-slide .slide-img,
.book_swiper .swiper .swiper-wrapper .swiper-slide .slide-img {
  height: 80%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home_swiper .swiper .swiper-wrapper .swiper-slide img,
.book_swiper .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
.home_swiper .swiper .swiper-wrapper .swiper-slide .slide-info,
.book_swiper .swiper .swiper-wrapper .swiper-slide .slide-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.home_swiper .swiper .swiper-wrapper .swiper-slide .slide-info > *,
.book_swiper .swiper .swiper-wrapper .swiper-slide .slide-info > * {
  font-family: "Parastoo-Bold";
}
.home_swiper .swiper .swiper-wrapper .swiper-slide .slide-info .title,
.book_swiper .swiper .swiper-wrapper .swiper-slide .slide-info .title {
  font-size: 28px;
}
.home_swiper .swiper .swiper-wrapper .swiper-slide .slide-info .cat,
.book_swiper .swiper .swiper-wrapper .swiper-slide .slide-info .cat {
  font-size: 22px;
  color: rgb(115, 115, 115);
}
.home_swiper .swiper-button-prev,
.home_swiper .swiper-button-next,
.book_swiper .swiper-button-prev,
.book_swiper .swiper-button-next {
  z-index: 10;
  width: 30px;
  height: 30px;
  top: 50% !important;
  transform: translate(0, -50%);
}
.home_swiper .swiper-button-prev svg,
.home_swiper .swiper-button-next svg,
.book_swiper .swiper-button-prev svg,
.book_swiper .swiper-button-next svg {
  color: rgb(150, 150, 150) !important;
}

.home_swiper {
  height: calc(100vh - 195px);
  margin-bottom: 80px;
}
.home_swiper .swiper-button-prev {
  left: 30px !important;
}
.home_swiper .swiper-button-next {
  right: 30px !important;
}

.book_swiper {
  height: 500px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .home_swiper .swiper .swiper-wrapper .swiper-slide .slide-img,
  .book_swiper .swiper .swiper-wrapper .swiper-slide .slide-img {
    height: 85%;
  }
  .home_swiper .swiper .swiper-wrapper .swiper-slide .slide-info .title,
  .book_swiper .swiper .swiper-wrapper .swiper-slide .slide-info .title {
    font-size: 20px;
  }
  .home_swiper .swiper .swiper-wrapper .swiper-slide .slide-info .cat,
  .book_swiper .swiper .swiper-wrapper .swiper-slide .slide-info .cat {
    font-size: 16px;
  }
  .home_swiper {
    height: calc(100vh - 140px);
    margin-bottom: 50px;
  }
  .home_swiper .swiper-button-prev {
    left: 15px !important;
  }
  .home_swiper .swiper-button-next {
    right: 15px !important;
  }
}
@media screen and (max-width: 1799px) {
  .base {
    margin: 195px 0 0;
  }
  .base main {
    width: 90%;
  }
  .base main h1.page-title {
    font-size: 30px;
    margin: 100px 0 110px;
  }
}
@media screen and (max-width: 767px) {
  .base {
    margin: 140px 0 0;
  }
  .base main h1.page-title {
    font-size: 23px;
    margin: 60px 0 60px;
  }
}