:root {
  color-scheme: dark;
  --rt-navy: #0e122a;
  --rt-blue: #add7f8;
  --rt-gold: #cab987;
  --rt-yellow: #ffec00;
}

@font-face {
  font-family: "Abril Fatface";
  src: url("./wp-content/themes/rethinktrust/assets/images/AbrilFatface-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  min-width: 320px;
  background: var(--rt-navy);
}

.site {
  height: auto !important;
  min-height: 100vh;
}

.site::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -6;
  background:
    radial-gradient(circle at 75% 20%, rgba(173, 215, 248, 0.14), transparent 32%),
    linear-gradient(145deg, #111837, var(--rt-navy) 58%);
}

.site-header a:focus-visible,
.btn:focus-visible,
.toggle-program:focus-visible,
.toggle-btn:focus-visible,
.btn-speech-description:focus-visible {
  outline: 3px solid var(--rt-yellow);
  outline-offset: 5px;
}

.nav-btn {
  border: 0;
}

.hero .timer .coin {
  background-color: var(--rt-yellow);
  background-image: none;
}

.hero .timer .coin .price {
  margin: 0 0 7px;
  font-size: 35px;
}

.hero .timer .archive-date {
  padding-top: 15px;
}

.hero .timer .archive-date .time {
  min-width: 74px;
  margin-right: 24px;
}

.hero .timer .archive-date .time::after {
  right: -14px;
}

.hero .timer .archive-date .time span {
  font-size: 33px;
}

.hero .timer .archive-date .time:last-child span {
  font-size: 25px;
  letter-spacing: 1px;
}

.tickets .description {
  max-width: 760px;
  margin: 0 auto 80px;
  padding: 0 30px;
  line-height: 1.45;
}

.ticket-card.disabled {
  cursor: default;
}

.ticket-card.disabled .btn-ticket {
  min-width: 190px;
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.55);
}

.archive-sponsor-label {
  display: inline-block;
  max-width: 220px;
  padding-top: 18px;
  border-top: 4px solid var(--rt-blue);
  color: var(--rt-blue);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: uppercase;
}

.location .pin {
  pointer-events: auto;
}

.site-footer {
  display: none;
}

[hidden] {
  display: none !important;
}

@media (max-width: 1069px) {
  .site-header {
    padding-right: 30px;
  }

  .site-header .nav-bar .main-navigation {
    padding: 88px 24px 34px;
  }

  .site-header .nav-bar .main-navigation li {
    margin-bottom: 17px;
  }
}

@media (max-width: 767px) {
  .hero .timer {
    min-height: 520px;
    height: auto;
    padding-top: 90px;
  }

  .hero .hero-wrap {
    min-height: 640px;
    height: auto;
  }

  .tickets .description {
    margin-bottom: 55px;
  }
}

@media (max-width: 420px) {
  .hero .timer .archive-date .time {
    min-width: 62px;
    margin-right: 16px;
  }

  .hero .timer .archive-date .time::after {
    right: -10px;
  }

  .hero .timer .archive-date .time span {
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
