@font-face {
    font-family: IranSans;
    src: url(../Fonts/IRANSANS/woff2/IRANSansWeb.woff2) format(woff2);
}

img{
    aspect-ratio: 1/1;
    max-width: 100% !important;
    max-height: 100% !important;
}

body {
    font-family: IranSans !important;
}

header{
    background-color: #F0C80F;
}

header a.btn:hover{
    border: 1px solid #292626;
}

aside {
    direction: ltr;
    position: fixed;
    top: 0px;
    right: -65%;
    width: 65%;
    height: 100lvh;
    background-color: #292626;
    transition: right 0.2s ease-in-out;
    background-image: url(../images/langBg.png);
    background-size: 100% 100%;
    z-index: 1000;
}

.active {
    right: 0px;
}

.antiAside {
    position: fixed;
    width: 100%;
    height: 100lvh;
    top: 0px;
    right: 0px;
    direction: ltr;
    background-color: rgba(0, 0, 0, .2);
    display: none;
    z-index: 999;
}

.antiActive {
    display: block;
}

aside li.asideLinkActive a{
    background-color: #F0C80F;
    color: #292626;
    padding: 0px 20px;
    border-radius: 1000px;
}

aside a{
    color:#F0C80F ;
}

.btnRgb{
background-color: #292626;
color: #F0C80F;
}

.newProductRgb{
    background-color: #eaeaea;
}

.btnNewProductRgb{
    background-color:#F0C80F;
}

.dastebandiChildrenRgb{
background-color: white;
}

.btnDateRgb{
    background-color: #292626;
}

.container{
    @media only screen and (min-width: 576px){
        max-width: 100% !important;
    }
}

.dropdown-item:active{
    background-color: white !important;
    color: auto !important;
}

.newProductRgb{
    @media only screen and (min-width: 992px){
        width: 32% !important;
    }
}

.newProductRgb a{
    font-size: 14px;
    @media only screen and (max-width: 768px){
        font-size: 12px;
    }
}

.slider-container {
    display: flex;
    overflow: hidden;
    width: 100%; /* Width adjusted for 3 items + margins */
    position: relative;
}
.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.slider-item {
    margin-right: 10px;
}
.buttons {
    display: flex;
    justify-content: space-between;
    width: 100px;
    margin-top: 20px;
}