
.search-box{
  width: fit-content;
  height: fit-content;
  position: relative;
  left: 36%;
}
.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: green;
  padding-right: 40px;
  color:#fff;
}
.input-search::placeholder{
  color:rgba(255,255,255,.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:#ffffff ;
  background-color:transparent;
  pointer-events: painted;  
}
.btn-search:focus ~ .input-search{
  width: 300px;
  border-radius: 0px;
  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: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid rgba(255,255,255,.5);
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

/*this is the mobile search button*/
.search-boxm{
  width: fit-content;
  height: fit-content;
  position: relative;
  left: 10px;
}
.input-searchm{
  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: green;
  padding-right: 40px;
  color:#fff;
}
.input-searchm::placeholder{
  color:rgba(255,255,255,.5);
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 100;
}
.btn-searchm{
  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:#ffffff ;
  background-color:transparent;
  pointer-events: painted;  
}
.btn-searchm:focus ~ .input-searchm{
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid rgba(255,255,255,.5);
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
.input-searchm:focus{
  width: 300px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom:1px solid rgba(255,255,255,.5);
  transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}
/*this is the mobile search button*/


@media(min-width: 500px) and (min-height: 710px)
{
.search-box{
  width: fit-content;
  height: fit-content;
  position: relative;
  left: 3%;
}
.search-boxm{
  width: fit-content;
  height: fit-content;
  position: relative;
  left: 10px;
}
}
@media (max-width: 850px) and (max-height: 440px)
{
.search-box{
  width: fit-content;
  height: fit-content;
  position: relative;
  left: 36%;
}
.search-boxm{
  width: fit-content;
  height: fit-content;
  position: relative;
  left: 10px;
}
}

@media(min-width: 500px) and (max-height: 720px)
{
	.search-box{
  width: fit-content;
  height: fit-content;
  position: relative;
  left: 36%;
}
.search-boxm{
  width: fit-content;
  height: fit-content;
  position: relative;
  left: 10px;
}
}
@media(min-width: 500px) and (min-height: 441px)
{
		.search-box{
  width: fit-content;
  height: fit-content;
  position: relative;
  left: 36%;
}
.search-boxm{
  width: fit-content;
  height: fit-content;
  position: relative;
  left: 10px;
}
}
	