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

html {
  scroll-behavior: smooth;
}

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

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

body {
  background-color: #d2d2d2;
  font-family: uygaria;
  margin: 0;
  padding: 0;
  padding-bottom: 50px;
  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;
}

.clearfix {
    clear: both;
}

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

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

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

.headeraltiskelet {
  background-color: #38424d;
  color: #d2d2d2;
  margin: auto;
  font-family: uygaria;
  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;
}


.footeriskelet {
  background-color: #38424d;
  color: #d2d2d2;
  border-radius: 10px 10px 0 0;
  max-width: 630px;        /* max-width yerine sabit genişlik */
  margin: 0 auto;      /* yatayda ortala */
  padding: 2px;
  text-align: center;
  font-size: 14px;
  transform: translateZ(0);

  position: fixed;     /* sticky yerine fixed */
  bottom: 0;
  left: 0;             /* left ve right ile ekranın ortasına taşımak */
  right: 0;
  z-index: 100;
}


input {
  border-radius: 10px;
  background-color: #efeff0;
  color: #0b0c0d;
  font-family: uygaria;
  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;
}

select {
  color: #0e0e0f;
  margin-bottom: 5px;
  border: 1px solid black;
  border-radius: 10px;
  background-color: #efeff0;
  font-family: uygaria;
  font-size: 22px;
  padding: 5px;
  width: 200px;
  text-align: center;
}

#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;
}


#uyelikformu input, select {
  width: 90%;
  max-width: 600px;
  margin-bottom: 3px;
}

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

.mesaj {
  border: 2px dashed #3E6657;
  background-color: #f4cccc;
  border-radius: 10px;
  padding: 3px;
  margin: 8px;
  margin: auto;
  max-width: 600px;
  text-align: center;
}

.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 */
}

.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('yalnizcam.gif') center/cover no-repeat;
    filter: grayscale(50%) blur(2px) brightness(65%);
    z-index: -1;
}

.anaresim {
  position: relative;
  width: 95%;
  max-width: 600px;
  border: none;
  margin: auto;
  background-color: #efeff0;
  border-radius: 20px;
  filter: grayscale(60%);
  margin-left: 8px;
  margin-right: 8px;
  font-size: 22px;
  margin-top: 5px;
  overflow: hidden;
}

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

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

.mesajkutusu {
  padding: 10px;
  margin-bottom: 15px;
  border: 2px #2e3134;
  background-color: #DBDBDB;
  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 */
}

.mesajgonderen {
  background-color: #efeff0;
  flex-wrap: wrap;
  box-shadow: 0px 25px 25px #efeff0;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  border-bottom: 1px dashed #757778;
  padding: 5px;
}

.mesajtarih {
  background-color: #efeff0;
  box-shadow: 0 -5px 5px #efeff0;
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 15px;
  padding: 3px;
}

.ortakutuuyari {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background-color: #d2d2d2;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  width: 75%;
  max-width: 400px;
  font-size: 20px;
  border: 3px dashed red;
  text-align: center;
}

.yanipson {
  animation: yanip 1s infinite alternate;
}

@keyframes yanip {
  from {
    background-color: none;
	color: #0e0e0f;
  }
  to {
	background-color: red;
    color: white;
  }
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-200%); /* Bu değeri toplam yüksekliğe göre ayarlayın */
    }
}

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

.hidden {
  display: none;
}
  
  .kisikarti2 {
	  background-color: #ffffff;
   background-image: url('arkaplan.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}
	
	
	
	
	
	
	
	.footer-menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.footer-menu-item {
  flex: 1;
  padding: 8px 0;
  color: #d2d2d2;
  font-size: 14px;
}
