:root {
    --primary-color: #3b3f80;
    --secondary-color: #ffffff;
    --third-color: #dee7f6;
    --text-color: #5d5d5d;
    --max-width: 1920px;
}


footer {
    background-color: #3B3F80;
    color: var(--secondary-color);
    position: relative;
}

.section__footer {
    padding: 100px 0;
    max-width: var(--max-width);
    width: 100%;
    margin: auto;
}


/* Footer Left */
.footer__left {
    display: flex;
    gap: 50px;
    align-items: center;
    height: 100%;
}


.section__footer .footer__left-img img {
    max-width: 114px;
    height: auto;
    object-fit: cover;
}


.footer__left-group--text {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: var(--secondary-color);
}


.footer__left-group--text span {
    font-size: 14px;
    font-family: "Be Vietnam Pro-Medium", sans-serif;
    line-height: 28px;
}


.footer__left-group--texticon {
    display: flex;
    align-items: center;
    gap: 8px;
}



.footer__left-group--texticon a {
    font-size: 12px;
    font-family: "Be Vietnam Pro-Light", sans-serif;
    line-height: 24px;
    color: var(--secondary-color);
}


.footer__left-group--texticon img {
    width: 14px;
}


.footer__left-group .line {
    width: 50%;
    margin: 12px 0px;
    height: 1px;
    background-color: var(--secondary-color);
}

/* Footer Center */


.footer__center-list {
    /* display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; */
    column-count: 2;
    column-gap: 40px;
}

.footer__center--link {
    font-size: 15px;
    color: #fff;
    line-height: 50px;
    font-weight: 300;
    display: block;
    text-decoration: none;
    width: fit-content;
    transition: all 0.3s linear;
    font-family: 'Be Vietnam Pro-Regular';
    white-space: nowrap;
}




/* Footer Right */


.section__footer .footer__right-text {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    display: block;
    font-family: "Be Vietnam Pro-Regular", sans-serif;
    text-align: right;
}



.section__footer .footer__center--link:hover {
    transform: translateX(5px);
    font-weight: 400;
    transition: transform 0.3s linear;
    /* color: #fff; */
}


.section__footer .footer__right--socials {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 27px;
}


.section__footer .footer__right--item {
    transform: scale(1);
    transition: all 0.3s linear;
}



.section__footer .footer__right--item:hover {
    transform: scale(1.06);
}




.section__footer .footer__right--group {
    gap: 10px;
    justify-content: flex-end;
}

.footer__right--group .footer__right--item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



@media screen and (max-width: 1024px) {
    .footer__right {
        margin-top: 30px;
    }




    .footer__left {
        gap: 15px;
        margin-bottom: 30px;
        flex-direction: column;
        height: auto;
    }

    .section__footer .footer__left-img img {
        width: 75px;
    }

    .section__footer .footer__hastag {
        margin-bottom: 30px;
    }

    .section__footer .footer__right--socials {
        margin-bottom: 20px;
    }

    .section__footer {
        padding: 60px 0;
    }


    .footer__left-group--text {
        text-align: center;
        align-items: center;
    }


    .footer__left-group .line {
        width: 50%;
        margin: 12px auto;
        height: 1px;
        background-color: var(--secondary-color);
    }


    .footer__center-list {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        align-items: center;
    }

    /* 
    .footer__center-list {
   
        column-count: 2;
        column-gap: 40px;
    } */


    .footer__left-group--text span {
        font-size: 13px;
    }



    .footer__center--link {
        font-size: 13px;
        line-height: 36px;
        font-family: 'Be Vietnam Pro-Light';
    }





    .section__footer .footer__right-text {
        font-size: 13px;
        line-height: 28px;
        text-align: center;
    }


    .section__footer .footer__right--group {
        gap: 10px;
        justify-content: center;
    }



    .footer__right--socials .footer__right--item img {
        height: 21px;
        width: auto;
        object-fit: cover;
    }
}



@media (min-width: 1400px) and (max-width: 1500px) {

    .section__footer .footer__right-text,
    .footer__center--link,
    .footer__left-group--text span {
        font-size: 15px;
        line-height: 50px;
    }


    .section__footer .footer__right--socials {
        margin-bottom: 0;
        gap: 8px;
    }
}

@media (max-width: 1399px) {

    /* .footer__left-group--texticon a,
    .section__footer .footer__right-text,
    .footer__center--link,
    .footer__left-group--text span {
        font-size: 12px;
        line-height: 24px;
    } */
}



@media (min-width: 1024px) and (max-width: 1199px) {
    .footer__left {
        gap: 36px;
    }

    /* .footer__left-group--texticon a,
    .section__footer .footer__right-text,
    .footer__center--link,
    .footer__left-group--text span {
        font-size: 12px;
        line-height: 36px;
    } */
}