@font-face {
    font-family: 'Vazir';
    src: url('fonts/vazir/Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Vazir', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #262750;
    color: #ffffff;
    direction: rtl;
}

.logo {
    width: 150px;
}

.center {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px;
}

.head {
    padding: 0 15px
}

h1 {
    font-size: 1.2em;
    height: 25px;
}

.thin-text {
    font-size: 0.9em;
    color: #b3bee4;
}

.old-price {
    font-size: 0.9em;
    color: #b3bee4;
}

.market {
    background: #383e86;
    padding: 10px;
    border-radius: 10px;
}

.line20 {
    line-height: 20px;
    overflow: hidden;
}

.item {
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(155, 155, 155, .15);
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.text-left {
    text-align: left;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.img {
    margin-left: 5px;
    max-width: 30px;
}

.green {
    color: #27ae60;
}

.red {
    color: #f2567c;
}

.footer {
    display: flex;
    gap: 15px;
    border-top: 3px solid rgba(155, 155, 155, .15);
    line-height: 23px;
}

.contact-us {
    font-size: 0.9em;
}

.social {
    display: flex;
    height: 45px;
    align-items: center;
}

.icon {
    width: 25px;
    height: 25px;
    margin-left: 8px;
}

.info {
    width: 550px;
}

.born {
    max-width: 150px;
}

@media screen and (max-width: 850px) {
    .footer {
        flex-direction: column;
        gap: 20px;
    }
    .info {
        margin-top: 10px;
        width: auto;
    }
    .born {
        display: flex;
        max-width: none;
        justify-content: center;
        align-items: center;
    }
    .born img {
        width: 150px;
    }
}

