
@font-face {
    font-family: 'iransans';
    font-style: normal;
    font-weight: normal;
    /*src:  url('/font/IranianSans.ttf') format('truetype');*/
    src:  url('/font/yekanbakh.ttf') format('truetype');
}
/* Define the scrollbar for all elements */
::-webkit-scrollbar {
    width: 0.5rem; /* Width of the scrollbar track */
    height: 0.6rem; /* Height of the scrollbar thumb */
}
/* Define the scrollbar track */
::-webkit-scrollbar-track {
    background-color: #EFEFEFFF; /* Background color of the scrollbar track */
    /*background-color: #000000FF; !* Background color of the scrollbar track *!*/
    border-radius: 0.3rem; /* Border radius of the scrollbar track */
}
/* Define the scrollbar thumb */
::-webkit-scrollbar-thumb {
    background-color: #000000FF; /* Background color of the scrollbar thumb */
    background-color: #f76d00; /* Background color of the scrollbar thumb */
    border-radius: 0.3rem; /* Border radius of the scrollbar thumb */
}


html * {
    font-family: iransans;
}
body {
    background-color: var(--bg);
    min-height: 100vh;
    background: #fff  url('/images/g1.png') repeat left top !important;
    background-size: 70% !important;
    background-size: initial;
    background-attachment: fixed !important;
}

:root{
    --main : #304CFD;
    --white : #fdfdfd;
    --txt : #54595F;
    --gray : #777;

}
#home {
    min-height: 100vh;
    /*background: #000000 url('/images/g1.png') repeat left top !important;*/
    /*background: #000000 url('/images/p.png') repeat left top !important;*/
    /*background-size: 70% !important;*/


    /*background: #fff url('/images/patern.png') repeat left top !important;*/
    /*background-size: 30% !important;*/


    /*background: url('/images/pattern-overlay.png') #252525 !important;*/
    /*background: url('/images/g21.png') #252525 !important;*/
    background-image: url('/images/blob-scene-haikei.svg');

    /*background: url('/images/g21.png') #414141 !important;*/
    /*background-size: 6% !important;*/
    /*filter: blur(5px);*/
    background-size: cover;
}
#home h1, #home a {
    color: #ffffff;
    text-shadow: 1px 1px 5px #000000;
}

#home h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

#home a {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin: 0.5rem 0;
    transition: color 0.3s ease, transform 0.3s ease;
}

#home a:hover {
    color: #f56c00;
    /*transform: scale(1.05);*/
}

#home ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#home .whatsapp {
    position: absolute;
    width: 4rem;
    height: 4rem;
    bottom: 1rem;
    left: 2rem;

}






.mainmenu i{
    font-size: 1.5rem;
}
.mainmenu .badge{
    position: absolute;
    top: 0.5rem;
    font-size: 0.7rem;
    left: 0.3rem;
    color: white;
    background: #f56c00;
    border-radius: 50%;
    width: 1rem;
    text-align: center;
}
.textlogo{
    /*font-size: 2rem;*/
    font-weight: bold;
    font-size: clamp(1rem, 2vw, 5rem);
}
.breadcrumb a{
    color: var(--gray);
}
.breadcrumb .is-active a{
    color: var(--gray) !important;
    font-weight: bold;
}
aside.menuaside{
    position: fixed;
    z-index: 500;
    height: 100vh;
    background-color: #ffffff;
    right: 0px;
    top: 0;
    min-width: 21vw;
}
.menuaside a {
    color: #333333;
    padding: 0.9rem 1rem;
    font-size: 0.9rem;
    /* height: 3rem; */
    display: block;
    border-bottom: 1px solid var(--gray);
    font-weight: bold;
}
.menuaside a:hover {
    color: #f56c00;

}
.menuaside i.ri-arrow-left-wide-line {
    float: left;
    font-size: 1.2rem;
}


.bgblackmenu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.5);

}

.product{
    position: relative;
}

.more {
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0;
    display: flex;
    flex-direction: column;
    background-color: white;
    width: 5rem;
    border-radius: 1rem;
    z-index: 200;
}
.more i{
    margin: 0.4rem;
    cursor: pointer;
    font-size: 1.5rem;
}
.product:hover .more {
    opacity: 1;
    transition: opacity 0.6s ease-in-out;
}
.sold{
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
    display: flex;
    flex-direction: column;
    background-color: white;
    justify-content: center;
    align-items: center;
    width: 5rem;
    border-radius: 50%;
    padding: 0.4rem;
    font-weight: bold;
    font-size: 0.9rem;
    aspect-ratio: 1/1;
    color: #f56c00;
}
.media-product {
    overflow: hidden;
}
.product-img {
    transition: transform 0.3s ease-in-out;
    display: block;
    width: 100%;
    border-radius: 1rem;
    height: 25rem;
}
.similar  .product-img{

    height: 18rem !important;
}

