/*
Theme Name: THEWP Haber Teması v9
Theme URI:https://thewp.com.tr
Description: WordPress tema
Author: theWP.com.tr
Author URI: https://thewp.com.tr
Version: V9
License: theWP.com.tr - Tüm Hakları Saklıdır.
Tags: Kadir Kenar, theWP, Wordpress Tema
*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,mark,nav,object,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,time,tr,tt,u,var,video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
text-decoration: none;
letter-spacing: 0px;
word-spacing: 0px;
}
html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
height: auto;
color: var(--siyah_color);
font-size: 14px;
overflow-x: hidden;
margin: 0 auto;
background: var(--body);
}
img {
vertical-align: middle;
border-style: none;
object-fit: cover;
}
a {
-webkit-transition: all .25s;
-moz-transition: all .25s;
-ms-transition: all .25s;
-o-transition: all .25s;
transition: all .25s;
}
input[type="search"]
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="select"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
font-family: var(--fontfamily);
}
.temizle {
clear:both;
}
.ortala,
.ortala_header {
width: calc(100% - 30px);
max-width: calc(1200px - 30px);
display: flex;
flex-wrap: inherit;
align-items: center;
justify-content: space-between;
padding: 0px 15px;
margin: 0px auto;
}
.genelortala,
.genelortala_header {
width: calc(100% - 30px);
max-width: calc(1200px - 30px);
display: block;
position: relative;
padding: 0px 15px;
margin: 0px auto;
}
.anasayfa_iki_ortala{
width: calc(100% - 0px);
max-width: calc(1200px - 0px);
display: block;
position: relative;
padding: 0px 0px;
margin: 0px auto;
}
.ust_bosluk {
display: block;
margin-top: 20px;
}
.swiper-container,
.swiper-wrapper {
min-height: 10px;
}
header {
}
.header {
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
background: var(--kirmizi);
height: auto;
padding: 15px 0px;
}
.header .ortala>* {
flex: 1;
}
.menuarama  {
align-items: center !important;
display: flex !important;
}
.logo  {
align-items: center !important;
display: flex !important;
justify-content: center;
}
.logo img {
width: auto;
height: 46px;
}
header .sosyal  {
align-items: center !important;
display: flex !important;
justify-content: flex-end;
}
header .sosyal a {
display: block;
color: var(--beyaz);
font-size: 18px;
margin: 0px 4px;
}
header .sosyal a:hover {
opacity: 0.8;
}
header .sosyal .iconify[data-icon="gg:facebook"],
header .sosyal .iconify[data-icon="ri:twitter-x-line"],
header .sosyal .iconify[data-icon="streamline:instagram-solid"],
header .sosyal .iconify[data-icon="tdesign:logo-youtube-filled"] {
font-size: 22px;
color: var(--beyaz);
display: inline-block;
vertical-align: middle;
}
header .sosyal a.giris {
width: calc(120px - 20px);
height: 37px;
line-height: 37px;
overflow: hidden;
background: var(--beyazbg);
border-radius: 20px;
padding: 0px 10px;
margin: 0px 0px 0px 5px;
cursor: pointer;
color: var(--siyah_color);
text-align: center;
}
header .sosyal a.giris strong {
font-size: 14px;
font-weight: 400;
}
header .sosyal a.giris .iconify[data-icon="material-symbols:person-outline-rounded"] {
font-size: 22px;
display: inline-block;
vertical-align: middle;
}
header .sosyal a.giris:hover {
background: rgb(0 0 0 / 10%);
color: var(--beyaz);
opacity: 1;
}
.nav {
width: 100%;
height: auto;
display: block;
position: relative;
margin: 0px auto;
padding: 5px 0px;
background: var(--beyazbg);
border-bottom: 1px solid var(--border);
transition: all 0.3s ease-in-out;
}
.nav.sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 5px 0px;
z-index: 99999;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
animation: stickydown 0.25s ease-out;
background: var(--kirmizi);
}
@keyframes stickydown {
from {
transform: translateY(-67%);
}
to {
transform: translateY(0);
}
}
.nav.sticky nav ul > li > a,
.nav.sticky nav ul > li:hover > a {
color: var(--beyaz);
}
.nav.sticky nav ul > li > a:after {
background: var(--beyazbg);
}
.nav.sticky nav ul li ul li a,
.nav.sticky nav ul li ul > li:hover > a {
color: var(--siyah_color);
}
.nav.sticky nav ul li ul > li > a:after {
background: var(--kirmizi);
}
.nav nav ul {
width: 100%;
height: auto;
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: center;
list-style: none;
}
.nav nav ul > li {
position: relative;
padding: 0px 0px 0px 0px;
list-style: none;
display: inline-table;
}
.nav nav ul > li > a {
width: auto;
height: 36px;
line-height: 36px;
display: block;
text-decoration: none;
position: relative;
text-transform: uppercase;
font-size: 16px;
font-weight: 700;
color: var(--siyah_color);
padding: 0px 10px;
}
.nav nav ul > li > a:after {
content: "";
display: block;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
background-color: var(--kirmizi);
bottom: 0;
height: 2px;
left: 50%;
position: absolute;
transition: width .3s ease 0s,left .3s ease 0s;
width: 0;
}
.nav nav ul > li > a:hover:after {
width: 100%;
left: 0;
}
.nav nav ul > li:hover > a {
color: var(--kirmizi);
}
.nav nav ul li ul {
position: absolute;
display: none;
background: var(--beyazbg);
min-width: 225px;
z-index: 99;
padding: 0px;
}
.nav nav ul li ul {
top: 100%;
left: 0;
text-align: left;
background: var(--beyazbg);
-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
animation: ulin  0.5s ease 0s 1 normal forwards;
}
@keyframes ulin {
from {
transform: translateY(-10px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
.nav nav ul li ul li {
position: relative;
list-style: none;
display: block;
border-bottom: 1px solid #ffffff24;
width: calc(100% - 0px);
display: block;
height: auto;
padding: 0px 0px 0px 0px;
margin: 0px 0px;
}
.nav nav ul li ul li ul {
top: 0;
left: 100%;
display: none;
}
.nav nav ul li:hover > ul {
display: block;
}
.nav nav ul li ul li:hover > ul {
display: block;
}
.nav nav ul li ul li a {
width: calc(100% - 30px);
display: block;
height: auto;
padding: 10px 15px 8px 15px;
margin: 0px 0px;
line-height: 1.4;
color: var(--siyah_color);
text-decoration: none;
font-size: 15px;
font-weight: 400;
text-transform: unset;
}
.nav nav ul li ul li:hover > a {
color: var(--kirmizi_color);
}
.nav nav ul li ul li:last-child {
border-bottom: 0px;
}
.nav nav ul > li > ul > li > a:after {
height: 1px;
}
.header_iki {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 0px;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.header_iki .icon_logo,
.header_iki .sosyal_medya {
display: flex;
flex: 0.5;
padding: 0px 20px;
}
.header_iki .sosyal_medya {
justify-content: flex-end;
}
.header_iki .nav {
flex: 2;
text-align: center;
background: #ffffff;
border-bottom: unset;
}
.header_iki .nav.sticky {
background: var(--kirmizi);
}
.header_iki .icon_logo img.ilogo-img {
width: auto;
height: 36px;
overflow: hidden;
}
.header_iki .sosyal_medya a {
display: flex;
align-items: center;
justify-content: space-between;
color: var(--siyah);
margin: 0px 5px;
}
.header_iki .sosyal_medya a .iconify[data-icon="tdesign:logo-youtube-filled"] {
font-size: 24px;
}
.header_iki .sosyal_medya a:hover .iconify[data-icon="gg:facebook"] {
color: #1877F2;
}
.header_iki .sosyal_medya a:hover .iconify[data-icon="ri:twitter-x-line"] {
color: #1DA1F2;
}
.header_iki .sosyal_medya a:hover .iconify[data-icon="streamline:instagram-solid"] {
color: #E1306C;
}
.header_iki .sosyal_medya a:hover .iconify[data-icon="tdesign:logo-youtube-filled"] {
color: #FF0000;
}
.header_iki .sosyal_medya .arama-buton {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0px;
font-size: 20px;
height: auto;
color: var(--siyah);
}
.header_iki .sosyal_medya a.grsyp {
width: auto;
height: 32px;
border: 1px solid var(--border);
font-size: 16px;
color: var(--siyah);
padding: 0px 8px;
border-radius: 5px;
background: transparent;
}
.header_iki .sosyal_medya a.grsyp strong {
font-size: 14px;
font-weight: 400;
color: var(--siyah);
margin-left: 5px;
-webkit-transition: all .25s;
-moz-transition: all .25s;
-ms-transition: all .25s;
-o-transition: all .25s;
transition: all .25s;
}
.header_iki .sosyal_medya a.grsyp:hover {
border: 1px solid var(--kirmizi);
background: var(--kirmizi);
color: var(--beyaz);
}
.header_iki .sosyal_medya a.grsyp:hover strong{
color: var(--beyaz);
}
section#anafinans {
width: 100%;
height: auto;
display: block;
position: relative;
margin: 0px auto;
padding: 5px 0px;
background: var(--beyazbg);
border-bottom: 1px solid var(--border);
}
section#anafinans .ust_finans {
width: 100%;
overflow: hidden;
position: relative;
}
section#anafinans .ust_finans .finans-item {
display: flex;
flex-direction: column;
position: relative;
height: 100%;
justify-content: flex-start;
border-right: 1px dashed var(--border);
}
section#anafinans .ust_finans .finans-baslik {
font-size: 14px;
font-weight: 600;
color: var(--siyah);
margin-bottom: 0px;
position: relative;
width: 100%;
padding-right: 0;
padding-left: 15px;
box-sizing: border-box;
position: relative;
}
section#anafinans .ust_finans .finans-baslik i,
section#anafinans .ust_finans .finans-baslik .iconify {
position: absolute;
left: -3px;
top: 50%;
transform: translateY(-50%);
animation: hareketliIcon 2s ease-in-out infinite;
font-size: 18px;
color: inherit;
}
section#anafinans .ust_finans .finans-baslik .iconify[data-icon="openmoji:hyphen-minus"] {
animation: unset;
font-size: 16px;
}
@keyframes hareketliIcon {
0% { transform: translateY(-50%) translateY(0); }
50% { transform: translateY(-50%) translateY(-5px); }
100% { transform: translateY(-50%) translateY(0); }
}
section#anafinans .ust_finans .finans-fiyat {
font-size: 14px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 5px;
}
section#anafinans .ust_finans .finans-fiyat.up,
section#anafinans .ust_finans .iconify[data-icon="material-symbols:arrow-warm-up-rounded"] {
color: #00b74a;
}
section#anafinans .ust_finans .finans-fiyat.down,
section#anafinans .ust_finans .iconify[data-icon="material-symbols:arrow-cool-down-rounded"] {
color: #e60023;
}
section#anafinans .ust_finans .finans-fiyat span.fark {
font-size: 11px;
opacity: 0.7;
color: var(--siyah);
font-weight: 500;
margin-top: 2px;
}
.ust_finans {
visibility: hidden;
opacity: 0;
transition: opacity 0.3s ease;
}
.swiper-initialized.ust_finans {
visibility: visible;
opacity: 1;
}
.ust_finans .swiper-slide {
flex-shrink: 0;
width: auto;
height: auto;
transition: none !important;
border-right: 1px dashed rgb(255 255 255 / 20%);
}
section#anafinans_iki {
width: calc(100% - 25px);
height: auto;
display: block;
position: relative;
margin: 0px auto;
padding: 5px 5px 5px 20px;
background: var(--siyah);
border-bottom: 1px solid var(--siyah);
}
section#anafinans_iki .ust_finans {
width: 100%;
overflow: hidden;
position: relative;
}
section#anafinans_iki .ust_finans .finans-item {
display: flex;
flex-direction: column;
position: relative;
height: 100%;
justify-content: flex-start;
}
section#anafinans_iki .ust_finans .finans-baslik {
font-size: 14px;
font-weight: 600;
color: var(--beyaz);
margin-bottom: 0px;
position: relative;
width: 100%;
padding-right: 0;
padding-left: 15px;
box-sizing: border-box;
position: relative;
}
section#anafinans_iki .ust_finans .finans-baslik i,
section#anafinans_iki .ust_finans .finans-baslik .iconify {
position: absolute;
left: -3px;
top: 50%;
transform: translateY(-50%);
animation: hareketliIcon 2s ease-in-out infinite;
font-size: 18px;
color: inherit;
}
@keyframes hareketliIcon {
0% { transform: translateY(-50%) translateY(0); }
50% { transform: translateY(-50%) translateY(-5px); }
100% { transform: translateY(-50%) translateY(0); }
}
section#anafinans_iki .ust_finans .finans-fiyat {
font-size: 14px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 5px;
}
section#anafinans_iki .ust_finans .finans-fiyat.up,
section#anafinans_iki .ust_finans .iconify[data-icon="material-symbols:arrow-warm-up-rounded"] {
color: #00b74a;
}
section#anafinans_iki .ust_finans .finans-fiyat.down,
section#anafinans_iki .ust_finans .iconify[data-icon="material-symbols:arrow-cool-down-rounded"] {
color: #e60023;
}
section#anafinans_iki .ust_finans .finans-fiyat.neutral {
color: #ffffff;
}
section#anafinans_iki .ust_finans .iconify[data-icon="openmoji:hyphen-minus"] {
animation: unset;
font-size: 16px;
color: #ffffff;
}
section#anafinans_iki .ust_finans .finans-fiyat span.fark {
font-size: 11px;
opacity: 0.7;
color: var(--beyaz);
font-weight: 500;
margin-top: 2px;
}
section#son_dakika {
width: 100%;
height: auto;
margin: 0px 0px;
padding: 5px 0px;
background: var(--kirmizi);
}
.hdrsndk_bir section#son_dakika {
background: #5a7f81;
}
section#son_dakika .ortala_header {
justify-content: flex-start;
}
.son_butonlar {
display: flex;
align-items: center;
min-width: 110px;
flex-shrink: 0;
}
.mingcute--hours-line {
display: inline-block;
width: 36px;
height: 36px;
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='m12.594 23.258l-.012.002l-.071.035l-.02.004l-.014-.004l-.071-.036q-.016-.004-.024.006l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427q-.004-.016-.016-.018m.264-.113l-.014.002l-.184.093l-.01.01l-.003.011l.018.43l.005.012l.008.008l.201.092q.019.005.029-.008l.004-.014l-.034-.614q-.005-.019-.02-.022m-.715.002a.02.02 0 0 0-.027.006l-.006.014l-.034.614q.001.018.017.024l.015-.002l.201-.093l.01-.008l.003-.011l.018-.43l-.003-.012l-.01-.01z'/%3E%3Cpath fill='%23000' d='M18.243 14.03a1 1 0 0 1 .727 1.213L18.28 18H19v-1a1 1 0 1 1 2 0v1a1 1 0 1 1 0 2v1a1 1 0 1 1-2 0v-1h-2a1 1 0 0 1-.97-1.242l1-4a1 1 0 0 1 1.212-.728ZM13.5 14a2.5 2.5 0 0 1 2.495 2.336L16 16.5v.325c0 .6-.19 1.181-.541 1.663l-.14.175L14.175 20H15a1 1 0 0 1 .117 1.993L15 22h-3a1 1 0 0 1-.837-1.548l.078-.103l2.56-2.987a.83.83 0 0 0 .19-.42l.009-.117V16.5a.5.5 0 0 0-1 0a1 1 0 1 1-2 0a2.5 2.5 0 0 1 2.5-2.5M12 3c4.195 0 7.717 2.87 8.716 6.75a1 1 0 1 1-1.937.5A7 7 0 1 0 8.5 18.064a1 1 0 0 1-1 1.73A9 9 0 0 1 12 3m0 4a1 1 0 0 1 .993.883L13 8v4a1 1 0 0 1-.883.993L12 13h-2a1 1 0 0 1-.117-1.993L10 11h1V8a1 1 0 0 1 1-1'/%3E%3C/g%3E%3C/svg%3E");
background-color: currentColor;
-webkit-mask-image: var(--svg);
mask-image: var(--svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: 100% 100%;
mask-size: 100% 100%;
margin-right: 10px;
color: var(--beyaz);
animation: softBlink 2.5s ease-in-out infinite;
}
@keyframes softBlink {
0% {
opacity: 1;
}
50% {
opacity: 0.5;
}
100% {
opacity: 1;
}
}
.ust_son_dakika {
flex-grow: 1;
overflow: hidden;
position: relative;
visibility: hidden;
opacity: 0;
transition: opacity 0.3s ease;
}
.swiper-initialized.ust_son_dakika {
visibility: visible;
opacity: 1;
}
.son_dakika_prev,
.son_dakika_next {
width: 24px;
height: 26px;
background: rgb(0 0 0 / 10%);
color: var(--beyaz);
display: flex;
align-items: center;
justify-content: center;
margin-right: 1px;
font-size: 20px;
-webkit-transition: all .25s;
-moz-transition: all .25s;
-ms-transition: all .25s;
-o-transition: all .25s;
transition: all .25s;
cursor: pointer;
border-radius: 3px;
}
.son_dakika_prev:hover,
.son_dakika_next:hover {
background: rgb(0 0 0 / 25%);
}
.ust_son_dakika .swiper-slide span.saat {
font-size: 11px;
font-weight: 400;
color: rgb(255 255 255 / 75%);
margin-right: 1px;
}
.ust_son_dakika .swiper-slide a {
font-size: 16px;
font-weight: 500;
color: rgb(255 255 255 / 100%);
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
}
.header_havadurumu {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
font-size: 14px;
min-width: 210px;
flex-shrink: 0;
z-index: 9;
position: relative;
}
.header_havadurumu .bilgiler {
text-align: right;
display: flex;
flex-direction: column;
justify-content: center;
}
.header_havadurumu .bilgiler strong {
font-weight: 500;
font-size: 12px;
color: var(--beyaz);
}
.header_havadurumu .bilgiler span {
font-size: 11px;
color: var(--beyaz);
opacity: 0.8;
}
.header_havadurumu img.havaImg {
width: 30px;
height: 30px;
object-fit: contain;
}
.header_havadurumu .hava_dropdown_toggle {
cursor: pointer;
padding: 6px 0px;
border-radius: 4px;
display: flex;
align-items: center;
font-weight: 700;
color: var(--beyaz);
transition: background 0.3s;
white-space: nowrap;
font-size: 16px;
}
.header_havadurumu .hava_dropdown_toggle svg {
margin-left: 5px;
}
.header_havadurumu .hava_dropdown {
position: absolute;
top: 100%;
right: 0;
background: #fff;
border: 1px solid #ddd;
z-index: 999;
width: 150px;
max-height: 200px;
overflow-y: auto;
box-shadow: 0 2px 6px rgba(0,0,0,0.2);
border-radius: 4px;
padding: 5px 0;
}
.header_havadurumu .hava_dropdown ul {
list-style: none;
margin: 0;
padding: 0;
}
.header_havadurumu .hava_dropdown ul li {
padding: 5px 10px;
cursor: pointer;
font-size: 12px;
transition: background 0.2s;
}
.header_havadurumu .hava_dropdown ul li:hover {
background: #f2f2f2;
}
.anasayfa_yazars .yazar {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
background: rgba(255, 255, 255, 0.75);
backdrop-filter: blur(6px);
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 12px;
padding: 15px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
margin-bottom: 18px;
}
.anasayfa_yazars .yazarp-avatar {
width: 100px;
height: 100px;
object-fit: cover;
border-radius: 100%;
border: 2px solid #fff;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
margin-bottom: 12px;
}
.anasayfa_yazars .yazar .text {
flex: 1;
width: 100%;
}
.anasayfa_yazars .yazar-link {
font-size: 16px;
font-weight: 600;
color: var(--siyah_color);
text-decoration: none;
display: block;
margin-bottom: 6px;
}
.anasayfa_yazars .yazar-link:hover {
color: var(--kirmizi_color);
}
.anasayfa_yazars .son-yazi {
margin: 6px 0;
}
.anasayfa_yazars .son-yazi .baslik a {
font-size: 14px;
color: var(--siyah_color);
text-decoration: none;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
white-space: normal;
line-height: 1.4;
transition: color 0.2s ease;
}
.anasayfa_yazars .son-yazi .baslik a:hover {
color: var(--kirmizi_color);
}
.anasayfa_yazars .son-yazi .ozet {
font-size: 13px;
color: var(--siyah_color);
line-height: 1.5;
}
.anasayfa_yazars .tum-link {
font-size: 11px;
font-weight: 500;
color: var(--beyaz);
background: var(--kirmizi);
padding: 4px 8px;
border-radius: 4px;
text-decoration: none;
display: inline-block;
margin-top: 10px;
}
.anasayfa_yazars .tum-link:hover {
background: var(--siyah);
color: var(--beyaz);
}
.yazarlar_prev,
.yazarlar_next {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
width: 40px;
height: 40px;
background: #ffffff;
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: var(--siyah_color);
-webkit-transition: all .25s;
-moz-transition: all .25s;
-ms-transition: all .25s;
-o-transition: all .25s;
transition: all .25s;
}
.yazarlar_prev {
left: 0;
}
.yazarlar_next {
right: 0;
}
.yazarlar_prev .iconify[data-icon="mdi:chevron-left"],
.yazarlar_next .iconify[data-icon="mdi:chevron-right"] {
font-size: 22px;
color: var(--siyah_color);
display: inline-block;
vertical-align: middle;
}
.yazarlar_prev:hover,
.yazarlar_next:hover {
background: var(--border);
color: var(--siyah_color);
}
.yatay_kripto {
width: 100%;
overflow: hidden;
position: relative;
margin-top: 20px;
visibility: hidden;
opacity: 0;
transition: opacity 0.3s ease;
background: var(--beyaz);
}
.swiper-initialized.yatay_kripto {
width: calc(100% - 20px);
visibility: visible;
opacity: 1;
padding: 10px 10px 10px 10px!important;
}
.yatay_kripto .kripto-item {
display: flex;
flex-direction: column;
position: relative;
height: 100%;
justify-content: flex-start;
border-right: 1px dashed var(--border);
}
.yatay_kripto .kripto-baslik {
font-size: 14px;
font-weight: 600;
color: var(--siyah);
margin-bottom: 0px;
position: relative;
width: 100%;
padding-right: 0;
padding-left: 15px;
box-sizing: border-box;
position: relative;
}
.yatay_kripto .kripto-baslik .iconify[data-icon="material-symbols:arrow-warm-up-rounded"],
.yatay_kripto .kripto-baslik .iconify[data-icon="material-symbols:arrow-cool-down-rounded"] {
position: absolute;
left: -7px;
top: 60%;
transform: translateY(-50%);
animation: hareketliIcon 2s ease-in-out infinite;
font-size: 18px;
color: inherit;
display: inline-block;
vertical-align: middle;
}
@keyframes hareketliIcon {
0% { transform: translateY(-40%) translateY(0); }
50% { transform: translateY(-40%) translateY(-5px); }
100% { transform: translateY(-40%) translateY(0); }
}
.yatay_kripto .kripto-fiyat {
font-size: 14px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 5px;
}
.yatay_kripto .kripto-fiyat.up,
.yatay_kripto .kripto-baslik .iconify[data-icon="material-symbols:arrow-warm-up-rounded"] {
color: var(--yesil);
}
.yatay_kripto .kripto-fiyat.down,
.yatay_kripto .kripto-baslik .iconify[data-icon="material-symbols:arrow-cool-down-rounded"] {
color: var(--kirmizi);
}
.yatay_kripto .kripto-fiyat span.fark {
font-size: 11px;
opacity: 0.7;
color: var(--siyah);
font-weight: 500;
margin-top: 2px;
}
.sicak_gelismeler {
visibility: hidden;
opacity: 0;
transition: opacity 0.3s ease;
}
.swiper-initialized.sicak_gelismeler {
visibility: visible;
opacity: 1;
}
.sicak_gelismeler .swiper-slide {
flex-shrink: 0;
width: auto;
height: auto;
transition: none !important;
}
.sicak_gelismeler .haber,
.sicak_gelismeler .haber a {
display: block;
overflow: hidden;
}
.sicak_gelismeler .haber a:hover strong {
color: var(--kirmizi);
}
.sicak_gelismeler .haber figure {
aspect-ratio: 16 / 9;
width: 100%;
overflow: hidden;
position: relative;
max-width: 278px;
max-height: 157px;
}
.sicak_gelismeler .haber figure img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.sicak_gelismeler .haber strong {
width: calc(100% - 5px);
height: auto;
line-height: 1.4;
overflow: hidden;
font-size: 16px;
font-weight: 700;
color: var(--siyah_color);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
margin: 10px 5px 0px 0px;
}
.manset_sol {
width: calc(100% - 380px);
height: auto;
overflow: hidden;
display: block;
position: relative;
float: left;
margin: 0px 20px 0px 0px;
}
.manset_buyuk .swiper-slide {
flex-shrink: 0;
width: auto;
height: auto;
transition: none !important;
}
.manset_buyuk .swiper-slide a {
display: block;
}
.swiper-initialized.manset_buyuk {
visibility: visible;
opacity: 1;
}
.manset_buyuk .swiper-slide figure {
width: 100%;
aspect-ratio: 16 / 9;
position: relative;
overflow: hidden;
max-height: 100vh;
}
.manset_buyuk .swiper-slide figure img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center center;
}
.manset_buyuk .swiper-slide figure.ozelgorsel:before,
.manset_kucuk .swiper-slide figure.ozelgorsel:before {
display: none;
}
.manset_buyuk .swiper-slide figure:before {
content: "";
position: absolute;
left: 0;
bottom: -1px;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.8) 100%);
background-size: 100% 100%;
background-position: center;
z-index: 2;
pointer-events: none;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#E6000000', GradientType=0);
}
.manset_buyuk .swiper-slide h2 {
width: calc(100% - 40px);
height: auto;
line-height: 1.4;
overflow: hidden;
display: block;
position: absolute;
content: "";
z-index: 3;
bottom: 0px;
left: 0px;
margin: 20px 20px;
font-size: 26px;
font-weight: 700;
color: var(--beyaz);
text-transform: uppercase;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
}
.manset_buyuk .buyuk_manset_numaralar {
width: 100%!important;
bottom: 1px!important;
top: unset!important;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
overflow: hidden;
position: relative;
transition: none!important;
transform: unset!important;
}
.manset_buyuk .swiper-pagination-bullet {
flex: 1;
height: 40px;
line-height: 40px;
padding: 0px 0px;
margin: 0px 0px!important;
text-align: center;
font-size: 14px;
color: var(--beyaz);
font-weight: 700;
opacity: 1;
outline: none;
border-radius: 0px;
border: 0px!important;
background: var(--siyah);
transform: scale(1.02);
will-change: transform;
pointer-events: auto !important;
}
.manset_buyuk .swiper-pagination-bullet a {
color: var(--beyaz);
display: block;
pointer-events: auto;
}
.manset_buyuk .swiper-pagination-bullet-active {
background: var(--kirmizi);
}
.manset_sag {
width: calc(360px);
height: auto;
overflow: hidden;
display: block;
position: relative;
margin: 0px 0px 0px 0px;
}
.manset_kucuk .swiper-slide {
flex-shrink: 0;
width: auto;
height: auto;
transition: none !important;
}
.swiper-initialized.manset_kucuk {
visibility: visible;
opacity: 1;
}
.manset_kucuk .swiper-slide a {
display: block;
}
.manset_kucuk .swiper-slide figure {
width: 100%;
aspect-ratio: 100 / 123.44;
position: relative;
overflow: hidden;
}
.manset_kucuk .swiper-slide figure img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
}
.manset_kucuk .swiper-slide figure:before {
content: "";
position: absolute;
left: 0;
bottom: -1px;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.8) 100%);
background-size: 100% 100%;
background-position: center;
z-index: 2;
pointer-events: none;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#E6000000', GradientType=0);
}
.manset_kucuk .swiper-slide h2 {
width: calc(100% - 40px);
height: auto;
overflow: hidden;
display: block;
position: absolute;
content: "";
z-index: 3;
bottom: 0px;
left: 0px;
margin: 20px 20px;
font-size: 19px;
font-weight: 500;
color: var(--beyaz);
text-transform: uppercase;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.manset_kucuk .swiper-slide:hover h2 {
bottom: 5px;
}
.manset_kucuk .kucuk_manset_numaralar {
width: 100%!important;
bottom: 1px!important;
top: unset!important;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
overflow: hidden;
position: relative;
transition: none!important;
transform: unset!important;
}
.manset_kucuk .swiper-pagination-bullet {
flex: 1;
height: 40px;
line-height: 40px;
padding: 0px 0px;
margin: 0px 0px!important;
text-align: center;
font-size: 14px;
color: var(--beyaz);
font-weight: 700;
opacity: 1;
outline: none;
border-radius: 0px;
border: 0px!important;
background: var(--siyah);
transform: scale(1.03);
will-change: transform;
}
.manset_kucuk .swiper-pagination-bullet a {
color: var(--beyaz);
display: block;
}
.manset_kucuk .swiper-pagination-bullet-active {
background: var(--kirmizi);
}
.one_cikanlar {
visibility: hidden;
opacity: 0;
transition: opacity 0.3s ease;
}
.swiper-initialized.one_cikanlar {
visibility: visible;
opacity: 1;
}
.one_cikanlar .swiper-slide {
flex-shrink: 0;
width: auto;
height: auto;
transition: none !important;
}
.one_cikanlar .haber,
.one_cikanlar .haber a {
display: block;
overflow: hidden;
}
.one_cikanlar .haber a:hover strong {
color: var(--kirmizi);
}
.one_cikanlar .haber figure {
aspect-ratio: 16 / 9;
width: 100%;
overflow: hidden;
position: relative;
max-width: 278px;
max-height: 157px;
}
.one_cikanlar .haber.onecikan2 figure {
aspect-ratio: 16 / 18;
width: 100%;
overflow: hidden;
position: relative;
max-width: 278px;
max-height: 312px;
}
.one_cikanlar .haber figure img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.one_cikanlar .haber strong {
width: calc(100% - 5px);
height: auto;
line-height: 1.4;
overflow: hidden;
font-size: 16px;
font-weight: 700;
color: var(--siyah_color);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
margin: 10px 5px 0px 0px;
}
.one_cikanlar .haber.onecikan2 figure:after {
content: "";
position: absolute;
left: 0;
bottom: -1px;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.8) 100%);
background-size: 100% 100%;
background-position: center;
z-index: 2;
pointer-events: none;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#E6000000', GradientType=0);
}
.one_cikanlar .haber.onecikan2 strong {
width: calc(100% - 40px);
height: auto;
overflow: hidden;
display: block;
position: absolute;
content: "";
z-index: 3;
bottom: 0px;
left: 0px;
margin: 20px 20px;
color: var(--beyaz);
text-transform: uppercase;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
font-size: 18px;
font-weight: 500;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.one_cikanlar .haber a:hover strong {
color: var(--kirmizi);
}
.one_cikanlar .haber.onecikan2 a:hover strong {
color: var(--beyaz);
bottom: 5px;
}
.one_cikanlar .swiper-slide time {
width: 100%;
height: auto;
overflow: hidden;
display: block;
text-align: center;
font-size: 14px!important;
font-weight: 700;
margin-top: 4px;
}
.hareketli-lines {
position: relative;
width: 100%;
height: 18px;
overflow: hidden;
display: block;
margin-top: 5px;
}
.hareketli-lines:after {
width: 60px;
height: 2px;
overflow: hidden;
display: block;
position: absolute;
content: "";
z-index: 3;
background: var(--siyah);
margin: 0px auto;
bottom: 7px;
left: 0px;
right: 0px;
}
.nokta-line {
position: absolute;
width: 200%;
height: 2px;
background: repeating-linear-gradient(
to right,
var(--siyah) 0px,
var(--siyah) 5px,
transparent 5px,
transparent 10px
);
animation: moveLine 2s linear infinite;
top: 50%;
transform: translateY(-50%);
}
.duz-line {
position: absolute;
width: 10px;
height: 10px;
background: var(--beyazbg);
top: 3px;
left: 0px;
right: 0px;
margin: 0px auto;
z-index: 4;
border: 2px solid var(--siyah);
border-radius: 100%;
}
@keyframes moveLine {
from {
transform: translateX(0);
}
to {
transform: translateX(-20px);
}
}
.anasayfa_kategori_bir {
grid-template-columns: repeat(4, 1fr);
display: grid!important;
gap: 20px;
padding: 0px;
margin: 0px;
}
.anasayfa_kategori_bir .haber {
display: block;
overflow: hidden;
}
.anasayfa_kategori_bir .haber a {
display: block;
overflow: hidden;
}
.anasayfa_kategori_bir .haber a:hover strong {
color: var(--kirmizi);
}
.anasayfa_kategori_bir .haber figure {
aspect-ratio: 16 / 9;
width: 100%;
overflow: hidden;
position: relative;
}
.anasayfa_kategori_bir .haber figure img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
}
.anasayfa_kategori_bir .haber strong {
width: calc(100% - 5px);
height: auto;
line-height: 1.4;
overflow: hidden;
font-size: 16px;
font-weight: 700;
color: var(--siyah_color);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
margin: 10px 5px 0px 0px;
}
.anasayfa_kategori_iki {
grid-template-columns: repeat(4, 1fr);
display: grid!important;
gap: 20px;
padding: 0px;
margin: 0px;
}
.anasayfa_kategori_iki > div:first-child {
grid-column: span 2;
grid-row: span 2;
}
.anasayfa_kategori_iki .haber {
display: block;
overflow: hidden;
}
.anasayfa_kategori_iki .haber a {
display: block;
overflow: hidden;
}
.anasayfa_kategori_iki .haber a:hover strong {
color: var(--kirmizi);
}
.anasayfa_kategori_iki .haber figure {
aspect-ratio: 16 / 9;
width: 100%;
overflow: hidden;
position: relative;
}
.anasayfa_kategori_iki .haber figure img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.anasayfa_kategori_iki .haber:first-child strong {
font-size: 22px;
}
.anasayfa_kategori_iki .haber strong {
width: calc(100% - 5px);
height: auto;
line-height: 1.4;
overflow: hidden;
font-size: 16px;
font-weight: 700;
color: var(--siyah_color);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
margin: 10px 5px 0px 0px;
}
.anasayfa_kategori_iki .haber p {
width: calc(100% - 5px);
height: auto;
line-height: 1.6;
overflow: hidden;
font-size: 14px;
font-weight: 400;
color: var(--siyah_color);
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
margin: 0px 5px 0px 0px;
}
.anasayfa_kategori_uc {
grid-template-columns: repeat(4, 1fr);
display: grid!important;
gap: 20px;
padding: 0px;
margin: 0px;
}
.anasayfa_kategori_uc > div:nth-child(2) {
grid-column: span 2;
grid-row: span 2;
}
.anasayfa_kategori_uc .haber {
display: block;
overflow: hidden;
}
.anasayfa_kategori_uc .haber a {
display: block;
overflow: hidden;
}
.anasayfa_kategori_uc .haber a:hover strong {
color: var(--kirmizi);
}
.anasayfa_kategori_uc .haber figure {
aspect-ratio: 16 / 9;
width: 100%;
overflow: hidden;
position: relative;
}
.anasayfa_kategori_uc .haber figure img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.anasayfa_kategori_uc > div:nth-child(2) strong {
font-size: 22px;
}
.anasayfa_kategori_uc .haber strong {
width: calc(100% - 5px);
height: auto;
line-height: 1.4;
overflow: hidden;
font-size: 16px;
font-weight: 700;
color: var(--siyah_color);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
margin: 10px 5px 0px 0px;
}
.anasayfa_kategori_uc .haber p {
width: calc(100% - 5px);
height: auto;
line-height: 1.6;
overflow: hidden;
font-size: 14px;
font-weight: 400;
color: var(--siyah_color);
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
margin: 0px 5px 0px 0px;
}
.anasayfa_kategori_dort {
grid-template-columns: repeat(4, 1fr);
display: grid!important;
gap: 20px;
padding: 0px;
margin: 0px;
}
.anasayfa_kategori_dort > div:nth-child(5) {
grid-column: span 2;
grid-row: span 2;
}
.anasayfa_kategori_dort .haber {
display: block;
overflow: hidden;
}
.anasayfa_kategori_dort .haber a {
display: block;
overflow: hidden;
}
.anasayfa_kategori_dort .haber a:hover strong {
color: var(--kirmizi);
}
.anasayfa_kategori_dort .haber figure {
aspect-ratio: 16 / 9;
width: 100%;
overflow: hidden;
position: relative;
}
.anasayfa_kategori_dort .haber figure img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.anasayfa_kategori_dort > div:nth-child(5) strong {
font-size: 22px;
}
.anasayfa_kategori_dort .haber strong {
width: calc(100% - 5px);
height: auto;
line-height: 1.4;
overflow: hidden;
font-size: 16px;
font-weight: 700;
color: var(--siyah_color);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
margin: 10px 5px 0px 0px;
}
.anasayfa_kategori_dort .haber p {
width: calc(100% - 5px);
height: auto;
line-height: 1.6;
overflow: hidden;
font-size: 14px;
font-weight: 400;
color: var(--siyah_color);
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
margin: 0px 5px 0px 0px;
}
.anasayfa_kategori_yedi {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin: 20px 0;
}
.anasayfa_kategori_yedi .kategori-slider-sol {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0px;
}
.anasayfa_kategori_yedi .kategori-slider-sol .swiper {
grid-column: span 2;
width: 100%;
height: 100%;
}
.anasayfa_kategori_yedi .kategori-slider-sol .swiper-wrapper {
width: 100%;
}
.anasayfa_kategori_yedi .kategori-slider-sol .swiper-slide {
width: 100%;
height: auto;
}
.anasayfa_kategori_yedi .kategori-slider-sag {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
.anasayfa_kategori_yedi .kategori-slider-alti {
grid-column: span 2;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.anasayfa_kategori_yedi .haber {
display: block;
overflow: hidden;
}
.anasayfa_kategori_yedi .haber a {
display: block;
overflow: hidden;
}
.anasayfa_kategori_yedi .haber figure {
aspect-ratio: 16 / 9;
width: 100%;
overflow: hidden;
position: relative;
}
.anasayfa_kategori_yedi .haber figure img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.anasayfa_kategori_yedi .haber strong {
width: calc(100% - 5px);
height: auto;
line-height: 1.4;
overflow: hidden;
font-size: 16px;
font-weight: 700;
color: var(--siyah_color);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
margin: 10px 5px 0px 0px;
}
.anasayfa_kategori_yedi .swiper-slide .haber strong {
font-size: 22px;
}
.anasayfa_kategori_yedi .haber p {
width: calc(100% - 5px);
height: auto;
line-height: 1.6;
overflow: hidden;
font-size: 14px;
font-weight: 400;
color: var(--siyah_color);
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
margin: 0px 5px 0px 0px;
}
.anasayfa_kategori_yedi .haber a:hover strong {
color: var(--kirmizi);
}
.spor_sablon_slider_prev,
.spor_sablon_slider_next {
position: absolute;
transform: translateY(-50%);
z-index: 10;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: var(--beyaz);
transition: all 0.25s ease;
}
.spor_sablon_slider_prev {
left: 0;
}
.spor_sablon_slider_next {
right: 0;
}
.spor_sablon_slider_prev .iconify,
.spor_sablon_slider_next .iconify {
font-size: 42px;
}
#anasayfa_youtube {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
background: var(--siyah);
padding: 40px 0px;
}
#anasayfa_youtube img.ylogo {
width: 150px;
height: auto;
overflow: hidden;
display: block;
position: relative;
margin: 0px 0px 15px 0px;
}
#anasayfa_youtube .sol {
width: calc(100% - 450px);
height: auto;
overflow: hidden;
display: block;
position: relative;
float: left;
margin-right: 20px;
}
#anasayfa_youtube .sol .haber,
#anasayfa_youtube .sol .haber a {
display: block;
position: relative;
}
#anasayfa_youtube .sol .haber figure {
aspect-ratio: 16 / 9;
width: 100%;
overflow: hidden;
position: relative;
}
#anasayfa_youtube .sol .haber figure img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
#anasayfa_youtube .sol .haber figure:after {
position: absolute;
content: "";
left: 0px;
top: 0px;
width: 100%;
display: block;
z-index: 3;
padding: 120px 0px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
background: var(--siyah);
background: linear-gradient(0deg, rgb(18 18 0 / 0%) 0%, rgb(18, 18, 0) 90%);
}
#anasayfa_youtube .sol .haber strong {
width: calc(100% - 40px);
height: auto;
line-height: 1.5;
overflow: hidden;
display: block;
position: absolute;
content: "";
top: 0px;
left: 0px;
margin: 20px 20px;
z-index: 3;
font-size: 22px;
font-weight: 600;
color: var(--beyaz);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
}
#anasayfa_youtube .sol .haber a:after {
content: " ";
display: block;
position: absolute;
transition: transform 0.3s ease-in-out;
width: 120px;
height: 75px;
background: url(images/youtube-player.svg) center center no-repeat;
background-size: 60%;
opacity: .9;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 3;
}
#anasayfa_youtube .sol .haber a:hover:after {
transform: translate(-50%, -50%) scale(1.1);
}
#anasayfa_youtube .sag {
width: calc(430px - 0px);
height: 405px;
overflow: hidden;
display: block;
position: relative;
}
#anasayfa_youtube .sag .scrollbar {
width: 100%;
height: calc(100% - 0px);
overflow: hidden;
display: block;
}
#anasayfa_youtube .sag .scrollbar_ic {
width: 100%;
height: calc(100% - 0px);
padding-right: 0;
overflow-y: scroll;
}
#anasayfa_youtube .sag .scrollbar_ic::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
background-color: rgba(255, 255, 255, 0.1) !important;
}
#anasayfa_youtube .sag .scrollbar_ic::-webkit-scrollbar {
width: 8px !important;
background-color: rgba(255, 255, 255, 0.1) !important;
}
#anasayfa_youtube .sag .scrollbar_ic::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 6px var(--kirmizi) !important;
background: var(--kirmizi) !important;
}
#anasayfa_youtube .sag .haber {
display: flex;
align-items: center;
overflow: hidden;
margin-bottom: 20px;
}
#anasayfa_youtube .sag .haber:last-child {
margin-bottom: 0px;
}
#anasayfa_youtube .sag .haber a {
display: flex;
align-items: center;
overflow: hidden;
}
#anasayfa_youtube .sag .haber a:hover strong {
opacity: 0.8;
}
#anasayfa_youtube .sag .haber figure {
width: 125px;
aspect-ratio: 16 / 9;
position: relative;
overflow: hidden;
float: left;
margin-right: 15px;
flex-shrink: 0;
}
#anasayfa_youtube .sag .haber figure img {
width: 100%;
height: 100%;
display: block;
object-fit: contain;
object-position: center;
}
#anasayfa_youtube .sag .haber strong {
flex: 1;
display: flex;
align-items: center;
justify-content: flex-start;
line-height: 1.4;
font-size: 16px;
font-weight: 600;
color: var(--beyaz);
text-overflow: ellipsis;
white-space: normal;
margin: 0px 15px 0px 0px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.resmi_ilanlar_ana {
opacity: 0;
transition: opacity 0.3s ease;
}
.resmi_ilanlar_ana.swiper-initialized {
opacity: 1;
}
.resmi_ilanlar_ana .swiper-slide {
flex-shrink: 0;
width: auto;
height: auto;
transition: none !important;
}
.resmi_ilanlar_ana .swiper-slide .haber,
.resmi_ilanlar_ana .swiper-slide .haber a {
display: block;
overflow: hidden;
}
.resmi_ilanlar_ana .swiper-slide .haber a:hover strong {
color: var(--kirmizi);
}
.resmi_ilanlar_ana .swiper-slide .haber figure {
aspect-ratio: 16 / 9;
width: 100%;
overflow: hidden;
position: relative;
max-width: 278px;
max-height: 157px;
}
.resmi_ilanlar_ana .swiper-slide .haber figure img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.resmi_ilanlar_ana .swiper-slide .haber strong {
width: calc(100% - 5px);
height: auto;
line-height: 1.4;
overflow: hidden;
font-size: 16px;
font-weight: 700;
color: var(--siyah_color);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
margin: 10px 5px 0px 0px;
}
#detay_sayfasi {
display: block;
margin-bottom: 30px;
}
#detay_sayfasi .sol {
width: calc(100% - 380px);
height: auto;
overflow: hidden;
display: block;
position: relative;
float: left;
margin-right: 20px;
}
.article-title {
display: block;
overflow: hidden;
}
.article-title h1 {
font-size: 3.5em;
font-weight: 700;
color: var(--siyah_color);
line-height: 1.3;
}
.article-title h2 {
font-size: 1.8em;
font-weight: 400;
color: var(--siyah_color);
line-height: 1.4;
}
.dateshare {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
padding: 10px 0;
border-bottom: 1px solid var(--border);
}
.article-date {
text-align: left;
font-size: 13px;
color: var(--siyah_color);
}
.article-date ul {
list-style: none;
padding: 0;
margin: 0;
}
.article-date li {
margin-bottom: 0px;
}
.article-date li strong {
color: var(--siyah_color);
font-weight: 500;
}
.article-date li span {
font-weight: 400;
}
.article-share {
display: flex;
gap: 10px;
}
.article-share a {
display: inline-block;
width: 36px;
height: 36px;
line-height: 33px;
background: #f4f4f4;
border-radius: 50%;
text-align: center;
color: #555;
font-size: 18px;
transition: all 0.3s ease-in-out;
position: relative;
overflow: hidden;
}
.article-share a:hover {
background: #555;
color: #fff;
transform: scale(1.1);
}
.article-share a::before {
content: "";
position: absolute;
width: 200%;
height: 200%;
background: rgba(255, 255, 255, 0.2);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 50%;
transition: all 0.4s ease-in-out;
opacity: 0;
}
.article-share a:hover::before {
width: 100%;
height: 100%;
opacity: 1;
}
.article-share a:nth-child(1) {
background: #1877f2;
color: #fff;
}
.article-share a:nth-child(2) {
background: #000;
color: #fff;
}
.article-share a:nth-child(3) {
background: #0077b5; color: #fff;
}
.article-share a:nth-child(4) {
background: #25d366;
color: #fff;
}
.article-share a .iconify {
vertical-align: middle;
}
article#articleBody {
display: block;
overflow: hidden;
}
article#articleBody .one_cikan {
width: 100%;
height: auto;
display: block;
overflow: hidden;
margin: 20px 0px;
}
article#articleBody .one_cikan img {
width: 100%;
height: auto;
display: block;
overflow: hidden;
margin: 0px!important;
}
.thewp-player-wrap {
position: relative;
width: 100%;
max-width: 100%;
aspect-ratio: 16/9;
overflow: hidden;
background: #000;
}
.thewp-player-wrap .video-js {
width: 100% !important;
height: 100% !important;
position: relative !important;
object-fit: contain;
}
article#articleBody .kaynak {
display: block;
overflow: hidden;
position: relative;
z-index: 1;
text-align: center;
margin-top: 15px;
}
article#articleBody .kaynak:after {
width: 100%;
height: 1px;
overflow: hidden;
display: block;
position: absolute;
content: "";
top: 50%;
transform: translateY(-50%);
left: 0px;
background: var(--border);
z-index: 1;
}
article#articleBody .kaynak span {
width: auto;
height: auto;
overflow: hidden;
display: inline-table;
padding: 5px 15px;
position: relative;
z-index: 2;
background: var(--body);
font-size: 12px;
font-weight: 400px;
}
article#articleBody p {
font-size: 18px;
font-weight: 400;
line-height: 1.8;
margin-bottom: 15px;
overflow: hidden;
color: var(--siyah_color);
word-break: break-word;
}
article#articleBody strong {
font-size: 18px;
}
article#articleBody img {
max-width: 100%;
height: auto;
object-fit: contain;
}
article#articleBody .alignleft {
float: left;
margin-right: 15px;
margin-bottom: 10px;
}
article#articleBody .alignright {
float: right;
margin-left: 15px;
margin-bottom: 10px;
}
article#articleBody .aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
article#articleBody .alignnone {
display: block;
margin: 0 auto;
}
article#articleBody table {
border: 0;
margin: 20px 0!important;
overflow-x: auto;
text-align: left;
width: 100%!important;
border-collapse: collapse;
}
article#articleBody table>tbody,
article#articleBody table>thead {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: table;
width: 100%
}
article#articleBody table>tbody>tr>td,
article#articleBody table>tbody>tr>th,
article#articleBody table>tfoot>tr>th,
article#articleBody table>thead>tr>td,
article#articleBody table>thead>tr>th {
border: 1px solid #000;
font-size: 14px;
padding: 5px;
text-align: left;
vertical-align: middle;
}
article#articleBody table>tbody>tr>td *,
article#articleBody table>tbody>tr>th *,
article#articleBody table>tfoot>tr>th *,
article#articleBody table>thead>tr>td *,
article#articleBody table>thead>tr>th * {
background: none;
color: initial;
color: #000!important;
font-family: Arial!important;
font-size: 14px;
font-weight: 400;
line-height: normal;
margin: 0;
padding: 0;
text-align: left;
text-align: inherit;
vertical-align: middle!important;
white-space: normal!important
}
article#articleBody h1,
article#articleBody h2,
article#articleBody h3,
article#articleBody h4,
article#articleBody h5,
article#articleBody h6 {
margin-bottom: 10px;
}
article#articleBody h1 {
font-size: 28px;
color: var(--siyah_color);
}
article#articleBody h2 {
font-size: 24px;
color: var(--siyah_color);
}
article#articleBody h3 {
font-size: 20px;
color: var(--siyah_color);
}
article#articleBody h4 {
font-size: 18px;
color: var(--siyah_color);
}
article#articleBody h5 {
font-size: 16px;
color: var(--siyah_color);
}
article#articleBody h6 {
font-size: 14px;
color: var(--siyah_color);
}
article#articleBody ul {
list-style-type: disc;
padding-left: 20px;
}
article#articleBody ul li {
margin-bottom: 5px;
}
article#articleBody ol {
list-style-type: decimal;
padding-left: 20px;
}
article#articleBody ol li {
margin-bottom: 5px;
}
article#articleBody blockquote {
position: relative;
padding: 15px 15px;
margin: 20px 0;
background: #f9f9f9;
border-left: 5px solid var(--kirmizi);
border-radius: 8px;
font-style: italic;
color: var(--siyah_color);
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}
article#articleBody .wp-caption {
max-width: 100%;
text-align: center;
font-size: 14px;
color: var(--siyah_color);
margin-top: 10px;
}
article#articleBody .gallery {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
article#articleBody .gallery-item {
flex: 1 1 calc(33.333% - 10px);
margin-bottom: 15px;
}
article#articleBody .gallery-item img {
width: 100%;
height: auto;
display: block;
}
article#articleBody figure {
margin: 0px 0px 20px 0px;
}
article#articleBody figcaption {
text-align: center;
font-size: 14px;
color: var(--siyah_color);
margin-top: 5px;
}
article#articleBody img {
margin: 0px 0px 20px 0px;
}
.article-author {
display: flex;
align-items: center;
gap: 10px;
margin: 10px 0px;
padding: 10px 0px;
border-bottom: 1px solid var(--border);
position: relative;
}
.article-author img {
width: 44px!important;
height: 44px!important;
overflow: hidden!important;
display: block!important;
padding: 2px;
border: 1px solid var(--border);
border-radius: 100%;
flex-shrink: 0;
margin: 0px!important;
object-fit: cover!important;
}
img.yazar-avatar {
width: 66px!important;
height: 66px!important;
}
.article-author .text {
display: flex;
flex-direction: column;
justify-content: center;
}
.article-author strong {
font-weight: 600;
display: block;
text-align: left;
}
.article-author span {
font-weight: 400;
display: block;
text-align: left;
}
a.yazar-link {
width: auto;
height: auto;
font-size: 15px;
color: var(--siyah);
margin: 0px 0px 0px 0px;
}
a.yazar-mail {
width: auto;
height: auto;
font-size: 13px;
color: var(--siyah);
margin: 0px 0px 0px 0px;
}
.article-author span.tum-yazilari {
width: auto;
height: auto;
display: block;
position: absolute;
content: "";
z-index: 2;
right: 0px;
top: 50%;
transform: translateY(-50%);
text-align: unset!important;
margin: unset!important;
padding: unset!important;
}
.article-author span.tum-yazilari a {
padding: 3px 8px!important;
overflow: hidden;
background: var(--siyah);
color: var(--beyaz);
font-size: 13px;
font-weight: 400;
border-radius: 5px;
text-align: unset!important;
margin: unset!important;
}
.article-author span.tum-yazilari a:hover {
background: var(--kirmizi);
}
.author-social {
width: auto;
height: auto;
margin: 3px 0px 0px 0px;
}
.author-social a {
width: auto;
height: auto;
font-size: 12px;
color: var(--siyah);
margin: 0px 8px 0px 0px;
}
.article-tag {
width: 100%;
height: auto;
overflow: hidden;
display: block;
text-align: center;
}
.article-tag h3 {
font-size: 18px;
font-weight: 600;
color: var(--siyah_color);
margin-bottom: 10px;
}
.article-tag ul {
overflow: hidden;
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.article-tag ul li {
overflow: hidden;
display: inline-table;
margin: 0px 10px 0px 0px;
padding: 0px 0px 0px 0px;
}
.article-tag ul li:last-child {
margin: 0px 0px 0px 0px;
}
.article-tag ul li a {
width: auto;
height: auto;
overflow: hidden;
display: block;
padding: 5px 10px;
background: transparent;
border: 1px solid var(--border);
color: var(--siyah_color);
border-radius: 4px;
font-size: 14px;
font-weight: 400;
}
.article-tag ul li a:hover {
background: var(--kirmizi);
border: 1px solid var(--kirmizi);
color: var(--beyaz);
border-radius: 4px;
}
.ilgiliHaber, .ilgiliGaleri {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 30px;
}
.ilgiliHaber {
background: var(--kirmizi);
}
.ilgiliGaleri {
background: var(--turuncu);
}
.ilgiliHaber figure,
.ilgiliGaleri figure {
margin: 0 !important;
flex-shrink: 0;
}
.ilgiliHaber figure img,
.ilgiliGaleri figure img {
width: 200px;
height: 112px;
object-fit: contain;
display: block;
margin: 0 !important;
}
.ilgiliHaber > a,
.ilgiliGaleri > a {
display: flex;
align-items: center;
text-decoration: none;
color: inherit;
gap: 15px;
}
.ilgiliHaber > a > div,
.ilgiliGaleri > a > div {
display: flex;
flex-direction: column;
justify-content: center;
height: auto;
}
.ilgiliHaber h3,
.ilgiliGaleri h3 {
margin: 4px 0 0;
font-size: 16px!important;
line-height: 1.4;
color: #ffffff!important;
font-weight: 600!important;
}
.ilgiliHaber strong,
.ilgiliGaleri strong {
color: var(--beyaz);
font-size: 12px;
font-weight: 600!important;
letter-spacing: 1px;
}
.sol .article-title h1 {
font-size: 3em;
}
.sol .article-title h2 {
font-size: 1.4em;
}
.sol .article-share {
justify-content: center;
margin-bottom: 15px;
}
.sol .article-share .iconify {
vertical-align: middle;
}
.sol .dateshare {
display: block;
border: 0px;
}
.sol .article-date li {
float: left;
margin-right: 10px;
}
#detay_sayfasi .sag {
width: 360px;
position: relative;
overflow: hidden;
}
.sag_baslik {
width: calc(100% - 40px);
height: auto;
overflow: hidden;
display: block;
position: relative;
margin: 0px 0px 15px 0px;
padding: 0px 0px 0px 40px;
}
.sag_baslik:after {
width: 20px;
height: 18px;
overflow: hidden;
display: block;
position: absolute;
content: "";
top: 50%;
transform: translateY(-50%);
left: 10px;
background: var(--kirmizi);
border-top-left-radius: 1px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 1px;
}
.sag_baslik:before {
width: 100%;
height: 1px;
overflow: hidden;
display: block;
position: absolute;
content: "";
background: var(--siyah);
/*top: calc(50% - 3px);
transform: translateY(-50%);*/
bottom: 8px;
z-index: 1;
}
.sag_baslik h3 {
width: auto;
height: 32px;
overflow: hidden;
display: inline-flex;
font-size: 22px;
font-weight: 700;
color: var(--siyah_color);
background: var(--body);
position: relative;
z-index: 2;
padding-right: 15px;
}
ul.benzer_haberler {
width: 100%;
margin-top: 20px;
padding: 0;
position: relative;
overflow: hidden;
}
ul.benzer_haberler li {
width: calc(100% - 40px);
height: 66px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 40px;
position: relative;
display: flex;
align-items: center;
box-sizing: border-box;
}
ul.benzer_haberler li:after {
content: "";
position: absolute;
top: 0;
left: 20px;
width: 2px;
height: 100%;
background: var(--border);
z-index: 1;
}
ul.benzer_haberler li a {
width: calc(100% - 10px);
font-size: 15px;
font-weight: 600;
color: var(--siyah_color);
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
margin: 0px 0px 0px 10px;
}
ul.benzer_haberler li a:hover {
color: var(--kirmizi);
}
ul.benzer_haberler li span {
width: 40px;
height: 22px;
line-height: 22px;
overflow: hidden;
display: block;
position: absolute;
content: "";
background: var(--body);
top: 50%;
transform: translateY(-50%);
left: 0px;
font-size: 12px;
font-weight: 600;
color: var(--kirmizi);
text-align: center;
border-radius: 0%;
z-index: 2;
-webkit-transition: all .25s;
-moz-transition: all .25s;
-ms-transition: all .25s;
-o-transition: all .25s;
transition: all .25s;
}
#kategori_sayfasi {
display: block;
margin-bottom: 30px;
}
.category_liste_bir {
display: grid !important;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
padding: 0;
margin: 0;
}
.category_liste_bir > .haber:nth-of-type(1),
.category_liste_bir > .haber:nth-of-type(7),
.category_liste_bir > .haber:nth-of-type(17) {
grid-column: span 2;
grid-row: span 2;
}
.category_liste_bir .haber {
display: block;
overflow: hidden;
}
.category_liste_bir .haber a {
display: block;
overflow: hidden;
}
.category_liste_bir .haber a:hover strong {
color: var(--kirmizi);
}
.category_liste_bir .haber figure {
aspect-ratio: 16 / 9;
width: 100%;
overflow: hidden;
position: relative;
}
.category_liste_bir .haber figure img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.category_liste_bir .haber strong {
width: calc(100% - 5px);
height: auto;
line-height: 1.4;
overflow: hidden;
font-size: 16px;
font-weight: 700;
color: var(--siyah_color);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
margin: 10px 5px 0px 0px;
}
.category_liste_bir .haber p {
width: calc(100% - 5px);
height: auto;
line-height: 1.6;
overflow: hidden;
font-size: 14px;
font-weight: 400;
color: var(--siyah_color);
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
margin: 0px 5px 0px 0px;
}
section.katreklam {
grid-column: span 4 !important;
width: 100% !important;
min-height: 10px;
display: flex;
justify-content: center;
align-items: center;
margin: 20px 0px;
}
.kategori_manset_iki {
width: 100%;
height: auto;
min-height: 10px;
overflow: hidden;
display: block;
}
.kategori_manset_iki .swiper-slide {
display: flex;
flex-direction: row;
width: 100%;
overflow: hidden;
box-sizing: border-box;
}
.kategori_manset_iki .swiper-slide a {
display: flex;
width: 100%;
text-decoration: none;
color: inherit;
}
.kategori_manset_iki .swiper-slide figure {
flex: 1;
margin: 0;
padding: 0;
display: block;
overflow: hidden;
position: relative;
max-height: 360px;
}
.kategori_manset_iki .swiper-slide div:after {
content: "";
position: absolute;
bottom: 0;
left: -90px;
width: 100px;
height: 110%;
background: var(--yatay_bg);
background-blend-mode: overlay;
clip-path: polygon(100% 0, 100% 100%, 0% 100%);
z-index: 1;
}
.kategori_manset_iki .swiper-slide div:before {
content: "";
position: absolute;
bottom: 0;
left: -99px;
width: 100px;
height: 110%;
background: var(--yatay_bg);
background-blend-mode: overlay;
clip-path: polygon(100% 0, 100% 100%, 0% 100%);
z-index: 1;
opacity: 0.6;
}
.kategori_manset_iki .swiper-slide figure img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.kategori_manset_iki .swiper-slide div {
position: relative;
width: 500px;
display: flex;
align-items: center;
justify-content: center;
padding: 30px 30px 30px 0px;
box-sizing: border-box;
background: var(--yatay_bg);
background-repeat: no-repeat;
background-size: cover;
background-blend-mode: lighten;
flex-direction: column;
}
.kategori_manset_iki .swiper-slide div h2 {
font-size: 32px;
font-weight: 700;
color: var(--beyaz);
line-height: 1.4;
margin-bottom: 10px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
position: relative;
z-index: 2;
}
.kategori_manset_iki .swiper-slide div p {
font-size: 18px;
font-weight: 400;
color: var(--beyaz);
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
position: relative;
z-index: 2;
}
.kategor_manset_numaralar {
position: absolute;
right: 1rem!important;
bottom: unset!important;
top: 1rem!important;
display: flex;
gap: 0.1rem;
z-index: 10;
left: unset!important;
width: auto!important;
}
.kategor_manset_numaralar .swiper-pagination-bullet {
background: rgb(255 255 255 / 20%);
border-radius: 50%;
width: 28px!important;
height: 28px!important;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
opacity: 1;
}
.kategor_manset_numaralar .swiper-pagination-bullet a {
color: rgb(255 255 255 / 70%);
text-decoration: none;
font-weight: 600;
font-size: 14px;
}
.kategor_manset_numaralar .swiper-pagination-bullet-active {
background: rgb(255 255 255 / 100%);
}
.kategor_manset_numaralar .swiper-pagination-bullet-active a {
color: var(--siyah_color);
}
.kategori_sol {
width: calc(100% - 380px);
height: auto;
overflow: hidden;
display: block;
position: relative;
float: left;
margin-right: 20px;
margin-top: 20px;
}
.liste_haber {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 20px;
text-decoration: none;
}
.liste_haber a {
display: flex;
align-items: center;
text-decoration: none;
color: inherit;
color: var(--siyah_color);
}
.liste_haber:hover a {
color: var(--kirmizi);
}
.liste_haber img {
width: 100%;
max-width: 250px;
object-fit: cover;
object-position: center;
aspect-ratio: 16 / 9;
margin-right: 15px;
}
.liste_haber h2 {
font-size: 20px;
margin: 0 0 8px 0;
line-height: 1.4;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
padding-right: 20px;
}
.liste_haber p {
margin: 0;
font-size: 16px;
line-height: 1.4;
color: var(--siyah_color);
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
padding-right: 20px;
}
.liste_haber > a > div {
display: flex;
flex-direction: column;
justify-content: center;
}
.kategori_sag {
width: 360px;
position: relative;
overflow: hidden;
margin-top: 20px;
float: left;
}
.kategori_kutu section.katreklam {
grid-column: span 2 !important;
}
.kategori_kutu {
display: grid !important;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
padding: 0;
margin: 0;
}
.kategori_kutu .kutu_haber {
display: block;
overflow: hidden;
}
.kategori_kutu .kutu_haber a {
display: block;
overflow: hidden;
}
.kategori_kutu .kutu_haber a:hover strong {
color: var(--kirmizi);
}
.kategori_kutu .kutu_haber figure {
aspect-ratio: 16 / 9;
width: 100%;
overflow: hidden;
position: relative;
}
.kategori_kutu .kutu_haber figure img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
}
.kategori_kutu .kutu_haber strong {
width: calc(100% - 5px);
height: auto;
line-height: 1.4;
overflow: hidden;
font-size: 16px;
font-weight: 700;
color: var(--siyah_color);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
margin: 10px 5px 0px 0px;
}
.kategori_kutu .kutu_haber p {
width: calc(100% - 5px);
height: auto;
line-height: 1.6;
overflow: hidden;
font-size: 14px;
font-weight: 400;
color: var(--siyah_color);
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
margin: 0px 5px 0px 0px;
}
.category_vizyondakiler {
display: grid !important;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
padding: 0;
margin: 0;
}
.category_vizyondakiler .vizyonn {
display: block;
overflow: hidden;
}
.category_vizyondakiler .vizyonn a {
display: block;
overflow: hidden;
}
.category_vizyondakiler .vizyonn a:hover strong {
color: var(--kirmizi);
}
.category_vizyondakiler .vizyonn figure {
aspect-ratio: 9 / 12;
width: 100%;
overflow: hidden;
position: relative;
}
.category_vizyondakiler .vizyonn figure img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.category_vizyondakiler .vizyonn strong {
width: calc(100% - 10px);
height: auto;
line-height: 1.4;
overflow: hidden;
font-size: 20px;
font-weight: 700;
color: var(--siyah_color);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
margin: 10px 5px 0px 5px;
text-align: center;
}
.ilan_listele_bir {
display: grid !important;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
padding: 0;
margin: 20px 0px 0px 0px;
}
.ilan_listele_bir .li-con.bik-ilan {
display: block;
overflow: hidden;
}
.ilan_listele_bir .li-con.bik-ilan a {
display: block;
overflow: hidden;
}
.ilan_listele_bir .li-con.bik-ilan a:hover strong {
color: var(--kirmizi);
}
.ilan_listele_bir .li-con.bik-ilan .post-image {
aspect-ratio: 16 / 9;
width: 100%;
overflow: hidden;
position: relative;
}
.ilan_listele_bir .li-con.bik-ilan .post-image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.ilan_listele_bir .li-con.bik-ilan h3 {
width: calc(100% - 5px);
height: auto;
line-height: 1.4;
overflow: hidden;
font-size: 16px;
font-weight: 700;
color: var(--siyah_color);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
margin: 10px 5px 0px 0px;
}
.ilan_listele_bir .li-con.bik-ilan time {
width: calc(100% - 5px);
height: auto;
line-height: 1.4;
overflow: hidden;
font-size: 12px;
font-weight: 400;
color: var(--siyah_color);
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
margin: 10px 5px 0px 0px;
opacity: 0.7;
}
.ilanbulunmadi {
grid-column: 1 / -1;
width: 100%;
height: auto;
overflow: hidden;
display: block;
position: relative;
margin-top: 15px;
text-align: center;
}
.fotogaleri_iki,
.fotogaleri-item {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.fotogaleri-item {
margin: 20px 0px 0px 0px;
}
.fotogaleri-gorsel,
.fotogaleri-gorsel-normal,
.img-wrapper {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
text-align: center;
}
.fotogaleri-gorsel-normal {
text-align: center!important;
}
.fotogaleri-img-wrap {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
background: rgb(244 239 239);
text-align: center!important;
}
.fotogaleri-img-wrap img,
.fotogaleri-gorsel p a img,
.fotogaleri-gorsel img,
.fotogaleri-gorsel-normal p a img,
.fotogaleri-gorsel-normal img,
.img-wrapper a img {
max-width: 100%!important;
height: auto!important;
object-fit: contain!important;
float: unset!important;
margin: 0px!important;
padding: 0px!important;
}
.fotogaleri-gorsel p {
margin: 15px 0px 0px 0px!important;
}
.fotogaleri-gorsel-normal p {
display: block!important;
text-align: center;
margin: 15px 0px 0px 0px!important;
}
.fotogaleri-aciklama {
display: block !important;
text-align: center;
margin: 15px 0px 0px 0px !important;
}
.img-wrapper {
width: 100%;
max-width: 100%;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
margin: 20px 0px;
}
.fotogaleri-sayac {
width: auto;
height: auto;
overflow: hidden;
display: block;
position: absolute;
content: "";
top: 5px;
left: 5px;
padding: 5px 10px 3px 10px;
background: var(--siyah);
color: var(--beyaz);
font-size: 11px;
font-weight: 400;
z-index: 2;
border-radius: 3px;
}
.fotogaleri-sayac strong {
font-size: 14px;
font-weight: 600;
}
.fotogaleri-reklam {
grid-column: span 4 !important;
width: 100% !important;
min-height: 10px;
display: flex;
justify-content: center;
align-items: center;
margin: 20px 0px 0px 0px;
}
.fotogaleri-reklam .yatay_reklam {
width: 100%;
max-width: 100%;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
a.sonraki {
width: 36px;
height: 36px;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
right: 20px;
top: 50%;
transform: translateY(-50%);
background: rgba(0, 0, 0, 0.6);
color: var(--beyaz);
padding: 0px 0px;
border-radius: 100%;
text-decoration: none;
z-index: 2;
font-size: 16px;
}
a.onceki {
width: 36px;
height: 36px;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
left: 20px;
top: 50%;
transform: translateY(-50%);
background: rgba(0, 0, 0, 0.6);
color: var(--beyaz);
padding: 0px 0px;
border-radius: 100%;
text-decoration: none;
z-index: 2;
font-size: 16px;
}
a.sonraki:hover,
a.onceki:hover {
background: rgb(255 0 0 / 60%);
}
.esnek_reklam {
width: 100%;
min-height: 10px;
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px;
flex-direction: column;
}
.esnek_reklam img {
max-width: 100%;
height: auto;
display: block;
object-fit: contain;
object-position: center;
margin: 0px!important;
}
.reklam_kodu_ic,
.reklam_gec_blok {
width: 100%;
text-align: center;
}
.reklam_gec_blok {
margin-top: 10px;
}
.yatay_benzer_ic_listele {
display: grid !important;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
padding: 0;
margin: 0;
}
.yatay_benzer_ic_listele .haber {
display: block;
overflow: hidden;
}
.yatay_benzer_ic_listele .haber a {
display: block;
overflow: hidden;
}
.yatay_benzer_ic_listele .haber a:hover strong {
color: var(--kirmizi);
}
.yatay_benzer_ic_listele .haber figure {
aspect-ratio: 16 / 9;
width: 100%;
overflow: hidden;
position: relative;
}
.yatay_benzer_ic_listele .haber figure img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.yatay_benzer_ic_listele .haber strong {
width: calc(100% - 5px);
height: auto;
line-height: 1.4;
overflow: hidden;
font-size: 16px;
font-weight: 700;
color: var(--siyah_color);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
margin: 10px 5px 0px 0px;
}
.category_sayfa_baslik,
.page_sayfa_baslik {
width: calc(100% - 30px);
height: auto;
overflow: hidden;
display: block;
position: relative;
margin: 0px 0px 15px 0px;
padding: 0px 0px 0px 30px;
}
.page_sayfa_baslik {
margin: 0px 0px 20px 0px;
}
.category_sayfa_baslik:after,
.page_sayfa_baslik:after {
width: 20px;
height: 18px;
overflow: hidden;
display: block;
position: absolute;
content: "";
top: 50%;
transform: translateY(-50%);
left: 0px;
background: var(--kirmizi);
border-top-left-radius: 1px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 1px;
}
.category_sayfa_baslik h3,
.page_sayfa_baslik h3 {
width: auto;
height: 32px;
overflow: hidden;
display: inline-flex;
font-size: 22px;
font-weight: 700;
color: var(--siyah_color);
background: var(--body);
position: relative;
z-index: 2;
padding-right: 10px;
}
#sag_bintlnoldu .tabs {
display: flex;
justify-content: space-between;
gap: 0px;
margin-bottom: 0px;
}
#sag_bintlnoldu .tab_link {
flex: 1 1 0;
text-align: center;
padding: 12px 16px;
background: #464c52;
border: none;
cursor: pointer;
font-weight: 700;
transition: background 0.3s;
color: #ffffff;
}
#sag_bintlnoldu .tab_link.active {
background: #26292c;
color: #ffffff;
}
#sag_bintlnoldu .tab_panel {
position: relative;
overflow: hidden;
display: none;
}
#sag_bintlnoldu .background_lines {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1;
}
#sag_bintlnoldu .background_lines .line {
position: absolute;
left: 0;
width: 100%;
height: 1px;
background: var(--border);
opacity: 0.5;
}
#sag_bintlnoldu .background_lines .line:nth-child(1) { top: 0%; }
#sag_bintlnoldu .background_lines .line:nth-child(2) { top: 16.66%; }
#sag_bintlnoldu .background_lines .line:nth-child(3) { top: 33.33%; }
#sag_bintlnoldu .background_lines .line:nth-child(4) { top: 50%; }
#sag_bintlnoldu .background_lines .line:nth-child(5) { top: 66.66%; }
#sag_bintlnoldu .background_lines .line:nth-child(6) { top: 83.33%; }
#sag_bintlnoldu .background_lines .line:nth-child(7) { bottom: 0; }
#sag_bintlnoldu .tabs_content .tab_panel.active {
display: flex;
justify-content: center;
align-items: flex-end;
height: 200px;
padding: 10px 0px 0px 0px;
background: #ffffff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
#sag_bintlnoldu .progress_bars {
display: flex;
justify-content: center;
align-items: flex-end;
height: 200px;
width: 100%;
gap: 20px;
}
#sag_bintlnoldu .progress_bar {
width: 60px;
background-color: red;
color: white;
text-align: center;
display: flex;
align-items: flex-end;
justify-content: center;
font-size: 14px;
border-radius: 5px 5px 0 0;
position: relative;
overflow: hidden;
height: 0%;
z-index: 5;
transition: height 1s ease-out, background-color 0.5s ease;
}
#sag_bintlnoldu .progress_bar .progress_label {
position: absolute;
top: -20px;
font-size: 13px;
color: #333;
}
#sag_bintlnoldu .progress_bar span {
position: absolute;
bottom: 5px;
font-size: 12px;
width: calc(100% - 10px);
padding: 0px 5px;
overflow: hidden;
}
section#hisse_alani {
width: 100%;
background: #f8f8f8;
margin-top: 30px;
}
section#hisse_alani .hisse_wrapper {
width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 20px;
box-sizing: border-box;
flex-wrap: wrap;
}
section#hisse_alani .hisse_kolon,
.tab-content .hisse_kolon {
flex: 0 0 calc(33.333% - 13.33px);
background: #fff;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
overflow: hidden;
position: relative;
}
section#hisse_alani .hisse_kolon h3 {
position: relative;
overflow: hidden;
font-size: 16px;
text-align: left;
padding: 10px 10px 15px 10px;
color: var(--beyaz);
font-weight: 500;
background: #464c52;
}
section#hisse_alani .hisse_kolon a {
width: auto;
height: auto;
overflow: hidden;
display: table;
position: absolute;
top: 12px;
right: 15px;
font-size: 12px;
color: var(--beyaz);
font-weight: 400;
}
section#hisse_alani .hisse_kolon a:hover {
opacity: 0.7;
}
section#hisse_alani .hisse_kolon h3::after {
content: "";
position: absolute;
bottom: 0;
left: -100%;
width: 200%;
height: 10px;
animation: shineMove 4s linear infinite;
background: linear-gradient(90deg, transparent, #388e5a, transparent);
}
section#hisse_alani .hisse_kolon:nth-of-type(1n) h3::after {
background: linear-gradient(90deg, transparent, #388e5a, transparent);
}
section#hisse_alani .hisse_kolon:nth-of-type(2n) h3::after {
background: linear-gradient(90deg, transparent, #cc4444, transparent);
}
section#hisse_alani .hisse_kolon:nth-of-type(3n) h3::after {
background: linear-gradient(90deg, transparent, #3b86b1, transparent);
}
@keyframes shineMove {
0% { left: -100%; }
100% { left: 100%; }
}
section#hisse_alani .hisse_kolon ul,
.tab-content .hisse_kolon ul {
list-style: none;
padding: 0 10px 10px 10px;
margin: 0;
}
section#hisse_alani .hisse_kolon ul li,
.tab-content .hisse_kolon ul li {
display: flex;
justify-content: space-between;
align-items: center;
padding: 8px 0;
border-bottom: 1px solid #eee;
font-size: 14px;
}
section#hisse_alani .hisse_kolon ul li:last-child,
.tab-content .hisse_kolon ul li:last-child {
border-bottom: 0;
padding: 8px 0px 0px 0px;
}
section#hisse_alani .hisse_kolon ul li strong,
.tab-content .hisse_kolon ul li strong {
font-size: 14px;
flex: 1;
color: var(--siyah);
font-weight: 600;
}
section#hisse_alani .hisse_kolon ul li span,
.tab-content .hisse_kolon ul li span {
font-size: 12px;
flex: 1;
text-align: right;
color: var(--yesil);
font-weight: 400;
}
section#hisse_alani .hisse_kolon.azalanlar ul li span,
.tab-content .hisse_kolon.azalanlar ul li span {
color: var(--kirmizi);
}
section#hisse_alani .hisse_kolon.islemdeler ul li span,
.tab-content .hisse_kolon.islemdeler ul li span {
color: #3b86b1;
}
section#hisse_alani .hisse_kolon ul li small,
.tab-content .hisse_kolon ul li small {
flex: 0.8;
font-size: 12px;
color: var(--siyah);
text-align: right;
font-weight: 400;
}
section#hisse_alani .hisse_kolon ul li time,
.tab-content .hisse_kolon ul li time {
flex: 0.5;
font-size: 12px;
color: #999;
text-align: right;
font-weight: 400;
}
section#hisse_alani .hisse_kolon ul li.his_baslk strong,
section#hisse_alani .hisse_kolon ul li.his_baslk span,
section#hisse_alani .hisse_kolon ul li.his_baslk small,
section#hisse_alani .hisse_kolon ul li.his_baslk time,
.tab-content .hisse_kolon ul li.his_baslk strong,
.tab-content .hisse_kolon ul li.his_baslk span,
.tab-content .hisse_kolon ul li.his_baslk small,
.tab-content .hisse_kolon ul li.his_baslk time {
font-size: 13px!important;
color: var(--siyah);
font-weight: 600!important;
}
.superlig-puan-durumu {
display: block;
}
.superlig-puan-durumu h2 {
width: calc(100% - 30px);
height: auto;
overflow: hidden;
display: block;
font-size: 16px;
font-weight: 600;
color: var(--beyaz);
background: var(--yesil);
padding: 10px 15px;
border-bottom: 1px solid var(--body);
}
.superlig-puan-durumu table {
width: 100%;
border-collapse: collapse;
background: var(--beyazbg);
table-layout: fixed;
}
.superlig-puan-durumu thead th,
.superlig-puan-durumu tbody td {
padding: 8px 5px;
text-align: left;
vertical-align: middle;
background: var(--border);
color: var(--siyah_color);
font-weight: 400;
border-bottom: 1px solid var(--border);
}
.superlig-puan-durumu thead th {
background: var(--yesil)!important;
font-weight: 600!important;
color: var(--beyaz)!important;
}
.superlig-puan-durumu tbody td {
padding: 8px 0;
background-color: var(--beyazbg);
}
.superlig-puan-durumu th:nth-child(1),
.superlig-puan-durumu td:nth-child(1) {
width: 20px;
text-align: center;
color: var(--siyah_color);
}
.superlig-puan-durumu th:nth-child(2),
.superlig-puan-durumu td:nth-child(2) {
width: calc(100% - 200px);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.superlig-puan-durumu th:nth-child(n+3),
.superlig-puan-durumu td:nth-child(n+3) {
width: 30px;
text-align: center;
font-weight: 400;
}
.superlig-puan-durumu td:nth-child(2) a {
display: block;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: var(--siyah_color);
text-decoration: none;
}
.superlig-puan-durumu .takim-flex {
display: flex;
max-width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.superlig-puan-durumu .takim-flex img {
width: 20px;
height: 20px;
flex-shrink: 0;
margin-right: 6px;
vertical-align: middle;
}
.superlig-puan-durumu .takim-flex strong {
font-weight: bold;
font-size: 14px;
color: var(--siyah_color);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-weight: 600;
}
.superlig-puan-durumu thead tr {
border-left: 5px solid var(--yesil);
transition: background-color 0.3s;
border-left-color: var(--yesil);
}
.superlig-puan-durumu tbody tr {
border-left: 5px solid var(--border);
transition: background-color 0.3s;
}
.superlig-puan-durumu tbody tr:nth-child(1),
.superlig-puan-durumu tbody tr:nth-child(2) {
border-left-color: #6ec6ff;
}
.superlig-puan-durumu tbody tr:nth-child(3),
.superlig-puan-durumu tbody tr:nth-child(4),
.superlig-puan-durumu tbody tr:nth-child(5) {
border-left-color: #a3d9ff;
}
.superlig-puan-durumu tbody tr:nth-last-child(-n+4) {
border-left-color: #ff9999;
}
.superlig-puan-durumu tbody tr:hover {
background-color: #fafafa;
}
.superlig-puan-durumu a.detay {
width: 100%;
height: auto;
overflow: hidden;
display: block;
padding: 10px 0;
font-size: 14px;
font-weight: 400;
background: var(--turuncu);
color: var(--beyaz);
text-align: center;
position: relative;
text-decoration: none;
transition: background-color 0.3s;
}
.superlig-puan-durumu a.detay .iconify {
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%) translateX(5px);
opacity: 0;
font-size: 16px;
color: inherit;
transition: all 0.3s ease;
}
.superlig-puan-durumu a.detay:hover .iconify {
opacity: 1;
transform: translateY(-50%) translateX(0);
}
.superlig-puan-durumu a.detay:hover {
background: var(--siyah);
}
.yatay_fikstur_slider {
margin-top: 35px;
position: relative;
width: calc(100% - 110px);
margin: 0 auto;
padding: 5px 5px!important;
box-sizing: border-box;
opacity: 0;
transition: opacity 0.3s ease;
}
.yatay_fikstur_slider.swiper-initialized {
opacity: 1;
}
.yatay_fikstur_slider .swiper-slide {
display: flex;
justify-content: center;
}
.yatay_fikstur_slider .fikstur-kutu {
background: #fff;
border-radius: 6px;
padding: 10px 12px;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
width: calc(100% - 24px);
text-align: center;
}
.yatay_fikstur_slider .fikstur-ust {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin-bottom: 6px;
}
.yatay_fikstur_slider .fikstur-ust img {
width: 32px;
height: 32px;
object-fit: contain;
}
.yatay_fikstur_slider .fikstur-ust .skor {
font-weight: 700;
font-size: 14px;
color: #2c3e50;
}
.yatay_fikstur_slider .fikstur-ust .skor strong {
background: #ededed;
padding: 3px 8px;
border-radius: 2px;
}
.yatay_fikstur_slider .fikstur-alt {
font-size: 12px;
color: #555;
line-height: 1.2;
}
.yatay_fikstur_slider_prev,
.yatay_fikstur_slider_next {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
width: 40px;
height: 40px;
background: #ffffff;
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: var(--siyah_color);
-webkit-transition: all .25s;
-moz-transition: all .25s;
-ms-transition: all .25s;
-o-transition: all .25s;
transition: all .25s;
}
.yatay_fikstur_slider_prev {
left: 0;
}
.yatay_fikstur_slider_next {
right: 0;
}
.yatay_fikstur_slider_prev .iconify[data-icon="mdi:chevron-left"],
.yatay_fikstur_slider_next .iconify[data-icon="mdi:chevron-right"] {
font-size: 22px;
color: var(--siyah_color);
display: inline-block;
vertical-align: middle;
}
.yatay_fikstur_slider_prev:hover,
.yatay_fikstur_slider_next:hover {
background: var(--border);
color: var(--siyah_color);
}
.yatay_puan_slider {
position: relative;
width: calc(100% - 110px);
margin: 0 auto;
padding: 20px 0;
box-sizing: border-box;
opacity: 0;
transition: opacity 0.3s ease;
}
.yatay_puan_slider.swiper-initialized {
opacity: 1;
}
.yatay_puan_slider .swiper-wrapper {
width: 100%;
display: flex;
align-items: center;
padding: 5px 0px;
}
.yatay_puan_slider .swiper-slide {
text-align: center;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.yatay_puan_slider .ust-takimlar {
border-radius: 8px;
padding: 10px;
width: calc(100% - 20px);
background: #ffffff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.yatay_puan_slider .takim-logosu img {
width: 48px;
height: 48px;
object-fit: contain;
}
.yatay_puan_slider .takim-puani {
margin-top: 5px;
font-weight: 700;
font-size: 14px;
border-top: 1px solid var(--border);
padding: 1px 3px 0px 3px;
display: table;
margin: 5px auto 0px auto;
}
.yatay_puan_slider .swiper-slide a {
color: var(--siyah_color);
text-align: center;
display: table;
}
.yatay_puan_slider .swiper-slide a:hover {
color: var(--yesil);
}
.yatay_puandurumu_slider_prev,
.yatay_puandurumu_slider_next {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
width: 40px;
height: 40px;
background: #ffffff;
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
color: var(--siyah_color);
-webkit-transition: all .25s;
-moz-transition: all .25s;
-ms-transition: all .25s;
-o-transition: all .25s;
transition: all .25s;
}
.yatay_puandurumu_slider_prev {
left: 0;
}
.yatay_puandurumu_slider_next {
right: 0;
}
.yatay_puandurumu_slider_prev .iconify[data-icon="mdi:chevron-left"],
.yatay_puandurumu_slider_next .iconify[data-icon="mdi:chevron-right"] {
font-size: 22px;
color: var(--siyah_color);
display: inline-block;
vertical-align: middle;
}
.yatay_puandurumu_slider_prev:hover,
.yatay_puandurumu_slider_next:hover {
background: var(--border);
color: var(--siyah_color);
}
.burc-listesi {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
padding: 0;
margin: 0 auto 20px auto;
max-width: 100%;
list-style: none;
}
.burc-listesi li {
flex: 0 0 calc(8.33% - 20px);
text-align: center;
padding: 10px 0px 5px 0px;
border-radius: 4px;
-webkit-transition: all .25s;
-moz-transition: all .25s;
-ms-transition: all .25s;
-o-transition: all .25s;
transition: all .25s;
}
.burc-listesi li.burcaktif {
background: #314dc9;
}
.burc-listesi li.burcaktif strong {
color: var(--beyaz);
}
.burc-listesi li:hover {
background: #314dc9;
}
.burc-listesi li:hover strong {
color: var(--beyaz);
}
.burc-listesi a {
display: flex;
flex-direction: column;
align-items: center;
text-decoration: none;
color: var(--siyah_color);
font-size: 15px;
transition: color 0.3s ease;
}
.burc-listesi img {
width: 52px;
height: 52px;
object-fit: contain;
margin-bottom: 6px;
}
.sag_finans_veriler {
width: 100%;
max-width: 100%;
margin: 0 auto;
}
.sag_finans_veriler-tabs {
display: flex;
flex-wrap: wrap;
margin-bottom: 10px;
}
.sag_finans_veriler-content .tab-content {
display: none;
border-top: none;
}
.sag_finans_veriler-content .tab-content.active {
display: block;
}
.sag_finans_veriler-tabs button {
flex: 1;
padding: 10px;
background: #464c52;
border: none;
cursor: pointer;
font-size: 16px;
color: var(--beyaz);
font-weight: 500;
position: relative;
overflow: hidden;
transition: background 0.3s;
z-index: 1;
}
.sag_finans_veriler-tabs button::after {
content: "";
position: absolute;
bottom: 0;
left: -100%;
width: 200%;
height: 10px;
animation: sagmove 4s linear infinite;
z-index: -1;
}
.sag_finans_veriler-tabs button:nth-of-type(1)::after {
background: linear-gradient(90deg, transparent, #388e5a, transparent);
}
.sag_finans_veriler-tabs button:nth-of-type(2)::after {
background: linear-gradient(90deg, transparent, #cc4444, transparent);
}
.sag_finans_veriler-tabs button:nth-of-type(3)::after {
background: linear-gradient(90deg, transparent, #3b86b1, transparent);
}
.sag_finans_veriler-tabs button.active {
background: #2b2e32;
color: #ffffff;
}
@keyframes sagmove {
0% { left: -100%; }
100% { left: 100%; }
}
.yatay_gazete_slider {
opacity: 0;
transition: opacity 0.3s ease;
}
.yatay_gazete_slider.swiper-initialized {
opacity: 1;
}
.yatay_gazete_slider .swiper-slide {
flex-shrink: 0;
width: auto;
height: auto;
transition: none !important;
}
.yatay_gazete_slider .gazete-item {
background: #ffffff;
border: 1px solid var(--border);
overflow: hidden;
text-align: center;
transition: all 0.3s ease;
}
.yatay_gazete_slider .gazete-item:hover {
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.yatay_gazete_slider .gazete-item img {
width: 100%;
height: auto;
display: block;
}
.ilangovtriframe {
width: 100%;
height: auto;
position: relative;
display: block;
overflow: hidden;
margin-top: 20px;
}
.ilangovtriframe iframe {
width: 100%;
height: 200px;
}
section#anasayfa_iki .anasayfa_sol {
width: calc(100% - 380px);
height: auto;
overflow: hidden;
display: block;
position: relative;
float: left;
margin-right: 20px;
}
section#anasayfa_iki .anasayfa_kategori_bir {
grid-template-columns: repeat(3, 1fr);
}
section#anasayfa_iki .anasayfa_kategori_yedi {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 20px;
}
section#anasayfa_iki .anasayfa_kategori_yedi .kategori-slider-sol {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
}
section#anasayfa_iki .anasayfa_kategori_yedi .kategori-slider-sag {
display: grid;
grid-template-columns: 1fr;
gap: 20px;
}
section#anasayfa_iki .anasayfa_kategori_yedi .kategori-slider-alti {
grid-template-columns: repeat(3, 1fr);
}
section#anasayfa_iki .anasayfa_kategori_iki {
grid-template-columns: repeat(3, 1fr);
}
section#anasayfa_iki .anasayfa_kategori_uc {
grid-template-columns: repeat(3, 1fr);
}
section#anasayfa_iki .anasayfa_kategori_dort {
grid-template-columns: repeat(3, 1fr);
}
section#anasayfa_iki #anasayfa_youtube {
width: calc(100% - 30px);
margin: 0px auto;
padding: 20px 0px;
}
section#anasayfa_iki #anasayfa_youtube .sol {
width: calc(100% - 0px);
float: unset;
margin-right: 0px;
}
section#anasayfa_iki #anasayfa_youtube .sag {
width: calc(100% - 0px);
height: 260px;
margin-top: 15px;
}
section#anasayfa_iki #anasayfa_youtube .site_baslik h3,
#anasayfa_youtube .site_baslik h3 {
background: var(--siyah);
color: var(--beyaz);
}
section#anasayfa_iki #anasayfa_youtube .site_baslik:after,
#anasayfa_youtube .site_baslik:after {
background: var(--beyaz);
}
section#anasayfa_iki #anasayfa_youtube .site_baslik a,
#anasayfa_youtube .site_baslik a {
background: var(--siyah);
color: var(--beyaz);
}
.fotogaleri_ana .haber {
position: relative;
overflow: hidden;
}
.fotogaleri_ana .haber figure {
position: relative;
aspect-ratio: 16 / 9;
width: 100%;
overflow: hidden;
}
@keyframes kameraAcilimi {
0% {
transform: translate(-50%, -50%) scale(0);
opacity: 0;
}
60% {
transform: translate(-50%, -50%) scale(1.2);
opacity: 0.7;
}
100% {
transform: translate(-50%, -50%) scale(1);
opacity: 1;
}
}
.fotogaleri_ana .haber figure .ikonify-kamera {
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%, -50%) scale(0);
color: var(--beyaz);
font-size: 48px;
opacity: 0;
z-index: 3;
pointer-events: none;
}
.fotogaleri_ana .haber:hover figure .ikonify-kamera {
animation: kameraAcilimi 0.7s ease forwards;
}
.fotogaleri_ana .haber figure img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
max-height: 300px;
}
.fotogaleri_ana .haber figure::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 80%;
background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
pointer-events: none;
}
.fotogaleri_ana .haber strong {
position: absolute;
bottom: 15px;
left: 15px;
right: 15px;
color: var(--beyaz);
z-index: 2;
font-size: 18px;
font-weight: 600;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
section#anasayfa_iki .anasayfa_sag {
width: 360px;
height: auto;
overflow: hidden;
display: block;
position: relative;
}
section#anasayfa_iki .anasayfa_sag .superlig-puan-durumu,
section#anasayfa_iki .anasayfa_sag .sag_finans_veriler {
margin-top: 20px;
}
ul.sag_icerik_iki {
margin: 20px 0px 0px 0px;
padding: 0;
list-style: none;
}
ul.sag_icerik_iki li {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 15px;
}
ul.sag_icerik_iki li a {
display: flex;
align-items: center;
text-decoration: none;
color: inherit;
gap: 10px;
}
ul.sag_icerik_iki li a figure {
width: 150px;
aspect-ratio: 16 / 9;
margin: 0;
flex-shrink: 0;
overflow: hidden;
display: block;
}
ul.sag_icerik_iki li a figure img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
ul.sag_icerik_iki li a strong {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
font-size: 15px;
font-weight: 600;
line-height: 1.4;
}
section#anasayfa_iki .anasayfa_sag .burc-listesi .sag_baslik {
margin: 20px 0px 15px 0px;
}
section#anasayfa_iki .anasayfa_sag .burc-listesi {
gap: 0px;
margin: 0 auto 0px auto;
}
section#anasayfa_iki .anasayfa_sag .burc-listesi li {
flex: 0 0 calc(25% - 13px);
margin-right: 15px;
}
section#anasayfa_iki .anasayfa_sag .burc-listesi li:nth-of-type(4n) {
margin-right: 0px;
}
.wp-polls {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 12px;
padding: 15px;
max-width: 600px;
margin: 20px auto 0px auto;
font-family: "Segoe UI", sans-serif;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.wp-polls-form p strong {
font-size: 20px;
font-weight: 600;
color: #222;
display: block;
margin-bottom: 20px;
text-align: center;
}
.wp-polls-ul {
list-style: none;
padding: 0;
margin: 0 0 20px;
}
.wp-polls-ul li {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 12px;
font-size: 16px;
color: #333;
cursor: pointer;
padding-left: 0;
}
.wp-polls-ul input[type="radio"] {
appearance: none;
-webkit-appearance: none;
width: 20px;
height: 20px;
border: 2px solid #0073aa;
border-radius: 50%;
background: #fff;
transition: background 0.3s, box-shadow 0.3s;
cursor: pointer;
position: relative;
display: inline-block;
}
.wp-polls-ul input[type="radio"]:checked {
background-color: #0073aa;
box-shadow: inset 0 0 0 4px #fff;
}
.wp-polls input.Buttons[name="vote"] {
background: #0073aa;
color: #fff;
border: none;
padding: 10px 25px;
border-radius: 6px;
font-size: 16px;
cursor: pointer;
transition: background 0.3s ease;
}
.wp-polls input.Buttons[name="vote"]:hover {
background: #005f8d;
}
.wp-polls a {
display: inline-block;
margin-top: 12px;
font-size: 14px;
color: #0073aa;
text-decoration: none;
transition: color 0.3s ease;
}
.wp-polls a:hover {
color: #005f8d;
}
.pollbar {
height: 18px;
background-color: #0073aa !important;
border-radius: 5px;
}
.reklamCerceve {
width: 1090px;
left: 50%;
background: transparent;
z-index: 2;
position: fixed;
transform: translateX(-50%);
align-self: flex-start;
}
.reklamCerceve #soldasabit,
.reklamCerceve #sagdasabit {
position: absolute;
width: 100%;
max-width: 160px;
height: 600px;
z-index: 99;
top: 125px;
}
.reklamCerceve #sagdasabit {
left: 1140px;
}
.reklamCerceve #soldasabit {
right: 1140px;
}
.reklamCerceve #soldasabit img,
.reklamCerceve #sagdasabit img {
width: auto;
max-width: 100%;
height: auto;
}
footer {
width: 100%;
height: auto;
display: block;
position: relative;
background: var(--siyah);
margin-top: 30px;
padding: 40px 0px 40px 0px;
}
a.footer_logoa {
width: auto;
height: auto;
overflow: hidden;
display: table;
margin: 0px auto 40px auto;
}
img.footer_logo {
width: 230px;
height: auto;
overflow: hidden;
display: inline-table;
}
footer .footer {
display: flex;
gap: 20px;
width: 100%;
margin: auto;
flex-wrap: wrap;
justify-content: space-between;
}
footer .footer .box {
flex: 1;
min-width: 200px;
padding: 0px;
}
footer .footer .accordion-header {
display: none;
background: transparent;
color: var(--beyaz);
padding: 0px 0px 10px 0px;
cursor: pointer;
border: none;
text-align: left;
width: 100%;
font-size: 18px;
font-weight: 700;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
footer .footer .accordion-header::before {
width: 70px;
height: 3px;
overflow: hidden;
display: block;
position: absolute;
content: "";
bottom: 0px;
left: 0px;
background: var(--kirmizi);
}
footer .footer .accordion-header .accordion-icon {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%) rotate(0deg);
transition: transform 0.3s ease;
font-size: 14px;
color: var(--beyaz;);
display: none;
}
footer .footer .accordion-header.active .accordion-icon {
transform: translateY(-50%) rotate(180deg);
}
footer .footer .accordion-content {
max-height: none;
overflow: visible;
transition: none;
color: var(--beyaz);
}
footer .footer .accordion-content ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 10px;
padding: 0;
margin: 20px 0 0 0;
}
footer .footer .accordion-content ul li {
flex: 1 1 calc(50% - 10px);
padding: 0;
list-style: none;
}
footer .footer .accordion-content ul li a {
color: var(--beyaz);
}
footer p.copyr {
width: 100%;
height: auto;
overflow: hidden;
display: block;
margin: 20px 0px 0px 0px;
font-size: 14px;
font-weight: 400;
color: var(--beyaz);
padding-top: 25px;
border-top: 1px solid rgb(255 255 255 / 25%);
}
footer .footer .accordion-content .iletisim {
display: block;
margin-top: 20px;
}
footer .footer .accordion-content .iletisim a {
display: block;
overflow: hidden;
margin-bottom: 15px;
color: var(--beyaz);
}
footer .footer .accordion-content .iletisim i {
width: 16px;
height: 16px;
line-height: 16px;
height: auto;
overflow: hidden;
display: block;
text-align: center;
float: left;
margin-right: 5px;
}
footer .footer .accordion-content .iletisim span {
width: auto;
height: 16px;
line-height: 16px;
height: auto;
overflow: hidden;
display: block;
text-align: left;
font-weight: 400;
}
footer .footer_alt {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 20px;
margin-top: 20px;
}
footer .sosyal,
footer .store {
width: calc(50% - 10px);
height: auto;
overflow: hidden;
display: flex;
align-items: flex-start;
position: relative;
}
footer .store a {
width: auto;
height: auto;
overflow: hidden;
display: inline-table;
position: relative;
margin-right: 20px;
padding: 5px 15px;
text-align: center;
background: var(--beyazbg);
border-radius: 4px;
}
footer .store a:last-child {
margin-right: 0
}
footer .store a img {
width: auto;
height: 28px
}
footer .sosyal {
align-items: center !important;
display: flex !important;
justify-content: flex-end;
}
footer .sosyal a {
display: block;
color: var(--beyaz);
font-size: 18px;
margin: 0px 4px;
}
footer .sosyal a:hover {
opacity: 0.8;
}
footer .sosyal .iconify[data-icon="gg:facebook"],
footer .sosyal .iconify[data-icon="ri:twitter-x-line"],
footer .sosyal .iconify[data-icon="streamline:instagram-solid"],
footer .sosyal .iconify[data-icon="tdesign:logo-youtube-filled"],
footer .sosyal .iconify[data-icon="mdi:rss"] {
font-size: 22px;
color: var(--beyaz);
display: inline-block;
vertical-align: middle;
}
#e_bulten_alan {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
padding: 0px 0px 0px 0px;
margin: 20px auto 0px auto;
}
#e_bulten_alan span {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
font-size: 14px;
font-weight: 400;
color: var(--beyaz);
margin-top: 10px;
padding: 0px 0px;
}
#e_bulten_alan .eBultenAbone * {
box-sizing: border-box;
}
#e_bulten_alan .eBultenAbone {
display: block;
overflow: hidden;
}
#e_bulten_alan .eBultenAbone input {
width: calc(100% - 46px);
height: 46px;
background: rgb(0 0 0 / 25%);
border: 1px solid rgb(255 255 255 / 5%);
border-right: none;
outline: none;
font-size: 15px;
font-weight: 400;
color: var(--beyaz);
border-radius: 0 !important;
padding: 0 20px;
float: left;
}
#e_bulten_alan .eBultenAbone button {
width: 46px;
height: 46px;
background: rgb(0 0 0 / 25%);
border: 1px solid rgb(255 255 255 / 5%);
border-left: none;
outline: none;
border-radius: 0 !important;
cursor: pointer;
text-align: center;
display: block;
align-items: center;
justify-content: center;
}
#e_bulten_alan .eBultenAbone button .iconify {
font-size: 22px;
color: var(--beyaz);
}
.bulten-mesaj {
margin-top: 10px;
font-size: 14px;
opacity: 0;
animation: bltnkeyframes 0.4s ease forwards;
}
@keyframes bltnkeyframes {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.bulten-mesaj.uyari {
color: #e0c372;
}
.bulten-mesaj.hata {
color: #f19999;
}
.bulten-mesaj.basarili {
color: #8fd38f;
}
.bulten-mesaj.kontrol {
color: #dddddd;
}
@media (min-width: 981px) and (max-width: 1377px) {
.ortala {
width: calc(100% - 30px);
max-width: calc(1010px - 30px);
}
.genelortala {
width: calc(100% - 30px);
max-width: calc(1010px - 30px);
}
.manset_kucuk .swiper-slide figure {
height: 338px;
}
.reklamCerceve #sagdasabit {
left: 1045px;
}
.reklamCerceve #soldasabit {
right: 1045px;
}
.kategori_manset_iki .swiper-slide div {
width: 400px;
}
.kategori_manset_iki .swiper-slide div h2 {
font-size: 22px;
-webkit-line-clamp: 3;
}
.kategori_manset_iki .swiper-slide div p {
font-size: 16px;
}
}
@media (min-width: 981px) and (max-width: 1200px) {
.nav nav ul > li > a {
font-size: 14px;
font-weight: 600;
padding: 0px 5px;
}
.manset_sol {
width: calc(100% - 0px);
float: unset;
margin: 0px 0px 0px 0px;
}
.manset_sag {
width: calc(100% - 0px);
float: unset;
margin: 20px 0px 0px 0px;
}
.manset_kucuk .kucuk_manset_numaralar {
display: none;
}
.manset_kucuk .swiper-slide figure {
height: auto;
}
.manset_kucuk .swiper-slide h2 {
width: calc(100% - 20px);
font-size: 18px;
margin: 10px 10px;
}
}
@media (max-width: 1100px) {
.reklamCerceve {
display: none;
}
}
@media (max-width: 980px) {
.reklamCerceve {
display: none;
}
.nav nav ul > li > a {
font-size: 14px;
font-weight: 600;
padding: 0px 5px;
}
.finansverileri {
display: flex !important;
gap: 0px !important;
white-space: nowrap;
max-width: 100%;
width: auto!important;
}
.finansverileri .swiper-slide {
flex: 0 0 auto;
}
.manset_sol {
width: calc(100% - 0px);
float: unset;
margin: 0px 0px 0px 0px;
}
.manset_sag {
width: calc(100% - 0px);
float: unset;
margin: 20px 0px 0px 0px;
}
.manset_kucuk .kucuk_manset_numaralar {
display: none;
}
.manset_kucuk .swiper-slide figure {
height: auto;
}
.manset_kucuk .swiper-slide h2 {
width: calc(100% - 20px);
font-size: 18px;
margin: 10px 10px;
}
.anasayfa_kategori_bir,
.anasayfa_kategori_iki,
.anasayfa_kategori_uc,
.anasayfa_kategori_dort {
grid-template-columns: repeat(2, 1fr);
}
.anasayfa_kategori_uc > div:nth-child(2),
.anasayfa_kategori_dort > div:nth-child(5) {
order: 9;
}
#anasayfa_youtube .sol {
width: calc(100% - 0px);
margin-bottom: 15px;
}
#anasayfa_youtube .sag {
width: calc(100% - 0px);
}
.category_liste_bir {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.category_liste_bir > .haber:nth-of-type(1),
.category_liste_bir > .haber:nth-of-type(7),
.category_liste_bir > .haber:nth-of-type(17) {
grid-column: span 2 !important;
grid-row: span 2 !important;
}
.category_liste_bir > section {
grid-column: 1 / -1!important;
width: 100%!important;
}
.category_liste_bir > section:nth-of-type(1) {
order: 6;
}
.category_liste_bir > section:nth-of-type(2) {
order: 12;
}
.category_liste_bir > section:nth-of-type(3) {
order: 17;
}
.category_liste_bir > .haber:nth-of-type(1) { order: 1; }
.category_liste_bir > .haber:nth-of-type(2) { order: 2; }
.category_liste_bir > .haber:nth-of-type(3) { order: 3; }
.category_liste_bir > .haber:nth-of-type(4) { order: 4; }
.category_liste_bir > .haber:nth-of-type(5) { order: 5; }
.category_liste_bir > .haber:nth-of-type(6) { order: 6; }
.category_liste_bir > .haber:nth-of-type(7) { order: 8; }
.category_liste_bir > .haber:nth-of-type(8) { order: 7; }
.category_liste_bir > .haber:nth-of-type(9) { order: 9; }
.category_liste_bir > .haber:nth-of-type(10) { order: 10; }
.category_liste_bir > .haber:nth-of-type(11) { order: 12; }
.category_liste_bir > .haber:nth-of-type(12) { order: 13; }
.category_liste_bir > .haber:nth-of-type(13) { order: 14; }
.category_liste_bir > .haber:nth-of-type(14) { order: 15; }
.category_liste_bir > .haber:nth-of-type(15) { order: 17; }
.category_liste_bir > .haber:nth-of-type(16) { order: 18; }
.category_liste_bir > .haber:nth-of-type(17) { order: 19; }
.category_liste_bir > .haber:nth-of-type(18) { order: 20; }
.category_liste_bir > .haber:nth-of-type(19) { order: 21; }
.category_vizyondakiler > section:nth-of-type(1) {
order: 5;
}
.category_vizyondakiler > section:nth-of-type(2) {
order: 9;
}
.category_vizyondakiler > section:nth-of-type(3) {
order: 13;
}
.category_vizyondakiler > .vizyonn:nth-of-type(1) { order: 1; }
.category_vizyondakiler > .vizyonn:nth-of-type(2) { order: 2; }
.category_vizyondakiler > .vizyonn:nth-of-type(3) { order: 3; }
.category_vizyondakiler > .vizyonn:nth-of-type(4) { order: 4; }
.category_vizyondakiler > .vizyonn:nth-of-type(5) { order: 5; }
.category_vizyondakiler > .vizyonn:nth-of-type(6) { order: 6; }
.category_vizyondakiler > .vizyonn:nth-of-type(7) { order: 8; }
.category_vizyondakiler > .vizyonn:nth-of-type(8) { order: 7; }
.category_vizyondakiler > .vizyonn:nth-of-type(9) { order: 9; }
.category_vizyondakiler > .vizyonn:nth-of-type(10) { order: 10; }
.category_vizyondakiler > .vizyonn:nth-of-type(11) { order: 12; }
.category_vizyondakiler > .vizyonn:nth-of-type(12) { order: 13; }
.category_vizyondakiler > .vizyonn:nth-of-type(13) { order: 14; }
.category_vizyondakiler > .vizyonn:nth-of-type(14) { order: 15; }
.category_vizyondakiler > .vizyonn:nth-of-type(15) { order: 17; }
.category_vizyondakiler > .vizyonn:nth-of-type(16) { order: 18; }
.category_vizyondakiler > .vizyonn:nth-of-type(17) { order: 19; }
.category_vizyondakiler > .vizyonn:nth-of-type(18) { order: 20; }
.category_vizyondakiler > .vizyonn:nth-of-type(19) { order: 21; }
.kategori_sol,
.kategori_sag {
width: calc(100% - 0px);
float: unset;
margin-right: unset;
margin-top: 30px;
}
.kategori_manset_iki .swiper-slide,
.kategori_manset_iki .swiper-slide a {
display: block !important;
}
.kategori_manset_iki .swiper-slide figure {
display: block;
width: 100%;
max-height: unset;
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
}
.kategori_manset_iki .swiper-slide figure img {
aspect-ratio: 16 / 9;
width: 100%;
height: auto;
}
.kategori_manset_iki .swiper-slide div {
display: block;
width: calc(100% - 0px);
padding: 0px;
margin-top: 10px;
background: transparent!important;
}
.kategori_manset_iki .swiper-slide div:after,
.kategori_manset_iki .swiper-slide div:before {
display: none;
}
.kategori_manset_iki .swiper-slide div h2 {
-webkit-line-clamp: 2;
font-size: 18px;
color: var(--siyah);
}
.kategori_manset_iki .swiper-slide div p {
font-size: 16px;
line-height: 1.4;
color: var(--siyah);
}
.kategor_manset_numaralar {
right: 5px !important;
top: 8px !important;
gap: 1px;
}
.kategor_manset_numaralar .swiper-pagination-bullet {
width: 20px !important;
height: 20px !important;
line-height: 20px !important;
}
.kategor_manset_numaralar .swiper-pagination-bullet a {
font-size: 11px;
}
.article-title h1,
.sol .article-title h1 {
font-size: 28px;
line-height: 1.3;
}
.article-title h2,
.sol .article-title h2 {
font-size: 18px;
line-height: 1.4;
}
#detay_sayfasi .sol {
width: calc(100% - 0px);
float: unset;
margin-right: 0px;
}
article#articleBody p {
font-size: 16px;
line-height: 1.6;
}
#detay_sayfasi .sag {
width: calc(100% - 0px);
}
.anasayfa_kategori_yedi {
display: flex;
flex-direction: column;
gap: 20px;
}
.anasayfa_kategori_yedi .kategori-slider-sol {
display: grid;
grid-template-columns: 1fr;
}
.anasayfa_kategori_yedi .kategori-slider-sag {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
.anasayfa_kategori_yedi .kategori-slider-alti {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
article#articleBody table {
display: block !important;
width: 100% !important;
overflow-x: auto !important;
overflow-y: hidden !important;
-webkit-overflow-scrolling: touch !important;
word-break: break-word;
max-width: 100vw;
}
article#articleBody table td,
article#articleBody table th {
white-space: nowrap;
min-width: 120px;
}
}
@media (max-width: 768px) {
.ortala,
.ortala_header,
.genelortala,
.genelortala_header {
width: calc(100% - 20px);
max-width: calc(1200px - 20px);
padding: 0px 10px;
}
.header_iki .icon_logo,
.header_iki .sosyal_medya {
padding: 0px 10px;
}
.header_havadurumu {
display: none;
}
#side-menu .header_havadurumu {
display: flex;
justify-content: center;
}
#side-menu .header_havadurumu .hava_dropdown {
right: unset;
left: 50%;
transform: translateX(-50%);
}
.logo img {
width: auto;
height: 42px;
}
.ust_bosluk {
margin-top: 20px;
}
header .sosyal a {
display: none;
}
header .sosyal a.giris {
width: 37px;
height: 37px;
overflow: hidden;
border-radius: 100%;
padding: 0px;
display: block;
text-align: center;
}
header .sosyal a.giris span {
display: none;
}
.nav {
display: none;
}
.header_iki .sosyal_medya a.grsyp {
border: 1px solid transparent;
}
.header_iki .sosyal_medya a.grsyp strong {
display: none;
}
.kategori_manset_iki .swiper-slide div p {
display: none;
}
.sicak_gelismeler .haber figure,
.one_cikanlar .swiper-slide .haber figure,
.resmi_ilanlar_ana .swiper-slide .haber figure {
max-width: 100%;
max-height: unset;
}
.manset_buyuk .swiper-slide figure {
aspect-ratio: 16 / 9;
width: 100%;
}
.manset_buyuk .swiper-slide h2 {
font-size: 18px;
}
.kategori_sol {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.kategori_sol .liste_haber {
flex: 0 0 calc(50% - 15px);
margin-bottom: 15px;
}
.liste_haber a {
display: block;
}
.liste_haber img {
max-width: 100%;
margin: unset;
}
.liste_haber p {
display: none;
}
.liste_haber h2 {
width: calc(100% - 0px);
font-size: 16px;
font-weight: 700;
padding-right: 0px;
margin: 10px 0px 0px 0px;
}
.article-title h1,
.sol .article-title h1 {
font-size: 24px;
line-height: 1.3;
margin-bottom: 10px;
}
.article-date {
width: 100%;
}
.article-date li {
float: left;
margin-right: 10px;
}
.article-share {
width: 100%;
justify-content: center;
margin-top: 10px;
}
.article-share a {
width: 32px;
height: 32px;
line-height: 32px;
font-size: 14px;
}
.yatay_benzer_ic_listele {
grid-template-columns: repeat(2, 1fr);
}
.article-author span.tum-yazilari {
position: relative;
right: unset;
top: unset;
transform: unset;
margin: 5px 0px 3px 0px!important;
}
.ilan_listele_bir {
grid-template-columns: repeat(2, 1fr);
}
.category_vizyondakiler {
grid-template-columns: repeat(2, 1fr);
}
.page_sayfa_baslik h3 {
height: 32px;
line-height: 32px;
font-size: 16px;
}
section#hisse_alani .hisse_kolon {
flex: 0 0 100%;
}
.burc-listesi li {
flex: 0 0 calc(25% - 20px);
}
footer .footer {
flex-direction: column;
}
footer .footer .box {
border-top: none;
}
footer .footer .accordion-header .accordion-icon,
footer .footer .accordion-header.active .accordion-icon {
display: block;
}
footer .footer .accordion-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out, padding 0.2s ease;
padding: 0 0px;
}
footer .footer .accordion-content.open {
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
footer .footer .accordion-content ul li {
flex: 1 1 100%;
}
footer .footer_alt {
flex-direction: column;
}
footer .sosyal,
footer .store {
width: calc(100% - 0px);
display: block!important;
text-align: center;
}
footer .sosyal a {
display: inline-block!important;
}
footer .store a {
margin-right: 10px;
padding: 5px 10px;
}
footer .store a img {
height: 18px;
}
}
@media (max-width: 640px) {
header .sosyal a.giris span {
display: none;
}
.son_dakika_prev,
.son_dakika_next {
display: none;
}
.son_butonlar {
min-width: 47px;
}
.ust_son_dakika .swiper-slide span.saat {
font-size: 10px;
}
.ust_son_dakika .swiper-slide a {
font-size: 14px;
}
.manset_buyuk .swiper-slide figure img {
object-fit: cover;
}
.manset_kucuk .swiper-slide figure {
height: auto;
}
.yatay_puan_slider,
.yatay_fikstur_slider {
width: calc(100% - 74px);
}
.yatay_puan_slider .takim-logosu img {
width: 32px;
height: 32px;
}
.yatay_puandurumu_slider_prev,
.yatay_puandurumu_slider_next,
.yatay_fikstur_slider_prev,
.yatay_fikstur_slider_next {
width: 32px;
height: 32px;
}
.header_iki .icon_logo,
.header_iki .sosyal_medya {
padding: 0px 10px 0px 5px;
}
.header_iki .hamburger-icon {
margin: 0px 5px 0px 0px;
padding: 0px 5px 0px 0px;
}
section#anafinans_iki {
width: calc(100% - 10px);
padding: 5px 5px 5px 5px;
}
section#anafinans .ust_finans .finans-baslik,
section#anafinans_iki .ust_finans .finans-baslik,
.yatay_kripto .kripto-baslik {
font-size: 12px;
}
section#anafinans .ust_finans .finans-fiyat,
section#anafinans_iki .ust_finans .finans-fiyat,
.yatay_kripto .kripto-fiyat {
font-size: 11px;
}
section#anafinans .ust_finans .finans-fiyat span.fark,
section#anafinans_iki .ust_finans .finans-fiyat span.fark,
.yatay_kripto .kripto-fiyat span.fark {
font-size: 10px;
}
section#anafinans .ust_finans .finans-baslik .iconify,
section#anafinans_iki .ust_finans .finans-baslik .iconify,
.yatay_kripto .kripto-baslik .iconify {
font-size: 14px;
}
.manset_buyuk .swiper-slide h2,
.manset_kucuk .swiper-slide h2 {
width: calc(100% - 20px);
margin: 6px 10px;
font-size: 16px;
line-height: 1.5;
}
.sicak_gelismeler .haber strong,
.one_cikanlar .haber strong,
.resmi_ilanlar_ana .swiper-slide .haber strong {
font-size: 14px;
font-weight: 500;
}
.ilan_listele_bir .li-con.bik-ilan h3 {
font-size: 14px;
font-weight: 500;
}
}
@media (max-width: 480px) {
.burc-listesi li {
flex: 0 0 calc(33.33% - 20px);
}
}
