@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


* {
    text-decoration: none !important;
}

#topBar,
#topBar a {
    color: #fff;

}

#topFooter a {
    color: #393939;
}

.bi {
    font-size: 24px;
    color: #393939;
}

.box {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.text-justify {
    text-align: justify;
}


#aboutBanner {
    background-image: url(../img/zeytinyagi-1.webp);
}

#urunlerimizBanner {
    background-image: url(../img/Ürünlerimiz\ Görsel\ 1445x963.webp);
}

.bg-acikMavi {
    background-color: #b1b4fe;
}

.banner {
    padding: 120px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    text-align: center;

}


.banner h1 {
    font-size: 54px;
    font-weight: 400px;
}

#aboutMe img {
    border-radius: 50%;
}

#aboutMe p {
    text-align: justify;
}

#ourProducts img {
    border-radius: 10px;
    cursor: pointer;
}

#blogBanner {
    background-image: url(../img/zeytin-yaprağı500x335.webp);
}

#iletisimBanner {
    background-image: url(../img/İletişim\ Uniqueen\ 1195x768.webp);
}