.logo  a {

  top: -10px;

}
.bg img {
  width: 100%;
  height: 100%;
  z-index: -999;
}

.home {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 1;
}

.logo-bg {
  width: 50%;
  opacity: 35%;
}
.logo-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glitch {
  font-size: 8rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  text-shadow: 0.05em 0 0 rgba(255, 0, 0, 0.75), -0.025em -0.05em 0 rgba(0, 255, 0, 0.75), 0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
  /* 500ms */
  animation: glitch 1.5s infinite;
}
.subtitle {
  position: relative;
  color: rgb(255, 254, 255);
}
.glitch span {
  position: absolute;
  top: 0;
  left: 0;
}

.glitch span:first-child {
  animation: glitch 650ms infinite;
  clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
  transform: translate(-0.025em, -0.0125em);
  /* color: green; */
  opacity: 0.8;
}

.glitch span:last-child {
  animation: glitch 375ms infinite;
  clip-path: polygon(0 80%, 100% 20%, 100% 100%, 0 100%);
  transform: translate(0.0125em, 0.025em);
  /* color: red; */
  opacity: 0.8;
}

/* https://web.dev/prefers-reduced-motion/#(bonus)-forcing-reduced-motion-on-all-websites */

@keyframes glitch {
  0% {
    text-shadow: 0.05em 0 0 rgba(255, 0, 0, 0.75), -0.05em -0.025em 0 rgba(0, 255, 0, 0.75), -0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
  }
  14% {
    text-shadow: 0.05em 0 0 rgba(255, 0, 0, 0.75), -0.05em -0.025em 0 rgba(0, 255, 0, 0.75), -0.025em 0.05em 0 rgba(0, 0, 255, 0.75);
  }
  15% {
    text-shadow: -0.05em -0.025em 0 rgba(255, 0, 0, 0.75), 0.025em 0.025em 0 rgba(0, 255, 0, 0.75), -0.05em -0.05em 0 rgba(0, 0, 255, 0.75);
  }
  49% {
    text-shadow: -0.05em -0.025em 0 rgba(255, 0, 0, 0.75), 0.025em 0.025em 0 rgba(0, 255, 0, 0.75), -0.05em -0.05em 0 rgba(0, 0, 255, 0.75);
  }
  50% {
    text-shadow: 0.025em 0.05em 0 rgba(255, 0, 0, 0.75), 0.05em 0 0 rgba(0, 255, 0, 0.75), 0 -0.05em 0 rgba(0, 0, 255, 0.75);
  }
  99% {
    text-shadow: 0.025em 0.05em 0 rgba(255, 0, 0, 0.75), 0.05em 0 0 rgba(0, 255, 0, 0.75), 0 -0.05em 0 rgba(0, 0, 255, 0.75);
  }
  100% {
    text-shadow: -0.025em 0 0 rgba(255, 0, 0, 0.75), -0.025em -0.025em 0 rgba(0, 255, 0, 0.75), -0.025em -0.05em 0 rgba(0, 0, 255, 0.75);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}

#container {
  position: absolute;
  width: 100%;
  height: 90%;
  top: 10%;
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  overflow: hidden;
  /* z-index: 1; */
  /* place-items: center; */
}
.box {
  position: absolute;
  background: url(asset/BG.png);
  background-size: cover;
  background-attachment: fixed;
}

/* aspiration  button*/

.aspiration {
  position: fixed;
  display: flex;
  top: 25%;
  right: 0px;
  background-color: rgb(124, 0, 207);
  height: 50%;
  width: 25px;
  text-align: center;
  color: white;
  padding-right: 35px;
  border-radius: 10px 0 0 10px;
  animation: breath 2s infinite;
}
.aspiration-bg {
  position: fixed;
  top: 25%;
  display: flex;
  right: -2px;
  background-color: rgb(95, 4, 156);
  color: white;
  /* opacity: 30%; */
  width: 20px;
  height: 50%;
  text-align: center;
  border-radius: 10px 0 0 10px;
}

.arrow {
  position: relative;
  top: 10%;
  right: -25px;
}
.arrow2 {
  position: relative;
  top: 90%;
  right: 0;
}

.arrow span {
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(130deg);
  animation: scroll 2s infinite;
}

