/* CSS Document */


* { margin: 0; padding: 0; }
a img{border:none}
img
{  border-style: none;
}
textarea { resize:none; }
textarea:focus, input:focus{
    outline: 0;
}
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: 0;
}
body, html {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	overflow-x:hidden;
	font-family: 'Pronto',Arial, Helvetica, sans-serif;
	/*background: url(images/back.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	background-image: url("images/bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position:center center;
	
}

/* header */


#MainDiv{
	position: absolute;
	width:1920px;
	height: 900px;
	left:0px;
	top:0px;
	z-index: 5;
	overflow: hidden;
}
#logoHolder{
	position: relative;
	width: 1920px;
	height: 132px;
	left: 0px;
	top: 0px;
	z-index: 5;
	background-color: #fff;
}
#logo{
	position: absolute;
	width: 194px;
	height: 94px;
	right: 863px;
	top: 19px;
	z-index: 5;
	background-image: url("images/logo.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position:left top;
	
}

.page{
	position: absolute;
	width: 1920px;
	height: 900px;
	left: 0px;
	top: 0px;
	margin: 0;
	z-index:5;
	display: none;
}

.btn{
	position: absolute;
	height: 80px;
	z-index: 10;
	font-size: 50px;
	font-weight: 700;
	line-height: 80px;
	text-align: center;
	padding: 0;
	text-decoration: none;
	display: block;
	color: #3b2774;
	background-color: #fff;
	border: 2px solid #3b2774;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}




.inputSelect{
	position: relative;
	width: 534px;
	height: 47px;
	text-indent:15px;
	margin: 0;
	padding: 0;
	font-family: "Pronto",Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: normal;
	-webkit-appearance: none;       
	-moz-appearance: none;    
	appearance: none;
	background: url('images/select.png') no-repeat;         
	background-position: left top;                
	background-size: auto 100%;
	background-color: #fff;
	color: #000;
	text-align: right;
	direction: rtl;
	outline: 1;
	border: 2px solid #3b2774;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
/*
select.inputSelect option.option2
{
 	font-family: 'NarkisTam_med', sans-serif;
   background-color: #fff;
	color: #00315c;
	text-indent:15px;
}

select option {
    color: #00315c;
}
select option:first-child {
    color: #00315c;
}
*/

/* footer */


/* page1 */
#page1{
	display: block;
}

#hpHolder{
	position: absolute;
	width: 798px;
	height: auto;
	right: 162px;
	top: 280px;
	z-index: 12;
}


h1{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	font-size: 44px;
	font-weight: 300;
	line-height: 0.9;
	color: #fff;
	text-align: center;
	direction: rtl;
	padding: 0;
	margin: 0;
}
h2{
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	z-index: 2;
	font-size: 98px;
	font-weight: 400;
	line-height: 0.8;
	color: #fff;
	text-align: center;
	direction: rtl;
	padding: 0;
	margin: 10px 0px 35px 0px;
}



#textFlax{
	position: relative;
	width: 798px;
	height: 119px;
	float: left;
	z-index: 5;
	background-image: url("images/text_flax.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position:left top;
	
}



#txt1{
	position: absolute;
	width: 164px;
	height: auto;
	right: 62px;
	top: 40px;
	z-index: 5;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: center;
	direction: rtl;
	
}
#txt2{
	position: absolute;
	width: 170px;
	height: auto;
	right: 440px;
	top: 25px;
	z-index: 5;
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: center;
	direction: rtl;
	
}

#hpBtn{
	position: relative;
	width: 468px;
	height: 60px;
	float: left;
	margin: 10px 157px 30px 157px;
	z-index: 1;
	background-color: #8ad1f1;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	border: 4px solid #fff;
	font-size: 44px;
	line-height: 60px;
	font-weight: 700;
	color: #7c69ac;
	text-align: center;
	direction: rtl;
	text-decoration: none;
	
}
#hpBtn a{
	text-decoration: none;
	color: #7c69ac;
}
/* page 1 */

/* pop creator */

#overDiv{
	position: absolute;
	width: 1920px;
	height: 770px;
	left: 0px;
	top: 132px;
	z-index: 25;
	background: rgba(255,255,255,0.5);
	display: none;
}
#result{
	position: absolute;
	width: 920px;
	height: 400px;
	left: 500px;
	top: 220px;
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	z-index: 30;
	box-shadow: 0px 0px 6.3px 0.7px rgba(0, 0, 0, 0.5);
	display: none;
}


#popup{
	position: absolute;
	width: 1430px;
	height: 800px;
	left: 245px;
	top: 70px;
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	z-index: 30;
	box-shadow: 0px 0px 6.3px 0.7px rgba(0, 0, 0, 0.5);
	display: none;
}
#close{
	position: absolute;
	width: 37px;
	height: 37px;
	right: 15px;
	top: 15px;
	z-index: 5;
	background-image: url("images/close.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position:left top;
}

.popupHolder{
	position: absolute;
	width: 590px;
	height: auto;
	right: 100px;
	top: 74px;
}

/* pop creator end */
h3{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	font-size: 60px;
	font-weight: 700;
	line-height: 0.8;
	color: #7c69ac;
	text-align: right;
	direction: rtl;
	padding: 0;
	margin: 0;
}

h4{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	font-size: 32px;
	font-weight: 300;
	line-height: 1;
	color: #7c69ac;
	text-align: right;
	direction: rtl;
	padding: 0;
	margin: 30px 0px 30px 0px;
}
h5{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	z-index: 2;
	font-size: 60px;
	font-weight: 700;
	line-height: 0.8;
	color: #7c69ac;
	text-align: center;
	direction: rtl;
	padding: 0;
	margin: 0;
	margin-top: 50px;
}

