@charset "UTF-8";
/* Bu kısımda topbar işlemi yapılıyor */
@media (max-width: 1000px) {
  .header-container .header-container-top-content {
    display: none;
  }
}

.header-container-bottom {
  /* Bu kısımda bottombar işlemleri yapılmaktadır */
  /*     @media (max-width: 1199px) {
          .header-container-bottom-logo-left {

          }
      } */
  /* Bu kısımda bottombar çizgi işlemleri yapılmakta */
}
@media (max-width: 1000px) {
  .header-container-bottom #navbarNavDropdown {
    display: none;
  }
}
@media (min-width: 1001px) and (max-width: 1199px) {
  .header-container-bottom .navbar-nav {
    gap: 0;
  }
  .header-container-bottom #navbarbottom {
    padding: 0.33rem 0rem !important;
  }
  .header-container-bottom .header-bottom-navbar {
    padding: 0.33rem 0rem !important;
  }
}
@media (min-width: 1001px) {
  .header-container-bottom .header-sidebar-button {
    display: none;
  }
  .header-container-bottom .header-container-hamburger {
    display: none;
  }
  .header-container-bottom .header-bottom-navbar {
    padding: 0.28rem 0rem !important;
  }
}
@media (min-width: 1200px) {
  .header-container-bottom .navbar-nav {
    display: flex;
    gap: 0.75rem;
  }
}
@media (min-width: 1001px) {
  .header-container-bottom .header-container-dropdown-language {
    display: none;
  }
}

/* Bu kısımda footer içeriği yapıldı  */
@media (max-width: 1000px) {
  .footer-container-main-page {
    display: none;
  }
  .footer-container {
    display: none;
  }
}
@media (min-width: 1001px) {
  .footer-container-small-screen-main-page {
    display: none;
  }
  .footer-container-small-screen {
    display: none;
  }
}
@media (max-width: 520px) {
  .footer-content-item-logo-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0px 10px;
  }
  .footer-content-item-logo-menu .footer-content-logo-detay {
    width: 150px;
  }
}
/* Bu kısımda pagination içeriği yapıldı */
@media (max-width: 500px) {
  .body-pagination-container .body-pagination {
    display: none;
  }
}
@media (max-width: 991px) {
  .body-pagination-container .body-pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width: 501px) {
  .body-pagination-container-small-screen .body-pagination-small-screen {
    display: none;
  }
}

/* Bu kısımda hakkında içeriği yapıldı */
@media (max-width: 1399px) {
  .body-content-about-content .body-content-about {
    padding: 20px 80px;
  }
}
@media (max-width: 1199px) {
  .body-content-about-content .body-content-about {
    padding: 20px 50px;
  }
  .body-content-about-content .body-content-about {
    gap: 1rem;
  }
  .body-content-about-content .body-content-about-text {
    font-size: 1.15rem;
  }
}
@media (max-width: 991px) {
  .body-content-about-content .body-content-about {
    gap: 0rem !important;
  }
  .body-content-about-content .body-content-about-image {
    display: none;
  }
  .body-content-about-content .body-content-about-text {
    font-size: 1rem;
  }
  .body-content-about-content .body-content-about-button-content {
    display: flex;
    justify-content: end;
  }
}
@media (max-width: 767px) {
  .body-content-about-content .body-content-about {
    padding: 20px 20px;
  }
  .body-content-about-content .body-content-about-title {
    font-size: 1.3rem;
  }
  .body-content-about-content .body-content-about-text {
    font-size: 1rem;
  }
}
@media (max-width: 450px) {
  .body-content-about-content .body-content-about-button-content {
    display: flex;
    justify-content: center;
  }
}

