﻿@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

:root {
    --bs-font-sans-serif: IRANYekanX;
    --brand-color: #8f8df4;
    --bs-body-line-height: 1.58;
    --bs-primary-rgb: 143, 141, 244;
    --bs-body-font-size: 1.1rem;
    --bs-nav-link-font-size: 1rem;
    --bs-btn-padding-y: .75rem;
}

.btn-primary {
    --bs-btn-color: #f7f2f2;
    --bs-btn-bg: var(--brand-color);
    --bs-btn-border-color: #8381e4;
    --bs-btn-hover-color: #f7f2f2;
    --bs-btn-hover-bg: #7977e5;
    --bs-btn-hover-border-color: #7c7add;
    --bs-btn-focus-shadow-rgb: 114, 63, 226;
    --bs-btn-active-color: #f7f6f9;
    --bs-btn-active-bg: #5e5cc9;
    --bs-btn-active-border-color: #4f4db8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ece5ef;
    --bs-btn-disabled-bg: #9998ef;
    --bs-btn-disabled-border-color: #630dfd;
}

.btn-success {
    --bs-btn-color: #f7f2f2;
    --bs-btn-bg: #84c847;
    --bs-btn-border-color: #77bb3a;
    --bs-btn-hover-color: #f7f2f2;
    --bs-btn-hover-bg: #75bd35;
    --bs-btn-hover-border-color: #6aae2d;
    --bs-btn-focus-shadow-rgb: 114, 63, 226;
    --bs-btn-active-color: #f7f6f9;
    --bs-btn-active-bg: #82bd4e;
    --bs-btn-active-border-color: #79ae49;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #e6e9df;
    --bs-btn-disabled-bg: #78935f;
    --bs-btn-disabled-border-color: #6b8156;
}

.btn-warning {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #f6b22f;
    --bs-btn-border-color: #f5b333;
    --bs-btn-hover-color: #f7f2f2;
    --bs-btn-hover-bg: #e9a92e;
    --bs-btn-hover-border-color: #d79c2b;
    --bs-btn-focus-shadow-rgb: 114, 63, 226;
    --bs-btn-active-color: #f7f6f9;
    --bs-btn-active-bg: #d09b35;
    --bs-btn-active-border-color: #c69433;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #e2ded7;
    --bs-btn-disabled-bg: #cfb05c;
    --bs-btn-disabled-border-color: #b2974d;
}

.btn-danger {
    --bs-btn-color: #f7f2f2;
    --bs-btn-bg: #ea3e0c;
    --bs-btn-border-color: #d7390c;
    --bs-btn-hover-color: #f7f2f2;
    --bs-btn-hover-bg: #dc3314;
    --bs-btn-hover-border-color: #d4370b;
    --bs-btn-focus-shadow-rgb: 114, 63, 226;
    --bs-btn-active-color: #f7f6f9;
    --bs-btn-active-bg: #5e5cc9;
    --bs-btn-active-border-color: #4f4db8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ece5ef;
    --bs-btn-disabled-bg: #750dfd;
    --bs-btn-disabled-border-color: #630dfd;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

hr {
    opacity: 0.15;
}

main {
    flex-grow: 1;
}

section, img {
    position: relative;
}

/* 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;
}


.fw-lighter {
    font-weight: 300 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: 800 !important;
}

.text-left {
    text-align: left;
}

.ltr {
    direction: ltr;
}

.toggle-display .toggle-block {
    display: none;
}

.toggle-display:hover .toggle-block {
    display: block !important;
}

.toggle-display:hover .toggle-none {
    display: none;
}

.scroll-navbar {
    display: flex;
    overflow-x: auto;
    padding: 0.5rem 1rem;
    gap: 1rem;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.scroll-navbar {
    display: flex;
    overflow-x: auto;
    padding: 0.5rem 1rem;
    gap: .5rem;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}

.scroll-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    background: linear-gradient(to right, #ece1d8, transparent);
    pointer-events: none;
}

.color-brand {
    color: var(--brand-color)
}

.truncate-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.left-gradient-bg:before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    bottom: 0;
    left: 110px;
    filter: blur(50px);
    opacity: .8;
    background: linear-gradient(45deg, #450af348, #9b0de186, #fcbb08c1);
    animation: spin 10s infinite;
}

.pricing-tables-holder {
    position: relative;
}

    .pricing-tables-holder::before {
        content: '';
        position: absolute;
        height: 45%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: auto 0;
        background: var(--brand-color);
        opacity: .5;
        z-index: 1;
    }

.pricing-tables {
    position: relative;
    z-index: 2;
}

.back-glow {
    box-shadow: 0 0 35px #ffe3a5, 0 0 58px #fff7b0, 0 0 19px #ffe4a3;
}

#zarinpal {
    margin: auto
}

    #zarinpal img {
        width: 80px;
        opacity: 0.4;
    }

@media (min-width: 768px) {
    .mobile-width-in-md {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
}