@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSansWeb.eot?#') format('eot'),
    url('../fonts/IRANSansWeb.woff') format('woff'),
    url('../fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    background: #1f1f1f;
    font-family: IRANSans;
}

div.header {
    border: 40px solid #2a2a2a;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: 20px auto;
}

div.header img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    display: block;
    margin: 10px;
}


.name {
    color: #d1d1d1;
    font-size: 19px;
    text-align: center;
    margin: 5px auto 15px auto;
}

.box {
    width: 96%;
    margin: 20px auto;
    max-width: 600px;
    position: relative;
}

.icon {
    height: 70px;
    line-height: 72px;
    color: #900000;
    font-size: 24px;
    width: 70px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    border: 3px solid #900000;
    background: #1f1f1f;
    top: -3px;
    z-index: 21;
}

.right {
    right: 0;
}

.left {
    left: 0;
}


.link {
    cursor: pointer;
}


.mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    z-index: 2;
}

.text {
    display: none;
    width: 100%;
    background: #3a3a3a;
    top: -30px;
    position: relative;
    border-radius: 0 0 40px 40px
}

.location .text {
    height: 500px;
}

.phone .text {
    height: auto;
}

.location .button {
    bottom: 10px;
    position: absolute;
    width: 100%;
}

.location .button a {
    border-radius: 40px;
    display: block;
    width: 80px;
    background: #009176;
    color: #fff;
    margin: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
}


.subject {
    min-height: 60px;
    line-height: 65px;
    width: 100%;
    text-align: center;
    color: #d1d1d1;
    font-size: 18px;
    background: #2a2a2a;
    border-radius: 50px;
    position: relative;
    z-index: 20;
}

.subject.active {

}

.phone-content {
    color: #fff;
    padding: 50px 0;
}

.phone-field {
    display: flex;
    justify-content: center;
    direction: ltr;
    height: 45px;
    line-height: 45px;
}

.phone-field a, .phone-field span {
    display: inline-block;
}

.phone-field a {
    border-radius: 40px;
    display: block;
    width: 80px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #009176;
    height: 28px;
    line-height: 28px;
    margin-top: 8px;
}

.phone-field a i {
    top: 2px;
    position: relative;
}

.phone-field span {
    width: 150px;
    font-size: 16px;
}

.phone-field span i{
    font-size: 20px;
    top: 3px;
    position: relative;
    margin-right: 10px;
}

.phone-space {
    height: 10px;
}

.social-field a{
    border-radius: 40px;
    display: block;
    width: 40%;
    margin: auto;
    color: #fff;
    font-size: 15px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    margin-top: 8px;
}
.social-field a i{
    top: 3px;
    position: relative;
    font-size: 18px;
    margin-right: 5px;
}

.social-content{
    color: #fff;
    padding: 50px 0;
}

.social-field a.instagram{
    background: #d62976;
}

.social-field a.telegram{
    background: #0084c8;
}

.social-field a.whatsapp{
    background: #24cc63;
}

