.ankan_main .main_count{
    /* height: 260px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid blue; */
    background-image: url("/assets/images/home/count/count.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(245, 243, 243);
    background-attachment: fixed;
}
.ankan_main .main_count .count_blur{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    /* border: 1px solid red; */

}
.ankan_main .main_count .count_blur .sub_count{
    /* height: 180px; */
    width: 65%;
    display: flex;
    margin: 50px 0px;
    align-items: center;
    justify-content:space-between;
    flex-wrap: wrap;
    /* border: 1px solid green; */
}
.ankan_main .main_count .count_blur .sub_count .first_count{
    width: 200px;
    height: 230px;
    /* border: 1px solid teal; */
}
.ankan_main .main_count .count_blur .sub_count .first_count .count1{
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid red; */
}
.ankan_main .main_count .count_blur .sub_count .first_count .count1 .dimond{
    height: 120px;
    width: 120px;
    transform: rotate(45deg);
    border-radius: 10px;
    /* border: 1px solid black; */
    background-color: rgb(236, 232, 232);
    box-shadow: 0.3em 0.3em 1em rgb(20 0 0 / 60%);
    /* background-color: #2fc00b; */
}
.ankan_main .main_count .count_blur .sub_count .first_count .count1 .dimond .count_icon{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 7px 0px 0px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    background-color: #6ba7d5;
    /* border: 1px solid blue; */
}
.ankan_main .main_count .count_blur .sub_count .first_count .count1 .dimond .count_icon i{
    font-size: 30px;
    transition: .8s;
    color: white;
}
.ankan_main .main_count .count_blur .sub_count .first_count .count1 .dimond .count_icon:hover i{
    transform: rotateY(180deg);
    transition: .8s;
}
.ankan_main .main_count .count_blur .sub_count .first_count .count1 .dimond .count_text{
    height: 35px;
    width: 100px;
    transform: rotate(-44deg);
    margin: -6px 0px 0px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid green; */
    font-weight: 500;
    color: #177ecd;
}

.ankan_main .main_count .count_blur .sub_count .first_count .count2{
    height: 25%;
    display: flex;
    justify-content: center;
    /* border: 1px solid blue; */
}
.ankan_main .main_count .count_blur .sub_count .first_count .count2 .count_number{
    height: 45px ;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid aqua; */
    /* background-color: orange; */
    margin-top: -12px;
    font-size: 22px;
    box-shadow: 0.3em 0.3em 1em rgb(20 0 0 / 60%);
    color: white;
    border-radius: 10px;
    background-color: #228dec;
}





.ankan_main .main_count .count_blur .sub_count .second_count{
    width: 200px;
    height: 230px;
    /* border: 1px solid teal; */
}
.ankan_main .main_count .count_blur .sub_count .second_count .count1{
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid red; */
}
.ankan_main .main_count .count_blur .sub_count .second_count .count1 .dimond{
    height: 120px;
    width: 120px;
    transform: rotate(45deg);
    border-radius: 10px;
    /* border: 1px solid black; */
    box-shadow: 0.3em 0.3em 1em rgb(20 0 0 / 60%);
    background-color:  rgb(236, 232, 232);
    /* background-color: rgb(57, 94, 240); */
}
.ankan_main .main_count .count_blur .sub_count .second_count .count1 .dimond .count_icon1{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 7px 0px 0px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    background-color:#84d470;
    /* border: 1px solid blue; */
}
.ankan_main .main_count .count_blur .sub_count .second_count .count1 .dimond .count_icon1 i{
    font-size: 25px;
    transition: .8s;
    color: white;
}
.ankan_main .main_count .count_blur .sub_count .second_count .count1 .dimond .count_icon1:hover i{
    transform: rotateY(180deg);
    transition: .8s;
}
.ankan_main .main_count .count_blur .sub_count .second_count .count1 .dimond .count_text1{
    height: 35px;
    width: 100px;
    transform: rotate(-44deg);
    margin: -6px 0px 0px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid green; */
    color: #3fad24;
    font-weight: 500;
}

.ankan_main .main_count .count_blur .sub_count .second_count .count2{
    height: 25%;
    display: flex;
    justify-content: center;
    /* border: 1px solid blue; */
}
.ankan_main .main_count .count_blur .sub_count .second_count .count2 .count_number1{
    height: 45px ;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid aqua; */
    background-color:#6dc757;
    color: white;
    box-shadow: 0.3em 0.3em 1em rgb(20 0 0 / 60%);
    margin-top: -12px;
    border-radius: 10px;
    font-size: 22px;
}
