.svg-footer {
    display: flex;
    flex-direction: column;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1000px;
    box-sizing: border-box;
    background-color: #C40C0C;
    background-image: url(footback.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1000;
    color: #262729;
    margin-top: 60%;
}

.at-foot {
    position: absolute;
    top: 98.5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.link-footer {
    position: absolute;
    z-index: 1;
    display: flex;
    transform: translateY(-850px);
    width: 100%;    
    padding-left: 10%;
    padding-right: 10%;
    justify-content: space-between;
}

.link-footer-col-1 {
    color: #ffffff;
    font-size: 3em;
    width: 35%;
    height: 600px;
    padding: 5%;
    font-weight: 500;
}

.link-footer-col-2 {
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 600px;
    padding: 4%;
}

.link-footer-col-2-sub-1 {
    display: flex;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}

.foot-more-links {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.foot-kit-row {
    display: flex;
    flex-direction: row;
    padding: 20px;
    justify-content: space-between;
}

.foot-kit-row a:hover {
    color: #FFC100;
}



.foot-more-links-content {
    padding: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-more-links-content a {
    padding: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    display: flex;
}

.foot-more-links-content a:hover {
    padding: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #FFC100;
    display: flex;
}

.link-footer-col-2-sub-2 {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 10px;
    display: flex;
    height: 100%;
}

.link-footer-col-2-sub-2-mini-1 {
    padding: 5px;
}

@media (max-width: 393px) {
    .svg-footer {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 1700px;
        box-sizing: border-box;
        background-color: #C80C0C;
        background-image: url(footbackmobile.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1000;
        color: #262729;
        margin-top: 400%;
    }

    .link-footer {
        position: absolute;
        z-index: 1;
        display: flex;
        flex-direction: column;
        transform: translateY(-1400px);
        width: 100%;    
        padding-left: 10%;
        padding-right: 10%;
        justify-content: space-between;
    }
    
    .link-footer-col-1 {
        display: flex;
        flex-direction: column;
        color: #ffffff;
        font-size: 2.5em;
        width: 100%;
        height: 100px;
        padding: 5%;
        font-weight: 500;
        text-align: center;
        margin-top: 40%;
    }
    
    .link-footer-col-2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 600px;
        padding: 4%;
        margin-top: 20%;
    }
    
    .link-footer-col-2-sub-1 {
        display: flex;
        flex-direction: column;
        display: flex;
        justify-content: space-between;
    }
    
    .foot-more-links {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }
    
}

@media (max-width: 480px) {

    .svg-footer {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 1500px;
        box-sizing: border-box;
        background-color: #C80C0C;
        background-image: url(footbackmobile.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1000;
        color: #262729;
        margin-top: 400%;
    }
    
    .at-foot {
        display: flex;
        position: relative;
        transform: translateY(1300px);
        top: 1.5%;
        left: 50%; /* Center horizontally */
        transform: translate(-50%, 1300px); /* Center horizontally with vertical offset */
        font-size: 15px;
        width: max-content;
        color: #fff;
    }
    
   

    .link-footer {
        position: absolute;
        z-index: 1;
        display: flex;
        flex-direction: column;
        transform: translateY(-1400px);
        width: 100%;    
        padding-left: 10%;
        padding-right: 10%;
        justify-content: space-between;
    }
    
    .link-footer-col-1 {
        display: flex;
        flex-direction: column;
        color: #ffffff;
        font-size: 2.5em;
        width: 100%;
        height: 100px;
        padding: 5%;
        font-weight: 500;
        text-align: center;
    }
    
    .link-footer-col-2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 600px;
        padding: 4%;
    }
    
    .link-footer-col-2-sub-1 {
        display: flex;
        flex-direction: column;
        display: flex;
        justify-content: space-between;
    }
    
    .foot-more-links {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }
    
    .foot-kit-row {
        display: flex;
        flex-direction: row;
        padding: 10px;
        justify-content: space-evenly;
    }
    
    .foot-kit-row a:hover {
        color: #FFC100;
    }
    
    
    
    .foot-more-links-content {
        padding: 5px;
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .foot-more-links-content a {
        padding: 5px;
        font-size: 15px;
        font-weight: 400;
        color: #ffffff;
        display: flex;
    }
    
    .foot-more-links-content a:hover {
        padding: 5px;
        font-size: 15px;
        font-weight: 400;
        color: #FFC100;
        display: flex;
    }
    
    .link-footer-col-2-sub-2 {
        display: flex;
        flex-direction: column;
        color: #fff;
        font-size: 10px;
        display: flex;
        height: 100%;
    }
    
    .link-footer-col-2-sub-2-mini-1 {
        padding: 5px;
    }
    
}