.iletisim {
  background-image: linear-gradient(74deg, #dbf7e1 0%, #dfe9ff 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.errorandInput {
  display: flex;
  flex-direction: column;
  width: 100%;
}
input {
  font-family: 'Public Sans', sans-serif;
}

.iletisim-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 10px;
}

.iletisim-top img {
  width: 80px;
  height: 80px;
}

.iletisim-top h1 {
  margin-top: 25px;
  font-size: 26px;
  font-weight: 700;
  color: #1e325c;
  text-align: center;
}

.iletisim-top p {
  font-size: 17px;
  text-align: center;
  margin-top: 20px;
  color: #5a7184;
  line-height: 1.4;
}

.iletisim-box-gnl {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}

.iletisim-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 28px;
}

.iletisim-box .box-item {
  margin: 8px 0 0;
}

.iletisim-box .box-item img {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 50%;
  border: 3px solid transparent;
  transition: 0.5s border ease-in;
}

.iletisim-box .box-item:hover img {
  border-color: #1e325c;
  animation: tada;
  animation-duration: 1s;
}

.iletisim-box .box-item p {
  font-size: 17px;
  color: #5a7184;
  transition: 0.2s color ease-in-out;
}

.iletisim-box .box-item:hover p {
  color: #27aa67;
}

.map {
  background-color: #1e325c;
}

.map .container {
  margin-bottom: 30px;
}

.form {
  color: #f4f9ff;
  padding-top: 25px;
  padding-bottom: 60px;
}

.form .form-top h2 {
  display: inline-block;
  font-size: 28px;
  letter-spacing: 1px;
  color: #27aa67;
}

.form .form-item {
  margin: 20px 0;
  width: 100%;
}

.form .form-item label {
  font-size: 16px;
  display: inline-block;
  width: 30%;
  padding-right: 10px;
}

textarea {
  resize: none;
}

.form .form-item input,
.form .form-item textarea {
  display: inline-block;
  width: 100%;
  max-height: 100px;
  border-radius: 3px;
  font-size: 15px;
  padding: 5px 8px;
  outline: 2px solid transparent;
  color: #5a7184;
}

.form .form-item input:focus {
  outline-color: #27aa67;
}

.form button {
  display: block;
  border-radius: 8px;
  background-color: #27aa67;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  margin-top: 30px;
}

.err {
  display: block;
  margin: auto;
  padding-top: 5px;
  color: #f81414;
  font-size: 13px;
}

.map iframe {
  width: 100%;
  height: 380px;
  margin-bottom: 30px;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .iletisim-box-gnl {
    flex-direction: row;
  }

  .iletisim-box {
    margin-left: 25px;
    margin-right: 25px;
  }

  .iletisim-top p {
    max-width: 380px;
  }
}

@media (min-width: 992px) {
  .iletisim-top img {
    width: 120px;
    height: 120px;
  }

  .iletisim-top h1 {
    font-size: 36px;
    line-height: 55px;
  }

  .iletisim-top p {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    max-width: 420px;
  }

  .iletisim-box .box-item img {
    margin: 0 50px;
  }

  .iletisim-box {
    margin: 20px 0 40px;
  }

  .map .container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }

  .form {
    width: 100%;
    padding: 50px 20px;
  }

  .form .form-item {
    margin: 35px 0;
  }

  .form .form-item input {
    display: inline-block;
    width: 100%;
  }

  .form button {
    margin-top: 20px;
    height: 40px;
    margin-left: auto;
    margin-right: 4%;
  }

  .mdl-body {
    margin-top: 5%;
  }

  .map iframe {
    height: 400px;
  }
}

@media (min-width: 1200px) {
  .iletisim-box {
    margin: 20px 30px 40px;
  }

  .map {
    padding-top: 20px;
  }

  .form {
    margin-left: 40px;
    padding-right: 0;
  }

  .form .form-item {
    display: flex;
    margin: 25px 0;
  }

  .form .form-item input {
    height: 36px;
  }
}
