@font-face {
    font-family: IRANSans1;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/iranyekanwebregular(fanum).eot');
    src: url('../fonts/eot/iranyekanwebregular(fanum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/iranyekanwebregular(fanum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/iranyekanwebregular(fanum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/iranyekanwebregular(fanum).ttf') format('truetype');
}

body{
    background-color: white;
    font-family: 'IRANSans1', "Helvetica Neue", Helvetica, sans-serif!important;
    overflow-x: hidden;
}
#mockup
{
    background-image: url("static/img/iphone_mockup.png");
}
.wrapper {
    width: 500px;
    margin: 0 auto;
}

.item {
    margin: 10px;
    width: 120px;
    border-radius: 10px;
    float: left;
    text-align: center;
}
.item.white{
    background-color: #ffffff;
    height: 100px;


}
/*
* Checkbox and Radio
*/

.input-helper:before,
.input-helper:after,
.checkbox label:before,
.radio label:before,
.radio-inline:before,
.checkbox-inline:before {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

.checkbox label,
.radio label,
.radio-inline,
.checkbox-inline {
    padding-right: 0;
    /*position: relative;*/
    text-align: center;
}

.checkbox label:before,
.radio label:before,
.radio-inline:before,
.checkbox-inline:before {
    content: '';
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.04);
    position: absolute;
    right: -15px;
    top: -15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.checkbox label:active:before,
.radio label:active:before,
.radio-inline:active:before,
.checkbox-inline:active:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.checkbox label,
.radio label {
    display: block;
}

.checkbox input,
.radio input {
    top: 0;
    right: 0;
    margin-right: 0 !important;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 0;
}

.checkbox input:checked + .input-helper:before,
.radio input:checked + .input-helper:before {
    border-color: #d0d0d0;
}

.checkbox .input-helper:before,
.radio .input-helper:before,
.checkbox .input-helper:after,
.radio .input-helper:after {
    position: absolute;
    content: "";
}

.checkbox .input-helper:before,
.radio .input-helper:before {
    /*right: 0;*/
    border: 2px solid #d0d0d0;
    background-color: #ffffff ;
}

.checkbox.disabled,
.radio.disabled {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.checkbox input {
    width: 17px;
    height: 17px;
}

.checkbox input:checked + .input-helper:before {
    background-color: #26a69a;
}

.checkbox input:checked + .input-helper:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.checkbox .input-helper:before {
    top: 0;
    width: 17px;
    height: 17px;
    border-radius: 2px;
}

.checkbox .input-helper:after {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    content: '\f26b';
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    font-size: 13px;
    /*right: 5px;*/
    top: 0px;
    color: #fff;
    font-weight: bold;
}

.radio input {
    width: 19px;
    height: 19px;
}

.radio input:checked + .input-helper:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.radio .input-helper:before {
    top: -1px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
}

.radio .input-helper:after {
    width: 9px;
    height: 9px;
    background: #464646;
    border-radius: 50%;
    top: 4px;
    /*right: 5px;*/
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.checkbox-inline,
.radio-inline {
    vertical-align: top;
    margin-top: 0;
    /*padding-right: 25px;*/
}
.red-section{
    background-color: #ed1c24;
    height: 220px;
    float:right;
}
.left-dots{
    float: left;
    height: 40%;
    position: absolute;
    left: 120px;
}
.right-dots{
    float: right;
    height: 60%;
    vertical-align: middle;
    text-align: center;
    left: -30px;
    top: 50px;
    position: relative;
}
.third-section
{
    background-color: #ebebeb;
    width: 30%;
    float: none;
    margin: auto;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
@media (max-width: 768px) {
    .mockup >img{
        width: 60% !important;
    }
    .wrapper{
        width: 390px;
    }
    .item
    {
        width: 80px;

    }
    .item.white{
        height: 70px;
    }
    .red-section{
        height: 180px;
    }
       .first-section > h3{
        font-size: 10px;
    }
    .first-section > h1 >strong{
        font-size: 12px;
    }
    .red-section > h2
    {

        font-size: 14px;
    }
    .left-dots{
        height: 20%;
        top: 80px;
        left: 10px;
    }
    .right-dots{
        height: 40%;
        top: 50px;
    }

    .third-section
    {
        width: 80%;
        font-size: 12px!important;
    }
    .third-section > h3,.third-section > h4,.third-section > button
    {

        font-size: 12px!important;
    }

}
@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}