.column:hover .product-img {
    transform: scale(1.2); /* Ø²ÙˆÙ… Ø¯Ø§Ø®Ù„ Ø¹Ú©Ø³ */
}
.product-title{
    color: var(--txt);
    margin-top: 0.3rem;
    font-size: 1.1rem;
    font-weight: bold;
}
.product-category{
    color: var(--gray);
    margin-top: 0.3rem;
    font-size: 0.9rem;
}
.product-price{
    color: rgb(247,109,0) !important;
    font-size: 0.9rem;
    font-weight: bold;
}
header{
    background-color: white;
}
.breadcrumb{
    background-color: white;
}
.dropdown{
    width: 100%;
}
.dropdown-trigger {
    width: 100%;
}
.dropdown-menu {
    width: 100%;
}
footer{
    background-color: #efefef;
    border-top-color: #f56c00;
    border-top-width: 1px;
    border-top-style: solid;
    padding: 2rem 0rem;
}
.map-img{

    border-radius: 1.3rem;

    width: 90%;

    height: 20rem;

    margin: 1.4rem auto;

    display: block;

    border: 1px solid red;
}
.textlogo2{
    font-size: 2rem !important;
    font-weight: bold;
    margin-bottom: 2rem;

}

.ri-whatsapp-line {
    color: #25D366;
}

.ri-telegram-fill {
    color: #0088cc;
}

.ri-instagram-line {
    color: #E4405F;
}

.ri-phone-fill {
    color: #34A853;
}


/*AnimatedModal.css */
.slide-up {
    animation: slideUp 0.5s ease-out;
    /*transform: translateY(100%);*/
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
        z-index: 400; /* کمتر از منوی کناری */
    }
}

@keyframes slideRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
        z-index: 500; /* کمتر از منوی کناری */
    }
}


.slide-down {
    animation: slideDown 0.4s ease-out;
    transform: translateY(0);
}
.slideleft {
    animation: slideleft 0.2s ease-out;
    transform: translateX(0);
}
.slideright {

    transform: translateX(0);
    animation: slideRight 0.2s ease-out;
}


@keyframes slideDown {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(100%);
        opacity: 0;
    }
}
@keyframes slideleft {
    from {
        transform: translateX(0);
        /*opacity: 1;*/

    }
    to {
        transform: translateX(100%);
        /*opacity: 0;*/

    }
}

.Toastify__close-button {

    left: 0px !important;;
    position: sticky !important;

}

.full-size {
    width: 100%;
    height: 90vh;
    margin-top: 10vh;
}


.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;

}

.logo-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;

}

.logo {
    font-size: 5rem;
    font-weight: bold;
}


.title {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-align: center;
}
.userpage h1{
    border-bottom: 3px solid;
    padding-bottom: 2rem;
}
.dislike{
    position: absolute;
    left: 10px;
    bottom: 1.4rem;
    z-index: 10;
    font-size: 1.2rem;
    cursor: pointer;
}

.notfound{
    height: 50vh;
}

.pishkhaniten{
    border: 1px solid #393030;
    display: block;
    color: gray;
    text-align: center;
    border-radius: 0.5rem;
    min-height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.pishkhaniten:hover{
    border: 1px solid #E4405F;
    display: block;
    color: #E4405F;
    background-color: #dcdcdc;
    text-align: center;
    border-radius: 0.5rem;
    min-height: 15vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sendresult .column{
    border : 1px solid var(--gray);
    padding: 1rem 1rem !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.sendresult b{
    margin-top: 0.8rem;
}
.sendresult i{
    font-size: 1.5rem;
}
.order-product{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 1rem 1rem;
    justify-content: flex-start;
    align-items: center;
    color: #2e333d;
    border: 1px solid #d6d9e0;
    border-radius: 1.5rem;
}
.order-product img{
    border-radius: 0.5rem;
    cursor: pointer;

}
.order-product div{
    margin-right: 1.4rem ;
}
.order-product div h4{
    font-weight:    bold;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}
.order-product div p{
    margin-bottom: 0.5rem;
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(-100px);
        z-index: 1; /* کمتر از منوی کناری */
    }
    to {
        opacity: 1;
        transform: translateY(0);
        z-index: 10; /* کمتر از منوی کناری */
    }
}
.products .product{
    animation: fadeSlideUp 1s ease-out forwards;
}

@keyframes fadeSlideUpFooter {
    from {
        opacity: 0;
        transform: translateY(50px) scale(0.6);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.footer-animated {
    opacity: 0;
}

.footer-animated.show {
    animation: fadeSlideUpFooter 1.1s ease-out forwards;
}

footer .column.is-3 img{
    cursor: pointer;
    margin: 10px auto;
    display: block;
    padding: 10px;
    background-color: white;
    border-radius: 2rem;
    border: 1px solid #f76d00;
}





@media only screen and (max-width: 600px) {
    aside.menuaside{
        position: fixed;
        z-index: 9999;
        height: 100vh;
        background-color: #ffffff;
        right: 0px;
        top: 0;
        min-width: 70vw;

    }
    .product-img {
        transition: transform 0.3s ease-in-out;
        display: block;
        width: 100%;
        border-radius: 1rem;
        height: 12rem;
    }
    .similar  .product-img{

        height: 20rem !important;
    }
    .navbar-item, .navbar-link {
        display: inline-block !important;
        padding: .3rem .6rem;
    }
    .textlogo{
        /*font-size: 1.1rem !important;*/
        font-weight: bold;
        margin-left: 0.6rem;


    }
    .map-img{

        border-radius: 1.3rem;

        width: 90%;

        height: 15rem;

        margin: 1.4rem auto;

        display: block;

        border: 1px solid red;
    }

    header{
        align-items: center;
    }
    .login-container{
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 3rem;
    }
    .userpage .title{
        font-size: 1.3rem !important;
        margin-top: 1rem;
    }
}



