html,
body {
    overflow-x: hidden;
}

.header,
.footer {
    background-color: black;
    align-items: center;
}

div .footer {
    padding: 0 20% 0 20%;
}

.site-logo {
    height: 65px;
    width: auto;
}

ul li {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
}

li a {
    color: #ffffff;
    text-decoration: none !important;
    transition: 0.25s ease;
}

ul:hover a {
    color: #aaaaaa;
}

ul:hover a:hover {
    color: #ffffff;
    box-shadow: 0 2px 0 0 currentcolor;
}

div .btnContainer {
    position: absolute;
    right: 0;
    margin-right: 20px;
}

.navigation-bar {
    margin-left: 20px;
}

div .navbar-items {
    position: absolute;
    right: 0;
    margin-right: 280px;
}

.banner {
    background-image: url("img/Home/bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;


}

.banner>a>.bannerimg {
    height: 100%;
    width: 100%;
    padding: 30px 5% 30px 5%
}

.content>div>img {
    height: auto !important;
}

.content {
    display: flex;
    align-items: center;
    padding: 30px 5% 30px 5% !important;
    padding: 30px 0 0 0;
}

.content:nth-child(odd) {
    background-color: rgb(0, 0, 0);

}

.content:nth-child(even) {
    background-color: rgb(27, 27, 27);
}

.icon-container {
    background-color: aliceblue;
    height: 40px;
    width: 40px;
    padding: 0;
    margin-left: 0;
    border-radius: 180px;
    display: inline-block;

}

div .game-card>h3 {
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    height: 40px;
    border-radius: 5px;
    color: white;
    background-color: maroon;
}

div .game-card {
    margin: auto;
}

div .game-card>img:hover {
    opacity: .7;
    transition-duration: .4s;
}

div .gameImage {
    height: 360px;
    width: auto;
}

.icons {
    margin: 8.5px;
    padding: 0;
    display: flex;
}

h1,
h6,
h2 {
    text-align: center !important;
    font-family: "Poppins", "sans-serif" !important;
    color: rgb(230, 59, 59) !important;
}

p {
    text-align: left;
    color: white;
}

.btN {
    background-color: maroon;
    color: white;
    border: none;
    text-decoration: none;
    border-radius: 3px;
    padding: 10px 20px;

}

.btN:hover {
    text-decoration: none;
    color: white;
}

.btn-login {
    font-weight: 700;
}

div .btn-container {
    gap: 8px;
    justify-content: end;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div .tbl1 {
    padding: 0 8% 0 8%;
}

.o2 {
    order: 1;
}

@media screen and (max-width: 990px) {
    body {
        background-color: rgb(240, 240, 240) !important;
        transition-duration: .2s;
    }

    p,
    h1,
    h4,
    h2 {
        text-align: center;
    }

    .logo {
        display: flex;
        justify-content: center;
    }

    .btnContainer {
        position: unset !important;
        margin-top: 10px;
    }

    .navbar-items {
        position: unset !important;
    }

    .btn-container {
        display: inline-flex;
        justify-content: center !important;
        gap: 5px;
        margin-bottom: 10px !important;
    }

    div .content {
        padding: 30px 2% 30px 2% !important;
    }

    .col2 {
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }

    .o2 {
        order: 0
    }
}

@media screen and (min-width:990px) and (max-width: 1430px) {
    .imgbanner {
        margin-top: 8% !important;

    }
}

.accordion {
    max-width: 300px;
    margin-bottom: 25px;
    font-size: 18px;
    padding: 10px 0px 0px 25px;
    background-color: #f0f0f0;
}

.section {
    margin-bottom: 5px;
    border-radius: 50px;
}

.section input {
    display: none;
}

.section label {
    background-color: #000000;
    color: white;
    padding: 10px;
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    /* Espaço para o ícone "+" */
}

.section label::before {
    content: "+";
    position: absolute;
    left: 10px;
}

.section div {
    /* display: none; */
    padding: 10px;
    background-color: white;
    border: 1px solid #ddd;
}

.section input:checked+label+div {
    display: block;
}

.acc {
    font-weight: 500;
    background-color: white;
}

.section>div>p {
    color: black !important;
}

.col-md {
    margin-bottom: 25px;
}


.rating {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: black;
    color: white;
    border-radius: 20px;
    padding: 40px;
    font-size: 18px;
}

.name-rating {
    font-weight: bold;
}

.rating img {
    height: 30px;
    margin-right: 5px;
}

.grade {
    color: yellow;
}

.main {
    text-align: center;
    font-size: 40px;
}

.foot {
    color: white;
    text-align: center;
}

.btn-top {
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: rgb(167, 34, 34);
    opacity: .6;
    bottom: 0;
    right: 0;
    margin-right: 15px;
    margin-bottom: 15px;
    border: none;
    border-radius: 4px;
    z-index: 2;
    transition-duration: .4s;
}

.btn-top:hover {
    opacity: 1;
}


@media (min-width: 679px) {}


@media (max-width: 678px) {
    .btnContainer {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .btnContainer .btN {
        width: 134px;
        text-align: center;
    }
}