:root {
  --color-white-100: #fff;
  --color-white-200: #e6e6e6;
  --color-white-300: #ccc;
  --color-white-400: #a6a6a6;
  --color-white-500: #808080;
  --color-black-100: #202b3c;
  --color-black-200: #1c2431;
  --color-black-300: #161d27;
  --color-black-400: #0b1423;
  --color-blue-100: #bed8fe;
  --color-blue-200: #91befd;
  --color-blue-300: #61a1fa;
  --color-blue-400: #3c8af6;
  --color-blue-500: #2477eb;
  --color-blue-600: #1d6bd7;
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --swiper-image-ratio: 56.25%; /* ratio 16:9 = 56.25% - 33.3*/

  --swiper-width: 50%;
  --swiper-inactive-scale: .85; /* makes the other slide smaller */

  /* responsive settings */
  --swiper-mobile-width: 90%;
  --swiper-mobile-inactive-scale: .95;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

body {
line-height: 1;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

* {
outline: none;
}

/* Base */
*,::before,::after {
box-sizing: border-box;
}

:focus {
outline: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a {
  text-decoration: none;
}


/**
* Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
* Known issue: no IE 6 support.
*/

[hidden] {
  display: none;
}

/**
* 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
  outline: thin dotted;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/

a:active,
a:focus,
a:hover {
  outline: 0;
}

/**
* 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improve image quality when scaled in IE 7.
*/

img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
* Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/

figure {
  margin: 0;
}

/**
* Correct margin displayed oddly in IE 6/7.
*/

form {
  margin: 0;
}

/**
* Define consistent border, margin, and padding.
*/

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct color not being inherited in IE 6/7/8/9.
* 2. Correct text not wrapping in Firefox 3.
* 3. Correct alignment displayed oddly in IE 6/7.
*/

legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
* 1. Correct font size not being inherited in all browsers.
* 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
*    and Chrome.
* 3. Improve appearance and consistency in all browsers.
*/

button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
* Address Firefox 3+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/

button,
input {
  line-height: normal;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/

button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Remove inner spacing in IE 7 without affecting normal text inputs.
*    Known issue: inner spacing remains in IE 6.
*/

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible;  /* 4 */
}

/**
* Re-set default cursor for disabled elements.
*/

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* 1. Address box sizing set to content-box in IE 8/9.
* 2. Remove excess padding in IE 8/9.
* 3. Remove excess padding in IE 7.
*    Known issue: excess padding remains in IE 6.
*/

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Remove inner padding and border in Firefox 3+.
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* 1. Remove default vertical scrollbar in IE 6/7/8/9.
* 2. Improve readability and alignment in all browsers.
*/

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
* Remove most spacing between table cells.
*/

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}


::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body, html {
font-family: sans-serif, Arial, Verdana, "Trebuchet MS", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
}

h2 {
  margin: 0;
}

header {
  background-color: #080064;
  color: white;
  padding: 0px 0;
  text-align: center;
  height: 51px;
}

header > .header_container {
  display: flex;
  flex-direction: row;
  width: 1140px;
  margin: 0 auto;
  align-items: center;

}

header .logo {
  height: 51px;
  display: flex;
  align-items: center;
}

header .logo img {
  width: 71px;
  height:34px;
}

nav {
  margin-left: auto;
}

nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

nav ul li {
  display: inline;
  margin: 0 15px;
}

nav ul li:last-child {
  margin-right: 0;
}

nav ul li a { 
  color: #FFF;
  text-decoration: none;
  font-family: "IBMPlexSansCondensed";
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

nav ul li a > span {
  margin-right: 4px;
}

nav ul li a:hover {
  color: #f8f9f9;
}

nav ul li a.trendli {
  background-color: #AC01A2;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
}

nav ul li a.trendli:hover {
  background-color: #9a0590;
}


.home__teams {
  background-color: #fff;
  margin: 0 auto;
  padding: 0px 0px 0 0px;
  margin-bottom: 0px;
  text-align: center;
  width: 1280px;
  padding: 18px 0px;
}

.__teams_center {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width:1140px;
}

.__top-team-section {
  width: 100%;
}

.top-team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  padding: 0;
  list-style: none;
}

.team-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-list-item > a {
  text-decoration: none;
}

.top-team-list-link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-team-logo {
  max-width: 40px;
  max-height: 40px;
}

.team-name {
  margin-top: 5px;
  font-family: "IBMPlexSans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: 600;
}

.adv_container {
  display: flex;
  background-color: #fff;
  margin: 0 auto;
  padding: 40px 0 0 0;
  width: 1280px;
  margin-bottom: 0px;
  padding-top: 20px;
}

.adv_frame-container {
  width: 1140px;
  margin: 0 auto;
}


main {
  padding: 0px;
}

section.newsoftheday_section {
  background-color: #fff;
  margin: 0 auto;
  padding: 40px 0px 0 0px;
  width: 1280px;
}

.__newsoftheday_container {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.home_newsoftheday_titles {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.home_newsoftheday_titles > h2 {
  font-family: "IBMPlexSans";
  font-size: 24px;
  font-weight: 700;
  color: #150000;
}

.more_newsoftheday {
  display: flex;
  align-items: center;
}

.more_newsoftheday > a {
  font-family: "IBMPlexSans";
  font-weight: 600;
  font-size: 14px;
  color: #5061FF;
  text-decoration: none;
}


.home__news {
  background-color: white;
  padding: 0px;
  margin-bottom: 20px;
}

.__news_center {
  display: flex;
  justify-content: center;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
  padding: 0;
  list-style: none;
}

.news-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 273px;
}

.news-item a {
  text-decoration: none;
}

.news-item a:hover {
  text-decoration: underline;
}

.news-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  background-color: #e0e0e0; /* Gri arka plan */
  display: block;
}

.news-item img.lazy-loading {
  filter: blur(5px); /* Resim yüklenirken bulanık görünüm (isteğe bağlı) */
}

.news-item img.loaded {
  background-color: transparent;
  filter: none;
  transition: filter 0.3s ease-in-out;
}

.news-item h2 {
  font-family: "IBMPlexSans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  color: #150000;
}

section > .__content-container {
  background-color: #fff;
  width: 1280px;
  margin: 0 auto;
  padding: 0 0; 
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
} 

.breakingnews {
  margin: 0 0px;
  background-color: #E6E6F0;
  height: 91px;
  box-shadow: 0px 4px 8px 0px #0000001A inset;
  width: calc(1280px);
  height: 91px;
  flex-shrink: 0;
}

.breakingnews-container {
  margin: 0 74px;
  display: flex;
  align-items: center;
  height: 91px;
}

.breakingnews_titles {
  display: flex;
  width: 157px;
  height: 57px;
  padding: 10px 15px;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #091442;
  box-sizing: border-box;
}

.breakingnews_titles > svg {
  width: 4px;
  height: 4px;
  flex-shrink: 0;
  fill: #D90000;
}

.blinking-dot {
  animation: blink-animation 1s infinite;
}

@keyframes blink-animation {
  0%, 100% {
      opacity: 1;
  }
  50% {
      opacity: 0.3; /* Sönme etkisi için opaklığı azalt */
  }
}

.breakingnews_titles > strong {
  color: #FFF;
  font-family: "IBMPlexSans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.__breakingnews_text {
  flex:1;
  display: flex;
  align-items: center;
  color: #091442;
  font-family: "IBMPlexSans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 20px;
  position: relative;
}

.__breakingnews_text > svg {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: 5px;
}

.featured-article {
  background-color: white;
  padding: 20px;
  margin-bottom: 20px;
}

.featured-article img {
  width: 100%;
  height: auto;
}

.articles {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.articles article {
  background-color: white;
  padding: 10px;
  flex: 1 1 calc(33.333% - 40px);
  box-sizing: border-box;
}

.articles article img {
  width: 100%;
  height: auto;
}

footer {
  background: #080064;
  color: white;
  padding: 20px 0 20px;
  height: 360px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px;
  align-items: center;
  position: relative;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-logo {
  width: 100px;
  margin-bottom: 15px;
}

.footer-logo img {
  width: 100%;
  margin-bottom: 20px;
}

.footer-socials {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.social-item {
  display: flex;
  align-items: center;
  gap: 10px;

  display: flex;
  height: 52px;
  align-items: center;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  background: rgba(255, 255, 255, 0.10);
}

.social-item a {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'ss01' on, 'cv01' on, 'cv11' on;
  font-family: "IBMPlexSans";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 153.846% */
  padding: var(--16, 16px) 10px;
  gap: var(--8, 8px);
}


.social-item img {
  width: 16px;
  height: 16px;
}

.footer-right {
  display: flex;
  flex: 1;
  gap: 40px;
  margin-left: 150px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  margin: 0 25px;
}

.footer-column h3 {
  color: #ff4bcb;
  margin-bottom: 10px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 40px;
}

.footer-links li a {
  color: #FFF;
  font-family: "IBMPlexSansCondensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-links li a > span {
  margin-right: 4px;
}

.footer-links li:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
}

.footer-links li:nth-child(2) {
  grid-row: 2;
  grid-column: 1;
}

.footer-links li:nth-child(3) {
  grid-row: 3;
  grid-column: 1;
}

.footer-links li:nth-child(4) {
  grid-row: 4;
  grid-column: 1;
}

.footer-links li:nth-child(5) {
  grid-row: 5;
  grid-column: 1;
}

.footer-links li:nth-child(6) {
  grid-row: 6;
  grid-column: 1;
}

.footer-links li:nth-child(7) {
  grid-row: 1;
  grid-column: 2;
}

.footer-links li:nth-child(8) {
  grid-row: 2;
  grid-column: 2;
}

.footer-links li:nth-child(9) {
  grid-row: 3;
  grid-column: 2;
}

.footer-links li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.footer-bottom {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto 0;
  z-index: 10;
}

.footer-bottom p {
  color: #FFF;
  text-align: center;
  font-family: "IBMPlexSansCondensed";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}

.back-to-top {
  position: absolute;
  top:0;
  right: 0;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border:0;
  background: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border-radius: 35px;
  box-sizing: border-box;
}

.back-to-top:hover {
  background-color: #221c7c;
}


/* Slider news */
.content {
  display: flex;
  gap: 20px;
  margin: 0 70px;
}

.slider-container {
  flex: 2;
  position: relative;
  display: flex;
  width: 820px;
  height: 560px;
  padding: 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  flex-shrink: 0;
  margin-top: 25px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: 500px;
  display: block;
}

.slide-caption {
  position: absolute;
  bottom: 60px;
  left: 0px;
  width: 820px;
  height: 188.053px;
  color: white;
  background: linear-gradient(180deg, rgba(21, 0, 0, 0.00) 0%, #150000 100%);
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.slide-caption h2 {
  margin: 0 40px;
  font-size: 24px;
  align-self: stretch;
  color: var(--Smoke, #FAFAFA);
  font-family: "IBMPlexSans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.slide-caption p {
  margin: 5px 40px 25px 40px;
  color: var(--Grays-20, #D6D5D5);
  font-family: "IBMPlexSans";
  font-size: 26.24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.swiper-pagination {
  bottom: 25px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.56px;
}

.swiper-pagination-bullet {
  width: 16px !important; /* Genişliği artırdık */
  height: 16px !important; /* Yüksekliği artırdık */
  background: var(--Grays-20, #D6D5D5);
  opacity: 1;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  margin: 0 0px !important; /* Aralığı artırdık */
  transition: background 0.3s;
}

.swiper-pagination-bullet-active {
  background: #091442 !important;
}


.most-read {
  flex: 1;
  background-color: white;
  padding: 20px 0 20px 20px;
  border-radius: 10px;
  max-width: 300px;
}

ul.most-readUL {

}

.most-read h3 {
  margin-left: -25px;
  margin-top: 0;
  color: #091442;
  font-family: "IBMPlexSans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.most-read ul {
  list-style: disc;
  padding: 0;
  margin: 0;
}

.most-read ul li {
  border-bottom: 1px solid #CCD3DD;
  padding: 10px 15px 10px 0px;
}

.most-read ul li:last-child {
  border:0;
}

.most-read ul li a {
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;

  color: var(--Black, #150000);
  font-family: "IBMPlexSans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px; /* 135.714% */
}

.most-read ul li a span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 300px;
}

.most-read ul li a:hover {
  text-decoration: underline;
}


.news-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* justify-content: center; */
  margin: 0 70px;
}

.news-container > .news-item {
  width: 370px;
  max-width: 390px;
  height: 310px;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s;
  flex: 1 1 calc(33.333% - 20px);
}

.news-container > .news-item > a {
  text-decoration: none;
}

.news-container > .news-item img {
  width: 100%;
  height: auto;
  display: block;
  height: 240px;
}

.news-container > .news-item h2 {
  display: flex;
  margin: 10px 0;
  color: #333;
  align-self: stretch;
  color: var(--Black, #150000);
  font-family: "IBMPlexSans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px; /* 135% */
}

.news-container > .news-item:hover {
  transform: translateY(-10px);
}




._two-news-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 0 70px;
}

.__two-news-item {
  display: flex;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  max-width: 600px;
  flex: 1;
}

.__two-news-item a {
  display: flex;
}

.__two-news-item img {
  height: 370px;
  object-fit: cover;
  width: 300px;
  align-self: stretch;
}

.news-content {
  padding: 20px;
  background-color: #091442;
  color: white;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.news-content h2 {
  margin: 0;
  padding: 0;
  color: var(--Smoke, #FAFAFA);
  font-family: "IBMPlexSans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.news-content p {
  margin-top: 10px;
  padding: 0;
  color: var(--Smoke, #FAFAFA);
  font-family: "IBMPlexSans";
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  opacity: 0.6;
}

.__two-news-item:hover {
  transform: translateY(-10px);
}


/* Yazarlar */
.authors {
  padding: 20px 40px 20px 40px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: rgba(111, 148, 188, 0.1);
  margin: 25px auto;
  width: 1140px;
  height: 400px;
  flex-shrink: 0;
  box-sizing: border-box;
}

.authorSwiper {
  display: inline-flex;
  align-items: flex-start;
  gap: 50px;
}

.authors-header {
  display: flex;
  width: 1100px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.authors-header h2 {
  color: #150000;
  font-family: "IBMPlexSans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.more-link {
  color: #5061FF;
  font-family: "IBMPlexSans";
  font-size: 14px;
  font-style:normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.more-link > svg {
  width: 22px;
  height: 22px;
}


.more-link:hover {
  text-decoration: underline;
}

.swiper {
  padding: 20px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.author-item {
  border-radius: 10px;
  max-width: 370px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.author-item img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  position: absolute;
  border-radius: 15px;
  top:50px;
  object-fit: cover;
}

.author-info {
  display: flex;
  flex-direction: column;
  padding: 15px 15px;
  border-radius: 15px;
  width: calc(200px + 20px);
  height: 168.73px;
  flex-shrink: 0;
  fill: var(--Neutral-100, #FFF);
  stroke-width: 0.625px;
  stroke: var(--Neutral-300, #EFF0F6);
  filter: drop-shadow(0px 3.123px 8.744px rgba(8, 15, 52, 0.04));
  margin-left: 80px;
  margin-top: 65px;
  background-color: #fff;
  text-align: left;
}

.author-name {
  display: inline-block;
  background: var(--Primary-Color-1, #4A3AFF);
  color: white;
  padding: 5px 10px;
  border-radius: 18px;
  position: absolute;
  top: -35px;
  left:20px;
  color: var(--Neutral-100, #FFF);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "IBMPlexSans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12.491px; /* 104.093% */
}

.author-name a {
  color: #fff;
}

.publish-date {
  color: #000;
  text-align: right;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "IBMPlexSans";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.737px; /* 170.333% */
  opacity: 0.5;
  position: absolute;
  top:-35px;
  right: 0;
}

.author-info h3 {
  display: block;
  color: var(--Neutral-800, #170F49);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "IBMPlexSans";
  font-size: 14.989px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.author-info h3 a {
  color: var(--Neutral-800, #170F49);
}

.author-info div._w_content {
  display: block;
  color: var(--Neutral-600, #6F6C90);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "IBMPlexSans";
  font-size: 11.242px;
  font-style: normal;
  font-weight: 300;
  line-height: 17px; /* 151.219% */
  width: 100%;
  height: 90px;
  flex-shrink: 0;
  margin-top: 10px;
}

.read-more {
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
  color: #5061FF;
  font-family: "IBMPlexSans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  left: 15px;
  bottom:10px;
}

.read-more:hover {
  text-decoration: underline;
}

.authorSwiper .swiper-pagination {
  bottom: 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6.56px;
}

.authorSwiper .swiper-pagination-bullet {
  width: 10px !important; /* Genişliği artırdık */
  height: 10px !important; /* Yüksekliği artırdık */
  background: var(--Grays-20, #D6D5D5);
  opacity: 1;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  margin: 0 0px !important; /* Aralığı artırdık */
  transition: background 0.3s;
}

.authorSwiper .swiper-pagination-bullet-active {
  background: #091442 !important;
}

/* Gallery */
.photo-gallery {
  background-color: none;
  padding: 20px;
  margin: 0px;
}

.gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  width: 1180px;
  margin: 0 auto 20px auto;
  color: #150000;
  font-family: "IBMPlexSans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.gallery-header h2 {
  margin: 0;
  font-size: 24px;
}

.swiper {
  padding: 20px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  transition: opacity 0.3s, transform 0.3s;
}

.gallery-item {
  background-color: #f9f9f9;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;


  display: flex;
  width: 264px;
  height: 305px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  border-radius: 14.989px;

}

.gallery-item img {
  width: 100%;
  height: 305px;
  display: block;
  object-fit: cover;
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
}

.gallery-caption p {
  margin: 0;
  font-size: 14px;
}

.swiper-pagination-bullet {
  background: #007aff;
}

.swiper-pagination-bullet-active {
  background: #ff4081;
}


/* Ticker News */
.ticker-container {
  width: 100%;
  height: 50px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

#news-ticker {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;

  font-family: "IBMPlexSans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#news-ticker a {
  color: #091442;
}

.blinking-cursor {
  display: flex;
  align-items: center;
  font-weight: 100;
  font-size: 20px;
  color: #111;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

/* News View */
.news-view-container {
  flex:1;
  /* background-color: red; */
  width: 870px;
  margin: 0 auto;
}

.news-view-titles {
  color: #000;
  font-family: "IBMPlexSans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.256px;
  text-transform: uppercase;
}

.news-view-images {
  width: 870.192px;
  height: 500px;
  flex-shrink: 0;
  margin: 26px 0;
}

.news-view-images img {
  display: block;
  max-width: 100%;
  height: auto;
  min-width: 100%;
}

.news-view-dates {
  display: flex;
  height: 30px;
  align-items: center;
  flex-direction: row;
}

.__news-view-create_date {
  color: #000;
  font-family: "IBMPlexSans";
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 200% */
  letter-spacing: -0.055px;
  opacity: 0.5;
}

.news-view-date-latest {
  color: #000;
  font-family: "IBMPlexSans";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 200% */
  letter-spacing: -0.055px; 
  margin-left: 7px;
}

.news-view-main-text {
  width: 870px;
  color: #000;
  font-family: "IBMPlexSans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
  letter-spacing: -0.048px; 
  margin: 20px 0;
}


.news-view-main-text p {
  margin-bottom: 0px;
  /* text-align: justify; */
}

.news-view-main-textiframe {
  margin-bottom: 0px;
  /* text-align: justify; */
  width: 100%;
  min-height: 450px;
}

.news-view-main-text p strong {
  font-weight: bold;
}

.news-view-main-text strong {
  font-weight: bold;
}

.news-view-main-text h1 {
  font-weight: bold;
  font-size: 2em;
}

.news-view-main-text h2 {
  font-weight: bold;
  font-size: 1.5em;
}

.news-view-main-text h3 {
  font-weight: bold;
  font-size: 1.3em;
}

.news-view-main-text h4 {
  font-weight: bold;
  font-size: 1em;
}

.news-view-main-text h5 {
  font-weight: bold;
  font-size: 0.8em;
}

.news-view-main-text h6 {
  font-weight: bold;
  font-size: 0.7em;
}

/* h1 is 2 em
h2 is 1.5 em
h3 is 1.3 em
h4 is 1 em
h5 is 0.8 em
h6 is 0.7 em */

.news-view-main-text .image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  margin: 15px 0;
}

.raw-html-embed {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}


/* Paylaş butonu */
.__share-container {
  position: relative;
  display: flex;
  margin: 13px 0 33px 0;
}

.__share-button {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  font-size: 16px;
  color: #1a73e8;
  background-color: transparent;
  border: 2px solid #1a73e8;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-left: auto;

  display: flex;
  width: 350px;
  height: 55px;
  padding: 2px 110px;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #5061FF;
}

.__share-button:hover {
  background-color: #f1f1f1;
}

.__share-button span {
  color: #5061FF;
  font-family: "IBMPlexSans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 146.667% */
  letter-spacing: 0.075px;
}

.__share-menu {
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  z-index: 1;
  padding: 0px;
  margin-bottom: 5px;
  width: 150px;
  border-radius: 8px;
}

.__share-menu a {
  display: block;
  padding: 8px;
  color: #1a73e8;
  text-decoration: none;
  transition: background-color 0.3s;

  color: #5061FF;
  font-family: "IBMPlexSans";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 146.667% */
  letter-spacing: 0.075px;
  text-align: center;
}

.__share-menu a:hover {
  background-color: #f1f1f1;
}

.title-branch {
  margin: 20px 70px 30px 70px;
  display: block;
  font-family: "IBMPlexSans";
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.005em;
  text-align: left;  
}

#pagination-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

#prev-page-btn, #next-page-btn {
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: #28a745;
  color: #fff;
}

#prev-page-btn:hover, #next-page-btn:hover {
  background-color: #218838;
}

.pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pagination a {
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 35px;
  text-decoration: none;
  color: #333;
}
.pagination a.active {
  background-color: rgba(8, 0, 100, 1);
  color: #fff;
  border-color: rgba(8, 0, 100, 1);
}
.pagination a:hover {
  background-color: rgba(8, 0, 100, 1);
  color: #fff;
  border-color: rgba(8, 0, 100, 1);
}


.--buttons-button {
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 35px;
  padding: 5px 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #e9e9e9;
}

.--buttons-button:hover {
  background-color: #e1e1e1;
}

.--buttons-button > svg {
  margin-right: 10px;
}

.teams-view-container {
  width: 1140px;
  margin: 0 auto;
}

.hDkGff {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-width: 1px;
  margin: 20px 0 30px 0;
}

.u-mL12 {
  margin-left: 12px;
  display: flex;
  align-items: center;
}

.dHIlKm {
  color: rgb(0, 0, 51);
  padding: 0px;
  margin: 0px;
    margin-bottom: 0px;
  font-size: 24px;
  margin-bottom: 5px;
  font-family: "IBMPlexSans", Arial, Helvetica, sans-serif;
  min-width: 180px;
  font-weight: 500;
}




.puandurumu {
	background-color:#fff;
	/* -webkit-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.1); */
	padding:0px 0px 0 0;
  width:100%;
	background:#ffffff;
  margin-top: 20px;
  border-radius: 12px;
}

.puandurumu-container {
  display: block;
}

.puandurumusecenek {
	display:flex;
  align-items: center;
  background: rgba(235, 240, 246, 1);
  height: Hug (46px)px;
  padding: 12px 5px 12px 5px;
  gap: 10px;
  border-radius: 12px 12px 0px 0px;
  opacity: 0px;
  
}

.puansira {
  font-family: "IBMPlexSans";
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.005em;
  text-align: center;
  color: rgba(17, 17, 17, 1);

	box-sizing: border-box;
	text-transform: uppercase;
	padding:10px 10px;
	width:45px;
}
.puanmac {
  text-align: center!important;
}
.puantakim {
	width:100%;
box-sizing: border-box;
	padding:10px 10px;

  font-family: "IBMPlexSans";
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.005em;
  text-align: left;
  color: rgba(17, 17, 17, 1);
}

.puanmac {
	padding:10px 7px;
	width:50px;
	text-align:center;
  font-family: "IBMPlexSans";
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.005em;
  text-align: left;
  color: rgba(17, 17, 17, 1);
}

.puan_puan {
	font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 700;
	text-align:center;
	padding:10px 7px;
    color: #666666;
	width:35px;
}


.puandurumuli {
	display:flex;
	background-color:#ffffff;
  height: Fixed (55px)px;
  padding: 0px 0px 0px 0px;
  opacity: 0px;
  align-items: center;
  padding: 0px 5px 0px 5px;
  gap: 10px;
}

.puandurumuli .puansirali:first-child {
  padding: 10px 0;
  margin-left: -5px;
}

.puandurumuli:nth-child(2n) {
  background-color: rgba(235, 240, 246, 1);
}


.puansirali {
  font-family: "IBMPlexSans";
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: rgba(17, 17, 17, 1);

	box-sizing: border-box;
	text-transform: uppercase;
	padding:10px 0px;
	width:65px;
	text-align:center;
/* background: -webkit-linear-gradient(left, #e0e0e0, #ececec);
background: linear-gradient(left, #e0e0e0, #ececec);
background: -moz-linear-gradient(left, #e0e0e0, #ececec);
    background: -o-linear-gradient(left, #e0e0e0, #ececec);
    background: -ms-linear-gradient(left, #e0e0e0, #ececec); */
background-color: #fff;
}

.puantakimli {
  font-family: "IBMPlexSans";
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.005em;
  text-align: left;
  
  color: rgba(17, 17, 17, 1);


	width:100%;
	box-sizing: border-box;
	padding:10px 10px;
    /* background: -webkit-linear-gradient(left, #e0e0e0, #ececec);
background: linear-gradient(left, #e0e0e0, #ececec);
background: -moz-linear-gradient(left, #e0e0e0, #ececec);
    background: -o-linear-gradient(left, #e0e0e0, #ececec);
    background: -ms-linear-gradient(left, #e0e0e0, #ececec); */
    background-color: none;
}

.puanmacli {
/* background: -webkit-linear-gradient(left, #e0e0e0, #ececec);
background: linear-gradient(left, #e0e0e0, #ececec);
background: -moz-linear-gradient(left, #e0e0e0, #ececec);
    background: -o-linear-gradient(left, #e0e0e0, #ececec);
    background: -ms-linear-gradient(left, #e0e0e0, #ececec); */

    font-family: "IBMPlexSans";
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.005em;
    text-align: center;
    
    color: rgba(17, 17, 17, 1);


	padding:10px 10px;
	width:47px;
	text-align:center;
    /* background-color: #e9e9e9; */
}


.puanmacli > b {
  font-weight: 700;
}
.puan_puanli {
	background-color:#eaeaea;
font-family: "Open Sans", sans-serif;
    color: #666666;
    font-size: 14px;
	text-align:center;
	padding:10px 7px;
    color: #666666;
	width:35px;
background: -webkit-linear-gradient(left, #e0e0e0, #ececec);
background: linear-gradient(left, #e0e0e0, #ececec);
background: -moz-linear-gradient(left, #e0e0e0, #ececec);
    background: -o-linear-gradient(left, #e0e0e0, #ececec);
    background: -ms-linear-gradient(left, #e0e0e0, #ececec);
    background-color: #e8e8e8;
}

.fikstur {
	display: flex;
	background-color:#fff;
	-webkit-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.1);
	padding:10px 10px 0 0;
	margin-left:10px;
	width:100%;
	padding:10px 10px;
}

.fikstur ul li {
	display:flex;
	margin:0 0 15px 0;
	background-color:#f6f6f6;
	padding:0px 0;
}

.fikstur-container {
  flex:1;
}

span.fiksturtarih {
	display: flex;
	font-family: 'Roboto',sans-serif;
	font-size:14px;
	min-width:70px;
	margin:0 5px 0 0;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

span.fikstursaat {
	display: flex;
	font-family: 'Roboto',sans-serif;
	font-size:14px;
  position: relative;
  z-index: 2;
}

span.fiksturevtakim {
  font-family: "IBMPlexSans";
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.005em;
  text-align: right;
  color: rgba(17, 17, 17, 1);
}

span.fiksturskorev {
	display: flex;
	font-family: 'Roboto',sans-serif;
	font-size:14px;
  font-weight: 600;
}

span.fiksturskordep {
	display: flex;
	font-family: 'Roboto',sans-serif;
	font-size:14px;
  font-weight: 600;
}

span.fiksturdeptakim {
  font-family: "IBMPlexSans";
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.005em;
  text-align: left;
  color: rgba(17, 17, 17, 1);
}

.fikstur-hafta-container {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.__fikstur-saat {
  font-family: "IBMPlexSans";
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.005em;
  text-align: center;
  color: rgba(17, 17, 17, 1);

}

.fikstur-hafta-container strong {
  color: rgba(0, 0, 0, 1);
  padding: 0px;
  margin: 0px;
  font-size: 24px;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
}

.fikstur-bay-container {
  display: flex;
  align-items: center;
  margin: 25px 0;
}

.fikstur-bay-container strong {
  color: rgba(0, 0, 0, 1);
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  font-family: "IBMPlexSans";
  font-weight: 400;
}

.fikstur-bay-container span {
  color: rgba(0, 0, 0, 1);
  padding: 0px;
  margin: 0px;
  margin-left: auto;
  font-size: 18px;
  font-family: "IBMPlexSans";
  font-weight: 600;
}

.__fixture-date {
  display: flex;
  position: relative;
  margin-left: 10px!important;
  margin-right: 55px!important;
  padding: 10px 10px;
}

.__fixture-date::before {
  background: #dbba20;
  left: 0px;
  right: -10px;
  z-index: 1;
}

.__fixture-date::after {
  /* background: #bda019; */
  background: #eee;
  left: -10px;
  right: -20px;
  z-index: 0;
}

.__fixture-date::before, .__fixture-date::after {
  -webkit-transform: skew(0deg, 0);
  -ms-transform: skewX(0deg) skewY(0);
  transform: skew(0deg, 0);
  content: '';
  display: block;
  height: 37px;
  position: absolute;
  top: 0;
}

.__fixture-evdep {
  display: flex;
  justify-content: center;
  align-items: center;
  padding:10px 10px 10px 10px;
  width: Fill (820px)px;
  height: Hug (46px)px;
  padding: 12px 5px 12px 5px;
  gap: 0px;
  border-radius: 35px 35px 35px 35px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  border: 1px solid rgba(235, 240, 246, 1);
  margin: 15px 0;
}

.__fixture-evdep:nth-child(2n) {
  background: rgba(243, 244, 246, 1);
}

.__fixture-evdep-ev {
  min-width: 250px;
  text-align: right;
}

.__fixture-evdep-dep {
  min-width: 250px;
}

.__puandurumu-container {
  margin: 0 70px;
  display: flex;
  flex-direction: row;
  gap: 20px;
}


.title-fikstur {
  margin: 20px 0px 30px 0px;
  display: block;
  font-family: "IBMPlexSans";
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.005em;
  text-align: left;  
}

.fikstur-weeks {
  width: Fixed (649.46px)px;
  height: Hug (22px)px;
  top: 364px;
  left: 319.77px;
  gap: 15px;
  opacity: 0px;
  text-align: center;
  font-family: "IBMPlexSans";
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: rgba(0, 0, 0, 1);
}

.fikstur-date {
  display: block;
  margin: 15px 0;
  font-family: "IBMPlexSans";
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.005em;
  text-align: left;

}

.__post-container {
  width: 1140px;
  margin: 0 auto;
}


/* Yazarlar sayfası */

.__ph-author-item {
  position: relative;
  border-radius: 10px;
  max-width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.__ph-author-item img {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  position: absolute;
  border-radius: 15px;
  top:50px;
  object-fit: cover;
}

.__ph-author-info {
  display: flex;
  flex-direction: column;
  padding: 15px 15px;
  border-radius: 15px;
  width: calc(100% - 80px);
  height: 168.73px;
  flex-shrink: 0;
  fill: var(--Neutral-100, #FFF);
  stroke-width: 0.625px;
  stroke: var(--Neutral-300, #EFF0F6);
  filter: drop-shadow(0px 3.123px 8.744px rgba(8, 15, 52, 0.04));
  margin-left: 80px;
  margin-top: 65px;
  background-color: #fff;
  text-align: left;

  box-shadow: 0px 3.12px 8.74px 0px rgba(8, 15, 52, 0.04);

}

.__ph-author-info.empty {
  background-color: none!important;
  box-shadow: none!important;
  filter: drop-shadow(0px 3.123px 8.744px rgba(8, 15, 52, 0.00));
}

.__ph-author-name {
  display: inline-block;
  background: var(--Primary-Color-1, #4A3AFF);
  color: white;
  padding: 5px 10px;
  border-radius: 18px;
  position: absolute;
  top: -35px;
  left:20px;
  color: var(--Neutral-100, #FFF);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "IBMPlexSans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12.491px; /* 104.093% */
}

.__ph-author-name a {
  color: #fff;
}

.__ph-publish-date {
  color: #000;
  text-align: left;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "IBMPlexSans";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.737px; /* 170.333% */
  opacity: 0.5;
  position: absolute;
  top:-35px;
  right: 0;
}

.__ph-author-info h3 {
  display: block;
  color: var(--Neutral-800, #170F49);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "IBMPlexSans";
  font-size: 14.989px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.__ph-author-info h3 a {
  color: var(--Neutral-800, #170F49);
}

.__ph-author-info div._w_content {
  display: block;
  color: var(--Neutral-600, #6F6C90);
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: "IBMPlexSans";
  font-size: 11.242px;
  font-style: normal;
  font-weight: 300;
  line-height: 17px; /* 151.219% */
  width: 100%;
  height: 90px;
  flex-shrink: 0;
  margin-top: 10px;


  font-family: "IBMPlexSans";
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: rgba(111, 108, 144, 1);

}

.__ph-read-more {
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
  color: #5061FF;
  font-family: "IBMPlexSans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  left: 15px;
  bottom:10px;
}

.__ph-read-more:hover {
  text-decoration: underline;
}

.author-post-content {
  width: 1140px;
  margin: 0 auto;
}

.__author-profile-link {
  display: flex;
  flex-direction: row;
  background-color: none;
  height: 100px;
  overflow: hidden;
  border-radius: 100px;
  /* position: sticky;
  top:115px; */
  z-index: 2;
  left:0;
  /* box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); */
  box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 2px 0 rgba(63,63,68,0.15);
  margin-bottom: 25px;
}

.__author-profile-link .__author-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 15px 15px;
  border-radius: 50%;
  overflow: hidden;
}

.__author-profile-link .__author-image img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}

.__author-profile-link .__author-titles {
  display: flex;
  justify-content: center;
  height: 100px;
  flex-direction: column;
}

.__author-profile-link .__author-titles h1 {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  color: #2a2a2a;
  font-size: 26px;
  font-weight: 700;
}

.__author-profile-link .__author-titles a {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: rgba(8, 0, 100, 1);
  padding: 5px 5px;
  border-radius: 35px;
  text-align: center;
  margin-top: 5px;
  transition: 250ms background-color;
}

.__author-profile-link .__author-titles a:hover {
  background: rgb(20, 9, 143);
}

.__author-profile-link .__author-post-count {
  display: flex;
  margin-left: auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 25px;
}

.__author-profile-link .__author-post-count h2 {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  letter-spacing: -1px;
  font-weight: 700;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5px;
}

.__author-profile-link .__author-post-count strong {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-top: 5px;
}


.__author-minute-read {
  display: flex;
  max-width: 200px;
  align-items: center;
  background-color: #fff;
  padding:10px 5px;
  box-sizing: border-box;
  border-radius: 35px;
  margin: 15px 0;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  justify-content: center;
}

.__author-minute-read p {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color:rgba(0, 0, 0, 0.7);
}

.__author-minute-read p > i {
  margin-right: 5px;
}

.__author-opts-buttons {
  display: flex;
  align-items: center;
}

.__author-opts-buttons i {
  margin: 0 5px;
  font-size:14px;
}

.__author-opts-buttons button {
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: none;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.__author-opts-buttons button:disabled {
  background-color: #fff;
  cursor: not-allowed;
  opacity: 0.2;
}

.__author-opts-buttons button:hover {
  background-color: #eee;
  border: 1px solid transparent;
}


.buttons--root-parent-general {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 35px;
  border: 1px solid #ddd;
  width: 280px;
  margin: 30px 0 30px 25px;
  height: 35px;
}

.buttons--root-parent-general .InputBase-root__input {
  border: 0;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: 0px;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  overflow: hidden;
  width: 240px;
  background-color: inherit;
}

.buttons--root-parent-general .buttons--root-parent {
  margin-left: auto;
  background: none;
  width: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttons--root-parent-general .buttons--root-parent .root--ButtonBase-table {
  background: none;
  border: none;
}

.buttons--root-parent-general .buttons--root-parent .root--ButtonBase-table i {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 250ms color;
}



.filtering-data {
  /* min-height: 60px; */
  margin-top: 15px;
  margin-bottom: 0px;
}

.filtering-data > .filtering-data-list > ul {
display: flex;
align-items: center;
}

.filtering-data > .filtering-data-list > ul > li.appliedfilter {
background-color: #ddd;
border-radius: 16px;
margin-right: 10px;
line-height: 1.5;
padding: 4px;
display: flex;
}

.filtering-data > .filtering-data-list > ul > li.appliedfilter > a {
zoom: 1;
width: 24px;
height: 24px;
background-color: #fff;
text-align: center;
position: relative;
margin-right: 5px;
margin-top: 0;
-o-border-radius: 100%;
-webkit-border-radius: 100%;
-ms-webkit-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
color: #484848;
font-size: 12px;
}

.filtering-data > .filtering-data-list > ul > li.appliedfilter > a > * {
pointer-events: none;
}

.filtering-data > .filtering-data-list > ul > li.appliedfilter > a:hover {
background-color:#484848;
color:#fff;
}

.filtering-data > .filtering-data-list > ul > li.appliedfilter > .filtering-li-content {
display: flex;
flex-direction: column;
width: auto;
}

.filtering-data > .filtering-data-list > ul > li.appliedfilter > .filtering-li-content > span.li-content-title {
display: flex;
flex-direction: column;
font-size: 11px;
color: #999;
font-family: "Roboto Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
letter-spacing: .5px;
font-weight: 500;
}

.filtering-data > .filtering-data-list > ul > li.appliedfilter > .filtering-li-content > span {
font-size: 13px;
margin: 0;
  margin-right: 0px;
padding: 0;
width: 100%;
height: auto;
color: #484848;
line-height: 1;
margin-right: 20px;
font-family: "Roboto Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 500;
}

.filtering-data > .filtering-data-list > ul > li.removeAllFilters {
background-color: none;
line-height: 1.5;
display: flex;
margin-left: auto;
margin-right: 5px;
}

.filtering-data > .filtering-data-list > ul > li.removeAllFilters > a {
display: flex;
align-items: center;
font-size: 15px;
color: #5392ce;
font-family: "IBMPlexSansCondensed","Helvetica Neue",Helvetica,Arial,sans-serif;
letter-spacing: 0px;
font-weight: 600;
cursor: pointer;


}

.filtering-data > .filtering-data-list > ul > li.removeAllFilters > a > i {
font-size: 12px;
margin-right: 3px;
}


.__gallery-piece {
  position: relative;
  display: inline-block;
  margin: 15px 0;
}

.__gallery-piece::before {
  /* counter-increment: section;
  content: counter(section); */
  content: attr(data-id);
  position: absolute;
  top: 5px;
  left: 5px;
  background: rgba(0,0,0,.8);
  color: rgba(255,255,255,.9);
  z-index: 1;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 35px;
  font-size: 22px;
  font-weight: 600;
}

.__gallery-piece img {
  max-width: 100%;
  transform: translateZ(0px);
  height: unset;
}

.__gallery-content {
  border-bottom: 1px solid #ddd !important;
  padding:15px 0;
}


.__gallery-content p {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0 0 8px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
}

.news-main-text-gallery {
  display: flex;
  flex-direction: column;
}


.burger {
  display: none;
  visibility: hidden;
}

.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2px;
  border: none;
  outline: none;
  opacity: 1;
  transform: rotate(0deg);
  background-color: #ffffff;
  transition: 0.25s ease-in-out;
}

.burger-line:nth-child(1) {
  top: 0px;
}
.burger-line:nth-child(2) {
  top: 0.5rem;
}
.burger-line:nth-child(3) {
  top: 1rem;
}
.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}
.burger.is-active .burger-line:nth-child(2) {
  right: -1.5rem;
  opacity: 0;
  visibility: hidden;
}
.burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-135deg);
}

.responsive_home_button {
  display: none;
}

.menu {
  position: fixed;
  top: 54px;
  left: -100%;
  z-index: 12;
  width: 100%;
  height: calc(100vh - 54px);
  overflow: hidden;
  color: var(--color-black-400);
  background: rgba(8, 0, 100, 1);
  box-shadow: var(--shadow-medium);
  transition: all 0.4s ease-in-out;
}

.menu.is-active {
  left: 0;
}
.menu-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1.25rem;
  margin-top: 7rem;
}
.menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: inherit;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

ul.menu-inner li.menu-item {

}

ul.menu-inner li.menu-item a {
  color: rgb(0, 0, 51);
  padding: 0px;
  margin: 0px;
  font-size: 24px;
  margin-bottom: 5px;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size:17px;
  font-weight: 700;
} 


.__author-content {
  width: 1140px;
  margin: 0 auto;
}

.__author-view-container {
  margin: 25px 0;
}

.__author-view-container .__author-view-titles {
  position: relative;
  padding: 0;
  margin: 0;
}

.__author-view-container .__author-view-titles h1.author-view-headline {
  font-family: "IBMPlexSansCondensed";
  font-size: 52px;
  font-weight: 900;
  line-height: 62px;
  box-sizing: border-box;
  word-wrap: break-word;
  color: #333;
}


.news-main-text, .news-main-text {
  font-family: "IBMPlexSans";
  font-weight: 500;
  /* font-size: 18px; */
  line-height: 1.5;
  /* text-align: justify; */
  margin-top: 25px;
  margin-bottom: 25px;
  word-wrap: break-word;
  /* display: flex;
  flex-wrap: wrap; */
}

.news-main-text p, .news-main-text p {
  margin-bottom: 0px;
  /* text-align: justify; */
}

.news-main-text iframe, .news-main-text iframe {
  margin-bottom: 0px;
  /* text-align: justify; */
  width: 100%;
  min-height: 450px;
}

.news-main-text p strong, .news-main-text p strong {
  font-weight: bold;
}

.news-main-text strong {
  font-weight: bold;
}

.news-main-text h1, .news-main-text h1 {
  font-weight: bold;
  font-size: 2em;
}

.news-main-text h2, .news-main-text h2 {
  font-weight: bold;
  font-size: 1.5em;
}

.news-main-text h3, .news-main-text h3 {
  font-weight: bold;
  font-size: 1.3em;
}

.news-main-text h4, .news-main-text h4 {
  font-weight: bold;
  font-size: 1em;
}

.news-main-text h5, .news-main-text h5 {
  font-weight: bold;
  font-size: 0.8em;
}

.news-main-text h6, .news-main-text h6 {
  font-weight: bold;
  font-size: 0.7em;
}

/* h1 is 2 em
h2 is 1.5 em
h3 is 1.3 em
h4 is 1 em
h5 is 0.8 em
h6 is 0.7 em */

.news-main-text .image img, .news-main-text .image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  margin: 15px 0;
}

.raw-html-embed {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}


/* Mobil Responsive */
@media (max-width: 768px) {
  body, html {
    overflow-x: hidden!important;
    width: 100%;
  }

  header {
    width: 100%;
    height: 114px!important;
  }

  .header_container {
    width: 100%!important;
    display: flex;
    flex-direction: column!important;
  }

  .header_container > nav {
    overflow-x: auto!important;
    width: 100%;
    margin-top: 65px;
  }

  /* Scrollbar'ı gizle */
  .header_container > nav::-webkit-scrollbar {
    display: none;
  }

  .header_container > nav {
    -ms-overflow-style: none;  /* Internet Explorer ve Edge için scrollbar gizleme */
    scrollbar-width: none;  /* Firefox için scrollbar gizleme */
  }

  .title-branch {
    margin: 20px 15px 30px 15px;
    display: block;
    font-family: "IBMPlexSans";
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.005em;
    text-align: left;
  }

  .header_container > nav ul {
    margin: 0 0px;
    overflow-x: auto;
    width: 100%;
    padding: 0px 18px; /* Sağda ekstra boşluk bırakır */
    gap: 15px;
    -ms-overflow-style: none!important;  /* Internet Explorer ve Edge için scrollbar gizleme */
    scrollbar-width: none!important;  /* Firefox için scrollbar gizleme */
  }

  .header_container > nav ul li {
    height: 35px;
    margin: 0!important;
  }

  .header_container > nav ul li:first-child {
    display: none;
  }

  .header_container > nav ul li a {
    height: 35px;
    flex: 1;
    background-color: red;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: rgba(235, 240, 246, 0.2);
    padding:8px 8px;
    border-radius: 5px;
    text-align: center;
    justify-content: center;
    text-wrap: nowrap;
    box-sizing: border-box;
  }

  .teams-view-container {
    width: 100% !important;
    margin: 0;
    padding: 0 15px;
  }

  .header_container > nav ul li a.active {
    background: rgba(172, 1, 162, 1);
  }

  .menu-column h3 {
    display: none;
  }

  header .logo img {
    width: 60px!important;
    height: 28.65px!important;
  }

  .menu-top {
    margin: 35px 0;
  }

  .mobile_responsive_header {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 1rem 0 1rem;
    position: fixed;
    background-color: #080064;
    z-index: 10;
    height:55px
  }

  .responsive_home_button {
    width: 24px;
    display: block;
  }

  .responsive_home_button > a > svg {
    width: 30px!important;
    height: 30px;
  }

  .burger {
    position: relative;
    display: block;
    cursor: pointer;
    user-select: none;
    /* order: -1; */
    z-index: 13;
    width: 1.75rem;
    height: 20px;
    border: none;
    outline: none;
    background: none;
    visibility: visible;
    transform: rotate(0deg);
    transition: 0.35s ease;
    color: #fff;
  }

  .home__teams {
    width: 100%;
    -ms-overflow-style: none!important;  /* Internet Explorer ve Edge için scrollbar gizleme */
    scrollbar-width: none!important;  /* Firefox için scrollbar gizleme */
    overflow-x: scroll!important;
    width: 100%;
    padding: 0px 18px; /* Sağda ekstra boşluk bırakır */
    padding-top: 15px;
  }

  .__teams_center {
  }

  .top-team-list {
    flex-wrap: nowrap;
  }

  .team-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 79px;
    height: 122px;
    flex: 1;
    display: block;
    position: relative
  }

  .team-list-item > a {
    text-decoration: none;
    display: block;
    width: 79px;
    height: 122px;
  }

  .top-team-list-link.active {
    background: rgba(8, 0, 100, 1);
  }

  .s-team-logo {
    max-width: 35px;
    max-height: 35px;
  }

  .top-team-list-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 92px;
    justify-content: center;
    background: rgba(235, 240, 246, 1);
    border-radius: 10px;

  }

  .top-team-list-link > span {
    position: absolute;
    bottom: 10px;
  }

  .adv_container {
    display: flex;
    background-color: #fff;
    margin: px 0px;
      margin-bottom: 0px;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .adv_frame-container {
    width: 100%;
    margin: 0 auto;
    height: 90px;
  }

  .newsoftheday_section {
    display: none;
  }

  .__content-container {
    width: 100%!important;
  }


  .breakingnews {
    margin: 0 0px 15px 0;
    background-color: #fff!important;
    height: 91px;
    box-shadow: none;
    width: 100%!important;
    height: 50px;
    flex-shrink: 0;
  }

  .breakingnews-container{
    display: flex;
    margin: 0 20px;
    height: 50px;
  }

  .breakingnews_titles {
    display: flex;
    width: auto!important;
    height: 47px;
    padding: 10px 15px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 0px;
    background: #091442;
    box-sizing: border-box;
    box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.25);
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;

    font-family: "IBMPlexSansCondensed";
    font-size: 15px;
    font-weight: 500;
    

  }

  .__breakingnews_text {
    flex: 1;
    display: flex;
    align-items: center;
    color: #091442;
    margin-left: 0px;
    position: relative;
    background: rgba(6, 0, 77, 1);
    height: 47px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    width: calc(70% - 159px);
    
  }

  .breakingnews_titles > strong {
    font-family: "IBMPlexSansCondensed";
    font-size: 15px;
    font-weight: 500;
    line-height: 19.5px;
    color: #fff;    
  }

  .ticker-container {
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 15px;
  }

  #news-ticker a {
    color:#fff!important;
    font-family: "IBMPlexSansCondensed";
    font-size: 13px;
    font-weight: 500;
    line-height: 16.9px;
    text-align: center;
    height: 47px!important;
    display: flex;
    align-items: center;
  }


  .blinking-cursor {
    display: flex;
    align-items: center;
    font-weight: 100;
    font-size: 20px;
    color: #fff;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    margin-left: 5px;
  }

  @keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
  }

  .content {
    flex-direction: column;
    margin: 0 0;
  }

  .slider-container {
    flex: 2;
      flex-shrink: 1;
    position: relative;
    display: flex;
    width: 100%;
    height: 256.49px;
    padding: 0px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    flex-shrink: 0;
    margin-top: 0px;
  }

  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 319.49px;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }

  .mySwiper {
    height:319.49px;
  }

  .mySwiper .swiper-slide > a {
    flex:1;
  }

  .mySwiper .swiper-slide img {
    width: 100%;
    height: 259.49px;
    display: block;
  }

  .slide-caption {
    position: absolute;
    bottom: 60px;
    left: 0px;
    width: 100%;
    height: 188.053px;
    color: white;
    background: linear-gradient(180deg, rgba(21, 0, 0, 0.00) 0%, #150000 100%);
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  } 

  .slide-caption h2 {
    margin: 0 20px;
    font-size: 24px;
    align-self: stretch;
    color: var(--Smoke, #FAFAFA);
    font-family: "IBMPlexSans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }

  .slide-caption p {
    margin: 5px 20px 25px 20px;
    color: var(--Grays-20, #D6D5D5);
    font-family: "IBMPlexSans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .blinking-cursor svg {
    width: 15px!important;
    height: 15px!important;
  }
  .most-read {
    display: none!important;
  }

  .news-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start!important; /* Öğeler soldan hizalanır */
    margin: 0 15px;
  }

  .news-container > .news-item {
    width: 100%;
    max-width: 100%;
    height: auto!important;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s;
    /* flex: 1 1 calc(50% - 20px); */
    /* flex-basis: calc(50% - 20px); Her bir öğenin genişliğini ayarlar */
    flex: 0 1 calc(50% - 10px); /* Her bir öğenin genişliğini ayarlar */
    box-sizing: border-box;
  }

  .news-container > .news-item img {
    width: 100%;
    height: auto;
    display: block;
    height: 132px;
  }

  ._two-news-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    margin: 30px 15px 20px 15px;
  }

  .__two-news-item {
    display: flex;
    flex-direction: row;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    max-width: 600px;
    flex: 1;
  }

  .__two-news-item a .news-content {
    padding: 20px;
    background-color: #091442;
    color: white;
    width: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .__two-news-item a .news-content h2 {
    margin: 0;
    padding: 0;
    color: var(--Smoke, #FAFAFA);
    font-family: "IBMPlexSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .__two-news-item a .news-content p {
    margin-top: 10px;
    padding: 0;
    color: var(--Smoke, #FAFAFA);
    font-family: "IBMPlexSans";
    font-size: 11px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    opacity: 0.6;

    width: auto; /* Genişliği isteğinize göre ayarlayın */
    height: auto; /* Yüksekliği isteğinize göre ayarlayın */
    overflow: hidden; /* Taşan içeriği gizler */
    text-overflow: ellipsis; /* ... olarak gösterir */
    display: -webkit-box; /* WebKit tarayıcılar için kutu düzeni */
    -webkit-line-clamp: 3; /* Görüntülenecek satır sayısı */
    -webkit-box-orient: vertical; /* Dikey hizalama */
  }

  .__two-news-item a {
    display: flex;
    flex-direction: row;
    height: 150px !important;
  }

  .__two-news-item img {
    height: 150px;
    object-fit: cover;
    width: 179px;
    align-self: stretch;
  }

  .authors {
    padding: 20px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: rgba(111, 148, 188, 0.1);
    margin: 25px auto;
    width: calc(100%) !important;
    height: 400px;
    flex-shrink: 0;
    box-sizing: border-box;
  }  

  .authorSwiper .swiper-slide {
    display: flex;
    justify-content: flex-start;
    transition: opacity 0.3s, transform 0.3s;
      transition-property: opacity, transform;
  }

  .author-item {
    flex: 1;
    width: 100% !important;
    border-radius: 10px;
    max-width: 100% !important;
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .author-info {
    display: flex;
    flex-direction: column;
    padding: 15px 15px;
    border-radius: 15px;
    width: auto;
    height: 168.73px;
    flex-shrink: 0;
    fill: var(--Neutral-100, #FFF);
    stroke-width: 0.625px;
    stroke: var(--Neutral-300, #EFF0F6);
    filter: drop-shadow(0px 3.123px 8.744px rgba(8, 15, 52, 0.04));
    margin-left: 80px;
    margin-top: 65px;
    background-color: #fff;
    text-align: left;
  }

  .authors-header {
    display: flex;
    width: 100% !important;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
  .photo-gallery {
    background-color: #fff;
    padding: 20px;
    margin: 0px;
  }
  .gallery-item {
    background-color: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 100%!important;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
    display: flex;
    width: auto !important;
    height: 305px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    border-radius: 14.989px;
    flex: 1;
  }

  .gallery-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 100%!important;
    margin: 0 auto 20px auto;
    color: #150000;
    font-family: "IBMPlexSans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .footer-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 100%!important;
    margin: 0 auto;
    padding: 20px 20px;
    align-items:flex-start;
    position: relative;
  }

  .footer-column {
    display: flex;
    flex-direction: column;
    margin: 0 25px;
  }

  .footer-column:last-child {
    margin: 0!important;
  }

  .footer-column:nth-of-type(2){
    order: 1;
  }

  .footer-column:nth-of-type(1){
    order: 2;
  }

  .footer-column:nth-of-type(2) h3 {
    display: none;
  }

  .footer-column:nth-of-type(2) .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px 20px;
  }

  .footer-mobile-top {
    display: flex;
  }

  .footer-column:nth-of-type(1) {
    margin-left: -170px;
    margin-top: 50px;
    width: calc(100% + 120px) !important;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 30px;
  }

  .footer-column:nth-of-type(1) .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px 40px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer-column:nth-of-type(1) h3 {
    display: none;
  }

  .footer-right {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 40px;
    margin-left: 70px;
  }

  .footer-left {
    display: flex;
    flex-direction: column;
    max-height: 100px;
    align-items: flex-start;
  }

  footer {
    height: auto!important;
    position: relative;
    z-index: 9;
  }


  .menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px 40px;
    flex-direction: row;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
  }
  .menu-links li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
  }
  .menu-links li a {
    color: #FFF;
    font-family: "IBMPlexSansCondensed";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
  }
  .menu-column {
    display: flex;
    flex-direction: column;
    margin: 0 25px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 25px;
  }
  .menu-links li:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
  }
  .menu-links li:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }
  .menu-links li:nth-child(3) {
    grid-row: 3;
    grid-column: 1;
  }
  .menu-links li:nth-child(4) {
    grid-row: 4;
    grid-column: 1;
  }
  .menu-links li:nth-child(5) {
    grid-row: 5;
    grid-column: 1;
  }
  .menu-links li:nth-child(6) {
    grid-row: 6;
    grid-column: 1;
  }
  .menu-links li:nth-child(7) {
    grid-row: 1;
    grid-column: 2;
  }
  .menu-links li:nth-child(8) {
    grid-row: 2;
    grid-column: 2;
  }
  .menu-links li:nth-child(9) {
    grid-row: 3;
    grid-column: 2;
  }
  .menu-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .menu-socials {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 15px 15px;
  }

  .menu-socials .social-item {
    display: flex;
    align-items: center;
    gap: 10px;
    display: flex;
    height: 52px;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.10);
  }
  .news-view-container {
    flex: 1;
    width: calc(100% - 30px)!important;
    margin: 0 15px;
  }
  .news-view-main-text {
    width: 100%;
    color: #000;
    font-family: "IBMPlexSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.048px;
    margin: 20px 0;
  }
  .news-view-images {
    width: 100%;
    height: 220px;
    flex-shrink: 0;
    margin: 26px 0;
  }
  .__share-button {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 20px;
    font-size: 16px;
    color: #1a73e8;
    background-color: transparent;
    border: 2px solid #1a73e8;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-left: auto;
    display: flex;
    width: 100% !important;
    height: 55px;
    padding: 2px 110px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid #5061FF;
  }
  .__post-container {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 15px;
  }
  .__ph-author-info div._w_content {
    display: block;
    color: var(--Neutral-600, #6F6C90);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "IBMPlexSans";
    font-size: 11.242px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px;
    width: 100%;
    height: 90px;
    flex-shrink: 0;
    margin-top: 10px;
    font-family: "IBMPlexSans";
    font-size: 11px;
    font-weight: 300;
    line-height: px;
    text-align: left;
    color: rgba(111, 108, 144, 1);
  }


  .__author-profile-link {
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    position: sticky;
    top: 115px;
    z-index: 2;
    left: 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 2px 0 rgba(63,63,68,0.15);
    margin-bottom: 25px;
    justify-content: center;
    align-items: center;
  }

  .__author-profile-link .__author-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin: 15px 15px;
    border-radius: 50%;
    overflow: hidden;
  }

  .__author-profile-link .__author-titles {
    display: flex;
    justify-content: center;
    height: auto;
    flex-direction: column;
  }
  
  .pagination a {
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 35px;
    text-decoration: none;
    color: #333;
  }  
  
  .pagination a b {
    display: none;
  }
  .__puandurumu-container {
    margin: 0 15px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: calc(100% - 30px)!important;
  }

  .__res-ag, .__res-yg, .__res-o-ag, .__res-o-yg {
    display: none;
  }

  .puandurumuli {
    gap: 0;
    min-height: 50px;
  }

  .puantakimli {
    font-size: 13px;
    width: 30%;
    line-height: inherit;
  }

  .puanmacli {
    font-size: 12px;
    line-height: 0;
  }

  .puansirali {
    font-size: 12px;
    width: 25px;
    line-height: 30px;
  }
  
  .puantakim {
    width: 30%;
  }

  .puansira {
    width: 25px;
  }

  .puandurumu {
    width: 93%;
  }

  .content-puand {
    width: 100%;
  }


  .__fixture-evdep {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 10px;
    width: Fill (820px)px;
    height: Hug (46px)px;
    padding: 12px 5px 12px 5px;
    gap: 0px;
    border-radius: 35px 35px 35px 35px;
    border: 1px 0px 0px 0px;
    opacity: 0px;
    border: 1px solid rgba(235, 240, 246, 1);
    margin: 15px 0;
    width: 100% !important;
  }

  .fikstur-container {
    flex: 1;
    width: 100%;
  }

  .__fixture-evdep-dep, .__fixture-evdep-ev {
    text-wrap: balance;
  }

  .__fixture-evdep-dep, .__fixture-evdep-ev {
    min-width: calc(50% - 30px);
  }

  .fikstur-bay-container {
    display: flex;
    align-items: center;
    margin: 25px 0;
    width: 100%;
  }

  .fikstur-bay-container span {
    color: rgba(0, 0, 0, 1);
    padding: 0px;
    margin: 0px;
      margin-left: 0px;
    margin-left: auto;
    font-size: 12px;
    font-family: "IBMPlexSans";
    font-weight: 600;
  }

  .fikstur-bay-container strong {
    color: rgba(0, 0, 0, 1);
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-family: "IBMPlexSans";
    font-weight: 400;
  }

  .__author-content {
    width: 100%;
    margin: 0 auto;
  }

  .__author-view-container {
    margin: 25px 15px;
  }
  /* Diğer mobil stil tanımları */
}





