﻿@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');


/*-------GENEL AYARLAR------*/
ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}


ol, ul, li {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Mukta', sans-serif;
}

body {
    color: #444;
    font-family: 'Mukta', sans-serif;
    margin: 0 auto;
    font-weight: 400;
    overflow-x: hidden;
}

a {
    color: #E21E25;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        color: #E21E25;
        outline: none;
        text-decoration: none !important;
    }

p {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Mukta', sans-serif;
    font-weight: 500;
    margin: 0 0 20px 0;
    padding: 0;
}

.custom-container {
    width: 90%;
    margin: 0 auto;
    padding: 0 15px; 
}

.bslk-50
{
    margin:50px 0px;
}

.grey
{
    background:#FFF;
    padding:30px 0;
}

.grey:empty {
    display: none;
}




/*------UST ALAN-------*/
#ustalan {
    padding: 15px 0;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    background:#242526;
}

.langmenu ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 5px;
    justify-content: flex-end;
}


.langmenu li {
    display: inline;
}

.language img {
    max-width: 32px;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .language img:hover {
        transform: scale(1.1);
    }


/*------MENÜ ALANI-------*/

#header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgb(255, 255, 255, 1);
    border-bottom: 1px solid #DDD;
}

.sticky {
    background: #000;
}

nav {
    z-index: 999;
    width: 100%;
}

    nav .wrapper {
        position: relative;
        padding: 0 15px;
        height: 90px;
        margin: auto;
        display: flex;
        align-items: center;
        z-index: 9999;
        justify-content: space-between;
    }





.nav-links .mobile-item {
    display: none;
}

.wrapper .btn {
    color: #E21E25;
    font-size: 16px;
    cursor: pointer;
    display: none;
}

    .wrapper .btn.close-btn {
        position: absolute;
        font-size: 16px;
        right: 10px;
        top: 10px;
    }


nav input {
    display: none;
}


nav .wrapper .logo {
}

    nav .wrapper .logo img {
        width: 200px;
        height: auto;
    }


    /*-----PARALLAX-----*/

/* Parallax container (görseli kapsayan div) */
.parallax-ust {
    position: relative;
    width: 100%;
    height: 500px; /* Burada yüksekliği uygun şekilde ayarlayın */
    overflow: hidden;
    background-image: url('/img/world_bg.jpg'); /* Görseli burada doğrudan CSS ile de tanımlayabilirsiniz */
    background-position: center;
    background-attachment: fixed;
    background-size: contain;
    background-repeat:no-repeat;
}

.parallax-alt {
    position: relative;
    width: 100%;
    height: 500px; /* Burada yüksekliği uygun şekilde ayarlayın */
    overflow: hidden;
    background-image: url('/img/baklavaworld.jpg'); /* Görseli burada doğrudan CSS ile de tanımlayabilirsiniz */
    background-position: bottom;
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
}

    /* Parallax görselinin ve içeriğin stilini ekleyin */
    .parallax img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }


.katalog {
    position: absolute; /* Parallax'ın üzerine yerleştirir */
    right: 0; /* Sağ tarafa dayalı */
    transform: translateY(-95%); /* Dikeyde tam ortalama */
    z-index: 10; /* Katalogu parallaxın önüne alır */
}

    .katalog img {
        width: auto;
        max-width: 450px; /* İstediğiniz boyutta sınırlandırabilirsiniz */
        transition: transform 0.3s ease; /* Geçiş efekti */
    }

        /* Görsel üzerine geldiğinde büyütme efekti */
        .katalog img:hover {
            transform: scale(1.1); /* Görseli %10 büyütür */
        }

/* İçerik bölümü */
.content {
    text-align: center;
    padding: 30px 20px;
    color:#FFF;
    background-color: #E21E25;
}


/*-----BACK TO TOP-----*/


.back-to-top {
    position: fixed;
    display: none;
    background: #E21E25;
    color: #fff;
    font-size: 20px;
    padding: 0 7px;
    border-radius: 2px;
    right: 10px;
    bottom: 10px;
    line-height: 40px;
    transition: background 0.5s;
    text-align: center;
    z-index: 10;
}

    .back-to-top:focus {
        background: #000;
        color: #fff;
        outline: none;
    }

    .back-to-top:hover {
        background: #DDD;
        color: #fff;
    }



