:root {
  --white: 1 0 0;
  --black: 0 0 0;
  --zinc-50: 0.985 0 0;
  --zinc-100: 0.967 0.001 286.375;
  --zinc-200: 0.92 0.004 286.32;
  --zinc-300: 0.871 0.006 286.286;
  --zinc-400: 0.705 0.015 286.067;
  --zinc-500: 0.552 0.016 285.938;
  --zinc-600: 0.442 0.017 285.786;
  --zinc-700: 0.37 0.013 285.805;
  --zinc-800: 0.274 0.006 286.033;
  --zinc-900: 0.21 0.006 285.885;
  --zinc-950: 0.141 0.005 285.823;
  --blue-50: 0.971 0.0151 241.77;
  --blue-100: 0.9321 0.0339 249.56;
  --blue-200: 0.8808 0.0611 248.52;
  --blue-300: 0.8108 0.1014 245.82;
  --blue-400: 0.717 0.1526 250.79;
  --blue-500: 0.6307 0.2003 257.46;
  --blue-600: 0.5567 0.2429 262.01;
  --blue-700: 0.4987 0.2437 263.37;
  --blue-800: 0.4305 0.2038 264.01;
  --blue-900: 0.3823 0.1556 263.74;
  --blue-950: 0.282 0.1004 265.58;
}

@font-face {
  font-family: "Liana";
  src: url("../font/Liana-VF.ttf");
}
@font-face {
  font-family: "JB";
  src: url("../font/JetBrainsMono-VariableFont_wght.ttf");
  font-weight: 100 1000;
}
@font-face {
  font-family: "IRANYekan";
  src: url("../font/IRANYekanXVF.woff2") format("woff-variations"), url("../font/IRANYekanXVF.woff2") format("woff");
  font-weight: 100 1000;
  font-display: fallback;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Light.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Regular.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Medium.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Bold.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("../font/roboto/Roboto-Black.ttf");
  font-weight: 600;
}
.main-header {
  padding-inline: 450px;
  padding-block: 0;
  width: 100%;
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  will-change: transform;
  z-index: 6;
}

.nav {
  isolation: isolate;
  width: 100%;
  background-color: oklch(var(--white)/90%);
  color: oklch(var(--zinc-800));
  padding-inline: 10px;
  padding-block: 6px;
  border-radius: 12px;
  border: 1px solid oklch(var(--zinc-900)/7%);
  box-shadow: 0 10px 15px -3px oklch(var(--zinc-800)/5%), 0 4px 6px -4px oklch(var(--zinc-800)/5%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  column-gap: 0;
  row-gap: 0;
}
.nav::after {
  content: "";
  position: absolute;
  right: anchor(right);
  left: anchor(left);
  top: calc(anchor(bottom) + 17px);
  bottom: calc(anchor(bottom) - 17px);
  position-anchor: --hovered-link;
  transition: 0.3s;
  border-radius: 6px;
  z-index: -1;
}
.nav:has(a:hover)::after {
  right: anchor(right);
  left: anchor(left);
  top: calc(anchor(top) - 4px);
  bottom: anchor(bottom);
  background-color: oklch(var(--blue-900)/5%);
  padding: 16px;
}
.nav__logo {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 0;
  row-gap: 0;
}
.nav__logo img {
  width: 18px;
}
.nav__menu-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 0;
  row-gap: 0;
  font-weight: 600;
  list-style: none;
  anchor-name: --hovered-link;
}
.nav__menu-item:hover {
  color: oklch(var(--blue-600));
  anchor-name: --hovered-link;
}
.nav__menu-item a {
  padding-inline: 10px;
}
.nav__mobile-menu-btn {
  display: none;
  position: absolute;
  right: 12px;
  border-radius: 8px;
  border: 2px solid oklch(var(--zinc-300)/90%);
  padding: 4px;
}

.nav__theme {
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  row-gap: 0;
}
.nav__theme a {
  border-radius: 8px;
  border: 2px solid oklch(var(--zinc-300)/90%);
  padding-inline: 14px;
  padding-block: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  row-gap: 0;
}
.nav__theme .theme-btn {
  transition: all 0.6s ease;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: oklch(var(--white)/90%);
  border: 2px solid oklch(var(--zinc-300)/90%);
  padding: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  row-gap: 0;
}
.nav__theme .icon.theme-dark,
.nav__theme .icon.theme-light {
  transition: all 0.6s ease;
}

.icon.theme-dark {
  stroke: oklch(var(--zinc-400));
  fill: oklch(var(--zinc-100));
}

.theme-btn:hover .icon.theme-dark {
  fill: oklch(var(--zinc-200));
  stroke: oklch(var(--zinc-600));
}

.nav__mobile-menu {
  display: none;
}

.nav__mobile-menu-btn svg path {
  stroke: oklch(var(--zinc-500));
}

.avatar__img {
  position: fixed;
  will-change: transform, top, width, height;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  background: conic-gradient(red 0% 10%, white 10% 12%, blue 12% 35%, white 35% 37%, green 37% 65%, white 65% 67%, #f6ad01 67% 98%, white 98% 82%);
  border-radius: calc(infinity * 1px);
  z-index: 7;
}
.avatar__img img {
  box-shadow: 0 0 0 2.5px oklch(var(--white));
  width: 64px;
  border-radius: 32px;
}

.intro {
  width: 100%;
  margin-top: 200px;
  padding-inline: 180px;
  padding-block: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  column-gap: 0;
  row-gap: 12px;
}
.intro__title {
  position: relative;
  color: oklch(var(--zinc-800));
  font-size: 40px;
  font-weight: bold;
}
.intro__desc {
  width: 70%;
  color: oklch(var(--zinc-600));
}

.socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  row-gap: 0;
}
.socials .social {
  transition: 0.3s ease;
  padding: 6px;
}
.socials .social .icon {
  fill: oklch(var(--zinc-500));
  transition: 0.3s ease;
}
.socials .social:hover .icon {
  fill: oklch(var(--zinc-600));
}

