@font-face {
    font-family: 'IRANSansWeb';
    src: url('IRANSansWeb.eot');
    src: url('../fonts/iransans/IRANSansWeb.eot') format('eot'), url('../fonts/iransans/IRANSansWeb.woff') format('woff'), url('../fonts/iransans/IRANSansWeb.ttf') format('ttf');
}

body {
    font-family: IRANSansWeb !important;
    background-color: rgba(239, 233, 247, .4) !important;
}

ul {
    padding: 0;
    list-style: circle;
}

.row {
    padding: 30px 0;
}
.up_down{
    margin: 20px 0;
}
.startop{
    font-size: 14px;
}
.rigth_lean {
    direction: rtl;
}

.paklean_karaj {
    font-size: 25px;
    color: #1f426f;
}

.paklean_karaj p {
    margin: 25px 0;
}

.paklean_karaj p span {
    color: #9327e6;
}

#countdown {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* direction: ltr; */
}

.countdown-item {
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    position: relative;
    opacity: 0;
    margin: 5px;
}

.countdown-item.show {
    animation: fadein 2s forwards;
}

.countdown-item::before {
    position: absolute;
    content: ' ';
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    left: 0;
    top: 0;
    opacity: .1;
}

.countdown-item.days {
    animation-delay: 1s;
}

.countdown-item.hours {
    animation-delay: 1.5s;
}

.countdown-item.minutes {
    animation-delay: 2s;
}

.countdown-item.seconds {
    animation-delay: 2.5s;
}

.countdown-item.days::after {
    content: attr(data-days);
}

.countdown-item.hours::after {
    content: attr(data-hours);
}

.countdown-item.minutes::after {
    content: attr(data-minutes);
}

.countdown-item.seconds::after {
    content: attr(data-seconds);
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#countdown {
    display: flex;
    /* justify-content: center; */
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}

.countdown-item {
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    position: relative;
    opacity: 0;
    margin: 5px;
    background-color: #c9b4eb;
    box-shadow: -1px -1px 10px 5px #fff;
}

.countdown-item.show {
    animation: fadein 2s forwards;
}

.countdown-item::before {
    position: absolute;
    content: ' ';
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    left: 0;
    top: 0;
    opacity: .1;
}

.countdown-item.days {
    animation-delay: 1s;
}

.countdown-item.hours {
    animation-delay: 1.5s;
}

.countdown-item.minutes {
    animation-delay: 2s;
}

.countdown-item.seconds {
    animation-delay: 2.5s;
}

.countdown-item.days::after {
    content: attr(data-days);
}

.countdown-item.hours::after {
    content: attr(data-hours);
}

.countdown-item.minutes::after {
    content: attr(data-minutes);
}

.countdown-item.seconds::after {
    content: attr(data-seconds);
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.options {
    display: flex;
    align-items: center;
}

.options .ul_op {
    /* width: 50%; */
}

.app-img {
    display: flex;
    text-align: left;
    align-items: center;
    margin: 15px 0 0 0;
}

.options .ul_op li {
    margin: 20px 0;
    font-size: 18px;
    color: #1f426f;
}

.app-img li {
    list-style: none;
    text-align: center
}

.app-img li img {
    width: 85%;
    border-radius: 6px;
    margin: 30px 0 0 0;
    cursor: pointer;
    opacity: .7;
    transition: opacity .5s;
}

.app-img li img:hover {
    opacity: 1;
}

.number_mb {
    display: flex;
    flex-direction: column;
    /* background-color: #cfebf6; */
    /* box-shadow: -1px -1px 10px 5px #fff; */
    border-radius: 6px;
    position: relative;
}

.number_mb p.one_pep {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

.number_mb p.one_pep span {
    font-size: 15px !important;
}

.number_mb p {
    color: #1f426f;
}

.input_box {
    display: flex;
    justify-content:space-around;
    margin-bottom: 20px;
}

.number_mb input, .save_num {
    border:none;
    /* background-color: #1f334c; */
    box-shadow: -1px -1px 9px -3px #2727;
    padding: 20px 11px;
    border-radius: 8px;
    color: #000;
    width: 45%;
    text-align: center;
}

.save_num {
    background-color: #2dc99d !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    border: none !important;
    color: #fff !important;
    cursor: pointer;
}

.save_num:hover {
    background-color: #9327e6 !important;
}

::placeholder {
    color: #000;
    opacity: 1;
    font-size: 20px;
}

.number_mb input:focus {
    outline: none;
}

.logo_avatar {
    position: absolute;
    right: 27px;
    bottom: 4%;
    background: #fff;
    /* z-index: 11111111; */
    width: 11%;
}
.app-img li img.app_img{
    width: 75%;
}
@media screen and (max-width:1023px) {
    .row_flex {
        display: flex;
        flex-direction: column-reverse;
    }
    .container {
        width: 100% !important;
    }
    .avatar_pic {
        width: 60%;
        display: block;
        margin: 0 auto;
    }
    .paklean_karaj {
        padding: 10px 20px;
    }
    .number_mb {
        padding: 0 20px;
        font-size: 30px
    }
    .options {
        padding: 0 20px;
        font-size: 30px;
        align-items: flex-end;
        margin-top: 10px;
    }
    .paklean_karaj h2 {
        font-size: 60px;
    }
    .countdown-item {
        font-size: 40px;
    }
    #countdown {
        justify-content: center;
    }
    .countdown-item {
        margin: 5px 20px;
        width: 180px;
        height: 180px;
        line-height: 180px;
    }
    .paklean_karaj p {
        font-size: 50px;
    }
    .options .ul_op li {
        font-size: 35px;
    }
    .number_mb input {
        padding: 30px 10px;
    }
    ul {
        /* list-style: none; */
    }
    .options .ul_op{
        margin: 0 8px;
    }
    .number_mb p.one_pep {
        font-size: 29px;
        text-align: center;
    }
    .number_mb p.one_pep span {
        font-size: 30px !important;
    }
    .app-img li img {
        width: 65%;
        margin: 0
    }
    .app-img li img.app_img{
        width: 56%;
    }
    .logo_avatar {
        right: 295px;
        bottom: 4%;
        width: 6%;
    }
    .up_down{
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }
    .app-img{
        margin:0
    }
    .save_num{
        font-size: unset;
    }
}

@media screen and (max-width:1024px) and (min-width:1024px){

    .logo_avatar{
        right: -70px;
        width: 13%;
    }
}