/* Bu kısımda haberler içeriği yapıldı */
@media (max-width: 1399px) {
  .body-container-card .body-content-card-item {
    max-width: 340px !important;
    margin: 0px 15px 40px 15px;
  }
  .body-container-card .body-card-image {
    height: 180px;
  }
}
@media (max-width: 1199px) {
  .body-container-card .body-content-card-item {
    max-width: 290px !important;
    margin: 0px 11px 40px 11px;
  }
  .body-container-card .body-card-content {
    padding: 10px;
    min-height: 140px;
    max-height: 140px;
  }
  .body-container-card .body-card-image {
    height: 160px;
  }
  .body-container-card .body-container-card-content {
    display: flex;
  }
  .body-container-card .body-card-content-bottom-title {
    padding-right: 0px;
  }
  .body-container-card .body-card-content-bottom {
    padding: 0.75rem 1rem;
  }
}
@media (max-width: 991px) {
  .body-container-card .body-content-card-item {
    max-width: 325px !important;
    margin: 0px 10px 30px 10px;
  }
  .body-container-card .body-content-card-item-detay {
    max-width: 340px !important;
    margin: 0px 0px 30px 0px;
  }
  .body-container-card .body-card-content-detay {
    padding: 10px !important;
  }
  .body-container-card .body-card-image {
    height: 200px;
  }
  .body-container-card .body-card-content-bottom {
    padding: 0.75rem 1rem;
  }
}
@media (max-width: 767px) {
  .body-container-card .body-content-card-item {
    max-width: 245px !important;
    margin: 0px 5px 30px 5px;
  }
  .body-container-card .body-container-card-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .body-container-card .body-card-image {
    height: 160px;
  }
  .body-container-card .body-card-content-bottom {
    padding: 0.75rem 0.9rem;
  }
  .body-container-card .body-card-content-bottom-text {
    font-size: 0.8rem;
  }
  .body-container-card .body-card-content-bottom-icon {
    font-size: 0.9rem;
  }
  .body-container-card .body-card-content-bottom-right-icon {
    font-size: 0.8rem;
  }
}
@media (max-width: 575px) {
  .body-container-card .body-content-card-item {
    max-width: 400px !important;
  }
  .body-container-card .body-content-card-item-detay {
    max-width: 260px !important;
  }
  .body-container-card .body-container-card-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .body-container-card .body-card-image {
    height: 200px;
  }
  .body-container-card .body-container-card-content {
    gap: 10px;
  }
}
@media (max-width: 350px) {
  .body-container-card .body-card-image {
    height: 175px;
  }
  .body-container-card .body-container-card-content {
    gap: 10px;
  }
}

/* Bu kısımda slider içeriği yapıldı */
@media (max-width: 1199px) {
  .body-content-slider-top .body-content-main-slider {
    height: 420px;
  }
  .body-content-slider-top .body-content-thumb-slider {
    width: 500px !important;
  }
}
@media (max-width: 991px) {
  .body-content-slider-top #slider-container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .body-content-slider-top .body-content-main-slider {
    height: 300px;
  }
  .body-content-slider-top .body-content-thumb-slider {
    width: 400px !important;
  }
  .body-content-slider-top .body-content-thumb-slider {
    display: none;
  }
}
@media (max-width: 500px) {
  .body-content-slider-top .body-content-main-slider {
    height: 250px;
  }
  .body-content-slider-top .body-content-thumb-slider {
    width: 300px !important;
  }
}
@media (max-width: 375px) {
  .body-content-slider-top .body-content-main-slider {
    height: 225px;
  }
  .body-content-slider-top .body-content-thumb-slider {
    width: 250px !important;
  }
}

