
.site {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 0 15px;
    background: white;
    border-radius: 5px;
}
          .site img {
              width: 80px;
              height: auto;
              margin-right: 15px;
          }
          
    .logo-link {
    align-self: flex-start;
    float: left;
}

.girid img{
  border: 3px solid #00ff66;
  background: linear-gradient(135deg, #003311, #007744); 
  padding: 3px 0;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(0, 255, 100, 0.7);
  animation: giridPulse 1.5s ease-in-out infinite;
  color: white;
  font-weight: bold;
  text-align: center;
}

/* Daha güçlü bir parlayan animasyon */
@keyframes giridPulse {
  0% {
    box-shadow: 0 0 5px rgba(0, 255, 100, 0.4);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 20px rgba(0, 255, 100, 1);
    transform: scale(1.03);
  }
  100% {
    box-shadow: 0 0 5px rgba(0, 255, 100, 0.4);
    transform: scale(1);
  }
}
    
    img.marki {
  max-width: 850px;
  margin: auto;
  display: block;
  width: 90%;
}

img.hakkinda-resim {
    width: 100%;
    height: auto;
    max-width: 300px;
    display: block;
    margin: auto;
}

.copyright a {
    color:white;
}

    .sss-item {
      background: #fff;
      border: 1px solid #ddd;
      margin-bottom: 10px;
      border-radius: 8px;
      overflow: hidden;
      transition: box-shadow 0.3s;
    }

    .sss-item:hover {
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .sss-question {
      padding: 15px 20px;
      cursor: pointer;
      font-weight: bold;
      position: relative;
    }

    .sss-question::after {
      content: '+';
      position: absolute;
      right: 20px;
      font-size: 18px;
      transition: transform 0.3s;
    }

    .sss-item.active .sss-question::after {
      content: '-';
    }

    .sss-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      transition: max-height 0.4s ease, padding 0.3s ease;
      background: #f2f2f2;
    }

    .sss-item.active .sss-answer {
      max-height: 200px;
      padding: 15px 20px;
    }


    @keyframes liplop {
      0% { transform: scale(1); opacity: 1; }
      50% { transform: scale(1.05); opacity: 1; }
      100% { transform: scale(1); opacity: 1; }
    }
#button-go {
    text-align: center;
    background: white;
    max-width: 1200px;
    width: 97%;
    margin: auto;
    margin-bottom: 10px;
}
.liplop-button {
    padding: 12px 24px;
    font-size: 19px;
    font-weight: bold;
    background-color: #e60000;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin: 15px 5px;
    animation: liplop 1s infinite;
}

#makale, #giris-linki {
  max-width: 1000px;
  margin: auto;
  background: white;
  padding: 5px;
  width: 95%;
  margin-top: 10px;
  padding-bottom: 30px;
  display: grid;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

#makale h3 {
    text-align: center;
    font-size: 20px;
    background: linear-gradient(110deg, #e2e0ed 60%, #f1edff 60%);
    padding: 5px;
    border-radius:20px;
}

.scroll-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.scroll-buttons.show {
  opacity: 1;
}

.scroll-buttons button {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background-color: #5e6da5;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.scroll-buttons button:hover {
  background-color: #000;
}


.ust-hbar p {
  padding: 0 10px;
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
  font-family: "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
}

