/*==========================================
            FOOTER CTA
==========================================*/

.footer-cta{

   

    position:relative;

    z-index:2;

}

.footer-cta-box{

    background:linear-gradient(135deg,#7b1118,#4b080d);

    border-radius:24px;

    padding:50px 60px;

    overflow:hidden;

    position:relative;

    box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.footer-cta-box::before{

    content:"";

    position:absolute;

    inset:0;

    background:url("../assets/images/mandala-bg.webp") center center no-repeat;

    background-size:cover;

    opacity:.08;

}

.footer-cta h2{

    color:#fff;

    font-size:42px;

    font-weight:700;

    margin-bottom:15px;

}

.footer-cta p{

    color:rgba(255,255,255,.85);

    font-size:18px;

    margin:0;

}

.btn-register-footer{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:16px 34px;

    background:#d4af37;

    color:#3c090d;

    font-weight:700;

    border-radius:12px;

    text-decoration:none;

    transition:.35s;

}

.btn-register-footer:hover{

    transform:translateY(-4px);

    background:#e6c45a;

    color:#3c090d;

}

/*==========================================
                FOOTER
==========================================*/

.main-footer{

    background:#180909;

    margin-top:-45px;

    padding:110px 0 30px;

    position:relative;

    overflow:hidden;

}

.main-footer{

    position:relative;

    margin-top:-45px;

    padding:110px 0 30px;

    overflow:hidden;

    background-color:#180909;

    background-image:url("../assets/images/footer-pattern.webp");

    background-repeat:no-repeat;

    background-position:center bottom;

    background-size:cover;

}

/*==========================================
            LOGO
==========================================*/

.footer-logo img{

    max-width:260px;

    margin-bottom:25px;

}

.footer-about{

    color:rgba(255,255,255,.75);

    line-height:1.9;

    margin-bottom:30px;

}

/*==========================================
            SOCIAL
==========================================*/

.footer-social{

    display:flex;

    gap:15px;

}

.footer-social a{

    width:46px;

    height:46px;

    border-radius:50%;

    border:1px solid rgba(212,175,55,.35);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#d4af37;

    text-decoration:none;
    background: #000;
    transition:.35s;

}

.footer-social a:hover{

    background:#d4af37;

    color:#180909;

    transform:translateY(-4px);

}

/*==========================================
            LINKS
==========================================*/

.main-footer h4{

    color:#fff;

    margin-bottom:25px;

    font-size:22px;

    position:relative;

}

.main-footer h4::after{

    content:"";

    width:45px;

    height:2px;

    background:#d4af37;

    display:block;

    margin-top:10px;

}

.main-footer ul{

    list-style:none;

    padding:0;

    margin:0;

}

.main-footer ul li{

    margin-bottom:14px;

}

.main-footer ul li a{

    color:rgba(255,255,255,.75);

    text-decoration:none;

    transition:.3s;

}

.main-footer ul li a:hover{

    color:#d4af37;

    padding-left:8px;

}

/*==========================================
        CONTACT
==========================================*/

.footer-contact li{

    display:flex;

    align-items:flex-start;

    gap:12px;

    color:rgba(255,255,255,.75);

}

.footer-contact i{

    color:#d4af37;

    margin-top:5px;

}

/*==========================================
        COPYRIGHT
==========================================*/

.main-footer hr{

    border-color:rgba(255,255,255,.08);

    margin:50px 0 25px;

}

.footer-bottom{

    color:rgba(255,255,255,.65);

    font-size:15px;

}

/*==========================================
            LAPTOP
==========================================*/

@media(max-width:1536px){

.footer-cta h2{

    font-size:36px;

}

.footer-cta p{

    font-size:16px;

}

}

/*==========================================
            TABLET
==========================================*/

@media(max-width:991px){

.footer-cta-box{

    padding:40px;

    text-align:center;

}

.footer-cta h2{

    font-size:32px;

}

.btn-register-footer{

    margin-top:25px;

}

.main-footer{

    padding-top:90px;

}

}

/*==========================================
            MOBILE
==========================================*/

@media(max-width:576px){

.footer-cta-box{

    padding:30px 25px;

}

.footer-cta h2{

    font-size:26px;

}

.footer-cta p{

    font-size:15px;

}

.footer-logo img{

    max-width:200px;

}

.footer-bottom{

    text-align:center;

}

.footer-social{

    justify-content:center;

}

}