@font-face {
    font-family: "YekanL";
    src: url("../fonts/YekanBakhFaNum-Light.woff");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "YekanR";
    src: url("../fonts/YekanBakhFaNum-Regular.woff");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "YekanB";
    src: url("../fonts/YekanBakhFaNum-Bold.woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "YekanEB";
    src: url("../fonts/YekanBakhFaNum-ExtraBold.woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "YekanEBL";
    src: url("../fonts/YekanBakhFaNum-ExtraBlack.woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "YekanSB";
    src: url("../fonts/YekanBakhFaNum-SemiBold.woff");
    font-weight: normal;
    font-style: normal;
}

:root {
    --default-color: #1471e7;
    --orange-color: #f88300
}

html {
    scroll-behavior: smooth;
    padding: 0 !important;
    margin: 0 !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
}

.dw-radius {
    border-radius: 10px
}

html, body {
    height: 100%
}

body {
    font-family: "YekanL", Tahoma, Arial, sans-serif;
    font-size: 13px;
    color: #464646
}

h1, h2, h3, h4, h5, h6 {
    font-family: "YekanL", Tahoma, Arial, sans-serif;
    font-size: 1.2rem;
}

a {
    text-decoration: none;
    color: #464646
}

a:hover {
    text-decoration: none;

}

li {
    list-style-type: none
}

.wp-block-quote {
    background-color: #d9eafc;
    padding: 1rem;
    font-style: normal;
    color: #0980ff;
    font-size: 1rem;
}

.dw-section-head {
    font-family: "YekanEBL", Tahoma, Arial, sans-serif;
    font-size: 2rem;
}

.dw-text-bold {
    font-family: "YekanB", Tahoma, Arial, sans-serif;
    font-size: 2rem
}

.dw-background-purple {
    background: linear-gradient(355deg, #4801ff, #ac32e4);
}

.dw-background-red {
    background: linear-gradient(355deg, #c40304, #ff2a68);
}

.dw-background-blue {
    background: linear-gradient(355deg, #625eb1, #22e1ff);
}

.dw-background-green {
    background: linear-gradient(355deg, #83ad3d, #b6dd4b);
}

.dw-background-orange {
    background: linear-gradient(355deg, #db6209, #f09328);
}

/*********************breadcrumbs************************/
#dw-breadcrumbs {
    color: #999;
}

#dw-breadcrumbs a {
    text-decoration: none;
    color: #999;
}

#dw-breadcrumbs a:hover {
    color: var(--default-color);
}

#dw-breadcrumbs .current {
    font-family: "YekanR", Tahoma, Arial, sans-serif;
}

/*********************Header************************/
.dw-header {
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 3%);
}

.dw-logo svg {
    max-height: 30px
}

.dw-cart-num {
    position: absolute;
    background: #00e124;
    font-size: 8px;
    line-height: 12px;
    color: #fff;
    width: 16px;
    height: 16px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;
    border: 2px solid #f5f6fa;
    margin: .3em .5em 0 0;
    top: -5px;
    right: -12px;
}

/*********************Home************************/

.dw-latest-posts h2 {
    font-size: 1rem;
    font-family: "YekanSB", Tahoma, Arial, sans-serif;
}

.dw-latest-posts img {
    width: 100%
}

.dw-home-cart {
    padding: 1rem 1.5rem
}

.dw-cart-badge {
    height: 35px;
    aspect-ratio: 1;
}

/*********************Single************************/
.dw-post-date {
    margin: -5px 0 1rem;
}

.dw-thumbnail img {
    width: 100%;
    border-radius: 10px
}

.dw-content img {
    border-radius: 10px
}

.dw-product-excerpt,
.dw-content {
    text-align: justify;
}

.dw-content {
    font-size: 1rem
}

.dw-content h1,
.dw-content h2,
.dw-content h3,
.dw-content h4,
.dw-content h5,
.dw-content h6 {
    margin-top: .5rem;
    text-align: unset;
    font-family: "YekanB", Tahoma, Arial, sans-serif;
    font-size: 1.2rem;
}

.dw-content li:before {
    content: " ";
    margin-left: 0.5em;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    border: 2px solid #c7c7c7;
    display: inline-block;
    border-radius: 100%;
}

.dw-content .wp-block-code {
    direction: ltr;
    text-align: left;
    background-color: #f7f7f7;
    color: #000000;
    border-color: #f7f7f7;
    border-radius: 0;
}

.dw-post-title {
    font-family: "YekanEB", Tahoma, Arial, sans-serif;
    margin: 1rem 0
}

.dw-tags .uk-label {
    font-size: 12px
}

.dw-tags .uk-label a {
    color: #ffffff
}

.dw-content blockquote {
    background: #d8eafc;
    color: #1e87f0;
    padding: 1rem;
    font-style: normal;
    border-radius: 10px
}

@media screen and (max-width: 959px) {
    .dw-single-wrapper {
        flex-direction: column-reverse;
    }
}

/*********************Widgets************************/

.dw-widget {
    border-radius: 10px;
    padding: 1rem;
    background-color: #ffffff;
    border: 1px solid #efefef;
    margin: 0 0 1rem
}

.dw-widget.dw-blue-widget {
    background-color: var(--default-color);
    border: 1px solid var(--default-color);
    color: #ffffff;
}

.dw-widget.dw-orange-widget {
    background-color: var(--orange-color);
    border: 1px solid var(--orange-color);
    color: #ffffff;
}

.dw-widget ul {
    padding: 0;
    margin: 0
}

.dw-widget li {
    margin-bottom: .5rem
}

.dw-widget.dw-coloring li:before {
    content: " ";
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border: 2px solid #ffffff;
    display: inline-block;
    border-radius: 100%;
    margin-inline-end: 3px;
}

.dw-widget-title {
    font-size: .9rem;
    font-family: "YekanB", Tahoma, Arial, sans-serif;
    padding-top: .5rem;
}

.dw-widget.dw-coloring a,
.dw-widget.dw-coloring .dw-widget-title {
    color: #ffffff
}

.dw-widget.dw-coloring .dw-widget-title svg {
    margin-inline-end: .5rem
}

/*********************Slider************************/
.dw-slider-item,
.dw-slider {
    border-radius: 10px
}

.dw-slide h3 {
    font-size: .8rem;
    margin: 0
}

.dw-slide h2 {
    font-family: "YekanB", Tahoma, Arial, sans-serif;
    margin-top: 0
}

/*********************Product************************/
.dw-product-intro {
    padding: 3rem 0;
    /*background: #ffeb8c url("http://localhost/wp/wp-content/uploads/2025/03/tvNlGQ.png") no-repeat;*/
    /*background-size: cover;*/
    /*background: #ffeb8c;*/
    background: #fef5e6;
}

.dw-product-details svg {
    fill: var(--default-color)
}

.dw-product-image {
    border-radius: 10px
}

.dw-product-intro h1,
.dw-product-intro h4 {
    padding: 0;
    margin: 0
}

.dw-product-intro h1 {
    font-size: 1.5rem
}

.dw-product-intro h4 {
    font-size: 1rem;
    color: #7a7a7a
}

.dw-product-intro .uk-button {
    padding: 0 .5rem;
    aspect-ratio: 1;
    display: flex;
    border-width: 0
}

.dw-product-info {
    display: grid;
    color: #757575;
    fill: #757575;
}

.dw-version {
    /*font-family: 'YekanB', Tahoma, Arial, sans-serif;*/
    /*padding: .2rem .5rem;*/
    /*border-radius: 5px;*/
    /*font-size: 1.1rem;*/
    /*line-height: normal;*/
    font-family: 'YekanB', Tahoma, Arial, sans-serif;
    font-size: 1.1rem;
    color: var(--default-color);
}

.dw-download-count {
    font-family: 'YekanB', Tahoma, Arial, sans-serif;
    font-size: 1.1rem;
    line-height: normal;
}

.dw-sell {
    padding: 0 1rem;
    border-radius: 5px;
    min-height: 40px
}

.dw-product-price .uk-text-large {
    font-family: 'YekanB', Tahoma, Arial, sans-serif;
}

.dw-product-price .dw-price-label {
    margin-top: -10px
}


.dw-product-price .dw-free-label {
    color: #61be4d;
    direction: rtl;
    font-family: 'YekanL', Tahoma, Arial, sans-serif;
}

.dw-card,
.dw-product-tabs,
.dw-sidebar {
    border-radius: 10px
}

.dw-product-download-archive,
.dw-product-price-archive {
    color: var(--default-color);
    font-size: 1.5rem;
    font-family: 'YekanB', Tahoma, Arial, sans-serif;
}

.uk-card-body .dw-free-label {
    color: #61be4d;
    font-size: 1.2rem;
    font-family: 'YekanB', Tahoma, Arial, sans-serif;

}

.dw-product-download-archive {
    font-size: 1.2rem;
}

.dw-sidebar .dw-product-details {
    font-family: 'YekanR', Tahoma, Arial, sans-serif;
}

/************************Portfolio**********************/
.dw-portfolio-intro {
    /*min-height: 100vh;*/
    /*height: 100%*/
}

.single-portfolio {
    background: #fef5e6;
}

/************************Price Table**********************/
.support-packs h2 {
    font-family: "YekanB", Tahoma, Arial, "serif";
}

.pack-check-alt:before {
    display: block;
    content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='green' class='bi bi-check' viewBox='0 0 16 16'> <path d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'/> </svg>");
}

.pack-close-alt:before {
    display: block;
    content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='red' class='bi bi-x' viewBox='0 0 16 16'> <path d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/> </svg>");
}

.support-pack {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(106, 102, 112, 0.15);
    padding: 2em;
    background-color: #ffffff;
}

.support-pack h3 {
    font-size: 1.7em;
    font-weight: 600;
    margin-top: .5em;
    position: relative;
}

.support-pack h3 span {
    font-family: "YekanL", Tahoma, Arial, sans-serif;
    font-size: .5em;
    position: absolute;
    top: -1em;
    margin-right: 0.5em;
    background-color: #f23c3c;
    padding: 0 1em;
    border-radius: 3px;
    line-height: 18px;
    height: 20px;
}

.pricing-features .feature {
    margin: .5em 0;
    padding: .5em 0;
}

.pricing-features .feature span {
    display: inline-block;
    float: left;
}

.pricing-features .price-tag {
    margin-top: 4em;
    text-align: center;
}

.pricing-features .price-tag .amount {
    letter-spacing: -2px;
    font-size: 64px;
}

.pricing-features .price-button {
    display: block;
    color: #fff !important;
    margin-top: 3em;
    padding: 1em;
    border-radius: 5px;
    text-align: center;
    transition: .3s;
}

.phosphorus-wrap .amount,
.phosphorus-wrap h3 {
    color: #44cdd2
}

.phosphorus-wrap .price-button {
    background-color: #44cdd2
}

.red-wrap .amount,
.red-wrap h3 {
    color: #f23c3c
}

.red-wrap .price-button {
    background-color: #f23c3c
}

.blue-wrap .amount,
.blue-wrap h3 {
    color: #627afe
}

.blue-wrap .price-button {
    background-color: #627afe
}

.green-wrap .amount,
.green-wrap h3 {
    color: #309340
}

.green-wrap .price-button {
    background-color: #309340
}

.orange-wrap .amount,
.orange-wrap h3 {
    color: #f88300
}

.orange-wrap .price-button {
    background-color: #f88300
}

.special-wrap {
    background-color: #83ad3d;
    color: #ffffff;
}

.special-wrap .pricing-features .price-button {
    background-color: #6b912c;
}

.special-wrap a {
    color: #363636;
}

.dw-tab-content-limit {
    height: 800px;
    overflow: hidden;
    position: relative;
    display: block;
    transition: height 0.5s ease-in-out;
}

.dw-tab-content-limit:before {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 335px;
    background: linear-gradient(180deg, rgba(249, 250, 252, 0) 31.98%, #f9fafc 91.89%);
}

.dw-tab-content-limit-btn {
    position: absolute;
    justify-content: center;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 0;
    padding: .5rem 0;
    width: 100%;
    cursor: pointer;
}

.dw-tab-content-limit-btn span {
    background-color: #d5d5d5;
    padding: .3rem 1rem;
    border-radius: 5px;
    color: #ffffff;
}

/************************Pagination**********************/
.dw-pagination .nav-links {
    display: flex;
    margin: 1.5rem 0;
    font-size: 1rem;
}

.dw-pagination .page-numbers {
    display: flex;
    margin: 0 0.3em;
    color: #6e7074 !important;
}

.dw-pagination .current {
    color: #363636 !important;
}

/************************ARCHIVE**********************/
.dw-card-title-archive {
    font-size: 1rem;
    font-family: "YekanB", Tahoma, Arial, sans-serif;
}

/************************ProgressBar**********************/
.dw-progress {
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
    height: 18px;
    overflow: hidden;
    background: #e5e5e5;
    border-radius: 3px;
}

.dw-bar {
    position: relative;
    float: left;
    min-width: 1%;
    height: 100%;
    background: #61be4d;
}

.dw-percent {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    font-family: "YekanL", Tahoma, Arial, sans-serif;
    font-size: 12px;
    color: white;
    transform: translate(50%, -40%);
}

/************************UK**********************/
.uk-tab > * > a {
    padding: 20px 30px !important;
}

.page-template-page-guid .uk-search {
    width: 100% !important
}

.uk-comment-body {
    padding: 15px;
}

.uk-comment {
    border-right: 2px solid #e5e5e5;
}

.uk-comment-header {
    margin-bottom: 10px;
}

.uk-comment-list .pingback,
.uk-comment-list .trackback {
    background-color: #f9f9f9;
    border-left: 2px solid #e5e5e5;
    font-size: .7rem;
    margin-top: 1rem;
}

.uk-comment-list .pingback .uk-comment-title,
.uk-comment-list .trackback .uk-comment-title {
    font-size: 1rem
}

.uk-comment-list .pingback .comment-body,
.uk-comment-list .trackback .comment-body {
    font-style: italic;
    color: #666;
}

/******************Footer*******************/
.dw-footer {
    padding: 3rem 0;
}

.footer-column h4 {
    font-size: 1.3rem;
    font-family: "YekanB", Tahoma, Arial, sans-serif;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #3e3e3e;
    text-decoration: none;
}

.footer-column ul li a:hover {
    /*color: #fff;*/
}

.dw-footer-about {
    padding: 2rem
}

.single-product .dw-footer .uk-background-default {
    background-color: #f8f8f8 !important;
}

.single-product .dw-footer {
    background-color: #ffffff !important;
}