﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.navbar {
    background-color: red !important;
}

  
.custom-navbar {
    background-color: red;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.navbar .nav-link {
    color: white !important;
}

.yazarboyut {
    float: left;
    width: 100px;
    height: 170px;
    border: 1px;
}


.whats-right-single {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.whats-right-single .whats-right-cap {
        padding-left: 18px;
}

.whats-right-single  {
    margin-bottom: 15px;
    width: 100%;
}


.whats-right-img {
    margin-bottom: 15px;
    width: 100%;
}

.Sagresim {
    margin-bottom: 15px;
    width: 200px;
    max-width: 200px;
}
.Kucuresim {
    margin-bottom: 15px;
    width: 80px;
}



.haberdtaycervece {
    position: relative;
    float: left;
    width: 100%;
   max-height:500px;
}

.sosyal-bar {
    display: flex;
    justify-content: center; /* ORTALAR */
    align-items: center; /* DİKEY ORTA */
    gap: 10px; /* ARALIK */
    margin-top: 10px;
}

.sosyal-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px; /* HEPSİ AYNI YÜKSEKLİK */
}

    .sosyal-item img {
        height: 28px;
        object-fit: contain;
    }



.panel-menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 10px;
    margin: 1px 0;
}

.panel {
    text-decoration: none;
    padding: 10px;
    border-radius: 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .panel span {
        display: block;
    }

    .panel:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 10px rgba(0,0,0,.2);
    }

/* RENKLER */
.blue {
    background: #3498db;
}

.green {
    background: #2ecc71;
}

.purple {
    background: #9b59b6;
}

.red {
    background: #e74c3c;
}

.orange {
    background: #f39c12;
}

.darkred {
    background: #c0392b;
}

.gray {
    background: #7f8c8d;
}



.yellow {
    background: #d0f26e;
}

.link-dark {
    background: #62c5cc;
}

.green {
    background: #a2fa95;
}

/* MOBİL DOKUNMATİK İYİLEŞTİRME */
@media (max-width: 768px) {
    .panel {
        padding: 26px;
        font-size: 16px;
    }
}





.cerceve {
    padding: 0em;
    border: 0px solid #BEBEBE;
    max-width: 250px;
    max-height: 300px;
    min-height: 300px;
    width: 100%;
    text-align: center;
}

.yazar-resim {
    width: 100px;
    height: 120px;
    object-fit: cover; /* TAŞANI KIRPAR */
    border-radius: 50%; /* YUVARLAK YAPAR */
    max-width: 120px;
    height: auto;
}


@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .whats-news-area {
        padding: 0 15px;
    }
}
.container, .container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px) {
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

.single-slider .trending-top .trend-top-img img {
    width: 100%;
    margin-bottom: 21px;
    max-height:500px;
}

.single-slider .trending-top .trend-top-img {
    position: relative;
}
.whats-right-single {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.mb-20 {
    margin-bottom: 20px;
}



/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.logo {
    height: 50px;
}



.border-top {
    border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 20px; /* Vertically center the text there */
}
