﻿.div1
{
	background-image: url('../Imgs/z10.jpg');
	background-position: center center;
	background-size: auto 100%;
	height: 450px;
	width: 100%;
	position: relative;
}
.div1-0
{
	height: 100%;
	width: 900px;
	left: 50%;
	transform: translate(-50%);
	position: absolute;
}
.div1-1
{
	font-family: IranSansDN;
	font-size: 36px;
	color: Black;
	right: 0px;
	top: 50px;
	position: absolute;
}
.div1-2
{
	font-family: IranSansFA;
	font-size: 22px;
	color: #666666;
	right: 0px;
	top: 120px;
	position: absolute;
}
.div1-3
{
	bottom: 0px;
	width: 100%;
	position: absolute;
	overflow: auto;
	
}
.div1-4
{
	font-family: IranSansDN;
	font-size: 40px;
	color: #F17834;
	left: 0px;
	bottom: 190px;
	position: absolute;
}
.div1-5
{
	font-family: IranSansFA;
	font-size: 12pt;
	color: #666666;
	right: 0px;
	bottom: 100px;
	position: absolute;
}
.Itm
{
	font-family: IranSansDNFA;
	font-size: 16px;
	color: Black;
	cursor: pointer;
	border-radius: 6px 6px 0px 0px;
	padding-left: 15px;
	padding-right: 15px;
	width: max-content;
}

.div2
{
	padding: 50px 0px 50px 0px;
}
.xdiv
{
	display: inline-block;
	transition: 0.2s;
	margin: 15px;
}
.xdiv:hover
{
	filter: drop-shadow(0px 10px 10px rgba(0 ,0 ,0 , 0.2));
}
.Tb1
{
	font-family: IranSansFA;
	font-size: 14px;
	color: White;
	background-color: #555555;
	border-radius: 6px 6px 0px 0px;
}
.Tb2
{
	border: 0.5px solid #AAAAAA;
	border-radius: 0px 0px 6px 6px;
	background-color: White;
}
.Tb3
{
	font-family: IranSansDN;
	font-size: 26px;
	color: #575757;
	height: 100px;
}
.Tb4
{
	font-family: IranSansFA;
	font-size: 18px;
	color: Black;
}
.Tb5
{
	font-family: IranSansFA;
	font-size: 14px;
	color: #575757;
	margin: 0px;
	padding: 20px;
}
.Tb6
{
	width: 250px;
}

@media screen and (max-width: 1000px)
{
	.div1-0 { width: 95%; }
}
