

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-semi-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #16151a;
    border-radius: 0px;
    outline: solid;
    outline-width: 0.0rem;
    outline-color: #16151a;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;

    background-color: #e31f29;
}

a, p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;

  transition: all 250ms;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.link {
    color: #f8f9fa;
    text-decoration: none;
    cursor: pointer;
}

.link:hover {
    color: #e31f29;
}

.marked {
    background-color: #e31f2999;
    border-radius: 2px;
}

@media (max-width: 480px) {
    .intro-contact-text {
        display: none;
    }
}

.navbar {
    background: #16151a;

    --bs-navbar-color: #f8f9fa;
    --bs-navbar-hover-color: #e31f29;
    --bs-navbar-active-color: #16151a;

    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' %3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        --bs-navbar-toggler-border-color: none;
        --bs-navbar-toggler-focus-width: none;

    --bs-navbar-nav-link-padding-x: 2rem;
}

.nav-link {
    transition: color 250ms;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 10px;
    font-weight: 500!important;
}

.active {
    transition: all 0.5s;
}

.nav-pills {
    --bs-nav-pills-link-active-color: #16151a;
    --bs-nav-pills-link-active-bg: #e31f29;
    --bs-nav-pills-border-radius: 2px;
}

.modal-header {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.modal {
    --bs-modal-bg: none;
    --bs-modal-border-radius: 2px;
}

.modal-ul {
    margin: 0px;
    padding-top: 32px;
    padding-bottom: 16px;
    padding-right: 10px;
    border: solid;
    border-top: none;
    border-width: 1.5px;
    border-color: #e31f29;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.topic-card {
    height: 300px;
    width: 600px;
    border-radius: 2px!important;
    transition: all 0.5s;
    background-size: cover;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.specsPill {
    width: 400px;
}

@media (max-width: 1200px) {
    .specsPill {
        width: 100%;
    }
}

.fakePill {
    color: #16151a;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #e31f29;
    border-radius: 2px;
}

.btn {
    color: #16151a;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #e31f29;
    border-radius: 2px;
    border: solid;
    border-color: #e31f29;
    border-width: 2px;

    transition: all 0.5s;
}

.btn:hover {
    color: #e31f29;
    background-color: #16151a;
    border: solid;
    border-color: #e31f29;
    border-width: 2px;

    scale: 1.05;
}

@media (hover: hover) {
    .topic-card:hover {
        scale: 1.05;
    }

    .topic-card:hover .text-center {
        scale: 1.05;
    }
}

.input-group {
  min-height: calc(3.5rem + 2px);
}

.input-group-text {
  color: #e31f29;
  background-color: #16151a;
  border: solid;
  border-color: #e31f29;
  border-width: 1.5px;
}

.form-control {
  border-radius: 2px;
  color: #e31f29;
  background-color: #16151a;
  border: solid;
  border-color: #e31f29;
  border-width: 1.5px;
  transition: all 0.5s;
}

.form-control:focus {
  color: #e31f29;
  background-color: #16151a;
  border: solid;
  border-color: #e31f29;
  border-width: 1.5px;
}

.form-control:hover {
    scale: 1.05;
}

.form-floating:hover {
    z-index: 9999;
}

.svgFix {
    margin-bottom: -1px;
}