﻿

body
{
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    background: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) ),url('../images/main/bg.png');
    background-size: cover;
    background-attachment: fixed, fixed;
    background-position: top left, bottom center;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
}

.kazino_title
{
    position: absolute;
    top: 0px;
    height: 100px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.kazino_toolbar
{
    position: absolute;
    top: 100px;
    width: 50%;
    align-self: center;
    height: 60px;
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
}

.games
{
    position: absolute;
    top: 40vh;
    left: 15%;
    right: 15%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: column;
    display: inline-flex;
}

.gamesline
{
    display: inline-flex;
    justify-content: space-evenly;
}

.gamebox
{
    display: flex;
}

.whiteback
{
    background-color: #E2E4FF;
}

.containerhalf
{
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*menu OVERLAY ************************************************** */
.agwdropdown
{
    position: relative;
    display: inline-block;
}

.agwdropdown-content
{
    display: none;
    position: absolute;
    background-color: #6609C0;
    min-width: 160px;
    color: white;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .agwdropdown-content a
    {
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-weight: bold;
        font-family: 'Arial';
        font-size: 18px;
    }

.dropdown a:hover
{
    background-color: #8254BF;
}

.show
{
    display: block;
}

/*menu OVERLAY END ************************************************** */
/*BUYPOINTS*/
.gradientGreen
{
    background-color: #0C8600;
    background-image: linear-gradient(to right,#0C8600, #13D000);
}

.golden-base
{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    -webkit-margin-before: 0.3em;
    -webkit-margin-after: 0.2em;
}

.golden1
{
    background-image: -webkit-linear-gradient(#FFF65C, #3A2C00);
    text-shadow: -1px -1px 1px rgba(255, 223, 0, 0.60);
}

.buycard
{
    width: 90%;
    height: 20px;
    /*-moz-border-image: -moz-linear-gradient(top left, #1EEB00 , #001800 );
    -webkit-border-image: -webkit-linear-gradient(top left, #1EEB00 , #001800 );*/
    border: 3px;
    border-style: none none solid double;
    border-radius: 10px;
    border-color: #1EEB00;
    /*background-origin: border-box;
    background-clip: content-box, border-box;*/
}

.buycard-body
{
    width: 100%;
    height: 100%;
    color: white;
    font-weight: bold;
    font-family: 'Arial';
    font-size: 62px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-margin-before: 0.3em;
    -webkit-margin-after: 0.2em;
    background-image: -webkit-linear-gradient(#FFF65C, #3A2C00);
    text-shadow: -1px -1px 1px rgba(255, 223, 0, 0.60);
}
/*BUYPOINTS  END   */
.buypoints
{
    background: #13d000;
    background: linear-gradient(#13d000, #0c8600);
    border-radius: 5px;
    width: 100%;
    height: 80px;
    color: #ffff00;
    display: inline-block;
    font: normal bold 72px/80px "Calibri", sans-serif;
    /*text-shadow: 1px 1px #000000;*/
    text-shadow: -1px -1px 1px rgba(255, 223, 0, 0.60);
}

.goldtextcss
{
    color: #D5AD6D; /*if no support for background-clip*/
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.neon
{
    color: rgba(255, 255, 255, 0);
    text-shadow: 0 0 2px #ffffff, 0 0 15px #70ffff, 0 0 20px #46fdff, 0 0 40px #46fdff;
}

.neon2
{
    color: #fff;
    text-shadow: 0 0 10px #fff, 0 0 30px #fff, 0 0 50px #e3e98e, 0 0 70px #e3e98e, 0 0 90px #e3e98e;
}

.fire
{
    color: rgba(255, 255, 255, 0);
    text-shadow: 0 0 1px #ffffff, 0 -3px 5px #fffc00, 0 -8px 15px #ff983d, 0 -15px 30px #ff983d;
}

/*         GAME CARD                             */
.gamecard
{
    /*background: #13d000;*/
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    width: 200px;
    height: 400px;
}

.gamecard-image
{

}

/*         GAME CARD              END               */
