/* Diğer css Dosyaları */

@import url(../../general-style.css);
@import url(../../mobile.css);

/* Komite Başlığı */

.komite-basligi {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.komite-adi {
  color: purple;
  text-align: center;
}

.komite-logosu img {
  max-width: 250px;
}

/* Resimler */

#komite-resim {
  box-sizing: border-box;

  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.resim-komite {
  display: flex;
  padding: 20px 0px;
}

.resim-komite img {
  max-width: 100%;
}

/* İK */

.ik-social .fa-brands,
.ik-social .fa-solid {
  color: #fff;
  padding: 15px;
  margin-top: 10px;
}

.ik-social .fa-brands:hover,
.ik-social .fa-solid:hover {
  color: purple; /* Hover durumunda beyaz renk */
  transform: scale(1.2); /* Hafif büyüme efekti */
  transition: color 0.3s ease, transform 0.3s ease;
}

.ik-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
}

.ik {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 40%;
}

.ik img {
  border-radius: 50%;
  max-width: 100%;
  padding: 10px;
}

.title {
  color: purple;
  padding: 5px;
  text-align: center;
}

.isim {
  color: #fff;
  padding: 5px;
  text-align: center;
}

/* Modal stilleri */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: black;
  padding: 30px;
  border-radius: 10px;
  width: 50%;
  text-align: center;
}

.close {
  float: right;
  cursor: pointer;
  font-size: 24px;
}

.event-link {
  text-decoration: none;
  color: white;
  transition: 0.5s;
}

.event-link:hover {
  opacity: 0.8;
}

.event-button {
  background-color: #ffa300;
  text-align: center;
  padding: 5px;
  transition: 0.5s;
}

.event-button:hover {
  background-color: white;
}


/* Video */

.video {
  margin: 75px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.video video {
  height: 70vh;
  margin: 10px 10px;
}

/* Video */

.video {
  margin: 75px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.video video {
  max-width: 100%;
  height: 70vh;
  margin: 10px 10px;
}