:root {
  /* Light Mode (Default) */
  --swiper-button: #181818;
  /* Background Colors */
  --bg-body: #f0f0f0;
  --bg-card: #ffffff;
  --bg-card-hover: #f5f5f5;
  --bg-header: #ffffff;
  --bg-input: #e6e6e6;
  --bg-dropdown: var(--bg-body);
  --bg-button: #f3f3f3;
  --bg-overlay: rgba(240, 240, 240, 0.95);
  --bg-overlay-dark: rgba(0, 0, 0, 0.5);
  --bg-overlay-light: rgba(0, 0, 0, 0.2);
  --bg-panel: #ffffff;
  --bg-panel-secondary: rgba(255, 255, 255, 0.95);
  --bg-panel-tertiary: rgba(240, 240, 240, 0.9);
  --bg-scrollbar-track: #e5e5e5;
  --bg-scrollbar-thumb: #c5c5c5;
  --bg-scrollbar-thumb-hover: #a5a5a5;
  --bg-image-placeholder: rgba(235, 235, 235, 0.9);
  --bg-menu-icon: rgba(224, 224, 224, 0.8);
  --bg-cookie: rgba(255, 255, 255, 0.98);
  --bg-search-overlay: rgba(255, 255, 255, 0.98);
  --bg-input-solid: #f5f5f5;
  --bg-dark: #2a2a2a;
  --bg-category-red: #ff4444;
  --bg-input-hover: #ebebeb;
  --bg-input-focus: #ffffff;
  --bg-input-nav: rgba(245, 245, 245, 0.9);
  --bg-input-nav-focus: rgba(245, 245, 245, 1);
  --bg-close-hover-light: rgba(0, 0, 0, 0.06);
  --bg-transparent: rgba(255, 255, 255, 0);
  --bg-panel-hover: rgba(245, 245, 245, 0.9);
  --bg-cookie-hover: rgba(224, 224, 224, 0.7);

  /* Text Colors */
  --text-main: #1a1a1a;
  --text-secondary: #4a4a4a;
  --text-muted: #6c757d;
  --text-light: #2a2a2a;
  --text-dark: #3a3a3a;
  --text-darker: #5a5a5a;
  --text-placeholder: #9ca3af;
  --text-aaa: #aaaaaa;
  --text-bbb: #bbbbbb;
  --text-666: #666666;
  --text-white: #ffffff;
  --text-white-80: rgba(255, 255, 255, 0.8);
  --text-white-70: rgba(255, 255, 255, 0.7);

  /* Border Colors */
  --border-color: #e5e5e5;
  --border-light: rgba(0, 0, 0, 0.2);
  --border-medium: #d5d5d5;
  --border-dark: #c0c0c0;
  --border-accent: rgba(11, 163, 133, 0.25);
  --border-accent-hover: rgba(11, 163, 133, 0.35);
  --border-accent-strong: rgba(11, 163, 133, 0.45);
  --border-accent-stronger: rgba(11, 163, 133, 0.55);
  --border-accent-strongest: rgba(11, 163, 133, 0.65);
  --border-scrollbar: rgba(0, 0, 0, 0.08);
  --border-cookie: rgba(0, 0, 0, 0.08);
  --border-category: rgba(0, 0, 0, 0.12);
  --border-category-hover: rgba(0, 0, 0, 0.2);

  /* Accent/Primary Colors */
  --accent-color: #0ba385;
  --accent-hover: #007960;
  /* Darkened for contrast */
  --accent-light: #42b19a;
  --accent-rgb: 11, 163, 133;
  --accent-hover-rgb: 0, 121, 96;
  --accent-light-rgb: 66, 177, 154;
  --accent-button: #008066;
  --accent-gradient-start: rgba(11, 163, 133, 0.1);
  --accent-gradient-end: rgba(11, 163, 133, 0.05);
  --accent-bg-hover: rgba(11, 163, 133, 0.1);
  --accent-bg-light: rgba(11, 163, 133, 0.08);
  --accent-bg-medium: rgba(11, 163, 133, 0.15);
  --accent-bg-strong: rgba(11, 163, 133, 0.2);
  --accent-border-light: rgba(11, 163, 133, 0.3);
  --accent-border-medium: rgba(11, 163, 133, 0.4);
  --accent-border-strong: rgba(11, 163, 133, 0.5);
  --accent-border-stronger: rgba(11, 163, 133, 0.6);
  --accent-border-strongest: rgba(11, 163, 133, 0.7);
  --accent-shadow: rgba(11, 163, 133, 0.15);
  --accent-shadow-hover: rgba(11, 163, 133, 0.25);
  --accent-text: #007960;
  /* Darkened to bypass 4.5:1 ratio */
  --accent-text-cyan: #00d4aa;

  /* Button Colors */
  --button-primary: #42b19a;
  --button-primary-hover: #0ba385;
  --button-secondary: #e8e8e8;
  --button-secondary-hover: #42b19a;
  --button-signin: #ffa733;
  --button-signin-hover: #f58b01;
  --button-submit: rgba(11, 163, 133, 0.9);
  --button-submit-hover: rgba(11, 163, 133, 1);
  --button-cancel: rgba(108, 117, 125, 0.2);
  --button-cancel-hover: rgba(108, 117, 125, 0.3);
  --button-disabled: rgba(11, 163, 133, 0.25);
  --button-gray: #9ca3af;
  --button-white: #ffffff;
  --button-white-hover: #f5f5f5;

  /* Status Colors */
  --color-success: #4ade80;
  --color-success-bg: rgba(11, 163, 133, 0.1);
  --color-success-border: rgba(11, 163, 133, 0.3);
  --color-success-alt: #4CAF50;
  --color-error: #f87171;
  --color-error-bg: rgba(248, 113, 113, 0.1);
  --color-error-border: rgba(248, 113, 113, 0.3);
  --color-error-strong: #e42f2f;
  --color-warning: #fbbf24;
  --color-warning-bg: rgba(251, 191, 36, 0.1);
  --color-warning-border: rgba(251, 191, 36, 0.3);
  --color-info: #0d6efd;
  --color-danger-hover: rgba(248, 113, 113, 0.2);

  /* Like/Heart Colors */
  --color-like: #ffa0a0;
  --color-like-hover: #ff6b6b;
  --color-like-bg: rgba(255, 160, 160, 0.1);
  --color-like-bg-hover: rgba(255, 160, 160, 0.15);
  --color-like-border: rgba(255, 160, 160, 0.3);
  --color-like-border-hover: rgba(255, 160, 160, 0.4);

  /* Shadow Colors */
  --shadow-card: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 8px 24px rgba(11, 163, 133, 0.15);
  --shadow-overlay: -4px 0 20px rgba(0, 0, 0, 0.1);
  --shadow-overlay-bottom: 0 -4px 20px rgba(0, 0, 0, 0.1);
  --shadow-card-strong: 0 8px 32px rgba(0, 0, 0, 0.12);
  --shadow-card-medium: 0 4px 16px rgba(0, 0, 0, 0.08);
  --shadow-cookie: 0 2px 8px rgba(0, 0, 0, 0.1);
  --shadow-accent: 0 4px 12px rgba(11, 163, 133, 0.2);
  --shadow-accent-small: 0 2px 8px rgba(11, 163, 133, 0.2);
  --shadow-box-dark: 0 8px 24px rgba(0, 0, 0, 0.15);
  --shadow-box-strong: 0 8px 32px rgba(0, 0, 0, 0.2);
  --shadow-box-medium: 0 2px 8px rgba(0, 0, 0, 0.1);
  --shadow-accent-light: 0 0 0 3px rgba(11, 163, 133, 0.08);
  --text-shadow-light: 0 1px 2px rgba(0, 0, 0, 0.1);

  /* Gradient Colors */
  --gradient-overlay: linear-gradient(to top, rgba(0, 0, 0, 0.596), rgba(255, 255, 255, 0));
  --gradient-accent: linear-gradient(135deg, rgba(11, 163, 133, 0.1) 0%, rgba(11, 163, 133, 0.05) 100%);
  --gradient-swiper: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0));
  --slider-text-secondary: #c2c2c2;
  /* Special Colors */
  --color-selection-bg: #0ba385;
  --color-selection-text: #fff;
  --color-category-bg: #e0e0e0;
  --color-category-hover: #0ba385;
  --color-category-text: #2a2a2a;
  --color-category-text-hover: #ffffff;
  --color-slider-nav: #ffffff;
  --color-slider-nav-text: #1a1a1a;
  --color-slider-nav-opacity: 0.90;
  --color-footer-legal: #f8f9fa;
  --color-footer-legal-border: #e0e0e0;
  --color-heart: #9ca3af;
  --color-shape-fill: #0ba385;
  --color-banner-bg: #0ba385;
  --color-banner-text: #ffffff;
  --color-close-hover: rgba(0, 0, 0, 0.05);
  --color-search-icon: #9ca3af;
  --color-search-icon-hover: #0ba385;
  --color-404: #007960;
  --color-404-text: #1a1a1a;
  --color-404-text-alt: #4a4a4a;
  --color-category-text-light: #2a2a2a;
  --border-category-hover: #0ba385;


  /* Overlay RGB */
  --overlay-color-rgb: 255, 255, 255;
}

