@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Alata&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

.footer-info{
   width: 100%;
   justify-content: space-between;
   gap: 114px;
    font-family: 'Poppins' sans-serif;
    @media screen and (max-width:1024px) {
        gap: 33px;
    }
    @media screen and (max-width:768px) {
           flex-direction: column;
           gap: 15px;
           margin-bottom: 14px;
        }
   .footer-logo-info{
    max-width: 409px;
    @media screen and (max-width:1355px) {
           max-width: 350px;
        }
    @media screen and (max-width:768px) {
        max-width: 100%;
    }
    p{
   
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;
    color: #FFFFFF;
    @media screen and (max-width:768px) {
        color:#061D49;
    }
        @media screen and (max-width:768px) {
           font-size: 12px;
           line-height: 120%;
        }
    }
   }
   .footer-links-info{
    flex:1;
    justify-content: space-between;
    gap: 10px;
    
    @media screen and (max-width:575px) {
            flex-direction: column;
        }
    .footer-widget{
        li{
            a{
                color:#D6D6D6;
                    font-size: 16px;
                        line-height: 150%;
                        font-weight: 400;
                    @media screen and (max-width:768px)    {
                        color: #061D49;
                        font-size: 14px;
                            line-height: 130%;
                      }
            }
        }
    }
   }
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #D6D6D6;
    font-weight: 400;
    line-height: 160%;
   
    padding-top: 90px;
@media screen and (max-width:768px) {
    padding-top: 8px;
    p{
    font-size: 10px;
    line-height: 110%;
    }
}
    .left-bottom {
        display: flex;
        gap: 20px;
        flex-direction: row;
        flex-wrap: wrap;
        @media screen and (max-width:768px) {
            gap:8px;
        }
    }

    .right-bottom {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 32px;
        @media screen and (max-width:768px) {
                gap: 10px;
            }
    }
}