@import url('https://fonts.cdnfonts.com/css/minecraft-3');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


.footerDivs {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 8%;
    /* background: linear-gradient(to right, #630091, #000957); */
    /* box-shadow: black 5px 5px 10px; */

}
.footerDivs::after {
    filter: blur(16px);
    background-color: transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
}

.footerDiv {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.footerDiv p {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: rgb(255, 255, 255);
    margin: 5px 0 0;
    cursor: pointer;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.452);
}

.footerDiv p:hover {
    color: rgb(180, 180, 180);
}

.footerDiv p:nth-child(1) {
    margin-top: 0;
}

.footerContact {
    display: flex;
    position: relative;
    gap: 1rem;
    margin-top: 1rem;
    cursor: pointer;;
}

.footerContact img {
    display: block;
    filter: brightness(0) invert(1);
}

.footerContact img:nth-child(1) {
    width: 44px;
    height: 37px;
}

.footerContact img:nth-child(1):hover {
    filter: brightness(1) invert(0);
    translate: filter 0.2s ease;
}

.footerContact img:nth-child(2) {
    width: 45px;
    height: 35px;
}

.footerContact img:nth-child(2):hover {
    filter: brightness(1) invert(0);
}

.footerContact img:nth-child(3) {
    width: 45px;
    height: 45px;
    position: relative;
    bottom: 2px;
}

.footerContact img:nth-child(3):hover {
    filter: brightness(1) invert(1);
}

.minden-jog-fenntartva {
    font-size: 20px;
    font-family: sans-serif;
    text-align: center;
    margin-top: 5rem;
}

.copy {
    margin-right: 4px;
}

.footerTitle {
    display: flex;
    gap: 10px;
}

.footerLogo {
    height: 60px;
    width: 60px;
}

.footerH1 {
    letter-spacing: 1px;
    font-family: 'minecraft', sans-serif;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.342);
}