/*@font-face {*/
/*    font-family: IRANSans;*/
/*    src: url('../fonts/IRANSans/IRANSansWeb_Light.woff'),*/
/*    url('../fonts/IRANSans/IRANSansWeb_Light.woff') format('truetype');*/
/*    font-weight: normal;*/
/*}*/

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/woff/IRANSansX-Thin.woff') format('woff'),
    url('../fonts/woff2/IRANSansX-Thin.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/woff/IRANSansX-UltraLight.woff') format('woff'),
    url('../fonts/woff2/IRANSansX-UltraLight.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/woff/IRANSansX-Light.woff') format('woff'),
    url('../fonts/woff2/IRANSansX-Light.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/woff/IRANSansX-Medium.woff') format('woff'),
    url('../fonts/woff2/IRANSansX-Medium.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/woff/IRANSansX-DemiBold.woff') format('woff'),
    url('../fonts/woff2/IRANSansX-DemiBold.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/woff/IRANSansX-ExtraBold.woff') format('woff'),
    url('../fonts/woff2/IRANSansX-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/woff/IRANSansX-Black.woff') format('woff'),
    url('../fonts/woff2/IRANSansX-Black.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 950;
    src: url('../fonts/woff/IRANSansX-ExtraBlack.woff') format('woff'),
    url('../fonts/woff2/IRANSansX-ExtraBlack.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 1000;
    src: url('../fonts/woff/IRANSansX-Heavy.woff') format('woff'),
    url('../fonts/woff2/IRANSansX-Heavy.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/woff/IRANSansX-Bold.woff') format('woff'),
    url('../fonts/woff2/IRANSansX-Bold.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/woff/IRANSansX-Regular.woff') format('woff'),
    url('../fonts/woff2/IRANSansX-Regular.woff2') format('woff2');
}

* , *::after , *::before {
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    padding: 0;
}

body , html {
    height: 100%;
    width: 100%;
    scrollbar-width: thin;
    font-family: IRANSansX, serif;
}

html {
    max-width: 100vw;
    scroll-behavior: smooth;
}

a , li , section , div , span {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    /*-webkit-user-select: none;*/
    /*-khtml-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
}

::-webkit-scrollbar {
    width:8px;
    background-color: rgb(229 231 235);
}

::-webkit-scrollbar-track {
    /*box-shadow: inset 0px -1px 13px #0205af;*/
    /*border-radius: 5px;*/
}

::-webkit-scrollbar-thumb {
    background: rgb(156 163 175);
    border-radius: 50px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.example::-webkit-scrollbar {
    display: none;
}

.w-1536px {
    min-width: 1536px;
    max-width: 1920px;
}

.w-nimpx {
    width: 0.5px;
}

.py-3px {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}

.color-global {
    /*color: #3877de;*/
    color: #393185;
}

.color-6961b1 {
    color: #6961b1;
}

.bg-fafafa {
    background-color: #fafafa;
}

.bg-e1e1e1 {
    background-color: #e1e1e1;
}

.bg-color-global {
    /*background-color: #3877de;*/
    background-color: #393185;
}

.border-global {
    border-color: #393185;
}

.color-495157 {
    color: #495157;
}

.color-80878c {
    color: #80878c;
}

.color-F37022 {
    color: #F37022;
}

.bg-F37022 {
    background-color: #F37022;
}

.color-443A9E {
    color: #443A9E;
}

.bg-color-6961B1 {
    background-color: #6961B1;
}

.color-666 {
    color: #666666;
}

.color-524750 {
    color: #524750;
}

.color-4d4d4d {
    color: #4d4d4d;
}

.color-808080 {
    color: #808080;
}

.bg-c2c2c2 {
    background-color: #c2c2c2;
}

.bg-ededed {
    background-color: #ededed;
}

.bg-f0f0f0 {
    background-color: #f0f0f0 !important;
}

.border-B7BDC1 {
    border-color: #b7bdc1;
}

.color-B7BDC1 {
    color: #b7bdc1;
}

.number-input {
    letter-spacing: 1em;
    padding-left: 2em;
    padding-right: 1em;
}

/* مخفی کردن اسکرول‌بار */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* header start */

.header-section {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
    /*height: 168px;*/
    height: 120px;
}

header {
    /*height: 120px;*/
    /*height: 168px;*/
}

.top-header {
    height: 60px;
    line-height: 0;
}

.container-4xl-w {
    width: 100%;
    max-width: 1676px;
}

.middle-header {
    height: 80px;
}

.bottom-header {
    height: 40px;
}

@media screen and (max-width: 768px) {
    .header-section {
        height: 100px;
    }

    header {
        /*height: 100px;*/
    }

    .middle-header {
        height: 65px;
    }

    .bottom-header {
        height: 30px;
    }
}

/*header {*/
    /*min-width: 100%;*/
    /*background: #ffffff;*/
    /*!*max-height: 150px;*!*/
    /*position: fixed;*/
    /*top: 0;*/
    /*transition: all 0.3s ease-in-out;*/
    /*width: 100%;*/
    /*z-index: 9;*/
    /*opacity: 1;*/
/*}*/

.nav-up {
    opacity: 0;
    transition: all 0.1s ease-in-out;
    transform: translateY(-100%);
}

/*.main-header {*/
/*    max-width: 1920px;*/
/*}*/

.h-29px {
    height: 29px;
}

.bg-top-header {
    background-color: #9e9b9b;
}

input#search1 {
    background-image: url("GH8FNMpVz4oCcgBOLphgyruQx5xQ44-metabG9nby5wbmc=-.png");
    background-repeat: no-repeat;
    background-size: 110px 16px;
    background-position: 87% 16px;
    /*text-indent: 20px;*/
}

@media screen and (max-width: 670px) {
    input#search1 {
        background-position: 85% 16px;
    }
}

