.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.link-de {
  color: white;
  font-size: 25px;
}
.nav-link:hover {
  color: white!important;
  text-shadow:3px 2px 10px rgb(255, 230, 0);
  font-size: 25px;
}

.link-debtn {
  border-radius: 0px;
  font-size: 25px;
}

.book-btn {
  border: none;
  color: white;
  background: #242439;
  border-radius: 0px;
}

.book-btn-line {
  background: rgb(255,232,100);
  color: #10121e;
  border-radius: 0px;
}

.book-btn-line:hover {
  color: white;
  background: rgba(25,36,98,0.82);
}

.book-btn:hover {
  color: white;
  background: rgba(25,36,98,0.82);
}

