* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
* {
  user-select: none;
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
}
@font-face {
  font-family: ITALIANA;
  src: url(./fonts/Italiana-Regular.ttf);
}
button,
button:active,
button:focus {
  outline: none;
}
@font-face {
  font-family: font1;
  src: url(/fonts/carbon.ttf);
}
body {
  background-color: black;
  color: white;
}
header {
  background-color: transparent;
}

li {
  list-style: none;
}

a {
  color: white;
  text-decoration: none;
  font: 14px / 28px D-DIN-Bold, Arial, Verdana, sans-serif;
}

.navbar {
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}

.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.nav-branding {
  font-size: 5em;
  letter-spacing: 7px;
  font: 30px / 32px D-DIN-Bold, Arial, Verdana, sans-serif;
  animation: slideInLeft;
  animation-duration: 2s;
}

.nav-link {
  transition: 0.7s ease;
}

.nav-link:hover {
  opacity: 0.3;
}
.hamburger {
  display: none;
  animation: slideInRight;
  animation-duration: 3s;
  cursor: pointer;
}
.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: white;
}

@media (max-width: 768px) {
  .hamburger {
    display: block;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 70px;
    gap: 0;
    flex-direction: column;
    /* background-color: black; */
    /* background: black; */
    width: 100%;
    /* height: 10%; */
    text-align: center;
    transition: 0.3s;
  }
  .nav-item {
    margin: 16px 0;
  }
  .nav-menu.active {
    left: 0;
  }
  .cursor {
    cursor: none;
  }
  .cursor2 {
    cursor: none;
  }
}
#nav-branding {
  animation: slideInLeft;
  animation-duration: 2s;
}
a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: white;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  margin-top: 5px;
  right: 0;
  background: white;
  transition: width 0.4s ease;
  -webkit-transition: width 0.4s ease;
}
a:hover::after {
  width: 100%;
  left: 0;
  background: white;
}
.cursor {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid white;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
}

.cursor2 {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: white;
  /* opacity: 0.3; */
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
}

.hover {
  background-color: transparent;
  opacity: 0.5;
}

.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: 0.5;
}

/* #develpment {
  text-align: center;
  font: 30px / 32px D-DIN-Bold, Arial, Verdana, sans-serif;
  font-size: 35px;
  position: relative;
  top: 8.5em;
  left: 15em;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

@keyframes blink {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
} */

/*It Stops here because i have no idea what to 
build with this website
but i have this wesbtie 
so if something pops up on my mind i can write it 
here, so there will be like a biograpphy kind of 
a strcutural thing. So
there can be development of my mind and 
i will have faith in my self 
about the idea i get in my mind.. That's it.. */
/*
You have some idea what should i do 
suggest me byu joining my discord;
https://discord.gg/GuwF9D8M*/

#development {
  display: flexbox;
  display: block;
  text-align: center;
  justify-content: center;
  animation: backInUp;
  animation-duration: 2s;
  font: font1;
  position: relative;
  /* top: 10px; */
  font-size: 25px;
}
footer {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
}

.copyright {
  text-align: right;
  margin-right: 20px; /* Adjust as needed */
  font-size: 14px; /* Adjust size */
  color: #666; /* Adjust color */
}
body {
  overflow: hidden;
}

@media (max-width: 768px) {
  #development {
    top: 2rem;
    font-size: 20px;
    /* transition: 0.7s ease; */
    animation: backInUp;
    animation-duration: 2s;
  }
  body {
    overflow: hidden;
  }
}
.cursor,
.cursor2 {
  pointer-events: none;
}
@media (min-width: 769px) {
  .cursor,
  .cursor2 {
    display: block;
  }

  body {
    cursor: none;
  }
}
@media (max-width: 768px) {
  /* ... existing styles ... */

  .cursor,
  .cursor2 {
    display: none !important;
  }

  body {
    cursor: auto;
  }

  a {
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .nav-menu {
    /* height: 8%; */
    background-color: black; /* Background color */
    z-index: 1000; /* Ensure it stays above other content */
  }
}
.Message {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5em;
  letter-spacing: 6px;
  font: 30px / 32px D-DIN-Bold, Arial, Verdana, sans-serif;
  transition: 0.7s ease;
  color: white;
  text-decoration: underline;
}
.Messagediv {
  position: relative;
  top: 7em;
}
.Messagediv p {
  text-align: center;
  transition: 0.7s ease;
  font-size: 21px;
}

/* Custom Scrollbar Styling */
::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
}

/* Track */
::-webkit-scrollbar-track {
  background: black; /* Color of the track */
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; /* Color of the scrollbar handle */
  border-radius: 10px; /* Rounded corners for the scrollbar handle */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; /* Darker color on hover */
}
/* Firefox */
body {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

#frame {
  height: 300px;
  width: 200px;
  border-radius: 6px;
  /* color: white; */
  background-color: white;
  position: relative;
  left: 100px;
}
#frame-logo {
  position: relative;
  top: 30px;
  left: 25px;
  /* padding-bottom: 10px; */
}
#frame:hover {
  background-color: black;
}
@media (max-width: 768px) {
  footer {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
  }

  .copyright {
    text-align: right;
    margin-right: 20px; /* Adjust as needed */
    font-size: 14px; /* Adjust size */
    color: #666; /* Adjust color */
  }
}

/* #blank_block {
  height: 100px;
  width: 100px;
  background-color: #666; 
  position: relative;
  left: 100px;
  top: 100px;
  background-image: url(./img/favicon.jpg);
  background-position: 10p;
   background-image: conten; 
}   */

@media (max-width: 768px) {
  button,
  button:active,
  button:focus {
    outline: none;
  }
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

#TEXT {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  font-size: 30px;
  text-align: center;

  height: 400px;
  width: 90%;
  max-width: 500px;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#TEXT h1 {
  letter-spacing: 5px;
}
