/*----- Fonts ----*/
@font-face{
	font-family: Bbadr;
	src:url(../fonts/BBADR.eot) format('eot'),
		url(../fonts/BBADR.woff) format('woff'),
		url(../fonts/BBADR.TTF) format('truetype');
}
@font-face{
	font-family: Bkoodak;
	src:url(../fonts/BKOODB.eot) format('eot'),
		url(../fonts/BKOODB.woff) format('woff'),
		url(../fonts/BKOODB.TTF) format('truetype');
}
@font-face{
	font-family: Btitr;
	src:url(../fonts/BTITRBD.eot) format('eot'),
		url(../fonts/BTITRBD.woff) format('woff'),
		url(../fonts/BTITRBD.TTF) format('truetype');
}
/*----- General Styles ----*/

body{
	direction: rtl;
	background: url("../images/back2.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: -moz-scrollbars-vertical;
	overflow-x:hidden;
}
.pic{
	display: flex;
	width: 100%;
	/*height: 700px;*/
	/*z-index: -10;*/
	background-image: url("../images/baner2.jpg");
	-webkit-filter: saturate(60%);
	background-repeat: no-repeat;
	background-size: cover;
}
.pic h1{
	font-family: Bbadr;
	font-size: 70px;
	margin: 100px;
	text-shadow: -3px -3px 1px #EAE6E1;
	transition: transform 3s,color 3s;
}
.pic h1:hover{
	transform: scale(1.1,1.1);
	color:green;
}
.pic ul{
	display: flex;
	width: 200px;
	margin-right: 50px;
	padding: 5px;
	flex-direction: column;
}
.pic li{
	display: flex;
	width: 80px;
	height: 50px;
	border: 1px solid #ECFBCE;
	margin:7px;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	transition: transform 2s,border 2s;
}
.pic ul li a{
	text-decoration: none;
	font-family: btitr;
	font-size: 22px;
	color: #000;
	/*display: block;*/
}
.pic ul li:hover{
	transform: scale(1.1,1.1);
	border: none;
}
nav{
	display: flex;
	flex-wrap: wrap-reverse;
	opacity: 0.7;
	justify-content: space-around;
	align-items: center;
}
.left{
	display: flex;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
	line-height: 1.8;
	background-color: #ECFBCE;
	height: 200px;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	margin: 5px 0px;
}
.left a{
	text-decoration: none;
	color: #000;
}
.right{
	display: flex;
	background-color: #ECFBCE;
	height: 100px;
	border-radius: 5px;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin: 5px 0px;
}
.search,.input,.buy,.tel {
	font-family: btitr;
	font-size: 20px;
	margin:20px;
}

.yashm{
	background: url("../images/yashm3.jpg") no-repeat center center;
	border-radius: 150px;

	width: 240px;
	height: 240px;
	margin: 5px 0px;
}
.row33 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	vertical-align: baseline;
}
.products{
	display: flex;
	background-color: #fff;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-bottom: 50px;
}
.bord1{
	background: url("../images/among1.jpg") no-repeat center center;
	width: 100%;
	height: 80px;
	background-size: cover;
}
.pro{
	width: 300px;
	height: 200px;
	border-radius: 5px;
	margin-top: 20px;
	background-color: #ECFBCE;
}
.pic-bottom{
	display: flex;
	width: 100%;
	height: 400px;
	background-image: url("../images/picbottom2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	justify-content: flex-end;
}
.pic-text{
	display: flex;
	flex-direction: column;
    font-family: btitr;
    padding: 50px;
    align-content: stretch; 
}
.pic-text h1{
    font-size: 30px;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    margin: 10px;
}

footer{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background-color: #478a2b;
	padding: 30px;
	opacity: 0.8;
}
h2{
	color: #EAE6E1;
	font-size: 20px;
	font-family: btitr;
	text-align: center;
	font-weight: bold;
}
.tel-f,.loc,.mail{
	color: #fff;
	text-shadow: -1px -1px 1px #000;
	font-family: btitr;
	font-size: 20px;
	margin:20px;
}
.company{
	background-color: #478a2b;
	padding: 40px;
	text-align: center;
	color: #fff;
	font-family: btitr;
	font-size: 15px;
	opacity: 0.8;

}



.top-menu {

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	direction: rtl;
}
.top-menu ul{
	list-style-type: none;
	position: relative;
}
.top-menu li{
	display:inline-block;
	width: auto;
	height: 50px;
	padding-right:8px;
	padding-left:8px;
	background-color: #5ef364;
	border-radius: 12px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 2;
	box-shadow: 0px -5px 10px gray;
	transition: transform 0.5s;
	cursor: pointer;

	/*text-align: center;*/
}
.top-menu li a{
	color:black;
	text-decoration: none;
	font-size: 16px;
	/*text-shadow: -1px -1px 5px #000;*/
	display: block;

}

.top-menu li:hover{
	transform: translate(0px,-8px);
	/*height: 60px;*/

}
.top-menu li:hover > a{
	color: #ffffff;
	text-shadow: 2px 2px 2px #000;
}
.top-menu li ul li:hover > a{
	color: #fff;
}
.top-menu li ul{
	z-index: 2000000;
	position:absolute;
	padding:0;
	visibility:hidden;
	/*opacity: .9;*/
}
.top-menu li ul li{
	z-index: 2000000;
	display:block;
	cursor: pointer;
	width: 200px;
	padding-right:2px;
	padding-left:2px;
	height: 50px;
}
.top-menu li ul li a{
	display:block;
	z-index: 2000000;
}

.top-menu li:hover > ul
{
	visibility:visible;
}

.product_box
{
	width:25%;
}

@media screen and (max-width: 2960px){

	nav{
		flex-direction: row;
	}
	.pic{
		flex-direction: row;
	}
	.product_box
	{
		width:23%;
	}
}
@media screen and (max-width: 960px){
	.pic{
	height: 350px;
	}
	.pic-bottom{
	height: 350px;
	}
	nav{
	flex-direction: column;
	}
	.pic{
	flex-direction: row;
}
	.product_box
	{
		width:33%;
	}
}
@media screen and (max-width: 700px){
	.pic{
	height: 250px;
	}
	.pic-bottom{
		height: 250px;
	}
	.search,.input,.buy,.tel {
	font-family: btitr;
	font-size: 17px;
	margin:20px;
	}
	.pic h1{
	font-size: 30px;
	}
	.product_box
	{
		width:45%;
	}
}
@media screen and (max-width: 500px){
	.pic{
	height: 200px;
	}
	.pic-text h1,p{
    font-size: 22px;
}
	.product_box
	{
		width:85%;
	}
}