*{
     padding: 0;
     margin: 0;
     color: black;
}
body{

    background-color: #0E2646;
}

html{
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  
  
}

a
{
    text-decoration: none;
}

/* _________________________________________Header___________________________________________ */
header
{

    
    background-color: #1a61ad;
    display: flex;
    justify-items: center;
    
    justify-content: space-between;
}
header div
{
    display: flex;
    align-items: center;
    gap: 5px;
    
}

.left_header p 
{
    font-weight: bold;
    
}
.time ,.date

{
    background-color: #14569e;
    padding: 10px;
    font-weight: bold;
    height:50px;
    
    

}

.date
{
        background-color: #1a61ad87;

}
.right_header 
{
    gap: 0;
}
svg
{
     height: 20px;
      padding: 10px;
    vertical-align: middle;
}
.right_header a 
{
    font-weight: bold;
    margin-right: 5px;
}

.left_header p ,.right_header a ,.time,.date
{
    font-size: 1.2vw;
    color: #F1F1F1;
    
}
svg
{
    height: 25px;
}


/* ________________________________________ i3lan_____________________________________________________ */

 img{
    width: 200px;
}
.logo
{
    
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
    align-items: center;
    justify-content: center;
    
}
.logo p
{
    font-weight: bold;
    font-size: 18px;
}

.continer
{
    display: flex;
    justify-content: space-between;
    padding: 8px;
    gap: 5px;
    background-color: #3071b6;
    
}
.i3lan
{
    width: 1000px;
    padding-right: 10px;

}

/* _________________________________________________navbar____________________________________________ */



.navbar
{
background: #00bfa6
;
display: flex;
flex-direction: row-reverse;
align-items: center;
justify-content: flex-start;
gap: 40px;
padding: 10px;

}
.navbar div 
{
    width: 50px;

}
.navbar div img
{
    width: 100%;
}
li
{
    list-style: none;

}
.navbar > li
{
    font-weight: bold;
    cursor: pointer;
    position: relative;
    transition: 0.3s;

}

.navbar > li:hover
{
    font-weight: bold;
    cursor: pointer;
    position: relative;
    color: #f0ff00e8;
}
li ul 
{   
    position: absolute;
    top: 100%;
    right: -14px;
    display: none;
    width: 200px;
    padding: 10px 8px;
    border-radius: 5px;
    text-align: right;
    padding-top: 27px;

}
li ul  li 
{
    background-color: #0a8273;
    padding: 15px 10px;
    margin-top:3px;
    border-radius: 4px;
    transition: 0.4s;
    
    
}
li ul  li:hover 
{
    background-color: #768CA4 ;
    border-right:4px solid #768CA4;
}

.navbar li:hover ul 
{
    display: block;

}

/* ____________________________navber_phone ______________________________ */

.navber_phones
{
    height: 80px;
    background-color: #00BFA6;
    padding: 5px 20px;
    display: none;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    transition: right 0.5s ease; 
}


.navber_phones a img 
{
    width: 50px;
}
.navber_phones a p
{
    font-size: 13px;
}
.navber_phones div svg
{
    
    height: 20px;
    padding: 10px;
    background-color: #167468b9;
    border-radius: 4px;
}

button
{
    background-color: #00BFA6;
    border: none;
    cursor: pointer;
}


/* outside_bar */

