/* CSS Document */

#VideoOverP{
	position:fixed;
	width:1920px;
	height:930px;
	top:0px;
	left:0px;
	z-index:50;
	background-color:rgba(0,0,0,0.4);
	display:none;
}


#errors{
	color:transparent;	
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


.noText{
	color: transparent;
	overflow:hidden;
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select:none; 
	user-select:none;
	-o-user-select:none;
}

* { margin: 0; padding: 0; }
a img{border:none}
img
{  border-style: none;
}
textarea { resize:none; }
textarea:focus, input:focus{
    outline: 1px solid #fff;
}

img.a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}

*:focus {
    outline: 0;
}

	.wrapper{
		position: relative;
		width: 100%;
		height: auto;
		float: right;
	}


/*desktop */
	.web{
		display: block;
	}
	.mob{
		display: none;
	}
body, html {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	overflow-x: hidden;
	/*background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;	
	background-image: url('images/bg2.jpg');*/
	/*background: url(images/bg.webp) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	font-family: 'Heebo',Arial, Helvetica, sans-serif;
	background-color: #fff;
}

/* hp */
#MainDiv{
	position: absolute;
	width:1920px;
	height: auto;
	right:0px;
	top: 0px;
	z-index:1;
	overflow-x: hidden;
}

.credit{
	position: absolute;
	width: 18px;
	height: 37px;
	right: 15px;
	top: 100px;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;	
	background-image: url('images/credit.png');
}

.content{
	position: relative;
	width: 1474px;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
	z-index: 5;
	overflow: visible;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;	
	background-image: url('images/bg.webp');
}

.spacer{
	position: relative;
	width: 1200px;
	height: 1px;
	float: right;
	background-color: #fff;
	margin: 40px 137px;
}
.subcontent{
	position: relative;
	width: 1200px;
	height: auto;
	float: right;
	margin: 0px 137px;
}
/* form */


#formHolder{
	position: fixed;
	width: 448px;
	height: 930px;
	left: 0px;
	top: 0px;
	margin: 0;
	z-index: 25;
	border: none;
	background-color: #fff;
}
.logo{
	position: relative;
	width: 213px;
	height: 211px;
	float: left;
	margin: 50px 0px 0px 117.5px;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;	
	background-image: url('images/form_logo.png');
}


#FormDiv{
	position: relative;
	float: left;
	width: 356px;
	height: auto;
	margin: 0px 46px 0px 46px;
	display: block;
	z-index: 5;
}

#ThanksDiv{
	position: relative;
	float: left;
	width: 356px;
	height: auto;
	margin: 0px 46px 0px 46px;
	display: none;
	z-index: 6;
}

.FormTitle{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	padding: 0;
	margin: 30px 0px 20px 0px;
	font-size: 23px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	direction: rtl;
	color: #434444;
}

.ThanksTitle{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	padding: 0;
	margin: 0px 0px 20px 0px;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	direction: rtl;
	color: #228269;
}

.err{ 
	position: relative;
	width: 100%;
	height: 24px;
	float: right;
	margin: 0px 0px 0px 0px;
	z-index: 3;
	direction: rtl;
	text-align: center;
	font-weight: 600;
	font-size: 24px;
	line-height: 0.8;
	color: #F00;
}

.inputText{
	position: relative;
	width: 100%;
	height: 40px;
	font-size: 20px;
	font-weight: 400;
	background-color:#e9e6e6;
	text-indent: 10px;
	color:#228269;
	text-align: right;
	direction: rtl;
	outline: 0;
	font-family: 'Heebo',Arial, Helvetica, sans-serif;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: right;
	margin: 0;
	margin-bottom: 15px;
	border: 2px solid #e9e6e6;
}

.inputSelect{
	position: relative;
	width: 100%;
	height: 40px;
	font-size: 20px;
	font-weight: 400;
	text-indent: 10px;
	color:#228269;
	text-align: right;
	direction: rtl;
	outline: 0;
	font-family: 'Heebo',Arial, Helvetica, sans-serif;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float: right;
	margin: 0;
	margin-bottom: 15px;
     background: url('images/select.png')  no-repeat;         
     background-position: left top;                
     background-size: auto 100%;
	background-color:#e9e6e6!important;
	border: 2px solid #e9e6e6;	
}


.en{
	font-size: 90%;
}


.btn{
	position: relative;
	width: 100%;
	height: 40px;
	font-size: 26px;
	line-height: 40px;
	font-weight: 400;
	background-color: #228269;
	color: #FFF;
	text-align: center;
	direction: rtl;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	float: right;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #228269;
	text-decoration: none;
	display: block;
	z-index: 25;
	margin: 20px 0px 10px 0px;
}
.cha{
	position: relative;
	width: 20px;
	height: 20px;
	float: right;
	margin: 0px 0px 10px 10px;
	z-index: 3;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 2px solid #228269;
	overflow: hidden;
}

.chaLabel{
	position: relative;
	width: 240px;
	height: 23px;
	float: right;
	white-space: nowrap;
	z-index: 3;
	direction: rtl;
	text-align: right;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	color: #228269;
	margin: 0;
}	
.chaLabel a{
	color: #228269;
}
/*  form end */