@media screen and (max-width: 610px) {
    input#search1 {
        background-position: 83% 16px;
    }
}

@media screen and (max-width: 560px) {
    input#search1 {
        background-position: 81% 16px;
    }
}

@media screen and (max-width: 510px) {
    input#search1 {
        background-position: 77% 16px;
    }
}

@media screen and (max-width: 460px) {
    input#search1 {
        background-position: 72% 16px;
    }
}

@media screen and (max-width: 410px) {
    input#search1 {
        background-position: 67% 16px;
    }
}

@media screen and (max-width: 380px) {
    input#search1 {
        background-position: 64% 16px;
    }
}

@media screen and (max-width: 360px) {
    input#search1 {
        background-position: 60% 16px;
    }
}

@media screen and (max-width: 340px) {
    input#search1 {
        background-position: 56% 16px;
    }
}

@media screen and (max-width: 325px) {
    input#search1 {
        background-position: 50% 16px;
    }
}

@media screen and (max-width: 310px) {
    input#search1 {
        background-position: 47% 16px;
    }
}

@media screen and (max-width: 305px) {
    input#search1 {
        background-position: 42% 16px;
    }
}

@media screen and (max-width: 290px) {
    input#search1 {
        background-position: 35% 16px;
    }
}

.search select option {
    background-color: #fff;
    color: #5b5b5b;
    font-family: IRANSans, serif;
}

.w-442px {
    width: 442px;
}

.w-62px {
    width: 62px;
}

.wh-24px {
    width: 24px;
    height: 24px;
}

.header-icon {
    color: #b3b1b1;
}

/* start search*/

.search-wrapper {
    position: relative;
    height: 2rem;
}

.search-box {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 0.45rem;
    z-index: 100;
}

.search-box-active {
    background-color: #FFFFFF;
    box-shadow: 0 0 0.2rem 0.1rem rgba(0,0,0,0.4);
}

.search-textbox {
    border-radius: 0.25rem;
    width: 100%;
    font-size: 0.9rem;
    padding: 0 0.5rem;
    display: flex;
    justify-content: stretch;
    align-items: center;
}

.search-textbox span {
    padding: 0.3rem 0 0 0.4rem;
    flex-shrink: 1;
    color: #4d4d4d;
}

.search-textbox input {
    border: none;
    border-radius: 0.25rem;
    outline: none;
    width: 100%;
    padding: 0.4rem 0;
    background-color: rgba(0, 0, 0, 0);
}

