/* 

     ============================================================
      
          _____________   ^^^^^^^^^^    ____________________

[   By ~Aryan Maurya Mr.perfect https://amsrportfolio.netlify.app  ]

          _____________   ^^^^^^^^^^    ____________________

     ============================================================

*/

@import url('https://fonts.googleapis.com/css2?family=Sriracha&family=Raleway&display=swap');

body {
    top:-10px;
    left: -10px;
    height: 100vh;
    width: 100vw;
    font-family: Raleway;
    overflow: hidden;
}

img {display: none;}

* {
    position: absolute;
    user-select: none;
}

#main {
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-color: #FF6F61;
}

#music-page {
    top: 0;
    left: 0;
    transition: top 300s linear;
    z-index: 2;
}

.block {
    height: 240px;
    width: 25vw;
    background: linear-gradient(0deg, black 75%, transparent 75%);
    font-size: 15px;
    font-weight: 800;
    line-height: 240px;
    text-align: center;
    color: white;
}

.bg {
    height: 10vh;
    width: 10vh;
    transform: scale(0);
    transition: transform 0.7s;
}

#score {
    z-index: 2;
    height: 50px;
    top: 100px;
    left: 45%;
    width: 10%;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: white;
    text-shadow: 4px 4px 6px #000000;
    transition: text-shadow 4s linear;
}

#menu {
    display: none;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10;
    background: linear-gradient(270deg, #800080, #AC4FC6);
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 50px;
}

.song {
    background-color: #800080;
    position: relative;
    width: calc(100vw - 10px);
    margin-left: 5px;
    margin-top: 10px;
    height: 150px;
}

.song-img {
    height: 150px;
    width: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}

.song-heading {
    left: 120px;
    top: 10px;
    color: white;
    font-size: 28px;
    font-weight: 600;
}

.empty-star {
    background-image: url("https://imgur.com/cpvhjE2.jpg");
    background-size: cover;
    height: 40px;
    width: 40px;
    top: 50px;
}

.complete-star {
    background-image: url("https://imgur.com/BXKkwdD.jpg");
    background-size: cover;
    height: 40px;
    width: 40px;
    top: 50px;
}

.s-1 {
    left: 160px;
}

.s-2 {
    left: 210px;
}

.s-3 {
    left: 260px;
}
/*https://imgur.com/12gZibr
https://imgur.com/qkZsuL2*/
.heart {
    background-image: url("https://imgur.com/12gZibr.jpg");
    background-size: cover;
    height: 30px;
    width: 30px;
    top: 110px;
    left: 200px;
    z-index: 4;
}

.play {
    top: 100px;
    left: 250px;
    width: calc(100% - 260px);
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    background-color: rgba(0,0,0,0.4);
    color: white;
    font-weight: 900;
    overflow: hidden;
}

.shine {
    left: -400px;
    top: -30px;
    height: 200px;
    width: 60px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    animation: shineAnim 5s linear 1s infinite;
    transform: rotate(25deg);
}

@keyframes shineAnim {
    0% {left: -400px;}
    100% {left: calc(100% + 200px);}
}

.liked {
    height: 60px;
    width: 50px;
    opacity: 0;
    left: 190px;
    top: 90px;
    z-index: 3;
    transition: opacity 1s;
    overflow: hidden;
}

.small-heart {
    background-image: url("https://imgur.com/qkZsuL2.jpg");
    background-size: cover;
}

.sh-1 {
    height: 20px;
    width: 20px;
    top: 50px;
    left: 10px;
    animation: ShAnim 1s linear 1s infinite;
}

.sh-2 {
    height: 25px;
    width: 25px;
    top: 50px;
    left: 20px;
    animation: ShAnim 0.8s linear 1s infinite;
}

.sh-3 {
    height: 15px;
    width: 15px;
    top: 50px;
    left: 30px;
    animation: ShAnim 1.2s linear 1s infinite;
}

