﻿body {
    margin: 0;
    font-family: fontman
}

hed {
    display: block;
    position: fixed;
    width: calc(100% - 20px);
    top: 0;
    left: 0;
    padding: 5px 10px;
    background-color: white;
    z-index: 2;
    border-bottom: 1px solid #012f6d;
}

foot {
    display: none;
    z-index: 2;
    border-top: 1px solid #012f6d;
    background-color: white
}


.arms, search, .sabad, .newagahi, .save, .msg, .accont, clop, clops, .telico, .smsico, .copico, .telefa {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.sabad, .newagahi, .save, .msg, .accont {
    text-decoration: none;
    color: #000000
}

.arms {
    background-image: url(../pic/bolangoo.png);
    height: 65px;
    width: 65px;
    background-size: 55px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px
}

.sabad, .save, .msg, .accont {
    background-repeat: no-repeat;
    background-position: center left;
    margin-right: 15px;
    font-size: 13px;
}

    .save:before {
        content: 'ذخیره ها';
    }

    .sabad:before {
        content: 'سبد خرید';
    }

    .msg:before {
        content: 'پیام ها';
    }

    .accont:before {
        content: 'حساب من';
    }

.save {
    background-image: url(../pic/save.svg);
    width: 72px;
    background-size: 24px;
}

.sabad {
    background-image: url(../pic/shopping.svg);
    width: 80px;
    background-size: 24px;
}

.msg {
    background-image: url(../pic/msg.svg);
    width: 65px;
    background-size: 24px;
}

.accont {
    background-image: url(../pic/user.svg);
    width: 85px;
    background-size: 28px;
}

.newagahi {
    background-color: #012f6d;
    width: 110px;
    height: 25px;
    color: white;
    padding: 12px 15px;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 15px;
}

    .newagahi:before {
        content: 'ثبت آگهی رایگان'
    }


search {
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: white;
    width: calc(100% - 632px);
    outline: none;
    border: 1px solid #ccc;
}

    search input {
        border-radius: 5px;
        display: inline-block;
        vertical-align: middle;
        padding: 10px;
        outline: none;
        border: none;
        width: calc(100% - 240px);
        font: 14px fontman;
        color: #012f6d
    }

    search ostan, search daste {
        display: inline-block;
        vertical-align: middle;
        border: none;
        outline: none;
        border-right: 1px dashed #ccc;
        width: 80px;
        margin: 5px 0;
        padding: 0 10px;
        background-size: 22px;
        background-position: center left;
        background-repeat: no-repeat
    }

    search ostan {
        background-image: url(../pic/place.svg);
    }

        search ostan:before {
            content: 'انتخاب شهر';
            font: 14px fontman
        }

    search daste {
        background-image: url(../pic/group.svg);
    }

        search daste:before {
            content: 'دسته بندی';
            font: 14px fontman
        }

spci {
    width: 500px;
    max-height: 100%;
    max-width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    z-index: 1001;
    -webkit-box-shadow: 0 0 30px 0 #ccc;
    background-color: white;
    overflow: hidden;
}



mohtava {
    display: block;
    text-align: center;
    margin: 90px 10px 10px 10px;direction:ltr
}

all {
    display: none;
    position: fixed;
    background-color: black;
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}


@media(max-width:1050px) {

    search ostan:before {
        content: 'شهر';
        font: 14px fontman
    }

    search daste:before {
        content: 'دسته';
        font: 14px fontman
    }

    search ostan {
        width: 40px;
    }

    search daste {
        width: 50px;
    }

    search input {
        width: calc(100% - 170px);
    }
}

@media(max-width:870px) {
    mohtava {
        margin: 55px 0 0 0;
    }

    .sabad, .save, .msg, .accont, .newagahi {
        display: none
    }

    search {
        width: calc(100% - 80px);
        margin-right: 5px
    }

        search input {
            padding: 5px 10px;
        }


    hed {
        padding: 0 10px;
    }

    .arms {
        height: 55px;
        margin-right: 0
    }

    foot {
        display: flex;
        position: fixed;
        width: calc(100% - 20px);
        bottom: 0;
        left: 0;
        background-color: white;
        padding: 5px 10px;
        background-color: white;
    }

    .sp1, .sp2, .sp3, .sp4, .sp5 {
        display: inline-block;
        vertical-align: middle;
        width: 20%;
        text-align: center;
        font: bold 13px fontman;
        color: #012f6d;
        background-position: center 0;
        background-size: 24px;
        background-repeat: no-repeat;
        padding-top: 24px;
        transition: .5s;
        text-decoration: none;
    }

    .sp1 {
        background-image: url(../pic/home.svg);
    }

    .sp2 {
        background-image: url(../pic/save.svg);
    }

    .sp3 {
        background-image: url(../pic/plus.svg);
    }

    .sp4 {
        background-image: url(../pic/shopping.svg);
    }

    .sp5 {
        background-image: url(../pic/user.svg);
    }

        .sp1:hover, .sp2:hover, .sp3:hover, .sp4:hover, .sp5:hover {
            transition: .5s
        }
}

@media(max-width:350px) {
    search ostan:before {
        content: '.';
        font-size: 1px
    }

    search daste:before {
        content: '.';
        font-size: 1px
    }

    search ostan {
        width: 10px;
    }

    search daste {
        width: 10px;
    }

    search input {
        width: calc(100% - 100px);
    }
}

@font-face {
    font-family: fontman;
    src: url(../font/Sahel.woff) format("woff");
}


#loaderett1 {
    display: table;
    width: 16px;
    height: 16px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 2s linear infinite, heart-beat 2s linear infinite;
    background-color: #fff;
    text-align: center;
    line-height: 140px;margin:auto;
}

