iframe {
    max-width: 100%;
} 

body {
        background-color: #afafaf;
        font-family: 'Inter', sans-serif; /* Inter fontunu kullan */
      }
      .antonio {
          font-family: 'Antonio', sans-serif; /* Antonio Bold'u kullan */
      }
      h3.card-title {
        font-family: 'Antonio', sans-serif; /* Antonio Bold'u kullan */
        color:#922828;
      }
      h3.card-titles {
        font-family: 'Antonio', sans-serif; /* Antonio Bold'u kullan */
      }
      h1.card-titles {
        font-family: 'Antonio', sans-serif; /* Antonio Bold'u kullan */
      }
      h2.card-titles {
        font-family: 'Antonio', sans-serif; /* Antonio Bold'u kullan */
      }
      h4.card-title {
        font-family: 'Antonio', sans-serif; /* Antonio Bold'u kullan */
        color:#922828;
        padding-top:50px;
      }
      p.spot {
        font-family: 'Antonio', sans-serif; /* Antonio Bold'u kullan */
      }
      .bg-gri {
        background-color: #e4e0d9;
      }
      .bg-siyah {
        background-color: #00000087;
        font-size:1.2rem;
        background-image: url(xxxx2.jpg);
        background-size: cover;
      }
      .bg-bos {
          background-color: #afafaf;
      }
      .btn-siyaset {
          color: #fff;
            background-color: #922828;
            border-color: #922828;
      }
      .bg-butonumuz {
          color:#922828;
          background-color:#e4e0d9;
      }
      .link {
        color:#212529;
        text-decoration:none;
        font-size:2.6rem;
      }
      .link:hover {
          color:#212529;
      }
      .d-none {
        display:none;
      }
      .fas {
        font-size: 29px;
      }
      .flex-container {
          display: flex;
          color:#922828;
        }       
        
    .comment {
      background-color: #f9f9f9;
      padding: 15px;
      margin-bottom: 15px;
      border-radius: 5px;
    }
    
    .dene {
        margin-right: 0;
        margin-left: 0;
    }
    
    .menumuz {
            margin-top: 135px;
    font-size: 1.6rem;
    font-family: 'Antonio', sans-serif;
    }
    .navbar-nav > li:not(:last-child) {
  margin-right: 50px; /* İstenilen boşluk miktarını burada ayarlayabilirsiniz */
}

.page-item.active .page-link {
    background-color: #afafaf;
    border-color: #6c6969;
}
.page-link {
    color:#898989;
}
.page-link:hover {
    color:#343434;
}
.page-link:focus {
    color:#686868;
    box-shadow: 0 0 0 0.25rem rgb(96 96 96 / 25%);
}
.manset {
        /*border: 4px solid rgb(191 16 16);*/
}
    
    @media (min-width: 576px) {
        .col-sm-3 {
    flex: 0 0 auto;
    width: 33%;
        }
}

    @media (min-width: 768px) {
        .col-sm-3 {
    flex: 0 0 auto;
    width: 42%;
    }
    .col-md-5 {
    flex: 0 0 auto;
    width: 41.666667%;
}
}

        
    
    @media (max-width: 576px) {
    .bg-siyah {
        background-image: none; /* Mobil cihazlarda arka plan görüntüsünü kaldır */
    }
    
    .navbar-nav > li:not(:last-child) {
  margin-right: 0px; /* İstenilen boşluk miktarını burada ayarlayabilirsiniz */
}
    .col-xs-3 {
            flex: 0 0 auto;
            width: 32%;
    }
    .col-xs-8 {
        flex: 0 0 auto;
        width: 68%;
    }
    .loggo {
        display:none;
    }
    .logokucult {
        height:100px;
    }
    .menumuz {
        margin-top:0px;
    }
    
}
@media (max-width: 1366px) {

    .navbar-nav > li:not(:last-child) {
  margin-right: 10px; /* İstenilen boşluk miktarını burada ayarlayabilirsiniz */
}
}