footer {
    width: 100%;
    height: 300px;
    background-color: #0047bb;
    color: #fff;
    text-align: center;
    overflow: hidden;
    font-family: "Arial", sans-serif;
}

.footer-container {
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 0px auto;
    gap: 2rem;
}

.footer-container-1 {
    /* width: 51%; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    /* flex: 1; */
}

.footer-container-1 img {
    height: 4rem;
}

.footer-container-1-1 {
    width: 11rem;
    height: 2.5rem;
    background: linear-gradient(90deg, #fcc848, #fba152);
    text-align: center;
    line-height: 2.5rem;
    border-radius: 10px;
}

.footer-container-1-1 a {
    font-family: "Arial Bold", sans-serif;
    font-size: 1.2rem;
     color: #0047bb !important;
    text-decoration: none;
}

.footer-container-2 {
    /* width: 25rem;
    height: 80%; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 3rem;
    text-align: left;
}

.split-line {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #fcc848, #fba152);
}

.footer-2,
.footer-3,
.footer-4 {
    width: 100%;
    font-family: "Arial Bold", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.3rem;
}



.footer-2-1,
.footer-3-1,
.footer-4-1 {
    font-size: 1.6rem;
}

.footer-2-2 span,
.footer-3-2 span,
.footer-4-2 span {
    display: block;
    white-space: nowrap;
    font-family: "Arial", sans-serif;
    font-size: 1rem;
}

.footer-container-1-2 img {
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}

.email {
    cursor: pointer;
}


@media screen and (max-width: 1280px) {

    .footer-container-2 {
        flex-direction: column;
        gap: 1rem;
    }

    .footer-container-1>img{
        height: 3rem;
    }
}