/* @font-face {
    font-family: 'font2';
    src: url('./assets/images/BRLNSR.TTF');
}

@font-face {
    font-family: 'font3';
    src: url('./assets/images/BRLNSDB.TTF');
} */
/* @import url('https://fonts.googleapis.com/css2?family=Anton&display=swap'); */
body {
    padding: 0;
    margin: 0;
    background-color: black;
    font-family: 'Anton', sans-serif;
    /*  height: auto !important; */
}

canvas {
    /* font-family: 'Anton', sans-serif; */
}

#loaderDiv {
    opacity: 1;
    overflow: hidden;
    position: absolute;
    background-color: whitesmoke !important;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    z-index: 1010;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-weight: 100;
    font-size: 60px;
    margin: auto;
}

#loaderDiv div {
    position: absolute;
    width: 100%;
    bottom: 50%;
}

#loaderDiv p {
    color: black;
    font-size: 60px;
    margin: 0;
}

.gameDiv {
    opacity: 0;
    overflow: hidden;
    position: fixed;
    background-image: linear-gradient(#150325, #150325);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    z-index: 1010;
    top: 0;
    bottom: 0;
    margin: auto;
}

.gameDiv img {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.rectangle {
    background-color: #504c3c;
    height: 200vh;
    width: 2%;
    bottom: 0;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #000;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.checkfont {
    display: none;
    visibility: hidden;
    color: #000;
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: -1000;
    width: 0;
    height: 0;
}

.checkfont p {
    opacity: 0;
}

.checkfont p:nth-child(1) {
    font-family: 'Anton', sans-serif;
    /* font-family: 'font1'; */
}

/* 
.checkfont p:nth-child(2) {
    font-family: 'font2';
} */

.containerr {
    display: flex;
    opacity: 0;
    position: absolute;
    align-items: center;
    justify-content: right;
    z-index: 100000;
    width: 300px;
    height: 10px;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: auto;
}

.progress {
    display: inline-block;
    width: 100%;
    height: 11px;
    margin: 35px;
    margin-top: 150px;
    border-radius: 20px;
    background: #f9f9f9;
    background-image: url('./assets/Loader_00.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.bar {
    border-radius: 20px;
    width: 0%;
    height: 100%;
    transition: width;
    transition-duration: 0.05s;
    transition-timing-function: cubic-bezier(0.36, 0.55, 0.63, 0.48);
}


/*  .mobile {
    display: none;
}
*/

.shadow {
    /* 25 50 */
    box-shadow: 0px 45px 50px rgba(0, 0, 0, 0.25);
}

.overlap {
    background-image: url('./assets/Loader_11.png');
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 500px) {
    .progress {
        width: calc(100vw * 0.7);
        /* height: calc(100vw * 0.7 * 0.145); */
        /* height: 40px; */
        height: 11px;
        margin: 25px;
        margin-top: 100px;
    }
}

#titleleaderboard {
    font-size: 30px;
    position: absolute;
    top: 2%;
}

#bodyleaderboard {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#bodyleaderboard p {
    text-align: center;
}

#photoData {
    /* top: 10px; */
    /* margin: 10px; */
    /* background-color: darkgoldenrod; */
    height: 100px;
    border-radius: 15px;
    background-image: url(./assets/form/Rank_BG.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


/* The element which contains one/many content sections */

.container {
    display: flex;
    flex-direction: column;
    height: 60%;
    width: 100%;
    /* overflow-y: scroll; */
    position: absolute;
    bottom: 20%;
    z-index: 100000;
}


/* The container's content you want to add an overflow to */

.scrollable-content {
    flex: 1 1 auto;
    overflow: auto;
}

.flex-container {
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    background-color: DodgerBlue;
    height: 60%;
    width: 100%;
    bottom: 20%;
    /* overflow-y: hidden; */
    flex: 1 1 auto;
    overflow: auto;
}

.flex-container>div {
    /* background-color: #f1f1f1; */
    margin: 10px;
    padding: 20px;
    font-size: 30px;
}

#flexing {
    display: flex;
    flex-direction: column;
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
}

.videocontainer {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    background-color: rgba(0, 0, 0, 1);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: -1;
}

.tutorialboard {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    z-index: -1;
}

.tutorialboard p {
    position: absolute;
    bottom: 75%;
    width: 100%;
    color: grey;
    text-align: center;
    font-family: 'Anton', sans-serif;
}

.tutorialboard img {
    position: absolute;
    bottom: 75%;
    width: 100%;
    color: grey;
    text-align: center;
    font-family: 'Anton', sans-serif;
}

.whitebg {
    background-image: url(./assets/Tutorial_Card.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 70%;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.leaderboard {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    background-image: linear-gradient(#150325, #150325);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: -1;
    background-image: url(./assets/form/Tile_Background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#leaderboardheader {
    width: 100%;
    height: 10%;
    top: 0;
    /* background-color: blue; */
    background-image: url(./assets/form/Header.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#backgroundscrollboard {
    width: 100%;
    height: 80%;
    top: 0;
    /* background-color: blue; */
    background-image: url(./assets/form/Tile_Background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#leaderboardtitle {
    width: 100%;
    height: 15%;
    top: 0;
    /* background-image: url(./assets/form/LeaderBoard_Header.png);
background-position: center;
background-size: contain;
background-repeat: no-repeat; */
}

#flexcontainer {
    width: 100%;
    height: 85%;
    top: 20%;
    background-color: transparent;
    display: flex;
    /* position: absolute; */
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
}

#footerleaderboard {
    width: 100%;
    height: 10%;
    bottom: 0;
    background-image: url(./assets/form/Header.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#tutcard {
    height: 60%;
    left: 0;
    right: 0;
    margin: auto;
}

#toptxt {
    height: 15%;
}

#toptxt2 {
    height: 15%;
}

#maintut {
    height: 50%;
}

#bottomtxt {
    height: 20%;
}

/* ---------------------------------------------------------------------------------------- */
#aboutus {
    width: 80%;
    text-align: start;
    height: 400px;
    border-radius: 15px;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 200%;
    bottom: 0;
    padding: 5%;
    transition: all 1s;
    background: #DF6EA3;
    z-index: 10;
    text-align: center;
}

#secretdialog {
    width: 80%;
    text-align: start;
    height: 250px;
    border-radius: 15px;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 200%;
    bottom: 0;
    padding: 5%;
    transition: top 1s;
    background: #DF6EA3;
    z-index: 10;
    text-align: center;
}

