/*
================================
AAVERA STUDIO - LUXURY FOOTER
================================
*/

.aavera-footer{
    background:#111;
    color:#fff;
    font-family:Arial,sans-serif;
    width:100%;
    margin-top:60px;
    clear:both;
}

.footer-main{
    width:100%;
    padding:70px 0;
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1.3fr;
    gap:50px;
}

.footer-main .container,
.footer-bottom .container{
    max-width:1280px;
    margin:0 auto;
    padding:0 15px;
}

.footer-logo{
    margin:0 0 20px;
    font-family:Georgia,serif;
    font-size:40px;
    font-weight:500;
    letter-spacing:4px;
    color:#fff;
}

.footer-logo span{
    display:block;
    font-family:Arial,sans-serif;
    font-size:13px;
    letter-spacing:8px;
    margin-top:8px;
    color:#bbb;
}

.brand-column p{
    color:#aaa;
    line-height:1.8;
    font-size:14px;
    max-width:320px;
}

.footer-column h3{
    color:#fff;
    font-size:15px;
    font-weight:500;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:25px;
}

.footer-column ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-column ul li{
    margin-bottom:15px;
    color:#aaa;
    font-size:14px;
}

.footer-column ul li a{
    color:#aaa;
    text-decoration:none;
    transition:.3s;
}

.footer-column ul li a:hover{
    color:#fff;
    padding-left:5px;
}

.social-icons{
    display:flex;
    gap:12px;
    margin-top:25px;
}

.social-icons a{
    border:1px solid #444;
    color:#fff;
    padding:8px 14px;
    font-size:12px;
    text-decoration:none;
    transition:.3s;
}

.social-icons a:hover{
    background:#fff;
    color:#111;
}

.footer-bottom{
    width:100%;
    background:#0b0b0b;
    padding:20px 0;
}

.footer-bottom .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.footer-bottom p,
.payment-text{
    margin:0;
    color:#888;
    font-size:13px;
}

@media(max-width:768px){

.footer-main{
    padding:50px 0;
}

.footer-grid{
    grid-template-columns:1fr;
    gap:35px;
}

.footer-bottom .container{
    display:block;
    text-align:center;
}

.payment-text{
    margin-top:10px;
}

}

html,
body{
    overflow-x:hidden;
}

.aavera-footer{
    display:block !important;
    clear:both !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
    position:relative;
    left:0;
    right:0;
}

.footer-main,
.footer-bottom{
    width:100% !important;
}

.footer-main .container,
.footer-bottom .container{
    width:100% !important;
    max-width:1280px !important;
    margin:0 auto !important;
    padding:0 20px !important;
}