@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,800&subset=hebrew");
a,
input,
select,
textarea,
button {
  border: 1px dashed transparent;
}
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  border: 1px dashed #b0bec5;
}

#zuka-accessibility {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 0 15px;
  background: #cfd8dc;
  border-radius: 20px 0 0 0;
  z-index: 26081986;
}
#zuka-accessibility .accessibility-menu-btn {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  font-size: 25px;
  margin: 10px 0 10px auto;
  border-radius: 10px;
  gap: 10px;
}
#zuka-accessibility .accessibility-menu-btn span {
  display: none;
}
#zuka-accessibility .accessibility-menu-btn i {
  font-size: 35px;
}
#zuka-accessibility menu {
  display: none;
}
#zuka-accessibility menu menuitem p {
  margin: 2px;
  padding-top: 5px;
  font-size: 20px;
  font-weight: 700;
  border-top: 1px solid;
}
#zuka-accessibility menu menuitem figure {
  display: flex;
  margin-bottom: 15px;
}
#zuka-accessibility menu menuitem figure label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  margin: 2px;
  color: #37474f;
  background: #eceff1;
  cursor: pointer;
}
#zuka-accessibility menu menuitem figure label:hover, #zuka-accessibility menu menuitem figure label:focus {
  background: white;
}
#zuka-accessibility menu menuitem figure label i {
  font-size: 25px;
  margin-bottom: 5px;
}
#zuka-accessibility menu menuitem figure label input {
  background: transparent;
  white-space: normal;
  line-height: 1;
}
#zuka-accessibility menu menuitem figure label input:hover, #zuka-accessibility menu menuitem figure label input:focus {
  outline: none;
  text-decoration: underline;
  border: 1px dashed #b0bec5;
}

#zuka-accessibility.onSide {
  background: transparent;
  padding: 0;
}
#zuka-accessibility.onSide .accessibility-menu-btn {
  color: #cfd8dc;
  background: transparent;
  margin: 0;
  padding: 2px;
}
#zuka-accessibility.onSide .accessibility-menu-btn i {
  background: #37474f;
  border-radius: 50%;
}

#zuka-accessibility.accessibility-open {
  display: block;
}
#zuka-accessibility.accessibility-open .accessibility-menu-btn span {
  display: inline-block;
}
#zuka-accessibility.accessibility-open menu {
  display: block;
}

.font-content #zuka-accessibility menu menuitem figure label[for=font-content] {
  background: #607d8b;
  color: white;
}
.font-content #zuka-accessibility menu menuitem figure label[for=font-content] input {
  color: white;
}
.font-content body {
  font-family: "arial", "sans-serif" !important;
}

.links-content #zuka-accessibility menu menuitem figure label[for=links-content] {
  background: #607d8b;
  color: white;
}
.links-content #zuka-accessibility menu menuitem figure label[for=links-content] input {
  color: white;
}
.links-content a,
.links-content .btn-main {
  color: red !important;
  text-decoration: underline !important;
}

.light-contrast #zuka-accessibility menu menuitem figure label[for=light-contrast] {
  background: #607d8b;
  color: white;
}
.light-contrast #zuka-accessibility menu menuitem figure label[for=light-contrast] input {
  color: white;
}
.light-contrast body,
.light-contrast h1,
.light-contrast h2,
.light-contrast h3,
.light-contrast .btn-main,
.light-contrast .btn-sec,
.light-contrast .btn-submit {
  color: gray !important;
}
.light-contrast img {
  -webkit-filter: grayscale(100%) !important;
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) !important;
}
.light-contrast a {
  color: black !important;
}

.hard-contrast #zuka-accessibility menu menuitem figure label[for=hard-contrast] {
  background: #607d8b;
  color: white;
}
.hard-contrast #zuka-accessibility menu menuitem figure label[for=hard-contrast] input {
  color: white;
}
.hard-contrast body,
.hard-contrast footer,
.hard-contrast h2 {
  background: black !important;
  color: yellow !important;
}
.hard-contrast h1,
.hard-contrast button {
  color: yellow !important;
}
.hard-contrast img,
.hard-contrast .contact-page {
  -webkit-filter: invert(100%) !important;
  /* Safari 6.0 - 9.0 */
  filter: invert(100%) !important;
}

