body {
  background-image: url(../images/Gemini_Generated_Image_pqw66rpqw66rpqw6.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 95vh;
  font-family: Arial, Helvetica, sans-serif;
}
.container {
  padding: 32px;
}
.navbar {
  display: flex;
  justify-content: space-between;
}
.navbar > .name > span {
  color: white;
  font-size: x-large;
  font-weight: bold;
}
.navbar-1 {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 40px;
  padding: 12px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 15px;
}
.navbar-1 > a {
  text-decoration: none;
  color: white;
}
.demo > button {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 40px;
  padding: 12px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
}
@keyframes moveDiagonal {
  0% {
    transform: rotate(330deg) translate(0, 0);
  }
  100% {
    transform: rotate(330deg) translate(6px, -1px);
  }
}
.demo :hover i {
  animation: moveDiagonal 1s infinite;
}
.mid {
  display: flex;
  justify-content: center;
  position: relative;
  color: white;
}
.mid > span {
  position: absolute;
  top: 150px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 40px;
  padding: 4px 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
}
.mid > h2 {
  position: absolute;
  top: 200px;
  text-align: justify;
  font-size: xx-large;
  font-weight: bold;
}
.line {
  display: block;
  text-align: center;
}
.mid > p {
  position: absolute;
  top: 310px;
  font-size: medium;
}
.line2 {
  display: block;
  text-align: center;
}
.mid > button {
  position: absolute;
  top: 380px;
  padding: 12px 24px;
  border-radius: 20px;
  border: none;
  background-color: orangered;
  color: white;
}
@keyframes moveDiagonal {
  0% {
    transform: rotate(330deg) translate(0, 0);
  }
  100% {
    transform: rotate(330deg) translate(6px, -1px);
  }
}
.mid :hover i {
  animation: moveDiagonal 1s infinite;
}
.bottom {
  display: flex;
  justify-content: center;
  gap: 80px;
  color: white;
  text-align: center;
  position: relative;
  top: 450px;
}
.hun span {
  font-size: 30px;
  font-weight: bold;
  display: block;
}
.hun p {
  margin-top: 5px;
  font-size: 16px;
}