/*------FOOTER------*/


.footer {
    background: #000;
    color: #FFF;
    padding: 40px 0;
}

    .footer .sosyal_medya {
        position: relative;
        margin: 0px;
    }

        .footer .sosyal_medya > li {
            position: relative;
            float: left;
            padding: 0px;
            line-height: 40px;
        }

            .footer .sosyal_medya > li > a {
                position: relative;
                display: block;
                font-size: 18px;
                opacity: 1;
                width: 40px;
                height: 40px;
                background: #FFF;
                color: #000;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                margin-right: 8px;
                text-align: center;
                border-radius: 3px;
            }

                .footer .sosyal_medya > li > a:hover {
                    position: relative;
                    display: block;
                    font-size: 18px;
                    color: #ff0000 !important;
                    text-decoration: none;
                    opacity: 1;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }


        .footer .veri > li {
            padding: 0px;
            line-height: 1.7em;
        }

            .footer .veri > li > a {
                position: relative;
                display: block;
                font-size: 15px;
                opacity: 1;
                color: #FFF;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

                .footer .veri > li > a:hover {
                    position: relative;
                    display: block;
                    font-size: 15px;
                    color: #ff0000 !important;
                    text-decoration: none;
                    opacity: 1;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }




.footer-widget h3 {
    padding: 15px 0;
    border-bottom: 1px solid #FFF;
}

.frm {
    font-size: 15px;
}

.footer-contact .icon {
    font-size: 14px;
    line-height: 18px;
}

.footer-contact .blg {
    margin-left: 15px;
    line-height: 36px;
}

.footer-contact li {
    color: #FFF;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

    .footer-contact li:last-child {
        color: #FFF;
        margin-bottom: 10px;
        border-bottom: none;
    }

    .footer-contact li a {
        color: #FFF;
    }

        .footer-contact li a:hover {
            color: #ff0000;
            text-transform: none;
        }

.pg i {
    margin-right: 15px;
}

.copy {
    background: #000;
    color: #FFF;
    font-size: 13px;
    padding: 20px 0;
    border-top:1px solid #DDD;
}

    .copy .cpy {
        font-family: 'DM Sans', sans-serif;
    }


/*--------WHATSAPP-------*/

.whatsapp {
    position: fixed;
    color: #FFF;
    background: #68bd48;
    border-radius: 2px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    bottom: 10px;
    left: 10px;
    z-index: 10;
}



    .whatsapp a {
        width: 48px;
        font-size: 20px;
        line-height: 40px;
        color: #FFF;
        text-align: center;
        cursor: pointer;
        display: block;
        text-align: center;
    }

        .whatsapp a:hover {
            background-color: #E21E25;
            color: #FFF;
            border-radius: 2px;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

        /*-------SLAYT------*/

/* Masaüstü için görseli göster, mobil için gizle */



/*------VİDEO------*/

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 oranı için */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media (max-width: 768px) {
    .desktop-slide {
        display: none !important;
    }

    .mobile-slide {
        display: block;
    }

    .custom-container {
        width: 100%;
        padding: 0 10px;
    }
}


/*-----OFFER FORM-----*/

#offerButton {
    display: none;
    position: fixed;
    top: 150px;
    right: 20px;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
}

    #offerButton.visible {
        display: block; 
        opacity: 1;
        transform: translateY(0);
    }

.teklifbuton {
    background: #E21E25;
    color: #FFF;
    font-size: 18px;
    padding: 15px 15px 6px 15px;
    border-radius: 4px;
    font-weight: 700;
}

@keyframes moveAndColor {
    0% {
        transform: translateY(0);
        background-color: #ff5722; /* Başlangıç rengi */
    }

    50% {
        transform: translateY(-10px); /* Yukarı çıkar */
        background-color: #007bff; /* Farklı bir renk */
    }

    100% {
        transform: translateY(0);
        background-color: #ff5722;
    }
}

.teklifbuton {
    animation: moveAndColor 2s infinite;
}


/*------COPYRIGHT--------*/


.copyright {
    background: #000;
    padding: 0 0 30px 0;
    font-size: 14px;
    text-align: center;
    padding-top: 30px;
    color: #DDD;
}

/*-----COOKIE------*/


#cookieConsentBanner {
    background-color: #333;
    color: #fff;
    padding: 15px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1001;
}


