/* ===================================
    Crafto - Cryptocurrency
====================================== */
/* font */
@font-face {
    font-family: "iranyekan";
    src: url("/fonts/iran-yekan/woff2/IRANYekanX-Regular.woff2") format("woff2"),
    url("/fonts/iran-yekan/woff/IRANYekanX-Regular.woff") format("woff"),
    url("/fonts/iran-yekan/ttf/IRANYekanX-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "iranyekan";
    src: url("/fonts/iran-yekan/woff2/IRANYekanX-Bold.woff2") format("woff2"),
    url("/fonts/iran-yekan/woff/IRANYekanX-Bold.woff") format("woff"),
    url("/fonts/iran-yekan/ttf/IRANYekanX-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* variable */
:root {
    --alt-font: "iranyekan", sans-serif;
    --primary-font: "iranyekan", sans-serif;
    --base-color: #97e14d;
    --dark-gray: #101a1d;
    --medium-gray: rgba(255, 255, 255, 0.5);
    --extra-medium-gray: #223035;
    --light-gray: #19272b;
    --very-light-gray: #38464a;
    --red: #f62424;
    --green: #1fcb4f;
}

/* reset */
* {
    font-family: "iranyekan" !important;
}

body {
    font-size: 17px;
    font-family: "iranyekan";
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

/* header */
.header-button .btn.btn-base-color:hover,
.header-button .btn.btn-base-color {
    background-color: rgba(151, 225, 77, 0.2);
    border-color: var(--base-color);
    color: var(--white) !important;
}

.header-button .btn.btn-base-color:hover {
    color: var(--white) !important;
}

header.sticky.sticky-active .header-reverse.header-dark.glass-effect {
    background-color: rgba(13, 21, 23, 0.6) !important;
}

header .navbar-brand img {
    max-height: 35px;
}

.navbar .navbar-nav .nav-link {
    font-size: 17px;
}

/* highlight separator */
.highlight-separator[data-shadow-animation] span {
    bottom: -5px;
    z-index: -1;
    height: 100%;
}

/* button */
.btn.btn-base-color:hover,
.btn.btn-base-color {
    color: var(--black) !important;
}

.btn.btn-transparent-base-color:active,
.btn.btn-transparent-base-color:hover {
    background-color: transparent;
    border-color: var(--base-color);
    color: var(--base-color);
}

.btn {
    font-weight: 700;
    border-width: 1px;
    letter-spacing: 0px;
}

/* transparent background color */
.bg-medium-gray-transparent {
    background-color: rgba(34, 48, 53, 0.6);
}

.bg-gradient-dark-transparent {
    background-image: linear-gradient(to top, #203034 12%, #1b282c 100%);
}

.bg-gradient-gray-light-dark-transparent {
    background-image: linear-gradient(to right, #38464a 27%, transparent 150%);
}

.bg-gradient-black-bottom-transparent {
    background: linear-gradient(to top, #0d1517 100%, #0d1517 0%);
}

/* border color */
.border-color-very-light-gray {
    border-color: rgba(56, 70, 74, 0.4) !important;
}

.border-color-green {
    border-color: #1fcb4f !important;
}

/* review style 04 */
.review-star-icon i {
    color: var(--base-color);
}

/* feature box style */
.feature-box.feature-box-left-icon-middle .feature-box-icon {
    margin-left: 20px;
}

/* footer */
footer {
    font-size: 16px;
    line-height: 28px;
    padding-top: 90px;
}

footer .footer-logo img {
    max-height: 74px;
}

footer .input-small {
    font-size: 15px;
}

footer ul li {
    margin-bottom: 0px;
}

.scroll-progress.scroll-simple {
    left: 50px;
    right: auto;
}

/* newsletter style 02  */
.newsletter-style-02 input {
    padding-right: 100px !important;
}

.theme-demos .theme-demos-main {
    background-color: var(--white);
}

@media (max-width: 1399px) {
    header .container-fluid {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (max-width: 1199px) {
    .crypto-data-scroll {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .crypto-data-min-width {
        min-width: 1160px;
    }
}

/*.tbl-specification*/
.tbl-wrapper {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tbl-specification {
    width: 100%;
    position: relative;
    margin-bottom: 1.2rem;
}

.tbl-specification .th-subjects {
    width: 40%;
}

@media (min-width: 768px) {
    .tbl-specification .th-subjects {
        width: 22%;
    }
}

.tbl-specification .th-content {
    width: 30%;
}

@media (min-width: 768px) {
    .tbl-specification .th-content {
        width: 33.5%;
    }
}

.tbl-specification:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 40%;
    bottom: 0;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
    content: '';
    z-index: 3;
}

@media (min-width: 768px) {
    .tbl-specification:before {
        right: 40%;
    }
}

.tbl-specification thead tr th {
    background: rgba(34, 48, 53);
    border-bottom: 1px solid rgba(34, 48, 53, 0.5);
    position: relative;
    z-index: 10;
}

.tbl-specification thead tr th.disable {
    background: none;
    border: 0 !important;
    box-shadow: none !important;
}

.tbl-specification tbody tr th, .tbl-specification tbody tr td {
    padding: .70rem .5rem;
    font-weight: normal;
    background: rgba(34, 48, 53, 0.5);
}

.tbl-specification tbody tr td {
    text-align: center;
    color: white;
    font-size: .75rem;
    /*border-left: 1px solid #f7f0f0;*/
    position: relative;
    z-index: 10;
}

@media (min-width: 576px) {
    .tbl-specification tbody tr td {
        font-size: .90rem;
    }
}

.tbl-specification tbody tr th {
    color: white;
    position: relative;
    /*border-radius: 0 .45rem .45rem 0;*/
    font-size: .78rem;
}

@media (min-width: 992px) {
    .tbl-specification tbody tr th {
        font-size: .85rem;
    }
}

.tbl-specification tbody tr th .hilight {
    color: #333;
}

.tbl-specification tbody tr:nth-child(odd) th, .tbl-specification tbody tr:nth-child(odd) td {
    background: var(--extra-medium-gray);
    color: white;
}

.tbl-specification tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.tbl-header {
    text-align: center;
    padding: .5rem;
    background: rgba(34, 48, 53);
}

.tbl-header.cyan {
    color: #17a2b8;
}

.tbl-header.cyan .icon {
    background: rgba(23, 162, 184, 0.115);
}

.tbl-header.blue {
    color: #3a69f5;
}

.tbl-header.blue .icon {
    background: rgba(58, 105, 245, 0.115);
}

.tbl-header.red {
    color: #fe365e;
}

.tbl-header.red .icon {
    background: rgba(254, 54, 94, 0.115);
}

.tbl-header.green {
    color: #3fc380;
}

.tbl-header.green .icon {
    background: rgba(63, 195, 128, 0.115);
}

.tbl-header.primitive {
    color: #15adc6;
}

.tbl-header.primitive .icon {
    background: rgba(21, 173, 198, 0.115);
}

.tbl-header .icon {
    width: 3.1rem;
    height: 3.1rem;
    font-size: 1.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    z-index: 4;
    background: #eee;
    color: inherit;
}

.tbl-header .icon i {
    position: relative;
    margin: 0;
    line-height: 0;
}

@media (min-width: 768px) {
    .tbl-header .icon {
        width: 4.3rem;
        height: 4.3rem;
        font-size: 2.1rem;
    }
}

.tbl-header .name {
    font-size: .77rem;
    color: inherit;
    display: block;
    text-align: center;
    padding: .5rem 0;
}

@media (min-width: 768px) {
    .tbl-header .name {
        font-size: .95rem;
    }
}

.tbl-header .price {
    font-size: 1.1rem;
}

.tbl-header .price .old {
    display: inline-block;
    padding-left: .11rem;
    text-decoration: line-through;
    color: #8a8a8a;
    font-size: 83%;
}

.tbl-header .price .count {
    display: inline-block;
}

.tbl-header .price .unit {
    display: inline-block;
    color: #8a8a8a;
    font-size: .67rem;
}

.status-ok {
    display: inline-block;
    color: var(--base-color);
    font-size: .95rem;
    line-height: 0;
}

.status-ok:before {
    content: "✔";
}

.status-no {
    display: inline-block;
    color: #fe365e;
    line-height: 0;
    font-size: 1.3rem;
}

.status-no:before {
    content: "×";
}

/*table-style*/
.table-style {
    margin-top: 15px;
    margin-bottom: 15px;
    background: #fff;
}

.table-style thead tr th {
    font-weight: normal;
    font-size: .82rem;
    color: #32325d;
    vertical-align: middle;
}

.table-style tbody tr th {
    font-weight: normal;
}

.table-style tbody tr td {
    font-size: .82rem;
    vertical-align: middle;
}

.tbl-package {
    width: 100%;
    position: relative;
    margin-bottom: 1.2rem;
}

.tbl-package tbody .old-price {
    display: inline-block;
    text-decoration: line-through;
    color: red;
    margin-bottom: -.3rem;
    font-weight: bold;
}

.tbl-package tbody tr td {
    font-size: .85rem;
    padding: .75rem .5rem;
    background: #fff;
    color: #494949;
}

.tbl-package tbody tr.price td {
    font-size: 1.1rem;
    padding: .82rem .5rem;
}

.tbl-package tbody td.offer td {
    padding: .82rem .5rem;
}

.tbl-package tbody tr:nth-child(odd) td {
    background: #f2f4f7;
}

.attntive {
    border-right: 4px solid transparent;
    background: #f9f9f9;
    padding: 1.25rem 1rem;
    font-size: .9rem;
    color: white;
}

.attntive i.fa {
    margin-left: 5px;
}

.attntive.attntive-danger {
    background: #fff5f5;
    border-right-color: #fe365e;
}

.attntive.attntive-danger i.fa {
    color: #fe365e;
}

.attntive.attntive-warning {
    background: #fff3f0;
    border-right-color: #ff7956;
}

.attntive.attntive-warning i.fa {
    color: #ff7956;
}

.attntive.attntive-primary {
    background: rgba(34, 48, 53);
    border-right-color: var(--base-color);
}

.attntive.attntive-primary i.fa {
    color: var(--base-color);
}

/*primary-title*/
.simple-title {
    margin: 0;
    position: relative;
}

.simple-title .title {
    font-size: 1.2rem;
    display: inline-block;
    margin: 0;
    color: #32325d;
    font-family: iranYekanBold, tahoma;
    position: relative;
    line-height: 1.8;
}

.simple-title .title-desc {
    margin-top: .2rem;
    margin-bottom: 0;
    display: block;
    line-height: 15px;
    font-size: .80rem;
    color: #666;
}

.simple-title .title-desc a {
    color: #666;
}

/*
    Flaticon icon font: Flaticon
    Creation date: 20/05/2019 06:22
    */
@font-face {
    font-family: "Flaticon";
    src: url("/fonts/flat-icons/Flaticon.eot");
    src: url("/fonts/flat-icons/Flaticon.eot?#iefix") format("embedded-opentype"),
    url("/fonts/flat-icons/Flaticon.woff2") format("woff2"),
    url("/fonts/flat-icons/Flaticon.woff") format("woff"),
    url("/fonts/flat-icons/Flaticon.ttf") format("truetype"),
    url("/fonts/flat-icons/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("/fonts/flat-icons/Flaticon.svg#Flaticon") format("svg");
    }
}

.fi:before {
    display: inline-block;
    font-family: "Flaticon";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.flaticon-app:before {
    content: "\f100";
}

.flaticon-www:before {
    content: "\f101";
}

.flaticon-www-1:before {
    content: "\f102";
}

.flaticon-real-estate:before {
    content: "\f103";
}

.flaticon-shield:before {
    content: "\f104";
}

.flaticon-property:before {
    content: "\f105";
}

.input-focus-border:focus {
    border-color: #f3d4b7;
}

.bank-section {
    transition: all 200ms ease
}

.bank-section-hovered:hover {
    background-color: #90909026;
}

.field-validation-error {
    color: red;
    font-size: 12px;
    margin-top: 6px;
}

.download-app-container {
    position: relative;
    overflow: hidden;
    background-image: url('/images/demo-cryptocurrency-bg-01.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 15px 50px;
    text-align: center;
}

.download-app-animation {
    position: relative;
    isolation: isolate;
    overflow: clip;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    padding: 8px 24px;
    border-radius: 12px;
    border: 1px solid #4a4a4a;
}

.download-app-animation::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 0;
    transition: 500ms;
    background-color: #4a4a4a;
    z-index: -1;
}

.download-app-animation:hover::before {
    width: 100%;
}

.download-app-animation > div {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.download-app-card-right {
    display: none;
    width: 250px;
    height: 525px;
    border-radius: 32px;
    position: absolute;
    overflow: clip;
    right: 25px;
    top: 150px;
    box-shadow: 0 0 48px 0 #7113cf80;
    outline: 1px solid #fff3;
    border: 5px solid #212121;
}

.download-app-card-left {
    width: 300px;
    height: 625px;
    border-radius: 32px;
    margin-top: 40px;
    overflow: clip;
    margin-inline: auto;
    box-shadow: 0 0 48px 0 #7113cf80;
    transform: rotate(0deg);
    outline: 1px solid #fff3;
    border: 5px solid #212121;
}

@media screen and (min-width: 1279px) {
    .download-app-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 200px;
        padding-bottom: 120px;
        justify-content: center;
    }

    .download-app-card-left {
        width: 250px;
        height: 525px;
        transform: rotate(30deg);
        inset: auto;
        left: -40px;
        position: absolute;
    }

    .download-app-card-right {
        display: flex;
    }
}

@media screen and (min-width: 1600px) {
    .download-app-card-right {
        width: 300px;
        height: 635px;
        right: 70px;
    }

    .download-app-card-left {
        width: 300px;
        height: 625px;
        left: 0px;
    }
}