@charset "utf-8";
@import url("css/fly.css");





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;
   
}
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;
}

header nav {
    width: 100%;
    display: inline-block;
    line-height: 15px;
    margin-top: 20px;
}
.Ldiv h1 {
    font-family: black-ops-one;
    font-style: normal;
    font-weight: 400;
}


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;
}
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;
}
aside {
    float: left;
    width: 20%;
    height: 700px;
}
aside form {
    margin-top: 20px;
}
aside form img {
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,1.00);
}


aside form {
    text-align: center;
}
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=submit] {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 5px;
    padding-right: 50px;
    padding-bottom: 5px;
    padding-left: 50px;
    background-color: rgba(248,36,169,1.00);
    border: 1px solid rgba(90,90,255,1.00);
    border-radius: 5px;
    margin-right: 75px;
    font-family: "Far Nazanin";
    font-size: 20px;
}
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;
    position: relative;
    background-image: url(../images/flight.jpg), -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(148,222,244,1.00) 100%);
    background-image: url(../images/flight.jpg), -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(148,222,244,1.00) 100%);
    background-image: url(../images/flight.jpg), -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(148,222,244,1.00) 100%);
    background-image: url(../images/flight.jpg), linear-gradient(180deg,rgba(255,255,255,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);
}
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;
}
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;
}
