.haberler {
  width: 75%;
  margin: 25px auto;
  display: flex;
}
.haberler h1,
.haberler h3,
.haberler h2 {
  color: #5499c7;
  font-weight: 1000;
  margin: 25px 0;
}
.haberler .yeni {
  width: 75%;
  padding: 10px;
}
.haberler .yeni .btn {
  display: block;
  width: 250px;
  padding: 15px;
  margin: auto;
  text-align: center;
  color: #5499c7;
  border: 1px solid #5499c7;
  border-radius: 5px;
  transition: 250ms;
}
.haberler .yeni .btn:hover {
  background: #5499c7;
  color: #fff;
  box-shadow: 0 0 25px #5499c7;
}
.haberler .yeni h2 {
  margin-bottom: 25px;
}
.haberler .yeni .yeniHaber {
  margin-bottom: 25px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(84, 153, 199, 0.3137254902);
  padding: 10px;
  display: flex;
}
.haberler .yeni .yeniHaber.reklamAlani {
  color: #888;
  font-size: 28px;
  font-weight: 500;
  display: none;
}
.haberler .yeni .yeniHaber:hover {
  box-shadow: 0 0 10px #5499c7;
}
.haberler .yeni .yeniHaber img {
  border-radius: 10px;
}
.haberler .yeni .yeniHaber .icerikler {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.haberler .yeni .yeniHaber .icerikler .hizala {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.haberler .yeni .yeniHaber .icerikler .kategoriZaman {
  display: flex;
  justify-content: space-between;
  color: #888;
  font-weight: 1000;
}
.haberler .yeni .yeniHaber .icerikler .kategoriZaman:hover {
  color: #666;
}
.haberler .yeni .yeniHaber .icerikler .haber {
  text-align: justify;
  font-weight: 800;
  font-size: 20px;
  color: #000;
}
.haberler .yeni .yeniHaber .icerikler .haber:hover {
  color: #5499c7;
}
.haberler .yeni .yeniHaber .icerikler .yazar {
  font-size: 16px;
  color: #aaa;
  font-weight: 800;
}
.haberler .yeni .yeniHaber .icerikler .yazar:hover {
  color: #888;
}

.haberler .makale .font {
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.haberler .makale .font .yaziAyarla {
  font-size: 24px;
  color: #555;
  font-weight: 500;
  display: flex;
  gap: 15px;
}
.haberler .makale .font .yaziAyarla div {
  cursor: pointer;
}
.haberler .makale .font .yaziAyarla sup {
  font-size: 24px;
}
.haberler .makale .yazarveTarih {
  display: flex;
  gap: 50px;
  margin-bottom: 10px;
  color: #bbb;
}
.haberler .makale .yazarveTarih .yazar {
  cursor: pointer;
  color: #aaa;
  font-weight: 800;
  transition: 250ms;
}
.haberler .makale .yazarveTarih .yazar:hover {
  color: #888;
}
.haberler .makale img {
  width: 90%;
  margin: 25px auto;
}
.haberler .makale .icerik {
  font-size: 20px;
  width: 90%;
  margin: 50px 0;
}
.haberler .makale table {
  overflow: auto;
  margin-left: -10px;
  width: 100%;
  margin-bottom: 100px;
  font-size: 14px;
}
.haberler .makale table table {
  border: 1px solid #dededf;
  height: 100%;
  width: 100%;
  margin-left: -10px;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 1px;
  text-align: left;
  font-size: 14px;
}
.haberler .makale table captiontable {
  caption-side: top;
  text-align: left;
}
.haberler .makale table th {
  border: 1px solid #dededf;
  background-color: #2682c0;
  color: #fff;
  padding: 5px;
  font-size: 14px;
}
.haberler .makale table td {
  border: 1px solid #dededf;
  padding: 5px;
  font-size: 14px;
}
.haberler .makale table tr:nth-child(even) td {
  background-color: #dceaf9;
  color: #000000;
}
.haberler .makale table tr:nth-child(odd) td {
  background-color: #d5c7e1;
  color: #000000;
}
.haberler .makale ol li {
  list-style: decimal;
  margin-bottom: 10px;
  font-weight: 600;
}
.haberler .makale .kaynak {
  background: rgba(84, 153, 199, 0.3137254902);
  padding: 5px;
  font-size: 18px;
  color: #222;
}
.haberler .makale .kaynak a {
  margin-left: 25px;
  color: #555;
}

@media all and (max-width: 1280px) {
      .haberler {
    width: 95%;
  }
  .haberler .yeni {
    width: 100%;
  }
  .haberler .yeni .yeniHaber {
    width: 100%;
  }
  .haberler .yeni .yeniHaber img {
    width: 200px;
    height: 200px;
    aspect-ratio: 1/1;
  }
  .haberler .yeni .yeniHaber .icerikler .haber {
    font-size: 16px;
  }
  .haberler .makale img,
  .haberler .makale table,
  .haberler .makale .icerik {
    width: 100%;
    margin: 0;
    margin-left: -5px;
  }
}

@media all and (max-width: 600px) {
    body {
    width: 100%;
  }
    .haberler .yeni {
    padding: 0;
    margin-top: 25px;
  }
  .haberler .yeni .yeniHaber {
    flex-direction: column;
    height: auto;
    position: relative;
  }
  .haberler .yeni .yeniHaber img {
    width: 100%;
    border-radius: 10px;
  }
  .haberler .yeni .yeniHaber .icerikler {
    position: absolute;
    width: 95%;
    height: 92%;
    border-radius: 10px;
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.3137254902));
  }
  .haberler .yeni .yeniHaber .icerikler .hizala {
    padding: 10px;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 16px;
    border-radius: 10px;
  }
  .haberler .yeni .yeniHaber .icerikler .hizala .kategoriZaman .kategori {
    background: rgb(167, 144, 18);
    color: #fff;
    padding: 5px;
    border-radius: 5px;
  }
  .haberler .yeni .yeniHaber .icerikler .hizala .haber {
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
  }
  .haberler .yeni .yeniHaber .icerikler .hizala .haber:hover {
    color: #5499c7;
  }
  .enCok .yeni .yeniHaber img {
    width: 100%;
  }
}