/* Bu kısımda haberler slider içeriği yapıldı */
@media (max-width: 1399px) {
  .body-content-slider-bottom .body-content-slider-card-item {
    width: 350px;
  }
  .body-content-slider-bottom .body-content-slider-card img {
    height: 180px !important;
  }
}
@media (max-width: 1199px) {
  .body-content-slider-bottom .body-content-slider-card-item {
    width: 450px;
  }
  .body-content-slider-bottom .body-content-slider-card img {
    height: 220px !important;
  }
}
@media (max-width: 992px) {
  .body-content-slider-bottom .body-content-slider-card-item {
    width: 330px;
  }
  .body-content-slider-bottom .body-content-slider-card img {
    height: 200px !important;
  }
}
@media (max-width: 767px) {
  .body-content-slider-bottom .body-content-slider-card-item {
    width: 520px;
  }
  .body-content-slider-bottom .body-content-slider-card img {
    height: 250px !important;
  }
  .body-content-slider-bottom .body-content-slider-card-item {
    border-radius: 30px !important;
  }
  .body-content-slider-bottom .body-content-slider-card img {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }
}
@media (max-width: 580px) {
  .body-content-slider-bottom .body-content-slider-card-item {
    width: auto;
  }
  .body-content-slider-bottom .body-content-slider-card img {
    height: 250px !important;
  }
}
@media (max-width: 450px) {
  .body-content-slider-bottom .body-content-slider-button {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 405px) {
  .body-content-slider-bottom .body-content-slider-card-item {
    width: auto;
  }
  .body-content-slider-bottom .body-content-slider-card img {
    height: 200px !important;
  }
  .body-content-slider-bottom .body-content-slider-card-item {
    border-radius: 12px !important;
  }
  .body-content-slider-bottom .body-slider-card-content-bottom {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
  }
}

/* Bu kısımda personel içeriği yapıldı */
@media (max-width: 992px) {
  .body-container-personel-content .body-content-card-item-personel .card-item-body {
    min-height: 240px;
    max-width: none !important;
  }
}
@media (max-width: 767px) {
  .body-container-personel-content .card-item-body {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .body-container-personel-content .card-item-body-detay {
    max-width: none;
  }
}
@media (max-width: 575px) {
  .body-container-personel-content .body-content-card-item-personel .card-item-body {
    box-shadow: 0 5px 30px rgba(1, 1, 1, 0.1);
    min-height: 240px;
    max-width: 275px;
  }
  .body-container-personel-content .card-body-image {
    margin-top: 20px;
  }
  .body-container-personel-content .card-item-body-detay {
    box-shadow: 0 5px 30px rgba(1, 1, 1, 0.1);
    min-height: 240px;
    margin: 0px 15px;
  }
  .body-container-personel-content .card-item-body {
    margin: 0px 15px;
  }
}

/* Bu kısımda sabit sayfa içeriği yapıldı */
@media (max-width: 767px) {
  .body-container-page .body-table-title-detay {
    font-size: 0.9rem;
  }
  .body-container-page .body-table-text-detay {
    font-size: 0.8m;
  }
  .body-container-page .body-table-text-detay-rowspan {
    font-size: 0.8rem;
  }
}

/* Bu kısımda iletişim içeriği yapıldı */
@media (max-width: 991px) {
  .body-page-text-content .body-page-text {
    font-size: 1rem;
  }
}

/* Bu kısımda başlık padding ayarlama yapıldı */
@media (min-width: 768px) and (max-width: 991px) {
  .body-container {
    padding-bottom: 5rem;
  }
  .body-container .body-title {
    padding: 2rem;
  }
  .body-container .body-container-title {
    max-width: 850px;
  }
}
@media (min-width: 701px) and (max-width: 767px) {
  .body-container {
    padding-bottom: 4rem;
  }
  .body-container .body-title {
    padding: 2rem;
  }
  .body-container .body-container-title {
    max-width: 650px;
  }
  .body-container .body-container-text {
    font-size: 1.4rem;
  }
}
@media (min-width: 501px) and (max-width: 700px) {
  .body-container {
    padding-bottom: 4rem;
  }
  .body-container .body-title {
    padding: 2rem;
  }
  .body-container .body-container-title {
    max-width: 600px;
  }
  .body-container .body-container-text {
    font-size: 1.3rem;
  }
}
@media (max-width: 500px) {
  .body-container {
    padding-bottom: 4rem;
  }
  .body-container .body-title {
    padding: 2.5rem;
  }
  .body-container .body-container-text {
    font-size: 1.15rem;
  }
}

/* Bu kısımda arama sonucu yapıldı */
@media (max-width: 500px) {
  .body-content-search .body-container-search-box {
    display: none;
  }
}

@media (max-width: 950px) {
  .body-container-sss {
    display: none;
  }
}/*# sourceMappingURL=responsive.css.map */