/*
|--------------------------------------------------------------------------
| AQWAS Footer V1
|--------------------------------------------------------------------------
*/

.aqwas-footer{

    background:#14141f;

    color:#d9d9e6;

    margin-top:80px;

    font-size:15px;

    line-height:1.8;

}

.aqwas-container{

    width:min(1280px,92%);

    margin:auto;

}

/*
|--------------------------------------------------------------------------
| Official Logos
|--------------------------------------------------------------------------
*/

.aqwas-footer-officials{

    background:#ffffff;

    padding:30px 0;

    border-bottom:1px solid #ececec;

}

.aqwas-footer-officials .aqwas-container{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:48px;

    flex-wrap:wrap;

}

.aqwas-footer-official{

    display:flex;

    align-items:center;

    justify-content:center;

}

.aqwas-footer-official img{

    height:56px;

    max-width:180px;

    object-fit:contain;

    transition:all .25s ease;

    opacity:.95;

}

.aqwas-footer-official img:hover{

    transform:scale(1.05);

    opacity:1;

}

/*
|--------------------------------------------------------------------------
| Main Footer
|--------------------------------------------------------------------------
*/

.aqwas-footer-main{

    padding:70px 0;

}

.aqwas-footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1fr 1fr;

    gap:55px;

    align-items:flex-start;

}

.aqwas-footer-about{

    max-width:360px;

}

.aqwas-footer-logo{

    max-height:72px;

    margin-bottom:22px;

}

.aqwas-footer h3{

    color:#ffffff;

    font-size:25px;

    font-weight:700;

    margin:0 0 18px;

}

.aqwas-footer h4{

    color:#8b5cf6;

    font-size:17px;

    font-weight:700;

    margin:0 0 18px;

    position:relative;

    padding-bottom:12px;

}

.aqwas-footer h4::after{

    content:"";

    position:absolute;

    bottom:0;

    right:0;

    width:42px;

    height:3px;

    background:#8b5cf6;

    border-radius:20px;

}

.aqwas-footer p{

    color:#b8b8c8;

    margin:0;

    line-height:2;

}

.aqwas-footer ul{

    margin:0;

    padding:0;

    list-style:none;

}

.aqwas-footer li{

    margin-bottom:12px;

}

.aqwas-footer a{

    color:#d9d9e6;

    text-decoration:none;

    transition:all .25s ease;

}

.aqwas-footer a:hover{

    color:#8b5cf6;

    padding-right:6px;

}

/*
|--------------------------------------------------------------------------
| Social
|--------------------------------------------------------------------------
*/

.aqwas-footer-social{

    border-top:1px solid rgba(255,255,255,.08);

    border-bottom:1px solid rgba(255,255,255,.08);

    padding:24px 0;

}

.aqwas-footer-social .aqwas-container{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:16px;

    flex-wrap:wrap;

}

.aqwas-footer-social-link{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:44px;

    padding:10px 18px;

    background:#232338;

    border-radius:999px;

    color:#ffffff;

    font-weight:600;

    transition:all .25s ease;

}

.aqwas-footer-social-link:hover{

    background:#8b5cf6;

    color:#ffffff;

    transform:translateY(-2px);

    padding-right:18px;

}

/*
|--------------------------------------------------------------------------
| Copyright
|--------------------------------------------------------------------------
*/

.aqwas-footer-bottom{

    background:#0f0f18;

    text-align:center;

    padding:22px 0;

    font-size:14px;

    color:#9a9ab0;

}

/*
|--------------------------------------------------------------------------
| Responsive
|--------------------------------------------------------------------------
*/

@media (max-width:1100px){

    .aqwas-footer-grid{

        grid-template-columns:1fr 1fr;

        gap:40px;

    }

}

@media (max-width:768px){

    .aqwas-footer-main{

        padding:50px 0;

    }

    .aqwas-footer-grid{

        grid-template-columns:1fr;

        gap:35px;

    }

    .aqwas-footer-about{

        max-width:100%;

    }

    .aqwas-footer h4::after{

        right:0;

    }

    .aqwas-footer-social .aqwas-container{

        gap:12px;

    }

}

@media (max-width:480px){

    .aqwas-footer-official img{

        height:42px;

    }

    .aqwas-footer-logo{

        max-height:58px;

    }

    .aqwas-footer h3{

        font-size:22px;

    }

}