
/* this is the var */
:root{
    --strColor:rgb(73, 11, 220);
}
body,html{
      font-family: "Tajawal";
      margin: 0;
      padding: 0;
      background-color: rgb(239, 237, 252);
}

/* this is nav */
#logo{
    width: 100px;
    margin: 0;
    padding: 0;
    position: relative;
    right: 5vw;
    top: 3px;
}
#navTabel{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 4px rgb(191, 191, 191);
    position: fixed;
    top: 0px;
    z-index: 5;
}
#linksBar{
    width: 60%;
}
.linksNav{
    text-decoration: none;
    color: rgb(94, 94, 94);
    margin-right: 15px;
    margin-left: 10px;
    transition: 0.3s;
}
.linksNav:hover{
    color: black;
    
}
#muneBtns{
    display: none;
}
#logo3{
    display: none;
}
@media screen and (max-width:450px){
    /* nav secrin */
    #muneBtns{
        display: block;
        margin-left: 45vw;
        height: 40px;
        background-color: rgba(0, 255, 255, 0);
        border: 0;
        z-index: 10; 
    }
    #logomune{
       font-size: 30px;
       margin-top: 15px;
    }

    #logo3{
    display: block;
    width: 110px;
    margin-right: 60vw;
    position: relative;
    bottom: 85px;
    }
    #linksBar{
        position: absolute;
        top: 0px;
        right: -100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
        transition: 0.3s ease-in-out;
       background: -webkit-linear-gradient(left,rgb(240, 240, 240) 0vh,rgb(122, 103, 191));
        width: 100%;
        height: calc(100vh - 70px);
        z-index: 8;     
        box-shadow: -2px 0px 8px rgba(0, 0, 0, 0.147); 
        padding-top: 100px; 
    }
     #linksBar a{
        margin-top: 20px;
        border-top:solid 1px rgb(85, 85, 85) ;
        padding-top: 20px;
        width: 90%;
        color: rgb(0, 0, 0);
        font-size: 20px;
        font-weight: 700;
    }

    #linksBar.active{
        right: 0;
    }
    #muneBtns.active{
        margin-top: 35px;
    }
 
}
/* this is hero */
#backhero{
    background: -webkit-linear-gradient(top,rgb(240, 240, 240) 20vh,rgb(127, 108, 195));
    margin-top: 40px;
    padding: 20px;
    height: 96vh;
    display: flex;
    flex-direction: column;
    border-radius: 0 0 60px 0 ;
}
h1{
    font-size:45px;
    margin-right: 20vw;
    margin: 5vw;
    margin-bottom: 0;
}
p{
    font-size: 16px;
    font-weight: 500;
}
#scendhero{
    margin-right: 5vw;
    
}
#activeBtn{
    display: block;
    text-decoration: none;
    background-color: var(--strColor);
    color: white;
    padding: 6px;
    width: 40vw;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:   30px 0 30px 0  ;
    margin-right: 7vw;
    font-size: 20px;   
    margin-bottom: 2vw;
    font-weight: 600;
    margin-top: 3vw;
    border: solid 1px var(--strColor);
    transition: 0.3s;  
    z-index: 4;
}
#activeBtn:hover{
    display: block;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    border: solid 1px var(--strColor);
    color: var(--strColor);
    padding: 6px;
    width: 40vw;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:   30px 0 30px 0  ;
    margin-right: 7vw;
    font-size: 20px;   
    margin-bottom: 2vw;
    font-weight: 600;
    margin-top: 3vw;
    transition: 0.4s;  
}
#activeBtn:active{
    background-color: rgba(11, 11, 11, 0.175);
    border: solid 1px var(--strColor);
    color: rgb(49, 15, 129);
    transition: 0.3s;
}
#secndBtn{
   margin-right: 10vw;
   margin-top: 2vw;
   color: var(--strColor);
   font-size: 15px;
   transition: 0.3s;
   z-index: 4;
}
#secndBtn:hover{
   margin-right: 10vw;
   margin-top: 2vw;
   color: rgb(105, 75, 255);
}
.iconHero{
    font-size: 85px;
    color: rgba(52, 25, 159, 0.241);
    position: absolute;
    left: 10vw;
    top: 10vw;
}
#iconhero2{
    font-size: 65px;
    left: 25vw;
    top: 25vw;
    color: rgba(52, 25, 159, 0.168);
}
@media screen and (min-width:400px) and (max-width:450px) {
    h1{
    font-size:45px;
    margin-right: 20vw;
    padding-top: 10vw;
    margin: 5vw;
    margin-bottom: 0;
    }
#scendhero{
    margin-right: 5vw;
    margin-bottom: 10vw;
    
    }
}
@media screen  and (max-width:700px) {
       /* iconHero */
    .iconHero{
    font-size: 85px;
    color: rgba(52, 25, 159, 0.17);
    position: absolute;
    left: 10vw;
    top: 15vw;
    }
    #iconhero2{
    font-size: 65px;
    left: 55vw;
    top: 55vw;
    color: rgba(52, 25, 159, 0.13);
    }
}
/* this is main */

