/* Start custom CSS for html, class: .elementor-element-5f8e5be *//* FOOTER */

.ks-footer{
    background:#111111;
    position:relative;
    overflow:hidden;
}

/* TOP RED LINE */

.ks-footer::before{
    content:"";
    position:absolute;
    top:0;
    left:0;

    width:100%;
    height:4px;

    background:#c41e1e;
}

/* CONTAINER */

.ks-footer-container{
    max-width:1320px;
    margin:auto;
    padding:90px 40px 30px;
}

/* TOP SECTION */

.ks-footer-top{
    display:grid;
    grid-template-columns:1.3fr 1fr;
    gap:100px;
    align-items:start;
}

/* LOGO BOX */

.ks-logo-box{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    background:#ffffff;

    padding:15px 25px;

    border-radius:8px;

    margin-bottom:35px;
}

.ks-logo-box img{
    height:70px;
    width:auto;
    display:block;
}

/* BRAND */

.ks-footer-brand h2{
    font-family:'Oswald',sans-serif;
    font-size:64px;
    line-height:0.95;
    font-weight:600;

    text-transform:uppercase;

    color:#ffffff;

    margin-bottom:25px;
}

.ks-footer-brand h2::after{
    content:"";

    display:block;

    width:80px;
    height:4px;

    background:#c41e1e;

    margin-top:25px;
}

.ks-footer-brand p{
    max-width:550px;

    font-family:'Inter',sans-serif;
    font-size:15px;
    line-height:1.9;

    color:#9a9a9a;

    margin:0;
}

/* LINKS */

.ks-footer-links{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:50px;
}

.ks-footer-column h4{
    font-family:'Oswald',sans-serif;
    font-size:22px;
    font-weight:500;

    color:#ffffff;

    text-transform:uppercase;

    margin-bottom:25px;
}

.ks-footer-column a,
.ks-footer-column span{
    display:block;

    font-family:'Inter',sans-serif;
    font-size:14px;

    color:#9a9a9a;

    text-decoration:none;

    margin-bottom:15px;

    transition:all .3s ease;
}

.ks-footer-column a:hover{
    color:#c41e1e;
    padding-left:6px;
}

/* BOTTOM */

.ks-footer-bottom{
    margin-top:70px;

    padding-top:25px;

    border-top:1px solid rgba(255,255,255,.08);

    display:flex;
    justify-content:space-between;
    align-items:center;

    flex-wrap:wrap;
    gap:20px;
}

.ks-footer-bottom p{
    margin:0;

    font-family:'Inter',sans-serif;
    font-size:13px;

    color:#777777;
}

/* MOBILE */

@media(max-width:991px){

    .ks-footer-container{
        padding:70px 25px 30px;
    }

    .ks-footer-top{
        grid-template-columns:1fr;
        gap:60px;
    }

    .ks-footer-links{
        grid-template-columns:1fr;
        gap:35px;
    }

    .ks-footer-brand h2{
        font-size:42px;
    }

    .ks-logo-box img{
        height:55px;
    }

    .ks-footer-bottom{
        flex-direction:column;
        text-align:center;
    }
}/* End custom CSS */