﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/*-------GENEL AYARLAR------*/

html, body {
    scroll-behavior: smooth;
    
}



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;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body.tr {
    font-family: "Open Sans", serif;
}





body {
    color: #444;
    margin: 0 auto;
    font-weight: 400;
    overflow-x: hidden;
}

a {
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        color: #ff0000;
        outline: none;
        text-decoration: none !important;
    }

p {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", serif;
    font-weight: 400;
    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;
    }

    .gri
    {
        margin-top:50px;
        padding:100px 0;
    }

    .turuncu
    {
        background:#ff0000;
        color:#FFF;
        padding:15px 10px;
        margin-top:15px;
    }

.table {
    overflow-x: hidden;
}




/*------UST ALAN-------*/
#ustalan {
    padding: 15px 0;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    background: #f5f5f5;
}

.langmenu ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 5px;
    justify-content: flex-end;
}


.langmenu li {
    display: inline;
    list-style-type:none;
}

.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: #ff0000;
    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 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: #ff0000;
}


/*-----BACK TO TOP-----*/


.back-to-top {
    position: fixed;
    display: none;
    background: #ff0000;
    color: #fff;
    font-size: 20px;
    padding: 0 7px;
    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: #000;
        color: #fff;
    }



/*------FOOTER------*/


.footer {
    background: #f9f9f9;
    color: #000;
    padding: 40px 0;
}

    .footer .sosyal_medya {
        position: relative;
        margin-bottom:100px;

    }

        .footer .sosyal_medya > li {
            position: relative;
            float: left;
            padding: 0px;
            line-height: 40px;
            list-style-type:none;
        }

            .footer .sosyal_medya > li > a {
                position: relative;
                display: block;
                font-size: 18px;
                opacity: 1;
                width: 40px;
                height: 40px;
                background: linear-gradient(to top, rgba(200, 200, 200, 1), rgba(255, 255, 255, 1));
                color: #ff0000;
                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;
            }

                .footer .sosyal_medya > li > a:hover {
                    position: relative;
                    display: block;
                    font-size: 18px;
                    color: #000;
                    background:#FFF;
                    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: 5px;
        line-height: 1.7em;
        list-style-type:none;
        margin-left:-15px;
    }

        .footer .veri > li > a {
            position: relative;
            display: block;
            font-size: 15px;
            opacity: 1;
            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;
        }

            .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 h4 {
    padding: 15px 0;
    border-bottom: 1px solid #ff0000;
    text-align:left;
    color:#FF0000 !important;
    font-weight:400;
}

.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: #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    list-style-type:none;
}

    .footer-contact li:last-child {
        color: #000;
        margin-bottom: 10px;
        border-bottom: none;
    }

    .footer-contact li a {
        color: #000;
    }

        .footer-contact li a:hover {
            color: #ff0000;
            text-transform: none;
        }

.pg i {
    margin-right: 15px;
}

.copy {
    background: #ff0000;
    color: #FFF;
    font-size: 13px;
    padding: 20px 0;
    border-top: 1px solid #DDD;
}

    .copy .cpy {
        font-family: "Open Sans", serif;
    }


/*--------WHATSAPP-------*/

.whatsapp {
    position: fixed;
    color: #FFF;
    background: #68bd48;
    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: 40px;
        font-size: 20px;
        line-height: 40px;
        color: #FFF;
        text-align: center;
        cursor: pointer;
        display: block;
        text-align: center;
    }

        .whatsapp a:hover {
            background-color: #68bd48;
            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;
        }

/*-------SLAYT------*/

/* Masaüstü için görseli göster, mobil için gizle */





@media (max-width: 768px) {
    .desktop-slide {
        display: none !important;
    }

    .mobile-slide {
        display: block;
    }

    .custom-container {
        width: 100%;
        padding: 0 10px;
    }
}


