body {
  background-color: #000;
  direction: rtl;
  font-family: 'Noto Sans Hebrew', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 22px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

label {
  display: none;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 500;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  min-height: 200vh;
  padding: 64px 24px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.78)), to(rgba(0, 0, 0, 0.78))), url('../images/milad-fakurian-4x3jVxe0PiM-unsplash.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)), url('../images/milad-fakurian-4x3jVxe0PiM-unsplash.webp');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero.regualr-hero {
  min-height: auto;
  padding: 136px 24px 64px;
}

.page_wrapper {
  max-width: 100vw;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.25, .46, .45, .94);
}

.header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.header.fixed-header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000;
  display: none;
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.18);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.container.hero-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 90vh;
  max-width: 742px;
  margin-bottom: 490px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
}

.container.hero-content.regular-hero-content {
  position: static;
  height: auto;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.container.hero-content.regular-hero-content.companies-english {
  max-width: 770px;
}

.container.company-container {
  max-width: 1620px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragrph_large {
  padding-right: 0px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  line-height: 30px;
  font-weight: 200;
  letter-spacing: 1px;
}

.underline {
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.underline.dark {
  height: 2px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #000;
}

.brand {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(0, 0%, 86.7%, 0);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.nav-link {
  padding: 12px 24px;
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.fixed-navlink {
  color: #000;
}

.nav-link.language-mobile {
  display: none;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 124px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
}

.section.portfolio-section {
  background-color: #f3f3f3;
}

.section.cta-section {
  position: relative;
  padding-bottom: 148px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.81)), to(rgba(0, 0, 0, 0.81))), url('../images/milad-fakurian-5zfkHMkccjc-unsplash.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.81), rgba(0, 0, 0, 0.81)), url('../images/milad-fakurian-5zfkHMkccjc-unsplash.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.technology-company {
  background-color: #f3f3f3;
}

.section_title {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 64px;
  line-height: 82px;
  font-weight: 900;
  letter-spacing: 0px;
}

.section_title.white-color {
  margin-bottom: 12px;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.paragrph_large_dark {
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 1px;
}

.left_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.right_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 33%;
  min-width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.h1 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 64px;
  line-height: 74px;
  font-weight: 900;
  letter-spacing: 1px;
}

.divider_dark {
  height: 3px;
  margin-bottom: 8px;
  background-color: #000;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #000;
}

.content_hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 36px 24px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-decoration: none;
}

.main_link {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}

.featured-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.featured-content.portfolio-header {
  max-width: 1180px;
  margin-bottom: 36px;
}

.company-section {
  overflow: hidden;
  max-width: 100vw;
  padding-top: 64px;
  padding-bottom: 18px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: linear-gradient(0deg, #000, transparent);
}

.single-company-showcase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  min-width: 360px;
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/walling-SQIpFNb0Nk4-unsplash.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/walling-SQIpFNb0Nk4-unsplash.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.single-company-showcase.kamakura-background {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/giovanna-gomes-qeMfOXmDWpA-unsplash.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/giovanna-gomes-qeMfOXmDWpA-unsplash.webp');
}

.single-company-showcase.incharge {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/charlesdeluvio-FK81rxilUXg-unsplash.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/charlesdeluvio-FK81rxilUXg-unsplash.webp');
  background-size: auto, cover;
}

.single-company-showcase.pitmaster {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/omer-haktan-bulut-lujLCrCgeHA-unsplash.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/omer-haktan-bulut-lujLCrCgeHA-unsplash.webp');
}

.single-company-showcase.bayern {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/bayern-2.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/bayern-2.webp');
  background-size: auto, cover;
}

.single-company-showcase.sausage {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/amr-taha-KtbmX7bBR-U-unsplash.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/amr-taha-KtbmX7bBR-U-unsplash.webp');
}

.single-company-showcase.crypto {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/pr-media-iuU2aZdzp_M-unsplash.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/pr-media-iuU2aZdzp_M-unsplash.webp');
  background-size: auto, cover;
}

.single-company-showcase.kavanu {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/giorgio-trovato-wSpkThmoZQc-unsplash.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/giorgio-trovato-wSpkThmoZQc-unsplash.webp');
  background-size: auto, cover;
}

.single-company-showcase.tenly {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/AdobeStock_369895186.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/AdobeStock_369895186.webp');
}

.single-company-showcase.nft {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/simon-lee-ynmPY1MLwMs-unsplash.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/simon-lee-ynmPY1MLwMs-unsplash.webp');
}

.single-company-showcase.devworld {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/altumcode-FoTs3ntRoIs-unsplash.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/altumcode-FoTs3ntRoIs-unsplash.webp');
  background-size: auto, cover;
}

.company-showcase-logo {
  height: 76px;
}

.company-showcase-logo.larger-logo {
  height: 112px;
}

.company-showcase-logo.small-logo {
  height: 44px;
}

.company-showcase-logo.dev-world-logo {
  height: 56px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo {
  width: 212px;
}

.about-us-pictures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: -12px;
  margin-left: -12px;
}

.person-picture {
  width: 100%;
  border-radius: 8px;
  background-color: #e0e0e0;
}

.single-person-div {
  padding-right: 14px;
  padding-left: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.information {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}

.company-card {
  overflow: hidden;
  width: 100%;
  max-width: 270px;
  min-width: 360px;
  margin-bottom: 24px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 8px 36px 0 rgba(0, 0, 0, 0.04);
  direction: rtl;
}

.company-card.companies-card {
  min-width: 300px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
}

.company-card.companies-card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 8px 12px 0 rgba(0, 0, 0, 0.04);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.company-card-content {
  padding: 24px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.compyn-card-logo {
  height: 56px;
  max-width: 60%;
  margin-bottom: 12px;
  -o-object-fit: contain;
  object-fit: contain;
}

.compyn-card-logo.bigger-logo {
  height: 82px;
}

.company-card-container {
  position: relative;
  overflow: hidden;
  max-width: 100vw;
  margin-top: -32px;
  margin-bottom: -24px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.company-card-container.comapny-page {
  margin-bottom: -32px;
}

.company-card-image {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
}

.company-card-image.companies-page {
  height: 360px;
}

.company-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 95.3%, 0.85);
  opacity: 0;
  -webkit-transition: all 540ms cubic-bezier(.23, 1, .32, 1);
  transition: all 540ms cubic-bezier(.23, 1, .32, 1);
  color: #000;
  text-decoration: none;
}

.company-overlay:hover {
  opacity: 1;
}

.button-view-portfolio {
  padding: 12px 24px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: inset 0 -1px 1px 1px rgba(0, 0, 0, 0.19), 0 8px 12px 0 rgba(0, 0, 0, 0.24);
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
  cursor: pointer;
}

.button-view-portfolio:hover {
  box-shadow: inset 0 -1px 1px 1px rgba(0, 0, 0, 0.19), 0 18px 32px 0 rgba(0, 0, 0, 0.18);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.logo-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  direction: ltr;
}

.logo-component.comapny-page-component {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logo-component.food-companies {
  direction: rtl;
}

.logo-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-set.wrap-set {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-input {
  height: 56px;
  margin-bottom: 24px;
  padding-right: 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.18);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  -webkit-transition: all 80ms ease;
  transition: all 80ms ease;
  color: #fff;
}

.text-input:hover {
  border-style: solid;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.24);
}

.submit-button {
  width: 100%;
  height: 56px;
  border: 1px solid #000;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 80ms ease;
  transition: all 80ms ease;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}

.submit-button:hover {
  background-color: rgba(255, 255, 255, 0.82);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.contact-div {
  width: 100%;
}

.contactp {
  margin-bottom: 48px;
  color: #fff;
}

.contact-div-container {
  max-width: 590px;
  text-align: center;
}

.footer {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: hsla(0, 0%, 100%, 0.56);
  font-size: 12px;
}

.menu-fill-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.company-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.ltr-direction {
  direction: ltr;
}

@media screen and (min-width: 1440px) {
  .container.hero-content {
    max-width: 860px;
  }

  .paragrph_large {
    font-size: 20px;
    line-height: 32px;
  }

  .h1 {
    font-size: 82px;
    line-height: 98px;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    min-height: 100vh;
    padding-top: 112px;
  }

  .container.hero-content {
    position: static;
    margin-bottom: 0px;
  }

  .nav-link {
    display: none;
  }

  .nav-link.language-mobile {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .section_title {
    margin-bottom: 12px;
    font-size: 48px;
    line-height: 56px;
    font-weight: 300;
  }

  .paragrph_large_dark {
    font-size: 16px;
  }

  .left_content {
    width: 100%;
  }

  .right_content {
    max-width: 100%;
    min-width: auto;
    margin-left: 0px;
  }

  .featured-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .featured-content.portfolio-header {
    margin-bottom: 24px;
  }

  .header-logo {
    width: 178px;
  }

  .about-us-pictures {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .single-person-div {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .company-card.companies-card {
    max-width: 50%;
    min-width: 40%;
    margin-right: 12px;
    margin-left: 12px;
  }

  .menu-fill-width {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button.w--open {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .section_title {
    font-weight: 200;
  }

  .paragrph_large_dark {
    color: rgba(0, 0, 0, 0.64);
    font-size: 14px;
    line-height: 24px;
  }

  .h1 {
    font-size: 56px;
    line-height: 68px;
  }

  .divider_dark {
    height: 1px;
    margin-bottom: 12px;
  }

  .single-person-div {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .company-card.companies-card {
    max-width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .company-card-container.comapny-page {
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .section_title {
    font-weight: 200;
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}