﻿body { font-size: var(--icerik-font-boyutu); font-family: var(--icerik-fontu); margin: 0; padding: 0; color: #333; font-weight: var(--icerik-font-weight); position: relative; }
a, a:active, a:hover, a:visited { text-decoration: none; color: var(--tema-renk3); }
h1, h2, .h2, .h3, .h4, h3, h4 { font-family: var(--baslik-fontu); font-weight: var(--baslik-font-weight); color: var(--tema-renk1); font-size: var(--baslik-font-boyutu); }
:focus, input:focus { outline: 0 !important; }
::placeholder { color: #ddd; opacity: 1; font-weight: 200 }
ul, p { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; display: block; }
figure { margin: 0; padding: 0 }
::selection { color: #ffffff; background: #000; }
/***/
*,
*::before,
*::after { box-sizing: border-box; scrollbar-width: thin; scrollbar-color: #162545 #f2f2f2; }
.container { width: 1170px; margin: 0px auto; max-width: 100%; position: relative; }
.row { display: flex; }
.wrap { flex-wrap: wrap }
/******/
.cl1, .cl2, .cl3, .cl4, .cl5, .cl6, .cl7, .cl8, .cl9, .cl10, .cl11, .cl12 { position: relative; padding: 0; }
.cl1 { width: 8.333333% }
.cl2 { width: 16.666667% }
.cl3 { width: 25% }
.cl4 { width: 33.333333%; }
.cl5 { width: 41.666667% }
.cl6 { width: 50% }
.cl7 { width: 58.333333% }
.cl8 { width: 66.666667% }
.cl9 { width: 75% }
.cl10 { width: 83.333333% }
.cl11 { width: 91.666667% }
.cl12 { width: 100% }
/******/
.cursor { z-index: 1453; width: 12px; height: 12px; background-color: black; border-radius: 50%; position: fixed; pointer-events: none; transition: width 0.3s, height 0.3s; transform: translate(-50%, -50%); opacity: .8; }
.cursor.expanded { width: 64px; height: 64px; background-color: white; }
.cursor-plus { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: black; font-size: 24px; opacity: 0; transition: opacity 0.3s; z-index: 1; }
.cursor.expanded .cursor-plus { opacity: 1; }
.cursor.cursor-arti-hover { mix-blend-mode: difference; width: 80px; height: 80px; border: 2px solid white; background-color: #fff; }
.cursor.cursor-arti-hover .cursor-plus { opacity: 1; font-size: 32px; color: black; }
.cursor.media-video-hover { width: 60px; height: 60px; background-color: #ff0000; }
.cursor.media-video-hover .cursor-plus { opacity: 1; content: "▶"; font-size: 20px; }
.cursor.media-text-hover { width: 40px; height: 40px; background-color: #00ff00; opacity: 0.7; }
.cursor.media-text-hover .cursor-plus { opacity: 1; content: "✎"; font-size: 18px; }
/*****/

@media (max-width: 768px) {
 .cursor { display: none; /* Mobilde özel imleç kullanımı devre dışı bırakıldı */ }
 .row { display: block; }
 .xs4 { width: 40%; padding: 0; }
 .xs6 { width: 50%; padding: 0; }
 .xs8 { width: 60%; padding: 0; }
 .xs10 { width: 80%; padding: 0; }
 .xs12 { width: 100%; padding: 0; }
}