#loader {
    display: table;
    width: 30px;
    height: 30px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 2s linear infinite, heart-beat 2s linear infinite;
    background-color: #fff;
    text-align: center;
    line-height: 140px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    transform: translate(calc(-50% - 20px),calc(-50% - 20px))
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes heart-beat {
    55% {
        background-color: #fff;
    }

    60% {
        background-color: #3498db;
    }

    65% {
        background-color: #fff;
    }

    70% {
        background-color: #3498db;
    }

    100% {
        background-color: #fff;
    }
}

divser1 {
    display: block;
    padding: 10px 10px 0 10px;
    outline: none;
    border: 1px solid #ccc;
    border-top: none
}

    divser1 sbtn {
        display: block;
        padding: 10px;
        margin: 10px;
        outline: none;
        text-align: right;
        font-size: 14px
    }

    divser1 input {
        display: block;
        font: 14px fontman;
        padding: 8px;
        border: 1px solid #ccc;
        outline: none;
        text-align: right;
        margin: 10px 20px 20px 20px;
        width: calc(100% - 58px);
        border-radius: 10px
    }



divser2 {
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    height: 500px;
    max-height: calc(100% - 204px);
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    outline: none;
}


divb, divbx {
    padding: 13px 15px 13px 0;
    margin: 0 20px;
    display: flex;
    border: none;
    outline: none;
    border-top: 1px solid #ccc;
    cursor: pointer;
    transition: .3s
}

    divb:hover, divbx:hover {
        background-color: #e8f0fb;
        transition: .3s
    }

    divb input, divbx input, divsr {
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        cursor: pointer;
        text-align: center;
        color: #808080;
    }

divsr {
    margin-left: 3px
}

divs {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 20px);
    font-size: 15px
}

.nobor {
    border: none;
}

.botbor {
    border: none;
    border-bottom: 1px solid #ccc;
}

clop {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    color: maroon
}

divser3 {
    display: flex;
    direction: ltr;
    padding: 10px;
    outline: none;
    border: 1px solid #ccc;
    font-size: 14px;
    border-bottom: none
}

btnt, btne {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 12px);
    margin: 0 5px;
    border: 1px solid #012f6d;
    border-radius: 5px;
    padding: 6px 0;
    text-align: center;
    cursor: pointer;
    transition: .5s
}

btnt {
    background-color: #012f6d;
    color: white;
    transition: .5s
}

btne {
    background-color: white;
    color: #012f6d;
}

sbtn {
    display: block;
}