.social svg {
  width: 24px;
  height: 24px;
}

.social.rtl-theme:hover path {
  fill: oklch(var(--zinc-600));
}

.about {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  column-gap: 0;
  row-gap: 0;
  padding-inline: 50px;
  padding-block: 50px;
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  background-color: oklch(var(--zinc-800)/1%);
  border-radius: 20px;
}
.about__langs {
  position: absolute;
  inset: -15rem -15rem auto auto;
  background-color: oklch(var(--zinc-100));
  border-radius: calc(infinity * 1px);
}
.about__langs .container {
  position: relative;
  width: 40em;
  height: 40em;
  border-radius: calc(infinity * 1px);
}
.about__langs .container > * {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 0;
  row-gap: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3em;
  width: 6em;
  height: 6em;
  border-radius: calc(infinity * 1px);
}
.about__langs .container > *:nth-of-type(1) {
  transform: rotate(0deg) translate(15.5em) rotate(0deg);
}
.about__langs .container > *:nth-of-type(2) {
  transform: rotate(40deg) translate(15.5em) rotate(-40deg);
}
.about__langs .container > *:nth-of-type(3) {
  transform: rotate(80deg) translate(15.5em) rotate(-80deg);
}
.about__langs .container > *:nth-of-type(4) {
  transform: rotate(120deg) translate(15.5em) rotate(-120deg);
}
.about__langs .container > *:nth-of-type(5) {
  transform: rotate(160deg) translate(15.5em) rotate(-160deg);
}
.about__langs .container > *:nth-of-type(6) {
  transform: rotate(200deg) translate(15.5em) rotate(-200deg);
}
.about__langs .container > *:nth-of-type(7) {
  transform: rotate(240deg) translate(15.5em) rotate(-240deg);
}
.about__langs .container > *:nth-of-type(8) {
  transform: rotate(280deg) translate(15.5em) rotate(-280deg);
}
.about__langs .container > *:nth-of-type(9) {
  transform: rotate(320deg) translate(15.5em) rotate(-320deg);
}
.about__langs .container {
  animation: spin 90s linear infinite;
}
.about__resume {
  width: 60%;
}

.lang__icon {
  background: linear-gradient(to bottom left, oklch(var(--zinc-100)), oklch(var(--zinc-300)));
  box-shadow: 0 0 0 3px oklch(var(--zinc-100)), 0 0 0 5px oklch(var(--zinc-600));
}
.lang__icon > svg {
  animation: spin-reverse 90s linear infinite;
  width: 50px;
  height: 50px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-reverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.services {
  padding-inline: 100px;
  padding-block: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  column-gap: 0;
  row-gap: 3rem;
}
.services__pricings {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  column-gap: 2rem;
  row-gap: 0;
}

.pricing-box {
  width: 100%;
  position: relative;
  padding: 8px;
  border-radius: 32px;
  border: 1px solid oklch(var(--black)/7%);
}
.pricing-box .pricing {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 0;
  row-gap: 16px;
  background-color: oklch(var(--white));
  padding: 24px;
  border-radius: 24px;
  border: 1px solid oklch(var(--black)/7%);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  user-select: none;
}
.pricing-box .pricing__title {
  align-self: center;
  font-size: 2rem;
  font-weight: 600;
  color: oklch(var(--zinc-900));
}
.pricing-box .pricing__divider {
  width: 100%;
  height: 1.5px;
  background-color: oklch(var(--zinc-200)/50%);
}
.pricing-box .pricing__features {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  column-gap: 0;
  row-gap: 12px;
  color: oklch(var(--zinc-600));
}
.pricing-box .pricing__btn {
  width: 100%;
  border-radius: 8px;
  color: oklch(var(--white));
  text-align: center;
  padding-block: 6px;
}

.feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  row-gap: 0;
}
.feature .feature-icon {
  width: 18px;
  height: 18px;
  fill: oklch(var(--zinc-400));
}

.works {
  position: relative;
  padding-inline: 100px;
  padding-block: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  column-gap: 0;
  row-gap: 3rem;
  text-align: center;
}
.works__cards {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  column-gap: 2rem;
  row-gap: 0;
}
.works__cards .card {
  background-color: oklch(var(--white));
  border-radius: 24px;
  box-shadow: 0 0 25px -5px oklch(var(--zinc-800)/15%), 0 0 10px -6px oklch(var(--zinc-800)/15%);
  padding: 12px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  column-gap: 0;
  row-gap: 1rem;
}

.card__img {
  width: 100%;
  height: auto;
  border: 2px solid oklch(var(--zinc-200));
  border-radius: 12px;
}
.card__title {
  font-weight: 600;
  font-size: 20px;
  font-family: "Liana", tahoma;
}
.card__desc {
  font-size: 15px;
  align-self: center;
  margin-top: 12px;
}
.card__btn {
  align-self: center;
  border-radius: 12px;
  padding-block: 12px;
  margin-top: 24px;
  width: 100%;
  border: 1px solid oklch(var(--zinc-200));
  background-color: oklch(var(--blue-600));
  color: oklch(var(--white));
  cursor: pointer;
  transition: 0.3s ease;
}

.card__btn:hover {
  background-color: oklch(var(--blue-500));
}

.workbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  column-gap: 0;
  row-gap: 0;
  position: fixed;
  inset: 20px;
  overflow: hidden;
  background-color: oklch(var(--white));
  border-radius: 16px;
  padding: 28px;
  width: 100%;
  max-width: 60vw;
  margin: auto;
  z-index: 20;
  transition: all 0.3s ease;
}
.workbox__header {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 0;
  row-gap: 0;
}

.workbox__body {
  flex: 1;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.workbox__body > * {
  padding-block: 30px;
  border-bottom: 2px dashed oklch(var(--zinc-200));
}
.workbox__body__img img {
  border-radius: 16px;
  border: 1px solid oklch(var(--black)/10%);
}

.workbox__body:hover {
  scrollbar-color: oklch(var(--zinc-400)) transparent;
}

.workbox__header__start {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
  row-gap: 0;
}
.workbox__header__start__logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 0;
  row-gap: 0;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  border: 2px solid oklch(var(--zinc-900)/5%);
  padding: 16px;
  box-shadow: 0 4px 6px -1px oklch(var(--zinc-800)/5%), 0 2px 4px -2px oklch(var(--zinc-800)/5%);
  background-color: oklch(var(--white));
}
.workbox__header__start__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  column-gap: 0;
  row-gap: 4px;
  text-align: start;
  color: oklch(var(--zinc-800));
}
.workbox__header__start__meta a {
  font-weight: 700;
}
.workbox__header__start__meta h4 {
  color: oklch(var(--zinc-500));
  font-size: 14px;
  font-weight: 600;
}

.workbox__header__end svg path {
  transition: all 0.2s ease;
}

.workbox__header__end__share {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 0;
  row-gap: 0;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  box-shadow: 0 0 0 1.5px oklch(var(--zinc-200)/50%);
  padding: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.workbox__header__end__share:hover {
  background-color: oklch(var(--blue-600));
  box-shadow: none;
}
.workbox__header__end__share:hover svg path {
  fill: oklch(var(--white));
}

.workbox__body__meta {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  column-gap: 0;
  row-gap: 42px;
}
.workbox__body__meta__infos {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 120px;
  row-gap: 0;
}
.workbox__body__meta__desc {
  font-weight: 600;
  text-align: start;
}

.workbox__body__meta__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  column-gap: 0;
  row-gap: 4px;
  text-align: start;
}
.workbox__body__meta__info h5 {
  color: oklch(var(--zinc-600));
}
.workbox__body__meta__info p {
  font-size: 15px;
  font-weight: 600;
}

.workbox__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  column-gap: 0;
  row-gap: 16px;
  padding-top: 24px;
}
.workbox__footer h5 {
  font-weight: 500;
  font-size: 17px;
}

.workbox__footer__socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  row-gap: 0;
}
.workbox__footer__socials .email {
  background-color: oklch(63.7% 0.237 25.331deg);
}
.workbox__footer__socials .tel {
  background-color: oklch(var(--blue-400));
}
.workbox__footer__socials .whatsapp {
  background-color: oklch(76.8% 0.233 130.85deg);
}
.workbox__footer__socials > * {
  cursor: pointer;
  padding: 12px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.workbox__footer__socials > *:hover {
  transform: translateY(-2px);
}

.workbox-hidden {
  opacity: 0;
  pointer-events: none;
  scale: 0.98;
}

.tools {
  position: relative;
  padding-inline: 100px;
  padding-block: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  column-gap: 0;
  row-gap: 3rem;
}

.tools-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  column-gap: 0;
  row-gap: 2rem;
  width: 100%;
}
.tools-cards > * {
  width: 100%;
}

