@import url('https://fonts.googleapis.com/css?family=Montserrat');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Montserrat', sans-serif;
  /* background-color: #025677; */
  color: #fff;
  /* background-image: url('../images/sv.jpg');
  background-size: cover;
  background-repeat: no-repeat; */
}
.container {
  padding: 30px 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}
#search-form {
  
  margin: 0 auto;
  position: relative;
}
.serachlogo{
    margin-left: 20%;
}
.firstinputfield{
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.25);
}
#setlng{
    float: right;
    margin-right: 50px;
    margin-top: 50px;
}
.language select{
    padding: 10px 10px 10px 10px;
    border-radius: 20px;
    outline: none;
}
.language select option{
    padding: 5px;
    line-height: 1.5;
}
.searchscreenhide{
    position: absolute;
    z-index: -999;
    left:0;
    top:0;
    background-color: white;
    height: 100vh;
    width:100%;
    visibility: hidden;
    transition-delay: 1.4s;
    /* transition: 0.4s ease-in-out; */
}
#search-form input {
  width: 100%;
  font-size: 1.3rem;
  padding: 10px 40px;
  border: 1px solid #ccc;
    border-radius: 30px;
    outline: none;
}
#search-form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  outline: none;
  border: none;
  width: 3rem;
  text-align: center;
  font-size: 1.75rem;
  cursor: pointer;
  color: #333;
}
.info {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
}
.newscreen{
    position: absolute;
    transform: translateY(200px);
}
.removefirstpage{
    visibility: hidden;
}
.firstinputfield{
  box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
    border-color: rgba(223,225,229,0);
}
.inputfield{
    background-color:darkgray
}
/* @media (max-width: 1200px) {
  #search-form { width: 50%; }
} */
@media (max-width: 768px) {
  .container { padding: 30px 35px;width: 100%; }
  #search-form { width: 100%; }
  .info { font-size: 0.5rem; }
}
 @media (max-width: 480px) {
  #search-form { width: 100%; }
} 