التصنيفات العالمية

4icu

2024

Locally : 4



Green Metric

2023

Global : 493

Regin : 263

Locally : 16



Scimago

2024

Locally : 22



Webometrics

2024

Locally : 14



?>
{
margin:50px auto 0 auto;
width:100%;
display:flex;
align-items:space-around;
max-width:1500px;
}
.tile
{
width:380px;
height:380px;
margin:10px;
background-color: #1C2833;
display:inline-block;
background-size:cover;
position:relative;
cursor:pointer;
transition: all 0.4s ease-out;
box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.44);
overflow:hidden;
color:white;
font-family:'Roboto';

}
.tile img
{
height:100%;
width:100%;
position:absolute;
top:0;
left:0;
z-index:0;
transition: all 0.4s ease-out;
}
.tile .text
{
/* z-index:99; */
position:absolute;
padding:30px;
height:calc(100% - 60px);
}
.tile h1
{

font-weight:300;
margin:0;
text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}
.tile h2
{
font-weight:100;
margin:20px 0 0 0;
font-style:italic;
transform: translateX(200px);
}
.tile p
{
font-weight:300;
margin:20px 0 0 0;
line-height: 25px;
/* opacity:0; */
transform: translateX(-200px);
transition-delay: 0.2s;
}
.animate-text
{
opacity:0;
transition: all 0.6s ease-in-out;
}
.tile:hover
{
/* background-color:#99aeff; */
box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.64);
transform:scale(1.05);
}
.tile:hover img
{
opacity: 0.2;
}
.tile:hover .animate-text
{
transform:translateX(0);
opacity:1;
}
.dots
{
position:absolute;
bottom:20px;
right:30px;
margin: 0 auto;
width:30px;
height:30px;
color:currentColor;
display:flex;
flex-direction:column;
align-items:center;
justify-content:space-around;

}

.dots span
{
width: 5px;
height:5px;
background-color: currentColor;
border-radius: 50%;
display:block;
opacity:0;
transition: transform 0.4s ease-out, opacity 0.5s ease;
transform: translateY(30px);

}

.tile:hover span
{
opacity:1;
transform:translateY(0px);
}

.dots span:nth-child(1)
{
transition-delay: 0.05s;
}
.dots span:nth-child(2)
{
transition-delay: 0.1s;
}
.dots span:nth-child(3)
{
transition-delay: 0.15s;
}

@media (max-width: 1000px) {
.wrap {
flex-direction: column;
width:400px;
}
}
Run Pen

Resources1× 0.5× 0.25×Rerun


التصنيفات العالمية 2020



4icu

2021

Locally : 18



Green Metric

2020

Global : 789

Regin : 376

Locally : 31



Scimago

2021

Locally : 14



Webometrics

2021

Locally : 12



?>

QS

2024

Regin :81

Locally : 3



National University Ranking

2023

Locally : 5



Times Ranking

2024

International : 1201

Locally : 2



Impact Ranking

2024

محلياً : مركز 11 ضمن الهدف 3

مركز 6 ضمن الهدف 1

مركز 9 ضمن الهدف 4

مركز 20 ضمن الهدف 17



?>
?>

  width:100%;
  display:flex;
  align-items:space-around;
  max-width:1500px;
  padding: 25px px 75px 50px;
}
.tile
{
  width:380px;
  height:380px;
  margin:10px;
  background-color: #1C2833;
  display:inline-block;
  background-size:cover;
  position:relative;
  cursor:pointer;
  transition: all 0.4s ease-out;
  box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.44);
  overflow:hidden;
  color:white;
  font-family:'Roboto';
  
}
.tile img
{
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:0;
  transition: all 0.4s ease-out;
}
.tile .text
{
/*   z-index:99; */
  position:absolute;
  padding:30px;
  height:calc(100% - 60px);
}
.tile h1
{
 
  font-weight:300;
  margin:0;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
}
.tile h2
{
  font-weight:100;
  margin:20px 0 0 0;
  font-style:italic;
   transform: translateX(200px);
}
.tile p
{
  font-weight:300;
  margin:20px 0 0 0;
  line-height: 25px;
/*   opacity:0; */
  transform: translateX(-200px);
  transition-delay: 0.2s;
}
.animate-text
{
  opacity:0;
  transition: all 0.6s ease-in-out;
}
.tile:hover
{
/*   background-color:#99aeff; */
box-shadow: 0px 35px 77px -17px rgba(0,0,0,0.64);
  transform:scale(1.05);
}
.tile:hover img
{
  opacity: 0.2;
}
.tile:hover .animate-text
{
  transform:translateX(0);
  opacity:1;
}
.dots
{
  position:absolute;
  bottom:20px;
  right:30px;
  margin: 0 auto;
  width:30px;
  height:30px;
  color:currentColor;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-around;
  
}

.dots span
{
    width: 5px;
    height:5px;
    background-color: currentColor;
    border-radius: 50%;
    display:block;
  opacity:0;
  transition: transform 0.4s ease-out, opacity 0.5s ease;
  transform: translateY(30px);
 
}

.tile:hover span
{
  opacity:1;
  transform:translateY(0px);
}

.dots span:nth-child(1)
{
   transition-delay: 0.05s;
}
.dots span:nth-child(2)
{
   transition-delay: 0.1s;
}
.dots span:nth-child(3)
{
   transition-delay: 0.15s;
}

@media (max-width: 1000px) {
  .wrap {
   flex-direction: column;
    width:400px;
  }
}
Run Pen 

Resources1× 0.5× 0.25×Rerun

 
   
 
 

 

QS

   

 2020

 

Regin :51-60

     

Locally : 5

   
   
   
 

 

 

 
 
 
 

 

National University Ranking

   

2019
 

Locally : 5
     
    
    
   

   
   
   
 

 

 

 
 
 
 

 

Times Ranking

  
 

2021

     

Under Evaluation

   
   
   
 

 

 

 
  
 

 
 
 
 

 

Impact Ranking

 

2021

     

محلياً : مركز 5 ضمن الهدف 3
         

     

مركز 3 ضمن الهدف 9  

     

مركز 24 ضمن الهدف 4

     

مركز 4 ضمن الهدف 17

   
   
   
 

 

 

  
  

?>
?>
Error | Quality Assurance

Error

The website encountered an unexpected error. Please try again later.