.search-textbox input:focus {
    outline: none;
}


.search-result {
    top: 100%;
    max-height: 300px;
    padding: 0.5rem;
    overflow: auto;
}

.search-result-title {
    font-size: 0.8rem;
    border-bottom: 1px solid #efefef;
    padding-bottom: 0.4rem;
    margin: 0.5rem 0 0.2rem 0;
}

.search-result-title .search-result-type{
    color: #0d6efd;
    margin: 0 0.3rem;
}

.search-result-title .search-words{
    color: #000000;
    font-size: 0.6rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    margin: 0 0.3rem;
}

.search-result-item {
    font-size: 0.8rem;
    padding: 0.4rem;
}

.search-result-item:hover {
    background-color: rgba(0,0,0,0.05);
    transition: 0.4s;
}

.search-result-item a, .search-result-item a:hover{
    color: #666666;
    text-decoration: none;
}

.search-result-item .search-no-result {
    color: #999999;
}

.search-product-slider .swiper-button-next {
    right: 0;
    top: 45px;
    color: #d1d1d1;
    background-color: #fff;
    padding: 1rem;
    border-radius: 100%;
    border: 1px solid #d1d1d1;
    width: 1px !important;
    height: 1px !important;
}

.search-product-slider .swiper-button-prev {
    left: 0;
    top: 45px;
    color: #d1d1d1;
    background-color: #fff;
    padding: 1rem;
    border-radius: 100%;
    border: 1px solid #d1d1d1;
    width: 1px !important;
    height: 1px !important;
}

.search-product-slider .swiper-button-prev:after, .search-product-slider .swiper-button-next:after {
    font-size: 14px;
    font-weight: bold;
}

.search-box-active {
    animation: fading 0.5s;
}

@keyframes fading {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}






.gallery-thumbs-container .swiper-button-prev{

    color: #6a6363;
    background-color: transparent;
    border: 1px solid #6a6363;
    padding: 0.8rem;
    border-radius: 100%;
    width: 0.85px !important;
    height: 0.85px !important;
}
.gallery-thumbs-container .swiper-button-next{
    right: -3rem;
    top: 90px;
    color: #6a6363;
    background-color: transparent;
    border: 1px solid #6a6363;
    padding: 0.8rem;
    border-radius: 100%;
    width: 0.85px !important;
    height: 0.85px !important;
}

.gallery-thumbs-container .swiper-button-prev:after {
    font-size: 0.85rem;
    font-weight: bold;
}

.gallery-thumbs-container .swiper-button-next:after {
    font-size: 0.85rem;
    font-weight: bold;
}







/* end search*/

/*.search .drop {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    font-size: 21px;*/
/*    color: #fff;*/
/*    margin-top: 11px;*/
/*    margin-right: -5px;*/
/*}*/

/*.search .drop1 {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    font-size: 17px;*/
/*    color: #fff;*/
/*}*/

/*.search .drop select {*/
/*    width: auto;*/
/*    height: 2rem;*/
/*    background-color: #393185;*/
/*    border: 0;*/
/*    outline: none;*/
/*    cursor: pointer;*/
/*    appearance: none;*/
/*    padding-right: 5px;*/
/*    padding-left: 15px;*/
/*    !*margin: 0;*!*/
/*    font-size: 1rem;*/
/*    border-top-left-radius: 5px;*/
/*    border-bottom-left-radius: 5px;*/
/*}*/

/*.search .drop1 select {*/
/*    width: auto;*/
/*    height: 1.75rem;*/
/*    background-color: #393185;*/
/*    border: 0;*/
/*    outline: none;*/
/*    cursor: pointer;*/
/*    appearance: none;*/
/*    padding-right: 5px;*/
/*    padding-left: 15px;*/
/*    !*margin: 0;*!*/
/*    font-size: 0.75rem;*/
/*    border-top-left-radius: 5px;*/
/*    border-bottom-left-radius: 5px;*/
/*}*/

