@font-face{
  font-family: Anton;
  src: url(fonts/Anton-Regular.ttf);
}
@font-face{
  font-family: Retro;
  src: url(fonts/RubikIso-Regular.ttf);
}
@font-face{
  font-family: Corn;
  src: url(fonts/SuperCorn.ttf);
}
@font-face{
  font-family: Handil;
  src: url(fonts/handil-pro.medium.otf);
}

/* PAGRINDAS */

#blob {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0%;
  padding-top: 0%;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: all .5s ease-in-out;
  z-index: 0;
}

a{
  font-family: Handil, monospace;
  display: flex;
  background-color: #f8d3b000;
  text-align: center;
  margin: .5%;
  align-items: center;
  position: inherit;
  font-size: 13px;
  height: 100%;
  color: rgb(99,76,59);
  text-decoration: none;
  padding-right: 2%;
  padding-left: 2%;
  justify-content: center;
}

body {
  background-color: rgba(36, 36, 36, 1);
  opacity: 1;
  background-image: radial-gradient(#897e78 1.35px, rgba(36, 36, 36, 1) 1.35px);
  background-size: 27px 27px;
  overflow: hidden;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#T-icon{
  box-shadow: #000000 0px 0px 60px 0.01px;
  position: absolute;
  width: 40px;
  padding-top: 40px;
  border-radius: 50%;
  top: 7%;
  right: 5%;
  margin-right: 80px;
  z-index: 10;
  transform: translate(50%, -50%);
  transition: all .5s ease-in-out;
  cursor: pointer;
  background-color: #d1ad8b;
}

#T-icon-T{
  background-color: #f8d3b0;
  position: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 50%;
  right: 50%;
  align-content: center;
  text-align: center;
  font-size: 160%;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  transform: translate(50%, -50%);
  z-index: 10;
}

#menu{
  box-shadow: #000000 0px 0px 60px 0.01px;
  position: absolute;
  width: 40px;
  padding-top: 40px;
  border-radius: 50%;
  top: 7%;
  right: 5%;
  margin-right: 20px;
  z-index: 10;
  transform: translate(50%, -50%);
  transition: all .5s ease-in-out;
  cursor: pointer;
}

#menu-back {
  background-color: #f8d3b0;
  position: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
}

#menu-back-icon{
  position: inherit;
  height: 100%;
  mix-blend-mode: multiply;
}

 #Cmenu-back{
  background-color: #f8d3b0;
  position: inherit;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
 }

 #Cmenu{
  box-shadow: #585858 0px 0px 50px 0.01px;
  background-color: #f8d3b0;
  position: absolute;
  width: 100%;
  height: 35px;
  border-radius: 0%;
  top: -10%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  transition: all .5s ease-in-out;
}

#Cmenu-main{
  position: inherit;
  height: 100%;
  width: 100%;
  background-color: #f8d3b0;
  z-index: 9;
  align-items: center;
}

#Cmenu-main-flex{
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  height: 100%;
  width: 100%;
}

#Cmenu-main-1{
  font-family: Handil, monospace;
  background-color: #f8d3b0;
  color: rgb(99,76,59);
  position: inherit;
  height: 100%;
  right: 6%;
  top: 0%;
  font: bold;
  font-size: 20px;
  padding-left: 1.5%;
  padding-right: 1.5%;
  align-items: center;
  justify-content: center;
  display: flex;
  transition: all .3s ease-in-out;
}

#Cmenu-main-1:hover, a:hover{
  background-color: #d1ad8b;
  cursor:pointer;
}

#Cmenu-top{
  background-color: #daae85;
  position: inherit;
  width: 100%;
  bottom: 0%;
  height: 100px;
  z-index: 8;
}

#Cmenu-side-l{
  position: inherit;
  width: 200px;
  height: 200px;
  top: -150px;
  left: -150px;
  background-color: #daae85;
  transform: rotate(45deg);
  z-index: 10;
}

#Cmenu-side-r{
  position: inherit;
  width: 200px;
  height: 200px;
  top: -150px;
  right: -150px;
  background-color: #daae85;
  transform: rotate(45deg);
  z-index: 10;
}

#alert-body{
  position: inherit;
  height: 0%;
  width: 100%;
  background-color:#e0b08e;
  transition: ease-in-out .5s;
  box-shadow: #24211d 0px 0px 30px 0.01px;
}

