/*=============================
        TOP FOOTER
==============================*/

.footer-container{
    max-width:1300px;
    margin:auto;
}

.hte-footer-top{

    background:#3d424a;

    padding:35px 0;
}

.top-box{

    display:flex;

    align-items:flex-start;

    gap:18px;
}

.top-icon{

    color:#fff;

    font-size:28px;

    margin-top:4px;
}

.top-content h6{

    color:#fff;

    font-size:18px;

    font-weight:600;

    margin-bottom:18px;
}

.top-content p{

    color:#fff;

    margin:0;

    font-size:18px;

    line-height:1.7;
}

.top-content span{

    color:#d9d9d9;

    font-size:14px;
}

/* Newsletter */

.newsletter-box{

    display:flex;

    gap:10px;
}

.newsletter-box input{

    width:220px;

    background:transparent;

    border:none;

    border-bottom:2px solid rgba(255,255,255,.4);

    color:#fff;

    padding:8px 0;

    outline:none;
}

.newsletter-box input::placeholder{

    color:#ddd;
}

.newsletter-box button{

    border:1px solid #fff;

    background:transparent;

    color:#fff;

    padding:8px 20px;

    transition:.3s;
}

.newsletter-box button:hover{

    background:#ff3f6c;

    border-color:#ff3f6c;
}

/* App */

.store-buttons{

    display:flex;

    gap:12px;
}

.store-buttons img{

    height:42px;
}

/*=============================
        MEGA FOOTER
==============================*/

.hte-footer-main{

    background:#764242;

    padding:60px 0;

}

.footer-brand{

    color:#fff;

    font-size:34px;

    font-weight:700;

    margin-bottom:30px;

}

.footer-brand span{

    color:#ff3f6c;

}

.hte-footer-main h5{

    color:#fff;

    font-size:20px;

    margin-bottom:22px;

    font-weight:600;

}

.hte-footer-main ul{

    list-style:none;

    padding:0;

    margin:0;

}

.hte-footer-main ul li{

    margin-bottom:12px;

}

.hte-footer-main ul li a{

    color:#e3d9d9;

    text-decoration:none;

    font-size:15px;

    transition:.3s;

}

.hte-footer-main ul li a:hover{

    color:#ff3f6c;

    padding-left:6px;

}


/*==========================
      BOTTOM FOOTER
===========================*/

.hte-footer-bottom{

    background:#c1a0a0;

    padding:45px 0 25px;

}

.bottom-feature{

    display:flex;

    align-items:center;

    gap:15px;

}

.bottom-icon{

    width:55px;

    height:55px;

    border-radius:50%;

    background:#ff3f6c;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

}

.bottom-feature h6{

    margin:0;

    color:#222;

    font-size:16px;

    font-weight:700;

}

.bottom-feature p{

    margin:5px 0 0;

    color:#666;

    font-size:14px;

}

.social-title{

    color:#222;

    font-weight:600;

    margin-bottom:18px;

}

.footer-social-icons{

    display:flex;

    justify-content:center;

    gap:14px;

}

.footer-social-icons a{

    width:42px;

    height:42px;

    border-radius:50%;

    background:#f3f3f3;

    color:#444;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.3s;

    text-decoration:none;

}

.footer-social-icons a:hover{

    background:#ff3f6c;

    color:#fff;

}

.hte-footer-bottom hr{

    margin:35px 0 20px;

    border-color:#ddd;

}

.copyright{

    text-align:center;

    color:#666;

    font-size:14px;

}


/*=========================================
        RESPONSIVE FOOTER
==========================================*/

/* Large Laptop */

@media (max-width:1200px){

    .footer-container{
        max-width:1100px;
    }

    .hte-footer-main{
        padding:50px 0;
    }

    .footer-brand{
        font-size:30px;
    }

}


/* Tablet */

@media (max-width:992px){

    .footer-container{
        max-width:90%;
    }

    /* Top */

    .top-box{
        justify-content:center;
        text-align:center;
        flex-direction:column;
        align-items:center;
    }

    .newsletter-box{
        justify-content:center;
        flex-wrap:wrap;
    }

    .store-buttons{
        justify-content:center;
        flex-wrap:wrap;
    }

    /* Middle */

    .hte-footer-main{

        text-align:center;
    }

    .hte-footer-main ul{

        margin-bottom:30px;
    }

    .footer-brand{

        margin-bottom:15px;
    }

    /* Bottom */

    .bottom-feature{

        justify-content:center;

        text-align:center;

        flex-direction:column;
    }

}


/* Mobile */

@media (max-width:768px){

    .hte-footer-top{

        padding:30px 0;
    }

    .hte-footer-main{

        padding:40px 0;
    }

    .hte-footer-bottom{

        padding:35px 0 20px;
    }

    .newsletter-box{

        flex-direction:column;
    }

    .newsletter-box input{

        width:100%;

        border:1px solid rgba(255,255,255,.3);

        border-radius:6px;

        padding:12px;
    }

    .newsletter-box button{

        width:100%;

        border-radius:6px;
    }

    .store-buttons{

        flex-direction:column;

        align-items:center;
    }

    .store-buttons img{

        width:180px;

        height:auto;
    }

    .hte-footer-main h5{

        margin-top:20px;
    }

    .bottom-feature{

        margin-bottom:25px;
    }

    .footer-social-icons{

        margin-top:15px;
    }

}


/* Small Mobile */

@media (max-width:576px){

    .footer-container{

        max-width:94%;
    }

    .top-icon{

        font-size:24px;
    }

    .top-content h6{

        font-size:16px;
    }

    .top-content p{

        font-size:15px;
    }

    .footer-brand{

        font-size:26px;
    }

    .hte-footer-main h5{

        font-size:18px;
    }

    .hte-footer-main ul li{

        margin-bottom:10px;
    }

    .hte-footer-main ul li a{

        font-size:14px;
    }

    .bottom-icon{

        width:48px;
        height:48px;
        font-size:20px;
    }

    .bottom-feature h6{

        font-size:15px;
    }

    .bottom-feature p{

        font-size:13px;
    }

    .footer-social-icons a{

        width:38px;
        height:38px;
    }

    .copyright{

        font-size:13px;
    }

}