@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Gemunu+Libre:wght@200..800&display=swap');

* {
  margin: 0
}

html,
body {
  height: 100%
}

body {
  font-family: "Gemunu Libre", sans-serif;
  overflow-x: hidden;
  background: #fff;
}

a {
  outline: medium none
}

button {
  outline: medium none
}

a:hover {
  text-decoration: none
}

#ESBgovde {
  min-height: 100%;
  height: auto !important;
  height: 100vh;
  position: relative;
}

.logobar {
  width: 100%;
  background: rgba(89, 61, 8, 0.8);
  padding: 8px 0;
  position: absolute;
  top: 0;
  z-index: 2;
}

.logobar img.logo {
  display: block;
  height: 90px;
}




.silici {
  clear: both;
  height: 0;
  display: block;
}

.ovalkose {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.cerceve {
  border: solid 1px #e7c543;
}

.hata {
  background: #f9f0f0;
  font-size: 14px;
  padding: 10px;
  width: 98%;
  margin: 0 auto 10px;
  text-align: left;
  border-left: solid 5px #dca7b0;
}

.resimbox {
  padding: 10px 0;
}

.resimbox span.resim {
  display: block;
  width: 100%;
  height: 150px;
  border: solid 1px #5c3e07;
  border-bottom: solid 3px #5c3e07;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.resimbox a {
  display: block;
  width: 100%;
  height: 150px;
  border: solid 1px #5c3e07;
  border-bottom: solid 3px #5c3e07;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.resimbox a:hover {
  border: solid 1px #000;
  border-bottom: solid 3px #011e68;
}


#icerik {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  /* yatay ortala */
  align-items: center;
  /* dikey ortala */
}

.icerik {
  color: #000;
  width: 80%;
  min-height: 300px;
  margin: auto;
  padding: 20px;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background: rgba(249, 246, 246, 0.5);
}

#icerik h1 {
  display: block;
  font-size: 26px;
  margin: 0 0 15px 0;
  padding: 5px;
  border-bottom: solid 1px #e7c543;
  color: #000;
}

@media only screen and (max-width: 767px) {
  #icerik {
    height: 60vh;
  }
}






.footer {
  background: rgba(89, 61, 8, 0.8);
  color: #fff;
  padding: 60px 20px 30px;
  font-size: 15px;
  text-align: left;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.footer .trn {
  text-align: right;
  padding-right: 10px;
}

.footer .copytext {
  text-align: left;
  padding-left: 10px;
}

.footer-col {
  flex: 1;
  min-width: 220px;
}

.footer h3 {
  margin-bottom: 15px;
}

.footer h4 {
  margin-bottom: 15px;
  font-size: 18px;
}

.footer ul {
  list-style: none;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer a {
  color: #e7c543;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

.social a {
  margin-right: 10px;
  font-size: 14px;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #e7c543;
  padding-top: 20px;
  font-size: 14px;
}

/* Mobil */
@media(max-width:768px) {
  .footer-row {
    flex-direction: column;
  }

  .footer .trn {
    text-align: center;
  }

  .footer .copytext {
    text-align: center;
  }
}




/*responsive tablo */
table {
  border: 1px solid #666;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table tr {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}



@media screen and (max-width: 600px) {
  table {
    border: 0;
    width: 98%;
    margin: auto;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #333;
    display: block;
    margin-bottom: .625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: center;
  }

  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }

}

/*responsive tablo*/

/*Sayfalama*/
#sayfalama {
  text-decoration: none;
  padding-top: 20px;
}

#sayfalama a {
  margin: 2px;
  padding: 5px 15px;
  text-decoration: none;
  display: block;
  float: left;
  background: #0054a5;
  color: #fff;
}

#sayfalama a.aktif {
  background: #50ade5;
  color: #fff;
  font-weight: bold;
}

#sayfalama a:hover {
  text-decoration: none;
  color: #fff;
  background: #333;
}

/*Sayfalama*/




.navbar {
  background: none !important;
}

/* Menü ortalama */
.navbar-nav {
  margin: auto;
}

/* Link stil */
.nav-link {
  font-weight: 600;
  color: #e7c543 !important;
  padding: 15px;
}

.nav-link:hover {
  color: #fff !important;
}

.navbar-toggler {
  border-color: #fff;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media only screen and (max-width: 767px) {
  .navbar-brand img.logo {
    height: 40px;
  }
}




/* =========================
   ARKA PLAN SLIDER
========================= */
.bg-slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  overflow: hidden;
}

.bg-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: bgSlider 30s infinite;
}

/* 5 resim delay */
.bg-slide:nth-child(1) {
  animation-delay: 0s
}

.bg-slide:nth-child(2) {
  animation-delay: 6s
}

.bg-slide:nth-child(3) {
  animation-delay: 12s
}

.bg-slide:nth-child(4) {
  animation-delay: 18s
}

.bg-slide:nth-child(5) {
  animation-delay: 24s
}

@keyframes bgSlider {
  0% {
    opacity: 0
  }

  5% {
    opacity: 1
  }

  20% {
    opacity: 1
  }

  25% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

/* =========================
   NOKTALI PATTERN OVERLAY
========================= */
.bg-slider::after {
  content: "";
  position: absolute;
  inset: 0;

  /* Noktalı pattern (CSS ile üretildi, resim gerekmez) */
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px);

  background-size: 4px 4px;

  /* koyu overlay */
  background-color: rgba(0, 0, 0, 0.45);

  pointer-events: none;
  z-index: 2;
}