#alert-body-sup{
  display: flex;
  justify-content: center;
  align-items: center;
  position: inherit;
  height: 10%;
  top: 70%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 20%;
  font-size: 3vh;
  font-family: Handil, monospace;
  color: #634b3b00;
  font: bold;
}

#alert-body-cont{
  height: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#alert-body-cont-text{
  position: inherit;
  color: #634b3b;
  font-family: Handil, monospace;
  font: bold;
  font-size: 1.5vh;
  background-color: hsla(0, 0%, 100%, 0); 
  padding: 2%;
  border-radius: 6%;
  white-space: wrap;
  text-align: center;
}

#alert{
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
}

#taisykles{
  height: 25%;
  width: 45vh;
  position: absolute;
  left: 50%;
  bottom: -20%;
  background-color: rgb(225, 176, 143);
  border-style:solid;
  border-width: 0.5vh;
  border-color: rgb(206, 156, 122);
  border-radius: 1%;
  opacity: 1;
  transform: translate(-50%, 50%);
  margin: 0vh;
  padding: 0vh;
  z-index: 5;
}

#taisykles-text{
  font-size:2vh;
  font-family: Handil;
  margin-top: 3vh;
  text-align: center; 
  color: rgb(99,76,59);
  font-weight: bold;
}

#taisykles-text-zodis{
  font-size: 2.2vh;
  background-color: #fcfcfc56;
  padding: 1vh;
  border-radius: 20%;
}

#taisykles-text-taisykles{
  text-indent: 0vh;
  background-color: #fcfcfc23;
  padding: 1vh;
  border-radius: 20%;
}

#taisykles-invback{
  height: 25%;
  width: 200vh;
  position: absolute;
  left: 50%;
  bottom: -100%;
  background-color: rgb(4, 25, 43);
  opacity: 0;
  transform: translate(-50%, 50%);
  margin: 0vh;
  padding: 7vh;
  padding-top: 45vh;
  z-index: 10;
  text-align: center;
}

#taisykles-upper{
  position:absolute;
  top: 0%;
  padding-top: 0.5vh;
  left: 0%;
  height: 2.5vh;
  width: 100%;
  background-color: rgb(206, 156, 122);
  font-family: Handil;
  text-align: center;
  font-size: 2vh;
}

#taisykles-upper-icon{
  align-items: center;
  position: inherit;
  top: 0%;
  right: 2%;
  display: flex;
  justify-content: center;
  height: 100%;
  font-size: 1.8vh;
  color: rgb(99,76,59);
}

/* TELEFONAI */

@media (min-width: 1px) {
  #taisykles{
    height: 200px;
    width: 90%;
    bottom: 50%;
    left: -100%;
    transition: ease-in-out .5s;
  }

  #taisykles-text{
    font-size: 14px;
  }
  
  #taisykles-text-zodis{
    font-size: 16px;
  }

  #taisykles-upper-icon{
    font-size: 11px;
  }

  #taisykles-invback{
    height: 100%;
    width: 100%;
    position: absolute;
    left: -100%;
    bottom: 0%;
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
    transform: translate(0%, 0%);
    margin: 0;
    padding: 0;
    padding-top: 0;
    z-index: 3;
    text-align: center;
  }

  #taisykles-upper{
    font-size: 13px;
  }

  #blob {
    top: 50%;
  }

  #mainbackfiller{
    height: 10%;
    width: 100vw;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #dcad8c;
    border-radius: 0%;
    opacity: 1;
    z-index: 3;
    cursor: none;
  }
  
  #mainback{
    height: 25%;
    width: 100vw;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #c69776;
    border-radius: 1%;
    opacity: 1;
    z-index: 3;
    box-shadow: #c69776 0px 0px 100px 0.01px;
    cursor: none;
  }

  #zodis{
    font-family: Handil, monospace;
    width: 100%;
    padding: 0vh;
    margin: 0vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    color:#634b3b;
    user-select: none;
    text-align: center;
  }
  
  #counter{
    font-family: Corn;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    color: #634b3b;
    opacity: 1;
    user-select: none;
  }

  #streak{
    font-family: Corn;
    position: absolute;
    bottom: 0%;
    left: 0%;
    transform: translate(100%, -50%);
    font-size: 13px;
    color: #634b3b;
    opacity: 1;
    user-select: none;
  }

  #input{
    position: absolute;
    top: -50%;
    left: -50%;
    transform: translate(-50%, -50%);
    width: 8vh;
    height: 3vh;
    background-color: aliceblue;
    border-color: #000000;
    opacity: 0;
    border-radius: 20%;
  }

  /*ALERT START*/

  #alert{
    width: 25%;
    height: 10%;
    top: 110%;
  }

  /*ALERT END*/

}

