/* Ana sayfa â€” kategoriler, 4 sÃ¼tun (md+), Ã¼rÃ¼n gÃ¶rÃ¼nÃ¼mÃ¼ / site paleti */

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700&display=swap");

.lts-home-cat-bleed {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: 100vw;
  box-sizing: border-box;
  background: #0b0c10;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.lts-home-cat-bleed .container {
  max-width: 1200px;
}

.lts-home-cat {
  padding: 2.25rem 0.75rem 2.75rem;
  color: #ffffff;
  font-family: "Outfit", "Open Sans", sans-serif;
}

@media (min-width: 768px) {
  .lts-home-cat {
    padding: 2.75rem 0 3.25rem;
  }
}

.lts-home-cat__title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem 0;
  padding: 0 0 0.75rem 0;
  text-align: center;
  color: #ffffff;
  position: relative;
  display: block;
  width: 100%;
}

.lts-home-cat__title::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 0.65rem auto 0;
  border-radius: 2px;
  background: #ff4d4b;
}

@media (min-width: 768px) {
  .lts-home-cat__title {
    font-size: 1.85rem;
    margin-bottom: 1.75rem;
  }
}

.lts-home-cat__row {
  /* margin-left: -8px; */
  /* margin-right: -8px; */
  padding: 50px;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.lts-home-cat__row > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.lts-home-cat__col {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .lts-home-cat__col {
    margin-bottom: 1.25rem;
  }
}

.lts-home-cat__card {
  display: block;
  text-decoration: none;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.lts-home-cat__card:hover,
.lts-home-cat__card:focus {
  text-decoration: none;
  color: #ffffff;
  border-color: rgba(255, 77, 75, 0.45);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  transform: translateY(-3px);
}

.lts-home-cat__img-wrap {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background: #15171c;
  overflow: hidden;
}

.lts-home-cat__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.lts-home-cat__card:hover .lts-home-cat__img,
.lts-home-cat__card:focus .lts-home-cat__img {
  transform: scale(1.05);
}

.lts-home-cat__name {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 0.75rem 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 3.1rem;
}

@media (min-width: 768px) {
  .lts-home-cat__name {
    font-size: 1.05rem;
    padding: 1rem 0.9rem 1.1rem;
  }
}
