
.input-container input[type="text"],
.input-container input[type="password"] {
    width: 90%; /* Örnek değer, istediğiniz genişliği ayarlayabilirsiniz */
    max-width: 300px; /* İsteğe bağlı, maksimum genişliği belirleyebilirsiniz */
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-right: 5px;
    box-sizing: border-box;
}

.mircresim {
            width: 70%;
            height: auto;
            border-radius: 5px; /* Kenarlara radius verir */
        }

  .radio-container {
    max-width: 99%;
    margin: 0 auto;
  }
.radio-item label {
    flex-grow: 1;
    color: #1b1d20; /* İsimler için  renk */
    text-align: left; /* İsimleri sola hizala */ 
	font-size: 14px;
}
  .radio-item {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    padding: 6px;
    background-color: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #ccc;
  }

  .radio-item:nth-child(odd) {
    background-color: #eee;
  }

  .radio-item input[type="radio"] {
    margin-right: 10px;
    transform: scale(1.5); /* Radyo butonlarını büyütme */
    accent-color: #007bff; /* Radyo butonları için renk */
  }

  .radio-item i {
    margin-right: 10px;
    color: #666;
    font-size: 1.5em; /* İkon boyutunu büyütme */
  }


.count-box {
    padding: 5px 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 13px;
}

  .Rcontainer {
    display: flex;
    gap: 10px;
    justify-content: center; /* Kutuları yatayda merkezle */ 
	        width: calc(100% - 10px);
  }

.boox {
    width: calc(22% - 10px);
    padding: 14px;
    /* border: 1px solid #8e3333; */
    border-radius: 10px;
      background: linear-gradient(to right, #629882, #6379df);
    text-align: center;
}
  .boox h2 {
    margin: 0;
    padding-bottom: 10px;
    /*  border-bottom: 1px solid #ccc; */ 
	font-size: 16px; 
	color: #d6cd6f;
  }

  @media screen and (max-width: 767px) {
    .Rcontainer {
      flex-direction: column; /* Küçük ekranlarda sıralıyor */
      align-items: center; /* Kutuları dikeyde merkezle */
    }

    .boox {
      width: calc(100% - 20px); /* Küçük ekranlarda tam genişlik */
    }
  }

 /* Şifre oluşturucu butonları için stiller */
    .password-generator .btn {
        background-color: orange;
        color: white;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
        border-radius: 5px;
        margin-top: 10px;
        transition: background-color 0.3s;
    }

    .password-generator .btn:hover {
        background-color: darkorange;
    }

    /* Şifre görüntüleme alanı için stiller */
    .password-display {
        margin-top: 20px;
    }

    .password-display input[type="text"] {
        width: 50%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px 0 0 5px;
    }

    .password-display button {
        background-color: #4CAF50;
        color: white;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
        border-radius: 0 5px 5px 0;
        transition: background-color 0.3s;
    }

    .password-display button:hover {
        background-color: #45a049;
    }

    /* Yeniden oluştur butonu için ayrı stil */
    .password-generator .btn-regenerate {
        margin-top: 10px;
        background-color: #007bff;
    }

    .password-generator .btn-regenerate:hover {
        background-color: #0056b3;
    }



        .checkbox-group {
            margin-bottom: 20px;
            padding-left: 20px;
        }

        .checkbox-group label {
            margin-right: 15px;
        }

        #nicknameInput { 
				    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center; 
	
	
	
          
        }

        .btn-group {
            text-align: center;
            margin-bottom: 20px;
        }

        .btn-group .btn {
            margin-right: 10px;
            background-color: #2ecc71;
            color: #fff;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .btn-group .btn:hover {
            background-color: #27ae60;
        }

        .nickname-list {
            list-style: none;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            padding-left: 20px;
            margin-bottom: 0; /* Yükseklik hesaplamasında gereksiz boşluk */
        }

        .nickname-list li {
            margin: 5px;
            width: 19%; /* Dört nick yan yana */
            margin-bottom: 10px; /* Alt alta yazmak için boşluk */
            text-align: center; /* Orta hizalama */
        }

        .nickname-list button {
            padding: 10px 1px;
            border: none;
            border-radius: 5px;
            background-color: #3498db;
            color: #fff;
            cursor: pointer;
            transition: background-color 0.3s;
            margin-right: 5px;
            display: block;
            width: 100%;
            margin-bottom: 5px; /* Butonlar arası boşluk */
        }

        .nickname-list button:hover {
            background-color: #2980b9;
        } 
		
		
		
		
		

/* Diğer stiller */