.large-view #zuka-accessibility menu menuitem figure label[for=large-view] {
  background: #607d8b;
  color: white;
}
.large-view #zuka-accessibility menu menuitem figure label[for=large-view] input {
  color: white;
}
.large-view body {
  zoom: 1.2;
}

.xlarge-view #zuka-accessibility menu menuitem figure label[for=xlarge-view] {
  background: #607d8b;
  color: white;
}
.xlarge-view #zuka-accessibility menu menuitem figure label[for=xlarge-view] input {
  color: white;
}
.xlarge-view body {
  zoom: 1.5;
}
.xlarge-view body #zuka-accessibility {
  zoom: 0.8;
}

/*


 ************************
 *                      *
 *       zukalize       *      **********  **********  **********
 *   Created By #zuka   *      *           *           *
 *                      *      *           **********  **********
 *       Version:       *      *                    *           *
 *         26.8         *      **********  **********  **********
 *                      *
 ************************

 *                                                                                  *
 *  Based on normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css  *
 *                                                                                  *


*/
* {
  transition: all 0.5s ease;
  box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: 1.3;
  min-height: 100vh;
  overflow-x: hidden;
}

footer {
  margin-top: auto;
}

a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
a:active, a:hover {
  outline-width: 0;
}
a:hover, a:focus, a:active, a:visited {
  color: inherit;
}

b,
strong {
  font-weight: bolder;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

input,
select,
textarea {
  width: 100%;
  font-size: inherit;
  font-family: inherit;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

menu {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

i {
  text-align: center;
}

sub,
sup {
  font-size: 75%;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

small {
  font-size: 80%;
}

kbd,
pre,
code,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

mark {
  background-color: #ff0;
  color: black;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  box-sizing: content-box;
  overflow: visible;
  height: 0;
}

/*

  Created By
                                                                     ***
                                                                     ***
                 ***       ***       ************    ***      ***    ***      ***    **********     ***
                ***       ***        **      ***     ***      ***    ***     ***    ***      ***     ***
           ********************             ***      ***      ***    ***    ***              ***      ***
              ***       ***                ***       ***      ***    ***   ***               ***       ***
             ***       ***                ***        ***      ***    ***  ***        ***********        ***
            ***       ***                ***         ***      ***    ***   ***      ***      ***       ***
        *******************             ***          ***      ***    ***    ***     ***      ***      ***
          ***       ***                ***     **    ***     ****    ***     ***    ***      ***     ***
         ***       ***                ***********    ******** ***    ***      ***    ********  **   ***


*/
h1 {
  font-weight: 200;
  font-size: 40px;
  margin: 0;
  line-height: 1;
}

h2 {
  font-weight: 800;
  font-size: 45px;
  margin: 70px 0 50px;
  line-height: 1;
  color: #37474f;
}
h2 span {
  font-weight: 200;
}

h3 {
  font-weight: 800;
  font-size: 30px;
  margin: 20px 0;
  line-height: 1;
  color: #37474f;
}
h3 span {
  font-weight: 300;
  font-size: 20px;
  display: block;
}

h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin: 10px 0 5px;
}

h5 {
  font-weight: 800;
  font-size: 20px;
  margin: 0;
  line-height: 1;
}

h6 {
  font-weight: 200;
  font-size: 13px;
  margin: 10px 0;
}

b {
  font-weight: 600;
}

strong {
  font-weight: 800;
}

blockquote {
  display: inline-table;
  margin: 20px 0;
  font-weight: 600;
}

body {
  direction: rtl;
  font-family: "Assistant", sans-serif;
  font-weight: 200;
  font-size: 17px;
  color: #616161;
}

footer {
  background: #37474f;
  color: #fff;
  padding: 15px 0 12px;
}

section {
  padding: 20px 0;
  outline: none;
}

figure {
  display: flex;
}

a[data-target=link] {
  text-decoration: underline;
  color: #37474f;
}
a[data-target=link]:hover {
  opacity: 0.3;
}

svg {
  height: 100%;
}

button {
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  direction: inherit;
  white-space: nowrap;
  padding: 10px 20px;
  border-radius: 50px;
  background: #37474f;
  color: #FFF;
}

::-moz-selection {
  background: #b2dfdb;
}

::selection {
  background: #b2dfdb;
}

.logo-zuka {
  justify-content: center;
}
.logo-zuka svg {
  height: 100px;
}
.logo-zuka .zuka-letters {
  fill: #37474f;
}
.logo-zuka .hash-icon,
.logo-zuka .end-arrow,
.logo-zuka .slogan {
  fill: #b0bec5;
}

.no-slogen g .slogan {
  display: none;
}

.negative-color .zuka-letters {
  fill: #eceff1;
}

footer {
  margin-top: 40px;
}
footer figure {
  align-items: center;
  justify-content: space-between;
}
footer .logo-zuka svg {
  height: 40px;
}
footer .contact-links {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto 0 20px;
}
footer .contact-links li {
  margin: 0 5px;
}
footer .contact-links li a {
  background: #FFF;
  color: #37474f;
  border-radius: 50px;
  padding: 3px;
  opacity: 0.2;
  transition: all 1.5s ease;
}
footer .contact-links li a:hover, footer .contact-links li a:focus {
  opacity: 1;
}

.fixed-image {
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100vw;
  z-index: -1;
}
.fixed-image .logo-zuka {
  transform: translate(-80px, -120px) scale(1.5);
}
.fixed-image .logo-zuka svg {
  -webkit-box-reflect: below -44px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.2)));
}

