* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    height: auto;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    color: #333;
}
body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    top : 0; left: 0;
}
body::before {
    content: "";
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    min-width: 1860px;
    z-index: -1;
    background: url(https://images3.alphacoders.com/135/thumb-1920-1352926.png) no-repeat;
    background-size: cover;
    background-position: center;
    filter: brightness(0.5) saturate(0) contrast(1.3) blur(1px);
}
/* ----------------------------HEADER---------------------------- */
.main-header {
    position: absolute;
    width: 100%;
    height: 153px;
    display: block;
}
.thumb-header-top {
    position: relative;
    top: 70px;
    display: flex;
    justify-content: center;
    align-self: center;
}
.thumb-header-upper {
    position: relative;
    top: 82px;
    display: flex;
    justify-content: center;
    align-self: center;
    z-index: 100;
}
.header-top {
    position: relative;
    width: 100%;
    min-width: 1860px;
    height: 71px;
    background-color: #212121;
    z-index: 100;
}
.header-upper {
    position: absolute;
    width: 100%;
    min-width: 1860px;
    height: 82px;
    background-color: #000;
    border-radius: 0 0 5px 5px;
}
.logo-img, .logo-btn {
    width: 100px;
    height: 100px;
    z-index: 100;
    border-radius: 50%;
    border: 1px solid black;
    cursor: pointer;
}
.logo {
    position: absolute;
    top : 30px;
    display: flex;
    justify-content: center;
    width: 100%;
    min-width: 1500px;
}
.top-left {
    display: flex;
    line-height: 28px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0; left: 0;
    width: 800px;
    height: 71px;
}
.input {
    font-family: "Montserrat", sans-serif;
    width: 260px;
    height: 40px;
    padding-left: 2.5rem;
    box-shadow: 0 0 0 1.5px #2b2c37, 0 0 25px -17px #000;
    border: 0;
    border-radius: 12px;
    background-color: #16171d;
    outline: none;
    color: #bdbecb;
    transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: text;
    z-index: 0;
}
.input::placeholder {
    color: #bdbecb;
}
.input:hover {
    box-shadow: 0 0 0 2.5px #2f303d, 0px 0px 25px -15px #000;
}
.input:active {
    transform: scale(0.95);
} 
.input:focus {
    box-shadow: 0 0 0 2.5px #fff;
} 
.search-icon {
    position: relative;
    left: 1.7rem;
    fill: #bdbecb;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    z-index: 1;
}
.ig, .gh, .tw { 
    color: rgb(146, 146, 146); 
    border: rgb(146, 146, 146) solid 2.5px;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background-color: #333;
}
.gh:hover, .ig:hover, .tw:hover { 
    color: #fff; 
    border: #fff solid 2.5px; 
}
.contact {
    display: flex;
    gap: 20px;
    top: 0; right: 0;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    width: 800px;
    height: 71px;
    position: absolute;
}
.upper-left, .upper-right {
    display: flex;
    float: left;
    gap: 90px;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: black;
    width: 800px;
    height: 82px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    z-index: 9999;
}
.upper-left {
    top: 0; left: 0;
}
.upper-right {
    top: 0; right: 0;
}
.list {
    color: rgb(146, 146, 146);
    text-decoration: none;
    transition: 0.2s ease;
}
.list:hover {
    color: #fff;
}
/* ----------------------------NAV---------------------------- */
.background {
    position: relative;
    left: 0;top: 153px;
    width: 100%;
    height: 780px;
}
.slider {
    position: absolute;
    width: 100%;
    min-width: 1860px;
    margin: auto;
    top: 0; left: 0;
    height: 780px;
    overflow: hidden;
}
.slide {
    position: relative;
    min-width: 100%;
    height: 780px;
}
.slide-img {
    object-fit: cover;
    width: 100%;
    display: block;
    pointer-events: none;
}
.end-card {
    position: relative;
    left: 0;
    width: 100%;
    min-width: 1860px;
    height: 20px;
    background-color: #000;
    top: 0; left: 0;
}
.thumb-end-card {
    position: relative;
    display: flex;
    justify-content: center;
    align-self: center;
    z-index: 1000;
    width: 100%;
    min-width: 1860px;
    top: 0; left: 0;
}
/* ----------------------------MAIN------------------.---------- */
.content-main {
    position: relative;
    top: 200px; left: 0;
    width: 100%;
    display: grid;
}
h1 {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 50px;
    margin-bottom: 40px;
}
.info-games {
    position: relative;
    top: 60px;
    display: block;
    margin: 0 auto;
    left: -20px;
    width: 1160px;
    color: #fff;
}
.info-g {
    border: #333 solid 2px;
    width: 100%;
    height: auto;
    min-height: 100px;
    margin: 20px;
    background-color: #212121;
}
.bg {
    background-color: #333;
    width: 100%;
    height: 40px;
}
h4 {
    padding: 4px;
    padding-left: 20px;
    font-size: 20px;
}
.content-info {
    display: flex;
    justify-content: center;
}
p {
    padding: 10px;
    width: auto;
    cursor: default;
    position: relative;
    font-size: 22px;
}
.container-doc {
    display: flex;
}
.doc {
    position: absolute;
    width: 2px; 
    height: auto;
    min-height: 56px; 
    background-color: #333;
}
.doc:nth-child(1) {
    left: 35%;
}
.doc:nth-child(2) {
    left: 70%;
}
.i {
    position: absolute;
}
.i:nth-child(1) {
    left: 60px;
}
.i:nth-child(3) {   
    right: 60px; 
}
.download {
    text-decoration: none;
    color: #fff;
    font-size: 30px;
}
.download:hover {
    color: rgb(146, 146, 146);
}
.content-download {
    display: grid;
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

/* ----------------------------FOOTER----------------------------- */
.info {
    display: flex;
    gap: 20px; 
    top: 300px; left: 0;
    padding: 25px;
    justify-content: center;
    font-size: 30px;
    width: 100%;
    height: 200px;
    position: relative;
    background-color: #212121;
    border-top: #333 2px solid;
    box-shadow: #333 0 0 5px 2px;
}
.icon {
    font-size: 25px;
    color: #fff;
    background-color: #333;
    width: 37px;
    height: 35px;
    border-radius: 10px;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}
.copyright, .mail {
    position: absolute;
    cursor: default;
}
.copyright {
    top: 75px;
    font-size: 17px;
}
.mail {
    top: 110px;
    font-size: 14px;
}
.contact-me {
    position: absolute;
    top: 145px; left: 0;
    font-size: 14px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.help {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
.help:hover {
    background-color: #333;
}

.link-more {
    text-decoration: none;
    color: #0073cf;
    font-weight: bold;
}