.language-btn {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 30px;
    cursor: pointer;
    z-index: 99999;
}

.language-btn img {
    border-radius: 50px;
}

.language-list {
    border: 1px solid #ccc;
    border-radius: 25px;
    position: fixed;
    bottom: 70px;
    right: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: none;
    z-index: 99999;
}

.language-list img {
    display: block;
    border-radius: 50px;
}

.language-list .nav-link:hover {
    color: transparent;
    border-radius: 25px;
}