@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Montserrat";
  src: url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
}

@font-face {
  font-family: "Raleway";
  src: url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
}

.header {
  position: fixed;
  left: 0%;
  z-index: 4;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .line {
  overflow: hidden;
}

.header .line div {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.header #logo {
  padding: 2vw 0 0 2.2vw;
  font-size: 1em;
  font-weight: 200;
}

.header a {
  font-size: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  padding: 2vw 0;
  margin-right: 2rem;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  text-shadow: -1px 3px 3px #444;
  -webkit-transition: 0.8s cubic-bezier(0.07, 0.95, 0, 1);
  transition: 0.8s cubic-bezier(0.07, 0.95, 0, 1);
}

.header a.link:hover {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.header nav {
  width: 2vw;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg) translateY(50%);
          transform: rotate(-90deg) translateY(50%);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.buttonHeader {
  position: absolute;
  top: 5%;
  right: 2%;
  z-index: 11;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  mix-blend-mode: difference;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.buttonHeader .soundInfo {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.025);
  color: #ffffff;
  margin: 0 2em;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
}

.buttonHeader .soundInfo p.soundStatus {
  margin: 10px 20px;
  font-size: calc(10px + 0.1vw);
  letter-spacing: 1.5px;
  font-weight: 300;
}

.buttonHeader button.svgsBtns {
  cursor: pointer;
  margin: 0 2em;
  width: 1.2em;
  background-color: transparent;
  border: none;
  padding: 0;
  z-index: 5;
  opacity: 0;
}

.buttonHeader button.svgsBtns:focus {
  outline: none;
}

.buttonHeader button.svgsBtns .power,
.buttonHeader button.svgsBtns .sound {
  fill: #ffffff;
  -webkit-transform: scale(1.75);
          transform: scale(1.75);
  -webkit-transform-origin: left;
          transform-origin: left;
  fill: #ffffff;
}

.buttonHeader button.svgsBtns .sound {
  -webkit-transform: scale(2.15);
          transform: scale(2.15);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.buttonHeader button.svgsBtns .sound path:nth-child(1) {
  opacity: 1;
  -webkit-animation: pulse-n-glow 2000ms 200ms ease infinite;
          animation: pulse-n-glow 2000ms 200ms ease infinite;
}

.buttonHeader button.svgsBtns .sound path:nth-child(2) {
  opacity: 1;
  -webkit-animation: pulse-n-glow 2000ms 400ms ease infinite;
          animation: pulse-n-glow 2000ms 400ms ease infinite;
}

.buttonHeader button.svgsBtns .sound path:nth-child(3) {
  opacity: 1;
  -webkit-animation: pulse-n-glow 2000ms 600ms ease infinite;
          animation: pulse-n-glow 2000ms 600ms ease infinite;
}

.buttonHeader button.svgsBtns .sound path:nth-child(4) {
  opacity: 1;
  -webkit-animation: pulse-n-glow 2000ms 800ms ease infinite;
          animation: pulse-n-glow 2000ms 800ms ease infinite;
}

.buttonHeader button.svgsBtns .sound path:nth-child(5) {
  opacity: 1;
  -webkit-animation: pulse-n-glow 2000ms 1000ms ease infinite;
          animation: pulse-n-glow 2000ms 1000ms ease infinite;
}

.buttonHeader button.svgsBtns .sound path:nth-child(6) {
  opacity: 1;
  -webkit-animation: pulse-n-glow 2000ms 1200ms ease infinite;
          animation: pulse-n-glow 2000ms 1200ms ease infinite;
}

.buttonHeader button.svgsBtns .sound path:nth-child(7) {
  opacity: 1;
  -webkit-animation: pulse-n-glow 2000ms 1400ms ease infinite;
          animation: pulse-n-glow 2000ms 1400ms ease infinite;
}

.buttonHeader button.svgsBtns .sound path:nth-child(8) {
  opacity: 1;
  -webkit-animation: pulse-n-glow 2000ms 1600ms ease infinite;
          animation: pulse-n-glow 2000ms 1600ms ease infinite;
}

.buttonHeader button.svgsBtns .sound path:nth-child(9) {
  opacity: 1;
  -webkit-animation: pulse-n-glow 2000ms 1800ms ease infinite;
          animation: pulse-n-glow 2000ms 1800ms ease infinite;
}

.buttonHeader button.svgsBtns .sound path:nth-child(10) {
  opacity: 1;
  -webkit-animation: pulse-n-glow 2000ms 2000ms ease infinite;
          animation: pulse-n-glow 2000ms 2000ms ease infinite;
}

.buttonHeader button.svgsBtns .powerChange {
  fill: #b2a3fc;
  -webkit-transform-origin: left;
          transform-origin: left;
}

@-webkit-keyframes glow {
  50% {
    opacity: 0.75;
  }
}

@keyframes glow {
  50% {
    opacity: 0.75;
  }
}

@-webkit-keyframes pulse-n-glow {
  0%,
  100% {
    -webkit-transform: scale(1);
    background: #03a9f4;
  }
  16.67% {
    -webkit-transform: scale(1.04);
    background: #ff5722;
  }
  33.33% {
    -webkit-transform: scale(1);
    background: #ff5252;
  }
  50% {
    -webkit-transform: scale(1.04);
    background: #e91e63;
  }
  66.67% {
    -webkit-transform: scale(1);
    background: #9c27b0;
  }
  83.34% {
    -webkit-transform: scale(1.04);
    background: #673ab7;
  }
}

@keyframes pulse-n-glow {
  0%,
  100% {
    -webkit-transform: scale(1);
    background: #03a9f4;
  }
  16.67% {
    -webkit-transform: scale(1.04);
    background: #ff5722;
  }
  33.33% {
    -webkit-transform: scale(1);
    background: #ff5252;
  }
  50% {
    -webkit-transform: scale(1.04);
    background: #e91e63;
  }
  66.67% {
    -webkit-transform: scale(1);
    background: #9c27b0;
  }
  83.34% {
    -webkit-transform: scale(1.04);
    background: #673ab7;
  }
}

@-webkit-keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
/*# sourceMappingURL=navbar.css.map */