* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; /* Kutunun içeriğini, kenar boşluğunu ve kenarları aynı hizaya getir */
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: uygarfont;
  src: url(uygar.otf);
}

@font-face {
  font-family: uygarfont2;
  src: url(uygar2.otf);
}

body {
  background-color: #d2d2d2;
  font-family: uygarfont;
  font-size: 18px;
  color: #0b0c0d;
  user-select: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

a {
  color: black;
  text-decoration: none;
}

.abutton {
  border: 1px solid #767d86;
  background-color: #efeff0;
  color: #0e0e0f;
  margin: 5px;
  border-radius: 5px;
  font-family: uygarfont;
  font-size: 16px;
  padding: 5px;
  display: inline-block;
  text-align: center;
}

hr {
  max-width: 450px;
  margin: auto;
  border-top-style: solid;
  border-top-width: thin;
  width: 75%;
}

.hidden {
  display: none;
}
  
input {
  border-radius: 10px;
  background-color: #efeff0;
  color: #0b0c0d;
  font-family: uygarfont;
  font-size: 22px;
  padding: 5px;
  width: 32%;
  max-width: 600px;
  text-align: center;
  border: 1px solid #efeff0;
  margin-bottom: 5px;
  min-width: 125px;
}

input[type="submit"] {
  background-color: #0b0c0d;
  color: #efeff0;
}

input::placeholder {
  color: gray;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.headeriskelet {
  background-color: #38424d;
  color: #d2d2d2;
  font-size: 28px;
  justify-content: space-between;
  display: flex;
  margin: auto;
  font-family: uygarfont2;
  line-height: 100%;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  border-radius: 0 0 20px 20px;
  z-index: 100;
  max-width: 630px;
  width: 98%;
  text-align: center;
  padding: 7px;
}

.headeraltiskelet {
  background-color: #38424d;
  color: #d2d2d2;
  margin: auto;
  font-family: uygarfont;
  text-align: center;
  line-height: 100%;
  border-radius: 0 0 10px 10px;
  z-index: 3;
  width: 98%;
  max-width: 630px;
  text-align: center;
  padding: 5px;
  margin-top: -20px;
  padding-top: 15px;
  margin-bottom: 12px;
}

#headeraltiskelet input {
  background-color: #5D656E;
  width: 25%;
  max-width: 180px;
  margin-bottom: 3px;
  color: white;
  border: 1px solid #1c2126;
  font-size: 22px;
}

#headeraltiskelet input::placeholder {
  color: #c9cbce;
}

#headeraltiskelet input[type="submit"] {
  background-color: #c9cbce;
  color: #4B545E;
  border-radius: 10px;
  font-size: 22px;
  min-width: 90px;
  border: 1px solid #1c2126;
  font-weight: bold;
}

.footeriskelet {
  background-color: #38424d;
  color: #d2d2d2;
  border-radius: 10px 10px 0 0;
  width: 98%;
  max-width: 630px;
  margin: auto;
  padding: 0;
  text-align:center;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  bottom: 0;
  z-index: 100;
  padding: 3px;
  border-top-style: solid;
  font-size: 14px;
  border-top-width: thin;
}

.iskeletkutu {
  max-width: 600px;
  margin: auto;
  padding: 0;
  color: #0e0e0f;
  margin-top: 0;
  text-align:justify;
}

.uygarkutu {
  padding: 10px;
  margin-bottom: 15px;
  border: 2px #2e3134;
  background-color: #DBDBDB;
  border-radius: 10px 10px 10px 10px;
  position: relative;
  border-left: 5px solid #2e3134;
  font-size: 22px;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Hafif siyah gölge */
}

textarea {
  border: 1px solid #767d86;
  width: 75%;
  border-radius: 10px;
  font-family: uygarfont;
  color: #0b0c0d;
  font-size: 22px;
  padding: 3px;
  max-width: 600px;
  background-color: #efeff0;
  margin-bottom: 5px;
  resize: none;
}

.arkaplanli {
  position: relative;
  overflow: hidden;
  max-width: 600px;
  margin: auto;
  border-radius: 20px;
  padding: 20px;
  font-size: 24px;
  color: white;
  margin-top: 5px;
  text-align: center;
}

.arkaplanli::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('city.gif') center/cover no-repeat;
    filter: grayscale(50%) blur(2px) brightness(40%);
    z-index: -1;
}

.mesaj {
  display: inline-block;
  border: 2px dashed red;
  border-radius: 10px;
  padding: 3px;
  margin: 0 auto;
  text-align: center;
  color: red;
}

@media only screen and (max-width: 700px) {
	.iskeletkutu {
		margin-left: 8px;
		margin-right: 8px;
	}
	.arkaplanli {
		margin-left: 8px;
		margin-right: 8px;
	}
}

  .acilirMenu {
    display: none;
	margin: auto;
    z-index: 12;
  }
