.logo a {
  top: -10px;
}
.bg img {
  width: 100%;
  height: 100%;
  z-index: -999;
}


  @keyframes translateBackground {
    0% {
      background-position: 15% 0%;
    }
    50% {
      background-position: 75% 0%;
    }
    100% {
      background-position: 15% 0%;
    }
  }
  @media screen and (min-width: 960px){
  body {
    background-image: url("Asset/Logo/foto bareng homebg.jpg") !important;
    background-size: cover !important;
    background-position-y: -10%;

  }
  }

  @media screen and (max-width: 960px) {
    body {
      background-image: url("Asset/Logo/foto bareng homebg.jpg") !important;
      background-size: auto !important;
      background-position-y: 75%;
      animation: translateBackground 15s ease-in-out infinite;
    }
  }

/* @media screen and (max-width: 960px) {
  body {
    background-image: url(Asset/Logo/background.png) !important;
    background-size: cover !important;
    background-position-y: -135vh;
  }
} */

.home {
  position: absolute;
  color: white;
  z-index: 1;
  top: 50%;
  left: 8rem;
}

#container {
  display: flex;
}

.glitch {
  font-size: 8rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  text-shadow: 0.05em 0 0 #562030, -0.025em -0.05em 0 #2a2d3c,
    0.025em 0.05em 0 #f2e8e1;
  /* 500ms */
  animation: glitch 1.5s infinite;
}
.subtitle {
  position: relative;
  color: rgb(255, 255, 255);
  text-align: left !important;
}
.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 #562030, -0.025em -0.05em 0 #2a2d3c,
      0.025em 0.05em 0 #f2e8e1;
  }
  14% {
    text-shadow: 0.05em 0 0 #562030, -0.025em -0.05em 0 #2a2d3c,
      0.025em 0.05em 0 #f2e8e1;
  }
  15% {
    text-shadow: -0.05em -0.025em 0 #562030, -0.025em -0.05em 0 #2a2d3c,
      0.025em 0.05em 0 #f2e8e1;
  }
  49% {
    text-shadow: -0.05em -0.025em 0 #562030, -0.025em -0.05em 0 #2a2d3c,
      0.025em 0.05em 0 #f2e8e1;
  }
  50% {
    text-shadow: 0.025em 0.05em 0 #562030, -0.025em -0.05em 0 #2a2d3c,
      0.025em 0.05em 0 #f2e8e1;
  }
  99% {
    text-shadow: 0.025em 0.05em 0 #562030, -0.025em -0.05em 0 #2a2d3c,
      0.025em 0.05em 0 #f2e8e1;
  }
  100% {
    text-shadow: -0.025em 0 0 #562030, -0.025em -0.05em 0 #2a2d3c,
      0.025em 0.05em 0 #f2e8e1;
  }
}

@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: 28%;
  right: 0px;
  background-color: #2b2d3c;
  height: 50%;
  width: 300px;
  text-align: center;
  color: white;
  border-radius: 50px 0 0 50px;
  animation: breath 2s infinite;
}
.short-text { display: none; }
.aspiration-bg {
  position: fixed;
  top: 28%;
  display: flex;
  right: -2px;
  background-color: #2b2d3c;
  color: white;
  /* opacity: 30%; */
  width: 20px;
  height: 50%;
  text-align: center;
  border-radius: 10px 0 0 10px;
}

.arrow {
  position: relative;
  top: 70%;
  right: 200px;
}
.arrow2 {
  position: relative;
  top: 36.5%;
  right: 180px;
}
.arrow3 {
  position: relative;
  top: 3%;
  right: 160px;
}

.arrow span {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 7px solid white;
  border-right: 7px solid white;
  transform: rotate(-50deg);
  animation: scroll 2s infinite;
}

.arrow2 span {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 7px solid white;
  border-right: 7px solid white;
  transform: rotate(-50deg);
  animation: scroll 2s infinite;
}

.arrow3 span {
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 7px solid white;
  border-right: 7px solid white;
  transform: rotate(-50deg);
  animation: scroll 2s infinite;
}

.aspiration h2 {
  font-size: 30px;
  color: white;
  opacity: 100%;
  cursor: pointer;
  margin: auto;
}
#send {
  border-width: 2px !important; 
  border-color:white !important; 
  border-radius:10px !important; 
  background-color: white !important;
  color: #2b2d3c !important;
  font-weight: bold !important;
  
}
.send{
  width: 200px !important;
  float: right;
}

.social-media {
  margin-top: 85vh;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(-50deg) translate(10px, 10px);
  }
}

