body{


      background:#00062d;
          color: #fff !important;

  }
main  {
    background-image: url(https://startrekfleetcommand.com/wp-content/uploads/2023/12/hp-intro-bg-xreduced-half.webp);
    background-size: 100%;
    background-repeat: no-repeat;
      height: 100vh;
}

main::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(14 14 14 / 75%); /* Modifier la couleur et l'opacité selon vos besoins */
    z-index: 1;
}

/* Le contenu à l'intérieur de main doit être au-dessus de la couleur transparente */
main > * {
    position: relative;
    z-index: 2;
}

/* Aura*/
.bg-dark {
--bs-bg-opacity: 1;
background-color: rgb(25 41 69) !important;
}
.bg-primary {
background: #192945 !important

}
body {

        font-family: "font", "Microsoft Yahei";
color: rgb(55, 70, 90);
}
h5 {
line-height: 2.1875rem !important;
font-size: 1.3622rem !important;
    color: #161616;
}

p, li, a {


line-height: 1.375rem;
font-size: 1.1146rem;
font-size: 1.1146rem;
color: #fff !important;



}

p {
color: rgb(255, 255, 255);
display: block;

font-size: 24px;
font-weight: 400;
letter-spacing: 0.125px;
line-height: normal;
margin-block-end: 14.4px;
margin-block-start: 14.4px;
margin-bottom: 14.4px;
margin-inline-end: 0px;
margin-inline-start: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 14.4px;

}
@keyframes colorChange {
0%, 100% {
color: rgb(255, 255, 255);
text-shadow: #ffc107 0px 0px 60px;
}
100% {
color: #ffc107;
text-shadow: rgb(255, 255, 255) 0px 0px 60px;
}
}

h1 {
  color: #a6caff;
      display: block;
      font-size: 50px;
      font-weight: 700;
      line-height: 36.288px;
      margin-block-end: 20px;
      margin-block-start: 0px;
      margin-bottom: 20px;
      padding-right: 20px;
      text-align: start;
      text-transform: uppercase;
      unicode-bidi: isolate;
/*animation: colorChange 1s infinite;*/
}


h2 {
  color: #ffffff;
  display: inline;
  font-size: 50px;
  font-weight: 900;
  height: auto;
  letter-spacing: 0.221357px;
  text-transform: uppercase;
  width: auto;
  -webkit-font-smoothing: antialiased;
  text-shadow: #0d6efd 0px 0px 60px;
}

.btn-primary  {
  background-color: #37d757;
  border-radius: .3rem;
  box-shadow: 0 0 4rem .5rem #5be4ff;
  color: #000000 !important;
  font-weight: 700;
  padding: 10px 25px;
  border: 0px;
  font-size: 2.1rem;
  font-weight: 700;

}
.p-1 {


}
.btn-primary:hover  {
background-color: #3f8d1c;
  border-radius: .3rem;
  box-shadow: 0 0 4rem .5rem #44ae3b;
  color: #fff;
  font-weight: 700;
  padding: 10px 25px;
  border: 0px;
}


.discount_banner {
align-items: center;
  background-color: #198754;
  display: flex;
  height: 64px;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  display: none;
}
.discount_bannerfixed {
position: fixed;
width: 100%;
z-index: 9;
display: block;
}
.cta_1 {
background-color: #3366ff !important;

align-items: center;
background-image: none !important;
border-radius: 41px !important;
border: 1px solid transparent !important;
box-shadow: 0px 0px 0px transparent !important;
color: #fff !important;
cursor: pointer;
padding: 0 20px;
font-family: Basel Grotesk !important;
font-size: 1.375rem !important;
font-weight: 500 !important;
justify-content: center;
transform: translate(0px, 0px);
transition: all 0.3s ease;
white-space: normal !important;

}
.cta_1:hover {
background-color: #192945 !important;
}

#staysafe img{
   width: 2rem;
  }



  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
  }

  .bd-mode-toggle {
    z-index: 1500;
  }

  .bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
  }
