﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*, *::before, *::after {
    box-sizing: border-box;
}
/*-------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;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", serif;
}

body {
    color: #333333;
    font-family: "Open Sans", serif;
    margin: 0 auto;
    font-weight: 400;
    overflow-x: hidden;
}

a {
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        outline: none;
        text-decoration: none !important;
    }

p {
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open 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: #DDD;
    padding: 30px 0;
}

    .grey:empty {
        display: none;
    }




/*------UST ALAN-------*/
#ustalan {
    padding: 15px 0;
    font-size: 14px;
    font-weight: 500;
    background: #242526;
}

.langmenu ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 5px;
    justify-content: flex-end;
}


.langmenu li {
    display: inline;
    list-style: 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: #e8640c;
}

.sticky {
    background: #000;
    z-index:1000;
}

nav {
    z-index: 999;
    width: 100%;
}

    nav .wrapper {
        position: relative;
        height: 90px;
        margin: auto;
        display: flex;
        align-items: center;
        z-index: 999;
        justify-content: space-between;
    }





.nav-links .mobile-item {
    display: none;
}

.wrapper .btn {
    color: #FFF;
    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;
        position: absolute;
        top: 10px;
    }


/*-----PARALLAX-----*/


.parallax-ust {
    position: relative;
    width: 100%;
    height: 700px; 
    overflow: hidden;
    background-image: url('/img/parallax.jpg'); 
    background-position: center;
    background-attachment: fixed;
    background-size:cover;
    background-repeat: no-repeat;
}



.parallax img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}



/* İçerik bölümü */
.par-ic {
    text-align: center; 
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    height: 100%; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

    .par-ic h1 {
        margin: 30px 0;
        font-size: 50px;
        color:#e8640c;
    }

    .par-ic img {
        max-width: 100%;
        height: auto;
        padding:15px;
    }

    .par-ic .text-outline {
        font-size: 48px;
        font-weight: bold;
        color: #FFF;
        text-shadow: -2px -2px 0 #FFF, 2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px 2px 0 #FFF;
        text-shadow: 0 0 5px #e8640c, 0 0 10px #e8640c, 0 0 20px #e8640c, 0 0 40px #e8640c;
    }


/*-----BACK TO TOP-----*/


.back-to-top {
    position: fixed;
    display: none;
    background: #e8640c;
    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: #000;
        color: #fff;
    }



/*------FOOTER------*/


.footer {
    background: #1B1B1B;
    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;
            list-style: none;
        }

            .footer .sosyal_medya > li > a {
                position: relative;
                display: block;
                font-size: 18px;
                opacity: 1;
                width: 40px;
                height: 40px;
                background: #e8640c;
                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;
                margin-right: 8px;
                text-align: center;
                border-radius: 3px;
                list-style: none;
            }

                .footer .sosyal_medya > li > a:hover {
                    position: relative;
                    display: block;
                    font-size: 18px;
                    color: #000 !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;
        list-style: none;
    }

        .footer .veri > li > a {
            position: relative;
            display: block;
            font-size: 14px;
            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: #e8640c !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;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    list-style: none;
}

    .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: #e8640c;
            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: "Open Sans", serif;
    }

.kurumsal li {
    list-style-type: disc;
    list-style-position: inside;
}

    .kurumsal li::marker {
        color: #e8640c !important;
        font-size: 1.2em;
    }

.kurumsal strong {
    color: #e8640c !important;
}
/*--------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: #e8640c;
            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------*/





/*------VİDEO------*/