@keyframes breath {
  0% {
    /* opacity: 0; */
    transform: translate(0px);
  }
  50% {
    /* opacity: 1; */
  }
  100% {
    /* opacity: 0; */
    transform: translate(-00px);
  }
}
/* aspiration page */

.aspiration-page {
  display: none;
}

.block {
  display: block;
  position: relative;
  margin: 20% auto 0;
  width: 100%;
  height: auto;
  /* background: linear-gradient(45deg, #591999, #429e9e, #43718d, #63398d, #366f92); */
  background-color: #2b2d3c;
  align-content: center;
  border-radius: 50px;
}

#send-asp {
  font-size: 30px;
  font-weight: bold;
}

form {
  animation: pop 1s;
}

.back {
  position: absolute;
  top: 55px;
}

.back2 {
  position: absolute;
  top: 50px;
  left: 160px;
}

.back3 {
  position: absolute;
  top: 50px;
  left: 132px;
}

.back span {
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 4px solid white;
  border-right: 4px solid white;
  transform: rotate(135deg);
  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 {
  color: #2B2D3C !important;
  border-radius: 10px;
  cursor: pointer;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-right: 50px !important;
  padding-left: 50px !important;
  font-weight: bold !important;
  float: right;
  margin-left: -50%;
} */

.fileInput{
  border-radius: 5px;
  height: auto !important ;
  color: #fff;
  padding: 6px 10px 14px 17px;
  font-size: 20px;
  margin-bottom: 20px;
  width: 240px;
  vertical-align: top;
  margin-top: 0px;
  background-color: #2b2d3c;
  border-color: white !important;
  border-width: 2px !important;
  border-style: solid !important;
}

.borderInput {
  border-width: 2px !important;
  border-style: solid !important;
  border-color: white !important;
  /* border: 2px solid #ffffff; */
  border-radius: 10px !important;
  background-color: #2b2d3c !important;
  min-height: 35px !important;
  color: white !important;
}

.borderedInputFile {
  background: #000;
  border-radius: 5px;
  color: #fff;
  padding: 6px 10px 14px 17px;
  font-size: 20px;
  margin-bottom: 20px;
  width: 240px;
  vertical-align: top;
  margin-top: 0px;
  background-color: #2b2d3c;
  border-color: white;
  border-width: 2px;
  border-style: solid;
 }

.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-left: 120px;
  padding-right: 120px;
  padding-top: 45px;
  padding-bottom: 70px;
  color: white;
  font-size: 15px;
}

.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;
  animation: swipe_left 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: 1300px) {

  #form-email{
    padding: 30px 50px 30px 50px;
    
  }
  .aspiration {
    position: fixed;
    display: flex;
    top: 28%;
    right: 0px;
    background-color: #2b2d3c;
    height: 50%;
    width: 250px;
    text-align: center;
    color: white;
    border-radius: 50px 0 0 50px;
    animation: breath 2s infinite;
  }
  .arrow {
    right: 190px;
  }
  .arrow2 {
    position: relative;
    top: 36.5%;
    right: 170px;
  }
  .arrow3 {
    position: relative;
    top: 3%;
    right: 150px;
  }
  .glitch {
    font-size: 7rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    text-shadow: 0.05em 0 0 #562030, -0.025em -0.05em 0 #2a2d3c,
      0.025em 0.05em 0 #f2e8e1;
    /* 500ms */
    animation: glitch 1.5s infinite;
  }
  .subtitle {
    position: relative;
    color: rgb(255, 255, 255);
    justify-content: center;
    font-size: 25px;
  }
  .home {
    left: 5rem;
    
  }
}

@media only screen and (max-width: 1100px) {
  #form-email{
    padding: 30px 30px 30px 30px;
    
  }
  .glitch {
    font-size: 6rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    text-shadow: 0.05em 0 0 #562030, -0.025em -0.05em 0 #2a2d3c,
      0.025em 0.05em 0 #f2e8e1;
    /* 500ms */
    animation: glitch 1.5s infinite;
  }
  .subtitle {
    position: relative;
    color: rgb(255, 255, 255);
    justify-content: center;
    font-size: 22px;
    .home {
      left: 5rem;
    }
  }
  .back {
    position: absolute;
    top: 45px;
  }
}