.greatChoose{
	position: relative;
	width: 70px;
	height: 70px;
	float: right;
	margin: 0px 0px 0px 25px;
	border-radius: 50%;
}
.grChooseOver{
	box-shadow: 0px 0px 10.3px 0.7px rgba(0, 0, 0, 0.5);
	/*border: 2px solid #fff;*/
}

.ch1{
	background-color: #3a2774;
}

.ch2{
	background-color: #7c69ac;
}

.ch3{
	background-color: #8ad1f1;
}

.line1{
	position: absolute;
	width: 100%;
	height: 70px;
	left: 0px;
	top: 0px;
	z-index: 2;
	font-size: 22px;
	font-weight: 300;
	line-height: 70px;
	color: #fff;
	text-align: center;
	direction: rtl;
	padding: 0;
	text-decoration: none;
}

.line2{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 15px;
	z-index: 2;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	text-align: center;
	direction: rtl;
	padding: 0;
	text-decoration: none;
}


.inputText{
	position: relative;
	width: 550px;
	height: 40px;
	float: right;
	margin: 0px 30px 0px 0px;
	text-indent: 15px;
	font-size: 34px;
	font-weight: normal;
	background-color: transparent;
	color: #3a2774;
	text-align: right;
	direction: rtl;
	outline: 1;
	font-family: "Pronto",Arial, Helvetica, sans-serif;
	border: none;
	border-bottom: 2px solid #3a2774;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}


.theBox{
	position: absolute;
	width: 640px;
	height: 973px;
	left: 0px;
	top: 0px;
	z-index: 5;
}
.greatingHolder{
	position: absolute;
	width: 480px;
	height: 730px;
	left: 60px;
	top: 35px;
	z-index: 5;
}
.greating{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 0px;
	z-index: 5;
	display: none;
}
.picG{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.textLine{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 25px;
	z-index: 5;
}

.line1F{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 10px 0px 0px 0px;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	direction: rtl;
}
.line2F{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 0px 0px 0px 0px;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	direction: rtl;
}

.white{
	color: #fff;
}
.blue{
	color: #8572b2;
}

.gr1txt1{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	direction: rtl;
	color: #fff;
	line-height: 0.9;
}

.gr1txt2{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
	font-size: 70px;
	font-weight: 700;
	text-align: center;
	direction: rtl;
	color: #fff;
	line-height: 0.9;
}

.gr1{
	display: block;
}
.gr2{
	display: none;
}
.gr3{
	display: none;
}


#createBtn{
	position: absolute;
	width: 300px;
	height: 50px;
	left: 90px;
	top: 705px;
	z-index: 10;
	background-color: #3a2774;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	direction: rtl;
	text-decoration: none;
	
}
#createBtn a{
	text-decoration: none;
	color: #fff;
}

/* page 3 */
.page3Holder{
	position: absolute;
	width: 1144px;
	height: 257px;
	left: 388px;
	top: 290px;
	z-index: 5;

}


/* page 4 */
#printFR{
	position: absolute;
	width: 1920px;
	height: 660px;
	left: 0;
	top: 0;
	z-index: -999;
}






.socialHolder{
	position: relative;
	width: 315px;
	height: auto;
	float: left;
	margin: 25px 302.5px;
	z-index: 5;
	
}
.sIcon{
	position: relative;
	width: 75px;
	height: 75px;
	float: right;
	margin: 0px 15px 0px 15px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position:left top;
}
#down{
	background-image: url("images/down.png");
}
#fb{
	background-image: url("images/fb.png");
}
#wa{
	background-image: url("images/wa.png");
}

#replayBtn{
	position: relative;
	width: 568px;
	height: 60px;
	float: left;
	margin: 0px 176px 0px 176px;
	z-index: 1;
	background-color: #8ad1f1;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	border: 4px solid #3a2774;
	font-size: 36px;
	line-height: 60px;
	font-weight: 700;
	color: #7c69ac;
	text-align: center;
	direction: rtl;
	text-decoration: none;
}

#termsHolder{
	position: absolute;
	width: 1920px;
	height: 20px;
	right: 0px;
	bottom: 20px;
	z-index: 5;
}


.termsText{
	position: relative;
	width: auto;
	height: 20px;
	float: left;
	padding: 0px 25px 0px 25px;
	margin: 0;
	white-space: nowrap;
	z-index: 20;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #fff;
	text-align: left;
	direction: rtl;
	display: block;
	text-decoration: underline;
}
.termsText a{
	color: #fff;
	text-decoration: underline;
}
.wrapper{
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	margin: 0;
}
.formWrap{
	margin-top: 15px!important;
}



.mainShareButton {
    text-align: center;
    margin: 20px 0;
}

.mainShare {
    background: linear-gradient(45deg, #8ad1f1, #7c69ac);
    color: white !important;
    border: none;
    font-size: 28px;
    padding: 15px 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.mainShare:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

/* הסתרת כפתורים ספציפיים במובייל */
@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }
}

@media (min-width: 769px) {
    .mainShareButton {
        display: none;
    }
}

/* אייקונים חדשים */
#email {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23007bff' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.89 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
    background-color: #007bff;
    border-radius: 50%;
}

#copy {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z'/%3E%3C/svg%3E");
    background-color: #6c757d;
    border-radius: 50%;
}

.footer{
	position: fixed;
	width: 1520px;
	height: 80px;
	right: 0px;
	bottom: 0px;
	z-index: 30;
	background: rgba(0,0,0,0.7);
	display: none;
}
.ftext{
	position: absolute;
	width: 1250px;
	height: 60px;
	right: 20px;
	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: #8ad1f1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 4px solid #fff;
	font-size: 26px;
	line-height: 40px;
	font-weight: 400;
	color: #7c69ac;
	text-align: center;
	direction: rtl;
	text-decoration: none;
}