/*
Theme Name: THEWP Haber Teması v9
Theme URI:https://thewp.com.tr
Description: WordPress tema
Author: theWP.com.tr
Author URI: https://thewp.com.tr
Version: V9
License: theWP.com.tr - Tüm Hakları Saklıdır.
Tags: Kadir Kenar, theWP, Wordpress Tema
*/

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,mark,nav,object,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,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.firefox {
font-family: "source_sans_pro_lightregular", 'Poppins', sans-serif;
}
body {
height: auto;
font-family: "source_sans_proregular", 'Poppins', sans-serif;
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);
}

.floating-home {
display: none;
}


.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;
}
.ust_bosluk {
display: block;
margin-top: 40px;
}
.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 {
max-width: 100%;
height: auto;
max-height: 46px;
}
.logo_iki img {
height: auto;
max-height: 46px;
display: none;
}
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 10px;
}
header .sosyal a:hover {
opacity: 0.8;
}
header .sosyal a.giris {
width: calc(108px - 30px);
height: 37px;
line-height: 37px;
overflow: hidden;
background: var(--beyazbg);
border-radius: 20px;
padding: 0px 15px;
margin: 0px 0px 0px 5px;
cursor: pointer;
font-size: 14px;
color: var(--siyah_color);
}
header .sosyal a.giris:hover {
background: var(--kirmizihover);
color: var(--beyaz);
opacity: 1;
}
header .sosyal a.whatsapp {
width: auto;
height: 37px;
line-height: 37px;
overflow: hidden;
background: #25D366;
border-radius: 20px;
padding: 0px 15px 0px 40px;
margin: 0px 0px 0px 5px;
cursor: pointer;
font-size: 14px;
color: var(--siyah_color);
position: relative;
}
header .sosyal a.whatsapp i {
font-size: 22px;
position: absolute;
top: 7px;
left: 15px;
}
header .sosyal a.whatsapp:hover {
background: var(--kirmizihover);
color: var(--beyaz);
opacity: 1;
}


header .sosyal a.whatsapp_iki {
width: auto;
height: 37px;
line-height: 37px;
overflow: hidden;
background: #25D366;
border-radius: 20px;
padding: 0px 15px 0px 40px;
margin: 0px 0px 0px 5px;
cursor: pointer;
font-size: 14px;
color: var(--siyah_color);
position: relative;
display: none;
}
header .sosyal a.whatsapp_iki i {
font-size: 22px;
position: absolute;
top: 7px;
left: 15px;
}
header .sosyal a.whatsapp_iki:hover {
background: var(--kirmizihover);
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;
}

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);
}
.finansverileri {
display: grid !important;
grid-template-columns: repeat(6, 1fr);
gap: 20px;
width: 100%;
}
.finansverileri .swiper-slide {
flex: 1;
min-width: 0;
}

.finansverileri .swiper-slide .finic {
display: flex;
align-items: center;
gap: 0px;
white-space: nowrap;
}
.finansverileri .swiper-slide .finic i {
width: auto;
height: auto;
overflow: hidden;
display: block;
position: absolute;
bottom: 1px;
left: 0px;
font-size: 16px;
}
.finansverileri .swiper-slide .finic i.fa-caret-down {
bottom: 3px;
}
.finansverileri .swiper-slide .finic strong {
width: auto;
height: auto;
overflow: hidden;
display: block;
font-size: 13px;
font-weight: 600;
color: var(--siyah_color);
float: left;
padding-left: 14px;
}
.finansverileri .swiper-slide .finic font {
width: auto;
height: auto;
overflow: hidden;
display: block;
font-size: 12px;
font-weight: 400;
float: left;
padding-left: 5px;
}
.finansverileri .swiper-slide .finic font:last-child {
font-weight: 400;
}
.finansverileri .swiper-slide .finic font.up,
.finansverileri .swiper-slide .finic .fa-caret-up {
color: var(--yesil);
}
.finansverileri .swiper-slide .finic font.down,
.finansverileri .swiper-slide .finic .fa-caret-down {
color: var(--kirmizi);
}

.sicak_gelismeler {
visibility: hidden;
opacity: 0;
transition: opacity 0.1s 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 a {
display: block;
}

.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: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;
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;
}
.manset_buyuk .swiper-pagination-bullet a {
color: var(--beyaz);
display: block;
}
.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 a {
display: block;
}
.manset_kucuk .swiper-slide figure {
width: 100%;
aspect-ratio: 100 / 123.44; /* ya da yaklaşık 8204 / 10000 */
position: relative;
overflow: hidden;
}

