/* ------------------------------------------------------------------------------------------------- */
/* FOOTER KISMI */
/* ------------------------------------------------------------------------------------------------- */
#footer {
    background-color: #0a0c17;
}

#footer>.wrapper {
    display: flex;
    justify-content: space-between;
    padding: 5rem 0;
}

/* footer column */
#footer .wrapper .footerCol {
    width: 25%;
}

#footer .wrapper .footerCol .footerColLogo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2rem;
}

#footer .wrapper .footerCol .footerColLogo>img {
    display: block;
    width: 300px;
    margin-right: 1rem;
}

#footer .wrapper .footerCol h2 {
    color: var(--white);
    font-size: 1rem;
}

#footer .wrapper .footerCol h2 i {
    color: var(--blue1);
}

#footer .wrapper .footerCol .footerColText {
    color: var(--white);
    margin-bottom: 1rem;
    font-size: .9rem;
}

#footer .wrapper .footerCol .footerColLink {
    color: var(--white);
    display: block;
    font-size: .8rem;
    margin-bottom: .6rem;
    transition: color .3s;
}

#footer .wrapper .footerCol .footerColLink i {
    color: var(--blue1);
    margin-right: 10px;
}

#footer .wrapper .footerCol .footerColLink:hover {
    color: var(--blue1);
}

/* marka resim kapsayıcı */
#footer .footerBrandWrapper .wrapper {
    display: flex;
    justify-content: space-between;
}

/* marka resim */
#footer .footerBrandWrapper .footerBrand {
    display: block;
    object-fit: cover;
    width: 150px;
}