.footer-animation-section {
  background-color: black;
  /* perspective: 1000px; */
  overflow: hidden;
  height: 445px;
  margin-top: -6% !important;
}

.footer-animation-main-div {
  display: flex;
  justify-content: flex-start;
}

.animation-font {
  font-size: 445px;
  background-color: #1B1B1B;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  opacity: 1;
  display: inline-block;
  transform-origin: left center;
  
}

.footer-animation-section.animate-typewriter .animation-font {
  animation: typewriterReveal 0.6s forwards ease-in-out;
}

@media (min-width: 1920px) {

.footer-animation-section {
  height: 555px;
  margin-top: -6% !important;
}

.animation-font {
  font-size: 555px;
}

}

@media (max-width: 1280px) {

.footer-animation-section {
  height: 365px;
   margin-top: -6% !important;
}

.animation-font {
  font-size: 365px;
  color: white !important;
}
}


  @media screen and (max-width: 800px){
    .footer-animation-section {
  height: 180px;
}
 .animation-font {
  font-size: 170px;
}
  }


@media screen and (max-width: 460px){

    .footer-animation-section {
  height: 120px;
   }

 .animation-font {
  font-size: 120px;
}
  }