.asset-4 {
    background-image: url(asset4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 1000px;
    width: 1000px;
    position: absolute;
    left: 0; 
    right: -80%; 
    margin-left: auto; 
    margin-right: auto;
    transform: translateY(-430px);
}

.asset-5 {
    background-image: url(asset5.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 1000px;
    width: 1520px;
    position: absolute;
    left: -70%; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    transform: translateY(0px);
}

.asset-6 {
    background-image: url(asset6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    width: 400px;
    position: absolute;
    left: 0; 
    right: 40%; 
    margin-left: auto; 
    margin-right: auto;
    transform: translateY(1050px);
}

.asset-7 {
    background-image: url(asset7.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    width: 300px;
    position: absolute;
    left: 0; 
    right: -20%; 
    margin-left: auto; 
    margin-right: auto;
    transform: translateY(600px);
}










.svg-footer {
    display: flex;
    flex-direction: column;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1000px;
    box-sizing: border-box;
    background-color: #c40c0c26;
    background-image: url(footback.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1000;
    color: #262729;
    margin-top: 0%;
}

.at-foot {
    display: flex;
    position: absolute;
    transform: translateY(850px);
    margin-left: 37%;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.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: 480px) {

    body {
        overflow-x: hidden;
    }

    .asset-4 {
        background-image: url(asset4.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 720px;
        max-width: 80%;
        left: 0; 
        right: -20%; 
        margin-left: auto; 
        margin-right: auto;
        transform: translateY(30px);
        z-index: 3;
        overflow-x: hidden;
    }
    
    .asset-5 {
        display: none;
    }
    
    .asset-6 {
        background-image: url(asset6.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 200px;
        width: 200px;
        position: absolute;
        left: 0; 
        right: 50%; 
        margin-left: auto; 
        margin-right: auto;
        z-index: 4;
        transform: translateY(1250px);
    }

    .asset-7 {
        background-image: url(asset7.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 200px;
        width: 200px;
        position: absolute;
        left: 0; 
        right: -40%; 
        margin-left: auto; 
        margin-right: auto;
        transform: translateY(1170px);
    }

    .svg-footer {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 1500px;
        box-sizing: border-box;
        background-color: #C40C0C;
        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) translateX(-110px);
        font-size: 15px;
        width: max-content;
        color: #fff;
        margin-left: 40%;
    }

    .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;
    }
}