
:root{
    --color-pink-1:#F22E62;
    --color-pink-2:#F20587;
    --color-yellow:#A67041;
    --color-orange:#F2561D;
    --color-orange-2:#F23D3D;
    --color-gradient: linear-gradient(135deg, var(--color-pink-1), var(--color-pink-2), var(--color-orange), var(--color-yellow));
}

* {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    letter-spacing: 1px;
}

body{
    height: 100vh;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   background: var(--color-gradient);
}

header{
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}    

header h1{
    
}

main{

}

main img{
    object-fit: cover;
    width: 100%;
    height: auto;
}

#slog{
   margin-left: 8em;
}

footer {

    width: 100%;
    
    color: var(--background-color);
    
}

 .footer-link {
    text-decoration: none;
}

#logo-footer {

    
    object-fit: cover;
}

#footer_content {
    background: var( --bg-card-materia);
    display:grid;
    grid-template-columns: 1fr;
    /* grid-template-columns: repeat(4, 1fr); */
    padding: 0.5rem 3.5rem;
}

#footer_contacts{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
    align-items: center;
}

#footer_contacts h1 {
    margin-bottom: 0.55rem;
}


#footer_contacts p {
    font-family:'Courier New', Courier, monospace;
    font-size: 2rem;
    font-weight: 600 ;
    margin-left: -17rem;
    color: var(--brown);
    padding: 1rem  !important;
    margin-bottom: 0 !important;
}

#footer_social_media {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    align-items: center;
    justify-content: center;
   margin: 0 !important;
    padding: 0 !important;
} 



#footer_social_media .footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    color: var(--color-neutral-40);
    border-radius: 50%;
    transition: all 0.4s;
}

#footer_social_media .footer-link i {
    font-size: 1.25rem;    
}

#footer_social_media .footer-link:hover {
    opacity: 0.8;
}

#instagram {
    background: linear-gradient(#7f37c9, #ff2992, #ff9807);
}

#facebook {
    background-color: #4267b3;
}

#whatsapp {
    background-color: #25d366;
}

#youtube{
    background-color: red;
}

body .footer-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
}

body .footer-list .footer-link {
    color: var(--color-neutral-30);
    transition: all 0.4s;
}

body .footer-list .footer-link:hover {
    color: var(--orange);
}

#footer_subscribe {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

#footer_subscribe p {
    color: var(--color-neutral-30);
}

#input_group {
    display: flex;
    align-items: center;
    background-color: var(--color-neutral-0);
    border-radius: 4px;
}

#input_group input {
    all: unset;
    padding: 0.75rem;
    width: 100%;
}

#input_group button {
    background-color: var(--color-neutral-40);
    border: none;
    color: var(--color-neutral-40);
    padding: 0px 1.25rem;
    font-size: 1.125rem;
    height: 100%;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
    transition: all 0.4s;
}

#input_group button:hover {
    opacity: 0.8;
}

#footer_copyright {
    display: flex;
    justify-content: center;
    background-color: var(--color-neutral-10);
    font-size: 1rem;
    color: #a8a29e;
    padding: 1rem;
    font-weight: 100;
}

#slog{
    margin-left: 14em;
 }

@media screen and (max-width: 1500px) {
#slog{
    margin-left: 14em;
 }
}

@media screen and (max-width: 1366px)
{
    #footer_social_media {
        display: flex;
        flex-wrap: wrap;
        margin-left: 1em;
        gap: 0.8rem;
        margin-top: 1.5rem;
    } 
}

@media screen and (max-width: 768px) {
    #footer_content {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }

    #footer_social_media {
        display: flex;
        flex-wrap: wrap;
        margin-left: 2em;
        gap: 0.8rem;
        margin-top: 1.5rem;
    } 

}


@media screen and (max-width: 585px) {
    #footer_content {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        gap: 2rem;
    }

    
#footer_contacts{
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
    align-items: center;
}

    #footer_social_media {
        display: flex;
        flex-wrap: wrap;
      
        gap: 0.8rem;
      
        align-items: center;
        justify-content: center;
    } 

}

@media screen and (max-width: 456px) {
    #footer_content {
        grid-template-columns: repeat(1, 1fr);
        padding: 3rem 2rem;
    }
    #footer_social_media {
        display: flex;
        flex-wrap: wrap;
        margin-left: 5em;
        gap: 0.8rem;
        margin-top: 1.5rem;
    } 
    #slog{
        margin-left: 16em;
     }
}

@media screen and (max-width: 375px) {
    #footer_content {
        grid-template-columns: repeat(1, 1fr);
        padding: 3rem 2rem;
    }
    #footer_social_media {
        display: flex;
        flex-wrap: wrap;
        margin-left: 3em;
        gap: 0.8rem;
        margin-top: 1.5rem;
    } 
    #slog{
        margin-left: 16em;
     }
}