.footer {
    /* margin-top: 50px; */
    padding-bottom: 10px;
    background-color:
        rgb(36, 28, 28);
    /* background-image: url(../assets/forest.jpg); */
    /* background-image: url(../assets/footer3.jpg); */
    width: 100%;
    color: aliceblue;
}



.footer_first_wrapper {
    display: flex;
    justify-content: space-around;
}

.footer_wrapper {
    display: flex;
    justify-content: space-around;
    gap: 100px;
    padding: 40px 0;
}

.footer_logo {}

.header_logo_item1 {
    justify-self: center;
    font-size: 22px;
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
    /* padding: 30px 0 0 0; */
}

.pk1 {
    font-size: 60px;
}

.love1 {
    color: red;
}

.logo_desc {
    font-family: "Ubuntu Sans", sans-serif;
    padding: 0 0 0 10px;
}

.logo_desc1 {
    font-family: "Ubuntu Sans", sans-serif;
    padding: 30px 0 0 10px;
}

.footer_link {
    color: aliceblue;
    font-size: 16px;
    font-family: "Ubuntu Sans", sans-serif;
    display: flex;
    gap: 80px;
    padding: 20px 0 0 0;
}

.name_link {
    font-weight: 600;
    font-size: 18px;
    opacity: 1;
}

.name_link_item {
    opacity: .9;
    padding: 10px 0 0 0;
}

.first_column {
    /* padding: 30px 0 0 0; */
}

.footer_social {
    padding: 30px 0 0 0;
}




.block_img {
    width: 45px;
    height: 45px;
}

.img {
    width: 100%;
}




.hidden {
    display: none;
}

.logo_desc12 {
    font-size: 13px;
    /* padding: 0 0 0 71px; */
    text-align: center;
}

@media (max-width: 999px) {
    .footer_link {
        gap: 35px;
    }

    .footer_wrapper {
        gap: 31px;
        padding: 40px 0;
    }

    .name_link {
        font-size: 14px;
    }

    .footer_link {
        font-size: 13px;
    }
}

@media (max-width: 660px) {
    .header_logo_item1 {
        font-size: 18px;
    }

    .pk1 {
        font-size: 40px;
    }
}

@media(max-width:479px) {

    .footer_wrapper {
        display: flex;
        flex-direction: column;
        text-align: left;
        gap: 10px;
        padding: 10px 0;
    }

    .pk1 {
        font-size: 40px;
    }

    .header_logo_item1 {
        justify-self: left;
        font-size: 16px;
        font-family: "Permanent Marker", cursive;
        font-weight: 400;
        font-style: normal;
        /* padding: 30px 0 0 0; */
    }

    .name_link {
        padding: 10px 0 0 0;
        font-size: 13px;
        opacity: 1;
    }

    .footer_link {
        color: aliceblue;
        font-size: 11px;
        font-family: "Ubuntu Sans", sans-serif;
        display: flex;
        gap: 1px;
        flex-direction: column;
        padding: 0;
    }

    .logo_desc {
        font-family: "Ubuntu Sans", sans-serif;
        padding: 0 0 0 0;
        font-size: 13px;
    }

    .logo_desc1 {
        padding: 0 0 0 0px;
    }

    .block_img {
        padding: 63px 0 0 0;
    }

    .footer_wrapper {
        display: flex;
        flex-direction: column;
    }

    .footer_logo {
        padding: 10px 0 0 0;
    }

    .footer_social {
        padding: 0;
    }

    .block_img {
        width: 65px;
        height: 65px;
    }

    .name_link_item {

        padding: 0px 0 0 0;
    }

}