@font-face {
  font-family: 'yekan';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/YekanBakhFaNum-Regular.woff2) format('woff2');
  
}
@font-face {
  font-family: 'yekan';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/YekanBakhFaNum-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'yekan';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/YekanBakhFaNum-Black.woff2) format('woff2');
}
@font-face {
  font-family: 'yekan';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/YekanBakhFaNum-Thin.woff2) format('woff2');
}

@font-face {
  font-family: 'yekan';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/YekanBakhFaNum-Regular.woff) format('woff');
}
@font-face {
  font-family: 'yekan';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/YekanBakhFaNum-Bold.woff) format('woff');
}
@font-face {
  font-family: 'yekan';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/YekanBakhFaNum-Black.woff) format('woff');
}
@font-face {
  font-family: 'yekan';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../fonts/YekanBakhFaNum-Thin.woff) format('woff');
}

body{
    direction: rtl;
    width: 100%;
    height: 100vh;
    font-family: 'yekan' !important;
    background-color: #181e2f;
    margin: 0;
    padding: 0;
}

.content{
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    right: 0;
    background-image: url(../images/banner-bg.png);
}

/* public style start */
.btn{
    height: fit-content;
    font-family: 'yekan';
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 8px;
    text-decoration: none;
}

.info-color{
    background-image: -moz-linear-gradient( 90deg, rgb(62,139,234) 0%, rgb(21,96,189) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(62,139,234) 0%, rgb(21,96,189) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(62,139,234) 0%, rgb(21,96,189) 100%); 
}

.main{
    display: block;
    width: 1140px;
    margin: auto;
}
.d-flex{
    display: flex;
}
.justify-content-between{
    justify-content: space-between;
}
.align-items-center{
    align-items: center;
}

/* public style end */

.header-box{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-items{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo{
    display: block;
    width: 200px;
    height: 65px;
    background-image: url(../images/Logo-chapar.png);
    background-repeat: no-repeat;
    background-size: 100%;
}


.main-content{
    position: relative;
    padding: 9vh 0;
}
.main-content::after{
    content: '';
    position: absolute;
    width: 100% !important;
    height: 450px;
    bottom: 0;
    right: 0;
    background-image: url(../images/banner-shape.png);
    z-index: 2;
    background-size: 100% 100%;
}
.mobile{
    width: 50%;
    z-index: 100;
}
.features{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 10;
    position: relative;
}


.features::before,
.features::after {
    content: '';
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 2;
    opacity: 0;
}

.features::before {
    width: 350px !important;
    height: 180px;
    top: 100px;
    right: -200px;
    background-image: url(../images/dot-big-after.png);
    animation: fadeInOut 3s infinite ease-in-out; /* چرخه کندتر */
}

.features::after {
    width: 180px !important;
    height: 380px;
    top: 0;
    left: -200px;
    background-image: url(../images/dot-big-before.png);
    animation: fadeInOut 2.1s infinite ease-in-out; /* چرخه سریع‌تر */
}

@keyframes fadeInOut {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

.feature-items{
    width: 50%;
}
.feature-items h1{
    color: #ffffff;
    font-weight: 900;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    font-size: 32px;
}
.feature-items p{
    color: #ffffff;
    font-weight: 700;
}
.feature-item{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.feature-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    background-size: 100%;
    margin-left: 10px;
}
.feature-icon i{
    display: flex;
    justify-content: center;
    margin: auto;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.webservice-icon{
    background-image: url(../images/file-code.png);
}
.message-icon{
    background-image: url(../images/message.png);

}
.service-icon{
    background-image: url(../images/history.png);

}
.support-icon{
    background-image: url(../images/support.png);

}

.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-bottom: 30px;
}
.footer-content{
    display: flex;
    justify-content: end;
}
.powered-rayan{
    display: flex;
    text-align: left;
}
.powered-rayan a{
    color: #ffffff;
    text-decoration: none;
}
.powered-rayan-logo{
    width: 50px;
    height: 50px;
    margin-right: 15px;
}