footer {
    margin-top: 6rem;
    border: 1px solid #e6ebf1;
    font-family: Poppins
}

.footerall {
    text-align: center;
    margin-top: 4rem
}

.footerText {
    margin-top: 2rem
}

.ak {
    width: 100px;
    height: 100px;
    object-fit: contain
}

.footerLink {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    column-gap: 45px
}

.footer-detay {
    text-decoration: none;
    color: #575757;
    font-family: Poppins;
    font-size: 14px;
    margin-top: 10px !important
}

.footerLink a {
    display: flex;
    text-align: start !important;
    text-decoration: none;
    color: #13181d;
    font-weight: 500;
    font-family: Poppins
}

.footer-detay a {
    color: #7f7f7f;
    font-weight: 400
}

.footerGmailandPhone {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 4rem
}

.footerbottom {
    font-size: 14px;
    height: 49px;
    font-family: Poppins;
    display: flex;
    justify-content: space-between;
    padding-top: 1%
}

.footerbottomtext a {
    text-decoration: none;
    color: #13181d
}

.footerbottomtextpad {
    padding-left: 2rem
}

@media only screen and (width <=375px) {
    .footerGmailandPhone {
        margin-top: 4rem;
        font-size: 14px
    }
}

@media only screen and (width <=430px) {
    .footerbottom {
        font-size: 14px;
        height: 49px;
        font-family: Poppins;
        background: #f7f8f9;
        display: block;
        justify-content: space-between;
        padding-top: 1%;
        text-align: center
    }
}