cxu {
    display: block;
    margin: 6px 0 6px 0
}

tosbtn, tosbtn2, tosbtn3 {
    display: inline-block;
    background-color: #ffeae9;
    color: #012f6d;
    border: 1px solid red;
    padding: 2px 10px 3px 10px;
    margin-left: 5px;
    border-radius: 20px;
    cursor: pointer
}

    tosbtn sx, tosbtn3 sx, tosbtn closbtn, risbtn, tosbtn2, tosbtn3 closbtn, ett1, ett2, ettc, ett3, ett4, vijel, vijer {
        display: inline-block;
        vertical-align: middle;
    }

    tosbtn closbtn, tosbtn3 closbtn {
        font-size: 17px;
        margin-right: 10px;
        color: red
    }

tosbtn2 {
    width: 120px;
    border-radius: 0;
    margin: 2px 0 3px 0;
    text-align: center;
    padding: 2px 5px 3px 5px;
}

tosbtn3 {
    width: auto;
    margin: 3px;
    padding: 0px 10px 1px 10px;
    font-size: 14px
}

risbtn {
    width: calc(100% - 132px);
    text-align: center;
    padding: 3px 0
}

dova {
    display: block;
    padding: 10px
}

.delall {
    font-size: 13px;
    margin: 0;
    padding: 2px 0 0 0;
    width: 70px
}

.delallz {
    width: calc(100% - 72px);
}



#footer {
    color: #012f6d;
    width: 100%;
    display: table;
    margin-top: 40px
}

.tofooter {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 15px;
    text-align: right;
    color: black;
    width: 32%;
    font-size: 15px
}


.to4 {
    display: inline-block;
    width: 290px;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 36px
}

    .to4 img {
        border: 1px solid #012f6d;
        outline: none;
        border-radius: 10px;
        margin: 0 20px;
    }

#footerd {
    display: inline-block;
    width: calc(100% - 300px);
    vertical-align: middle;
}

nasb {
    display: inline-block;
    width: 220px;
    vertical-align: top;
    margin-top: 59px;
}

    nasb spo1, nasb spo2, nasb spo3 {
        display: block;
        background-repeat: no-repeat;
        background-position: center right;
        margin: 12px;
        padding-right: 50px;
        font-size: 15px;
        cursor: pointer;
    }

    nasb spo1 {
        background-image: url(../pic/webapp.svg);
        background-size: 24px;
    }

    nasb spo2 {
        background-image: url(../pic/android.svg);
        background-size: 26px;
    }

    nasb spo3 {
        background-image: url(../pic/ios.svg);
        background-size: 28px;
    }

#wfooter {
    width: 100%;
    display: block;
    height: auto;
}




.tofooter a {
    color: #012f6d;
    font-size: 14px;
    text-decoration: none
}

.tofooter ul li {
    margin-top: 10px
}

.namadz {
    height: 120px;
    width: 100px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #307fce;
    background-color: white;
    vertical-align: middle;
    display: inline-block;
    object-fit: contain
}

linec {
    display: block;
    height: 0;
    padding: 1px;
    background-image: linear-gradient(to left,white,#012f6d,white);
}

shr {
    display: table;
    position: absolute;
    z-index: 1 ;background-image: url(../pic/stars.svg);
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-repeat: no-repeat;
    margin-top: -15px;
    left: calc(50% - 15px);
}

.tofoot {
    text-align: center;
    padding: 0 0 8px 0;
    font-size: 13px;
    display: block;
    margin-bottom: 10px
}
#aghahi {
    display: inline-block;
    vertical-align: top;
    width: calc(60% - 55px);
    margin: 20px 10px 0 0;direction:rtl
}

    #aghahi h1, olaviat {
        display: block;
        text-align: right;
        text-align: justify
    }

    #aghahi h1 {
        margin: 30px 30px 10px 30px;
        font: 24px fontman;
    }
olaviat {
    margin: 0 30px 30px 30px;
    font: 15px fontman;
    color: #808080
}

