*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.header a{
      font-family:" Buenard, serif";
      font-weight: "200";
      font-size:"23px";
      font-style: normal;
      text-decoration: none;
      color: black;
}
.cart-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    display: none; /* Başlangıçta gizli */
    padding: 20px;
    overflow-y: auto; /* Uzun içerikler için kaydırma çubuğu */
    z-index: 1000;
}

.cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.cart-item img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.cart-item p {
    margin: 0;
}

.total-price {
    margin-top: 20px;
    font-weight: bold;
}

#close-cart {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 20px;
}

#go-to-cart {
    background-color: green;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

.protest-revolution-regular {
    font-family: "Protest Revolution", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
  }
  .links a {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size:15px;
    font-style: normal;
    color:black;
    text-decoration: none;
  }
  .protest-strike-regular {
    font-family: "Protest Strike", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
  }
  .firstdiv {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 55px;
    font-family: "Buenard", serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    height: 150px; /* Noktalı virgül eklendi */
  }

  .all {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .search-box {
    position: relative;
    left: 70px;
    max-width: 500px;
    max-height: 100px;
    margin: 20px auto;
  }

  #searchInput {
    background-color: #f1f1f1;
    color: #120f0f;
    padding-left: 40px;
  }

  .search-box i {
    position: absolute;
    top: 12px;
    left: 12px;
    color: #beb8b8;
  }

  .search-results {
    background: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 5px;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1000;
    max-height: 400px;
    overflow-y: auto;
  }

  .search-results .result-item {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
  }

  .search-results .result-item:hover {
    background-color: white;
  }

  .search-results img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
  }

  .result-text {
    display: flex;
    flex-direction: column;
  }

  .username {
    font-size: 14px;
    color: #aaa;
  }

  .nav-icon {
    width: 35px;
    height: 35px;
    background-color: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    cursor: pointer;
  }

  /* Responsive design */
  @media (max-width: 768px) {
    .navbar-nav {
      display: flex;
      flex-direction: column; /* Stack navbar items vertically */
      align-items: center; /* Center navbar items */
      width: 100%; /* Full width */
    }

    .search-box {
      width: 100%; /* Make search box full width on small screens */
      left: 0;
      margin-right: 0; /* Remove margin on small screens */
    }

    .search-box input {
      width: 100%; /* Make search input field full width */
    }

    .d-flex {
      margin-left: 0; /* Align icons to the left on mobile */
    }

    /* Add margin between navbar items */
    .navbar-nav .nav-item {
      margin-bottom: 10px;
    }

    .navbar {
      padding: 0; /* Remove padding on mobile */

    }}

    .results-container {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 15px;
    }

    .tabs {
        display: flex;
        margin-bottom: 15px;
        border-bottom: 1px solid #eee;
    }

    .tab {
        background: none;
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        font-size: 14px;
        color: #777;
        border-bottom: 2px solid transparent;
        transition: color 0.3s ease, border-bottom-color 0.3s ease;
    }

    .tab.active {
        color: #333;
        border-bottom-color: #007bff;
    }

    .user-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .user-item {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .user-item:last-child {
        border-bottom: none;
    }

    .user-info {
        display: flex;
        align-items: center;
    }

    .avatar {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-right: 10px;
        background-color: #ddd; /* Placeholder için gri renk */
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        color: #777;
    }

    .placeholder-avatar::before {
        content: "\f007"; /* Font Awesome user icon (ihtiyaç duyulursa eklenmeli) */
        font-family: "Font Awesome 5 Free"; /* Font Awesome kütüphanesi gerektirir */
        font-weight: 400;
    }

    .butterfly-avatar {
        background-image: url('kelebek.png'); /* Kelebek görselinin yolu */
        background-size: cover;
    }

    .profile-avatar img {
        border-radius: 50%;
    }

    .user-details {
        display: flex;
        flex-direction: column;
    }

    .username {
        font-weight: bold;
        font-size: 16px;
        color: #333;
    }

    .user-type {
        font-size: 12px;
        color: #777;
    }

/* Premium gallery refresh */
:root {
  --art-bg: #ffffff;
  --art-surface: #ffffff;
  --art-ink: #211d1a;
  --art-muted: #756f68;
  --art-line: rgba(33, 29, 26, 0.12);
  --art-accent: #9f4f3a;
  --art-accent-dark: #713222;
  --art-gold: #c49a5a;
  --art-shadow: 0 18px 45px rgba(45, 35, 28, 0.11);
}

body {
  background: var(--art-bg);
  color: var(--art-ink);
  font-family: "PT Sans", Arial, sans-serif;
}

a {
  color: inherit;
}

.site-main {
  padding-top: 28px;
  padding-bottom: 48px;
}

.brand-shell {
  background: #ffffff;
  max-width: none;
  padding: 24px clamp(24px, 4vw, 72px) 16px;
  width: 100%;
}

.brand-wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1720px;
  width: 100%;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-logo,
.footer-logo {
  color: var(--art-ink);
  font-family: "Buenard", serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
}

.brand-logo {
  font-size: clamp(58px, 10vw, 100px);
  line-height: 0.88;
}

.brand-icon {
  width: clamp(54px, 8vw, 92px);
  height: clamp(58px, 8vw, 100px);
  object-fit: contain;
}

.firstdiv {
  background: transparent !important;
  border: 1px solid var(--art-line);
  border-radius: 8px;
  color: var(--art-ink);
  font-size: clamp(34px, 6vw, 55px);
  height: auto;
  margin-bottom: 24px;
  min-height: 104px;
}

.all {
  background: #ffffff;
  backdrop-filter: blur(18px);
  border-block: 1px solid var(--art-line);
  box-shadow: 0 16px 40px rgba(45, 35, 28, 0.07);
  width: 100%;
}

.art-navbar {
  background: transparent;
  box-shadow: none;
  min-height: 104px;
  padding: 22px clamp(24px, 4vw, 72px);
}

.art-navbar .container-fluid {
  align-items: center;
  margin: 0 auto;
  max-width: 1720px;
  gap: clamp(22px, 3vw, 54px);
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.art-toggler {
  border: 1px solid var(--art-line);
  border-radius: 8px;
}

.search-box {
  flex: 0 1 540px;
  left: auto;
  max-width: 540px;
  max-height: none;
  margin: 0;
  min-width: 300px;
}

.search-box.mx-3 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#searchInput {
  background: #ffffff;
  border: 1px solid var(--art-line);
  border-radius: 999px;
  color: var(--art-ink);
  font-size: 15px;
  min-height: 56px;
  padding: 14px 22px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

#searchInput:focus {
  border-color: rgba(159, 79, 58, 0.45);
  box-shadow: 0 0 0 4px rgba(159, 79, 58, 0.12);
}

.results-container {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 1200;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--art-line);
  border-radius: 8px;
  box-shadow: var(--art-shadow);
  padding: 10px;
}

