
body{
  direction: rtl;
  width: 100%;
  height: 100%;
}
#boxMenu {
  width: 900px;
  height: 180px;
  padding: 0px 30px 40px 20px;
  margin: 60px 20px 260px 20px;
  text-align: right;
  font-size: 25px;
color: darkgray;
}

#Menu {
  z-index: 10;
  transform-origin: 50% 0%;
  transform: perspective(800px) rotateX(90deg);
  transition: transform 0.4s linear;
  background-color: #3a4034;
  width: 200px;
  font-size: 21px;
}

.item{
  width: 120px;height: 250px;
  float: left;
  margin-left: 45px;
  margin-bottom: 20px;
  text-align: center;
  transition: opacity 0.7s;
}
.imgItem{
  width: 130px;height: 200px;
  cursor: pointer;
  
}
.spanItem{
  width: 130px;
  height: 50px;
  font-size:20px; 
}
#jump-up{
  position: fixed;
  bottom: 54px;
  right: 15px;
}
.footer{
  height: 50px;
  line-height: 50px;
  bottom: 0;
  width: 100%;
}
.item:hover{transform: scale(1.2,1.2);}
