
@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: #FFB703; /* 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: #FFB703; /* Background color of the scrollbar thumb */
    background-color: var(--main); /* Background color of the scrollbar thumb */
    border-radius: 0.3rem; /* Border radius of the scrollbar thumb */
}


html * {
    font-family: iransans;
}
body {

    min-height: 100vh;
    background-color: #f3f5f8;


}

:root{
    --main : #023047;
    --main2 : #8ECAE6;
    --second : #FB8500;
    --yellow : #FFB703;
    --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;*/

}
#welcome {
    position: fixed; /* جایگزین absolute */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; /* مطمئن شدن از کل ارتفاع صفحه */
    margin: 0;
    padding: 0;
    background-color: white;
    z-index: 100;
}
#welcome h1 {
    color: var(--main);
}
.has-text-second {
    color: var(--second);
    /*color: white;*/
}
.has-text-second2 {
    color: var(--yellow);
}
.has-text-main {
    color: var(--main);
}


header {
    a.navbar-item, .navbar-link {
         background-color: transparent !important;
        cursor: pointer;
    }
    .navbar-link, a.navbar-item {
        background-color: transparent !important;
    }
}

.App-header {
    background-color: var(--main);
    width: 100%;
}
.App-header nav{
    padding: 1rem 1rem;
    background-color: var(--main);
}
.App-header .button{
    background-color: var(--second) !important;
    color: white;
}
.App-header  a:hover {
    background-color: transparent !important;
}
.App-header .navbar-item img, .navbar-item svg{
    width: 6.55rem;
    height: 5rem;

    /*width: 152px;*/
    /*height: 116px; !* نسبت حفظ شده *!*/
    object-fit: contain;

}
.App-header .navbar-item img, .navbar-item svg {
     max-height: none !important;
}
.App-header .navbar-item{
    font-size: 1.1rem;
}
.App-header nav{
    padding: 0;
}
.footer-logo{
    width: 10rem;
    height: auto;

}
footer {
    background-color: #2C2C2C !important;
    z-index: 2;
    width: 100%;
    /*background-color: var(--main) !important;*/
    /*background-color: #efefef !important;*/
    /*background-color: #3A3A3A !important;*/
    /*background-color: #383532 !important;*/


    /*background-image: url('../layered-peaks-haikei.svg');*/

    /*background-size: cover; !* پر کردن کامل بدون کشیدگی *!*/
    /*background-position: center; !* وسط صفحه *!*/
    /*background-repeat: no-repeat; !* جلوگیری از تکرار تصویر *!*/

}
.social i{
    font-size: 2rem;
}
.ri-whatsapp-line{
    color: #25D366;
}
.ri-telegram-fill{
    color: #0088CC;
}
.ri-instagram-fill{
    color: #E1306C;
}

footer .column.is-3 img {
    cursor: pointer;
    margin: 10px auto;
    display: block;
    padding: 10px;
    background-color: white;
    border-radius: 2rem;
    border: 1px solid #f76d00;
}

 main{
    min-height: 50vh;
}
.shape-bg {
    width: 100vw;
    height: 92vh; /* کل ارتفاع صفحه */
    background-image: url('../blob-haikei.svg');
    background-image: url('../blob-scene-haikei.svg');
    /*background-image: url('../blob-haikei2.svg');*/
    background-size: cover; /* پر کردن کامل بدون کشیدگی */
    background-position: center; /* وسط صفحه */
    background-repeat: no-repeat; /* جلوگیری از تکرار تصویر */
    display: flex;
    justify-content: center;
    align-items: center;
}
.shape-bg2 {
    width: 100vw;

    background-image: url('../blob-haikei.svg');
    background-image: url('../blob-scene-haikei.svg');
    /*background-image: url('../blob-haikei2.svg');*/
    background-size: cover; /* پر کردن کامل بدون کشیدگی */
    background-position: center; /* وسط صفحه */
    background-repeat: no-repeat; /* جلوگیری از تکرار تصویر */
}
.box-search {
    display: flex;
    border-radius: 1.4rem;
    outline : 4px solid #80808026;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    margin: 4rem;
    background-color: rgba(0,0,0,0.2);
    background-color: white;
}
.has-border {
    border-right: 1px solid #80808026;
    /*padding-right: 2rem;*/
    /*margin-right: 2rem;*/
    position: relative;
    cursor: pointer;
}
.box-search .ri-arrow-down-wide-fill{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    font-size: 1.3rem;
}
.filter {
    position: sticky;
    top: 1vh;
    height: 100%;
    z-index: 1;

}
.anchor-center{
    display: flex;
    align-items: anchor-center;
}
.asnaf-logo{
    width: 8rem;
    height: 8rem;

    border-radius: 8rem;
    border : 0.5px solid var(--second);
    padding: 0.2rem;
    margin: 2rem;

}

.h100{
    height: 100% !important;
}

.App-header .css-tj5bde-Svg{
    opacity: 0 !important;
}


aside.menuaside{
    position: fixed;
    z-index: 500;
    height: 100vh;
    background-color: #ffffff;
    right: 0px;
    top: 0;
    min-width: 50vw;
    /*width: 800px !important;*/
}
.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);

}

@keyframes slideRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
        z-index: 500; /* کمتر از منوی کناری */
    }
}
.slideleft {
    animation: slideleft 0.2s ease-out;
    transform: translateX(0);
}
.slideright {

    transform: translateX(0);
    animation: slideRight 0.2s ease-out;
}


@keyframes slideleft {
    from {
        transform: translateX(0);
        /*opacity: 1;*/

    }
    to {
        transform: translateX(100%);
        /*opacity: 0;*/

    }
}
.mt--5 {
    margin-top: -5rem;
}
.mt--4 {
    margin-top: -3.5rem;
}
.mt--3 {
    margin-top: -3rem;
}
.mt--1 {
    margin-top: -1rem;
}
.mt--2 {
    margin-top: -2rem;
}
.product-swiper {
    width: 700px;
    height: 450px;
}

.box-search .button{
    background-color: var(--main);
    color: var(--second);
}
.main-btn{
    background-color: var(--main);
    color: var(--second);
}
.ltr{
    text-align: left;
    direction: ltr;
}

.pishkhaniten {
    border: 1px solid var(--second);
    display: block;
    color: var(--second);
    text-align: center;
    border-radius: 0.5rem;
    min-height: 15vh;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media only screen and (max-width: 600px) {
    .box-search {
        display: flex;
        border-radius: 1.4rem;
        outline: 4px solid #80808026;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 2rem;
        margin: 2rem;
        background-color: rgba(0, 0, 0, 0.2);
        background-color: white;
    }
    .title {
        font-size: 1.6rem;
    }
    .subtitle {
        font-size: 1.1rem;
    }
    .h1home{
        margin-top: -4rem;
    }
    .filter{
        position: static;
    }
    .mt--m {
        margin-top: -0.8rem;
    }
    .mt--m3 {
        margin-top: -3rem;
    }
    .noflex{
        display: block !important;
    }
    .noflexc{
        display: block !important;
        text-align: center;
    }
    .is-fullwidthm{
        width: 100% !important;
    }

    .product-swiper {
        width: 100%;
        height: auto;
    }


}