@font-face {
    font-family: "IRANSans",'bYekan';
    src: url('../fonts/BYekan.eot');
    src: url('../fonts/BYekan.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BYekan.woff') format('woff'),
         url('../fonts/BYekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+0600–06FF;
}


.holder
{
    width: 60%;
    margin: 0 auto;
    position: absolute;
    top: 15%;
    left: 20%;
    background: #FFD040;
}

.holder p
{
    margin:0;
    padding: 0;
}

.message
{
    font-family: "IRANSans","byekan";
}

.number
{
    font-family: "calibri";
}

@media (min-width: 0px)
{
    .holder
    {
        text-align: center;
        width: 80%;
        left: 10%;
    }
    .number
    {
        text-align: center;
        background: #AF4545;
        width: 200px;
        height: 200px;
        font-size: 7em;
        line-height: 200px;
        border-radius: 200px;
        color: #fff;
        margin: 20px auto;
    }

    .message
    {
        font-size: 1em;
        padding-top: 2%;
        margin: 25px;
        text-align: center;
        text-align: center;
        direction: rtl;
        font-family: "IRANSans","bYekan";
        color: #555;
    }
}


@media (min-width: 320px)
{
    .holder
    {
        text-align: center;
        width: 80%;
        left: 10%;
    }
    .number
    {
        text-align: center;
        background: #AF4545;
        width: 250px;
        height: 250px;
        font-size: 9em;
        line-height: 250px;
        border-radius: 250px;
        color: #fff;
        margin: 20px auto;
    }

    .message
    {
        font-size: 1.25em;
        padding-top: 2%;
        margin: 25px;
        text-align: center;
        text-align: center;
        direction: rtl;
        color: #555;
    }
}


@media (min-width: 480px)
{
    .holder
    {
        text-align: center;
    }
    .number
    {
        text-align: center;
        background: #AF4545;
        width: 250px;
        height: 250px;
        font-size: 9em;
        line-height: 250px;
        border-radius: 250px;
        color: #fff;
        margin: 20px auto;
    }

    .message
    {
        font-size: 1.25em;
        padding-top: 1%;
        margin: 25px;
        text-align: center;
        text-align: center;
        direction: rtl;
        color: #555;
    }
}

@media (min-width: 768px)
{
    .number
    {
        text-align: center;
        background: #AF4545;
        width: 250px;
        height: 250px;
        font-size: 9em;
        line-height: 250px;
        border-radius: 250px;
        color: #fff;
        float: right;
    }

    .message
    {
        width: 50%;
        font-size: 150%;
        padding-top: 9%;
        margin: 25px;
        text-align: justify;
        direction: rtl;
        color: #555;
        margin: 20px;
    }
}

@media (min-width: 960px)
{
    .number
    {
        text-align: center;
        background: #AF4545;
        width: 250px;
        height: 250px;
        font-size: 8em;
        line-height: 250px;
        border-radius: 300px;
        color: #fff;
        float: right;
    }

    .message
    {
        width: 50%;
        font-size: 200%;
        padding-top: 10%;
        margin: 25px;
        text-align: justify;
        direction: rtl
        color: #555;
    }
}


@media (min-width: 1200px)
{
    .number
    {
        text-align: center;
        background: #AF4545;
        width: 350px;
        height: 350px;
        margin: 20px;
        font-size: 12em;
        line-height: 350px;
        border-radius: 400px;
        color: #fff;
        float: right;
    }

    .message
    {
        width: 50%;
        font-size: 200%;
        padding-top: 15%;
        margin: 25px;
        text-align: justify;
        direction: rtl;
        color: #AF5645;
    }
}

.alert-link
{
    
    font-size: 15px;
}