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



* {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
body header {
    width: 100%;
    height: 60px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
.top {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 2;
}
.top a img {
    width: 100%;
    height: 100%;
}



#menu {
    width: 100%;
    height: 60px;
    position: fixed;
    background-color: rgba(255,255,255,1.00);
    -webkit-box-shadow: 0px 0px 10px 10px rgba(147,147,147,1.00);
    box-shadow: 0px 0px 10px 10px rgba(147,147,147,1.00);
    z-index: 5;
}
#menu #menu2 {
    width: 960px;
    height: 60px;
    margin-right: 180px;
    display: inline-block;
    float: none;
    text-align: center;
}
#menu2 ul {
    list-style-type: none;
    line-height: 60px;
}
#menu2 ul li {
    display: inline-block;
    margin-right: 17px;
    margin-left: 17px;
}
#menu2 ul li a {
    text-decoration: none;
    color: rgba(0,0,0,1.00);
    font-family: Vazir;
    font-size: 14px;
	transition: all 250ms;
}

#menu2 ul li a:hover{
    color: rgba(238,243,98,1.00);
    text-shadow: 0px 0px 1px rgba(123,123,123,1.00);
}

#menu #menuimg {
    width: 180px;
    height: 60px;
    display: inline-block;
    float: left;
    margin-left: 20px;
}
#menu #menuimg #search {
    width: 40px;
    height: 60px;
    display: inline-block;
    float: right;
    margin-right: 20px;
}
#menuimg #search img {
    width: 30px;
    height: 30px;
    margin-top: 15px;
	transition: all 300ms;
}
#menuimg #search img:hover{
transform: scale(1.2);
	
}

#menu #menuimg #cart {
    width: 40px;
    height: 60px;
    float: left;
    margin-left: 70px;
}
#menuimg #cart img {
    width: 30px;
    height: 30px;
    margin-top: 15px;
	transition: all 300ms;
}
#menuimg #cart img:hover{
	transform: scale(1.2);
}


body {
    position: relative;
}
#wholemain {
    width: 100%;
    height: 2500px;
}
#wholemain #banner {
    width: 100%;
    height: 509px;
}
#wholemain #banner img {
    width: 100%;
    height: 100%;
}
#text1 {
    width: 1170px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    margin-top: 30px;
}
#wholemain #text1 #inapp {
    height: 30px;
    width: 170px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border-bottom: 2px solid rgba(255,160,54,1.00);
}
#text1 #inapp p {
    font-family: Shabnam;
    font-size: 15px;
    color: rgba(255,160,54,1.00);
    font-weight: bold;
}
#wholemain #text1 #popular {
    width: auto;
    height: 70px;
    text-align: center;
}
#text1 #popular p {
    color: rgba(0,0,0,1.00);
    font-family: Shabnam;
    font-weight: bold;
    font-size: 25px;
    margin-top: 30px;
}
#wholemain section #mainsection {
    width: 1170px;
    height: 900px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
}
#mainsection .row {
    width: 100%;
    height: 300px;
}
#mainsection .row .games {
    display: inline-block;
    width: 270px;
    height: 270px;
}


#mainsection .row .square {
    width: 270px;
    height: 270px;
    display: inline-block;
    margin-left: 10px;
    transition: all 300ms;
    text-align: center;
}
#mainsection .row .square:hover{
	transform: scale(1.055);
	
}
#mainsection .row .square:first-child{
    margin-right: 25px;
}
.games .square a {
    text-decoration: none;
    color: rgba(0,0,0,1.00);
}

