#footer {
    height: 400px;
    background-color: #1d1e34;
    color: white;
}

.footer-floating {
    position: relative;
    width: 80%;
    height: 110px;
    background-color: blueviolet;
    border-radius: 15px;
    top: -55px;
    margin: auto;
    padding: 12px;
    box-shadow: 2px 2px 5px white;
}

.footer-floating-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    min-height: calc(110px - 24px);
}

.footer-floating-content button {
    position: relative;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.floating-service-list{
}
.floating-service-list h2 {
   color:#3a087a;
   font-weight: bold;
   font-style: italic;
   font-size: 28px;
}
.floating-service-list ul{
    padding: 8px 0px;
}
.floating-service-list ul li{
    padding-right: 24px;
}
.floating-service-list ul li a {
    margin: 0;
    padding: 8px 0px;
    font-size: 16px;
}

.floating-sign-in {
    background-color: #3a087a;
}

.floating-sign-up {
    background-color: #2ecc70;
}

.footer-container {
    padding: 10px 15px;
}

.services-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.brand{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.brand > *{
    display: block;
    margin: 5px 0px;
}
.brand p{
    font-style: italic;
    color:rgb(248, 146, 12)
}
.brand img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.brand h3{
    font-weight: bold;
    color: rgb(235, 0, 98);
    font-size: 30px;
}
.brand h6{

}
.features{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.features h1{
    color: rgb(114, 72, 72);
    font-size: 18px;
    margin-bottom: 8px;
}
.features ul {
    display: flex;
    flex-direction: column;
}

.features ul li {
    padding: 5px 8px;
}
.features ul li a {
   font-size: 14px;
}
.social-media{
    margin:0px 12px;
}
.icons{
display: flex;
align-items: center;
justify-content: center;
}
.icons ul{
    padding:8px 5px;
}
.icons ul li{
    padding:8px;

}
.icons ul li i{
    padding:8px;

}