#mainfooter {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
}

.darksoul-footer {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-bottom: 0px;
    width: 100%;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;


}

#company_name_heading {
    height: fit-content;
    font-family: 'Rammetto One', cursive;
    margin: auto;
    font-size: 5vw;
}

.darksoul-footer-content {
    width: 100%;
    height: 80%;
    display: flex;
}

.darksoul-footer-bottom {
    margin: auto;
    width: 100%;
    height: 20%;
    display: flex;
    font-family: 'Josefin Sans', sans-serif;
}

.darksoul-footer-bottom-sec {
    margin: auto;
}

.darksoul-footer-bottom-sec a {
    text-decoration: none;

    color: #0a0a0a;
}

.darksoul-footer-bottom-sec a:hover {
    font-weight: 700;
}

.darksoul-footer-section {
    margin: auto;
}
#company_name {
    margin: auto;
}

.d-footer-ul {
    list-style: none;
    font-family: 'Josefin Sans', sans-serif;
}

.d-footer-li {
    margin-bottom: 5px;
}

.d-footer-li:hover {
    cursor: pointer;
    transform: translateX(10px);
    transition: all 0.4s;
    font-weight: 700;
}

.d-footer-li-h {
    margin-bottom: 10px;
}

/* .logo {
    max-width: 120px;
    max-height: 120px;
    display: flex;
    margin: auto;
    margin-top: 10px;
} */

.logo-head {
    font-family: 'Josefin Sans', sans-serif;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-head a {
    margin: auto;
    max-width: 100%;
}

@media only screen and (max-width: 900px) {
    .darksoul-footer {
        display: flex;
        flex-direction: column;
        margin: auto;
        margin-bottom: 0px;
        width: 100%;
        height: fit-content;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;

    }

    .darksoul-footer-content {
        width: 100%;
        height: 80%;
        display: flex;
        flex-direction: column;
    }

    .darksoul-footer-bottom {
        margin: auto;
        margin-bottom: 0px;
        height: 20%;
        display: flex;
        flex-direction: column;
        font-family: 'Josefin Sans', sans-serif;
    }

    .logo-head b {
        font-family: 'Josefin Sans', sans-serif;
        margin: auto;
        text-align: center;
    }

    .d-footer-ul {
        list-style: none;
        font-family: 'Josefin Sans', sans-serif;
    }

    .d-footer-li {
        margin-bottom: 5px;
        margin-left: -40px;
        text-align: center;
    }

    .d-footer-li-h {
        margin-bottom: 10px;
        margin-left: -40px;
        text-align: center;
    }
}