body {
  margin: 0;
}

.navbar {
  position: sticky;
  top: 0;
  height: 50px;
  display: flex;
  padding-bottom: 60px;
  z-index: 1003;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  opacity: 1;
  padding-top: 20px;
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  background-image: linear-gradient(black, rgba(0, 0, 0, 0.8), transparent);
}

.navbar.hide {
  transform: translateY(-100%);
}

#navbarContainer {
  width: 100%;
  top: 0%;
  position: fixed;
  z-index: 1001;
  background-color: transparent !important;
}

@font-face {
  font-display: swap;
  font-family: Spacer;
  src: url("../fonts/SPACERR-Regular.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: Orbitron;
  src: url("../fonts/Orbitron.ttf") format("truetype");
}

.website-title {
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  display: flex;
}

.container-fluid {
  height: 30px;
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: center;
}

.navbar_menu {
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1),
    opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateX(100%);
  position: fixed;
  height: 100%;
  width: 102%;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.navbar_menu.show {
  transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1),
    opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateX(-1%);
}

/* ! Menu Hamburger */
.navbar_menu_btn {
  margin-right: 1.5%;
}

.hamburger input {
  display: none;
}

.hamburger svg {
  height: 3em;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 0.3%;
}

.line {
  fill: none;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  transition: stroke-dasharray 400ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 400ms cubic-bezier(0.4, 0, 0.2, 1), stroke 0.3s ease;
}

.line-top-bottom {
  stroke-dasharray: 12 63;
  stroke: white;
}

.hamburger input:checked + svg {
  transform: rotate(-45deg);
  stroke: white;
}

.hamburger input:checked + svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
  stroke: white;
}

.hamburger:hover .line-top-bottom,
.hamburger:hover .line,
.hamburger:hover .line.line-top-bottom {
  stroke: #00bbff;
}

/* ! Menu Items */

*,
a {
  text-decoration: none !important;
}

.menu_items {
  padding-top: 0%;
  padding: 0 4%;
  z-index: 2001;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.item.show {
  transform: translateX(0%);
  opacity: 1;
}

.item {
  opacity: 0;
  height: 100%;
  width: 100%;
  color: white;
  display: flex;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  align-items: center;
  transform: translateX(15%);
}

.menu_item {
  color: white;
  font-size: 4em;
  font-weight: bolder !important;
  text-transform: uppercase;
  width: 100%;
  font-size: clamp(2em, 5vw, 4em);
}

.item.active {
  color: #00bbff;
}
.item.item.active .menu_item {
  color: #00bbff;
  font-family: TimesDisplay;
  transform: skewX(-10deg);
  transition: color 0.3s ease, transform 0.2s ease;
  -webkit-transition: color 0.3s ease, transform 0.2s ease;
}

.item.active:hover,
.item.item.active:hover .menu_item {
  color: #00bbff;
  font-family: TimesDisplay;
  transition: color 0.3s ease, transform 0.2s ease;
  -webkit-transition: color 0.3s ease, transform 0.2s ease;
}

.item:hover,
.item:hover .menu_item {
  color: #424242;
  font-family: TimesDisplay;
  transition: color 0.3s ease, transform 0.2s ease;
  -webkit-transition: color 0.3s ease, transform 0.2s ease;
}
.item:hover .menu_item {
  transform: skewX(-10deg);
}

.menu_item_icon {
  line-height: 1.1 !important;
  margin-left: auto;
  font-size: 4.8em !important;
}

.horizontal_line {
  width: 100%;
  height: 1px;
  background-color: black;
  border: none;
}

#websiteby {
  width: 100%;
  bottom: 0;
  position: absolute;
  margin-bottom: 5%;
  color: grey;
  font-style: italic;
  font-family: TimesDisplay;
  text-align: center;
}

/* Title Animation */