#whayusSec{
    height: auto;
}
.barSection{
    width: 92%;
    height: 415px;
    background-color: rgb(255, 255, 255);
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 35px;
    padding-left: 10px;
    margin-top: 50px;
    border-radius:   45px 0 45px 0 ;
    box-shadow: 0px 0px 8px rgb(229, 227, 241);
    transition: 0.3s;
}
.barSection:hover{
    box-shadow: 0px 1px 10px rgb(172, 170, 184);
}
#flech{
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    color: var(--strColor);
    border: solid 1px var(--strColor);
    padding: 3px;
    width: 120px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:   30px 0 30px 0  ;
    margin-right: 5px;
    font-size: 16px;   
    margin-bottom: 0px;
    font-weight: 600;
    margin-top: 25px;
    transition: 0.5s;  
    position: relative;
    top: 10px;
}
#flech:hover{
    text-decoration: none;
    background-color: var(--strColor);
    color: rgb(255, 255, 255);
    border: solid 1px var(--strColor);
}
.NameSection{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;

}
#backbtn{
    height: 420px;
}
#mostkbl{
    
    height: 200px;
    margin-bottom: 40px;
}
#sec3{
    height: 720px;


}
#sec3 p{
   width: 78vw;
   

}
.clants{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.clants img{
    width: 65px;
    height: 65px;
    border-radius: 50%; 
    margin-left: 15px;
    margin-right: 15px;
}
.descrip h3{
    position: relative;
    top: 10px;
    
}
.descrip{
    position: relative;
    bottom: 13px;
    width: 100%;
}
.descrip p{
    font-size: 14px;
    width: 95%;
    position: relative;
    bottom: 4px;
    margin: 0;
}
.descrip div{
 display: flex;
 margin: 0;
 padding: 0;
 align-items: center;
 width: 100%;
}

#ngom{
    font-size: 16px;
    position: absolute;
    left: 4vw;
}
#cla{
    height: auto;
}
#ngoum{
    display: inline;
}
.barquiz{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    height: auto;
    padding: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(255, 255, 255);
    border: solid 1px rgb(170, 170, 170);
    border-radius:   30px 0 30px 0  ;
    transition: 0.3s;
}
.barquiz summary{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    font-weight: 700;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
}
.barquiz[open] .iconS{
    transform: rotate(180deg);
}
.barquiz[open] .dvqiz{

    font-size: 15px;
    font-weight: 500;
    animation: fadeAndSlide 0.3s ease-out forwards;
}
@keyframes fadeAndSlide {
    0% {
        opacity: 0; /* الإجابة تكون شفافة تماماً ومخفية */
        transform: translateY(-15px); /* تبدأ من موضع مرتفع قليلاً للأعلى */
    }
    100% {
        opacity: 1; /* تظهر بالكامل */
        transform: translateY(0); /* تستقر في مكانها الطبيعي */
    }
}
.barquiz:hover{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(255, 255, 255);
    border: solid 1px var(--strColor);
    color: var(--strColor);
    border-radius:   30px 0 30px 0  ;
}

.barquiz div{
    
    display: flex;
   
    align-items: center;
    position: relative;
    bottom: 7px;
}
.barquiz hr{
    
margin-bottom: 35px;
width: 90%;
}
.barquiz p{
    
    position: relative;
    bottom: 20px;
    margin-right: 20px;
    width: 350px;
   
   
}