#mainNavbar {
  align-items: center;
  flex: 1 1 auto;
  justify-content: flex-end;
  gap: clamp(20px, 3vw, 44px);
  min-width: 0;
}

.navbar-nav {
  align-items: center;
  flex: 0 1 auto;
  gap: 6px;
  justify-content: center;
  margin-left: auto;
}

.art-navbar .nav-link {
  border-radius: 999px;
  color: var(--art-muted);
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 12px 14px;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.art-navbar .nav-link:hover {
  background: rgba(159, 79, 58, 0.1);
  color: var(--art-accent-dark);
  transform: translateY(-1px);
}

.donation-link {
  background: var(--art-ink);
  border: 1px solid var(--art-ink);
  border-radius: 999px;
  color: #fff;
  gap: 4px;
  min-height: 48px;
}

.donation-link .nav-link,
.donation-link i {
  color: #fff;
}

.donation-link:hover {
  background: var(--art-accent-dark);
  border-color: var(--art-accent-dark);
}

.nav-actions {
  flex: 0 0 auto;
  gap: 12px;
  margin-left: 0;
}

@media (min-width: 992px) {
  .art-navbar .container-fluid {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) auto minmax(180px, 1fr);
  }

  .search-box {
    grid-column: 1;
    justify-self: start;
    width: min(100%, 540px);
  }

  #mainNavbar {
    display: contents !important;
  }

  .navbar-nav {
    grid-column: 2;
    justify-self: center;
    margin-left: 0;
    margin-right: 0 !important;
  }

  .nav-actions {
    grid-column: 3;
    justify-self: end;
  }
}

