* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%;
}

body, html {
    min-width: 320px; 
    width: 100%;
	min-height: 100vh;
    font-family: sans-serif;
    font-weight: 400;
	font-size:13px;
    color: #000;
    overflow-x: hidden; 
	background-color: #fff; 
	
}
body {
	font-size: 16px; 
	line-height: 1.6; 
}
.option {
    transition: all 0.3s ease; 
}
h1 {
    font-family: sans-serif;
    font-weight: 700; 
}

p {
    font-family: sans-serif;
    font-weight: 400; 
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}


ul, ol {
    list-style: none;
    padding-left: 0;
    font-family: "Georgia", sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
    display: block; 
}

button {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    font-family: inherit; 
    transition: background-color 0.3s; 
}

button:hover {
    background-color: #0056b3;
}

input, textarea {
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    font-family: inherit;
}

input:focus, textarea:focus {
    border-color: #007bff;
    outline: none;
}

label {
    margin-bottom: 0.5rem;
    display: block;
}
.arrow {
	border: solid #880a0d;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	z-index: 0;
	cursor: pointer;
  }
  
.right {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
  
.left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
  
.up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
  }
  
.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.quotes3before:before {
    content: '';
    display: inline-block;
    background-image: url('/s/i/i-tirnak.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 38px;
    height: 36px;
    margin-right: 10px;
    vertical-align: middle;
}
.quotes2before:before {
    content: '';
    display: inline-block;
    background-image: url('/s/i/i-tirnak.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 21px;
    height: 19px;
    margin-right: 7px;
    vertical-align: middle;
}
.quotes1before:before {
    content: '';
    display: inline-block;
    background-image: url('/s/i/i-tirnak.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle;
}

.quotes3after:after {
    content: '';
    display: inline-block;
    background-image: url('/s/i/i-tirnakReverse.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 38px;
    height: 36px;
    margin-left: 10px;
    vertical-align: middle;
}
.quotes2after:after {
    content: '';
    display: inline-block;
    background-image: url('/s/i/i-tirnakReverse.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 21px;
    height: 19px;
    margin-left: 7px;
    vertical-align: middle;
}
.quotes1after:after {
    content: '';
    display: inline-block;
    background-image: url('/s/i/i-tirnakReverse.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 14px;
    margin-left: 5px;
    vertical-align: middle;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 4px;
}
 
::-webkit-scrollbar-track {
    background-color: #E6E6E6;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #000000; 
}
::placeholder {
    color: #aaa;
    opacity: 1; 
}
.scroll-inner::-webkit-scrollbar {
	width: 10px;
}
.scroll-inner::-webkit-scrollbar:horizontal {
	height: 4px;
	padding: 0 4px ;
}
.scroll-inner::-webkit-scrollbar-track {
	background-color: #E6E6E6;
}
.scroll-inner::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #000000; 
}
.loadmore {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:10px;
}
.loadmore span{
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 5px;
    background: #880A0D;
    color: #FFF;
    text-align: center;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}
.hidden {
    display: none;
}
.visible {
    display: block; 
}
.gap20{
	gap:20px;
}
.gap70{
	gap:70px !important;
}
.gap35{
	gap:35px !important;
}
.cifttirnakreverse{
    font-size: 24px;
    color:#880a0d;
    display: flex;
}
/**/
.container {
    display: flex; 
    flex-direction: column;
	align-items: center;
	justify-content: space-between;
    width: 100%;
	height: 100%;
	gap: 20px;
}
.content{
    max-width: 1392px;
    min-width: 320px;
    width: 100%;
    padding: 0;
}
.fix {padding-top: 182px;}

/*Header*/
.header-navmenu{display: none;}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease; 
    box-shadow: none;
    display: flex;    
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 2;
}

.header.scrolled .content .topheader {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 15px 0 15px;
    height: 68px;
    gap: 20px;
    z-index: 6;
}
.header.scrolled .header-menu {
    position: absolute;
    z-index: 9999;
}
.header.scrolled .header-menu.open {
    position: absolute;
    top: 5px;
    box-shadow: unset;
    -webkit-box-shadow: none;
    -moz-box-shadow: unset;
    background: #fff;
}
.header.scrolled .linex{
    display: none;
}
.header.scrolled .header-menu {
    pointer-events: none;
}

.header.scrolled .header-menu a {
    pointer-events: auto;
}

.header.scrolled .header-menu.open .bottomheader-menu {
    display: flex;
    justify-content: center;
    height: 193px;
    padding: 29px 30px;
    width: 1055px;
    z-index: 4;
}
.header.scrolled .topheader .social-exchange
,.header.scrolled .topheader .headmain .leftblock .weather
,.header.scrolled .topheader .headmain .rightblock
,.header.scrolled .topheader .headmain .category-head{
    display:none;
}

.header .topheader {
    transition: all 0.3s ease;
}
.header.scrolled .topheader .headmain{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 38px;
}
.header.scrolled .topheader .headmain .leftblock{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header.scrolled .topheader .headmain .leftblock .logo-today{
    display: flex;
    align-items: center;
    flex-direction: row;
}

.header.scrolled .topheader .headmain .leftblock .logo-today img{
    height: 38px;
}
.header.scrolled .topheader .headmain .leftblock .menu-today{
    display: flex;
    flex-direction: row;
    gap:25px;
}

.header.scrolled .topheader .toplogo{
    display: none;
}
.header.scrolled input.search-input.active{
    top: -50px;
    right: 60px;
    left: auto;
    z-index: 6;
}
    .header.scrolled .header-menu.open .latest-menu-link {
        left: 25px;
    }

.header .content{
    position: relative;
    display: flex; 
    flex-direction: column;
    align-items: center;    
}
.header .content .topheader{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 15px 0 13px;
    height: 105px;
    gap: 20px;
}
.header .content .toplogo{
    position: absolute;
    inset: 10px auto auto 50% !important;
    transform: translate(-50%);
}


/**/
.header .searchdiv{
    position: relative;
    max-width: 1392px;
    width: 100%;
}
.header .search-input{
    display: none;
}
.header .search-input.active{
    display: block;
    width: 100%;
    position: absolute;
    border-radius: 10px;
    border: 1px solid #d6dded;
    box-sizing: border-box;
    height: 32px;
    top: -59px;
    left: 115px;
    background: #f5f5f5;
    max-width: 220px;
    z-index: 2;
    padding: 0 20px;
}
/**/

.header .header-menu{
    display: flex; 
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: center;
    cursor:pointer;
}
.bottomheader-menu .quick-menu .menu-item{
    display: none;
}
.header .bottomheader-menu{
    display: flex; 
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px;
    width: 100%;
    height: 40px;
    gap: 40px;
    z-index: 5;
}
.header .bottomheader-menu .quick-menu  {
    position: relative;
    display: flex; 
    flex-direction: column;
    white-space: nowrap;
}
.header .bottomheader-menu .quick-menu a.title {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    font-family: Roboto;
    font-style: normal;
    color: #333;
    text-align: left;
    line-height: 10px;
    cursor: pointer;
    gap: 0;
}

.header .bottomheader-menu .quick-menu a.title:hover:after
,.header .bottomheader-menu .quick-menu a.title.actived:after{
    content: "";
    height: 2px;
    border-bottom: 2px solid #880A0D;
    display: block;
    position: absolute;
    width: 100%;
}
.header .content .bottomheader-menu .menu-items {
    display: flex;
    align-items: flex-start;
    position: relative;
    font-size: 14px;
    line-height: 10px;
    font-weight: 500;
    font-family: Roboto;
    color: #333;
    text-align: left;
    flex-direction: column;
    gap: 10px;
}
.header .content .bottomheader-menu .menu-item a:hover {
    text-decoration: underline;
}
.linex {
    width: 100%;
    height: 1px;
    position: relative;
    background-color: rgba(51, 51, 51, 0.2);    
}
.liney {
    width: 1px;
    height: 100%;
    position: relative;
    background-color: #880A0D;
}
.navlinex {
    width: 100%;
    position: relative;
    border-top: 1px solid #333;
}

.header .bottomheader-menu .title.active::before{
    content:'';
    position: absolute;
    display: flex;
    border-radius: 50%;
    background-color: #880a0d;
    height: 6px;
    width: 6px;
    top: 1px;
    left: -10px;
    animation: blink 1.5s infinite;
} 

#menu-icon {
    display: block;
}

#close-icon {
    display: none;
}

.header-menu.open #menu-icon {
    display: none;
}

.header-menu.open #close-icon {
    display: block;
}
.header .header-menu.open {
    background-color: #efefef;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 1;
    position: absolute;
    top: 106px;
    box-shadow: 0px 6px 5px -5px rgba(0,0,0,0.34) inset;
    -webkit-box-shadow: 0px 6px 5px -5px rgba(0,0,0,0.34) inset;
    -moz-box-shadow: 0px 6px 5px -5px rgba(0,0,0,0.34) inset;
}
 .header-menu.open ~ .navlinex{
    height: 46px;
    position: absolute;
    top: 200px;
}
.header .header-menu.open .bottomheader-menu .quick-menu  {

    gap:15px;
}
.header .header-menu.open .bottomheader-menu {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 193px;
    padding: 30px 0 30px 0;

}
.header .header-menu.open .bottomheader-menu .quick-menu .menu-item{
    display: flex;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.75);
    font-family: Roboto;
    font-weight: 500;
    
}

