body {
  padding-bottom: 20px;
}

/* .navbar {
  margin-bottom: 20px;
} */


  
.dropbtn {
  background-color: #fff;
  color: 000;
  padding: 16px;
  font-size: 16px;
  border: none;
}

 
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index:11111;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #fff;
  cursor: pointer;
}
 
.LanguageDrop{
  height: 40px;
  padding: 0 5px 5px 0;
  /* background-color: f8f9fa !important; */

}





/* searchbutton */
.search-box{
  width: fit-content;
  height: fit-content;
  position: relative;
}
.input-search{
  height: 50px;
  width: 50px;
  border-style: none;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 2px;
  outline:none ;
  border-radius: 25px;
  transition: all .5s ease-in-out;
  background-color: #f8f9fa;
  padding-right: 40px;
  color:rgb(33, 10, 10);
}
.input-search::placeholder{
  color:rgba(0, 0, 0, 0.5);
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 100;
}
.btn-search{
  width: 50px;
  height: 50px;
  border-style: none;
  font-size: 20px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  color:#160606 ;
  background-color:transparent;
  pointer-events: painted;  
}
.btn-search:focus ~ .input-search{
  width: 250px;
  /* border-radius: 1px; */
  border: 1px solid #b89e7f ;
  background-color: transparent;
  /* border-bottom:1px solid rgba(255,255,255,.5); */
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.input-search:focus{
  width: 250px;
  border: 1px solid #ffd58d ;
  /* border-radius: 1px; */
  background-color: transparent;
  /* border-bottom:1px solid rgba(255,255,255,.5); */
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
/* searchbutton */