.sh-4 {
    height: 10px;
    width: 10px;
    top: 50px;
    left: 40px;
    animation: ShAnim 1.4s linear 1s infinite;
}

.sh-5 {
    height: 18px;
    width: 18px;
    top: 50px;
    left: 35px;
    animation: ShAnim 1.1s linear 1s infinite;
}

.sh-6 {
    height: 13px;
    width: 13px;
    top: 50px;
    left: 15px;
    animation: ShAnim 1.3s linear 1s infinite;
}

@keyframes ShAnim {
    0% {top: 60px; opacity: 1;}
    100% {top: -10px;opacity: 0;}
}

.line {
    z-index: 2;
    top: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(90deg, transparent, white, transparent);
}

#l-1 {
    left: calc(25vw - 1px);
}

/* 

     ============================================================
      
          _____________   ^^^^^^^^^^    ____________________

[   By ~Aryan Maurya Mr.perfect https://amsrportfolio.netlify.app  ]

          _____________   ^^^^^^^^^^    ____________________

     ============================================================

*/

#l-2 {
    left: calc(50vw - 1px);
}

#l-3 {
    left: calc(75vw - 1px);
}

#bg {
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 2;
}

#new-page {
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: none;
    z-index: 3;
}

#red-div {
    height: 180px;
    width: 25vw;
    background-color: rgba(255,0,0,0.5);
    animation: rdAnim 1s linear 1s infinite;
}

@keyframes rdAnim {
    0%,100% {filter: brightness(100%);}
    50% {filter: brightness(60%);}
}

#progress {
    z-index: 2;
    top:30px;
    left: 20px;
    width: calc(100vw - 40px);
    height: 5px;
    background-color: rgba(50,50,50,0.3);
    border-radius: 2px 2px 2px 2px;
}

#completed-progress {
    left: 0;
    height: 100%;
    background-color: goldenrod;
    transition: width 0.1s linear;
}

.checkpoints {
    top: -10px;
    height: 25px;
    width: 2px;
    background-color: black;
}

#c-1 {
    left:33.3%;
}

#c-2 {
    left: 66.6%;
}

#c-3 {
    left: 100%;
}

#stars {
    z-index: 2;
    top: 50px;
    height: 60px;
    left: 0;
    width: 100vw;
    display: none;
    opacity: 0;
    transition: 1s;
}

.star {
    top: 0;
    height: 60px;
    width: 60px;
    background-image: url("https://imgur.com/BXKkwdD.jpg");
    background-size: cover;
    display: none;
}

#star-1 {
    left: calc(50% - 100px - 60px);
}

#star-2 {
    left: calc(50% - 30px);
}

#star-3 {
    left: calc(50% + 100px);
}

#star-4 {
    left: calc(50% - 40px - 60px);
}

#star-5 {
    left: calc(50% + 40px);
}

#you-lost {
    left: calc(50px - 2px);
    width: calc(100vw - 100px);
    top: calc(50vh - 150px - 2px);
    height: 300px;
    border: 2px solid black;
    border-radius: 10px;
    background-color: white;
    z-index: 3;
    display: none;
    transition: 1s;
    opacity: 0;
}

#yl-heading {
    top: 10px;
    left: 0px;
    height:50px;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
}

#yl-stars {
    top: 60px;
    left: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

#yl-back {
    top: 100px;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: lightsalmon;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    font-weight: 600;
}

#yl-back:hover, #yl-back:active {
    background-color: salmon;
}

#yl-watch-ad {
    height: 50px;
    left: 0;
    width: 100%;
    top: 170px;
    font-size: 16px;
    line-height: 50px;
    background-color: lightsteelblue;
    font-weight: 500;
    text-align: center;
}

#won-page {
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0.3);
    z-index: 10000;
    overflow: hidden;
    display: none;
}

#won-div {
    top:calc(100vh + 300px);
    left: 50px;
    width: calc(100vw - 100px - 20px);
    background-color: white;
    border-radius: 0 0 10px 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    transition: top 4s ease-out;
}

