* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #727272e8;
    background-image: url(https://demos.creative-tim.com/paper-kit-2/assets/img/antoine-barres.jpg);
    background-attachment: fixed;
    background-size: cover;
}

@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");

.gr-1 {
    background: -webkit-linear-gradient(170deg, #01E4F8 0%, #1D3EDE 100%);
    background: -moz-linear-gradient(170deg, #01E4F8 0%, #1D3EDE 100%);
    background: -ms-linear-gradient(170deg, #01E4F8 0%, #1D3EDE 100%);
    background: linear-gradient(170deg, #01E4F8 0%, #1D3EDE 100%);
}

.gr-2 {
    background: -webkit-linear-gradient(170deg, #B4EC51 0%, #429321 100%);
    background: -moz-linear-gradient(170deg, #B4EC51 0%, #429321 100%);
    background: -ms-linear-gradient(170deg, #B4EC51 0%, #429321 100%);
    background: linear-gradient(170deg, #B4EC51 0%, #429321 100%);
}

.gr-3 {
    background: -webkit-linear-gradient(170deg, #C86DD7 0%, #3023AE 100%);
    background: -moz-linear-gradient(170deg, #C86DD7 0%, #3023AE 100%);
    background: -ms-linear-gradient(170deg, #C86DD7 0%, #3023AE 100%);
    background: linear-gradient(170deg, #C86DD7 0%, #3023AE 100%);
}

.gr-4 {
    background: -webkit-linear-gradient(170deg, #FF9800 0%, #feba3f 100%);
    background: -moz-linear-gradient(170deg, #FF9800 0%, #feba3f 100%);
    background: -ms-linear-gradient(170deg, #FF9800 0%, #feba3f 100%);
    background: linear-gradient(170deg, #FF9800 0%, #feba3f 100%);
}

.gr-5 {
    background: -webkit-linear-gradient(170deg, #a0ffcb 0%, #14a85a 100%);
    background: -moz-linear-gradient(170deg, #a0ffcb 0%, #14a85a 100%);
    background: -ms-linear-gradient(170deg, #a0ffcb 0%, #14a85a 100%);
    background: linear-gradient(170deg, #a0ffcb 0%, #14a85a 100%);
}

.gr-6 {
    background: -webkit-linear-gradient(170deg, #ff8a8a 0%, #c55793 100%);
    background: -moz-linear-gradient(170deg, #ff8a8a 0%, #c55793 100%);
    background: -ms-linear-gradient(170deg, #ff8a8a 0%, #c55793 100%);
    background: linear-gradient(170deg, #ff8a8a 0%, #c55793 100%);
}

* {
    transition: 0.5s;
}

.h-100 {
    height: 100vh !important;
}

.align-middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.column {
    margin-top: 1rem;
}

.column a {
    text-decoration: none;
}

.column:hover .card .txt {
    margin-left: 0.2rem;
}

.column:hover .card label,
.column:hover .card .txt h1,
.column:hover .card .txt p {
    /*color: white;*/
    opacity: 1;
}

.column:hover a {
    color: white;
}

.column:hover a:after {
    width: 10%;
}

.card {
    min-height: 170px;
    margin: 0;
    padding: 1.7rem 1.2rem;
    border: none;
    border-radius: 0;
    color: black;
    letter-spacing: 0.05rem;
    font-family: "Oswald", sans-serif;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.27);
    border-radius: 8px;
}

.card .txt {
    z-index: 1;
}

.card .txt h1 {
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
}

.card .txt p {
    font-size: 0.7rem;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0rem;
    margin-top: 33px;
    opacity: 0;
    color: white;
}

.card a {
    z-index: 3;
    font-size: 0.7rem;
    color: black;
    margin-left: 1rem;
    position: relative;
    bottom: -0.5rem;
    text-transform: uppercase;
}

.card a:after {
    content: "";
    display: inline-block;
    height: 0.5em;
    width: 0;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid white;
    transition: 0.5s;
}

.card .ico-card {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.card i {
    position: relative;
    right: -65%;
    top: 50%;
    font-size: 10rem;
    line-height: 0;
    opacity: 0.2;
    color: white;
    z-index: 0;
}

.game-player {
    overflow: hidden;
}

.inner-page {
    background: #fff;
}

@media screen and (max-width: 767px) {

    .game-listing .h-100 {
        min-height: 100vh !important;
        height: auto !important;
    }

    .game-listing .align-middle {
        top: 16px;
        transform: none;
        margin-bottom: 40px;
    }
    .card {
        min-height: 100px;
        padding: 1.5rem 1.2rem;
    }
    #game-iframe {
        height: 100vh;
    }
}




