.World {
    color: rgb(0, 123, 255); /* Mavi - Dünya için */
  }
  
  .Politics {
    color: rgb(220, 53, 69); /* Kırmızı - Politika için */
  }
  
  .Sports {
    color: rgb(40, 167, 69); /* Yeşil - Spor için */
  }
  
  .Economy {
    color: rgb(255, 193, 7); /* Sarı - Astroloji için */
  }
  
  .pagination a {
    padding: 8px 16px;
    text-decoration: none;
    color: rgb(35, 46, 67); ;
    border: 1px solid #ddd;
    margin: 0 4px;
}
.pagination a.active {
    background-color: rgb(35, 46, 67); ;
    color: white;
    border: 1px solid rgb(35, 46, 67); ;
}
  .Health {
    color: rgb(255, 87, 34); /* Turuncu - Sağlık için */
  }
  
  .Education {
    color: rgb(33, 122, 200); /* Gri - Eğlence için */
  }
  
  .Technology {
    color: rgb(200, 33, 178); /* Gri - Eğlence için */
  }
  
  .Crime {
    color: rgb(33, 37, 41); /* Siyah - Suç için */
  }
  .Agenda{
    color: rgb(38, 153, 47); /* Siyah - Suç için */
  }
  .Culture {
    color: rgb(153, 102, 255); /* Mor - Kültür için */
  }

  .Science {
    color: rgb(144, 62, 37); /* Mor - Kültür için */
  }
  
@font-face {
    font-family: 'Nunito'; /* Font ismi */
    src: url('fonts/Nunito-Regular.woff2') format('woff2'),
         url('fonts/Nunito-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.comment-text {
    font-size: 0.9rem; /* Küçük font boyutu */
}

.comment-header .form-group,
.comment-context .form-group {
    margin-bottom: 0.5rem; /* Küçük aralık */
}

.form-control {
    font-size: 0.85rem; /* Küçük font boyutu */
    padding: 0.5rem; /* Küçük iç padding */
}

.btn-warning {
    background-color: rgb(35, 46, 67); /* İstediğiniz RGB rengi */
    border-color: rgb(35, 46, 67); /* Buton kenar rengi */
    font-size: 0.9rem; /* Küçük font boyutu */
}

.btn-warning:hover {
    background-color: rgb(25, 36, 57); /* Hover durumunda daha koyu bir renk */
    border-color: rgb(25, 36, 57);
}
*{
    margin: 0;
    padding: 0;
}
a{
    color: rgb(35, 45, 67);
}

a:hover{
    text-decoration: none;
    color: rgb(229, 97, 44);
}
img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

body{
    background-color: rgb(247, 248, 249);
    font-family: 'Nunito', sans-serif; /* Nunito fontu kullan */
}
.reaction-icon {
    display: flex;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
}

.reaction-icon i {
    margin-right: 5px;
}

.reaction-count {
    font-size: 14px;
    color: #555;
}

.container-frame{
    height: auto;
    background-color: darkblue;
}

.frame{
    width: 80vw;
    height: auto;
    margin: auto;
    margin-bottom: 10vh;
    max-width: 1385px;
}

.xx{
    height: auto;
}


.reaction-icon {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    transition: transform 0.2s ease, color 0.2s ease;
    color: rgb(35, 45, 67);
    font-size: 25px;
}

.reaction-icon:hover {
    transform: scale(1.2);
    color: #007bff; /* Hover rengi */
}

.reaction-icon.active {
    color: #ff5100; /* Tıklanmış (aktif) renk */
}


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: rgb(35, 45, 67);
    color: white;
    margin-bottom: 3vh;
}

.logo img {
    height: 40px; /* Logo boyutu */
}

.menu-toggle {
    display: none; /* Desktop'ta görünmesin */
    background: none;
    border: none;
    color: white;
    font-size: 24px;
}

.categories-frame{
    height: auto;
    width: 11.9vw;
    float: left;
    padding: 10px;
}

.categories{
    margin-bottom: 20px;
    background-color: white;
    border-radius: 12px;
    height: auto;
    width: 11.9vw;
    float: left;
    padding: 10px;
}

