@font-face {
  font-family: 'Raleway-Black';
  /* Give your font a name */
  src: url('fonts/Raleway-Black.ttf');
}

@font-face {
  font-family: 'Raleway-Bold';
  /* Give your font a name */
  src: url('fonts/Raleway-Bold.ttf');
}

@font-face {
  font-family: 'Raleway-Light';
  /* Give your font a name */
  src: url('fonts/Raleway-Light.ttf');
}

@font-face {
  font-family: 'Raleway-Medium';
  /* Give your font a name */
  src: url('fonts/Raleway-Medium.ttf');
}

@font-face {
  font-family: 'Raleway-Regular';
  /* Give your font a name */
  src: url('fonts/Raleway-Regular.ttf');
}

@font-face {
  font-family: 'Raleway-Thin';
  /* Give your font a name */
  src: url('fonts/Raleway-Thin.ttf')8;
}

html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
  /* padding-top: 56px; */
  font-family: 'Raleway-Regular';
  width: 100vw;
  /* 100% of the viewport width */
  height: 100vh;
}

html,
body.age-verification {
  /* Prevent scroll on narrow devices */
  /* padding-top: 56px; */
  overflow: hidden;
  font-family: 'Raleway-Regular';
  width: 100vw;
  /* 100% of the viewport width */
  height: 100vh;
}

a {
  text-decoration: none;
  color: #000;
}

@media (max-width: 767px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px;
    /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #000000c3;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }

  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}

.nav-scroller .nav {
  color: rgba(255, 255, 255, .75);
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-scroller .nav-link:hover {
  color: #fff;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}


.nav-link:focus {
  background-color: rgba(0,0, 0, 0);
  color: #fff;
}
.nav-scroller .active {
  font-weight: 500;
  color: #343a40;
}
/* Optional: Style the sub-menu items */
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-item.active, .dropdown-item:active{
  background-color: rgba(0, 0, 0, 0);

}

.dropdown-item:hover{
  background-color: rgba(0, 0, 0, 0);

}
.bg-purple {
  background-color: #6f42c1;
}

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


.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;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #ffcc00;
  font-family: 'Raleway-Medium';
}

.navbar-nav .nav-item {
  margin-right: 40px;
  /* Add margin to create space between menu items */
}

.navbar {
  /* background-color: #00000022; */
  height: 50px;
}

.nav-link {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);

}