#boxqiz h3{
    margin-right: 20px;
    float: left;
}
#boxqiz button{
    position: absolute;
    left: 0;
    margin-left: 15px;
    background-color: rgba(0, 255, 255, 0);
    border: 0;
    
}
#boxqiz button:hover{
    color: var(--strColor);
    
}
#qusizsBar,#sec3,#backbtn{
    height: auto;
}
@media screen  and  (min-width:1000px) and (max-width:1800px){
    .doplictSecshn{
        display: flex;
        justify-content: center;
        padding-left: 2vw;
        padding-right: 2vw;
        
    }
    #whayusSec,#backbtn,#qusizsBar,#cla{
        margin-left: 1vw;
        margin-right: 1vw;
        width: 50%;
    }
}


/* this is footer */
#barFooter{
    width: 100%;
    height: auto;
    background: -webkit-linear-gradient(left,rgb(240, 240, 240) 0vh,rgb(127, 108, 195));
    border-radius:60px 0 0 0 ;
    position: relative;
    top: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 5;
}
#h2footer,#p1footer,#servrsBtn{
    text-align: center;
}
#h3footer{
    margin-right: 25px;
}
#contact{
    display: flex;
    justify-content: center;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    
    
}
#contact a{
    text-decoration: none;
    margin-left: 5vw;
    margin-right: 5vw;
}
#p2footer{
    text-align: center;
    color: rgb(73, 73, 73);
}
 #h2footer{

        margin-bottom: -5px;
        font-weight: 720;
    }
i{
    font-size: 35px;
    color: var(--strColor);
    transition: 0.3s;
}
i:hover{
    font-size: 35px;
    color: rgba(74, 11, 220, 0.652);
}
.btnsScnd{
    text-decoration: none;
    color: rgb(63, 63, 63);
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
}
.btnsScnd:hover{
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 500;
}
#links{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px;
    
}
#links a{
    
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    transition: 0.3s;
    color: rgb(76, 76, 76);
    
}
#links h3{
   display: none; 
}
#links a:hover{    
    color: rgb(0, 0, 0);
    
}
#bar{
    border-right: solid 1px rgb(66, 66, 66);
    border-left: solid 1px rgb(66, 66, 66);
    padding: 0px;
    margin: 0px;
}
#servrsBtn{
    display: flex;
    justify-content: center;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    color: var(--strColor);
    border: solid 1px var(--strColor);
    text-decoration: none;

    padding: 3px;
    width: 125px;
    height: 26px;
    align-items: center;
    margin-left: auto;
    border-radius:   30px 0 30px 0  ;
    margin-right: auto;
    font-size: 13.5px;   
    margin-bottom: 30px;
    font-weight: 600;
    margin-top: 0px;
    transition: 0.5s;  
}
#srt{
   
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    color: var(--strColor);
    border: solid 1px var(--strColor);
    text-decoration: none;
    padding: 3px;
    width: 125px;
    height: 26px;
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius:   30px 0 30px 0  ;
    margin-right: 6.2vw;
    font-size: 13.5px;   
    margin-bottom: 0px;
    font-weight: 600;
    margin-top: 0px;
    transition: 0.5s;
    
}
#srt:hover{
    text-decoration: none;
    background-color: var(--strColor);
    color: rgb(255, 255, 255);
    border: solid 1px var(--strColor);
}
#servrsBtn:hover{
    text-decoration: none;
    background-color: var(--strColor);
    color: rgb(255, 255, 255);
    border: solid 1px var(--strColor);
}
#hrfooter{
    width: 90%;
    border:solid 0.5px rgb(86, 86, 86);
    display: none;
}
@media screen  and  (min-width:800px) and (max-width:2000px){
    #footerflex{
        display: flex;
        justify-content: center;
        margin-left: 80px;
    }
     #footerflex ul{
       
       width: 220px;
       margin-top: 0;
       margin-bottom: 50px;
       display: flex;
       margin-right: 20px;
       margin-left: 10px; 
    }

    #footerflex ul div{
       
     margin-right: 12vw;
    }
    
    #tool{
        width: 180px;
    }
    #bar{
        border-right: none;
        border-left:none;
        padding: 0px;
        margin: 10px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #contactFlexs{
        position: relative;
        height: 15px;
        top: 240px;
        right: -50px;
        margin-bottom: 290px;
       
    }
    #contact a i{
        font-size: 35px;
        margin-left: -25px;
        margin-right: 10px;
}
    #contact{

        display: flex;
        position: relative;
        bottom: 60px;
        right: 85px;
        
    }
       
    
    #links h3{
        display: block; 
        margin-bottom: 10px;
    }
    #links{
        position: relative;
        height: 20px;
        display: flex;
        flex-direction: column;
        top: 65px;
        left: 120px;
        margin-right: 45px;
    }
    #h3tool{
        width: 130px;
    }
    #links a{
        margin-right: 0;
        width: 120px;
        margin-bottom: 12px;
        margin-top: 12px;
    }
    #h2footer,#p1footer,#servrsBtn{
        text-align: center;
    }
    #h2footer{
        font-size: 30px;
        margin-bottom: -5px;
        font-weight: 750;
    }
    #p1footer{
        font-size: 18px;
    }
    #servrsBtn{
        font-size: 15px;
        width: 135px;
        height: 28px;
    }
 
}
/* this is the pageACT */

