/* .baslik{
    margin-top: 200px;
} */

/* .h1{
    text-align: center;
    font-family: "Anton", serif;
    font-weight: 90;
    font-style: normal;
    font-size: 25px;
    color: rgb(255, 255, 255);
} */

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #1a1a1a;
  color: #fff;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #111;
  padding: 15px 30px;
  box-shadow: 0 4px 6px rgba(255, 255, 255, 0.8);
}

.navbar-logo {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-left: 42px;
}

.navbar-links {
  list-style: none;
  display: flex;
}

.navbar-links li {
  margin: 0 15px;
}

.navbar-links a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  transition: color 0.3s ease;
}

.navbar-links a:hover {
  color: #eedb33;
}

.navbar-icons a {
  padding-top: 800px;
  padding-left: 160px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 0; /* Aradaki boşlukari kaldirdi*/
  margin: 0;
}
/* #f39c1 */
.navbar-icons a:hover {
  color: #eedb33;
}

.navbar-toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-links {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }

  .navbar-links li {
    margin: 10px 0;
  }

  .navbar-toggle {
    display: block;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
  }

  .navbar-links.active {
    display: block;
  }
}
navbar-logo img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.search-bar {
  position: relative;
}

.search-input {
  margin-top: 10px;
  margin-right: 20px;
  background-color: #333;
  border: none;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  outline: none;
  width: 180px;
  transition: width 0.4s ease;
}

.search-input:focus {
  width: 250px;
}

.search-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #fff;
  padding-inline-start: 0px;
}

/*haber kutuları -1*/
.article-container {
  display: flex;
  color: white;
  padding: 15px;
  border-radius: 10px;
  width: 500px;
  align-items: center;
  /* padding-left: 780px; */
  padding-top: 29px;
  padding-left: 80px;
}
.duzen {
  text-decoration: none;
  color: #f7fa3e;
}
.duz-container {
  display: flex;
  color: white;
  padding: 15px;
  border-radius: 10px;
  width: 500px;
  align-items: center;
  padding-top: 29px;
  padding-left: 80px;
}
.duz1-container {
  display: flex;
  color: white;
  padding: 15px;
  border-radius: 10px;
  width: 500px;
  align-items: center;
  padding-top: 29px;
  padding-left: 80px;
}
.duz2-container {
  display: flex;
  color: white;
  padding: 15px;
  border-radius: 10px;
  width: 500px;
  align-items: center;
  /* padding-left: 780px; */
  padding-top: 29px;
  padding-left: 80px;
}
.duz3-container {
  display: flex;
  color: white;
  padding: 15px;
  border-radius: 10px;
  width: 500px;
  align-items: center;
  padding-top: 29px;
  padding-left: 80px;
}
.article-container .rank {
  background-color: #1a1a1a;
  color: #f7fa3e;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 21px;
  font-weight: bold;
  margin-right: 15px;
}
.article-container .content {
  flex: 1;
}
.article-container .content h2 {
  font-size: 18px;
  margin: 0;
}
.article-container .content p {
  font-size: 14px;
  color: #f7fa3e;
  margin: 5px 0 0 0;
}
.article-container .thumbnail img {
  width: 150px;
  height: 92px;
  border-radius: 5px;
}

.duz1-container .rank {
  background-color: #1a1a1a;
  color: #f7fa3e;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 21px;
  font-weight: bold;
  margin-right: 15px;
}
.duz1-container .content {
  flex: 1;
}
.duz1-container .content h2 {
  font-size: 18px;
  margin: 0;
}
.duz1-container .content p {
  font-size: 14px;
  color: #f7fa3e;
  margin: 5px 0 0 0;
}
.duz1-container .thumbnail img {
  width: 150px;
  height: 92px;
  border-radius: 5px;
}
.thumbnail {
  margin-left: 80px;
}
.duz2-container .rank {
  background-color: #1a1a1a;
  color: #f7fa3e;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 21px;
  font-weight: bold;
  margin-right: 15px;
}
.duz2-container .content {
  flex: 1;
}
.duz2-container .content h2 {
  font-size: 18px;
  margin: 0;
}
.duz2-container .content p {
  font-size: 14px;
  color: #f7fa3e;
  margin: 5px 0 0 0;
}
.duz2-container .thumbnail img {
  width: 150px;
  height: 92px;
  border-radius: 5px;
}
.duz-container .rank {
  background: #1a1a1a;
  color: #f7fa3e;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 21px;
  font-weight: bold;
  margin-right: 15px;
}
.duz-container .content {
  flex: 1;
}
.duz-container .content h2 {
  font-size: 18px;
  margin: 0;
}
.duz-container .content p {
  font-size: 14px;
  color: #f7fa3e;
  margin: 5px 0 0 0;
}
.duz-container .thumbnail img {
  width: 150px;
  height: 92px;
  border-radius: 5px;
}

.duz3-container .rank {
  background: #333;
  color: #f7fa3e;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 21px;
  font-weight: bold;
  margin-right: 15px;
}
.duz3-container .content {
  flex: 1;
}
.duz3-container .content h2 {
  font-size: 18px;
  margin: 0;
}
.duz3-container .content p {
  font-size: 14px;
  color: #66ffcc;
  margin: 5px 0 0 0;
}
.duz3-container .thumbnail img {
  width: 150px;
  height: 92px;
  border-radius: 5px;
}

/*haber kutusu*/
.source-box {
  /* position: relative;
    top: 150px;  ALT KUTUNUN ASAGİ İNDİRME*/
  margin-top: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  font-size: 14px;
}

.source-box a {
  color: #91851b;
  text-decoration: none;
  font-weight: bold;
}

.source-box a:hover {
  text-decoration: underline;
}

.img {
  width: 120px;
  height: 96px;
}

.basliki {
  margin-left: 15px;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.content {
  animation: slideIn 0.9s ease-out;
}
/* BAŞLIK ANİMASYON*/
@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes underlineExpand {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.basliki {
  text-align: center;
  margin-top: 50px;
}

.navbar-logo {
  font-size: 36px;
  font-weight: bold;
  color: white;
  opacity: 0;
  display: inline-block;
  position: relative;
  animation: fadeInScale 1s ease-out forwards;
}

.navbar-logo::after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background-color: #91851b;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  animation: underlineExpand 1s ease-out 0.5s forwards;
}

.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.içerikkoru {
  position: relative; /* Video arka planda kalsın diye */
  z-index: 1; /* Videonun önünde durmasını sağlar */
  background: rgba(0, 0, 0, 0.3);
}

.bizeulas {
  font-family: "Anton", serif;
  border: #ddd;
  color: white;
  font-size: 3px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 10px;
  /* font-style: normal; */
}

.mobile-warning {
  display: none;
  background-color: red;
  color: white;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}
.mobile-text{
  text-decoration: none;
  color: black;
}
/* Mobilde uyarıyı göster */
@media (max-width: 768px) {
  .mobile-warning {
      display: block;
  }
}