* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    display: none;
}

header {
    background: linear-gradient(180deg, #c4b6fd, #93acfc);
}

.navbar-brand,
.text-primary {
    color: #0a58ca !important;
}

.navbar-brand:hover {
    color: #257dfd !important;
}

.nav-link {
    font-weight: 500;
}

.nav-link:hover {
    color: #0a58ca !important;
}

.btn-primary {
    background-color: #0a58ca !important;
    border: none;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #257dfd !important;
    border: none;
}

p {
    font-size: 18px !important;
}

i {
    font-size: 30px;
    text-align: center;
    line-height: 43px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #fff;
    background-color: #0a58ca;
    margin-bottom: 10px;
}

.card {
    transition: all .3s;
}

.card:hover {
    color: #fff;
    background-color: #257dfd;
}

footer {
    background-color: #0a58ca;
    color: #fff;
}

#accordian {
    background: linear-gradient(90deg, #0a58ca, #93acfc);
}

#hero {
    padding: 0 14% !important;
}