@import url('https://fonts.googleapis.com/css2?family=David+Libre:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=David+Libre:wght@400;500;700&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');


.header {
    background-image: url('https://alminacicekcilik.org/wp-content/uploads/2021/10/flowers-page-title.jpg'); /* Buraya arka plan görselini ekle */
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.navbar-nav .nav-link {
    color: #54595F;
    font-family: "David Libre", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
}


.menu-box {
    background: white;
    padding: 5px 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

@media (max-width: 640px) {
    .menu-box {
        width: 100%;
    }
}

.header-title {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fast-delivery-banner {
    background: #FF3A3ADB;
    padding: 50px 0;
    text-align: center;
    margin-top: 20px;
}

.fast-delivery-banner img {
    width: 75%;
}

.flower-item {
    text-decoration: none;
}

footer {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
    height: 340px;
    margin-top: 100px;
}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer .container {

    position: relative;
    z-index: 2;
}

footer img {
    max-width: 200px;
}

footer ul.list-inline {
    padding: 0;
    margin: 15px 0;
}

footer ul.list-inline li {
    display: inline-block;
    margin: 0 10px;
}

footer ul.list-inline li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: color 0.3s ease;
}

footer ul.list-inline li a:hover {
    color: #d63384; /* Pembe tonunda hover efekti */
}

footer .social-icons a {
    font-size: 20px;
    color: #333;
    transition: color 0.3s ease;
}

footer .social-icons a:hover {
    color: #d63384; /* Pembe tonunda hover efekti */
}

.header-title h1 {
    font-family: "David Libre", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 78px;
    text-align: center;
}

@media (max-width: 640px) {
    .header-title h1 {
        font-size: 45px;
    }
}

.title {
    font-family: "David Libre", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    text-align: center;
}

.subtitle {
    font-family: "David Libre", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    text-align: center;
}

.header-description {
    color: #54595F;
    text-align: center;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.card-footer h3 {
    text-align: center;
    color: #FF0000;
    font-size: 23px;
    font-weight: bold;
    font-family: "Lora", serif;
    font-optical-sizing: auto;

    font-style: normal;
}

.blur-load {
    filter: blur(10px);
    opacity: 0;
    transition: opacity 0.8s ease-in-out, filter 1s ease-in-out;
}

.lazyloaded {
    filter: blur(0);
    opacity: 1;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: #fff;
    padding: 0px 25px;
    border-radius: 50px; /* Rounded buton */
    text-decoration: none;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
    z-index: 1000;
}

.whatsapp-button:hover {
    background-color: #1ebe5d;
}

.whatsapp-button i {
    font-size: 24px;
    margin-right: 8px;
}

.whatsapp-button span {
    font-size: 16px;
    font-weight: 500;
}


.social-icons a {
    font-size: 20px;
    color: #333;
    transition: color 0.3s ease;
}