@charset "utf-8";
@import url("../webfonts/Vazir/stylesheet.css");
@import url("../webfonts/Shabnam/stylesheet.css");
@import url("../webfonts/Far_Compset/stylesheet.css");


* {
    margin-top: 0px;
    padding-top: 0px;
}

body {

}

#menu {
    width: 100%;
    height: 80px;
    position: fixed;
    margin-top: 10px;
    background-color: rgba(231,231,231,1.00);
    z-index: 5;
}
#menu #menu2 {
    width: 1220px;
    height: 51px;
    background-color: rgba(255,255,255,1.00);
    margin-right: auto;
    margin-left: auto;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    text-align: center;
    margin-top: 10px;
}
#menu #menu2 ul {
    list-style-type: none;
}
#menu2 ul li {
    display: inline-block;
}
#menu2 ul li a {
    text-decoration: none;
    color: rgba(34,34,34,1.00);
    line-height: 51px;
    font-family: Vazir;
    margin-left: 30px;
    font-size: 15px;
	transition: all 200ms;
}
#menu2 ul li a:hover{
    color: rgba(236,24,24,1.00);
}
#main {
    height: 4300px;
    width: 100%;
}
#main #banner {
    height: 677px;
    width: 1341px;
    background-color: rgba(231,231,231,1.00);
    border-bottom-left-radius: 180px;
}
#main #banner #text1 {
    width: 580px;
    height: 677px;
    display: inline-block;
    margin-top: 120px;
    margin-right: 100px;
    text-align: center;
}

#banner #text1 #text2 {
    width: 530px;
    height: 199px;
}
#text1 #text2 p {
    font-family: Vazir;
    font-size: 39px;
    font-weight: normal;
    margin-right: 20px;
    margin-left: 50px;
    padding-top: 10px;
}
#text2 p #span1 {
    color: rgba(243,23,71,1.00);
}

#text1 #text2 #img2 {
    width: 30px;
    height: 30px;
    margin-top: -80px;
    margin-left: 150px;
}

#banner #text1 #text3 {
    width: 100%;
    height: 70px;
    font-family: Vazir;
    text-align: center;
    margin-top: 5px;
}
#text1 #text3 p {
    font-family: Vazir;
    text-align: right;
    margin-right: 60px;
}


#banner #text1 #text4 {
    height: 113px;
    width: 500px;
    margin-top: 20px;
    border: 1px dashed rgba(0,0,0,1.00);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    margin-right: 30px;
}
#text1 #text4 p {
    font-family: Vazir;
    margin-top: 20px;
}
#text4 a {
    text-decoration: none;
}
#text4 a #div1 {
    width: 120px;
    height: 40px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -5px;
    background-color: rgba(243,23,71,1.00);
    font-family: Vazir;
}

a #div1 p {
    font-family: Vazir;
    color: rgba(0,0,0,1.00);
    line-height: 40px;
}


#main #banner img {
    width: 570px;
    height: 500px;
    display: inline-block;
    float: left;
    margin-top: 90px;
    margin-left: 70px;
}
#main #banner #div2 {
    width: 1000px;
    height: 571px;
    margin-top: -230px;
    float: left;
    margin-left: 150px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    background-color: rgba(243,243,243,1.00);
    -webkit-box-shadow: 0px 0px 5px 5px rgba(42,42,42,1.00);
    box-shadow: 0px 0px 5px 5px rgba(42,42,42,1.00);
}
#banner #div2 #img3 {
    width: 40px;
    height: 40px;
    float: right;
    margin-right: 40px;
    margin-top: 10px;
    display: inline-block;
}
#banner #div2 p {
    font-family: Vazir;
    font-weight: bold;
    font-size: 30px;
    float: right;
    margin-top: 10px;
    margin-right: -60px;
    display: inline-block;
}
#banner #div2 form {
    position: relative;
    padding-top: 100px;
    padding-right: 50px;
    width: 100%;
}

form .inputgroup {
    float: right;
    width: 400px;
    height: 50px;
    margin-top: 40px;
    margin-left: 20px;
}