/* KOMPIUTERIAI */
@media (min-width: 992px) {
  
  /*TAISYKLES START*/
  #taisykles{
    height: 25%;
    width: 45vh;
    position: absolute;
    left: 50%;
    bottom: -20%;
    background-color: rgb(225, 176, 143);
    border-style:solid;
    border-width: 0.5vh;
    border-color: rgb(206, 156, 122);
    border-radius: 1%;
    opacity: 1;
    transform: translate(-50%, 50%);
    margin: 0vh;
    padding: 0vh;
    z-index: 5;
  }
  
  #taisykles-text{
    font-size:2vh;
    font-family: Handil;
    margin-top: 3vh;
    text-align: center; 
    color: rgb(99,76,59);
    font-weight: bold;
  }
  
  #taisykles-text-zodis{
    font-size: 2.2vh;
    background-color: #fcfcfc56;
    padding: 1vh;
    border-radius: 20%;
  }
  
  #taisykles-text-taisykles{
    text-indent: 0vh;
    background-color: #fcfcfc23;
    padding: 1vh;
    border-radius: 20%;
  }
  
  #taisykles-invback{
    height: 25%;
    width: 200vh;
    position: absolute;
    left: 50%;
    bottom: -100%;
    background-color: rgb(4, 25, 43);
    opacity: 0;
    transform: translate(-50%, 50%);
    margin: 0vh;
    padding: 7vh;
    padding-top: 45vh;
    z-index: 10;
    text-align: center;
  }
  
  #taisykles-upper{
    position:absolute;
    top: 0%;
    padding-top: 0.5vh;
    left: 0%;
    height: 2.5vh;
    width: 100%;
    background-color: rgb(206, 156, 122);
    font-family: Handil;
    text-align: center;
    font-size: 2vh;
  }
  
  #taisykles-upper-icon{
    align-items: center;
    position: inherit;
    top: 0%;
    right: 2%;
    display: flex;
    justify-content: center;
    height: 100%;
    font-size: 1.8vh;
    color: rgb(99,76,59);
  }
  /*TAISYKLES END*/

  /*ALERT START*/
  
  #alert{
    width: 18%;
    height: 12%;
    top: 22%;
  }
  
  /*ALERT END*/

  #blob {
    top: 50%;
  }

  #mainbackfiller{
    height: 10%;
    width: 70vh;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #dcad8c;
    border: 0.5vh;
    border-color: #dcad8c;
    border-radius: 0%;
    opacity: 1;
    z-index: 3;
    transition: linear 200ms;
    border-style: var(--a);
    cursor: none;
  }
  
  #mainback{
    height: 25%;
    width: 70vh;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #c69776;
    border: 0.5vh;
    border-color: #c69776;
    border-radius: 1%;
    opacity: 1;
    z-index: 3;
    box-shadow: #967f6a 0px 0px 100px 0.01px;
    transition: linear 200ms;
    border-style: var(--a);
    cursor: none;
  }
  
  body:has(#mainback:hover) #mainbackfiller, #mainback:hover, body:has(#mainbackfiller:hover) #mainback, #mainbackfiller:hover{
    --a:solid;
  }
  
  #zodis{
    font-family: Handil, monospace;
    padding: 0vh;
    margin: 0vh;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 5.3vh;
    color: #634b3b;
    user-select: none;
    width: 70vh;
    justify-content: center;
    text-align: center;
  }

  #counter{
    font-family: Corn;
    position: absolute;
    bottom: 0%;
    left: 50%;
    font-size: 2vh;
    color: #634b3b;
    opacity: 1;
    user-select: none;
  }

  #streak{
    font-family: Corn;
    position: absolute;
    bottom: 0%;
    left: 0%;
    font-size: 2vh;
    color: #634b3b;
    opacity: 1;
    user-select: none;
  }
}