@charset "UTF-8";

/*
Theme Name: Top Sonik
Theme URI: https://topsonik.ir
Author: AmirMbn
Author URI: https://topsonik.ir
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: topsonik.ir
*/

a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, canvas, caption, center, cite,
code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header,
hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark,
menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section,
small, span, strike, strong, sub, summary, sup, table, tbody, td,
tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
}

article, aside, details, figcaption, figure, footer,
header, hgroup, menu, nav, section {
    display: block;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after, blockquote:before,
q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a,
a:hover, a:focus {
    text-decoration: none;
}

img, input, button, a {
    outline: none !important;
    transition: all .3s ease-in-out;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('assets/fonts/eot/IRANSansWeb(FaNum)_Black.eot');
    src: url('assets/fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'),
        url('assets/fonts/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'),
        url('assets/fonts/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url('assets/fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('assets/fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
        url('assets/fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
        url('assets/fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('assets/fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('assets/fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),
        url('assets/fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),
        url('assets/fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('assets/fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('assets/fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),
        url('assets/fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),
        url('assets/fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url('assets/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('assets/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),
        url('assets/fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),
        url('assets/fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('assets/fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('assets/fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
        url('assets/fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),
        url('assets/fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

body {
    font-family: 'IRANSans';
    font-size: 15px;
    line-height: 1.5rem;
    text-align: right;
    background-color: #fff;
    font-weight: 400;
    color: var(--am-gray);
    overflow-x: hidden;
}

body [class^='col-lg'] {
    float: right;
}