.outside_bar {
    width: 100%;        
    height: 100vh;       
    background-color: #1E3A5F;
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-end;
    overflow-y: auto;     
    transition: right 0.9s ease; 
}
.outside_bar.active {
    right: 0;
}
.bar_logo
{
    margin: 0 auto;
}
.bar_logo img 
{
    height: 150px;
    width: 150px;
}
.bar_logo p
{
    color: rgb(222, 214, 214);
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.bar_lycee

{
    width: 80%;
    margin: 0 auto;
}
.bar
{
    margin-bottom: 100px;
}
.title
{
    text-align: center;
    margin: 10px 0;
    background-color: rgb(0, 221, 255);
    border-radius: 4px;
    box-shadow: 0px -1px 11px 2px rgb(195 167 219 / 30%);
    
}
.title p
{
    
    padding: 4px 10px;
    
}

.as
{
display: flex;
flex-direction: column;
align-items: end;
}
.as a
{
    padding: 5px 10px;
    background-color: #14569e;
    margin-top: 5px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 90%;

}

.close
{  
        position: absolute;
        right: 4px;
        top: 4px;
        border-radius:8px ;
}
.close svg
{
    background-color:#0f223b ;
    fill: white;
    border-radius: 7px;
}






/* __________________________________________________________parent__________________________________________ */

.parent
{
    padding: 100px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;

}


.lyecc ,.ciyam,.ibtidai
{
 
  margin: 0 10px;
  min-width: 275px;
  border-radius: 8px;
  background-color: #00b29bd1;
    box-shadow: 0px 0px 12px 3px rgb(203 198 198 / 30%)
}

h1
{
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
    background-color: #3071b6;
    border-radius:8px 8px 0 0 ;
    color: #ffffffe3;
}

.lyecc div ,.ciyam div ,.ibtidai div
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
     padding: 4px;
     height: 50px;
     transition: 0.4s;
     
}
.trensparo
{
    background-color: #00bfa6d4;
}

 div a , div p 
{
    font-weight: bold;
}


 .lyecc .chahada , .ciyam .chahada, .ibtidai .chahada
{
    border-radius: 0 0 8px 8px;  
    justify-content: center;
    color: #ffffffe3;
}

h1 ,.lyecc .chahada , .ciyam .chahada, .ibtidai .chahada
{
    background-color: #D4AF37;
}

.chahada a
{
    color: #ffffffe3;
}

.lyecc div:hover ,.ibtidai div:hover,.ciyam div:hover
{
    background-color:#ffffff8b;
    
} 

.chahada a
{
    font-size: 20px;
    
}



















/*___________________________floor___________________________________________*/
.floor 
{
    background-color: #000000bd;
    margin-top: 20px ;
    display: flex;
    justify-content: space-between;
    padding: 50px 70px;
}
.photo-floor
{
    padding-left: 10px;
}

.pragraph
{
    width: 75%;
    color: white;


}
.pragraph p {
    color: #808080;
    margin: 15px 0;
}

h4 
{
    color: #1a61ad;
}
h3
{
 color: #00BFA6;
 text-align: right;
}
.socials-container{
  display: flex;
  gap: 15px;
}

.socials-container a svg{
  height: 14px;
  fill: white;
}

.socials-container a
{
    background-color: #2f2f2f;
    padding: 0.5em;
    border-radius: 5px;
    transition: 0.5s;
}

.socials-container a:hover 
{
    background-color :#0d7689
}

























@media screen and (max-width: 1200px) 

{
    .date
{
    display: none;
}
.time
{
    height: 35px;
}

.left_header p ,.right_header a ,.time
{
    font-size: 2vw;
    
}

 img{
    width: 100px;
}

.continer
{
    display: none;
}
.navbar
{
    display: none;
}
.navber_phones
{
    display: flex;
}
.parent
{
    gap: 50px;
}

}
















@media screen and (max-width: 800px) 
{

.left_header p ,.right_header a ,.time
{
    font-size: 3vw;
    
}
.time
{
    height: 25px;
}



.logo p
{
    font-size: 3.5vw;
}
svg
{
    height: 20px;
}
.parent
{
    gap: 100px;
}

.lyecc ,.ciyam,.ibtidai
{
    width: 300px;
    box-shadow: 0px 0px 6px 0px rgb(203 198 198 / 30%)
    
}
.lyecc div, .ciyam div, .ibtidai div 
{
    height: 40px;
}

.floor {
    flex-direction: column;
    justify-content: center;
}
.photo-floor
{
    margin: 10px;

text-align: center;
}

.pragraph,.pragraph  h3{
    width: 100%;
    text-align: right;
}




}