@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.navbar {
  display: flex;
  z-index: 999;
  justify-content: space-between;
  align-items: center;
  padding: 1px 20px;
  background-color: black;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.navbar .logo {
  font-size: 24px;
  font-weight: bold;
}
.navbar ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.navbar ul li {
  margin: 0 15px;
}
.navbar ul li a {
  padding-right: 10px;
  text-decoration: none;
  color: white;
  font-size: 16px;
}
.navbar ul li a.active {
  width: 100%;
  margin-top: -10px;
  color: #4682b4;
  font-weight: bolder;
  font-size: large;
}
.navbar ul li a i {
  margin-left: 5px;
}
.nav-item:hover {
  width: 100%;
  margin-top: -10px;
  color: #4682b4;
  font-weight: bolder;
  font-size: large;
  transition: 0.2s ease-in-out !important; /* Adjust padding as needed */
  transform: scaleY(0.05); /* Slightly increases the height on hover */
  transition: transform 0.3s ease; /* Smooth animation */
}
.logo img {
  width: 200px;
  height: 100px;
  object-fit: cover;
}
body {
  margin: 0px;
}
.username-container {
  display: flex;
  position: absolute;
  bottom: 0;
  padding-right: 25;
  right: 0;
  justify-content: end; /* Center aligns the username text */
  width: 100%; /* Allows the username to use the full width */
}

.username {
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap; /* Prevents text from wrapping */
  overflow: hidden; /* Hides any overflowed text */
  text-overflow: ellipsis; /* Adds '...' to indicate overflow */
  max-width: 100%; /* Ensures it fits within the container */
}
.ri-menu-4-line {
  display: none;
}
.new {
  width: 100%;
  height: 400vh;
  z-index: 9999;
  display: none;
  background-color: gray;
  position: fixed;
  top: 0;
  left: 0;
}
.cross {
  display: none;
}
.a {
  display: none;
}
@media (max-width: 430px) {
  .test {
    display: none !important;
  }
  .ri-menu-4-line {
    display: block !important;
    color: white;
    font-size: 50px !important;
    cursor: pointer; /* Make it clear that the icon is clickable */
  }

  .new {
    width: 100%;
    height: 400vh;
    z-index: 9999;
    display: none; /* Initially hidden */
    background-color: black !important;
    position: fixed;
    top: 0;
    left: 0;
  }
  .cross {
    display: flex !important;
    justify-content: end !important;
    align-items: end !important;
    margin-top: 20px !important;
    margin-right: 10px;
    font-size: 50px;
    color: white;
  }
  .ri-menu-4-line:before {
    content: "\ef36";
    font-size: 100px;
  }
  .ri-close-large-line:before {
    content: "\f4c8";
    margin-top: 10px;
    margin-right: 23px;
    font-size: 100px;
  }
  .logo img {
    /* font-size: 98px; */
    margin-top: 32px;
    width: 427px !important;
    height: 123px !important;
    object-fit: cover;
  }
  .a {
    display: block;
    color: white;
    margin-top: 200px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    font-size: 50px;
    gap: 20px;
  }
  .navbar {
    width: 999px;
    display: flex;
    z-index: 999;
    justify-content: space-between;
    align-items: center;
    padding: 1px 20px;
    background-color: black;
    position: sticky;
    top: 0;
    overflow: hidden;
  }
  .navbar ul {
    gap: 75px;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
  }
  .navbar ul li a {
    font-size: 100px !important;
    font-weight: 900;
  }

  .background {
    /* width: 1040px; */
    height: fit-content;
  }

  .content p {
    width: 400px;
    font-size: 22px !important;
    padding-left: 236px;
    margin-left: 55px;
  }
  .buttons {
    width: 103%;
    display: flex;
    /* justify-content: center; */
    gap: 20px;
    margin-left: 170px;
    /* margin: auto; */
  }

  .text-content h1 {
    padding-left: 46px;
    padding-top: 25px;
    font-size: 108px;
    font-weight: bold;
    margin: 0;
    color: #333;
  }
  .text-content h2 {
    padding-left: 91px;
    padding-top: 5px;
    font-size: 55px;
    font-weight: bold;
    margin: 0;
    color: #333;
  }

  .size {
    font-size: 77px !important;
  }

  ::placeholder {
    font-size: 40px;
  }
  .inputbox {
    width: 80%;
    height: 102px !important; /* Set a smaller height */
    padding: 15px;
    margin: 10px 0;
    resize: vertical;
    border-radius: 40px;
    border: none;
    background-color: #f5f5f5; /* Light background color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow */
    text-align: start; /* Aligns placeholder to the top */
    font-size: 16px;
  }
  .footerr {
    width: 1040px;
    background-color: #1a1a1a;
    color: white;
    text-align: center;
    padding: 20px 0;
    font-family: "Roboto", sans-serif;
  }
  .copyright {
    width: 1000px;
    background-color: #1a1a1a;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
  }
  .power {
    width: 1049px;
    background-color: #1a1a1a;
    height: 20px;
    display: flex !important;
    flex-direction: column !important;
    margin-top: -10px;
    color: white !important;
    font-size: 10px;
    text-align: center;
  }
  .content h1 {
    font-size: 83px;
    margin-left: 84px;
  }
}
/* Adjust font sizes and spacing for mobile screens */
@media (max-width: 768px) {
  .navbar {
    width: 999px;
    display: flex;
    z-index: 999;
    justify-content: space-between;
    align-items: center;
    padding: 1px 20px;
    background-color: black;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .buttons a {
    padding: 10px 20px;
    font-size: 14px;
  }
}
