:root {
  --white: white;
  --black: black;
  --dark: #000000d9;
  --desktop-separator: 5em;
  --desktop-padding-x: 2em;
  --mobile-padding-x: 1em;
  --gray: #cbc9c9;
  --orange: #b86136;
  --mobile-separator: 2em;
  --dark-layer: #00000061;
}

body {
  direction: rtl !important;
  text-align: right !important;
  font-family: 'vazir';
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--white);
  font-family: 'vazir';
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
}

h1 {
  text-transform: uppercase;
  margin-top: .5em;
  margin-bottom: .2em;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'vazir';
}

h2 {
  text-transform: uppercase;
  margin-top: .5em;
  margin-bottom: .2em;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'vazir';
}

h3 {
  text-transform: uppercase;
  margin-top: .5em;
  margin-bottom: .2em;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'vazir-medium';
}

h4 {
  text-transform: uppercase;
  margin-top: .5em;
  margin-bottom: .2em;
  font-family: Gidugu, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
  font-family: 'vazir';
}

h5 {
  text-transform: uppercase;
  margin-top: .5em;
  margin-bottom: .2em;
  font-family: Gidugu, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  font-family: 'vazir';
}

h6 {
  text-transform: uppercase;
  margin-top: .5em;
  margin-bottom: .2em;
  font-family: Gidugu, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  font-family: 'vazir';
}

p {
  margin-bottom: 0;
  font-family: Gayathri, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  font-family: 'vazir-light';
}

a {
  color: var(--black);
  font-family: Gidugu, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  font-family: 'vazir-light';
}

ul {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 0;
  list-style-type: none;
  font-family: 'vazir';
}

ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px;
  font-family: 'vazir';
}

li {
  text-transform: capitalize;
  margin-top: .5em;
  font-family: Gidugu, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  font-family: 'vazir';
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Gayathri, sans-serif;
  font-size: 1.5rem;
  line-height: 1.7;
}

figure {
  margin-bottom: .625em;
}

figcaption {
  text-align: center;
  margin-top: .3em;
}

.content {
  z-index: 1;
  position: relative;
}

.content.dark-bg {
  background-color: var(--dark);
}

.content-section {
  background-color: #000000e0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.customer-reviews-slider.w-slider {
  direction: ltr !important;
  text-align: left !important;
}

.content-section.have-background-image {
  background-image: url('../images/ales-nesetril-Im7lZjxeLhg-unsplash_11zon_11zon.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  max-height: 1000px;
  position: relative;
  overflow: visible;
}

.content-wrapper {
  padding-top: var(--desktop-separator);
  padding-right: var(--desktop-padding-x);
  padding-left: var(--desktop-padding-x);
  max-width: 940px;
}

.content-wrapper.navbar-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-top: .05em;
  padding-bottom: 0;
}

.content-wrapper.single-project-wrapper {
  height: 100%;
  padding-top: 10em;
  padding-bottom: 5em;
}

.content-wrapper.styleguide-wrapper {
  padding-top: 0;
  display: flex;
}

