footer
{
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right,#00093c,#2d0b00);
    height: auto;
    overflow:auto;
 
    padding-top:40px ;
    width: 100%;
    color: white;

}
.footer-content
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.fheading
{
    font-size: 2.1rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 3rem;

}
.fparagraph
{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
    color: #cacdd2;
    
}
.socials
{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content:center;
    margin: 1rem 0 3rem 0;
    color: white;
}
.socials  li
{
 margin: 0 10px;

}
.socials li a
{

    color: #fff;

    padding: 5px;
    color: #cfd2d6;
    border: 1px solid white;
    padding: 6px 15px;
    text-decoration: none;
    border-radius: 50%;

}
.footer-menu
{
    margin-bottom: 20px;

}
.footer-menu ul{
    display: flex;
}
.footer-menu  ul li
{
    padding-right: 10px;
    display: block;
}
.footer-menu ul li a
{
    color: #cfd2d6;
    border: 1px solid white;
    padding: 6px 15px;
    text-decoration: none;
    border-radius: 12px;
}
.footer-menu ul li a :hover
{
    color: #27bcda;

}
.footer-bottom
{
    background: #000;
    width: 100%;
    padding: 20px;
    text-align: center;
}
.footer-bottom p
{
    text-align: center;
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}
.footer-bottom p a{
   
    font-size: 15px;
      
text-transform: capitalize;

}