@font-face {
    font-family: 'isans' ;
    src: url('../fonts/isans.woff') format('woff');
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/maicons.woff') format('woff');

}
@font-face {
	font-family: VazirBold;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/Vazir-Bold.woff') format('woff');   /* All Major Browsers */
}
@font-face {
	font-family: Vazir;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/Vazir.woff') format('woff');   /* All Major Browsers */
}

@font-face {
    font-family: 'glyphicons' ;
    src: url('../fonts/glyphicons-halflings-regular.woff') format('woff');

}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
.marginb10{
    margin-bottom: 10px;
}

#particles-js {
    width: 100%;
    height: 100%;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
div#logo {
    background-image: url(../img/logo-03.png);
    width: 312px;
    height: 307px;
    margin: auto;
    color: #fff;
}
#card {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin:auto;
    width: 790px;
    height: 455px;
    text-align: center;
    overflow: hidden;
    /* background: rgba(0, 0, 0, 0.7); */
}

#card h1{
    font: bold 35px/50px 'font1';
    color: #fff;
}

#card #logo span{
    font-size: 185px;
    color: #fff;
    margin-bottom: 25px;
    display: block;
}
#card #language ul {
    overflow: hidden;
    margin: 0 auto;

    text-align: center;
    direction: rtl;
}
#card #language ul li{
    display: inline-block;
    margin: 1% 2%;
    width: 27.3%;
    font: normal 16px/40px 'font1';
    border-radius: 40px;
    color: #565656;
    box-sizing: border-box;
    border: 2px solid #fff;
    overflow: hidden;
}
#card #language ul li a {
    display: block;
    color: #fff;
    padding: 0 15px;
    transition: all 0.4s ease;
    font-family: isans;
}
#card #language ul li a:hover {
    background: #fff;
    color: #565656;
}
.deactive {opacity: 0.4 !important;}
@media only screen and (max-width: 800px){
    #card {width: 95%;}
    #card #logo span {font-size: 125px;}
    #card h1{font: bold 22px/30px 'font1';}
}
@media only screen and (max-width: 360px){
    #card #language ul li{
        margin: 1.5% 1%;
        width: 46%
    }
    #card #language ul {margin-top: 15px;}
}
