@import url(aghdasi-typo/typography.css);

/*
* RTL File By Farham Aghdasi
! RTL-THEMES | Orginal Version With Comments
* Finclix HTML Template 1404-1405
*/

/**
* 50+ Persian Font In Template For free
* Support me by giving me 5 star !  
*/
:root {
  --font-anjoman: "anjoman";
  --font-anjoman-bold: "anjoman-bold";
  --font-aviny: "aviny";
  --font-behdad: "behdad";
  --font-dima: "dima";
  --font-dordane: "dordane";
  --font-dastnevis: "dastnevis";
  --font-dana: "dana";
  --font-dana-bold: "dana-bold";
  --font-dana-bold-latin: "dana-bold-latin";
  --font-dana-light: "dana-light";
  --font-dana-medium: "dana-medium";
  --font-dana-regular: "dana-regular";
  --font-dana-thin: "dana-thin";
  --font-fanavari-bold: "fanavari-bold";
  --font-fanavari-regular: "fanavari-regular";
  --font-estedad-bold: "estedad-bold";
  --font-estedad-light: "estedad-light";
  --font-estedad-medium: "estedad-medium";
  --font-hilda: "hilda";
  --font-hekayat: "hekayat";
  --font-hana: "hana";
  --font-hala: "hala";
  --font-hoor: "hoor";
  --font-iran: "iran";
  --font-iran-gerd: "iran-gerd";
  --font-khandevane: "khandevane";
  --font-kalameh: "kalameh";
  --font-khaton: "khaton";
  --font-lalezar: "lalezar";
  --font-mahboubeh: "mahboubeh";
  --font-nahid: "nahid";
  --font-negaar: "negaar";
  --font-negaar-bold: "negaar-bold";
  --font-nic: "nic";
  --font-pinar: "pinar";
  --font-pinar-ds1: "pinar ds1";
  --font-pinar-ds2: "pinar ds2";
  --font-iranyekan: "iranyekan";
  --font-iranyekanweb: "iranyekanweb";
  --font-vazirmatn-thin: "vazirmatn";
  --font-vazirmatn-extralight: "vazirmatn";
  --font-vazirmatn-light: "vazirmatn";
  --font-vazirmatn-regular: "vazirmatn";
  --font-vazirmatn-medium: "vazirmatn";
  --font-vazirmatn-semibold: "vazirmatn";
  --font-vazirmatn-bold: "vazirmatn";
  --font-vazirmatn-extrabold: "vazirmatn";
  --font-vazirmatn-black: "vazirmatn";
  --font-yekanbakh-light: "yekanbakh";
  --font-estedad: "estedad";
  --font-yekanbakh-regular: "yekanbakh";
  --font-yekanbakh-semibold: "yekanbakh";
  --font-yekanbakh-bold: "yekanbakh";
  --font-yekanbakh-extrabold: "yekanbakh";
  --font-iransans: "iransans";
  --font-iransans-medium: "iransans-medium";
}

/**
  * Fonts
  */
h1 {
  font-family: "Gofteh", Sans-serif !important;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Morabba", Sans-serif !important;
}

p,
.pricing-card-item-2 .pricing-left-ber .pricing-header h3,
.pricing-card-items .pricing-price h2 {
  font-family: "YekanBakhFaNum-Regular", Sans-serif !important;
}

*:not(h1, h2, h3, h4, h5, h6, i, p, div,.lnr, [class^="lnr-"], [class*=" lnr-"] , .fa, .fas, .fa-solid, .far, .fa-regular, .fal, .fa-light, .fat, .fa-thin, .fad, .fa-duotone, .fab, .fa-brands) {
  font-family: "IRANYekanX", Sans-serif !important;
}


/*-----------------------------------
  RTL Direction Setup
------------------------------------*/
body {
  direction: rtl;
  overflow-x: hidden !important;
}

.ks-project-arrow a,
a.link-btn svg[height="68"],
a.icon svg,
.lets-talk-banner-wrapper .circle-box svg,
.theme-btn .icon,
.outer-box .btn-style-one svg {
  transform: scale(-1,1);
}

.hero-1 .hero-content .hero-button .theme-btn.btn-style-one:hover .icon svg path {
  fill: #ffffff;
}
.hero-2 .hero-content .hero-button .theme-btn:hover .icon,
.about-content-2 .theme-btn:hover i,
.pricing-card-item-2 .pricing-right-ber .theme-btn.btn-style-one:hover .icon,
.benifit-box-items-style-2 .why-choose-list h3,
.feature-box-3 .theme-btn.btn-style-one:hover .icon,
.feature-service-card-items .content h3 a,
.about-content-3 .theme-btn.btn-style-one:hover .icon,
.growth-section .theme-btn.btn-style-one:hover .icon,
.pricing-card-items .theme-btn.btn-style-one:hover .icon,
.growth-section .theme-btn .icon,
.about-content-style-4 .info .theme-btn .icon {
  color: #ffffff !important;
}

.icon svg {
  vertical-align: middle;
}

.d-unset {
  display: unset !important;
}

/* .project-box-items-2 .theme-btn .icon i {
  transform: rotate(-225deg) !important;
    display: inline-block;
} */

/* .hero-2 .hero-content .hero-button .theme-btn .icon i {
  transform: rotate(-225deg) !important;
} */

* {
  letter-spacing: 0 !important;
}

pre {
  direction: ltr;
}