form .inputgroup input {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(78,76,76,1.00);
	outline: none;
    font-size: 18px;
    font-family: Vazir;
	width: 100%;
}
#div2 form .inputgroup2 {
    width: 825px;
    margin-top: 40px;
}
form .inputgroup2 input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(78,76,76,1.00);
    outline: none;
    font-size: 18px;
    font-family: Vazir;
    width: 100%;
    margin-top: 40px;
}
form .inputgroup3 {
    width: 200px;
    height: 50px;
    margin-top: 40px;
    margin-right: 80px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    background-color: rgba(243,23,71,1.00);
	transition: all 300ms;
}
form .inputgroup3:hover{
    border: 1px solid rgba(243,23,71,1.00);
    background-color: rgba(255,255,255,1.00);
}
form .inputgroup3 input {
    padding-top: auto;
    padding-bottom: auto;
    padding-left: auto;
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-family: Vazir;
    font-size: 18px;
    border: none;
    cursor: pointer;
	transition: all 1s;
	color: white;
}
form .inputgroup3 input:hover{
	color: rgba(243,23,71,1.00);
}

#div2 form #img4 {
    width: 400px;
    height: 150px;
    margin-top: -70px;
    margin-left: 150px;
}

#main .div1 {
    margin-top: 550px;
    width: 300px;
    height: 35px;
    background-color: rgba(252,212,221,1.00);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
#main .div1 p {
    line-height: 35px;
    font-family: Vazir;
    color: rgba(243,23,71,1.00);
    font-size: 15px;
}
#main .expert {
    margin-right: auto;
    margin-left: auto;
    width: 600px;
    height: 100px;
    margin-top: 20px;
    text-align: center;
}

#main .expert p {
    font-family: Shabnam;
    font-weight: bold;
    font-size: 40px;
    color: rgba(20,0,58,1.00);
}
#main .decision {
    margin-right: auto;
    margin-left: auto;
    width: 500px;
    height: 100px;
    margin-top: 60px;
}
#main .decision p {
    font-family: Shabnam;
    color: rgba(54,54,54,1.00);
    font-size: 16px;
    text-align: center;
}
#main .row {
    height: 331px;
    width: 100%;
    margin-top: 20px;
}
#main .row .square {
    width: 330px;
    height: 271px;
    display: inline-block;
    margin-top: 15px;
    float: right;
    transition: all 300ms;
    margin-left: 50px;
}
.row .square:first-child {
    margin-right: 130px;
}
#main .row .square:hover{
    transform: scale(1.070);
    -webkit-box-shadow: 0px 0px 3px 3px rgba(177,177,177,1.00);
    box-shadow: 0px 0px 3px 3px rgba(177,177,177,1.00);
    border-radius: 20px;
}

.square a {
    color: rgba(0,0,0,1.00);
    text-decoration: none;
}
.square a .img6 {
    width: 73px;
    height: 73px;
    margin-top: 20px;
    margin-right: 20px;
}
.square2 .p1  {
    color: rgba(0,0,0,1.00);
    font-family: Shabnam;
    font-weight: bold;
    font-size: 20px;
    margin-right: 30px;
}
.square3 {
    text-align: right;
    width: 280px;
    display: inline-block;
    margin-right: 30px;
}

.square3 p  {
    font-family: Shabnam;
    font-size: 14px;
    color: rgba(66,66,66,1.00);
}
#main #banner2 {
    height: 680px;
    width: 1341px;
    background-color: rgba(231,231,231,1.00);
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
    padding-top: 100px;
    margin-top: 40px;
}
#main #banner2 img {
    display: inline-block;
    width: 800px;
    height: 609px;
    float: left;
    margin-top: -20px;
}
#main #banner2 #readabout {
    width: 270px;
    height: 23px;
    background-color: rgba(250,187,201,1.00);
    text-align: center;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    margin-right: 50px;
}
#readabout p {
    color: rgba(216,11,55,1.00);
    font-family: Vazir;
    font-size: 14px;
}
#main #banner2 #best {
    margin-right: 50px;
}