.arrow2 span {
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(130deg);
  animation: scroll 2s infinite;
}
.aspiration h2 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 20px;
  color: white;
  opacity: 100%;
  cursor: pointer;
  margin-right: -6px;
}

.social-media {
  margin-top: 85vh;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(130deg) translate(10px, 10px);
  }
}

@keyframes breath {
  0% {
    /* opacity: 0; */
    transform: translate(0px);
  }
  50% {
    /* opacity: 1; */
  }
  100% {
    /* opacity: 0; */
    transform: translate(-10px);
  }
}
/* aspiration page */

.aspiration-page {
  display: none;
}

.block {
  position: relative;
  margin: 10% auto 0;
  width: 50%;
  height: auto;
  background: linear-gradient(45deg, #591999, #429e9e, #43718d, #63398d, #366f92);
  align-content: center;
  border-radius: 10px;
}
form {
  animation: pop 1s;
}
.back {
  position: absolute;
  top: 15px;
  left: 95%;
}
.back span {
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(-45deg);
  cursor: pointer;
}

input[type='text'],
input[type='email'],
input[type='file'],
select,
textarea {
  width: 100%;
  padding: 5px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 14px;
  resize: vertical;
}
input[type='file'] {
  border: none;
  padding: 0 !important;
}

.btn {
  background-color: rgba(255, 255, 255, 0.3) !important;
  border-style: solid !important;
  border-color: white !important;
  color: white !important;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 5px;
}

.btn {
  padding: 5px !important;
  background-color: #099fff;
  border: 0px;
  border-radius: 3px;
  color: white;
  font-size: 14px;
}
.glow::before,
.glow::after {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  background: linear-gradient(45deg, #e6fb04, #ff6600, #00ff66, #00ffff, #ff00ff, #ff0099, #6e0dd0, #ff3300, #099fff);
  background-size: 400%;
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  z-index: -1;
  animation: animate 20s linear infinite;
  border-radius: 10px;
  /* z-index: -1; */
  animation: pop 1s;
}
.glow::after {
  filter: blur(40px);
}

.block form {
  padding: 20px;
  color: white;
}

.block .btn-close {
  position: absolute;
  padding: 20px 20px 0 0;
  display: flex;
  right: 0px;
  color: white;
}
/* javascript animation asset */
.show_aspirasi {
  display: contents;
  transition: 1s;
}
.hide_home {
  display: none;
}
.lds-dual-ring {
  display: inline-block;
  /* width: 80px;
  height: 80px; */
}
.lds-dual-ring:after {
  content: ' ';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiperight {
  0% {
    /* opacity: 0; */
    transform: translate(0px);
  }
  50% {
    /* opacity: 1; */
  }
  100% {
    /* opacity: 0; */
    transform: translate(1200px);
  }
}
@keyframes pop {
  0% {
    opacity: 0;
  }
  50% {
    /* opacity: 1; */
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
@keyframes swipe_left {
  0% {
    /* opacity: 0; */
    transform: translate(1000px);
  }
  50% {
    /* opacity: 1; */
  }
  100% {
    /* opacity: 0; */
    transform: translate(0px);
  }
}

@keyframes animate {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

@media only screen and (max-width: 900px) {
  .logo-bg img {
    width: 450px;
    height: 450px;
  }
  .home h1 {
    font-size: 90px;
  }
  .home h2 {
    font-size: 20px;
    text-align: center;
  }
}
@media only screen and (max-height: 650px) {
  .aspiration h2 {
    font-size: 1rem;
  }
  .btn {
    font-size: 1rem;
    width: 1px;
  }
}
@media only screen and (max-height: 750px) {
  .btn {
    font-size: 0.9rem;
    width: 45px;
  }
  input[type='text'],
  input[type='email'],
  select,
  textarea {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 14px;
  }

  input[type='submit'] {
    padding: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .logo-bg img {
    width: 250px;
    height: 250px;
  }
  .home h1 {
    font-size: 40px;
  }
  .home h2 {
    font-size: 9px;
    text-align: center;
  }
}
@media only screen and (max-height: 575px) {
  .aspiration h2 {
    font-size: 0.9rem;
  }
}