.video-container {
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .videolar
    {
        margin-bottom:30px;
    }



@media (max-width: 767px) {

    nav .wrapper .logo img {
        width: 200px;
        height: auto;
        position: absolute;
        top: 10px;
        left: 30px;
    }

    .desktop-slide {
        display: none !important;
    }

    .mobile-slide {
        display: block;
    }

    .custom-container {
        width: 100%;
        padding: 0 10px;
    }

    .krmsl
{
        margin-top:30px;
    }
    .krmslvr
    {
        margin-bottom:80px;
    }

    
}



/*------COPYRIGHT--------*/


.copyright {
    background: #000;
    padding: 0 0 30px 0;
    font-size: 14px;
    text-align: center;
    padding-top: 30px;
    color: #DDD;
}



/*-----ICERIKLER--------*/


.vizyon {
    padding: 50px 0;
}


.product-category, .page-format {
    margin: 30px 0;
    font-size: 16px;
    min-height: 500px;
}



.orta {
    text-align: center;
}

.hatasayfasi {
    padding: 150px 0;
    text-align: center;
    background: #f9f9f9;
}

    .hatasayfasi h1 {
        font-size: 140px !important;
        color: #808080;
    }

    .hatasayfasi h2 {
        font-size: 20px !important;
        color: #e8640c;
    }

    .hatasayfasi p {
        font-size: 16px !important;
    }

.hatabuton {
    text-decoration: none;
    padding: 10px 20px;
    background: #e8640c;
    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: #e8640c;
        color: #FFF;
    }

.iletisim-alani {
    padding: 15px 0;
}

.custom-box {
    width: 100%; 
    min-height: 100px; 
    background-color: #f9f9f9; 
    border-radius: 6px; 
    padding: 10px 15px; 
    display: flex;
    margin-bottom: 30px;
    align-items: center; 
}

.contact-content {
    display: flex; 
    align-items: center; 
    width: 100%; 
}

.icon {
    font-size: 30px;
    color: #e8640c;
    margin-right: 15px; 
    flex-shrink: 0; 
    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%;
    height: 300px;
    border: 2px solid #e8640c;
}

    .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;
    background: #f9f9f9;
}

.category-title {
    color: #444;
    padding: 10px 0;
    font-size: 35px;
    font-weight: 300;
    text-align: center;
}


.lines {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}

.line {
    height: 1px;
    background-color: #e8640c;
    margin: 5px 0;
    width: 20%;
}

.full-width {
    width: 25%;
}

.quarter-width {
    width: 5%;
}

.vizyon h2 {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
}

.vizyon .lines {
    display: flex;
    flex-direction: column;
    align-items: start;
}

vizyon .line {
    height: 1px;
    background-color: #e8640c;
    margin: 5px 0;
    width: 20%;
}

.full-width {
    width: 25%;
}

.quarter-width {
    width: 5%;
}

.flex-container h1, .sub-container h1 {
    color: #ff6a00;
}

.flex-container h2, .sub-container h12{
    color: #555;
}

.flex-container h3, .sub-container h3 {
    color: #e8640c;
}


/*---- RESPONSIVE SAYFALAR------*/
.thumbnail {
    min-height: 370px;
}


@media (min-width: 1200px) {
    .thumbnail {
        min-height: 300px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .thumbnail {
        min-height: 300px;
    }
}


@media (min-width: 768px) and (max-width: 991px) {
    .thumbnail {
        min-height: 250px;
    }
}


@media (min-width: 576px) and (max-width: 767px) {
    .thumbnail {
        min-height: 280px;
    }
}


@media (max-width: 575px) {
    .thumbnail {
        min-height: 250px;
    }
}



@media (min-width: 768px) {
    .lg-none {
        display: none !important;
    }

    .mobile-slide {
        display: none !important;
    }

    /*-----COOKIE------*/


    #cookieConsentBanner {
        background-color: #e8640c;
        color: #fff;
        padding: 15px;
        text-align: center;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 1001;
    }

        #cookieConsentBanner a {
            color: #000 !important;
        }


    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: #e8640c;
        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;
    }

    
}

@media (max-width: 767px) {

    .category-banner {
        display: none;
    }

    .product-category, .page-format {
        margin: 30px 0;
        font-size: 16px;
        min-height: 400px;

    }

    .flex-container h1, .flex-container h2, .flex-container h3, .flex-container p
    {
        text-align:center !important;
    }

        .flex-container h2
        {
            font-size:24px;
        }

    .flex-container h3 {
        font-size: 18px;
    }

    .flex-container p {
        font-size: 16px;
    }

    .flex-container .center {
        text-align:center !important;
    }


        .close {
            border: none;
            color: #FFF !important;
            cursor: pointer;
            z-index: 9;
        }



    .mbl-none {
        display: none;
    }


    .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;
    }

    /*-----COOKIE------*/


    #cookieConsentBanner {
        background-color: #e8640c;
        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: #e8640c;
        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;
    }
}



