@charset "UTF-8";

@import url("reset.css");
@import url("mobil.css");
@import url("slider.css");
@import url("v8/general.css");
@import url("v8/news-card.css");
@import url("v8/hover.css");

.btn-check:focus + .btn-light, .btn-light:focus {
    box-shadow: none !important;
}

.icerik-haritasi {
    background-color: var(--ronse-site-haritasi-background-color);
    color: var(--ronse-site-haritasi-color);
    padding: 5px 0;
    font-size: 14px;
}

.icerik-haritasi ul {
    margin-bottom: 0px;
}

.icerik-haritasi ul li {
    display: inline-block;
}

.icerik-haritasi ul li a {
    color: var(--ronse-site-haritasi-color);
}

.icerik-haritasi ul li a:hover {
    color: var(--ronse-general-color);
}

.icerik-haritasi ul .active {
    font-weight: 600;
    position: relative;
    margin-left: 40px;
    color: var(--ronse-site-haritasi-aktif-color);
    letter-spacing: -0.5px;
}

.icerik-haritasi ul .active:before {
    content: "\f111";
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    font-family: 'Font Awesome 6 Pro';
    color: var(--ronse-site-haritasi-aktif-color);
}

.icerik-listesi {
    padding: 70px 0px;
}

.icerik-listesi .nav {
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.numarali .swiper-slide {
    position: relative;
    height: 500px;
    border-radius: 4px;
}

.ronse-slider-detay {
    position: relative;
    z-index: 2;
}

/**
.ronse-slider-detay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, #000, rgba(0, 0, 0, .9) 20%, transparent);
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;

}
 */


.swiper-pagination-bullet-active {
    font-size: 1.7rem !important;
}

.ronse-slider-detay h3 {
    color: #ffffff;
    z-index: 999;
    position: absolute;
    font-size: 33px;
    left: 0px;
    right: 0px;
    bottom: -15px;
    letter-spacing: -1px;
    background: #000;
    padding: 20px;
    border-top: 5px solid var(--ronse-general-color)
}

.ronse-slider-detay:hover h3 {
    color: var(--ronse-general-color);
}

.ronse-slider-detay a {
    pointer-events: auto;
}

.swiper-container {
    overflow: visible;
}

.reklamlar .swiper-slide, .kule-mobil-reklam .swiper-slide {
    width: 100% !important;
}

.kule-mobil-reklam {
    display: none;
}

.haber-detay {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 40px 50px 20px;
    background: linear-gradient(0deg, #000, rgba(0, 0, 0, .9) 30%, transparent);
    width: 100%;
}

.haber-detay h3 {
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: -1px;
}

.haber-detay-gorseli {
    height: 503px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 5px;
    cursor: zoom-in;
}

.haber-detay-alani {
    margin-top: 15px;
}

.haber-detay-yazisi img {
    display: block;
    margin-bottom: 15px;
}

.haber-detay-alani p strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    font-family: var(--ronse-heading-font);
}

.haber-rozeti {
    display: block;
    position: absolute;
    top: 0;
    padding: 30px;
}

.haber-rozeti img {
    width: 130px !important;
}

.haber-detay-alani h1 {
    margin-top: 0px;
    color: var(--ronse-haber-detay-baslik-color);
    font-size: var(--ronse-haber-detay-baslik-font-size);
    font-weight: var(--ronse-haber-detay-baslik-font-weight);
    letter-spacing: var(--ronse-haber-detay-baslik-letter-spacing);
    line-height: var(--ronse-haber-detay-baslik-line-height);
}

.haber-ust-alani p {
    color: var(--ronse-haber-detay-ozet-color);
    font-size: var(--ronse-haber-detay-ozet-font-size);
    font-weight: var(--ronse-haber-detay-ozet-font-weight);
    letter-spacing: var(--ronse-haber-detay-ozet-letter-spacing);
    line-height: var(--ronse-haber-detay-ozet-line-height);
}

.haber-detay-yazisi p {
    color: var(--ronse-haber-icerik-color);
    font-size: var(--ronse-haber-icerik-font-size);
    font-weight: var(--ronse-haber-icerik-font-weight);
    letter-spacing: var(--ronse-haber-icerik-letter-spacing);
    line-height: var(--ronse-haber-icerik-line-height);
}

.muhabir-fotografi {
    width: 30px;
    height: 30px !important;
    border-radius: 100%;
}

.surmanset {
    display: block;
    width: max-content;
    color: #FFFFFF;
    background: linear-gradient(90deg, rgba(166, 0, 0, 0), rgba(166, 0, 0, .8) 0%, rgba(166, 0, 0, .8) 90%, rgba(166, 0, 0, 0));
    padding: 0 10px;
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.haber-detay a h3 {
    color: #FFFFFF !important;
    font-size: 2em;
    font-weight: 800;
    letter-spacing: -1px;
}

.diger-haberler {
    margin: 40px 0;
}

.haber-detay h3:hover {
    color: var(--ronse-general-color);
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.one-cikan-video .swiper-slide img {
    border: 3px solid var(--ronse-general-color);
    border-radius: 6px;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    opacity: 1;
}

.swiper-pagination-bullet {
    color: #fff;
    background-color: rgba(181, 183, 185, 0.29);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: var(--ronse-general-color) !important;
    font-weight: 800 !important;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    color: #FFFFFF;
    font-weight: 800;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    margin: 10px 0;
}

/** Grid Slider **
 */

.noktali .slider-gorseli {
    height: 60vh;
}

.noktali .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.noktali .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    background-color: black;
    padding: 10px 0;
    bottom: 0px !important;
    margin: 0px;
}

.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {

}

.grid-slider h1 {
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 44px;
}

img.grid-buyuk-fotografi {
    height: 400px;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    object-fit: cover;
}

/** Tam Genişlik **/

.tam-genislik .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    padding: 0px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.tam-genislik .swiper-pagination-bullet {
    width: 100%;
    border-radius: 0px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-color: #000000;
    border-right: 1px solid #23262D;
    border-top: 1px solid #23262D;
    letter-spacing: -1px;
    font-weight: 600;
    margin: 0px !important;
}

.tam-genislik .swiper-pagination-bullet:last-child {
    border-right: 0px;
}

.tam-genislik .swiper-horizontal > .tam-genislik .swiper-pagination-bullets .tam-genislik .swiper-pagination-bullet,
.tam-genislik .tam-genislik .swiper-pagination-horizontal.swiper-pagination-bullets .tam-genislik .swiper-pagination-bullet {
    margin: 0px;
}

/** Dikey Slider **/
.dikey-numarali .swiper-pagination-bullet {
    width: 100%;
    border-radius: 5px;
    height: 5px;
    width: 20px;
    font-size: 13px;
    background-color: #FFFFFF;
    border-right: 1px solid #23262D;
    border-top: 1px solid #23262D;
    letter-spacing: -1px;
    font-weight: 600;
    margin: 5px !important;
}

.dikey-numarali .haber-detay h3 {
    position: relative;
    font-size: 1.3em;
    margin-bottom: 0px;
}

.dikey-numarali .swiper-button-next, .dikey-numarali .swiper-button-prev {
    font-size: 22px;
    height: 20px;
    width: 20px;
}

.dikey-numarali .haber-detay {
    padding: 20px 40px 10px 20px;
}

/** Grid Slider **
 */
.haber-detay-muhabir {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    padding: 10px;
    justify-content: space-between;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.haber-detay-muhabir .haber-detay-bilgileri {
    display: flex;
    flex-direction: column;
}

.detay-muhabir-foto {
    width: 95px;
    height: 95px !important;
    border-radius: 50%;
    margin-right: 10px;
}

.detay-muhabir-adi {
    font-family: var(--ronse-heading-font);
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
}

.muhabir-bilgi-alani {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.ronse-haber-detaylari {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.haber-bilgileri {
    line-height: 14px;
}

.haber-detay-basla .detay-muhabir-foto {
    width: 35px;
    height: 35px !important;
}

.haber-detay-basla .detay-muhabir-adi {
    font-size: 15px;
}

.haber-muhabiri {
    padding: 20px;
    border-radius: 8px;
    width: max-content;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
}

.haber-muhabiri img.muhabir-foto {
    width: 50px;
    height: 50px !important;
    border-radius: 50% !important;
    border: 3px solid var(--ronse-general-color) !important;
    margin-bottom: 10px;
}

span.muhabir-adi {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    background-color: var(--ronse-general-color);
    padding: 3px 6px;
    color: #D6D6D6;
    border-radius: 3px;
}

.buyuk-alan article {
    height: 97% !important;
}

.buyuk-alan a span.icerik-baslik {
    font-weight: 800;
}

img.buyuk-alan-gorseli {
    max-height: 100% !important;
}

.buyuk-alan a span.icerik-baslik {
    font-size: 30px;
    line-height: 1.2;
}

/*** Sosyal Medya Butonlari **/

ul.paylasimButonlari li {
    display: inline-block;
    margin-bottom: 10px;
}

.paylas-baslik small {
    line-height: 1;
}

.haber-paylasim {
    display: flex;
    align-items: center;
}

.sosyalMedyaButonlari ul li a {
    color: #FFFFFF;
    width: 40px;
    height: 30px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    margin-right: 5px;
    font-size: 15px;
    line-height: 30px;
    display: block;
}

.sosyalMedyaButonlari ul li a:hover {
    background: #313641;
}

.sosyalMedyaButonlari .twitter {
    background: #1DA1F2;
}

.sosyalMedyaButonlari .facebook {
    background: #1877F2;
}

.sosyalMedyaButonlari .linkedin {
    background: #0A66C2;
}

.sosyalMedyaButonlari .telegram {
    background: #1DA1F2;
}

.sosyalMedyaButonlari .whatsapp {
    background: #25D366;
}

.sosyalMedyaButonlari .email {
    background: #3f3f3f;
}

.e-con > .e-con-inner, .container {
    max-width: 1200px !important;
}

/** Yazar **/
.yazar-listesi, .beyaz-tasarim {
    background-color: #f8f8f8;
    border: 1px dashed #ddd;
    border-radius: 5px;
}

.yazarlar-baslik {
    font-family: var(--ronse-heading-font);
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 0px;
    color: var(--ronse-general-color);
    padding: 10px 0;
}

.yazar-listesi .yazar-fotografi {
    display: inline-block;
}

.yazar-alani-baslik h2.baslik {
    padding: 20px 30px;
}

.yazar-listesi .yazar {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px dashed #ddd;
}

.yazar-listesi .yazar:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.yazar-listesi .yazar-fotografi img {
    max-width: 50px;
    height: 50px;
    border-radius: 50%;
}

.yazar .yazar-icerik-bilgileri a.yazi-basligi {
    font-size: 14px;
    font-weight: 700;
    display: block;
    line-height: 16px;
    font-family: var(--ronse-heading-font);
    color: #22262F;
}

.yazar .yazar-icerik-bilgileri a.yazar-adi {
    font-weight: 600;
    font-size: 13px;
    color: #22262F;
    line-height: 1.3;
    letter-spacing: -1px;
    color: var(--ronse-general-color);
}

h2.baslik {
    font-size: 1.4em;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    color: var(--ronse-general-color);
    margin-bottom: 20px;
}

h2.baslik:after {
    content: "";
    border-bottom: solid 1.5px var(--ronse-general-color);
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 105px;
}

.tasarim1, .tasarim2 {
    padding: 10px 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.84);
}

.yazarlar .swiper-slide {
    height: 100%;
}

.slider-yazar {
    background-color: #f8f9fa;
}

.yazarlar .tasarim2 {
    padding: 20px 10px;
    border-radius: 5px;
    height: 250px;
    flex-direction: column;
    justify-items: center;
    display: flex;
    border: 1px dashed var(--ronse-general-color);
}

.tasarim2 a.yazar-adi {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 16px;
}

.tasarim2 .yazar-gorseli {
    width: 75px !important;
    height: 75px !important;
    margin-bottom: 10px;
}

.tasarim2 .yazar-icerik-bilgileri > a {
    margin-top: 10px;
}


.ronse-ust-tasarim-3 .ust-alan {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.ronse-ust-tasarim-3 .menu-area {
    background-color: var(--ronse-menu-background-color);
    color: var(--ronse-menu-color);
    padding: 5px 0;
    margin-bottom: 20px;
}


.tasarim1 .yazar-fotografi .yazar-gorseli, .tasarim2 .yazar-fotografi .yazar-gorseli {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid var(--ronse-general-color);
}

.yazar-icerik-bilgileri {
    margin-left: 10px;
}

.tasarim1 .yazar-icerik-bilgileri > a {
    color: #191a1a;
    font-size: .8em;
    font-weight: 600;
    line-height: 1.2;
    display: block;
}

.tasarim2 .yazar-icerik-bilgileri > a {
    color: #191a1a;
    font-size: .8em;
    font-weight: 600;
    line-height: 1.2;
    display: block;
}

.tasarim1 .yazar-icerik-bilgileri span {
    font-style: normal;
    font-size: 14px;
}

.tasarim2 .yazar-icerik-bilgileri span {
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
}

/** Haber Listesi **/


.haber-listesi {
    grid-row: 2/span 2;
    display: grid;
    grid-auto-flow: row;
    justify-items: center;
    grid-gap: 24px;
    border-radius: 5px;
    height: max-content;
    grid-column: 18/span 7;
}

.haber-listesi .haberler {
    grid-auto-flow: row;
    padding: 20px;
    background-color: #f5f7f8;
    gap: 15px;
    display: grid;
    width: 100%;
    border-radius: 5px;
    min-height: max-content;
    align-content: baseline
}

.haber-listesi .haberler h3 {
    font-size: 12px;
    color: #000000;
    position: relative;
    font-weight: 700;
    height: 30px
}

.haber-listesi .haberler p {
    height: 100%;
    border-left: 1px dotted #d1d1d1;
    list-style-type: none;
    grid-auto-flow: row;
    grid-gap: 24px;
    padding-left: 15px;
    display: grid;
    align-items: start
}

.haber-listesi .haberler p a {
    display: grid;
    font-size: 1rem;
    position: relative;
    line-height: 1.2;
    overflow: visible;
    font-weight: 600;
    color: #212529;
    border-bottom: 1px dotted #ddd;
}

.haber-listesi .haberler p a span {
    color: var(--ronse-general-color);
    font-size: 12px;
    padding-bottom: 5px;
    font-weight: 700;
}

.haber-listesi .haberler p a::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--ronse-general-color);
    left: -21px;
    top: 5px
}

/** Kart Haber **/

.kart-haberler a {
    box-shadow: 0 0 6px 0 #ababab26;
    border-radius: 10px;
}

.kart-haberler a:hover {
    color: var(--ronse-general-color);
}

.kart-haberler a .icerik-baslik {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #000000;
    font-family: var(--ronse-heading-font);
    display: block;
    overflow: hidden;
}

.kart-haberler a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.kart-haberler .haber a article img {
    height: 170px;
}

.kart-haberler .haber:first-child a article img {
    height: 100%;
}

.kart-haberler .row {
    gap: 20px 0px;
}

.grid-tasarim2 .haber-alani {
    position: relative;
    z-index: -1;
}

.grid-tasarim2 a .icerik-baslik {
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    background: linear-gradient(0deg, #000, rgba(0, 0, 0, .9) 30%, transparent);;
    padding: 15px 7px 15px 7px;
    width: 100%;
    font-family: var(--ronse-heading-font);
    z-index: 11;
    left: 0;
    font-weight: 800;
    letter-spacing: -1px;
}

.grid-tasarim2 a .icerik-baslik:hover {
    color: var(--ronse-second-color);
}

/** iliskili haberler**/
ul.ilisikili-haberler {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    border-bottom: 1px solid rgba(229, 232, 232, 0.71);
    border-top: 1px solid rgba(229, 232, 232, 0.71);
    padding: 10px 0px;
}

ul.ilisikili-haberler li {
    margin-bottom: 10px;
}

.ilisikili-haberler li:nth-child(odd) {
    background-color: rgba(229, 232, 232, 0.71);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}


ul.ilisikili-haberler li a {
    font-weight: 700;
    color: #23262D;
    font-size: 14px;
}

ul.ilisikili-haberler li a:hover {
    color: var(--ronse-general-color);
}

ul.ilisikili-haberler li i {
    background-color: var(--ronse-general-color);
    height: 30px;
    width: 30px;
    color: #FFFFFF;
    border-radius: 50%;
    line-height: 30px;
    margin-right: 15px;
    text-align: center;
    font-size: 12px;
}

/** Yatay Paylaşma **/

.haber-paylasim, ul.yatay-paylas {
    display: block;
    margin-right: 0px;
}

.yatay-paylas li {
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 10px;
}


.yatay-paylas li {
    display: inline-block;
    margin-bottom: 0px;
}

.haber-paylasim, ul.yatay-paylas {
    display: block !important;
    margin-right: 0px;
    text-align: center;
}

ul.yatay-paylas {
    padding: 10px;
    background-color: #f8f8f8;
    margin-bottom: 0px;
}

.yatay-paylas li a {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #607D8B;
    text-align: center;
    line-height: 30px;
    color: #607D8B;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 50%;
}

.yatay-paylas li a:first-child {
    margin-top: 0px;
}

.yatay-paylas li:last-child {
    margin-bottom: 0px;
}

.yatay-paylas li a:hover {
    background-color: var(--ronse-general-color);
    color: #FFFFFF !important;
    border: 1px dashed transparent;
}

/** Paylaş **/

.icerik-baslangic {
    position: relative;
}

.haber-paylasim, ul.paylas {
    text-align: left;
    display: flex;
    margin-bottom: 0px;
    gap: 5px;
}

.paylas li {
    display: inline-block;
    list-style: none;
    font-size: 20px;
}

.paylas li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    margin-top: 20px;
    border-radius: 50%;
    font-size: 15px;
}

.paylas li a:first-child {
    margin-top: 0px;
}

.paylas li:last-child {
    margin-bottom: 0px;
}

.paylas li a:hover {
    background-color: var(--ronse-general-color);
    color: #FFFFFF !important;
    border: 1px dashed transparent;
}

.haber-bilgileri ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.haber-bilgileri ul li {
    display: inline-block;
    text-transform: uppercase;
    margin-left: 10px;
}

.haber-bilgileri ul li:first-child {
    margin-left: 0px;
}

.haber-bilgileri ul li.haber-kategori {
    background-color: var(--ronse-general-color);
    padding: 5px 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-right: 10px;
    font-family: var(--ronse-heading-font);
}

.haber-detay-basla .haber-bilgileri ul li {
    margin-left: 0px;
}

.haber-detay-basla .muhabir-bilgi-alani {
    margin-bottom: 0px;
}

.haber-detay-basla .haber-detay-muhabir {
    margin-bottom: 20px;
}

.haber-bilgileri small {
    font-size: 10px;
}

.haber-bilgileri i {
    font-size: 14px;
}

.haber-bilgileri .yayinlanma-tarihi, .haber-bilgileri .guncelleme-tarihi {
    font-weight: 700;
    font-size: 12px;
    color: #0000008c;
    margin-right: 5px;
    font-family: var(--ronse-heading-font);
}

.haber-bilgisi {
    display: flex;
    align-items: center;
    gap: 20px;
}

.haber-tarihi, .haber-suresi {
    flex-direction: column;
    display: flex;
    border-left: 1px solid #D6D6D6;
    padding-left: 20px;
    text-align: center;
    color: #23262D;
}

.haber-tarihi small, .haber-suresi small {
    line-height: 1;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.haber-tarihi p, .haber-suresi p {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.5px;
}

/** Video */
.haber-video-player .haber-detay {
    padding-bottom: 0px;
    padding-top: 20px;
}

.kucuk-videolar .swiper-slide img {
    border-radius: 5px !important;
    object-fit: cover;
    width: 100%;
}

/** Video Bitiş **/

/** Ronse Başlıklar **/
.ronse-haber-kategori-baslik .baslik {
    text-align: center;
    font-size: 2em;
    font-weight: 900;
    color: var(--ronse-general-color);
    letter-spacing: -1px;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-gap: 20px;
    align-items: center;
    font-family: var(--ronse-heading-font);
}

.ronse-haber-kategori-baslik .baslik:after, .ronse-haber-kategori-baslik .baslik:before {
    content: " ";
    display: block;
    border-bottom: 1px dashed var(--ronse-general-color);
    border-top: 1px dashed var(--ronse-general-color);
    height: 10px;
}

/** Video Haberler **/

/*=============================
	22. Video Post
===============================*/
.video-post-bg {
    background-size: cover;
    background-position: center;
    padding: 100px 0 70px;
}

.ronse-baslik-kapsayicisi.ronse-genel-baslik .ronse-baslik-cizgileri {
    border-color: #dddd;
}

.ronse-tum-icerik-butonu.ronse-tum-icerik-butonu-iki .link-btn {
    border: none;
    padding: 5px 15px;
    background: var(--ronse-general-color);
    color: #fff;
}

.video-post-item.big-post .video-post-thumb {
    margin-bottom: 20px;
}

.video-post-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.video-post-thumb .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ronse-general-color);
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    z-index: 1;
}

.video-post-item {
    margin-bottom: 30px;
}

.video-post-thumb .play-btn:hover {
    background: var(--ronse-general-color);
}

.video-post-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.37);
    pointer-events: none;
}

