/*
@font-face {
  font-family: 'Assistant';
  src: url('fonts/Assistant-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'AssistantSemiBold';
  src: url('fonts/Assistant-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'AssistantBold';
  src: url('fonts/Assistant-Bold.ttf') format('truetype');
}
*/
@import url('https://fonts.googleapis.com/css?family=Assistant:400,600,700,800&display=swap&subset=hebrew');


body{
    font-family: 'Assistant', sans-serif;
    font-size:16px;
   
}
header{
  box-shadow: 0px 10px 8px -10px #ccc;
  background: #fff;
}
#navbarSupportedContent{
 margin-top:66px;
}
::-webkit-input-placeholder { /* Edge */
  color: #fff!important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff!important;
}

::placeholder {
  color: #fff!important;
}
.btn-green{
  display: block;
  border-radius: 30px;
  background-color: #a0cc3a;
  color:#000;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  width: 17.81rem;
  height: 3.75rem;
  line-height: 3.75rem;
}
.btn-green:hover{
  color:#000;
  text-decoration: none;
}
/*****************/
#section1{
    position: relative;
    
    background: #f8f8f9;
}

#section1 img{
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
}

/* section 2 styles*/


#section2{
   
    background-color: #f8f8f8;
    position: relative;
}
#section2 .section-content{
  position: absolute;
  z-index: 10;
  top: 10px;
  width: 100%;
}
.about-content{font-size: 1.063rem;text-align: justify;}
.about-content h2{
  font-size:3.375rem;
  color:#040b15;
  font-weight: 700;
}

/* section 3 styles*/

#section3{
  background: #f8f8f8;
}
#section3 h2{
  font-size:3.375rem;
  text-align: center;
  font-weight: 700;
  color:#040B15;
  margin-bottom: 4.8rem;
  margin-top: 1rem;
}
.section3-poligon{
    background: #3d8caa;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 90%);
    min-height: 865px;
}
ul.icons{
  list-style: none;
  padding: 0;
}
ul.icons li{
  max-width: 220px;
  text-align: center;
}
ul.icons i{
  display: block;
  width: 168px;
  height: 168px;
  background-color: #000;
  border-radius: 100%;
  padding: 25px;
  margin: 0 auto;
}
ul.icons h3{
  font-size: 1.5rem;
  color: #040B15;
  font-weight: 600;
  margin-top: 20px;
}
/* section 4 styles*/

#section4{
    background: #f8f8f8;
    min-height: 723px;
}
#section4 h2{
  font-size: 3.375rem;
  color: #040b15;
  font-weight: 700;
}
#section4 .section4-content{
  font-size: 1.063rem;
  text-align: justify;
}
/* section 5 styles*/

#section5{
 
  background-color: #f8f8f8;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
      position: relative;
}
.section-bg{
  position: absolute;
  z-index: 10;
  top: 10px;
  width: 100%;
}
.search-content{font-size: 1.063rem;color: #fff;text-align: justify;}
.search-content h2{color: #fff;font-size: 3.375rem;font-weight: 700;}
/* end section 5 styles*/


/* section 6 styles*/
#section6{
    background: #000;
    color: #fff;
    text-align: center;
    padding: 5.625rem 0;
}
#form-contact{
    display: block;
    width: 69%;
    margin:0 auto;
}
#form-contact input, #form-contact textarea, #form-contact select{
    background: #000;
    color:#fff;
    border: 1px solid #fff;
    border-radius: 30px;
    margin-bottom:20px;
    height: 56px;
    width: 95%;
    display: block;
    position: relative;
}
#form-contact select{
  background-image:
  linear-gradient(45deg, transparent 50%, rgb(255, 255, 255) 50%),
  linear-gradient(135deg, rgb(255, 255, 255) 50%, transparent 50%),
  linear-gradient(to right, #ccc, #ccc);
  background-position: calc(9% - 20px) calc(1em + 10px),
  calc(10% - 19px) calc(1em + 10px),
  calc(20% - 2.5em) 1em;
  background-size:
  5px 5px,
  5px 5px,
  1px 1.5em;
  background-repeat: no-repeat;
}

#form-contact textarea{
    border-radius: 15px;
    height: 132px;
}
#form-contact .btn-green{
    font-size:1.5rem;
    width: 95%!important;
    line-height: unset;
}
#form-contact .btn-green:focus {
  outline-width: 2px;
outline-style:solid;
outline-color: white;
}
.contact-content{
  width: 50%;
  margin: 0 auto;
  padding: 0px 0 2rem 0;
  font-size: 1.6rem;
}
.contact-content h2{
    font-size: 3.375rem;
    padding-bottom: 1.3rem;
    font-weight: 700;
}
.contact-content p{margin-bottom: 5px;} 

/* end section 6 styles*/

.page-title{
position: absolute;
z-index: 1;
color: #fff;
bottom: 70px;
}
.page-title h2{
   font-size: 3.75rem;
   font-weight: 600;
   margin-bottom: 0rem;
}
.page-title h1{font-size: 10rem;padding: 0;margin: 0;line-height: 8rem;}
.title-text{font-size:1.5rem;line-height: 4rem;}
.upload-icon{
  vertical-align: baseline;
  margin-top: 10px;
}
.upload-text{
  
}

#form-contact #upload-photo {
  opacity: 0;
  position: absolute;
  z-index: -1;
  cursor: pointer;
}
[aria-invalid] { 
   border-right: red 5px solid!important; 
   border-left: red 5px solid!important; 
}

#buttontop {
  display: inline-block;
  background-color: #a0cc3aa1;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#buttontop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#buttontop:hover {
  cursor: pointer;
  background-color: #333;
}
#buttontop:active {
  background-color: #555;
}
#buttontop.show {
  opacity: 1;
  visibility: visible;
}

.skipLinks {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #363639;
}

.skipLinks a {
  position: absolute;
  top: -3em;
  right: 0;
  background-color: #363639;
  color: #ffffff!important;
  padding: 0.5em 0.75em;
  font-weight: bold;
  z-index: 111111111;
  display: block;
}
.skipLinks a:focus {
  top: 1em;
  right: 2em;
  border: 1px solid #fff;
}
.desktop-hide{
  display:none!important;
}

#mailer-result{
  font-size: 1.2rem;
  font-weight: bold;
}
.removefile{
  color:#fff;
  display: none;
  background: none;
  border: 0;
}