@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1/font/bootstrap-icons.css");

@font-face {
  font-family: 'kardust';
  src: local('kardust'), url('../d-framework/d-work/font/kardust.ttf') format('truetype');
}

.font-kardust {
  font-family: 'kardust' !important;
}


small {
  color: #e51837;
}


.hoveritem:hover,
.hoveritem:focus,
.hoveritem:active,
.hoveritem:target {
  background-color: rgba(138, 132, 132, 0.164) !important;
}

.staert {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width:
    /*190px*/
    71%;
}

.bg-travdark {
  --bs-bg-opacity: .7;
  /*background-color: #101010bd !important;*/
}


.tabimg {
  filter: grayscale(1) contrast(1.2) opacity(1.4);
}

iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  padding-top: 55px;
}






html,
body {
  height: 100%;
  background-color: #000 !important;
}


.bgs-black {
  background-color: black;
}



.bg-nourty {
  background-image: url(../d-framework/d-work/img/unsplash.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

body {
  /*display: flex;*/
  align-items: center;
  /*padding-top: 40px;*/
  padding-bottom: 40px;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}