/* Side Card & Bottom Grid Cards */
/* Sharing similar styles for clean look */
.featured-side-card,
.featured-bottom-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none !important;
  /* Force remove underline on container */
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  /* Very subtle shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  animation: fadeInUp 0.6s ease-out backwards;
}

/* Specific targetting for anchor tags to override any global theme defaults */
a.featured-side-card,
a.featured-bottom-card {
  text-decoration: none !important;
  color: inherit !important;
}

/* Improve rendering performance for off-screen content */
.slider-content-list,
.index-icerik,
footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 500px;
  /* ESTIMATE height to prevent scrollbar jumping */
}

.featured-side-card *,
.featured-bottom-card * {
  text-decoration: none !important;
  /* Ensure children don't inherit underlines */
}

::selection {
  background-color: var(--accent-color);
  color: var(--text-main);
}

::-moz-selection {
  background-color: var(--accent-color);
  color: var(--text-main);
}

.option::selection {
  background-color: var(--accent-color);
  color: var(--text-main);
}

:root {
  --scrollcolor: rgb(255, 255, 255);
  --scrollbackground: var(--bg-card);
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: var(--bg-button);
}

::-webkit-scrollbar-thumb {
  background: var(--bg-card);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--border-dark);
}

/* Critical CSS for Boxicons to prevent CLS before font load */
.bx {
  font-family: 'boxicons' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Reserve space */
  min-width: 1em;
  min-height: 1em;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: var(--bg-body);
  height: 100%;
  margin-top: 70px;
}

html,
body {
  height: 100%;
}

.ana-menu {
  margin-left: 50px;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kategori {
  height: 25px;
  border-radius: 12.5px;
  width: 100px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-main);
  font-weight: 400;
  margin-bottom: 5px;
}

.menu {
  width: 100%;
  height: 50px;
  background-color: var(--bg-card);
  top: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--border-medium);
  z-index: 100;
}

.menu-cizgi {
  width: 100%;
  background-color: var(--bg-card);
  display: flex;
  justify-content: center;
  margin-left: 50px;
}

.site-logo {
  height: 40px;
  width: 150px;
  display: block;
}

.buttons {
  display: flex;
}

.login-button {
  padding-right: 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  height: 30px;
  background-color: var(--bg-button);
  color: var(--button-primary);
  margin-right: 10px;
  cursor: pointer;
}

.login-button:hover {
  background-color: var(--button-primary);
  color: var(--text-main);
}

.login-button:hover .menu-icon {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.signin-button {
  padding-right: 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 30px;
  background-color: var(--bg-button);
  color: var(--button-primary);
  cursor: pointer;
}

.signin-button:hover {
  background-color: #f58b01;
  color: var(--text-main);
}

.signin-button:hover .menu-icon {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.user-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: var(--bg-button);
  margin-right: 10px;
}

.user-button:hover {
  background-color: var(--button-primary);
}

.menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-color: var(--border-medium);
  color: var(--text-secondary);
  transition: all 1s ease-in-out;
  cursor: pointer;
}

