@font-face {
    font-family: iranSans;
    src: url('../fonts/IRANSansLight.ttf') format('ttf'),
    url('../fonts/IRANSansWeb.eot') format('eot'),
    url('../fonts/IRANSansWeb.ttf') format('ttf'),
    url('../fonts/IRANSansWeb.woff') format('woff');
}

body {
    font-size: 0.8rem;
    font-family: iranSans, Tahoma, Arial, serif;
    line-height: 1.75;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}


header .fixed-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1002;
    background-color: #e3e3e3;
}

header .fixed-menu .navbar-toggler-icon {
    width: 1em !important;
    height: 1em !important;
}

.corona360-app-container {
    /* min-height: calc(100vh + 80px); */
    margin-top: 2rem;
    padding-bottom: 100px;
    background-position: top 60px left 10px,
    top 10px right 10px,
    top 425px right 92px,
        /* top 400px left 240px, */ bottom 10px right 0px;

    background-size: 0, 50px, 0, 0, 110px;
    background-repeat: no-repeat;

    background-image: 
    url('../img/corona.png'),
    url('../img/corona.png'),
    url('../img/corona.png'),
    url('../img/corona.png'),
    url('../img/corona.png')
}

.footer-item{   
    padding: 0 10px;
}

.supportives {
    display: inline-block;
    /*margin:0 14px;*/
}

.corona360-app-container .corona360-app-preview img {
    max-width: 560px;
}

.corona-world-img{
    margin: 0 auto;
    display: block;
}

.qr{
    display: block;
    width: 125px;
    /*padding: 20px;*/
    margin: 20px auto;
}

.google-play {
    width: 182px;
}

.download-tr{
    min-width: 144px
}


.download-fr {
    min-width: 182px;
}
.download-pl {
    min-width: 159px;
}
.download-fa {
    min-width: 133px;
}

.text-line-height {
line-height: 2;
}

.download-btn {
    border-radius: 8px;
    padding: 19px 10px 16px 10px;
    background-color: #ff7a8a;
    color: #ffffff;
    text-decoration: none;
    transition: 100ms all;
}


.download-btn:hover{
    background-color: #cf6b79;
    color: #ffffff;
    text-decoration: none;
}

.btn-fa{
    margin-top:30px;
}

.btn-title{
display: block;
float: right;
margin-left: 10px;
font-size: 11px;
line-height: 26px;
}
.btn-img{
display: block;
width: 26px;
float: right;
}

.gdpr{
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    /* height: 100px; */
    background-color: #ff7a8a;
    color: white;
}
.gdpr-btn{
    display: block;
    width: 100px;;
    border-radius: 40px;
    padding: 10px 15px;
    background-color: #ffffff;
    color: #ff7a8a;
    text-decoration: none;
    transition: 100ms all;
    margin: 0 auto;
}
.text-bold{
    font-weight: bold;
}
.gdpr-fire{
    cursor: pointer;
}

.clear{
    display: block;
    visibility: hidden;
  font-size: 0;
  content: none;
  clear: both;
  height: 0;
  overflow: hidden;
  width: 0;
}

@media only screen and (min-width: 768px) {
    .corona360-app-container {
        background-image: none;
        /* background-size: 110px, 50px, 30px, 55px, 110px; */
        margin-top: 5rem;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width : 1200px) {
    .container { max-width: 1450px; }
    .corona360-app-container {
        padding-bottom: 100px;
        /* background-position: top 60px left 0,
        top 10px right 16px,
        top 470px right 100px,
        top 600px left 240px,
        bottom -58px right 170px; */
    }
}

@media only screen and (max-width : 320px) {
    .corona360-app-container .corona360-app-link {
        flex-direction: column;
        /* padding-bottom: 100px; */
    }
}


footer {
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    font-size: 11px;
}

.last-floor-footer {
    background-color: #e3e3e3;
}

.first-floor-footer {
    background-color: #f3f3f3;
}