@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;
        margin-top:40px;
    }



        .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; 
}

    .image-container img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: transform 0.5s ease; 
    }

    .image-container:hover img {
        transform: scale(1.1); 
    }


.thumbnail .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    color: #555;
    padding: 15px 5px 8px 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    max-height: 100%;
    min-height: 40px;
    background:#f9f9f9;
}

    .thumbnail.overlay p {
        margin-top: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        margin:0 10px;
        font-size: 14px !important;
        
    }








.breadcrumb {
    z-index: 9 !important;
    text-align: center;
}

    .breadcrumb > li {
        display: inline-block;
        list-style: none;
    }

        .breadcrumb > li a {
            font-weight: 500;
            color: #e8640c;
        }

            .breadcrumb > li a:hover {
                font-weight: 500;
                color: #000;
            }

/*-----UST ALAN-----*/


#ustalan {
    width: 100%;
    padding: 10px 0;
    background-color: #f8f9fa;
}


.wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}





.langmenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}



.urunveri {
    padding: 30px 0;
}

.bloggs {
    padding: 30px 0;
}

.vakabaslik {
    background: #FFF;
    font-size: 30px;
    color: #000;
    text-align: center;
    padding: 5px 0 10px 0;
    margin-bottom: 50px;
    font-weight: 300;
    border-bottom:3px solid #e8640c;
}

.vakacizgi {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent; 
    border-right: 20px solid transparent; 
    border-top: 30px solid #e8640c; 
    margin: -50px auto 30px; 
    z-index: 9;
}


.tm {
    font-size: 0.6em; 
    position: relative; 
    top: -0.2em; 
    left: 0.1em; 
    vertical-align: top; 
}


.dokumanbuton {
    background: #e8640c;
    color: #FFF;
    padding: 10px 5px;
    margin: 30px 0;
    display: block;
    border-radius: 8px;
    font-weight: 400;
}

    .dokumanbuton a, .dokumanbuton a:hover, .dokumanbuton a:active {
        color: #FFF;
        
    }

    .dokumanbuton:hover {
        background: #000;
        color: #FFF;
        display: block;
    }

    .dokumanbuton:active {
        background: #000; 
        color: #FFF; 
    }

.dokumanbuton .ikon {
    color: #ac0000;
    background: #FFF;
    padding: 5px;
    border-radius: 4px;
}


.pdfbuton {
    background:#777;
    color: #FFF;
    padding: 10px 5px;
    margin: 15px 0;
    display: block;
    border-radius: 8px;
}

.pdfbuton .ikon {
    color: #ac0000;
    background:#FFF;
    padding:5px;
    border-radius:4px;
}

    .pdfbuton a, .pdfbuton a:hover, .pdfbuton a:active {
        color: #FFF;
    }

    .pdfbuton:hover {
        background: #e8640c;
        color: #000;
        display: block;
    }

    .pdfbuton:active {
        background: #e8640c;
        color: #000;
    }


.urundetay li {
    list-style-type: disc;
    list-style-position: inside;
}

    .urundetay li::marker {
        color: #e8640c !important;
        font-size: 1.2em;
    }

.urundetay strong {
    color: #e8640c !important;
}



    /*-------MENU---------*/



/*------NAVBAR RESPONSIVE-------*/



