@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    background: rgb(238, 238, 238);
    font-family: 'Poppins', sans-serif;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.nav-bg-primary {
    background-color: rgba(0, 17, 255, 0.815);
    box-shadow: 0px 2px 10px rgb(0, 17, 255);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

.nav-bg-primary .nav-link, .nav-bg-primary .nav-link.active {
    color: white;
}

#banner {
    background-image: url(../img/backdrop.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 30px;
    position: relative;
    z-index: 0 !important;
    overflow: hidden;
    padding-bottom: 40px;
}

#banner::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    background-size: cover;
    z-index: 1 !important;
    position: absolute;
}

.hero-section {
    background-image: url(../img/zeus.png);
    height: 250px;
    position: relative;
    background-position: center top;
    background-size: 150px;
    background-repeat: no-repeat;
    top: 80px;
    /* z-index: - !important; */
}
/* d-flex flex-column justify-content-center align-items-center */
.hero-layout {
    display: flex;
    flex-direction: column;
    justifyalign-content: center;
    align-items: center;
}

#banner .hero-section h1 {
    font-size: 25px;
    font-weight: 500;
    color: white;
    position: relative;
    z-index: 1 !important;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 90%;
    /* margin-bottom: 20px; */
    /* margin-top: 20px; */
}

#banner .hero-section .hero-btn {
    color: white;
    position: relative;
    z-index: 1 !important;
    justify-content: center;
    text-align: center;
    background: rgba(255, 0, 64, 0.582);
    padding: 10px;
    border: 2px solid rgb(255, 12, 85);
    text-decoration: none;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    margin-bottom: 50px;
}
.hero-image {
    display: none;
}

.hero-slog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wrapper-card-games {
    padding-bottom: 20px;
}

.wrapper-card-games .card {
    max-height: 300px !important;
    min-height: 270px !important;
}

/* if PC */

@media (min-width: 1128px) {
    .hero-image {
        display: block;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: -50px;
    }
    .hero-image img{
        width: 850px;
        /* margin-top: 50px; */
        margin-bottom: -5px;
    }
    .wrapper-card-games .card {
        min-height: 300px !important;
        max-height: 350px !important;
    }
    #banner {
        background-attachment: fixed;
        background-size: cover;
        min-height: 400px;
    }

    #banner .hero-section h1 {
        width: 80%;
        font-size: 34px;
    }

    #banner::before {
        content: "";
        background-color: rgba(0, 0, 0, 0.5);
        height: 100%;
        width: 100%;
        background-size: cover;
        /* z-index: 1 !important; */
        position: absolute;
    }

    .hero-section {
        background-image: none;
        height: 400px;
        position: relative;
        background-position: left bottom;
        background-size: 300px;
        background-repeat: no-repeat;
        top: 50px;
        z-index: 1;
        display: flex;
        justifyalign-content: space-between;
        align-items: center;
    }

    .button-xs-small {
        padding: 8px !important;
        font-size: 14px !important;
        font-weight: 300;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        white-space: nowrap;
    }
    
}

.card-list-site {
    display: flex;
    justify-content: center;
}

.logo-wrapper {
    border: 1px solid rgb(250, 92, 153);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logo-wrapper:nth-child(1), .logo-wrapper:nth-child(2) {
    border-right: none;
}
.logo-wrapper:nth-child(1) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.logo-wrapper:nth-child(2) {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.logo-wrapper:nth-child(3) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}


.wrapper-card-games img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.game-name{
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
    color: black;
}

.card-fix{
    min-height: 120px;
    max-height: 120px;
    display: flex;
    justify-items: center;
    background-color: rgb(39, 39, 39);
}

.absolute-comp {
    bottom: 10px;
    justify-content: center;
}
.bottom-20 {
    bottom: 20px;
}

.card-shadow {
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, .5), 0 2px 2px rgba(204, 204, 204, 0.3), 0 2px 4px 1px rgba(134, 134, 134, 0.2);
}
.w-95 {
    width: 95%;
}
.w-90 {
    width: 90%;
}

.image-custom {
    margin-top: 30px;
}

.card-pola {
    border: 1px solid grey;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.text-posts-footer {
    font-size: 10px;
    margin-bottom: -10px;
    text-align: end;
}

.post-by {
    /* right: 20px; */
    /* bottom: 0; */
    padding-bottom: 10px !important;
}

.post-date {
    right: 20px;
    bottom: 25px;
}
.content-post{
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 30px;
}

.title-post {
    font-size: 20px !important;
    margin-top: 10px;
}