@charset "utf-8";
@import url("../webfonts/Mj_Abasan/stylesheet.css");
@import url("../webfonts/Far_TV/stylesheet.css");
@import url("../webfonts/IranNastaliq/stylesheet.css");
@import url("../webfonts/Far_Nazanin/stylesheet.css");










*{
	padding: 0;
	margin: 0;
}


li {
    font-size: xx-large;
}
header {
    width: 100%;
    background-repeat: repeat;
    height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/photo%20header.jpg);
    text-align: center;
	}
.Ldiv {
    float: left;
    line-height: 100px;
   
}

header nav {
    width: 100%;
    display: inline-block;
    line-height: 15px;
    margin-top: 20px;
}


header div {
    width: 100%;
    height: 80px;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    background-position: right 0%;
}
	nav ul li:hover  {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: #90D2F7;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
	}
nav ul li {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: #A4A4A4;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    margin-top: 20px;
    font-size: large;
    text-align: center;
}
nav ul li a {
    text-decoration: none;
    color: #FAFAFA;
}
.Ldiv h1 {
    font-family: black-ops-one;
    font-style: normal;
    font-weight: 400;
}
footer {
    width: 100%;
    height: 100px;
    background-color: #99CDF1;
    background-image: url(../images/39-392601_world-map-footer-background-rise-of-the-planet.png);
    background-repeat: repeat-x;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
}
 

footer hr, img {
    display: inline-block;
}
footer hr {
    width: 250px;
    background-color: #5B656A;
    height: 2px;
    margin-top: 50px;
}
footer img {
    margin-top: 30px;
    margin-right: 10px;
    margin-left: 10px;
}
footer img:hover {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
	opacity: 0.6;
}
aside {
    float: left;
    width: 30%;
    height: 700px;
    position: relative;
    background-color: rgba(168,203,236,1.00);
}
aside .topdiv {
    padding-right: 30px;
    width: 70%;
    height: 220px;
    position: relative;
    margin-top: 2px;
    background-color: rgba(168,203,236,1.00);
}
.topdiv form  {
    text-align: center;
    position: absolute;
    bottom: 5px;
    margin-left: 30px;
    left: 10px;
    top: 1px;

}



aside form img {
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,1.00);
}
aside .div2 {
    width: 55%;
    position: absolute;
    overflow-y: scroll;
    height: 300px;
    margin-top: 5px;
}
aside .div2 ul li {
    font-size: 15px;
    line-height: 50px;
    margin-left: 60px;
    font-family: "Far Nazanin";
}


input[type=text] {
    background-color: rgba(213,237,247,1.00);
    border-style: none;
    border-radius: 5px;
    border: 1px solid rgba(90,90,255,1.00);
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}
input[type=password] {
    background-color: rgba(213,237,247,1.00);
    border-style: none;
    border-radius: 5px;
    border: 1px solid rgba(90,90,255,1.00);
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}
input[type=submit] {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-right: 35px;
    padding-left: 35px;
    background-color: rgba(77,159,196,1.00));
    color: darkblue;
    border: 1px solid rgba(90,90,255,1.00);
    border-radius: 5px;
    margin-right: 70px;
    font-family: "Far Nazanin";
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    margin-left: 70px;
}
input[type=date] {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 18px;
    background-color: rgba(213,237,247,1.00);
    border-style: none;
    border-radius: 5px;
    border: 1px solid rgba(90,90,255,1.00);
}
aside:hover  {
    text-shadow: 0px 0px 5px rgba(54,108,129,1.00);
    text-decoration: none;
}



main {
    width: 100%;
    height: 700px;
    background-image: -webkit-linear-gradient(270deg,rgba(250,250,250,1.00) 0%,rgba(148,222,244,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(250,250,250,1.00) 0%,rgba(148,222,244,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(250,250,250,1.00) 0%,rgba(148,222,244,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(250,250,250,1.00) 0%,rgba(148,222,244,1.00) 100%);
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: cover;
}

body main table {
    margin-right: 15%;
}
main table .tr1 td  {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    text-align: center;
    font-size: 30px;
    color: rgba(255,255,255,1.00);
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(167,210,255,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(167,210,255,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(167,210,255,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(167,210,255,1.00) 100%);
	
	transition: transform all 1s linear;

	
}
main table .tr1 td:hover{
	
	transform:translateY(-10px);
}
main table .tr2 td  {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    font-size: 30px;
    color: rgba(255,255,255,1.00);
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
	transition: transform all 1s linear;
}
main table .tr2 td:hover{
	
transform:translateY(-10px);
}
.tr, .tr2, a {
    color: rgba(255,255,255,1.00);
}

main div form {
    display: inline-block;
    margin-right: 100px;
}
main div {
    width: 32%;
    height: 400px;
    margin-top: 60px;
    margin-right: 40px;
    margin-bottom: 20px;
    margin-left: 20px;
    position: absolute;
    background-color: rgba(214,213,211,0.60);
    font-family: "Far TV";
    font-size: 18px;
    text-align: right;
    padding-top: 30px;
    padding-right: 120px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.selector {
    background-image: url("../images/person.webp");
    padding-left: 130px;
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    background-color: rgba(213,237,247,1.00);
    border-style: none;
    border-radius: 5px;
    border: 1px solid rgba(90,90,255,1.00);
    background-position: right center;
}
.selector2 {
    background-image: url(../images/seat.webp);
    padding-left: 120px;
    background-repeat: no-repeat;
	background-position: right center;
	margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    background-color: rgba(213,237,247,1.00);
    border-style: none;
    border-radius: 5px;
	border: 1px solid rgba(90,90,255,1.00);
}
.mainav {
    display: inline-block;
    line-height: 15px;
    margin-top: 20px;
    margin-right: 20px;
    position: absolute;
	
}
.mainav ul li {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(17,82,156,1.00);
    border: 1px solid #FFFFFF;
    margin-top: 20px;
    font-size: large;
    text-align: center;
    line-height: 15px;
    font-family: "Far TV";
}
.mainav ul li:hover  {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: #90D2F7;
    border: 1px solid #FFFFFF;
}
.selector img {
    padding-right: 2px;
}
section {
    width: 50%;
    height: 700px;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    text-align: center;
    color: rgba(244,244,244,1.00);
    font-family: "Far TV";
    font-style: normal;
    font-weight: 400;
}
main section h3 {
    font-family: "Mj Abasan";
    color: rgba(0,0,0,1.00);
    font-size: 25px;
	margin-right: 150px;}