.tools-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: space-between;
  column-gap: 0;
  row-gap: 0;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  border: 3px solid oklch(var(--zinc-900)/20%);
}
.tools-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, oklch(var(--zinc-900)/5%), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
  pointer-events: none;
}
.tools-card:hover::before {
  opacity: 1;
}
.tools-card__anchor {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.tools-card__r {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  column-gap: 0;
  row-gap: 12px;
}
.tools-card__r h3 {
  font-weight: 800;
  font-size: 24px;
}
.tools-card__r img {
  position: absolute;
  top: 24px;
  right: 112px;
  width: 36px;
  height: 36px;
  animation: vipRotate 2s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.tools-card__r p {
  color: oklch(var(--zinc-600));
}
.tools-card__r button {
  margin-top: 32px;
  border-radius: 10px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.tools-card__l {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  column-gap: 0;
  row-gap: 0;
}
.tools-card__l p {
  color: oklch(var(--zinc-600));
  font-weight: 600;
  font-size: 16px;
  padding: 4px 12px;
  border: 2px solid oklch(var(--zinc-900)/20%);
  border-radius: 12px;
}
.tools-card__l a {
  z-index: 10;
  transform: translateY(-80px);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.tools-card:hover .tools-card__l a {
  transform: translateY(0);
}

@keyframes vipRotate {
  0% {
    transform: rotate(0deg);
  }
  33% {
    transform: rotate(20deg);
  }
  66% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.blog {
  padding-inline: 100px;
  padding-block: 100px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 0;
  row-gap: 0;
}

.blog-right {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  column-gap: 0;
  row-gap: 32px;
}

.blog-right .articles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  column-gap: 0;
  row-gap: 72px;
  width: 100%;
}

.article {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 40px;
  row-gap: 0;
  position: relative;
  width: 100%;
}
.article .article-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  column-gap: 0;
  row-gap: 12px;
}
.article__image {
  width: 10rem;
  border-radius: 12px;
  border: 2px solid oklch(var(--zinc-300));
  aspect-ratio: 1;
  object-fit: cover;
}
.article__title {
  color: oklch(var(--zinc-800));
  font-weight: 600;
  font-size: 18px;
}
.article__date {
  position: relative;
  order: -100;
  padding-right: 12px;
  border-right: 2px solid oklch(var(--zinc-200));
  font-size: 15px;
  color: oklch(var(--zinc-400));
}
.article__readmore a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 4px;
  row-gap: 0;
  color: oklch(var(--blue-600));
  font-weight: 600;
  font-size: 15px;
}
.article__excerpt {
  color: oklch(var(--zinc-600));
  font-size: 15px;
}
.article__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 36px;
  row-gap: 0;
  z-index: 99;
}
.article__share {
  border-radius: 8px;
  padding: 10px;
  color: oklch(var(--zinc-400));
}

.article__share svg path {
  stroke-width: 0.3;
  stroke: oklch(var(--zinc-500));
}

.article__title-wrapper .article-fade {
  position: absolute;
  inset-block: -24px;
  inset-inline: -16px;
  transform: scale(95%);
  background-color: oklch(var(--zinc-50));
  opacity: 0;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 16px;
  z-index: -1;
}
.article__title-wrapper .article__cover {
  position: absolute;
  inset-block: -24px;
  inset-inline: -24px;
  z-index: 20;
  border-radius: 16px;
}

.article:hover .article-fade {
  transform: scale(100%);
  opacity: 1;
  inset-inline: -24px;
}

.blog-left {
  position: sticky;
  top: 64px;
  border-right: 2px solid oklch(var(--black)/5%);
  padding-right: 50px;
}
.blog-left:hover .book {
  transform: rotate(0);
}
.blog-left .book {
  transform: rotate(-6deg);
  transition: transform 0.5s ease;
  transform-origin: center;
  position: relative;
  width: 174px;
  padding: 22px;
}
.blog-left .book img {
  box-shadow: -5px 10px 15px -3px oklch(var(--black)/10%), -5px 4px 6px -4px oklch(var(--black)/10%);
}
.blog-left .book .border {
  position: absolute;
}
.blog-left .book .border.t {
  top: 14px;
  right: 0;
  background: linear-gradient(to right, transparent 0%, oklch(var(--black)/15%) 9.27%, oklch(var(--black)/15%) 90.7%, transparent 100%);
  height: 1px;
  width: 100%;
}
.blog-left .book .border.r {
  top: 0;
  right: 14px;
  background: linear-gradient(to bottom, transparent 0%, oklch(var(--black)/15%) 9.27%, oklch(var(--black)/15%) 90.7%, transparent 100%);
  height: 100%;
  width: 1px;
}
.blog-left .book .border.b {
  right: 0;
  bottom: 14px;
  background: linear-gradient(to right, transparent 0%, oklch(var(--black)/15%) 9.27%, oklch(var(--black)/15%) 90.7%, transparent 100%);
  width: 100%;
  height: 1px;
}
.blog-left .book .border.l {
  top: 0;
  left: 14px;
  background: linear-gradient(to right, transparent 0%, oklch(var(--black)/15%) 9.3%, oklch(var(--black)/15%) 91%, transparent 100%);
  width: 1px;
  height: 100%;
}
.blog-left .from {
  font-weight: 600;
  color: oklch(var(--blue-500));
  font-size: 14px;
  line-height: 30px;
}
.blog-left .desc {
  font-size: 15px;
  width: 60%;
  font-weight: 600;
  color: oklch(var(--zinc-950));
  line-height: 26px;
  margin-top: 6px;
}
.blog-left .get {
  margin-top: 16px;
}
.blog-left .get .preview,
.blog-left .get .download {
  font-weight: 500;
  border-radius: 6px;
  background-color: oklch(var(--zinc-100));
  color: oklch(var(--zinc-900));
  font-size: 15px;
  padding: 8px 12px;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.blog-left .get .preview svg,
.blog-left .get .download svg {
  display: inline-block;
  vertical-align: middle;
}
.blog-left .get .preview:hover,
.blog-left .get .download:hover {
  background-color: oklch(var(--zinc-200));
}
.blog-left .get .preview {
  margin-left: 8px;
}

.blog-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  column-gap: 0;
  row-gap: 72px;
  padding-inline: 180px;
  padding-block: 0;
  width: 100%;
  margin-bottom: 3rem;
}

.post-tags {
  color: oklch(var(--zinc-400));
}
.post-tags a {
  font-family: "Liana", tahoma;
  color: oklch(var(--zinc-400));
  font-size: 15px;
}
.post-tags a:hover {
  color: oklch(var(--blue-600));
}

body:has(.article-wrapper) .avatar__img {
  display: none;
}

.article-wrapper {
  margin: 100px auto 0;
  width: 90vw;
  position: relative;
  padding-inline: 180px;
  padding-block: 0;
}
.article-wrapper .back-link {
  width: 40px;
  height: 40px;
  color: oklch(var(--zinc-500));
  border-radius: calc(infinity * 1px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 0;
  row-gap: 0;
  background: oklch(var(--white));
  box-shadow: 0 4px 6px -1px oklch(var(--zinc-800)/5%), 0 2px 4px -2px oklch(var(--zinc-800)/5%);
  border: 1px solid oklch(var(--zinc-900)/5%);
  position: absolute;
  right: 0;
  top: 36px;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.article-wrapper .back-link:hover svg path {
  stroke: oklch(var(--zinc-700));
}
.article-wrapper .sharelike {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  column-gap: 0;
  row-gap: 42px;
  width: fit-content;
  position: sticky;
  transform: translate(184px, 160px);
  top: 0;
}
.article-wrapper .sharelike > * {
  cursor: pointer;
}

.back-link svg {
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  column-gap: 0;
  row-gap: 0;
  max-width: 100%;
  min-width: 0;
}
.blog-content .content {
  margin-top: 36px;
  user-select: text;
  max-width: 100%;
}
.blog-content .content p:not(.admonition__content p) {
  font-size: 18px;
  color: oklch(var(--zinc-800));
  margin: 28px 0;
}
.blog-content .content h1,
.blog-content .content h2,
.blog-content .content h3,
.blog-content .content h4,
.blog-content .content h5 {
  color: oklch(var(--zinc-800));
  margin-top: 80px;
  margin-bottom: 16px;
}
.blog-content .content h1 {
  font-size: 36px;
  font-weight: 800;
}
.blog-content .content h2 {
  font-size: 30px;
  font-weight: 700;
}
.blog-content .content h3 {
  font-size: 24px;
  font-weight: 600;
}
.blog-content .content h4 {
  font-size: 18px;
  font-weight: 500;
}
.blog-content .content h5 {
  font-size: 17px;
  font-weight: 400;
}
.blog-content .content a {
  color: oklch(var(--blue-600));
}
.blog-content .content strong {
  color: oklch(var(--zinc-800));
}
.blog-content .content ol li::marker {
  font-size: 17px;
  font-weight: 700;
}
.blog-content .content img {
  border-radius: 16px;
  border: 2px solid oklch(var(--zinc-200));
}
.blog-content .content blockquote {
  font-style: italic;
}
.blog-content .content blockquote p {
  color: oklch(var(--zinc-500));
}
.blog-content .content blockquote:dir(ltr) {
  text-align: left;
  padding-left: 3rem;
  background: url("../images/quote-down.svg") no-repeat;
}
.blog-content .content blockquote:dir(rtl) {
  text-align: right;
  padding-right: 3rem;
  background: url("../images/quote-down.svg") top right;
}
.blog-content .content iframe {
  height: 600px;
}
.blog-content .content li + li {
  margin-top: 1rem;
}
.blog-content .content .admonition {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
  row-gap: 0;
  padding: 0 0 0 1rem;
  margin-bottom: 1.5rem;
  border-radius: 12px;
}
.blog-content .content .admonition .admonition__icon {
  color: oklch(var(--white));
  padding: 1.18rem 1.3rem;
  border-radius: 0 12px 12px 0;
  display: block;
}
.blog-content .content .admonition .admonition__title-text {
  font-weight: 700;
}
.blog-content .content .admonition--info {
  background-color: color-mix(in oklab, oklch(62.3% 0.214 259.815deg) 15%, transparent);
}
.blog-content .content .admonition--info .admonition__title {
  color: oklch(var(--blue-700));
}
.blog-content .content .admonition--info .admonition__icon {
  background-color: oklch(var(--blue-600));
}
.blog-content .content .admonition--warning {
  background-color: oklch(82% 0.16 80deg / 0.12);
}
.blog-content .content .admonition--warning .admonition__title {
  color: #fde047;
}
.blog-content .content .admonition--warning .admonition__icon {
  background-color: #f97316;
}
.blog-content .content .admonition--danger {
  background-color: oklch(63.7% 0.237 25.331deg / 0.12);
}
.blog-content .content .admonition--danger .admonition__title {
  color: #b91c1c;
}
.blog-content .content .admonition--danger .admonition__icon {
  background-color: #dc2626;
}
.blog-content blockquote:dir(ltr) p {
  font-family: "Roboto", sans-serif;
}
.blog-content code {
  font-family: "JB";
}
.blog-content code:not(.shiki code) {
  font-weight: 500;
  background-color: oklch(var(--zinc-100));
  border-radius: 6px;
  font-size: 85%;
  padding: 1.6px 6px;
  border: 1px solid oklch(var(--black)/10%);
}
.blog-content hr {
  border: 1px solid oklch(var(--black)/10%);
}
.blog-content .article-cover {
  max-width: 800px;
}
.blog-content .shiki {
  max-width: 100;
  direction: ltr;
  padding: 15px 20px 12px 22px;
  border-radius: 12px;
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.6;
  margin: 1.5rem 0;
}
.blog-content .shiki,
.blog-content .shiki span {
  color: var(--shiki-light);
  background-color: var(--shiki-light-bg);
}
.blog-content .line {
  display: inline-block;
  width: 100%;
  border-left: 3px solid transparent;
  transition: background-color 0.2s ease;
}
.blog-content .line.highlighted {
  background-color: oklch(var(--zinc-500)/20%);
  border-left-color: oklch(var(--blue-500));
}
.blog-content .line.highlighted span {
  background-color: transparent;
}
.blog-content .blog-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  column-gap: 0;
  row-gap: 24px;
}
.blog-content .blog-header .article__title {
  font-size: 48px;
  font-weight: 700;
}
.blog-content .blog-header .article__date {
  order: inherit;
  border-inline: 2px solid oklch(var(--zinc-200));
  padding-inline: 12px;
}

.article-cover img {
  border-radius: 12px;
}

.article__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 18px;
  row-gap: 8px;
  width: 70%;
}

/* Tags */
.post-tags,
.article-tags,
.tag-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 8px;
  row-gap: 0;
}

