@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.navbar-brand img {
    width: 100%;
    padding: 2px 90px;
}

.nav-link {
    color: #666777;
    font-weight: 500;
    position: relative;
    font-size: 20px;
    margin: 0px 10px;
    text-transform: uppercase;
}

.navbar-scrolled {
    background-color: #01248c;
    box-shadow: 0 3px 10px rgba(12, 12, 197, 0.837);
}

.nav-link:hover,
.nav-link.active {
    color: #2a54be;
}

.dropdown-menu {
    font-size: 19px;
    font-weight: 700;
    border-radius: 10px;
    border-top-width: 5px;
    border-top-color: #01248c;
}

.contact {
    background: linear-gradient(#36015c, #ac85ed);
    border-radius: 30px;
    width: 13%;
    height: 50px;
    margin-right: 3%;
    padding: 10px;
    margin-top: 15px;
}
.contact:hover{
    background: #484849;
}
.contact a {
    color: #fff;
    font-size: 23px;
    text-decoration: solid;
    padding: 20px;
}

.container4 {
    width: 100%;
    background: linear-gradient(to right, #2f0153, #c18efb);
    border-top-left-radius: 125px;
}
footer{
    margin-top: 20px;
}
.footer2{
    font-size: 15px;
}
.footer1 a{
    color: rgb(208, 205, 205); 
    text-decoration: none; 
    font-size: 15px;
    text-align: left;
}
#icon i:hover{
    color: #2c0154;
}

.container5 {
    padding-top: 4%;
    background: linear-gradient(#37016a, #9a2bea);
}

.container5 h3 {
    text-align: center;
    font-size: 50px;
    color: #fff;
    padding-bottom: 40px;
}

.linkhome {
    color: #fff;
    font-size: 19px;
    text-decoration-line: none;
    font-weight: 500;
}

.linkhome span {
    font-size: 20px;
    padding: 10px 10px;
}

.row {
    display: flex;
    width: 100%;
    height: 100%;
    margin-top: 10%;
}

.col-md-3 img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.col-md-9 h2 {
    margin-left: 10%;
    font-size: 35px;
    font-weight: 600;
}

.col-md-9 p {
    margin-left: 10%;
    font-size: 1.2em;
    margin-top: 30px;
}

.col-md-9 ol {
    margin-left: 10%;
    font-size: 1.1em;
}