*
{
margin: 0;
padding: 0;
font-family: 'Signika' , sans-serif;
box-sizing: border-box;

body{
    overflow-x: hidden;
}

}
 html
 {
 scroll-behavior: smooth;
 overflow-x: hidden;

}

#ana {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(0deg, #000 2%, rgba(0, 0, 0, 0) 50%), url('images/Daic2xi.jpg') no-repeat;
    background-attachment: fixed; /* Add this line */
    background-size: cover; /* Optionally, set background size to cover the entire container */
    background-position: center; /* Optionally, center the background image */
}

.password-container {
 position: relative;
}

.password-toggle {
         position: absolute;
         right: 10px;
         bottom: 10px;
         cursor: pointer;
         transition: transform 0.3s ease;
         transition: 3s;
      }
      .password-toggle:hover {
         transform: scale(1.1);
      }
 

/* Güncellemeler başlığı */
.updates-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 20px; /* Güncellemeler yazısının üstünden boşluk bırakır */
}

/* İleri ve Geri butonlar */
.navigation-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px; /* Butonların üstünden boşluk bırakır */
}

#prevBtn, #nextBtn {
    opacity: hidden;
    padding: 10px 20px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 0 10px; /* Butonlar arasında boşluk bırakır */
}

#prevBtn:hover, #nextBtn:hover {
    background-color: #0056b3;
}




/* Güncellemeler başlığı */
#dene h1 {
    text-align: center;
    font-size: 28px;
    margin-top: 20px;
}

/* Ana bölüm düzeni */
#dene {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* İleri ve Geri butonlar */
.navigation-buttons {
    display: flex;
    justify-content: space-between; /* Butonları yan yana yerleştirir */
    align-items: center;
    margin-top: 20px;
    width: 100%; /* Tam genişlikte olmasını sağlar */
}

#prevBtn, #nextBtn {
    padding: 10px 20px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

#prevBtn:hover, #nextBtn:hover {
    background-color: #0056b3;
}




/* Kart stilleri */
.card {
    opacity: 0; /* Başlangıçta kartları gizleyin */
    display: none; /* Kartları gizlemek için display: none ekleyin */
    transition: opacity 0.5s ease-in-out;
   
}

.card.active {
    opacity: 1; /* Aktif kartı görünür yapın */
    display: block; /* Aktif kartı görünür yapın */
}
.card h2 {
    font-size: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis; /* Taşan metni üç nokta ile kırp */
}

.card p {
    font-size: 25px; /* Metnin yatayda taşmasını önler */
    overflow: hidden;
    text-overflow: ellipsis; /* Taşan metni üç nokta ile kırp */
}











.icon1{

    position: fixed;
    margin: 130px -175px;
    width: 122px;
}

#secCards{
    align-items: center;
 height: 100vh;
    background: linear-gradient(180deg,#000 1%,rgba(0,0,0,0)20%),linear-gradient(360deg,#000 10%,rgba(0,0,0,0)30%), url('' )  no-repeat  center  center  /cover  ;
}
.icon2{
    position: fixed;
    margin: 140px -175px;
    width: 122px;
}


body
{
    align-items: center;
    justify-content: center;
    min-height: 100vh;

}
body::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
 .menu_wrapper .navbar
{
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 30px 100px;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 100000;
transition: 0.6s;
}
.logo
{
Color: #fff;
font-weight: 700;
text-decoration: none;
font-size: 2em;
letter-spacing: 2px;
position: relative;
transition: 0.6s;
float: left;
}



.menu_wrapper  ul li
{
    -webkit-tap-highlight-color: transparent;
position: relative;
list-style: none;
margin-left: 10px;
}
.menu_wrapper ul li a
{
    -webkit-tap-highlight-color: transparent;
position: relative;
text-decoration:none;
padding: 0 15px;
color: #fff;
border-radius: 10px;
transition: 0.9s;
}


header ul li a:hover,
header ul li a.active,
header ul li.aktif a
{
     background: #fff;
     color: #000;
     -webkit-tap-highlight-color: transparent;
}

footer {
	background-color: black;
    align-items: center;
    display: flex;
    justify-content: center;
}
footer #right{
    position: relative;
    text-decoration: none;
    color:#fff;
    justify-content: center;
    padding: 0 18px;
    font-weight: 90;
    font-size: small;
}
footer #nick{
    position: relative;
    text-decoration: none;
    color:#fff;
    justify-content: center;
    padding: 0 5px;
    font-weight: 900;
    font-size: small;
}

#dene h1
{
Color: #fff;
font-weight: 700;
text-decoration: none;
font-size: 2em;
letter-spacing: 2px;
}

header.sticky .navbar
{
    padding: 5px 100px;
    background: #fff
}
header.sticky .logo
{
 color:#000;
}
header.sticky ul li a
{
    -webkit-tap-highlight-color: transparent;
    color:#000;
}
header.sticky ul li a.active,
header.sticky ul li a:hover,
header.sticky ul li.aktif a
 {
    -webkit-tap-highlight-color: transparent;
    transition: 0.2s;
    color: #fff;
    background-color:#000;
 }
 #iletişim .eposta
 {
 letter-spacing: 2px;
 color:#fff;
 padding: 50px 70px;

 }

#dene
{
align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(180deg,#000 1%,rgba(0,0,0,0)20%),linear-gradient(360deg,#000 10%,rgba(0,0,0,0)30%), url('' )  no-repeat  center  center  /cover  ;
    background: linear-gradient(180deg,#000 1%,rgba(0,0,0,0)20%),linear-gradient(360deg,#000 10%,rgba(0,0,0,0)30%), url('https://drive.google.com/uc?export=download&id=1FqoXkPg2cXYAw4PnMhrzhninMbqHaNCs' )  no-repeat  center  center  /cover  ;
}


#ana::after{

 content: '';
 position: absolute;
 top: 0;
 left: 0;

}
.container{
 
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    flex-wrap: wrap;
    padding: 10px 20px;
}
.container .card{
    padding: 40px;
    margin: 20px auto;
    max-width: 500px; /* Kartın maksimum genişliği */
    overflow: hidden; /* Kartın içeriğini taşmasını önlemek için */


position: relative;

box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
border-radius: 25px;
background: #6060606b;

display: flex;
justify-content: center;
align-items: center;
border-top: 1px solid rgba(255, 255, 255, 0.5);
border-left: 1px solid rgba(255, 255, 255, 0.5);
backdrop-filter: blur(5px);
}
.container .card .content
{
    padding: 20px;
    text-align: center;
}
.container .card .content h3
{
   font-size: 1.8em;
   color: #c2c2c2;
   z-index: 1;
}
 .container .card .content p
 {
font-size:1em ;
color: #c2c2c2;
font-weight: 300;
 }
 .container .card .content a
 {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: inline-block;
color:#000;
text-decoration: none;
background-color: #fff;
border-radius: 60px;
padding: 14px;
margin: 10px;
font-weight: bold;
transition: 0.8s;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
 }
 .container .card .content a:hover
 {
    position: relative;
    display: inline-block;
color:#fff;
text-decoration: none;
background-color: #000;
border-radius: 60px;
padding: 14px;
margin: 10px;
font-weight: bold;
transition: 0.8s;

 }