.manset_kucuk .swiper-slide figure img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
}
.manset_kucuk .swiper-slide figure:before {
content: "";
position: absolute;
left: 0;
bottom: -1px;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.8) 100%);
background-size: 100% 100%;
background-position: center;
z-index: 2;
pointer-events: none;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#E6000000', GradientType=0);
}
.manset_kucuk .swiper-slide h2 {
width: calc(100% - 40px);
height: auto;
overflow: hidden;
display: block;
position: absolute;
content: "";
z-index: 3;
bottom: 0px;
left: 0px;
margin: 20px 20px;
font-size: 20px;
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_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 .swiper-slide .haber,
.one_cikanlar .swiper-slide .haber a {
display: block;
overflow: hidden;
}
.one_cikanlar .swiper-slide .haber a:hover strong {
color: var(--kirmizi);
}
.one_cikanlar .swiper-slide .haber figure {
aspect-ratio: 16 / 9;
width: 100%;
overflow: hidden;
position: relative;
}
.one_cikanlar .swiper-slide .haber figure img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
}
.one_cikanlar .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;
}
.one_cikanlar .swiper-slide time {
width: 100%;
height: auto;
overflow: hidden;
display: block;
text-align: center;
font-size: 14px;
font-weight: 700;
margin-top: 4px;
}
.moving-lines {
position: relative;
width: 100%;
height: 18px;
overflow: hidden;
display: block;
margin-top: 5px;
}
.moving-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;
}
.dashed-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%);
}
.solid-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: contain;
object-position: center;
}
.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: contain;
object-position: center;
}
.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: contain;
object-position: center;
}
.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_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: contain;
object-position: center;
}
#anasayfa_youtube .sol .haber figure:after {
position: absolute;
content: "";
left: 0px;
top: 0px;
width: 100%;
display: block;
z-index: 3;
padding: 120px 0px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
background: var(--siyah);
background: linear-gradient(0deg, rgb(18 18 0 / 0%) 0%, rgb(18, 18, 0) 90%);
}
#anasayfa_youtube .sol .haber strong {
width: calc(100% - 40px);
height: auto;
line-height: 1.5;
overflow: hidden;
display: block;
position: absolute;
content: "";
top: 0px;
left: 0px;
margin: 20px 20px;
z-index: 3;
font-size: 22px;
font-weight: 600;
color: var(--beyaz);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
}
#anasayfa_youtube .sol .haber a:after {
content: " ";
display: block;
position: absolute;
transition: transform 0.3s ease-in-out;
width: 120px;
height: 75px;
background: url(images/youtube-player.svg) center center no-repeat;
background-size: 60%;
opacity: .9;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 3;
}
#anasayfa_youtube .sol .haber a:hover:after {
transform: translate(-50%, -50%) scale(1.1);
}
#anasayfa_youtube .sag {
width: calc(430px - 0px);
height: 405px;
overflow: hidden;
display: block;
position: relative;
}
#anasayfa_youtube .sag .scrollbar {
width: 100%;
height: calc(100% - 0px);
overflow: hidden;
display: block;
}
#anasayfa_youtube .sag .scrollbar_ic {
width: 100%;
height: calc(100% - 0px);
padding-right: 0;
overflow-y: scroll;
}
#anasayfa_youtube .sag .scrollbar_ic::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
background-color: rgba(255, 255, 255, 0.1) !important;
}
#anasayfa_youtube .sag .scrollbar_ic::-webkit-scrollbar {
width: 8px !important;
background-color: rgba(255, 255, 255, 0.1) !important;
}
#anasayfa_youtube .sag .scrollbar_ic::-webkit-scrollbar-thumb {
-webkit-box-shadow: inset 0 0 6px var(--kirmizi) !important;
background: var(--kirmizi) !important;
}

#anasayfa_youtube .sag .haber {
display: flex;
align-items: center;
overflow: hidden;
margin-bottom: 20px;
}
#anasayfa_youtube .sag .haber:last-child {
margin-bottom: 0px;
}
#anasayfa_youtube .sag .haber a {
display: flex;
align-items: center;
overflow: hidden;
}
#anasayfa_youtube .sag .haber a:hover strong {
opacity: 0.8;
}
#anasayfa_youtube .sag .haber figure {
width: 125px;
aspect-ratio: 16 / 9;
position: relative;
overflow: hidden;
float: left;
margin-right: 15px;
flex-shrink: 0;
}

