/* CSS Document */
::-webkit-input-placeholder { 
    color:    #fff;
}
:-moz-placeholder { 
   color:    #fff;
   opacity:  1;
}
::-moz-placeholder { 
   color:    #fff;
   opacity:  1;
}
:-ms-input-placeholder { 
   color:    #fff;
}

#VideoOver{
	position:fixed;
	width:100%;
	height:980px;
	top:0px;
	left:0px;
	z-index:50;
	background-color:rgba(0,0,0,0.85);
	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: 1;
}

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

*:focus {
    outline: 1;
}
body, html {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	/*background: url("images/bg.webp") no-repeat center top fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	background-image: url("images/bg.webp");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position:left top;
	overflow-x:hidden;
	background-color: #FFF;
	font-family: 'Starkist',Arial, Helvetica, sans-serif;
}


#MainDiv{
	position: absolute;
	width:1920px;
	height: 1080px;
	right:0px;
	top:0px;
	z-index:10;
	overflow-x:hidden;
}



/* page 0 */
#page0{
	position: absolute;
	width: 1920px;
	height: 1080px;
    left: 0px;
    top: 0px;
	z-index:1;
}
.hpHolder{
    position: absolute;
    width: 916px;
    height: 512px;
    right: 120px;
    top: 90px;
    z-index: 5;
    background: rgba(255,255,255,0.8);
    border-radius: 12px;
}
.allHolder{
    position: absolute;
    width: 790px;
    height: auto;
    left: 40px;
    top: 100px;
    z-index: 5;
}

h1{
	position: relative;
	width: 100%;
	height: auto;
    float: left;
	z-index:5;
	padding: 0;
	margin: 0px 0px 0px 0px;
	font-size: 120px;
	line-height: 0.9;
	font-weight: 700;
	text-align: center;
	direction: rtl;
	color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}
.h1Spacer{
    position: relative;
    width: 100%;
    height: 310px;
    float: left;
    margin: 0;
}
.txt1{
	position: relative;
	width: 100%;
	height: auto;
    float: left;
	z-index:5;
	padding: 0;
	margin: 65px 0px 0px 0px;
	font-size: 22px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	color: #fff;
}
.txt1 a{
	color: #fff;
}
.arrowDown{
	position: relative;
	width: 100%;
	height: 24px;
    float: left;
    margin: 10px 0px;
	z-index:1;
	background-image: url("images/arrow_down.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center top;
}

.txtGreen{
	position: relative;
	width: 100%;
	height: auto;
    float: left;
	z-index:5;
	padding: 0;
	margin: 0px 0px 0px 0px;
	font-size: 70px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	color: #008445;
}
.greenFirst{
    margin-top: 25px;
}
.nis{
    font-size: 50%;
    margin-right: -40px;
}
.priceText{
	position: relative;
	width: 100%;
	height: auto;
    float: left;
    margin: -10px 0px 15px 0px;
	z-index: 2;
	padding: 0;
	font-size: 166px;
	line-height: 0.8;
	font-weight: 700;
	text-align: center;
	direction: rtl;
	color: #008445;    
}

.preText{
    position: relative;
    width: 100%;
    height: 83px;
    margin: 0;
    float: left;
    padding: 0;
    z-index: 2;
    font-size: 0px;
    font-weight: 700;
    line-height: 0;
    text-align: center;
    direction: rtl;
    color: transparent;
	background-image: url("images/title.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center top;

}


#startBtn{
	position: relative;
	width: 278px;
	height: 50px;
    float: left;
    margin: 30px 315px 0px 315px;
	z-index: 10;
	font-size: 36px;
	line-height: 50px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	direction: rtl;
	text-decoration: none;
    background-color: #005634;
    border-radius: 25px;
    border: 4px solid #fff;
}
#startBtn a{
	text-decoration: none;
	color: #fff;
}
#startBtn:hover{
	text-decoration: none;
	color: #008445;
    background-color: #c6d72f;
}
/* page 0 end */
/* bottom */
.botLine{
	position: absolute;
	width: 100%;
	height: 310px;
    left: 0px;
    top: 770px;
	z-index:25;
	background-image: url("images/wave.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
}

.logo{
	position: relative;
	width: 100%;
	height: 71px;
    float: left;
    margin: 40px 0px 0px 0px;
	z-index:5;
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center top;
}

.products{
	position: relative;
	width: 100%;
	height: 178px;
    float: left;
    margin: 15px 0px 0px 0px;
	z-index:5;
	background-image: url("images/products.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
}
.en{
	font-family: 'Rubik',Arial, Helvetica, sans-serif;
    font-size: 90%;
}
.prodText{
    position: relative;
    height: auto;
    float: right;
    margin-top: 135px;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	color: #005634;
	text-align: center;
	direction: rtl;
}

#p1{
    margin-right: 117px;
    width: 188px;
}

#p2{
    margin-right: 82px;
    width: 151px;
}

