
.free-game {
    padding: 2.5vh 2.5vw;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vh;
}

.free-game-logo-place {
    animation-duration: 0.7s;
    position: absolute;
    width: 8vw;
    height: 8vw;
}

.free-game-logo-geo {
    animation-duration: 0.8s;
    width: 8vw;
    height: 8vw;
}

.free-game-logo-container {
    cursor: pointer;
    user-select: None;

}

.free-game-logo:hover {
    transform: scale(0.95, 1.05) translateY(-3px);

}

.free-game-logo:active {
    transform: scale(0.38, 0.56) translateY(6.5vh);
}

.free-game-description {
    user-select: None;
    letter-spacing: 0.08vw;
    font-size: 1.6vw;
    color: white;
    margin: 2vh;
    margin-top: 2.2vh;
    transition: transform 2s ease-in-out;
}

.free-game-button {
    display: flex;
    user-select: None;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 0.08vw;
    font-size: 1.6vw;
    width: 5vw;
    height: 4.5vh;
    align-self: center;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: rgb(15, 3, 20);
    background-color: rgba(255, 255, 255, 1);
    padding: 0.5vh 1.5vw;
    margin: 3vh 1vw;
    border-radius: 2.25vw;
    transition: transform 0.15s ease-in-out;
}

.free-game-button:hover {

    transform: scale(1.05);
}

.free-game-button:active {

    transform: scale(0.8);

}

.amount-span {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 2vw;
    color: black;
    font-weight: bold;
    padding: 0.2vw;
    padding-right: 0.7vw;
    padding-left: 0.7vw;
    text-align: center;
    align-content: center;
    justify-content: center;
    margin: 0.1vw;

}

.contact-tg {
    user-select: none;
    cursor: pointer;
    opacity: 25%;
    width: 5vh;
    height: 5vh;
    position: absolute;
    left: calc(100vw - 7vh);
    top: 93vh;
    transition: opacity 0.1s, transform 0.1s;
}

.contact-tg:hover {
    opacity: 35%;
    transform: scale(1.1);
}