#submit {
    cursor: pointer;
    background: #722BBA;
    color: white;
    height: 40px;
    width: 80px;
    border: none;
    border-radius: 10px;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    margin-top: 10%;
    font-family: "anton", sans-serif;
    background-image: url(./assets/submitbtn.png);
    background-size: contain;
    background-position: center;
}

#password {
    line-height: 30px;
    width: 80%;
    border-radius: 10px;
    outline: none;
    box-shadow: none;
    border: navajowhite;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
}

#error11 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: darkred;
    right: 12%;
    position: absolute;
}

.sidenav {
    height: 100%;
    width: 75%;
    left: -75%;
    position: fixed;
    z-index: 1;
    top: 0;
    /* left: 0; */
    /* background-color: #111; */
    overflow-x: hidden;
    transition: 0.5s;
    /* padding-top: 50px; */
}

.sidenav a {
    /* padding: 8px 8px 8px 32px; */
    text-decoration: none;
    /* font-size: 25px; */
    color: #818181;
    display: block;
    transition: 0.3s;
    height: 14.28%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}



#aboutus a {
    /* padding: 8px 8px 8px 32px; */
    text-decoration: none;
    /* font-size: 25px; */
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* .sidenav a:hover {
      color: #f1f1f1;
    } */

.sidenav .closebtn {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 36px;
    margin: 10px;
    color: white;
    font-family: Arial;
}

#aboutus .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    margin: 10px;
    color: black;
    font-family: Arial;
}

img {
    /* height: auto; */
    width: 100%;
    /* vertical-align: middle; */
    /* margin-top: 5%; */
}

#songHITS {
    background-image: url('./assets/img/1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#christmas {
    background-image: url('./assets/img/2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#Know80s {
    background-image: url('./assets/img/3.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#hiphopbrain {
    background-image: url('./assets/img/4.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#krazy4kpop {
    background-image: url('./assets/img/5.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#wholovesbillie {
    background-image: url('./assets/img/6.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#about {
    background-image: url('./assets/img/7.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

#mainContainer{
    display: none;
    position: fixed;
    z-index: 9;
}