.sosyal-medya {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-family: Arial, sans-serif;
  justify-content: center;
}
.sosyal-medya li {
  margin: 0;
}
.sosyal-medya a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 14px;
  border-radius: 6px;
  color: white;
  transition: background 0.3s;
}
.sosyal-medya a .fa-facebook-f  { color: #fff; }
.sosyal-medya a .fa-twitter     { color: #fff; }
.sosyal-medya a .fa-instagram   { color: #fff; }
.sosyal-medya a .fa-pinterest-p { color: #fff; }
.sosyal-medya a .fa-telegram-plane { color: #fff; }

.sosyal-medya a:hover {
  opacity: 0.85;
}

/* Renkler */
.sosyal-medya a:nth-child(1) { background-color: #3b5998; }  /* Facebook */
.sosyal-medya a:nth-child(2) { background-color: #00acee; }  /* Twitter */
.sosyal-medya a:nth-child(3) { background-color: #E1306C; }  /* Instagram */
.sosyal-medya a:nth-child(4) { background-color: #bd081c; }  /* Pinterest */
.sosyal-medya a:nth-child(5) { background-color: #0088cc; }  /* Telegram */
.contact-wrap {
  display: flex;
  gap: 24px;
  max-width: 1200px;
  margin: auto;
  padding: 10px 20px 80px 20px;
  font-family: Arial, Helvetica, sans-serif;
  width: 90%;
}
.contact-map,
.contact-form {
  flex: 1 1 50%;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 340px;
  border: 0;
  border-radius: 8px;
}
.contact-form form {
  display: flex;
  flex-direction: column;
}
.contact-form label {
  margin: 8px 0 4px;
  font-size: 0.95rem;
}
.contact-form input,
.contact-form textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.contact-form button {
  margin-top: 12px;
  padding: 10px;
  border: 0;
  border-radius: 4px;
  background: green;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.contact-form button:hover {
  opacity: 0.9;
}
.alert {
  padding: 10px 14px;
  border-radius: 4px;
  margin-bottom: 14px;
}
.alert.ok {
  background: #e6ffed;
  color: #217a39;
}
.alert.err {
  background: #ffecec;
  color: #b00020;
}

@media (max-width: 768px) {
  .contact-wrap {
    flex-direction: column;
    padding: 40px 20px;
  }
  .contact-form {
    order: 1;
  }
  .contact-map {
    order: 2;
    min-height: 260px;
  }
  h1 {
      font-size:25px!important;
  }
}

.galeri-wrapper {
  max-width: 600px;
  margin: 50px auto;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.galeri {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.galeri figure {
  margin: 0;
  padding: 0;
  width: 100%;
  flex-shrink: 0;
  text-align: center;
}

.galeri img {
  width: 100%;
  display: block;
  height: auto;
}

.galeri figcaption {
  background: black;
  color: white;
  font-size: 25px;
  padding: 8px 0;
  font-weight: bold;
}

.kontroller {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 10px;
  box-sizing: border-box;
}

.kontroller button {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 24px;
  padding: 10px 16px;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s;
}

.kontroller button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.ust-hbar {
  max-width: 1200px;
  margin: auto;
  background: white;
  height: auto;
  padding: 10px 5px;
  border-radius: 20px;
  width: 97%;
  margin-top: 0;
  margin-bottom: 15px;
}

#kopyala {
  border: 1px solid grey;
  max-width: 400px;
  background: white;
  display: block;
  width: 90%;
  margin: auto;
  font-size: 20px;
  text-align: center;
  padding: 5px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  color: green;
}

input[type="submit"] {
  margin: auto;
  display: block;
  max-width: 410px;
  width: 93%;
  height: 50px;
  font-size: 20px;
  margin-top: 10px;
  border-radius: 20px;
  border-color: #c5c5c5;
  box-shadow: #cbcbcb 0 -12px 8px inset;
}

.karekod {
  display: flex;
  max-width: 400px;
  margin: auto;
  width: 90%;
}

canvas#qrkod {
  margin: auto;
  display: block;
  float: left;
  background: #f0f0f0;
  padding: 10px;
  margin-top: 10px;
  margin-right: 10px;
}

.butonlar {
  float: right;
  width: 250px;
}

input[type="submit"]:hover {
  background: #ffffff;
}

input#long-url {
  margin: auto;
  display: block;
  max-width: 400px;
  width: 90%;
  height: 40px;
  font-size: 20px;
  border-radius: 10px;
}
body {
  background: #4a4a4a;
}

.yazilar ul {
  padding-left: 10px;
}
.yazilar h2 {
  width: 90%;
}

nav[aria-label] ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

nav[aria-label] li {
  border-bottom: 1px solid #e5e5e5;
}

nav[aria-label] li:last-child {
  border-bottom: none;
}

nav[aria-label] a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: #222;
  font-weight: 500;
  transition: background 0.3s, color 0.3s;
}

nav[aria-label] a:hover {
  background: #e6f7e9;
  color: #1a7f37;
}

nav[aria-label] a::before {
    font-family: "Font Awesome 6 Free";
    content: "\f0c1"; /* fa-link ikonu */
    color: #1a7f37;
    font-size: 14px;
    font-weight: 900; /* Solid için gerekli */
    margin-right: 4px;
}

#guncel {
  max-width: 1000px;
  margin: auto;
  background: white;
  padding: 5px;
  width: 95%;
  margin-top: 10px;
  padding-bottom: 30px;
  display: grid;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}
.guncel-icerik {
  max-width: 850px;
  margin: 0 auto;
}

.kisalt {
  max-width: 850px;
  margin: auto;
  background: white;
  height: auto;
  padding: 20px 5px;
  min-height: 950px;
  border-radius: 20px 0 0 20px;
  width: 97%;
  margin-bottom: 10px;
}
.kisalt-yan {
  max-width: 400px;
  margin: auto;
  background: white;
  height: auto;
  padding: 20px 5px;
  min-height: 950px;
  border-radius: 0 20px 20px 0;
  width: 97%;
  margin-top: 0;
}
#ust-icerik {
  max-width: 1200px;
  margin: auto;
  background: white;
  height: auto;
  padding: 20px 5px;
  min-height: 900px;
  border-radius: 20px 0 0 20px;
  width: 97%;
  margin-bottom: 10px;
  display:flex;
}

div#govde {
  max-width: 1200px;
  margin: auto;
  background: white;
  height: auto;
  padding: 20px 5px;
  min-height: 900px;
  border-radius: 20px 0 0 20px;
  width: 97%;
  margin-bottom: 10px;
}

img.logo {
  padding: 10px;
}
.form-frame {
  max-width: 450px;
  background: #ebebeb;
}

.gecersiz {
  color: #b50000;
  display: block;
  font-size: 20px;
  background: white;
  width: 50%;
  margin: auto;
  padding: 10px;
  text-align: center;
  margin-top: 5px;
  -webkit-box-shadow: 0px 1px 17px -1px #000000;
  box-shadow: 0px 1px 17px -1px #000000;
  max-width: 250px;
  width: 85%;
}
.gecerli {
  color: green;
  display: block;
  font-size: 20px;
  background: white;
  width: 50%;
  margin: auto;
  padding: 10px;
  text-align: center;
  margin-top: 5px;
  -webkit-box-shadow: 0px 1px 17px -1px #000000;
  box-shadow: 0px 1px 17px -1px #000000;
  max-width: 250px;
  width: 85%;
}

#sayac {
  max-width: 1000px;
  width: 95%;
  margin: auto;
  background: #ebebeb;
  height: auto;
  display: flex;
  padding: 10px 5px;
  margin-top: 5px;
  border-radius: 35px;
}

.ayir {
  width: 90%;
  margin: auto;
  text-align: center;
  border: 1px solid;
  background: linear-gradient(
    90deg,
    rgba(229, 227, 252, 1) 0%,
    rgba(255, 255, 255, 1) 53%,
    rgba(202, 230, 236, 1) 100%
  );
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 10px;
}

span.ziyaretci {
  width: 90%;
  display: block;
  padding: 5px;
  margin: auto;
}

span.rakam {
  width: 90%;
  padding: 5px;
  text-align: center;
  display: block;
  font-size: 25px;
  margin: auto;
}

#sponsorlar {
  max-width: 1000px;
  width: 95%;
  margin: auto;
  background: #ebebeb;
  height: auto;
  display: block;
  padding: 10px 5px;
  margin-top: 10px;
  min-height: 50px;
}
span.sponsor-baslik {
  text-align: center;
  width: 100%;
  font-size: 20px;
  background: #f9f9f9;
  height: 25px;
  display: block;
}

.gallery {
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  max-width: 1000px;
  margin: auto;
  background: linear-gradient(
    90deg,
    rgba(149, 147, 212, 1) 0%,
    rgba(220, 220, 220, 1) 53%,
    rgba(122, 170, 176, 1) 100%
  );
  border-radius: 30px;
}
.gallery img {
  display: inline-block;
  max-width: 100px;
  padding: 20px;
  margin-right: 10px;
  transition: transform 0.5s ease;
  max-height: 50px;
}
/* Resimlerin Ã¼zerine gelinceki efekt */
.gallery img:hover {
  transform: scale(1.1);
}
.uzunlink {
  display: block;
  margin: auto;
  height: auto;
}
.yaz {
  display: block;
  font-size: 20px;
}

.yaz .fa {
  color: grey;
  margin-right: 1px;
}

h1 {
  font-size: 30px;
  margin: auto;
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  width: 90%;
  background: linear-gradient(110deg, #e2e0ed 60%, #f1edff 60%);
}
.h1-content {
  background: linear-gradient(
    322deg,
    rgb(255 255 255) 25%,
    rgb(255 255 255 / 45%) 60%,
    rgb(255 255 255 / 45%) 65%,
    rgba(255, 255, 255, 1) 0%
  );
  height: 200px;
  width: 90%;
  margin: auto;
  margin-top: 5px;
}
.uzun-adres {
  padding: 10px;
  margin: auto;
  display: block;
  width: 90%;
  text-align: center;
  border: 1px solid blue;
  background: #f3f3f3;
  margin-top: 5px;
  color: blue;
  border-radius: 10px;
  font-family: arial, sans-serif;
}
p {
  font-family: arial, sans-serif;
  line-height: 1.5;
}
.h1-content p {
  text-align: center;
  font-family: arial, sans-serif;
}
span.mbuton {
  float: right;
  font-size: 40px;
  background: #f5f5f5;
  padding: 6px;
  margin: 6px;
  display: none;
}
footer {
  max-width: 1000px;
  margin: auto;
  background: white;
  padding: 5px;
  width: 95%;
  margin-top: 10px;
  padding-bottom: 15px;
  display: grid;
  padding-top: 15px;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  #sayac {
    display: block;
  }

  #govde {
    margin-top: 10px !important;
  }

  .menuler {
    display: none !important;
  }
  span.mbuton {
    display: block;
  }
  .ust {
    display: block !important;
  }
  .bar {
    width: 30px !important;
    margin: 5px 20px !important;
  }
  .cookie-container.show {
    display: none !important;
  }
  .h1-content {
    width: 100%;
  }
  div#ust-icerik {
    display: block;
  }

  .kisalt-yan {
    max-width: 850px !important;
  }

  span.fa.fa-angle-down {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .nedenbiz {
    width: 100% !important;
  }
}

.fa {
  padding: 8px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 2px;
}

.fa:hover {
  opacity: 0.7;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}
.fa-reddit {
  background: #ff5700;
  color: white;
}
.fa-twitter {
  background: #55acee;
  color: white;
}
.fa-facebook {
  background: #3b5998;
  color: white;
}
.fa-telegram {
  background: #229ed9;
  color: white;
}
.fa-whatsapp {
  background: #25d366;
  color: white;
}
.fa-skype {
  background: #00aff0;
  color: white;
}
#sosyaller {
  display: block;
  margin: auto;
  width: 100%;
  padding: 10px;
}
.menuler {
  display: block;
  width: 100%;
  margin: auto;
  margin-right: 10px;
}
.menuler a {
  padding: 10px 3px;
  font-size: 18px;
  text-decoration: none;
  float: right;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #b7b7b7;
  box-shadow: #dddddd 0 -12px 8px inset;
  min-width: 100px;
  text-align: center;
}
.menuler a:hover {
  color: darkblue;
  background: white;
  box-shadow: #ffffff 0 -12px 8px inset;
}
.ust {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  background: #fff;
  height: 80px;
  margin-bottom: 15px;
  display: flex;
}
#hakkimizda {
  max-width: 1000px;
  margin: auto;
  background: white;
  padding: 5px;
  width: 95%;
  margin-top: 10px;
  padding-bottom: 30px;
  display: grid;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}
#hakkimizda h3 {
  text-align: center;
  font-size: 23px;
  background: #f1f1f1;
  padding: 5px;
}
#hakkimizda h4 {
  font-size: 20px;
}
h2 {
  display: grid;
  line-height: 1.7em;
  background: linear-gradient(to bottom, #f2f5f9, #eaeaea);
  text-align: center;
}
.hakkimizda-icerik {
  max-width: 850px;
  margin: 0 auto;
}
#hakkimizda p {
  padding: 1px 7px;
}