#anasayfa_youtube .sag .haber figure img {
width: 100%;
height: 100%;
display: block;
object-fit: contain;
object-position: center;
}

#anasayfa_youtube .sag .haber strong {
flex: 1;
display: flex;
align-items: center;
justify-content: flex-start;
line-height: 1.4;
font-size: 16px;
font-weight: 600;
color: var(--beyaz);
text-overflow: ellipsis;
white-space: normal;
margin: 0px 15px 0px 0px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}

.resmi_ilanlar_ana .swiper-slide .li-con.bik-ilan,
.resmi_ilanlar_ana .swiper-slide .li-con.bik-ilan a {
display: block;
overflow: hidden;
}
.resmi_ilanlar_ana .swiper-slide .li-con.bik-ilan a:hover strong {
color: var(--kirmizi);
}
.resmi_ilanlar_ana .swiper-slide .li-con.bik-ilan .post-image {
aspect-ratio: 16 / 9;
width: 100%;
overflow: hidden;
position: relative;
}
.resmi_ilanlar_ana .swiper-slide .li-con.bik-ilan .post-image img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
}
.resmi_ilanlar_ana .swiper-slide .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;
}

#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: 36px;
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#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;
}
.iceriklerrr {
font-size: 18px;
font-weight: 400;
line-height: 1.8;
margin-bottom: 15px;
overflow: hidden;
color: var(--siyah_color);
display: block;

}
article#articleBody p {
font-size: 18px;
font-weight: 400;
line-height: 1.8;
margin-bottom: 15px;
overflow: hidden;
color: var(--siyah_color);
}
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 {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
font-size: 16px;
text-align: left;
min-width: 100% !important;
max-width: 100% !important;
table-layout: fixed !important;
}
article#articleBody table,
article#articleBody thead,
article#articleBody tbody,
article#articleBody table tr {
display: block;
}
article#articleBody table *{
    text-wrap: wrap !important;
    word-wrap: break-word !important; /* Uzun kelimeleri kırar */
    white-space: normal !important; /* Metni normal şekilde sarar */
    overflow-wrap: break-word !important; /* Kelime sarmalamayı sağlar */
}
article#articleBody table th,
article#articleBody table td {
border: 1px solid var(--border);
padding: 10px;
font-size: 15px!important;
}
article#articleBody table strong {
font-size: 15px!important;
}
article#articleBody table th {
background-color: #f4f4f4;
font-weight: bold;
}
article#articleBody table tr:nth-child(even) {
background-color: #f9f9f9;
}
article#articleBody table tr:hover {
background-color: #f1f1f1;
}
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: 30px 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 blockquote::before {
content: "\f10d";
font-family: "Font Awesome 6 Free";
font-weight: 900;
position: absolute;
top: -23px;
left: 20px;
font-size: 3em;
color: var(--kirmizi);
opacity: 0.4;
}


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: 0px 0px 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-size: 14px!important;
font-weight: 600;
display: block;
text-align: left;
}
.article-author span {
font-size: 12px!important;
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;
}


.haberi-duzenleyen {
display: flex;
align-items: center;
gap: 10px;
margin: 0px 0px 10px 0px;
padding: 10px 0px;
border-bottom: 1px solid var(--border);
position: relative;
}
.haberi-duzenleyen 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;
}
.haberi-duzenleyen img.yazar-avatar {
width: 66px!important;
height: 66px!important;
}
.haberi-duzenleyen .text {
display: flex;
flex-direction: column;
justify-content: center;
}
.haberi-duzenleyen strong {
font-size: 14px!important;
font-weight: 600;
display: block;
text-align: left;
}
.haberi-duzenleyen span {
font-size: 12px!important;
font-weight: 400;
display: block;
text-align: left;
}

.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 .dateshare {
display: block;
border: 0px;
}
.sol .article-date li {
float: left;
margin-right: 10px;
}



