:root {
    /* color */
    --color-1: #C2D8E5;
    --color-2: #E3F4F9;
    --color-3: #20B7F3;
    --color-4: #0582CA;
    --color-5: #333333;
    --color-6: #555555;
    --color-7: #fcae30;
    /* fotnt-size */
    --font12: 12px;
    --font14: 14px;
    --font16: 16px;
    --font18: 18px;
    --font20: 20px;
    --font30: 30px;
    --font35: 35px;
    --font40: 40px;
}

a {
    text-decoration: none !important;
}

/* li {
    list-style: none !important;
} */

.menu-mobile.scrolled {
    background-color: rgba(255, 255, 255, 0.83) !important;
    backdrop-filter: blur(7px) !important;
    transition: 0.5s;
    max-width: 100% !important;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    position: sticky !important;
    top: 0px;
    z-index: 999 !important;
}

.menu {
    transition: background-color 0.5s ease, padding 0.5s ease, box-shadow 0.5s ease;
}

.menu.scrolled {
    background-color: rgba(255, 255, 255, 0.83) !important;
    backdrop-filter: blur(7px) !important;
    transition: 0.5s;
    max-width: 100% !important;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    position: sticky !important;
    top: 0px;
    z-index: 999 !important;
}

.menu .top {
    transform: translateY(0);
    max-height: 100px;
    /* ارتفاع واقعی */
    overflow: hidden;
    transition: transform 0.5s ease, max-height 0.5s ease;
}

.menu.scrolled .top {
    transform: translateY(-100%);
    max-height: 0;
    /* بسته میشه */
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.menu.scrolled .items-menu-desktop {
    padding: 5px 0 !important;
    width: 100%;
}

.btnNav-tour:hover,
.btnNav-tour {
    padding: 4px 10px;
    font-size: var(--font14);
    color: #fff;
    border-color: var(--color-4);
    background-color: var(--color-4);
    width: max-content;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btnNav {
    border-width: 1px;
    border-style: solid;
    padding: 5px 10px 3px;
    display: flex;
    width: max-content;
    border-radius: 30px;
    font-size: var(--font14);
    align-items: center;
    gap: 10px;
    transition: 0.5s ease-in-out;
}

.btnNav.btn-cta-call {
    color: #fff;
    border-color: var(--color-5);
    background-color: var(--color-5);
}

.btnNav.btn-search {
    padding: 4px 10px;
    border-color: var(--color-5);
    background-color: #fff;
    gap: 6px;
}

.btnNav.btn-cta-call:hover {
    background-color: var(--color-4);
    border-color: var(--color-4);
    color: #fff;
}

.btnNav i {
    margin-bottom: 2px;
}

.btnNav.btn-ad {
    color: #fff;
    border-color: #ed1a44;
    background-color: #ed1a44;
    animation: blink 3s infinite;
}

.btnNav.btn-ad img {
    animation: blinkimg 3s infinite;
}

.btnNav.btn-ad:hover {
    animation: none !important;
}

.btnFix {
    position: fixed;
    z-index: 1;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
}

.btn-ad {
    color: #fff !important;
    border-color: #ed1a44 !important;
    background-color: #ed1a44 !important;
    width: max-content;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    z-index: 4;
}

.btnFix.btn-ad.show {
    opacity: 1 !important;
    visibility: visible !important;
}

.btnNav.btn-ad img {
    margin-bottom: 3px;
}

.btnNav.btn-ad img,
.btn-ad img {
    transform: rotateY(180deg);
    filter: brightness(0) invert(1);
}

.btn.btn-profile {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
}

.btn.btn-login {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #f8f8f7;
    color: var(--color-5);
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-5);
    padding: 4px 10px 4px;
}

@keyframes blink {
    0% {
        background-color: #ed1a44;
        color: #fff;
    }

    50% {
        background-color: #ffeef0;
        border-color: #ed1a44;
        color: #ed1a44;
    }

    100% {
        background-color: #ed1a44;
        color: #fff;
    }
}

@keyframes blinkimg {
    0% {
        filter: brightness(0) invert(1);
    }

    50% {
        filter: brightness(0) saturate(100%) invert(19%) sepia(33%) saturate(7284%) hue-rotate(335deg) brightness(103%) contrast(101%);
    }

    100% {
        filter: brightness(0) invert(1);
    }
}

.menu-desktop .top {
    border-bottom: 1px solid #DDDDDD;
}

.menu-desktop .item-name {
    color: var(--color-5);
    font-size: var(--font12);
}

footer .container {
    padding-bottom: 4rem;
}

.footer .abuot .title p {
    color: var(--color-5);
    font-size: var(--font20);
}

.footer .abuot .text p {
    color: var(--color-6);
    font-size: var(--font14);
}

.footer .title-box {
    color: var(--color-5);
    font-size: var(--font16);
}

.footer .btn-box {
    color: #555555;
    font-size: var(--font16);
}

.footer::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0582ca38;
    filter: blur(100px);
    width: 280px;
    height: 600px;
    border-radius: 0 40% 40% 0;
    z-index: -1;

}

.bottom {
    margin-top: 5rem !important;
}

.bottom .company {
    font-size: var(--font14);
}

.bottom .company a {
    color: var(--color-4);
}

.w-max {
    width: fit-content;
    max-width: 100%;
}

.image-bg-footer {
    z-index: -1;
}

.menu-mobile {
    border-bottom: 1px solid #dddddd;
}

.btn-close:focus {
    outline: 0;
    box-shadow: unset !important;
}

