﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
@keyframes sheen{
    100%{
        -webkit-transform:rotateZ(60deg) translate(1em,-15em);transform:rotateZ(60deg) translate(1em,-15em)
    }
}
@-webkit-keyframes shine {
    from {
      -webkit-mask-position: 150%;
    }
  
    to {
      -webkit-mask-position: -50%;
    }
  }
  @-moz-keyframes shine {
    from {
      -webkit-mask-position: 150%;
    }
  
    to {
      -webkit-mask-position: -50%;
    }
  }
  @-o-keyframes shine {
    from {
      -webkit-mask-position: 150%;
    }
  
    to {
      -webkit-mask-position: -50%;
    }
  }
  @keyframes shine {
    from {
      -webkit-mask-position: 150%;
    }
  
    to {
      -webkit-mask-position: -50%;
    }
  }

@-webkit-keyframes pulse {
    from {
        -webkit-box-shadow: 0 0 0 30px rgba(235, 236, 238, 0.6);
        box-shadow: 0 0 0 30px rgba(235, 236, 238, 0.6);
    }
    to {
        -webkit-box-shadow: 0 0 0 80px rgba(235, 236, 238, 0.9);
        box-shadow: 0 0 0 80px rgba(235, 236, 238, 0.9);
    }
}
@keyframes pulse {
    from {
        -webkit-box-shadow: 0 0 0 30px rgba(235, 236, 238, 0.6);
                box-shadow: 0 0 0 30px rgba(235, 236, 238, 0.6);
    }
    to {
        -webkit-box-shadow: 0 0 0 80px rgba(235, 236, 238, 0.9);
                box-shadow: 0 0 0 80px rgba(235, 236, 238, 0.9);
    }
}
html{
    overflow-x: hidden !important;
    height: 100%;
    overflow-y: hidden;
}
body {
    font-family: iransans !important;
    overflow-x: hidden !important;
    height: 100%;
    overflow-y: hidden;
}
a:hover{
    text-decoration: none;
}
::-webkit-scrollbar {
    width: 0px;
}
.body,.body .row{
    height: 100%;
    overflow-x: hidden;
}
.body .content {
    text-align: right;
    display: flex;
    align-items: center;
}
.about-host{
    text-align: justify;
}
.body .rightcontent{
    background: #2482f3;
}
.body .rightcontent .title{
    display: inline-flex;
    align-items: center;
}
.body .rightcontent .title h2{
    color: #fff;
    padding-right: 10px;
    font-size: 35px;
    font-weight: bold;
}
.body .rightcontent .title img{
    width: 300px;
}
.body .rightcontent .more {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    padding: 5px 15px;
    border-radius: 30px;
    border: 2px solid #ffffff;
    outline: none;
    margin-top: 10px;
    display: table-cell;
    top: 15px;
}
.body .rightcontent .more::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(255,255,255,0.25);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50px;
}
.body .rightcontent .wrapper {
    display: inline-block;
}

  .wrapper h1  {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    position: relative;
  }
  .effect-shine:hover h1 {
    -webkit-mask-image: linear-gradient( -75deg, rgba(66, 74, 96, 0.6) 30%, #000 50%, rgba(66, 74, 96, 0.61) 70% );
    -webkit-mask-size: 200%;
    animation: shine 1.5s infinite;
  }
.body .rightcontent .more::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid rgba(255,255,255,0.5);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    border-radius: 50px;
}
.body .rightcontent span{
    z-index: 1000;
    color: #ffffff;
    font-size: 15px;
}
.body .rightcontent .more:hover::before {
    opacity: 0;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
}
.body .rightcontent .more:hover::after {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.body .rightcontent .underline{
    border: 2px solid #fff;
    width: 75px;
}
.body .rightcontent p {
    color:#fff;
    line-height: 34px;
    font-size: 15px;
}
.body .rightcontent .container{
    padding: 0 100px;
}
.body .rightcontent h3,.body .rightcontent h4,.body .rightcontent b ,.body .rightcontent p{
    display: inline;
    color: #fff;
    font-size: 15px;
    text-align: justify!important;;
    font-weight: normal;
}
.body .rightcontent .footer-content{
    position: absolute;
    bottom: 30px;
    display: block;
    align-items: center;
    justify-content: center;
    float: right;
}
.body .rightcontent .footer-content img{
    width:30px
}
.body .rightcontent .footer-content a{
    color: #fff;
    font-size: 13px;
}
.body .semicircular{
    height: 300px;
    width: 183px;
    border-bottom-right-radius: 245px;
    border-top-right-radius: 245px;
    border: 50px solid #ffffff;
    position: absolute;
    bottom: 10px;
    left: -50px;
    z-index: 0;
}
.user:after {
    content: '';
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 50%;
    left: calc(50% - 10px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 620px;
    height: 600px;
    border-radius: 50%;
    z-index: 0;
    -webkit-animation: pulse 4s linear alternate infinite;
    animation: pulse 4s linear alternate infinite;
}
.body .leftcontent{
    background: #fff;
}
.body .leftcontent .title p{
    color: #2482f3;
    font-size: 25px;
    font-weight: bold;
    line-height: 37px;
    margin: 0;
    display: inline;
}
.body .leftcontent .user img{
    width: 550px;
    position: relative;
    z-index: 99;
    max-width: 585px;
    top: 60px;
}
.body .leftcontent .title{
    margin-top: 90px;
    position: relative;
    z-index: 999;
    text-align: center;
}
.body .leftcontent .hostplus{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    bottom: 30px;
    text-align: center;
}
.body .leftcontent .hostplus img{
    width:90px
}
.body .leftcontent h1{
    color: #2482f3;
    font-size: 25px;
    margin: 0;
    font-weight: bold;
    display: inline-block;
}
.body .leftcontent .footer-content{
    text-align: center;
    margin: 25px 0 40px;
    z-index: 999;
    position: relative;
}
.body .leftcontent .footer-content p{
    font-size: 12px;
    font-weight: bold;
    margin:0;
    line-height: 19px;
    color: #718ab7;
}
.body .leftcontent .footer-content img{
    width:40px;
}
.body .leftcontent .footer-content p:nth-child(2){
    display: inline-block;
}
.body .leftcontent .footer-content a{
    font-size: 12px;
    color: #668cd6;
    font-weight: bold;
}
.body .leftcontent .social-media{
    position: absolute;
    left: 30px;
    top: 15px;
    display: grid;
}
.body .leftcontent .social-media .social{
    width: 20px;
    height: 20px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.5s;
    overflow: hidden;
    margin: 5px 0;
}
.body .leftcontent .social-media .facebook{
    background-image: url('../img/svg/facebook-blue.svg');
}
.body .leftcontent .social-media .twitter{
    background-image: url('../img/svg/twitter-blue.svg');
}
.body .leftcontent .social-media .linkedin{
    background-image: url('../img/svg/linkdin-blue.svg');
}
.body .leftcontent .social-media .aparat{
    background-image: url('../img/svg/aparat-blue.svg');
}
.body .leftcontent .social-media .instagram{
    background-image: url('../img/svg/instagram-blue.svg');
}

.body .leftcontent .social-media .facebook:hover{
    background-image: url('../img/svg/facebook-yellow.svg');
}
.body .leftcontent .social-media .twitter:hover{
    background-image: url('../img/svg/twitter-yellow.svg');
}
.body .leftcontent .social-media .linkedin:hover{
    background-image: url('../img/svg/linkdin-yellow.svg');
}
.body .leftcontent .social-media .aparat:hover{
    background-image: url('../img/svg/aparat-yellow.svg');
}
.body .leftcontent .social-media .instagram:hover{
    background-image: url('../img/svg/instagram-yellow.svg');
}


.body .leftcontent .social-media .social::before {
    top: 163%;
    right: -30%;
    bottom: -234%;
    position: absolute;
    content: '';
    left: -35%;
    background: linear-gradient(to bottom,rgba(229,172,142,0),rgba(255,255,255,.8) 50%,rgba(229,172,142,0));
    -webkit-transform: rotateZ(60deg) translate(-5em,9em);
    -ms-transform: rotate(60deg) translate(-5em,9em);
    transform: rotateZ(60deg) translate(-5em,9em);
}

.body .leftcontent .social-media .social:hover::before{
    -webkit-animation: sheen 3s .5s infinite;
    animation: sheen 3s .5s infinite;
}

.body .leftcontent .footer-content-panel p{
    display: inline-block;
    }

    @media(max-width:1610px){
        .user:after {
            width: 500px;
            height: 500px;
        }
        .body .leftcontent .user img {
            width: 510px;
            right: -14px;
        }
    }
@media(max-width:1440px){
    .body .semicircular {
        border: 35px solid #ffffff;
        height: 210px;
        width: 130px;
        bottom: 5px;
        left: -35px;
    }
    @-webkit-keyframes pulse {
        from {
            -webkit-box-shadow: 0 0 0 20px rgba(235, 236, 238, 0.6);
            box-shadow: 0 0 0 20px rgba(235, 236, 238, 0.6);
        }
        to {
            -webkit-box-shadow: 0 0 0 50px rgba(235, 236, 238, 0.9);
            box-shadow: 0 0 0 50px rgba(235, 236, 238, 0.9);
        }
    }
    @keyframes pulse {
        from {
            -webkit-box-shadow: 0 0 0 20px rgba(235, 236, 238, 0.6);
                    box-shadow: 0 0 0 20px rgba(235, 236, 238, 0.6);
        }
        to {
            -webkit-box-shadow: 0 0 0 50px rgba(235, 236, 238, 0.9);
                    box-shadow: 0 0 0 50px rgba(235, 236, 238, 0.9);
        }
    }
    .user:after{
        top: 45%;
        left: calc(53% - 10px);
    }
}
@media(max-width:1199px){
    html,body{
        overflow-y: unset;
    }
    .body .leftcontent img {
        width: 65%;
    }
    .body .rightcontent h3, .body .rightcontent h4, .body .rightcontent b, .body .rightcontent p {
        font-size: 14px;
    }
    .body .leftcontent p,.body .leftcontent h1,.body .leftcontent .title p {
        font-size: 20px;
    }
    .body .rightcontent {
        padding: 40px 0 115px;
    }
    .body .leftcontent .hostplus {
        bottom: 10px;
    }
    .body .leftcontent{
        padding: 0 0 50px;
    }
    .body .leftcontent .title {
        margin-top:95px;
        margin-bottom: 25px;
    }
    .body .rightcontent .footer-content {
        bottom: 35px;
    }
    .user:after{
        left: calc(50% - 10px);
    }
    .body .leftcontent .user img {
        right: 0;
    }
} 
@media(max-width:767px){
    .body .rightcontent .container {
        padding: 0 45px;
    }
    .body .leftcontent img {
        width: 70%;
    }
    .body .semicircular {
        height: 155px;
        width: 114px;
        border: 25px solid #ffffff;
    }
    .body .rightcontent h3, .body .rightcontent h4, .body .rightcontent b, .body .rightcontent p {
        font-size: 13px;
    }
    .body .leftcontent .footer-content p:nth-child(2) {
        padding: 11px 30px 0;
        display: block;
    }
    .body .leftcontent .footer-content img {
        width: 40px;
        float: right;
    }
    .body .leftcontent .user img {
        right: -34px;
    }
    .user:after {
        top: 42%;
        left: calc(51% - 6px);
    }
}
@media(max-width:575px){
    .body .leftcontent img {
        width: 100%;
    }
    .body .semicircular {
     display: none;
    }
    .body .rightcontent .title h2 {
        font-size: 30px;
    }
    .body .rightcontent .title img {
        width: 240px;
    }
    .body .leftcontent p ,.body .leftcontent h1,.body .leftcontent .title p{
        font-size: 16px;
        line-height: 29px;
    }
    .body .leftcontent .footer-content p:nth-child(2) {
        display: inline-block;
        padding: 0;
    }
    .body .leftcontent .footer-content img {
        float: none;
    }
    .body .leftcontent {
        padding: 20px 0 50px;
    }
    .body .leftcontent .user img {
        right: -5px;
        width: 350px;
    }
    .user:after {
        width: 400px;
        height: 400px;
        top: 40%;
    }
    .body .leftcontent .social-media {
        display: flex;
        z-index: 9999;
        left: 20px;
        top: 8px;
        justify-content: center;
        align-items: center;
    }
    .body .leftcontent .social-media .social {
        margin: 0 5px;
        width: 17px;
        height: 17px;
    }
}
@media(max-width:425px){
    .body .leftcontent .user img {
        right: 0px;
        width: 100%;
    }
    .user:after {
        width: 330px;
        height: 330px;
        top: 37%;
    }
}