.article-tags,
.reading-time {
  color: oklch(var(--zinc-400));
  font-size: 15px;
}
.article-tags a,
.reading-time a {
  font-family: "Liana", tahoma;
  color: oklch(var(--zinc-400));
  font-size: 15px;
}
.article-tags a:hover,
.reading-time a:hover {
  color: oklch(var(--blue-600));
}

.tag-pill {
  font-family: "IRANYekan";
  font-size: 12px;
  font-weight: 700;
  border-radius: 8px;
  padding-inline: 10px;
  background-color: oklch(var(--zinc-200));
  color: oklch(var(--zinc-800));
  cursor: pointer;
}
.tag-pill:hover {
  border-color: oklch(var(--blue-300));
  color: oklch(var(--blue-700));
}

.tag-filter {
  padding-inline: 180px;
  margin-bottom: 24px;
}

.tag-pill.is-active {
  background-color: oklch(var(--blue-600));
  border-color: oklch(var(--blue-600));
  color: oklch(var(--white));
}

.css-1ukx6ls {
  flex-direction: column;
}

.css-zffbus {
  margin-left: 0 !important;
}

.about-p {
  padding-inline: 180px;
  padding-block: 0;
  margin-top: 250px;
  width: 100%;
  display: grid;
  row-gap: 48px;
  align-items: start;
  justify-items: end;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto 1fr;
}
.about-p .about-img {
  max-width: none;
}
.about-p .about-img img {
  aspect-ratio: 1;
  transform: rotate(-4deg);
  border-radius: 24px;
  object-fit: cover;
  transition: transform 0.1s ease;
}

