
.footer {
    width: 100%;
    background-color: rgb(255, 255, 255);
    color: rgb(59, 59, 59);
    display: flex;
    flex-flow: column;
    position: relative;
    align-items: center;
    font-size: 30px;  
    bottom: 0px;
    border-top:1px solid #e3e3e3

}


#site-footer
{
    width:100%;
    background: none;
}

form
{
    margin-block-end: 0;


}

.agency-name
{
    font-size: clamp(3rem, -7.0313rem + 23.75vw, 13.75rem);
    overflow: hidden;
    text-align: center;
    display: block;
   
}
.agency-name span
{
    display: inline-block;
} 

#site-footer span, #site-footer li 
{
    font-size: 18px;
    font-weight: 300;
}

.socials a
{
    --tempu:white;
    text-decoration: none;
    padding:5px;
    color:var(--tempu);
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
   
}
.socials a:hover
{
    transform:scale(1.2);
}
.socials a i
{
    height:35px;width:35px;
    border: 1px solid var(--tempu);
    border-radius: 50%;
    padding:7px;
}
.socials a:nth-child(1):hover
{
    --tempu:blueviolet;
    color:var(--tempu);
}

.socials a:nth-child(2):hover
{
    --tempu:#0a66c2;
    color:var(--tempu);
}

.socials a:nth-child(3):hover
{
    --tempu:#ea4c89;
    color:var(--tempu);
}


.footer-2
{
    display: flex;
   
    font-size: 16px;
    width:100%;
    padding:20px 80px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-2 a
{
    text-decoration: none;
    color:white;
}

@media only screen and (max-width:800px)
{
.footer-2{
    padding: 20px 10px;
    justify-content: center;
}
.footer-2 span
{
    text-align: center;
}
footer ul
{
    padding-left: 0px !important;
}
}