
body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.btn-primary{
    background-color: #212eef;
    border: 1px solid #212eef;
}
.btn-primary:hover{
    background-color: #0f134a;
    border: 1px solid #0f134a;
}
.hero{
    min-height: 90vh;
    background: linear-gradient(#130b30d6, #130b30d6), url(img/fabio-oyXis2kALVg-unsplash.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-primary{
    background-color: #212eef !important;
}

.navbar{
    background-color: #ffffff !important;
    padding: 10px !important;
}
.navbar ul a{
    font-weight: 600;
}
.navbar ul li a:hover{
    color: #212eef !important;
}

.hero h1{
    font-size: 50px;
}
.navbar-brand{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold !important;
    gap: 0 5px !important;
    
}
.navbar-brand h1{
    color: #262626 !important;
}
.navbar-brand span{
    font-weight: 500;
}
#premium{
    background-color: #f0f0f0;
    /* background: linear-gradient(#392487d6, #14141ed6), url(img/fabio-oyXis2kALVg-unsplash.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #ffffff !important; */
}

#premium .col-lg-3{
    /* margin: 10px; */
    border-radius: 10px;
    box-shadow: 2px 2px 5px #b6b6b6;
    padding: 1rem;
}
.feature-title{
    font-size: 20px;
    text-align: center;
}

.active a{
    color: #212eef !important;
}
form{
    padding: 1rem;
    box-shadow: 2px 2px 5px #bebebe;
}
form input{
    width: 100% !important;
    border-radius: 0 !important;
}
.icon{
    font-size: 40px;
    color: #212eef;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
}

@media (max-width: 600px) {
    .hero h1{
        font-size: 30px;
    }
}
@media (max-width: 400px) {
    .hero h1{
        font-size: 20px;
    }
    .hero h5{
        font-size: 16px !important;
    }
}