.hero-section {
  background-image: url('../images/hero-pattern-design.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  overflow: hidden;
}

.navbar {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0000;
  width: 100%;
  position: fixed;
}

.brand-logo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brand {
  max-width: 175px;
  padding-left: 0;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  padding-top: .55em;
  display: flex;
}

.button {
  border: 1px solid var(--black);
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  min-width: 175px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:focus-visible,
.button[data-wf-focus-visible] {
  outline-color: var(--gray);
  outline-offset: 0px;
  border-radius: 0;
  outline-width: 1px;
  outline-style: solid;
}

.button.for--dark {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.button-bg {
  z-index: -1;
  background-color: var(--black);
  width: 100%;
  height: 110%;
  position: absolute;
  inset: 100% auto auto 0%;
}

.button-bg.white {
  z-index: 0;
  background-color: var(--white);
}

.global-small-text {
  text-transform: uppercase;
  font-family: 'vazir-thin';
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
}

.global-small-text.is--white.custom-alignment {
  text-align: right;
}

.global-small-text.is--orange {
  transition: color .5s;
}

.global-small-text.is--orange:hover {
  color: var(--gray);
}

.global-small-text.for-title {
  font-size: 1.2rem;
  font-family: 'vazir-medium';
}

.animation-links.is--white.w-inline-block:hover {
  color: rgb(183, 183, 183);
}

.global-small-text.for-title.is--white {
  text-align: center;
}

.global-small-text.for-title.text-align-center.is--gray {
  text-decoration: none;
}

.button-flex {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.button-arrow-box {
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
}

.button-arrow-container {
  width: 80px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-arrow-white,
.button-arrow-black {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.arrow {
  width: 20px;
}

.vertical-flex {
  padding-bottom: var(--desktop-separator);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.services-wrapper {
  display: flex;
  position: relative;
}

.services-collection-wrapper {
  width: 100%;
}

.single-services-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  margin-top: 3em;
  margin-bottom: 3em;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.single-services-wrapper:nth-child(2n) {
  direction: rtl;
}

.service-description {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.service-image-wrapper {
  width: 60%;
  overflow: hidden;
}

.service-main-image {
  width: 100%;
  height: 100%;
  max-height: 650px;
}

.service-description-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.service-number {
  color: var(--white);
  font-family: 'vazir-thin', sans-serif;
  font-size: 1.5em;
}

.button-links.button.dark {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
}

.is--white {
  color: var(--white);
}

.is--white.hide-on-mobile {
  display: block;
}

.menu-icon-wrap {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.vertical-gray-line {
  background-color: var(--gray);
  width: 2px;
  height: 75%;
  position: absolute;
}

.vertical-gray-line.close {
  transform: rotate(45deg);
}

.horizontal-gray-line {
  background-color: var(--gray);
  width: 75%;
  height: 2px;
  position: absolute;
}

.horizontal-gray-line.close {
  transform: rotate(45deg);
}

.vertical-black-line {
  background-color: var(--black);
  width: 100%;
  height: 0%;
}

.horizontal-black-line {
  background-color: var(--black);
  width: 0%;
  height: 100%;
}

.drop-down-menu {
  z-index: 100;
  background-color: var(--orange);
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.animation-links {
  /* text-transform: uppercase; */
  height: 25px;
  text-decoration: none;
  /* overflow: hidden; */
}

.animation-links.drop-menu-links {
  text-transform: uppercase;
  height: 4.6rem;
  font-size: 4.5rem;
  font-weight: 400;
  /* line-height: .5; */
  text-decoration: none;
  font-family: 'vazir';
  overflow: hidden;
}

.animation-links.drop-menu-links.w--current {
  color: var(--white);
}

.animation-links.drop-menu-footer-links {
  height: 1rem;
  font-size: 1.3rem;
  /* line-height: .5; */
  text-decoration: none;
  font-family: 'vazir';
}

.link-wrap {
  flex-flow: column;
  display: flex;
}

.drop-menu-content {
  height: 100%;
  padding-top: 2em;
}

.drop-menu-links-wrapper {
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  display: flex;
}

.drop-menu-footer {
  display: flex;
  position: absolute;
  inset: auto auto 3% 3%;
}

.drop-menu-social-links-wrapper {
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-end;
  padding-left: 5em;
  display: flex;
}

.large-h2 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(219deg, #0000, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 9rem;
  line-height: 1.2;
  font-family: 'vazir';
}

.large-h2.for--footer {
  font-size: 6rem;
}

.large-h2.for--footer.mobile {
  display: none;
}

.section-separator-line--for-design {
  margin-top: var(--desktop-separator);
  margin-bottom: var(--desktop-separator);
  background-color: var(--white);
  opacity: .2;
  width: 100%;
  height: 2px;
}

#services {
  direction: ltr !important;
  text-align: left !important;
}

.social-links-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.large-h1 {
  text-align: center;
  /* letter-spacing: .5rem; */
  font-size: 10rem;
  line-height: .7;
}

.hero-image-wrapper {
  height: 500px;
  max-height: 1000px;
  margin-top: 5em;
  position: relative;
}

.hero-main-image {
  width: 100%;
  height: 100%;
}

.hero-image-animation {
  background-color: var(--white);
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.footer-main-grid {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.links-flex-item {
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.horizontal-flex {
  justify-content: space-between;
  display: flex;
}

.footer-bottom {
  padding-top: 5em;
  padding-bottom: 1em;
}

.is--gray {
  color: var(--gray);
  text-decoration: underline;
}

.inner-pages-wrap {
  padding-top: var(--desktop-separator);
  position: relative;
}

.inner-pages-wrap.single-project {
  height: 100%;
}

.lt-design {
  z-index: 100;
  position: absolute;
  inset: 0% auto auto 0%;
}

.rt-design {
  z-index: 100;
  position: absolute;
  inset: 0% 0% auto auto;
}

.rb-design {
  z-index: 100;
  position: absolute;
  inset: auto 0% 0% auto;
}

.lb-design {
  z-index: 100;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-align-center {
  text-align: center;
}

.center-flex {
  justify-content: center;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.little-p {
  font-size: 1.4rem;
  line-height: 1.7;
}

.spacer-large {
  padding-top: var(--desktop-separator);
  padding-bottom: var(--desktop-separator);
}

.contact-main-grid {
  padding-top: var(--desktop-separator);
  grid-column-gap: 16px;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.dark-bg {
  background-color: var(--gray);
}

.team-members-flex {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  display: flex;
}

.team-member {
  background-color: var(--white);
  text-decoration: none;
}

.members-figure {
  flex-flow: column;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.members-picture {
  width: 225px;
  height: 225px;
}

.members-name-text {
  text-transform: capitalize;
  margin-top: .6em;
  font-family: 'vazir-thin';
  font-size: 1.4rem;
  font-weight: 700;
}

.leader-wrapper {
  background-color: var(--white);
  padding: 10px 10px 50px;
}

.leader-description-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-holder {
  overflow: hidden;
}

.animation-paragraph-wrapper {
  flex-flow: column;
  margin-bottom: .5em;
  display: flex;
}

.first-line,
.second-line,
.third-line,
.fourth-line,
.fifth-line,
.sixth-line {
  margin-bottom: 0;
}

.projects-wrapper {
  justify-content: space-between;
  display: flex;
}

.project-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
  position: relative;
}

.project-details-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.project-main-image {
  width: 100%;
  height: 370px;
  transition: transform .5s;
  transform: rotate(-7deg)translate(50px);
}

.project-summery {
  margin-bottom: .5em;
}

.dark-layer {
  background-color: var(--dark-layer);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.project-detail-rich-text {
  width: 1;
}

.project-details-image-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 5em;
  display: grid;
}

.project-details-image {
  width: 100%;
  height: 300px;
  position: relative;
}

.multi-images-wrapper {
  flex-flow: row;
  display: block;
}

.video-wrapper {
  margin-top: 2em;
}

.selected-projects-collection {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.selected-projects-main-image {
  width: 100%;
  height: 400px;
}

.selected-projects-wrapper {
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.benefits-wrapper {
  background-color: #252322;
  justify-content: space-between;
  width: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 4em;
  display: flex;
  position: relative;
}

.benefits-details-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.benefits-image-holder {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.benefits-image {
  width: 100%;
  height: 60%;
  transform: translate(20%);
}

.benefits-details-row {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.benefit-number {
  color: #0000;
  -webkit-text-stroke-width: .1rem;
  -webkit-text-stroke-color: var(--white);
  font-family: Gidugu, sans-serif;
  font-size: 8rem;
}

.little-frames-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
  position: absolute;
  inset: auto auto 1% -5%;
}

.little-frames-wrapper.top-right-first {
  inset: -2% -5% auto auto;
}

.little-frames-wrapper.top-right-first.top-right-second {
  top: 5%;
}

.project-wrapper {
  border-radius: .4em;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.project-item {
  flex: 0 50%;
  transition: flex-basis .5s;
}

.project-item:hover {
  flex-basis: 100%;
}

.project-name-wrapper {
  z-index: 2;
  position: absolute;
  inset: auto 0% 0%;
}

.licences-row {
  padding-top: var(--desktop-separator);
  display: flex;
}

.licences-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  display: grid;
}

.licences-text-box {
  padding-left: var(--desktop-padding-x);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.licences-image {
  width: 100%;
  height: 150px;
}

.licences-font-box {
  padding-top: var(--desktop-separator);
}

.styleguide-menu {
  z-index: 100;
  position: sticky;
  top: 10em;
}

.style-guide-menu-link {
  border: 1px solid var(--black);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: .4em;
  padding-right: .4em;
  transition: color .5s, background-color .5s;
  display: flex;
}

.style-guide-menu-link:hover {
  background-color: var(--dark-layer);
}

.style-guide-menu-link.w--current {
  background-color: var(--black);
  color: var(--white);
}

.style-guide-menu-row {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--white);
  border-radius: 12px;
  margin-top: 1em;
  margin-bottom: 5em;
  padding: 1em;
  display: flex;
}

.style-guide-menu-row.no--padding {
  padding: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  display: flex;
}

.spacer-small {
  padding-top: var(--mobile-separator);
  padding-bottom: var(--mobile-separator);
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.style-guide-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.style-guide-title {
  margin-top: 0;
  margin-bottom: 0;
}

.style-guide-title.is--orange.for--structure-classes {
  font-size: 2.2rem;
}

.text-align-left {
  text-align: left;
}

.style-guide-colors-layout {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  width: 40%;
  display: flex;
}

.color-block {
  border-radius: 5px;
  min-width: 100px;
  height: 60px;
}

.color-block.black {
  background-color: var(--black);
}

.color-block.dark {
  background-color: var(--dark);
}

.color-block.orange {
  background-color: var(--orange);
}

.color-block.gray {
  background-color: var(--gray);
}

.color-block.white {
  background-color: var(--white);
}

.color-block.dark-second {
  background-color: var(--dark-layer);
}

.is--black {
  color: var(--black);
}

.is--orange {
  color: var(--orange);
}

.services-collection-list {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-main-image-for-services-page {
  width: 100%;
  height: 400px;
  transition: transform .5s;
}

.service-main-image-for-services-page:hover {
  transform: scale(1.05);
}

.service-link-block {
  width: 100%;
  overflow: hidden;
}

.footer-flex {
  display: flex;
}

.footer-title-wrapper {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.clients-logo-wrapper {
  grid-column-gap: 6em;
  grid-row-gap: 10em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  width: 100%;
  display: grid;
}

.clients-logo-wrapper.category-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.client-logo-image {
  object-fit: scale-down;
  width: 140px;
  height: 100px;
  transition: transform .5s;
}

.client-logo-image:hover {
  transform: scale(1.1);
}

.customer-reviews-left-arrow,
.customer-reviews-right-arrow {
  display: none;
}

.customer-reviews-slider {
  background-color: #0000;
  height: auto;
}

.customer-wrap {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.customer-image {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: 1em;
}

.none-margin-bottom {
  margin-bottom: 0;
}

.style-guide-border {
  border: 1px solid var(--gray);
}

.title-wrapper-flex {
  grid-column-gap: 1.1em;
  grid-row-gap: 1.1em;
  display: flex;
}

.service-description__title {
  text-align: right;
  width: 100%;
}

.hire-icon-wrapper {
  mix-blend-mode: difference;
  background-color: #181818;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.flex-row-custom-block {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  justify-content: flex-start;
  align-items: center;
  font-family: Droid Sans, sans-serif;
  font-weight: 400;
  display: flex;
}

.global-dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.global-dropdown-toggle:hover {
  opacity: .65;
}

.hire-row {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-family: Droid Sans, sans-serif;
  font-size: .85rem;
  font-weight: 400;
  transition: opacity .2s;
  display: flex;
}

.hire-row:hover {
  opacity: .6;
}

.hire-rows-wrapper {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-flow: column;
  padding-top: 1em;
  display: flex;
}

.dropdown-circle {
  background-color: #a6a9b061;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  padding: .2em;
  display: flex;
  position: relative;
}

.dropdown-circle.for--customization {
  background-color: #0000;
}

.global-dropdown-list {
  background-color: #0000;
  padding-top: 1.4em;
  display: block;
  position: static;
}

.global-dropdown-list.for--customization {
  padding-top: .7em;
}

.accordion-p {
  color: #a7a7a7;
  white-space: pre-wrap;
  font-size: 1rem;
  font-weight: 500;
}

.accordion-p.for--customization {
  color: #000;
  font-family: Droid Sans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.global-dropdown {
  background-color: #181818;
  border-radius: 1em;
  width: 100%;
  padding: 1.5em;
  position: static;
  overflow: hidden;
}

.global-dropdown.for--customization {
  background-color: #0000;
  padding: 0;
}

.custom-page-fixed-block {
  z-index: 1300;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #000;
  background-color: #fff;
  border: 1px solid #0d0d0d33;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 260px;
  padding: .4em;
  font-size: .85rem;
  font-weight: 500;
  display: flex;
  position: fixed;
  inset: auto .7% 7% auto;
  overflow: hidden;
  box-shadow: 0 2px 14px #00000012;
}

.hire-icon {
  color: #fff;
  width: 15px;
  height: 15px;
  margin-right: 0;
}

.webflow-logo {
  aspect-ratio: 1;
  width: 35px;
  height: auto;
}

.plus-text {
  z-index: 2;
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plus-text.for--customization {
  font-size: 1.2rem;
}

.image {
  height: 50px;
}

.div-block {
  display: flex;
}

.category {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: none;
  display: flex;
}

.products-category {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  font-size: 1rem;
}

.link {
  color: var(--white);
  text-align: center;
  font-size: 2.5rem;
}

.paragraph-2 {
  text-align: center;
  font-family: Gidugu, sans-serif;
  font-size: 1.5rem;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 20px 20px 5px #0003;
}

.div-block-2 {
  background-color: #0000;
  background-image: url('../images/ales-nesetril-Im7lZjxeLhg-unsplash_11zon_11zon.webp');
  background-position: 0 0;
  background-size: cover;
  display: block;
}

.content-wrapper-2 {
  max-width: 940px;
  padding-top: 5em;
  padding-left: 2em;
  padding-right: 2em;
}

.spacer-large-2 {
  padding-top: 5em;
  padding-bottom: 5em;
}

.div-block-3 {
  display: block;
}

.div-block-4,
.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

@media screen and (min-width: 1280px) {
  p {
    font-size: 1.6rem;
  }

  .content-wrapper {
    max-width: 1100px;
  }

  .large-h1 {
    font-size: 6rem;
    line-height: 1.2;
  }

  .hero-image-wrapper {
    height: 70vh;
  }

  .little-p {
    line-height: 1.9;
  }

  .team-members-flex {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .project-main-image {
    height: 400px;
  }

  .benefits-image {
    height: 70%;
  }

  .little-frames-wrapper {
    left: -10%;
  }

  .little-frames-wrapper.top-right-first {
    right: -10%;
  }

  .accordion-p,
  .plus-text {
    font-size: 1.1rem;
  }

  .content-wrapper-2 {
    max-width: 1100px;
  }

  .large-h2 {
    font-size: 6rem;
    line-height: 1.2;
  }

  .global-small-text {
    font-size: 1rem;
  }

  a {
    font-size: 1.2rem;
  }

  .benefits-image {
    transform: translate(-20%);
  }

  h2 {
    font-size: 2.7rem;
  }

}

@media screen and (min-width: 1440px) {
  h2 {
    line-height: 1.2;
  }

  h3 {
    line-height: 1.5;
  }

  p {
    font-size: 1.5rem;
  }

  a {
    font-size: 1.2rem;
  }

  li,
  blockquote {
    font-size: 1.7rem;
  }

  .content-wrapper {
    max-width: 1350px;
  }

  .button {
    min-width: 190px;
  }

  .global-small-text {
    font-size: 1.2rem;
  }

  .animation-links {
    height: 30px;
  }

  .large-h2 {
    font-size: 7rem;
  }

  .large-h2.for--footer {
    font-size: 7.5rem;
  }

  .large-h1 {
    font-size: 6rem;
    line-height: 1.2;
  }

  .hero-image-wrapper {
    height: 80vh;
  }

  .footer-main-grid {
    width: 60%;
  }

  .little-p {
    font-size: 1.5rem;
    line-height: 2;
  }

  .team-members-flex {
    grid-column-gap: 12em;
    grid-row-gap: 12em;
  }

  .members-picture {
    width: 275px;
    height: 275px;
  }

  .project-image-wrapper {
    width: 30%;
  }

  .project-main-image {
    height: 450px;
  }

  .project-detail-rich-text {
    width: 1;
  }

  .project-details-image-grid {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .project-details-image {
    height: 300px;
  }

  .selected-projects-collection {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .selected-projects-main-image {
    height: 475px;
  }

  .benefits-wrapper {
    width: 85%;
  }

  .benefits-image {
    transform: translate(-25%);
  }

  .service-main-image-for-services-page {
    height: 500px;
  }

  .footer-title-wrapper {
    width: 40%;
  }

  .clients-logo-wrapper {
    grid-row-gap: 13em;
  }

  .dropdown-circle {
    width: 27px;
    height: 27px;
  }

  .dropdown-circle.for--customization {
    width: 22px;
    height: 22px;
  }

  .accordion-p {
    font-size: 1.2rem;
  }

  .custom-page-fixed-block {
    bottom: 6%;
  }

  .content-wrapper-2 {
    max-width: 1350px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 9.5rem;
  }

  h2 {
    font-size: 8.5rem;
  }

  h3 {
    font-size: 5rem;
  }

  h4 {
    font-size: 4rem;
  }

  h5 {
    font-size: 3.5rem;
  }

  h6 {
    font-size: 3rem;
  }

  p {
    font-size: 2.7rem;
  }

  a {
    font-size: 1.8rem;
  }

  .content-wrapper {
    max-width: 1600px;
  }

  .button {
    min-width: 210px;
  }

  .global-small-text {
    font-size: 1.5rem;
  }

  .large-h2 {
    font-size: 17rem;
  }

  .large-h2.for--footer {
    font-size: 8rem;
  }

  .large-h1 {
    font-size: 14rem;
  }

  .little-p {
    font-size: 1.7rem;
  }

  .team-members-flex {
    grid-column-gap: 13em;
    grid-row-gap: 13em;
  }

  .project-main-image {
    height: 500px;
  }

  .benefits-details-wrapper {
    width: 45%;
  }

  .image-2 {
    height: 100%;
  }

  .content-wrapper-2 {
    max-width: 1600px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 7rem;
  }

  h2 {
    font-size: 5.5rem;
  }

  h3 {
    font-size: 4rem;
  }

  p {
    font-size: 1.2rem;
  }

  blockquote {
    font-size: 1.3rem;
  }

  .content-section.have-background-image {
    height: auto;
    max-height: none;
  }

  .content-wrapper {
    max-width: 728px;
  }

  .global-small-text.is--white.custom-alignment {
    text-align: right;
  }

  .single-services-wrapper {
    grid-row-gap: 3em;
    flex-flow: column;
  }

  .single-services-wrapper:nth-child(2n) {
    direction: ltr;
  }

  .service-description {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-right: 0;
  }

  .service-image-wrapper {
    width: 100%;
  }

  .service-description-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .large-h2,
  .large-h2.for--footer {
    font-size: 10rem;
  }

  .large-h2.for--footer.mobile {
    display: block;
  }

  .large-h2.for--footer.desktop {
    display: none;
  }

  .large-h1 {
    font-size: 8rem;
  }

  .hero-image-wrapper {
    height: 375px;
    margin-top: 3em;
  }

  .footer-main-grid {
    width: 80%;
  }

  .little-p {
    font-size: 1.1rem;
  }

  .spacer-large.more-space-for-tablet-and-under {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .contact-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .members-name-text {
    font-size: 1.3rem;
  }

  .projects-wrapper {
    flex-flow: column;
  }

  .project-image-wrapper,
  .project-details-wrapper {
    width: 100%;
  }

  .project-main-image {
    transform: none;
  }

  .dark-layer.for--selected-projects {
    z-index: -1;
  }

  .selected-projects-collection {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: auto;
    max-width: 100vw;
    display: flex;
    overflow: auto;
  }

  .selected-projects-main-image {
    max-width: 19em;
    height: 250px;
  }

  .benefits-wrapper {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-flow: column;
    padding-left: 2em;
    padding-right: 2em;
  }

  .benefits-details-wrapper {
    grid-row-gap: 3em;
    width: 100%;
  }

  .benefits-image-holder {
    width: 100%;
  }

  .benefits-image {
    height: 65%;
    transform: none;
  }

  .little-frames-wrapper {
    display: none;
  }

  .project-wrapper {
    border-radius: 1em;
  }

  .project-item,
  .project-item:hover {
    flex: none;
    width: auto;
  }

  .project-name-wrapper {
    background-color: var(--dark-layer);
  }

  .licences-row {
    flex-flow: column;
  }

  .licences-grid {
    width: 100%;
  }

  .licences-text-box {
    width: 100%;
    padding-left: 0;
  }

  .styleguide-menu {
    top: 9em;
  }

  .style-guide-menu-row {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .services-collection-list {
    grid-template-columns: 1fr;
  }

  .footer-title-wrapper {
    width: 20%;
  }

  .clients-logo-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .clients-logo-wrapper.category-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .client-logo-image {
    width: 120px;
  }

  .global-dropdown-list {
    padding-top: 1.6em;
  }

  .content-wrapper-2 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 5.5rem;
  }

  h2 {
    font-size: 4rem;
  }

  h3 {
    font-size: 3.7rem;
    line-height: .8;
  }

  h4 {
    font-size: 3.3rem;
  }

  p {
    font-size: 1.1rem;
  }

  a {
    font-size: 1.3rem;
  }

  blockquote {
    font-size: 1rem;
    line-height: 1.5;
  }

  .content-wrapper {
    max-width: 95vw;
  }

  .brand {
    max-width: 145px;
  }

  .button-links.button {
    min-width: 145px;
  }

  .is--white.hide-on-mobile {
    display: none;
  }

  .menu-icon-wrap {
    width: 80px;
    height: 80px;
  }

  .animation-links.drop-menu-links {
    height: 4.2rem;
    font-size: 8rem;
  }

  .animation-links.drop-menu-footer-links {
    height: .8rem;
    font-size: 1.4rem;
  }

  .drop-menu-links-wrap {
    padding-top: 3em;
  }

  .large-h2,
  .large-h2.for--footer {
    font-size: 7rem;
  }

  .social-links-wrap {
    flex-flow: wrap;
  }

  .large-h1 {
    font-size: 6rem;
  }

  .hero-image-wrapper {
    margin-top: 2em;
  }

  .footer-main-grid {
    grid-row-gap: 5em;
    grid-template-columns: 1fr 1fr;
  }

  .lt-design,
  .rt-design,
  .rb-design,
  .lb-design {
    max-width: 50px;
  }

  .little-p {
    font-size: 1rem;
  }

  .spacer-large {
    padding-top: var(--mobile-separator);
    padding-bottom: var(--mobile-separator);
  }

  .spacer-large.more-space-for-tablet-and-under {
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .contact-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .members-name-text {
    font-size: 1rem;
  }

  .project-main-image {
    height: 300px;
  }

  .project-detail-rich-text {
    width: 1;
  }

  .project-details-image-grid,
  .selected-projects-collection {
    grid-template-columns: 1fr;
  }

  .selected-projects-main-image {
    max-width: 15em;
    height: 225px;
  }

  .benefit-number {
    font-size: 6rem;
  }

  .little-frames-wrapper.top-right-first {
    top: -3%;
  }

  .little-frames-wrapper.top-right-first.top-right-second {
    top: 3%;
  }

  .styleguide-menu {
    top: 7em;
  }

  .style-guide-title.is--orange.for--structure-classes {
    margin-bottom: 1em;
    font-size: 1.7rem;
  }

  .style-guide-colors-layout {
    width: 100%;
  }

  .clients-logo-wrapper {
    grid-row-gap: 8em;
    grid-template-columns: 1fr 1fr;
  }

  .clients-logo-wrapper.category-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .title-wrapper-flex {
    margin-bottom: 1em;
  }

  .global-dropdown-list {
    padding-top: 1.5em;
  }

  .accordion-p {
    font-size: 1rem;
  }

  .custom-page-fixed-block {
    padding-left: .35em;
    padding-right: .35em;
    right: 2.5%;
  }

  .content-wrapper-2 {
    max-width: 95vw;
  }

  .spacer-large-2 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .button-en-light {
    min-width: 70px !important;
    border: 1px solid var(--white);
    border-radius: 45px;
    justify-content: center;
    align-items: center;
    height: 30px !important;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .button-en {
    min-width: 70px !important;
    border: 1px solid var(--black);
    border-radius: 45px;
    justify-content: center;
    align-items: center;
    height: 30px !important;
    display: flex;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.2rem;
  }

  h2 {
    font-size: 1.5rem;
    line-height: .8;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  h4 {
    font-size: 2.3rem;
  }

  h5 {
    font-size: 2rem;
  }

  h6 {
    font-size: 1.7rem;
  }

  p {
    font-size: .9rem;
    line-height: 1.7;
  }

  a {
    font-size: 1.1rem;
  }

  .content-wrapper {
    padding-right: var(--mobile-padding-x);
    padding-left: var(--mobile-padding-x);
  }

  .brand-logo {
    max-width: 120px;
    max-height: 80px;
  }

  .service-number {
    font-size: 1em;
  }

  .button {
    min-width: 150px;
  }

  .button.mobile-none {
    display: none;
  }

  .global-small-text {
    font-size: .8rem;
  }

  .project-image-wrapper.w-inline-block.aos-init.aos-animate {
    margin-right: 0 !important;
  }

  .global-small-text.footer-copyright-text {
    width: 70%;
  }

  .global-small-text.for-title {
    font-size: 1rem;
  }

  .menu-icon-wrap {
    width: 44px;
    height: 44px;
  }

  .animation-links {
    height: 20px;
  }

  .animation-links.drop-menu-links {
    height: auto;
    font-size: 1.5rem;
  }

  .animation-links.drop-menu-footer-links {
    height: auto;
    font-size: 1.4rem;
  }

  .drop-menu-content {
    padding-top: 0;
  }

  .drop-menu-links-wrap {
    z-index: 5;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 60vh;
    padding-top: 2vh;
    display: flex;
    position: relative;
  }

  .drop-menu-links-wrapper {
    grid-row-gap: 4em;
    justify-content: flex-start;
    height: 80%;
    padding-top: .5em;
  }

  .drop-menu-footer {
    z-index: 0;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 2.5vw;
    bottom: 2%;
    left: 0%;
  }

  .drop-menu-social-links-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .large-h2 {
    margin-bottom: .5em;
    font-size: 2rem;
  }

  .large-h2.for--footer {
    font-size: 4rem;
  }

  .social-links-wrap {
    flex-flow: wrap;
  }

  .large-h1 {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .hero-image-wrapper {
    height: 220px;
  }

  .lt-design,
  .rt-design,
  .rb-design,
  .lb-design {
    max-width: 35px;
  }

  .little-p {
    font-size: .8rem;
  }

  .spacer-large.more-space-for-tablet-and-under {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .team-member {
    width: 90%;
  }

  .members-picture {
    width: 100%;
    height: 100%;
  }

  .close-icon-wrap {
    position: static;
    inset: auto auto 0% 0%;
  }

  .project-main-image {
    height: 250px;
  }

  .project-details-image {
    height: 140px;
  }

  .benefit-number {
    font-size: 3rem;
  }

  .little-frames-wrapper {
    display: none;
  }

  .styleguide-menu {
    top: 5em;
  }

  .style-guide-title.is--orange.for--structure-classes {
    font-size: 1.5rem;
  }

  .services-collection-list {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .service-main-image-for-services-page {
    height: 350px;
  }

  .clients-logo-wrapper {
    grid-row-gap: 7em;
  }

  .clients-logo-wrapper.category-wrapper {
    grid-template-columns: 1fr;
  }

  .client-logo-image {
    width: 85px;
  }

  .title-wrapper-flex {
    grid-column-gap: .7em;
    grid-row-gap: .7em;
  }

  .dropdown-circle {
    width: 20px;
    height: 20px;
  }

  .global-dropdown-list {
    padding-top: 1.5em;
  }

  .accordion-p {
    width: 90%;
    font-size: .85rem;
  }

  .global-dropdown {
    padding-left: 1em;
    padding-right: 1em;
  }

  .background-product-image {
    height: 50vh !important;
  }

  .plus-text {
    font-size: 1rem;
  }

  .content-wrapper-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .button-en-light {
    min-width: 70px !important;
    border: 1px solid var(--white);
    border-radius: 45px;
    justify-content: center;
    align-items: center;
    height: 30px !important;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .button-en {
    min-width: 70px !important;
    border: 1px solid var(--black);
    border-radius: 45px;
    justify-content: center;
    align-items: center;
    height: 30px !important;
    display: flex;
    position: relative;
    overflow: hidden;
  }
}


#w-node-_69f7be6d-59c7-4569-9f81-49cba779a820-febde2ec,
#w-node-_30b5d77c-996c-5ed1-d63c-19977cdb3085-c58b317e,
#w-node-_7d6c2702-4827-91b1-56a2-ebfae283bf66-c58b317e,
#w-node-dbeefe90-0b96-066f-d1b1-d5996df5e28b-c58b317e,
#w-node-_1926b7a8-9409-e0f3-ff1a-317d5be0017f-c58b317e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

/* extre codes */
.background-product-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  max-height: 1000px;
  position: relative;
  overflow: visible;

}

.button-en {
  min-width: 100px;
  border: 1px solid var(--black);
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media (min-width: 497px) and (max-width: 1280px) {
 .large-h1 {
  text-align: center;
  letter-spacing: .5rem;
  font-size: 5rem;
  line-height: 1.2;
}
}

.button-en-light {
  min-width: 100px;
  border: 1px solid var(--white);
  border-radius: 45px;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

@font-face {
  font-family: 'vazir';
  src: url('../fonts/Vazir-Bold-FD-WOL.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'vazir-thin';
  src: url('../fonts/Vazir-Thin-FD-WOL.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'vazir-medium';
  src: url('../fonts/Vazir-Medium-FD-WOL.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'vazir-light';
  src: url('../fonts/Vazir-Light-FD-WOL.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}