@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800&display=swap');

body{
    background: url("../img/npi_bg.webp");
    background-size: cover;
}


.entry{

    background-position: center;
    background-size: cover;
    margin-top: 100px;
    margin-bottom: 100px;
}

.entry h1{
    font-family: 'Montserrat', sans-serif;
    opacity: 0.8;
    font-weight: 600;
    font-size: 2.8rem;
  

}
.entry h2 {
    font-family: 'Montserrat', sans-serif;
    opacity: 0.8;
    font-weight: 500;
    margin-top: 25px;
    }

.entry .d-flex h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.entry .d-flex  p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    margin-top: 0;
    width: 100%;
}

.entry p{
    font-family: 'Montserrat', sans-serif;
    opacity: 0.8;
    font-weight: 300;
    font-size: 1.2rem;
    width: 80%;
    margin-top: 30px;

}
.entry h3{
    font-family: 'Montserrat', sans-serif;
    
    font-weight: 600;
    margin-top: 25px;
}
.entry h6{
    font-family: 'Montserrat', sans-serif;
    
    font-weight: 300;

}

.card{
    border-radius: 20px;
    border: 1px solid rgba(128, 128, 128, 0.125)!important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-body input{

    padding: 15px 12px!important;
    font-family: 'Montserrat', sans-serif!important;

    margin-top: 20px;
}
.card-body button{

    background-color: #6360F1;
    border: none;
    border-radius: 32px;
    font-family: 'Montserrat', sans-serif!important;

    color: #fff;
    padding: 12px 42px;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 15px;

}

.card-body a{
    font-family: 'Montserrat', sans-serif!important;
    color: #333;
    text-decoration: none;

}
.card-body a:hover{
    text-decoration: underline;

}

.card-body span{
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 300;
    padding-top: 20px;
    line-height: 10px;
    font-size: 12px;
}

.btn-1{
    background-color:#3B71FE;
    border: none;
    border-radius: 32px;
    font-family: 'Montserrat', sans-serif!important;
    color: #fff;
    padding: 12px 42px;
    margin-top: 30px;
    margin-right: 15px;
}

.points h2{
    font-family: 'Montserrat', sans-serif;
    opacity: 0.8;
    font-weight: 600;

}
.points h5{
    font-family: 'Montserrat', sans-serif;
    opacity: 0.8;
    font-weight: 300;

    width: 80%;
    margin-top: 50px;

}

.points .col-sm-4{
    margin-top: 100px;
}

.points p{
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
}
.points h6{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;

}

.foot-p{
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width:500px) {
    .entry{
        margin-top: 50px;
    }
    .card{
        margin-top: 50px;
    }
}