.icon-kriter {
  width: 18px !important;
  height: 18px !important;
  cursor: pointer;
}

.icon-scrollup {
  width: 48px !important;
  height: 48px !important;
}
.tooltip-inner {
  background-color: #182433 !important;
  color: #fff;
}
.scrollup {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-align: center;
  padding: 10px;
  z-index: 100;
  display: none;
  color: #fff;
}
.topluluk_git {
  cursor: pointer !important;
}

.topluluk_git:hover {
  text-decoration: underline !important;
}
.blink-text {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  width: 100%;
  height: 300px;
  /* Düşük bir sabit yükseklik belirtin, istediğiniz yüksekliği ayarlayın */
}

.griditem {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 1s ease;
  border: 3px solid #ccc;
  /* Çerçeve rengi (gri) */
}

/* Resimlerin genişliği ve yüksekliği burada belirleniyor */
.carousel-item img {
  height: 520px; /* Yükseklik değerini istediğiniz boyuta ayarlayın */
  object-fit: fill; /* İstenilen boyuta uymasını sağlar ve gerektiğinde keser */
}
.duyuru_detay_git {
  cursor: pointer !important;
}
.midbaslik {
  margin: 10px 0px 20px 20px;
  font-size: 20px;
  font-weight: 600;
}

.timeline {
  border-left: 3px solid black;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0 auto;
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 25px;
  list-style: none;
  text-align: left;
  max-width: 90%;
  margin-left: 50px;
}

@media (max-width: 767px) {
  .timeline {
    max-width: 98%;
    padding: 25px;
  }
}

.timeline h1 {
  font-weight: 300;
  font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
}

.timeline .event {
  border-bottom: 1px dashed #e8ebf1;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .timeline .event {
    padding-top: 30px;
  }
}

.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .event:before {
  left: -207px;
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}

@media (max-width: 767px) {
  .timeline .event:before {
    left: 0px;
    text-align: left;
  }
}
.timeline .event:after {
  box-shadow: 0 0 0 3px #46b2bc;
  left: -55.8px;
  background: #fff;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  content: "";
  top: 5px;
}

.timeline .event:nth-child(2):after {
  box-shadow: 0 0 0 3px #ea3c14;
}

.timeline .event:nth-child(3):after {
  box-shadow: 0 0 0 3px #6caf29;
}

.timeline .event:nth-child(4):after {
  box-shadow: 0 0 0 3px #f99324;
}
@media (max-width: 767px) {
  .timeline .event:after {
    left: -31.8px;
  }
}

.rtl .timeline {
  border-left: 0;
  text-align: right;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: 3px solid #206bc4;
}

.rtl .timeline .event::before {
  left: 0;
  right: -170px;
}

.rtl .timeline .event::after {
  left: 0;
  right: -55.8px;
}

.timeline .event:hover {
  transition: 0.5s;
}

.timeline .event:nth-child(1):hover {
  background-color: #65c7d0 !important;
  color: white !important;
  cursor: pointer;
}

.timeline .event:nth-child(2):hover {
  background-color: #ef5720 !important;
  color: white !important;
  cursor: pointer;
}
.timeline .event:nth-child(3):hover {
  background-color: #8cc63e !important;
  color: white !important;
  cursor: pointer;
}

.timeline .event:nth-child(4):hover {
  background-color: #fbb03b !important;
  color: white !important;
  cursor: pointer;
}
