.circle-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;

}

.circle-container a{
    text-decoration: none;
    color: black;
}
.circle1 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #ced2ecab;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    animation: fadeIn 2s ease-in-out;
    box-shadow: 0px 2px 8px #222f838c;
}
.circle2 {
    box-shadow: 0px 2px 8px #965d0da9;

    margin-bottom: 5rem;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #ffa11e46;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    animation: fadeIn 2s ease-in-out;

}
.circle3 {

    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #ced2ecab;
    box-shadow: 0px 2px 8px #222f838c;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    animation: fadeIn 2s ease-in-out;

}
.circle4 {
    box-shadow: 0px 2px 8px #965d0da9;
    margin-bottom: 5rem;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #ffa11e46;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    animation: fadeIn 2s ease-in-out;

}
.circle5 {

    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #ced2ecab;
    box-shadow: 0px 2px 8px #222f838c;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    animation: fadeIn 2s ease-in-out;

}

/* انیمیشن ورود */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(-100%); /* برای دایره‌های سمت چپ */
        /* برای دایره‌های سمت راست: transform: translateX(100%); */
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


.rows{
    margin-bottom: 8rem;
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 5px rgba(99, 99, 99, 0.658);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.row{
    padding-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;


}
.img_text{

    width: 210.717px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.img1_row{
    width: 56%;
    transition: filter 0.5s;
}
.img2_row{
    width: 56%;
    transition: filter 0.5s;
}
.img3_row{
    width: 56%;
    transition: filter 0.5s;
}
.img4_row{
    width: 56%;
    transition: filter 0.5s;
}
.img5_row{
    width: 56%;
    transition: filter 0.5s;
}
.name_row{

}
.all_row{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: rgb(7, 37, 170);
    margin-left: 0.5rem;
}
.title_row{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 2rem;
}
.hover_text{
    display: none;
}



.img_text:hover .img1_row {
    filter: blur(3px) ;
    /*میزانماتشدنراباتغییرمقدارblurتنظیمکنید*/
    -webkit-filter: blur(3px) ;
}
.img_text:hover .img2_row {
    filter: blur(3px) ;
    /*میزانماتشدنراباتغییرمقدارblurتنظیمکنید*/
    -webkit-filter: blur(3px) ;
}
.img_text:hover .img3_row {
    filter: blur(3px) ;
    /*میزانماتشدنراباتغییرمقدارblurتنظیمکنید*/
    -webkit-filter: blur(3px) ;
}
.img_text:hover .img4_row {
    filter: blur(3px) ;
    /*میزانماتشدنراباتغییرمقدارblurتنظیمکنید*/
    -webkit-filter: blur(3px) ;
}
.img_text:hover .img5_row {
    filter: blur(3px) ;
    /*میزانماتشدنراباتغییرمقدارblurتنظیمکنید*/
    -webkit-filter: blur(3px) ;
}

.hover_text {
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s;
    color: black;
    display: flex;
    margin-right: -4rem;
    margin-bottom: 1rem;
}

.img_text:hover .hover_text {
    opacity: 1;
    display: block;

}



@media only screen and (max-width: 1047px){
    .circle-container{
        margin-bottom: 6rem;
    }

    .circle2 {
        margin-bottom: 0rem ;
    }
    .circle4{
        margin-bottom: 0rem;

    }
}




@media only screen and (max-width: 875px){

    .circle-container{

    }
    .circle1 .circle2 .circle3 .circle4 .circle5{
        margin-bottom: 3rem;
    }
    .circle4 {
        margin: 0px 0rem 0px 0px;

    }
    .circle5{
        margin: 0px 0rem 0px 0rem;
    }

}


@media only screen and (max-width: 660px) {
    .circle-container {       margin-bottom: 1rem;
        margin-bottom: 5rem;
    }
    .circle1 .circle2 .circle3 .circle4 .circle5{
        margin-bottom: 3rem;
    }
    .circle4 {
        margin: 0px 0rem 0px 0px;

    }
    .circle1{
        margin: 0px 0rem 2rem 0rem;
    }
    .circle2 {
        margin: 0px 0rem 1rem 0rem;

    }
    .circle5{
        margin: 0px 0rem 0px 0rem;
    }

}




@media only screen and (max-width: 660px) {

    .container {
        max-width: 100%;
    }
    .circle1 .circle2 .circle3 .circle4 .circle5{
        margin-bottom: 3rem;
        margin: 0rem;

    }
    .circle3{
        margin-bottom: 1rem;
    }
    .circle4{
        margin-bottom: 1rem;

    }
    .circle1{
        margin-bottom: 1rem;
    }
}



@media only screen and (max-width: 430px) {
    .container {
        max-width: 100%;
    }
    .circle1 .circle2 .circle3 .circle4 .circle5{
        margin-bottom: 3rem;
    }
    .circle3{
        margin-bottom: 1rem;
    }
    .circle4{
        margin-bottom: 1rem;

    }
    .circle1{
        margin-bottom: 1rem;

    }
}
