/* START FOOTER */

.footer{
    background: rgb(87, 87, 87);
    width:auto;
    padding-left: 300px;
    display: flex;
    justify-content: space-around;
    padding: 50px;
    
    
 } 
 

 .first{
    width: 250px; 
     /* border: 1px solid black;  */
     color: #fff;
} 

.first img{
    width: 80px;
    height: auto;
}



.second{
    width: fit-content; 
    /* border: 1px solid black;  */
     font-family: 'Montserrat', sans-serif;;
 } 


 .second li{
    margin-bottom: 10px;
    color: rgb(252, 252, 252);
}

.second h1{
    margin-top: 0;
    margin-bottom: 5px;
}
.second a{
     text-decoration: none;
     color:#fff;
     font-weight: bold;
     font-size: large;    
     font-family:Arial, Helvetica, sans-serif;
     
}

.second a:hover{
    text-decoration: underline;
    transition: 0.5s;
}





.third{
    width: fit-content;
    /* border: 1px solid black; */
    color: #fff;
}

.third h1{
    margin-top: 0;
    margin-bottom: 5px;
}
.third .a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: x-large;
}


.forth{
    width: fit-content; 
     /* border: 1px solid black;  */
     color: #fff;
 } 


 .forth h1{
    color: rgb(247, 0, 0);
    margin-top: 0;
    margin-bottom: 5px;
    font-size: large;
}
.forth li{
    margin-bottom: 10px;
}
.forth a{
     text-decoration: none;
     color: #fff;
     font-weight: bold;
     font-size: large;
} 


/* End Footer*/