.nav-button-click:hover,
.sub-nav-click:hover {
  transform: scale(1.2) !important;
  transition: 120ms;
}
.nav-button-click:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.img-logo {
  width: 50%;
  height: auto;
}
.img-subnav {
  width: 90% !important;
  height: auto;
}

.bg-darked {
  color: #fff;
  background: -webkit-linear-gradient(-45deg, #225e9e 0%, #712c69 100%);
  background: linear-gradient(0deg, #000 0%, #0e4132 100%);
}
.bg-darker {
  background-color: #000f21;
}
.img-thumbnail {
  background-color: unset !important;
  border: none !important;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}
.form-nav {
  background: #000;
  border-radius: 1rem;
  border: 2px solid #1beabd;
  width: auto;
  padding: 0.375rem 0.75rem;
}
::placeholder {
  color: #cbd0d5;
  text-align: end;
}
.nav-button {
  width: 10em;
}
@media only screen and (max-width: 414px) {
  .navbar-brand img {
    width: 100px !important;
  }
  .navbar-toggler {
    color: unset !important;
    border-color: unset !important;
    border: none !important;
  }
}

/* input gradient */
.bg-input {
  background: #000;
  color: #fff;
}
.input {
  position: relative;
  font-size: 1em;
  background: linear-gradient(0deg, #1beabd, #10abff);
  padding: 0.1em;
  display: inline-block;
  border-radius: 9999em;
}

.input *:not(span) {
  position: relative;
  display: inherit;
  border-radius: inherit;
  margin: 0;
  border: none;
  outline: none;
  padding: 0 0.325em;
  z-index: 1;
}

.input *:not(span):focus + span {
  opacity: 1;
  transform: scale(1);
}

.input span {
  transform: scale(0.993, 0.94);
  transition: transform 0.5s, opacity 0.25s;
  opacity: 0;
  position: absolute;
  z-index: 0;
  margin: 4px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 0.188rem #000, 0 0 0 0.25rem #000, 0.188rem -0.188rem 1.875rem #1beabd,
    -0.188rem 0.188rem 1.875rem #10abff;
}
