@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;500;600&display=swap');

h3, h5, a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
}

.header-wrapper {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.header {
    width: 90%;
    padding: 10px;
    color: #fff;
    background: #01B9F1;
    border-radius: 0 0 30px 30px;
}

.navbar {
    box-shadow: 0px 12px 13px rgba(0, 0, 0, 0.25);
    width: 100%;
}

.logo {
    margin-left: 50px;
}

.text {
    margin-left: 20px; 
    margin-top: 10px;
}

.text h5 {
    font-size: 20px;
    font-weight: 600;
}

.text p {
    font-size: 15px;
    font-weight: 500;
    margin-top: -7px;
}

.collapse {
    color: black;
}
.nav-item {
    margin-right: 20px;
    font-size: 15px;
}

.active {
    color: #001AFF !important;
}

@media (max-width: 576px) {
    .logo{
        margin: 0px;
    }
    .text h5 {
        font-size: 20px;
        font-weight: 600;
    }
    .text p {
        font-size: 13px;
        font-weight: 500;
        margin-top: -7px;
    }
}