#heroPage2 h1{
    margin-top: 65px;
    font-size: 36px;
    font-weight: 800;
}
#heroPage2 #h11{
    color: var(--strColor); 

}
#h12{

    background-color:  var(--strColor);
    padding: 6px;
    border-radius:   30px 0 30px 0  ;
    color: white;
}
#heroPage2 div{
    margin-top: 55px;
}
#heroPage2 p{
    margin-top: 30px;
    margin-bottom: 35px;
    margin-right: 6vw;
    font-size: 18px;
    font-weight: 500;
}
#sec3 input{
    width: 85%;
    height: 50px;
    padding-right: 15px;
    margin-top: -12px;
    border-radius:   30px 0 30px 0  ;
    border: solid 1px rgb(71, 71, 71);
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#flech3{
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    color: var(--strColor);
    border: solid 1px var(--strColor);
    padding: 3px;
    width: 155px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:   30px 0 30px 0  ;
    margin-right: 6.3vw;
    font-size: 16px;   
    margin-bottom: 0px;
    font-weight: 600;
    margin-top: 5px;
    transition: 0.5s;  
    position: relative;
    top: 10px;
}
#flech3:hover{
    text-decoration: none;
    background-color: var(--strColor);
    color: rgb(255, 255, 255);
    border: solid 1px var(--strColor);
}
#textcent{
    text-align: center;
    margin-top: -20px;
}
#pPAG2{
    margin-right: 15px;

}
@media screen  and (max-width:800px)  {
    #h12{
        display: block;
        width: 300px;
    }

}
/* page3 shows */
#heroP3 h1{
    margin-top: 50px;
    margin-right: 40px;
    font-size: 36px;
}
#heroP3 p{
    margin-top: 15px;
    margin-right: 40px;
    font-size: 20px;
}
#bacas{
   
    text-align: center;
    margin-left: 2vw;
    margin-right: 2vw;
}
#bacas div > h3{
   
   color: var(--strColor);
   font-weight: 500;
}
#bacas div{
    background-color: rgb(255, 255, 255);
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 1vw;
    margin-right: 1vw;
    padding: 5px;
    margin-bottom: 10px;
    border-radius:   30px 0 30px 0  ;
    box-shadow: 0px 0px 8px rgb(219, 218, 230);
    transition: 0.3s;
}
#bacas div:hover{
    background-color: rgb(255, 255, 255);
    text-align: center;
    margin-left: 1vw;
    margin-right: 1vw;
    padding: 5px;
    margin-bottom: 10px;
    border-radius:   30px 0 30px 0  ;
    box-shadow: 0px 0px 10px rgb(196, 195, 206);
}
#bacas ul{
    text-align: right;
    margin-top: 40px;
    margin-bottom: 40px;
}
#bacas div a{
    text-decoration: none;
    background-color: var(--strColor);
    color: rgb(255, 255, 255);
    border: solid 1px var(--strColor);
    padding: 3px;
    width: 90%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:   30px 0 30px 0  ;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;   
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: -18px;
    transition: 0.5s;  
    position: relative;
    top: 10px;
   
}
#bacas div a:hover{
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    color: var(--strColor);
    border: solid 1px var(--strColor);
    padding: 3px;
    width: 90%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:   30px 0 30px 0  ;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;   
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: -18px;
    transition: 0.5s;  
    position: relative;
    top: 10px;
}
#bacas hr{
    text-align: center;
    width: 70%;
    border: rgb(217, 217, 217) 0.1px dashed;
}
#bacas li{
    font-size: 12px;
   
}
#pp4{
    text-align: center;
    position: relative;
    bottom: 25px;
}
#puplec {
    border-top: solid 8px var(--strColor);
}

