* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: capitalize;
}
html, body {
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}
body {
    display:flex;
    flex-direction:column;
    background:#eee;
}
/* ----------------------------MENU---------------------------- */
header {
    position: absolute;
    top: 0; left: 0; right: 0;
    background-color: rgb(242, 239, 239);
    width: 100vw;
    min-width: 1910px;
    height: 60px;
    border-radius: 0 0 5px 0;
    z-index: 10;
}
.sound {
    position: absolute;
    left: 91%;
    top: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: #dbdbdb solid 1px;
    background-color: #dbdbdb;
    z-index: 1;
    box-shadow: inset 0 0 4px 5px rgba(0, 0, 0, 0.2);
}
.bx-play {
    color: black;
    font-size: 35px;
    position: relative;
    top: 6px;
    left: 1px;
    width: 50px;
    height: 50px;
    border-radius: 99px;
}
.sound:hover {
    background-color: black;
    transition: 0.2s ease-in-out;
}
.bx-play:hover {
    color: white;
    transition: 0.2s ease-in-out;
}
.navbar {
    width: 180px;
    height: 336px;
    font-family: 'JetBrains Mono', sans-serif;
    font-size: 30px;
    position: relative;
    left: 82.5%;
    top: -153px;
    border-radius: 0 0 5px 5px;
    z-index: 1;
}
.dropdown {
    position: relative;
    width: 0px;
    left: -55%;
}
.active {
    position: relative;
    list-style: none;
    color: black;
    height: 60px;
    font-size: 60px;
    width: 72px;
    left: 60%;
    background: rgb(219, 219, 219);
}
.bx-menu {
    font-size: 50px;
    position: absolute;
    top: 4px;
    left: 15%;
}
header .navbar ul {  
    list-style: none;
}
header .navbar ul li {
    position: relative;
}
header .navbar ul li a {
    font-size: 25px;
    padding: 20px;
    color: #333;
    display: block;
}
header .navbar ul li a:hover {
    background: #333;
    color: white;
}
header .navbar ul li ul {
    position: absolute;
    left: 0;
    width: 180px;
    background: rgb(219, 219, 219);
    display: none;
    left: -109px;
}
header .navbar ul li ul li {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
header .navbar ul li ul li ul {
    left: -180px;
    top: -1px;
}
header .navbar ul li:hover > ul {
    display: initial;
}
.logo {
    font-family: 'Jockey One', sans-serif;
    color: black;
    font-size: 45px;
    padding: 20px 20px 20px 20px;
    margin-left: 60px;
    position: relative;
    top: -53px;
}
.thuonghieu {
    position: relative;
    width: 50px;
    height: 50px;
    left: 30%;
    top: 10%;
    border-radius: 90px;
}
.menu {
    width: 50px;
    height: 50px;
    position: relative;
}
.menu .bxs-game {
    font-size: 50px;
    color: rgb(255, 0, 0);
    position: absolute;
    top : 45%;
    left : 60%;
    transform: translate(-40%, -40%);
    transition: 0.3s ease;
}
.user{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: black;
}
.login {
    position: relative;
    left : 95%;
    top: -103px;
    font-size: 25px;
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 99px;
    cursor: pointer;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);  
}
.login:hover {
    background-color: black;
    transition: 0.1s ease-in-out;
}
.user:hover {
    color: white;
    transition: 0.1s ease-in-out;
}
nav {
    position: relative;
    z-index: 0;
    height: 350px;
    border-radius: 0 0 5px 5px;
}
.background {
    display: flex;
    flex-direction: column;
    z-index: 10;
    width: 100vw;
    min-width: 1835px;
    height: 350px;
    overflow: hidden;
}
.background1 {
    height: 350px;
    width: 50vw;
    min-width: 1000px;
}
.background2 {
    position: absolute;
    height: 350px;
    left: 918px;
    width: 50vw;
    min-width: 993px;
    border-radius: 0 0 5px 0;
}

/* ----------------------------CARD---------------------------- */
.avatar {
    position: relative;
}
.avatar-box{
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 999px;
    border: white solid 3px;
    top : -80px;
    left: 25%;
}
.cardss {
    position: relative;
    height: 500px;
    width: 300px;
    z-index: 10;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}
