@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
}

a{
    text-decoration: none;
}
body {
  margin: 20px; /* Add margin to create space at the top */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://media.discordapp.net/attachments/937593686307532910/1004331718775423056/hakdog.jpg);
  font-family: "Source Sans Pro", sans-serif;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  margin: 0;
  padding: 0;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://media.discordapp.net/attachments/937593686307532910/1004331718775423056/hakdog.jpg);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.5s ease;
  z-index: 2; /* Ensure it's above other elements */
}


/* Style for the close button on the overlay */
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
}
.container {
  width: 30em;
  margin: auto; /* Center the container */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh; /* Adjust the height to your preference */
}
#player {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* Ensure the video is behind the overlay */
}
@media only screen and (max-width: 549px) {
  .container {
      width: 88vw;
  }
}
/* .container {
  width: 30em;
  margin: auto;  
} */
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; /* Set z-index to a lower value */
}

#myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


button {
  outline: 0;
}
button.active {
  outline: 0;
}
.button-container {
  display: flex;
  justify-content: center;
  margin-top: 20px; /* Adjust the margin as needed */
}
button.send {
  border: 2px solid #fff;
  color: white;
  border-radius: 50px;
  padding: 15px 80px;
  background: transparent;
 
  overflow: hidden;
  transform: translateY(-50%);
 
  width: fit-content;
}
button.send .text.active {
  transform: translateY(-350%) scale(0);
  transition: 0.35s cubic-bezier(0.34, -0.61, 1, 0.64);
}
 
button.send.active {
  padding: 0px 80px;
  transition: 0.4s cubic-bezier(0.35, -0.77, 0.67, 1.88);
}
button.send .loader {
  position: absolute;
  width: calc(0% - 4px);
  height: calc(100% - 4px);
  background-color: rgba(255, 255, 255, 0.164);
  box-shadow: 0 0 0.8rem  rgba(255, 255, 255, .12);
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  left: 2px;
  top: 2px;
  border-radius: 50px;
}
button.send .loader.active {
  width: calc(100% - 4px);
  transition: 1.3s ease-in-out;
  transition-delay: 0.5s;
}
button.send .done {
  color: #fffafa;
  margin-top: -20px;
   
  transform: translateY(300%) scale(0);
}
button.send .done.active {
  transform: translateY(0%) scale(1);
  transition: 0.4s cubic-bezier(0.34, -0.61, 1, 0.64);
}
button.send.finished {
  padding: 15px 80px;
  transition: 0.4s cubic-bezier(0.35, -0.77, 0.67, 1.88);
}

.head__section img{
    display: block;
    margin: 0 auto;
    height: 5rem;
    width: 5rem;
    object-fit: cover;
    border-radius: 50%;
    border-radius: 25px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    box-shadow: 0 0 0.8rem  rgba(255, 255, 255, 0.274);
    padding: 20px;
}
.head__section p{
    text-align: center;
    color: #fff;
}
.social__links ul li{
    width: 100%;
    margin: 1.2rem 0;
    padding: 0.4rem 0.8rem;
    perspective: 500px;
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 0 0.8rem  rgba(255, 255, 255, .12);
    backdrop-filter: blur( 18px );
    -webkit-backdrop-filter: blur( 18px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    cursor: pointer;

}
.js-tilt-glare{
    border-radius: 5px;
}
.social__links ul li a{
    width: 100%;
    display: flex;
    align-items: center;
    color: #ffff;
    font-size: 1rem;
}

.social__links ul li a{
  width: 100%;
  display: flex;
  align-items: center;
  color: #ffff;
  font-size: 1rem;
}
.ipasokmo{
    text-align: center;
    line-height: 4rem;
    font-size: 1.8rem;
 
}
.social__links ul li a span{
    line-height: 1.4rem;
}
.social__links ul .instagram:hover{
  background: #333;
}
.social__links ul .youtube:hover{
  background: #333;
}
.social__links ul .telegram:hover{
  background: #333;
}
.social__links ul .github:hover{
    background: #333;
} 
.social__links ul .copy:hover{
  background: #333;
} 

.copy{
  width: 100%;
  margin: 1.2rem 0;
  padding: 0.4rem 0.8rem;
  perspective: 500px;
  background: rgba( 255, 255, 255, 0.25 );
  box-shadow: 0 0 0.8rem  rgba(255, 255, 255, .12);
  backdrop-filter: blur( 18px );
  -webkit-backdrop-filter: blur( 18px );
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );


}
.audio {
  position: absolute;
  left: -999px;
  top: -999px;
}
@keyframes typing {
  0%, 50%, 100% {
    width: 0;
  }
  25%, 75% {
    width: 100%;
  }
}

@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
}

.head__section p {
  color: #fff;
  font-family: monospace;
  overflow: hidden;  
  border-right: .15em solid orange;  
  white-space: nowrap;  
  margin: 0 auto;  
  letter-spacing: .15em; 
  animation: typing 20s steps(40, end) infinite, blink-caret .5s step-end infinite;
}
button {
  background-color: #050e0a;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 33%;
}

button:hover {
  opacity: 0.8;
}
 
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}
 
footer{
  color: #fff;
}

hr{
  opacity: 1.0;
}
footer .end{
  text-align: center;
  padding: 20px 0 0 0;
}
@media (max-width:640px){
  .items{
  flex-basis: 80%;
  margin: auto;
}

}
 
@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

 
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}




@media only screen and (max-width: 549px) {
    .container{
        width: 88vw;
    }
  }

  .icon-3d {
    padding: 10px;
    -webkit-animation: icon3d 200ms 10;
    animation: icon3d 200ms 50;
    color: #fff;
  }
  .icon-3d:hover {
    -webkit-animation: icon3d 200ms infinite;
    animation: icon3d 200ms infinite;
  }
  
  @keyframes icon3d {
    0% {
      text-shadow: 5px 4px #f44336, -5px -6px #2196f3;
    }
    25% {
      text-shadow: -5px -6px #f44336, 5px 4px #2196f3;
    }
    50% {
      text-shadow: 5px -4px #f44336, -8px 4px #2196f3;
    }
    75% {
      text-shadow: -8px -4px #f44336, -5px -4px #2196f3;
    }
    100% {
      text-shadow: -5px 0 #f44336, 5px -4px #2196f3;
    }
  }


  input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }
  
  input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #45a049;
  }

  