.video-post-item.big-post .video-post-thumb img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.video-post-item:hover .video-post-thumb img {
    transform: scale(1.1);
}

.video-post-content .post-title a {
    color: #fff;
    margin-bottom: 15px;
}

.video-post-content .post-title a:hover {
    color: var(--ronse-second-color);
}

.video-post-item:hover .video-post-content .post-title a {
    background-size: 100% 1px;
}

.video-post-item.big-post:hover .video-post-content .post-title a {
    background-size: 100% 2px;
}

.video-post-content .blog-post-meta .list-wrap {
    justify-content: flex-start;
}

.video-post-item.small-post {
    display: flex;
    gap: 30px;
}

.video-post-item.small-post .video-post-thumb {
    width: 190px;
    flex: 0 0 auto;
    height: 160px;
}

.video-post-item.small-post .video-post-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.video-post-item.small-post .video-post-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.video-post-item.small-post .video-post-content .post-title {
    font-size: 22px;
    line-height: 1.4;
}

.video-small-post-wrap {
    position: relative;
    padding-left: 35px;
}

.video-small-post-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #253346;
}


.blog-post-meta .list-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.blog-post-meta .list-wrap li {
    display: flex;
    align-items: center;
    color: var(--ronse-second-color);
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0px;
    text-transform: uppercase;
    gap: 5px;

}

