/**========================================================================
 *                                 Base
 *========================================================================**/

 @font-face {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/IRANSansWeb(FaNum)_Bold.woff") format("woff");
}

@font-face {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IRANSansWeb(FaNum)_Medium.woff") format("woff");
}

@font-face {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/IRANSansWeb(FaNum)_Light.woff") format("woff");
}

@font-face {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/IRANSansWeb(FaNum)_UltraLight.woff") format("woff");
}

@font-face {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/IRANSansWeb(FaNum).woff") format("woff");
}
:root {
  --baseFont: "IRANSansWeb";
}

 body {
  font-family: var(--baseFont);
  direction: rtl !important;
}

body,
.btn,
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  font-family: "IRANSansWeb";
}
.swiper-pagination .swiper-pagination-bullet::before {
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.el-feedback-slider,
.el-feedback-single .el-feedback-box::before {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.el-hero-section img.start-0,
.el-about-section img.start-0 {
  inset-inline-end: 0 !important;
}

.el-hero-section img.start-50,
.el-about-section img.start-50 {
  inset-inline-end: 50% !important;
}

.el-hero-section img.start-100,
.el-about-section img.start-100 {
  inset-inline-end: 100% !important;
}

.el-hero-section img.end-0,
.el-about-section img.end-0 {
  inset-inline-start: 0 !important;
}

.el-hero-section img.end-50,
.el-about-section img.end-50 {
  inset-inline-start: 50% !important;
}

.el-hero-section img.end-100,
.el-about-section img.end-100 {
  inset-inline-start: 100% !important;
}
.ft-subscribe-form input {
  border-radius: 0 4px 4px 0;
}
.ft-subscribe-form .md-primary-btn {
  border-radius: 4px 0 0 4px;
}
.arrow-svg,
.fa-angle-double-left,
.fa-angle-double-right,
.fa-angle-left,
.fa-angle-right,
.fa-arrow-alt-circle-left,
.fa-arrow-alt-circle-right,
.fa-arrow-circle-left,
.fa-arrow-circle-right,
.fa-arrow-left,
.fa-arrow-right,
.fa-caret-left,
.fa-caret-right,
.fa-caret-square-left,
.fa-caret-square-right,
.fa-chevron-circle-left,
.fa-chevron-circle-right,
.fa-chevron-left,
.fa-chevron-right,
.fa-hand-point-left,
.fa-hand-point-right,
.fa-long-arrow-alt-left,
.fa-long-arrow-alt-right {
  transform: scaleX(-1);
}

/**========================================================================
 *                                   Main
 *========================================================================**/

.rent-header-info::after {
  -webkit-clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}
.rent-header .at_header_nav::before {
  -webkit-clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
}
.eq-cta-box .path-shape {
  -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
}