.burger-icon {
  width: 50px;
  font-size: 30px;
  color: var(--text-main);
  height: 50px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.close-icon {
  width: 50px;
  font-size: 40px;
  color: var(--text-white);
  height: 60px;
  display: flex;
  align-items: center;
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 100;
  text-shadow: 0px 0px 25px black, 0px 0px 25px black;
}

.acilir-menu {
  transition: all .4s;
  right: -300px;
  top: 0px;
  width: 300px;
  height: 100vh;
  background-color: var(--bg-panel);
  border-left: 1px solid var(--border-medium);
  z-index: 102;
  position: fixed;
}

#menuBtn {
  display: none;
}

.nav-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  margin-top: 200px;
}

.menu-1 {
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  font-size: 17px;
  background-color: var(--bg-card);
  border-top: 1px solid var(--bg-button);
  border-bottom: 1px solid var(--bg-button);
  margin-bottom: 5px;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer;
}

.menu-1:hover {
  background-color: #00997b;
  color: var(--text-white);
}

.menu-1:hover a {
  color: var(--text-white);
}

.menu-1:hover .menu-icons {
  background-color: #00614e;
  border: none;
}

.menu-1:hover .ok-yon {
  background-color: #00614e;
  border: none;
}

.droppe {
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}

.droppe li {
  margin-left: 10%;
  width: 90%;
  padding-left: 15px;
  background-color: var(--bg-card);
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 3px;
  border-top: 1px solid var(--bg-button);
  border-left: 1px solid var(--bg-button);
  border-bottom: 1px solid var(--bg-button);
}

.droppe a {
  text-decoration: none;
  color: var(--text-main);
}

.droppe li:hover {
  background-color: #00614e;
  color: var(--text-white);
}

.droppe li:hover a {
  color: var(--text-white);
}

.nav-menu li a {
  text-decoration: none;
  color: var(--text-main);
  display: flex;
  align-items: center;
}

.ok-yon {
  color: var(--text-main);
  font-size: 20px;
  float: right;
  margin-right: 7px;
  width: 25px;
  height: 25px;
  background-color: var(--bg-button);
  border-radius: 12.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-medium);
}

.social {
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0px;
  width: 300px;
  font-size: 20px;
}

.social a {
  text-decoration: none;
  color: var(--text-main);
  margin: 5px;
}

.social-icon {
  width: 30px;
  height: 30px;
  border: 1px solid var(--border-dark);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 700px) {
  .burger-icon {
    width: 100px;
  }

  .login-button,
  .signin-button {
    display: none;
  }

  .ana-menu {
    width: 100%;
  }
}

@media only screen and (min-width: 700px) {
  .user-button {
    display: none;
  }
}