button#captcha-reload {
  float: right;
  width: 150px;
  height: 35px;
}

span.capcik {
  display: flex;
  justify-content: center;
  height: 25px;
  padding: 10px;
  background: #e3e3e3;
  max-width: 400px;
  margin: auto;
  margin-top: 10px;
  border-radius: 10px;
}
input#captcha {
  height: 20px;
  float: left;
}

.faq-container {
  max-width: 850px;
  margin: 0 auto;
}

.faq {
  margin-top: 20px;
}

.question {
  margin-bottom: 10px;
  border: 1px solid #ddd;
}

.question-title {
  background-color: #f1f1f1;
  padding: 10px;
  margin: 0;
  cursor: pointer;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

.question-answer {
  display: none;
  padding: 10px;
}

.question.active .question-answer {
  display: block;
}
#sss h2 {
  text-align: center;
}

#sss {
  max-width: 1000px;
  margin: auto;
  background: white;
  padding: 5px;
  width: 95%;
  margin-top: 10px;
  padding-bottom: 30px;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

#iletisim {
  max-width: 1000px;
  margin: auto;
  background: white;
  padding: 5px;
  width: 95%;
  margin-top: 10px;
  padding-bottom: 30px;
  display: grid;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}

#iletisim h3 {
  text-align: center;
  font-size: 23px;
  background: #f1f1f1;
  padding: 5px;
}

