*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
  

}



@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.body_Style{
 
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  background-color:  #fff;;

  
}
.navbar-Stype{
 /* background-color: #371600; */
 background-color: #121212;
  width: 100%;
  display: block;
  background-image: url(../image/barbertools.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
 
  
  }
  .space_navbar{
   height: 157px;
  }
    .content-style{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    width:100%;
  }

  .open_close_div{
    width: 20%;
 
  }
  .logo_image_div{
    width: 70%;
     
 
  
  }
  .space_div{
    width: 20%;
  }

#div_a_Link_in_navbar{
  position: absolute ;
  width: 300px;
  margin-left: -300px;
    /* background-color: #bd5109; */
background-color: #e9ecef;
  height: 100vh;
  transition:all 1s;
  z-index: 1;


}

.a_Link_navbar{ 
    width: 70px;
    height: 70px;
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 9px;
    border-radius: 15%;
    background-color: white;

}
.a_Link_navbar:hover{
  display: block;
  color: black;
  text-decoration: none;
  background-color: white;

  
  
}



#open_button_image,#close_button_image{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    padding: 8px;
    background-color: #636464;

}
#close_button_image{
  display: none;
}


.Name_list{
 margin: 0px;
 color: #bd5109;
 font-size: 10px;
}

.logo_Image{
max-width: 100%;
}

.div_logo_image{
    width: 100%;
    text-align: center;


}

.image_navbar{
      padding: 5px;
    width: 40px;
    height: 40px;
}




@media screen and (min-width: 392px) {
  .logo_image_div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo_Image {
    max-width: 57%;
}

}

@media screen and (min-width: 540px) {
  .logo_image_div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logo_Image {
    max-width:33%;
}

}

.div_a_Link_in_navbar{
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px 0px;
    justify-content: space-evenly;
    align-content: start;
    padding: 19px 0px;
  

}
