
.duyuru-yeni {
    color: #fff;
    font-size: 11px;
    /* margin-left: -111px; */
    border-bottom: 1px dotted #fff;
}
    .slider-container {
      width: 90%;
      max-width: 600px;
      overflow: hidden;
      border-radius: 10px;
    
      background: transparent;
    }

    .slider {
      display: flex;
      transition: transform 0.4s ease-in-out;
    }

    .slide {
      min-width: 100%;
      height: 250px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 3rem;
      font-weight: bold;
      background: transparent;
      color: white;
      user-select: none;
    }

    .dots {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    color: #fff;
    margin-top: 25px;
}

    .dot {
      height: 12px;
      width: 12px;
      margin: 0 6px;
      background-color: #ccc;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.3s;
      cursor: pointer;
    }

    .dot.active {
      background-color: #333;
    }

    @media (max-width: 480px) {
      .slide {
        font-size: 2rem;
        height: 180px;
      }
    }



.l_buton2:hover, .l_buton3:hover {
    opacity: 0.95;
    color: #fff;
}
.l_buton2:hover, .l_buton3, .lg_first {
    background: #ff5722;
}
.l_buton2:hover, .l_buton3:hover {
    opacity: 0.95;
   color: #fff;
}	
.l_buton2, .l_buton3 {
    display: inline-flex;
    width: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.2px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
    outline: 0;
    text-transform: uppercase;
}
.l_buton2 {
    align-items: center;
    justify-content: space-between;
    background: #1e88e5;
    border: 0;
    border-radius: 20px;
    color: #fff;
}
.l_buton2, .l_buton3, .sinput {
    outline: 0;
}

.sinput {
    outline: 0;
    font-family: inherit;
    line-height: inherit;
}

.sinput:-webkit-autofill, .sinput:-webkit-autofill:hover, .sinput:-webkit-autofill:focus, .sinput:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.l_buton2, .l_buton3, .l_butonmobil, .storebaslik {
    text-transform: uppercase;
}

.l_buton2 {
    align-items: center;
    justify-content: space-between;
    background: #1e88e5;
    border: 0;
    border-radius: 20px;
    color: #fff;
}

.l_buton2:hover, .l_buton3, .lg_first {
    background: #7b11b1;
}

.l_buton2 .lg_anima, .l_buton3 .lg_anima {
    border-radius: 100%;
    animation: 0.6s linear infinite ripple;
}

.l_buton3 {
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-radius: 20px;
    color: #fff;
}

.l_buton3:hover {
    background: #1e88e5;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}
.lg-center {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.width_50 {
    float: left;
    margin: 5px;
    text-decoration: none;
    padding: 10px 5px !important;
    max-width: 100px !important;
    font-size: 13px !important;
}

.sifretab {
    text-align: center;
    background: rgba(217, 226, 255, 0.5);
    border-radius: 10px;
    padding: 5px;
}

.sifrerenk {
    color: #376dc1;
    font-weight: 500;
}

  h1 {
      text-align: center;
      font-size: 2.5rem;
      margin-bottom: 30px;
      color: #222;
    }

    .team-wrapper {
      position: relative;
    }

    .team {
      display: flex;
      overflow-x: auto;
      gap: 20px;
      scroll-behavior: smooth;
      padding: 10px 0;
    }

    /* Scrollbar gizleme */
    .team {
      scrollbar-width: none; /* Firefox */
    }

    .team::-webkit-scrollbar {
      display: none; /* Chrome, Safari, Edge */
    }

    .team-member {
      flex: 0 0 140px;

      border-radius: 100%;

      text-align: center;
      padding: 20px 10px;
      transition: transform 0.3s;
    }

    .team-member:hover {
      transform: translateY(-5px);
    }

    .team-member img {
      width: 100px;
      height: 100px;
      object-fit: cover;
          border-radius: 100%;
      margin-bottom: 10px;
    }

 .team-member h3 {
    /* margin: 10px 0 5px; */
    font-size: 15px;
    color: #00fff5;
    font-weight: bold;
}
.team-member p {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
}

    .scroll-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.5);
      color: white;
      border: none;
      font-size: 1.5rem;
      cursor: pointer;
      z-index: 1;
    }

    .scroll-btn:hover {
      background: rgba(0, 0, 0, 0.8);
    }

    .scroll-left {
      left: -40px;
    }

    .scroll-right {
      right: -40px;
    }

    @media (max-width: 768px) {
      .team-member {
        flex: 0 0 150px;
      }

      .scroll-btn {
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
      }

      h1 {
        font-size: 2rem;
      }
    }

    @media (max-width: 480px) {
      .team-member {
        flex: 0 0 180px;
      }

      .team-member img {
        width: 80px;
        height: 80px;
      }

      .scroll-btn {
        display: none;
      }
    }
	
	

.slider-wrapper {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 70px 55px;
}

.card-list .card-item {
  height: auto;
  /* color: #fff; */
  user-select: none;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  /* backdrop-filter: blur(30px); */
  /* background: rgba(255, 255, 255, 0.2); */
  /* border: 1px solid rgba(255, 255, 255, 0.5); */
}

.card-list .card-item .user-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 5px;
  border: 3px solid #fff;
  padding: 3px;
  margin-top: -19px;
}

.card-list .card-item .user-profession {
  font-size: 1.15rem;
  color: #e3e3e3;
  font-weight: 500;
  margin: 1px 0 40px;
}

.card-list .card-item .message-button {
  font-size: 1.25rem;
  margin-top: 23px;
  padding: 6px 30px;
  color: #030728;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  background: #fff;
  border: 1px solid transparent;
  transition: 0.2s ease;
}



.slider-wrapper .swiper-pagination-bullet {
  background: #fff;
  height: 13px;
  width: 13px;
  opacity: 0.5;
}

.slider-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.slider-wrapper .swiper-slide-button {
  color: #fff;
  margin-top: -55px;
  transition: 0.2s ease;
}

.slider-wrapper .swiper-slide-button:hover {
  color: #4658ff;
}

@media (max-width: 768px) {
  .slider-wrapper {
    margin: 0 10px 40px;
  }

  .slider-wrapper .swiper-slide-button {
    display: none;
  }
}


.owl-carousel .owl-item img {
    display: block;
    width: 80px !important;
    border-radius: 100% !important;
    height: 80px !important;
    }
        .online-members {
            font-family: Arial, sans-serif;
            margin: 20px;
            padding: 10px;
            border-radius: 100%;
            margin-top: 0px;
        }
        .members-container {
            padding: 10px 0;
        }
        .member {
            margin-right: 10px;
            text-align: center;
            border-radius: 100%;
        }
        .member img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid #a72868;
        }
        /* Optional: Remove default scrollbar since Owl Carousel handles scrolling */
        .members-container::-webkit-scrollbar {
            display: none;
        }
		
		   .container_yonetim {
    background: linear-gradient(43deg, #9200ed 0, #ab14d1 46%, #00ffff 100%);
    color: #ffffff;
    height:250px;
}
   .container_dj {
    background:linear-gradient(43deg, #00ffff 0, #ab14d1 46%, #9200ed 100%);
    color: #000;
	

	height:250px;
}
  .container_yayin {
     background: linear-gradient(43deg, #9200ed 0, #ab14d1 46%, #00ffff 100%);
    color: #000;
	
}

  .container_blog {
      background:linear-gradient(43deg, #00ffff 0, #ab14d1 46%, #9200ed 100%);
    color: #000;
	
}

p.username {
    font-size: 13px;
}
