@font-face {
  font-family: "Bio Sans";
  src: url(./fonts/Bio_Sans_ExtraLight.otf);
  font-weight: 200;
}
@font-face {
  font-family: "Bio Sans";
  src: url(./fonts/Bio_Sans_Light.otf);
  font-weight: 300;
}
@font-face {
  font-family: "Bio Sans";
  src: url(./fonts/Bio_Sans_Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: "Bio Sans";
  src: url(./fonts/Bio_Sans_SemiBold.otf);
  font-weight: 600;
}
@font-face {
  font-family: "Bio Sans";
  src: url(./fonts/Bio_Sans_Bold.otf);
  font-weight: 700;
}
@font-face {
  font-family: "Bio Sans";
  src: url(./fonts/Bio_Sans_ExtraBold.otf);
  font-weight: 800;
}

:root {
  --travel: 0px;
}

html,
body {
  overscroll-behavior-y: contain;
}

main {
  min-height: 70dvh;
  height: 100%;
}

body {
  font-family: "Inter", sans-serif;
}

.flipbook-bg-light {
  background-color: transparent !important;
}

.flipbook-menu-btn svg {
  margin: auto;
  padding: 8px;
}
.flipbook-bookLayer {
  overflow: visible !important;
}

.stage {
  position: relative;
  height: 100vh;
  background: #000;
}
canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.grow-origin-top {
  transform-origin: top center;
}

.form-select {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%237C8494' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 0.7rem;
  background-position: right 0.7rem center;
  background-repeat: no-repeat;
}

.newsletterSwiper .swiper-slide {
  transform: scale(1) !important;
  transition: transform 0.4s ease;
}
.newsletterSwiper .swiper-slide-active {
  transform: scale(1.2) !important;
}

.franchiseSwiper .swiper-slide {
  height: auto !important;
}

.franchise-pagination {
  display: flex;
  align-items: center;
}

.franchise-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #a0a0a0;
  transition: all;
  transition-duration: 300ms;
}

.franchise-pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .franchise-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .franchise-pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
}

@keyframes marquee-x {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--travel)), 0, 0);
  }
}

.marquee-track {
  animation: marquee-x linear infinite;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Hover ile durdurma */
.marquee-paused {
  animation-play-state: paused !important;
}

/* Erişilebilirlik (isteğe bağlı) */
@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none !important;
  }
}

.font-display {
  font-family: "Bio Sans", sans-serif;
}

button {
  cursor: pointer;
}

main {
  padding-top: 80px;
}

body:has(.top-banner.active) main {
  padding-top: 120px;
}

.blog-content {
  font-size: clamp(0.95rem, 0.24vw + 0.9rem, 1.05rem);
  line-height: 26px;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  line-height: 1.2;
}

.blog-content h1 {
  font-size: clamp(1.8rem, 2.2vw + 1.2rem, 3rem);
  margin-top: 1.4em;
  margin-bottom: 0.5em;
}

.blog-content h2 {
  font-size: clamp(1.5rem, 1.6vw + 1rem, 2.25rem);
  margin-top: 1.2em;
  margin-bottom: 0.45em;
}

.blog-content h3 {
  font-size: clamp(1.25rem, 1.1vw + 0.9rem, 1.75rem);
  margin-top: 1.1em;
  margin-bottom: 0.4em;
}

.blog-content h4 {
  font-size: clamp(1.1rem, 0.7vw + 0.9rem, 1.35rem);
  margin-top: 1em;
  margin-bottom: 0.35em;
}

.blog-content h5 {
  font-size: clamp(1.02rem, 0.4vw + 0.9rem, 1.15rem);
  margin-top: 0.9em;
  margin-bottom: 0.3em;
}

.blog-content h6 {
  font-size: 1rem;
  margin-top: 0.85em;
  margin-bottom: 0.25em;
}

.blog-content p {
  margin: 0 0 1em;
}

.blog-content ul,
.blog-content ol {
  margin: 1em 0;
  padding-left: 1.25em;
}

.blog-content li + li {
  margin-top: 0.35em;
}

.blog-content img,
.blog-content video,
.blog-content iframe {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em 0;
}

.blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}

.blog-content th,
.blog-content td {
  padding: 0.5em;
  border: 1px solid currentColor;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 64px;
  }
  .blog-content {
    line-height: 24px;
  }
}

.category-active .cat-link {
  color: #000;
}
.category-active .chevron {
  stroke: #000;
  transform: rotate(180deg);
}
.cat-body {
  display: none;
}
