/* .header {
  position: fixed;
  width: 100%;
  margin: 0;
  top: 0;
  z-index: 999;
}

.header-logo {
  width: 7%;
  margin: 1%;
  display: block;
  float: left;
}

.header-right {
  width: 30%;
  float: right;
  display: flex;
  margin: 0.5%;
}
.header-contact {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  margin-right: 5%;
  flex-basis: 50%;
  align-items: center;
  justify-content: center;
}

.header-contact img {
  width: 1vw;
  margin-right: 10%;
  align-self: center;
}

.header-contact-email {
  height: 0.7vw;
}

.header-contact-phone {
  height: 1.5vw;
} */

.header-meniu {
  width: 4vw;
}

@keyframes slidein {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0%);
  }
}

#navMenu {
  position: fixed;
  z-index: 1001;
  padding: 5%;
  text-align: center;
  margin-top: 5%;
  width: 50%;
  margin-left: 50%;
  overflow: scroll;
  height: 90vh;
  animation-name: slidein;
  animation-duration: 1s;
}

.collapsedMenu a {
  width: 100%;
  display:block;
  margin: 3% auto;
}

.header-logo {
  width:15%;
  display:block;
}

.menu-user-icon {
  width: 1rem;
  height: 1rem;
}

.header {
  
    display: flex
;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding:1% 2%;

}

.loginbtn {
  white-space: nowrap;
  /* display:block; */
  margin-right:5%;
  
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;

}

.header-right  {
  text-align: right;
}

.navi-h a {
  text-decoration:none;
  /* color:#333; */
  font-weight:bold;
}

.navi-h {
  display:flex;
  justify-content: space-between;
  flex-basis:40%;
}
@media only screen and (max-width: 768px) {
  .navi-h {
    display:none;
  }
  .loginbtn {
    border:none!important;
    display:inline;
  }
   .header-logo {
    width: 100%;
  }
  .header-meniu {
    float:right;
  }
  .menu-user-icon {
    width: 1.5rem;
    height: 1.5rem;
}
    /*
  .header-right {
    width: 40%;
    margin-top: 3%;
  }

  .header-contact img {
    width: 5vw;
  }
  .header-contact-email {
    height: 3.5vw;
  }
  .header-contact-phone {
    height: 8vw;
  } */
  .header-meniu {
    width: 15vw;
  }
  /* .header-contact-text {
    display: none;
  } */

  #navMenu {
    width: 100%;
    margin-left: 0;
  }
}
