@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap");

:root {
  --bs-primary: #d11800;
  --bs-primary-light: #f3d8d5;
  --bs-primary-dark: #a01300;
}

body {
  font-size: 0.9rem;
  font-family: "Inter", sans-serif;
}

.nav-link {
  color: var(--bs-white);
}

.nav-link:hover {
  color: var(--bs-primary);
}

.text-primary {
  color: var(--bs-primary) !important;
}

.menu .nav-link {
  text-decoration: none;
  color: #ffffff;
  text-decoration: none;
  color: var(--bs-white);
  border-radius: 40px;
  margin: 0 0.1rem;
  padding: 0.5rem 1.5rem !important;
}

.menu .nav-link:hover,
.menu .active .nav-link {
  color: var(--bs-white) !important;
  background: var(--bs-red) !important;
}

.menu .navbar-toggler {
  border-width: 0;
}

.hero {
  background: var(--bs-black);
}

.hero .text-sub {
  color: #c3d100 !important;
}

.btn-lg {
  font-size: 0.9375rem;
  padding: 12px 30px;
  text-align: center;
  font-weight: 500;
  border-radius: 4px;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary-dark);
}

.btn-lg:hover {
  background-color: var(--bs-primary-dark);
}

.progress {
  --bs-progress-height: 0.5rem;
  border-radius: 0px;
}

.progress-bar {
  background: #5f5f5f;
}

.navbar-collapse {
  text-align: right;
}

.text-primary {
  color: var(--bs-primary) !important;
}

a {
  text-decoration: none;
  color: var(--bs-primary);
}

[class*="text-underline-"] {
  background: repeat-x left 1em/1em 0.15em;
}

.text-underline-warning {
  background-image: linear-gradient(
    90deg,
    var(--bs-primary-light),
    var(--bs-primary-light)
  );
}

@media (min-width: 992px) {
  .timeline-expand-lg {
    display: flex;
  }
}

.timeline {
  --bs-timeline-counter-size: 3rem;
  list-style-type: none;
  padding-left: 0;
}

.timeline-expand-lg .timeline-item {
  flex: 1;
}

.timeline-item {
  counter-increment: timeline-counter;
  display: block;
  position: relative;
  text-align: center;
}

.timeline-warning .timeline-item.active:before {
  background-color: var(--bs-primary);
}

.timeline-warning .timeline-item:before {
  background-color: color-level(var(--bs-primary), -7);
  color: #fff;
  border: 2px solid var(--bs-primary-light);
}

.timeline-item:before {
  align-items: center;
  border-radius: 50%;
  content: counter(timeline-counter);
  display: flex;
  height: var(--bs-timeline-counter-size);
  justify-content: center;
  margin: 0 auto 1rem;
  position: relative;
  width: var(--bs-timeline-counter-size);
  z-index: 2;
  font-size: 1.3rem;
}

.timeline-warning .timeline-item.active:after {
  border-color: var(--bs-primary-light);
}

@media (min-width: 992px) {
  .timeline-expand-lg .timeline-item:after {
    display: block;
  }
}

.timeline-warning .timeline-item:after {
  border-color: color-level(var(--bs-primary), -7);
}

.timeline-item:first-child:after {
  left: 50%;
  width: 50%;
}

.timeline-item:last-child:after {
  right: 50%;
  width: 50%;
}

.timeline-item:after {
  border-top: calc(var(--bs-border-width) * 2) solid;
  content: "";
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: calc(var(--bs-timeline-counter-size) * 0.5);
}

.g-5 li {
  padding: 0 30px 0;
}

.link-more .bi {
  transition: margin-left 0.2s;
}

.link-more {
  transition: background-color 0.2s;
}

.link-more:hover {
  background-color: #ffffff;
  color: #1c1a28;
}

.link-more:hover .bi {
  margin-left: 5px;
}

.badge-rounded-circle {
  border-radius: 50%;
  display: initial;
  padding: 10px 14px;
  height: fit-content;
}

.fs-6 {
  font-size: 0.95rem !important;
}

.text-gray svg {
  color: #999999;
}

.card-metro {
  overflow: hidden;
  background: #000;
  height: 100%;
}
.card-image img {
  opacity: .7;
}

.card-metro:hover .card-image img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  opacity: 1;
}

.card-metro img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-metro:hover .card-text {
  margin-bottom: 10px;
}

.card-metro .card-text {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-metro .card-text:last-child {
  margin-bottom: 0;
}

.card-metro img.w-50 {
  width: 100px !important;
}

.faq {
  background: var(--bs-primary) url(../images/bg.png);
  background-size: 100%;
}