.hero{
    background: url(pkg/guy-working.jpg) no-repeat;
    width: 100%;
    height: 489px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero h2{
    font-size: 3rem;
    font-weight: 700;
    text-shadow: #000 2px 5px 2px 5px;
}
.hero p{
    font-size: 3rem;
    font-weight: 200;
    position: relative;
}

.hero p::after{
    content: '';
    width: 50%;
    position:absolute;
    height: 3px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
}
/*  hero End */

/* Second widget */
.second-widget,.first-widget{
    background-color: #fff;
}

.second-widget i{
    color: var(--primary-color);
}
/* end */


/* counter */
.counter {
    font-size: 48px;
    font-weight: bold;
  }
  .counter-section {
    margin: 100px 0;
    text-align: center;
  }

.counter-container{
    width: 100%;
    height: 350px;
    display:flex;
    align-items: center;
}
.bg-counter{
    background-image: url(pkg/system.jpg);
    height: 100vh;
    width: 100%;
    top:0;
    left: 0;
    position: fixed;
    z-index: -999;
    filter: blur(1px) brightness(0.8);
}
