@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root{
    --box-shadow : rgba(0 ,0, 0, 0.16) 0px, 1px, 4px;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    list-style: none;

}

.nav .container-fluid .navbar-brand{
  color: #006A67;
    font-weight: 400;
    font-size: 18px;
}

.nav .container-fluid a span{
    font-weight: 600;
    font-size: 24px;
    color: #000B58;
}

.nav .offcanvas-header h5{
    color: #000B58;
    font-size: 22px;
    font-weight: 500;
}

.nav-link.active {
    border-bottom: 1.5px solid #003161;
    width: 50%;
}

.nav .offcanvas-body h6{
    color: #006A67;
}

.heading{
    margin-top: 100px;
    text-align: center;
}

.heading .title p span{
    color: #003161;
    font-weight: 700;
    font-size: 35px;
    user-select: none;
}

.heading .title p{
    color: #000B58;
    font-weight: 400;
    font-size: 24px;
}

.heading .subtitle p{
    color: #006A67;
    font-weight: 500;
    font-size: 20px;
}

.heading .subtitle p span{
    color: #003161;
    font-weight: 600;
    font-size: 22px;
    font-style: italic;                                                  
}
                
.project-links{
    margin-top: 30px;         
}

.project-links .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.project-links .card{
    text-align: center;
    align-items: center;
    box-shadow: var(--box-shadow);
}

.project-links .container .row .card .card-title{
    color: #003161;
    font-weight: 700;
    font-size: 20px;
}

.project-links .container .row .card .btn{
    background-color: #006A67;
}

.footer .container-fluid .under-text{
    color: #006A67;
    font-weight: 500;
    font-size: 16px;
}

.footer .container-fluid .under-text a{
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    color: #003161;
}