.flex-container {
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .flex-container {
        flex-direction: row; 
    }
        .flex-container .text-right {
            text-align: right;
        }
    /*----SEARCH-----*/
    .search {
        flex: 1;
        display: flex;
        justify-content: center;
        z-index: 99;
    }

    .search-form {
        display: flex;
        width: 50%;
        align-items: center;
        justify-content: flex-end;
        position: relative;
        color: #000;
        margin: 0 auto;
    }


    #searchQuery {
        width: 50%;
        padding: 12px 15px;
        font-size: 14px;
        border: 1px solid #ccc;
        outline: none;
        transition: all 0.3s ease-in-out;
        z-index: 99;
        position:absolute;
    }


    #searchButton {
        padding: 10px 16px;
        background-color: #333333;
        color: #FFF;
        border: none;
        cursor: pointer;
        position: absolute;
        right: 3px;
        top: 50%;
        transform: translateY(-50%);
        transition: background-color 0.3s ease;
        z-index: 100;
    }

        #searchButton:hover {
            background-color: #e8640c;
        }


    .ui-autocomplete {
        max-height: 500px;
        overflow-y: auto;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }


    .ui-menu-item {
        padding: 10px;
        cursor: pointer;
        font-size: 14px;
    }


    .ui-state-focus {
        background: #242526;
        color: #fff;
    }


    .search-form.expanded {
        max-width: 100%;
    }

    .search-item {
        background: #FFF;
        border: 1px solid #ccc;
        margin: 15px 0;
        padding: 15px;
    }

    input[type="text"] {
        width: 100%; /* Genişliği %100 yaparak ekranın tamamını doldurur */
        padding: 10px; /* İç boşluk */
        font-size: 16px; /* Yazı boyutunu biraz büyütüyoruz */
        border: 1px solid #ccc; /* Hafif gri sınır */
        border-radius: 4px; /* Yuvarlatılmış köşeler */
        box-sizing: border-box; /* Padding ve border dahil edilerek genişlik hesaplanır */
        transition: border-color 0.3s ease; /* Kenarlık renginin geçişi */
    }

        /* Fokuslanınca kenarlık rengini değiştiriyoruz */
        input[type="text"]:focus {
            border-color: #007bff; /* Fokuslandığında mavi renkte kenarlık */
            outline: none; /* Varsayılan outline'ı kaldırıyoruz */
        }


    .vizyonicerik {
        padding: 30px 10px;
        margin-top: 30px;
        min-height: 290px;
        border: 1px solid #CCC;
        color: #FFF;
        line-height: 1.7em;
        position: relative;
    }

        .vizyonicerik::after {
            content: '';
            display: block;
            width: 50%;
            height: 10px;
            background-color: #e8640c;
            position: absolute;
            bottom: -5px;
            right: 0;
            transform: translateX(-50%);
        }

        .vizyonicerik h3 {
            color: #e8640c;
            font-weight: 900;
            font-size: 24px;
        }

        .vizyonicerik .ikon {
            background: #e8640c;
            color: #e8640c;
            width: 80px;
            height: 80px;
            padding: 15px;
            border-radius: 10px;
            border: 5px solid inset;
            text-align: center;
            line-height: 100px;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .vizyonicerik {
        color: #333333;
    }

}

@media (max-width: 767px) {

    /*----SEARCH-----*/
    .search {
        flex: 1;
        display: flex;
        justify-content: left;
    }

    .search-form {
        width: 75%;
        position: relative;
        color: #000;
        left:0;
    }


    #searchQuery {
        width: 100%;
        padding: 12px 15px;
        font-size: 14px;
        outline: none;
        transition: all 0.3s ease-in-out;
    }


    #searchButton {
        color: #FFF;
        border: none;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 20%;
        transform: translateY(-52.5%);
        transition: background-color 0.3s ease;
        width:40px;
    }

        #searchButton:hover {
            background-color: #e8640c;
        }


    .ui-autocomplete {
        max-height: 500px;
        overflow-y: auto;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }


    .ui-menu-item {
        padding: 10px;
        cursor: pointer;
        font-size: 14px;
    }


    .ui-state-focus {
        background: #242526;
        color: #fff;
    }


    .search-form.expanded {
        max-width: 100%;
    }

    .search-item {
        background: #FFF;
        border: 1px solid #ccc;
        margin: 15px 0;
        padding: 15px;
    }
        .flex-container .text-right {
            text-align: left;
        }

    input[type="text"] {
        width: 100%; /* Genişliği %100 yaparak ekranın tamamını doldurur */
        padding: 10px; /* İç boşluk */
        font-size: 16px; /* Yazı boyutunu biraz büyütüyoruz */
        border: 1px solid #ccc; /* Hafif gri sınır */
        border-radius: 4px; /* Yuvarlatılmış köşeler */
        box-sizing: border-box; /* Padding ve border dahil edilerek genişlik hesaplanır */
        transition: border-color 0.3s ease; /* Kenarlık renginin geçişi */
    }

        /* Fokuslanınca kenarlık rengini değiştiriyoruz */
        input[type="text"]:focus {
            border-color: #e8640c; /* Fokuslandığında mavi renkte kenarlık */
            outline: none; /* Varsayılan outline'ı kaldırıyoruz */
        }

    

