/* GENEL AYARLAR */
#bodygenel {
  min-height: 100vh;
  margin: 0;
  background-color: black;
  padding-bottom: 60px; /* Footer taşmasın diye */
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: black;
  flex-wrap: wrap;

}

a {
  color: blanchedalmond;
  text-decoration: none;
  font-family: 'Times New Roman', Times, serif;
  margin: 8px;
  font-size: 1.1rem;
  padding: 5px;
  position: relative;
  top:35px;
  transition: transform 0.3s ease;

  
}

a:hover {
  color: darkslategray;
    transform: scale(1.5);
}

/* FOOTER */
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: black;
  text-align: center;
  color: aliceblue;
  padding: 8px;
  font-size: 0.9rem;
}

/* KAPSAYICI */
.kapsayici {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  flex-wrap: wrap;
  padding: 1rem;
}

/* GÖRSEL */
.resim {
  width: 250px;
  height: auto;
  border-radius: 25px;
  margin: 20px;
}

/* PARAGRAF */
.paragraf {
  max-width: 600px;
  font-family: 'Lucida Sans', Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-indent: 2em;
  color: aliceblue;
  margin: 20px;
}

/* BAYRAK */
.bayrak {
  width: 250px;
  height: auto;
  max-width: none;
  min-width: unset;
  margin-top: -60px;
  
  
}
.teknoloji{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin-top: 85px;


}


.gününsözü1{
color: aliceblue;
position: relative;
top: 35px;
left: 100px;



}
.gününsözü2{

margin-top: 40px;
color:brown;
font-family:Georgia, 'Times New Roman', Times, serif;
display: flex;
justify-content: center;
align-items: center;
font-size: 100%;

 


}
.div1{

display: flex;
justify-content: center;
align-items: center;
margin: 10%;

}
.div1 img{

    
    padding: 30px;
}
.bayrak2{

position: absolute;
top: 0px;
right: 0px;
padding: 10px;
width: 15%;
max-width: 150px;
height: auto;
z-index: 1000;
border-radius: 30px;

}
.büyüme{

    transition: transform 0.9 ease;
}
.büyüme:hover{

    transform: scale(1.4);
}
td {

  color: aliceblue;
  border: 1px solid #2a2424;
 height: 100%;
}

.tablo{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20%;

  width: 100%; 
  

}
#nav1{
    display: flex;
  gap: 20px;
}
#nav1 a{
    color: white;
  text-decoration: none;
  font-size: 18px;
}
.menu-toggle {
  display: none;
  font-size: 26px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}
.logo {
  font-size: 24px;
  color: white;
}






/* RESPONSIVE AYARLAR */
@media (max-width: 768px) {
  .kapsayici {
    flex-direction: column;
    text-align: center;
  }

  .resim, .paragraf {
    width: 90%;
    margin: 10px auto;
  }

  #nav1 {
    flex-direction: column;
  }

  a {
    margin: 5px;
    font-size: 1rem;
  }

  footer {
    position: relative;
  }
  .gününsözü1, .gününsözü2 {
    font-size: 14px;
    padding: 10px;}
     .paragraf {
    padding: 15px;
    font-size: 16px;
    text-align: justify;}
    #header{
          flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px;


    }
    .menu-toggle {
    display: block;
  }

  #nav1 {
    display: none;
    flex-direction: column;
    background-color: #444;
    position: absolute;
    top: 60px;
    right: 20px;
    width: 200px;
    padding: 15px;
    border-radius: 8px;
  }

  .nav1.show {
    display: flex;
  }
}