.blog-post-meta .list-wrap li i {
    line-height: 0;
    font-size: 16px;
}

.blog-post-meta .list-wrap li a {
    color: var(--ronse-general-color);
}

.blog-post-meta .list-wrap li a:hover {
    color: var(--ronse-general-color);
}

.ronse-baslik-kapsayici-icerik-alani {
    display: flex;
    align-items: center;
    position: relative;
    gap: 15px;
    margin-bottom: 30px;
}

.ronse-baslik-kapsayici-icerik-alani.text-center {
    justify-content: center;
}

.ronse-baslik-kapsayicisi {
    display: flex;
    align-items: center;
    flex: 1;
}

.ronse-baslik-kapsayicisi .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
    position: relative;
    padding: 8px 24px;
    z-index: 1;
    white-space: nowrap;
    background-color: var(--ronse-general-color);
    border-radius: 5px;
}

.section-title-svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.section-title-svg svg {
    width: 100%;
    height: 100%;
    color: var(--ronse-general-color);
}

.ronse-baslik-cizgileri {
    height: 5px;
    border: 1px solid var(--tg-border-color);
    border-right: none;
    border-left: none;
    flex-grow: 1;
    margin-left: -15px;
}

.ronse-baslik-kapsayici-icerik-alani.text-center .ronse-baslik-cizgileri {
    width: 100%;
}

