

/*_________________________________________________________*/
.floor 
{
    background-color: #00BFA6;
    margin-top: 20px ;
    display: flex;
    justify-content: space-between;
    padding: 50px 70px;
}
.photo-floor
{
    padding-left: 10px;
    text-align: center;
}

.pragraph
{
    width: 75%;
    color: white;


}
.pragraph p {
    color: black;
    margin: 15px 0;
    text-align: right;
}

h4 
{
    color: black;
}
h3
{
 color: black;
 text-align: right;
 margin-bottom: 20px;
}
.socials-container{
  display: flex;
  gap: 15px;
}

.socials-container a svg{
  height: 14px;
  fill: white;
  width: 20px;
}

.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;
}


}
















@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;
}


.lyecc ,.ciyam,.ibtidai
{
    width: 300px;
    
    
}
.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;
}




}