.info-fb {
    position: relative;
    display: grid;
    justify-content: center;
    align-content: center;
    height: 0px;
    width: 300px;
    left: 0;
    top: -13%;
    padding: 20px;
}
h1 {
    font-family: 'Jockey One', sans-serif;
    cursor: default;
}
h2 {
    position: relative;
    left: 21%;
    top: -10px;
}
.link {
    position: relative;
    left: 17%;
    font-family: 'JetBrains Mono', monospace;
    width: 110px;
}
.bxl-facebook-circle {
    font-size: 20px;
    position: relative;
    top: 3px;
    left: -7px;
}
.title {
    position: relative;
    padding: 13px;
    top: -8%;
    width: 275px;
    left: 4%;
    border: #b4b4b4 solid 1px;
    border-radius: 12px;
    cursor: default;
}
p {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    color: #7b7575;
}
.link{ color: black; }
.chat { color: black; }
.gh { 
    color: #7B7575; 
    border: #7B7575 solid 1.5px;
    padding: 6.5px;
    border-radius: 999px;
    width: 45px;
    height: 45px;
}
.tw {
    color: #7B7575; 
    border: #7B7575 solid 1.5px;
    padding: 6.5px;
    border-radius: 999px;
    width: 45px;
    height: 45px;
}
.ig { 
    color: #7B7575; 
    border: #7B7575 solid 1.5px;
    padding: 6.5px;
    border-radius: 999px;
    width: 45px;
    height: 45px;
}
.link:hover { color: #4bb6b7; }
.chat:hover { color: #4bb6b7; }
.gh:hover { color: #4bb6b7; border: #4bb6b7 solid 1.5px; }
.tw:hover { color: #4bb6b7; border: #4bb6b7 solid 1.5px; }
.ig:hover { color: #4bb6b7; border: #4bb6b7 solid 1.5px; }
.contact {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 30px;
    width: 190px;
    height: 50px;
    position: relative;
    top: -5%;
    left: 16.5%;
}

/* ----------------------------CHOOSE MUSIC---------------------------- */
.overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    filter: blur(10px);
    display: none;
}
.choose-music {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 400px;
    border-radius: 10px;
    border: #dbdbdb solid 1px;
    background-color: #dbdbdb;
    padding: 20px;
    z-index: 100;
    display: none;
    box-shadow:0 0 4px 5px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.choose-music.active {
    opacity: 1;
    display: block;
}
.all.blur {
    filter: blur(10px);
    pointer-events: none;
}
#musicFile {
    display: none;
}
.custom {
    display: inline-block;
    position: absolute;
    width: 150px;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    text-align: center;
    cursor: pointer;
    background-color: #7B7575;
    color: white;
    font-size: 26px;
    border-radius: 35px;
    transition: background-color 0.3s ease;
    box-shadow: inset 0 0 4px 5px rgba(0, 0, 0, 0.2);
}
.custom:hover {
    background-color: black;
}
#changeMusic {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 50px;
    border-radius: 99px;
    border: #7B7575 solid 1px;
    background-color: #7B7575;
    z-index: 1;
    color: white;
    box-shadow: inset 0 0 4px 5px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
#changeMusic:hover {
    background-color: black;
}
.avt-music {
    position: relative;
    width: 230px; 
    height: 230px;
    border: 6px solid black;
    border-radius: 50%;
    top : -3%;
    overflow: hidden;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.avt-music img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.up {
    position: absolute;
    top: 50%;
    left: 88.5%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 50%;
    border: #dbdbdb solid 1px;
    background-color: #dbdbdb;
    z-index: 1;
    box-shadow: inset 0 0 4px 5px rgba(0, 0, 0, 0.2);
}
.down {
    position: absolute;
    top: 50%;
    left: 84.5%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 50%;
    border: #dbdbdb solid 1px;
    background-color: #dbdbdb;
    z-index: 1;
    box-shadow: inset 0 0 4px 5px rgba(0, 0, 0, 0.2);
}
.bxs-volume-low, .bxs-volume-full {
    position: relative;
    top: 22%; left: 2%;
    color: black;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.up:hover, .down:hover {
    background-color: black;
    transition: 0.2s ease-in-out;
}
.bxs-volume-full:hover, .bxs-volume-low:hover {
    color: white;
    transition: 0.2s ease-in-out;
}

/* ----------------------------DOWNLOAD---------------------------- */
aside {
    position: absolute;
    top: 651px;
    left: 1110px;
    transform: translate(-50%, -50%);
    width: 50vw;
    min-width: 1400px;
    height: 600px;
}
.page-down {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    padding: 40px 20px 20px 20px;
}
.download {
    color: black;
    display: flex;
    background-color: whitesmoke;
    gap: 50px;
    width: 100px;
    height: 40px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    font-family: 'Jockey One', monospace;
    font-size: 18px;
    letter-spacing: 3px;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.text {
    font-weight: bold;
    font-size: 17px;
    display: flex;
    color: black;
    background-color: #eee;
    align-items: center;
    padding-left: 15px;
    width: 800px;
    height: 45px;
    cursor: default;
    text-transform: none;
}
.download:hover {
    background-color: black;
    color: white;
    transition: 0.1s ease-in-out;
}

/* ----------------------------DEMO---------------------------- */
.demogame {
    position: absolute;
    font-family: 'Jockey One', monospace;
    color: black;
    font-size: 20px;
    top: 8%;
    left: 30%;
    width: 285px;
    height: 500px;
}
.demo {
    position: absolute;
    width: 285px;
    height: 500px;
    top: 15%;
    left: 30%;
}