body {
	 margin: 0;
	 font-family: Arial, sans-serif;
	 background-color: #084c44;
	 padding-bottom: 60px; /* Footer yüksekliği kadar boşluk bırak */
	 background-image: url('img/uygubackground.png'); /* Arka plan resmi */
	 background-size: cover; /* Resmi ekran boyutuna göre kapsar */
	 background-repeat: no-repeat; /* Tekrarlamayı kapatır */
	 background-position: center center; /* Resmi yatay ve dikeyde ortalar */
	 background-attachment: fixed; /* Resmi sabitler (paralaks etkisi için) */
}

#city-selector {
	width:150px;
	height:40px;
	border-radius: 5px;
	margin-top: 10px; 
	margin-left: 10px; 
	font-weight: bold;
	
}
 .grid-item a {
    text-decoration: none !important; /* Alt çizgiyi kaldırır */
    color: inherit !important; /* Linkin rengini ebeveyn elementin rengine uyarlar */
    font-style: normal !important; /* İtalik efektleri sıfırlar */
    font-weight: normal !important; /* Kalınlık efektlerini sıfırlar */
	outline: none !important; /* Odak çerçevesini kaldırır */
}

	.grid-item img {
		width:80px !important;
		height:70px;
		margin-top: 10px !important;
		margin-bottom: 0px !important;
		
		
	}
 



.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #00695c;
    padding: 10px;
    color: white;
}

.header .logo img {
    max-height: 50px;
}

.header .actions {
    display: flex;
    gap: 10px;
}

.header .icon {
    width: 24px;
    height: 24px;
    background: no-repeat center/cover;
    border: none;
}

.header .icon.notification {
    position: relative;
}

.header .icon.notification .badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
}

	 

.main .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 15px;
	/* margin-top:-15px; */
	width:92% !important;
	 margin: 0 auto; /* Sağdan ve soldan ortalama */
}

.grid-item {
    background-color: white;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	align-items:center;
/*	 margin: 10px auto; /* Üstten, alttan ve yanlardan boşluk bırakır ve ortalar */
/*    width: calc(100% - 20px); /* Sağdan ve soldan 20px boşluk bırakacak şekilde genişlik ayarlanır */
 /*   max-width: 300px; /* Maksimum genişlik */
}

 
    

.grid-item img {
    width: 80px;
  /*  margin: 10px auto; */
}

.grid-item p {
    margin: 10px 0;
    font-weight: bold;
}

.footer {
    display: flex;
    justify-content: space-around;
    align-items: center; /* İçeriği dikey olarak ortalar */
    background-color: #00695c;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    text-decoration: none;
    border-top: 2px solid white; /* Üste beyaz bir sınır ekler */
}

.footer-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 8px 12px;
    transition: background-color 0.3s ease;
	text-decoration: none; /* Alt çizgiyi kaldırır */
}

.footer-icon:hover {
    background-color: #555;
}

.footer-icon i {
    margin: 0; /* İkon ile yazı arasındaki boşluğu kaldır */
}

.prayer-times {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #f4f4f4;
  border-bottom: 2px solid #ccc;
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin-top: 0px;
   
}
.hadis {
    display: flex; /* Flexbox kullanımı */
    flex-direction: column; /* Dikey hizalama için */
    justify-content: center; /* Yatayda ortalama */
    align-items: center; /* Dikeyde ortalama */
    font-weight: bold;  
    padding: 10px;
    background-color: #f4f4f4;
    color: #000;
    border-bottom: 2px solid #ccc;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    margin-top: 10px;
    width: 92%;
    margin-left: auto; /* Ortalamayı sağlamak için */
    margin-right: auto; /* Ortalamayı sağlamak için */
    border-radius: 10px;
	text-align: justify;

}

.animasyon {
    font-size: 22px; /* Arapça metin boyutu */
    color: #000; /* Arapça metin rengi */
	/* animation: blink-effect 6s infinite; */
	font-family: 'Poppins', sans-serif;
	

	
}

.turkce-okunus {
    font-size: 18px; /* Türkçe okunuş daha küçük */
    color: #555; /* Daha yumuşak bir renk */
    margin-top: 5px; /* Arapça ile arasına boşluk */
    font-style: italic; /* İtalik görünüm */
	/* animation: blink-effect 6s infinite;*/
}



.hadis2 {
  display: flex; /* Flexbox kullanımı */
  justify-content: center; /* Yatayda ortalama */
  align-items: center; /* Dikeyde ortalama */
 /* font-weight: bold;  */ 
  padding: 15px;
  padding-right:10px;
	background-color: #fff;
  text-align:center;
  color:#000;
  border-bottom: 2px solid #ccc;
  font-family: 'Poppins', sans-serif;
  font-size: 14px !important;
  margin-top: 10px;
  width: 87%;
  margin-left: auto; /* Ortalamayı sağlamak için */
  margin-right: auto; /* Ortalamayı sağlamak için */
  border-radius: 10px;
  
}
	.kisahadis{
		font-size:16px !important;
		color:#444;
		margin: 0px !important;
		font-style: italic; /* İtalik görünüm */
		font-family: 'segoe-ui', serif; 
		line-height: 1.6;
		background-color:#fbf3d85c;
		border-radius:5px;
		padding:5px;
		
		
		
		
	}
	
	.hadis-container {
    margin: 20px;
    text-align: center;
    position: relative;
    border-top: 2px solid #ddd; /* Çizgi başlık üstünde devam etsin */
    padding-top: 20px;
	width:90% !important;
	 
}