.ronse-tum-icerik-butonu .link-btn {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    border-radius: 4px;
    border: 1px solid #CFCFCF;
    padding: 10px 17px;
    color: var(--ronse-general-color);
    gap: 10px;
    --arrow-hover-move-x: 110%;
    --arrow-hover-move-y: 100%;
}

.ronse-tum-icerik-butonu .link-btn .svg-icon svg {
    color: #FFFFFF;
    width: 10px;
    transition: all 0.3s ease-out 0s;
    transform: translateY(-2px);
}

.ronse-tum-icerik-butonu .link-btn svg path {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out;
}

.ronse-tum-icerik-butonu .link-btn svg path:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s;
}

.ronse-tum-icerik-butonu .link-btn svg path:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
    opacity: .5;
    transition-delay: 0s, 0s;
}

.ronse-tum-icerik-butonu .link-btn:hover svg path:nth-of-type(1) {
    transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
    opacity: 0;
    transition-delay: 0s, 0s;
}

.ronse-tum-icerik-butonu .link-btn:hover svg path:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s;
}

.ronse-tum-icerik-butonu .link-btn:hover {
    border-color: var(--ronse-general-color);
    color: #fff !important;
    background: var(--ronse-second-color);
}

.ronse-tum-icerik-butonu .link-btn:hover .svg-icon svg {
    color: #fff;
}

