/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 25, 2025, 2:21:26 PM
    Author     : DELL
*/
@media (max-width:768px){
.totalBene{
        display: flex;
        width: 100%;
        justify-content: center;   /* افقی */
        align-items: center;       /* عمودی */
        height: fit-content;             /* لازم است ارتفاع داشته باشد */
        border: 0px solid black;
        padding: 2%;
/*        background-image: url('../img/beneBack.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;*/
    }
.counter-box{
    width:100%;
    background-color: white;
    height: auto;
    padding: 2%;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    justify-content: right; /* وسط‌چین */
    border-radius: 18px;
    
}
 .counter-box:hover{
    filter:brightness(120%);
}
.counter-box img{
    width: 80%;
    padding: 0% 10%;
}
.counter-number{
    width: 100%;
    font-size: 10vw;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #09204a;
}
.counter-label{
    width: 100%;
    font-size: 8vw;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #09204a;
}
.box:nth-of-type(4){
    padding: 1%;
}
}
/*//for desktop design*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 25, 2025, 2:21:26 PM
    Author     : DELL
*/
@media (min-width:768px){
    .totalBene{
        display: flex;
        width: 100%;
        justify-content: center;   /* افقی */
        align-items: center;       /* عمودی */
        height: fit-content;             /* لازم است ارتفاع داشته باشد */
        border: 0px solid black;
        padding: 2%;
/*        background-image: url('../img/beneBack.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;*/
    }
.counter-box{
    width:30%;
    background-color: white;
    height: auto;
    padding: 2%;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    justify-content: right; /* وسط‌چین */
    border-radius: 18px;
    
}
 .counter-box:hover{
    filter:brightness(120%);
}
.counter-number{
    width: 100%;
    font-size: 3vw;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #09204a;
}
.counter-label{
    width: 100%;
    font-size: 2vw;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #09204a;
}
.box:nth-of-type(4){
    padding: 1%;
}
}

