/* FOOTER */

footer {
  margin:0 10px;
  background: var(--dark-grey);
  border-radius: 30px 30px 0 0;
  }

.footer-wrapper {
  padding-top: 80px;
}

.footer-logo-flex {
    display: flex;
    gap:16px;
    padding: 0px 8px;
    margin-bottom: 40px
  }

.footer-information-content p {
    color: var(--text-grey);
    font-size: 1.25rem;
}

.footer-information-content p:first-of-type {
  margin-bottom: 0px;
  line-height: 1.2;
}

.footer-system-audio-logo {
  height: auto;
}

.footer-information-content {
  padding: 0px 16px;
}

.footer-social-media-links,
.warranty-links {
  padding-left: 0px;
  /* margin-bottom: 40px; */
  }

.footer-social-media-links li,
.warranty-links li {
    list-style: none;
}

.footer-social-media-links li a,
.warranty-links li a  {
  color: var(--text-grey);
  text-decoration: none;
  font-size: 1.25rem;
  transition: color 0.3s ease-in-out;
}

.footer-social-media-links li a:hover,
.warranty-links li a:hover
 {
  color: white;
}


.footer-tagline-logo-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
  padding-right: 4px;
 }

  .screw-icon {
    width: 40px;
    height: fit-content;
  }

  .footer-sa-logo-mobile {
    height: auto;
    width: 64px;
    align-self: flex-end;
    padding-bottom: 2px;
  }


.footer-tagline-flex {
  display: flex;
  justify-content: space-between;
  padding: 24px 16px;
  gap: 10px;
  border-top: 1px solid #6C696F;
  border-right:  1px solid #6C696F;
  border-top-right-radius: 16px 16px;
  width: 100%;
  align-items: center;
  }

.footer-tagline-flex p {
    color: white;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1;
    }

    .footer-tagline-flex .logo-image img{
      height: 45px;
      width: auto;
    }


.footer-bottom{
  background: #252228;
  border-radius: 30px 30px 0 0 ;
}

.footer-bottom-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 12px 6px;
  gap: 4px;
}

.footer-bottom-wrapper p {
  font-size: 1rem;
  margin-bottom: 0px;
  color: var(--text-grey);
  font-family: 'nudica-medium';
}


.footer-bottom-wrapper a{
  text-decoration: none;
  font-size: 1rem;
  margin-bottom: 0px;
  color: var(--text-grey);
  font-family: 'nudica-medium';
  transition: color 0.3s ease-in-out;
}

.footer-bottom-wrapper a:hover {
  color: white;
}

.footer-audio-logo-desktop {
  display: none;
}

.footer-system-logo {
  display: none;
}

.footer-sa-logo-desktop {
  display: none;
}

.footer-content-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.footer-content-wrapper {
  width: 100%;
}

.footer-logo-wrapper {
  align-self: end;
  padding-right: 8px;
  justify-self: end;
}

.anchor-target {
  scroll-margin-top: 150px;
}

.footer-information-content .payment-logos{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: fit-content;
}

.footer-information-content .payment-logos .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  width:80px;
  
}

.e-mark{
  width:94px;
  margin-top:20px;
  margin-bottom: 1rem;
}

.footer-tagline-flex-wrapper{
  display: flex;
  gap:20px;
}

@media screen and (min-width: 1024px) {

    .footer-audio-logo-mobile {
      display: none;
    }

    .footer-system-audio-logo {
      display: none;
    }

    .footer-audio-logo-desktop {
      display: block;
      width: 100%;
      min-width: 532px;
      height: auto;
      margin-bottom: -5px;
    }


    .footer-sa-logo-mobile {
      display: none;
    }

    .footer-sa-logo-desktop {
      display: block;
      width: 120px;
      height: auto;
    }

    .footer-logo-flex {
      justify-content: space-between;
      gap: 40px;
      margin-bottom: 60px;
      padding: 0px 40px;
    }

    .footer-logo-wrapper {
      justify-self: auto;
      display: grid;
    }

    .footer-tagline-logo-wrapper {
      align-items: flex-end;
      padding-right: 40px;
    }

    .footer-system-logo {
      display: block;
      width: 100%;
      max-width: 700px;
      height: auto;
    }

    .footer-tagline-flex {
      padding: 24px 32px 24px 40px;
    }

      .footer-tagline-flex p {
        font-size: 1.75rem;
      }


    .footer-content-grid {
      padding-right: 40px;
     }

    

    .footer-information-content {
      display: flex;
      justify-content: space-between;
      gap: 80px;
      margin-bottom: 40px;
      padding-left: 40px;
    }

    .payments-wrapper{
      width:532px;
    }

  

    .footer-information-content p {
        font-size: 1.5rem;
      }


    .footer-social-media-links,
     .warranty-links {
      padding-left: 0px;
    }

    .footer-social-media-links li a,
     .warranty-links li a {
        font-size: 1.5rem;
      }


    .footer-bottom-wrapper {
      padding: 24px 40px;
      justify-content: flex-start;
      gap: 20px;

    }

    .footer-bottom-wrapper p, .footer-bottom-wrapper a {
        font-size: 1.5rem;
      }


}



@media screen and (min-width: 1200px) {


  .footer-bottom-wrapper {
    padding: 24px 80px;
  }

  .footer-tagline-logo-wrapper {
    padding-right: 80px;
  }

  .footer-logo-flex {
    padding: 0 80px;
  }

  .footer-content-grid {
    padding-right: 80px;
   }

  .footer-information-content {
    padding-left: 80px;
    padding-right:80px;
  }

  .footer-tagline-flex {
    padding: 24px 32px 24px 80px;
}

}

@media screen and (min-width:1920px){
  footer{
    max-width:1920px;
    margin:auto;
  }
}

@media screen and (min-width:1023px){
.footer-information-content .payment-logos{
  width:60%;
}
}

@media screen and (max-width:576px){
  footer{
    margin: 0 5px;
  }
  .footer-content-grid {
    gap:20px;
}

}

@media screen and (max-width: 541px) {
.footer-information-content .payment-logos .icon{
  width:unset;
}
}