/*-----OFFER FORM-----*/
@keyframes slideInFromBottom {
    from {
        transform: translateY(100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Eğer varsa, renk animasyonunu sağlayan colorChange keyframe'i */
@keyframes colorChange {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes shimmer {
    0% {
        left: -50%;
    }

    100% {
        left: 150%;
    }
}

.teklifbuton {
    background: linear-gradient(45deg, #ff9900, #ff0000);
    background-size: 200% 200%;
    color: #FFF;
    font-size: 18px;
    padding: 15px;
    font-weight: 400;
    right: 0;
    position: relative;
    animation: slideInFromBottom 0.5s ease-out forwards, colorChange 2s infinite;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 30px;
}

.teklifbuton:hover {

    color: #FFF;

}


    .teklifbuton::after {
        content: "";
        position: absolute;
        top: 0;
        left: -50%;
        width: 50%;
        height: 100%;
        background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
        transform: skewX(-25deg);
        animation: shimmer 2s infinite;
    }

#offerButton {
    display:none;
    position: fixed;
    top: 100px;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0;
    z-index: 999;
    cursor: pointer;
}

    #offerButton.visible {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }






/*------COPYRIGHT--------*/


.copyright {
    background: rgba(0, 0, 0, 0.5);
    padding: 0 0 30px 0;
    font-size: 14px;
    text-align: center;
    padding-top: 30px;
    color: #ff0000;
}

/*-----COOKIE------*/


#cookieConsentBanner {
    background-color: #ff0000;
    color: #fff;
    padding: 15px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 40%;
    right:0;
    z-index: 1001;
}


button {
    background: #000;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    transition: background 0.3s;
    color: #FFF;
}

    button:hover {
        background: #ff0000;
    }

#closePopup {
    background: #ff5722;
    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;
}

.page-format ul li{
    margin-left:20px;
}



.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: #ff0000;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 25px;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s;
}


    .hatabuton:hover {
        background-color: #000;
        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 */
    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: #ff0000; /* İ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;
}

.text p {
    margin: 0;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    word-wrap: break-word;
}


.category {
    position: relative;
    overflow: hidden;
    width: 100%;
}



.category-banner {
    position: relative;
    display: flex;
    align-items:center;
    background-size: cover;
    background-position: center;
    background-image: url('/img/background.jpg');
    
}




.full-width {
    width: 25%;
}

.quarter-width {
    width: 5%;
}




/*---- RESPONSIVE SAYFALAR------*/
@media (min-width: 1201px) {
    .category {
        min-height: 300px;
    }
}


@media (min-width: 971px) {

    ul.cat {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 sütun */
        gap: 0 16px; /* satır ve sütun boşluğu */
        list-style: none;
        padding: 0;
        margin: 0;
    }

        ul.cat li {
            margin: 0;
        }
    .category-banner {
        height: 220px;
    }
    .parallax-alt {
        position: relative;
        width: 100%;
        height: 450px;
        overflow: hidden;
        background-image: url('/img/park.jpg');
        background-position: bottom;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: -30px;
    }

        .parallax-alt h1 {
            color: white;
            font-size: 3em;
            line-height: 1.4;
            background-color: rgba(255, 0, 0, 0.5);
            padding: 20px;
            border-radius: 10px;
        }

    #cookieConsentBanner {
        background-color: #ff0000;
        color: #fff;
        padding: 15px;
        text-align: center;
        position: fixed;
        bottom: 10px;
        right:10px;
        width: 40%;
        z-index: 1001;
        min-height:100px;
    }

        #cookieConsentBanner a {
            color: #000 !important;
        }

        #cookieConsentBanner .ckk_txt {
            display:block;
        }

        #cookieConsentBanner .ckk_btn {
            display: block;
            margin-top:30px;
        }


    button {
        background: #000;
        border: none;
        border-radius: 4px;
        padding: 8px 12px;
        cursor: pointer;
        transition: background 0.3s;
        color: #FFF;
        margin-left: 15px;
    }

        button:hover {
            background: #000;
        }

    #closePopup {
        background: #ff0000;
        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: 120px;
        right: 10px;
        z-index: 1001;
        width: 40%;
    }

        #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;
    }

    .category-title {
        color: rgba(0, 0, 0, 0.7);
        margin-bottom: 3px;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
    }

        .category-title .title {
            padding: 0 10px;
            align-items: end;
        }

    .krmmn {
        padding: 100px 20px;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 400px;
    }

        .krmmn h1 {
            color: #000;
            padding: 15px;
            margin-bottom: 5px;
        }


        .krmmn .orta {
            padding: 15px 30px;
            position: relative;
            width: 100%;
            text-align: center;
            font-size: 18px;
            background: rgb(255, 255, 255, 0.70);
            color: #000;
            line-height: 1.7em;
            font-weight: 400;
        }
    .category {
        min-height: 245px;
    }

    .wrapper .nav-links {
        display: inline-flex;
        float: left;
        right: -15px;
        position: relative;
        list-style-type: none;
    }

    .wrapper .nav-links li {
        list-style-type: none;
    }

    .nav-links .menuitem a {
        color: #242526;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        padding: 31px 15px 33px 15px;
        transition: all 0.3s ease;
        
    }

        .nav-links .menuitem a:hover {
            background: #ff0000;
            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;
        list-style-type:none;
    }


        .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) {

    ul.cat {
        display: grid;
        grid-template-columns: repeat(1fr); /* 1 sütun */
        gap: 0 16px; /* satır ve sütun boşluğu */
        list-style: none;
        padding: 0;
        margin: 0;
    }

        ul.cat li {
            margin: 0;
        }
    .category-banner {
        height: 140px;
    }
    .parallax-alt {
        position: relative;
        width: 100%;
        height: 300px;
        overflow: hidden;
        background-image: url('/img/park.jpg');
        background-position: bottom;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: -30px;
    }

        .parallax-alt h1 {
            color: white;
            font-size: 1.5em;
            line-height: 1.4;
            background-color: rgba(255, 0, 0, 0.5);
            padding: 20px;
            border-radius: 10px;
        }

    /*-----COOKIE------*/


    #cookieConsentBanner {
        background-color: #ff0000;
        color: #fff;
        padding: 15px;
        text-align: center;
        position: fixed;
        bottom: 0;
        width: 100%;
        min-height: 180px;
        z-index: 1001;
    }

        #cookieConsentBanner a {
            color: #000 !important;
        }


    button {
        margin: 15px 5px;
        display: block;
        background: #000;
        border: none;
        border-radius: 4px;
        padding: 8px 12px;
        cursor: pointer;
        transition: background 0.3s;
        color: #FFF;
        width: 100%;
    }

        button:hover {
            background: #000;
        }

    #closePopup {
        background: #ff0000;
        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: 200px;
        margin: 0 10px;
        z-index: 1001;
    }

        #cookieSelectionPopup div {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
        }


        #cookieSelectionPopup .switch {
            margin-right: 20px;
        }


    .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: 50px;
        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(15px);
        }

    input:disabled + .slider {
        background-color: #ccc;
        width: 40px;
    }

    .category-title {
        color: rgba(0, 0, 0, 0.7);
        margin-bottom: 3px;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
    }

        .category-title .title {
            padding: 0 10px;
            align-items: end;
        }

    .krmmn {
        margin: 30px 0;
        padding: 50px 10px;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: auto;
    }

        .krmmn h1 {
            color: #000;
            padding: 15px;
            margin-bottom: 5px;
        }


        .krmmn .orta {
            padding: 15px;
            position: relative;
            width: 100%;
            text-align: center;
            font-size: 15px;
            background: rgb(255, 255, 255, 0.70);
            color: #000;
            line-height: 1.5em;
            font-weight: 400;
        }

    .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: 5px;
        list-style-type:none;
    }

    .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;
        list-style-type: none;
    }

        .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;
        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;
        }

            .whatsapp a:hover {
                background-color: #FFF;
                color: #68bd48;
                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
    {
        margin-bottom:250px;
    }



    .footer-widget h4 {
        padding: 10px 0;
        color: #000;
        font-weight:600;
        border-bottom: 1px solid #FF0000;
    }

    .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İ-------*/

.overlay {
    position: relative;
    width: 100%;
    color: #000;
    box-sizing: border-box;
    text-align: center;
    max-height: 4.5em; /* 3 satırdan fazla olmasın */
    overflow: hidden;
    padding:0;
}

    .overlay p {
        margin: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3; /* max 3 satır */
        overflow: hidden;
        text-overflow: ellipsis;
    }




/* 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;
    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;
    }




    /*--------IMAGE HOVER----------*/



.catcon {
    background: rgb(255, 255, 255, 0.8);
}

    .catcon > h3,
    .catcon > h4,
    .catcon > h5 {
        display: block;
    }

        .catcon > h5 > a {
            padding: 0;
            text-shadow: none;
            font-family: 'Open Sans', sans-serif;
            -webkit-font-smoothing: antialiased;
        }

.catcal {
    overflow: hidden;
    position: relative;
}

    .catcal > img {
        width: 100%;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        -moz-transition: -moz-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    }

    .catcal:hover > img {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        transform: scale(0.9);
    }

    .catcal:hover > .urunad > h3,
    .catcal:hover > .urunad > h4,
    .catcal:hover > .urunad > h5 {
        display: block !important;
        z-index: 9999;
        color: #FF0000 !important;
    }

.catcon {
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    padding: 10px;
    visibility: hidden;
    text-align: center;
    position: absolute;
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25);
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 50%;
    -moz-background-size: 50%;
    -o-background-size: 50%;
    background-size: 50%;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

    .catcon:before,
    .catcon:after,
    .catcon > :first-child:before,
    .catcon > :first-child:after {
        width: 40px;
        height: 40px;
        content: ' ';
        position: absolute;
        border-style: solid;
        border-color: #FF0000;
    }

    .catcon:before {
        top: 8px;
        left: 8px;
        border-width: 1px 0 0 1px;
    }

    .catcon:after {
        top: 8px;
        right: 8px;
        border-width: 1px 1px 0 0;
    }

    .catcon > :first-child:before {
        right: 8px;
        bottom: 8px;
        border-width: 0 1px 1px 0;
    }

    .catcon > :first-child:after {
        left: 8px;
        bottom: 8px;
        border-width: 0 0 1px 1px;
    }

.catcal:hover > .catcon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    color: #FF0000;
}

