@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/eot/IRANSansWeb_Black.eot');
    src: url('../fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Black.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Black.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb.eot');
    src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

*{
    font-family: IRANSans;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body
{
    background: url("../images/bg.jpg") repeat;
}
nav {
    background-color: #1d78be;
    color:#ffffff!important;
}
.navbar-dark .navbar-brand{
    color:#ffffff!important;
}
.navbar-d .navbar-nav .nav-link {
    color: rgba(255,255,255,0.95)!important;
}

nav {
    background-color: #1d78be!important;
    color:#ffffff!important;
}
.bg-dark
{
    background-color: #1d78be!important;
}

@media (max-width: 1200px) {
    .container {
        padding: 0;
        margin: 0;
    }

    body {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 1200px !important;
    }
}
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 1200px !important;
    }
}





.back-yellow
{
    background-color: #f4c43a;
    padding: 15px 10px;
    width: 100%;
    color: white;
    vertical-align: middle;
}

.bottom-margin{
    border-top: 2px dashed white;
    background-color: #f4c43a;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 2px;
    padding: 0px;
    right: 0px;
}
.app-image {
    width: 128px;
    text-align: center;
    color: #212121;
    margin: 3px;
    font-size: 1rem;
    max-width: 128px;
    border-radius: 6px;
}

.app-back {
    background-color: #eee;
    margin-left: 0px;
    margin-right: 0px;
}

.card-app{
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 10px;
    margin: 3px;
}

.col
{
    padding: 0px;
}

.parent {
    display: flex;
    width: 100%;
    /*height: 100px;*/
    align-items: center; /* Align Items Vertically */
    justify-content: space-between; /* Align Items Horizontally (with equal space in between each of them */
}

.children {
    display: flex;
}

.p-right
{
    width: 100%;
    padding: 5px;
}

.col-item
{
    padding-right: 3px!important;
    padding-left: 3px!important;
}

a{
    color:white;
}
.shfooter .collapse {
    display: inherit;
}
@media (max-width:767px) {
    .shfooter ul {
        margin-bottom: 0;
    }

    .shfooter .collapse {
        display: none;
    }

    .shfooter .collapse.show {
        display: block;
    }

    .shfooter .title .fa-angle-up,
    .shfooter .title[aria-expanded=true] .fa-angle-down {
        display: none;
    }

    .shfooter .title[aria-expanded=true] .fa-angle-up {
        display: block;
    }

    .shfooter .navbar-toggler {
        display: inline-block;
        padding: 0;
    }

}

.resize {
    text-align: center;
}
.resize {
    margin-top: 3rem;
    font-size: 1.25rem;
}
/*RESIZESCREEN ANIMATION*/
.fa-angle-double-right {
    animation: rightanime 1s linear infinite;
}

.fa-angle-double-left {
    animation: leftanime 1s linear infinite;
}
@keyframes rightanime {
    50% {
        transform: translateX(10px);
        opacity: 0.5;
    }
    100% {
        transform: translateX(10px);
        opacity: 0;
    }
}
@keyframes leftanime {
    50% {
        transform: translateX(-10px);
        opacity: 0.5;
    }
    100% {
        transform: translateX(-10px);
        opacity: 0;
    }
}

footer{
    background-color: #1d78be;
}

.app-exp
{
    padding: 15px;
    width: 100%;
}
.bottom-p
{
    width: 100%;
    margin: 5px;
}

.btn-store {
    color: #212121;
    min-width: 300px;
    padding: 12px 20px !important;
    border-color: #212121 !important;
}

.btn-store:focus,
.btn-store:hover {
    color: #ffffff !important;
    background-color: #168eea;
    border-color: #168eea !important;
}

.btn-store .btn-label,
.btn-store .btn-caption {
    display: block;
    text-align: left;
    line-height: 1;
}

.btn-store .btn-caption {
    font-size: 24px;
}

.btn-link {
    color: #168eea;

    padding: 6px 12px !important;
    /*border-color: #212121 !important;*/
}


.btn-link:hover {
    color: #ffffff !important;
    background-color: #168eea;
    border-color: #168eea !important;
    text-decoration: none;
}
.p-1-sh
{

    padding-left: 6px;
}

.page-itm *{
    direction: rtl!important;
}

.screenshot-strip {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 8px 0 16px 0;
    display: flex;
    gap: 10px;
    scrollbar-width: none;
}

.screenshot-strip::-webkit-scrollbar {
    height: 3px;
}

.screenshot-strip::-webkit-scrollbar-track {
    background: #e0e0e0;
}

.screenshot-strip::-webkit-scrollbar-thumb {
    background: #bbb;
}

.strip-item {
    display: inline-block;
    width: 100px;
    flex-shrink: 0;
    background: #f5f5f5;
    cursor: pointer;
    position: relative;
    border: 1px solid #ddd;
}

.strip-item:active {
    opacity: 0.7;
}

.strip-img {
    width: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: auto;
}

.full-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.15s, opacity 0.15s;
}

.full-modal.active {
    visibility: visible;
    opacity: 1;
}

.modal-image {
    max-width: 100%;
    max-height: 80%;
    object-fit: contain;
}

.modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #777;
    width: 44px;
    height: 44px;
    font-size: 1.8rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    border-radius:20%;
}

.modal-nav:active {
    background: #ddd;
}

.nav-prev {
    left: 10px;
}

.nav-next {
    right: 10px;
}

.close-modal {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #eee;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    border-radius:50%;
}


.counter {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #eee;
    padding: 4px 12px;
    font-size: 0.75rem;
    color: #333;
    border: 1px solid #ccc;
}