#mainNavBar {
  background-image: url(https://kingsbarn-ffhyekc3dwbaesdr.z02.azurefd.net/images/content/navbar-background4.jpg);
  background: #021428;
}

.navbar-brand {
  width: 250px;
  padding: 0px;
}

.section-title {
}

.news-section {
  width: 100%;
  background-color: #ffffff;
}

.heading-eyebrow {
  margin-bottom: 14px;
  color: #12375b;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: "D-DIN","Barlow","Open Sans", "Lato";
}

.news-subtitle {
  margin: 0;
  color: #515151;
  /*font-size: 1.1rem;*/
  font-family: "D-DIN";
}

.news-heading-line {
  width: 40px;
  height: 2px;
  margin-bottom: 24px;
  background-color: #6fb2df;
}

.heading-title {
  font-family: 'Playfair Display';
  font-size: 3rem;
  font-weight: 500;
}

.offering-name-box {
  background: #003056;
  min-height: 50px;
}

.offering-name {
  color: white;
  font-family: "D-DIN";
  padding: .8rem;
}

.video-name {
  color: white;
  font-family: "D-DIN";
  padding: .8rem;
}

.stats-section {
  width: 100%;
  padding: 80px 0;
  background-color: #07111c;
}

.stats-container {
  max-width: 1440px;
}

.stats-row {
  justify-content: center;
}

.stat-circle {
  position: relative;
  width: 100%;
  max-width: 245px;
  aspect-ratio: 1;
  margin: 0 auto;
}

.stat-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  overflow: visible;
}

.stat-ring-track, .stat-ring-progress {
  fill: none;
  stroke-width: 2;
}

.stat-ring-track {
  stroke: rgba(255, 255, 255, 0.18);
}

.stat-ring-progress {
  stroke: #ffffff;
  stroke-linecap: round;
  /*Circumference: 2 × π × 102 = approximately 640.88;*/
  stroke-dasharray: 641;
  stroke-dashoffset: 641;
  transition: stroke-dashoffset 1.6s cubic-bezier(0.65, 0, 0.35, 1);
}

.stat-circle.is-visible .stat-ring-progress {
  stroke-dashoffset: 0;
}

.stat-content {
  position: absolute;
  inset: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}

.stat-number {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  line-height: 0.9;
  white-space: nowrap;
}

.stat-value {
  font-weight: 400;
}

.stat-symbol {
  margin-top: 0.15em;
  margin-right: 4px;
  font-size: 0.42em;
}

.stat-suffix {
  margin-top: 0.12em;
  margin-left: 4px;
  font-size: 0.48em;
}

.stat-label {
  max-width: 170px;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .stat-circle {
    max-width: 220px;
  }
}

@media (max-width: 767.98px) {
  .stats-section {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .stat-circle {
    max-width: 210px;
  }
}

@media (max-width: 767.98px) {
  .stat-number {
    font-size: 3.3rem;
  }
}

@media (max-width: 767.98px) {
  .stat-label {
    font-size: 0.75rem;
  }
}

.stat-circle {
  transition: transform 250ms ease;
}

.stat-circle:hover {
  transform: translateY(-6px);
}

.stat-circle:hover .stat-ring-progress {
  stroke: #78b9e4;
}

.video-name-box {
  background: #003056;
  min-height: 75px;
}

