@charset "utf-8";
/*----------
* theme: 
* Author: ANTS Creation
* Url : https://www.ants.lk/
----------------------------
* footer css file
----------------------------------*/

.footer-area-index{
    line-height: 0;
}

.footer-content{
    width: 100%;
    display: inline-flex;
}

.footer-content .footer-left{
    position: relative;
    z-index: 1;
    background-image: url(../images/home_page/footer-pattern.png); 
    width: 50%;
    border-top-right-radius: 12px;
}

.footer-content .footer-right{
    position: relative;
    z-index: 1;
    background-image: url(../images/home_page/footer-pattern-2.jpg); 
    width: 50%;
}

.right-content{
    padding-top: 50px;
}

.footer-content .footer-left::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(145deg,#092a49c7 10%,#0793fec0 100%);
    border-top-right-radius: 12px;
}

.footer-content .footer-right::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #092a49b6;
}

.left-details .title-content h6{
    color: var(--theme-1);
}

.left-details .title-content h1{
    color: #fff;
}

.footer-btn .footer-btn-style{
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 26px 15px 25px 15px;
    color: #fff;
    transition: 0.5s;
    display: inline-block;
}

.footer-btn .footer-btn-style:hover{
    background-color: #8d8f20b0;
    color: #fff;
}

.footer-menu h5{
    color: #afafc7;
    margin-bottom: 20px;
}

.footer-menu ul li{
    font-size: 15px;
    line-height: 2;
    color: #a6a6af;
    transition: 0.2s;
}

.footer-menu ul li:hover a{
    color: #fff;
}

.footer-menu ul li:hover i{
    color: var(--theme-5);
}

.footer-menu ul .addr i{
    line-height: 2.1;
}

.footer-menu ul li a{
    color: #a6a6af;
    transition: 0.2s;
}

.social-items-footer .social-item-footer i{
    width: 30px;
    height: 30px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    position: relative;
    margin-left: 5px;
    font-size: 16px;
}

.social-items-footer .social-item-footer i:hover{
    background-color: var(--theme-5);
    color: #fff;
}

.footer-copyright p{
    color: #a6a6af;
    font-size: 0.7rem;
    line-height: 1;
}

.footer-copyright p a{
    color: #a6a6af;
}

.footer-copyright p a:hover{
    color: var(--theme-5);
}