#won-heading {
    position: relative;
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
    font-size: 35px;
    font-weight: 900;
    text-align: center;
}

#win-code {
    position: relative;
    margin-left: 10px;
    margin-top: 20px;
    width: calc(100% - 20px);
    font-size: 18px;
    font-weight: 700;
}

#fans {
    left: 0;
    top: -90px;
    width: 100%;
    height: 50px;
    transform: rotateX(70deg);
    z-index: 2;
}

.fan {
    background-image: url("https://imgur.com/CTaKUcC.jpg");
    background-size: cover;
    height: 150px;
    width: 150px;
    animation: fanAnim 0.5s linear 0s infinite;
}

@keyframes fanAnim {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

#f-1 {
    left: 0;
}

#f-2 {
    right:0;
}

.lines {
    top: -50px;
    height: 50px;
    background-color: white;
    width: 10px;
    z-index: 1;
    border-radius: 5px 5px 0 0;
}

#ls-1 {
    left: 70px;
}

#ls-2 {
    left: calc(100% - 80px);
}

#rules {
    z-index: 10;
    position: fixed;
    top: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-image: url("https://imgur.com/f1ZSlHw.jpg");
    background-color: white;
    background-size: cover;
}

#rp {
    z-index: 11;
    position: fixed;
    top: 100vh;
    left: 0;
    height: 100vh;
    width: calc(100vw - 40px);
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
    border-radius: 50px 50px 0 0;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    transition: top 1s;
    overflow: hidden;
}

#back {
    position: relative;
    margin-top: 0;
    margin-left: -20px;
    height: 50px;
    width: 100vw;
    background-color: rgba(20,20,0,0.1);
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    line-height: 50px;
}

#loader {
    z-index: 100000;
    background-color: white;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    position: fixed;
}

.loading-bars {
    height: 50px;
    width: 20px;
    border-radius: 5px 5px 2px 2px;
    bottom: calc(50vh - 25px);
}

#v {
    background-color: violet;
    left: calc(50vw + 65px);
    animation: vibgyorAnim 2s linear 1.2s infinite;
}

#i {
    background-color: indigo;
    left: calc(50vw + 40px);
    animation: vibgyorAnim 2s linear 1s infinite;
}

#b {
    background-color: blue;
    left: calc(50vw + 15px);
    animation: vibgyorAnim 2s linear 0.8s infinite;
}

#g {
    background-color: green;
    left: calc(50vw - 10px);
    animation: vibgyorAnim 2s linear 0.6s infinite;
}

#y {
    background-color: yellow;
    left: calc(50vw - 35px);
    animation: vibgyorAnim 2s linear 0.4s infinite;
}

#o {
    background-color: orange;
    left: calc(50vw - 60px);
    animation: vibgyorAnim 2s linear 0.2s infinite;
}

#r {
    background-color: red;
    left: calc(50vw - 85px);
    animation: vibgyorAnim 2s linear 0s infinite;
}

@keyframes vibgyorAnim {
    0%, 100% {height: 50px;}
    50% {height: 120px;}
}

#loading {
    top: calc(50vh + 40px);
    left: 0;
    width: 100vw;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    color: purple;
}

a {
    display: block;
    position: fixed;
    top: calc(100vh - 50px - 2px);
    left: 10px;
    width: calc(100vw - 20px - 2px);
    height: 50px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background-color: rgb(240,240,240);
    border-top: 2px solid black;
    border-right: 2px solid black;
    color: black;
    border-radius: 20px 20px 0 0;
    text-decoration: none;
    z-index: 100;
}

audio {
    display: none;
}









/* 

     ============================================================
      
          _____________   ^^^^^^^^^^    ____________________

[   By ~Aryan Maurya Mr.perfect https://amsrportfolio.netlify.app  ]

          _____________   ^^^^^^^^^^    ____________________

     ============================================================

*/
