@font-face {
  font-family: "Sohne";
  src: url("/Sohne/Sohne-Mager.otf")
}

@font-face {
  font-family: "Sohne bold";
  src: url("/Sohne/Sohne-Halbfett.otf")
}

@font-face {
  font-family: "Ogum";
  src: url("/Ogum/ogum.otf")
}

@font-face {
  font-family: "Ogum bold";
  src: url("/Ogum/ogumbold.otf")
}


body{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: Sohne;
  overflow: hidden;
  height: 100%;
  position: absolute;
}

canvas {
  display: block;
}

::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}

#soud_icon{
  transition: opacity 0.8s, transform 0.8s;
}

#backBtnContainer{
  position: absolute;
  background-color: white;
  top: 0px;
  left: 0px;
  width: 100%;
  mix-blend-mode: hard-light;
  background-color: black;
  -webkit-mask-image: -webkit-gradient(linear, left top,left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}

#images{
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}

#menu_backBtn{
  background-color: transparent;
  transition: opacity 0.7s, transform 0.5s;
  transform: translateY(-10px);
  opacity: 0;
  outline: none;
}

#menu_backBtn:active{

  opacity: 0.9;
  margin-top: 1px;

}

#aditionalText{
  overflow: auto;
}

#aditionalInfo_Contaiter{
  top : 0px;
  left : 0px;
  position: absolute;
  color : white;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

/*  TITLE */

.wordexplorer.title{
  position: absolute;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}
.wordexplorer.title.on{
  opacity: 1;
}
.wordexplorer.title.off{
  opacity: 0;
}
.wordexplorer.line{
  width: 0;
  opacity: 1;
  transition: width 0.5s, opacity 0.5s;
  transition-delay: 0.1s;
  position: absolute;
}


/* WORDS */
.wordexplorer.container{
  position: absolute;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  transition-delay: 0.2s;
}

.wordexplorer.container.on{
  margin-left: 0;
  opacity: 1;
}

.wordexplorer.container.off{
  margin-left: 10%;
  opacity: 0;
  transition-delay: 0.07s;
}
.wordexplorer.word{
  font-family: Sohne bold;
  font-weight: 600;
}

.infoPagetitle{

  border-bottom: 5px solid white;
  padding-bottom: 30px;

}
