﻿
@font-face {
    font-family: 'Yekan';
    src: url('Yekan.ttf') format('truetype');
}
body, html {
    text-align: center;
    font-family:Yekan;direction: rtl;

}
.counter-section {
    /* The image used */
    background-image: url("bg.jpg");
    /* Full height & width */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; /* یا contain */
    /* برای جلوگیری از زوم در موبایل */
    touch-action: manipulation;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

    .counter-section:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #744747cc;
        background-image: linear-gradient(to bottom right, #002f4b, #3e1c15);
        opacity: .6;
    }

.header {
    font-size: 5rem;
    font-family: Yekan;
    font-weight: 200;
    color: #ffffff;
    transform: scale(1);
}

.article{
  font-size: 3rem;
  font-family:Yekan;
  font-weight: 200;
  color: #ffffff;
  transform: scale(1);
}

/* Counter styles */

.counter{
    font-family: Yekan;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 4rem;
    transform: scale(1);
}

.counter > div{
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
}

    .counter div > span {
        padding: 15px;
        border-radius: 25px;
        display: inline-block;
        box-shadow: 2px 0px 0 #ffffff, 3px -4px 0 #ffffff, 6px -4px 0 #ffffff;
        border: 2px solid #ffffff;
    }