/* Flex Helper Classes */
.discen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: row;
}
.disbet {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.disaru {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}
.distart {
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: start;
    flex-direction: row;
}
.disend {
    display: flex;
    justify-content: end;
    align-items: center;
    text-align: end;
    flex-direction: row;
}
.disevn {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
}
.disflex {
    display: flex;
}
.aleigencenter {
    align-items: center;
}

/* Button Styles */
.btnorg {
    width: 70%;
    height: 35px;
    font-size: larger;
    background-color: #181636;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    transition: width 0.2s;
    padding: 0px 5px;
}
.btnorg:hover {
    width: 90%;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #06FF89;
}

/* Additional Button */
.addbtn {
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    border: 1px solid #181636;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: width 0.2s, box-shadow 0.04s;
    outline: none;
}
.addbtn:hover {
    width: 40px;
    background-color: #06ce71;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #06FF89;
}

/* Horizontal Rules & Lines */
hr {
    color: #171636;
}
.line {
    width: 100%;
    max-width: 100%;
    background-color: gray;
    height: 1px;
}

/* Font Sizes */
.fs-6s {
    font-size: 14px;
}
.fs-7 {
    font-size: small;
}

/* Margin Utilities */
.mr-1 {
    margin-right: 5px;
}
.mr-2 {
    margin-right: 10px;
}
.mr-3 {
    margin-right: 15px;
}
.mr-4 {
    margin-right: 20px;
}
.mr-5 {
    margin-right: 25px;
}
.ml-1 {
    margin-left: 5px;
}
.ml-2 {
    margin-left: 10px;
}
.ml-3 {
    margin-left: 15px;
}
.ml-4 {
    margin-left: 20px;
}
.ml-5 {
    margin-left: 25px;
}
.mb-1 {
    margin-bottom: 5px;
}
.mb-2 {
    margin-bottom: 10px;
}
.mb-3 {
    margin-bottom: 15px;
}
.mb-4 {
    margin-bottom: 20px;
}
.mb-5 {
    margin-bottom: 25px;
}

/* Border Styles */
.borderme {
    border: 1px solid #181636;
    transition: border-radius 0.2s;
}
.borderme:hover {
    border-radius: 3px;
    box-shadow: 1px 1px 5px #06FF89;
}
.bordermewhite {
    border: 1px solid #ffffff;
    transition: border-radius 0.2s;
}
.bordermewhite:hover {
    border-radius: 3px;
    box-shadow: 1px 1px 5px #06FF89;
}

/* Input Styles */
input {
    direction: rtl;
}

/* Pointer Styles */
.pointer {
    cursor: pointer;
}
.pointer:hover {
    color: #05a45a;
}

/* Other Utilities */
.w100 {
    width: 100%;
}
.h30p {
    height: 10px;
}


/*header styles*/

.moshaverebtn{
    position:relative;
    width:10% !important;
    height:41px !important;
}

.partproduct span{
    padding-top: 15px;
    padding-bottom:15px;
    cursor: pointer;
    border-bottom:1px solid #e0e0e0;
    width:45%;
    direction:rtl;
}

.partproduct {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    max-width: 100%;
    height: 100%;
    padding-right: 30px;
    background-image: none;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-position 0.3s, box-shadow 0.3s ease;
    box-shadow: none; /* بدون سایه به صورت پیش‌فرض */
}


a:hover{
    color: rgb(73, 152, 69);
}
a {
    text-decoration: none;  /* حذف خط زیر لینک */
}



.btnblog{
    background-color: #0F0D21;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height:50px;
    color:white;
    margin-left:5px;
}







@media (max-width : 1366px){
    .partproduct span{
        padding-top: 15px;
        padding-bottom:15px;
        cursor: pointer;
        border-bottom:1px solid #e0e0e0;
        width:45%;
        direction:rtl;
    }
    .btnblog{
        background-color: #0F0D21;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height:50px;
        margin-left:5px;
    }
    .fa-blog{
        display:none;
    }
    .nomargin{
        margin:0px;
    }
}
@media (max-width : 1000px){
    .headertext{
        display:none;
    }
}

