@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

.footer{
    background-color: #1D6D45 !important;
}
.footer a{
    color: white !important;
}

.request{
    font-size: 700 !important;
    color: white !important;
    cursor: pointer;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

ul {
   font-family: 'Plus Jakarta Sans', sans-serif;
    color: rgba(208, 208, 208, 1) !important;
    text-align: center !important;
    list-style-type: none;
    font-size: 0.9rem;
}
.modal-content{
    color: black !important;
    font-size: 1rem;
}
.footer svg{
    color: #DDDDDD !important;
}
.bi-facebook:hover {
    color: blue !important;
}.bi-youtube:hover{
    color: red !important;
}
.bi-instagram:hover{
    fill: url(#rg);

}
