html:lang(fa),
html:lang(ar),
html:lang(ku) {
    direction: rtl;
}

html:lang(en) {
    direction: ltr;
}

/* فونت‌ها */
html:lang(fa) body {
    font-family: 'Vazirmatn';
}

html:lang(en) body {
    font-family: 'Inter';
}

html:lang(ar) body {
    font-family: 'AmiriQuran';
}

html:lang(ku) body {
    font-family: 'NotoKurdish';
}
body{
    align-items: center;
    margin: auto;
}
.modiriat{
    background-color: rgb(245, 238, 254);
    border-radius: 16px;
}
/* اسلایدر */
.slider1{
    width: 65%;
}
.tablinks{
    color: rgb(198, 192, 206);
    background-color: rgb(245, 236, 253);
    border: 2px solid rgb(198, 192, 206);
    border-radius: 14px;
    text-align: start;
    height: 60px !important;
    width: 100%;
    color: rgb(62, 62, 62);
}
.tablinks:active {
    border-color: rgb(125, 40, 243); /* رنگ بوردر */
    background-color: rgb(227, 212, 252); /* رنگ بکگراند */
    color: rgb(125, 40, 243); /* رنگ نوشته */
}


.icon{
    color: #FFFFFF;
    font-size: 20px;
    background-color: rgb(125, 40, 243);
    border-radius: 10px;
    padding: 7px;
    margin-left: 5px;
}
.tabcontent {
    display: none;
    padding: 6px 12px;
}
.dropdown-menu{
    border:0;
}
.btn-color1{
    width: 240px !important;
    height: 56px !important;
    background: linear-gradient(145deg, #000000, #444444);
    color: #FFFFFF !important;
    border-radius: 16px !important;
    display: flex !important;
    margin: auto !important;
    align-items: center !important;
    justify-content: center !important;
}
.btn-color2{
    width: 240px !important;
    height: 56px !important;
    background: linear-gradient(145deg, #000000, #444444);
    color: #FFFFFF !important;
    border:0px;
    border:0px;
    border-radius: 16px !important;
    display: flex !important;
    margin: auto !important;
    align-items: center !important;
    justify-content: center !important;
}
.mark{
    background-color: #FFFFFF !important;
    color: #FF753B;
}
.moshaver{
    display: flex;
    justify-content: center;
    background: linear-gradient(145deg, #FF753B, #FF9D47);
    box-shadow: linear-gradient(145deg, #FF7D3D40, #FF9D47) ;
    border-radius: 16px;
    width: 220px;
    height: 50px;
}
.moshaver1{
    display: flex;
    justify-content: center;
    border: #000000 2px solid;
    border-radius: 16px;
    width: 220px;
    height: 50px;
}
.btn{
    border:0;
}
.steps-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
@media screen and (max-width:768px) {
    .steps-wrapper{
        display: flex;
        flex-direction: column;
        width: 100% !important;
    }
    .step-item{
        width: 100% !important;
    }
    .step-item p{
        text-align: center;
        width: 100% !important;
    }
    .modiriat{
        flex-direction: column;
    }
    .slider1{
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    .hooshmasnoii{
        flex-direction: column;
        gap: 20px;
    }
    .mtn-div p{
        width: 100% !important;
        text-align: start;
    }
    .start{
        align-items: center !important;
        margin: auto !important;
    }
    .card{
        width: 98% !important;
    }
    .portfolio{
        width: 100% !important;
    }
    .akhbar{
        width:100% !important;
    }
}

.step-item {
    text-align: center;
    position: relative;
    z-index: 2;
    width: 22%;
}
.step-icon img {
    width: 100px;
    height: auto;
}

.step-text {
    font-size: 14px;
    margin-top: 2px;
}
.cont{
    -webkit-filter: brightness(100%);
    filter: brightness(50%);
    position: relative;
    text-align: center;
    color: white;
    border-radius:16px;
}
.bottom-right {
    font-weight: bold;
    text-align: start;
    width: 80%;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    right: 30px;
}
.container{
    width: 100%;
}
.amkanat{
    /*box-shadow: rgb(234, 223, 218) 0px 7px 29px 0px;*/
    border-radius: 24px;
    padding: 5px;
}
.card{
    justify-content: space-between !important;
    align-items: center !important;
    text-align: center !important;
    border-radius: 24px !important;
    width:100%;
    height: 390px;
    /* padding: 5px; */
    display: flex;
    border: 2px solid #FFFFFF !important;
}
.porto{
    margin-top: 120px;
}
.porto div{
    margin-top: 50px;
}
.portfolio{
    width: 22%;
    justify-content: space-between !important;
    align-items: center !important;
    text-align: center !important;
    border-radius: 24px !important;
    /* height:auto; */
    border: 2px solid #FFFFFF !important;
    box-shadow: rgb(255, 242, 236) 0px 7px 29px 0px;
}
.portfolio-img{
    margin-top: -60px;
}
footer{
    display: flex !important;
    justify-content: center !important;
    width: 100%;
    height: auto !important;
    padding:0 !important;
    margin: 0 !important;
    background-color: rgb(255, 239, 226);
}
footer div{
    margin-top: 30px;
}
