
.products-img
{
    z-index: -1;
    height: 0;
    background: no-repeat;
	padding-top: 42.5vw;
}

.products-text__container
{
    position: absolute;
	top: 40%;
    left: 13%;
    font-weight: 700;
    color: #FFFFFF;
}

.products-text--medium
{
    font-size: 1.5vw;
    color: #1a99d6;
    font-family: Poppins;
    font-weight: 700;
}

.products-text--large
{
    font-size: 2.5vw;
    font-family: Poppins;
    font-weight: 700;
    width: 60%;
    line-height: 1.3;
	
}

.products-text--small
{
    font-size: 0.7vw;
    font-family: Poppins;
    font-weight: 400;
	margin-bottom: 3%;
}

.desc
{
    font-family: Poppins;
    display: flex;
    font-weight: 400;
	width: 35%;
    text-align: center;
    font-size: 0.8vw;
}

.products__text
{

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.products__container
{
	margin: 0vw 2vw;
}

.product--item
{
    background-color: #eaeaea;
    display: flex;
    padding-left: 2vw;
    border-radius: 10px;
    padding-right: 2vw;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 1vw;
    height: 7vw;
	width: 22vw;
	transition: transform 0.5s; /* Animation */
}

.product--item img, .slots--item img
{
    width: 13vw;
    height: 9vw;
    padding: 1vw;
}


.products__container
{
		width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
}


.focused, .anim:hover, .slots--item .anim:hover
{
	transform: scale(1.2);
  	z-index: 1;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05), 0 8px 30px 0 rgba(0, 0, 0, 0.05);
	border: 1px solid #1a99d6;

}

.sub
{ 
	background-color: transparent !important;
}

.focused .game-button, .anim:hover .game-button
{
	border: 1px solid #1a99d6;
    position: absolute;
    margin-top: 11vw;
    background-color: #eaeaea;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 1vw;
    font-family: 'Poppins';
    font-weight: 600;
    border-radius: 8px;
    padding: 0.5vw;
	width: 100%;
    text-decoration:none;
    display: flex;

}


.anim:hover .game-button:hover, .anim:hover .game-button:hover i .focused .game-button:hover, .focused .game-button:hover i
{
    background-color: #1a99d6 !important;
    color: #FFFFFF;
}

.game-button
{
    display: none;
}

.white
{
	color: #FFFFFF !important;
}

.slots__button
{
	background-color: #2d63b1 !important;
	color: #FFFFFF !important;
}

.slots--item
{
    display: flex;
    padding-left: 2vw;
    border-radius: 10px;
    padding-right: 2vw;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 1vw;
    height: 7vw;
	width: 22vw;
	transition: transform 0.5s; /* Animation */
	background-color: #193966;
}

.virtual--img
{
    position: relative;
    top: 3vw;
    width: 56vw;
    left: 25vw;

}

.game-button i
{
    color: #1a99d6;
}

.game-button:hover i
{
    color: #FFFFFF;
}