/*.search .drop::before {*/
/*    content: "";*/
/*    cursor: pointer;*/
/*    border-width: 5px;*/
/*    border-style: solid;*/
/*    border-top-color: #fff;*/
/*    border-right-color: #393185;*/
/*    border-bottom-color: #393185;*/
/*    border-left-color: #393185;*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    top: calc(1rem - 2px);*/
/*    left: 3px;*/
/*    border-radius: 2px;*/
/*}*/

/*.search .drop1::before {*/
/*    content: "";*/
/*    cursor: pointer;*/
/*    border-width: 5px;*/
/*    border-style: solid;*/
/*    border-top-color: #fff;*/
/*    border-right-color: #393185;*/
/*    border-bottom-color: #393185;*/
/*    border-left-color: #393185;*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    top: calc(0.9rem - 2px);*/
/*    left: 3px;*/
/*    border-radius: 2px;*/
/*}*/

/*.search .drop .selector-options {*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    padding-bottom: 3.3px;*/
/*    padding-top: 2px;*/
/*    background-color: #9e9b9b;*/
/*    font-size: 0.9rem;*/
/*    border-bottom-right-radius: 4px;*/
/*    border-bottom-left-radius: 4px;*/
/*    z-index: 1;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*}*/

/*.search .drop1 .selector-options {*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    padding-bottom: 3.3px;*/
/*    padding-top: 2px;*/
/*    background-color: #9e9b9b;*/
/*    font-size: 0.7rem;*/
/*    border-bottom-right-radius: 4px;*/
/*    border-bottom-left-radius: 4px;*/
/*    z-index: 1;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*}*/

/*.search .drop .selector-options li {*/
/*    height: 25px;*/
/*    padding: 4px 5px;*/
/*    align-items: center;*/
/*    display: flex;*/
/*    cursor: pointer;*/
/*}*/

/*.search .drop1 .selector-options li {*/
/*    height: 21px;*/
/*    padding: 3px 4px;*/
/*    align-items: center;*/
/*    display: flex;*/
/*    cursor: pointer;*/
/*}*/

/*.search .drop .selector-options li:hover {*/
/*    background-color: #7d7c7c;*/
/*}*/

/*.search .drop1 .selector-options li:hover {*/
/*    background-color: #7d7c7c;*/
/*}*/

.breadcrumb ul::-webkit-scrollbar {
    display: none;
}

.breadcrumb {
    max-width: 1400px;
    background-color: #fff;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0;
    list-style: none;
}

.breadcrumb ul {
    position: relative;
    white-space:nowrap;
    overflow: auto;
    min-width: 100%;

    /*margin-bottom: 0;*/
    /*width: 100%;*/
}

.breadcrumb ul li {
    display: inline-block;
    font-size: 0.84rem;
    font-weight: 200;
    padding: 0.5rem 0;
    color: #9697aa;
}

.breadcrumb ul li a {
    color: #9697aa;
    text-decoration: none;
}

.breadcrumb ul li.last-child a {
    color: #d6d6d6 !important;
    cursor: auto;
}

.breadcrumb ul li .icon {
    font-size: 0.65rem;
}

.breadcrumb ul li a .angle {
    font-size: 0.55rem;
    padding-right: 0.3rem;
    padding-top: 0.15rem;
}




/* === حالت پیش‌فرض (وسط صفحه) === */
#search-wrapper.search-default input {
    height: 45px;
    padding-left: 1rem;
    padding-right: 2.5rem;
    text-align: center;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    outline: none;
    width: 100%;
    @apply placeholder:text-center placeholder:text-sm focus:ring-2 focus:ring-blue-500;
}

#main-search-container #search-wrapper,
#main-search-container #search-results{
    margin: 4px auto;
}

@media (min-width: 640px) {
    #main-search-container #search-wrapper,
    #main-search-container #search-results{
        width: 380px;
    }
}

@media (min-width: 768px) {
    #main-search-container #search-wrapper,
    #main-search-container #search-results{
        width: 450px;
    }
}

@media (min-width: 1024px) {
    #main-search-container #search-wrapper,
    #main-search-container #search-results{
        width: 560px;
    }
}

@media (min-width: 1280px) {
    #main-search-container #search-wrapper,
    #main-search-container #search-results{
        width: 680px;
    }
}

