footer {
    background-image: url('../../images/jungle-house/Group 49.png');
    background-color: #000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 375px;
    padding-bottom: 100px;
    margin: 0 auto;
    max-width: 1920px;
}
.footer-ct-box img {
    margin-bottom: 1rem;
}

.footer-insert {
    color: rgba(255, 255, 255, 0.90);
    max-width: 258px;
    font-family:"Sequel Sans disp";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-social-box>span {
    color: #618C03;
    margin-bottom: 20px;
    font-family: 'Cligne';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-social-link {
    display: flex;
    gap: 10px;
}.footer-social-link a{
    transition: opacity .5s ease;
}
.footer-social-link a:hover{
    opacity: 0.5;
}
/*
footer .container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
}*/
.coop {
    margin-top: 16px;
    width: 100%;
}
.coop span {
    color: #FFF;
    font-family: "Sequel Sans disp";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
}
@media screen and (min-width: 1925px) {
    footer{
        max-width: 1950px;
        margin: 0 auto;
        position: relative;
    }
    footer::after,    footer::before{
        width: 1px;
        height: 100%;
        left: -1px;
        right: auto;
        top: 0;
        bottom: 0;
        position: absolute;
        content: '';
        background: aliceblue blur;
        background-color: rgb(255 255 255 / 0%);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(8px);
        -webkit-box-shadow: 7px 0 13px 19px #000000;
        box-shadow: 7px 0 13px 19px #000000;
        z-index: 5;
    }
    footer::before{
        right: -1px;
        -webkit-box-shadow: -7px 0 13px 19px #000000;
        box-shadow: -7px 0 13px 19px #000000;
        left: auto;
    }
}
@media screen and (max-width: 1300px) {
    footer {
        padding-top: 211px;
    }
}

@media screen and (max-width: 1050px) {
    footer {
        padding-top: 211px;
        background-size: initial;
    }
}


@media screen and (max-width: 950px) {
    footer .container {
        gap: 20px;
    }

    .coop {
        width: fit-content;
    }
}

@media screen and (max-width: 650px) {
    footer{
        padding-top: 165px;
    }
    footer .container {
        max-width: 320px;
        padding: 0;
        justify-content: center;
    }

    .footer-logo {
        order: 1;
    }

    .footer-insert {
        order: 2;
        text-align: center;
        margin: 58px 0 100px;

        font-size: 19px;
        max-width: 100%;
    }

    .footer-social-box {
        order: 3;
    }
    .footer-social-box>span{
        font-size: 26px;
    }
    .footer-social-box svg {
        width: 44px;
        height: 44px;
    }

    .footer-social-link {
        justify-content: center;
    }

    .coop {
        text-align: center;
        order: 4;
        margin-top: 55px;
    }
}