.footer {
    padding: 40px 0;
    width: 100%;
    /* background-color: #333; */
    background: linear-gradient(to right, #2980b9, rgba(0, 0, 0, 0.1));
    color: #fff;
}

.footer .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .footer-logo img {
    width: 250px; /* Logo genişliği */
}

.footer .footer-column {
    padding: 0 15px;
    position: relative;
    text-align: left; /* Menülerin başlangıç hizalarını sola al */
}

.footer .footer-column:not(:last-child) {
    margin-right: 10px; /* Arada 10px boşluk bırak */
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer a:hover {
    color: #f4f4f4;
}

.footer p {
    margin-top: 20px;
    font-size: 0.9em;
}

.social-icons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.social-icons a {
    margin: 0 10px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #f4f4f4;
}

.newsletter-input {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.newsletter input[type="email"] {
    padding: 10px;
    width: calc(100% - 120px);
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    box-sizing: border-box;
}

.newsletter button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
}

.newsletter button:hover {
    background-color: #0056b3;
}

/* Mobil uyum */
@media (max-width: 768px) {
    .footer .footer-container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start; /* Menüleri sola daya */
    }

    .footer .footer-column {
        text-align: left; /* Menülerin başlangıç hizalarını sola al */
    }

    .footer .footer-column:not(:last-child) {
        margin-right: 0; /* Mobilde 10px boşluk bırakmayacak */
    }
}










	 

   


 
 
    .c1ontainer {
        display: flex;
        flex-wrap: wrap; /* Yeni ekledim: Küçük ekranlarda responsive uyumluluk için */
    }
.left-side {
    flex: 1;
    max-width: 20%;
}
.left-side img {
    max-width: 100%;
    height: auto;
    display: flex;
    background-color: #6379df;
    align-items: center;
    border-radius: 10px 0px 0px 10px;
    margin-top:10px;
}
   
    /* margin: 0 auto; */

.right-side {
    flex: 1;
    padding: 15px;
    background: linear-gradient(to right, #6379df, #dd1957);
    max-width: 100%;
    border-radius: 0px 10px 10px 10px; 
	margin-top:10px;
}
    .right-side h1 {
    margin-top: 0;
    color: white;
}
.right-side p {
    margin-bottom: 20px;
    color: white;
}
.store-icons {
    display: flex;
    justify-content: center; /* Değiştirdim: İkonları ortala */
    align-items: center; /* Yeni ekledim: Dikeyde de ortala */
}

.store-icons img {
    height: 50px;
    margin: 0 5px; /* Yeni ekledim: İkonlar arasındaki boşluk */
}

 
 
 
 

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 .container {
            
            flex-wrap: wrap;
            width: 100%; 
			    justify-content: center; /* İçeriği ortalar */
    display: flex;
    justify-content: space-between;



          
            
            width: 100%; 
			

        }  
		
		
		
		
		
		
		
		
		
		body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('images/header-images-Sohbetche.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}  


input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    background: linear-gradient(to right, #32ba53, #3019dd);
    outline: none;
    border-radius: 5px;
    padding: 0;
    width: 50%;
    border: none;
    margin: 10px 0;
}

.password-display .btn {
    background-color: orange;
    color: white;
}

.password-display .btn:hover {
    background-color: #ff9933; /* Hover rengi için turuncu tonu */
} 


/* Nick Oluşturucu butonları */
.nicktasiyici .btn {
    background-color: orange !important;
    color: white !important;
}

.nicktasiyici .btn:hover {
    background-color: #ff9933 !important; /* Hover rengi için turuncu tonu */
}
 
 
 
.h1-special {
    font-size: 40px;
    font-weight: bold;
    margin-top: 0;
    color: #c2af8e;
    margin-bottom: 2px;
}

.h2-special {
    font-size: 26px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 2px;
    color: #efb3b3;
}

.kutu-container {
    display: flex; /* Kutuları yatay düzende yan yana yerleştir */
    align-items: flex-start; /* Kutu-container'ı yukarıya hizala */ 
	width:100%; 
margin: 0;
			
			
			
			
}

.resimx {
    flex: 1; /* İlk kutuya esneklik ver, diğer kutu ile aynı genişlikte olmasını sağla */ 
	    max-width: 35%; /* Resim kutusunun maksimum genişliği %50 */

}

.icerik {
    flex: 1; /* İkinci kutuya esneklik ver, diğer kutu ile aynı genişlikte olmasını sağla */ 
	    color: #ffffff; /* Beyaz renk */
 margin-top: 0; /* Başlığı yukarıya daya */ 
     align-self: flex-start; /* İçerik kutusunu yukarıya hizala */ 
	 margin-right: 5px;

}

.resimx img {
    width: 100%; /* Resim genişliğini tamamen doldur */
    height: auto; /* Otomatik yükseklik ayarı */
}

 
 
   .nicktasiyici {
  
    padding: 5px;
    width: 100%;
    background: linear-gradient(to right, #ba329f, #dbbdc3b8);
    border-radius: 10px;
    box-shadow: 0px 1px 10px 17px rgba(0, 0, 0, 0.1);
    overflow-y: auto;

}
 


/* Nick Oluşturucu checkbox'ları */
.checkbox-group-nick {
    display: flex;
    gap: 20px; /* Checkbox'lar arasında boşluk bırakır */
    margin-bottom: 15px;
}

.checkbox-group-nick label {
    display: flex;
    align-items: center; /* Checkbox ve etiketi yatayda hizalar */
    font-size: 16px;
    cursor: pointer;
    color: white; /* Etiketin rengini beyaz yapar */
}

.checkbox-group-nick input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px; /* Checkbox genişliği */
    height: 20px; /* Checkbox yüksekliği */
    background-color: white;
    border: 2px solid #ccc;
    border-radius: 5px; /* İsteğe bağlı: checkbox'a yuvarlatılmış köşeler ekler */
    cursor: pointer;
    margin-right: 5px; /* Checkbox ile etiket arasına boşluk */
    position: relative;
}

.checkbox-group-nick input[type="checkbox"]:checked {
    background-color: orange; /* İsteğe bağlı: checkbox seçildiğinde arka plan rengi */
}

.checkbox-group-nick input[type="checkbox"]:checked::after {
    content: '✔'; /* İsteğe bağlı: checkbox seçildiğinde görüntülenen işaret */
    color: white;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 4px;
}

/* Şifre Oluşturucu checkbox'ları */
.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Checkbox'lar arasında boşluk */
    margin-bottom: 15px;
}

.checkbox-group label {
    display: flex;
    align-items: center; /* Checkbox ve etiketi yatayda hizalar */
    font-size: 16px;
    cursor: pointer;
    color: white; /* Etiketin rengini beyaz yapar */
}

.checkbox-group input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px; /* Checkbox genişliği */
    height: 20px; /* Checkbox yüksekliği */
    background-color: white;
    border: 2px solid #ccc;
    border-radius: 5px; /* İsteğe bağlı: checkbox'a yuvarlatılmış köşeler ekler */
    cursor: pointer;
    margin-right: 5px; /* Checkbox ile etiket arasına boşluk */
    position: relative;
}

.checkbox-group input[type="checkbox"]:checked {
    background-color: orange; /* İsteğe bağlı: checkbox seçildiğinde arka plan rengi */
}

.checkbox-group input[type="checkbox"]:checked::after {
    content: '✔'; /* İsteğe bağlı: checkbox seçildiğinde görüntülenen işaret */
    color: white;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 4px;
}

.form-group label {
    color: white; /* Şifre Uzunluğu etiketinin rengini beyaz yapar */
}





    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        background: #4CAF50;
        cursor: pointer;
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        transition: background 0.3s ease-in-out;
    }

    input[type="range"]::-moz-range-thumb {
        width: 25px;
        height: 25px;
        background: #4CAF50;
        cursor: pointer;
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        transition: background 0.3s ease-in-out;
    }

    input[type="range"]::-ms-thumb {
        width: 25px;
        height: 25px;
        background: #4CAF50;
        cursor: pointer;
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        transition: background 0.3s ease-in-out;
    }

    input[type="range"]::-webkit-slider-thumb:hover {
        background: #45a049;
    }

    input[type="range"]::-moz-range-thumb:hover {
        background: #45a049;
    }

    input[type="range"]::-ms-thumb:hover {
        background: #45a049;
    }

    .form-group {
        margin: 15px 0;
    }

    .password-display {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
    }



    /* Tab menü stilleri */
    .tab {
      /*  overflow: hidden; */
      /*  border: 1px solid #ccc; */
        background-color: #f1f1f1;
        border-radius: 10px;
        margin-bottom: 20px; /* Butonların altına biraz boşluk ekler */
    }