.front-page .site {
  padding-top: 650px;
}

.copyright {
  text-align: center;
  padding: 5px;
  font-size: 13px;
  background: #263238;
  color: white;
}

.homepage {
  background: white;
}
.homepage .polygon-background {
  color: #FFF;
  background: #37474f;
  position: relative;
  padding: 0 0 70px;
}
.homepage .polygon-background .polygon {
  position: absolute;
  width: 100%;
  top: -130px;
  height: 140px;
  background: #37474f;
  clip-path: polygon(0 85%, 100% 0, 100% 100%, 0% 100%);
}
.homepage .polygon-background h1 {
  transform: translateY(-40px);
}
.homepage .about-zuka {
  justify-content: space-between;
}
.homepage .about-zuka .content {
  width: 60%;
}
.homepage .about-zuka .content b {
  margin: 40px 0 0;
  display: block;
  font-size: 4vw;
  font-weight: 800;
  line-height: 1.1;
  color: #b0bec5;
}
.homepage .about-zuka .content b span {
  font-size: 1.8vw;
  font-weight: 300;
  display: block;
}
.homepage .about-zuka .content b span span {
  display: inline;
}
.homepage .about-zuka .zuka-barcode {
  direction: ltr;
  color: #263238;
  font-family: "helvetica", "sans-serif";
  width: 250px;
  margin: 50px auto 0 2.5vw;
}
.homepage .about-zuka .zuka-barcode b {
  display: block;
  font-size: 25px;
  line-height: 0.9;
  margin-left: 7px;
}
.homepage .about-zuka .zuka-barcode p {
  font-size: 14px;
  margin-left: 7px;
}
.homepage .about-zuka .zuka-barcode .call-barcode {
  position: relative;
  display: block;
  line-height: 0;
}
.homepage .about-zuka .zuka-barcode .call-barcode:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 55px;
  color: #37474f;
  position: absolute;
  right: 100px;
  bottom: 85px;
  opacity: 0;
  transition: all 0.5s ease;
}
.homepage .about-zuka .zuka-barcode .call-barcode:hover:before, .homepage .about-zuka .zuka-barcode .call-barcode:focus:before {
  opacity: 1;
  transition: all 0.5s ease;
}
.homepage .about-zuka .zuka-barcode svg {
  width: 236px;
  height: auto;
  fill: #263238;
  transition: all 0.5s ease;
}
.homepage .about-zuka .zuka-barcode a {
  display: block;
  font-weight: 600;
  font-size: 30.8px;
  padding: 6px;
  line-height: 0.9;
}
.homepage .about-zuka .zuka-barcode a:hover, .homepage .about-zuka .zuka-barcode a:focus {
  color: #FFF;
}
.homepage .about-zuka .profile-image {
  border: 2px solid;
  border-radius: 50%;
  overflow: hidden;
  width: 250px;
  height: 250px;
  position: absolute;
  bottom: -130px;
}
.homepage .about-zuka .profile-image:hover img {
  transform: scale(1.5) translate(-10px, 30px);
}
.homepage .services-area ul {
  display: flex;
  justify-content: space-between;
}
.homepage .services-area ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FDFCFC;
  border: 2px solid;
  width: 32%;
  padding: 50px 20px;
  margin-top: 60px;
  position: relative;
}
.homepage .services-area ul li .service-icon {
  width: 100px;
  height: 100px;
  background: #37474f;
  border-radius: 50px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50px;
}
.homepage .services-area ul li .service-icon:after {
  content: "";
  width: 86px;
  height: 86px;
  border-radius: 50px;
  border: 2px solid;
  position: absolute;
}
.homepage .services-area ul li .service-icon i {
  font-size: 30px;
}
.homepage .services-area ul li h3 {
  text-align: center;
}
.homepage .services-area ul li .service-content > p {
  margin-bottom: 8px;
}
.homepage .services-area ul li .more-products {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  transition: all 1s ease;
}
.homepage .services-area ul li .more-products div {
  background: #37474f;
  background: linear-gradient(0deg, #37474f 45%, rgba(55, 71, 79, 0.8) 65%, rgba(55, 71, 79, 0) 100%);
  padding: 200px 20px 50px;
  transform: translateY(100%);
  color: white;
  font-weight: 400;
}
.homepage .services-area ul li .more-products p {
  padding: 8px 25px 8px 0;
  position: relative;
}
.homepage .services-area ul li .more-products p:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
}
.homepage .services-area ul li .more-products-open {
  visibility: visible;
}
.homepage .services-area ul li .more-products-open div {
  transform: translateY(0);
}
.homepage .services-area ul li button {
  position: absolute;
  bottom: -22px;
}
.homepage .services-area ul li .button-active {
  border: 1px solid white;
}
.homepage .services-area ul li .button-active:before {
  content: "Close";
  background: #37474f;
  position: absolute;
  width: calc(100% - 40px);
}
.homepage .image-4-grid-layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  grid-auto-flow: dense;
}
.homepage .image-4-grid-layout .title-in-grid {
  grid-column-end: span 4;
  background: #37474f;
  padding: 15px;
  font-weight: 600;
  font-size: 20px;
  color: white;
}
.homepage .image-4-grid-layout .title-in-grid b a {
  color: white;
  display: inline;
  position: static;
  font-size: inherit;
  text-decoration: underline;
}
.homepage .span-2-1 {
  grid-column-end: span 2;
}
.homepage .span-2-2 {
  grid-column-end: span 2;
  grid-row-end: span 2;
}
.homepage .span-3-1 {
  grid-column-end: span 3;
}
.homepage .span-3-2 {
  grid-column-end: span 3;
  grid-row-end: span 2;
}
.homepage .span-3-3 {
  grid-column-end: span 3;
  grid-row-end: span 3;
}
.homepage .span-4-1 {
  grid-column-end: span 4;
}
.homepage .span-4-4 {
  grid-column-end: span 4;
  grid-row-end: span 4;
}
.homepage .span-1-2 {
  grid-row-end: span 2;
}
.homepage .span-1-3 {
  grid-row-end: span 3;
}
.homepage .span-1-4 {
  grid-row-end: span 4;
}
.homepage .span-1-4 img {
  transform: scale(1.1) translateY(9px);
}
.homepage .grid-list-with-project-details li {
  overflow: hidden;
  position: relative;
}
.homepage .grid-list-with-project-details li img {
  transform: scale(1.1);
}
.homepage .grid-list-with-project-details li .caption-image {
  display: none;
}
.homepage .grid-list-with-project-details li a {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 15px;
  color: #37474f;
}
.homepage .grid-list-with-project-details li a:hover {
  text-decoration: underline;
}
.homepage .grid-list-with-project-details .span-1-4 img {
  transform: scale(1.1) translateY(9px);
}
.homepage .grid-list-with-project-details .web-link a {
  display: block;
}
.homepage .grid-list-with-project-details .web-link a i {
  background: #37474f;
  padding: 5px;
  border-radius: 50px;
  font-size: 12px;
  color: white;
  margin-right: 5px;
}
.homepage .grid-list-with-project-details .white-link a {
  color: white;
}
.homepage .contact-us {
  background-color: #263238;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-top: 100px;
}
.homepage .contact-us h2 {
  color: white;
  margin: 30px 0;
}
.homepage .contact-us .more-ways {
  width: 450px;
  padding-bottom: 50px;
}
.homepage .contact-us .title-way {
  font-size: 22px;
  padding-bottom: 10px;
  color: white;
}
.homepage .contact-us .title-way i {
  margin-left: 10px;
}
.homepage .contact-us .contact-form {
  margin-bottom: 30px;
  min-height: 235px;
}
.homepage .contact-us .contact-form form > figure {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.homepage .contact-us .contact-form .form-field {
  background: white;
  padding: 3px 10px 5px;
  border: 1px solid transparent;
  opacity: 0.6;
  transition: all 1.5s ease;
}
.homepage .contact-us .contact-form .form-field:hover {
  opacity: 1;
}
.homepage .contact-us .contact-form .form-field label {
  font-weight: 600;
  color: #37474f;
}
.homepage .contact-us .contact-form .form-field input {
  color: #b0bec5;
}
.homepage .contact-us .contact-form .not-valid {
  position: relative;
  border: 1px solid #E53A35;
}
.homepage .contact-us .contact-form .not-valid label {
  color: #E53A35;
}
@-webkit-keyframes scaleFlash {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleFlash {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.homepage .contact-us .contact-form .not-valid span {
  color: #E53A35;
  font-weight: 600;
  position: absolute;
  left: 10px;
  top: 3px;
  -webkit-animation: scaleFlash 2s ease-in-out both;
  animation: scaleFlash 2s ease-in-out both;
}
.homepage .contact-us .contact-form .submit-field {
  text-align: left;
}
.homepage .contact-us .contact-form .submit-field input[type=submit] {
  font-size: 20px;
  font-weight: 800;
  color: #37474f;
  border-radius: 50px;
  padding: 15px;
  width: 200px;
  opacity: 0.6;
  cursor: pointer;
}
.homepage .contact-us .contact-form .submit-field input[type=submit]:hover, .homepage .contact-us .contact-form .submit-field input[type=submit]:focus {
  opacity: 1;
}
.homepage .contact-us .feedback-area {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  min-height: 199px;
  position: relative;
  display: none;
}
.homepage .contact-us .feedback-area #nest5 {
  top: 65px;
}
.homepage .contact-us .feedback-area p {
  margin-top: 40px;
}
.homepage .contact-us .feedback-area i {
  font-size: 40px;
  border-radius: 50px;
}
.homepage .contact-us .feedback-area .fa-times-circle,
.homepage .contact-us .feedback-area .fa-minus-circle {
  color: #E53A35;
  background: #FFCDD2;
}
.homepage .contact-us .feedback-area .fa-check-circle {
  color: #66BB6A;
  background: #C8E6C9;
}
.homepage .contact-us .feedback-area h3 {
  text-align: center;
  margin: 10px 0;
  color: white;
}
.homepage .contact-us .feedback-area h3 span {
  font-size: 17px;
  margin-top: 5px;
}
.homepage .contact-us .phone-call {
  color: #FFF;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 15px 0;
}
.homepage .contact-us .phone-call .title-way {
  padding-bottom: 0;
}
.homepage .contact-us .phone-call a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  padding: 0 3px 3px 2px;
  font-size: 73px;
  line-height: 1;
}
.homepage .contact-us .phone-call a:hover {
  color: #b0bec5;
  border: 1px dashed #b0bec5;
}
.homepage .contact-us .massage-sms {
  justify-content: space-between;
  color: #FFF;
  padding: 20px 0;
  border-bottom: 1px solid;
  position: relative;
}
.homepage .contact-us .massage-sms:before, .homepage .contact-us .massage-sms:after {
  content: "";
  border-right: 1px solid;
  position: absolute;
  height: 50px;
  top: 15px;
  right: 32%;
}
.homepage .contact-us .massage-sms:after {
  right: 72%;
}
.homepage .contact-us .massage-sms a {
  font-size: 22px;
  padding: 5px;
}
.homepage .contact-us .massage-sms a:hover {
  color: #b0bec5;
  border: 1px dashed #b0bec5;
}
.homepage .contact-us .logo-zuka {
  position: absolute;
  width: 120px;
  left: 40px;
  bottom: 0;
}
.homepage .testimonials-area .masonry-layout {
  column-gap: 30px;
  column-fill: initial;
  column-count: 2;
}
.homepage .testimonials-area .masonry-layout li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 60px;
  padding: 0 30px;
}
.homepage .testimonials-area .masonry-layout .testimonial {
  border: 1px solid;
  color: #37474f;
  padding: 30px 0;
}
.homepage .testimonials-area .masonry-layout .testimonial .box-icon {
  width: 60px;
  height: 60px;
  font-size: 30px;
  background: white;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 10px;
}
.homepage .testimonials-area .masonry-layout .testimonial h5 span {
  display: block;
  font-weight: 300;
  font-size: 15px;
}
.homepage .testimonials-area .masonry-layout .testimonial > p {
  padding: 10px 20px;
}
.homepage .testimonials-area .masonry-layout .testimonial .name-title {
  align-items: center;
  transform: translateX(30px);
}
.homepage .testimonials-area .masonry-layout .testimonial .period {
  align-items: center;
  justify-content: flex-end;
  transform: translateX(-30px);
}
.homepage .testimonials-area .masonry-layout .testimonial .period p {
  text-align: left;
  width: 90px;
}
.homepage .testimonials-area .masonry-layout .testimonial .period .box-icon {
  margin: 0 10px 0 0;
}
.homepage .process-bar {
  position: fixed;
  top: 10px;
  left: 10px;
  height: calc(100vh - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
}
.homepage .process-bar .the-line {
  height: 100%;
  width: 10px;
  position: relative;
  background: #66BB6A;
  background: linear-gradient(180deg, #E53A35 0%, #FCB316 50%, #66BB6A 100%);
}
.homepage .process-bar .the-line #percent {
  position: absolute;
  top: 0%;
  left: 15px;
  transform: translateY(-10px);
}
.homepage .process-bar .cover-process {
  height: 100%;
  width: 12px;
  background: white;
  position: absolute;
  bottom: 0;
}
.homepage .onScreen {
  opacity: 1;
}

.page-format {
  background: #616161;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.page-format .page-doc {
  flex-direction: column;
  color: #37474f;
  font-size: 15px;
  font-weight: 300;
  width: 210mm;
  min-height: 297mm;
  overflow: hidden;
  background: white;
  box-shadow: 2px 2px 8px #263238;
}
.page-format .page-doc section {
  padding: 0;
}
.page-format .page-doc h1 {
  font-weight: 800;
  position: relative;
  margin-bottom: 5px;
}
.page-format .page-doc h2 {
  font-size: 30px;
  margin: 0;
}
.page-format .page-doc .header-doc > figure {
  justify-content: space-between;
  align-items: flex-start;
}
.page-format .page-doc .header-doc .icon-title {
  background: #37474f;
  color: #FFF;
  height: 170px;
  width: 170px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -85px;
  right: -85px;
  transform: scale(2);
}
.page-format .page-doc .header-doc .icon-title:before {
  content: "";
  position: absolute;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  border: 1px solid white;
}
.page-format .page-doc .header-doc .icon-title .icon {
  font-size: 25px;
  transform: translate(-32px, 32px);
}
.page-format .page-doc .header-doc .icon-title .icon i {
  width: 25px;
  padding: 5px;
}
.page-format .page-doc .header-doc .icon-title .icon i:first-child {
  border-left: 1px solid;
}
.page-format .page-doc .header-doc .logo-zuka {
  margin: 35px 60px 0;
}
.page-format .page-doc .header-doc .logo-zuka svg {
  height: 50px;
}
.page-format .page-doc .main-page {
  padding: 30px 60px;
}
.page-format .page-doc .main-page .products {
  padding: 30px 0;
}
.page-format .page-doc .main-page .products li {
  margin: 10px 0;
}
.page-format .page-doc .main-page .products .product {
  align-items: center;
  background: #FEFCFB;
  border: 1px solid #37474f;
  height: 120px;
}
.page-format .page-doc .main-page .products .product .icon {
  background: #37474f;
  color: white;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  position: relative;
  right: -30px;
}
.page-format .page-doc .main-page .products .product .icon:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid;
}
.page-format .page-doc .main-page .products .product .icon i {
  font-size: 20px;
}
.page-format .page-doc .main-page .products .product .price {
  background: #37474f;
  color: white;
  text-align: center;
  margin-right: auto;
  padding: 20px;
  width: 200px;
  height: 120px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.page-format .page-doc .main-page .products .product .price:before {
  content: "";
  position: absolute;
  width: 190px;
  height: 110px;
  border: 1px solid;
}
.page-format .page-doc .main-page .products .product .price b {
  line-height: 1.1;
  font-size: 40px;
  font-weight: 800;
}
.page-format .page-doc .main-page .products .product .price b small {
  font-size: 60%;
}
.page-format .page-doc .footer-doc {
  padding: 30px 60px;
  margin-top: auto;
}
.page-format .page-doc .footer-doc > figure {
  justify-content: space-between;
  border-top: 1px solid #b0bec5;
  padding-top: 10px;
}
.page-format .page-doc .footer-doc .doc-links a {
  margin-right: 15px;
}
.page-format .page-doc .footer-doc .doc-links a i {
  color: #b0bec5;
  transform: scaleX(-1);
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* you can change color of mask here*/
  background: #f3f3f3;
  z-index: 99;
  /* makes sure it stays on top */
}

/*=== extra preloading text=== */
/** this code can be use for adding loading text under preloader */
#laoding_text {
  display: block;
  position: absolute;
  font-family: sans-serif, arial;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  margin: 50px 0 0 -25px;
  padding: 2px 0;
}