#detay_sayfasi .sag {
width: 360px;
position: relative;
overflow: hidden;
}
.sag_baslik {
width: calc(100% - 40px);
height: auto;
overflow: hidden;
display: block;
position: relative;
margin: 0px 0px 15px 0px;
padding: 0px 0px 0px 40px;
}
.sag_baslik:after {
width: 20px;
height: 18px;
overflow: hidden;
display: block;
position: absolute;
content: "";
top: 50%;
transform: translateY(-50%);
left: 10px;
background: var(--kirmizi);
border-top-left-radius: 1px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 1px;
}
.sag_baslik:before {
width: 100%;
height: 1px;
overflow: hidden;
display: block;
position: absolute;
content: "";
background: var(--siyah);
/*top: calc(50% - 3px);
transform: translateY(-50%);*/
bottom: 8px;
z-index: 1;
}
.sag_baslik h3 {
width: auto;
height: 32px;
overflow: hidden;
display: inline-flex;
font-size: 22px;
font-weight: 700;
color: var(--siyah_color);
background: var(--body);
position: relative;
z-index: 2;
padding-right: 15px;
}
ul.benzer_haberler {
width: 100%;
margin-top: 20px;
padding: 0;
position: relative;
overflow: hidden;
}

ul.benzer_haberler li {
width: calc(100% - 40px);
height: 66px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 40px;
position: relative;
display: flex;
align-items: center;
box-sizing: border-box;
}

ul.benzer_haberler li:after {
content: "";
position: absolute;
top: 0;
left: 20px;
width: 2px;
height: 100%;
background: var(--border);
z-index: 1;
}
ul.benzer_haberler li a {
width: calc(100% - 10px);
font-size: 15px;
font-weight: 600;
color: var(--siyah_color);
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
white-space: normal;
margin: 0px 0px 0px 10px;
}
ul.benzer_haberler li a:hover {
color: var(--kirmizi);
}
ul.benzer_haberler li span {
width: 40px;
height: 22px;
line-height: 22px;
overflow: hidden;
display: block;
position: absolute;
content: "";
background: var(--body);
top: 50%;
transform: translateY(-50%);
left: 0px;
font-size: 12px;
font-weight: 600;
color: var(--kirmizi);
text-align: center;
border-radius: 0%;
z-index: 2;
-webkit-transition: all .25s;
-moz-transition: all .25s;
-ms-transition: all .25s;
-o-transition: all .25s;
transition: all .25s;
}

#kategori_sayfasi {
display: block;
margin-bottom: 30px;
}

.category_liste_bir {
display: grid !important;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
padding: 0;
margin: 0;
}
.category_liste_bir > .haber:nth-of-type(1),
.category_liste_bir > .haber:nth-of-type(7),
.category_liste_bir > .haber:nth-of-type(17) {
grid-column: span 2;
grid-row: span 2;
}

.category_liste_bir .haber {
display: block;
overflow: hidden;
}
.category_liste_bir .haber a {
display: block;
overflow: hidden;
}
.category_liste_bir .haber a:hover strong {
color: var(--kirmizi);
}
.category_liste_bir .haber figure {
aspect-ratio: 16 / 9;
width: 100%;
overflow: hidden;
position: relative;
}
.category_liste_bir .haber figure img {
width: 100%;
height: 100%;
object-fit: contain;
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(--kirmizi);
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(--kirmizi);
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(--kirmizi);
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.3;
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: 30px;
}
.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: contain;
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: 30px;
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: 30px 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: contain;
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;
}
.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: contain;
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;
}


.canli_yayin_iframesi {
position: relative;
width: 100%;
padding-bottom: 36.25%;
height: 0;
overflow: hidden;
}

.canli_yayin_iframesi iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}










.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: 170px;
}
.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: 0px;
padding: 40px 0px 40px 0px;
background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5) 3%, transparent 0, transparent 50%);
background-size: 0.5em 0.5em;
background-color: var(--siyah_color);
}
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::after {
content: "\f107";
font-family: "Font Awesome 6 Free";
font-weight: 900;
transition: transform 0.3s ease;
display: none;
}
footer .footer .accordion-header.active::after {
content: "\f106";
transform: rotate(180deg);
display: none;
}
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: 40px 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 10px;
}
footer .sosyal a:hover {
opacity: 0.8;
}