@media (min-width: 1500px) {
  .art-navbar .container-fluid {
    grid-template-columns: minmax(560px, 1fr) auto minmax(240px, 1fr);
  }
}

.cart-trigger {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--art-line);
  border-radius: 999px;
  color: var(--art-ink);
  cursor: pointer;
  display: inline-flex;
  height: 52px;
  justify-content: center;
  position: relative;
  width: 52px;
}

.cart-trigger i {
  font-size: 18px;
}

.cart-count,
.notification-count {
  align-items: center;
  background: var(--art-accent);
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  justify-content: center;
  min-width: 21px;
  padding: 1px 6px;
  position: absolute;
  right: -7px;
  top: -8px;
}

.notification-link {
  color: var(--art-ink);
  text-decoration: none;
}

.nav-icon {
  background-color: #ffffff;
  border: 1px solid var(--art-line);
  color: var(--art-ink);
  height: 52px;
  margin-left: 0;
  position: relative;
  width: 52px;
}

.nav-icon img {
  object-fit: cover;
}

.dropdown-menu {
  border: 1px solid var(--art-line);
  border-radius: 8px;
  box-shadow: var(--art-shadow);
}

.dropdown-item::before {
  background: var(--art-accent);
}

.cart-sidebar {
  background: var(--art-surface);
  border-left: 1px solid var(--art-line);
  box-shadow: -22px 0 50px rgba(45, 35, 28, 0.16);
  padding: 24px;
  width: min(360px, 92vw);
  z-index: 1400;
}

#close-cart {
  background: var(--art-ink);
  border-radius: 999px;
  color: #fff;
  height: 34px;
  line-height: 1;
  width: 34px;
}

.cart-item {
  background: #fff;
  border: 1px solid var(--art-line);
  border-radius: 8px;
  padding: 10px;
}

#go-to-cart {
  background: var(--art-accent);
  border-radius: 999px;
  color: white;
  font-weight: 700;
  padding: 11px 18px;
  width: 100%;
}

.footer-shell {
  background: rgba(255, 255, 255, 0.72);
  border-top: 1px solid var(--art-line);
  margin-top: 40px;
  padding: 0 clamp(18px, 4vw, 56px);
  width: 100%;
}

.site-footer {
  margin: 0 auto;
  max-width: 1440px;
  padding: 46px 0 50px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  min-height: 260px;
}

.footer-brand,
.footer-links-panel,
.footer-contact {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  text-align: center;
}

.footer-logo-row {
  align-items: center;
  display: flex;
  gap: 8px;
}

.footer-logo {
  font-size: 58px;
  line-height: 1;
}

.footer-icon {
  height: 58px;
  object-fit: contain;
  width: 58px;
}

.protest-revolution-regular,
.protest-strike-regular {
  color: var(--art-ink);
  letter-spacing: 0;
  margin-bottom: 10px;
}

.footer-links {
  display: flex;
  gap: clamp(34px, 8vw, 92px);
  justify-content: center;
}

.links a {
  color: var(--art-muted);
  font-size: 14px;
  font-weight: 700;
}

.links a:hover {
  color: var(--art-accent-dark);
}

.footer-contact-info {
  color: var(--art-muted);
  font-size: 14px;
  margin-top: 6px;
}