#banner2 #best p {
    color: rgba(20,0,58,1.00);
    font-weight: bold;
    font-size: 50px;
    font-family: Shabnam;
}
#banner2 #best #span2 {
    color: rgba(243,23,71,1.00);
}
#main #banner2 #info {
    text-align: right;
    margin-right: 50px;
    margin-top: -20px;
    width: 430px;
}
#banner2 #info p {
    font-family: Vazir;
    color: rgba(107,107,107,1.00);
    font-size: 16px;
}
#main #banner2 #lists {
    margin-right: 50px;
    margin-top: 30px;
}
#banner2 #lists ul {
    list-style-image: url(../images/plane.png);
}
#lists ul li {
    font-family: Shabnam;
    color: rgba(105,105,105,1.00);
    font-weight: bold;
}
#main #ashna {
    background-color: rgba(243,23,71,1.00);
    width: 180px;
    height: 35px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    text-align: center;
    margin-right: 80px;
    margin-top: 50px;
    transition: all 300ms;
}
#banner2 #ashna a {
    text-decoration: none;
    color: rgba(255,255,255,1.00);
    font-family: Shabnam;
    font-size: 14px;
    line-height: 35px;
	transition: all 300ms;

}
#main #ashna:hover{
    background-color: rgba(255,255,255,1.00);
    border: 1px solid rgba(243,23,71,1.00);
}
#banner2 #ashna a:hover{
    color: rgba(243,23,71,1.00);	
}#main #country {
    height: 488px;
    width: 1341px;
    margin-top: 150px;
}
#main #country #countrybanner {
    display: inline-block;
    width: 724px;
    height: 468px;
    float: right;
    margin-right: 40px;
}
#country #countrybanner img {
    width: 724px;
    height: 468px;
}
#country #country_names {
    display: inline-block;
    float: left;
    width: 496px;
    height: 488px;
    margin-left: 50px;
}
#aboutcountry {
    width: 456px;
    height: 44px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 70px;
}
#aboutcountry p {
    line-height: 44px;
    font-weight: bold;
    font-size: 30px;
    font-family: Shabnam;
}
#aboutcountry #span3 {
    color: rgba(243,23,71,1.00);
}
#country_names .box1  {
    width: 330px;
    height: 50px;
    display: inline-block;
    margin-top: 40px;
    margin-right: 80px;
}
#country_names .box1 .box2 {
    width: 156px;
    height: 100%;
    background-color: rgba(29,0,84,1.00);
    display: inline-block;
    border-radius: 5px 20px 5px 5px;
    margin-right: 3px;
    text-align: center;
}
#country_names .box1 .box2  p {
    color: rgba(255,255,255,1.00);
    font-family: Vazir;
    line-height: 50px;
    font-size: 20px;
}


#country_names .box1 .box3 {
    width: 156px;
    height: 100%;
    background-color: rgba(29,0,84,1.00);
    border-radius: 20px 5px 5px 5px;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}
#country_names .box1 .box3 p {
    color: rgba(255,255,255,1.00);
    font-family: Vazir;
    line-height: 50px;
    font-size: 20px;
}
#main #country #names {
    width: 330px;
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
#country_names #names .box4 {
    display: inline-block;
    width: 164px;
    height: 100%;
    text-align: center;
    float: right;
}
#names .box4 .text1 {
	font-family: Shabnam;
    font-size: 15px;
    line-height: 34px;
    color: rgba(99,99,99,1.00);
    font-weight: bold;
    margin-top: 10px;
    margin-left: 15px;
}

#names .box4 .see_more {
    width: 100px;
    height: 30px;
    margin-right: auto;
    margin-left: 40px;
    margin-top: 30px;
    text-align: center;
}
.box4 .see_more a {
    text-decoration: none;
}

.box4 .see_more .text2 {
    color: rgba(243,23,71,1.00);
    font-family: Vazir;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
}
#main #popular {
    width: 1341px;
    height: 50px;
    margin-top: 70px;
}
#main #popular #popular2 {
    margin-right: auto;
    margin-left: auto;
    width: 270px;
    height: 50px;
    background-color: rgba(243,23,71,1.00);
    text-align: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
	transition: all 300ms;
}
#main #popular #popular2:hover{
    background-color: white;
    border: 1px solid rgba(243,23,71,1.00);
}