.post-tag {
    color: #fff;
    font-family: var(--ronse-heading-font);
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.30);
    display: inline-block;
    border-radius: 3px;
    padding: 4px 10px;
    margin-bottom: 15px;
}

.ronse-baslik-cizgileri {
    height: 5px;
    border: 1px solid #FFFFFF;
    border-right: none;
    border-left: none;
    flex-grow: 1;
    margin-left: -15px;
}

a.sosyal-medya-bilgisi:hover {
    background-color: #22262F;
    color: #fff;
}

/** Video Haber Son **/

.haber-saati {
    color: var(--ronse-general-color);
    margin-right: 10px;
    font-weight: 700;
    font-family: var(--ronse-general-font);
}

.grid-ust-alan {
    display: flex;
}

.grid-ust-alan .icerik-baslik {
    font-size: 2em;
    font-family: var(--ronse-heading-font);
    font-weight: 700;
    line-height: 1.2;
    color: #22262F;
    letter-spacing: -1px;
    margin-right: 15px;
    display: block;
}

.grid-ust-alan p {
    font-size: 18px;
}

.grid-ust-alan img.buyuk-resim {
    height: 200px;
    width: 50% !important;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.grid-slider img.grid-buyuk-fotografi {
    height: 50vh;
    object-fit: cover;
}

.listeli-haberler {
    list-style: none;
    padding-left: 0px;
}

.listeli-haber {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}

.listeli-haber a {
    font-weight: 700;
    font-family: var(--ronse-heading-font);
    color: #22262F;
    font-size: 18px;
}

.reklam:last-child {
    margin-bottom: 0 !important;
}

.tasarim-2 .header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.tasarim-2 .menu-area {
    background-color: var(--ronse-menu-background-color);
    color: var(--ronse-menu-color);
    padding: 5px 0;
    margin-bottom: 20px;
}

.ust-menu-4 {
    padding: 0 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yan-haberler {
    position: relative;
}


.yan-haberler.haber-alani {
    position: relative;
}

.yan-haberler a .icerik-baslik {
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    background: linear-gradient(0deg, #000, rgba(0, 0, 0, .9) 30%, transparent);;
    padding: 15px 20px;
    width: 100%;
    font-family: var(--ronse-heading-font);
    z-index: 11;
    left: 0;
}

.yan-haberler a .icerik-baslik:hover {
    color: var(--ronse-second-color);
}

.yan-haberler article img {
    height: 26vh;
    object-fit: cover;
    width: 100%;
}

.kule-reklam {
    width: 1200px;
    left: 50%;
    background: #fff;
    z-index: 1;
    position: relative;
    transform: translateX(-50%);
}

.kule-sabit {
    position: fixed;
}

.header1 .kule-reklam {
    top: 145px;
}

.header1 .kule-sabit {
    top: 45px;
}

.header2 .kule-reklam {
    top: 130px;
}

.kule-reklam #sag-reklam {
    position: absolute;
    left: 1220px;
    width: 200px;
    max-width: max-content;
    height: max-content;
    z-index: 99;
}

.kule-reklam #sol-reklam {
    position: absolute;
    right: 1220px;
    width: 200px;
    max-width: max-content;
    height: max-content;
    z-index: 99;
}

/** Yazar Listesi **/
.yazar-bilgileri {
    border: 1px dashed #D6D6D6;
    padding: 30px;
    display: flex;
    align-items: center;
}

.yazar-bilgileri .yazar-gorseli {
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
    margin-right: 10px;
}

.yazar-bilgileri h6 {
    margin-bottom: 3px;
}

.yazar-adi {
    color: #23262D;
    font-weight: 700;
}

.tum-yazilar, .yazar-email {
    font-size: 13px;
}

iframe {
    height: 400px;
    width: 100%;
}

iframe.ana-sayfa-yayin {
    height: 215px;
}

.ronse-icerik-listeleme .swiper-slide {
    position: relative;
}

.ronse-icerik-listeleme .ronse-icerik-listeleme-baslik {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0px;
}

.ronse-icerik-listeleme i {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ffffff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--ronse-general-color);
    border-radius: 30px;
}

#gallery-1 img {
    border: none;
    width: 100%;
    height: 100%;
}

/**  Pagination **/
.page-numbers {
    text-align: center;
}

.page-numbers li {
    display: inline-block;
    list-style: none;
    margin: 5px;
}

.page-numbers li a {
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 15px;
}

.page-numbers li .current {
    background-color: #23262D;
    color: #ffffff;
    padding: 3px 15px;
    border-radius: 5px;
    font-weight: 900;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
    box-shadow: none !important;
}

