:root{
    --main-color:#2ec4b6
}


*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    top: 0;
    font-family: 'Heebo', sans-serif;
    font-family: 'Tajawal', sans-serif;
    
}


/* Start Navbar Design */


.navbar{
    background-color: var(--main-color);
    transition: .7s all ease;
    box-shadow: 2px 5px 5px 5px rgba(0, 0, 0, .05);
    
}


.navbar-toggler{
    border: 2px solid white;
}

.fa-bars{
    color: white;
}

.navbar .navbar-brand{
    color: white;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.navbar ul li a{
    color: white;
    font-size: 16px;
}



.navbar .btn{
    background-color: white;
    color: #44b4b5;

}

@media (max-width:992px) {
    .navbar ul li a{
        float: right;
        font-size: 15px;
    }
    
}


@media (min-width:992px) {
    .navbar ul li a{
        margin: 0 10px 0 0;
    }
    
}


.download{
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    background-color: white;
}


/* ------------------------------ Start Header Background Image Design -------------------------- */


.firstpage{
    background: url('../image/p1.jpg') no-repeat center;
    background-size: cover;
    height: 100vh;
    z-index: 1; 
}


/* ----------------------------------- Start Overlay Design ------------------------------------ */

 .Overlay{
     background-color: rgba(0, 0, 0, 0.767);
     height: 100vh;
     width: 100%;
     left: 0;
     top: 0;
     bottom: 0;
     right: 0;
     z-index: 2;
     color: white;
     text-align: center;
     position: relative;
     
 }


 .Overlay .mov{
     position: absolute;
     top: 70%;
     left: 50%;
     transform: translate(-50%, -70%);
 }

 @media (max-width:767px) {
    .Overlay .mov{
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -60%);
    }
     
 }

.Overlay h3{
    font-weight: bold;
}

 .Overlay button{
     width: 150px;
     height: 40px;
     font-weight: bold;
     color: white;
     background-color: var(--main-color);
     border: 0;
     border-radius: 4px;
 }

 .Overlay button:hover{
     background-color: #fcb941;
     transition: .7s all ease-in-out;
 }


 /* Dark Mood */


.bag{
    width: 40px;
    height: 40px;
    background-color: var(--main-color);
    border-radius: 3px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

i{
    font-size: 20px;
    cursor: pointer;
}



/* ------------------------------------ End Overlay Design --------------------------------------- */


.title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: var(--main-color);
}




/* بداية تصميم صفحة عن الموقع  */

.aboutus{
    padding-top: 120px;

  }

  .aboutus .prgraph{
      text-align: center;
      margin: 0 0 70px 0;
  }
  
  .aboutus .tab-content{
    background-color: white;
    color: black;
    text-align: right;
    padding: 20px;
  }
  
.aboutus .nav-link{
    font-weight: bold;
    color: var(--main-color);
  }



  
  /* نهاية تصميم صفحة عن الموقع  */





/* تصميم صفحة خدمات المركز */

.services{
    padding: 120px 0 0 0;
}


.services .prgraph{
    font-size: 15px;
    text-align: center;
    margin: 0 0 40px 0;
}

.services .ser{
    background-color: white;
    padding: 100px 0 20px 0;
    width: 100%;
    margin: 20px 0 0 0;
    position: relative; 
    cursor: pointer;  
}

.ser::before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 5px;
    top: -3px;
    width: 0;
    background-color: var(--main-color);
    transition: .7s all ease;
}

.ser:hover{
    transform: translateY(-30px);
}

.ser:hover::before{
    width: 100%;
}


.services .ser .circle{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: var(--main-color);
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -15%);
}

.circle i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 30px;

}

.services .ser p{
    color: black;
    text-align: center;
    font-size: 15px;
    position: relative;
    font-weight: bold;
}



/* تصميم صفحةعملاء المركز */

.users{
    padding: 120px 0 0 0;
}


.users .prgraph{
    text-align: center;
    margin: 0 0 70px 0;
}

.users .joinbody{
    padding: 20px;  
    overflow: hidden;
    background-color: white;
}

.users .joinbody h5{
    text-align: right;
    color: var(--main-color);
    font-weight: bold;
}



.users .joinbody p{
    margin: 10px 0;
    text-align: right;
    font-size: 13px;
    color: black;

}

.users .joinbody img{
    width: 100%;
    height: 100%;
}

@media (max-width:767px) {
    .users .joinbody img{
        margin: 20px 0;
        padding: 0 0 20px 0;
    }
    
}


.modal-content{
    text-align: right;
    color: black;
}



/* تصميم صفحة برامج المركز */

.myprogram{
    padding: 120px 0 0 0;
}

.myprogram .prgraph{
    text-align: center;
}

.myprogram .re{
    padding: 20px;
    margin: 40px 0 0 0;
    background-color: white;
    text-align: right;
}

.myprogram .re h4{
    text-align: right;
    color: var(--main-color);
    font-weight: bold;
    
}


.myprogram .re p, li{
    text-align: right;
    font-size: 13px;
    color: black;
}

