.hero-section{

    position:relative;

    height:100vh;

    overflow:hidden;

    /* background:#061113 url('public/images/home_page_bg.jpg') center center no-repeat; */
      

}

#heroSlider{

    height:100%;

}

.carousel-inner,
.carousel-item{

    height:100%;

}

.hero-content h1{

    font-size:70px;

    font-weight:300;

    color:#fff;

    line-height:1.1;

}

.hero-content span{

    color:#80ce0a;

    font-weight:600;

}

.hero-content p{

    margin:30px 0;

    color:#cfd8dc;

    font-size:20px;

}

.hero-radar{

    position:relative;

}

.radar-img{

    width:650px;

    max-width:100%;

}

.hero-counter{

    position:absolute;

    bottom:35px;

    width:100%;

    left:0;

    z-index:10;

}

.hero-counter h2{

    font-size:72px;

    color:#fff;

    font-weight:600;

}

.hero-counter p{

    color:#02bc87;

    text-transform:uppercase;

    font-size:20px;

}

.btn-primary{

    padding:16px 45px;

    border-radius:50px;

    background:#00c083;

    border:none;

    color:#000;

    font-weight:600;

}