 .open-buttonn {    border-radius: 4px;
      color: white;
      padding: 5px 5px 5px 5px;
      border: none;
      cursor: pointer;
      opacity: 1.8;
      position: fixed;
      bottom: 65px;
      right: 18px;
      width: 40px;
    left:40px;
      z-index: 99;   font-weight: bold; text-align: center;
    
     
    }
    .open-buttonn2 {    border-radius: 4px;
      color: #fff;
      padding: 5px 5px 5px 5px;
      border: none;
      cursor: pointer;
      opacity: 1.8;
      position: fixed;
      bottom: 65px;
      right: 80px;
      width: 40px;
    left:90px;
      z-index: 99;   font-weight: bold; text-align: center;
    
    
    }
    .open-facebook {    border-radius: 4px;
      font-size: 13px;
      color: white;
      padding: 5px 5px 5px 5px;
      border: white 1px solid;
      cursor: pointer;
      opacity: 1.8;
      position: fixed;
      bottom: 105px;
      left: 18px;
      width: 100px;
    left:35px;
      z-index: 99;   font-weight: bold; text-align: center;
    
    
    }
    .open-buttonn4 {    border-radius: 4px;
      color: #fff;
      padding: 5px 5px 5px 5px;
      border: none;
      cursor: pointer;
      opacity: 1.8;
      position: fixed;
      bottom: 80px;
      width: 50px;
    right:40px;
      z-index: 99;   font-weight: bold; text-align: center;
    
    
    }
    .footer-menu i {
      font-size: 28px;       /* حجم الأيقونة */
      color: #fff;            /* لون الأيقونات */
      transition: 0.3s;
  }
  
  .footer-menu i:hover {
      color: #ffb320;         /* لون عند المرور */
      transform: scale(1.3);  /* تكبير عند المرور */
  }
