@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

footer{
    background: #060720;
    height: auto;
    margin-top: 59px;
    display: flex;
    justify-content: center;
}
.foot{
    display: flex;
    justify-content: space-between;
    width: 1440px;
}
.foot .talentigo-about{
    margin-top: 97px;
}
.foot .talentigo-footers{
    display: flex;
    margin-top: 177px;
}
.foot .talentigo-footers .talentigo-footers-first{
    display: flex;
    gap: 102px; 
    margin-right: 102px;
}

.foot .talentigo-footers .talentigo-support .support-subtitles{
    margin-right: 0;
    display: flex;
    flex-direction: column;
}
.foot .talentigo-about .talentigo-slogan-1{
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -1.28px;
    text-align: left;
    color: white;
}
.foot .talentigo-about .talentigo-slogan-2{
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -1.28px;
    text-align: left;
    color: #0083FF;
}
.foot .footer-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -1px;
    text-align: left;
    color: white;
}
.foot .subtitle{
    font-size: 16px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: -0.32px;
    text-align: left;
    color: #8687A0;
    text-decoration: none;
}
.talentigo-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 200px;
    width: 79.23%;
    height: 161px;
    border-top: 1px solid #252642;
}
.talentigo-bottom .talentigo-rights{
    color: #8687A0;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.28px;
    text-align: left;
}

.foot .talentigo-support .support-subtitles .dot{
    color: #8687A0;
    display: none;
}

.foot .talentigo-about .talentigo-logo-cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot .talentigo-about .talentigo-logo-cont .talentigo-social{
    display: none;
}

@media (max-width: 1030px) {
    .foot{
        display: block;
    }
    .foot .talentigo-footers{
        margin-top: 51.26px;
    }
    .talentigo-bottom{
        margin-top: 34px; 
    }
}

@media (max-width: 605px){
    .foot  .talentigo-footers{ 
        flex-direction: column;
        gap: 25px;
    }
    .foot .talentigo-support .support-subtitles .dot{
        display: block;
    }
    .foot .talentigo-footers .talentigo-support .support-subtitles{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    .foot .talentigo-about .talentigo-logo-cont .talentigo-social{
        display: block;
    }
    .talentigo-bottom .talentigo-social{
        display: none;
    }
    .talentigo-bottom{
        display: block;
        padding-top: 20px;
        height: auto;
        padding-bottom: 36px;
    }
}
@media (max-width: 500px){
    .foot .footer-title{
        font-size: 18px;
    }
    .foot .talentigo-about .talentigo-logo-cont .talentigo-social .talentigo-social-icon img{
        width: 30px;
    }
}
