body {
    font-family:sina;
    background: rgb(230, 229, 229);
    direction: rtl;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family:sina;
    src:  url("../font/pixelboy-BSinaBold.ttf") format("ttf");
    src: url("../font/pixelboy-BSinaBold.woff") format("woff");
}
@font-face {
    font-family:terafik;
    src:  url("../font/pixelboy-BTraffic.ttf") format("ttf");
    src: url("../font/pixelboy-BTraffic.woff") format("woff");
}
.link {
    text-decoration: none;

}

.shortcut {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: white;
    padding: 10px;
    
}

.header {
    background: rgb(34,32, 163);
    text-align: center;
    color: white;

}




.bakhsh-bandi {
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly;
    padding: 20px;
    height: auto;
    text-align: center;
    margin-right: 30px;
}

.bakhsh {
    padding: 10px 20px;
    background-color: rgb(3, 0, 161);
    color: white;
    font-size: 24px;
    border-radius: 5px;
    transition: all 400ms ease-in-out;
}

.bakhsh:hover {
    background-color: rgb(0, 42, 179);
    transform: scale(1.02);

}

.bakhsh a {
    text-decoration: none;
    color: white;
    text-align: center;
}

.dastebandi {
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
    background: rgb(34,32, 163);


}

.shortcut {
    align-items: center;
    text-align: center;
    font-size: 25px;
    color: white;

}

.shortcut a {
    text-decoration: none;
    color: white;
}

.titre-pishnahadi {
    text-align: center;
    font-size: 50px;
    margin-top: 80px;
    color: rgb(3, 0, 161);
    font-weight: bold;
    position: relative;
}

.titre-pishnahadi::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 6px;
    background-color: rgb(0, 4, 255);
    bottom: -40%;
    left: 35%;
}

.baneer {

    height: 300px;
    margin-left: +90px;


}


.mahsol {

    width: 200px;
    padding: 15px;
    background-color: white;
    box-shadow: 0px 0px 20px rgb(0, 47, 255);
    text-align: center;
    border-radius: 8px;
    transition: transform 0.3s;
    transition: all 400ms ease-in-out;

}
.mahsol2 {

    width: 200px;
    padding: 15px;
    background-color: white;
    box-shadow: 0px 0px 20px rgb(34, 32, 255);
    text-align: center;
    border-radius: 8px;
    transition: transform 0.3s;
    transition: all 400ms ease-in-out;
    margin-right: 30px;
}
.mahsol2:hover{
    transform: scale(1.05);
    box-shadow: 0px 0px 20px rgb(80, 255, 27);
}

.dokme-kharid {
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: rgb(3, 0, 161);
    color: white;
    transition: all 400ms ease-in-out;
    font-family:sina;
     cursor: pointer;
}


.dokme-kharid:hover {
    background-color: rgb(3, 109, 38);
    transform: scale(1.03);

}
.mahsolat-pishnahadi2{
    font-family:terafik;
    display: flex;
    justify-content: space-evenly;
    margin-top: 60px;

}
.mahsolat-pishnahadi {
    font-family:terafik;
    display: flex;
    justify-content: space-evenly;
    margin-top: 60px;
    gap: 20px;
}


.mahsol:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 20px rgb(80, 255, 27);

}



.mahsol img {
    width: 100%;
    height: auto;
    border-radius: 50px;


}

.mahsol img:hover {
    transform: scale(1.1);
    transition: transform 3s;


}

.esm-mahsol {
    font-size: 24px;
    margin-top: 10px;
    color: rgb(3, 0, 161);
}

.ghimat-mahsol {
    font-size: 1.2rem;
    margin-top: 5px;
    color: rgb(121, 0, 121);
}

.setare {
    margin-top: 10px;
    font-size: 1.5rem;
    color: #ff7043;
}

.awli {
    color: #ff7043;
}

.ridi {
    color: rgb(97, 97, 97);
}

img {
    max-width: 100%;
    height: auto;
}