.title {
  font-family: IranNastaliq;
  font-size: 112px;
}

.hero {
  left: 0;
  max-width: min(90vh, 100vw);
}

.title-ctn {
  right: 5%;
}
.title-ctn .title-text {
  right: 0;
  text-align: right;
}
.title-ctn .title-text p {
  font-family: IRANSansX-Regular;
  font-size: 26px;
}
.title-ctn .title-bg {
  left: -10%;
}

.spot-purple-corner {
  transform: translate(-50%, -50%);
}

#about {
  direction: rtl;
}
#about .aboutme-description {
  text-align: right;
}
#about .aboutme-description p {
  font-family: IRANSansX-Regular;
  line-height: 2;
  -moz-text-align-last: right;
       text-align-last: right;
}

.book-card {
  display: flex;
  flex-direction: column;
  width: 20rem;
  border: 1px solid rgba(0, 0, 0, 0.362);
  border-radius: 2px;
  margin: 2rem;
  background-color: rgba(255, 255, 255, 0.391);
  transition: all 0.4s;
  height: 23rem;
}
.book-card:hover {
  cursor: pointer;
  box-shadow: 6.8px 13.6px 13.6px hsla(0, 0%, 0%, 0.17);
  transform: scale(1.05) translate(-0.5rem, -0.5rem);
}

.naghd-card {
  direction: rtl;
}
.naghd-card .naghd-head > div {
  margin: 10px;
}
.naghd-card .naghd-head > div div {
  margin: 6px;
  text-align: right;
}
.naghd-card .naghd-head > div div:nth-child(1) {
  font-family: IRANSansX-Regular;
  font-size: 18px;
  font-weight: bold;
}
.naghd-card .naghd-head > div div:nth-child(2) {
  font-family: IRANSansX-Regular;
  font-size: 14px;
}
.naghd-card .naghd-head > div div:nth-child(3) {
  font-family: IranYekan;
  font-size: 14px;
  margin-top: 12px;
}
.naghd-card .naghd-head > div div:nth-child(3) a {
  color: rgb(56, 56, 255);
  cursor: pointer;
}
.naghd-card p {
  font-family: IranYekan;
  text-align: right;
  -moz-text-align-last: right;
       text-align-last: right;
}

@media only screen and (min-width: 768px) {
  .title-ctn {
    right: 10%;
  }
}
@media only screen and (min-width: 1024px) {
  .title-text h1 {
    font-size: 150px;
  }
}
@media only screen and (min-width: 1400px) {
  .hero {
    left: 10%;
  }
  .title-ctn {
    right: 15%;
  }
}
@media only screen and (min-width: 1900px) {
  .hero {
    left: 15%;
  }
  .title-ctn {
    right: 22%;
  }
}/*# sourceMappingURL=fa-IR.css.map */