.karnisha {
  position: relative;
}
.karnisha__logo {
  width: 25px;
  height: 25px;
}
.karnisha__power_box {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -187px;
  left: -50px;
  transition: transform 0.3s;
  width: 200px;
  height: 175px;
  background: rgba(1, 146, 165, 0.73);
  box-shadow: 0 8px 32px 0 rgba(1, 146, 165, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.karnisha__power_box.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(-15px);
}
@media only screen and (max-width: 767px) {
  .karnisha__power_box {
    left: 80px;
  }
}
.karnisha__power_text {
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.karnisha__power_text p {
  margin: 0;
}
.karnisha__name {
  font-family: KalamehWeb_Black;
  font-size: 27px;
  color: #eb9b21;
}
.karnisha__slogan {
  margin-top: 10px;
  color: #fff;
}/*# sourceMappingURL=krn-style.css.map */