*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Rubik', sans-serif;

  /*font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif; */
  font-family: "Poppins", sans-serif;
  }

  @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

  .arabic-text {
    padding-right: 10px;
    direction: rtl;
    unicode-bidi: embed;
}

#poussin_text{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 200%;
  margin-top: 20px;
  margin-right: 20px;
align-self: flex-end;
  max-width: 100%;

}
  header {
   
   display: flex;
  justify-content: space-between;
  background-color: hsla(0, 100%, 50%, 0);
  margin: 0px;
  }


.lang_icon{
  border: 0;
  
}


  #img{
display: block;
  max-width: 100px;
/*   padding-top: 18px;
   height: 80px;
  margin: 15px;
  margin-left: 20px; */

  margin-left: auto;
  margin-right: auto;
  
  padding: 15px;
  width: 120px;
  }
  .mas{
    color: #be3144;
  }
  .logo{
    display: flex;
    justify-content: flex-start;
    width: 30%;
  }
  h2{
    margin: 0;
   padding-top: 10%;
  padding-left: 1%;
  font-size: 200%;
  
  }
  #sidenav {
    position: fixed;
    top: 0;
    left: -100%; /* Initially hidden */
    width: 70%;
    height: 100%;
    z-index: 1;
    
    backdrop-filter: blur(30px);
    transition: all 0.4s ease-in-out;
    display: flex;
  text-align: center;
  justify-content: center;
  }

  .hidden ul {
  text-align: center;
  justify-content: center;

  }
  .hidden ul li {
    margin: 50px;
    font-size: larger;
    display: flex;
  text-align: center;
  text-decoration: none;
  }
  .hidden ul li a{
    margin: auto;
    color: black;
    text-decoration: none;
    font-size: 130%;
  }
  
  #sidenav.shown {
    left: 0; /* Show sidenav on button click */
  }
  

  .toggle-button {
    background: none;
    border: none;
    color: #fff;
    font-size: 2em;
    cursor: pointer;
    display: none; /* Initially hide the button */
    margin-right: 7%;
  }
  /* Media query for responsive behavior (adjust as needed) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  
  @media screen and (max-width: 600px) {
   
 #navbarid{
  display: none;
 }
      .toggle-button{
        display: block;
      }    
  
.contact-cont{
  flex-direction: column;

  
}
    }
  
  
  .nav_div{
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  }
  .navbar {
   padding: 0;
    padding-bottom: 0%; 
    
  display: flex;
  flex-direction: row;
  margin-right: 100px;
  justify-content: space-around;
  list-style-type: none;
   border-bottom: 2px solid black; 
  
  }
  
  .navbar ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
  display: flex;
  
  }
  
  .navbar ul li{
  padding: 0;
  margin-right: 20px;
  
  }
  
  .navbar ul li a{ 
    
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 400;
    font-size: 100% ;
   margin-top: 0;
  
  }
  

  
  .navbar ul li a:hover {
    color: #d31111; /* Hover color */
               } 
                           
  main { 
   
     margin: 0;
    background-color: hsla(0, 100%, 50%, 0);
    display: flex;
  flex-direction: row;
  }

  .sol-box{
  
margin-top: 1rem;
margin-left: 2%;
margin-right: 2%;
    display: flex;

 /* height: auto; */ 
background-color: white;
flex-direction: column;
border-radius: 15px;
  }
  .sol-box h1{
    margin: 3rem;
  }
 .sol-box p{
  margin-top: 1rem;
    margin-left: 1rem;
  }
.sol-box h3{
  margin-top: 1rem;
margin-left: 1rem;
}


/* style equipement */ 

.container-equ{

  margin: auto;
  padding: 5%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5%;
  
}
.item-equ{

width: 100%;
height: 100%;


}
.item-equ p{
 
 text-align: center;
 justify-content: center;
 font-size: 150%;
}


.img-equ{
  height: 70%;
  width: 100%;
  max-height:400px ;
}

  

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.cd__main{
   display: block !important;
}
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #252a32;
  
  background-image: url("images/champherb.jpg");
  background-size: cover;
}

.container {
  max-width: 80rem;
  width: 100%;
  padding: 4rem 2rem;
  margin: 0 auto;
}

.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* poussin style*/

#poussin-head{
 padding-top: 10px;
  max-width: 100%;
  height: auto;
  margin: 5%;
}
.cobb-cont{
  max-width: 100%;
  display: flex;
  flex-direction: row;
}
.cobb-cont img{
 
  max-width: 400px;
  height: auto;
  margin: 5%;
}


.par_poussin{
padding: 10px;
font-size: large;
}





/* contact style*/
.contact-cont{
  
  display: flex;
 
  flex-direction: row;
 justify-content: space-evenly;
 align-items: center;

}
.crma-cont{
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
max-width: 400px;




}
.crma-cont p{
  font-family: "Mukta Vaani", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 150%;
}

#localar{
  direction: rtl;
}

.crma-cont p{
font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
padding: 10px;

}


#crma{
  max-width: 100%;
}


iframe{
max-width: 90%;
 margin: 1rem;
 
}

.form-cont{

padding: 0;

}

.contact_form{
  background-color: #fff;
  display: flex;
  flex-direction: column;

  max-width: 450px;

}
.contact_form h3{
  margin: 5px;

  font-family: "Mukta Vaani", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.contact_form input{
  max-width: 300px;
 box-sizing: 300px;
 border: none;
}



@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }

  .container-equ{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }

  .sol-box h1{
    margin: 1rem;
  }

  .contact-cont{
    flex-direction: column;
  }
  
  .cobb-cont{
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }

}

@media only screen and (min-width: 600px){
  #poussin-head{
    margin-top: 0;
    margin-bottom: 0;
  }

  iframe{
    max-width: 400px;
  }
/*  .form{
    margin-left: 400px
  }
  */
}




/*footer */ 
  footer {
    align-self: flex-end;
  
    background-color: hsla(0, 0%, 15%, 0.9);
  height: 180px;
  position: absolute;
  width: 100%;
  }

  footer ul  {
    max-height: 100%;
   padding-top: 10px;
  }
  
  footer ul li p{
  position: relative;
   
    color: antiquewhite;
   margin: 1rem;
    margin-bottom: 10px;
  }




