#section-footer {
    background-color: var(--color-black);
}

#section-footer .footer-main-content {
    padding-top: 100px;
    padding-bottom: 20px;
}

#section-footer .footer-top {
    margin-bottom: 120px;
}

#section-footer .footer-col-1 {
    max-width: 400px;
    margin-right: 60px;
}

#section-footer .footer-logo-container {
    margin-bottom: 30px;
}

#section-footer .footer-logo-img {
  max-width: 100px;
}

#section-footer .footer-newsletter-title {
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}

#section-footer .footer-newsletter-text {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.6;
    color: #d1d5db;
}

#section-footer .footer-newsletter-form {
    gap: 15px;
}

#section-footer .footer-input {
    width: 100%;
}


#section-footer .footer-col-2 {
    flex: 2;
    gap: 60px;
}

#section-footer .footer-col-title {
    font-size: 10px;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
    color: #737373;
}

#section-footer .footer-link-list {
    gap: 15px;
}

#section-footer .footer-social-wrap {
    gap: 15px;
}

#section-footer .footer-link {
    letter-spacing: 0.1em;
    font-size: 12px;
    color: #d1d5db;
    transition: color 0.3s ease;
    text-decoration: none;
}

#section-footer .footer-bottom .footer-link {
    letter-spacing: normal;
    color: #9ca3af;
}

#section-footer .footer-link:hover {
    color: var(--color-accent);
}

#section-footer .footer-social-icon {
    width: 14px;
    height: 14px;
}

#section-footer .footer-social-text {
    margin-top: 2px;
    letter-spacing: 0.1em;
}

#section-footer .footer-giant-bg {
    transform: translateY(15%);
    opacity: 0.15;
    pointer-events: none;
}

#section-footer .footer-giant-bg p {
    font-size: 10vw;
    font-family: var(--font-signature);
    padding-bottom: 25px;
    line-height: 0.7;
    color: #737373;
}

#section-footer .footer-bottom {
    padding-bottom: 30px;
}


@media screen and (max-width: 767px){
  #section-footer .footer-main-content {
    padding-top: 60px;
  }
  #section-footer .footer-top{
    flex-direction: column;
    margin-bottom: 40px;
  }
  #section-footer .footer-col-1{
    width: 100%;
        max-width: 400px;
        margin-right: 0;
        align-items: center;
        margin: 0 auto;
  }
  #section-footer .footer-col-2{
    width: 100%;
    justify-content: center;
    margin-top: 60px;
  }
  #section-footer .footer-newsletter-form{
    width: 100%;
  }
  #section-footer .footer-newsletter-title{
    text-align: center;
  }
  #section-footer .footer-newsletter-text{
    text-align: center;
  }
}
@media screen and (max-width: 500px){
   #section-footer .footer-nav-col{
     
   }
   #section-footer .footer-col-2{
    flex-wrap: wrap;
   }
}
  