.nedenbiz {
  width: 32%;
  float: left;
  display: block;
  margin: auto;
  text-align: center;
}
.nedenbiz img {
  opacity: 0.6;
}
.iletisim-icerik {
  max-width: 850px;
  margin: 0 auto;
}

.iletisim-bilgi {
  max-width: 400px;
  display: block;
  width: 100%;
  margin: auto;
}

#form-vebilgi {
  display: flex;
  width: 100%;
  margin: auto;
  max-width: 1000px;
}

.cookie-container {
  position: fixed;
  bottom: 5%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, 50%);
  background-color: rgba(255, 0, 0, 0);
  padding: 20px;
  color: white;
  display: none;
  opacity: 0;
  transition: background-color 1.5s, opacity 1.5s;
}

.cookie-container.show {
  background-color: #d76e6e;
  opacity: 0.9;
  border-radius: 20px;
}

.cookie-container p {
  margin: 0;
  width: 95%;
}

.cookie-container a {
  color: white;
  text-decoration: underline;
}

#cookie-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #b50f0f;
  color: white;
  padding: 10px;
  width: auto;
  font-size: 13px;
  height: auto;
  border-radius: 0;
  box-shadow: #d35c5c 0 -12px 8px inset;
  margin-top: 0;
}

p.yasakli {
  color: #b50000;
  display: block;
  font-size: 20px;
  background: white;
  width: 50%;
  margin: auto;
  padding: 10px;
  text-align: center;
  margin-top: 15px;
  -webkit-box-shadow: 0px 1px 17px -1px #000000;
  box-shadow: 0px 1px 17px -1px #000000;
  max-width: 400px;
  width: 85%;
}
a.kayit {
  background: #ffe6e6;
}
a.giris {
  background: #e1ffe1;
}