.category{
    display: flex;
    align-items: center;
    gap: 10px; /* İkon ve yazı arasındaki boşluk */
    height: auto; 
    width: 100%;
    min-height: 25px;
    margin-bottom: 7px;
    flex-wrap: nowrap; /* Alt satıra geçmeyi engeller */

}

.icon{
    height: 25px;
    width: 25px;
    border-radius: 6px;
    float: left;
    flex-shrink: 0; /* İkonun boyutunu küçültmesini engeller */
}

.icon-font{
    font-size: 24px;
    color: rgb(35, 45, 67);
}

.icon-font-id{
    font-size: 24px;
    color: rgb(35, 45, 67);
    margin-right: 1vw;
}


.category-texts{
    width: auto;
    height: 25px;
    margin-left: 10px;
    float: left;
    white-space: nowrap; /* Yazının tek satır kalmasını sağlar */
    overflow: hidden; /* Gerekirse taşan kısmı gizler */
    text-overflow: ellipsis; /* Taşan kısımda üç nokta koyar */
}

.c-text{
    font-size: 13px;
}

.news{
    height: auto;
    width: 44.5vw;
    float: left;
    margin: 0 1.40vw;
    margin-bottom: 10vh;

}


.new {
    display: flex;
    align-items: center;
    height: auto; /* Yükseklik otomatik olarak içerikle ayarlanır */
    border-radius: 12px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    margin-bottom: 1.5vh;
    padding: 10px;
    gap: 10px; /* Görsel ve yazı arasında boşluk bırakır */
}

.new-img {
    height: 155px;
    width: 155px;
    border-radius: 12px;
    flex-shrink: 0; /* Görselin sıkışmasını engeller */
}

.new-text {
    height: auto; /* Yazıya göre yüksekliği ayarlanır */
    border-radius: 12px;
    width: auto;
    flex-grow: 1;
    min-width: 200px; /* Minimum genişlik tanımlanır */
    max-width: calc(100% - 165px); /* Görsel genişliğini hesaba katarak maksimum genişlik */
    padding: 0 10px;
    overflow-wrap: break-word; /* Uzun kelimelerin taşmasını önler */
}


.news-id{
    height: auto;
    width: 65.3vw;
    float: left;
    margin: 0 1.40vw;
}


.new-id {
    display: flex;
    align-items: center;
    height: auto; /* Yükseklik otomatik olarak içerikle ayarlanır */
    border-radius: 12px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    margin-bottom: 1.5vh;
    padding: 10px;
    gap: 10px; /* Görsel ve yazı arasında boşluk bırakır */
}

.new-img-id {
    height: 355px;
    width: 355px;
    border-radius: 12px;
    flex-shrink: 0; /* Görselin sıkışmasını engeller */
}

.new-text-id {
    height: auto; /* Yazıya göre yüksekliği ayarlanır */
    border-radius: 12px;
    width: auto;
    flex-grow: 1;
    min-width: 200px; /* Minimum genişlik tanımlanır */
    max-width: calc(100% - 165px); /* Görsel genişliğini hesaba katarak maksimum genişlik */
    padding: 0 10px;
    overflow-wrap: break-word; /* Uzun kelimelerin taşmasını önler */
}


.new-slider-id {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Okları başa ve sona yerleştir */
    width: 80vw;
    margin-top: 20px;
    position: relative;
}


.comments{
    height: auto;
    width: 65.3vw;
    float: right;
    margin: 0 1.40vw;
}


.comment {
    display: flex;
    align-items: center;
    height: auto; /* Yükseklik otomatik olarak içerikle ayarlanır */
    border-radius: 12px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    margin-bottom: 1.5vh;
    padding: 10px;
    gap: 10px; /* Görsel ve yazı arasında boşluk bırakır */
}

.comment-img{
    height: 120px;
    width: 120px;
    border-radius: 12px;
    flex-shrink: 0; /* Görselin sıkışmasını engeller */
}