.square a img {
    width: 100%;
    height: 100%;
	transition: all 500ms;
}
.square a img:hover{
	opacity: 0;
}
.square a .p1 {
    text-decoration: none;
    font-family: Vazir;
    font-size: 22px;
    position: absolute;
    margin-top: -170px;
    margin-right: 50px;
    font-weight: bold;
    transition: all 500ms;
    z-index: -1;
}
.square a .p1:hover{
	transform: translateY(100px);
}
#wholemain #see {
    width: 100%;
    height: 61px;
    margin-top: 20px;
}
#wholemain #see #see2 {
    margin-right: auto;
    margin-left: auto;
    width: 192px;
    height: 100%;
    border-radius: 5px;
    background-color: #299ad0;
    text-align: center;
}
#see #see2 a {
    text-decoration: none;
    color: rgba(255,255,255,1.00);
    font-family: Vazir;
    font-size: 17px;
    line-height: 61px;
}
#wholemain #adv {
    height: 330px;
    width: 100%;
    margin-top: 100px;
}
#wholemain #adv #banner2 {
    height: 330px;
    width: 570px;
    display: inline-block;
    float: right;
    margin-right: 80px;
}
#adv #banner2 img {
    width: 570px;
    height: 330px;
    border-radius: 20px;
}
#wholemain #adv #advtext {
    width: 670px;
    height: 330px;
    float: left;
}
#adv #advtext #text2 {
    width: 670px;
    height: 40px;
    margin-top: 60px;
}
#advtext #text2 h2 {
    color: rgba(0,0,0,1.00);
    font-family: Vazir;
}
#adv #advtext #list {
    height: 200px;
    width: 670px;
    margin-top: 10px;
}
#list ul {
    margin-right: 50px;
    list-style-image: url(../images/finger.png);
    margin-top: 20px;
}
#list ul li {
    color: rgba(107,107,107,1.00);
    font-family: Vazir;
    font-size: 15px;
    margin-top: -10px;
}
#wholemain #adv2 {
    height: 330px;
    width: 100%;
    margin-top: 50px
}
#wholemain #adv2 #banner3 {
	height: 330px;
    width: 570px;
    display: inline-block;
    float: left;
    margin-left: 80px;
}
#adv2 #banner3 img {
	width: 570px;
    height: 330px;
    border-radius: 20px;
}

#wholemain #adv2 #advtext2 {
    width: 670px;
    height: 330px;
    float: right
}
#adv2 #advtext2 #text3 {
    width: 500px;
    height: 40px;
    margin-top: 60px;
    margin-right: 100px;
}
#advtext2 #text3 h2 {
	color: rgba(0,0,0,1.00);
    font-family: Vazir;
}
#adv2 #advtext2 #list2 {
    height: 200px;
    width: 500px;
    margin-top: 10px;
    margin-right: 100px;
}
#list2 ul {
	margin-right: 50px;
    list-style-image: url(../images/finger.png);
    margin-top: 20px;
}
#list2 ul li {
	color: rgba(107,107,107,1.00);
    font-family: Vazir;
    font-size: 15px;
    margin-top: -10px;
}
#foot {
    width: 100%;
    height: 350px;
    background-color: rgba(238,243,98,1.00);
}

#foot #vasat {
    width: 1000px;
    height: 350px;
    margin-right: auto;
    margin-left: auto;
}
#foot #vasat .matn {
    width: 230px;
    height: 300px;
    display: inline-block;
    float: right;
    margin-left: 10px;
    margin-top: 40px;
    text-align: center;
}
#foot #vasat .matn:first-child {
    margin-right: 150px;
}
#vasat .matn h1 {
    color: rgba(0,0,0,1.00);
    font-family: "Iranian Sans";
    font-size: 20px;
}

#vasat .matn p {
    font-family: Vazir;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin-top: 50px;
    margin-right: 10px;
    margin-left: 10px;
}

#vasat .matn .tell {
    width: 40px;
    height: 40px;
    display: inline-block;
    float: right;
    margin-top: 25px;
    margin-right: 25px;
}
.matn .tell img {
    width: 100%;
    height: 100%;
}
.matn .tell img {
    width: 100%;
    height: 100%;
}
.matn .tell img {
    width: 100%;
    height: 100%;
}
#vasat .matn hr {
    background-color: rgba(0,0,0,1.00);
    margin-top: 10px;
    border: 0.5px solid rgba(58,58,58,1.00);
    width: 120px;
    margin-right: auto;
    margin-left: auto;
}
.matn p a {
    text-decoration: none;
    color: rgba(0,0,0,1.00);
	transition: all 300ms;
}

.matn p a:hover{
	color: red;
}
#vasat .matn ul {
    list-style-type: none;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
}
.matn ul li a {
    text-decoration: none;
    color: rgba(0,0,0,1.00);
    font-family: Vazir;
    font-weight: bold;
    font-size: 15px;
	transition: all 300ms;
}
.matn ul li a:hover{
	color: red;
}
#vasat .matn .enamad {
    background-color: rgba(114,237,90,1.00);
    width: 200px;
    height: 120px;
    margin-top: 20px;
    margin-right: 15px;
}