.about-img:hover img {
  transform: rotate(0deg);
}

.right {
  width: 100%;
  order: -99;
  grid-row: span 2/span 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  column-gap: 0;
  row-gap: 0;
}
.right .title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 26px;
  color: oklch(var(--zinc-800));
}
.right p {
  margin-bottom: 24px;
  line-height: 2em;
  color: oklch(var(--zinc-600));
}

.about-socials {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  column-gap: 0;
  row-gap: 16px;
  list-style: none;
}

.socials-wrapper {
  padding-right: 180px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  column-gap: 0;
  row-gap: 0;
}
.socials-wrapper > * {
  padding-bottom: 32px;
}

.about-social {
  width: 100%;
}
.about-social a {
  color: oklch(var(--zinc-800));
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 16px;
  row-gap: 0;
  font-weight: 500;
  font-size: 15px;
}
.about-social a .icon {
  color: oklch(var(--zinc-500));
}
.about-social a:hover {
  color: oklch(var(--blue-600));
}
.about-social a:hover .icon {
  color: oklch(var(--blue-600));
}

.about-social.email {
  border-top: 1px solid oklch(var(--zinc-200));
  padding-top: 32px;
}

site-footer {
  width: 100%;
}

.footer {
  width: 100%;
  padding-inline: 100px;
  padding-block: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  column-gap: 0;
  row-gap: 0;
  border-top: 1px solid oklch(var(--zinc-100));
  padding-top: 40px;
}
.footer .socials svg {
  width: 18px;
  height: 18px;
}
.footer__copy {
  font-weight: 500;
  font-size: 14px;
  color: oklch(var(--zinc-400));
}
.footer .footer-menu__items {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 24px;
  row-gap: 8px;
  color: oklch(var(--zinc-800));
  font-size: 14px;
  font-weight: 600;
}
.footer .footer-menu__item:hover {
  color: oklch(var(--blue-600));
}

.statement {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  column-gap: 0;
  row-gap: 16px;
  padding-inline: 50px;
  padding-block: 50px;
  max-width: 70%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  border: 2px solid oklch(37% 0.013 285.805deg);
  border-radius: 20px;
  background-color: oklch(97.1% 0.013 17.38deg / 0.7);
}
.statement .sec-top-title {
  border: none;
  border-top: 2px solid oklch(63.7% 0.237 25.331deg / 0.7);
  padding-block: 4px;
  background: linear-gradient(to bottom, oklch(63.7% 0.237 25.331deg), oklch(57.7% 0.245 27.325deg));
  color: #fff;
}
.statement__desc p {
  margin-bottom: 24px;
  line-height: 2em;
  color: oklch(var(--zinc-600));
}
.statement__box {
  background-color: #fff;
  border: 3px solid oklch(var(--zinc-900));
  border-radius: 12px;
  padding: 8px 16px;
  font-weight: 600;
}

.statement .sec-top-title svg {
  display: inline;
  vertical-align: middle;
  margin-left: 6px;
}

*,
::after,
::before,
::backdrop,
::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

:-moz-focusring {
  outline: auto;
}

progress {
  vertical-align: baseline;
}

summary {
  display: list-item;
}

menu {
  list-style: none;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}

img,
video {
  max-width: 100%;
  height: auto;
}

button,
input,
select,
optgroup,
textarea,
::file-selector-button {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}

a {
  transition: all 0.2s ease;
}

.theme-btn-enter {
  position: absolute;
  transform: translateX(-60px) rotate(-180deg);
}

.theme-btn-init {
  position: absolute;
  transform: translateX(0) rotate(0);
}

.theme-btn-out {
  transform: translateX(120px) rotate(180deg);
}

.sec-title {
  color: oklch(var(--zinc-800));
  font-size: 42px;
  font-weight: 700;
}

.sec-top-title {
  color: oklch(var(--zinc-800));
  background: linear-gradient(to bottom, oklch(var(--zinc-50)/50%), oklch(var(--zinc-100)));
  padding-inline: 16px;
  border-radius: 10px;
  border: 2px solid oklch(var(--zinc-900)/10%);
  display: inline-block;
  font-weight: 500;
}

.sec-desc {
  margin-top: 18px;
  color: oklch(var(--zinc-600));
  text-align: justify;
  line-height: 2em;
}

