.floating-nav {
    position: fixed;
    bottom: 80px;
    right: 5px;
    z-index: 5;
}

.floating-nav a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    display: block;
    box-sizing: border-box;
    /* background-color: rgb(234 234 234); */
    /* box-shadow: 0 2px 4px rgb(0 0 0 / 14%); */
    padding: 5px;
    /* border: rgba(255, 255, 255, 0.5) 3px solid; */
    position: relative;
}

.floating-nav a img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.floating-nav a.home {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    padding: 3px;
    background-color: transparent;
    border-color:transparent;
    display: flex;
    justify-content: center;
}

.floating-nav a.home img {
    width: 100%;
    align-items: center;
}

.floating-nav a.euro {
    position: absolute;
    bottom: 80px;
    right: 15px;
}

.floating-nav a.community {
    position: absolute;
    bottom: 30px;
    right: 75px;
}

.home:not(.active) .close,
.home.active .open {
    display: none;
}

.home.active .close,
.home:not(.active) .open {
    display: block;
    opacity: 1;
}

.home.active .close{
    width: 30px;
}

.floating-text{
    font-size: 11px;
    position: absolute;
    bottom:-5px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background-color: rgb(234 234 234);
    border: rgba(255, 255, 255, 0.5) 2px solid;
    border-radius: 30px;
    padding: 0px 5px;
    white-space: nowrap;
    color:#5a4f52;
    text-transform: uppercase;
}

.tournamet-floating-nav{
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 5;
}

.tournamet-floating-nav a{
    width: 70px;
    height: 70px;
    display: block;
}

.tournamet-floating-nav a img{
    width: 100%;
}