.hadis-baslik {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #145845;
    padding: 0 30px;
    font-size: 18px;
    font-weight: bold;
	border-radius: 5px;
	width:150px;
	 
	 
	text-align:center;
}

 

	
	
.back-button {
        position: fixed; /* Sabit pozisyonlama */
        top: 24px; /* Üstten mesafe */
        left: 20px; /* Soldan mesafe (sola yaslamak için 10px) */
        font-size: 25px; /* İkon boyutu */
        color: #000; /* İkon rengi */
        cursor: pointer; /* İmleç tipi */
        z-index: 1000; /* Öncelik sırası */
    }
    .back-button:hover {
        color: #004d40; /* Hover rengini belirler */
    }



/* Yanıp sönme animasyonu */
@keyframes blink-effect {
    0%, 100% {
        opacity: 1; /* Görünür */
    }
    50% {
        opacity: 0; /* Görünmez */
    }
}

.prayer {
  text-align: center;
  flex: 1;
}

.prayer .name {
  display: block;
  font-weight: bold;
  color: #555;
}

.prayer .time {
  color: #007bff;
}

/* İkon renkleri */
.prayer .icon i {
  font-size: 24px; /* İkon boyutunu ayarlayabilirsiniz */
  transition: color 0.3s ease; /* Hover efektleri için geçiş */
}

/* İmsak için icon rengi */
#imsak .icon i {
  color: #FF5722; /* Modern kırmızımsı turuncu */
}

/* Güneş için icon rengi */
#gunes .icon i {
  color: #FFC107; /* Canlı sarı */
}

/* Öğle için icon rengi */
#ogle .icon i {
  color: #4CAF50; /* Canlı yeşil */
}

/* İkindi için icon rengi */
#ikindi .icon i {
  color: #00BCD4; /* Turkuaz mavi */
}

/* Akşam için icon rengi */
#aksam .icon i {
  color: #3F51B5; /* Modern mavi */
}

/* Yatsı için icon rengi */
#yatsi .icon i {
  color: #333; /* Mor */
}

/* Hover efektleri */
.prayer .icon i:hover {
  color: #673AB7; /* İkonların üzerine gelince mor tonları */
}



.settings {
    width: 90%; /* Sayfa genişliğinin %90'ı */
    max-width: 350px; /* Maksimum genişlik 300px */
    margin: 0 auto; /* Ortalamak için */
    margin-top: 15px; /* Üstten 15px boşluk */
    margin-left: 15px; /* Üstten 15px boşluk */
    padding: 0px;
	 text-align: center;
	 height:100%;
     
    
}

.main2 {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 300px;
    text-align: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.title {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.city-selector-container {
    margin-bottom: 20px;
}

.city-label {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    display: block;
}

.city-selector2 {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    max-width: 100%;
    background-color: #f8f8f8;
    transition: border-color 0.3s ease;
}

.city-selector2:focus {
    border-color: #ff7e5f;
    outline: none;
}


@media (max-width: 767px) {
	
		#city-selector {
	width:150px !important;
	height:35px;
	border-radius: 5px;
	font-size: 1.1em;
	font-weight: bold;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	 }
	#city-selector2 {
	width:320px !important;
	height:55px;
	border-radius: 5px;
	font-size: 1.1em;
	font-weight: bold;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	 }
	 
	 /* İkonların stilini düzenleyelim */
.prayer .icon i {
  font-size: 16px; /* İkon boyutunu ayarladık */
  transition: color 0.3s ease; /* Hover efektleri için geçiş */
}

/* İmsak için icon rengi */
.imsak {
  color: #FF5722; /* Kırmızımsı turuncu */
}

/* Güneş için icon rengi */
.gunes {
  color: #FFC107; /* Canlı sarı */
}

/* Öğle için icon rengi */
.ogle {
  color: #4CAF50; /* Canlı yeşil */
}

/* İkindi için icon rengi */
.ikindi {
  color: #00BCD4; /* Turkuaz mavi */
}

/* Akşam için icon rengi */
.aksam {
  color: #3F51B5; /* Modern mavi */
}

/* Yatsı için icon rengi */
.yatsi {
  color: #333; /* Mor */
}

/* Hover efektleri */
.prayer .icon i:hover {
  color: #673AB7; /* İkonların üzerine gelince mor tonları */
}

/* Zaman etiketlerinin stilini */
.prayer .name {
  font-size: 18px;
  margin-left: 10px;
  font-weight: bold;
}

.prayer .time {
  font-size: 18px;
  margin-left: 10px;
  color: #555; /* Zaman metnini daha okunaklı hale getirdik */
}
	
	
}