
.blue_footer{
    background-color: #2c4bff;
    height: 450px;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 40px;
}
.svg{
    color: #6b88ff;
    margin-right: 10px;
}
#signupbtn{
    padding: .8rem 2rem;
    background-color: #e97284;
    border: none;
    border-radius: 5px;
    margin-top: 30px;
    font-size: 18px;
    color: white;
    box-shadow: 0 1px 2px rgb(35 31 32 / 20%), 0 4px 14px rgb(35 31 32 / 30%);;
}
#signupbtn:hover{
    background-color:#db4b60 ;
}
ul{
    list-style: none;
    display:flex;
    justify-content: center;
    color:white;
    margin-top: 10px;  
}
/* -------------------------------------------- */
.footer_top{
    display: flex;
    justify-content: space-between;
    margin: 100px 50px 50px;
    padding-bottom: 100px;
    border-bottom: 1px solid #e0e0e0;
}
.options1{
    width: 20%;
}
.options1 h3{
    padding: 10px 0;
    
}
.options1 p{
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
}
.options1 p:hover{
    color: #2c4bff;
}

.footer_btm{
    margin: 0px 50px 50px;
    display: flex;
    justify-content: space-between;
}

.logo2 i{
    
    font-size: 30px;
    margin-right: 30px;
}
.logo2 span{
    font-size: 10px;
}
#signupbtn2{
    padding: .8rem 2rem;
    margin:0 50px 0 20px;
    background-color: #2c4bff;
    border-radius: 5px;
    border:none;
    color: white;
    font-weight: 500;
    box-shadow: 0 1px 2px rgb(35 31 32 / 20%), 0 4px 14px rgb(35 31 32 / 30%);;
}
#signupbtn2:hover{
    background-color: #1d3adc;
}