/* === حالت چسبنده (هدر) — دقیقاً همان چیزی که شما خواستید === */
#search-wrapper.search-sticky input {
    height: 39px;
    background-color: #ebebeb;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: right;
    border-radius: 0.5rem;
    border: none;
    width: 100%;
    @apply placeholder:text-sm placeholder:text-right;
}

@media (min-width: 768px) {
    header #search-wrapper,
    header #search-results{
        width: 380px;
    }
}

@media (min-width: 1024px) {
    header #search-wrapper,
    header #search-results{
        width: 500px;
    }
}

@media (min-width: 1280px) {
    header #search-wrapper,
    header #search-results{
        width: 600px;
    }
}


.search-default-input {
    height: 45px;
    padding-left: 1rem;
    padding-right: 2.5rem;
    text-align: center;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    width: 100%;
}

.search-sticky-input {
    height: 39px;
    background-color: #ebebeb;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: right;
    border-radius: 0.5rem;
    border: none;
    width: 100%;
}



.super-navbar-item {
    color: #524750;
    cursor: pointer;
    /*font-size: 1rem;*/
    position: relative;
    display: inline-block !important;
}

.super-navbar-item:after {
    content: '';
    display: block;
    transform: scaleX(0);
    border-bottom: 3px solid #393185;
    transform-origin:100% 50%;
    transition: transform 200ms ease-in-out;
}

.super-navbar-item:hover:after {
    transform: scaleX(1);
}

.super-navbar-item-toggle {
    /*padding: 0.8rem 0 0.8rem 0.6rem;*/
    /*font-weight: bold;*/
}

.sublist-wrapper {
    visibility: hidden;
    top: 5rem;
    /*left: 28px;*/
    right: 0;
    /*margin: 0 auto;*/
    z-index: 999;
    max-width: 1920px;
    height: 33rem;
    border-bottom-left-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
    box-shadow: 0 7px 8px 0 rgba(0,0,0,0.04);
    box-shadow: 0 0.1rem 0.2rem 0.1rem rgba(0,0,0,0.1);
}

.sublist-wrapper > section {
    direction: ltr !important;
    scrollbar-width: thin !important;
}

.sublist-item-sublist {
    column-fill: auto;
    /*column-width: fit-content;*/
    column-count: auto;
    /*column-rule-style: dot-dash;*/
    /*column-rule-width: thin;*/
    /*column-rule-color: #393185;*/
    /*column-rule: #0c4128;*/
    /*column-span: 15rem;*/
    column-width: 10rem;
    min-width: 30rem;
    max-width: 50rem;
}

.sublist-item-sublist .sublist-column .sub-category {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /*transition: 0.4s;*/
}

.sublist-item-sublist .sublist-column .sub-category > span {
    width: 3px;
}

.sublist-item-sublist .sublist-column .sub-category:hover {
    color: #393185;
    transition: 0.4s;
}

.sublist-item-sublist .sublist-column .sub-sub-category {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 6px;
    opacity: 0.7;
    color: #0a0a1a;
    /*transition: 0.4s;*/
}

.sublist-item-sublist .sublist-column .sub-sub-category:hover {
    color: #393185;
    opacity: 1;
    transition: 0.4s;
}

.sublist-wrapper .sublist-item-sublist .sublist-column section:last-child {
    margin-bottom: 8px;
}






.super-navbar-item:hover > .sublist-wrapper {
    visibility: visible;
    transition: 0.3s;
    top: 1.96rem;
}

/*@media screen and (max-width: 1280px) {*/
/*    .super-navbar-item:hover > .sublist-wrapper {*/
/*        top: 9.2rem;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1024px) {*/
/*    .super-navbar-item:hover > .sublist-wrapper {*/
/*        top: 8.3rem;*/
/*    }*/
/*}*/

.header-menu-icon .super-navbar-item-toggle-icon svg {
    color: #3f4064 !important;
}

.sublist-item-toggle {
    cursor: pointer;
    border-left: 1px solid rgba(0,0,0,0.06);
    /*transition: 0.4s;*/
}