.comment-text{
    height: auto; /* Yazıya göre yüksekliği ayarlanır */
    border-radius: 12px;
    width: auto;
    flex-grow: 1;
    min-width: 200px; /* Minimum genişlik tanımlanır */
    max-width: calc(100% - 165px); /* Görsel genişliğini hesaba katarak maksimum genişlik */
    padding: 0 10px;
    overflow-wrap: break-word; /* Uzun kelimelerin taşmasını önler */
}

.comment-header{
    font-size: 22px;
    font-weight: bolder;
    color: rgb(35, 45, 67);
    line-height: 22px;
    margin-bottom: 3px;
}

.comment-context{
    font-size: 12px;
    font-weight: bolder;
    color: rgb(35, 45, 67);
    line-height: 14px;
}


.new-slider-id {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Okları başa ve sona yerleştir */
    width: 80vw;
    margin-top: 20px;
    position: relative;
}

.news-icon{
    height: 5vh;
    width: 100%;
    margin-top: 5vh;
}

.news-icon{
}

.cicles {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-grow: 1; /* Bu, çemberlerin genişliğini dolduracak şekilde esnemesini sağlar */
}

.cicle {
    width: 30px;
    height: 30px;
    background-color: lightgray;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cicle p {
    margin: 0;
}

.cicle.active {
    background-color: #35A7A7; /* Aktif sayfa rengini değiştir */
    color: white;
}

.arrow-left, .arrow-right {
    font-size: 25px;
    color: rgb(35, 45, 67);
    cursor: pointer;
    position: absolute;
    top: 50%; /* Yükseklik ortalamak için */
    transform: translateY(-50%); /* Tam olarak ortalamak için */
}

.arrow-left {
    left: 10px; /* Sol ok simgesi için */
}

.arrow-right {
    right: 10px; /* Sağ ok simgesi için */
}

.arrow-left:hover, .arrow-right:hover {
    color: #35A7A7;
}


.category-tag{
    font-size: 11px;
    font-weight: bolder;
}

.category-tag-widget{
    font-size: 10px;
    font-weight: bolder;
}

.new-header{
    font-size: 22px;
    font-weight: bolder;
    color: rgb(35, 45, 67);
    line-height: 22px;
    margin-bottom: 3px;
}

.new-context{
    font-size: 12px;
    font-weight: bolder;
    color: rgb(35, 45, 67);
    line-height: 14px;
}

.new-text-bottom{
    height: 20px;
    width: 100%;
    padding: 4px 0;
}

.new-text-date{
    float: left;
    font-size: 10px;
    margin-top: 3x;
    color: rgb(143, 149, 156);
}

.comments-count{
    float: left;
    font-size: 10px;
    margin: 0 15px;
    color: rgb(143, 149, 156);
}

.view-count{
    float: left;
    font-size: 10px;
    color: rgb(143, 149, 156);
}

.widgets{
    height: auto;
    width: 20.8vw;
    float: left;
}

.miss{
    font-size: 25px;
    font-weight: 150;
}

.dont-miss-widget{
    height: 370px;
    border-radius: 12px;
    width: 100%;
    margin-bottom: 1.5vh;
}
.dont-miss-title{
    height: 60px;
    border-radius: 12px;
    width: 100%;
}

.dont-miss-frame{
    height: auto;
    border-radius: 12px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    margin-bottom: 1.5vh;
    padding: 6px;
}

.dont-miss{
    display: flex;
    align-items: center;
    height: auto;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 6px;
    padding: 5px;
    flex-grow: 1; /* İçeriğe göre büyüme */
}

.dont-miss-img{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    float: left;
}

.dont-miss img{
    border-radius: 50%;
}

.miss-title{
    height: 60px;
    width: 80%;
    float: right;
}

.miss-title-text {
    font-size: 12px;
    font-weight: 600;
    color: rgb(35, 45, 67);
    line-height: 1.2; /* Satır aralığını ayarlayın */
    padding: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* En fazla 3 satırda tut */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.dont-miss:last-child{
    margin-bottom: 0;
}

.new-widget {
    height: auto; /* Yüksekliği otomatik ayarla */
    border-radius: 12px;
    width: 100%;
    background-color: white;
    margin-bottom: 1.5vh;
    padding: 10px;
}

.new-widget-img {
    height: 180px;
    border-radius: 12px;
    width: 100%;
    margin-bottom: 1.5vh;
}

.new-widget-header {
    font-size: 17px;
    font-weight: bolder;
    color: rgb(35, 45, 67);
    line-height: 1.2; /* Daha iyi satır aralığı */
    margin-bottom: 3px;
    padding: 0px 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 3 satırla sınırla */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.new-widget-bottom{
    height: 20px;
    width: 100%;
    padding: 4px 5px;
}

.comments-widget{
    height: 440px;
    border-radius: 12px;
    width: 100%;
    margin-bottom: 1.5vh;
    background-color: rgb(255, 255, 255);
}

.comment-title{
    height: 40px;
    border-radius: 12px;
    width: 100%;
    padding: 5px 15px;
    margin-bottom: 15px;
}

.comment-frame{
    height: 400px;
    border-radius: 12px;
    width: 100%;
    margin-bottom: 1.5vh;
}

/* .footer{
    width: 80vw;
    height: 5vh;
    position: absolute;
    margin-top: 210vh;
    background-color: rgb(35, 45, 67);
    opacity: 0;
} */

@media (min-width: 701px) and (max-width: 1100px) {
    .frame{
        width: 90vw;
        height: auto;
        margin: auto;
        max-width: 1385px;
    }

    .menu-toggle {
        display: block; /* Mobile'de menü butonu görünsün */
    }

    .categories-frame.open {
        display: block; /* Menü açıldığında görünür olsun */
    }
    .categories-frame{
        display: none;
    }

    .categories-frame{
        height: auto;
        width: 13.9vw;
        float: left;
        padding: 10px;
    }

    .news{
        height: auto;
        width: 97vw;
        float: left;
        margin: 0 1.40vw;
    }

    .new {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto; /* Yükseklik otomatik olarak içerikle ayarlanır */
        border-radius: 12px;
        width: 100%;
        background-color: rgb(255, 255, 255);
        margin-bottom: 1.5vh;
        padding: 10px;
        gap: 10px; /* Görsel ve yazı arasında boşluk bırakır */
    }

    .widgets{
        height: 95vh;
        width: 30.8vw;
        float: left;
    }

    .news-id{
        height: auto;
        width: 90vw;
        float: left;
        margin: 0 1.40vw;
    }
    
    
    
    .new-id {
        display: flex;
        flex-direction: column; 
        align-items: center;
        height: auto; /* Yükseklik otomatik olarak içerikle ayarlanır */
        border-radius: 12px;
        width: 100%;
        margin-bottom: 1.5vh;
        padding: 10px;
        gap: 10px; /* Görsel ve yazı arasında boşluk bırakır */
    }
    
    .new-img-id {
        height: 395px;
        width: 555px;
        border-radius: 12px;
        flex-shrink: 0; /* Görselin sıkışmasını engeller */
    }
    
    .new-text-id {
        height: auto; /* Yazıya göre yüksekliği ayarlanır */
        border-radius: 12px;
        width: auto;
        flex-grow: 1;
        min-width: 200px; /* Minimum genişlik tanımlanır */
        max-width: calc(100% - 135px); /* Görsel genişliğini hesaba katarak maksimum genişlik */
        padding: 0 10px;
        overflow-wrap: break-word; /* Uzun kelimelerin taşmasını önler */
    }

    .new-text {
        height: auto; /* Yazıya göre yüksekliği ayarlanır */
        border-radius: 12px;
        width: auto;
        flex-grow: 1;
        min-width: 200px; /* Minimum genişlik tanımlanır */
        max-width: 100%; /* Görsel genişliğini hesaba katarak maksimum genişlik */
        padding: 0 10px;
        overflow-wrap: break-word; /* Uzun kelimelerin taşmasını önler */
    }

    .comments{
        height: auto;
        width: 97%;
        float: center;
        margin: 0 1.40vw;
    }
}

@media (max-width: 768px ) {
    .frame{
        width: 100vw;
        height: auto;
        margin: auto;
        max-width: 1385px;
    }
    .news{
        height: auto;
        width: 97vw;
        float: left;
        margin: 0 1.40vw;
    }
    .menu-toggle {
        display: block; /* Mobile'de menü butonu görünsün */
    }

    .categories-frame.open {
        display: block; /* Menü açıldığında görünür olsun */
    }
    .categories-frame{
        display: none;
    }


    .new-text {
        height: auto; /* Yazıya göre yüksekliği ayarlanır */
        border-radius: 12px;
        width: auto;
        flex-grow: 1;
        min-width: 200px; /* Minimum genişlik tanımlanır */
        max-width: 100%; /* Görsel genişliğini hesaba katarak maksimum genişlik */
        padding: 0 10px;
        overflow-wrap: break-word; /* Uzun kelimelerin taşmasını önler */
    }
    .widgets{
        display: none;
    }
    .news-id {
        width: 100%; /* Tam genişlik */
        margin: 0 auto;
        box-sizing: border-box;
    }
    
    .new {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto; /* Yükseklik otomatik olarak içerikle ayarlanır */
        border-radius: 12px;
        width: 100%;
        background-color: rgb(255, 255, 255);
        margin-bottom: 1.5vh;
        padding: 10px;
        gap: 10px; /* Görsel ve yazı arasında boşluk bırakır */
    }
    .new-id {
        display: flex;
        flex-direction: column; 
        align-items: center;
        height: auto; /* Yükseklik otomatik olarak içerikle ayarlanır */
        border-radius: 12px;
        width: 100%;
        margin-bottom: 1.5vh;
        padding: 10px;
        gap: 10px; /* Görsel ve yazı arasında boşluk bırakır */
    }
    
    .new-img-id {
        width: 100%; /* Görsel tam genişlik */
        height: auto;
        border-radius: 12px 12px 0 0;
    }
    
    .new-text-id {
        height: auto; /* Yazıya göre yüksekliği ayarlanır */
        border-radius: 12px;
        width: auto;
        flex-grow: 1;
        min-width: 200px; /* Minimum genişlik tanımlanır */
        max-width: 100%; /* Görsel genişliğini hesaba katarak maksimum genişlik */
        padding: 0 10px;
        overflow-wrap: break-word; /* Uzun kelimelerin taşmasını önler */
    }
    
    .new-text-id > * {
        max-width: 100%; /* İçeriklerin taşmasını engeller */
        display: block;
    }
    
    .reaction-count {
        font-size: 12px;
        color: #555;
    }

    .reaction-icon {
        cursor: pointer;
        display: inline-block;
        margin: 0 2.8px;
        transition: transform 0.2s ease, color 0.2s ease;
        color: rgb(35, 45, 67);
        font-size: 20px;
    }

    .comments{
        height: auto;
        width: 97%;
        float: right;
        margin: 0 1.40vw;
    }
    
    
    .comment {
        display: flex;
        align-items: center;
        height: auto; /* Yükseklik otomatik olarak içerikle ayarlanır */
        border-radius: 12px;
        width: 100%;
        background-color: rgb(255, 255, 255);
        margin-bottom: 1.5vh;
        padding: 10px;
        gap: 10px; /* Görsel ve yazı arasında boşluk bırakır */
    }
    
    .comment-img{
        height: 120px;
        width: 120px;
        border-radius: 12px;
        flex-shrink: 0; /* Görselin sıkışmasını engeller */
    }
    
    .comment-text{
        height: auto; /* Yazıya göre yüksekliği ayarlanır */
        border-radius: 12px;
        width: auto;
        flex-grow: 1;
        min-width: 200px; /* Minimum genişlik tanımlanır */
        max-width: calc(100% - 165px); /* Görsel genişliğini hesaba katarak maksimum genişlik */
        padding: 0 10px;
        overflow-wrap: break-word; /* Uzun kelimelerin taşmasını önler */
    }
    
    .comment-header{
        font-size: 22px;
        font-weight: bolder;
        color: rgb(35, 45, 67);
        line-height: 22px;
        margin-bottom: 3px;
    }
    
    .comment-context{
        font-size: 12px;
        font-weight: bolder;
        color: rgb(35, 45, 67);
        line-height: 14px;
    }
    
}