@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Jersey+10&family=Luckiest+Guy&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Science+Gothic:wght@100..900&display=swap');

#noqig {

    position: relative;
    color: rgba(255, 255, 255, 0);
    border-radius: 5px;
    border: none;
    background-position-y: 25%;
    padding: 10px;
    margin: 10px;
    backdrop-filter: blur(10px);
    width: 90%;
    font-size: 20px;
    font-family: "Montserrat";
    transition: 0.3s;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

#noqig::before {
    border: none;
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../Freunde IMG/noqig_banner.webp');
    background-size: cover;
    background-position-y: 25%;
    background-position-x: center;
    filter: blur(0px);
    transform: scale(1.15);
    z-index: -1;
}

#dff {

    position: relative;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    border: none;
    background-position-y: 25%;
    padding: 10px;
    margin: 10px;
    backdrop-filter: blur(10px);
    width: 90%;
    font-size: 20px;
    font-family: "Montserrat";
    transition: 0.3s;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

#dff::before {
    border: none;
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../img/dff\ pic.webp');
    background-size: 50% 55%;
    filter: blur(7px);
    transform: scale(1.0);
    z-index: -1;
    animation: gradientMove 20s infinite;
}





@keyframes gradientMove {
    0%{
        background-position-y: 20%;
    }
    50%{
        background-position-y: 55%;
    }
    100%{
        background-position-y: 30%;
    }
}


#Rev {

    position: relative;
    color: rgba(255, 255, 255, 0);
    border-radius: 5px;
    border: none;
    -webkit-text-stroke: 0px black;
    padding: 10px;
    margin: 10px;
    backdrop-filter: blur(10px);
    width: 90%;
    font-size: 20px;
    font-family: "Montserrat";
    transition: 0.3s;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

#Rev::before {
    border: none;
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('../img/cynex_banner.webp');
    background-size: cover;
    background-position: center;
    filter: blur(0px);
    transform: scale(0.9);
    z-index: -1;
}

#Supifanti {
  
    position: relative;
    color: rgba(255, 255, 255, 0);
    border-radius: 5px;
    border: none;
    -webkit-text-stroke: 0px black;
    justify-content: center;
    align-items: center;
    align-content: center;
    
    padding: 10px;
    margin: 10px;
    backdrop-filter: blur(10px);
    width: 90%;
    font-size: 20px;
    font-family: "Montserrat";
    transition: 0.3s;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

#Supifanti::before {
    border: none;
    content: "";
    position: absolute;
    inset: 0;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-image: url('../Freunde IMG/supibanner2.webp');
    background-size: cover;
    background-position: center;
    filter: blur(0px);
    transform: scale(1.5);
    z-index: -1;
}

.fri {
    background-color: rgba(255, 255, 255, 0.068);
    border-radius: 20px;
}

.friendbtn {
    transition: 0.3s;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.friendbtn:hover {
    transition: 0.3s;
    transform: scale(1.03);
}

.friendimg {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 37px;
    width: 37px;
    border-radius: 50%;
    border: 2px solid rgb(213,213,213);

}

.friendimgcynex {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 37px;
    width: 37px;
    border-radius: 50%;
    border: 2px solid rgb(137, 137, 137);
}