

@import url("http://www.fontstatic.com/f=jazeera,jazeera-light");

@import url("http://www.fontstatic.com/f=sky-bold,sky");
   
  body{
    width:100%;
      
 zoom:100%
  }
     @media (max-width: 600px) {
  body{
    width:100%;
    zoom:40%
  }


}         
    @media (max-width: 480px) {
  body{
    width:100%;
    zoom:30%
  }
}     
 
     
  
#hed1 {
 
    background-size:100%;
  
    position:relative;
     width: -moz-fit-content;
width: -webkit-fit-content;
width: fit-content;

}

#hed2 {
   
    background-size:100%;
    background-repeat: space;
   
     width: -moz-fit-content;
width: -webkit-fit-content;
width: fit-content; 
}
#hed3{
   
    background-size:100%;
    background-repeat: space;
    
     width: -moz-fit-content;
width: -webkit-fit-content;
width: fit-content; 
}
     
     
/* Menu Dropdown */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.menu,
.submenu {
 margin: 0;
 padding: 0;
 list-style: none;

}

.menu {   
/*  margin: 50px auto;*/
 width: 90%;   
 width: -moz-fit-content;
 width: -webkit-fit-content;
 width: fit-content; 
}

.menu > li {
 background: #34495e;
 float: Right;
 position: relative;
 transform: skewX(25deg);

}

.menu a {
 display: block;
 color: #fff;
 text-transform: uppercase;
 text-decoration: none;
/* font-family: Arial, Helvetica;*/
font-family: 'sky';
    
 font-size: 14px;
  font-weight: bold;

}  

.menu li:hover {
 background: #e74c3c;
}  

.menu > li > a {
 transform: skewX(-25deg);
 padding: 1em 2em;
}

/* Dropdown */
.submenu {
 position: absolute;
 width: 200px;
 left: 50%; margin-left: -100px;
 transform: skewX(-25deg);
 transform-origin: left top;
}

.submenu li {
 background-color: #34495e;
 position: relative;
 overflow: hidden;  
}      

.submenu > li > a {
 padding: 1em 2em;   
}

.submenu > li::after {
 content: '';
 position: absolute;
 top: -125%;
 height: 100%;
 width: 100%;   
 box-shadow: 0 0 50px rgba(0, 0, 0, .9);   
}  

.submenu > li:nth-child(odd){
 transform: skewX(-25deg) translateX(0);
}

.submenu > li:nth-child(odd) > a {
 transform: skewX(25deg);
}

.submenu > li:nth-child(odd)::after {
 right: -50%;
 transform: skewX(-25deg) rotate(3deg);
}    

.submenu > li:nth-child(even){
 transform: skewX(25deg) translateX(0);
}

.submenu > li:nth-child(even) > a {
 transform: skewX(-25deg);
}

.submenu > li:nth-child(even)::after {
 left: -50%;
 transform: skewX(25deg) rotate(3deg);
}

/* Show dropdown */
.submenu,
.submenu li {
 opacity: 0;
 visibility: hidden;   
}

.submenu li {
 transition: .5s ease transform;
}

.menu > li:hover .submenu,
.menu > li:hover .submenu li {
 opacity: 1;
 visibility: visible;
}  

.menu > li:hover .submenu li:nth-child(even){
 transform: skewX(25deg) translateX(15px);   
}

.menu > li:hover .submenu li:nth-child(odd){
 transform: skewX(-25deg) translateX(-15px);   
}
   
   
 


  
  
  
  


@keyframes ticker {0%   {margin-top: 0}25%  {margin-top: -30px}50%  {margin-top: -60px} 75%  {margin-top: -90px}100% {margin-top: 0}}

