
              .menu-icon{
                display: none;
                z-index: 5;
                opacity: 90%;
                width: 36px;
                position: -webkit-sticky;
                position: sticky;
                top: 0;
                right: 20px;
                height: 14px;
                top: 29px;
                cursor: pointer;}             
                  .MENU1{
                    display: none;
                  overflow-y: auto;
                   transition: 1s;
                      position: fixed; 
                      width: 100%;
                      height: 100%;
                      background: #020b16;
                      z-index: 6;
                      top: -100%;}


.cursor{
  z-index: 5;
  position: fixed;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #fff;
  transition: 0.1s;
  transform: translate(-50%,-50%);
  pointer-events:none;
mix-blend-mode: difference;
}

  a:hover ~ .cursor{
    transition: 0.16s;
transform: scale(200%);
  }

  
      
      html{  

        overflow-x: hidden;
        scroll-behavior: smooth;
        cursor: none;
    
        
      }
body{

  background-color: #252525;
  margin: 0;
  padding: 0;
  }

  /* Whatsapp Button */
  .Whatsappbutton.Whatsapp{  visibility: visible; Transition: opacity 2s;  }    .Whatsappbutton a{        color: #cccccc;  text-decoration: none   }.Whatsappbutton{      visibility: hidden; backdrop-filter: blur(10px); box-shadow: 0 0px 1px 1px #cccccc;  font-size:4.4vh; z-index: 5;position: fixed;background-color: rgba(0, 0, 0, 0);border: none;color:        #cccccc;border-radius: 200px; padding-left: 10px;padding-right: 9px; padding-top: 5px;padding-bottom: 5px;bottom: 30px; left: 2vh;  }.whatsappbutton:hover{transition: 0.3s;box-shadow: 0 0px 35px 10px #cccccc; }
   /* end Whatsapp Button */

  .KIT-header{
 
              backdrop-filter: blur(9px);
              z-index: 2;
              height: 75px;
              top: 0;
              position: fixed;
              width: 100%;
              transition: 2s ease-out 0s ;
            }


            .KIT-header-white{
              transition: 2s ease-out 0s ;
              backdrop-filter: blur(13px);
              z-index: 3;
              height: 75px;
              top: 0;
              position: fixed;
              width: 100%;
              border-bottom: rgba(255, 255, 255, 0.24);
              border-style: solid;
              border-width: 0.001em;    
             
            }

           
             
     .bright-mode{
      transition: 4s ease-out 0s ;
      filter: invert(100%)
     }
     .university2{
      filter: invert(100%)
     }
            .LOGO{

              transition: 0.4s ease-out 0s ;
              animation: 2.2s ease-out 0s 1 logotrans;
              padding-left: 42px;
              padding-right: 32px;
              padding-top: 17px;
              height: 40px;                  
               }
               .KIT-header ul{
                margin-top: -32px;
                list-style: none;
                display: flex;
                direction: rtl;
               
               }
               .KIT-header ul li a{
             
                transition: 0.7s ease-out 0s ;
                padding: 4vw;
                font-size: 17px;
    font-weight: 800;
    font-family: 'Alumni Sans', sans-serif;
font-weight: 100;
    letter-spacing: 3px;
                text-decoration: none;
                color: #fff;
                 margin-right: 1vw;
               }
               .KIT-header ul li a:hover{
                font-size: 24px ;
               
                }
                .LOGO:hover{
                  
                  transform: scale(160%);
                }
     /* Section 1 */
   
 .one{
  height: calc(100vh - 42vh);

 }

  .one h1{
    padding-top: 20px;
text-align: center;
transition: 0.7s ease-out 0s ;
margin-top: 42vh;
    text-shadow: 0px 4px 10px #000000 ;
    font-family: 'Reem Kufi', sans-serif;
    animation: 2.4s ease-out 0s 1 texttrans;
    font-size: 6vh;
    font-weight: 200;
    color: rgb(255, 255, 255);
  }

  .one h2{
    padding-bottom: 40px;
    padding-top: 20px;
    margin-top: -50px;
    text-align: center;
        text-shadow: 0px 4px 10px #000000 ;
        font-family: 'Alumni Sans', sans-serif;
        font-style: italic;

        animation: 2.6s ease-out 0s 1 texttrans;
        font-size: 4vh;
        font-weight: bold;
        color: rgb(255, 255, 255);
  }
  .one a{
 
    text-decoration: none;
    color: rgb(255, 255, 255);
  }





  @keyframes texttrans{
    0% {
      transform: translateX(-200px)
    }
    100% {
      transform: translateX(0px)
    }  }
  .bg{
box-shadow: 0px 0px 60px 10px #000000;
    top: 0;
    animation: 4.5s ease-out 0s 1 slideInFromLeft;
 opacity: 80%;
    height: 100vh;
    width: 100%;
    position: absolute;
   z-index: -1;
   image-rendering: optimizeSpeed;
  }
@keyframes logotrans {
  0% {
    transform: scale(140%);
  }
  10% {
    transform: scale(100%);
  }
  20% {
    transform: scale(140%);
  }
  30% {
    transform: scale(100%);
  }
  40% {
    transform: scale(140%);
  }
  50% {
    transform: scale(100%);
  }
  60% {
    transform: scale(140%);
  }
  70% {
    transform: scale(100%);
  }
  80% {
    transform: scale(140%);
  }
  90% {
    transform: scale(120%);
  }
  100% {
    transform: scale(100%);
  }
}
  @keyframes slideInFromLeft {
    0% {
      transform: scale(160%);
    }
    100% {
      transform: scale(100%);
    }

  }
       /* end Section 1 */
     


       .marquee{
overflow: hidden;
  white-space: nowrap;
            display: block;
        width: 100%;
        padding-top: 5vh;
        padding-bottom: 5vh;
      margin-top: 10vh;


      
      
      }
      .marquee div{
        padding-left: 100%;
          display: inline-block;
animation: marquee 40s linear infinite;    

      }
      .marquee div img{
        width: 13vh;
        opacity: 50%;
        padding-top: 0vh;
        padding-bottom: 0vh;
        margin-left: 210px;
        margin-right: 210px;
        transition: 0.7s ease-out 0s ;
        
      }
@keyframes marquee{
100%{
  transform: translate(-100%,0);
}
}
    



       
            /* Section 2 */
            .two{
padding-bottom: 15vh;
 
              flex-wrap: nowrap;
              flex-direction: column;
              align-items: center;
              display: flex;
            }
            .two h1{ 
              padding-top: 12vh;
              transition: 0.7s ease-out 0s ;
              font-size: 8vh;
              font-family: 'Alumni Sans', sans-serif;
              color: rgba(255, 255, 255, 0.836);
              font-weight: bold;
              font-style: italic;
              
             
            }
  
            .two h2{
              padding: 0px;
              transition: 1s ease-out 0s ;
              line-height: 1.2em;
              text-align: center;
              max-width: 50%;
              font-size: 3.4vh;
              font-weight: 200;
              font-family: 'Alumni Sans', sans-serif;
              color: rgba(255, 255, 255, 0.575);
            }
          
        .container-university{ 
          padding-top: 4vh;
 flex-wrap: nowrap;
 flex-direction: row;
         display: flex;   
        }                
            .university{            
              padding: 1vw;
              border-radius: 30px;
              width: 37vw;
              height: 37vh;
            }
            .university p{ padding-left: 3vw;
              padding-top: 3vh;
              position: absolute;              
              width: 30vw;
              line-height: 3vw;
              text-align: center;
              max-width: 50%;
              font-size: 2.1vw;
              font-weight: 500;
              font-family: 'Alumni Sans', sans-serif;
              text-align: left;
              color: rgba(255, 255, 255, 0.904);
            z-index: 2;
            }
            .university img{ 

              transition: 0.3s ease-out 0s;
              border-radius: 30px;
           
              width: 100%;
               
              z-index: 0;
            }
           
            @keyframes rgb {
              0% {background-position: 0% 50%;}
              50% {background-position: 100% 50%;}
              100% {background-position: 0% 50%;}
            }
          .skills {
            font-size: 2vw;
            font-weight: 500;
            font-family: 'Alumni Sans', sans-serif;
              text-align: center;
              color: white;
            
            }                
            .skill-container{   
              border: 0.5px solid rgba(255, 255, 255, 0.534);
              border-radius: 30px;
              width: 40vw;
              
color: rgb(0, 0, 0);
font-size: 1.7vw;
font-weight: 900;
font-family: 'Alumni Sans', sans-serif;
            }
           .Exellent{ 
            animation: 4.5s ease-out 0s 1 skills-exellent;
            border-radius: 30px;
            background-color:  rgba(255, 255, 255, 0.836);
          width: 100%;
          }
          @keyframes skills-exellent{
          
              from {
                width: 0%;
              }
              to {
                width: 100%;
              }
          
            
          }
   

        .verygood{
          animation: 4.5s ease-out 0s 1 skills-verygood;
          border-radius: 30px;
            background-color: rgba(255, 255, 255, 0.836);
          width: 80%; 
        }
            
        @keyframes skills-verygood{
          
          from {
            width: 0%;
          }
          to {
            width: 80%;
          }
      
        
      }
          

      
.job{
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  border:1px solid rgba(255, 255, 255, 0.089);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.226);
  
  z-index: 2;

  transition: 0.7s ease-out 0s ;
  margin-top: 10vh;
  margin-bottom: -5vh;
  display: flex;
  flex-direction:column;
     width: 50vw;
     padding: 40px ;  
  color: rgba(255, 255, 255, 0.836);
  font-family: 'Alumni Sans', sans-serif;
 

  border-radius: 45px 45px 45px 45px;
        
}

