@font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/YekanBakh\(FaNum\)_05_Medium.woff') format(woff);
    /* IE9 Compat Modes */


}
body{
    font-family: 'YekanBakh';
    overflow-x: hidden;

}
.card-phon{
    font-family: 'YekanBakh';

    background-color: #eaf7f4;
    padding: 55px;
margin: 10px;
border-radius: 15px;
display: flex;
justify-content: end;
}

.card-phon i{
font-size: 80px;
color: #35bda3;
}

.card-phon span{
    font-weight: bold;
    font-size: 15px;
    align-items: center;
    margin-top: 30px;
    margin-right: 20px;
}

.cardd{
    flex-wrap: wrap;
}

.box-card {
    margin-top: 20px;
    -webkit-box-shadow: 0 3px 25px 0 rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 25px 0 rgb(0 0 0 / 7%);
    background-color: #FFF;
    padding: 20px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    margin-bottom: 20px !important;
    font-family: 'YekanBakh';


}

.color-text{
    background-color: #35bda3;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    margin-bottom: 20px;
}