@import url('./public/font.css');

#c-main-a {
    width: 100%;
    height: 500px;
}

#c-main-a-left {
    width: 50%;
    float: left;
}
#c-main-a-left img{
    width: 100%;
}
#c-main-a-right {
    width: 50%;
    float: right;
}

#c-main-a-right p {
    font-size: 18px;
    font-family: "Vazir";
}

#c-main-a-left p {
    font-family: "NotoSansKhojki-Regular";
}

#c-main-a-right img {
    width: 100%;
    height: 100%;
}

#footer {
    clear: both;
}
/*main-phonr*/
#c-main-a_phone{
    display: none;
}
#c-main-a-top_phone {
    width: 50%;
}

.c-main-a-top_phone img {
    width: 100%;
}
#c-main-a-left_phone{
    margin-bottom: 5%;
}