.offcanvas .accordion-item .accordion-button {
    background: transparent !important;
    padding: 13px 8px;
    border-radius: 0 !important;
    color: #000;
}

.offcanvas .offcanvas-body-mobile-navbar ul .main-li {
    border-bottom: 1px solid #ddd !important;
}

.offcanvas .offcanvas-body-mobile-navbar ul .main-li:last-child {
    border-bottom: none !important;
}

.offcanvas .accordion-item .main-link {
    color: var(--color-4);
}

.offcanvas .accordion-item .main-link .icon {
    color: var(--color-4);
    font-size: var(--font18);
}

.accordion-button:focus {
    box-shadow: unset !important;
}

.offcanvas .accordion-item .link-child:not(:last-child) {
    margin-bottom: 14px;
}

.offcanvas .accordion-item .link-child a {
    color: #252525;
    font-size: 14px;
    background: #f0f0f0;
    border-radius: 8px;
    padding: 8px;
}

.tak-link {
    background: transparent !important;
    padding: 13px 0px;
    color: #000;
}

.breadcrumb .breadcrumb-item a {
    color: var(--color-6);
}

.breadcrumb .breadcrumb-item.active {
    color: var(--color-4);
}

.icon-help-menu {
    font-size: var(--font14);
}

.btn-mega-menu .mega-menu {
    display: none;
    opacity: 0;
    top: 90%;
    z-index: 100;
}

.btn-mega-menu:hover .mega-menu {
    display: block;
    opacity: 1;
    z-index: 100;
    top: 90%;
    animation: show-box 0.5s;
    max-height: 300px;
    overflow-y: scroll;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px !important;
    border-radius: 15px;
    scrollbar-width: none;
}

.mega-menu ul {
    column-count: 4;
    column-gap: 2rem;
}

.tab-link-mega-menu {
    color: var(--color-6);
    font-size: var(--font16);
    transition: 0.5s;
}

.tab-link-mega-menu:hover {
    color: var(--color-3);

}

.table-striped>tbody>tr:nth-of-type(2n+1)>* {
    --bs-table-color-type: var(--color-6) !important;
    --bs-table-bg-type: var(--color-2) !important;
}

.table> :not(caption)>*>* {
    color: var(--color-6) !important;
}

.table td {
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.table-responsive {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

.table-responsive::-webkit-scrollbar {
    display: none !important;
}

.breadcrumb {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: unset !important;
    -ms-overflow-style: none;
}

.description img {
    height: auto !important;
    margin: auto !important;
    display: flex !important;
}

.description h2 strong,
.description h2 span,
.description h2 {
    color: var(--color-4) !important;
    font-family: 'YekanBakhFaNum-Bold';
}

.navigation-bar {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1044;
    padding: 0px 20px 20px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);

}

.navigation-bar-ul {
    background-color: #fff;
    padding: 14px 10px 7px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    border-radius: 15px;
}

.navigation-bar-ul button,
.navigation-bar-ul a {
    color: #777;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.navigation-bar-ul button img,
.navigation-bar-ul a img {
    display: flex;
    filter: brightness(0) saturate(100%) invert(50%) sepia(1%) saturate(0%) hue-rotate(6deg) brightness(92%) contrast(90%);
}

.navigation-bar-ul button.avtive,
.navigation-bar-ul a.avtive {
    color: #333;
    font-weight: bolder;
}

.navigation-bar-ul button.avtive img,
.navigation-bar-ul a.avtive img {
    display: flex;
    filter: brightness(0) saturate(100%) invert(15%) sepia(0%) saturate(17%) hue-rotate(172deg) brightness(99%) contrast(86%);
}

.offcanvas.offcanvas-cat {
    height: max-content;
}

.offcanvas.offcanvas-cat .cat-link {
    display: flex;
    color: #333;
    align-items: center;
    justify-content: center;
    background: #eee;
    padding: 15px 10px;
    text-align: center;
    height: 100%;
    font-size: 16px;
    line-height: 25px;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
    flex-direction: column;
}

.offcanvas.offcanvas-cat .cat-link:hover {
    background-color: var(--color-4);
    color: #fff;
}

.offcanvas.offcanvas-cat .cat-link:hover .highlight {
    color: #fff;
}

.offcanvas.offcanvas-cat .cat-link .highlight {
    color: var(--color-4);
    transition: 0.3s ease-in-out;
}

@media (max-width: 992px) {
    .btnFix {
        bottom: 6.5rem;
    }

    .container {
        max-width: 100% !important;
    }

    .footer .container {
        padding-bottom: 10rem;
    }
}

@media (max-width: 576px) {
    .bottom {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
        gap: 10px;
        margin-top: 4rem !important;
    }

    .description img {
        width: 100% !important;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .bottom {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
        gap: 10px;
        margin-top: 4rem !important;
    }

    .description img {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .bottom {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
        gap: 10px;
        margin-top: 4rem !important;
    }

    .description img {
        width: 80% !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .container {
        max-width: 90% !important;
    }

    .description img {
        width: 75% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .container {
        max-width: 80% !important;
    }

    .description img {
        width: 70% !important;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 75% !important;
    }

    .description img {
        width: 40% !important;
    }
}

@keyframes show-box {
    0% {
        opacity: 0;
        top: 50%;
        display: none;
        z-index: 0;
    }

    100% {
        opacity: 1;
        display: block;
        top: 90%;
        z-index: 100;
    }
}

[v-cloak] {
    display: none !important;
}