.footer{
    background: #065AA7;
    padding: 140px 60px 0 60px;
    background: linear-gradient(104deg,rgba(6, 90, 167, 1) 0%, rgba(6, 90, 167, 1) 60%, rgba(255, 255, 255, 1) 60%);
}

.footer-main-row{
    display: flex;
    transition: all .4s !important;
    justify-content: space-between;
    gap: 20px;
}


.footer-main-row > div:nth-of-type(1){
    flex-grow: 0.4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.footer-main-row > div:nth-of-type(2){
    flex-grow: 2;
}

.menu-foter{
    display: flex;
    flex-direction: column;
    gap: 25px;

}

.footer-main-row__colum-label{
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 15px;
    filter: invert(0.4);
    color: hsl(0deg 0% 100% / 67.84%);
}

.menu-foter a{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
}

.footer-right{
    flex-direction: column;
    display: flex;
    align-items: end;
    text-wrap: balance;
    text-align: right;
}

.footer-right a,
.footer-right p{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.footer-right .small-text{
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.footer-right p{
    max-width: 210px;
    text-decoration: none;
    margin-top: 40px;
}

.btn-blue-footer{
    border-radius: 40px;
    border: 1px solid #065AA7;
    background: #065AA7;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 15px 30px 15px 40px;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    display: flex;
    gap: 20px;
    align-items: center;
    align-self: center;
    transition: all .4s !important;
    cursor: pointer;
    margin-top: 40px;
}

.btn-blue-footer:hover{
    filter: brightness(0.9);
}

.btn-blue-footer svg{
    fill: var(--geel)
}

.social-links{
    display: flex;
    gap: 20px;
}

.social-links a{
    text-decoration: none;
    fill: #ffffff;
    transition: all .4s !important;
}

.footer-main > div:nth-of-type(2){
    border-top: 1px solid #D9D9D9;
    margin-top: 80px;
    padding: 50px 0;
    font-size: 12px;
    color: #ffffff;
    transition: all .4s !important;
}

.footer-dev{
    color: #ccc;
}

.footer-main > div:nth-of-type(2) a{
    color: #ffffff;
    filter: invert(0.1);
    transition: all .4s !important;
}

.footer-main > div:nth-of-type(2) a:hover,
.social-links a:hover,
.menu-foter a:hover{
    color: var(--geel);
    fill: var(--geel);
}

.footer-logo {
    max-width: 250px;
    width: 100%;
    padding-right: 50px;
    margin-top: -10px;
    transition: all .8s !important;
}

.footer-main > div:nth-of-type(2) div:nth-of-type(2){
    display: flex;
    gap: 2%;
}

.footer-dev a{
    color: #333333 !important;
}

@media (max-width: 1100px){
    .footer{
        padding: 120px 30px 0 30px;
        background: linear-gradient(104deg, rgba(6, 90, 167, 1) 0%, rgba(6, 90, 167, 1) 55%, rgba(255, 255, 255, 1) 55%);
    }

    .footer-logo {
        max-width: 170px;
        padding-right: 30px;
        margin-top: -15px;
    }

    .btn-blue-footer {
        padding: 15px 25px 15px 35px;
    }

    .footer-right a, .footer-right p{
        font-size: 16px;
        line-height: 25px;
    }

    .footer-main > div:nth-of-type(2) {
        padding: 40px 0;
        font-size: 10px;
    }

    .footer-main-row > div:nth-of-type(2) {
        flex-grow: 3;
    }

}

@media (max-width: 768px){
    .footer-main{
        display: flex;
        flex-direction: column;
    }

    .footer-main-row{
        flex-direction: column;
        gap: 50px;
    }

    .footer {
        padding: 90px 35px 0 35px;
        background: linear-gradient(130deg, rgba(6, 90, 167, 1) 0%, rgba(6, 90, 167, 1) 46.91%, rgba(255, 255, 255, 1) 47%);
    }

    .footer-main > div:nth-of-type(2) {
        padding: 30px 0 30px 0;
        font-size: 10px;
        margin-top: 35px;
        gap: 20px;
        justify-content: space-between;
        color: #898989;
    }

    .footer-main > div:nth-of-type(2) a {
        color: #898989;
        filter: invert(0.1);
        transition: all .4s !important;
    }

    .footer-main > div:nth-of-type(2) div:nth-of-type(2) {
        display: flex;
        gap: 2%;
        justify-content: space-between;
    }
}