.job:hover{
  padding-bottom: 10vw;
}
.job h3{

  transition: 0.7s ease-out 0s ;
  font-style: italic;
  text-align: center;
  font-size: 3vw;
    font-weight: 900;
}
.job:hover h3{
  transition: 0.7s ease-out 0s ;
  transform: scale(105%);
}
.job h4{
  
  transition: opacity 2s ease-out;
  opacity: 0;
 position: absolute;
  overflow: hidden;
visibility: hidden;


 

  font-size: 2vw;
    font-weight: 500;
}

.job:hover h4{
  opacity: 1;
  position: initial;
  visibility:visible;
  font-size: 2vw;
    font-weight: 500;
}

.job img{
  transition: 0.4s ease-out 0s ;
  width: 1.5em;
}

.job img:hover{
  transform: scale(120%);
}
.job p{
  text-align: center;
  font-size: 1.5vw;
    font-weight: 500;
}

.job p:hover{
  transform: scale(120%);
}

.contact{
  color: #FFF;
  margin-top: 10vh;

}
.c1{
  transition: 1s ease-out 0s ;
  font-weight: 200;
  letter-spacing: 5px;
  word-spacing: 10px;
  color: #FFF;
  font-family: 'Alumni Sans', sans-serif;
  font-size: 2.5em;
}
.c1:hover{
  transform: scale(103%);


}
.social{
  transition: 0.4s ease-out 0s ;
  margin-top: 90px;
  border-radius: 80px;
  padding: 0.7em 1em 0.7em 1em;
  border: 0.5px solid rgba(255, 255, 255, 0.26);
font-size: 5vh;
  color: #FFF;
 word-spacing: 5vw;
 
}
.social i{
  transition: 0.2s ease-out 0s ;
}
.social i:hover{

  transform: scale(170%);
}
.social:hover{
  border: 0.5px solid rgba(255, 255, 255, 0.582);
  box-shadow: 10px 10px 0px rgba(255, 255, 255, 0.062);
  padding: 0.7em 3em 0.7em 3em;
  border-radius: 30px;
}




     
        /* mobile */         /* mobile*/       /* mobile */       /* mobile*/       /* mobile */        /* mobile */
        /* mobile*/         /*mobile*/        /* mobile*/        /*mobile */       /* mobile */        /*mobile */
        /* mobile */       /* mobile*/       /* mobile */       /* mobile*/       /* mobile */        /*mobile */
        /* mobile*/       /*mobile*/        /* mobile*/        /*mobile */       /* mobile */        /*mobile */


            @media screen and (max-width: 600px) {  



              .menu-icon{
                z-index: 5;
                opacity: 90%;
                width: 31px;         
              position: sticky;
              display:initial;
               left: calc(100% - 50px);
                height: 31px;
                top: 12px;
           }             
              .close-icon{display:initial;
                z-index: 5;
                opacity: 90%;
                width: 31px;        
                position: absolute;
                height: 31px;
                left: calc(100% - 50px);
                top: 12px;
             }        
            
                .MENU1 ul li{
                  
                  display: flex;
                   
                    z-index: 1;
                      list-style: none;
                    flex-wrap: nowrap;
                    flex-direction: column;
                    padding-top: 14vh;
              text-align: center;
              padding-right: 10%;
          }             
                  .MENU1 ul li a{
                    
                    display: block;
                    font-family: 'Alumni Sans', sans-serif;
font-weight: 600;
                      list-style: none;
              text-decoration: none;
              font-size: 23PX;
              color: #FFF; }
                
                  
                  .MENU1{display: block;
                  
                  overflow-y: auto;
                   transition: 1s;
                      position: fixed;
                      
                      width: 100%;
                      height: 100%;
                      background: radial-gradient(#ffffff23 ,#000000a1 );
      
                      backdrop-filter: blur(22px);
                      z-index: 6;
                      top: -100%;}






                   .cursor{
        z-index: 5;
  position: fixed;
  height: 0px;
  width: 0px;
        visibility: hidden;
       }
        
            .LOGO{
              padding-left: 18px;
              padding-top: 10px;
               height: 35px;
            }
            .LOGO:hover{
            transform: scale(110%);
            }
            .KIT-header{
              backdrop-filter: blur(5px);
              background-color: #00000005;
              z-index: 2;
              height: 55px;
              top: 0;
              position: fixed;
              width: 100%;
              transition: 2s ease-out 0s ;
            }

            .KIT-header ul{
        
              margin-top: -32px;
              list-style: none;
              display: flex;
              direction: rtl;
             
             }
             .KIT-header ul li a{
              display: none;
              transition: 0.7s ease-out 0s ;
              padding: 1vw;
              margin-left: 2vw;
              font-size: 14px;
  font-weight: 800;
  font-family: 'Alumni Sans', sans-serif;
font-weight: 100;
  
              text-decoration: none;
              color: #fff;
            
             }
             .KIT-header ul li a:hover{
           font-size: 15px;
             }




       
.bg{
  top: 0;
  animation: 0.5s ease-out 0s;
opacity: 80%;
  height: 100vh;
  width: 100%;
  position: absolute;
 z-index: -1;
 image-rendering: optimizeSpeed;
 object-fit:cover;
}
.one h1{
  padding-top: 20px;
  text-align: center;
  transition: 0.7s ease-out 0s ;
  margin-top: 42vh;
      text-shadow: 0px 4px 10px #000000 ;
      font-family: 'Reem Kufi', sans-serif;
      animation: 2.4s ease-out 0s 1 texttrans;
      font-size: 4vh;
      font-weight: 200;
      color: rgb(255, 255, 255);
}
.one h2{
  padding-bottom: 40px;
    padding-top: 20px;
    margin-top: -40px;
    text-align: center;
        text-shadow: 0px 4px 10px #000000 ;
        font-family: 'Alumni Sans', sans-serif;
        font-style: italic;

        animation: 2.6s ease-out 0s 1 texttrans;
        font-size: 2.5vh;
        font-weight: bold;
        color: rgb(255, 255, 255);
}





.marquee div{
  padding-left: 100%;
  display: inline-block;
animation: marquee 20s linear infinite;   
margin-top: -4vh;
 padding-bottom: 6vh;


}
.marquee div img{
width: 10vh;
opacity: 60%;

margin-left: 11.5VW;
margin-right: 11.5VW;
transition: 0.7s ease-out 0s ;

}






.two h1{ 
  transition: 0.7s ease-out 0s ;
  padding-top: 4vh;
  font-size: 15vw;
  font-family: 'Alumni Sans', sans-serif;
  color: rgba(255, 255, 255, 0.836);
  font-weight: bold;
  font-style: italic;
  transform-style: preserve-3d;
 
}

.two h2{
  padding: 1vh;
  transition: 1s ease-out 0s ;
  line-height: 1.4em;
  text-align: center;
  max-width: 86%;
  font-size: 2.8vh;
  font-weight: 200;
  font-family: 'Alumni Sans', sans-serif;

  color: rgba(255, 255, 255, 0.719);
}




.container-university{ 
flex-wrap: nowrap;
flex-direction: column;
 display: flex;   
}                
    .university{            
      padding: 0vw;
      border-radius: 30px;
      width: 84vw;
      height: 65vw;
    }
    .university p{ padding-left: 7vw;
      color: rgb(255, 255, 255);
      padding-top: 4vw;
      position: absolute;              
      width: 60vw;
line-height: 6vw;
      text-align: center;
      max-width: 90%;
      font-size: 6vw;
      font-weight: bold;
      font-family: 'Alumni Sans', sans-serif;
      text-align: left;
  font-weight: 500;
    z-index: 1;
    }
    .university img{ 
      transition: 0.3s ease-out 0s;
      border-radius: 30px;
    
      width: 100%;
      z-index: 0;
    }

    .skills {
      font-size: 6vw;
      font-weight: 500;
      font-family: 'Alumni Sans', sans-serif;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 0px;
        color: white;
      
      }                
      .skill-container{   
        border: 1px solid rgb(255, 255, 255);
        border-radius: 30px;
        width: 75vw;
        
color: rgb(0, 0, 0);
font-size: 4.4vw;
font-weight: 900;
font-family: 'Alumni Sans', sans-serif;
      }








      .job{
        z-index: 1;
        transition: 0.7s ease-out 0s ;
      
        margin-top: 6.5vh;
        margin-bottom: -5vh;
        display: flex;
        flex-direction:column;
           width: 80%;
           padding: 20px ;  
        color:rgba(255, 255, 255, 0.836);
        font-family: 'Alumni Sans', sans-serif;
       

        border-radius: 35px 35px 35px 35px;
              
      }
      
      .job:hover{
        padding-bottom: 10vw;
      }
      .job h3{
      
        transition: 0.7s ease-out 0s ;
        font-style: italic;
        text-align: center;
        font-size: 7.5vw;
          font-weight: 900;
      }
      .job:hover h3{
        transition: 0.7s ease-out 0s ;
        transform: scale(105%);
      }
      .job h4{
        
        transition: opacity 2s ease-out;
        opacity: 0;
       position: absolute;
        overflow: hidden;
      visibility: hidden;
 
        font-size: 10vw;
          font-weight: 500;
      }
      
      .job:hover h4{
        opacity: 1;
        position: initial;
        visibility:visible;
        font-size: 4.5vw;
        line-height: 4vh;
          font-weight: 500;
      }
      
      .job img{
        transition: 0.4s ease-out 0s ;
        padding-top: 10px;
        width: 60px;
      }
      
      .job img:hover{
        transform: scale(120%);
      }
      .job p{
        text-align: center;
        font-size: 15px;
          font-weight: 500;
      }
      
      .job p:hover{
        transform: scale(120%);
      }
      

      .c1{
        font-weight: 200;
        letter-spacing: 5px;
        word-spacing: 10px;
        color: #FFF;
        font-family: 'Alumni Sans', sans-serif;
        font-size: 1.5em;
      }


      .social{
        border-radius: 60px;
    padding: 30px 40px 30px 40px;
   word-spacing: 10vw;
        border: 0.5px solid rgba(255, 255, 255, 0.26);
      font-size: 4vh;
        color: #FFF;
       
      }
      .social i:hover{

        transform: scale(150%);
      }
      .social:hover{
        border: 0.5px solid rgba(255, 255, 255, 0.582);
        box-shadow: 10px 10px 0px rgba(255, 255, 255, 0.062);
        padding: 0.7em 1.3em 0.7em 1.3em;
        border-radius: 30px;
      }
      
      
}


