#menu-bar{
  z-index: 12;
  position: fixed;
  top:10px;
  right: 10px;
}

#menuh{
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  width: 35px;
  height: 30px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.bar{
  height: 5px;
  width: 100%;
  background-color: white;
  display: block;
  border-radius: 5px;
  transition: 0.3s ease;
}

#bar1{
  transform: translateY(-4px);
}

#bar3{
  transform: translateY(4px);
}

.navmenu li a{
  color: white;
  text-decoration: none;
  font-size: 18px;
}
.navmenu li a:hover{
font-weight: bold;
border-bottom: 1px solid white;
}
.navmenu li {
  list-style: none;
  padding: 15px 0;
}
.navmenu{
  /*background-color: aqua;*/
  text-align: right;
  position: absolute;
  top: 70px;
  right: -200px;
  transition: 0.3s ease;
  display: block;
  padding-right: 0;
}

.menu-bg{
  top: -250px;
  right: -250px;
  position: fixed;
  z-index: 10;
}

.menu-bg{
  width: 0;
  height: 0;
  background-color: rgba(7, 7, 7, 0.397);
  transition: 0.3s ease;
  border-radius: 50%;
}
.change-bg{
  width: 500px;
  height: 800px;
}



.change .bar{
  background-color: white;
}
.change #bar1{
  transform: translateY(4px) rotateZ(-45deg);
}
.change #bar3{
  transform: translateY(-6px) rotateZ(45deg);
}
.change #bar2{
  opacity: 0;
}

.change{
  
  right: 20px;
}


.zommingimg:hover{
  transform: scale(1.3, 1.3);
}

.realizzazioni_render{
  margin-top: 50px;
  text-align: center;
  color: orange;
}