.flex-container .icrkbaslk {
    color: #ff6a00;
}

.aciklama h3 {
    color: #ff6a00;
}

.aciklama h1 {
    color: #777;
    text-align:center;
    margin-bottom:30px;
}



.detailbg {
    margin: 30px 0;
    padding: 30px 0;
    background: #f8f9fa;
    width: 100%;
}

.detailbg h4
{
    color:#ff6a00 !important;
}

sup {
    font-size: 0.75em; 
    vertical-align: super; 
    color: #555; 
    margin-left: 0.1em; 
}

p sup {
    font-size: 0.5em; 
    vertical-align: super; 
    color: #999; 
}







.kurumsal li {
    list-style-type: disc;
    list-style-position: inside;
}

    .kurumsal li::marker {
        color: #e8640c !important;
        font-size: 1.2em;
    }

.kurumsal strong {
    color: #e8640c !important;
}


.uniform-size {
    width: 400px; 
    height: 300px; 
    object-fit: cover; 
}

    .vizyonicerik {
        padding: 70px 10px 15px 10px ;
        margin-top: 30px;
        min-height: 300px;
        border: 1px solid #CCC;
        color: #FFF;
        line-height: 1.7em;
        position: relative;
    }

        .vizyonicerik::after {
            content: '';
            display: block;
            width: 50%;
            height: 10px;
            background-color: #e8640c;
            position: absolute;
            bottom: -5px;
            right: 0;
            transform: translateX(-50%);
        }

        .vizyonicerik h3 {
            color: #e8640c;
            font-weight: 900;
            font-size: 24px;
        }

        .vizyonicerik .ikon {
            background: #e8640c;
            color: #e8640c;
            width: 80px;
            height: 80px;
            padding: 15px;
            border-radius: 10px;
            border: 5px solid inset;
            text-align: center;
            line-height: 100px;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .vizyonicerik {
        color: #333333;
    }

}






@media screen and (max-width: 767px) {

    .form-control {
        display: block;
        width: 100%;
        height: 24px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #fff;
        background-image: none;
        border-bottom: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    }

        .form-control:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
        }

        .form-control::-moz-placeholder {
            color: #999;
            opacity: 1;
        }

        .form-control:-ms-input-placeholder {
            color: #999;
        }

        .form-control::-webkit-input-placeholder {
            color: #999;
        }

        .form-control::-ms-expand {
            background-color: transparent;
            border: 0;
        }

        .form-control[disabled],
        .form-control[readonly],
        fieldset[disabled] .form-control {
            background-color: #eeeeee;
            opacity: 1;
        }

        .form-control[disabled],
        fieldset[disabled] .form-control {
            cursor: not-allowed;
        }

    textarea.form-control {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .vizyonicerik {
        padding: 30px 10px 15px 10px;
        margin-bottom: 80px;
        min-height: 200px;
        border: 1px solid #CCC;
        color: #FFF;
        line-height: 1.7em;
        position: relative;
    }

        .vizyonicerik::after {
            content: '';
            display: block;
            width: 50%;
            height: 10px;
            background-color: #e8640c;
            position: absolute;
            bottom: -5px;
            right: 0;
            transform: translateX(-50%);
        }

        .vizyonicerik h3 {
            color: #e8640c;
            font-weight: 900;
            font-size: 24px;
        }

        .vizyonicerik .ikon {
            background: #e8640c;
            color: #e8640c;
            width: 80px;
            height: 80px;
            padding: 15px;
            border-radius: 10px;
            border: 5px solid inset;
            text-align: center;
            line-height: 100px;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .vizyonicerik {
        color: #333333;
    }
}


/*body.overlay-active::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    pointer-events: none;
    transition: background 0.3s ease-in-out;
}*/

#header {
    position: sticky; /* Sticky efektini aktif tut */
    top: 0;
    z-index: 10; 
    background: #e8640c; 
}

.mega-box, .desktop-item {
    position: relative; 
    z-index: 1000; 
}

@media (min-width: 768px) and (max-width: 991px) {
    .wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-links {
        flex-direction: column;
        width: 100%;
    }
}

