﻿
/*article*/
.animate-brd {
    display:none !important;
}
:root {
    --transition-time: 0.5s;
}
.customBreadcrumb {
    padding: 5px 1em 5px;
    background: #fff;
    margin-bottom: 1em;
}
.bg-custom-card {
    --bg-filter-opacity: 0.45;
    background-image: var(--bg-img);
    /*background-image: linear-gradient(rgba(0,0,0,var(--bg-filter-opacity)),rgba(0,0,0,var(--bg-filter-opacity))), var(--bg-img);*/
    aspect-ratio: 1/1;
    font-size: 1.5em;
    color: white;
    border-radius: 4px;
    padding: 1em;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-size: cover;
    background-position: center;
    transition: all, var(--transition-time);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0px 0px 8px 0px hsla(0,1%,6%,.11) !important;
}

    .bg-custom-card p {
        margin: 0;
        font-size: 1.1em;
        line-height: 1.8em;
        text-align: center;
        background: rgb(33 33 33 / 50%);
        padding: 3px 6px 8px;
        border-radius: 4px;
        color: #fff;
    }

    .bg-custom-card:before, .bg-custom-card:after {
        content: '';
        transform: scale(0);
        transform-origin: top left;
        border-radius: 4px;
        position: absolute;
        left: -50%;
        top: -50%;
        z-index: -5;
        transition: all, var(--transition-time);
        transition-timing-function: ease-in-out;
    }

    .bg-custom-card:before {
        background: #ddd;
        width: 250%;
        height: 250%;
    }

    .bg-custom-card:after {
        background: white;
        width: 200%;
        height: 200%;
    }

    .bg-custom-card:hover {
        color: white !important;
    }

        .bg-custom-card:hover:before, .bg-custom-card:hover:after {
            transform: scale(1);
        }

.bcs-card {
    transform: scale(0.9) !important;
    text-align: justify !important;
}

    .bcs-card .description {
        text-align: center;
    }

/*article end*/

/*@font-face {
    font-family: "iranyekanbold";
    src: url('/fonts/Yekan/YekanBakhBold.ttf');
    font-display: swap;
}
*/

@font-face {
    font-family: "brilliant";
    font-display: swap;
    src: url('/fonts/cut.ttf');
}



@font-face {
    font-family: "danalight";
    src: url('/fonts/dana/dana-light.ttf');
    font-display: swap;
}
@font-face {
    font-family: "danaregular";
    src: url('/fonts/dana/dana-regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: "danamedium";
    src: url('/fonts/dana/dana-medium.ttf');
    font-display: swap;
}

@font-face {
    font-family: "danabold";
    src: url('/fonts/dana/dana-bold.ttf');
    font-display: swap;
}

@font-face {
    font-family: "iranyekan";
    font-display: swap;
    src: url('/fonts/Yekan/Yekan.eot?#iefix');
    src: url('/fonts/Yekan/Yekan.woff') format('woff'), url('/fonts/Yekan.ttf') format('truetype');
}



/*body[dir=rtl] :lang(fa):not(p):not(i):not(.lg-next):not(.lg-icon):not(.lg), body[dir=rtl] h3, body[dir=rtl] h1, body[dir=rtl] h2, body[dir=rtl] h4, body[dir=rtl] input:not(.lg-icon), body[dir=rtl] div, body[dir=rtl] .header, body[dir=rtl] .ui.card > .content > .header:not(.ui), body[dir=rtl] .ui.cards > .card > .content > .headerf, body[dir=rtl] .title, body[dir=rtl] .ui, body[dir=rtl] p.item {
    font-family: iranyekan, lato !important;
}


body[dir=rtl] .megamenu-item, body[dir=rtl] h3, body[dir=rtl] h1, body[dir=rtl] h2, body[dir=rtl] h4, body[dir=rtl] .header {
    font-family: iranyekan, lato !important;
}

body[dir=rtl] p:not(.item) {
    font-family: iranyekan, lato !important;
}*/

.ui.search .prompt {
    min-height: 42px;
    border-radius: 4px !important;
    background: #fafafa !important;
    border: none !important;
}



.ui.breadcrumb * {
    color: black !important;
    font-size: 13px !important;
}

.ui.breadcrumb a {
    cursor: pointer !important;
}



#brands-menu-segment {
    z-index: 9999;
    position: absolute;
    min-height: 250px;
    display: flex;
    top: 100px;
    right: 25vw;
    border-radius: 0 0 var(--sem-br) var(--sem-br) !important;
    border: none !important;
    box-shadow: 0 5px 5px #00000030 !important;
    /*margin: 0px !important;*/
}

.brands-image {
    box-shadow: 0px 0px 1px 0px #000;
    padding: 6px;
    aspect-ratio: 1/1;
}

.show-brands-menu {
    border-radius: 0 !important;
    padding: 0 16px !important;
    cursor: pointer;
}

@media screen and (max-width:1250px) {
    #brands-menu-segment {
        width: 95vw !important;
    }
}

.tmmPaddingLabel {
    padding: 0.8em 0.8em 1em !important
}
.animate-page-header {
    display:none !important;
}