body{
    height: 3000px;
}
.top{
    background: #4f4f52; /* Açıq neytral boz fon */
    height: 60px;
    display: flex;
    justify-content: space-between;

    align-items: center;

}


.top a{
    text-decoration: none;
    color: white; /* Orta boz mətn */
    font-size: 16px;
    font-weight: 500;
    margin: 0 15px;
    position: relative;
    opacity:0.7;
}





.lupa{
    background-color: #DC143C!important; /* Dəniz mavisi düymə */
    height: 60px!important;
    width: 50px!important;

    display: flex;
    align-items: center;
    justify-content: center;

}


.logo-title{
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 38px;
    margin:0;
    color:#DC143C; /* Tünd boz mətn */
    letter-spacing: 1px;
}

.logo-text{
    font-family: 'Poppins', sans-serif;
    color:#666666; /* Orta boz */
    font-weight: 500;
    font-size: 14px;
    margin-top:-6px;
}

.logo{
    width: 70px;
}

.menu{
    margin-top:20px;
    min-height: 40px;
    background-color: #DC143C; /* Bir qədər tünd boz fon */
    display: flex;
    align-items: center;
    padding: 0 25px;


}
nav ul li a{
    color:white!important;
    font-weight: bold!important;
    font-size:14px!important;
    margin-left:15px!important;
    margin-right:15px!important;
    text-transform: uppercase;
    
}
nav ul li{
    height: 40px;
    display: flex;
    align-items: center;
   border-left:1px solid rgba(255,255,255,0.3)!important;
}

.marquee{
       position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-box-shadow: 0-3px 5px 0 rgba(0,0,0,.1);
    box-shadow: 0-3px 5px 0 rgba(0,0,0,.1);
    padding: 8px 0;
    z-index: 100;
    display: flex;
    align-items: center;
    height: 50px;
}
.marquee-title{
    width: 70px;
    height: 25px;
    border-radius: 5px;
    display: inline-block; /* inline-block oldu */
    justify-content: center;
    align-items: center;
    background-color: #DC143C;
    color:white;
    margin-left:50px;
    text-align: center; /* mətni ortala */
    line-height: 25px;  /* vertikal mərkəz üçün */
}
.marquee a{
    color:black;
    text-decoration: none;
    margin-left:10px;
    font-weight: bold;;
}
marquee{
    display: flex;
}
.marquee-items{
    display: flex;
    align-items: center;
}

  .swiper {
    width: 100%;
 
    height: 450px;
    
    overflow: hidden;
    box-shadow: 0 5px 5px rgba(0,0,0,0.6);
  }

  .swiper-slide {
    position: relative;
  }

  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* overlay info box */
  .news-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0));
    color: #fff;
  }

  .news-tag {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: linear-gradient(90deg,#ff6b6b,#ff9a8b);
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 8px;
  }

  .news-info h3 {
    margin: 0 0 8px;
    font-size: 24px;
  }
  .news-info p {
    margin: 0;
    font-size: 15px;
    color: #dcdcdc;
  }
  .news-time {
    margin-top: 10px;
    font-size: 13px;
    color: #aaa;
  }

  /* arrows */
  .swiper-button-prev, .swiper-button-next {
    background: rgba(0,0,0,0.5);
    width: 44px; height: 44px;
    border-radius: 50%;
    color: #fff;
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    font-size: 18px;
  }

  /* pagination dots */
  .swiper-pagination-bullet {
    background: rgba(255,255,255,0.4);
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background: #ff6b6b;
    box-shadow: 0 0 8px rgba(255,107,107,0.7);
  }

  /* responsive */
  @media (max-width: 768px) {
    .swiper { height: 250px; }
    .news-info h3 { font-size: 18px; }
  }
   .news-card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    transition: transform .25s ease, box-shadow .25s ease;
    background: #fff;
  }
  .news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  }
  .news-thumb {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
  }
  .news-footer {
    background-color: #f5f5f5;
    padding: 1rem 1.25rem;
    min-height:215px;
  }
  .news-footer .category {
    display: inline-block;
    background-color: #DC143C;
    color: #fff;
    padding: .25rem .5rem;
    border-radius: .5rem;
    font-weight: 600;
    font-size: .85rem;
    margin-bottom: .5rem;
  }
  .news-footer h5 {
    margin: 0 0 .5rem 0;
    font-weight: 700;
    font-size: 1.1rem;
  }
  .news-footer .meta {
    display: flex;
    justify-content: space-between;
    font-size: .85rem;
    color: #6c757d;
  }
  .sag-basliq{
    text-transform: uppercase;
    padding-left:10px;
    color:white;
    display: flex;
    align-items: center;
    font-weight: bold;
    height: 40px;
    background-color: #DC143C;
  }
  .asagi{
    background-color: #4f4f52;
    height: 800px;;
  }
  .news-card {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}
.news-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.news-card-body {
    padding: 10px;
}
.news-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.news-meta {
    font-size: 12px;
    color: #888;
}
.yeni_news_card {
    border:1px solid rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 15px;
 /* incə çərçivə */
 transition:0.5s;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* kölgə */
    background-color: #fff; /* istəyə görə şəffaf da ola bilər */
}

.yeni_news_img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
}
.yeni_news_text {
    padding-left: 10px;
    flex: 1;
}
.yeni_news_title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 4px;
}
.yeni_news_meta {
    font-size: 12px;
    color: #888;
}
.page2-news-content{
  background-color: white;
  padding:20px;
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* incə boz kölgə */
    border-radius: 5px; /* optional: kənarları yumrulatmaq üçün */
}
.page2-news-content h1{
font-family: Roboto;
font-size:30px;
}


@media(max-width:768px){
  .top_tel{
    display: none;
  }
  .top_email{
    display: none;
  }
  .yuxari-hisse{
    display: none!important;
  }
  .header-col1{
    display: flex;
    justify-content: center!important;
  }
  nav ul li a{
    color:white!important;
    font-weight: bold!important;
    font-size:14px!important;
    margin-left:1px!important;
    margin-right:1px!important;
    text-transform: uppercase;
    
}
.a-haqqinda{
    display:none;
}
.swipper-text-desktop{
    display:none;
}
.news-footer h5{
    font-size:12px;
}


}