button {
    background: #000;
    border: none;
    border-radius: 4px;
    padding: 8px 12px;
    cursor: pointer;
    transition: background 0.3s;
    color: #FFF;
}

    button:hover {
        background: #ff0000;
    }

#closePopup {
    background: red;
    color: white;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#cookieSelectionPopup {
    background-color: white;
    padding: 20px;
    position: fixed;
    bottom: 70px;
    right: 5px;
    z-index: 1001;
}

    #cookieSelectionPopup div {
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
    }


    #cookieSelectionPopup .switch {
        margin-right: 15px;
    }


.text-container {
    display: flex;
    flex-direction: column;
}


#cookieSelectionPopup h4, #cookieSelectionPopup p {
    margin: 0;
}

#cookieSelectionPopup h4 {
    font-size: 1.3em;
    margin-bottom: 5px;
}

#cookieSelectionPopup p {
    font-size: 1.1em;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
}

    .slider.round {
        border-radius: 34px;
    }

        .slider.round:before {
            border-radius: 50%;
        }

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 2px;
        background-color: white;
        transition: 0.4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

    input:checked + .slider:before {
        transform: translateX(20px);
    }

input:disabled + .slider {
    background-color: #ccc;
}

/*-----ICERIKLER--------*/

.product-category, .page-format {
    margin: 30px 0;
    font-size:16px;
}



.orta {
    text-align: center;
}

.hatasayfasi {
    padding: 50px 0;
    text-align: center;
    background: #f9f9f9;
}

    .hatasayfasi h1 {
        font-size: 140px !important;
        color: #808080;
    }

    .hatasayfasi p {
        font-size: 16px !important;
    }

.hatabuton {
    text-decoration: none;
    padding: 10px 20px;
    background: #007bff;
    color: #fff;
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 25px;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s;
}


    .hatabuton:hover {
        background-color: #ff0000;
        color: #fff;
    }

    .iletisim-alani
    {
        padding:15px 0;
    }

.custom-box {
    width: 100%; /* Kutunun sütun genişliğini tamamen kaplaması */
    min-height: 100px; /* Minimum yükseklik */
    background-color: #f5f5f5; /* İsteğe bağlı arka plan */
    border-radius: 6px; /* Kenar yuvarlama */
    padding: 10px 15px; /* İç boşluk */
    display: flex;
    margin-bottom:30px;
    align-items: center; /* İkon ve metni dikeyde ortala */
}

.contact-content {
    display: flex; /* İçerikleri yatay hizalamak için flexbox */
    align-items: center; /* Dikey ortalama */
    width: 100%; /* İçeriğin kutu boyutunu kaplaması */
}

.contact-content a
{
    color:#FFF;
}


.icon {
    font-size: 30px; /* İkon boyutu */
    color: #E21E25; /* İsteğe bağlı ikon rengi */
    margin-right: 15px; /* İkon ile metin arasındaki boşluk */
    flex-shrink: 0; /* İkon boyutunun küçülmesini engelle */
    background: #FFF;
    padding: 15px;
    border-radius: 6px;
}

.text p {
    margin: 0; 
    font-size: 16px; 
    color: #000; 
    line-height: 1.5; 
    word-wrap: break-word; 
}


.category {
    position: relative;
    overflow: hidden;
    width: 100%; 
    border:2px solid #E21E25;
}

    .category img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity 0.3s ease-in-out;
    }

        .category img.image-1 {
            opacity: 1;
            z-index: 2; 
        }

        .category img.image-2 {
            opacity: 0;
            z-index: 1;
        }


    .category:hover img.image-1 {
        opacity: 0;
    }

    .category:hover img.image-2 {
        opacity: 1;
    }

.category-banner {
    position: relative;
    display: flex;
    align-items: center; 
    background-size: cover;
    background-position: center;
    height: 220px; 
}

.category-title {
    color: #444;
    padding: 10px 0;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    max-width: 90%; 
}

.lines {
    display: flex;
    flex-direction: column;
    align-items:flex-start;
}

.line {
    height: 2px;
    background-color: #E21E25; 
    margin: 5px 0; 
    width: 20%; 
}