.CnmuTick{display:block;overflow:hidden;box-sizing:border-box;height:38px;border-radius:4px;line-height:30px;color:#fff;border-width:4px;border-style:solid;}

.CnmuTick span{float:right;padding:0 8px;background-color:rgba(0,0,0,.2);width:100px;text-align:center;overflow:hidden;border-radius:4px;box-sizing:border-box;font-size:16px;margin:0 0 0 -100px}

.CnmuTick ul{margin:0 auto 20px;float:right;overflow:hidden;padding:0 110px 0 0;box-sizing:border-box;animation:ticker 12s cubic-bezier(1,0,.5,0) infinite;list-style:none}

.CnmuTick ul:hover{animation-play-state:paused}

.CnmuTick:hover ul{animation-play-state:paused}

.CnmuTick ul li{list-style:none;margin:0;padding:0;line-height:30px;clear:both;float:right}

.CnmuTick ul li a{color:#fff;text-decoration:none}

.CnmuTick ul li a:hover {color:#000;}

.Tick1{background-color:#0092f9;border-color:#0092f9;}

.Tick2{background-color:#3c9f83;border-color:#3c9f83;}

.Tick3{background-color:#9f3c65;border-color:#9f3c65;}

.Tick4{background-color:#db0000;border-color:#db0000;}

/*///////////////////  btnviewbook   ////////////*/
.btnviewbook{
    position: relative;
    display: inline-block;
    width: 200px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
   /* letter-spacing: 3px;*/
    color: #0ef;
    background-color: #1f293d;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #0ef;
    border-radius: 30px;
    padding: 5px 30px;
    z-index: 1;
    overflow: hidden;
    transition: color 1s , box-shadow 1s;
   
}

.btnviewbook::before{
    content: ' ';
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 50px;
    background: #0ef;
    transform: skewX(35deg);
    z-index: -1;
    transition: 1s;


}
.btnviewbook:hover:before{
    width: 200px;

  }
  .btnviewbook:hover{
    transition-delay: 0s,1s;
    color: #fff;
    box-shadow: 
    0 0 10px #0ef,
    0 0 20px #0ef,
    0 0 40px #0ef,
    0 0 80px #0ef,
    0 0 160px #0ef,
    ;
  }

  /*////////////////// book1 /////////////////////*/
.book1{
  /*border: 2px solid rgb(15, 13, 13);*/
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 320px;
    height: 310px;
    border-radius: 5px;
    display: inline-block;
    margin: 15px;
    transition: transform 1s;
    transition-property:transform, box-shadow;
    transition-duration: 0.5s;
    transition-timing-function: linear;
position: relative;


}
.book2{
 opacity: 0.8;
 position:absolute;
 width: 320px;
 top: 0;
 left: 0;
 z-index: 88;
}
.book1 h2{
 color: #0ef;
 background-color: #1f293d;
 border-bottom: 1px solid black;
 padding: 0;
 margin: 0;
font-size: 19px;

}
.book1 h3{
  color: #fff;
  background-color: #1f293d;
  
 padding: 0;
 margin: 0;
 z-index: 66;
}
.book1:hover{
  box-shadow: rgba(167, 48, 48, 0.35) 0px 5px 15px;
  transform: scale(1.05);
}
  .imgbook{
    position:relative;
    margin-bottom: 10px;
    width: 320px;
    height: 240px;
   z-index: 2;
  }

  .bookpart{
    display: inline-block;
    width: 400px;
    background-color: #3c9f83;
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    font-family: 'sky';
border-radius: 30px;
margin: 30px;
padding: 20px;
border: 5px dotted rgb(62, 25, 199);
font-weight: bold;
    transition: transform 1s;
    transition-property:transform, box-shadow,background-color,border-color;
    transition-duration: 0.5s;
    transition-timing-function: linear;

  }
  .bookpart:hover{
    border-color: rgb(17, 22, 9);
    background-color: #9dead4;
    color: #0e0d01 ;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: scale(1.02);
  }

/*////////////////////// خاص بالفيديو ///////////////*/
.video1{
 /* border: 2px solid rgb(15, 13, 13);*/
  width: 220px;
    height: 310px;
    border-radius: 5px;
    display: inline-block;
    margin: 15px;
    transition: transform 1s;
    transition-property:transform, box-shadow;
    transition-duration: 0.5s;
    transition-timing-function: linear;
position: relative;


}
.video2{
 opacity: 0.8;
 position:absolute;
 width: 220px;
 top: 0;
 left: 0;
 z-index: 88;
}
.video1 h2{
 color: #020202;
 background-color: rgba(255, 255, 255, 0.54);
 border-bottom: 1px solid black;
 padding: 0;
 margin: 0;
font-size: 19px;

}
.video1 h3{
  color: #1f293d;
  background-color: rgba(255, 255, 255, 0.54);
  
 padding: 0;
 margin: 0;
 z-index: 66;
}
.video1:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transform: scale(1.01);
}
  .imgvideo{
    position:relative;
    margin-bottom: 10px;
      padding-top: 40px;
    width: 200px;
    height: 200px;
   z-index: 2;
  }

.partimgvideo{
  width: 50px;
    height: 50px;  
    display: inline-block;
    position:absolute;
    
    left:900px;
}
.partimgvideo:hover{
  width: 50px;
    height: 50px;  
    display: inline-block;
    position:absolute;
    
    left:900px;
}
  .videopart{
     
    display: inline-block;
    width: 1000px;
    background-color: #ff4841;
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    font-family: 'sky';
border-radius: 30px;
margin: 30px;
padding: 10px;
border: 4px solid #1f293d;
font-weight: bold;
    transition: transform 1s;
    transition-property:transform, box-shadow,background-color,border-color;
    transition-duration: 0.5s;
    transition-timing-function: linear;

  }
  .videopart:hover{
    
      
    border-color: rgb(17, 22, 9);
    background-color: #ff4545;
    color: #0e0d01 ;
    box-shadow: 4px 4px rgba(213, 21, 169, 0.47);
  transform: scale(1.01);
  }


.imgphoto2{
    position:relative;
    margin-bottom: 10px;
      padding-top: 40px;
   width: 200px;
    height: 200px;
   z-index: 2;
  }



  .dialog1{
    width: 800px;
    height: 900px;
   
    background-color: rgba(60, 159, 131, 0.42);

  }
/*?////////////////////////    ////////////*/

  #imgg{
    border: none;

  }
  .psky{
    font-family: 'sky';
    text-align: justify;
   

  }
  .hkoufi1{
    font-family: 'sky';
    /*background-color: #e74c3c;*/
  }
  iframe{
    border: none; 
  }

  .imgtext{
    width: 520px;
    height: 200px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: inline-block;
    margin: 15px;
    transition: transform 1s;
    transition-property:transform, box-shadow;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    position:relative;
   
  }
  .imgtext:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transform: scale(1.01);
  }
  .imgtext img{
    margin-top: 15px;
    width: 160px;
    height: 160px;
    border: 5px solid rgba(168, 19, 19, 0.454);
    border-radius: 80px;
    display: inline-block;
    position: absolute;
    left: 310px;
  }
  
  .imgtext h1{
    position: absolute;
    top:-21px;
    left: 0px;
    width: 270px;
    height: 200px;
    
    
    background-color: #00000063;
    color: #ffffff;
    display: inline-block;
  }
  .imgtext h3{
    position: absolute;
    top:-50px;
    left: 0px;
    color: #ffffff;
    
  }