@media(max-width:768px) {
 
    #aghahi {
        display: block;
        vertical-align: auto;
        width: auto;
        margin: 20px 0 0 0;
    }
        #aghahi h1 {
            margin: 30px 20px 10px 20px;
        }
    olaviat {
        margin: 0 20px 30px 20px;
    }

    nasb {
        display: block;
        width: auto;
        vertical-align: middle;
        margin: 20px 20px 30px 20px;
    }

        nasb spo1, nasb spo2, nasb spo3 {
            display: inline-block;
            vertical-align: middle;
            padding-right: 30px;
        }



    .tofoot {
        margin: 25px 10px 60px 10px
    }

    .tofooter {
        width: 48%;
    }

    .to4 {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 100%
    }

    #footerd {
        display: inline-block;
        width: 100%;
        vertical-align: top
    }
}



pres {
    display: block;
    margin: 30px 30px 10px 30px;
    text-align: justify;
    color: #817f7f;
    font-size: 15px
}

    pres b {
        display: block;
        font-size: 16px;
        color: #012f6d;
        margin-bottom: 10px
    }
tdast {
    display: block;
    text-align: right;
    font-size: 10px;
    color: #012f6d;
    padding: 5px 0 6px 0;
    margin: 0 30px 30px 30px;
    overflow: auto;
    width: auto;
    white-space: nowrap;
    /* مخفی کردن نوار اسکرول در مرورگرهای مختلف */
    scrollbar-width: none; /* برای فایرفاکس */
    -ms-overflow-style: none; /* برای اینترنت اکسپلورر و Edge */
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
/* مخفی کردن نوار اسکرول در کروم، سافاری و اپرا */
    tdast::-webkit-scrollbar {
        display: none;
    }

    tdast a {
        padding: 0 18px;
        cursor: pointer;
        color: #808080;
        font: 14px fontman;
        transition: .5s;text-decoration:none
    }
.nor {
    padding: 0 0 0 20px;
}
.nol {
    padding: 0 20px 0 0;
}
tdast a:hover{color:#012f6d;transition:.5s}

risk {
    display: block;
    text-align: justify;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 40px 30px;
    padding: 5px 5px 20px 5px;
}
    risk sko {
        display: block;
        font:  16px fontman;
        margin: 10px;
    }
    risk soz {
        display: block;
        font: 14px fontman;
        color: #808080;
        background-image: url(../pic/risk.svg);
        background-size: 35px;
        background-position: center right;
        background-repeat: no-repeat;
        padding: 0 50px 0 10px
    }

telef {
    padding:10px 5px;
    display: block;
    direction: rtl;text-align:left;
    margin-top: 30px;
    background-color: #ecf3fe;
    margin: 5px 30px 30px 30px;
transform:scaleY(0);transform-origin:center;transition:.5s;
border:1px dashed #012f6d;
}


ett {
    display: flex;
    margin: 5px 30px 30px 30px
}
ett1, ett2 {
    border: 1px solid #012f6d;
    padding: 4px 0 5px 0;
    width: 140px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}
ett2 {
    margin-right: 10px;
}
ett1 {
    color: white;
    background-color: #012f6d;
    direction: ltr;
}

ett3, ett4 {
    margin-right: 20px;
    width: 30px;
    background-repeat: no-repeat;
    height: 25px;
    background-position: center;
    cursor: pointer;
    background-size: 30px;
}

ettc {
    width: calc(100% - 365px);
}

ett1 a{
   color:white;text-decoration:none
}
ett3 {
    background-image: url(../pic/save.svg);
}
ett4 {
    background-image: url(../pic/share.svg);
}
vije {
    display: block;
    border-bottom: 1px solid #ccc;
    margin: 0 30px;
    padding:15px
}
vijel {
    width: 50%;
    text-align: left;
    color: #012f6d;
    width: calc(100% - 100px);direction:ltr
}
vijer {
    width: 50%;
    text-align: right;
    color: #525252;
    width: 100px;
}
#desc, kelids {
    display: block;
    margin: 40px;
    text-align: justify;
    color: #525252;
    direction: rtl;
    white-space: pre-wrap; 
}
kalaha{display:block;text-align:center}
@media(max-width:767px) {
    tdast {
        margin: 0 20px 30px 20px
    }
    risk {
        margin: 40px 10px;
    }
    ett ,telef{
        margin: 5px 10px 30px 10px
    }
    vije {
        margin: 0 10px;
    }
    #desc {
        margin: 40px 20px;
    }
    
}

    kelids pds {
        display: block
    }
