/* BILIYOR MUYDUNUZ? - DIMENSIONAL FACT CARDS */
.ist-fact-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 8px;
}
.ist-fact-card {
  width: 100%;
  /*position: relative;*/
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 300px;
  padding: 24px 22px 20px;
  border: 1px solid rgba(209, 154, 53, 0.58);
  border-radius: 14px;
  background: linear-gradient(145deg, #293d59 0%, #1b2b43 58%, #142238 100%);
  color: #f5ead2;
  box-shadow: 10px 12px 20px rgba(5, 10, 20, 0.46), -3px -3px 8px rgba(255, 244, 214, 0.055), inset 0 1px 0 rgba(255, 244, 214, 0.12), inset 0 -2px 0 rgba(5, 10, 20, 0.38);
  transform: translate3d(0, 0, 0);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease, border-color 220ms ease;
  isolation: isolate;
}
.ist-fact-card::before {
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #e5ad3c, transparent);
  content: "";
  opacity: 0.82;
}
.ist-fact-card::after {
  position: absolute;
  right: -42px;
  bottom: -52px;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(229, 173, 60, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(229, 173, 60, 0.035), 0 0 0 20px rgba(229, 173, 60, 0.02);
  content: "";
  pointer-events: none;
}
.ist-fact-card:hover,
.ist-fact-card:focus-within {
  border-color: #e5ad3c;
box-shadow: 14px 18px 28px rgba(5, 10, 20, 0.54), -4px -4px 10px rgba(255, 244, 214, 0.07), inset 0 1px 0 rgba(255, 244, 214, 0.18), 0 0 0 1px rgba(229, 173, 60, 0.16), 0 0 18px rgba(229, 173, 60, 0.12);
  transform: translate3d(0, -1px, 0);*/
}
.ist-fact-card:active {
  box-shadow: inset 4px 5px 9px rgba(5, 10, 20, 0.48), inset -2px -2px 4px rgba(255, 244, 214, 0.06);
  transform: translate3d(0, -1px, 0) scale(0.99);
}
.ist-fact-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
  color: #d59a2a;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}
.ist-fact-card__number {
  color: #f5b52b;
	font-size: 43px;
  font-variant-numeric: tabular-nums;
}
.ist-fact-card__era {
  color: #fff1cf;
	font-size: 15px;
	letter-spacing: -0.1px;
  font-variant-numeric: tabular-nums;
}
.ist-fact-card__title {
  /*max-width: 18ch;*/
  max-width: 100%;  
  /*margin-bottom: 14px;*/
  color:  #d59a2a;
  font-size: clamp(1.3rem, 1.5vw, 1.6rem);
  font-weight: 700;
  line-height: 1.14;
}
.ist-fact-card__text {
  margin: 0;
  color: #d8d2c4;
  font-size: 0.98rem;
  line-height: 1.65;
}
.ist-fact-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid rgba(245, 234, 210, 0.12);
  color: #b8b4aa;
  font-size: 0.88rem;
}
.ist-fact-card__link {
  color: #f5b52b;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}
.ist-fact-card__link:hover,
.ist-fact-card__link:focus-visible {
  color: #fff1cf;
  transform: translateX(3px);
}
.ist-fact-card__link:focus-visible {
  outline: 2px solid #f5b52b;
  outline-offset: 4px;
}
.ist-fact-card .vc_column-inner,
.ist-fact-card .wpb_wrapper,
.ist-fact-card .wpb_column {
  min-width: 0;
}
.ist-fact-card .ist-fact-card__meta,
.ist-fact-card .ist-fact-card__footer {
  flex-shrink: 0;
}
.ist-fact-card .ist-fact-card__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.ist-pasha-card {
  position: relative !important;
  min-height: 520px;
  padding-top: 20px;
  overflow: hidden;
}
.ist-pasha-card .ist-fact-card__meta {
  margin-bottom: 14px;
}
.ist-pasha-card__portrait {
  position: absolute !important;
  top: 88px;
  right: 22px;
  display: grid;
  place-items: center;
  width: 126px;
  height: 126px;
  margin: 0;
  border: 1px solid #c28b2c;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 234, 210, 0.1) 0 54%, rgba(245, 181, 43, 0.08) 55% 65%, transparent 66%), #1b2b43;
  box-shadow: 8px 10px 16px rgba(5, 10, 20, 0.42), -3px -3px 8px rgba(255, 244, 214, 0.06), inset 3px 4px 8px rgba(5, 10, 20, 0.3), inset -2px -2px 5px rgba(255, 244, 214, 0.08);
  overflow: hidden;
  z-index: 2;
}
.ist-pasha-card__portrait > .vc_column-inner,
.ist-pasha-card__portrait > .wpb_wrapper {
  position: static !important;
  width: 100%;
  height: 100%;
  padding: 0 !important;
}
.ist-pasha-card__portrait::before {
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(245, 181, 43, 0.42);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}
.ist-pasha-card__portrait img,
.ist-pasha-card__portrait .w-image,
.ist-pasha-card__portrait .w-image-h {
  width: 100%;
  height: 100%;
}
.ist-pasha-card__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.ist-pasha-card__portrait .w-image-h {
  display: grid;
  place-items: center;
}
.ist-pasha-card__portrait img[src=""],
.ist-pasha-card__portrait img:not([src]) {
  display: none;
}
.ist-pasha-card .ist-fact-card__title {
  max-width: 24ch;
  margin: 0 auto 14px;
  text-align: center;
}
.ist-pasha-card .ist-fact-card__text {
  padding-right: 142px;
  text-align: left;
}
.ist-pasha-card .ist-fact-card__footer {
  margin-top: auto;
}
@media (max-width: 900px) {
  .ist-fact-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .ist-fact-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 4px;
  }
  .ist-fact-card {
    min-height: 270px;
  }
  .ist-pasha-card__portrait {
    position: relative !important;
    top: auto;
    right: auto;
    width: 116px;
    height: 116px;
    margin: 2px auto 20px;
  }
  .ist-pasha-card .ist-fact-card__text {
    padding-right: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ist-fact-card,
  .ist-fact-card__link {
    transition: none;
  }
}