.container {

}

.hash {
  position: absolute;
  z-index: 5;
  font-size: 9px;
  padding: 10px;
  bottom: -10px;
  text-align: center;
}

.imgname {
  background: rgba(1,1,1, .5);
  transform: translate(150px, 150px) rotate(-90deg);
  font-weight: bold;
  position: absolute;
  z-index: 5;
  font-size: 15px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;

}

img {
  z-index: 2;
  border: solid 10px rgba(0,0,0,1);
  width: 100%;
  border-radius: 10px;
}

.card {
  border-radius: 36px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 420px;
  perspective: 1000px;
  padding: 0px;
  will-change: filter;

}
.card:hover {
  filter: drop-shadow(0 0 2em rgba(1,1,1,.8));
}


.card_inner {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
}
.card_inner.is-flipped {
  transform: rotateY(180deg);
}
.face {
  background: blue;
  box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
}
.subcontainer {
  box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 1);
  display: flex;
  justify-content: center;
}
.subcontainer h2 {
  font-size: 20px;
  padding: 20px;
  position: absolute;
  z-index: 5;
}
.subcontainer_back {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  background: red;
  display: flex;
  justify-content: center;
}
.back {
  text-align: center;
  display: flex;
  transform: rotateY(180deg);
}
.content {
  text-align: center;

}
.content h1 {
  font-size: 30px;
  text-align: center;
  padding: 10px;
}

.hue {
  position: absolute;
  z-index: 10;
  padding: 20px;
  bottom: 50px;
  left: 20px;
  border-radius: 15px;
  background: rgba(1, 1, 1, .8);
  opacity: 0.1;
}
.borda {
  position: absolute;
  bottom: 20px;
  width: 80%;
  /* height: 10px; */
  background-color: red;
}

.wave{
  z-index: 10;
  height: 50px;
  position: relative;
  /* background: linear-gradient(90deg, #27b6b9 0%, #0f4061 100%); */
}

/* Wave text css */
.wave {
  color:#fff;
  text-align:center;
  font-weight:bold;
  font-size:24px;
  padding-bottom:25px;
  
}
/* */


.wave::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat;
  height: 10px;
  background-size: 20px 20px;
  background-image:
   radial-gradient(circle at 10px -5px, transparent 12px, #fff 13px);
}
.wave::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: repeat;
  height: 15px;
  background-size: 40px 20px;
  background-image:
    radial-gradient(circle at 10px 15px, #fff 12px, transparent 13px);
}

.mask_wave1 {
  --mask: 
  conic-gradient(from 135deg at top,#0000,#000 1deg 89deg,#0000 90deg) top/10.00px 51% repeat-x,
  conic-gradient(from -45deg at bottom,#0000,#000 1deg 89deg,#0000 90deg) bottom/10.00px 51% repeat-x;
-webkit-mask: var(--mask);
        mask: var(--mask);
}

.mask_wave2 {
  --mask: 
    linear-gradient(0deg,#0000 16px,#000 0) 0 8px,
    radial-gradient(8px,#000 98%,#0000) 50%/14.80px 16px repeat space;
  -webkit-mask: var(--mask);
          mask: var(--mask);
}

.mask_wave3 {
  --mask: 
    linear-gradient(0deg,#0000 16px,#000 0) 0 8px,
    radial-gradient(8px,#000 98%,#0000) 50%/14.80px 16px repeat space;
  -webkit-mask: var(--mask);
          mask: var(--mask);
}

.mask_wave4 {
  --mask: 
    radial-gradient(4px at 25% 0   ,#0000 98%,#000) 50% 4px/16px 51% repeat-x,
    radial-gradient(4px at 75% 50% ,#000 99%,#0000 101%) top/16px 8px repeat-x,
    radial-gradient(4px at 75% 100%,#0000 98%,#000) 50% calc(100% - 4px)/16px 51% repeat-x,
    radial-gradient(4px at 25% 50% ,#000 99%,#0000 101%) bottom/16px 8px repeat-x;
  -webkit-mask: var(--mask);
          mask: var(--mask);
}

canvas {
  border-radius: 50%;
  /* opacity: .3; */
  top: 70px;
  left: 20px;
  position: absolute;
  z-index: 50;
  visibility: visible;
}

#pattern {
  border-radius: 50%;
  opacity: 0.5;
  border-radius: 50%;
  bottom: 190px;
  right: 100px;
  position: absolute;
  z-index: 50;
  visibility: visible;
}

#pattern2 {
  border-radius: 50%;
  opacity: 0.5;
  /* border-radius: 50%; */
  right: 150px;
  position: absolute;
  z-index: 50;
  visibility: visible;
  border-radius: 48% 52% 0% 100% / 84% 70% 30% 16% ;
}

#fungi-cap {
  z-index: 30;
  border-radius:
  52% 48% 0% 100% / 84% 70% 30% 16% ;
  opacity: .5;
  top: 10px;
  left: 25px;
  position: absolute;
  background: black;
  width: 20px;
  height: 20px;
}

#fungi-body {
  z-index: 20;
  border-radius:
  22% 78% 29% 71% / 100% 18% 82% 0%;
  opacity: .5;
  top: 20px;
  left: 30px;
  position: absolute;
  background: black;
  width: 10px;
  height: 15px;
}

#waves {
  opacity: 0.5;
  border-radius: 0%;
  bottom: 150px;
  /* right: 100px; */
  position: absolute;
  z-index: 50;
  visibility: visible;
  /* background: black; */
  width: 350px;
  height: 100px;
  z-index: 350;
}

#hydraCanvas {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .2;
  border-radius: 0;
  position: absolute;
  z-index: 60;
}

#audio {
  opacity: 0.5;
  border-radius: 0%;
  bottom: 0px;
  /* right: 100px; */
  position: absolute;
  z-index: 50;
  visibility: visible;
  /* background: black; */
  width: 350px;
  height: 100px;
  z-index: 500;
}