*{
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Rubik', 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");

html{
  scroll-behavior: smooth;
} 
body {
  margin: 0px;
  background-image: url("images/champherb.jpg");
  background-size: cover;
  /*font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif; */
  font-family: "Poppins", sans-serif;
}
header {
 
 display: flex;
justify-content: space-between;
background-color: hsla(0, 0%, 100%, 0);
margin: 0px;
}
#img{
  display: block;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  
  padding: 15px;
  width: 120px;
}
.logo{
  display: flex;
  justify-content: flex-start;
  width: 30%;
}
h2{
  /* margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto; */
  margin: auto;
  padding: 15px;
  
font-size: 200%;
text-align: center;



}

#har{
direction: rtl;
margin-right: 1em;

}
.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: 20%;
justify-content: space-around;
list-style-type: none;
 border-bottom: 1px 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;



}
.toggle-button {
  background: none;
  border: none;
  color: #fff;
  font-size: 2em;
  cursor: pointer;
  display: none; /* Initially hide the button */
  margin-right: 7%;
}





.navbar ul li a:hover {
  color: #fd9d9d; /* Hover color */
  
             }    

.mas{
  color: darkred;
}

#navbar {
  display: block; /* Initially visible for larger screens */
}

#sidenav {
  position: fixed;
  top: 0;
  left: -100%; /* Initially hidden */
  width: 80%;
  height: 100%;
  backdrop-filter: blur(30px);
  transition: all 0.4s ease-in-out;
  display: flex;
text-align: center;
justify-content: center;
}
.hidden ul {
  margin-top: 10%;
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 */
}

#languageSelectSide{
  display: none;
}

@media only screen and (max-width: 600px) {

  #toggleBtn {
    display: block; /* Show button for smaller screens */
  }

  #languageSelectSide{
    display: block;
  }

  #languageSelect{
    display: none;
  }
}


/* 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) {

  .nav_div{
   display: none;
    }
    .toggle-button{
      display: block;
    }    

 
 
  }

main { 
 
   margin: 0%;
  background-color: hsla(0, 100%, 50%, 0);

}

h1{
  margin: 0;
 padding-top: 60px;
 padding-left: 5%;
  margin: 0px;
  margin-bottom: 50px;
  color: rgb(34, 34, 34);
}
.serv_main{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap; gap:10px;
}
.serv_box {
  flex-direction: column;
  width: 350px;
  height: 270px;
  background-color: hsla(0, 0%, 82%, 0.5);
 column-gap: 0.5cm;

  margin-top: 10px;
  text-align: center;
  margin-bottom: 18px;
}
.serv_title{
  padding: 20px;
  margin-top: 5%px;
  
  
}
.serv_title a{
  text-decoration: none;
  display: block;
  color: black;
  text-align: center;


  transition: color 0.3s ease;
  font-weight: 400;
  font-size:160%
}
.serv_title a:hover{
  color: #d31111;
}
.serv-img{
  display: block;
  width: 100%;
  max-height: 100%;
  
}
p {
  padding-top: 20px;
}


.shoutout{
 padding-top: 50px;
}
footer {
margin-top: 100px;
  background-color: hsla(0, 0%, 15%, 1);
height: 180px;
}
footer ul li p{
margin: 10px;
  color: antiquewhite;
}