.content-footer {
    width: 100%;
    height: auto;
    padding: 0px 0; 
    background-color: #141E1D;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;

}
.box-bottom-widget {
    width: 75%;
    height: 200px;
    padding: 60px 0; 
    background-color: #141E1D;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;

}



.bottom-widget .content-footer .content-footer-social .footer-navigation-social-bar {

    display: flex;
    flex-direction: row;
    list-style-type: none;
    gap: 1.5rem;
    padding: 0;


}

.content-footer-logo{
    width: 40%;
}
.content-footer-social{
    width: 40%;
    display: flex;
    justify-content: right;
}

.menu-footer {
    background-color: #f8f8f8;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    background-color: #000;
    height: 4rem;
}

.menu-footer .navigation-footer {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-footer .navigation-footer li {
    display: inline-block;
    margin: 0 15px;
}

.menu-footer .navigation-footer li a {
    text-decoration: none;
    color: #FFF;
    font-size: 13px;
    font-family: Inter;
   
}

.menu-footer .navigation-footer li a:hover {
    color: #ff6200;
}


@media (max-width: 717px) {

    .content-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .box-bottom-widget {
        display: flex;
        flex-direction: column; 
        align-items: center;
    }
    
    .content-footer-logo {
        margin-bottom: 20px; 
        width: 60%;
        align-items: center;
    }

    .content-footer-logo img{
        width: 100%;
      
    }
    
}

.footer-astrus {
    background-color: #F5F5F5;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .footer-astrus img {
    width: 90%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }

  W footer {
    position: relative;
    bottom: 0;
    background-color: #141E1D;
    min-width: 18rem;
    width: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .footer-wrapper {
    display: flex;
    background: var(--footer-background);
    flex-direction: column;
    max-width: 80rem;
    /* padding: 1rem; */
    width: 100%;
    margin: 0 auto;
  }


  /*? top section */
  .footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    padding: 1rem 0px;
    justify-content: space-between;
  }

  .footer-line {
    display: block;
    width: 100%;
    height: 0.5rem;
    background: linear-gradient(90deg, #5da8ff,
        #605dff 50%, #ad63f6);
  }

  /*? footer subscribe */
  .footer-subscribe {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
  }

  .footer-subscribe>input {
    border: 1px solid var(--text-gray);
    color: #FFF;
    min-height: 2.25rem;
    font-size: 1.2rem;
    flex: 1 0 8rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
  }

  .footer-subscribe>button {
    cursor: pointer;
    background: var(--text-color);
    border-radius: 0.5rem;
    color: #FFF;
    font-size: 1.25rem;
    min-width: 8rem;
    min-height: 2.25rem;
    flex: 1 0 5rem;
    white-space: nowrap;
    padding: 0.5rem 0.75rem;
    border: 0;
    outline: none;
  }

  /*? footer columns */
  .footer-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    flex: 2 0 140px;
    width: 100%;
    gap: 10rem;
    padding: 1.5rem 0.5rem 1rem 0.5rem;
    margin: 0 auto;
    border-top: 1px solid var(--text-gray);
  }

  .footer-columns ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .footer-columns ul a {
    color: #FFF;
    text-decoration: none;
  }

  .footer-columns ul a:hover {
    text-decoration: underline;
  }

  .footer-columns ul li {
    margin-bottom: 1rem;
  }

  .footer-columns h3 {
    color: #FFF;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
    font-weight: 900;
  }

  .footer-centering {
    margin: 0 auto;
  }

  .footer-columns>section {
    min-width: 9rem;
  }

  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    min-width: 12rem;
    gap: 0.5rem;
    position: relative;
    left: 40px;
  }

  .footer-logo>svg {
    stroke: #FFF;
    stroke-width: 0.5rem;
    width: 3rem;
  }

  /*? Footer bottom */

  .footer-bottom {
    text-align: center;
    border-top: 1px solid var(--text-gray);
    margin-top: 3rem;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0.5rem;
    padding: 1rem 0px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-bottom>small {
    font-size: 1rem;
    margin: 0 0.25rem;
  }

  .footer-headline>h2 {
    margin: 0;
  }

  .footer-headline>p {
    margin: 0.75rem 0px;
  }

  /*? socials */

  .social-links {
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
  }

  .social-links img {
    width: 3.0rem;
    height: 3.0rem;
    transition: all 0.2s ease-in-out;
  }

  .footer-logo img.logo {
    margin-bottom: 1rem;
  }

  .social-links img:hover {
    transform: scale(1.1);
  }

  /*? mobile */

  @media (max-width: 800px) {
    .footer-top {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 1rem 0.5rem 2rem 0.5rem;
    }

    .footer-bottom {
      display: flex;
      flex-direction: column-reverse;
      align-items: space-between;
      justify-content: center;
      margin: 0 auto;
    }

  }

  .footer-columns {
    flex-direction: column;
  }

  .footer-logo {
    order: -1;
    margin-bottom: 1rem;
  }

  @media (min-width: 600px) {
    .footer-columns {
      flex-direction: row;
      justify-content: space-between;
    }

    .footer-columns>section {
      flex: 1;
    }
  }

  @media (min-width: 1024px) {
    .footer-columns {
      flex-direction: row;
    }

    .footer-columns>section {
      flex: initial;
    }
  }