img {
  border: none;
  max-width: 100%;
}
.slaytrenk {
background: rgb(87,189,183);
background: radial-gradient(circle, rgba(87,189,183,0.6047211120776436) 0%, rgba(62,145,204,0.795197302553834) 35%, rgba(57,164,230,0.4226482829459909) 100%);	
}
.slideinleft,
.slideinright,
.slideinup,
.rollinright {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
  animation-name: var(--animation-name);
}

.swiper-slide-active .slideinleft {
  --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
  --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
  --animation-name: slideinup;
}

.swiper-slide-active .rollinleft {
  --animation-name: rollinleft;
}

.swiper-slide-active .rollinright {
  --animation-name: rollinright;
}

@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(180px);
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.th-hero-wrapper {
  position: relative;
  z-index: 2;
}

.th-hero-bg {
  position: absolute;
  inset: 0;
}

.th-hero-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Hero 1 ------*/
.hero-title {
  font-size: 74px;
  font-weight: 700;
  line-height: 1.135;
  margin-bottom: 20px;
  margin-top: -0.2em;
}

.hero-subtitle {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-top: -0.33em;
  margin-bottom: 32px;
}

.hero-heading {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
}

.hero-text {margin-bottom: 32px;}
.hero-1 {overflow: hidden;}
.hero-1 { position: relative;}
.hero-1 .hero-thumb-wrap {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.hero-1 .hero-thumb {
	margin-bottom:-14px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

@media (max-width: 1800px) {
  .hero-1 .hero-thumb-wrap {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 1399px) {
  .hero-1 .hero-thumb-wrap {
    left: 50%; /* Mobilde de ortalanmış olarak kalır */
    transform: translateX(-50%);
    display: flex; /* Mobilde butonları göstermek için flex */
  }
}

.tab-btn {
height: 14px;
width: 14px;
border-radius: 50%; /* Yuvarlak şekil */
background-color: transparent; /* İçi boş, şeffaf arka plan */
border: 2px solid #333; /* Kenarlık rengi */
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}

.hero-1 .hero-thumb .tab-btn.active {background-color: #4ad9f3; border-color: #444444;}
.hero-1 .hero-img {
  position: absolute;
  top: 0;
  right: 10%;
  height: 100%;
  display: grid;
  align-content: center;
}

@media (max-width: 1500px) {
  .hero-1 .hero-img {
    right: 1%;
  }
}

@media (max-width: 1299px) {
  .hero-1 .hero-img {
    max-width: 500px;
  }
}

@media (max-width: 1199px) {
  .hero-1 .hero-img {
    max-width: 460px;
  }
}

.hero-style1 {
  position: relative;
  z-index: 6;
  padding: 180px 0;
}

.hero-style1 .hero-text {
  max-width: 580px;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .hero-title {
    font-size: 64px;
  }
  .hero-style1 {
    padding: 150px 0;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-title {
    font-size: 60px;
  }
  .hero-style1 .hero-text {
    max-width: 540px;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .hero-1 .hero-img {
    width: 100%;
    max-width: 100%;
    padding: 0 35px 40px 15px;
    justify-content: center;
    position: static;
  }
  .hero-title {
    font-size: 54px;
    line-height: 1.2;
  }
  .hero-style1 {
    padding: 20px 0 40px 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-style1 .hero-text {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .hero-title {
    font-size: 48px;
  }
  .hero-heading {
    font-size: 24px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .hero-title {
    font-size: 36px;
    line-height: 1.3;
  }
  .hero-subtitle {
    margin-bottom: 25px;
    font-size: 16px;
  }
}

@media (max-width: 390px) {
  .hero-title {
    font-size: 34px;
    line-height: 1.3;
  }
}

@media (max-width: 330px) {
  .hero-title {
    font-size: 32px;
  }
}
/*kategori slider*/
.sec-title {
	color: #cf3983; /* Başlık rengini kırmızı yapar */
  margin-top: 10px;
  text-transform: capitalize;
  font-weight: 500;
}

/* Swiper Slide icerik kısmı */
.swiper-slide {
    border: 1px solid #cccccc;
    border-radius: 10px;
    overflow: hidden; /* İçerik taşmasını önler */
}
/* Category Card */
.category-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box; /* Padding ve border'ı yükseklik hesaplamasına dahil eder */
    text-align: center;
    border-radius: 30px;
}
/* Box Icon */
.category-card .box-icon {
    flex: 1; /* Resim alanının tüm boşluğu kaplamasını sağlar */
    height: 130px; /* Önceki verdiğiniz yükseklik değeri */
    padding: 10px;
    display: grid;
    justify-content: center;
}
.category-card .box-icon img {
    width: 100%;
    height: auto; /* Resim yüksekliği otomatik olarak ayarlanır */
    display: block; /* Resim altındaki boşlukları kaldırır */
}
/* Box Title */
.category-card .box-title {
    padding: 10px;
    font-size: 16px;
    line-height: 1.4; /* Satır yüksekliği */
    height: 60px; /* Başlık yüksekliğini sabitler, 2 satır metin sığar */
    overflow: hidden; /* Fazla yazıyı gizler */
    display: flex;
    align-items: center; /* Başlığı dikey olarak ortalar */
    justify-content: center; /* Başlığı yatay olarak ortalar */
    text-align: center; /* Metni ortalar */
    color: #5e6c6c; /* Başlık rengini kırmızı yapar */
    box-sizing: border-box; /* Padding ve border'ı yükseklik hesaplamasına dahil eder */
}

/* Hover Effect for Links in Box Title */
.category-card .box-title a {text-decoration: none;}
/* Category Box */
.category-box {text-align: center;}
.category-box .box-icon {
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin: 0 auto 20px auto;
    border-radius: 999px;
    position: relative;
    z-index: 2;
}

@media (max-width: 375px) {
    .category-box .box-icon {
        width: 130px;
        height: 130px;
        line-height: 130px;
    }

    .category-box .box-title {
        font-size: 18px;
    }
}
.category-box .box-title {font-size: 20px; margin-bottom: 5px;}
/*içerik kısmı*/
 /*içerik hover*/
.yeni-hover {transition: transform 0.3s ease-in-out;}
.yeni-hover:hover {transform: scale(1.07); /* Resmi %5 büyütür */}

.ab {
    display: flex; /* Buttonların yan yana durmasını sağlar */
    gap: 10px; /* Buttonlar arasına boşluk eklemek için */
    justify-content: center; /* Buttonları yatay olarak ortalar */
	margin-bottom: 10px;
}

.ab button {
    background-color: #3daced; /* Arka plan rengi */
    color: white; /* İkonların rengi */
    border: none; /* Varsayılan sınırı kaldırma */
    border-radius: 50%; /* Yuvarlak yapmak için */
    padding: 10px; /* Butonun iç boşluğu */
    width: 40px; /* Buton genişliği */
    height: 40px; /* Buton yüksekliği */
    display: flex; /* Ortalamak için */
    align-items: center; /* Dikey ortalama */
    justify-content: center; /* Yatay ortalama */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Hafif bir gölge ekleme */
    transition: background-color 0.3s ease; /* Hover'da yumuşak geçiş */
}

.ab button:hover {background-color: #028a50; /* Hover sırasında arka plan rengini değiştirme */}

/*liste içeriği*/
.categor {
    padding: 10px;
    font-size: 16px;
    line-height: 1.4; /* Satır yüksekliği */
    height: 60px; /* Başlık yüksekliğini sabitler, 2 satır metin sığar */
    overflow: hidden; /* Fazla yazıyı gizler */
    display: flex;
    align-items: center; /* Başlığı dikey olarak ortalar */
    justify-content: center; /* Başlığı yatay olarak ortalar */
    text-align: center; /* Metni ortalar */
    color: #b300b3; /* Başlık rengini kırmızı yapar */
    box-sizing: border-box; /* Padding ve border'ı yükseklik hesaplamasına dahil eder */
}