.index-baslik {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

.index-baslik .baslik {
  font-size: 30px;
  color: var(--text-main);
}

.index-icerik {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.index-yazilar {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.index-yazi {
  width: 410px;
  margin: 1%;
  min-height: 500px;
  background-color: var(--bg-card);
  border-radius: 10px;
  display: flex;
  text-decoration: none;
}

.index-yazi:hover {
  background-color: var(--bg-panel);
}

.yazi-resim {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: top;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.yazi-kategori {
  min-width: 100px;
  height: 30px;
  background-color: red;
  border-radius: 15px;
  margin-top: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  color: var(--text-white);
  padding-left: 10px;
  padding-right: 10px;
}

.yazi-baslik {
  font-size: 25px;
  color: var(--text-main);
  padding: 20px;
  padding-bottom: 15px;
  width: 410px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 82px;
  font-weight: 380;
}

.yazi-aciklama {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 77px;
  font-size: 16px;
  color: var(--text-darker);
  padding: 20px;
  padding-top: 20px;
  font-weight: 400;
}

.yazi-yazar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 380;
  margin-top: 20px;
}

.yazar-avatar {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 18px;
  margin: 15px;
  margin-right: 10px;
  background-color: var(--border-medium);
}

.yazar-adi {
  font-size: 16px;
  color: var(--text-main);
  display: flex;
}

.begeni {
  display: flex;
  font-size: 16px;
  color: var(--text-secondary);
  align-items: flex-end;
}

.yazar {
  display: flex;
  align-items: center;
}

.yazar:hover {
  color: var(--button-primary);
}

.begeni-sayisi {
  margin-left: 5px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 300;
  color: var(--text-secondary);
}

.begeni i {
  color: var(--text-secondary);
}

@media only screen and (max-width: 900px) {
  .index-yazilar {
    width: 100%;
  }

  .yazi-resim {
    width: 100%;
  }

  .index-yazi {
    margin-top: 20px;
    width: 90%;
    min-height: 470px;
  }

  .yazi-baslik {
    width: 100%;
  }

  .index-baslik .baslik {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .index-baslik .baslik {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1250px) {
  .index-yazilar {
    width: 95%;
  }
}

@media only screen and (max-width: 380px) {
  .index-yazi {
    height: 385px;
  }
}

.post {
  width: 100%;
  display: flex;
  justify-content: center;
}

.post-icerik {
  width: 60%;
  min-height: 500px;
  background-color: var(--bg-card);
  border-radius: 10px;
  margin-bottom: 20px;
}

.post-resim {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  object-fit: cover;
}

.post-bilgileri {
  margin: 20px 30px 20px 30px;
}

.post-baslik {
  color: var(--text-main);
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-yazilari {
  color: var(--text-main);
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}

.admin-pp {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  object-fit: cover;
  background-color: var(--border-medium);
}

.post-yazar {
  display: flex;
  align-items: center;
}

.yazi-hakkinda {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.post-yazari {
  margin-top: 5px;
  color: var(--text-main);
  width: 200px;
  height: 45px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  margin-left: 10px;
}

.username {
  font-size: 16px;
  min-width: 200px;
  display: flex;
}

.userrole {
  font-size: 14px;
  color: var(--text-secondary);
  display: flex;
}

.badge {
  color: #0d6efd !important;
  margin-left: 5px;
}

.yazi-bilgileri {
  color: var(--text-secondary);
  display: flex;
  font-weight: 300;
  align-items: center;
}

.begen-button {
  padding-right: 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 30px;
  background-color: var(--bg-button);
  color: #ffa0a0;
  margin-right: 10px;
  font-weight: 400;
  cursor: pointer;
}

.begen-button:hover {
  background-color: #ffa0a0;
  color: black;
  font-weight: 400;
}

.begen-button:hover .menu-icon {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.post-hakkinda {
  background-color: var(--bg-panel);
  border-radius: 10px;
  border-top: var(--border-medium) 1px solid;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -20px;
  margin-top: 20px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.renksiz {
  background-color: rgba(255, 255, 255, 0);
  border: none;
}

.begenildi {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  padding: 3px;
  height: 26px;
  border-radius: 13px;
  background-color: #ffa0a0;
  color: var(--bg-body);
  font-weight: 400;
  margin-right: 5px;
}

.title {
  font-size: 2.5rem;
  font-family: system-ui;
  line-height: 1.1;
  font-weight: 300;
  color: var(--text-main);
  margin: 4rem auto 1rem;
  width: 85%;
  max-width: 1280px;
}

.slider {
  width: 85%;
  max-width: 1280px;
  margin: 0 auto;
}

.slider__content {
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  display: flex;
  gap: 1rem;
  padding-bottom: 1rem;
  scrollbar-color: var(--scrollcolor) var(--scrollbackground);
}

.slider__content::-webkit-scrollbar {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 1rem;
  background: var(--scrollbackground);
}

.slider__content::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: var(--scrollcolor);
}

.slider__content::-webkit-scrollbar-track {
  border-radius: 1rem;
  background: var(--scrollbackground);
}

.slider__item {
  text-decoration: none;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1;
}

@media (min-width: 460px) {
  .slider__item {
    aspect-ratio: 2/3;
    min-width: calc((100% / 2) - 2rem);
  }
}

@media (min-width: 940px) {
  .slider__item {
    min-width: calc((100% / 3) - 4rem);
  }
}

.slider__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.slider__info {
  position: relative;
  padding: 4rem 2rem 2rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(32, 50, 57, 0));
}

.slider__info h2 {
  color: var(--text-main);
  line-height: 1.1;
  font-weight: 300;
  font-size: 1.75rem;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 63px;
}

.slider__nav {
  margin: 1rem 0 4rem;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  align-content: center;
  align-items: center;
  pointer-events: none;
}

@media (min-width: 460px) {
  .slider__nav {
    justify-content: flex-end;
  }
}

.slider__nav__button {
  margin: 0;
  appearance: none;
  border: 0;
  border-radius: 2rem;
  background: #fff;
  color: black;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  line-height: 1;
  pointer-events: none;
  transition: 0.2s ease-out;
  opacity: 0.50;
  font-weight: 500;
}

.slider__nav__button--active {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}

.footer {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 30px 20px 30px;
  color: var(--text-secondary);
  background-color: var(--bg-card);
  border-top: 1px solid var(--bg-button);
  margin-top: 30px;
  min-height: 230px;
}

.footer>* {
  flex: 1 100%;
}

.footer__addr {
  margin-right: 1.25em;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__logo {
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 1.5rem;
}

.footer__addr h2 {
  margin-top: 1.3em;
  font-size: 15px;
  font-weight: 400;
}

.nav__title {
  font-weight: 400;
  font-size: 15px;
}

.nav__ul li a:hover {
  color: var(--button-primary);
}

.footer address {
  font-style: normal;
  color: var(--text-muted);
}

.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: var(--bg-button);
  border-radius: 100px;
  color: var(--text-secondary);
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer li {
  line-height: 2em;
}

.footer a {
  text-decoration: none;
}

.footer__nav {
  display: flex;
  flex-flow: row wrap;
}

.footer__nav>* {
  flex: 1 40%;
  margin-right: 1.25em;
  margin-top: 10px;
}

.nav__ul a {
  color: var(--text-muted);
}

.nav__ul--extra {
  column-count: 2;
  column-gap: 1.25em;
}

.legal {
  display: flex;
  flex-wrap: wrap;
  color: var(--text-muted);
  justify-content: center;
  height: 50px;
  align-items: center;
  background-color: var(--bg-panel);
  border-top: 1px solid var(--bg-button);
}

.legal__links {
  display: flex;
  align-items: center;
}

.heart {
  color: var(--text-secondary);
}

@media screen and (min-width: 24.375em) {
  .legal .legal__links {
    margin-left: auto;
  }
}

@media screen and (min-width: 40.375em) {
  .footer__nav>* {
    flex: 1;
  }

  .nav__item--extra {
    flex-grow: 2;
  }

  .footer__addr {
    flex: 1 0px;
  }

  .footer__nav {
    flex: 2 0px;
  }
}

@media screen and (max-width: 1700px) {
  .post-icerik {
    width: 70%;
  }

  .index-yazilar {
    width: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .post-icerik {
    width: 80%;
  }

  .yonlendir {
    width: 95%;
  }
}

.yonlendirme {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yonlendir {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.git {
  width: 215px;
  height: 50px;
  border-radius: 25px;
  background-color: var(--bg-button);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-main);
  padding-right: 10px;
  padding-left: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.git:hover {
  background-color: var(--button-primary);
}

.anasayfabuton {
  width: 200px;
}

.icon-daire {
  width: 35px;
  height: 35px;
  background-color: var(--border-medium);
  border-radius: 17.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border: 1px solid var(--bg-card);
}

@media screen and (max-width: 860px) {
  .yazi-bilgileri {
    display: flex;
    font-weight: 300;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .post-icerik {
    width: 96%;
  }

  .post-yazari {
    width: 100px;
  }

  .post-resim {
    width: 100%;
    object-fit: content;
  }
}

@media screen and (max-width: 1200px) {
  .post-icerik {
    width: 95%;
  }

  .gizle {
    display: none;
  }

  .git,
  .anasayfabuton {
    width: 50px;
    padding: 0px;
  }

  .icon-daire {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}

.comments {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
  flex-direction: column;
}

.yorum-yap {
  width: 60%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: var(--bg-card);
  border-radius: 10px;
  justify-content: center;
}

.yorum {
  width: 95%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid var(--border-medium);
  background-color: var(--bg-panel);
  border-radius: 4px;
  box-sizing: border-box;
  color: var(--text-main);
}

.yorum-baslik {
  width: 95%;
  color: var(--text-main);
  margin-top: 20px;
  margin-bottom: 10px;
}

.yorum-forum {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.yorum-forum input[type=submit] {
  background-color: var(--button-primary);
  color: var(--text-main);
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

.replybutton {
  background-color: var(--button-primary);
  color: var(--text-main);
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

.yorum-submit {
  width: 95%;
  margin-top: 10px;
  margin-bottom: 30px;
}

.login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(32, 32, 32, 0.7607843137);
  backdrop-filter: blur(5px);
  z-index: 999;
  flex-wrap: wrap;
  align-content: center;
}

.login-form {
  width: 500px;
  min-height: 480px;
  background-color: var(--bg-panel);
  border-radius: 10px;
}

.logform {
  width: 100%;
  height: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin-bottom: 30px;
}

.logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 150px;
  align-items: center;
}

.logo-width {
  height: 40px;
}

.input-b {
  width: 85%;
  height: 40px;
  border: 1px solid var(--border-medium);
  border-radius: 5px;
  background-color: var(--bg-input);
  padding-top: 2px;
  padding-left: 15px;
  padding-right: 15px;
  color: var(--text-main);
  font-size: 15px;
}

.input-b:focus {
  border-color: var(--text-main);
}

.input-b:hover {
  border-color: var(--text-main);
}

.login-btn {
  background-color: var(--button-primary);
  width: 85%;
  height: 40px;
  border: none;
  border-radius: 5px;
  margin-top: 30px;
  color: var(--text-main);
  font-size: 13px;
}

.login-btn:hover {
  background-color: #00997b;
}

.login-btn1:hover {
  background-color: #00997b;
}

.login-btn1 {
  background-color: #2bb38c41;
  width: 85%;
  height: 40px;
  border: none;
  border-radius: 5px;
  margin-top: 10px;
  color: var(--text-main);
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.sign-btn {
  width: 85%;
  height: 40px;
  border: solid 1px var(--border-dark);
  border-radius: 5px;
  margin-top: 15px;
  color: var(--text-main);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
}

.sign-btn:hover {
  background-color: var(--border-dark);
}

.unuttum {
  justify-content: center;
  align-content: center;
  width: 500px;
  display: flex;
  margin-top: 5px;
}

.bilgi-islem {
  color: var(--text-main);
  font-size: 15px;
  margin: 10px;
}

.user-close-button {
  justify-content: space-between;
  align-content: center;
  width: 500px;
  font-size: 40px;
  color: var(--text-white);
  height: 70px;
  display: flex;
  align-items: center;
  float: right;
}

.hosgeldin {
  font-size: 20px;
}

.sign {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  flex-wrap: wrap;
  flex-direction: column;
}

.sign .user-close-button {
  color: var(--text-main);
  justify-content: center;
  /* Center the text as well since there is no close icon here */
  width: 100%;
  /* Ensure full width for centering */
}

.sign-form {
  width: 500px;
  min-height: 640px;
  background-color: var(--bg-panel);
  border-radius: 10px;
  margin-bottom: 100px;
}

.signform {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  padding-bottom: 30px;
}

.signin-btn {
  background-color: #ffa733;
  width: 85%;
  height: 40px;
  border: none;
  border-radius: 5px;
  margin-top: 15px;
  color: var(--text-main);
  font-size: 13px;
}

.alert {
  display: flex;
  justify-content: center;
  padding: 20px;
  margin: 20px;
  width: 95%;
  min-height: 40px;
  color: var(--text-main);
  border-radius: 4px;
  flex-wrap: nowrap;
  z-index: 100;
}

.alert-success {
  background-color: var(--button-primary);
}

.alert-danger {
  background-color: #e42f2f;
}

.alert-not {
  background-color: var(--bg-panel);
  border: 1px solid var(--bg-button);
  color: var(--text-secondary);
}

.user-pp {
  width: 35px;
  height: 35px;
  border-radius: 15px;
  margin-right: 10px;
  border: var(--border-medium) solid 2px;
}

.user {
  display: flex;
  align-items: center;
  color: var(--text-main);
  height: 50px;
  margin-right: 20px;
  cursor: pointer;
}

#user-menu {
  position: fixed;
  width: 150px;
  min-height: 45px;
  background-color: var(--bg-card);
  padding: 10px;
  border-radius: 4px;
  top: 60px;
  border: 1px solid var(--border-medium);
  padding-top: 20px;
}

#ok-yon {
  transform: rotate(0deg);
}

#user-menu ul li {
  background-color: var(--bg-panel);
  display: flex;
  height: 30px;
  border-radius: 4px;
  margin-bottom: 7px;
  align-items: center;
  padding-left: 10px;
  border: 1px solid var(--border-medium);
}

#user-menu ul li a {
  text-decoration: none;
  display: flex;
  color: var(--text-main);
}

.user-menu-icon {
  font-size: 18px;
}

.uyarilar {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 500px;
}

.yorumlar {
  width: 60%;
  display: flex;
  justify-content: center;
  background-color: var(--bg-card);
  border-radius: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
  padding-top: 5px;
  padding-bottom: 20px;
}

.yorums {
  width: 95%;
  background-color: var(--bg-panel);
  min-height: 50px;
  border-radius: 4px;
  margin: 5px;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--border-medium);
  flex-wrap: wrap;
}

.yorum-user {
  width: 100%;
  display: flex;
  align-items: center;
}

.yoruma {
  width: 100%;
  min-height: 30px;
  margin-left: 30px;
  padding: 5px;
  padding-left: 15px;
  border-radius: 4px;
  color: var(--text-main);
}

.cevaplas {
  width: 100%;
}

.cevapla {
  width: 95%;
  min-height: 150px;
  border: 1px solid var(--border-medium);
  border-radius: 4px;
  padding: 15px;
  margin: 5px;
}

.goster {
  display: block;
}

.gosters {
  cursor: pointer;
  height: 30px;
  display: flex;
  margin-left: 45px;
  color: #00997b;
}

@media only screen and (max-width: 1600px) {
  .yorumlar {
    width: 70%;
  }

  .yorum-yap {
    width: 70%;
  }
}

@media only screen and (max-width: 1400px) {
  .yorumlar {
    width: 80%;
  }

  .yorum-yap {
    width: 80%;
  }
}

@media only screen and (max-width: 1200px) {
  .yorumlar {
    width: 95%;
  }

  .yorum-yap {
    width: 95%;
  }
}

.profil {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.profil-icerik {
  width: 60%;
  min-height: 351px;
  background-color: var(--bg-card);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 20px;
  margin-top: 10px;
  margin-bottom: 50px;
}

.profile {
  width: 48.5%;
  height: 200px;
  display: flex;
  background-color: var(--bg-card);
  border-radius: 10px;
  margin: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.author-pp {
  width: 200px;
  height: 200px;
  background-color: var(--bg-button);
  border-radius: 10px;
  margin: 10px;
}

.author-bilgi {
  color: var(--text-main);
  display: flex;
  font-size: 20px;
  max-width: 300px;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
}

.author-name {
  padding-bottom: 20px;
  padding-left: 20px;
  width: 100%;
  display: flex;
}

.author-username {
  padding-left: 20px;
  padding-bottom: 5px;
  font-size: 15px;
  width: 100%;
  color: var(--text-secondary);
}

.author-banner {
  width: 100%;
  height: 120px;
}

.banner {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.author-role {
  width: 100px;
  height: 80px;
  border-radius: 0px 0px 10px 0px;
  display: flex;
  align-items: center;
  align-content: center;
  color: var(--text-secondary);
  background-color: var(--bg-panel);
  justify-content: center;
}

.biyografi {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-panel);
  color: var(--text-main);
  border-radius: 10px;
  border-bottom: 1px solid var(--border-medium);
  margin-bottom: 20px;
}

.user-yazi-photo {
  width: 300px;
  height: 170px;
  object-fit: cover;
  border-radius: 10px 0px 0px 10px;
}

.user-yazi {
  width: 95%;
  height: 170px;
  display: flex;
  background-color: var(--bg-panel);
  border-radius: 4px;
  margin: 10px;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.user-yazi:hover {
  background-color: var(--bg-button);
}

.yazi-baslik-2 {
  margin-left: 20px;
  font-size: 25px;
  color: var(--text-main);
  padding: 10px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 40px;
  font-weight: 400;
}

.yazi-aciklama-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 66px;
  font-size: 16px;
  color: var(--text-darker);
  padding: 10px;
  font-weight: 400;
  padding-left: 30px;
  padding-right: 30px;
  word-break: break-all;
}

.yazi-icerik-2 {
  display: flex;
  flex-wrap: wrap;
}

.cookie {
  display: flex;
  position: fixed;
  width: 70%;
  min-height: 50px;
  background-color: var(--bg-panel);
  border-radius: 10px;
  border: 1px solid var(--border-medium);
  padding: 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #cfcfcf;
}

.cookie-policy button {
  background-color: #4CAF50;
  border: none;
  color: var(--text-main);
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}

#cookie-pol {
  z-index: 998;
  width: 100%;
  min-height: 100px;
  display: flex;
  bottom: 10px;
  position: fixed;
  align-items: center;
  justify-content: center;
}

.begenme {
  width: 100%;
  height: 40px;
  color: var(--text-main);
  text-decoration: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 25px;
}

.sayfalama {
  margin: 20px;
}

.sayfalama a {
  width: 100%;
  color: var(--text-main);
  text-decoration: none;
  border: 1px solid var(--border-medium);
  padding: 12px;
  min-width: 15px;
  margin: 3px;
  border-radius: 5px;
}

.sayfalama a:hover {
  background-color: var(--accent-color);
}

.aktif {
  background-color: var(--accent-color);
  color: var(--text-main);
}

.aktif1 {
  width: 100%;
  color: var(--text-main);
  text-decoration: none;
  border: 1px solid var(--border-medium);
  padding: 12px;
  min-width: 15px;
  margin: 3px;
  border-radius: 5px;
}

.aktif1 {
  background-color: var(--accent-color);
  color: var(--text-main);
  width: 40px;
}

.author-pp img {
  width: 200px;
  height: 200px;
  border-radius: 10px;
}

@media only screen and (max-width: 1600px) {
  .profil-icerik {
    width: 70%;
  }

  .profile {
    width: 56%;
  }
}

@media only screen and (max-width: 1400px) {
  .profil-icerik {
    width: 80%;
  }

  .profile {
    width: 64%;
  }
}

@media only screen and (max-width: 1200px) {
  .profil-icerik {
    width: 90%;
  }
}

@media only screen and (max-width: 900px) {
  .profil-icerik {
    width: 96%;
  }
}

@media only screen and (max-width: 700px) {
  .post-hakkinda {
    margin-left: -15px;
    margin-right: -15px;
  }

  .alert-not {
    display: flow;
  }

  .cookie {
    width: 95%;
  }

  .user {
    margin-right: 5px;
  }

  .authornam {
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .profile {
    width: 96%;
  }

  .author-pp {
    width: 98%;
    height: 100%;
  }

  .author-pp img {
    width: 100%;
    height: 100%;
  }

  .user-yazi {
    height: 350px;
    align-items: flex-end;
  }

  .user-yazi-photo {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    opacity: 0.4;
  }

  .yazi-photo {
    width: 100%;
    height: 100%;
  }

  .yazi-icerik-2 {
    z-index: 10;
    position: absolute;
    flex-wrap: wrap;
    padding-right: 20px;
  }

  .menu-cizgi {
    margin-left: 0px;
  }

  .ana-menu {
    margin-left: 30px;
  }
}

.hesap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.hesap-ayarlar {
  width: 50%;
  min-height: 500px;
  background-color: var(--bg-card);
  border-radius: 4px;
  margin-bottom: 30px;
}

.ayarlar-baslik {
  width: 100%;
  padding-left: 30px;
  padding-top: 30px;
  color: var(--text-main);
  font-weight: 500;
}

.ayar-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 30px 40px 30px;
}

.avatar-input {
  width: 100%;
  border: 2px dashed var(--border-medium);
  border-radius: 4px;
  height: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-muted);
  font-size: 13px;
  position: relative;
}

.input-ust {
  display: flex;
  color: var(--text-secondary);
  margin-bottom: 10px;
  margin-top: 12px;
  width: 100%;
  font-size: 14px;
}

.avatar-input:hover {
  color: #cfcfcf;
  border: 2px dashed var(--accent-color);
}

.avatar-input:focus {
  color: #cfcfcf;
  border: 2px dashed var(--accent-color);
}

.text-input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 2px solid var(--border-medium);
  background-color: var(--bg-card);
  color: var(--text-darker);
  padding: 20px;
}

.text-input:focus {
  border: var(--accent-color) 2px solid;
}

.text-input:hover {
  border: var(--accent-color) 2px solid;
}

.ayarlarforum {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inpt {
  width: 49%;
  margin-bottom: 10px;
  margin-top: 5px;
}

.ayarlar-button {
  width: 170px;
  height: 40px;
  background-color: var(--accent-color);
  border-radius: 4px;
  border: none;
  color: var(--text-main);
  font-weight: 500;
  cursor: pointer;
}

.kaydet-buton {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.ayarlar-button:hover {
  background-color: #00997b;
}

.previewImage {
  width: 100%;
  border-radius: 4px;
  height: 100%;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-muted);
  font-size: 13px;
  position: absolute;
}

.avatarsbuton {
  z-index: 10;
  width: 100%;
  display: none;
  justify-content: flex-end;
  color: var(--text-muted);
  font-size: 30px;
  position: absolute;
  height: 100%;
}

.fotolar {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.fotobosluk {
  width: 49%;
}

.deletebuton {
  width: 30px;
  height: 30px;
  display: flex;
  background-color: var(--bg-panel);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin: 5px;
  border: 1px solid var(--border-medium);
}

.adds {
  width: 100%;
  display: flex;
  justify-content: center;
  color: var(--text-main);
}

.addnews {
  width: 60%;
  min-height: 700px;
  background-color: var(--bg-card);
  border-radius: 10px;
}

.yazieklemeform {
  padding: 15px;
}

#multi-select {
  -webkit-text-size-adjust: 100%;
  --select-focus: rgb(11, 163, 133);
  box-sizing: border-box;
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  min-width: 100%;
  max-width: 30ch;
  border: 2px solid var(--border-medium);
  border-radius: 10px;
  padding: 0.25em 0.5em;
  font-size: 17px;
  cursor: pointer;
  line-height: 1.1;
  background-color: var(--bg-card);
  color: var(--text-secondary);
}

#multi-select:focus {
  border: 2px solid var(--accent-color);
}

#multi-select:focus option:focus {
  background-color: var(--accent-color);
}

.post-icerik img {
  height: 100%;
}

.yazi-icerik img {
  display: none;
}

.ackl {
  font-size: 12px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  margin-left: 5px;
}

@media only screen and (max-width: 1200px) {
  .hesap-ayarlar {
    width: 70%;
  }

  .addnews {
    width: 95%;
  }
}

@media only screen and (max-width: 900px) {
  .hesap-ayarlar {
    width: 85%;
  }
}

@media only screen and (max-width: 700px) {
  .footer__nav {
    display: flex;
  }

  .post-bilgileri {
    margin: 15px 15px 20px 15px;
  }

  .hesap-ayarlar {
    width: 95%;
  }

  .fotolar {
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
  }

  .fotobosluk {
    width: 100%;
  }

  .ayarlarforum {
    justify-content: space-between;
    flex-direction: column;
    align-content: center;
  }

  .inpt {
    width: 100%;
  }

  .login-form {
    width: 90%;
  }

  .user-close-button {
    width: 90%;
  }

  .sign-form {
    width: 90%;
  }
}

.login-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 99%;
}

.menu-icons {
  margin-right: 10px;
  font-size: 25px;
  display: flex;
  align-items: center;
  height: 40px;
  background-color: var(--bg-button);
  border: 1px solid var(--border-medium);
  border-left: none;
  width: 40px;
  justify-content: center;
  margin-left: 10px;
}

.bilgi {
  padding-top: 15px;
  height: 135px;
  width: 100%;
  background-color: #00997b;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  flex-wrap: wrap;
}

.soz {
  padding: 20px;
  padding-bottom: 0px;
  color: var(--text-white);
  font-weight: 500;
  width: 100%;
  text-shadow: 0px 0px 40px black, 0px 0px 40px black;
}

.custom-shape-divider-top-1703322908 {
  position: absolute;
  top: 135px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1703322908 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
}

.custom-shape-divider-top-1703322908 .shape-fill {
  fill: #00997b;
}

.kimin {
  color: #e0e0e0;
  width: 85%;
  display: flex;
  justify-content: flex-end;
  padding-right: 25px;
  text-shadow: 0px 0px 40px black, 0px 0px 40px black;
  z-index: 50;
}

#karanlik {
  width: 100%;
  height: 100%;
  display: none;
  backdrop-filter: blur(10px);
  z-index: 101;
  position: fixed;
  top: 0px;
  bottom: 0px;
  margin-right: 300px;
  background-color: var(--bg-card)6c;
}

.dropdown-menu {
  display: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.page-back {
  width: 60%;
  min-height: 600px;
  border-radius: 10px;
  background-color: var(--bg-card);
  padding: 30px;
  color: var(--text-main);
  font-size: 18px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 900px) {
  .page-back {
    width: 80%;
  }
}

@media only screen and (max-width: 700px) {
  .page-back {
    width: 95%;
  }
}

.cookie__box {
  --clr-primary: #00997b;
  --clr-accent: #b4b4b4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: 365px;
  width: 100%;
  border-radius: 15px;
  text-align: center;
  padding: 25px 25px 30px;
  transform: translateX(0px);
  background-color: var(--bg-card);
}

.cookie__box.hide {
  display: none;
  transform: translateX(-500px);
}

.cookie__box>img {
  max-width: 90px;
}

.cookie__box .content {
  margin-top: 10px;
}

.cookie__box .content h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-main);
}

.cookie__box .content p {
  font-size: 15px;
  margin: 5px 0 20px;
  color: var(--clr-accent);
}

.cookie__box .content .btn__group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cookie__box .content .btn__group * {
  margin: 0 10px;
}

.cookie__box .content .btn__group .accept__btn {
  padding: 10px 20px;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid var(--clr-primary);
  color: var(--text-main)fff;
  background-color: var(--clr-primary);
}

.cookie__box .content .btn__group .accept__btn:hover {
  background-color: #00614e;
  color: var(--text-main);
}

.cookie__box .content .btn__group .learn__more-btn {
  text-decoration: none;
  color: var(--clr-primary);
}

.cookie__box .content .btn__group .learn__more-btn:hover {
  text-decoration: underline;
}

/* For medium devices */
@media screen and (max-width: 600px) {
  .cookie__box {
    left: 10px;
    bottom: 10px;
    padding: 20px 10px;
  }


}

/* For small devices */
@media screen and (max-width: 400px) {
  .cookie__box {
    max-width: 340px;
  }

  .cookie__box .content .btn__group {
    flex-direction: column;
    gap: 15px;
  }
}

/* For extra-small devices */
@media screen and (max-width: 320px) {
  .cookie__box {
    max-width: 290px;
  }
}

.search {
  width: 40%;
}

#searchbox {
  width: 85%;
  height: 40px;
  border-top: 1px solid var(--border-medium);
  border: 1px solid var(--border-medium);
  border-radius: 5px;
  background-color: var(--bg-input);
  padding-top: 2px;
  padding-left: 15px;
  padding-right: 15px;
  color: var(--text-main);
  font-size: 15px;
}

#searchbox:hover {
  border: 2px solid #00997b;
}

#searchbox:focus {
  border: 2px solid #00997b;
}

button {
  background-color: gray;
  border: none;
  color: var(--text-main);
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  border-radius: 15px;
}

.swiper {
  margin: 0 36px;
}

.swiper::after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin-left: -160px;
  width: 200px;
  flex-shrink: 0;
  background: linear-gradient(90deg, rgba(48, 48, 48, 0), rgba(48, 48, 48, 0.5));
  z-index: 9;
}

.swiper-button-prev {
  background-color: var(--bg-button);
  opacity: 0.5;
  margin-right: -160px;
  width: 200px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px !important;
}

.swiper-button-disabled {
  display: none !important;
}

.categories {
  width: 65%;
  display: flex;
  justify-content: center;
}

.category {
  background-color: var(--bg-button);
  min-width: 100px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-main);
  border-radius: 15px;
  margin: 0px 5px 0px 5px;
  border: 1px solid var(--border-medium);
  padding: 8px 0px 8px 0px;
  font-size: 14px;
  text-decoration: none;
}