.site-btn {
  position: relative;
  background: linear-gradient(to bottom left, oklch(var(--blue-400)), oklch(var(--blue-700)));
  box-shadow: 0 0 0 2px white, 0 0 0 4px oklch(var(--blue-700)/50%);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-btn:hover {
  box-shadow: none;
  transform: scale(1.02);
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  padding-block: 20px;
  position: relative;
  background-color: oklch(var(--white));
  color: oklch(var(--zinc-900));
  font-family: "Liana", tahoma;
  user-select: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0;
  row-gap: 0;
}

section {
  position: relative;
  width: 100%;
}

li,
a {
  font-family: "IRANYekan";
  font-variation-settings: "dots" 1;
  -moz-font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
}

p {
  line-height: 2em;
  font-size: 17px;
  font-family: "IRANYekan";
  font-variation-settings: "dots" 1;
  -moz-font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
}
p a {
  color: oklch(var(--blue-500));
}

.main-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 0;
  row-gap: 100px;
}

@media only screen and (max-width: 1280px) {
  .main-header {
    padding-inline: 250px;
    padding-block: 0;
  }
  .intro {
    padding-inline: 250px;
    padding-block: 0;
  }
  .about {
    padding-inline: 100px;
    padding-block: 80px;
  }
  .services {
    padding-inline: 100px;
    padding-block: 0;
  }
  .tools {
    padding-inline: 100px;
    padding-block: 0;
  }
  .statement {
    padding-inline: 100px;
    padding-block: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  p {
    line-height: 32px;
  }
  .main-header {
    padding-inline: 150px;
    padding-block: 0;
  }
  .intro {
    padding-inline: 150px;
    padding-block: 0;
    max-width: 100%;
  }
  .intro__title {
    font-size: 30px;
    padding-right: 0;
  }
  .about {
    padding-inline: 50px;
    padding-block: 50px;
  }
  .about .lang {
    padding: 2px 10px;
    width: 100%;
  }
  .services__pricings {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    column-gap: 0;
    row-gap: 2rem;
  }
  .services {
    padding-inline: 50px;
    padding-block: 0;
  }
  .works__cards .card {
    row-gap: 8px;
  }
  .card__title {
    font-size: 18px;
  }
  .card__desc {
    font-size: 14px;
  }
  .works__cards .card {
    font-size: 15px;
  }
  .works {
    padding-inline: 50px;
    padding-block: 0;
  }
  .works__cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    column-gap: 0;
    row-gap: 2rem;
  }
  .workbox {
    max-width: 80vw;
    padding: 18px;
  }
  .workbox__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    row-gap: 0;
  }
  .workbox__body__meta__infos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    column-gap: 0;
    row-gap: 20px;
  }
  .blog-list {
    padding-inline: 100px;
  }
  .about-p {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 64px;
    padding-inline: 100px;
    justify-items: start;
  }
  .about-p .right .title {
    font-size: 32px;
  }
  .socials-wrapper {
    padding-right: 0;
  }
  .article-wrapper {
    margin: 100px 100px 0;
    padding-inline: 100px;
    width: 100vw;
  }
  .article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    column-gap: 0;
    row-gap: 40px;
  }
  .article__image {
    width: 90%;
  }
  .blog-content .blog-header .article__title {
    font-size: 32px;
  }
  .blog-content .content p:not(.admonition__content p) {
    font-size: 17px;
  }
  .blog-content .content h1 {
    font-size: 30px;
  }
  .blog-content .content h2 {
    font-size: 24px;
  }
  .blog-content .content h3 {
    font-size: 20px;
  }
  .blog-content .content h4 {
    font-size: 14px;
  }
  .blog-content .content h5 {
    font-size: 12px;
  }
  .blog-content .content h6 {
    font-size: 10px;
  }
  .tools {
    padding-inline: 50px;
    padding-block: 0;
  }
  .statement {
    padding-inline: 50px;
    padding-block: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .nav__menu-items {
    display: none;
  }
  .sec-title {
    font-size: 30px;
  }
  .sec-top-title {
    font-size: 14px;
  }
  .sec-desc {
    font-size: 15px;
  }
  .main-header {
    padding-inline: 50px;
    padding-block: 0;
  }
  .intro {
    padding-inline: 50px;
    padding-block: 0;
  }
  .about {
    height: 60rem;
    padding-inline: 25px;
    padding-block: 25px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
    column-gap: 0;
    row-gap: 2rem;
  }
  .about__langs {
    inset: auto auto -15rem auto;
  }
  .about__langs .container {
    position: relative;
    width: 25em;
    height: 25em;
    border-radius: calc(infinity * 1px);
  }
  .about__langs .container > * {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 0;
    row-gap: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.5em;
    width: 3em;
    height: 3em;
    border-radius: calc(infinity * 1px);
  }
  .about__langs .container > *:nth-of-type(1) {
    transform: rotate(0deg) translate(9.5em) rotate(0deg);
  }
  .about__langs .container > *:nth-of-type(2) {
    transform: rotate(40deg) translate(9.5em) rotate(-40deg);
  }
  .about__langs .container > *:nth-of-type(3) {
    transform: rotate(80deg) translate(9.5em) rotate(-80deg);
  }
  .about__langs .container > *:nth-of-type(4) {
    transform: rotate(120deg) translate(9.5em) rotate(-120deg);
  }
  .about__langs .container > *:nth-of-type(5) {
    transform: rotate(160deg) translate(9.5em) rotate(-160deg);
  }
  .about__langs .container > *:nth-of-type(6) {
    transform: rotate(200deg) translate(9.5em) rotate(-200deg);
  }
  .about__langs .container > *:nth-of-type(7) {
    transform: rotate(240deg) translate(9.5em) rotate(-240deg);
  }
  .about__langs .container > *:nth-of-type(8) {
    transform: rotate(280deg) translate(9.5em) rotate(-280deg);
  }
  .about__langs .container > *:nth-of-type(9) {
    transform: rotate(320deg) translate(9.5em) rotate(-320deg);
  }
  .about__resume {
    width: 100%;
  }
  .lang__icon > svg {
    width: 25px;
    height: 25px;
  }
  .services {
    padding-inline: 25px;
    padding-block: 0;
  }
  .pricing-box .pricing {
    height: 100%;
  }
  .pricing-box .pricing__title {
    font-size: 1.7rem;
  }
  .feature {
    font-size: 15px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    column-gap: 0;
    row-gap: 0;
  }
  .pricing-box .pricing__btn {
    font-size: 15px;
  }
  .works {
    padding-inline: 25px;
    padding-block: 0;
  }
  .tools {
    padding-inline: 25px;
    padding-block: 0;
  }
  .workbox__header__start__logo,
  .workbox__header__end__share {
    width: 50px;
    height: 50px;
    padding: 12px;
  }
  .workbox__header__start__meta a,
  .workbox__body__meta__desc,
  .workbox__body__meta__info h5,
  .workbox__footer h5 {
    font-size: 15px;
  }
  .workbox__header__start__meta h4 {
    font-size: 13px;
  }
  .workbox__body__img img {
    border-radius: 10px;
  }
  .workbox__body__meta__info p {
    font-size: 14px;
  }
  .workbox__footer__socials svg {
    width: 28px;
    height: 28px;
  }
  .blog {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    column-gap: 0;
    row-gap: 64px;
    padding-inline: 25px;
    padding-block: 0;
    padding-bottom: 3rem;
  }
  .blog-right {
    width: 100%;
  }
  .blog-left {
    border: 0;
  }
  .article__readmore a {
    font-size: 14px;
  }
  .footer {
    padding-inline: 25px;
    flex-direction: column;
    row-gap: 16px;
    text-align: center;
  }
  .footer-menu {
    order: -99;
  }
  .blog-list {
    padding-inline: 50px;
  }
  .about-p {
    padding-inline: 50px;
  }
  .about-p .about-img img {
    max-width: 320px;
  }
  .right {
    order: initial;
  }
  .article-wrapper {
    margin: 50px 50px 0;
    padding-inline: 50px;
  }
  .article__meta {
    width: 100%;
    flex-wrap: wrap;
  }
  .article-wrapper .back-link {
    position: relative;
    margin-bottom: 64px;
  }
  .article-wrapper .sharelike {
    transform: none;
    background-color: oklch(var(--white)/90%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    column-gap: 42px;
    border: 1px solid oklch(var(--zinc-900)/7%);
    box-shadow: 0 10px 15px -3px oklch(var(--zinc-800)/5%), 0 4px 6px -4px oklch(var(--zinc-800)/5%);
    border-radius: 12px;
    position: fixed;
    top: unset;
    bottom: 12px;
    right: 12px;
    flex-direction: row;
    width: 95%;
  }
  .css-1ukx6ls {
    flex-direction: row;
  }
  .tools-card {
    flex-direction: column;
    background: linear-gradient(to bottom, oklch(var(--zinc-900)/5%), transparent);
  }
  .tools-card > * {
    width: 100%;
  }
  .tools-card__r {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    column-gap: 0;
    row-gap: 0;
  }
  .tools-card__r h3 {
    font-size: 22px;
  }
  .tools-card__r p {
    font-size: 15px;
    font-weight: 500;
  }
  .tools-card__r img {
    right: 95px;
  }
  .tools-card__r button {
    font-size: 13px;
    border-radius: 8px;
  }
  .tools-card__l a {
    transform: translateY(-34px);
  }
  .tools-card__l p {
    width: 100%;
    text-align: center;
  }
  .tools-card:hover .tools-card__l a {
    transform: translateY(0);
  }
  .statement {
    padding-inline: 25px;
    padding-block: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .main-header {
    padding-inline: 25px;
    padding-block: 0;
    height: 100%;
    max-height: fit-content;
  }
  .nav__menu {
    display: none;
  }
  .nav__mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    column-gap: 0;
    row-gap: 16px;
    position: fixed;
    inset-inline: 0;
    top: 16px;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid oklch(var(--zinc-900)/5%);
    background-color: oklch(var(--white));
    transition: all 0.15s ease-out;
    z-index: 8;
  }
  .nav__mobile-menu button {
    width: 100%;
    padding: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    column-gap: 0;
    row-gap: 0;
  }
  .nav__mobile-menu .nav__mobile-menu-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    column-gap: 0;
    row-gap: 0;
  }
  .nav__mobile-menu .nav__mobile-menu-items .nav__mobile-menu-item {
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid oklch(var(--zinc-100));
  }
  .mobile-menu-close path {
    stroke: oklch(var(--zinc-500));
  }
  .mobile-menu-logo img {
    width: 20px;
  }
  .nav__logo {
    visibility: hidden;
    opacity: 0;
  }
  body.blog-page .nav__logo {
    margin-right: 2.5rem;
    visibility: visible;
    opacity: 1;
  }
  .nav__mobile-menu-btn {
    display: block;
  }
  .intro {
    padding-inline: 25px;
    padding-block: 0;
  }
  .tools {
    padding-inline: 25px;
    padding-block: 0;
  }
  .blog-list {
    padding-inline: 25px;
  }
  .about-p {
    padding-inline: 25px;
  }
  .about-p {
    padding-inline: 25px;
  }
  .article-wrapper {
    margin: 150px 0 0;
    padding-inline: 25px;
  }
  .statement {
    padding-inline: 25px;
    padding-block: 25px;
    max-width: 100%;
  }
}
.overlay {
  position: fixed;
  inset: 0;
  background-color: oklch(var(--black)/50%);
  backdrop-filter: blur(10px);
  z-index: 5;
  height: 100vh;
  transition: all 0.1s ease;
}

.open {
  max-height: 295px;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

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