.e-con.e-flex > .e-con-inner {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/** menu **/
.ronse-menu-icerikleri {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

.ronse-site-ust-yapiskan {
    position: fixed !important;
    top: 0;
    z-index: 47;
}

.fotografsiz-haberler-2 .fotografsiz-haber {
    padding: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #D6D6D6;
}

.fotografsiz-haberler-2 .haber-numarasi {
    font-size: 2.5em;
    font-weight: 800;
    margin-right: 20px;
    color: #22262F;
    opacity: 0.5;
}

.fotografsiz-haberler-2 a {
    font-size: 1.1em;
    font-weight: 600;
    color: #22262F;
    line-height: 1.2;
    letter-spacing: -1px;
    display: block;
}

.fotografsiz-haberler-2 li.fotografsiz-haber:hover {
    background: radial-gradient(circle at 1% 52%, rgba(139, 139, 139, 0.05) 0%, rgba(139, 139, 139, 0.05) 50%, rgba(21, 21, 21, 0.05) 50%, rgba(21, 21, 21, 0.05) 100%), radial-gradient(circle at 41% 28%, rgba(81, 81, 81, 0.05) 0%, rgba(81, 81, 81, 0.05) 50%, rgba(7, 7, 7, 0.05) 50%, rgba(7, 7, 7, 0.05) 100%), radial-gradient(circle at 48% 1%, rgba(93, 93, 93, 0.05) 0%, rgba(93, 93, 93, 0.05) 50%, rgba(7, 7, 7, 0.05) 50%, rgba(7, 7, 7, 0.05) 100%), linear-gradient(224deg, #545454, #a7a7a7);
    border-bottom: none;
}

.fotografsiz-haber:hover,
.fotografsiz-haber:hover span,
.fotografsiz-haber:hover a {
    color: white;
    opacity: 1;
}

#ronse-arama-alani {
    z-index: 2147;
}

.modal-header .btn-close {
    opacity: 1;
    background: var(--ronse-general-color);
    line-height: 20px;
}

.modal-header .btn-close i {
    color: #D6D6D6;
}

#ronse-arama-alani input[type="search"] {
    height: 40px;
    border: 2px solid #D6D6D6;
}

#ronse-arama-alani form {
    width: 100%;
    display: flex !important;
}


.ronse-kisa-menu {
    padding: 20px
}

.ronse-kisa-menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0px;
}

.ronse-kisa-menu ul li {
    margin-bottom: 20px
}

.ronse-kisa-menu ul li a {
    justify-content: center;
    flex-direction: column;
    display: flex;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    color: #22262F;
    font-weight: 600;
    font-size: 13px;
}

.ronse-kisa-menu ul li a:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    text-decoration: none;
    transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s
}

.ronse-kisa-menu ul li a:hover .title {
    color: var(--ronse-second-color);
    background: #f4f4f4
}

.ronse-kisa-menu ul li a .icon img {
    max-height: 100px;
    width: 100%;
}

.ronse-kisa-menu ul li a .title {
    border-top: 1px solid #efefef;
    background: #f8f8f8;
    text-align: center;
    height: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.ronse-kisa-menu ul li:nth-last-child(-n+4) {
    margin-bottom: 0;
}

#ronse-arama-alani .modal-body {
    padding: 0px !important;
}

