.header {
  left: 0;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0975);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  height: 77px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.foto {
  background-image: url(../images/simge.png);
  background-repeat: no-repeat;
  background-position: -260px -336px;
  height: 24px;
  width: 24px;
}
.mobil {
  justify-content: center;
}
.logo {
  font-family: Romantica;
  font-size: 40px;
  cursor: pointer;
  margin: 10px;
  margin-left: 15%;
}
@font-face {
  font-family: Romantica;
  src: url(../fonts/Romantica.ttf);
}

input.search {
  background-color: #fafafa;
  border: solid 1px #dbdbdb;
  border-radius: 3px;
  color: #262626;
  font-size: 14px;
  outline: none;
  padding: 3px 10px 3px 26px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
}
input.search:focus {
  background-color: white;
}
form#search {
  position: relative;
}
.search {
  flex-shrink: 0;
  width: 215px;
}
.searchpng {
  background-position: -137px -210px;
  background-repeat: no-repeat;
  background-image: url(../images/simge.png);
  height: 10px;
  width: 10px;
  left: 11px;
  position: absolute;
  top: 8px;
  z-index: 2;
}

.nav {
  justify-content: center;
  display: flex;
  width: 12px;
  height: 24px;
}
.nav > div {
  margin-right: 10px;
}

.no {
  text-decoration: none;
  color: #2c3e50;
}

@media only screen and (max-width: 600px) {
  .header {
    flex-direction: column;
    height: 100px;
  }
  .logo {
    margin-left: 10px;
    margin-bottom: -15px;
  }
}