.category:hover {
  background-color: var(--text-main);
  color: var(--bg-button);
  border: none;
}

.navsearch {
  margin-bottom: 25px;
  width: 280px;
}

@media screen and (max-width: 1000px) {
  .search {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .navsearch {
    display: none;
  }
}

.dortyuzdort {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  height: 700px;
  justify-content: center;
}

.buyukdort {
  color: #00997b;
  font-size: 100px;
}

.altaciklama {
  font-size: 30px;
  color: var(--text-main);
}

.anasayfa {
  margin-top: 30px;
  color: #e0e0e0;
}


/* * Ok düğmelerinin kenarlarındaki gradyan efekti için kullanılır. 
     * Bu, satır içi stille yapılamaz.
    */
#prev-btn::before {
  pointer-events: none;
  position: absolute;
  top: -0.5rem;
  left: 0.5rem;
  z-index: -1;
  display: block;
  height: 50px;
  width: 1.5rem;
  background-color: var(--bg-body);
  content: '';
  box-shadow: 8px 0px 11px 4px var(--bg-body);
}

#next-btn::after {
  pointer-events: none;
  position: absolute;
  top: -0.5rem;
  right: 0.10rem;
  z-index: -1;
  display: block;
  height: 50px;
  width: 1.5rem;
  background-color: var(--bg-body);
  content: '';
  box-shadow: -8px 0px 11px 4px var(--bg-body);
}