.copyright {
  text-align: center;
  padding-top: 20px;
}
footer {
  max-width: 1000px;
  margin: auto;
  background: #343333;
  padding: 5px;
  width: 95%;
  margin-top: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
  color: white;
}
.yararli {
  display: flex;
  text-align: left;
}
.yararli li {
  list-style: none;
  padding: 5px;
}
.yararli li a {
  color: white;
  text-decoration: none;
}
.yararli ul {
  width: 100%;
}
footer p {
  padding: 20px;
}
.mhart-container {
  width: 400px;
  margin-bottom: 20px;
}

.mhart-bar {
  width: 0;
  background: linear-gradient(
    0deg,
    rgba(204, 204, 204, 1) 0%,
    rgba(227, 227, 227, 1) 53%,
    rgba(176, 180, 187, 1) 100%
  );
  height: 20px;
  margin-bottom: 5px;
  transition: width 0.5s ease-in-out;
  position: relative;
}

.mhart-label {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.mhart-name {
  margin-right: 5px;
}

.cihazlar {
  width: 400px;
  min-height: 170px;
}

p.yasakli {
  color: #b50000;
  display: block;
  font-size: 20px;
  background: white;
  width: 50%;
  margin: auto;
  padding: 10px;
  text-align: center;
  margin-top: 15px;
  -webkit-box-shadow: 0px 1px 17px -1px #000000;
  box-shadow: 0px 1px 17px -1px #000000;
  max-width: 400px;
  width: 85%;
}
.menuler.goster {
  display: grid !important;
}
.ust.goster {
  height: auto !important;
}

.menuler.goster a {
  padding: 20px 0;
  font-size: 27px;
}

#chart {
  max-width: 900px;
  height: 200px;
  border: 1px solid #ccc;
  position: relative;
  margin: auto;
  background: whitesmoke;
}
div#analiz {
  background: #ebebeb;
  display: block;
  max-width: 1000px;
  margin: auto;
  padding: 20px 0;
  margin-top: 10px;
  border-radius: 10px;
}
.bar {
  position: absolute;
  bottom: 20px; /* Ã‡ubuklarÄ±n altÄ±nda boÅŸluk bÄ±rak */
  width: 60px; /* Ã‡ubuk geniÅŸliÄŸi sabit */
  margin: 1px 10px;
  background: linear-gradient(
    90deg,
    rgba(204, 204, 204, 1) 0%,
    rgba(227, 227, 227, 1) 53%,
    rgba(176, 180, 187, 1) 100%
  );
  animation-name: animateBar;
  animation-duration: 20s; /* Animasyon sÃ¼resini 10 saniyeye ayarla */
  animation-fill-mode: forwards;
}
.bar-label {
  position: absolute;
  bottom: -20px; /* RakamlarÄ± Ã§ubuklarÄ±n altÄ±na yerleÅŸtir */
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
}
span#saat {
  margin: auto;
  text-align: center;
  width: 100%;
  display: block;
  padding-top: 10px;
  max-width: 900px;
  border: 1px solid #ccc;
  border-top: 0;
  padding-bottom: 10px;
  background: #f1f1f1;
}

