/* fonts  */
@font-face {
    font-family: 'BYekan';
    src: url('../../fonts/BYekan+.ttf');
}

.Byekan {
    font-family: 'BYekan';
}

* {
    margin: 0;
    padding: 0;
    font-family: 'BYekan', sans-serif;
}

body {
    scroll-behavior: smooth;
    overflow-x: hidden;
    direction: rtl;
}

.main-color {
    color: #67E4EE;
}

.download-box {
    cursor: pointer;
    width: 180px;
    margin: 0 20px;
    height: 70px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    transition: all .15s;
}

.download-box:hover {
    transform: scale(1.1);
}

.text-justify {
    text-align: justify;
}

/* در سایز کمتر از md متن ها وسط چین میشوند */
@media screen and (max-width: 768px) {
    .center-align {
        text-align: center;
    }
}

.footer {
    /* background-color: #f1f1f1; */
    /* padding: 10px; */
    text-align: center;
    /* position: fixed; */
    left: 0;
    bottom: 0;
    width: 100%;
}

.footer p {
    margin: 0;
    color: #000;
}

.footer .social-icons {
    margin-top: 10px;
}

.footer .social-icons a {
    margin: 0 10px;
    text-decoration: none;
    color: #000;
}