* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Poppins', Arial, sans-serif;
}
main {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* grid-template-columns: repeat(2, 1fr); */
    /* grid-template-columns:  repeat(auto-fit, minmax(300px, 1fr)); */
    gap: 10em;
    width: 100%;
    padding-top: 8em;
    padding-bottom: 8em;

    /* align-items: center; */
    padding-left: 3em;
}

.takim-bilgileri {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 sütun */
    grid-template-rows: repeat(4, auto);   /* 4 satır */
    gap: 100px; /* kartlar arası boşluk */
    max-width: 800px;
    margin: 0 auto;
}


.takim-bilgileri .yonetici {
    display: flex;
    gap: 4em;
    position: relative;
    /* right: 1em; */
}
.hoca {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* position: relative; */
    /* top: 8px; */
}
.hoca .buton a {
    /* background-color:#1a1f3a; */
    background: linear-gradient(135deg, #708993 0%, #A1C2BD 100%);
    padding: 4px 10px;
    border-radius: 6px;
    color:white;
    font-weight: 400;
    text-decoration: none;
    /* position: relative; */
}
.hoca .buton a:hover {
    /* background-color:#444b70; */
    background: linear-gradient(135deg, #A1C2BD 0%, #708993 100%);
    padding: 4px 10px;
    border-radius: 4px;
    color:white;
    font-weight: 400;
    text-decoration: none;
}
.hoca a img {
    object-fit: cover;
    border: black 10px;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    margin-bottom: 12px;

}
.hoca .isim {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.hoca .isim p {
    font-size: 13px;
}
/* Kart */
/* .team-card {
  display: flex;
  background: linear-gradient(135deg, #dadada 0%, #e7e2e2 100%);
  max-height: 260px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  max-width: 590px;
  overflow: hidden;
} */




.takim-bilgileri .takim {
    display: flex;
    gap: 8em;
}

.team-card {
  background: linear-gradient(135deg, #dadada 0%, #e7e2e2 100%);
  max-height: 290px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  max-width: 230px;
  overflow: hidden;
}

/* Sol taraf (fotoğraf + sosyal) */
.team-left {
  flex: 0 0 220px;
  background: #eaeaea;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.team-left p {
    font-size: 13px;
}
.team-left img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 12px;
}
.team-left h2 {
    font-size: 15px;
    /* margin-bottom: 3px; */
}
.team-social {
    text-align: center;
}
.team-social h3 {
    font-size: 15px;

}
.team-social a {
  display: inline-block;
  margin: 0 6px;
  color: #555;
  font-size: 18px;
  transition: color 0.3s;
}

.team-social a:hover {
  color: #0077b5; /* linkedin mavisi veya istediğin renk */
}

/* Sağ taraf (ad + açıklama) */
/* .team-right {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom:40px;
}

.team-right h2 {
  font-size: 21px;
  color: #333;
  margin: 0 0 10px;
}

.team-right p {
  color: #666;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
} */

.ust {
    z-index: 1;
    width: 100%;
    position: fixed;
    background: #131A22;
    top: 0;
}

.ust .kap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 20px;
    max-height: 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.kap{
    line-height: 40px;
}

.logo img {
    height: 70px;
    width: 110px;
    border-radius: 8px;
    transition: transform 0.3s ease;
}


.navigasyon-liste {
    display: flex;
    list-style: none;
    gap: 2rem;
    align-items: center;
    margin: 0;
    padding: 0;
}

.hamburger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hamburger div {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}


.navigasyon-baglanti {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    /* transition: all 0.3s ease; */
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.navigasyon-baglanti:hover {
    background-color: rgba(220, 38, 38, 0.2);
    transform: translateY(-2px);
    /* color: #fef2f2; */
}

.navigasyon-baglanti::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #dc2626, #ef4444); /* Logo kırmızısı gradient */
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navigasyon-baglanti:hover::after {
    width: 80%;
}

.altbilgi {
    background: #1a1f3a;
    color: white;
    text-align: center;
    padding: 2rem 0;
    margin-top: auto;
}

.altbilgi p {
    font-size: 0.9rem;
    opacity: 0.9;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}


/* responsive kodlar */

.menuKapat {
    display: none;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    /* transition: all 0.3s ease; */
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.menuKapat:hover {
  background-color: rgba(220, 38, 38, 0.2);
  transform: translateY(-2px);
}
/* Desktop'ta hamburger menüyü gizle */
@media screen and (max-width: 1024px) {
    .navigasyon-liste {
        width: 50%;
    }
}
@media screen and (min-width: 768px) {
    .hamburger {
        display: none !important;
    }
}
/* RESPONSIVE */
@media (max-width: 1030px) {
    .menuKapat {
        display: block;
        width: 100%;
        text-align: left;
        padding: 1rem 2rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 1.1rem;
    }
    .ust .kap {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 20px;
    }

    .hamburger {
        display: flex !important;
        z-index: 1001;
    }

    .navigasyon-liste {
        position: fixed;
        top: 0;
        right: 0;
        width: 50%;
        height: 100vh;
        background: #131A22;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
        z-index: 1000;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
        margin: 0;
        padding: 0;
        visibility: hidden;
        opacity: 0;
    }

    .navigasyon-liste.aktif {
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
    }

    .hamburger.aktif .hamburger-1 {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .hamburger.aktif .hamburger-2 {
        opacity: 0;
    }

    .hamburger.aktif .hamburger-3 {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .navigasyon-baglanti {
        font-size: 0.6rem;
        padding: 1rem 2rem;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

}


/* yeni eklediklerim */

@media (width < 1200px) {
    main {
        display: flex;
        min-height: 100vh;
        grid-template-columns: repeat(2, 1fr);
        gap: 5em;
        width: 100%;
        padding-top: 8em;
        padding-bottom: 8em;
        /* padding-left: 2em; */
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
    }
}

@media (width < 785px) {

    main {
        padding-left: 0;
    }
    .team-card {
        display: flex;
        background: linear-gradient(135deg, #dadada 0%, #e7e2e2 100%);
        max-height: 480px;
        border-radius: 10px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        max-width: 350px;
        overflow: hidden;
        flex-direction: column;
    }

}

/* @media (max-width: 410px) {
  .team-card {
        display: flex;
        background: linear-gradient(135deg, #dadada 0%, #e7e2e2 100%);
        max-height: 490px;
        border-radius: 10px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        max-width: 300px;
        overflow: hidden;
        flex-direction: column;
  }
} */

@media (width < 600px) {
    .takim-bilgileri {
        display: grid;
        grid-template-columns: repeat(1, 1fr); /* 2 sütun */
        grid-template-rows: repeat(8, auto);   /* 4 satır */
        gap: 100px; /* kartlar arası boşluk */
        max-width: 800px;
        margin: 0 auto;
    }   
    .hoca {
        padding: 16px 0;
    }
}

/**/
/**/
/**/



/*
a[href*="atenar.io"],
a[href*="atenar.io"]:link,
a[href*="atenar.io"]:visited,
a[href*="atenar.io"]:focus,
a[href*="atenar.io"]:hover,
a[href*="atenar.io"]:active {
    color: #ffffff;
    background-color: #dc2626;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin: auto 5px;
}*/

a[href*="atenar.io"]:not(.fab),
a[href*="atenar.io"]:not(.fab):link,
a[href*="atenar.io"]:not(.fab):visited,
a[href*="atenar.io"]:not(.fab):focus,
a[href*="atenar.io"]:not(.fab):hover,
a[href*="atenar.io"]:not(.fab):active {
    color: #ffffff;
    background-color: #dc2626;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin: auto 5px;
}


/*///////////////////////////////////////////*/

/* 

 Genel reset 
* {
    box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: Arial, sans-serif;
}

 Main container 
main {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

 Team card 
.team-card {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    flex-wrap: nowrap;
}

 Team left (image and social icons) 
.team-left {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.team-left img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ccc;
    margin-bottom: 10px;
}

.team-social {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.team-social a {
    color: #444;
    font-size: 1.2rem;
    text-decoration: none;
    transition: color 0.3s;
}
.team-social a:hover {
    color: #0077b5;
}

 Team right (text area) 
.team-right {
    flex: 2;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.team-right h2 {
    margin: 0 0 10px;
    font-size: 1.5rem;
    color: #333;
}

.team-right p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

 Responsive: mobil cihazlar 
@media (max-width: 768px) {
    .team-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .team-left,
    .team-right {
        width: 100%;
        max-width: 100%;
        padding: 20px;
    }

    .team-right {
        padding-top: 0;
    }
}


*/

