<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">           @media(max-width: 600px) {
				  div.nomobilemi {
     display: none;
				
			}
			}
				@media(min-width: 601px) {
					
	  div.nomobilemidesk {
     display: none;
				}
				}
				
/* Dropdown Ana Butonu */
.dropdown2 {
    position: relative;
    display: inline-block;
}

.dropbtn2 {
    background-color: #333;
    color: white;
    padding: 10px 20px;
    font-size: 15.5px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.dropbtn2:hover {
    background-color: #555;
}

/* Dropdown Ä°Ã§eriÄŸi */
.dropdown2-content {
    display: none; /* BaÅŸlangÄ±Ã§ta gizli */
	margin-left:-20px;
    position: absolute;
    background-color: rgba(249, 249, 249, 0.9); /* Arka plan rengi ve ÅŸeffaflÄ±k */
    min-width: 180px;
    color: #000; /* Metin rengi */
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 9999; /* &lt;&lt;&lt; Z-index artÄ±rÄ±ldÄ± */
    border-radius: 5px;
}

.dropdown2-content a {
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s ease;
}

.dropdown2-content a:hover {
    background-color: #3A3A3A;
	color:#fff;
	font-weight: bold;
}

/* Hover veya TÄ±klandÄ±ÄŸÄ±nda Dropdown GÃ¶ster */
.dropdown2:hover .dropdown2-content {
    display: block;
}


/* Mobil UyumluluÄŸu */
@media (max-width: 767px) {
    .dropbtn2 {
        font-size: 14px;
        padding: 8px 16px;
    }

    .dropdown2-content {
		background-color: rgba(249, 249, 249, 1.6); /* Arka plan rengi ve ÅŸeffaflÄ±k */
        min-width: 150px;
		margin-left:-90px;
    }

    .dropdown2-content a {
		border-top: #000 dotted 1px;
        padding: 8px 12px;
        font-size: 14px;
    }
}



.title-divider {
  font-size: 16px;
  padding-top: 0;
  color: #fff;
  border-bottom: 1px solid #3A3A3A;
  padding-bottom: 9px;
  position: relative;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.title-divider::after {
  content: '';
  display: block;
  height: 1px;
  width: 40px;
  background: var(--primary-color);
  position: absolute;
  bottom: -1px;
}


.ucnokta {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
}

.baslik {
  .ucnokta;
}

/* Modal Arka Plan */
.modal {
  display: none; /* BaÅŸlangÄ±Ã§ta gizli */
  position: fixed;
  z-index: 999; /* Ãœstte gÃ¶rÃ¼nmesi iÃ§in */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* YarÄ± saydam siyah arka plan */
  overflow: auto;
  padding: 50px;
}

/* Modal Ä°Ã§eriÄŸi */
.modal-content {
  background-color: #222; /* Koyu siyah arka plan */
  margin: auto;
  margin-left:-20px;
  margin-top: auto;
  padding: 30px;
  border-radius: 12px;
  max-width: 600px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); /* GÃ¶lgeleme efekti */
      /* Yatay ve dikey ortalama iÃ§in aÅŸaÄŸÄ±daki CSS Ã¶zelliklerini ekliyoruz */
    position: absolute; /* Mutlak konum */
    top: 50%; /* Yatayda tam ortada */
    left: 50%; /* Dikeyde tam ortada */
    transform: translate(-50%, -50%); /* Modal'Ä± tam olarak ortalayÄ±n */
	
}

   .modal-content .mobilimagem {
	       width: 320px; /* Ekran boyutuna gÃ¶re modal'Ä±n geniÅŸliÄŸini ayarlÄ±yoruz */
		   height: 70px; /* Ekran boyutuna gÃ¶re modal'Ä±n geniÅŸliÄŸini ayarlÄ±yoruz */
		     display: block;
  margin-left: auto;
  margin-right: auto;
   }

/* Modal Animasyonu */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* BaÅŸlÄ±k */
.modal-content h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff; /* KÄ±rmÄ±zÄ± baÅŸlÄ±k rengi */
  text-align: left;
  font-family: 'Arial', sans-serif;
}

/* Ã‡arpÄ± iÅŸaretini stilize et */
.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 2; /* Ã‡arpÄ± iÅŸaretinin modal iÃ§eriÄŸi Ã¼zerinde gÃ¶rÃ¼nmesini saÄŸlar */
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Form Etiketleri */
form label {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  color: #ddd; /* AÃ§Ä±k gri renk */
}

/* Input AlanlarÄ± */
form input {
  width: 100%;
  padding: 12px 20px;
  margin: 10px 0 20px;
  border: 2px solid #333; /* Koyu gri sÄ±nÄ±r */
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  background-color: #333; /* Koyu gri arka plan */
  color: #fff; /* Beyaz yazÄ± rengi */
}

form input:focus {
  border-color: #f44336; /* KÄ±rmÄ±zÄ± odak rengi */
  outline: none;
}

