:root {
  --blue-primery:#262fd1;
  --blue-dark:#2b388f;
  --orange-primary:#ff7e10;
  --yellow-primary:#ffc60b;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;

}
body {
  line-height: 1;
  /*nato sans he font */

  font-family: "Noto Sans Hebrew", serif;
font-size: 16px;
  color:var(--blue-primery)}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
iframe {
  vertical-align: bottom;
  max-width: 100%;
}

input,
textarea,
select {
  font: inherit;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
h2{font-size: 4.2em;font-weight: 800;}
h4{font-size: 28pt; font-weight: 500;}
h5 {  color:var( --orange-primary);
  font-size: 18pt;line-height: 1.6;
}
h6{font-size: 18px;}
span{color:var( --orange-primary);}
img{ 
   box-sizing: content-box;}
   nav{position: fixed;
    left:0.6rem;top:30vh;
    z-index: 3;
    display: flex;
    flex-direction: column;}
    nav a {margin:1.2rem 0.6rem;}
    nav a img{scale:1.6;}
header {
 /* background-color: green;*/
   display:flex;
  flex-direction:column;
  max-width:100vw;
  align-items: baseline; justify-content: space-between;    align-items: center;
}
header div{display:flex;flex-direction:row;
  width: 100%;
    justify-content: space-around;
    align-items: center;}
header img{margin-left: 4rem;
}

header a { font-size:24px; margin-left: 1.2rem;
  text-decoration: none;
}
.logoareatop{    display: flex;
  align-items: center;}
#headerlogobg{position: relative;}
#headerlogo {position: absolute;}
a:visited {
color:var(--blue-dark);}
#phoneicon{display: flex;
  flex-direction: column;
}
#phoneicon a{scale:2.4;}
#phoneicon  a:hover {color:var(--orange-primary);
scale:1.12}
#phoneicon a:hover path{z-index: 0;fill:var(--orange-primary);}

a:active {
  color: var(--yellow-primary);
}
section{padding: 1rem;}
div.topcontant ,
div.midcontant ,
div.bottomcontant{margin: 6rem 0;}
div.topcontant {
  display: flex;
  flex-direction: row;
  align-items: center;
}
div.topcontant div.box1 {
 /* background-color: blue;*/
  box-sizing: content-box;
  width: 50%;
}
div.topcontant div.box2 {
  width: 50%;
 /*  background-color: orange;*/
  box-sizing: content-box;
}
div.midcontant {
  display: flex;
  flex-direction: column;    
  box-sizing: content-box;
}

div.midcontant div.box1 {
/*  background-color: blue;*/
  box-sizing: content-box;
  text-align: center;

}
div.boxmid {
  display: flex;
  flex-direction: row;
  align-self: center;
  z-index: 2;

  margin: 2rem 2rem -4rem 2rem;}
div.boxmid div {padding: 1rem;}
div.boxmid div.box2 {
  width: 50%;
 /*  background-color: orange;*/
  box-sizing: content-box;
}
div.boxmid div.box3 {
  width: 50%;
 /* background-color: pink;*/
  box-sizing: content-box;
}
figcaption{
background-color: #fff;}
/*div.boxmid div figure figcaption{position: relative;}
div.boxmid div figure figcaption img{position: absolute;
  top:-16px;right: -4px;scale: 2;}*/
  figure figcaption h4{
   padding: 2rem;}
figure{width: 42vw;}
figcaption img{scale:2.4;}
div.box4 {
  /* background-color: red;*/
  box-sizing: content-box;
}

div.bottomcontant {
  
  display: flex;
  flex-direction: row;
}
div.bottomcontant div.box1 {
  /*background-color: blue;*/
  box-sizing: content-box;
  width: 50%;
}

 div.bottomcontant ul {
  display: inline-block;
  border: none;
  padding: 1rem 2rem;
  max-width: 320px;
}

div.bottomcontant ul {
  list-style: none;
}

div.bottomcontant ul > li {
  clear: right;
  padding: .6rem 0;
}
 
div.bottomcontant ul > li:before {
  content: "";
  height: 1.2rem;
  width: 0.6rem;
  display: block;
  float: right;
  margin-right: -1.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%:
}

div.bottomcontant ul > li:before { 
  background: url("./src/thunderOrangeIcon.svg");
  background-size: cover;
  background-position: center;
  padding: .16rem;
}

header ul {
  display: flex;
  flex-direction:row;
  max-width: 100vw;
  justify-content: space-between;
  padding: 0;margin:1em 0;
}


header ul > li {
  display: flex;
  flex-direction:row; 
  font-size: 1.6em;
}
 
header ul > li:before {
  content: "";
  width: 0.8em;
  margin:0 1em;
}

header ul > li:before { 
  background: url("./src/thunderOrangeIcon.svg");
  background-size: cover;
  background-position: center;
 
}
header ul > li:first-child:before {
  content: none;

}
div.bottomcontant div.box2 {
  width: 50%;
 /* background-color: orange;*/
  box-sizing: content-box;
}
footer {
  display:flex;
  flex-direction:column;
  box-sizing: content-box;
justify-content:center;
     align-items: center;margin
}
footer a img{margin:2.4rem 1.6rem;scale:2;}
footer div.social img{scale:2.8;margin:1.6 3.2rem;}
a img:hover{scale:2.2;}



@media only screen and (max-width: 620px) {
  #headerlogo {
height: 6vh;
} 
   header div{
    max-width: 100%;
  }
   header a { font-size: 16px; margin-left: 0.1rem;}
  
   #phoneicon  a:hover {
    scale:1.6;}
   #phoneicon a{scale:1.4;}

   
header ul {
  padding: 0;margin:1em 0;
}


header ul > li {
  display: flex;
  flex-direction:row; 
  font-size: 0.8em;
}
 
header ul > li:before {
  content: "";
  width: 0.8em;
  margin:0 1em;
}


   
  div.topcontant{
    flex-direction:column;
    margin:2rem 0;}
  h2{font-size:2.4em;}
  div.topcontant div.box1 {
    width: 60%;}
  div.topcontant div.box2 {
    width: 80%;
  margin:2em 0;}
  div.topcontant,{
    margin: 2rem 0;
  }
    div.midcontant { margin:2rem 0;}
    h4{font-size:22px;}
    div.bottomcontant {
    margin: 4rem 0 2rem 0;
}
}


@media screen and (max-width: 478px) {
  #headerlogo {
    height: 4vh;
    } 
       header div{
        max-width: 100%;
      }
       header a { font-size: 16px; margin-left: 0.1rem;}
      
       #phoneicon  a:hover {
        scale:1.2;}
       #phoneicon a{scale:1;}
    
    header ul {
      padding: 0;margin:0.4em 0;
    }
    
    
    header ul > li {
      font-size: 0.6em;
    }
     
    header ul > li:before {
      content: "";
      width: 0.4em;
      margin:0 0.4em;
    }
    
  h2{font-size:1.8em;}
  div.topcontant div.box1 {
    width: 76%;}
    h4{
      font-size:12px;line-height:1.2;
    }
    figure figcaption h4 {
      padding: 0.8rem;
  }
  
    figcaption img {
      scale:1.6;}

}