
.page-footer{        
    background-color: rgb(43, 42, 43);
    /* background-color: #0A192F; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    
}
.page-footer ul li{
    list-style: none;
    margin-bottom: 6px;    
    cursor: pointer;
}
.page-footer a{
    text-decoration: none;
    color: white;
}

.page-footer li{
    color: white;
}

.footer-container{
    display: flex;
    flex-direction: row;

}
.footer-container input{
    padding: 8px;
    width: 400px;
    margin-right: 0;
    border: none;
}
.footer-subscribe{
    padding: 8px;
    margin-left: 0;
    border: none;
    width: 100px;
}
.footer-subscribe:hover{
    border: 1px solid black;
}

.footer-social{
    justify-content: center;
}
.footer-social ul li {
    display: inline-block;    
    margin-top: 20px;
    margin-right: 10px;
    color: white;
}
.footer-social ul li a i{
    font-size: 15px;
    border: 3px solid white ;
    padding: 5px;
    border-radius: 6px;
}


@media (max-width:768px){
    .founder-card1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }   
    .footer-cart1 ul li, .footer-cart2 ul li{
        border-bottom: 1px solid white;
        padding: 5px;
    }
    .footer-cart1 li button{
        margin-top: 10px;
    }
}