#p3{
    margin-right: 65px;
    width: 225px;
}

#p4{
    margin-right: 53px;
    width: 156px;
}

#p5{
    margin-right: 64px;
    width: 216px;
}

#p6{
    margin-right: 53px;
    width: 187px;
}

#p7{
    margin-right: 92px;
    width: 134px;
}



/* bottom end */

/* page 1 */
#page1, #page2, #page3{
	position: absolute;
	width: 1920px;
	height: 1080px;
    left: 0px;
    top: 0px;
    z-index: 2;
    display: none;
}




.terms{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    top: -30px;
	font-size: 22px;
	line-height: 1;
	font-weight: 300;
	text-align: center;
	direction: rtl;
	color: #fff;
    display: none;
    text-decoration: none;
    /*text-shadow: 4px 4px 6px rgba(0,0,0,0.75);*/
}
.terms a{
    color: #fff;
    text-decoration: underline;
}
/* page 1 end */


/* form */
h2{
	position: relative;
	width: 100%;
	height: auto;
    float: right;
    margin: 0px 0px 10px 0px;
	z-index: 2;
	padding: 0;
	font-size: 56px;
	line-height: 0.8;
	font-weight: 700;
	text-align: center;
	direction: rtl;
	color: #008445;
}

h3{
    position: relative;
    width: 100%;
    height: auto;
    float: right;
    margin: 0px 0px 15px 0px;
	padding: 0;
	font-size: 42px;
	line-height: 0.8;
	font-weight: 500;
	text-align: center;
	direction: rtl;
	color: #008445;
    
}

#formHolder{
    position: absolute;
    width: 1040px;
    height: 530px;
    right: 60px;
    top: 125px;
    z-index: 5;
    background: rgba(255,255,255,0.8);
    border-radius: 12px;
}

#fPart1{
    position: absolute;
    width: 500px;
    height: auto;
    right: 35px;
    top: 35px;
    z-index: 2;
}

#fPart2{
    position: absolute;
    width: 390px;
    height: auto;
    left: 35px;
    top: 35px;
    z-index: 2;
}


.formTitle{
    position: relative;
    width: 100%;
    height: auto;
    float: right;
    margin: 0;
	padding: 0;
	font-size: 36px;
	line-height: 1;
	font-weight: 600;
	text-align: right;
	direction: rtl;
	color: #fff;
    white-space: nowrap;
    /*text-shadow: 4px 4px 6px rgba(0,0,0,0.75);*/
    
}

.inputTextArea{
	position: relative;
	width: 492px;
	height: 216px;
	float: right;
	margin: 0px 0px 10px 0px;
	font-size: 24px;
	font-weight: normal;
	background-color: #6bb03f;
	color: #fff;
	text-align: center;
	direction: rtl;
	outline: 1;
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
    border: 4px solid #6bb03f;
    padding: 10px 0px;
}

.inputText{
	position: relative;
	width: 382px;
	height: 44px;
    text-indent: 25px;
	float: right;
	margin: 10px 0px 10px 0px;
	font-size: 24px;
	font-weight: normal;
	background-color: #6bb03f;
	color: #fff;
	text-align: right;
	direction: rtl;
	outline: 1;
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
    border: 4px solid #6bb03f;
}