/* GÃ¶nder Butonu */
.istekbuton2 button {
  background-color: #191818; /* KÄ±rmÄ±zÄ± arka plan */
  color: white;
  padding: 12px 20px;
  font-size: 14px;
  width: 100%;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}


/* GÃ¶nder Butonu */
.istekbuton button {
  background-color: #f44336; /* KÄ±rmÄ±zÄ± arka plan */
  color: white;
  padding: 12px 20px;
  font-size: 18px;
  width: 100%;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}


.istekbuton2 button:hover {
  background-color: #E50914; /* Daha koyu kÄ±rmÄ±zÄ± hover rengi */
}

.istekbuton button:hover {
  background-color: #E50914; /* Daha koyu kÄ±rmÄ±zÄ± hover rengi */
}


/* 768px altÄ±ndaki ekranlarda (tablet ve mobil) modal geniÅŸliÄŸini ayarla */
@media (max-width: 768px) {
  .modal-content {
    width: 70%; /* Ekran boyutuna gÃ¶re modal'Ä±n geniÅŸliÄŸini ayarlÄ±yoruz */
    padding: 15px; /* Padding deÄŸerini azaltÄ±yoruz */
    max-width: 350px; /* Maksimum geniÅŸlik 500px */
	margin-left:-20px;
  }

   .modal-content .mobilimagem {
	       width: 200px; /* Ekran boyutuna gÃ¶re modal'Ä±n geniÅŸliÄŸini ayarlÄ±yoruz */
		   height: 40px; /* Ekran boyutuna gÃ¶re modal'Ä±n geniÅŸliÄŸini ayarlÄ±yoruz */
		     display: block;
  margin-left: auto;
  margin-right: auto;
   }
   
  .modal {
    padding: 20px; /* Modal arka planÄ±ndaki padding'i de kÃ¼Ã§Ã¼ltÃ¼yoruz */
  } 

  .modal-content h1 {
    font-size: 16px; /* BaÅŸlÄ±k font boyutunu kÃ¼Ã§Ã¼ltÃ¼yoruz */
  }

  form input {
    padding: 10px 15px; /* Input alanÄ±nÄ±n padding'ini kÃ¼Ã§Ã¼ltÃ¼yoruz */
  }
  /* Form Etiketleri */
form label {
  font-size: 14px;
  margin-bottom:-10px;
  display: block;
  color: #ddd; /* AÃ§Ä±k gri renk */
}

  .istekbuton button {
	  	  margin-top:10px;
    font-size: 14px; /* Buton font boyutunu kÃ¼Ã§Ã¼ltÃ¼yoruz */
		  padding: 6px 10px;
	    background-color: #f44336; /* KÄ±rmÄ±zÄ± arka plan */
  color: white;
  }
  
    .istekbuton2 button {
	  	  margin-top:10px;
    font-size: 14px; /* Buton font boyutunu kÃ¼Ã§Ã¼ltÃ¼yoruz */
		  padding: 6px 10px;
	    background-color: #f44336; /* KÄ±rmÄ±zÄ± arka plan */
  color: white;
  }
  
  
}

/* 480px altÄ±ndaki ekranlarda (mobil cihazlarda) daha da optimize et */
@media (max-width: 480px) {
  .modal-content {
    width: 90%; /* GeniÅŸliÄŸi %90 yaparak daha kÃ¼Ã§Ã¼k ekranlara uyum saÄŸlÄ±yoruz */
    max-width: 350px; /* Maksimum geniÅŸlik 400px */
  }

   .modal-content .mobilimagem {
	       width: 200px; /* Ekran boyutuna gÃ¶re modal'Ä±n geniÅŸliÄŸini ayarlÄ±yoruz */
		   height: 40px; /* Ekran boyutuna gÃ¶re modal'Ä±n geniÅŸliÄŸini ayarlÄ±yoruz */
		     display: block;
  margin-left: auto;
  margin-right: auto;
   }
   
  .modal-content h1 {
    font-size: 16px; /* BaÅŸlÄ±k font boyutunu daha da kÃ¼Ã§Ã¼ltÃ¼yoruz */
  }

  form input {
    font-size: 12px; /* Input font boyutunu kÃ¼Ã§Ã¼ltÃ¼yoruz */
  }
  /* Form Etiketleri */
form label {
  font-size: 14px;
    margin-bottom:-10px;
  display: block;
  color: #ddd; /* AÃ§Ä±k gri renk */
}
  .istekbuton button {
	  margin-top:10px;
    font-size: 14px; /* Buton font boyutunu kÃ¼Ã§Ã¼ltÃ¼yoruz */
	padding: 6px 10px;
	background-color: #f44336; /* KÄ±rmÄ±zÄ± arka plan */
	color: white;
  }
 
  .istekbuton2 button {
	margin-top:10px;
    font-size: 10px; /* Buton font boyutunu kÃ¼Ã§Ã¼ltÃ¼yoruz */
	padding: 6px 10px;
	background-color: #f44336; /* KÄ±rmÄ±zÄ± arka plan */
    color: white;
  }


}


			@media screen and (max-width: 600px) {
  div.duyurumobil {
    font-size: 12px;
  }
			}
  @media screen and (min-width: 601px) {
  div.duyurumobil {
    font-size: 14px;
  }
}

			@media screen and (max-width: 600px) {
  div.aramamobil {
    font-size: 16px;
	margin-bottom:-10px;
  }
			}
  @media screen and (min-width: 601px) {
  div.aramamobil {
	display: none;
  }
}

