@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb.eot');
    src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

body {
    margin: 0;
    font-family: IRANSans;
}
body *{
    font-family: IRANSans;
}

a {
    text-decoration: none;
    transition: all .5s;
    color:#222222;
}

a:hover, a:focus {
    text-decoration: none;
    color: #69ff47;
}

.header {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    padding: 5px 30px;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.header .header-nav {
    padding: 0;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    list-style: none;
    direction: rtl;
    font-size:14px;
    font-weight: 500;
}

.header .header-nav li:not(:last-child){
    margin-left:30px;
}

.form {
    background-color: #f2f2f2;
    height: calc(100vh - 90px);
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.form:before {
    content: '';
    background-image: url("../images/bg2.png");
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    opacity: 0.3;
}

.form form {
    position: relative;
    z-index: 2;
    padding:40px;
    background:#fff;
    border-radius:6px;
    box-shadow:0 2px 10px 0 rgb(0 0 0 / 40%);
    border-top:4px solid #69ff47;
    text-align: right;
    direction: rtl;
    margin-bottom:80px;
    min-width: 300px;
}
.form .title{
    color:#222;
    font-weight: bold;
    font-size:26px;
    margin:0 0 20px;
}
.form label{
    font-size:14px;
    display:block;
    font-weight: 300;
    margin-bottom:10px;
}
.form input{
    display: block;
    padding:0 5px;
    line-height: 30px;
    border-radius: 0;
    border-right:0;
    border-left:0;
    border-top:0;
    width:100%;
    text-align: left;
    margin-bottom:30px;
}

.form .submit{
    width: 100%;
    padding:0 15px;
    line-height: 40px;
    border:1px solid #222;
    background:#222;
    font-weight: bold;
    color:#fff;
    transition: all .5s;
    cursor: pointer;
}
.form .submit:hover, .form .submit:focus{
    background:#69ff47;
    border-color:#69ff47;
    color:#000;
}
.form-wrapper{
    transition: all 1s;
}
.counter{
    transition: all 1s;
    transition-delay: 0.5s;
}
.hidden{
    height:0;
    overflow: hidden;
}
.counter{
    text-align: center;
    font-size:50px;
    font-weight:bold;
    margin:15px 0;
}
.counter-wrapper .end{
    display: block;
    padding:0 15px;
    line-height: 40px;
    border:1px solid #222;
    background:#222;
    font-weight: bold;
    color:#fff;
    transition: all .5s;
    cursor: pointer;
    text-align: center;
}
.counter-wrapper .end:hover, .counter-wrapper .end:focus{
    background:#69ff47;
    border-color:#69ff47;
    color:#000;
}
.customer-id{
    text-align: center;
    font-size:50px;
    font-weight:bold;
    margin:15px 0;
    white-space: nowrap;
}
.customer-name{
    text-align: center;
    font-size:30px;
    font-weight:normal;
    white-space: nowrap;
}
.customer-expert{
    text-align: center;
    font-size:18px;
    font-weight:bold;
    white-space: nowrap;
    color:#999;
    margin:40px 0 10px;
}
.customer-expert span{
    font-size:20px;
    color:#69ff47;
    font-weight: bold;
    margin:5px;
}