/* Generated by script */
@font-face {
    font-family: Vazirmatn UI;
    src: url('/fonts/webfonts/Vazirmatn-UI-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI;
    src: url('/fonts/webfonts/Vazirmatn-UI-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI;
    src: url('/fonts/webfonts/Vazirmatn-UI-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI;
    src: url('/fonts/webfonts/Vazirmatn-UI-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI;
    src: url('/fonts/webfonts/Vazirmatn-UI-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI;
    src: url('/fonts/webfonts/Vazirmatn-UI-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI;
    src: url('/fonts/webfonts/Vazirmatn-UI-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI;
    src: url('/fonts/webfonts/Vazirmatn-UI-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn UI;
    src: url('/fonts/webfonts/Vazirmatn-UI-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: Vazirmatn UI !important;
    background-color: #f0f4f7;
}

.product-img {
    width: 100%;
}

.cart-total {
    background-color: #cb0303;
    color: white;
    padding: 5px;
    border-radius: 9px;
    font-size: 12px;
}

.whatsappCall {
    width: 64px;
    height: 64px;
    position: fixed;
    bottom: 29px;
    left: 10px;
    z-index: 2;
    background-color: #25d366;
    color: white;
    display: block;
    box-sizing: border-box;
    padding: 0;
    font-size: 45px;
    border-radius: 50%;
}

.whatsappCall::after {
    content: "مشاوره رایگان";
    position: absolute;
    left: 67px;
    font-size: 10px;
    color: white;
    width: 60px;
    padding: 3px;
    top: 22px;
    background-color: #25d366;
}

.phoneCall {
    width: 64px;
    height: 64px;
    position: fixed;
    bottom: 29px;
    right: 10px;
    z-index: 2;
    background-color: #0d26f5;
    color: white;
    display: block;
    box-sizing: border-box;
    padding: 0;
    font-size: 35px;
    border-radius: 50%;
}

.phoneCall > i {
    position: relative;
    left: -16px;
    top: 1px;
}

.whatsappCall > i {
    position: relative;
    left: -11px;
    top: 3px;
}

.show-on-mobile {
    display: none;
}

.hide-on-mobile {
    display: block;
}

@media (max-width: 768px) {
    .show-on-mobile {
        display: block;
    }
}

@media (max-width: 768px) {
    .hide-on-mobile {
        display: none;
    }
}

.gradient_bg {
    background: rgb(66, 66, 66);
    color: white;
}

.gradient_bg > * {
    color: white;
    text-decoration: none;
}

.gradient_bg a {
    color: white !important;
    text-decoration: none;
}

.white_color {
    color: white;
}

.padding_30 {
    padding: 30px;
}

.footer_bg {
    background-color: #837bd7;
    color: white;
    padding-top: 35px;
    padding-bottom: 60px;
}

.footer_bg > * {
    color: white;
    text-decoration: none;
}

.no-link {
    text-decoration: none;
}

.no-link:visited {
    text-decoration: none;
}

.black_color {
    color: black;
}

.price_color {
    color: #8944FF;
    font-weight: bold;
}

.nav-link.active {
    background-color: #8944FF;
    color: white !important;
    font-weight: bold;
}

.category_title {
    border-bottom: 3px solid #786fd8;
    padding-bottom: 8px;
    margin-bottom: 13px;
}

.animation_banner_mentoring {
    width: 50%;
}

.iframe {
    width: 100% !important;
    height: 500px !important;
}

@media (max-width: 768px) {
    .animation_banner_mentoring {
        width: 100%;
    }

    .iframe {
        width: 100% !important;
        height: 500px !important;
    }

}

.accordion-button::after {
    position: absolute;
    left: 15px;
}

@media (min-width: 1024px) {
    .container_big {
        max-width: 90vw !important;
    }
}


.product_title {
    font-size: 14px;
}

.no_link {
    text-decoration: none;
}
.course_item{
    text-decoration: none;
    color: black;
    display: block;
    padding:3px;
    border-radius: 6px;
}

.course_item:hover{
    background-color: #f1f1f1;
    transition: 0.3s;
}