@media only screen and (max-width: 1000px) {
  .block{
    margin: 40% auto 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;
  }
  .aspiration {
    position: fixed;
    display: flex;
    top: 28%;
    right: 0px;
    background-color: #2b2d3c;
    height: 50%;
    width: 200px;
    text-align: center;
    color: white;
    border-radius: 50px 0 0 50px;
    animation: breath 2s infinite;
  }
  .arrow {
    right: 165px;
  }
  .arrow2 {
    position: relative;
    top: 36.5%;
    right: 145px;
  }
  .arrow3 {
    position: relative;
    top: 3%;
    right: 125px;
  }
  .aspiration h2 {
    font-size: 25px;
  }
  .glitch {
    font-size: 5rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    text-shadow: 0.05em 0 0 #562030, -0.025em -0.05em 0 #2a2d3c,
      0.025em 0.05em 0 #f2e8e1;
    /* 500ms */
    animation: glitch 1.5s infinite;
  }
}
@media only screen and (max-width: 800px) {
  .aspiration {
    position: fixed;
    display: flex;
    top: 28%;
    right: 0px;
    background-color: #2b2d3c;
    height: 50%;
    width: 150px;
    text-align: center;
    color: white;
    border-radius: 50px 0 0 50px;
    animation: breath 2s infinite;
  }
  .arrow {
    right: 135px;
  }
  .arrow2 {
    position: relative;
    top: 36.5%;
    right: 115px;
  }
  .arrow3 {
    position: relative;
    top: 3%;
    right: 95px;
  }
  .aspiration h2 {
    font-size: 18px;
  }
  .glitch {
    font-size: 4.5rem !important; 
    font-weight: 700;
  }
  .subtitle {
    font-size: 16px !important;
  }
  .send{
    width: 150px !important;
  }
  .inputFile{
    width: 150px;
    padding: 14px 30px 14px 30px !important;
  }
}

@media only screen and (max-width: 770px) {
  .block{
    margin: 50% auto 0;
  }
}

@media only screen and (max-width: 600px) {
  .aspiration {
    position: fixed;
    display: flex;
    top: 28%;
    right: 0px;
    background-color: #2b2d3c;
    height: 50%;
    width: 50px;
    text-align: center;
    color: white;
    border-radius: 50px 0 0 50px;
    animation: breath 2s infinite;
  }
  .aspiration h2 {
    font-size: 20px;
  }
  .glitch {
    font-size: 5rem !important; 
    font-weight: 700;
  }
  .subtitle {
    font-size: 27px !important;
    width: 350px;
  }
  .home {
    left: 3rem;
  }
  .arrow {
    top: 90%;
    right: 30px;
  }
  .arrow2 {
    top: -25%;
    right: 30px;
  }
  .arrow3 {
    position: relative;
    top: 3%;
    right: -30px;
  }
  .arrow span {
    width: 15px;
    height: 15px;
    border-bottom: 5px solid white;
    border-right: 5px solid white;

  }
  .arrow2 span {
    width: 15px;
    height: 15px;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
  }
  .full-text { display: none; }

  .short-text { 
    display: inline-block; 
    writing-mode: vertical-lr;
    text-orientation: upright;
    right: 20px;
    padding-left: 25px;
  }

}

@media only screen and (max-width: 550px) {
  .block{
    margin: 60% auto 0;
  }
}

@media only screen and (max-width: 500px) {
  .glitch {
    font-size: 3.5rem !important; 
    font-weight: 700;
  }
  .subtitle {
    font-size: 23px !important;
    width: 350px;
  }
  #send-asp{
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 400px) {
  .glitch {
    font-size: 3rem !important; 
    font-weight: 700;
  }
  .subtitle {
    font-size: 20px !important;
    width: 250px;
  }
  .arrow span {
    width: 15px;
    height: 15px;
    border-bottom: 5px solid white;
    border-right: 5px solid white;

  }
  .arrow2 span {
    width: 15px;
    height: 15px;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
  }
  .send{
    width: 120px !important;
  }
  .inputFile{
    width: 120px;
    padding: 10px 10px 10px 10px !important;
    text-align: center;
  }
  #send-asp{
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 300px) {
  .glitch {
    font-size: 2.5rem !important; 
    font-weight: 700;
  }
  .subtitle {
    font-size: 16px !important;
    width: 200px;
  }
  .arrow span {
    width: 15px;
    height: 15px;
    border-bottom: 5px solid white;
    border-right: 5px solid white;

  }
  .arrow2 span {
    width: 15px;
    height: 15px;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
  }
  .send{
    width: 100px !important;
  }
  .inputFile{
    width: 100px;
    padding: 10px 10px 10px 10px !important;
  }
  #send-asp{
    font-size: 20px !important;
  }
}