kelids {
    display: block;
    margin: 30px 0 0 0;
    color: black;
    text-align: justify
}

    kelids h2{
        display: inline-block;
        color: #012f6d;
        font-size: 15px;
        font-weight:normal;
        text-decoration: none;margin:0 5px;
        padding: 5px 0;
    }
/*posts*/
ptarefe {
    display: inline-block;
    width: 35px;
    height: 25px;
    position: absolute;
    left: 100px;
    top: 5px;
    background-color: red;
    background-size: 30px;
    background-image: url(../pic/urgent.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 5px 0 0;
}
posts, postsr, posts img, nullpic {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    cursor: pointer
}

posts {
    height: 130px;
    border: 1px solid #abcfff;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    z-index: 1;
    position: relative;
}

ibo {
    width: calc(100% - 20px )
}

eye {
    background-image: url(../pic/eye.svg);
    height: 20px;
    width: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

@media(min-width:968px) {
    posts {
        width: calc(33% - 22px);
    }
}

@media(max-width:967px) and (min-width:600px) {
    posts {
        width: calc(50% - 22px);
    }
}

@media(max-width:699px) {
    posts {
        width: calc(100% - 22px);
    }
}


postsr {
    height: 130px;
    width: calc(100% - 135px);
    margin-left: 5px;
    text-align: right;
    font-size: 14px
}

posts img, nullpic {
    height: 130px;
    width: 130px;
    border-radius: 5px;
    object-fit: cover
}
nullpic {
    background-image: url(../pic/nullsmall.jpeg);
    background-position: center;
    background-size: cover
}
postsr1 {
    display: block;
    padding: 5px 5px 0 0;
    height: 50px;
    color: #012f6d;
    overflow: hidden
}

postsrz {
    display: block;
    padding: 5px 5px 0 0;
    height: 20px;
    color: #666666
}

neshanpor, neshannull {
    display: block;
    width: 26px;
    position: absolute;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 5px;
    top: 7px;
    z-index: 2;
}

neshanpor {
    background-image: url(../pic/neshanpor.svg);
}

neshannull {
    background-image: url(../pic/neshannull.svg);
}
/*posts*/
#helda{display:none}

matnl{display:none}

edame {
    display: inline-block;
    margin: 5px 10px 0 0;
    padding: 0 15px;
    cursor: pointer;
    background-color: #012f6d;
    color: white;
    border-radius:15px;font-size:14px;direction:ltr
}
    edame:before {
        content: '❯';
        transform: rotate(90deg);
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px
    } 

.telefa {
    margin: 5px 5px 5px 10px;
    width: calc(100% - 140px);
    text-decoration: none;
    color: #012f6d;
    text-align: left;
    padding-top: 3px;transition:.5s
}

.telico, .smsico, .copico {
    height: 25px;
    width: 25px;
    margin: 5px 5px 5px 10px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center right;
}
.telico {
    background-image: url(../pic/telico.svg);
}
.smsico {
    background-image: url(../pic/smsico.svg);
}
.copico {
    margin: 5px 0 5px 10px;
    background-image: url(../pic/copico.svg);
    color: #525252;
    font-size: 14px;
    transition: 0.5s;
    text-align: center;
}
nabood{
display:block;
}
nabood img {
    display:table;width:100%;max-width:700px;margin:0 auto
}
tet1, tet2 {
    display: block;
    text-align: center;
    margin-bottom: 50px
}
tet1 {
   font:bold 18px fontman
}
tet2 {
    font-size: 16px;
}

nabood a {
    display: table;
    background-color: #012f6d;
    padding:6px 25px 8px 25px;
    color: white;
    text-align: center;
    font: 15px fontman;
    margin: 60px auto 100px auto;
    text-decoration: none;
    border-radius: 3px
}

monasebt {display:block;background-color:antiquewhite;
padding:10px;margin:10px 0;text-align:center
}