/* nav end */

/* part 1 */
#page1{
	height: 930px;
}

/*
#page4{
	margin-bottom: 170px;
}
*/

.hpHolder{
	position: absolute;
	width: 606px;
	height: auto;
	right: 700px;
	top: 320px;
	z-index: 2;
	padding: 0;
	margin: 0;

}

.logoKibuz{
	position: absolute;
	width: 250px;
	height: 209px;
	right: 178px;
	top: -260px;
	z-index: 20;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;	
	background-image: url('images/logo_kibuz.png');
}

.pic0{
	position: absolute;
	width: 560px;
	height: 856px;
	right: 60px;
	top: 0px;
	z-index: 20;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;	
	background-image: url('images/pic0_3.png');
}


h1{ 
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	padding: 0;
	margin: 0px 0px 0px 0px;
	font-size: 83px;
	line-height: 0.9;
	font-weight: 900;
	text-align: right;
	direction: rtl;
	color: #fff;
}
.yellow{
	color: #fec818;
}


h2{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	padding: 0;
	margin: 50px 0px 0px 0px;
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: right;
	direction: rtl;
}




.arrowHolder{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 430px;
	z-index: 5
}
.arrowDown{
	animation: MoveUpDown 2s linear infinite;
	position: absolute;
	width: 57px;
	height: 71px;
	top: 0px;
	left: 274.5px;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100% auto;	
	background-image: url('images/hand.png');
}
@keyframes MoveUpDown {
  0%, 100% {
    top: 0px;
  }
  50% {
    top: 30px;
  }
}

/* pages */
.leftHolder{
	position: relative;
	width: 606px;
	height: auto;
	float: left;
	z-index: 2;
	padding: 0;
	margin: 0px 0px 0px 168px;
}

.rightHolder{
	position: relative;
	width: 514px;
	height: auto;
	float: right;
	z-index: 2;
	padding: 0;
	margin: 0px 120px 0px 0px;
}




h3{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 2;
	padding: 0;
	margin: 0px 0px 30px 0px;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	direction: rtl;
}


.regtext{ 
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	padding: 0;
	margin: 0px 0px 30px 0px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	direction: rtl;
	color: #fff;
}

.pic{ 
	position: relative;
	width: 100%;
	float: left;
	z-index: 2;
	padding: 0;
	margin: 10px 0px 40px 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;	
}

#pic1{
	height: 251px;
	background-image: url('images/pic1.png');
}

#pic2{
	height: 251px;
	background-image: url('images/pic2.png');
}

#pic3{
	height: 307px;
	background-image: url('images/pic3.png');
}

.title{ 
	position: relative;
	width: 100%;
	float: left;
	z-index: 2;
	padding: 0;
	margin: 0px 0px 40px 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;	
}

#tt1{
	height: 362px;
	background-image: url('images/txt1.png');
}

#tt2{
	height: 397px;
	background-image: url('images/txt2.png');
}

#tt3{
	height: 403px;
	background-image: url('images/txt3.png');
}

.rotate {  
    transform:  rotate(-15deg);
	/*background: linear-gradient(to right, #4da245, #218361); /* Left ➡ Right */
  /*-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;*/
}

::-webkit-input-placeholder { 
    color:    #228269;
   opacity:  1;
}
:-moz-placeholder { 
   color:    #228269;
   opacity:  1;
}
::-moz-placeholder { 
   color:    #228269;
   opacity:  1;
}
:-ms-input-placeholder { 
   color:    #228269;
   opacity:  1;
}

.terms{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 15px 40px 0px 0px;
	z-index: 2;
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #fff;
}
.termsText{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	font-size: 26px;
	line-height: 0.8;
	font-weight: 400;
	text-align: right;
	direction: rtl;
	color: #223755;
	
}

.btn2{
	position: relative;
	width: 356px;
	height: 54px;
	font-size: 26px;
	line-height: 54px;
	font-weight: 700;
	background-color: #fec818;
	color: #434444;
	text-align: center;
	direction: rtl;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	float: right;
	-webkit-border-radius:27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
	border: 2px solid #fec818;
	text-decoration: none;
	display: block;
	z-index: 25;
	margin: 40px 44px 40px 0px;
}

footer{
	position: fixed;
	width: 1920px;
	height: 90px;
	left: 0px;
	bottom: 0px;
	z-index: 50;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;	
	background-image: url('images/bg.webp');
}
.btn3{
	position: relative;
	width: 690px;
	height: 70px;
	font-size: 36px;
	line-height: 70px;
	font-weight: 700;
	background-color: #fec818;
	color: #434444;
	text-align: center;
	direction: rtl;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	float: right;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	border: 2px solid #fec818;
	text-decoration: none;
	display: block;
	z-index: 25;
	margin: 40px 392px 40px 392px;
}

/*.btn3{
	position: relative;
	width: 690px;
	height: 50px;
	font-size: 36px;
	line-height: 50px;
	font-weight: 700;
	background-color: #fec818;
	color: #434444;
	text-align: center;
	direction: rtl;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	float: right;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;
	border: 2px solid #fec818;
	text-decoration: none;
	display: block;
	z-index: 25;
	margin: 20px 615px 20px 615px;
}
*/