.sublist-item-toggle:hover {
    color: #393185;
    background-color: rgba(160, 160, 160, 0.1);
}

.sublist-item-toggle-active {
    color: #393185;
    background-color: rgba(160, 160, 160, 0.1);
}

.sublist-item-toggle > a {
    padding: 1.2rem 1rem;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.sublist-item-toggle-mobile {
    cursor: pointer;
    filter: grayscale(100%);
    border-left: 1px solid rgba(0,0,0,0.06);
    /*transition: 0.4s;*/
}

.sublist-item-toggle-mobile:hover {
    color: #393185;
    background-color: rgba(160, 160, 160, 0.1);
}

.sublist-item-toggle-mobile-active {
    color: #f37022 !important;
    filter: grayscale(0);
    background-color: #fff !important;
}

.sublist-item-toggle-mobile > span {
    padding: 1.2rem 1rem;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

/*
 * navbar item
*/

.navbar-item > a {
    color: #524750;
    cursor: pointer;
    /*padding: 0.8rem 1rem 1rem 0.8rem;*/
    display: inline-block;
}

.navbar-item:after {
    content: '';
    display: block;
    transform: scaleX(0);
    border-bottom: 3px solid #393185;
    transform-origin:100% 50%;
    transition: transform 200ms ease-in-out;
}

.navbar-item:hover:after {
    transform: scaleX(1);
}

/* menu mobile start */

/*.back-container {*/
/*    position: fixed;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background-color: rgba(0, 0, 0, 0.5);*/
/*    cursor: pointer;*/
/*    z-index: 100000;*/
/*}*/

.menuBox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0 , 0 , 0 , 0.4);
    z-index: 1000 !important;
    display: none;
}

.sideNav {
    position: fixed;
    height: 100%;
    width: 270px;
    overflow-y: auto;
    transition: all 0.4s;
    background-color: #fff;
    right: -270px;
}

/* menu mobile end */

.circle-progress {
    --progress: 0;
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 50%;
    background: conic-gradient(#3b82f6 var(--progress), #e5e7eb var(--progress));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.circle-progress::before {
    content: '';
    position: absolute;
    width: 85%;
    height: 85%;
    background-color: white;
    border-radius: 50%;
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.1);
}

.progress-value {
    position: relative;
    font-size: 2.5rem;
    font-weight: bold;
    color: #1e40af;
    z-index: 1;
}

@media (max-width: 640px) {
    .circle-progress {
        width: 150px;
        height: 150px;
    }
    .progress-value {
        font-size: 2rem;
    }
}

/* header end */

/* footer start */

footer {
    background-color: #f7f7f7;
}

footer .footer {
    max-width: 1400px;
    /*margin: 2rem auto;*/
}

.footer .moarefi-moarefi p {
    color: #524750;
}

.footer .menu ul li {
    color: #524750;
}

.footer-icon {
    color: #393185;
    font-size: 20px;
}

footer .footer-bottom {
    background-color: #828282;
}

footer .footer-bottom .copy-right {
    max-width: 1780px;
}

/* footer end */

/* preloader start */

.swiper-lazy-preloader  {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 0;
    transform: none !important;
    animation: none !important;
    border-radius: 0;
    margin: 0;
    background-color: #eeeeee;
}

.swiper-lazy-preloader span {
    animation: rotate 1s infinite linear;
    height: 30px;
    width: 30px;
    margin-top: -21px;
    margin-left: -16px;
    border: 3px solid #393185;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 50%;
    z-index: 10;
    border-radius: 50%;
    border-top-color: transparent;
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}


/* preloader end */

/* spinner button start */

.spinner {
    /*margin: 100px auto 0;*/
    /*width: 70px;*/
    text-align: center;
}

.spinner > div {
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner > section {
    width: 7px;
    height: 7px;
    background-color: #565656;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}

/* spinner button end */

.pinter-events-auto {
    pointer-events: auto;
}

.lazy-image {
    background: linear-gradient(145deg, #e5e7eb, #d1d5db);
    transition: opacity 0.5s ease, background 0.5s ease;
    opacity: 0;
}

.lazy-image.loaded {
    opacity: 1;
    background: none;
}
