#footer{
    height: 430px;
    width: 100%;
    border: 1px solid grey;
    margin-top: 40px;
    
}
.footerbox1{
    height: 85%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footerbox1 div:nth-child(1){
    height: 90%;
    width: 20%;
    /* border: 1px solid blue; */
    padding-left: 15px;


}
.footerbox1 div:nth-child(2){
    height: 90%;
    width: 20%;
    /* border: 1px solid blue; */
    
}
.footerbox1 div:nth-child(3){
    height: 90%;
    width: 40%;
    /* border: 1px solid blue; */
    padding-left: 25px;  
}
.footerbox1 > div > p a{
    text-decoration: none;
    color:#433c3c;
    font-size: 11px;
    font-weight: 600;
}
.footerbox1 div:nth-child(3) > p{
    font-size: 30px;
    font-family: 'Source Serif Pro', serif;
    font-weight: 600;
    line-height: 1.5;
}
#footer-icon{
    /* border: 1px solid red; */
    height: 70px;
    width: 400px;
    display: flex;
    justify-content: space-between;
    
}
.fa-brands{
    font-size: 25px;
    cursor: pointer;
}
#footer-bottom{
    height: 9%;
    width: 100%;
    border-top: 1px solid rgb(205, 204, 204);
    padding-left: 20px;
    padding-bottom: 15px;
    display: flex;
    gap: 15px;
    align-items: center;
}
#footer-bottom p{
    padding-left: 10px;
    font-size: 10px;
    border-left: 1px solid black;
    color: rgb(54, 54, 54);
    font-weight: 600;
}
#footer-bottom h6{
    color: rgb(54, 54, 54);
    font-weight: 600;
}