.uk-search2 {
  background-color: #191818;
  color:#fff;
  border-radius: 4px;
  display: inline-block;
  /* 1 */
  position: relative;
  /* 2 */
  margin-top: 10px;
    border: 2px solid #222121;
}

/*
 * Icon
 */
.uk-search2:before {
  content: "\f002";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  line-height: 50px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 14px;
  color: #fff;

}

.uk-search-field2 {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  color: #fff;
  /* 5 */
  -webkit-appearance: none;
  /* 6 */
  width: 375px;
  height: 50px;
  padding: 0 0 0 30px;
  font-size:14px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  vertical-align: middle;
  -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

/* Placeholder */
.uk-search-field2:-ms-input-placeholder {
  color: #fff !important;
  font-size:10px;
}
.uk-search-field2::-moz-placeholder {
  color: #fff;
}
.uk-search-field2::-webkit-input-placeholder {
  color: #fff;
}


.stories {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.stories-content {
      position: absolute; /* Mutlak konum */
    top: 50%; /* Yatayda tam ortada */
    left: 50%; /* Dikeyde tam ortada */
    transform: translate(-50%, -50%); /* Modal'Ä± tam olarak ortalayÄ±n */
  background: white;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  max-width: 90%;
  background-color: #363434;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.stories-content img {
  max-width: 100%;
  max-height: 300px;
  border-radius: 10px;
}

.stories-content-wrapper {
  max-width: 200px; /* BaÅŸlÄ±k geniÅŸliÄŸini belirleyin */
}

.stories-content p {
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap; /* Uzun metinleri tek satÄ±rda tutar */
  overflow: hidden; /* TaÅŸan metinleri gizler */
  text-overflow: ellipsis; /* TaÅŸan metinlerin sonuna "..." ekler */
  display: block;
  text-align: center;
}

/* close2 butonu iÃ§in yeni dÃ¼zenleme */
.close2 {
  position: absolute; /* Modal iÃ§eriÄŸiyle hizalamak iÃ§in absolute kullanÄ±lÄ±yor */
  top: 2px;
  right: 2px; /* SaÄŸ Ã¼st kÃ¶ÅŸeye yerleÅŸtir */
  font-size: 34px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  z-index: 2; /* Ã‡arpÄ± iÅŸaretinin modal iÃ§eriÄŸi Ã¼zerinde gÃ¶rÃ¼nmesini saÄŸlar */
}

.stories-container {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-top:10px;
  padding-bottom:10px;
  padding-right:10px;
  margin-bottom: -40px;
}

.story {
  display: flex;
  padding-right: 16.5px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.story-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #363434;
  transition: transform 0.2s ease;
}

.story-image:hover {
  transform: scale(1.2);
    border: 4px solid #E30813;
}

.story-title-wrapper {
  max-width: 100px; /* BaÅŸlÄ±k geniÅŸliÄŸini belirleyin */
}

.story-title {
  margin-top: -10px;
  font-size: 12px;
  color: #fff;
  width: 100px;
  background-color: #363434;
  padding: 3px;
  border-radius: 3px;
  font-weight: bold;
  white-space: nowrap; /* Uzun metinleri tek satÄ±rda tutar */
  overflow: hidden; /* TaÅŸan metinleri gizler */
  text-overflow: ellipsis; /* TaÅŸan metinlerin sonuna "..." ekler */
  display: block;
  text-align: center;
}

.story-title:hover {
  margin-top: -10px;
  font-size: 12px;
  color: #fff;
  width: 100px;
  background-color: #E30813;
  padding: 3px;
  border-radius: 3px;
  font-weight: bold;
  white-space: nowrap; /* Uzun metinleri tek satÄ±rda tutar */
  overflow: hidden; /* TaÅŸan metinleri gizler */
  text-overflow: ellipsis; /* TaÅŸan metinlerin sonuna "..." ekler */
  display: block;
  text-align: center;
}

.responsive-banner {
  width: 100%;
  height: auto;
  max-width: 768px;
  max-height: 90px;
  border: 4px solid #363434;
}

/* Mobilde daha dÃ¼zgÃ¼n gÃ¶rÃ¼nmesi iÃ§in */
@media screen and (max-width: 768px) {
  .responsive-banner {
    max-width: 100%;
    height: auto;
    width: 100%;
    max-height: 60px; /* Mobilde yÃ¼ksekliÄŸi ayarla */
  }
}
</pre></body></html>