@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic&display=swap');
*{
    margin: 0;
    padding: 0;
}
body{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  
    background-size:cover ;
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
.hero{
  position: absolute;

    height: 100%;
    height:100vh;
    width: 100vw;
    background-image: linear-gradient(to bottom, rgba(10, 10, 10, 0.3), #111111);
}

.title{
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
}
p{
  font-family: "Noto Kufi Arabic", sans-serif;
    color: #fff;
    font-size: 25px;
    position: relative;
    margin: 20px;
    padding: 10px;
    list-style: none;
    text-align: center;
   
  }  
  .text1 .text2{
    display: inline-block;
    height: 60px ;
    width: 60px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    overflow: hidden;
    background-color: rgb(206, 201, 201);
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease-out;
  }
  
 .text1 .text2 .text3{
    display: inline-block;
    height: 60px;
    width: 60px;
    color: #000;
    
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    line-height: 60px;
    transition: all 0.3s ease-out;
  }

  .text1 .text2:hover{
    width: 200px;
  }
  .text1 .text2:nth-child(1):hover .text3{
    background: #4065b1;
   
  }
  .text1 .text2:nth-child(2):hover .text3{
    background: #fb3c7c;
    
  }
  .text1 .text2:nth-child(3):hover .text3{
    background: #058f2e;
  }
  .text1 .text2:nth-child(4):hover .text3{
    background: red;
  }
  .text1 .text2:nth-child(5):hover .text3{
    background: rgba(19, 19, 16, 0.863);
  }
  .text1 .text2:nth-child(1) span{
    color: #4065b1;
  }
  .text1 .text2:nth-child(2) span{
    color: #fb3c7c;
  }
  .text1 .text2:nth-child(3) span{
    color: #058f2e;
  }
  .text1 .text2:nth-child(4) span{
    color: red;
  }
  .text1 .text2:nth-child(5) span{
    color: rgba(19, 19, 16, 0.863);
  }
   .text2 .text3 a{
    color: #000;
    font-size: 25px;
    line-height: 60px;
    transition: all 0.3s ease-out;
  }
  .text2:hover .text3 a{
    color: white;
  }
  .tex1 .text2 span{
    font-size: 23px;
    font-weight: 500px;
    line-height: 60px;
    margin-left: 10px;
  }

 