@import url(./header.css);
@import url(./footer.css);
@import url(./about.css);
@import url(./categories.css);

[v-cloak] {
    display: none;
  }

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #7ae4fe;
    width: 100%;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 65px;
    z-index: 999999;
}

.bg-background {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(#a8effe, #fff);
    filter: blur(8px);
    -webkit-filter: blur(8px);
    background-size: 1000px 1000px;
    background-position: center;
}

.container-main {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    margin: 65px 0px 0px 0px;
    padding: 10px 0px;
    text-align: center;
}

section.row {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
}

section.first {
    position: relative;
    display: grid;
    grid-gap: 10px;
    margin: 0px auto;
}

.adbox {
    width: 100%;
    min-height: 1px;
    height: auto;
    text-align: center;
}

.adbox span {
    font-size: 12px;
    text-align: center;
    width: 100%;
    color: #333;
    font-weight: normal;
}

.home_top {
    display: block;
    position: relative;
    width: 100%;
    min-height: 1px;
    text-align: center;
}

.home_bottom {
    display: block;
    position: relative;
    width: 100%;
    min-height: 1px;
    text-align: center;
}

.container-main .hvr-bounce-in {
    border-radius: 10px;
}

.container-main .hvr-bounce-in a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.22);
    border: solid 0px #fff;
    padding-bottom: 100%;
    overflow: hidden;
}

.hvr-bounce-in a {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-in a:hover,
.hvr-bounce-in a:focus,
.hvr-bounce-in a:active {
    z-index: 9998;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.fade-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    opacity: 0;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
    background: #333;
}

.hvr-bounce-in a:hover>.game-name {
    bottom: 10px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    opacity: 1;
}

.hvr-bounce-in a:hover>.fade-title {
    bottom: 5px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    opacity: 1;
}

.hvr-bounce-in a .game-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hvr-bounce-in a .game-name {
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 100%;
    opacity: 0;
    padding: 5px 5% 5px 5%;
    -webkit-transition-duration: 0.5s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.5s;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    line-height: 12px;
}

.container-categories {
    position: relative;
    width: 90%;
    margin: 10px 0px 10px 0px;
    height: 100%;
    text-align: center;
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.container-categories a {
    display: inline-block;
    vertical-align: top;
    margin: 7px 10px;
    padding: 5px 0px;
    width: 356px;
    height: auto;
    text-decoration: none;
    color: #333;
    font-size: 11px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.22);
}

.container-categories a img {
    float: left;
    width: 80px;
    height: 80px;
    margin: 0px 10px 0px 5px;
}

.container-categories a strong {
    float: left;
    width: 210px;
    text-align: center;
    font-size: 22px;
    padding: 25px 0px 20px 0px;
    font-weight: bold;
    line-height: 27px;
    text-align: left;
}

.container-categories a:hover {
    background: #D36582;
    color: #fff;
}

.gamein-more {
    display: inline-block;
    margin: 10px 5px 0px 5px;
    vertical-align: top;
    width: 100px;
    height: 100px;
}

@media screen and (max-width: 768px) {
    .container-categories {
        position: fixed;
        top: 65px;
        right: 0;
        margin: 0;
        z-index: 9999;
    }

    .container-categories a {
        width: 100%;
        margin: 0;
        border-radius: 0;
    }
    
    .container-categories a img {
        width: 50px;
        height: 50px;
    }
    
    .container-categories a strong {
        width: 141px;
        font-size: 16px;
        padding: 14px 0px 10px 0px;
        line-height: 27px;
    }
}