
.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 10px 0px 20px 0px;
}

.footer-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.nav-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px 30px 10px;
}

.footer-btn > img{
    height: 100%;
}

.ft-2 {
    width: 90%;
    display: flex;
    align-items: flex-end;
}

.ft-2>div:first-child {
    width: 15%;
}


.ft-2>div:nth-child(2) {
    width: 85%;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    padding-bottom: 2.5px;
}

.ft-second-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #000000;
    font-family: Aeonik;
    font-size: 8px;
    font-weight: 400;
    line-height: 9.6px;
    color: #646169;
}

.footer-link-main-cont {
    display: flex;
    justify-content: space-around;
    width: 85%;
}

.footer-link-cont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
}

.footer-link-cont>div:first-child {
    color: #27480A;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.4px;

}

.footer-link-cont>ul {
    display: flex;
    flex-direction: column;
}

.footer-link-cont>ul>li{
    list-style-type: none;
}

.footer-link-cont>ul>li>a {
    color: #838894;
    font-size: 8px;
    font-weight: 400;
    line-height: 9.6px;
    text-decoration: none;
}

.footer-bottom-txt {
    color: #646169;
    font-size: 8px;
    font-weight: 400;
}

.footer-bottom-button-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.fbbc-2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 90%;
}

.fbbc-sub-cont {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    gap: 10px;
}

.footer-btn {
    height: 26px;
    width: 100%;
    border: none;
    outline: none;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    background-color: #27480A;
    border-radius: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 5px;
    cursor: pointer;
}

.footer-social-cont {
    display: flex;
    /* justify-content: flex-end; */
    gap: 5px;
}

.fbbcsc-2 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}