



@import url('https://fonts.googleapis.com/css2?family=Markazi+Text:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Aref+Ruqaa+Ink:wght@400;700&family=Cairo:wght@200;300;400;500;600;700;800;900;1000&family=Markazi+Text:wght@400;500;600;700&family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aref+Ruqaa+Ink:wght@400;700&family=Markazi+Text:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aref+Ruqaa+Ink:wght@400;700&family=Cairo:wght@200;300;400;500;600;700;800;900;1000&family=Markazi+Text:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aref+Ruqaa+Ink:wght@400;700&family=Cairo:wght@200;300;400;500;600;700;800;900;1000&family=Markazi+Text:wght@400;500;600;700&family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Aref+Ruqaa+Ink:wght@400;700&family=Cairo:wght@200;300;400;500;600;700;800;900;1000&family=Markazi+Text:wght@400;500;600;700&family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900&family=Tajawal:wght@200;300;400&display=swap');


 

body{
    margin: 0;
    padding: 0;
    justify-content: center;
    direction: rtl;
    align-items: center;
    min-height: 100vh;
    font-family: 'Noto Kufi Arabic', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.container {
   display: flex;
   margin-top:0rem;
   
   justify-content: space-between;
    direction: rtl;


}
.container .box {
    position: relative;
    width: 350px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0, .1);
    border-radius: 4px;
   /* margin: 10px; */
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;

}

.box a {
    bottom: 100%;
    font-size: 2pc;
    z-index: 2;
    position: absolute;
    margin-bottom: 1pc !important;
    left: 14%;
    padding-left: 3rem;
    color: #0f21f6;
    font-weight: bold;
}



.container .box:before{
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255, .2);
    z-index: 2;



}


.container .box {
    position: relative;
    width: 100%;
    padding: 17px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    border-radius: 4px;
    /* margin: 10px; */
    box-sizing: border-box;
    text-align: center;
    height: 19rem;
    overflow: hidden;
    max-height: 100%;
   
}


.container .box .icon {
    position: relative;
   /* width: 80px;
    height: 80px;*/
    height: 74px;
    color: #fff;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
   /* border-radius: 50%; */
    font-size: 40px;
    font-weight: 700;
    transition: 1s;

  
  }


  .container .box:nth-child(5) .icon{
    box-shadow:  0 0 0 0 #49f803;
    background: #49f803;

  }


  .container .box:nth-child(5):hover .icon{
    box-shadow:  0 0 0 400px #49f803;

    }

    .container .box:nth-child(1) .icon{
          box-shadow: 0 0 0 0 #e91e63;
          background: #b9d50636;
         /* border-radius: 10%; */
    
      }
    
    
      .container .box:nth-child(1):hover .icon{
        box-shadow:  0 0 0 400px #f7e70894;
    
        }


    /*** 2**/
    .container .box:nth-child(2) .icon{
        box-shadow:  0 0 0 0 #1c880d;
        background: #1c880d;
      }
    
    
      .container .box:nth-child(2):hover .icon{
        box-shadow:  0 0 0 400px #1c880d;
    
        }


        /*** 3 ***/
        .container .box:nth-child(3) .icon{
            box-shadow:  0 0 0 0 #08a3a8;
            background: #08a3a8;
        
          }
        
        
          .container .box:nth-child(3):hover .icon{
            box-shadow:  0 0 0 400px #08a3a8;
        
            }


            /*** 4 ***/ 
            .container .box:nth-child(4) .icon{
                box-shadow:  0 0 0 0 #2908e2;
                background: #2908e2;
            
              }
            
            
              .container .box:nth-child(4):hover .icon{
                box-shadow:  0 0 0 400px #2908e2;
            
                }


            .container .box .content {
                position: relative;
                z-index: 2;
                transition: 0.5s;
            }


            .container .box:hover .content{
                color:#fff;
            }

            .container .box .content  h3{
                font-family: 20px;
                margin:  10px 0;
                padding: 0;
            }
   
   /*
            .container .box .content p{
                margin: 0;
                padding: 0;
                text-align: justify;
            }
            
            */
     

            .a{
                display: inline-block;
                padding:  10px 20px;
                background: #fff;
                border-radius: 4px;
                text-decoration: none;
                color:#000;
                font-weight: 500;
                margin-top: 20px;
                box-shadow: 0 2px 5px rgba(0,0,0, .2);
            }
            