
 
 
 
 
 /* Sayfada butonları tam ortala */


/* Butonlar için container */
.ns-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  width: 100%;
  max-width: 420px;
}

/* Ortak premium stil */
.ns-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 22px;
  border-radius: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,0.25);
  backdrop-filter: blur(10px) saturate(130%);
}

/* Sesli Sohbet (turuncu-cam efekti) */
.ns-voice {
  background: linear-gradient(145deg, rgba(255,138,0,0.9), rgba(255,92,0,0.8));
  border: 1px solid rgba(255,180,90,0.4);
}

/* Yazılı Sohbet (kırmızı-cam efekti) */
.ns-text {
  background: linear-gradient(145deg, rgba(229,57,53,0.9), rgba(198,40,40,0.8));
  border: 1px solid rgba(255,120,120,0.4);
}

/* Hover premium efekti */
.ns-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 30px rgba(0,0,0,0.35);
}

/* Parlama efekti */
.ns-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.25) 0%,
    rgba(255,255,255,0.05) 50%,
    transparent 100%
  );
  transform: skewX(-25deg);
  transition: all 0.7s ease;
}
.ns-btn:hover::before {
  left: 125%;
}

/* İkonlar */
.ns-icon {
  font-size: 1.3rem;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.25));
}

/* Mobil uyum */
@media (max-width: 480px) {
  .ns-buttons {
    width: 90%;
    gap: 16px;
  }
  .ns-btn {
    font-size: 1rem;
    padding: 14px 18px;
  }
  .ns-icon {
    font-size: 1.2rem;
  }
}

 
 
 
 
 
 
 
 
 
 
 .chontainer {
    display: block; /* Eski yatay flex etkilerini kaldır */
}

.left-column {
    text-align: center; /* Resmi yatay ortala */
    margin-bottom: 20px; /* Altına boşluk bırak */
}

.left-column img {
    display: inline-block; /* Üste kayacak şekilde */
    vertical-align: top;
    margin-top: 0;
}
 
/* Row ayarları */
.ns_custom_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* veya center, istenirse */
  align-items: stretch;
  padding: 0 5px;  /* row sağ-sol 5px boşluk */
  gap: 10px;       /* sütunlar arası boşluk */
  box-sizing: border-box;
}

/* Sütun ayarları */
.ns_custom_column {
  flex: 1 1 calc((100% / 3) - 13.33px); /* 3 sütun + gap dengesi */
  min-width: 260px;
  padding: 25px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #fff;
  box-sizing: border-box;
  background-clip: padding-box;
  margin-top: 5px; 
  margin-bottom:10px;
}


/* Arka plan renkleri */
.ns_custom_column:nth-child(1) { background-color: #ff980038; } 
.ns_custom_column:nth-child(2) { background-color: #27c27578; }
.ns_custom_column:nth-child(3) { background-color: #d5662e73; }

/* Görseller */
.ns_custom_img {
  width: 100%;
  max-width: 60px;  /* masaüstü için */
  height: auto;
  margin: 0 auto 15px auto;
  display: block;
}

/* Başlıklar */
.ns_custom_title {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 5px 0;
}

/* Slogan */
.ns_custom_slogan {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px 0;
}

/* Paragraf */
.ns_custom_desc {
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  flex-grow: 1;
  margin-top: 0;
}

/* Tablet ekran (960px altı) */
@media screen and (max-width: 960px) {
  .ns_custom_column {
    flex: 1 1 45%;
    max-width: 45%;
    padding: 20px;
  }

  .ns_custom_img {
    max-width: 50px;
  }

  .ns_custom_desc {
    font-size: 13px;
  }
}

/* Mobil ekran (600px altı) */
@media screen and (max-width: 600px) {
  .ns_custom_column {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 15px;
  }

  .ns_custom_img {
    max-width: 40px;
    margin-bottom: 10px;
  }

  .ns_custom_title {
    font-size: 18px;
  }

  .ns_custom_slogan {
    font-size: 14px;
  }

  .ns_custom_desc {
    font-size: 13px;
  }
}





 
 
 
 
 .right-box {
    max-height: 300px;
    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; 
    margin-left: 5px;
}

.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;
  flex-wrap: wrap;
  gap: 10px;          /* kutular arası boşluk */
  padding: 0 5px;     /* sol ve sağ 5px */
  box-sizing: border-box;
  justify-content: flex-start;
  width: 100%;
}

.Rcontainer .Rcolumn, 
.Rcontainer .boox {
  flex: 1 1 0;        /* tüm alan eşit paylaşılır */
  min-width: 200px;   /* responsive için minimum */
  padding: 14px;
  border-radius: 10px;
  text-align: center;
  background: linear-gradient(to right, #629882, #6379df);
  box-sizing: border-box;
}



  .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-left:5px;
}
   
    /* 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; 
	margin-bottom:5px; 
		margin-right:5px;
}
    .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: 5;
    padding: 0;
    background-image: url('images/header-images-netsohbet.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; 
    margin-top: 5px; 
    width: 40%;
}

.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 {
  
   
    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; 
    margin-bottom: 5px;
} 


.top-menu .logo img {
    max-width:300px;
    margin-left: 2px;
}

.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: sans-serif;
}

.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;
}





 h1 {
       font-family: sans-serif;
    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-right:5px;
		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 */ 

    width: calc(28% - 0px);
    
    max-height: 300px;
}


.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; 
   margin-bottom:5px !important;
    } 



    .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: left;
    }

    .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 {
    
        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; 
    margin-bottom: 5px; 
    margin-left:5px;
    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;
    }
}
 
  
  
  
  
  
  
  
  
  
  
  
  
 .top-menu {
    display: flex;
    justify-content: space-between; /* Logo solda, ikon sağda */
    align-items: center;            /* Dikey ortalar */
    padding: 10px 20px;             /* Üst-alt boşluk */
    height: 75px;                   /* Sabit header yüksekliği, isteğe göre */
    background-color: #fff;         /* Opsiyonel: arkaplan */
}

.logo img {
    max-height: 70px;  /* Logo yüksekliği sınırlı */
    height: auto;
    display: block;
}

.menu-icon img {
    width: 70px;
    height: 70px;
    display: block;
    cursor: pointer;
}

/* Menü açıldığında */
.menu {
    display: none;
    position: absolute;  /* Menü açıldığında header dışında açılır */
    top: 60px;           /* Header yüksekliğine göre */
    left: 0;
    right: 0;
    background-color: #fff;
    flex-direction: column;
}
 
 















