

body {
  margin: 0;
  padding: 0px;
  background-color: #13668d;
  text-align: center;
  
}

/*     */

.timg {
  width: 100%;
  height: 100vh;
  animation: mov 1s linear backwards;
}

@keyframes mov {
 /*    0%   {opacity: 0;  }
  25%  {transform: scale(2); opacity: 0.3; }
  50%  { transform: scale(3); opacity: 0.5; }
  25%  { transform: scale(2);  opacity: 0.7; }
  100% { opacity: 1; } */ 
}


.e {
  position: absolute;
  width: 0px;
  height:  400px;
  left: 90px;
  top: -180px;
  border: none red;

  /* 
     margin-top: -100px;
     margin-left: -70px;
     */  
}

.mb, .mb2 {
  position: fixed;
  bottom: 50px;
  left: 250px;
  width: 300px;
  height: 300px;
  border: solid gold;
  border-radius: 50%;
  outline: none;
  background-image: url(img/YousefFace.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 13px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.8s ease-in-out;
}

.mb2{
  bottom: 350px;
}
.mb:hover {
  transform: rotateY(180deg);
  background-image: url(img/LHadi.jpg);
  
}

.mb2:hover {
  transform: rotateY(180deg);
  background-image: url(img/HadiFace.jpg);
  
}



.msg{
  position: fixed;
  top: 100px;
  right:500px;
  width: 400px;
  height: 200px;
  background-color: navy;
  color: white;
  font-size: 33px;
  font-weight: bold;
  font-style: italic;
  border: none ;
  border-radius: 15px;
  outline: none;
  box-shadow: 0 13px 3px rgba(0, 0, 0, 0.3);
  cursor: default;
  transition: all 0.8s ease-in-out;

}
.ver {
  position: fixed;
  bottom: 150px;
  left: 30px;
  width: 200px;
  height: 60px;
  background-color: navy;
  color: white;
  font-size: 15 px;
  font-weight: bold;
  font-style: italic;
  border: none ;
  border-radius: 15px;
  outline: none;
  box-shadow: 0 13px 3px rgba(0, 0, 0, 0.3);
  cursor: default;
  transition: all 0.8s ease-in-out;
}

.sc {
  position: fixed;
  bottom: 250px;
  left: 30px;
  width: 80px;
  height: 80px;
  border: solid gold;
  border-radius: 50%;
  outline: none;
  background-image: url(img/spkon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 13px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.8s ease-in-out;
}


.pmb {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
  border: solid gold;
  border-radius: 50%;
  outline: none;
  background-image: url(img/backIcon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 13px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.8s ease-in-out;
}



.e, .e button {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}

/*     */
.e ul {
  position: absolute;
  list-style: none;  
  padding: 0;
  margin: 0;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}

.e li {
  position: absolute;
  width: 0;
  height: 100%;
  margin: 0 50%;
  transition: all 0.8s ease-in-out;
}

/* Radial Buttons Initial point*/
.e #rb {
  position: absolute;
  /*left: -1800px; bottom: 100%;*/
  left: 50%; bottom: 100%; 
  width: 100;  height: 100;
  line-height: 0px;
  margin-left: 0;
  background: skyblue; 
  border: none;
  border-radius: 50%;
  text-align: center;
  font-size: 0px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.8s ease-in-out, color 0.1s, background 0.1s; 
/*     */
}
.e.opr #rb {

  left: 50%; bottom: 100%;
  opacity: 1;
  width: 115px; height: 115px;
  line-height: 130%;
  margin-left: -20px;
  box-shadow: 0 13px 3px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #041974;
  font-weight: bold;
  font-style: italic;
}

.e #rb:hover {
  background: burlywood;
  border: solid red;
}
.e #rb:focus {
  background: #05da16;
}
.e button:focus,
.mb:focus {
  outline: none;
}
.e button:hover {
  border-color: hsl(209, 54%, 31%);
}


/*  */
