* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  display: none;
}

.baklol {
  display: none;
}

/* ------------------------------------------->OVERLAY LANDSCAPE<----------------------------------------- */

@media screen and (max-width:500px) {
  .overlay {
    display: flex;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: black;
    overflow: hidden;
    z-index: 1000;
  }

  .baklol {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

  }
}

.gamedrive {
  overflow: hidden;
}


.disable-scroll {
  overflow-y: scroll;
}

#main {
  position: relative;
  overflow: hidden;
  background-color: black;
}

#home {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-color: black;
}

.canvas {
  max-width: 100vw;
  max-height: 100vh;
  /* position: fixed; */
  top: 0;
}

.blankspace{
  /* position: relative; */
  width: 100vw;
  height: 100vh;
}

.enter {
  overflow: hidden;
  display: flex;
  color: white;
  position: absolute;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1000;
  transition: all 1s ease-in-out;
  background-color: black;
}

.enter h1 {
  font-size: 3vmax;
  font-family: 'Jost', sans-serif;
  text-shadow: 3px 3px 2px rgb(0, 0, 0);
}

.enterbutton-cont {
  margin-top: 5vmax;
}

.enterbutton {
  height: 4vmax;
  width: 10vmax;
  border: none;
  border-radius: 1vmax;
  background-color: rgb(0, 17, 0);
  font-style: italic;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  font-size: 1.2vmax
}

.enterbutton:hover {
  box-shadow: 4px 4px 10px greenyellow, -4px -4px 10px greenyellow;
}

.newenter {
  transform: translateY(-100%);
  opacity: 0;
}

/* audio-------------------------------------> */

.musiciconcont{
  position: absolute;
  z-index: 101;
  /* border: 5px solid red; */
}
.musiciconcont{
  /* border: 1px solid black; */
  position: fixed;
  top: 3vh;
  right: 3vw;
  /* border:1px solid red ; */
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.musiciconcont i{
  /* position: fixed; */
  color:rgb(88, 170, 12);
  font-size: 2vmax;
}

.removeicon{
  opacity: 0;
  z-index: 101;
}

.mslash{
  opacity: 0;
}
.addicon{
  opacity: 1;
}