footer{
    height: 230px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.bottom{
    display: grid;
    grid-template-columns: 60% 40%;
    border-top: 1px solid #e8e8e8;
    width: 80%;
}

footer > div{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

#logo2 > h1 {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-size: clamp(0.5em, 1.5em, 1.5em);
    margin-bottom: 0px;
}

#slogan2 {
    font-size: 20px;
    font-family: "Inter", sans-serif;
}

.footerLinks{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
}

.footerLinks3{
    display: none; 
}


.socials{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.insta{
    opacity: 0.7;
}

.insta:hover{
    opacity: 1;
}

.footerLinks{
    font-family: "Geist Mono", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    justify-content: center !important;
    font-size: 15px;
}

.footerLinks2{
    padding-left: 0px;
}

.footerLinks > li{
    transition: opacity 0.3s ease;
}

.footerLinks > li:hover{
    opacity: 0.5;
}

.copyright{

    font-family: "Geist Mono", monospace;
    font-optical-sizing: auto;
    font-style: normal;

}

.insta > img{
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 700px){
    footer{
        height: 250px;
    }

    .footerLinks3{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px;
        gap: 20px;
    }

    .footerLinks3 > div{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 25px;
        font-family: "Geist Mono", monospace;
        font-optical-sizing: auto;
        font-style: normal;
        justify-content: center !important;
        font-size: 15px;
    }

    .footerLinks3 > div > li{
        transition: opacity 0.3s ease;
    }



    .footerLinks3 > div > li:hover{
        opacity: 0.5;
    }

    .two{
        font-size: 15px;
    }

    .footerLinks{
        display: none;
    }
}

@media screen and (max-width: 490px){
    footer{
        height: 280px;
    }

    .footerLinks3 > div{
        font-size: 12px;
    }

    #supportUs, #nav-links, #nav-links2{
        font-size: 12px;
    }

    .copyright{
        font-size: 12px;
    }

    .insta > img{
        width: 18px;
        height: 18px;
    }

}