.social-links {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.social-links div {
  align-items: center;
  border: 1px solid var(--art-line);
  border-radius: 50%;
  display: flex;
  height: 34px;
  justify-content: center;
  transition: background-color 0.2s ease, transform 0.2s ease;
  width: 34px;
}

.social-links div:hover {
  background: var(--art-ink);
  transform: translateY(-2px);
}

.social-links a {
  color: var(--art-ink);
}

.social-links div:hover a {
  color: #fff;
}

.pagination-shell,
.pagination-container,
.education-pagination,
.manage-pagination,
.artist-events-pagination,
.my-blogs-pagination,
.forum-pagination,
.blog-list > nav {
  display: flex;
  justify-content: center;
  margin-top: 22px;
  width: 100%;
}

.pagination-shell nav,
.pagination-container nav,
.education-pagination nav,
.manage-pagination nav,
.artist-events-pagination nav,
.my-blogs-pagination nav,
.forum-pagination nav,
.blog-list > nav {
  display: flex !important;
  justify-content: center !important;
  width: 100%;
}

.pagination-shell nav > div,
.pagination-container nav > div,
.education-pagination nav > div,
.manage-pagination nav > div,
.artist-events-pagination nav > div,
.my-blogs-pagination nav > div,
.forum-pagination nav > div,
.blog-list > nav > div {
  display: flex !important;
  justify-content: center !important;
  width: auto !important;
}

.pagination-shell nav p.small,
.pagination-container nav p.small,
.education-pagination nav p.small,
.manage-pagination nav p.small,
.artist-events-pagination nav p.small,
.my-blogs-pagination nav p.small,
.forum-pagination nav p.small,
.blog-list > nav p.small {
  display: none !important;
}

.pagination {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(33, 29, 26, 0.12);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(45, 35, 28, 0.08);
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin: 0;
  padding: 8px;
}

.page-item {
  margin: 0;
}

.page-link {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px !important;
  color: var(--art-muted);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 38px;
  min-width: 38px;
  padding: 8px 13px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.page-link:hover,
.page-link:focus {
  background: rgba(159, 79, 58, 0.1);
  color: var(--art-accent-dark);
  box-shadow: none;
  transform: translateY(-1px);
}

.page-item.active .page-link,
.pagination .active > .page-link,
.pagination .page-link.active {
  background: var(--art-ink);
  color: #ffffff;
}

.page-item.disabled .page-link,
.pagination .disabled > .page-link {
  background: transparent;
  color: rgba(117, 111, 104, 0.45);
  pointer-events: none;
}

.pagination svg {
  height: 16px;
  width: 16px;
}

@media (max-width: 991px) {
  .art-navbar .container-fluid {
    align-items: center;
    gap: 14px;
  }

  .search-box {
    flex: 1 1 calc(100% - 70px);
    max-width: none;
    min-width: 0;
    order: 2;
  }

  .art-toggler {
    order: 1;
  }

  #mainNavbar {
    order: 3;
    width: 100%;
  }

  .navbar-nav {
    align-items: stretch;
    margin-left: 0;
    margin-top: 14px;
  }

  .nav-actions {
    justify-content: flex-start !important;
    padding: 12px 0 4px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 576px) {
  .brand-shell {
    padding-top: 16px;
  }

  .brand-mark {
    gap: 6px;
  }

  .site-main {
    padding-top: 18px;
  }

  .art-navbar {
    min-height: 78px;
    padding: 16px 18px;
  }

  .search-box {
    margin-left: 6px !important;
    margin-right: 0 !important;
  }

  .footer-logo {
    font-size: 46px;
  }

  .footer-icon {
    height: 48px;
    width: 48px;
  }

  .footer-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .pagination-shell,
  .pagination-container,
  .education-pagination,
  .manage-pagination,
  .artist-events-pagination,
  .my-blogs-pagination,
  .forum-pagination,
  .blog-list > nav {
    margin-top: 18px;
    overflow-x: hidden;
  }

  .pagination {
    border-radius: 18px;
    gap: 4px;
    max-width: 100%;
    padding: 6px;
  }

  .page-link {
    font-size: 13px;
    min-height: 34px;
    min-width: 34px;
    padding: 7px 10px;
  }

  .page-item:first-child .page-link,
  .page-item:last-child .page-link {
    color: transparent;
    font-size: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .page-item:first-child .page-link::before {
    color: var(--art-muted);
    content: "<";
    font-size: 15px;
  }

  .page-item:last-child .page-link::before {
    color: var(--art-muted);
    content: ">";
    font-size: 15px;
  }

  .page-item.active .page-link::before {
    color: #ffffff;
  }
}