#e_bulten_alan {
width: calc(100% - 0px);
height: auto;
overflow: hidden;
display: block;
position: relative;
padding: 20px 0px 10px 0px;
margin: 40px auto 0px auto;
background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5) 3%, transparent 0, transparent 50%);
background-size: 0.5em 0.5em;
background-color: var(--mavi);
}
.e_bulten_alan {
width: calc(100% - 30px);
max-width: calc(700px - 30px);
height: auto;
overflow: hidden;
display: block;
position: relative;
margin: 0px auto;
}
#e_bulten_alan span {
width: calc(100% - 40px);
height: auto;
overflow: hidden;
display: block;
font-size: 14px;
font-weight: 400;
color: var(--beyaz);
text-align: center;
margin-top: 10px;
padding: 0px 20px;
}
#e_bulten_alan .eBultenAbone {
display: block;
overflow: hidden;
}
#e_bulten_alan .eBultenAbone img {
width: 64px;
height: 64px;
overflow: hidden;
display: block;
float: left;
margin-right: 20px;
}
#e_bulten_alan .eBultenAbone input {
width: calc(100% - 238px);
height: 46px;
overflow: hidden;
display: block;
position: relative;
background: var(--beyazbg);
border: 0px;
outline: none;
font-size: 16px;
font-weight: 500;
color: var(--siyah_color);
border-radius: 9999px!important;
float: left;
margin-right: 10px;
padding: 0px 20px;
margin-top: 4px;
}
#e_bulten_alan .eBultenAbone button {
width: 100px;
height: 46px;
overflow: hidden;
display: block;
position: relative;
background: var(--beyazbg);
border: 0px;
outline: none;
font-size: 16px;
font-weight: 600;
color: var(--siyah_color);
border-radius: 9999px!important;
margin-top: 4px;
cursor: pointer;
}

@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 {
aspect-ratio: 100 / 93.75;
}
.reklamCerceve #sagdasabit {
left: 1045px;
}
.reklamCerceve #soldasabit {
right: 1045px;
}
}

@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: 350px;
}
.manset_kucuk .swiper-slide h2 {
font-size: 18px;
}
}

@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: 350px;
}
.manset_kucuk .swiper-slide h2 {
font-size: 18px;
}



.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: var(--body);
}
.kategori_manset_iki .swiper-slide div:after,
.kategori_manset_iki .swiper-slide div:before {
display: none;
}
.kategori_manset_iki .swiper-slide div h2 {
font-size: 18px;
color: var(--siyah);
}
.kategori_manset_iki .swiper-slide div p {
font-size: 16px;
line-height: 1.4;
color: var(--siyah);
}


.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);
}





























}



@media (max-width: 768px) {
.floating-home {
position: fixed;
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
bottom: 140px;
right: 20px;
background: var(--kirmizi);
color: var(--beyaz);
padding: 0;
border-radius: 50%;
text-align: center;
font-size: 20px;
z-index: 2147483000;
box-shadow: 0 4px 10px rgba(0,0,0,0.2);
transition: background-color 0.3s ease;
display: block;
}
.floating-home:hover {
background: var(--kirmizihover);
text-decoration: none;
}

.floating-yorum {
position: fixed;
width: 48px;
height: 48px;
line-height: 48px;
text-align: center;
bottom: 80px;
right: 20px;
background: var(--yesil);
color: var(--beyaz);
padding: 0;
border-radius: 50%;
text-align: center;
font-size: 20px;
z-index: 2147483000;
box-shadow: 0 4px 10px rgba(0,0,0,0.2);
transition: background-color 0.3s ease;
display: block;
}
.floating-yorum:hover {
background: var(--kirmizihover);
text-decoration: none;
}

.ust_bosluk {
margin-top: 20px;
}
.logo img {
display: none;
}
.logo_iki img {
max-height: 54px;
width: auto;
display: block;
}
header .sosyal a,
.arama-buton span {
display: none;
}
header .sosyal a.whatsapp,
header .sosyal a.whatsapp_iki span {
display: none;
}
header .sosyal a.whatsapp_iki {
display: block;
}
header .sosyal a.whatsapp_iki i {
left: 18px;
}
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;
}

.sicak_gelismeler .haber figure {
max-width: 100%;
max-height: unset;
}

.manset_buyuk .swiper-slide figure {
aspect-ratio: unset;
width: 100%;
height: auto;
}
.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);
}


footer .footer {
flex-direction: column;
}

footer .footer .box {
border-top: none;
}

footer .footer .accordion-header::after {
display: block;
}
footer .footer .accordion-header.active::after {
display: block;
}
footer .footer .accordion-content {
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out, padding 0.2s ease;
padding: 0 10px;
}

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;
}

.manset_buyuk .swiper-slide figure img {
object-fit: contain;
}
.manset_kucuk .swiper-slide figure {
height: 300px;
}




}
