/* @keyframes moveToTopLeft {
  0% {
      top: 50%;
      left: 50%;
      transform: translate(30%, 50%); 
  }
  100% {
      top: 0;
      left: 0;
      transform: translate(0, 0); 
  }
}
  .footer {
    width: 100%;
    height: 407px;
    background-color: black;
    display: flex;
    animation: moveToTopLeft 1s linear;
    animation-timeline: scroll();
   
  } */

  

  @keyframes moveToTopLeft {
    0% {
        top: 50%;
        left: 50%;
        transform: translate(30%,50%);
    }
    100% {
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
}
 
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%); 
    opacity: 0; 
  }
  100% {
    transform: translateX(0); /* End at the original position */
    opacity: 1; /* Fully visible */
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%); /* Start off-screen to the right */
    opacity: 0; /* Fully transparent */
  }
  100% {
    transform: translateX(0); /* End at the original position */
    opacity: 1; /* Fully visible */
  }
}

@keyframes slideInFromtop {
  0% {
    transform: translateY(0); 
    opacity: 0; 
  }
  100% {
    transform: translateY(25%); 
    opacity: 1; 
  }
}
@keyframes slideInFrombot {
  0% {
    transform: translateY(100%); /* Start from below the parent */
    opacity: 0;
  }
  100% {
    transform: translateY(0); /* Ends in the visible area */
    opacity: 1;
  }
}

.footer {
  width: 100%;
  height: 457px;
  background-color: black;
  display: flex;

  
}





  .form-label {
    position: absolute;
    margin-top: 100px;
    margin-left: 185px;
    width: 156px;
    height: 46px;
    gap: 0px;
    opacity: 0px;
    font-family: Work Sans;
    font-size: 20px;
    font-weight: 300;
    line-height: 23.46px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    
  }
  .form-email {
    width: 289px;
    height: 51px;
    margin-top: 188px;
    margin-left: 185px;
    gap: 0px;
    border-radius: 8px;
    border: 1px;
    opacity: 0px;
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.77px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background-color: 1px solid #ffffff;
    color: #040404;
    padding-left: 30px;
   
  }
  .form-button {
    border: none;
    position: absolute;
    width: 59px;
    height: 51px;
    margin-top: 189px;
    margin-left: -60px;
    cursor: pointer;
    gap: 0px;
    border-radius: 8px;
    font-size: larger;
    opacity: 0px;
    background-color: #f6a317;
   
  }

  .footer-links {
    width:690px;
    display: flex;
    margin-top: 60px;
    height: 182px;
    margin-left: 105px;
    gap: 120px;
    opacity: 0px;
    
  }
  .footer-links li {
    list-style-type: none;
   
  }
  .footer-links strong {
    font-family: Work Sans;
    font-size: 20px;
    font-weight: 500;
    line-height: 23.46px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #f6a317;
  }
  .footer-links a {
    display: block;
    text-decoration: none;
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.77px;
    letter-spacing: 0.005em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    margin-top: 22px;
    margin-bottom:22px ;
  }
  .footer-bottom {
    display: flex;
    justify-content: space-around;
    width: 78%;
    height: 100px;
    margin-left: -1030px;
    margin-top: 350px;
    animation: slideInFrombot  ease-in ;
    animation-delay: 0.4s;
  }
  .footer-bottom li {
    color: #ffffff;
    display: flex;
    
  }
  .routes{
    text-decoration: none;
    font-family: Work Sans;
    margin-top: 60px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.77px;
    letter-spacing: 0.005em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .routes1{
    text-decoration: none;
    font-family: Work Sans;
    margin-top: 60px;
    margin-left: 70px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.77px;
    letter-spacing: 0.005em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .social{
    text-decoration: none;
    font-family: Work Sans;
    margin-top: 50px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.77px;
    letter-spacing: 0.005em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

  }
  .footer-bottom p {
    margin-top: 60px;
    margin-left: 100px;
    font-family: Work Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.77px;
    letter-spacing: 0.005em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
  .footer-bottom span {
    font-size: 20px;
  }
  


  @media(max-width:1024px){
    .footer {
      width: 100%;
      height: 1000px;
      background-color: black;
      display:block;
      
      
    }
    
    
    
    
    
      .form-label {
        position: absolute;
        margin-top: 30px;
        margin-left: 20px;
        width: 156px;
        height: 46px;
        font-family: Work Sans;
        font-size: 20px;
        font-weight: 300;
        line-height: 23.46px;
        text-align: left;
        
      }
      .form-email {
        width: 289px;
        height: 51px;
        margin-top: 118px;
        margin-left: 20px;
        gap: 0px;
        border-radius: 8px;
        border: 1px;
        opacity: 0px;
        font-family: Work Sans;
        font-size: 16px;
        font-weight: 500;
        line-height: 18.77px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        background-color: 1px solid #ffffff;
        color: #040404;
        padding-left: 30px;
       
      }
      .form-button {
        border: none;
        position: absolute;
        width: 59px;
        height: 51px;
        margin-top: 119px;
        margin-left: -60px;
        cursor: pointer;
        gap: 0px;
        border-radius: 8px;
        font-size: larger;
        opacity: 0px;
        background-color: #f6a317;
       
      }
    
      .footer-links {
        width:auto;
        display: block;
        margin-top: 60px;
        height: 182px;
        margin-left: 15px;
        gap: 120px;
        opacity: 0px;
        
      }
      .footer-links li {
        list-style-type: none;
        animation: slideInFromtop 1s  ease-in ;
        animation-delay: 0.4s;
      }
      .footer-links strong {
        font-family: Work Sans;
        font-size: 20px;
        font-weight: 500;
        line-height: 23.46px;
        text-align: left;
        margin-left: 10px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #f6a317;
      }
      .footer-links a {
        display: block;
        text-decoration: none;
        font-family: Work Sans;
        font-size: 16px;
        margin-left: 10px;
        font-weight: 400;
        line-height: 18.77px;
        letter-spacing: 0.005em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #ffffff;
        margin-top: 22px;
      }
      .footer-bottom {
        display:block;
        width:95%;
        height: 100px;
        margin-left: 15px;
        margin-top: 350px;
       
      }
      .footer-bottom li {
        color: #ffffff;
        display: flex;
        
      }
      .routes {
        text-decoration: none;
        font-family: Work Sans;
        margin-top:20px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        line-height: 18.77px;
        letter-spacing: 0.005em;
        text-align: left;
        margin-left: 10px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
      }
      .routes1 {
        text-decoration: none;
        font-family: Work Sans;
        margin-top:20px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        line-height: 18.77px;
        letter-spacing: 0.005em;
        text-align: left;
        margin-left: 40px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
      }
      .footer-bottom p {
        width:100%;
        margin:20px auto;
        margin-top: 150px;
        font-family: Work Sans;
        font-size: 16px;
        font-weight: 400;
        line-height: 18.77px;
        letter-spacing: 0.005em;
       text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
      }
      .footer-bottom span {
        font-size: 20px;
      }
      .social{
        margin-top:-150px ;
      }
      .fb{
      
        margin-left: 10px;
      }
      .x{
        margin-left: 30px;
        
      }
      .insta{
        margin-left: 50px;
      
      }
    



  }

  @media (max-width: 1300px) {
    .form-label{
      margin-left: 25px;
    }
    .form-email{
      margin-left: 25px;
    }
    .footer-links{
      gap:70px;
      max-width:600px;
    }
    .footer-bottom{
      margin-left: -900px;
    }
  }
 @media (max-width: 1000px) {
  .footer-bottom{
    margin-left: 15px;
  }
 }
  