.footer {
    background-color: #000000;
    min-height: 200px;
    width: 100%;
    /* position: absolute; */
    /* bottom: 0px; */
}

.footer .lower-footer .container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.footer .container .upper-row {
    border-bottom: 2px solid #ffffff;
}

.footer .container .upper-row .container {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem;
    color: #ffffff;
}

.footer .container .upper-row .company-box {
    background-color: #ffffff59;
    border-radius: 20px;
}

.footer .container .upper-row .container h5 {
    margin-left: 2rem;
    color: transparent !important;
    background: linear-gradient(270deg, #F59609 0%, #FFD494 100%);
    background-clip: text;
}

.footer .container .upper-row .container .footer-nav-links {
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
}

.footer .container .upper-row .container .footer-nav-icons {
    color: #fff;
    font-size: 20px;
}

.footer .container .upper-row .container .footer-nav-links:hover {
    color: transparent;
    background: linear-gradient(270deg, #F59609 0%, #FFD494 100%);
    background-clip: text;
}

.footer .container .upper-row .footer-image {
    height: 90px;
    width: 90px;
    margin-left: 2rem;
    margin-bottom: 1.3rem;
}

.footer .container .upper-row .container ul li {
    list-style: none;
    margin-top: 20px;
}

.footer .container .upper-row .container ul li .footer-links{
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}

.footer .container .upper-row .container ul li .footer-links:hover{
    color: transparent;
    background: linear-gradient(270deg, #F59609 0%, #FFD494 100%);
    background-clip: text;
}

.footer .container .lower-row {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #ffffff;
    font-size: 20px;
}

.footer .container .lower-row .footer-company-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.footer .container .lower-row .footer-company-link:hover {
    color: transparent;
    background: linear-gradient(270deg, #F59609 0%, #FFD494 100%);
    background-clip: text;
}

.footer .container .lower-row .icons {
    color: #ffffff;
    font-size: 22px;
    text-align: end;
}

.footer .container .lower-row .icons .footer-media-icons {
    text-decoration: none;
}
