* {
    padding: 0;
    margin: 0;
    font-family: sans-serif;
}
.hero{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(103,58,183,0.8),rgba(33,150,243,0.5)),url(background.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
}
.title{
    width: 60%;
    display: inline-block;
    margin: 150px auto 0;
    color: #fff;
    text-align: center;
}
.title h1{
    margin-bottom: 30px;
}
.title p{
    font-size: 13px;
    line-height: ;
}
.row{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left:40px;
    transform: translate(-50%,-50%);
}
.col{
    flex-basis: 22%;
    text-align: center;
    color: #555;
}
.counter-box{
   
    height: 120px;
    width: auto;
    background: #fff;
    padding: 17px;
    margin: 10px;
    border-radius: 20%;
    box-shadow: 0 0 20px -4px #66676c;
}
h2{
    display: inline-block;
    margin: 15px 0;
    font-size: 20px;
    color: #000;
}
.counter-box .fa{
    font-size: 40px;
    color: #009688;
    display: block;
}
h4{
    font-size: 20px;
}
.counter-area{

    display: flex; width: 90%;
    justify-items: center;
    justify-content: center;
    align-items: center;


    width: 90%;

}
.edho-onnu{
    width: 100%;
    display: grid;
    place-items: center;
}
.orderimage{
    height: 40px;
    width: 40px;
    align-items: center;
    text-align: center;
    margin-left: 12px;
}
.clientsimage{
    height: 40px;
    width: 40px;
    align-items: center;
    text-align: center;
    margin-left: 14px;

}
.dollorimage{
    height: 40px;
    width: 40px;
    align-items: center;
    text-align: center;
    margin-left: 40px;

}
.counter{
    text-align: center;
    align-items: center;
}
.productsimage{
    height: 40px;
    width: 40px;
    align-items: center;
    text-align: center;
    margin-left:14px;

}
.counter-box h2{
    color:black;
    font-size: x-large;
    font-weight: bolder;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.counter-box h4{
    color:black;
    font-weight: bolder;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.enamoo{
    color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight:bolder;
    font-size: x-large;

}
.supplierimage{
    height: 45px;
    width: 50px;
    align-items: center;
    text-align: center;
    margin-left: 12px;
}
@media (max-width: 780px) {
    .counter-area{
        
    
        display: grid;
    
    }
    .counter-box{
   
        height: 100px;
        width: 200px;
        background: #fff;
        padding: 10px;
        margin: 10px;
        border-radius: 20%;
        box-shadow: 0 0 20px -4px #66676c;
    }
}
@media (max-width: 1230px){
    .counter-area{
        display: grid;
    }
    .counter-box{

        height: 185px;
        width: 150px;
        background: #fff;
        padding: 10px;
        margin: 10px;
        border-radius: 20%;
        box-shadow: 0 0 20px -4px #66676c;

    }
    .enamoo{
        margin-left:15px;
    }
}