@font-face {
  font-family: Narkissblock;
  src: url('../fonts/NarkissBlock-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Narkissblock;
  src: url('../fonts/NarkissBlock-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

:root {
  --silver: #bebebe;
  --white: white;
  --cadet-blue: #58afbd;
  --dark-orange: #ff9500;
  --chocolate: #d75501;
  --black: black;
}

body {
  color: var(--silver);
  background-color: #1d1d1d;
  font-family: Narkissblock, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.8em;
  font-weight: 700;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.4em;
}

a {
  color: #fff;
  text-decoration: none;
}

.body {
  color: var(--white);
  background-color: #000;
  line-height: 1.2em;
  text-decoration: none;
}

.logo_div {
  max-width: 200px;
  margin-right: 20px;
  padding-top: 10px;
}

.nav_bar {
  background-color: #0000;
}

.nav_bar.inner {
  z-index: 10;
  background-image: linear-gradient(#000, #0000);
  width: 100%;
  height: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_link {
  color: var(--cadet-blue);
  text-align: center;
  background-color: #1d1d1d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav_link:hover {
  border-bottom-color: var(--white);
  color: var(--white);
}

.nav_link.inner {
  color: var(--white);
  flex-direction: column;
  align-items: center;
  margin: 20px auto;
  font-size: 1.5em;
  line-height: 1.2%;
}

.nav_link.inner:hover {
  color: var(--cadet-blue);
}

.nav_block {
  z-index: 6;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.video_sec {
  min-height: 100vh;
}

.video_bg {
  background-image: linear-gradient(#0000 50%, #000), url('../images/prtn-sqr3.png');
  background-position: 0 0, 0 0;
  background-size: auto, 18px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.typo_block {
  z-index: 3;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.type_1 {
  font-size: 2em;
  line-height: 1em;
}

.h_main_title {
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 700;
  line-height: .8;
}

.h_main_title.lower {
  margin-top: -4px;
  margin-bottom: 40px;
}

.slider {
  color: #fff;
  background-color: #0000;
  width: 100%;
}

.slide {
  background-color: #0000;
  width: 25%;
}

.word_slide {
  background-color: #0000;
}

.word_slider {
  background-color: #ddd0;
  width: 100%;
  max-width: 800px;
  height: 80px;
}

.word_div {
  justify-content: flex-start;
  display: flex;
}

.word_slidenav, .word-arrow {
  display: none;
}

.button {
  border: 1px none var(--dark-orange);
  color: var(--dark-orange);
  text-transform: lowercase;
  background-color: #000;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 40px;
  font-weight: 700;
  transition: background-color .4s cubic-bezier(.023, .284, .25, 1);
}

.button:hover {
  background-color: var(--dark-orange);
  color: #000;
}

.button.orange {
  color: var(--white);
  background-color: #f99d15;
  background-image: linear-gradient(to right, #d75501, #fea500);
  border-color: #000;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 700;
}

.button.orange.side {
  z-index: 5;
  background-color: var(--cadet-blue);
  background-image: linear-gradient(to right, var(--chocolate), var(--dark-orange));
  color: #fff;
  border-style: none;
  margin-right: -19px;
  font-weight: 700;
  position: fixed;
  inset: auto 0% 10vh auto;
}

.button.orange.side.w--current {
  background-image: linear-gradient(to right, var(--chocolate), var(--dark-orange));
}

.button.big {
  text-transform: lowercase;
  border-radius: 20px;
  margin-top: 40px;
  font-size: 1.1em;
}

.button.second {
  margin-left: 20px;
}

.button.blue {
  color: var(--cadet-blue);
}

.button.blue:hover {
  background-color: var(--white);
  color: var(--black);
}

.button.blue.w--current {
  color: var(--cadet-blue);
}

.button.blue.w--current:hover {
  color: var(--white);
}

.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;
  width: 260px;
  display: flex;
}

.page_title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Narkissblock, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1em;
}

.sec_pageinfo {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 30px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.sec_pageinfo.left {
  background-image: none;
  border-radius: 6px;
  align-items: flex-start;
}

.sec_pageinfo.first {
  background-image: none;
  align-items: center;
  min-height: 90vh;
  padding-top: 80px;
}

.sec_pageinfo.first.blue {
  background-color: var(--cadet-blue);
  background-image: url('../images/cyber-WS-ptrn-Current-View.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: auto;
}

.sec_pageinfo.project {
  background-image: radial-gradient(circle at 50% 100%, #000, #0000 55%, #000), url('../images/lines-mask2.png'), radial-gradient(circle at 50% 100%, #f99d15 51%, #000);
  background-position: 0 0, 50% 100%, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, 360px, auto;
  background-attachment: scroll, fixed, scroll;
  align-items: center;
  padding-top: 100px;
}

.sec_pageinfo.title {
  background-image: none;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.sec_pageinfo.info {
  background-image: url('../images/dots_mask-1.png');
  background-position: 0 0;
  background-size: 25px;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.sec_pageinfo.gray {
  background-color: #2e2e2e;
  background-image: none;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
}

.proj_clms {
  background-image: url('../images/stripes-big-ptrn.png');
  background-position: 50%;
  background-size: 360px;
  background-attachment: fixed;
  align-items: center;
  height: 88%;
  margin: 20px;
  padding: 20px;
  display: flex;
  position: relative;
}

.proj_clms.heb {
  direction: rtl;
  text-align: right;
}

.proj_box_img {
  transform: scale(1.2);
}

.proj_box_typo {
  background-color: #000;
  border-radius: 10px;
  flex-direction: column;
  margin-left: 51px;
  padding: 10px 10px 10px 20px;
  display: flex;
}

.proj_name {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.8em;
}

.proj_box_txt {
  opacity: .72;
  text-align: center;
  font-size: .9em;
  line-height: 1.2em;
}

.proj_box_txt.half {
  opacity: 1;
  color: var(--white);
  max-width: 60ch;
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.4em;
}

.proj_box_txt.heb {
  direction: rtl;
  color: var(--white);
  text-align: center;
  max-width: 60ch;
  margin-bottom: 20px;
  font-size: 1em;
  line-height: 1.4em;
}

.info_block {
  z-index: 3;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  display: flex;
  position: relative;
}

.sec_title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suez One, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1em;
}

.sec_title.heb {
  direction: rtl;
}

.icon_box {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.icon_box.heb {
  direction: rtl;
  letter-spacing: .4px;
  font-size: 20px;
}

.icon_txt {
  opacity: .7;
  text-align: center;
  margin-top: 20px;
  font-family: Suez One, sans-serif;
  position: absolute;
  inset: auto 0% 9%;
}

.slide_nav_strokes {
  height: 5px;
  margin-bottom: -17px;
  padding-top: 0;
  font-size: 25px;
  overflow: hidden;
}

.project_header {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  padding-top: 40px;
  display: flex;
}

.proj_header_img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.projh_typ_block {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.projh_typ_block.heb {
  direction: rtl;
}

.tag_link {
  opacity: .7;
  color: #fffc;
  background-color: #000;
  border: 1px solid #ffffff85;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: .8em;
  transition: background-color .4s;
}

.tag_link:hover {
  background-color: var(--white);
  opacity: 1;
  color: #000c;
  box-shadow: 0 0 14px #fffc;
}

.color_line {
  background-color: var(--cadet-blue);
  background-image: linear-gradient(270deg, #ffd00000, #ff9d00);
  width: 40px;
  height: 3px;
  margin: 20px auto;
}

.bread_crmbs {
  opacity: 1;
  color: var(--white);
  background-color: #000;
  padding: 10px 20px;
  font-weight: 700;
  position: static;
  top: 20px;
}

.bread_txt {
  color: var(--cadet-blue);
  letter-spacing: .5em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}

.sec_contact {
  background-color: #000;
  justify-content: center;
  min-height: 50vh;
  padding: 60px 20px;
  display: flex;
}

.form_block {
  background-color: #000000eb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.text_field {
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border: 0 #000;
  border-bottom: 1px dotted #ffffff80;
  min-width: 400px;
  height: 44px;
  margin-bottom: 40px;
  font-size: 1.2em;
  line-height: 1em;
  overflow: hidden;
}

.field_text {
  opacity: .6;
  color: var(--white);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: -5px;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.2em;
}

.success_form {
  background-color: #ddd0;
}

.two_block {
  justify-content: center;
  max-width: 1000px;
  display: flex;
}

.two_block.heb {
  direction: rtl;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.color_block {
  background-color: var(--cadet-blue);
  text-align: center;
  background-image: linear-gradient(#58afbda3, #58afbda3), url('../images/white-ar-ptrn-left.png');
  background-position: 0 0, 0 0;
  background-size: auto, 360px;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 48%;
  margin-left: 40px;
  padding: 20px 30px;
  display: flex;
  transform: rotate(0);
}

.color_block.heb {
  width: 48%;
  margin-left: 0;
  margin-right: 2%;
}

.big_title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
}

.big_title.med {
  padding-left: 0;
  padding-right: 0;
  font-size: 60px;
}

.big_title.black {
  color: #000;
}

.left_arrow {
  margin-left: -66px;
  display: none;
}

.right_arrow {
  margin-right: -66px;
  display: none;
}

.shape_div_left {
  z-index: 1;
  opacity: .65;
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  margin-top: -30vh;
  margin-bottom: -30vh;
  display: flex;
  position: relative;
}

.shape_div_left.lower {
  justify-content: center;
}

.title_block {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.title_block.heb {
  direction: rtl;
}

.title_block.med {
  margin-top: 77px;
}

.nav_menu {
  z-index: 5;
  background-color: #1d1d1d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 0;
  margin-top: 0;
  padding-top: 71px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.menu_box {
  z-index: 6;
  color: var(--cadet-blue);
  background-image: url('../images/nav_open.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  width: 80px;
  height: 65px;
  padding: 0;
}

.menu_box.w--open {
  background-color: #1d1d1d;
  background-image: url('../images/nav_close.svg');
  transition: all .2s ease-in-out;
}

.footer {
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 40px 20px;
  display: flex;
}

.footer.heb {
  direction: rtl;
}

.footer_next {
  opacity: 1;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.2em;
  display: flex;
}

.footer_next.faded {
  opacity: .5;
}

.logo_mov_sec {
  justify-content: center;
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lottie-tst {
  width: 50vw;
}

.menu_cont_div.heb {
  direction: rtl;
  text-align: center;
}

.morph_vid {
  background-image: url('../images/prtn-sqr3.png'), linear-gradient(to top, #000 5%, #0000);
  background-position: 0 0, 0 0;
  background-size: 18px, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
}

.morph_vid.blue {
  background-image: url('../images/prtn-sqr3.png'), linear-gradient(to top, #000 5%, #0000);
  background-position: 0 0, 0 0;
  background-size: 18px, auto;
}

.client_box {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  max-height: 100px;
  margin: 22px 10px 0;
  padding: 20px;
  display: flex;
}

.clients_slider_div {
  width: 100%;
}

.logos_slider {
  z-index: 5;
  background-color: #0000;
  justify-content: center;
  width: 95%;
  max-width: 1200px;
  height: 250px;
  display: flex;
}

.logos_slide {
  width: 20%;
}

.contact_text {
  color: #000;
  margin-top: 10px;
}

.footer_links_cont {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer_link {
  color: var(--cadet-blue);
  margin: 10px 20px 10px 0;
  line-height: 20px;
  display: block;
}

.footer_link:hover {
  color: var(--white);
}

.footer_link.white {
  opacity: .8;
  color: #fff;
  display: block;
}

.footer_link.heb {
  margin-left: 20px;
  margin-right: 0;
}

.footer_block {
  line-height: 1.5;
}

.footer_text {
  opacity: .4;
  color: #fff;
}

.footer_text.bold {
  opacity: .4;
  text-transform: capitalize;
  font-weight: 700;
}

.big_shape {
  opacity: .5;
}

.big_shape.lower {
  margin-top: 30vh;
  transform: scale(.7);
}

.list_projects {
  width: 100%;
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.add_sec {
  text-align: center;
  margin-top: -40px;
  margin-bottom: 60px;
  padding-left: 2%;
  padding-right: 2%;
}

.tag_list {
  text-align: center;
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tag_list.heb {
  direction: rtl;
  padding-right: 0;
}

.tag_list_item {
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.clients_list {
  flex-wrap: wrap;
  place-content: flex-start center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 1%;
  display: flex;
}

.clients_list.heb {
  flex-direction: row-reverse;
}

.client_item {
  justify-content: center;
  align-items: center;
  width: 23%;
  max-height: 100px;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
}

.client_link {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  overflow: hidden;
}

.content_group {
  min-width: 46%;
  max-width: 680px;
  margin-left: 20px;
  margin-right: 20px;
}

.content_group.img {
  position: sticky;
  top: 0;
}

.content_tag_list {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.content_tag_item {
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
}

.content_tag_item.heb {
  margin-left: 10px;
  margin-right: 0;
}

.content_pract_list {
  flex-wrap: wrap;
  place-content: flex-start;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 0;
  display: flex;
}

.content_pract_list.heb {
  padding-right: 0;
}

.practice_link {
  opacity: 1;
  color: #fffc;
  text-align: center;
  background-color: #000;
  border: 1px solid #ffffff85;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 8px 10px 6px;
  line-height: 1.1em;
  transition: background-color .4s;
  display: flex;
}

.practice_link:hover {
  background-color: var(--white);
  opacity: 1;
  color: #000c;
  box-shadow: 0 0 14px #fffc;
}

.practice_ic_block {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 50px;
  height: 50px;
  margin-top: 8px;
  margin-bottom: 10px;
  display: flex;
}

.content_pract_item {
  width: 31%;
  margin-bottom: 10px;
  margin-right: 2%;
}

.content_pract_item.heb {
  margin-left: 2%;
  margin-right: 0%;
}

.content_insert {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.content_insert.heb {
  direction: rtl;
}

.proj_link_box {
  z-index: 3;
  border-radius: 6px;
  width: 100%;
  max-width: 900px;
  position: relative;
}

.proj_color {
  opacity: .32;
  background-color: #56aebf;
  border-radius: 6px;
  position: absolute;
  inset: 0%;
}

.hor_links {
  align-items: center;
  display: flex;
}

.sec-med-slider {
  z-index: 2;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.website_link {
  color: var(--cadet-blue);
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

.website_link:hover {
  color: var(--white);
  text-decoration: none;
}

.body_heb {
  color: var(--white);
  background-color: #000;
  line-height: 1.2em;
  text-decoration: none;
}

.b_zion {
  background-color: var(--white);
  text-align: center;
}

.b_zion_link {
  margin-left: 0;
  display: inline-block;
}

.b_zion_sec {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.b_zion_pict {
  width: 100%;
  min-width: 100%;
  height: 100%;
}

.nav_lang {
  color: var(--white);
  cursor: pointer;
  margin-top: 20px;
  transition: all .2s;
  position: absolute;
  right: 90px;
}

.nav_lang:hover {
  color: var(--dark-orange);
}

.client_logo {
  object-fit: contain;
  width: 76%;
  max-width: none;
  height: 80%;
}

@media screen and (min-width: 1440px) {
  .body {
    font-size: 22px;
  }

  .logo_div {
    width: 100%;
    max-width: 500px;
  }

  .nav_bar.inner {
    height: 100px;
  }

  .nav_link.inner {
    margin-bottom: 40px;
  }

  .h_main_title.lower {
    margin-top: 10px;
  }

  .slider {
    width: 100%;
    max-width: 900px;
  }

  .word_slider {
    max-width: 1000px;
  }

  .sec_pageinfo.first.blue {
    background-image: url('../images/3d-logo-blueBG-PTRN-3.png');
    background-position: 0%;
  }

  .sec_pageinfo.gray {
    padding-top: 60px;
  }

  .proj_name {
    font-size: 1.8em;
  }

  .proj_box_txt.half, .proj_box_txt.heb {
    direction: ltr;
    font-size: 1em;
    line-height: 1.4em;
  }

  .info_block {
    max-width: 1200px;
  }

  .sec_title {
    font-size: 2em;
  }

  .icon_txt {
    text-align: center;
  }

  .field_text {
    font-size: .8em;
    line-height: 1.2em;
  }

  .big_title {
    font-size: 100px;
  }

  .big_title.med {
    font-size: 4em;
  }

  .shape_div_left {
    padding-left: 10vw;
  }

  .title_block {
    margin-top: 40px;
  }

  .title_block.med {
    margin-top: 126px;
  }

  .footer_next, .footer_next.faded {
    font-size: 1em;
    line-height: 1.2em;
  }

  .footer_links_cont {
    padding-right: 0;
  }

  .clients_list {
    align-content: flex-start;
  }

  .sec-med-slider {
    justify-content: center;
  }

  .website_link {
    color: var(--cadet-blue);
    margin-bottom: 40px;
    font-size: 1em;
    font-weight: 700;
  }

  .website_link:hover {
    text-decoration: none;
  }

  .body_heb {
    font-size: 22px;
  }

  .nav_lang {
    margin-top: 16px;
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: .9em;
  }

  .video_bg {
    flex-direction: column;
  }

  .typo_block {
    align-items: center;
    width: 100%;
  }

  .type_1 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }

  .h_main_title {
    justify-content: center;
    display: flex;
  }

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

  .word_slider {
    width: 100%;
  }

  .word_div {
    justify-content: center;
  }

  .page_title {
    font-size: 2em;
  }

  .sec_pageinfo {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .info_block {
    max-width: none;
  }

  .proj_header_img {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .projh_typ_block {
    margin-top: 0;
  }

  .bread_txt {
    font-size: 16px;
  }

  .sec_contact {
    text-align: center;
  }

  .form_block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text_field {
    min-width: auto;
  }

  .color_block {
    width: 50%;
  }

  .big_title {
    font-size: 68px;
  }

  .left_arrow {
    margin-left: 0;
    display: none;
  }

  .right_arrow {
    margin-right: 0;
    display: none;
  }

  .menu_box {
    width: 70px;
    height: 60px;
  }

  .logos_slide {
    width: 25%;
  }

  .client_item {
    width: 31%;
  }

  .practice_ic_block {
    width: 40px;
    height: 40px;
  }

  .content_pract_item {
    font-size: 16px;
  }

  .content_pract_item.heb {
    margin-bottom: 2%;
    font-size: 15px;
  }

  .proj_link_box {
    margin-right: 0;
  }

  .b_zion_pict {
    object-fit: scale-down;
  }

  .nav_lang {
    margin-top: 18px;
    right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .h_main_title {
    font-size: 2em;
  }

  .h_main_title.lower {
    text-align: center;
    margin-top: -18px;
  }

  .slide {
    width: 50%;
  }

  .word_slider {
    max-width: 95vw;
    margin-top: 5px;
  }

  .button.orange.side {
    display: none;
  }

  .sec_pageinfo {
    padding-bottom: 30px;
  }

  .sec_pageinfo.first {
    padding-left: 20px;
    padding-right: 20px;
  }

  .proj_box_typo {
    margin-left: 10px;
  }

  .proj_box_txt.half {
    text-align: center;
    max-width: none;
  }

  .proj_box_txt.heb {
    max-width: none;
  }

  .proj_header_img {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sec_contact {
    text-align: center;
  }

  .color_block {
    margin-left: 10px;
  }

  .big_title {
    font-size: 3em;
  }

  .title_block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .logos_slide {
    width: 33%;
  }

  .footer_links_cont {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer_link {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 18px;
  }

  .footer_link.white {
    margin-bottom: 10px;
  }

  .footer_link.heb {
    margin-left: 15px;
    margin-right: 15px;
    display: block;
  }

  .footer_block {
    text-align: center;
    width: 80%;
  }

  .footer_text {
    margin-bottom: 5px;
  }

  .clients_list {
    padding-left: 3%;
    padding-right: 3%;
  }

  .client_item {
    width: 46%;
    margin-bottom: 4%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .footer_credit {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .content_group {
    margin-bottom: 4vw;
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .content_group.img {
    position: static;
  }

  .content_pract_list {
    width: 101%;
  }

  .practice_link {
    padding: 1vw;
  }

  .practice_ic_block {
    width: 6vw;
    height: 6vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .content_pract_item {
    width: 23%;
    margin-bottom: 1vw;
  }

  .content_insert {
    flex-direction: column;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .b_zion_sec {
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.6em;
    line-height: 1em;
  }

  h3 {
    font-size: 1.4em;
  }

  h4 {
    margin-bottom: 5px;
    font-size: 1.1em;
    line-height: 1em;
  }

  p {
    margin-bottom: 15px;
    line-height: 1.2em;
  }

  .nav_bar.inner {
    height: 150px;
  }

  .typo_block, .type_1 {
    text-align: center;
  }

  .h_main_title {
    text-align: center;
    font-size: 1.1em;
  }

  .h_main_title.lower {
    text-align: center;
    margin-top: 0;
  }

  .slide {
    width: 100%;
  }

  .word_slider {
    max-width: 95vw;
    height: 40px;
    margin-top: 10px;
  }

  .button.orange.side {
    display: none;
  }

  .sec_pageinfo {
    padding-bottom: 80px;
  }

  .sec_pageinfo.left {
    margin-bottom: 0;
  }

  .sec_pageinfo.first.blue {
    background-position: 0%;
    background-attachment: scroll;
  }

  .sec_pageinfo.project {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .proj_clms {
    flex-direction: column;
    margin: 10px;
    padding: 10px 10px 20px;
  }

  .proj_box_img {
    margin-top: -60px;
    margin-bottom: 35px;
  }

  .proj_box_typo {
    text-align: center;
    border-radius: 5px;
    margin-left: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
  }

  .proj_name {
    font-size: 1.6em;
  }

  .proj_box_txt.half {
    font-size: .9em;
  }

  .proj_box_txt.half.blue {
    color: #000;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .proj_box_txt.heb {
    font-size: .9em;
  }

  .info_block {
    text-align: center;
  }

  .sec_title {
    line-height: 1.2em;
  }

  .icon_box {
    width: auto;
  }

  .slide_nav_strokes {
    font-size: 12px;
  }

  .proj_header_img {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tag_link {
    font-size: 1em;
  }

  .sec_contact {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .form_block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text_field {
    height: 44px;
    max-height: none;
  }

  .two_block {
    flex-direction: column-reverse;
  }

  .color_block {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 60px 20px;
  }

  .color_block.heb {
    width: auto;
  }

  .big_title {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2.8em;
  }

  .big_title.med {
    margin-bottom: 10px;
    font-size: 52px;
    line-height: 1em;
  }

  .left_arrow {
    margin-left: 60px;
  }

  .right_arrow {
    margin-right: 60px;
  }

  .footer {
    flex-direction: column;
  }

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

  .client_box {
    max-width: 120px;
    margin-left: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .logos_slide {
    width: 50%;
  }

  .footer_links_cont {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer_link {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .footer_link.heb {
    margin-left: 0;
    margin-right: 0;
  }

  .footer_block {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 94%;
    display: flex;
  }

  .clients_list {
    justify-content: center;
    padding-left: 4.5%;
    padding-right: 4.5%;
  }

  .client_item {
    width: 44%;
    max-height: 24vw;
    margin-bottom: 6%;
    margin-left: 3%;
    margin-right: 3%;
    padding-left: 0;
    padding-right: 0;
  }

  .client_link {
    border-radius: 3vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .footer_credit {
    margin-top: 40px;
  }

  .content_tag_list {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .content_pract_list {
    width: 103%;
  }

  .practice_link {
    padding: 3vw 2vw 2vw;
  }

  .practice_ic_block {
    width: 12vw;
    height: 12vw;
    margin-top: 2vw;
    margin-bottom: 3vw;
  }

  .content_pract_item {
    width: 47%;
    margin-bottom: 3vw;
    margin-right: 3%;
  }

  .content_pract_item.heb {
    font-size: 16px;
  }

  .content_insert {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .nav_lang {
    display: none;
  }

  .client_logo {
    width: 86%;
    height: 90%;
  }
}


@font-face {
  font-family: 'Narkissblock';
  src: url('../fonts/NarkissBlock-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Narkissblock';
  src: url('../fonts/NarkissBlock-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}