*{
     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;
}




/* __________________________________________________________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;
}




}