.full-width {
    width: 25%; 
}

.quarter-width {
    width: 5%; 
}




/*---- RESPONSIVE SAYFALAR------*/
@media (min-width: 1201px) {
    .category {
        min-height: 300px;
    }
}


    @media (min-width: 971px) {
        .category {
            min-height: 245px;
        }

        .wrapper .nav-links {
            display: inline-flex;
            float: left;
            right: -15px;
            position: relative;
        }

        .nav-links .menuitem a {
            color: #242526;
            text-decoration: none;
            font-size: 18px;
            font-weight: 300;
            padding: 31px 15px 33px 15px;
            transition: all 0.3s ease;
        }

            .nav-links .menuitem a:hover {
                background: #E21E25;
                color: #FFF;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

        .nav-links .menuitem .drop-menu {
            position: absolute;
            background: #FFF;
            width: 320px;
            margin-top: 33px;
            opacity: 0;
            visibility: hidden;
            padding: 5px;
            box-shadow: 0 6px 10px rgba(0,0,0,0.15);
        }

        .nav-links .menuitem:hover .drop-menu {
            transition: all 0.3s ease;
            opacity: 1;
            visibility: visible;
        }

        .nav-links .menuitem .drop-menu li {
            font-size: 16px;
            display: block;
            margin: 1px 0;
            background: #f9f9f9;
        }


            .nav-links .menuitem .drop-menu li a {
                font-size: 16px;
                display: block;
                padding: 7px 15px;
            }

                .nav-links .menuitem .drop-menu li a:hover {
                    color: #FFF;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }
    }
    /*------NAVBAR RESPONSIVE-------*/

    @media (max-width: 970px) {

        .mbl-langmenu {
            all: unset;
            list-style-type: none;
            padding: 40px 0;
            display: flex;
            gap: 4px;
        }

        .nav-links .mbl-langmenu li {
            display: inline;
            border-bottom: none;
            text-decoration: none;
            transition: all 0.3s ease;
            margin-right: 15px;
        }

        .nav-links label {
            padding: 12px 15px;
            display: block;
            font-size: 16px;
            color: #FFF;
            line-height: 16px;
            font-weight: 300 !important;
            margin-bottom: 50px;
        }

        .wrapper .btn {
            display: block;
            font-size: 20px;
            padding: 12px 10px 8px 10px;
        }

        .wrapper .nav-links {
            margin-top: 0;
            position: fixed;
            height: 100vh;
            width: 100%;
            top: 0;
            left: -100%;
            background: #242526;
            display: block;
            color: #FFF;
            overflow-y: auto;
            font-size: 18px;
            transition: all 0.3s ease;
        }

        .nav-links {
            padding: 50px 15px;
        }

            .nav-links .menuitem a {
                color: #FFF;
                display: block;
                background: #242526;
                padding: 15px 10px;
                border-bottom: 1px solid rgba(0,0,0,0.4);
            }


            .nav-links .menuitem .drop-menu {
                position: static;
                opacity: 1;
                visibility: visible;
                width: 100%;
                max-height: 0px;
                overflow: hidden;
                box-shadow: none;
                transition: all 0.3s ease;
                background: #242526;
                margin-top: -45px;
            }

                .nav-links .menuitem .drop-menu li a {
                    padding-left: 15px !important;
                    color: rgb(255, 255, 255, 0.7);
                }

            .nav-links .menuitem .desktop-item {
                display: none;
            }

            .nav-links .menuitem .mobile-item {
                display: block;
                color: #FFF !important;
                padding: 0;
                padding: 18px 10px;
                font-size: 18px !important;
                cursor: pointer;
                border-bottom: 1px solid rgba(0,0,0,0.4);
            }

        ::-webkit-scrollbar {
            width: 5px;
        }

        ::-webkit-scrollbar-track {
            background: #242526;
        }

        ::-webkit-scrollbar-thumb {
            background: #3A3B3C;
        }

        #menu-btn {
            padding: 30px;
        }

            #menu-btn:checked ~ .nav-links {
                left: 0%;
                right: 0%;
            }

            #menu-btn:checked ~ .btn.menu-btn {
                display: none;
            }

        #close-btn:checked ~ .btn.menu-btn {
            display: block;
        }

        #showDrop:checked ~ .drop-menu {
            max-height: 100%;
        }
    }

    @media (min-width: 768px) {
        .lg-none {
            display: none !important;
        }

        .mobile-slide {
            display: none !important;
        }
    }

    @media (max-width: 767px) {




        .close {
            border: none;
            color: #FFF !important;
            cursor: pointer;
            z-index: 9;
        }



        .mbl-none {
            display: none;
        }



        .logo {
            width: 150px !important;
            height: auto;
        }

            .logo img {
                width: 150px;
                height: auto;
                padding: 5px;
            }







        .whatsapp {
            position: fixed;
            color: #68bd48;
            background: #FFF;
            border-radius: 3px;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            bottom: 7px;
            left: 15px;
        }

            .whatsapp a {
                font-size: 30px;
                line-height: 40px;
                color: #68bd48;
                width: 40px;
                height: 40px;
                text-align: center;
                z-index: 100;
                cursor: pointer;
                display: block;
                border-radius: 3px;
            }

                .whatsapp a:hover {
                    background-color: #FFF;
                    color: #68bd48;
                    border-radius: 3px;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }

        .copy {
            margin-bottom: 55px;
        }
    }



    @media only screen and (max-width: 599px) {




        .scroll-to-top {
            bottom: 7px;
            right: 15px;
            background: #FFF;
            color: #68bd48;
        }



        .footer-widget h4 {
            padding: 10px 0;
            color: #FFF;
            border-bottom: 1px solid #FFF;
        }

        .footer-widget {
            margin-bottom: 30px !important;
        }



            .footer-widget h3 {
                margin-top: 20px;
            }


        .logo {
            width: 250px !important;
            height: auto;
            top: 5px;
        }

            .logo img {
                width: 250px;
                height: auto;
            }


        .navbar-toggle {
            margin: 3px 0 !important;
            background: #000;
        }


        .footer-widget p {
            margin-left: 0 !important;
        }



        .mbl-none {
            display: none;
        }
    }



    /*----RESİM EFEKTLERİ-------*/
    .image-container {
        display: inline-block;
        overflow: hidden;
        padding-bottom: 50px;
        position: relative;
        border: 1px solid #ccc; /* İsteğe bağlı */
    }

        .image-container img {
            display: block;
            width: 100%;
            height: auto;
            object-fit: cover;
            transition: transform 0.5s ease; /* Animasyon ekliyoruz */
        }

        .image-container:hover img {
            transform: scale(1.1); /* Resmi %10 büyütüyoruz */
        }

    .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #E21E25; /* Yarı saydam arka plan */
        color: white;
        padding: 15px;
        box-sizing: border-box; /* Padding, genişliğe dahil edilir */
        display: flex;
        flex-direction: column;
        justify-content: flex-end; /* Yazıları alta hizala */
        text-align: left; /* Yazıları sola hizala */
        max-height: 100%; /* İçeriğin taşmasını engeller */
    }

        .overlay p {
            margin: 0;
            overflow: hidden;
            text-overflow: ellipsis; /* Taşan metin için üç nokta ekler */
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3; /* Maksimum satır sayısını belirler */
        }


    /* Div'in yüksekliğini tam doldur */
    .full-height {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0; /* Varsayılan boşlukları kaldır */
    }

    /* Butonun genişliği ve yüksekliği tam olsun */
    .full-size {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #25D366;
        color: white;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        width: 100%; /* Div'in genişliğini kapla */
        height: 100%; /* Div'in yüksekliğini kapla */
        transition: background-color 0.3s, transform 0.2s;
    }

        .full-size:hover {
            background-color: #1EBE5B;
            transform: scale(1.02);
        }

        .full-size i {
            font-size: 40px;
            margin-right: 10px;
        }

    .whatsapp-button {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #25D366;
        color: white;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        border-radius: 4px;
        transition: background-color 0.3s, transform 0.2s;
        width: 100%; /* Tam genişlik */
        min-height: 100px;
    }

        .whatsapp-button:hover {
            background-color: #1EBE5B;
            transform: scale(1.02);
        }

        .whatsapp-button i {
            font-size: 20px;
            margin-right: 10px;
        }