#popular #popular2 a {
    text-decoration: none;
}

#popular #popular2 p {
    color: rgba(255,255,255,1.00);
    font-size: 18px;
    font-family: Vazir;
    line-height: 50px;
	transition: all 300ms;
}

#popular #popular2 p:hover{
	color: rgba(243,23,71,1.00);
}



#main #row2 {
    width: 1341px;
    height: 370px;
}

#main #row2 .countryimg {
    width: 200px;
    height: 300px;
    position: relative;
    transition: all 600ms;
    display: inline-block;
    margin-right: 15px;
    z-index: 2;
    margin-top: 30px;
}
#main #row2 .countryimg:first-child{
	margin-right: 250px;
}
#main #row2 .countryimg:hover{
	transform: rotate(360deg);
	opacity: 0;
	
}
#row2 .countryimg .img6 {
    width: 100%;
    height: 300px;
    border-radius: 60px 8px 8px;
}
#main #row2 .countrytext {
    width: 200px;
    height: 300px;
    position: absolute;
    margin-top: 80px;
    top: 3772px;
    right: 258px;
    border-radius: 60px 8px 8px;
    text-align: center;
}
#row2 .countrytext a {
    text-decoration: none;
}

#row2  .countrytext2 {
    width: 180px;
    margin-top: 30px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    height: 200px;
}


#row2 .p1 {
    color: rgba(99,99,99,1.00);
    font-family: Vazir;
    font-size: 13px;
}
#row2 .countrytext3 {
    margin-right: auto;
    margin-left: auto;
    width: 140px;
    height: 25px;
    background-color: rgba(243,23,71,1.00);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
#row2 .p2 {
    color: rgba(255,255,255,1.00);
    line-height: 25px;
    font-size: 15px;
    font-weight: bold;
    font-family: Shabnam;
}
#main #row2 .countrytext4 {
    width: 200px;
    height: 300px;
    position: absolute;
    margin-top: 80px;
    top: 3772px;
    right: 477px;
    border-radius: 60px 8px 8px;
    text-align: center;
}
#row2 .countrytext4 a {
    text-decoration: none;
}
#main #row2 .countrytext5 {
    width: 200px;
    height: 300px;
    position: absolute;
    margin-top: 80px;
    top: 3772px;
    right: 696px;
    border-radius: 60px 8px 8px;
    text-align: center;
}
#row2 .countrytext5 a {
    text-decoration: none;
}

#main #row2 .countrytext6 {
    width: 200px;
    height: 300px;
    position: absolute;
    margin-top: 80px;
    top: 3772px;
    right: 915px;
    border-radius: 60px 8px 8px;
    text-align: center;
}
#row2 .countrytext6 a {
    text-decoration: none;
}
#wholefooter {
    width: 1341px;
    height: 100px;
    background-color: rgba(231,231,231,1.00);
    margin-bottom: -20px;
}#wholefooter #information {
    width: 100%;
    height: 80px;
}
#wholefooter #information .contact {
    height: 80px;
    width: 380px;
    display: inline-block;
    float: right;
    margin-left: 40px;
    border-bottom: 1px solid rgba(0,0,0,1.00);
}
#information .contact:first-child {
    margin-right: 60px;
}
#information .contact .phone {
    height: 80px;
    width: 80px;
    display: inline-block;
    margin-right: 90px;
}
.contact .phone img {
    width: 35px;
    height: 35px;
    margin-right: 30px;
    margin-top: 20px;
}
#wholefooter #information .detail {
    height: 80px;
    width: 210px;
    float: left;
}
.contact .detail p {
    color: rgba(0,0,0,1.00);
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    margin-top: 20px;
    font-style: normal;
    font-weight: 400;
}
.contact .detail #address {
    font-family: Vazir;
    font-size: 15px;
    margin-top: 13px;
    text-align: right;
}

.contact .detail a {
    color: rgba(0,0,0,1.00);
    text-decoration: none;
}