/**===== nest5 =====*/
#nest5 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  border: 2px solid transparent;
  border-top-color: #80cbc4;
  border-radius: 50%;
  -webkit-animation: spin11 2s linear infinite;
  animation: spin11 2s linear infinite;
}

#nest5:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #b2dfdb;
  -webkit-animation: spin11 3s linear infinite;
  animation: spin11 3s linear infinite;
}

#nest5:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #e0f2f1;
  -webkit-animation: spin11 1.5s linear infinite;
  animation: spin11 1.5s linear infinite;
}

@-webkit-keyframes spin11 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin11 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/** END of nest5*/
.wrapper {
  max-width: 1400px;
  padding: 0 100px;
  margin: auto;
}

.screen-reader-text {
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  word-wrap: normal !important;
}

.middle-line {
  position: relative;
}
.middle-line:before {
  border-top: 1px solid #eceff1;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

blockquote {
  color: #b0bec5;
}
blockquote .quote-border {
  border-top: 1px solid;
  position: relative;
  padding: 3px;
  width: calc(100% - 35px);
  margin-right: auto;
}
blockquote .quote-border i {
  font-size: 30px;
  position: absolute;
  right: -35px;
  top: -4px;
}
blockquote .bottom {
  transform: rotate(180deg) translateX(-35px);
}
blockquote p {
  padding: 0 40px;
}

@media screen and (max-width: 1023px) {
  .only-desktop {
    display: none;
  }

  .fixed-image .logo-zuka {
    transform: translate(-130px, -120px) scale(1.5);
  }

  .wrapper {
    padding: 0 25px;
  }

  .homepage .process-bar {
    left: 7px;
  }
  .homepage .process-bar .the-line #percent {
    top: 46%;
    transform: translate(-24px, 3px) scale(0.7);
    z-index: 1;
  }
  .homepage .onScreen {
    opacity: 0.3;
  }
  .homepage .services-area ul {
    flex-direction: column;
  }
  .homepage .services-area ul li {
    width: calc(100% - 50px);
    margin: 0 auto 50px;
    padding: 10px 50px 40px;
    align-items: flex-start;
  }
  .homepage .services-area ul li .service-icon {
    top: 5px;
    right: -50px;
    transform: scale(0.7);
    z-index: 1;
  }
  .homepage .services-area ul li h3 {
    text-align: right;
  }
  .homepage .services-area ul li .more-products div {
    column-count: 2;
    padding-top: 150px;
  }
  .homepage .services-area ul li button {
    left: 50px;
  }
  .homepage .grid-list-with-project-details li a {
    font-size: 12px;
  }
  .homepage .contact-us {
    background-size: cover;
    background-position: right;
  }
  .homepage .testimonials-area .masonry-layout {
    column-count: 2;
  }
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none;
  }

  .fixed-image {
    flex-direction: column;
  }
  .fixed-image .logo-zuka {
    transform: translate(30px, 20px) scale(1);
  }

  footer figure {
    flex-direction: column-reverse;
  }
  footer .contact-links {
    display: flex;
    flex-direction: row-reverse;
    margin: 20px 0;
  }

  .homepage .polygon-background h1 {
    line-height: 0.7;
    transform: translateY(-30px);
  }
  .homepage .polygon-background h1 strong {
    font-size: 25px;
  }
  .homepage .about-zuka {
    flex-direction: column;
  }
  .homepage .about-zuka .content {
    width: 100%;
  }
  .homepage .about-zuka .content b {
    font-size: 12vw;
  }
  .homepage .about-zuka .content b span {
    font-size: 6vw;
  }
  .homepage .about-zuka .zuka-barcode {
    margin: 30px auto 80px;
  }
  .homepage .about-zuka .profile-image {
    left: calc(50% - 125px);
  }
  .homepage .services-area .wrapper {
    padding-top: 80px;
  }
  .homepage .services-area ul li {
    width: 100%;
    margin: 10px auto 90px;
    padding: 25px 20px 40px;
    align-items: center;
  }
  .homepage .services-area ul li .service-icon {
    top: -50px;
    right: unset;
  }
  .homepage .services-area ul li h3 {
    text-align: center;
  }
  .homepage .services-area ul li button {
    left: unset;
  }
  .homepage .projects h2 {
    margin: 30px 0 50px;
  }
  .homepage .image-4-grid-layout {
    grid-gap: 5px;
    line-height: 0;
  }
  .homepage .image-4-grid-layout .title-in-grid {
    font-size: 15px;
  }
  .homepage .image-4-grid-layout .title-in-grid b {
    line-height: 1;
  }
  .homepage .grid-list-with-project-details li a {
    bottom: 5px;
    right: 5px;
    width: 35px;
    height: 28px;
    overflow: hidden;
    color: transparent;
  }
  .homepage .grid-list-with-project-details li a i {
    font-size: 15px;
  }
  .homepage .contact-us {
    padding-bottom: 80px;
    background-position: center;
    background-blend-mode: multiply;
  }
  .homepage .contact-us .contact-form form > figure {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .homepage .contact-us .contact-form .form-field,
.homepage .contact-us .contact-form .submit-field {
    grid-column-end: span 2;
  }
  .homepage .contact-us .more-ways {
    width: 100%;
  }
  .homepage .contact-us .phone-call a {
    font-size: 13vw;
  }
  .homepage .contact-us .massage-sms {
    flex-direction: column;
  }
  .homepage .contact-us .massage-sms a {
    text-align: center;
    background: rgba(176, 190, 197, 0.5);
    border-radius: 50px;
    margin: 8px 0;
  }
  .homepage .contact-us .massage-sms:before, .homepage .contact-us .massage-sms:after {
    visibility: hidden;
  }
  .homepage .contact-us .logo-zuka {
    left: 25px;
  }
  .homepage .testimonials-area .masonry-layout {
    column-count: 1;
  }
  .homepage .testimonials-area .masonry-layout li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 400px) {
  .homepage .services-area ul li .more-products div {
    column-count: 1;
    padding-top: 250px;
  }
}
html[lang=en-US] body {
  direction: ltr;
}

/*# sourceMappingURL=style.css.map */