.title-container {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.navbar-brand {
  text-decoration: none;
  line-height: 23px;
  color: #00bbff;
  height: 30px;
  overflow: hidden;
  color: white !important;
  font-size: 30px;
  display: inline-block;
  margin-right: 1rem;
  font-size: 2em;
  white-space: nowrap;
}

.letter {
  font-family: Spacer !important;
}

.navbar-brand:hover .letter,
.navbar-brand.play .letter {
  transform: translateY(-120%);
}

.navbar-brand .block:last-child {
  color: #00bbff;
}

.navbar-brand .letter {
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.letter:nth-child(1) {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

.letter:nth-child(2) {
  transition-delay: 0.03s;
  -webkit-transition-delay: 0.03s;
}

.letter:nth-child(3) {
  transition-delay: 0.06s;
  -webkit-transition-delay: 0.06s;
}

.letter:nth-child(4) {
  transition-delay: 0.09s;
  -webkit-transition-delay: 0.09s;
}

.letter:nth-child(5) {
  transition-delay: 0.12s;
  -webkit-transition-delay: 0.12s;
}

.letter:nth-child(6) {
  transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
}

.letter:nth-child(7) {
  transition-delay: 0.18s;
  -webkit-transition-delay: 0.18s;
}

.letter:nth-child(8) {
  transition-delay: 0.21s;
  -webkit-transition-delay: 0.21s;
}

.letter:nth-child(9) {
  transition-delay: 0.24s;
  -webkit-transition-delay: 0.24s;
}

.letter:nth-child(10) {
  transition-delay: 0.27s;
  -webkit-transition-delay: 0.27s;
}

.letter:nth-child(11) {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.letter:nth-child(12) {
  transition-delay: 0.33s;
  -webkit-transition-delay: 0.33s;
}

.letter:nth-child(13) {
  transition-delay: 0.36s;
  -webkit-transition-delay: 0.36s;
}

.letter:nth-child(14) {
  transition-delay: 0.39s;
  -webkit-transition-delay: 0.39s;
}

.letter:nth-child(15) {
  transition-delay: 0.42s;
  -webkit-transition-delay: 0.42s;
}

.letter:nth-child(16) {
  transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
}

/*!  Contact me button */

.contact_button {
  position: relative;
  padding: 5px 25px;
  background: transparent;
  font-size: 16px;
  font-family: Helvs;
  color: #fff;
  box-shadow: 0px 0px 30px 0px #00bbff;
  border-radius: 100px;
  border: 2px;
  border-style: solid;
  border-color: #00bbff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-right: 25px;
}

.contact_hyperlink {
  margin-left: auto;
}

.contact_icon {
  margin-right: 3px;
}

.star-1,
.star-2,
.star-3,
.star-4,
.star-5,
.star-6 {
  opacity: 0;
}

.star-1 {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 25px;
  height: auto;
  filter: drop-shadow(0 0 0 #00bbff);
  z-index: -5;
  transition: all 0.8s cubic-bezier(0.05, 0.83, 0.43, 0.96);
  -webkit-transition: all 0.8s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

.star-2 {
  position: absolute;
  top: 45%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
  -webkit-transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-3 {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
  -webkit-transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-4 {
  position: absolute;
  top: 20%;
  left: 40%;
  width: 8px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
  -webkit-transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-5 {
  position: absolute;
  top: 25%;
  left: 45%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
  -webkit-transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-6 {
  position: absolute;
  top: 5%;
  left: 50%;
  width: 5px;
  height: auto;
  filter: drop-shadow(0 0 0 #fffdef);
  z-index: -5;
  transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
  -webkit-transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);
}

.contact_button:hover {
  transform: scale(1.1);
  background: #00bbff;
  color: #000;
  box-shadow: 0 0 80px #00bbff8c;
}

.contact_button:hover .star-1 {
  position: absolute;
  top: -20%;
  left: -20%;
  width: 20px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
  opacity: 1;
}

.contact_button:hover .star-2 {
  position: absolute;
  top: 35%;
  left: -25%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
  opacity: 1;
}

.contact_button:hover .star-3 {
  position: absolute;
  top: 80%;
  left: -10%;
  width: 10px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
  opacity: 1;
}

.contact_button:hover .star-4 {
  position: absolute;
  top: -25%;
  left: 105%;
  width: 20px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
  opacity: 1;
}

.contact_button:hover .star-5 {
  position: absolute;
  top: 30%;
  left: 112%;
  width: 15px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
  opacity: 1;
}

.contact_button:hover .star-6 {
  position: absolute;
  top: 80%;
  left: 105%;
  width: 10px;
  height: auto;
  filter: drop-shadow(0 0 10px #fffdef);
  z-index: 2;
  opacity: 1;
}

.fil0 {
  fill: #fffdef;
}

@media only screen and (max-width: 600px) {
  .navbar {
    background-image: linear-gradient(black, transparent);
  }

  .navbar-brand {
    font-size: 20px;
  }

  .contact_button {
    font-size: 10px;
  }

  .container-fluid {
    justify-content: space-between;
  }

  .navbar_menu_btn {
    transform: scale(0.7);
  }

  .contact_hyperlink,
  .contact_button {
    display: none;
  }

  .item {
    margin-top: 25px;
  }

  .menu_item,
  .menu_item_icon {
    font-size: 2em !important;
  }

  .menu_item {
    margin: 0;
  }

  .item {
    margin-top: 15%;
  }

  #websiteby {
    margin-right: -100px !important;
    font-size: 0.7em;
    margin-top: 10%;
    margin-bottom: 5%;
  }

  .menu_items {
    margin-top: -5%;
  }

  .navbar-brand {
    font-size: 20px;
  }

  .contact_button {
    font-size: 10px;
  }

  .container-fluid {
    justify-content: space-between;
  }

  .navbar_menu_btn {
    transform: scale(0.7);
  }

  .contact_hyperlink,
  .contact_button {
    display: none;
  }

  .item {
    margin-top: 25px;
  }
}

#nav_menu_image {
  z-index: 2001;
  position: fixed;
  width: 450px;
  height: 250px;
  right: 20%;
  top: 35%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  opacity: 0;
}

#nav_menu_image.active {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.div_nav_menu_image {
  position: absolute;
}

.nav_menu_image_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: #00bbffb4 0px 0px 120px 1px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