.myprogram .re img{
    width: 100%;
}




/* تصميم صفحة شهادات المركز  */

.peaper{
    padding: 120px 0 0 0;
}


.peaper .prgraph{
    text-align: center;
    margin: 0 0 70px 0;
}


.peaper .timeline-content{
    position: relative;
    overflow: hidden;
  }
  
  .peaper .timeline-content:before{
    content: '';
    width: 2px;
    height: 100%;
    background-color: var(--main-color);
    position: absolute;
    left: 50%;
    margin-left: -1;
    top: 0;
  
  
  }
  
  .peaper .timeline-content .year{
    position: relative;
    margin: 20px auto;
    background-color: var(--main-color);
    width: 50px;
    z-index: 2;
    border-radius: 4px;
    text-align: center;
    color: white;
    padding: 2px 5px;
    font-weight: bold;
  }
  
  .peaper .timeline-content .left,
  .peaper .timeline-content .right{
    width: calc(50% - 25px);
    margin-bottom: 40px;
    position: relative;
  }
  
  .peaper .timeline-content .left{
    float: left;
  }
  
  
  .peaper .timeline-content .left:before{
    content: '';
    width: 17px;
    height: 17px;
    background-color: white;
    border: 3px solid var(--main-color);
    position: absolute;
    right: -35px;
    border-radius: 50%;
    top: 20px;
  }
  
  .peaper .timeline-content .left .content::before{
    content: '';
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent transparent var(--main-color);
    height: 0;
    width: 0;
    position: absolute;
    right: -20px;
    top: 20px;
  }
  
  .peaper .timeline-content .right{
    float: right;
  }
  
  .peaper .timeline-content .right:before{
    content: '';
    width: 17px;
    height: 17px;
    background-color: white;
    border: 3px solid var(--main-color);
    position: absolute;
    left: -33px;
    border-radius: 50%;
    top: 20px;
  }
  
  .peaper .timeline-content .right .content::before{
    content: '';
    border-style: solid;
    border-width: 10px;
    border-color: transparent var(--main-color) transparent transparent ;
    height: 0;
    width: 0;
    position: absolute;
    left: -20px;
    top: 20px;
  }
  
  .peaper .timeline-content .content{
    padding: 20px;
    background-color: var(--main-color);
  }
  
  .peaper .timeline-content .content h5{
    font-weight: bold;
    color: white;
    margin: 0 0 10px 0;
    font-size: 15px;
    text-align: right;
  
  
  }
  
  .peaper .timeline-content .content p{
    color: white;
    margin: 0;
    line-height: 1.6;
    font-size: 12px;
    text-align: right;
  
  }
  
  
  .clearfix{
    clear: both;
  }

  .left .content li{
      text-align: right;
      color: white;
      list-style: none;
  }





/* تصميم صفحة تواصل معنا */

.contactus{
    padding: 70px 0 70px 0;

}

.contactus .prgraph{
    text-align: center;
    margin: 0 0 70px 0;
}

.contact{
    text-align: center;
    padding: 20px;
    font-weight: bold;
    color: black;
    position: relative;
    background-color: white;
}

.contact img{
    width: 100%;
}


.contact .circle{
    position: relative;
    background-color: var(--main-color);
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin: auto;
    top: -50px;
}

.contact .circle i{
    font-size: 30px;
}

.contact p{
    margin: -30px 0 0 0;
}

@media (max-width:767px) {
     .marg{
        margin: 50px  0 0;
    }
    
}





/* Start Footer Page Design */

footer{
    background-color: var(--main-color);
    color: white;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    padding: 20px 0 0 0;
}


.option-box .colors-list{
    list-style: none;
    text-align: center;
}

 .option-box .colors-list li{
    width: 25px;
    height: 25px;
    background-color: black;
    cursor: pointer;
    border: 3px solid #eee;
    display: inline-block;
    margin: 10px 0 0 0;
}

.option-box .colors-list li.active{
    border-color: #378C3F
}

.option-box .colors-list li:first-child{
    background-color: #2a5298
}


.option-box .colors-list li:nth-child(2){
    background-color: #fc6042
}

.option-box .colors-list li:nth-child(3){
    background-color: #378C3F
}

.option-box .colors-list li:nth-child(4){
    background-color: #462446
}

.option-box .colors-list li:nth-child(5){
  background-color: #179bb0
}

.option-box .colors-list li:nth-child(6){
  background-color: #2ec4b6
}

.option-box .colors-list li:nth-child(7){
  background-color: #870040
}

.option-box .colors-list li:nth-child(8){
  background-color: #b94a3e
}

.option-box .colors-list li:nth-child(9){
  background-color: #204254
}





/* start design scrollbar */

::-webkit-scrollbar{
    width: 12px;
  }
  
  ::-webkit-scrollbar-track{
    background-color: #eee;
    box-shadow: 0 0 10px #ddd inset;
  }
  
  ::-webkit-scrollbar-thumb{
    background-color: var(--main-color);
    border-radius: 10px;
  }