@media screen  and (min-width:860px) and (max-width:1600px){
    #bacas {
        display: flex;
        justify-content: center;
        margin-left: 2vw;
        margin-right: 2vw;
    }
    #bacas div{
        background-color: rgb(255, 255, 255);
        margin-top: 20px;
        width: 25%;
        margin-bottom: 20px;
        margin-left: 1vw;
        margin-right: 1vw;
        padding: 5px;
        margin-bottom: 10px;
        border-radius:   30px 0 30px 0  ;
        box-shadow: 0px 0px 8px rgb(219, 218, 230);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: 0.3s;
    }
    #bacas div ul{
        position: relative;
        bottom: 10px;
        margin-top: 0%;
        margin-bottom: 10px;
    }
}
#herop4 h1{
    font-size: 35px;
    text-align: center;
    font-weight: 800;
    color:  var(--strColor);
}
#herop4 p{
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}
#herop4 a{
    margin-right: 7vw;
}
#herop4 h1 span{
    background-color:  var(--strColor);
    border-radius:   30px 0 30px 0  ;
    padding: 5px;
    position: relative;
    left: 6px;
    color: white;
}
#cardWork div img{
    width: 100%;
    border-radius:   30px 0 30px 0  ;
  
}
#cardWork div {
    width: 90%;
    
    position: relative;
    right: 0.5vw;
    border-radius:   30px 0 30px 0  ;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    
}
#cardWork {
    height: auto;
}
.btnWk{
    text-decoration: none;
    background-color: var(--strColor);
    color: rgb(255, 255, 255);
    border: solid 1px var(--strColor);
    padding: 3px;
    width: 98%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:   30px 0 30px 0  ;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;   
    margin-bottom: 0px;
    font-weight: 600;
    margin-top: 25px;
    transition: 0.5s;  
    position: relative;
    top: 10px;
}
.btnWk:hover{
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    color: var(--strColor);
    border: solid 1px var(--strColor);
   
}
#p5{
    text-align: center;
}
@media screen  and (min-width:760px) and (max-width:1600px){
    #dipulP5{
        display: flex;
        justify-content: center;
        padding-left: 1vw;
        padding-right: 1vw;
    }
    #cardWork div {
    width: 90%;
    
    position: relative;
    right: 0.5vw;
    border-radius:   30px 0 30px 0  ;
    margin-right: auto;
    margin-left: auto;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }
    #cardWork {
    height: 400px;
    }
    .btnWk{
    position: absolute;
    top: 355px;
    }
    #cardWork  p{
    margin-bottom: 60px;
    }
}
/* THIS IS EFCT */
/* 1. الحالة الافتراضية للعنصر (مخفي ومسحوب للأسفل قليلاً) */
/* 1. حالة الاختفاء الافتراضية للعناصر */

.reveal-item {
  opacity: 0;
  transform: translateY(30px); /* إنزال العنصر للأسفل 30 بكسل */
  transition: all 0.5s ease-out; /* حركة انسيابية مريحة للعين */
}

/* 2. حالة الظهور (هذا الكلاس سيضيفه الجافاسكريبت لاحقاً) */
.reveal-item.active {
  opacity: 1;
  transform: translateY(0); /* إعادة العنصر لمكانه الأصلي */
}