.catcal > .urunad {
    min-height:80px;
}

.catcal > .urunad h3
{
    color:#000;
    font-size:16px;
    margin-top:15px;
    margin-bottom:-5px;
}

.catcal > .urunad h4 {
    font-size: 16px;
    color: #777;
    font-weight: 400;
}
.catcal > .urunad h3,
.catcal > .urunad h4,
.catcal > .urunad h5 {
    text-align: center;
    padding: 5px 20px;
    display: block;
    white-space: nowrap; /* Metni tek satırda tutar */
    overflow: hidden; /* Taşan kısmı gizler */
    text-overflow: ellipsis; /* Taşan metnin sonuna "…" ekler */
}

.catcal:hover > .urunad {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    color: #FF0000 !important;

}

    .catcal:hover > .urunad h4 span {
        color: #FFF;
        background: #FF0000;
        padding: 10px;
    }

    .catcal:hover > .urunad h5 {
        color: #FF0000 !important;
    }

    .catcal:hover > .urunad h4 {
        color: #FF0000 !important;
    }



    #teknik
    {
        margin-top:30px;
    }

    .tablo-baslik
    {
        display:block;
        border-bottom:1px solid #ff5722;
        padding:15px 0;
        text-align:center;
    }



.card {
    margin-top: 50px;
    background: linear-gradient(to top, #ff0000, #ffa94d);
    padding: 30px 15px 15px 15px;
    text-align: center;
    color: #FFF;
}

    .card i {
        color: #FFF;
    }

    .card h1 {
        color: #000;
        font-size: 46px;
        font-weight: 900;
        margin-top:30px;
    }

    .card h3 {
        color: #FFF !important;
        font-size: 30px;
        font-weight: 400;
    }

    .card .ikon {
        font-size: 50px;
        background: linear-gradient(to bottom, #ff0000, #ffa94d);
        color: #FFF !important;
        padding: 12px 15px;
        border-radius: 50%;
        line-height: 100px;
    }

.mrg-alt-15 {
    margin-bottom: 15px;
}



.ktgr
{
    padding:30px 0 30px 0;
    background:#f5f5f5;
}

/*---------İLETİŞİM-------*/
.iltkup {
    padding: 40px 10px;
    color: #000;
    margin: 15px 0;
    min-height: 180px;
    text-align: center !important;
    background: #f9f9f9;
    border:1px solid #ddd;
}

    .iltkup .ilticon {
        font-size: 40px;
        color: #FF0000;
    }

    .iltkup .catname > h4 {
        font-size: 16px;
        color: #000 !important;
        font-weight: 500;
        text-align: center !important;
        position: relative;
        text-decoration: none !important;
        margin: 30px 0 30px 0;
    }
    .iltkup .catname a > h4 {
        font-size: 16px;
        color: #000 !important;
        font-weight: 500;
        text-align: center !important;
        position: relative;
        text-decoration: none !important;
        margin: 30px 0 30px 0;
    }

        .iltkup .catname > h4:before {
            left: 0;
            right: 0;
            width: 40%;
            content: "";
            height: 1px;
            margin: auto;
            top: -20px;
            position: absolute;
            background: #ff0000;
        }

    .iltkup .catname a > h4:before {
        left: 0;
        right: 0;
        width: 40%;
        content: "";
        height: 1px;
        margin: auto;
        top: -20px;
        position: absolute;
        background: #ff0000;
    }

    .map
    {
        margin-top:20px;
    }

    .proje
    {
        background:#ff0000;
        color:#FFF;
        padding:30px 15px;
        text-align:center;
        margin-bottom:30px;
    }



.modal-header .close {
    color: #d9534f;
    text-shadow: none;
    opacity: 1;
}

    .modal-header .close:hover,
    .modal-header .close:focus {
        color: #b52b27;
        opacity: 1;
    }

/*----------GALERİ----------*/
.galeri {
    margin: 50px 0;
}

    .galeri .row {
        margin-left: -15px;
        margin-right: -15px;
    }

.gallery-column {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.image-container {
    width: 100%;
    height: 100%;
    background: #eee;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .image-container:hover img {
        transform: scale(1.05);
    }





    .image-container:hover::before {
        top: 0%;
        left: 0%;
        opacity: 1;
    }

/* Mobilde embed gizle, link göster */
@media (max-width: 768px) {
    .pdf-container {
        display: none;
    }

    .pdf-link {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
}

/* Masaüstünde link gizle */
@media (min-width: 769px) {
    .pdf-link {
        display: none;
    }
}

        

