@charset "UTF-8";
.section-values {
  background: #000;
  color: #fff;
  text-align: left; }
  .section-values i.fa-solid {
    color: #FFF500; }
  .section-values h2, .section-values h5, .section-values p {
    color: #fff; }

.section-tale {
  background: #f8f9fa; }
  .section-tale .timeline-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    min-height: 260px; }
  .section-tale .timeline-year {
    font-size: 1.75rem;
    font-weight: 700;
    color: #6c757d; }
  .section-tale .swiper-button-next, .section-tale .swiper-button-prev {
    position: absolute;
    color: #FFF500;
    display: none; }
  .section-tale .timeline-nav {
    display: flex;
    gap: 12px; }
  .section-tale .timeline-nav button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(12px);
    cursor: pointer;
    font-size: 18px;
    color: #FFF500; }
  .section-tale .timeline-nav button:hover {
    background: rgba(0, 0, 0, 0.9); }

.section-voices {
  background: url("https://sb.nordcdn.com/m/1b7fd84e2cf2a366/original/two-sections-wave-xl-dark.svg") center top #000 no-repeat;
  background-size: cover;
  content: #fff;
  /* ╨д╨╛╤В╨╛ */
  /* ╨в╨╡╨║╤Б╤В */
  /* DOTS */ }
  .section-voices h2, .section-voices h6, .section-voices p, .section-voices small {
    color: #fff; }
  .section-voices .voice-card {
    background: rgba(0, 0, 0, 0.01);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid #fff;
    border-radius: 30px; }
    .section-voices .voice-card p {
      font-size: 24px; }
  .section-voices .voice-avatar {
    width: 140px;
    height: 140px;
    object-fit: cover; }
  .section-voices .voice-text {
    font-size: 1.05rem;
    color: #333;
    line-height: 1.6;
    content: #fff; }
  .section-voices .voices-pagination {
    margin-top: 24px;
    position: static;
    text-align: center; }
  .section-voices .voices-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc;
    opacity: 1;
    margin: 0 6px; }
  .section-voices .voices-pagination .swiper-pagination-bullet-active {
    background: #FFF500;
    width: 24px;
    border-radius: 4px; }

@media (max-width: 767px) {
  .voice-avatar {
    width: 120px;
    height: 120px; }

  .voice-text {
    text-align: center; } }
.life-slide-card {
  background: rgba(0, 0, 0, 0.01);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-radius: 30px;
  overflow: hidden;
  height: 100%; }

/* Image */
.life-image {
  width: 100%;
  height: 220px;
  overflow: hidden; }

.life-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px; }

/* Content */
.life-content {
  padding: 20px;
  border-radius: 30px;
  border: 1px solid #fff;
  margin: 20px 0; }
  .life-content i {
    color: #FFF500; }

.life-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 12px; }

.life-content h6 {
  margin-bottom: 8px;
  color: #fff; }

.life-content p {
  font-size: 0.95rem;
  color: #fff; }

.life-nav button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(12px);
  cursor: pointer;
  font-size: 18px;
  transition: all .25s ease;
  color: #FFF500; }

.life-nav button:hover {
  background: rgba(255, 255, 255, 0.12); }

@media (max-width: 575px) {
  .life-nav {
    display: none !important; } }
/* Section */
/* Background image wrapper */
.cta-bg {
  background: url("https://picsum.photos/1400/700") center/cover no-repeat;
  padding: 80px;
  position: relative;
  overflow: hidden; }

/* Glass card */
.cta-glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #ffffff91; }

/* Button */
.cta-glass-card .btn {
  border-radius: 999px;
  padding: 14px 32px; }

@media (max-width: 991px) {
  .cta-bg {
    padding: 48px; }

  .cta-glass-card {
    padding: 32px; } }
@media (max-width: 575px) {
  .cta-bg {
    padding: 24px;
    border-radius: 20px; }

  .cta-glass-card {
    padding: 24px; }

  .cta-glass-card h2 br {
    display: none; } }

/*# sourceMappingURL=about.css.map */
