



/*
body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
*/
p {
  color: #999999;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.content {
  padding: 7rem 0; }

h2 {
  font-size: 20px; }

.owl-1 .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%; }
  .owl-1 .owl-nav .owl-next,
  .owl-1 .owl-nav .owl-prev {
    border: 1px solid red;
    z-index: 92;
    position: absolute;
    top: 50%; }
    .owl-1 .owl-nav .owl-next:active, .owl-1 .owl-nav .owl-next:focus,
    .owl-1 .owl-nav .owl-prev:active,
    .owl-1 .owl-nav .owl-prev:focus {
      outline: none; }
    .owl-1 .owl-nav .owl-next span,
    .owl-1 .owl-nav .owl-prev span {
      color: #fff; }
      .owl-1 .owl-nav .owl-next span:before,
      .owl-1 .owl-nav .owl-prev span:before {
        font-size: 40px !important; }
  .owl-1 .owl-nav .owl-next {
    border: 4px solid blue;
    right: 20px; }
  .owl-1 .owl-nav .owl-prev {
    left: 20px; }

.owl-1 .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .owl-1 .owl-dots .owl-dot {
    background: none;
    display: inline-block; }
    .owl-1 .owl-dots .owl-dot > span {
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.5);
      margin: 4px; }
    .owl-1 .owl-dots .owl-dot.active > span {
      background: white; }
    .owl-1 .owl-dots .owl-dot:active, .owl-1 .owl-dots .owl-dot:focus {
      outline: none; }

.media-29101 .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

.media-29101 .text {
  padding: 50px; }
  @media (max-width: 991.98px) {
    .media-29101 .text {
      padding: 20px;
      width: 100%; } }
  .media-29101 .text .category {
    color: #adb5bd;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .2rem; }
  .media-29101 .text h2 {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 30px; 
    font-weight: normal; /* İşte başlığı diğer yazılar gibi ince/normal yapan sihirli kod budur */
  }
  .media-29101 .text h2 a {
    color: inherit; /* Veritabanından gelen rengi ezmeden doğrudan düzgün aktarır */
    font-weight: normal;
  }

.carousel-nav {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px; 
}
.carousel-nav a {
  color: #999;
  padding: 20px;
  text-align: center;
  display: inline-block;
  position: relative; 
}
.carousel-nav a:hover {
  color: #000; 
}
.carousel-nav a.active {
  color: #000; 
}
.carousel-nav a.active:before {
  content: "";
  bottom: -1px;
  left: 0;
  right: 0;
  position: absolute;
  border-bottom: 2px solid #000; /* Çizgi daha kalın ve belirgin olur */
  z-index: 5; /* Diğer katmanların altında kalıp kaybolmasını önler */
}
		
		
		.owl-1 .owl-item {
  display: flex;
  height: auto;
}

.media-29101 {
  display: flex;
  width: 100%;
  align-items: stretch;
}

.media-29101 .img {
  flex: 0 0 50%;
  display: flex;
}

.media-29101 .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.media-29101 .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}



/* Owl Carousel elemanlarının esnek yükseklikte çalışmasını sağla */
.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}


/* Mobil Uyum (Eklenecek Kısım) */
@media (max-width: 991.98px) {
  .media-29101 {
    flex-direction: column !important;
  }

  .media-29101 .img {
    flex: 0 0 auto !important;
    width: 100% !important;
    height: auto !important;
  }

  .media-29101 .img img {
    height: auto !important;
    object-fit: contain !important;
  }

  .media-29101 .text {
    width: 100% !important;
    padding: 20px !important;
  }
}