.tab button {
    background-color: orange;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    border-radius: 6px 6px 0px 0px;
    margin-right: 4px;
}

    .tab button:hover {
        background-color: lightblue;
    }

    .tab button.active {
        background-color: #ccc;
    }


 
 
 
 
 
 
.top-menu {
  background: linear-gradient(to right, #32ba53, #3019dd);
    color: white;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; 
    position: relative;
} 


.top-menu .logo img {
    height: 50px;
    margin-left: 20px;
}

.top-menu .menu {
    display: flex;
    gap: 15px;
    margin-right: 20px;
    flex-wrap: wrap;
}

.top-menu .menu a { 
	border-radius: 5px;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    position: relative; 
	font-family: fantasy;
}

.top-menu .menu a::after {
    content: '';
    height: 100%;
    width: 1px;
    background-color: white;
    position: absolute;
    top: 0;
    right: -8px;
}

.top-menu .menu a:last-child::after {
    display: none;
}

.top-menu .menu a:hover,
.top-menu .menu a:focus {
    background-color: rgba(255, 255, 255, 0.2);
}

.top-menu .menu a:active {
    color: yellow;
}

.top-menu .menu-icon {
    display: none;
    margin-right: 20px;
    font-size: 24px;
    cursor: pointer;
}




.right-box {

    padding: 20px;
    background: linear-gradient(to right, #977ddb, #2cdd19);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

 h1 {
       font-family: fantasy;
    font-weight: 700;
    color: #8a4949d9;
}
        } 
h2 {
            font-family: 'Roboto', sans-serif;
            font-weight: 600; /* Kalın (bold) */
            color: #a7baa6;; /* Beyaz renk */
        }

.left-box {
  background-color:#76949a78;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-sizing: border-box; 
	
		margin-bottom:5px;
}

.left-box {
    width: calc(70% - 0px); /* Boşlukları azalttık */ 
	height:50%;
}

.right-box {
    width: calc(28% - 0px); /* Boşlukları azalttık */ 
height: 300px !important;
}

.right-box h1, .right-box p {
    background: none;
}

.left-box form {
    display: flex;
    flex-direction: column;
}

.input-container {
    margin-bottom: 1px;
    position: relative;
    display: flex;
    align-items: center;
}

.input-container img {
    height: 40px; 
	width: 40px;
    margin-right: 10px; 
	margin-bottom: 10px;
}

.input-container input[type="text"], .input-container input[type="password"] {
    flex: 1;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px; 
	    margin-right: 15px;
}

input[type="submit"] {
    background-color: #c31d1278;
    border-radius: 10px !important;
    color: white;
    padding: 15px;
    border: none;
    align-items: center;
    border-radius: 5px;
    cursor: pointer; 
		margin-top:5px;

    margin-left: 35px;
    width: 90%;
    font-size: 16px;
}

input[type="submit"]:hover {
    background-color: #e64e4ea1;
}


.download-section {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.download-section a img {
    height: 50px; 
	width:85%;
}
.stores {
    height: 50px; 
	width:85%;
}
 

 
/* Medya sorguları */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
    }
    .left-side img {
        max-width: 0px !important; /* Yeni ekledim: Resmin maksimum genişliği */
      
    } 
	
.right-side {
   margin-top:5px;
    } 



    .left-box, .right-box {
        width: 100%;
    }

    .top-menu .logo img {
        margin-left: 10px;
    }

    .top-menu .menu {
        display: none;
        flex-direction: column;
        margin-right: 10px;
        width: 100%;
    }

    .top-menu .menu a {
        padding: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        width: calc(100% - 20px);
        text-align: center;
    }

    .top-menu .menu-icon {
        display: block; 
				    max-width: 25px;
    max-height: 25px;
    
}

@media (max-width: 480px) {
    .top-menu {
        flex-direction: column;
        align-items: flex-start; 
		            width: 100%;

    }

    .top-menu .menu-icon img {
        height: 30px;
        width: auto; 


    }

    .top-menu .menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: rgba(51, 51, 51, 0.9);
        padding: 10px 0;
        z-index: 999; /* Yüksek bir z-index değeri atanması menünün diğer içeriklerin üzerine çıkmasını sağlar */
    }

    .top-menu .menu a {
        color: white;
        display: block;
        padding: 10px 20px;
        text-decoration: none;
    }
} 


.download-section {
    width: 205px;
    height: auto;
    margin-right: 10px;
} 

.stores {
    display: flex;
    gap: 20px;
    margin-top: 20px;
} 


 
 


   
.left-side {
    flex: 1;
    max-width: 25%;
}

.right-side {
    flex: 1;
    padding: 15px;
    background-color: #6379df;
    max-width: 100%;
    border-radius: 10px;
}
    .right-side h1 {
    margin-top: 0;
    color: white;
}
.right-side p {
    margin-bottom: 20px;
    color: white;
}
.store-icons {
    display: flex;
    justify-content: center; /* Değiştirdim: İkonları ortala */
    align-items: center; /* Yeni ekledim: Dikeyde de ortala */
}

.store-icons img {
    height: 50px;
    margin: 0 5px; /* Yeni ekledim: İkonlar arasındaki boşluk */
}




	
  body, html {
            margin: 0;
            padding: 0;
            width: 100%;
            overflow-x: hidden; /* Yatay kaydırmayı önler */ 
			    justify-content: center; /* İçeriği ortalar */

        }
 

 

   
		
		 .wrapper {
            margin: 0;
            padding: 0;
            width: 100%;
            overflow-x: hidden; /* Yatay kaydırmayı önler */ 
			  display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center; /* İçeriği ortalar */
        } 
		
		
		

 
 
 
 
 @media (max-width: 768px) {
    .left-box, .right-box {
        width: 100%;
        height: auto;
    }
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
    