.grid-haberler {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.haber:first-child {
    grid-column: span 2;
    grid-row-start: 1;
    grid-row-end: 3;
}

.haber:first-child article {
    height: 360px;
    font-size: 1.3em;
    font-weight: 700;
}

.haber:first-child article img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet a {
    color: #FFFFFF;
}

a.tum-haberler-mobil {
    background: var(--ronse-general-color);
    width: max-content;
    color: #FFFFFF;
    font-size: 14px;
    margin: 0px auto;
    position: relative;
    border-radius: 2px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3px 10px;
}

.tum-haberler-mobil-buton {
    text-align: center;
    margin: 30px 0;
    display: none;
}

.iletisim-detay {
    display: flex;
    gap: 20px;
}

.iletisim-bilgisi {
    display: flex;
    border: 1px dashed #ddd;
    padding: 20px;
    border-radius: 3px;
}

.iletisim-bilgisi .iletisim-ikon {
    display: inline-block;
    margin-right: 10px;
    font-size: 1.3em;
    background: var(--ronse-general-color);
    padding: 5px 10px;
    color: #FFFFFF;
    line-height: 1em;
    width: 2em;
    border-radius: 3px;
    padding-top: 10px;
    text-align: center;
}

.iletisim-bilgisi .iletisim-baslik {
    font-weight: 700;
    font-size: 1em;
}

.iletisim-bilgisi .iletisim-deger a {
    color: #23262D;
}

.konum-bilgisi iframe {
    width: 100% !important;
}

/** Slider Dikey **/
.dikey-numarali .swiper-slide {
    height: 240px;
}

.dikey-numarali .swiper-slide {
    position: relative;
}

/** Üst Alt Menü **/

.ronse-ust-alt-menu {
    padding: 5px 0;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
}

.ronse-menu-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ronse-ust-alt-menu .menu-sag ul {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.menu-sol {
    display: flex;
    align-items: center;
}

.ronse-ust-alt-menu .menu-sag ul li, .ronse-sosyal-medya li {
    display: inline-block;
}

.ronse-menu-2 .ronse-sosyal-medya {
    margin-bottom: 0px;
}

.ronse-sosyal-medya i {
    font-size: 1.2em;
}

.ronse-sosyal-medya li, .menu-sol span, .ronse-ust-alt-menu .menu-sag ul li a {
    color: var(--ronse-ust-menu-color);
    font-size: var(--ronse-ust-menu-font-size);
    font-weight: var(--ronse-ust-menu-font-weight);
    letter-spacing: var(--ronse-ust-menu-letter-spacing);
    text-transform: var(--ronse-ust-menu-text-transform);
    border-right: 1px solid #e1e1e1;
    padding: 0 15px;
}

.ronse-ust-alt-menu .menu-sag ul li a:hover {
    color: var(--ronse-general-color);
}

.ronse-ust-alt-menu .menu-sag ul li a {
    display: flex;
    align-items: center;
}

.ronse-ust-alt-menu .menu-sag ul li i {
    color: var(--ronse-general-color);
    font-size: 1.2em;
}

.video-list .swiper-slide {
    height: auto !important;
}

.video-list .kutu-haber {
    margin-bottom: 0px;
    width: 100%;
}

.video-list .swiper-slide-thumb-active .video-list .kutu-haber {
    background-color: var(--ronse-general-color);
}

.yazar-uyari {
    background: #f8f8f8;
}

.yazar-uyari p, .yazar-uyari strong {
    font-size: 15px !important;
}

.yukarı-cik {
    position: fixed;
    right: 30px;
    bottom: 100px;
    background: #000000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2147;
}

.yukarı-cik i {
    font-size: 1.4em;
    color: #FFFFFF;
}

.wpcf7 label {
    display: block;
    font-weight: 600;
}

form [type=button]:not(:disabled), form [type=reset]:not(:disabled), form [type=submit]:not(:disabled), form button:not(:disabled) {
    background-color: var(--ronse-general-color);
    color: #FFFFFF;
    border: none;
    padding: 5px 40px;
    border-radius: 5px;
}

.menu-sabit {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
}

.haber-hatti {
    background-color: #128c7e;
    padding: 10px 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 20px;
}

.haber-hatti-ust {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.haber-hatti i, .haber-hatti .haber-hatti-baslik {
    color: #FFFFFF;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

.haber-hatti-numara a {
    color: #FFFFFF;
    font-size: 1.4em;
    font-weight: 700;
}

.haber-hatti-alt {
    border-top: 1px dashed #FFFFFF;
    padding-top: 10px;
}

.haber-hatti-alt p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
}

.yan-slider-icerik {
    display: flex;
    align-items: center;
    height: 320px;
    background-color: #000;
}

.yan-slider-icerik .yan-gorsel {
    position: absolute;
    right: 0;
    top: 0px;
    width: 50%;
    height: 100%;
    background-blend-mode: multiply;
    clip-path: polygon(100% 0%, 0% 0%, 12% 100%, 100% 100%, 100% 0%);
    background-repeat: no-repeat;
    background-size: cover;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
    -moz-background-size: cover;
    -moz-clip-path: polygon(100% 0%, 0% 0%, 12% 100%, 100% 100%, 100% 0%);
}

.yan-slider-icerik .haber-detay {
    width: 45%;
    padding: 0px;
    left: 60px;
    position: relative;
    background: none;
}

.yan-slider-icerik .haber-detay h3 {
    font-size: 2em;
    letter-spacing: -1px;
    line-height: 1.1;
}

.desen {
    position: absolute;
    left: 0;
    top: 0;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0px !important;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0px !important;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.son-gelismeler-baslangic {
    background-color: #FFFFFF;
    border-bottom: 1px solid #D6D6D6;
    padding: 5px 0;
}

.son-gelismeler .swiper-wrapper {
    padding: 0 30px;
}

.son-gelismeler .swiper-wrapper .swiper-slide {
    width: auto !important;
    border-right: 1px solid #D6D6D6;
    padding: 0 15px;
    position: relative;
    margin-right: 0px !important;
}

.son-gelismeler .swiper-wrapper .swiper-slide:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #D6D6D6;
}

.son-gelismeler .swiper-wrapper .swiper-slide a {
    color: #23262D;
    letter-spacing: -0.5px;
    font-weight: 500;
    font-size: 15px;
}

.r-menu-margin {
    margin: 0 45px;
}

/** Widget Haber **/
.ronse-widget {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.widget-haber {
    position: relative;
    max-height: 250px;
    height: 100%;
    border-radius: 6px;
}

.widget-haber img {
    width: 100%;
    background-size: cover;
}

.widget-haber:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(0deg, #000, rgba(0, 0, 0, .5), transparent);
}

.widget-haber .icerik-baslik {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFFFFF;
    padding: 20px 15px;
    font-weight: 600;
    z-index: 99;
    font-size: 1.1em;
}

.galeri-ust {
    position: relative;
    margin-top: 30px;
}

.galeri-ust:first-child {
    margin-top: 0px;
}

.galeri-ust:after {
    content: '';
    height: 1px;
    background-color: #D6D6D6;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 24px;
    z-index: -1;
}

.galeri-sayi {
    background: #47474d;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 1.4em;
}

.ronse-menu-gradient {
    background: linear-gradient(to right,
    #ff9955,
    #ff8a4d,
    #ff5e62,
    #ff3b5c,
    #d4145a,
    #a600d4,
    #6e1aff
    );
}

.ronse-haber-detaylari {
    background-color: #F5F7F8;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 3px;
}

/***
===================================
RONSE FOOTER
===================================
 */

.footer-wrapper {
    position: relative;
    z-index: 2;
    background-color: var(--ronse-footer-background-color);
}

.ronse-footer-menusu.widget_nav_menu a, .th-widget-about .about-text {
    color: var(--ronse-footer-color);
}

.footer-wrapper .ronse-sosyal a {
    color: var(--ronse-footer-color) !important;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    padding: 3px 9px;
    font-size: 22px;
    border-radius: 5px;
}

.footer-wrapper .ronse-sosyal a:hover {
    background-color: var(--ronse-general-color);
    border-color: var(--ronse-general-color);
    color: #ffffff !important;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.widget-area {
    padding: 40px 0;
}

.ronse-footer-menusu.widget_nav_menu a, .th-widget-about .about-text {
    color: var(--ronse-footer-color) !important;
    font-size: 1em;
    line-height: 1.2;
}


.ronse-footer-menusu.widget_meta a, .ronse-footer-menusu.widget_pages a, .ronse-footer-menusu.widget_archive a, .ronse-footer-menusu.widget_categories a, .ronse-footer-menusu.widget_nav_menu a {
    font-size: 1em;
    line-height: 1.2;
    padding: 0 0 0 20px;
    margin-bottom: 12px;
    font-family: var(--ronse-general-font);
    color: #fff;
    display: block;
    max-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: 0;
    background-color: transparent;
    border-bottom: none;
    border: none;
    position: relative;
}

.ronse-footer-menusu.widget_meta a:before, .ronse-footer-menusu.widget_pages a:before, .ronse-footer-menusu.widget_archive a:before, .ronse-footer-menusu.widget_categories a:before, .ronse-footer-menusu.widget_nav_menu a:before {
    content: "\f105";
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
    left: 0;
    top: 2px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 0.8em;
    background-color: transparent;
    border: none;
    color: inherit;
}

.ronse-footer-menusu .ronse-footer-baslik {
    max-width: 270px;
    color: var(--ronse-footer-title-color);
    border-bottom: none;
    margin: 0px 0 30px 0;
    padding: 0 0 14px 0;
}

.ronse-footer-menusu .ronse-footer-baslik:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: var(--ronse-general-color);
}

.ronse-footer-menusu .ronse-footer-baslik:after {
    background-color: var(--ronse-general-color);
    width: 40px;
    height: 2px;
}

.ronse-footer-baslik {
    position: relative;
    font-size: 1.4em;
    font-weight: 800;
    font-family: var(--ronse-heading-font);
    line-height: 1em;
    margin: -0.11em 0 30px 0;
    padding-bottom: 0px;
    text-transform: uppercase;
}

footer ol, ul {
    padding-left: 0px;
    list-style: none;
}

.ronse-footer-iletisim {
    max-width: 265px;
}

/** Footer İletişim **/
.ronse-footer-iletisim .detay {
    display: flex;
    align-items: flex-start;
    color: #F8F8F8;
    gap: 10px;
}

.ronse-footer-iletisim .detay .ikon {
    color: var(--ronse-general-color);
    font-size: 2em;
}

.ronse-footer-iletisim .detay .yazi .deger {
    display: block;
    font-weight: 700;
    color: var(--ronse-general-color);
    line-height: 1;
}

/** Footer Telif **/
.telif .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    font-size: 14px;
}

/** Numarali ***/

.ronse-haber-container {
    width: 300px;
    margin: 20px auto;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.title {
    font-size: 18px;
    font-weight: bold;
    color: #841617;
    margin: 0 0 10px;
    padding-bottom: 5px;
}

.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.list li:last-child {
    border-bottom: none;
}

.text a {
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.2;
}

.number {
    font-size: 28px;
    font-weight: 800;
    color: #d0d0d0;
    margin-left: 10px;
}

.padding-detay {
    padding: 0 0 0 40px;
}

.haber-detay-yazisi img {
    width: 100% !important;
    height: 100% !important;
}

/** Sosyal Widget **/
.sosyal-medya-widget {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sosyal-medya-bilgisi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    border-radius: 10px 0 10px 0;
}

.sosyal-medya-bilgi {
    display: flex;
    align-items: center;
    gap: 20px;
}

.facebook {
    background-color: #1877f2;
    color: #ffffff;
}

.twitter {
    background-color: #000000;
    color: #ffffff;
}

.instagram {
    background: #833ab4;
    background: linear-gradient(
            to right,
            #833ab4, #fd1d1d, #fcb045
    );
    color: #ffffff;
}

.linkedin {
    background-color: #0077B5;
    color: #ffffff;
}

.whatsapp {
    background-color: #128c7e;
    color: #ffffff;
}

.email {
    background-color: var(--ronse-general-color);
    color: #ffffff;
}

.telegram {
    background: #24A1DE;
    color: #ffffff;
}

.youtube {
    background: #FF0000;
    color: #ffffff;
}

.pinterest {
    background: #E60023;
    color: #ffffff;
}

.sosyal-medya-bilgisi .takip-butonu {
    font-weight: 700;
}

/** Künye **/
#bik-kunye-main {
    text-align: center;
    width: 700px;
    margin: 30px auto;
}

.kunye-cart {
    list-style: none;
}

.kunye-cart li {
    margin-bottom: 20px;
    border-bottom: 1px dashed #D6D6D6;
    padding: 5px 10px 15px 5px;
}

.kunye-cart li h4 {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom: 4px;
}

/** Video Player **/
.video-player-container {
    max-width: 100%;
    margin: 20px auto;
    background: #080C25;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color: #fff;
    padding: 30px;
}

.video-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
}

.video-content {
    display: flex;
}

.main-video {
    flex: 2;
    position: relative;
}

.main-video video {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.main-video h3 {
    margin-top: 15px;
    font-size: 25px;
    letter-spacing: -1px;
}

.video-list {
    flex: 1;
    padding: 0 20px;
}

.video-list h5 {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.3px;

}

.v-title {
    font-size: 16px;
    text-transform: uppercase;
    padding: 18px;
    margin-bottom: 0px;
}

.video-list ul {
    list-style: none;
    padding: 0;
}

.video-list li {
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    gap: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.video-right img {
    max-width: 100px !important;
    height: 55px !important;
    border-radius: 5px !important;
    object-fit: cover;
    width: 100%;
}

.video-list .swiper-slide-thumb-active .kutu-haber {
    background-color: var(--ronse-general-color);
    cursor: pointer;
}

.video-list .swiper-slide-thumb-active .kutu-haber .aciklama p {
    color: #fff;
}

.video-list ul li {
    cursor: pointer;
    transition: all 0.3s ease;
}

.video-list ul li:hover {
    color: var(--ronse-general-color);
}

.video-list {
    overflow-y: auto;
    position: sticky;
    top: 20px;
}

.one-cikan-video .swiper-slide, .video-list {
    max-height: 460px;
}

.one-cikan-video .swiper-slide iframe {
    border-radius: 10px;
    border: 2px solid var(--ronse-general-color);
    margin-bottom: 5px;
}

.one-cikan-video .swiper-slide img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
    height: 100%;
    margin-bottom: 5px;
}

.video-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.video-list::-webkit-scrollbar {
    width: 5px;
}

.video-list::-webkit-scrollbar-thumb {
    background-color: var(--ronse-general-color);
    border-radius: 5px;
}

.video-list::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 5px;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}