/*<style>*/
body {
	background: #e8f0fe;
	/*background-color: #d2d2d2;cae0de;*/
    text-align: right;
    direction: rtl;
    font-family: 'heebo', Arial;
	margin: 0px;
}
#PageTop {
	background-color: darkgray;
	width: 100%;
}
.תפריט {
 //   background-color: #375260;
	border-radius: 10px;
    width: 47px;
    height: 47px;
    position: absolute;
    top: 20px;
    left: 20px;
}
.לוגו {
  margin: auto;
  width: 90%;
}

/*סרגל*/
/* Style the top navigation bar */
.navbar {
  overflow: hidden;
  background-color: #72737491/*#6c7e8e*/;

}

/* Style the topnav links */
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
float:right;
}

/* Change color on hover */
.navbar a:hover {
  background-color: #ddd;
  color: black;
}
div.navbar {
    position: sticky;
    top: 15px;
	z-index: 2;
}
.glass-box{
	border: 2px solid #d7e8fb;
    backdrop-filter: blur(5px);
    border-radius: 50px;
    padding: 0 10px 0 16px;
    box-shadow: 0 2px 4px -1px #0003, 0 4px 5px #00000024, 0 1px 10px #0000001f;
    margin: 15px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #f3f6fc;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
	border-radius: 0 20px 20px 0;
}

.sidenav a {
	padding: 8px;
	margin: 10px;
	text-decoration: none;
	font-size: 20px;
	color: #818181;
	display: block;
	transition: 0.3s;
	border-radius: 25px;
}

.sidenav a:hover {
//  color: #f1f1f1;
	font-weight: bold;
	background-color: #e5e8ee;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
	
/*לוח תוכן*/	
#contents{
	background-color: #cae0de;
margin: 5px auto;
    padding: 10px;
    width: 55%;
    border-radius: 30px;
    box-shadow: 0px 0px 20px 3px #a0a0a0;
}
.adaptive-content-75{
    width: 75%;
}


/*.ShmmLcon {
  right: -80%;
  position: relative;
  animation-name: example;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
@keyframes example {
  from {right: 180%;}
  to {right: 60%;}
}
*/	
#OurOptions {
	column-count: 2;
}
	
.fom {
	width: 100%;
	padding: 8px 20px;
	margin-bottom: 16px!important;
}
#פניות {
	background-color: #edf2fd;
	margin: 5px auto;
    padding: 30px;
    width: 70%;
    border-radius: 25px;
    box-shadow: 0px 0px 10px #a0a0a0;
	text-align: center;
	background-color: white;
}
* {
    box-sizing: border-box;
}

/* =0 */	
#netfree-popup-window-hand-pull {
	display: none;
}
	
	
@media only screen and (max-width:600px) {
	#contents {
		width: 85%;
	}
	.adaptive-content-75{	
    width: 92%
	}
	.לוגו {
		width: 95%;
	}
	.navbar {
		display: none;
	}
	#OurOptions {
		column-count: 1;
	}
	#פניות{
		    width: 95%;
	}
}
/*---------*/
	
.shmm-1{
    font-weight: bold;
    color: #f79231;
    font-size: 27px;
	text-align: center;
}
.flex-centered {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
	
h1, h2, h3, h4, h5, h6 {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-family: inherit;
    line-height: 1.2;
}
button.nervous-blue-button:disabled {
    background-color: #bfbfbf;
    box-shadow: none;
    pointer-events: none;
    cursor: not-allowed;
}
select.nervous-blue-button{
		border-radius: 30px;
	font-size: 20px;
    padding: 4px 20px;
	
}
button.nervous-blue-button {
	cursor: pointer;
	background-color: #2196F3;
	color: #fff;
	border: 0;
	border-radius: 25px;
	font-size: 20px;
}
input, textarea {
    border-radius: 25px;
    padding: 5px;
    background: transparent;
    border: outset;
    font-size: 20px;
	border: 1px solid #969494;
}
input, textarea:focus {
  outline: 0;
}

	

.Hover-gray:hover {
  background-color: #ffffff;/*#ddd;*/
  color: black;
	box-shadow: rgb(0 0 0 / 10%) 0px 0px 5px;
}
.button-unset {
    background-color: unset;
    cursor: pointer;
    border: 0;
}

.CompanyName{
	background-color: #082f4f;
    padding: 50px;
    color: #fff;
    border-radius: 0px 0px 20% 67%;
	animation-name: BottomLineMoves;
	animation-duration: 7s;
    animation-iteration-count: infinite;
}
	
@keyframes BottomLineMoves {
  0%   {border-radius: 0px 0px 20% 67%;}
  10%   {border-radius: 0px 0px 28% 62%;}
  20%{border-radius: 0px 0px 33% 57%;}
  22%{border-radius: 0px 0px 34% 56%;}
  24%{border-radius: 0px 0px 35% 55%;}
  26%{border-radius: 0px 0px 36% 54%;}
  28%{border-radius: 0px 0px 37% 53%;}
  30%{border-radius: 0px 0px 38% 52%;}
  32%{border-radius: 0px 0px 39% 51%;}
  34%{border-radius: 0px 0px 40% 50%;}
  36%{border-radius: 0px 0px 41% 49%;}
  38%{border-radius: 0px 0px 42% 48%;}
  40%{border-radius: 0px 0px 43% 47%;}
  42%{border-radius: 0px 0px 44% 47%;}
  44%{border-radius: 0px 0px 45% 46%;}
  46%{border-radius: 0px 0px 46% 46%;}
  48%{border-radius: 0px 0px 47% 45%;}
  50%{border-radius: 0px 0px 48% 45%;background: #4e6b85;}
  52%{border-radius: 0px 0px 46% 46%;}
  54%{border-radius: 0px 0px 44% 47%;}
  56%{border-radius: 0px 0px 42% 48%;}
  58%{border-radius: 0px 0px 40% 50%;}
  60%{border-radius: 0px 0px 38% 52%;}
  70%  {border-radius: 0px 0px 32% 60%;}
  80%  {border-radius: 0px 0px 28% 65%;}
  90%  {border-radius: 0px 0px 24% 67%;}
  100% {border-radius: 0px 0px 20% 67%;}
}
	
.dancing:hover {
  animation: shake 0.5s;
  animation-iteration-count: 1;
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
	
h1::before {  
  transform: scaleX(0);
  transform-origin: bottom right;
}

h1:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

h1::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  inset: 0 0 0 0;
  background: hsl(200 100% 80%);
  z-index: -1;
  transition: transform .3s ease;
}

h1 {
  position: relative;
  font-size: 5rem;
}