/* Kaydırma çubuğunu gizler */
#category-scroll-container {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

#category-scroll-container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, and Opera */
}

.kate {
  height: 38px;
  flex-shrink: 0;
  border-radius: 9999px;
  border: 1px solid var(--border-medium);
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  outline: none;
  background-color: var(--bg-button);
  color: var(--text-main);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  /* Geçiş efektini buraya ekleyin */
}

/* Fare üzerine geldiğindeki (hover) durum için stiller */
.kate:hover {
  background-color: var(--text-main);
  /* Arka plan rengini değiştir */
  color: var(--bg-body);
  /* Yazı rengini değiştir */
  border-color: #606060;
  /* Kenarlık rengini değiştir (isteğe bağlı) */
}


/* ================== BREADCRUMBS ================== */
.breadcrumb {
  margin-bottom: 20px;
  font-size: 14px;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: var(--bg-panel);
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid var(--border-medium);
}

.breadcrumb-item {
  text-decoration: none;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
  font-weight: 500;
}

.breadcrumb-item:hover {
  color: var(--accent-color);
}

.breadcrumb-item.home i {
  font-size: 16px;
  margin-right: 4px;
}

.breadcrumb-item.active {
  color: var(--text-main);
  font-weight: 600;
  pointer-events: none;
}

.separator {
  color: var(--border-dark);
  margin: 0 8px;
  display: flex;
  align-items: center;
  font-size: 18px;
}


/* Breadcrumb Container Styles matching .post-icerik */
.post-breadcrumb-container {
  width: 60%;
  margin: 20px auto 0 auto;
  display: flex;
  justify-content: center;
  /* Center the breadcrumb content if it doesn't fill, but we want it to fill */
}

.post-breadcrumb-container .breadcrumb {
  width: 100%;
  /* Force the white card to fill the 60% container */
}

@media screen and (max-width: 1700px) {
  .post-breadcrumb-container {
    width: 70%;
  }
}

@media screen and (max-width: 1400px) {
  .post-breadcrumb-container {
    width: 80%;
  }
}

/*# sourceMappingURL=style.css.map */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8aX8.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9aX8.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9aX8.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9aX8.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9aX8.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6aX8.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aX8.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6aX8.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16aX8.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw-.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
  touch-action: pan-y
}

.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto
}

.swiper-button-lock {
  display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height
}

.swiper.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}