.chHolder{
	position: relative;
	width: 100%;
	float: right;
	height: auto;
	margin: 0px 0px 10px 0px;
}
.ch{
	position: relative;
	width: 20px;
	height: 20px;
	float: right;
	margin: 0px 0px 0px 10px;
	z-index: 3;
}
.cr{
	position: relative;
	width: 20px;
	height: 20px;
	float: right;
	margin: 0px 0px 0px 10px;
	z-index: 3;
}
.chLabel1{
	position: relative;
	width: 460px;
	height: auto;
	float: right;
	margin: 0;
	z-index: 3;
	direction: rtl;
	text-align: right;
    font-size: 20px;
	color: #008445;
	font-weight: 400;
	line-height: 1;
}
.chLabel{
	position: relative;
	width: 350px;
	height: auto;
	float: right;
	margin: 0;
	z-index: 3;
	direction: rtl;
	text-align: right;
    font-size: 18px;
	color: #008445;
	font-weight: 400;
	line-height: 1;
}

.chLabel a{
	color: #008445;
	text-decoration: underline;
}

.uplBut{
	position: relative;
	width: 340px;
	height: 36px;
	float: right;
	margin: 0px 75px 40px 75px;
	z-index: 1;
	background-color: #005634;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 5px solid #fff;
	line-height: 36px;
    font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	direction: rtl;
	text-decoration: none;
	
}

.formBut{
	position: relative;
	width: 200px;
	height: 50px;
	float: left;
	margin: 10px 90px 10px 90px;
	z-index: 1;
	background-color: #005634;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 5px solid #fff;
    font-size: 30px;
	line-height: 50px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	direction: rtl;
	text-decoration: none;
	
}
.formBut a{
	text-decoration: none;
	color: #fff;
}
#formSubmitT{
    display: none;
    opacity: 0.5;
}
.errors{
	position: relative;
	width: 100%;
	height: 30px;
	float: right;
	z-index: 3;
	font-size: 20px;
	font-weight: 400;
    line-height: 30px;
	text-align: center;
	direction: rtl;
	color: #FFF!important;
	margin: 20px 0px;
}

#UploadForm{
	position: absolute;
	z-index: 0;
	left: -500px;
	top: -100px;
}

/* page 2 end */
/* page 3 */

.thanksHolder{
    position: absolute;
    width: 1040px;
    height: 500px;
    right: 60px;
    top: 155px;
    z-index: 5;
    background: rgba(255,255,255,0.8);
    border-radius: 12px;
}


.thanksTitle{
    position: relative;
    width: 100%;
    height: auto;
    float: right;
    margin: 130px 0px 0px 0px;
	padding: 0;
	font-size: 100px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	direction: rtl;
	color: #008445;    
}
.thanksText{
    position: relative;
    width: 100%;
    height: auto;
    float: right;
    margin: 0px 0px 0px 0px;
	padding: 0;
	font-size: 90px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	color: #008445;    
}

.closeTitle{
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0px;
    bottom: 10px;
	padding: 0;
	font-size: 54px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	direction: rtl;
	color: #008445;    
}
/* page 3 end */


.privacy{
    position: absolute;
    width: auto;
    white-space: nowrap;
    height: auto;
    left: 25px;
    top: 25px;
    margin: 0;
    display: block;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	text-align: left;
	direction: rtl;
	color: #fff;
    text-decoration: underline;    
}

.privacy a{
	color: #fff;
    text-decoration: underline;
}



.footer{
	position: fixed;
	width: 1920px;
	height: 80px;
	right: 0px;
	bottom: 0px;
	z-index: 30;
	background: rgba(0,0,0,0.7);
	display: none;
}
.ftext{
	position: absolute;
	width: 1500px;
	height: 60px;
	right: 150px;
	top: 15px;
	margin: 0;
	z-index: 20;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	color: #fff;
	text-align: right;
	direction: rtl;
	
}
.ftext a{
	color: #fff;
	text-decoration: underline;
}

#okBtn{
	position: absolute;
	width: 150px;
	height: 40px;
	left: 40px;
	top: 15px;
	z-index: 1;
	background-color: #005634;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 5px solid #fff;
    font-size: 22px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	direction: rtl;
	text-decoration: none;

}