@keyframes animateBar {
  0% {
    height: 0;
  }
}

.haritavecihaz {
  width: 100%;
  display: flex;
  margin-top: 10px;
}

.svg-turkiye-haritasi {
  margin: 0 auto;
  text-align: center;
}
.svg-turkiye-haritasi svg {
  width: 130%;
  height: auto;
  margin-top: 10px;
}
.il-isimleri {
  position: absolute;
  z-index: 2;
}
.il-isimleri div {
  font-family: "Open Sans";
  display: inline-block;
  background: #1094f6;
  color: #fff;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#svg-turkiye-haritasi path {
  cursor: pointer;
}
#guney-kibris {
  pointer-events: none;
}

.yaz {
  list-style-type: none;
}



          #siteler {
  border-collapse: collapse;
  margin: auto auto 50px;
  -webkit-box-shadow: 0 2px 26px 0 #9e9e9e;
  -moz-box-shadow: 0 2px 26px 0 #9e9e9e;
  box-shadow: 0 2px 26px 0 #000000;
  background:white;
}
.giris a {
  text-decoration: none;
  border-radius: 5px;
  animation: 0.5s infinite alternate blink;
  padding: 10px 15px;
  font-weight: 700;
  color:#fff;
}

@keyframes blink {
  0% {
    background: #00a800;
  }
  100% {
    background: green;
  }
}
#siteler td {
  border: 1px solid #efefef;
  padding: 10px 5px;
}
#siteler th {
    padding: 5px 4px;
    border: 1px solid #b9b9b9;
}
th.main-header {
    background-color: #d7ffc6;
    height: 40px;
    font-size: 22px;
}
#siteler tr.en-iyi{background:#fff7d6;outline:2px solid #f5c518;outline-offset:-2px;background-image:linear-gradient(120deg,transparent 0,transparent 40%,rgba(255,215,0,.6) 50%,transparent 60%,transparent 100%);background-size:200% 100%;animation:shine 3s infinite}
@keyframes shine{to{background-position:-200% 0}}
#siteler tr.en-iyi td.isim::after{content:" (En İyisi)";font-weight:700;color:#d93}
#siteler tbody tr:nth-child(2n) {
  background-color: #f0f0f0;
}
td.isim {
  font-size: 17px;
}
@media screen and (max-width: 400px) {
  .casino-bonusu,
  .dr,
  .isim,
  .yap {
    display: none;
  }
  .giris a {
    font-size: 25px;
  }
}
@media screen and (min-width: 401px) and (max-width: 509px) {
  .dr,
  .isim,
  .yap {
    display: none;
  }
  .giris a {
    font-size: 25px;
  }
  td.bahis-bonusu,
  td.casino-bonusu {
    font-size: 14px;
  }
}
@media screen and (min-width: 510px) and (max-width: 609px) {
  .dr,
  span.yap {
    display: none;
  }
  .giris a {
    font-size: 25px;
  }
}
@media screen and (min-width: 610px) and (max-width: 730px) {
  .dr {
    display: none;
  } 
}
  
  @media (min-width: 700px) {
  td.giris {
    min-width: 150px;
    font-size: 25px;
  }
}