@keyframes blink {
    0% {
        background-color: #880a0d;
    }
    50% {
        background-color: #880a0c2c;
    }
    100% {
        background-color: #880a0d;
    }
}

/**/
.header .social-exchange{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.header .social{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}
.header .exchange .title {
    position: relative;
    line-height: 9px;
    text-transform: uppercase;
    font-weight: 500;
}
.header .exchange.exchange-kur-up .kur {
    position: relative;
    line-height: 9px;
    text-transform: uppercase;
    color: #656565;
}
.header .exchange.exchange-kur-up .degisim {
    position: relative;
    line-height: 9px;
    text-transform: uppercase;
    color: #3f893b;
}
.header .exchange.exchange-kur-up i{
    background-image:url(/s/i/i-kur-up.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width:5px;
    height:10px;
}
.header .exchange.exchange-kur-down .degisim {
    position: relative;
    line-height: 9px;
    text-transform: uppercase;
    color: #880a0d;
}
.header .exchange.exchange-kur-down i{
    background-image:url(/s/i/i-kur-down.png);
    background-size: contain;
    background-repeat: no-repeat;
    width:5px;
    height:10px;
}
.header .exchange {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    text-align: left;
    font-size: 12px;
    color: #333;
    font-family: Roboto;
}
/**/

.headmain{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 32px;
}
.headmain .leftblock{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:25px;
}
.headmain .leftblock .logo-today{
    display: none;
}
.headmain .rightblock{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:6px;
    position: relative;
    font-size: 12px;
    line-height: 9px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Roboto;
    color: #333;
    text-align: left;
}
.weather{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:5px;
}
.weather-sehir-derece{
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    font-size: 12px;
    line-height: 9px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Roboto;
    color: #333;
    text-align: left;
}

.headmain .category-head{
    color: #880A0D;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
/*Header Bitti*/
.breadcrumbs {    
    width: 100%;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 15px;
    padding: 0px 10px 0px;
}
.ttnav {
    display: flex;
    align-items: center;
    height: 15px;
    gap: 15px;
    justify-content:center;
}

.tttext{
    position: relative;
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    font-family: Roboto Condensed;
    color: #333;
    text-align: center;
}
.ttnav .tttext:first-child{
    font-weight: 400;
}
.tttext-dark {
    position: relative;
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    font-family: Roboto Condensed;
    color: #fff;
    text-align: center;
}

.ttnav .tttext-dark:first-child {
    font-weight: 400;
}
.ttarrow{
    position: relative;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-family: Roboto;
    color: #880a0d;
    text-align: center;
}
/**/
.t-tag {
    display: flex;
    align-items: center;
    color: #880A0D;
    font-style: normal;
    padding: 3px;
    border: 0.5px solid #880A0D;
    gap: 5px;
    text-align: center;
    font-family: Roboto Condensed;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 16px;
}
.t-tag img{
 
    height: 16px;
width: 16px;
max-width: 16px;
flex-shrink: 0;
}

.picture{
    position: relative;
}
.picture .t-tag{
    position: absolute;
    bottom:10px;
    left: -10px;
    color:  #fff;
    background: #880A0D;
    font-family: Roboto Condensed;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    padding: 4px 5px;
    height: 30px;
    
}
.picture .t-tag img{
    filter: brightness(100);
    aspect-ratio: auto !important;
    height: 20px;
    width: 20px;
    max-width: 20px;
    flex-shrink: 0;
}
.picture .t-tag img[src="/s/i/i-live.svg"]{
    content:'';
    display: flex;
    border-radius: 50%;
    background-color: #880a0d;
    height: 8px;
    width: 8px;
    top: 1px;
    left: -10px;
    animation: vlink 1.5s infinite;
}

.blackbox-container .t-tag:hover {
    color: #fff;
    border-color: #fff;
}

@keyframes vlink {
    0% {
        opacity: 0.25;
    }
    15% {
        opacity: 0.5;
    }
    30% {
        opacity: 0.75;
    }
    50% {
        opacity: 1;
    }
    65% {
        opacity: 0.75;
    }
    80% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.25;
    }
}

/**/



/* Footer */
.footer{
    display: flex;
    justify-content: center;
    background-color: #000;
    padding-bottom: 40px;
    margin-top: 70px;
}
.footer .content{
    display: flex; 
    flex-direction: column;
    padding: 0 24px;
}
.footer .subquicklink{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 94px;
    border-bottom: 1px solid #ffffff4d;
    padding: 40px 0 47px;
}
.footer .subquicklink .flogo-social{
    display: flex; 
    flex-direction: column;
    align-items: center;
    gap:25px;
    flex-shrink: 0;
}
.footer .subquicklink .flogo-social .flogo{
    display: flex; 
    flex-direction: row;
    align-items: center;
}
.footer .subquicklink .flogo-social .flogo img{
    filter: brightness(100);
}

.footer .subquicklink .flogo-social .social{
    display: flex; 
    flex-direction: row;
    align-items: center;
    gap:20px;
}
.footer-links{
    display: flex;
    align-items: flex-start;
    gap: 50px;
}
.footer-links {
    display: inline-flex;
    align-items: flex-start;
    gap: 50px;
    position: relative;
  }
  
  .footer-links .quick-menu {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    position: relative;
    flex: 0 0 auto;
  }
.footer-links .quick-menu:last-of-type {
    display: none;
}
  
  .footer-links .title {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: "Roboto", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 10px;
  }
  
  .footer-links .menu-items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
  }
  
  .footer-links .menu-item {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    flex: 0 0 auto;
  }
  
  .footer-links .item {
    position: relative;
    width: fit-content;
    font-family: "Roboto", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 10px;
    white-space: nowrap;
  }
  
  .footer-links .quick-menu-wrapper {
    display: flex;
    flex-direction: column;
    width: 79px;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    position: relative;
  }


.quicklink {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-size: 12px;
    color: #fff;
    font-family: Roboto;
    padding-top: 14px;
    gap: 10px;
}
.quicklink .link-about-wrapper{
    width: 552px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.quicklink .link-about {
    position: relative;
    line-height: 10px;
    text-transform: uppercase;
    white-space: nowrap;
}
.quicklink .ihlas-media-group {
    width: 592px;
    position: relative;
    font-size: 12px;
    line-height: 10px;
    font-weight: 300;
    font-family: Roboto;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    text-align: right;
}
.quicklink .null{
    width: 295px;
}
/*Footer Bitti*/


/*Detay*/


.newscontent {
    max-width: 850px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    min-height: 1850px;
}

    .newscontent a {
        text-decoration:auto !important;
        color: #880A0D !important;
        cursor: pointer !important;
    }
.newscontent h1{
    color: #333333;
    text-align: center;
    font-family: jubilat, sans-serif;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 600;
    position: relative;
    max-width: 850px;
    width: 100%;
    margin-bottom:15px;
}
.newscontent .picture{  
    max-width: 850px;
    width: 100%;
    position: relative; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    gap:15px;
}
    .newscontent .picture img {
        /*aspect-ratio: 16 / 11;*/
        object-fit: cover;
    }

.i-foto{
    display:flex;
    align-items: center;
    position: absolute; 
    bottom: 10px;
    right: 10px;
    width: 42px;
    height: 25px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5.66px;
    color: #ffffff;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    padding: 6px;
    gap:5px;
}
.i-fotobuyut{
    position: absolute; 
    top: 12px;
    right: 4px;
    cursor: zoom-in;
}
.i-foto img, .i-fotobuyut img{
    aspect-ratio: unset !important;
}
.newscontent video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.newscontent .picture-title {
    color: #333333;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
}
.picture_picture-title{
    display: flex;
    flex-direction: column;
    gap:10px;
}

.newscontent .sources-share{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    color: #333333;
    font-family: Roboto Condensed, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}
.detay {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 630px;
    min-height: 430px;
    gap: 30px;
    margin-bottom: 15px;
}
.detay p{
    color: #333333;
    font-family: "Georgia", sans-serif;
    font-size: 18px;
    line-height: 160%;
    font-weight: 400;
    width: 100%;
}
.detay p span {
    /*color: #880a0d;*/
}
.detay span.bigcharacter{
    font-size: 61.5px;
    float: left;
    margin-right: 10px;
    line-height: .9;
    color: #333;
    font-family: Georgia;
    font-weight: 700;
}
.detay .whatyouneedtoknow{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    max-width: 630px;
    width: 100%;
    gap:20px;
    padding: 20px;
    background: #f8f8f8;
}
    .detay .needtoknow-widget {
        max-width: 630px;
        width: 100%;
    }
.detay .whatyouneedtoknow .heads {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px solid #333;
}
.detay .whatyouneedtoknow .heads .head{
    border-bottom:2px solid #333;
    color: #880a0d;
    text-align: left;
    font-family: "Georgia", sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.detay .whatyouneedtoknow ul {
    list-style: disc;
    padding: 0px 18px;
}
.detay .whatyouneedtoknow  ul li {
    font-family: "Georgia", sans-serif;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    color: #333333;
}

.detay .whatyouneedtoknow  ul li::marker {
    color: #880a0d;
}
.detay .whatyouneedtoknow  .heads .head span.mhead {
    display:none;
}
.detay .moretoread .moretoreadnews .minread{
    gap:5px;
}
.detay .moretoread .moretoreadnews {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
    align-items: center;
}
.detay .moretoread .moretoreadnews .heads{
    max-width: 100%;
}

/**/

.moretoread{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 530px;
    gap: 20px;
}
.moretoread .mhead{
    display: none;
}
.moretoread .moretoreadnews{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap:15px;
}
.moretoread .moretoreadnews .heads {
    display: flex;
    flex-direction: column;
    gap:10px;
    max-width: 415px;
  }
.moretoread .moretoreadnews .headline {
    color: #333333;
    text-align: left;
    font-family: "Jubilat", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
.moretoread .moretoreadnews .minread {
    color: #333333;
    text-align: left;
    font-family: Roboto Condensed, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.moretoread .moretoreadnews .minread span{
    text-transform: uppercase;
    color:#880a0d;
}
.moretoread .moretoreadnews .picture{
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}
.moretoread .moretoreadnews .picture img{
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    object-fit: cover;
}
.moretoread .moretoreadnews .minread img{
    margin-left:10px;
    margin-right:5px;
}
/**/
.detay h2,
.detay h3,
.detay h4 {
    width: 100%;
    color: #333333;
    font-family: "Georgia", sans-serif;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    margin-top: 15px;
}
.detay ul {  
    width: 100%;
    display: flex;
    flex-direction: column;
    list-style: disc;
    padding: 0px 25px;
    gap: 20px;
}
.detay ul li {
    font-family: "Georgia", sans-serif;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    color: #333333;
}
.detay ul li::marker {
    color: #333333;
}
/**/
.keynews {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.keynews .keypoints {
    background:  #f6f6f6;
    border-style: solid;
    border-color:  #eaeaea;
    border-width: 1.09px;
    padding: 26.1px;
    display: flex;
    flex-direction: column;
    gap: 34.8px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    gap:20px;
}
.keynews .keynew:before{
    content: '';
    position: absolute;
    height: 32px;
    width: 1px;
    background-color: #b7b7b7;
    top: 23px;
    left: 8px;
}

.keynews .keynew::after {
    content: '';
    position: absolute;
    height: 56px;
    width: 1px;
    background-color: #b7b7b7;
    bottom: -56px;
    left: 8px;
}
.keynews .keynew:last-child::after {
    content: none;
}


.keynews .keynew {
    display: flex;
    flex-direction: column;
    gap: 26px;   
    position: relative;
}
.keynews .keynew .date {
    color:  #6f6d6d;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:8.7px;
}
.keynews .keynew .date .ellipse {
    background:  #ffffff;
    border-radius: 50%;
    border-style: solid;
    border-color:  #adadad;
    border-width: 1.09px;
    flex-shrink: 0;
    width: 17.4px;
    height: 17.4px;
    position: relative;
}
  
.keynews .keypoints .headline {
    color: #333333;
    text-align: left;
    font-family: "Jubilat", sans-serif;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

.keynews .keypoints .title{
    display: flex;
    flex-direction: column;
    gap:20px;
    position: relative;
}
.keynews .keypoints .title p{
    color: #6f6d6d;
    text-align: left;
    font-family: "Georgia", sans-serif;
    font-size: 18px;
    line-height: 160%;
    font-weight: 400;
}

.keynews .whodate {
    background: #f6f6f6;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    gap: 10px;
    color: #adadad;
}
 
.keynews .whodate .whois {
    color: #880a0d;
    text-align: left;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.keynews .whodate .date {
    color: rgba(51, 51, 51, 0.75);
    text-align: left;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    flex: 1;
}

.foto-slider{
    max-width: 920px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    aspect-ratio: 16 / 8;
    gap:10px;
    overflow: hidden;
}
.foto-slider .btn-arrow{
    width: 38px;
    position: relative;
    cursor: pointer;
    margin-bottom: 4px;
    z-index: 1;
}
    .foto-slider .liney {
        height: calc(100% - 4px);
        z-index: 1;
    }

.foto-slider .btn-arrow .arrow{
    position: absolute;
    top: 50%;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    padding: 8px;
    border-color: #000000;
    border-width: 0 3px 3px 0;
}
.foto-slider .btn-arrow:hover{
    background: #880A0D;
}
.foto-slider .btn-arrow:hover .arrow{
    border-color: #fff;
}
.foto-slider .btn-arrow .arrow.left{
    left: 35% !important;
}
.foto-slider .btn-arrow .arrow.right{
    left: 10% !important;
}
    .foto-slider .fotoslide {
        max-width: 468px;
        width: 100%;
        flex-grow: 1;
        position: relative;
        display: flex;
        gap: 10px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        height: calc(100% - 4px);
        overflow: hidden;
    }
        .foto-slider .fotoslide .slider {
            max-width: 468px;
            width: 100%;
            flex-grow: 1;
            position: relative;
            display: flex;
            gap: 0px;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        }
        .foto-slider .fotoslide .slide {
            grid-area: unset;
            flex-shrink: 0;
            width: 100%;
            max-width: 468px;
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-around;
        }
.foto-slider .fotoslide img{
    max-width: 630px;
    width:100%;
    height: 100%;
    object-fit: cover;
}
.foto-slider .fotoslide:before{
    content:'';
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 100%);
    width: 90px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
    height: calc(100% - 4px);
    z-index: 1;
}
.foto-slider .fotoslide:after{
    content:'';
    background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 100%);
    width: 90px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
    height: calc(100% - 4px);
}
.foto-slider-title{
    max-width: 460px;
    color: #333333;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
/**/
.dikpicture-container {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    max-width: 630px;
    width: 100%;
    min-height: 460px;
}
.dikpicture-container.leftblock {
    justify-content: flex-end;
}
.dikpicture-container.rightblock {
    justify-content: flex-start;
}
.dikpicture-container .title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 450px;
    width: 100%;
}
.dikpicture-container.leftblock .title {
    align-items: flex-end;
}
.dikpicture-container.rightblock .title {
    align-items: flex-start;
}
.dikpicture-container .dikpicture {
    max-width: 270px; 
    aspect-ratio: 10/15;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:15px;
}
.dikpicture-container.leftblock .dikpicture {
    left: -110px;
}
.dikpicture-container.rightblock .dikpicture {
    right: -110px;
}
.dikpicture-container .dikpicture img{
    max-width: 270px; 
    aspect-ratio: 10/15;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.dikpicture-container .dikpicture .dikpicture-title{
    color: #333333;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    width: 238px;
}
.dikpicture-container .dikpicture .i-fotobuyut{
    position: absolute; 
    top: 12px;
    right: 4px;
}
/**/
.author {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    max-width: 630px;
    width: 100%;
}

.author .author_head {
    color: rgba(51, 51, 51, 0.6);
    text-align: left;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    border-top: 2px solid #c5c5c5;
    padding-top: 15px;
}
.author .author_title {
    color: rgba(51, 51, 51, 0.75);
    text-align: left;
    font-family: "Georgia", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    position: relative;
    align-self: stretch;
    line-height: 1;
}
.shares-date {
    display: flex;
    flex-direction: column;
    gap:15px;
    width: 100%;
    margin-top: 10px;
}
.shares-date .linex{
    width: 100%;
    height: 1px;
    background-color: #efefef;
}
.shares-date .shares{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap:15px;
    align-items: center;
}
.shares-date .date{
    color: rgba(51, 51, 51, 0.75);
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.topnegative{
    margin-top:-40px;
}

/* moreFromTurkiyeToday */
.fourBoxes.moreFromTurkiyeToday .c-head{
    color: #333;
    font-family: Jubilat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-top:0;
}
.fourBoxes.moreVisualStories .c-head{
    color: #fff;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-top:0;
}
.fourBoxes.moreVisualStories .linex{
    background-color: #fff;
}

.fourBoxes.moreVisualStories .c-box .headline ,
.fourBoxes.moreVisualStories .c-box .minread ,
.fourBoxes.moreVisualStories .c-box .minread span {
    color: #fff;
}

.signupnow {
    display: flex !important;
    max-width: 611px;
    width: 100%;
    gap: 29px;
}
/*mostRead */
.mostRead-newsletter{
    width: 330px;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: -380px;
    top: 55px;
    gap: 85px;
}

.mostRead{
    width: 285px;
    display: flex;
    flex-direction: column;
    gap:15px;
}
.mostRead .heads{
    width: 330px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.mostRead .head{
    width: 285px;    
    border-top:1px solid #880A0D;
    color: #880a0d;
    text-align: left;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;    
}
.mostRead .boxes{
    width: 330px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.mostRead .box{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.mostRead .mostReadNumber{
    color: rgba(51, 51, 51, 0.4);
    text-align: center;
    font-family: "Jubilat", sans-serif;
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    position: relative;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mostRead .mostReadNews{
    color: #333333;
    text-align: left;
    font-family: "Jubilat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    width: 285px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mostRead .linex{
    background-color: #adadad;
}
.newsletter{
    width: 330px;
    height: 260px;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);

}
.newsletter input{
    width: 152px;
    height: 20px;
    color: black;
    position: absolute;
    bottom: 43px;
    left: 43px;
    border: 0;
    background: #f6f6f6;
}
.newsletter .btn{
    width: 114px;
    height: 42px;
    position: absolute;
    bottom: 31px;
    right: 16px;
    border: 0;
    background: transparent;
}
/*mostRead End*/
/*Detay Bitti*/


/*Category*/

/* Homepage headline*/
.hompage-headline {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap:12px;
}
.leftBoxes {
    display: flex;
    flex-direction: column;
    gap:25px;
    padding-right: 8px;
    border-right: .5px solid #e8eaed;
}
.midBoxes {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.midBoxes .c-box{
    display: flex;
    flex-direction: column;
    gap:0px;
    align-items: center;
    margin-bottom:20px;
}
.midBoxes .c-box .minread{
    margin: 15px 0 5px;
    padding: 0;
    height: 14px;
}
.midBoxes .c-box .minread span{
    line-height: 1;
}
.midBoxes .c-box .headline{
    color: #333;
    text-align: center;
    font-family: Jubilat;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 95%;
    width: 95%;
}
.hompage-headline .head{
    color:  #333;
    font-family: Jubilat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.hompage-headline .newsline .head{
    color:  #333;
    font-family: Jubilat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.hompage-headline .leftBoxes .title.font16{
    font-size: 16px;
}
.hompage-headline .head.font18{
    font-size: 18px;
}
.hompage-headline .head.font22{
    font-size: 22px;
}
.hompage-headline .midBoxes .c-box .title,
.hompage-headline .leftBoxes .box .picture {
    display: none;
}
.leftBoxes .headline .title {
    font-family: Georgia;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
}
.hompage-headline .minread {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 5px;
    text-align: left;
    white-space: nowrap;
    padding:5px 0 12px 0;
    line-height: 14px;
}

.hompage-headline .minread span {
    text-transform: uppercase;
    color: #880a0d;

}
.hompage-headline .midBoxes.discover{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}


.hompage-headline .midBoxes .newsline{
    position: relative;
    max-width: 415px;
    width: 100%;
}
.hompage-headline .midBoxes .newsline:before{
    content: '';
    color: #880A0D;
    position: absolute;
    left: -16px;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #880a0d;
}

.hompage-headline .rightBoxes {
    display: flex;
    flex-direction: column;
    gap:13px;
    padding-left: 9px;
}
.hompage-headline .rightBoxes .linex2{
    margin:0 0 12px 0;
}
.hompage-headline .rightBoxes .headline{
    display: flex;
    flex-direction: column;
}
    .hompage-headline .rightBoxes .box .picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 15 / 10;
    }
/* Homepage headline END*/
/*threeOne*/

.c-headline{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap:35px;
}
.c-headline .bigheadline{
    display: flex;
    flex-direction: column;
    max-width: 681px;
}


.c-headline .bigheadline .picture {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 10px;
}

.c-headline .bigheadline .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 15/10;
}

.c-headline .bigheadline .head {
    font-family: "Jubilat", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    margin-bottom: 7.72px;
}
.c-headline .bigheadline .minread {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 5px;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 20px;
}
.c-headline .bigheadline .minread span {
    text-transform: uppercase;
    color: #880a0d;
}
.c-headline .bigheadline .title {
    color: #333;
    font-family: Georgia;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}


.c-headline .moreheadline{
    display: flex;
    flex-direction: column;
    max-width: 676px;
    gap:25px
}
.c-headline .moreheadline .linex{
    background-color: #EAEAEA;
}
.c-headline .moreheadline .box{
    display: flex;
    flex-direction: row;
    gap:15px
}

.c-headline .moreheadline .picture {
    width: 175px;
    height: 175px;
    flex-shrink: 0;
}

.c-headline .moreheadline .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-headline .moreheadline .head {
    font-family: "Jubilat", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    margin-bottom: 5px;
}
.c-headline .moreheadline .minread {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 5px;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 12px;
}
.c-headline .moreheadline .minread span {
    text-transform: uppercase;
    color: #880a0d;
}
.c-headline .moreheadline .title {
    color: #333;
    font-family: Georgia;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

/*threeOne end*/

/*kategori genel */

.category{
    display: flex;
    flex-direction: column;
    gap:50px;
}
.c-head {
    width: 100%;
    display: flex;
    align-items: center;
    color: #880A0D;
    font-family: Roboto Condensed;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-top: 1px solid #880A0D;
    padding-top: 10px;
}
.c-head-bn {
    width: 100%;
    display: flex;
    align-items: center;
    color: #880A0D;
    font-family: Roboto Condensed;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 10px;
}
.c-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    position: relative;
}

.c-box .picture {
    max-width: 100%;
    max-height: 100%;
}

.c-box .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 15/10;
}

.c-box .headline {
    font-family: "Jubilat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: left;
}

.c-box .minread {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 5px;
    text-align: left;
    white-space: nowrap;
    height: 14px;
    line-height: 14px;
}
.moretoread .moretoreadnews .minread img {
    margin: 0px; 
}

.c-box .minread span {
    text-transform: uppercase;
    color: #880a0d;

}
.c-box .title {
    color: rgba(51, 51, 51, 0.75);
    text-align: center;
    font-family: Georgia;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}
.c-Boxes.grid-news {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 100%;
}
.fourBoxes.centered-news {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 200px; 
    width: 100%;
}
.fourBoxes.centered-news .c-Boxes.grid-news .c-box .time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.fourBoxes.centered-news .c-Boxes.grid-news .c-box .itime-left {
    display: flex;
    align-items: center;
    gap: 5px;
}

.fourBoxes.centered-news .c-Boxes.grid-news .c-box .itime-right {
    font-size: 0.9em;
    color: #777; 
}

.c-Boxes .dots {
    display: none;
}
.c-Boxes {
    display: flex;
    gap: 22px;
    justify-content: space-between;
    width: 100%;
}
.c-Boxes .liney {
    width: 1px;
    height: 317px;
    background-color: #f4f4f4;
    position: relative;
    height: auto;
}
/*kategori genel End*/
.fourBoxes {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    max-width: 1392px;
    padding: 0;
    width: 100%;
}
/* threeRowBoxes */
.threeRowBoxes {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    max-width: 1392px;
    padding: 0;
    width: 100%;
}

/* threeRowBoxes End */
/* threeBoxes */
.threeBoxes {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.threeBoxes .c-boxes{
    display: grid;
    grid-template-columns: 400px 909px;
    justify-content: space-between;
    gap: 30px 80px;
}
    
.box { grid-area: 1 / 1 / 2 / 2; }
.bigbox { grid-area: 1 / 2 / 3 / 3; }

/* three Boxes end */

/* oneThree  */
.oneThree{
    display: flex;
    flex-direction: column;
    gap:30px;
}
/* oneThree end */
/* threeBoxesReverse  */
.threeBoxesReverse{
    display: flex;
    flex-direction: column;
    gap:30px;
}
.threeBoxesReverse .threeBoxes{
    display: grid;
    grid-template-columns: 909px 400px;
    grid-template-rows: repeat(2, 1fr);
    gap: 30px 80px;
    justify-content: space-between;
}


.threeBoxesReverse .threeBoxes .bigbox { grid-area: 1 / 1 / 3 / 2; }
.threeBoxesReverse .threeBoxes .box { grid-area: 1 / 2 / 2 / 3; }
/* threeBoxesReverse end */



/*c-moretoread*/
.c-moretoread{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 15px;
}
.c-moretoread .boxes{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 840px;
    gap: 25px;
}
.c-moretoread .mhead{
    display: none;
}
.c-moretoread .boxes .moretoreadnews{
    display: flex;
    align-items: center;
    width: 100%;
    gap:20px;
}
.c-moretoread .boxes .moretoreadnews .heads {
    display: flex;
    flex-direction: column;
    gap:10px;
    max-width: 100%;
  }
.c-moretoread .boxes .moretoreadnews .headline {
    color: #333333;
    text-align: left;
    font-family: "Jubilat", sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
  }
.c-moretoread .boxes .moretoreadnews .minread {
    color: #333333;
    text-align: left;
    font-family: Roboto Condensed, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.c-moretoread .boxes .moretoreadnews .minread span{
    text-transform: uppercase;
    color:#880a0d;
}
.c-moretoread .boxes .moretoreadnews .minread img{
    margin-left:10px;
    margin-right:5px;
}
.c-moretoread .boxes .moretoreadnews .picture{
    width: 270px;
    height: 180px;
    flex-shrink: 0;
}
.c-moretoread .boxes .moretoreadnews .picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-moretoread .boxes .linex{
    background-color: #E6E6E6;
}
/**/

/*Viusal*/
.visual-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
}
.visual-container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.493) 100%);
}
    .visual-container .heading {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 1392px;
        gap: 10px;
        position: absolute;
        top: 30px;
        z-index: 1;
        color: white;
        font-family: Roboto;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        padding: 0 24px;
    }
.visual{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    max-height: 1080px;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow-y: hidden;
}
.visual .picture:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.visual .picture,.visual .picture img{
    width: 100%;
}
.visual .headline{
    display: flex;
    max-width: 640px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    bottom: 0;
    position: absolute;
}
.visual .headline .head{
    color: #EAEAEA;
    font-family: Jubilat;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.visual .headline .title{
    color: #EAEAEA;
    font-family: Georgia;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.visual .spot{
    position: absolute;
    bottom: 0px;
    z-index: 1;
    height: 100%;
}
.visual .spot .foto{
    bottom: auto;
    top:10px;
}
.visualbox{
    background-color: #000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 40px 0;
    flex-direction: column;
    gap: 40px;
}
.visualbox .content {
    display: flex;
    flex-direction: column;
    gap:35px;
}
.visualbox .boxes{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.visualbox .box{
    display: flex;
    align-items: center;
    gap:15px;
}
.visualbox .box .picture{
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}
.visualbox .box .picture img{
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    object-fit: cover;
}
.visualbox .box .headline{
    color: #FFF;
    font-family: Jubilat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

/*Viusal END*/


/*Video*/
.video {
    display: flex;
    flex-direction: column;
}
.video .boxes{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 24px;
}
.video .boxes .box{
    position: relative;
    grid-area: unset;
}
.video .boxes .box .picture:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.video .boxes .box .picture{
    position: relative;
}
.video .boxes .box .picture img{
    position: relative;
    aspect-ratio: 10/16;
    object-fit: cover;
    max-height: 528px;
    height: 100%;
}
.video .boxes .box .headline{
    position: absolute;
    bottom: 50px;
    left:16px;
    width: 80%;
    color: #FFF;
    font-family: Jubilat;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.video .boxes .box .time{
    position: absolute;
    bottom: 16px;
    left:16px;
    width: 80%;
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 4px;
}
.play{
    position: absolute;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    top: 50% !important;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
/*Video end*/


/*Photo*/
.photoLine{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.photo{
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap:24px;
    align-items: center;
    margin-bottom: 50px;
}
.photo:last-child{
    margin-bottom: 0;
}
h1.photoh1 {
    color: #FFF;
    text-align: center;
    font-family: Jubilat;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 840px;
    margin-bottom: 12px;
}
.photo .newscontent {
    max-width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
}
.photo .newscontent .picture {
    max-width: 100%;
    width: 100%;
    position: relative;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.photo .newscontent .picture img {
    aspect-ratio: 15 / 10;
    object-fit: cover;
    width: 100%;
}
.photo .newscontent .sources-share {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    color: #fff;
    font-family: Roboto Condensed, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.photo .newscontent .sources-share .date{
    display: none;
}
.photo:first-of-type .newscontent .sources-share .date{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    color: #fff;
    font-family: Roboto Condensed, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.photo .newscontent .sources-share .share{
    filter: invert(1);
}
.photo .newscontent .linex{
background-color: rgba(255, 255, 255, 0.20);
}

.photo .title {
    display: flex;
    flex-direction: column;
    gap:20px;
}
.photo .title p{
    color: #FFF;
    font-family: Georgia;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}
/*Photo End*/

/* Editors pick & Most Read */
.editorsPickMostRead{
    display: grid;
    grid-template-columns: 4.2fr 1.60fr;
    gap:50px;
}
/*editorsPick */
.editorsPick{
    display: flex;
    flex-direction: column;
    gap:30px;
}
.editorsPick .c-box .headline{
    color: #333;
    text-align: center;
    font-family: Jubilat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.editorsPick .c-box .title {
    color: #333;
    text-align: center;
    font-family: Georgia;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top:2px;
}
/*editorsPick End*/
/*MostRead */
.editorsPickMostRead .MostRead{
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    align-items: flex-end;
}
.editorsPickMostRead .MostRead .c-head{
    width: 90%;
}
.editorsPickMostRead .MostRead .boxes{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.editorsPickMostRead .MostRead .box{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    padding: 16px 10px;
}
.editorsPickMostRead .MostRead .mostReadNumber{
    color: rgba(51, 51, 51, 0.4);
    text-align: center;
    font-family: "Jubilat", sans-serif;
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
    position: relative;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.editorsPickMostRead .MostRead .mostReadNews{
    color: #333;
    font-family: Jubilat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.editorsPickMostRead .MostRead .linex{
    background-color: #adadad;
}

/* Editors pick & Most Read END */

/*Columns*/
.columns  {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.columns .c-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    width: 100%;
    position: relative;
}
.columns .c-box .linex2{
    width: 80%;
}
.columns .c-box .headline {
    display: flex;
    flex-direction: column;
    color: #333;
    font-family: Jubilat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    gap: 10px;
}
.columns .c-box .picture {
    width: 147px;
    height: 147px;
    flex-shrink: 0;
}
.columns .c-box .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/ 1;
    border-radius: 50%;
}
.columns .c-box .minread {
    color: rgba(51, 51, 51, 0.75);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
/*Columns End*/

.itime {
    display: flex;
    align-items: center; /* Dikey hizalama */
    gap: 5px; /* İkon ile saat arasına boşluk ekler */
    justify-content: center;
}
.linex2 {
    width: 100%;
    height: 1px;
    position: relative;
    background-color: #E8EAED;
}



.visual-container .linex2 {
    height: 3px;
    background-color: #fff;
    width: 0%;
    transition: none;
}

    .visual-container .linex2.animate {
        animation: loadLine 5s linear forwards;
    }

    @keyframes loadLine {
        from {
            width: 0%;
        }

        to {
            width: 100%;
        }
    }


/*Writer Page*/
.writerContainer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:25px;
}
.writerContainer .b-pagination-outer{
    margin-top: 0;
}
.writer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background: #EFEFEF;
    padding: 70px 0;
}
.writerInfo{
    max-width: 714px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.writerInfo .picture{
    display: block;
    width: 100px;
    height: 100px;
}
.writerInfo .picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border:0.875px solid #fff;
    border-radius: 50%;
}
.writerInfo .name{
    color: #333;
    text-align: center;
    font-family: Jubilat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-bottom: 1px solid #cdcdcd;
    padding: 0px 30px 16px;
}
.writerInfo .title{
    color: #333;
    text-align: center;
    font-family: Georgia;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; 
}
.latestFromtheAuthor{
    color: #333;
    font-family: Jubilat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.92px;
    margin:25px 0;
}
.writerInfo .info{
    color: #333;
    font-family: Georgia;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    padding: 0 20px;
}
.writerInfo .sosyal {
    color: #333;
    font-family: Georgia;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding: 0 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.writerInfo .sosyal a {
    margin:0 10px;
}
.writerContainer .boxes{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 850px;
    width: 100%;
    gap: 25px;
}
.writerContainer .box{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:10px;
}
.writerContainer .headline{
    color: #333;
    text-align: center;
    font-family: Jubilat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; 
    padding: 0 20px;
}

.writerContainer .minread{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 10px; /* 83.333% */
    gap:10px;
}
.writerContainer .minread span{
    color: #880A0D;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 10px; /* 83.333% */
    text-transform: uppercase;
}

/*Writer Page END*/

/* Newsletters-page */
/* Newsletters-page */
.newsletters-page {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newsletters-page .c-Boxes {
    display: flex;
    gap: 140px;
    justify-content: center;
    width: 100%;
}

.newsletters-page .c-Boxes .c-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 330px;
}

.newsletters-page label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 0;
    cursor: pointer; 
}

.newsletters-page label input {
    width: 18px;
    height: 18px;
    top: 2px;
    position: relative;
    padding: 0;
    flex-shrink: 0;
    appearance: none; 
    border-radius: 50%; 
    background-color: #fff; 
    transition: background-color 0.3s, border-color 0.3s; 
}

.newsletters-page label input:checked::after {
    content: ''; 
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url('/s/i/i-check.svg'); 
    background-size: contain; 
    background-repeat: no-repeat; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}

.newsletters-page .headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 630px;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 70px;
}

.newsletters-page .headline .head {
    color: #333;
    text-align: center;
    font-family: Jubilat;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
}

.newsletters-page .headline .title {
    color: #333;
    text-align: center;
    font-family: Georgia;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
}

.newsletters-page .chose {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.newsletters-page .chose .head {
    color: #333;
    font-family: Jubilat;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    line-height: 1;
}

.newsletters-page .chose .title {
    color: #333;
    text-align: left;
}

.newsletters-page .signupnow {
   margin-top: 50px;
}
.newsletters-page .signupnow input {
    max-width: 472px;
    width: 100%;
}
.signupnow input {
    max-width: 472px;
    width: 100%;
}
.newsletters-page .signupnow .btn-signup {
    display: flex;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    background: #880A0D;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
}

/**/
/*search-page*/
.search-page{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.search-page .searchnow{
    display: flex;
    flex-direction: column;
    gap:20px;
    max-width: 840px;
    width: 100%;
}
.search-page .searchnow .searchResultsHead{
    color: #333;
    font-family: Roboto;
    font-size: 13.672px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px; /* 102.4% */
}
.search-input {
    position: relative;
    width: 100%;
  }
.search-page .searchnow input{
    display: flex;
    height: 49px;
    padding: 9px 30px 10px 13px;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: rgba(51, 51, 51, 0.50);
    font-family: Georgia;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; 
}
.search-page .searchnow .search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 18px;
    height: 18px;
  }
.searchResults{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;

leading-trim: both;

text-edge: cap;
font-family: Roboto;
font-size: 13.891px;
font-style: normal;
font-weight: 600;
line-height: 14px; /* 100.787% */
}
.searchResults .lists{
    display: flex;
    align-items: center;
    gap: 20px;
}
.searchResults .lists .select{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-family: Roboto;
    font-size: 13.3px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; 
}
.searchResults .lists .select select{
    border:0;
}

.searchResults .lists .select .category
,.searchResults .lists .select .SortBy{
    color: #333;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px; /* 87.5% */
}
.select-all{
    width: 40px;
}
.select-newest{
    width: 70px;
}

/*search-page End*/


/*Pricay-Policy Page*/
.privacy-policy-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.privacy-policy-page .privacypolicy{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 630px;
    width: 100%;
}

.privacy-policy-page .privacypolicy .headline {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #222;
    leading-trim: both;
    text-edge: cap;
    font-family: Jubilat;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.privacy-policy-page .privacypolicy .title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    color: #333;
    text-align: center;
    font-family: Georgia;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
}

.privacy-policy-page .subtitle {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}
.privacy-policy-page .subtitle .headline {
    color: #222;
    font-family: Jubilat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.92px; /* 113.067% */
}

/*Pricay-Policy Page End*/


/*aboutus-page*/
.aboutus-page{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:50px;
}
.aboutus-page .aboutus{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:20px;
    max-width: 630px;
    width: 100%;
}
.aboutus-page .aboutus .headline{
    display: flex;
    flex-direction: column;
    gap:20px;
    color: #222;

    leading-trim: both;
    
    text-edge: cap;
    font-family: Jubilat;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.aboutus-page .aboutus .title{
    display: flex;
    flex-direction: column;
    gap:20px;
    width: 100%;
    color: #333;

text-align: center;
font-family: Georgia;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 28.8px */
}
.aboutus-page .masthead {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}

.aboutus-page .masthead .headline {
    color: #222;
    font-family: Jubilat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 33.92px; /* 113.067% */
}

.aboutus-page .masthead .title-name {
    display: flex;
    gap: 10px;
    align-items: center;
}

.aboutus-page .masthead .title {
    color: #333;
    text-align: right;
    font-family: Roboto Condensed;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    width: 210px;
}

.aboutus-page .masthead .name {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    width: 204px;
}

.aboutus-page .masthead .name img {
    filter: brightness(0);
    height: 13px;
}

/*aboutus-page End*/

/*contactus-page End*/
.form-contactMails-page{
    display: flex;
    flex-direction: row;
    gap:50px;
    justify-content: center;
}
.contactus-page{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:50px;
    max-width: 696px;
    width: 100%;
}
.form-contactMails{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1158px;
    width: 100%;
}
.contactus{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:50px;
    max-width: 696px;
    width: 100%;
    
}
.contactus .headline{
    color: #333;
    font-family: Jubilat;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.contactus form {
    width: 100%;
    gap: 16px;
    display: flex;
    flex-direction: column;
}
.contactus form label{
    color: #333;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin:0;
}
.contactus form input,
.contactus form textarea,
.contactus form select{
    display: flex;
    max-width: 696px;
    width: 100%;
    height: 70px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid #D6DDED;
    color: rgba(51, 51, 51, 0.75);
    font-family: Georgia;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding: 0 32px;
}


.contactus form textarea{
    max-height: 222px;
    height: 100%;
    min-height: 140px;
    padding: 20px !important;
}
/* Dosya yükleme kısmı için özel stil */
.contactus form .file-upload {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    display: flex
;
    max-width: 696px;
    width: 100%;
    height: 240px;
    padding: 50px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 8.66px;
    border: 1px dashed var(--Grey-grey-500, #9E9E9E);
    background: rgba(250, 250, 250, 0.70);
}
.document-upload{
    position: absolute;
    display: flex;
    align-items: center;
    border-radius: 8px;
    background: #F2F4F7;
    max-width: 350px;
    width: 100%;
    height: 48px;
    flex-shrink: 0;
    justify-content: space-around;
    padding:0 16px;
    gap: 20px;
}
.document-upload .columluk{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.document-upload .rowluk{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.preview .i-document-icon img{
    opacity: 1;
}
.preview .progress{
    display: none;
}
 .i-document-icon img{
    opacity: .5;
}
.i-document-icon,.document-close{
    flex-shrink: 0;
}
.document-name{
    display: flex;
    gap:20px;
    color: rgba(51, 51, 51, 0.75);
font-family: Roboto;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 19.2px */
width: 100%;
position: relative;
}

.progress {
    margin: 3px 0;
    padding: 0;
    width: 100%;
    height:3px;
    overflow:hidden;
    background:#e5e5e5;
    border-radius:6px;
  }
  
  .bar {
      position:relative;
    float:left;
    min-width:1%;
    height:100%;
    background:#005FAD;
  }
  
  
.document-name span{
   display: none;
    }
.preview .document-name span{
    display: block;
color: #005FAD;
font-family: Roboto;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 19.2px */
}

.document-disk{
    color: rgba(51, 51, 51, 0.75);
font-family: Roboto;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 16px */
}


.contactus form .upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.dogrulama{
    width: 50%;
    height: 65px;
    border:1px solid gray;
    flex-shrink: 0;
}
.contactus form .btn-submit {
    display: flex;
    width: 100%;
    padding: 19px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #880A0D;
    color: #E0E0E0;
    text-align: center;
    font-family: Jubilat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
}
.contactMails{
    max-width: 275px;
    width: 100%;
}
.contactMails .boxes{
    display: flex;
    flex-direction: column;
    gap:70px;
    padding-top: 100px;
}
.contactMails .boxes .box{
    display: flex;
    flex-direction: column;
    gap:24px;
}
.contactMails .boxes .box .headline{
    color: #880A0D;
    font-family: Jubilat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
}
.contactMails .boxes .box .title{
    color: #333;
    font-family: Georgia;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 113.651%; /* 22.73px */
}
.contactMails .boxes .box .mail{
    color: #333;
    font-family: Georgia;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 113.651%;
}

/*contactus-page End*/
/*Sign Up Now anasayfa*/
.signupnow-eposta-ikon{display:none;}
.signupnowMain-container{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.signupnowMain{
    position: relative;
    max-width: 1010px;
    width: 100%;
    height: 153px;
    flex-shrink: 0;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.signupnowMain .note{
    color: #333;
    max-width: 300px;
    width: 100%;
    flex-shrink: 0;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.signupnowMain input{
    display: flex;
    max-width: 381.7px;
    width: 100%;
    align-items: center;
    flex-shrink: 0;
    color: #757575;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
}
.signupnowMain .btn-signup{
    display: flex;
height: 40px;
padding: 0px 7px;
justify-content: center;
align-items: center;
border-radius: 5px;
background: #880A0D;
color: #FFF;

text-align: center;
font-family: Roboto;
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: 11.96px; /* 92% */
letter-spacing: 1.21px;
text-transform: uppercase;
}

.signupnowMain .ikon{
    position: absolute;
    top: -1px;
    left: -42px;
}
.signupnowMain .ikon img{
    height: 153px;
}
/*Sign Up Now anasayfa*/

/*PAGERS */

#pager {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  
  #pagination {
    margin: 0;
    padding: 0;
    text-align: center
  }
  #pagination li {
    display: inline;
    white-space: nowrap;
  }
  #pagination li a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    color: #000
  }
  
  #pagination li a {
    border-radius: 5px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s
      
  }
  #pagination li a.active {
    background-color: #4caf50;
    color: #fff
  }
  #pagination li a:hover:not(.active) {
    background-color: #ddd;
  } 
  
  .b-pagination-outer {
    width: 100%;
    margin: 45px auto 0;
    text-align: center;
    overflow: hidden;
    display: flex
  }
  #border-pagination {
    display: flex;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    gap: 3px;
  }
  #border-pagination li {
    display: inline;
  
  }
  #border-pagination li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 8px 12px;
    border: 1px solid #E9E9E9;
    float: left;
    border-radius: 4px;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
  }
  #border-pagination li a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s
  }
  #border-pagination li a.active {
    background-color: #880A0D;
    color: #fff;
  }
  #border-pagination li a:hover:not(.active) {
    background: #ddd;
  }


.resultperpage{
    width: 100%;
    text-align: center;
    color: rgba(51, 51, 51, 0.75);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.listpage{
    display: flex;   
    width: 100%;
    justify-content: center;
    gap: 6px;
}
.listpage div{
    display: flex;
    height: 36px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid  #E9E9E9;
    background: #FFF;
    color: #333;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; 
    cursor: pointer;
}
.listpage div.active{
    background: #E9E9E9;
}
/*PAGERS END*/


.discover .c-box
,.opinion .c-box{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    position: relative;
    align-items: center;
}
.opinion .c-box .minread{
    color: rgba(51, 51, 51, 0.75);

    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 200% */
    text-transform: uppercase;
    margin-top:5px;
}
.discover .c-box .headline
,.discover .c-box .title
,.opinion .c-box .headline
 {
    width: 70%;
    text-align: center;
}
.opinion .c-Boxes
 {
    gap: 50px;
}
.nation
,.world
,.sports
,.diplomacy{
    display: flex;
    flex-direction: column;
    gap:30px;
}
.c-headline .bigheadline .head{
    font-size:28px;
}
.sportsBoxes{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap:20px;
}
.sportsBoxes .leftBoxes{
    padding-right: 0;
    border-right: 0;
}
.sportsBoxes .bigbox {
    grid-area: unset;
}
.sportsBoxes .bigbox .picture img {
    aspect-ratio: 13 / 10;
}
.sportsBoxes .bigbox .headline
,.threeBoxes .bigbox .headline{
    font-size: 30px;
}
/* Sports */
.clubboxes{
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
    background: #F8F8F8;
    gap:12px;
}
.club-gpwdlf{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
}
.club-gpwdlf .clubhead{
    color: #3E3232;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.gpwdlf{
    display: flex;
    flex-direction: row;
    color: rgba(62, 50, 50, 0.50);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    gap: 35px;
    margin-right: 16px;
}
.teams {
    display: flex;
    flex-direction: column;
    max-height: 600px;
    overflow-y: auto;
}
.teams .team{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 6px 12px;
}
.teams .team:nth-child(2n){
    background-color: #fff;
}
.teams .team .team-left,.teams .team .team-skor{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.team-number,.team-club{
    color:  #3E3232;
    text-align: center;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.team-clubLogo{
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin:0 10px;
}
.team-clubLogo img{
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.teams .team .team-skor{
    gap:28px;
}
.team-oynanmac,.team-puan{
    color: #3E3232;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
/**/
.teamvs{
    display: flex;
    flex-direction: column;
    background: #F8F8F8;
    gap:8px;
    padding: 24px 10px;
}
.teamvs-head
,.teamvs-day{
    color:#3E3232;
    text-align: center;
    font-family: Roboto;
    font-size: 11.046px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.teamvs-club{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.teamvs-club .vsclub{
    display: flex;
    width: 98.724px;
    height: 98.724px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.teamvs-club .vsclub img{
    width: 98.724px;
    height: 98.724px;
    flex-shrink: 0;
}
.vsname{
    text-align: center;
    font-family: Roboto;
    font-size: 26.925px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.452px;
    color:#F81539 ;
}
.teamvs-skor{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1px;
}
.teamvs-skor-club1,.teamvs-skor-club2{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 11.046px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    width: 100%;
    gap: 1px;
}
.teamvs-skor .teamvs-skor-club1 .teamvs-skor-club1-name
,.teamvs-skor .teamvs-skor-club2 .teamvs-skor-club2-name{
    height: 26.234px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}
.teamvs-skor .teamvs-skor-club1 .teamvs-skor-club1-name{
    background: #2F5C9F;
    border-radius: 8.285px 0px 0px 8.285px;
}
.teamvs-skor .teamvs-skor-club2 .teamvs-skor-club2-name{
    background: #AA3034;
    border-radius: 0px 8.285px 8.285px 0px;

}
.teamvs-skor-club1-gol,.teamvs-skor-club2-gol{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; 
    width: 45px;
    height: 40px;
    flex-shrink: 0;    
    background: #3E3232;
    color:#fff;
    font-family: Roboto;
    font-size: 17.259px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.teamvs-skor-club1-gol{
    border-radius: 8.285px 0 0 8.285px;
}
.teamvs-skor-club2-gol{
    border-radius: 0 8.285px 8.285px 0;
}
/* Sports End*/
/*blackbox*/
.blackbox-container {
    background-color: black;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    max-width: 1392px;
}
.blackbox{
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
}
.blackbox-container .content .leftblock{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-left: 62px;
}
.blackbox-container .content .leftblock .head{
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-bottom:1px solid white;
    padding: 60px 154px 30px 0;
}
.blackbox-container.reverse .content .leftblock .head
,.graybox-container.reverse .content .leftblock .head{
    padding: 60px 0 30px 154px;
}
.blackbox-container .content .leftblock .headline{
    color:  #F4F6F8;
    font-family: Jubilat;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin:10px 0 5px;
    max-width: 504px;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.blackbox-container .content .leftblock .minread{
    color: #FFF;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px; /* 133.333% */
    text-transform: inherit;
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
}
.blackbox-container .content .leftblock .minread img{
    filter:invert(1);
}
.blackbox-container .content .leftblock .minread span{
    color: #FFF;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px; /* 133.333% */
    text-transform: uppercase;
}
.blackbox-container .content .leftblock .moretoread {
   max-width: 504px;
   width: 100%;
   margin-top: 40px;
   padding: 0 0 60px 0;
}
.blackbox-container .content .leftblock .moretoread .moretoreadnews .headline{
    color: #F4F6F8;
    font-family: Jubilat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.blackbox-container .content .rightblock {
    width: 50%;
    position: absolute;
    right: 0;
    display: block;
    height: 100%;
}
.blackbox-container .content .rightblock img{
    aspect-ratio: 13 / 10;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}


/*blackbox End*/


/*graybox*/
.graybox-container {
    background-color: #D9D9D9;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    max-width: 1392px;
}
.graybox{
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
}
.graybox-container .content .leftblock{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-left: 62px;
}
.graybox-container .content .leftblock .head{
    width: 100%;
    color: #333;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(136, 10, 13, 0.40);
    padding: 60px 154px 30px 0;
}
.graybox-container .content .leftblock .headline{
    color:  #333;
    font-family: Jubilat;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin:10px 0 5px;
    max-width: 504px;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.graybox-container .content .leftblock .minread{
    color: #333;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px; /* 133.333% */
    text-transform: inherit;
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
}

.graybox-container .content .leftblock .minread span{
    color: #333;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px; /* 133.333% */
    text-transform: uppercase;
}
.graybox-container .content .leftblock .moretoread {
    max-width: 504px;
    width: 100%;
    margin-top: 40px;
    padding: 0 0 60px 0;
}
.graybox-container .content .leftblock .moretoread .moretoreadnews .headline{
    color: #333;
    font-family: Jubilat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.graybox-container .content .rightblock {
    width: 50%;
    position: absolute;
    right: 0;
    display: block;
    height: 100%;
}
.graybox-container .content .rightblock img{
    aspect-ratio: 13 / 10;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}


/*graybox End*/

/* blackbox reverse */
.blackbox-container.reverse .blackbox {
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
    position: relative;
}
.blackbox-container.reverse .content .rightblock {
    width: 50%;
    position: absolute;
    left: 0;
    display: block;
    height: 100%;
}

.blackbox-container .content .leftblock
,.graybox-container .content .leftblock{
    order:2;
    padding-right: 0;
}
.blackbox-container.reverse .content .leftblock
,.graybox-container.reverse .content .leftblock {
    align-items: flex-end;
    padding-left:0 ;
    padding-right: 62px;
}
.blackbox-container.reverse .content .leftblock .minread {
    justify-content: flex-start;
    max-width: 504px;
}
.blackbox-container.reverse .content .leftblock .moretoread .moretoreadnews .picture {
    order:2
}

/* blackbox reverse END*/

/* graybox reverse */
.graybox-container.reverse .graybox {
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
    position: relative;
}
.graybox-container.reverse .content .rightblock {
    width: 50%;
    position: absolute;
    left: 0;
    display: block;
    height: 100%;
}
.graybox-container.reverse .content .leftblock{
    order:2;
    align-items: flex-end;
}
.graybox-container.reverse .content .leftblock .minread {
    justify-content: flex-start;
    max-width: 504px;
}
.graybox-container.reverse .content .leftblock .moretoread .moretoreadnews .picture {
    order:2
}

/* graybox reverse END*/

/* blackbox-container onenews */

.blackbox-container.onenews .blackbox{
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    padding: 60px 0;
}
.blackbox-container.onenews .content .leftblock .head{
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-bottom:0;
    padding: 0 0;
}
.blackbox-container.onenews .content .leftblock {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:35px;
    justify-content: center;
    padding-left: 0;
}
.blackbox-container.onenews .content .leftblock .headline{
    color:  #F4F6F8;
    text-align: center;
    font-family: Jubilat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    max-width: 485px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
}
.blackbox-container.onenews .content .leftblock .title{
    color: #FFF;
    text-align: center;
    font-family: Georgia;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    max-width: 485px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blackbox-container.onenews .content .leftblock .minread
,.graybox-container.onenews .content .leftblock .minread{
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    width: auto;

}
/* blackbox-container onenews End*/
/* blackbox-container onenews Reverse */
.blackbox-container.onenews.reverse .blackbox {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    padding: 40px 0;
    justify-content: flex-end;
}
.blackbox-container.onenews.reverse .content .leftblock {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    justify-content: center;
}
/* blackbox-container onenews Reverse End*/


/* graybox-container onenews */
.graybox-container.onenews .graybox{
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    padding: 60px 0;
}
.graybox-container.onenews .content .leftblock .head{
    width: 100%;
    color: #333;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border-bottom:0;
    padding: 0 0;
}
.graybox-container.onenews .content .leftblock {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:35px;
    justify-content: center;
    padding-left: 0;;
}
.graybox-container.onenews .content .leftblock .headline{
    color:  #333;
    text-align: center;
    font-family: Jubilat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    max-width: 485px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
}
.graybox-container.onenews .content .leftblock .title{
    color: #333;
    text-align: center;
    font-family: Georgia;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    max-width: 485px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.graybox-container.onenews .content .leftblock .minread{
    color: #333;
    text-align: center;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}
/* graybox-container onenews End*/
/* graybox-container onenews Reverse */
.graybox-container.onenews.reverse .graybox {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    padding: 60px 0;
    justify-content: flex-end;
}
.graybox-container.onenews.reverse .content .leftblock {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    justify-content: center;
    padding-right: 0;
}
/* graybox-container onenews Reverse End*/


/*blackbox-container onenews gradient*/
.blackbox-container.onenews.gradient .blackbox{
    display: flex;
    flex-direction: row;
}
.blackbox-container.onenews.gradient:after{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 17%, rgba(0, 0, 0, 0.90) 76%);
    display: block;
    position: absolute;
    top: 0;
}

.blackbox-container.onenews.gradient .content .leftblock {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    justify-content: center;
    z-index: 1;
    padding: 100px 0;
}
.blackbox-container.onenews.gradient .content .rightblock {
    width: 100%;
    height: 100%;
    position: absolute;
    max-width: 1392px;
    overflow: hidden;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    top: 50% !important;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.blackbox-container.onenews.gradient .content .rightblock img {
    aspect-ratio: unset;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*blackbox-container onenews gradient End*/

/*blackbox-container onenews gradient Reverse*/

.blackbox-container.onenews.gradient.reverse .blackbox{
    display: flex;
    flex-direction: row;
}
.blackbox-container.onenews.gradient.reverse:after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 17%, rgba(0, 0, 0, 0.90) 76%);
    display: block;
    position: absolute;
    top: 0;
}

/*blackbox-container onenews gradient End*/

.popups-search {
    display: none;
}

    .popups-search.active {
        justify-content: center;
        align-items: flex-start;
        display: flex;
        z-index: 50;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        position: fixed;
    }

        .popups-search.active ~ .header, .popups-search.active ~ .container, .popups-search.active ~ .footer {
            filter: blur(10px);
        }

.popups-absolute {
    background-color: rgba(255, 255, 255, 0.7);
    z-index: -10;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    justify-content: center;
}

.searchInput {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 672px;
    height: 58px;
    padding: 0 20px;
    position: relative;
    top: 10%;
}

.popups-search input {
    max-width: 672px;
    width: 100%;
    height: 58px;
    background-color: #fff;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.4);
    border: 0;
    padding: 20px 50px 20px 20px;
    color: black;
    font-size: 20px;
    font-family: georgia;
}
    .popups-search input::placeholder {
        color: #555;
        font-size: 20px;
        font-weight: 700;
        opacity: 1;
    }

    .ikon-search {
    width: 20px;
    position: absolute;
    right: 40px;
    top: 20px;
    cursor: pointer;
}

.ikon-close {
    width: 20px;
    position: absolute;
    right: 40px;
    top: -30px;
    cursor: pointer;
}

.box .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Share Butonu */
.share-btn {
    cursor: pointer;
}
#shareModal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#modalContent {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    width: 90%;
    max-width: 420px;
    position: relative;
    text-align: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

    #modalContent h2 {
        margin-bottom: 20px;
        font-size: 22px;
        color: #333;
    }

#closeModal {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    font-size: 26px;
    border: none;
    cursor: pointer;
    color: #888;
}

#socialList {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

    #socialList li {
        margin: 10px 0;
    }

        #socialList li a {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            text-decoration: none;
            padding: 12px;
            background: #f1f1f1;
            border-radius: 8px;
            transition: background 0.2s;
            color: #333;
            font-weight: 500;
        }

            #socialList li a:hover {
                background: #e0e0e0;
            }

            #socialList li a svg {
                width: 22px;
                height: 22px;
                flex-shrink: 0;
            }

.copy-link {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

#copyInput {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

#copyButton {
    padding: 8px 12px;
    background: #ff5f01;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

    #copyButton:hover {
        background: #e65100;
    }

#copyStatus {
    margin-left: 10px;
    color: green;
    font-size: 14px;
}

editor-video
{
    width: 100%;
    max-width: 630px;
    height: auto;
}

img.lazy {
    filter: blur(10px);
    transition: filter 0.3s;
}

img:not(.lazy) {
    filter: none;
}

#newscontent .picture {
    position: relative;
    display: inline-block;
}

.zoom-icon {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0,0,0,0.6);
    color: white;
    padding: 4px 6px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
}

.lightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.85);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .lightbox-overlay img {
        max-width: 90%;
        max-height: 80vh;
        margin-bottom: 10px;
    }

.lightbox-controls {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    padding: 0 20px;
}

    .lightbox-controls button {
        background: white;
        border: none;
        padding: 8px 12px;
        cursor: pointer;
        font-weight: bold;
        color: #000;
    }

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
}

.newspicture{
    cursor: zoom-in;
}

.lightbox-caption {
    font-size: 16px;
    color: #fff;
    text-align: center;
    max-width: 90%;
    margin-top: 10px;
}





figure.table {
    margin: 1.5em 0;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    display: block;
    width: 100%;
    max-width: 100%;
}

    figure.table table {
        width: auto !important;
        min-width: 100%;
        border-collapse: collapse;
    }

    figure.table th,
    figure.table td {
        border: 1px solid #ccc;
        padding: 8px 12px;
        text-align: left;
        vertical-align: top;
        font-size: 15px;
    }

    figure.table thead th {
        background-color: #f1f1f1;
        font-weight: bold;
    }

    figure.table tbody tr:nth-child(even) {
        background-color: #fafafa;
    }