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;
max-height: 444.40px;
}
.manset_kucuk .swiper-slide figure img {
width: 100%;
height: 100%;
max-height: 444.40px;
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(//www.7eylul.com.tr/wp-content/themes/theHaberV9/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); 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;
}
.altili_kutu {
display: grid;
grid-template-columns: repeat(6, 1fr);
gap: 16px;
list-style: none;
margin: 0;
padding: 0;
}
.altili_kutu li {
position: relative;
background: #fff;
overflow: hidden;
transition: box-shadow 0.2s;
min-height: 180px;
display: flex;
}
.altili_kutu a {
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: flex-end;
text-decoration: none;
color: inherit;
width: 100%;
height: 220px;
padding: 10px 10px;
box-sizing: border-box;
position: relative;
z-index: 2;
}
.altili_kutu figure {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
margin: 0;
z-index: 1;
pointer-events: none;
display: block;
}
.altili_kutu img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
filter: brightness(0.95); }
.altili_kutu figure:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 59%,rgba(0,0,0,.9) 100%);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
-webkit-transition: all .25s;
-moz-transition: all .25s;
-ms-transition: all .25s;
-o-transition: all .25s;
transition: all .25s;
}
.altili_kutu a:hover figure:after {
background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 20%,rgb(181 0 0 / 90%) 100%);
}
.altili_kutu .iconify {
font-size: 38px;
color: #fff;
text-shadow: 0 2px 8px rgba(0,0,0,0.20);
margin-bottom: 10px;
order: 1;
align-self: flex-end;
z-index: 2;
}
.altili_kutu strong {
display: block;
text-align: right;
font-size: 15px;
font-weight: 300;
color: #fff;
order: 2;
line-height: 1.3;
white-space: pre-line;
z-index: 2;
text-shadow: 0 2px 8px rgba(0,0,0,0.24);
}
.altili_kutu strong::first-line {
font-weight: 700;
font-size: 18px;
} @media (max-width: 980px) {
.altili_kutu {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 750px) {
.altili_kutu {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 640px) {
.altili_kutu {
grid-template-columns: repeat(3, 1fr);
gap: 10px;
}
.altili_kutu li {
min-height: 150px;
}
.altili_kutu a {
height: 150px;
}
.altili_kutu .iconify {
font-size: 28px;
}
.altili_kutu strong {
font-size: 13px;
}
.altili_kutu strong::first-line {
font-size: 16px;
}
}
.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);
}
}.site_baslik {
width: 100%;
height: auto;
overflow: hidden;
display: block;
position: relative;
margin: 0px 0px 20px 0px;
}
.site_baslik h3 {
width: fit-content;
height: 36px;
line-height: 37px;
overflow: hidden;
display: inline-block;
position: relative;
background: var(--body);
padding: 0px 15px 4px 0px;
z-index: 2;
font-size: 22px;
font-weight: 700;
color: var(--siyah_color);
}
.site_baslik:after {
width: 100%;
height: 1px;
overflow: hidden;
display: block;
position: absolute;
content: "";
background: var(--border);
top: calc(50% - 3px);
transform: translateY(-50%);
z-index: 1;
}
.site_baslik h3::before {
width: calc(100% - 15px);
height: 5px;
overflow: hidden;
display: inline-block;
position: absolute;
content: "";
bottom: 0px;
left: 0px;
background: var(--siyah);
border-radius: 4px;
}
.site_baslik a {
width: auto;
height: 16px;
line-height: 16px;
overflow: hidden;
display: inline-block;
padding-left: 15px;
background: var(--body);
font-size: 11px;
font-weight: 600;
color: var(--siyah_color);
position: absolute;
top: calc(50% - 4px);
transform: translateY(-50%);
right: 0px;
z-index: 2;
}
.site_baslik a:hover {
color: var(--kirmizi);
}
.site_baslik h3[data-control="ÖNE ÇIKAN HABERLER"]::before,
.site_baslik h3[data-control="Öne Çıkan Haberler"]::before {
background: var(--turuncu);
}
.site_baslik h3[data-control="GÜNDEM"]::before,
.site_baslik h3[data-control="Gündem"]::before {
background: var(--kirmizi);
}
.site_baslik h3[data-control="EKONOMİ"]::before,
.site_baslik h3[data-control="Ekonomi"]::before {
background: var(--mavi);
}
.site_baslik h3[data-control="SPOR"]::before,
.site_baslik h3[data-control="Spor"]::before {
background: var(--yesil);
}
.site_baslik h3[data-control="DÜNYA"]::before,
.site_baslik h3[data-control="Dünya"]::before {
background: var(--turuncu);
}
.site_baslik h3[data-control="SİYASET"]::before,
.site_baslik h3[data-control="Siyaset"]::before {
background: var(--kirmizi);
}
.site_baslik h3[data-control="MAGAZİN"]::before,
.site_baslik h3[data-control="Magazin"]::before {
background: var(--mor);
}
.site_baslik h3[data-control="RESMİ İLANLAR"]::before,
.site_baslik h3[data-control="Resmi İlanlar"]::before,
.site_baslik h3[data-control="BASIN İLAN"]::before,
.site_baslik h3[data-control="Basın İlan"]::before,
.site_baslik h3[data-control="İLANLAR"]::before,
.site_baslik h3[data-control="İlan"]::before {
background: var(--hardal);
}
.site_baslik h3[data-control="YORUM YAP"]::before {
background: var(--kirmizi);
}
.site_baslik h3[data-control="VIDEO GALERİ"]::before,
.site_baslik h3[data-control="Video Galeri"]::before,
.site_baslik h3[data-control="VİDEO GALERİ"]::before {
background: var(--kirmizi);
}
.one_cikanlar .swiper-slide[data-control="GÜNDEM"] .dashed-line,
.one_cikanlar .swiper-slide[data-control="Gündem"] .dashed-line {
background: repeating-linear-gradient(
to right,
var(--kirmizi) 0px,
var(--kirmizi) 5px,
transparent 5px,
transparent 10px
);
}
.one_cikanlar .swiper-slide[data-control="EKONOMİ"] .dashed-line,
.one_cikanlar .swiper-slide[data-control="Ekonomi"] .dashed-line {
background: repeating-linear-gradient(
to right,
var(--mavi) 0px,
var(--mavi) 5px,
transparent 5px,
transparent 10px
);
}
.one_cikanlar .swiper-slide[data-control="SPOR"] .dashed-line,
.one_cikanlar .swiper-slide[data-control="Spor"] .dashed-line {
background: repeating-linear-gradient(
to right,
var(--yesil) 0px,
var(--yesil) 5px,
transparent 5px,
transparent 10px
);
}
.one_cikanlar .swiper-slide[data-control="DÜNYA"] .dashed-line,
.one_cikanlar .swiper-slide[data-control="Dünya"] .dashed-line {
background: repeating-linear-gradient(
to right,
var(--turuncu) 0px,
var(--turuncu) 5px,
transparent 5px,
transparent 10px
);
}
.one_cikanlar .swiper-slide[data-control="SİYASET"] .dashed-line,
.one_cikanlar .swiper-slide[data-control="Siyaset"] .dashed-line {
background: repeating-linear-gradient(
to right,
var(--kirmizi) 0px,
var(--kirmizi) 5px,
transparent 5px,
transparent 10px
);
}
.one_cikanlar .swiper-slide[data-control="MAGAZİN"] .dashed-line,
.one_cikanlar .swiper-slide[data-control="Magazin"] .dashed-line {
background: repeating-linear-gradient(
to right,
var(--mor) 0px,
var(--mor) 5px,
transparent 5px,
transparent 10px
);
}
.one_cikanlar .swiper-slide[data-control="GÜNDEM"] .solid-line,
.one_cikanlar .swiper-slide[data-control="Gündem"] .solid-line {
border: 2px solid var(--kirmizi);
}
.one_cikanlar .swiper-slide[data-control="EKONOMİ"] .solid-line,
.one_cikanlar .swiper-slide[data-control="Ekonomi"] .solid-line {
border: 2px solid var(--mavi);
}
.one_cikanlar .swiper-slide[data-control="SPOR"] .solid-line,
.one_cikanlar .swiper-slide[data-control="Spor"] .solid-line {
border: 2px solid var(--yesil);
}
.one_cikanlar .swiper-slide[data-control="DÜNYA"] .solid-line,
.one_cikanlar .swiper-slide[data-control="Dünya"] .solid-line {
border: 2px solid var(--turuncu);
}
.one_cikanlar .swiper-slide[data-control="SİYASET"] .solid-line,
.one_cikanlar .swiper-slide[data-control="Siyaset"] .solid-line {
border: 2px solid var(--kirmizi);
}
.one_cikanlar .swiper-slide[data-control="MAGAZİN"] .solid-line,
.one_cikanlar .swiper-slide[data-control="Magazin"] .solid-line {
border: 2px solid var(--kirmizi);
}
.one_cikanlar .swiper-slide[data-control="GÜNDEM"] time,
.one_cikanlar .swiper-slide[data-control="Gündem"] time {
color: var(--kirmizi);
}
.one_cikanlar .swiper-slide[data-control="EKONOMİ"] time,
.one_cikanlar .swiper-slide[data-control="Ekonomi"] time {
color: var(--mavi);
}
.one_cikanlar .swiper-slide[data-control="SPOR"] time,
.one_cikanlar .swiper-slide[data-control="Spor"] time {
color: var(--yesil);
}
.one_cikanlar .swiper-slide[data-control="DÜNYA"] time,
.one_cikanlar .swiper-slide[data-control="Dünya"] time {
color: var(--turuncu);
}
.one_cikanlar .swiper-slide[data-control="SİYASET"] time,
.one_cikanlar .swiper-slide[data-control="Siyaset"] time {
color: var(--kirmizi);
}
.one_cikanlar .swiper-slide[data-control="MAGAZİN"] time,
.one_cikanlar .swiper-slide[data-control="Magazin"] time {
color: var(--kirmizi);
}
.one_cikanlar .swiper-slide[data-control="GÜNDEM"] .moving-lines:after,
.one_cikanlar .swiper-slide[data-control="Gündem"] .moving-lines:after {
background: var(--kirmizi);
}
.one_cikanlar .swiper-slide[data-control="EKONOMİ"] .moving-lines:after,
.one_cikanlar .swiper-slide[data-control="Ekonomi"] .moving-lines:after {
background: var(--mavi);
}
.one_cikanlar .swiper-slide[data-control="SPOR"] .moving-lines:after,
.one_cikanlar .swiper-slide[data-control="Spor"] .moving-lines:after {
background: var(--yesil);
}
.one_cikanlar .swiper-slide[data-control="DÜNYA"] .moving-lines:after,
.one_cikanlar .swiper-slide[data-control="Dünya"] .moving-lines:after {
background: var(--turuncu);
}
.one_cikanlar .swiper-slide[data-control="SİYASET"] .moving-lines:after,
.one_cikanlar .swiper-slide[data-control="Siyaset"] .moving-lines:after {
background: var(--kirmizi);
}
.one_cikanlar .swiper-slide[data-control="MAGAZİN"] .moving-lines:after,
.one_cikanlar .swiper-slide[data-control="Magazin"] .moving-lines:after {
background: var(--kirmizi);
}
.hamburger-icon {
width: auto;
height: auto;
line-height: 30px;
overflow: hidden;
display: block;
position: relative;
margin: 0px 5px 0px 0px;
padding: 0px 5px 0px 0px;
font-size: 26px;
color: var(--beyaz);
background: none;
border: none;
outline: none;
cursor: pointer;
z-index: 99;
}
.icon_logo .hamburger-icon {
color: var(--siyah);
}
.hamburger-icon svg {
vertical-align: middle;
}
.side-menu {
position: fixed;
top: 0;
left: 0;
width: 300px;
height: calc(100% - 0px);
background: var(--mobilbg);
transform: translateX(-100%);
transition: transform 0.3s ease;
z-index: 9999999;
padding-top: 0px;
}
.side-menu.open {
transform: translateX(0);
}
.side-menu ul {
list-style: none;
margin: 0;
padding: 0;
}
.side-menu ul li {
position: relative;
margin: 0;
padding: 0;
}
.side-menu ul li a {
display: flex;
justify-content: space-between;
align-items: center;
padding: 7px 20px;
font-size: 18px;
font-weight: 600;
color: var(--mobil_color);
text-decoration: none;
cursor: pointer;
transition: background 0.2s ease;
}
.side-menu ul li a:hover {
opacity: 0.8;
}
.side-menu .submenu-icon {
font-size: 14px;
margin-left: auto;
transition: transform 0.3s ease;
}
.side-menu li.submenu-open .submenu-icon {
transform: rotate(180deg);
}
.side-menu li ul {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease;
list-style: none;
padding: 0;
margin: 0;
}
.side-menu li ul li a {
padding: 7px 20px 7px 30px;
font-size: 16px;
font-weight: 400;
color: var(--mobil_color);
display: block;
}
.side-menu .mwhatsapp {
width: calc(100% - 30px);
height: auto;
overflow: hidden;
display: block;
position: relative;
margin-top: 20px;
background: rgb(14 193 47/100%);
padding: 7.5px 15px;
text-align: center;
-webkit-transition: all .25s;
-moz-transition: all .25s;
-ms-transition: all .25s;
-o-transition: all .25s;
transition: all .25s
}
.side-menu .mwhatsapp:hover {
background: rgb(14 193 47/70%)
}
.side-menu .mwhatsapp a {
height: calc(44px - 0px);
display: block
}
.side-menu .mwhatsapp .iconify[data-icon="mdi:whatsapp"] {
width: auto;
height: 44px;
overflow: hidden;
position: relative;
font-size: 44px;
margin-right: 12px;
color: var(--beyaz);
display: inline-block;
animation: wpPulse 1.6s ease-in-out infinite;
}
@keyframes wpPulse {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
}
.side-menu .mwhatsapp strong {
width: 100px;
height: 44px;
line-height: 1.4;
overflow: hidden;
display: inline-block;
position: relative;
font-size: 16px;
color: #fff;
font-weight: 300;
text-align: left
}
.side-menu .mwhatsapp strong:first-line {
font-weight: 500
}
.close-menu {
position: absolute;
top: 18px;
right: 5px;
font-size: 30px;
background: none;
border: none;
color: var(--mobil_color);
cursor: pointer;
}
.menu-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
backdrop-filter: blur(3px);
background-color: rgba(0, 0, 0, 0.3);
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
z-index: 999998;
}
.menu-overlay.open {
opacity: 1;
visibility: visible;
}
.menu_scrollbar {
width: 100%;
height: calc(100% - 30px);
overflow: hidden;
display: block;
}
.menu_scrollbar_ic {
width: 100%;
height: calc(100% - 30px);
padding-right: 0;
overflow-y: scroll;
}
.menu_scrollbar_ic::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 3px rgb(255 255 255 / 80%) !important;
background-color: rgb(255 255 255 / 80%) !important;
}
.menu_scrollbar_ic::-webkit-scrollbar {
width: 3px !important;
background-color: rgb(255 255 255 / 80%) !important;
}
.menu_scrollbar_ic::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 3px rgb(0 0 0 / 80%) !important;
background: rgb(0 0 0 / 80%) !important;
}
.side-menu .menu_sosyal a {
color: var(--mobil_color);
border-color: rgb(255 255 255 / 40%);
}
img.f_mlogo {
width: auto;
height: 36px;
overflow: hidden;
display: block;
margin: 20px 0px 15px 20px;
object-fit: contain;
object-position: center;
}
.menu_sosyal {
width: 100%;
height: auto;
overflow: hidden;
display: block;
position: relative;
margin: 20px 0px 50px 0px;
text-align: center;
}
.menu_sosyal a {
width: 32px;
height: 32px;
line-height: 32px;
overflow: hidden;
display: inline-table;
padding: 0px 0px;
margin: 0px 3px;
color: var(--beyaz);
border: 1px solid #ffffff;
background: transparent;
border-radius: 100%;
}
.menu_sosyal a:hover {
color: var(--beyaz);
border: 1px solid var(--kirmizi);
background: var(--kirmizi);
}
.menu_sosyal .iconify {
font-size: 18px;
vertical-align: middle;
}
section.reklam {
width: 100%;
min-height: 10px;
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px;
}
.yatay_reklam {
width: 100%;
max-width: 100%;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
flex-direction: column;
}
.yatay_reklam img {
max-width: 100%;
height: auto;
display: block;
object-fit: contain;
object-position: center;
} .arama-buton {
width: auto;
height: 37px;
overflow: hidden;
border: 1px solid var(--beyaz);
background: transparent;
border-radius: 20px;
padding: 0px 15px;
cursor: pointer;
font-size: 14px;
color: var(--beyaz);
outline: none;
}
.arama-buton .iconify[data-icon="material-symbols:search-rounded"] {
font-size: 22px;
color: var(--beyaz);
display: inline-block;
vertical-align: middle;
}
.arama-panel {
width: calc(90% - 30px);
max-width: calc(900px - 30px);
height: auto;
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0.9);
padding: 0px 0px;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
z-index: 1001;
opacity: 0;
transition: opacity 0.3s ease, transform 0.3s ease;
}
.arama-panel.show {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
#aramaOverlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
backdrop-filter: blur(3px);
background-color: rgba(0, 0, 0, 0.3);
z-index: 1000;
transition: opacity 0.3s ease;
opacity: 0;
}
#aramaOverlay.active {
display: block;
opacity: 1;
}
.arama-panel form {
position: relative;
}
.arama-panel input {
width: calc(100% - 100px);
height: auto;
overflow: hidden;
display: block;
position: relative;
padding: 15px 70px 15px 30px;
border: 0px;
outline: 0px;
font-size: 18px;
font-weight: 700;
border-radius: 9999px;
z-index: 1;
}
.arama-panel button {
width: auto;
height: auto;
overflow: hidden;
display: block;
position: absolute;
z-index: 2;
top: 50%;
transform: translateY(-50%);
right: 20px;
font-size: 22px;
color: var(--siyah_color);
border: 0px;
outline: none;
background: transparent;
cursor: pointer;
}
.yorumun_alani {
width: 100%;
height: auto;
overflow: hidden;
display: block;
position: relative;
margin-top: 45px;
}
.yorumun_alani input#author,
.yorumun_alani input#email {
width: calc(50% - 10px);
height: 45px;
resize: vertical;
box-sizing: border-box;
padding: 10px;
font-size: 15px;
line-height: 1.4;
border: 1px solid var(--border);
outline: none;
border-radius: 3px;
margin: 0px 15px 15px 0px;
}
.yorumun_alani input#email {
margin: 0px 0px 15px 0px;
}
.yorumun_alani .textarea textarea {
width: 100%;
height: 100px;
resize: vertical;
box-sizing: border-box;
padding: 10px;
font-size: 15px;
line-height: 1.4;
border: 1px solid var(--border);
outline: none;
border-radius: 3px;
font-family: var(--fontfamily);
}
.yorumun_alani .textarea textarea:focus,
.yorumun_alani .textarea textarea:focus-visible,
.yorumun_alani input#author:focus,
.yorumun_alani input#email:focus,
.yorumun_alani input#author:focus-visible,
.yorumun_alani input#email:focus-visible  {
border: 1px solid var(--siyah);
border-radius: 3px;
}
.yorumun_alani button#submit {
width: 120px;
text-align: center;
position: relative;
overflow: hidden;
background: var(--siyah);
color: var(--beyaz);
border: none;
padding: 10px 0px;
font-size: 15px;
font-weight: 500;
cursor: pointer;
z-index: 1;
border-radius: 3px;
margin-top: 5px;
}
.yorumun_alani button#submit::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
background: var(--yesil);
transform: translate(-50%, -50%);
z-index: 0;
transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}
.yorumun_alani button#submit:hover::before {
width: 105%;
height: 105%;
}
.yorumun_alani button#submit span {
position: relative;
z-index: 2;
}
.yorumun_alani .yorumacevapveren {
width: 100%;
height: auto;
overflow: hidden;
display: block;
margin-bottom: 10px;
font-size: 14px;
font-weight: 400;
}
.yorumun_alani .yorumacevapveren a {
font-weight: 700;
color: var(--kirmizi);
}
.yapilanYorumlar {
width: 100%;
height: auto;
overflow: hidden;
display: block;
position: relative;
margin: 20px 0px;
}
.yapilanYorumlar .yorum {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
margin: 0px 0px 15px 0px;
padding: 0px 0px 15px 0px;
border-bottom: 1px solid var(--border);
} .yapilanYorumlar .yorum span.name {
font-size: 15px;
font-weight: 500;
}
.yapilanYorumlar .yorum span.date {
font-size: 10px;
font-weight: 400;
margin-left: 5px;
opacity: 0.6;
}
.yapilanYorumlar .yorum p {
font-size: 15px;
font-weight: 400;
margin: 10px 0px 8px 0px;
}
.yapilanYorumlar ul.children {
padding: 0px 0px 0px 10px;
}
.yorum-butonlari {
width: auto;
height: auto;
overflow: hidden;
display: block;
float: left;
}
.yorum-butonlari a,
.yapilanYorumlar .yorum .answer a {
display: inline-block;
padding: 4px 10px;
border-radius: 6px;
font-size: 14px;
text-decoration: none;
color: #444444;
margin-right: 0px;
}
.yorum-butonlari a.comment-reply-link {
padding: 4px 2px;
}
.yorum-butonlari a.comment-reply-link:hover,
.yapilanYorumlar .yorum .answer a:hover {
color: #dc3545;
}
.yorum-butonlari a i.fa-thumbs-up {
width: 15px;
}
.yorum-butonlari a i.fa-thumbs-down {
width: 19px;
}
.yorum-butonlari a.begen-link:hover {
color: #28a745;
}
.yorum-butonlari a.begenme-link:hover {
color: #dc3545;
}
.yorum-butonlari a.secili.begen-link {
color: #28a745;
}
.yorum-butonlari a.secili.begenme-link {
color: #dc3545;
}
.yorum-butonlari a.disabled {
opacity: 1;
pointer-events: none;
cursor: default;
}
.yorum-kurali {
width: calc(100% - 120px);
margin: 15px 0;
font-size: 14px;
float: left;
position: relative;
}
.yorum-kurali a {
color: var(--kirmizi);
text-decoration: underline;
cursor: pointer;
}
.yorum-kurali label {
position: relative;
padding-left: 30px;
cursor: pointer;
font-size: 15px;
user-select: none;
display: inline-block;
color: var(--siyah_color);
}
.yorum-kurali input[type="checkbox"] {
opacity: 0;
position: absolute;
left: 0;
top: 0;
height: 21px;
width: 21px;
cursor: pointer;
z-index: 2;
margin: 0px;
}
.yorum-kurali label::before {
content: "";
position: absolute;
left: 0;
top: 1px;
width: 18px;
height: 18px;
border: 2px solid var(--border);
border-radius: 4px;
background-color: var(--beyaz);
transition: all 0.3s ease;
z-index: 1;
}
.yorum-kurali label::after {
content: "";
position: absolute;
left: 7px;
top: 3px;
width: 6px;
height: 12px;
border: solid var(--beyaz);
border-width: 0 2px 2px 0;
transform: rotate(45deg);
opacity: 0;
transition: opacity 0.2s ease;
z-index: 3;
}
.yorum-kurali input[type="checkbox"]:checked + label::before {
background-color: var(--kirmizi);
border-color: var(--kirmizi);
}
.yorum-kurali input[type="checkbox"]:checked + label::after {
opacity: 1;
}
.kural-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
backdrop-filter: blur(3px);
background-color: rgba(0, 0, 0, 0.3);
z-index: 999;
}
.kural-modal {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #fff;
padding: 20px 15px;
border-radius: 5px;
z-index: 1000;
width: 90%;
max-width: 600px;
box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.kural-modal .kapat {
position: absolute;
top: 10px;
right: 15px;
font-size: 20px;
cursor: pointer;
}
.kural-icerik {
height: auto;
}
.kural-icerik h3 {
width: 100%;
height: auto;
overflow: hidden;
display: block;
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px solid var(--border);
font-size: 18px!important;
font-weight: 700;
color: var(--kirmizi);
}
.kural-icerik h3 i {
padding: 0px 5px 0px 2px;
}
.kural-icerik p {
font-size: 14px;
font-weight: 400;
}
.kural-icerik ol {
width: calc(100% - 20px);
height: auto;
overflow: hidden;
padding: 0px 0px 0px 20px;
margin: 15px 0px 0px 0px;
}
.kural-icerik ol li {
margin-bottom: 10px;
font-size: 14px;
font-weight: 400;
}
.kural-alert {
background-color: #ffebeb;
color: #c0392b;
border-left: 4px solid #e74c3c;
padding: 10px 15px;
margin: 15px 0 0;
border-radius: 4px;
font-size: 14px;
display: none;
opacity: 0;
transition: opacity 0.3s ease;
}
.kural-alert.show {
opacity: 1;
}
.yorum-bos {
width: auto;
display: table;
background: #f8f8f8;
margin: 20px auto;
font-size: 15px;
}
ul.thewp_sayfayolu {
width: 100%;
height: auto;
overflow: hidden;
display: block;
position: relative;
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
}
ul.thewp_sayfayolu li {
width: auto;
height: 20px;
line-height: 20px;
overflow: hidden;
display: block;
position: relative;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
float: left;
}
ul.thewp_sayfayolu li a {
position: relative;
margin: 0px 5px 0px 0px;
padding: 0px 10px 0px 0px;
color: var(--siyah_color);
opacity: 0.6;
font-size: 13px;
height: 20px;
line-height: 20px;
}
ul.thewp_sayfayolu li a:after {
width: auto;
height: auto;
position: absolute;
content: ">";
right: 0px;
color: var(--siyah_color);
opacity: 0.6;
font-size: 13px;
top: 50%;
transform: translateY(-50%);
}
ul.thewp_sayfayolu li strong {
color: var(--siyah_color);
opacity: 0.8;
font-size: 13px;
font-weight: 600;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
height: 20px;
line-height: 22px;
}
.thewp-pagination-wrapper {
width: 100%;
text-align: center;
margin: 20px 0px 0px 0px;
}
.thewp-pagination,
.page-numbers {
display: inline-flex;
list-style: none;
padding: 0;
gap: 8px;
}
.thewp-pagination li,
.page-numbers li {
display: inline;
}
.thewp-pagination a,
.thewp-pagination span,
.page-numbers li a,
.page-numbers li span {
height: 34px;
line-height: 34px;
overflow: hidden;
display: inline-block;
padding: 0px 14px;
border: 1px solid var(--border);
color: var(--siyah_color);
text-decoration: none;
border-radius: 3px;
transition: all 0.3s;
font-size: 14px;
font-weight: 600;
}
.thewp-pagination a:hover,
.page-numbers li a:hover {
background: var(--kirmizi);
color: var(--beyaz);
}
.thewp-pagination .active span,
.page-numbers li .page-numbers.current {
background: var(--kirmizi);
color: var(--beyaz);
border-color: var(--kirmizi);
}
.thewp-pagination .dots,
.page-numbers li .page-numbers.dots {
padding: 0px 10px;
color: #999;
}
.thewp-pagination .iconify[data-icon="material-symbols:chevron-right"],
.page-numbers li .iconify[data-icon="material-symbols:chevron-right"],
.thewp-pagination .iconify[data-icon="material-symbols:chevron-left"],
.page-numbers li .iconify[data-icon="material-symbols:chevron-left"] {
font-size: 22px;
display: inline-block;
vertical-align: middle;
}
@media (max-width: 980px) {
ul.thewp_sayfayolu li a,
ul.thewp_sayfayolu li strong {
font-size: 11px;
}
ul.thewp_sayfayolu li a:after {
top: 55%;
transform: translateY(-50%);
}
}
@media (max-width: 768px) {
section.reklam {
margin-top: 20px;
}
.yorumun_alani input#author,
.yorumun_alani input#email {
width: calc(100% - 1px);
margin: 0px 0px 15px 0px;
}
.yorumun_alani input#email {
margin: 0px 0px 15px 0px;
}
}
@media (max-width: 640px) {
.side-menu {
width: 100%;
}
.arama-buton {
display: none;
}
}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}:root {
--body: #f7f7f7;
--mobilbg: #121212;
--mobil_color: #ffffff;
--yatay_bg: #de1e12;
--yesil: #439d2b;
--turuncu: #f56e00;
--mor: #3b2167;
--mavi: #1666d9;
--kirmizi_color: #de1e12;
--kirmizi: #de1e12;
--siyah: #121212;
--siyah_color: #121212;
--hardal: #e1a500;
--beyaz: #ffffff;
--beyazbg: #ffffff;
--border: #e1e1e1;
--gribg: #fbfbfb;
--fontfamily: "source_sans_proregular", "Poppins", sans-serif;
--mansetfamily: "source_sans_proregular", "Merriweather", sans-serif;
}
body {
font-family: var(--fontfamily);
}
.manset_buyuk .swiper-slide h2,
.kategori_manset_iki .swiper-slide div h2 {
font-family: var(--mansetfamily);
}
@media (max-width: 600px) {
.anasayfa_kategori_bir,
.anasayfa_kategori_iki,
.anasayfa_kategori_uc,
.anasayfa_kategori_dort,
.anasayfa_kategori_yedi .kategori-slider-sag,
.anasayfa_kategori_yedi .kategori-slider-alti,
.kategori_sol,
.ilan_listele_bir,
.kategori_kutu,
.category_liste_bir {
gap: 10px;
}
.anasayfa_kategori_iki .haber:first-child strong,
.anasayfa_kategori_uc .haber:nth-child(2) strong,
.anasayfa_kategori_dort .haber:nth-child(5) strong,
.anasayfa_kategori_yedi .swiper-slide .haber strong,
.category_liste_bir > .haber:nth-of-type(1) strong,
.category_liste_bir > .haber:nth-of-type(7) strong,
.category_liste_bir > .haber:nth-of-type(17) strong {
font-size: 17px;
font-weight: 500;
}
.anasayfa_kategori_bir .haber strong,
.anasayfa_kategori_iki .haber strong,
.anasayfa_kategori_uc .haber strong,
.anasayfa_kategori_dort .haber strong,
.anasayfa_kategori_yedi .kategori-slider-sag .haber strong,
.anasayfa_kategori_yedi .kategori-slider-alti .haber strong,
.liste_haber h2,
.ilan_listele_bir .haber strong,
.kategori_kutu .kutu_haber strong,
.category_liste_bir .haber strong {
font-size: 14px;
font-weight: 500;
}
.kategori_sol .liste_haber {
flex: 0 0 calc(50% - 5px);
}
}