/*----- 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 ----*/
html{
  overflow: -moz-scrollbars-vertical;
	overflow-x:hidden; 
}
body{
	direction: rtl;
	background-color: #DFE0E0;
}



.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: gray;
	border-radius: 12px;
	margin: 2px;
	text-align: center;
	line-height: 3;
	box-shadow: 0px -5px 10px gray;
	transition: transform 0.5s;
	cursor: pointer;

	/*text-align: center;*/
}
.top-menu li a{
	color:white;
	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: #000;
	text-shadow: 0px 0px 0.2px #000;
}
.top-menu li ul li:hover > a{
	color: #000;
}
.top-menu > li:first-child ,  li:first-child ul li{
	background-color: #45a8a2;
}
.top-menu > li:nth-child(2) ,  li:nth-child(2) ul li{
	background-color: #45a8a2;
}
.top-menu > li:nth-child(3) ,  li:nth-child(3) ul li{
	background-color: #EDEDED;
	/*width: 135px;*/
}
.top-menu > li:nth-child(4) ,  li:nth-child(4) ul li{
	background-color: #AF498A;
	/*width: 120px;*/
}
.top-menu > li:nth-child(5) ,  li:nth-child(5) ul li{
	background-color: #AD1EFF;
}
.top-menu > li:nth-child(6) ,  li:nth-child(6) ul li{
	background-color: #781EFF;
	/*width: 125px;*/
}
.top-menu > li:nth-child(7) ,  li:nth-child(7) ul li{
	background-color: #424093;
}
.top-menu > li:nth-child(8) ,  li:nth-child(8) ul li{
	background-color: #408493;
}
.top-menu > li:nth-child(9) ,  li:nth-child(9) ul li{
	background-color: #449340;
	/*width: 110px;*/
}
.top-menu > li:nth-child(10) ,  li:nth-child(10) ul li{
	background-color: #739340;
}
.top-menu > li:nth-child(11) ,  li:nth-child(11) ul li{
	background-color: #BDD422;
	/*width: 123px;*/
}
.top-menu > li:last-child ,  li:last-child ul li{
	background-color: #45a8a2;
	/*width: 145px;*/
}

.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: 250px;
	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;
}

.d1{
	display: flex;
	margin-right: 15px;
}
.d1 li{
	margin: 10px;
	/*border-left: 2px solid #e4ce51;*/
	padding-left: 10px;
}
.d1 li:last-child{
	border-left: none;
}
.d1 li a{
	text-decoration: none;
	color: #000000;
	font-size: 17px;
	font-family: btitr;
	font-weight: bold;
	/*text-shadow: 1px 1px 0.5px #053D6C;*/
}

.container {
	width: 100%;
	/*height: 70px;*/
	display: flex;
	justify-content: space-around; /*flex-end space-between space-around*/
	flex-wrap: wrap;
	padding: 10px;
	background-color:#45A8A2;
}
.row33 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	vertical-align: baseline;
}

.pic{
	display: flex;
	width: 100%;
	height: 500px;
	background-image: url("../images/top.gif");
	/*margin-left: auto; margin-right: auto;*/
	background-repeat: no-repeat;
	background-size: contain;
}
.pic h1{
	font-family: Bbadr;
	font-size: 70px;
	margin-top: 52px;
	margin-right: 35px;
	text-shadow: -3px -3px 1px #EAE6E1;
	transition: transform 3s,color 3s;
}
.pic h1:hover{
	transform: scale(1.1,1.1);
	color: #45A8A2;
}

nav{
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: space-around;
	align-items: center;
	background-color: #45A8A2;
}
.left{
	display: flex;
	height: 60px;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	margin: 5px 0px;
}
.left a{
	text-decoration: none;
	color: #000;
}
.right{
	display: flex;
	height: 60px;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	margin: 5px 0px;
}
.search,.input_,.buy,.tel {
	font-family: btitr;
	font-size: 20px;
	margin:20px;
}

.products{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-bottom: 50px;
}
.pro{
	width: 300px;
	height: 200px;
	border-radius: 5px;
	margin-top: 20px;
	background-color: #F2F2F2;

}

.pic-bottom{
	display: flex;
	width: 100%;
	height: 500px;
	background-image: url("../images/bottom.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	justify-content: center;
	transition: transform 2s, border-radius 2s, text-shadow 2s;
}
.pic-text{
	display: flex;
	flex-direction: column;
    font-family: btitr;
    padding: 10px;
    align-content: stretch; 
    
}
.pic-text h3,p{
    /*font-size: 30px;*/
    text-shadow: -1px -1px 1px #fff;
    text-align: center;
    margin: 10px;
}
.pic-bottom:hover{
	transform: scale(0.9,0.9);
	border-radius: 1000px;
}
footer{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	background-color: #45A8A2;
	padding: 30px;
}
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: #45A8A2;
	padding: 40px;
	text-align: center;
	color: #fff;
	/*font-family: btitr;*/
	font-size: 15px;
}
/*--------------------960------------------------*/
@media screen and (max-width: 960px){
	.pic{
	height: 300px;
	}
	.pic-bottom{
	height: 300px;
	}
	.pic{
	flex-direction: row;
	}
	.product_box
	{
		width:33%;
	}
}
/*--------------------700------------------------*/
@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: 27px;
	margin-top: 8px;
	}
	.pic-bottom{
		justify-content: flex-end;
	}
	.pic-text{
		margin-left: 70px;
	}
	.product_box
	{
		width:45%;
	}
}
/*--------------------500------------------------*/
@media screen and (max-width: 500px){
	nav{
		flex-direction: column;
	}
	.pic{
	height: 200px;
	}
	.pic-text h1,p{
    /*font-size: 22px;*/
}
	.pic-bottom{
		justify-content: flex-end;
	}
	.pic-text{
		margin-left: 30px;
	}
	.product_box
	{
		width:85%;
	}
}