:root {
  --bs-body-bg: #FEFEFE;
  --bs-body-color: #000000;
}

html[data-theme=dark] {
  --bs-body-bg: #000000;
  --color-dark: #FFFFFF;
}

body {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
}

.font-prata {
  font-family: "Prata", serif;
}

.font-lora {
  font-family: "Lora", serif;
}

.main-eck-gelenek img {
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .main-eck-gelenek img {
    height: auto;
    object-fit: cover !important;
  }
}

.percent.scroll-circle {
  position: fixed;
  right: 5%;
  top: 17%;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  z-index: 50;
}

.progress-ring {
  width: 72px;
  height: 72px;
  transform: rotate(-90deg);
  background: #FFFFFF;
  border-radius: 100%;
}

.ring-bg {
  fill: none;
  stroke: #E5E5E5;
  stroke-width: 3;
}

.ring-prog {
  fill: none;
  stroke: #D2232A;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

.article--gelenek .node-body p {
  background-color: transparent !important;
  font-size: 1.25rem;
}
.article--gelenek .m-right {
  margin-right: inherit;
}
.article--gelenek .gelenek-right {
  flex: 1;
}
.article--gelenek .gelenek-right .eck-gelenek-wrapper .item:last-child {
  border-bottom: none !important;
}
.article--gelenek .gelenek-right .header-div img {
  width: 100%;
  height: auto;
  border-top: 5px solid #D2232A;
}
.article--gelenek .gelenek-left .img-box img {
  width: 100%;
  height: auto;
}

.gelenek-custom {
  display: block !important;
  column-gap: 24px;
  column-fill: balance;
}
.gelenek-custom .item::after {
  position: absolute;
  content: "";
  background: #E5E5E5;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 15px;
}
@media (min-width: 992px) {
  .gelenek-custom .item.nth-5 {
    content: none;
  }
}
.gelenek-custom .item.nth-9::after {
  content: none;
}
@media (min-width: 1200px) {
  .gelenek-custom {
    column-count: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .gelenek-custom {
    column-count: 1;
  }
}

.gelenek-wrapper .item-before::before {
  left: 5px;
  top: 46px;
}

/*# sourceMappingURL=gelenek.css.map */
