html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    direction: rtl;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

a {
    text-decoration: none;
}

ul, p {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


textarea {
    resize: vertical;
}


.hidden,
[hidden] {
    display: none !important;
}


.visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}


.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}


.invisible {
    visibility: hidden;
}


.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

*, :after, :before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'iranYekan';
    src: url('../assets/iranyekan.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'iranYekan-Bold';
    src: url('../assets/iranyekan-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'inranSans-Light';
    src: url('../assets/IRANSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
:root{
    --main-rgb:#f7630c;
    --main-secondary-rgb:#f7b70c;
}



body,html {
    overflow-x: hidden;
    min-height: 100%;

    /*remove*/
    height: 100%;
}
body {
    background: linear-gradient(293deg, #ff4700, #001dff);
    margin: 0;
    padding: 0;
    font-family: iranYekan;
    color:#fff;
}

.container {
    position: relative;
    max-width: 96%;
    margin: 0 auto;
}

.flex {
    display: flex;
}



.infos {
    display: flex;
    flex-wrap: wrap;
    max-width: 680px;
    margin: auto;
    padding: 40px 0;
}

.infos .logoWrapper {
    flex: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    overflow: hidden;
}
.infos .logoWrapper img {
    max-width: 300px;
}

.infos h1 {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
    font-family: 'iranYekan-Bold';
    font-size: 33px;
    color: #ffffff;
}

.infos .des {
    width: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: 40px;
    font-family: inranSans-Light;
}

.infos ul.link {
    display: flex;
    flex-wrap: wrap;
}

.infos ul.link li {
    flex: 100%;
    margin-bottom: 16px;
}

.infos ul.link li a {
    width: 100%;
    display: flex;
    padding: 16px 16px 16px 76px;
    align-items: center;
    background: #ffffff52;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 8px 32px 0 rgba(31,38,135,.37);
}

.infos ul.link li a img {
    width: 50px;
    height: 50px;
}

.infos ul.link li a span {
    flex: 1;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: 'iranYekan';
}
.infos ul.link li a:hover {}
body a{
    transition: .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.infos ul.link li a:hover {
    scale: 1.04;
}
