﻿/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */






.iletisim-container {
    position: relative;
    display: inline-block;
}

.iletisim-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 999;
    min-width: 250px;
    text-align: left;
}


    .iletisim-dropdown a {
        display: block;
        padding: 10px 15px;
        color: #333;
        text-decoration: none;
        font-size: 14px;
    }

        .iletisim-dropdown a:hover {
            background-color: #f2f2f2;
        }

.iletisim-container:hover .iletisim-dropdown {
    display: block;
}
.iletisim-simge {
    font-size: 14px;
    margin-left: 6px;
}



.AppMenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: inset 0 0 40px rgba(0,0,0,0.05);
}

.AppMenuDiv {
    margin: 15px 0;
    background-color: #27ae60;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

    .AppMenuDiv a {
        display: block;
        padding: 15px;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-size: 1.1rem;
        font-weight: 500;
    }

        .AppMenuDiv a:hover {
            background-color: #219150;
        }

        .AppMenuDiv a::after {
            content: " →";
            font-weight: bold;
        }

@media (max-width: 600px) {
    .AppMenuDiv a {
        font-size: 1rem;
        padding: 14px;
    }
}


.girisKaplayici {
    max-width: 400px;
    margin: 50px auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.girisLogo {
    text-align: center;
    margin-bottom: 20px;
}

    .girisLogo img {
        max-width: 150px;
    }

.girisForm input[type="text"],
.girisForm input[type="password"] {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
}

.girisForm button {
    width: 100%;
    padding: 12px;
    background-color: #0078D7;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

    .girisForm button:hover {
        background-color: #005fa3;
    }

.altLinkler {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: #555;
}

    .altLinkler span {
        cursor: pointer;
        color: #0078D7;
    }

.girisBilgi {
    text-align: center;
    margin-bottom: 15px;
    color: #d9534f;
    font-weight: bold;
}

.g-recaptcha {
    margin: 15px auto;
    display: flex;
    justify-content: center;
}

@media (max-width: 480px) {
    .girisKaplayici {
        margin: 20px;
        padding: 20px;
    }
}
























a {
    text-decoration: none;
    color: #808080;
}
.headerbar {
    width: 100%;
    padding: 5px;
    height: 40px;
    background: #05386e;
    color: #FFF;
    z-index: 3;
    position: relative;
}
.SosyalMedya{
    visibility:hidden;
    opacity:0;display:none;
}
.headerbar-content {
    width: 1215px;
    margin: 0px auto;
    height: 100%;
    font-size: 12px;
    display: flex;
    position: relative;
}
.headerbar-content-value {
    width:170px;    
    display: flex;
    font-size: 14px;
    position: relative;
    cursor:pointer;
    opacity:0.7;
}
    .headerbar-content-value i {
        font-size: 16px;
        margin: 0px 7px;
        color: #FFF;
    }
    .headerbar-content-value-information{
        left:35px;
    }
    .headerbar-content-value-information a{
        color:#FFF !important;
    }

.navbar {
    width: 100%;
    background: rgba(255,255,255,0.85);
    color: #a5a8a6;
    font-family: "oswald",sans-serif;
    font-size: 16px;
    height: 100px;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Hafif gölgeyle ayrışma */
}
.navbar-contet {
    width: 1215px;
    margin: 0px auto;
    height: 100%;
    display: flex;
}
.navbar-logo {
    width: 260px;
    height: 70px;
}
    .navbar-logo img {
        width: 100%;
        height: 100%;
    }
.navbar-content-valuediv{
    width:100%;
    margin:auto 0px auto 70px;
    display:flex;
}
.navbar-content-value {
    font-family: "oswald" sans-serif;
    font-weight: 500;
    color: #808080;
    margin: auto 20px;
    transition: 0.2s;
    cursor: pointer;
}
.navbar-content-valuehidden {
    font-family: "oswald" sans-serif;
    font-weight: 500;
    color: #808080;
    margin: auto 20px;
    transition: 0.2s;
    cursor: pointer;
    display:none;
}
.navbar-content-value a {
    font-family: "oswald" sans-serif;
    font-weight: 500;
    color: #808080 !important;
    font-size: 18px;
    transition: 0.2s;
    cursor: pointer;
    text-align:right;
}
    .navbar-content-value a:hover {
        color: #000 !important;
    }







    .horizontal-vertically-center {
    left: 50%;
    top:50%;
    position:absolute;
    transform:translate(-50%,-50%);
}
.MediaButtonMenu {
    font-size: 40px;
    position: absolute;
    right: 20px;
    visibility: hidden;
    opacity: 0;
    color: #000;
}
.YukariCikButon {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    background: crimson;
    opacity: 0.7;
    visibility: hidden;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    padding: 7px 4px 5px 5px;
    z-index: 1000;
}

    .YukariCikButon i {
        font-size: 30px;
        color: #FFF;
    }

    .YukariCikButon:hover {
        opacity: 1;
    }
.horizontal-center {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.vertically-center {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.MainGallery{
    position:relative;
    margin-top:0px;
    width:calc(100vw - 15px);
    height:calc(100vh - 100px);
    overflow:hidden;
}
.slideimage {
    position:relative;
    width: 100%;
    height: 100%;   
    display: flex;
    overflow:hidden;
}
.img_cont {
    min-width: 100%;
    min-height: 100%;
    transition:all .5s ease-in-out;
}
    .img_cont img {
        width: 100%;
        height: 100%;
    }

.Gallerynext {
    right: 15px;
    height: 50px;
    width: 50px;
    color: #FFF;
    text-align: center;
    border: none;
    font-size: 24px;
    outline: none;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.6);
}
.Galleryprev {
    left: 15px;
    height: 50px;
    width: 50px;
    color: #FFF;
    text-align: center;
    border: none;
    font-size: 24px;
    outline:none;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.6);
}
.sosialmediabarinstagram {
    position: fixed;
    left: 25px;
    bottom: 25px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: #dd2a7b;
    transition: .2s;
    cursor: pointer;
    z-index: 10;
    box-shadow: rgba(0,0,0,0.5) 0 0 10px;
}
    .sosialmediabarinstagram i{
        font-size:22px;
        color:#FFF;
    }
    .sosialmediabarinstagram:hover .socialmediainfo {
        opacity: 1;
        visibility: visible;
    }
.sosialmediabartwitter {
    position: fixed;
    left: 25px;
    bottom: 80px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: black;
    transition: .2s;
    cursor: pointer;
    z-index: 10;
    box-shadow: rgba(0,0,0,0.5) 0 0 10px;
}

    .sosialmediabartwitter i {
        font-size: 22px;
        color: #FFF;
    }

    .sosialmediabartwitter:hover .socialmediainfo {
        opacity: 1;
        visibility: visible;
    }



.sosialmediabarfacebook {
    position: fixed;
    left: 25px;
    bottom: 80px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: #3b5998;
    transition: .2s;
    cursor: pointer;
    z-index: 10;
    box-shadow: rgba(0,0,0,0.5) 0 0 10px;
}

    .sosialmediabarfacebook i {
        font-size: 22px;
        color: #FFF;
    }

    .sosialmediabarfacebook:hover .socialmediainfo {
        opacity: 1;
        visibility: visible;
    }


.sosialmediabarwhatsapp {
    position: fixed;
    left: 25px;
    bottom: 135px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: #25D366;
    transition: .2s;
    cursor: pointer;
    z-index: 10;
    box-shadow: rgba(0,0,0,0.5) 0 0 10px;
}

    .sosialmediabarwhatsapp i {
        font-size: 22px;
        color: #FFF;
    }

    .sosialmediabarwhatsapp:hover .socialmediainfo {
        opacity: 1;
        visibility: visible;
    }








.socialmediainfo {
    font-family: "oswald",sans-serif;
    position: absolute;
    left: 58px;
    top: 8px;
    background: #000;
    color: #FFF;
    padding: 4px;
    width: 100px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}
.boxsocial{
    width:10px;
    height:10px;
    position:absolute;
    top:10px;
    left:-5px;
    transform:rotate(45deg);
    background:#000;
}

.inform {
    width: 100%;
    height: auto;
    background: #FFF;
    z-index: 3;
}
.informContent {
    width: 1215px;
    height: auto;
    margin:15px auto;
    padding:10px;
    font-family:"oswald",sans-serif;
}
.titleBig{
    font-size:32px;
    font-weight:bold;
    margin:25px 35px;
}
.titleSmall{
    margin:10px 5px;
    font-size:18px;
    color:#a5a8a6;
    font-weight:600;
}
.informContentwrit{
    position:relative;
}
.informimage {
    position: absolute;
    right:0px;
    height:200px;
    width:400px;
    top:0px;
}
.informContent-writ{
    width:calc(100% - 420px);

}
.informimage img {
    width: 100%;
    height: 100%;
}
.RefDivCont {
    display: flex;
    width: 100%;
    background: #fff;
    margin: 30px auto;
}
.RefDiv{
    width:370px;
    margin:15px 17.5px;
    border-radius:10px;
    height:240px;
    position:relative;
    cursor:pointer;
    transition:.3s;
    background:#FFF;
    box-shadow:rgba(0,0,0,0.2) 0 0 8px;
}
    .RefDiv:hover {
        box-shadow: rgba(0,0,0,0.4) 0 0 12px;
    }
.RefDivimage{
    width:calc(100% - 70px);
    height:calc(100% - 95px);
}


/* Arka plan kutusu */
.infoV {
    margin: 25px 0px;
    width: 100%;
    height: auto;
    background: #0a1f34;
    z-index: 10;
    padding: 40px 0;
}

/* İçerik düzeni */
.infoVcont {
    width: 930px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

/* Her bir bilgi kutusu */
.infoVcontDiv {
    width: 270px;
    aspect-ratio: 1 / 1; /* Oranı sabit tutar */
    position: relative;
    background: rgba(255, 255, 255, 0.15); /* Daha koyu, daha net */
    backdrop-filter: blur(4px); /* Cam efekti */
    font-family: "Oswald", sans-serif;
    border-radius: 50%; /* Yuvarlak görünüm */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: all 0.3s ease;
}

    /* Hover efekti */
    .infoVcontDiv:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: scale(1.05);
    }

    /* İkon */
    .infoVcontDiv i {
        color: #33b368;
        font-size: 60px;
        text-shadow: 0 0 8px rgba(51, 179, 104, 0.6);
        margin-bottom: 10px;
    }

/* Başlık */
.infoVcontDivwritinfo {
    color: #4fffa6;
    font-size: 22px;
    text-align: center;
    margin-bottom: 5px;
}

/* Açıklama */
.infoVcontDivwrit {
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
}

/* Mobil uyumluluk */
@media (max-width: 768px) {
    .infoVcont {
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0 20px;
    }

    .infoVcontDiv {
        width: 180px;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(6px);
        margin: 20px 0;
    }

        .infoVcontDiv i {
            font-size: 50px;
        }

    .infoVcontDivwritinfo {
        font-size: 18px;
    }

    .infoVcontDivwrit {
        font-size: 14px;
    }
}






.announcements {
    width: 100%;
    height:700px;
    background: #FFF;
}

.announcementsCont{
    width:1215px;
    height:100%;
    margin:25px auto;
    
}
.announcementsCont2{
    display:flex;
    
}
.announcementsDiv {
    width: 350px;
    margin:27.5px;
    height: 520px;
    box-shadow: rgba(0,0,0,0.2) 0 0 8px;
    position: relative;
    font-family: "oswald",sans-serif;
}
.announcementsT {
    width: 200px;
    padding: 15px;
    margin: 10px auto;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: rgba(0,0,0,0.2) 0 0 8px;
    color: #FFF;
    font-family: "oswald",sans-serif;
    text-align: center;
    background: #0a1f34;
}
.announcementsT:hover {
    box-shadow: rgba(0,0,0,0.6) 0 0 15px;
}
.announcementsDivimage {
    position: absolute;
    top: 0px;
    left: 15px;
    width: calc(100% - 30px);
    margin:10px auto;
    height: 340px;
}
.announcementsDivimage img{
    width:100%;
    height:100%;
}
.announcementsDivtitle {
    position: absolute;
    top: 360px;
    left: 15px;
    font-weight: bold;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.announcementsDiveye {
    position: absolute;
    top: 360px;
    left: 15px;
    width: 160px;
    background: #33b368;
    color:#FFF;
    padding:15px;
}
.announcementsDivdate {
    position: absolute;
    top: 395px;
    left: 15px;
    width: 160px;
    padding:15px;
}
.announcementsDiveye i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 12px;
}
.announcementsDivdate i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    font-size: 24px;
}
.announcementsDiveyewrite {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
    font-size: 13px;
    font-family:Arial,sans-serif;
}
.announcementsDivdatewrite {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    font-size: 13px;
}
.announcementsDivNext{
    position:absolute;
    bottom:25px;
    left:35px;
    width:45px;
    height:45px;
    border-radius:50%;
    background-color:rgba(0,0,0,0.2);
    color:#FFF;
    cursor:pointer;
}
.announcementsDivNext i{
    font-size:24px;
}
.announcementsDivNextWrite{
    position:absolute;
    left:58px;
    top:8px;
    color:#000;
    width:200px;
}
.announcementsDivNext:hover {
    color: #33b368;
}
    .announcementsDivNext:hover .announcementsDivNextWrite {
        color: #33b368;
    }

.announcementsBorder {
    width: 200px;
    position: absolute;
    bottom: 0px;
    border-bottom: 3px solid #33b368;
}



.footerZ {
    background: #0a1f34;
    width:100%;
    color:#FFF;
    padding:50px 0px;
}
.footerCont{
    width:1215px;
    margin:15px auto;
    display:flex;
}
.footerinfo{
    margin-top:10px;
    padding:0px 30px;
    width:300px;
    height:100%;
    border-right:0.5px solid #a5a8a6;
}
.footerinfo2 {
    border-left:solid 0.5px #808080;
    margin:10px 50px 10px 15px;
    width: 340px;
    height: 100%;
}
.footerinfologo{
    margin:0px auto;
    width:200px;
    height:75px;
}
.footerinfologo2 {
    margin:10px auto ;
    width: 180px;
    cursor: pointer;
    height: 55px;
}
.footerinfologo3 {
    margin: 10px auto;
    width: 180px;
    cursor: pointer;
    height: 55px;
}
.footerinfologo2 img{
    width: 100%;
    height: 100%;
}
.footerinfologo3 img {
    width: 100%;
    height: 100%;
}
.footerinfologo img{
    width: 100%;
    height: 100%;
}
.footerinfotitle{
    font-family:"oswald",sans-serif;
    font-size:18px;
    font-weight:400;
    margin:5px 15px;
}
.footerinfotelephone{
    margin:15px 15px;
    height:35px;
    position:relative;
    font-size:13px;
}
.footerinfotelephone i {
    position:absolute;
    left:5px;
    top:5px;
    font-size:22px;
    color:#808080;
}
.footerinfotelephoneD{
    position:absolute;
    left:33px;
    font-size:14px;
}
.footerMenu{
    width:195px;
    margin:0px 15px;
}
.footerMenuKisa {
    width: 195px;
    margin: 0px 15px;
}
.footerMenuUzun {
    width: 195px;
    margin: 0px 15px;
}
.footerMenuCont {
    width: 450px;
    display: flex;
    margin: 15px;
}
.footerMenuD {
    display: flex;
    margin: 7px 15px;
    position: relative;
    color: #FFF;
    font-family: "oswald",sans-serif;
    cursor: pointer;
    height: 30px;
    width: 100%;
}
.footerMenuD i{
    left:0px;
    font-size:10px;
    position:absolute;
    top:16px;
    color:#808080;
}
.footerMenuD a{
    left:16px;
    margin: 10px 0px;
    font-size: 14px;
    color: #FFF;
    font-family: "oswald",sans-serif;
    position:absolute;
}
    .footerMenuD:hover {
        color: dodgerblue;
    }
    .footerMenuD:hover a{
        color: dodgerblue;
    }
    .footerMenuD a:hover {
        color: dodgerblue;
    }
.footerbottom {
    width: 100%;
    font-size: 12px;
    padding:5px;
    margin: 0px auto 0px auto;
    text-align: center;
    background: #0a1f34;
    color:#FFF;
}
.DuyuruDetayCont {
    width: 1215px;
    margin: 25px auto;
    position:relative;
    height:375px;
    font-family:"oswald",sans-serif;
}
.DuyuruDetayResim{
    position:absolute;
    width:500px;
    height:325px;
    left:15px;
    top:15px;
}
.DuyuruDetayResim img {
    width: 100%;
    height: 100%;
}
.DuyuruDetayBaslik{
    position:absolute;
    top:40px;
    left:530px;
    font-size:36px;
}
.DuyuruDetayIcerik {
    position: absolute;
    top: 120px;
    left: 530px;
    font-size: 20px;
}
.DuyuruDetayTarih {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 16px;
    color:rgba(0,0,0,0.5);
}

.ResimDosyaSabitOrta{
    width:calc(100% - 30px);
    margin:0px auto;
    height:200px;
}
.ResimDosyaSabitOrta img{
    width: 100%;
    height: 100%;
}








.temayaozel {
    width: calc(100% - 130px);
    margin: 30px auto;
    height:auto;
}
.temayaozelcontent{
    display:flex;
    width:100%;
    height:100%;
}
.temayaozelcontentsol {
    top: 0;
    width: 150px;
    height: auto;
    font-family: "oswald",sans-serif;
    font-weight: 700;
    margin-right: 30px;
    padding:15px;
}
.temayaozelcontentsag {
    width: calc(100% - 180px);
    height:auto;
    font-family: "oswald",sans-serif;
}
.temayaozelcontentkategoriadi {
    cursor: pointer;
    margin: 10px 0px;
    color: #808080;
    transition: .2s;
    font-size: 18px;
    position:relative;
}
.efektalt{
    position:absolute;
    bottom:-2px;
    border-bottom:solid 2px #33b368;
    opacity:0;
    transition:.5s;
    width:0px;
    left:0px;
}
.temayaozelcontentkategoriadi:hover {
    color: #000;
    margin-left:15px;
}
    .temayaozelcontentkategoriadi:hover .efektalt {
        
    }
.temayaozelcontentkategoriadi.aktif {
    color: #000;
    margin-left: 15px;
}
.temayaozelcontentkategoriadi.aktif .efektalt {
    opacity: 1;
    width: 35px;
}
.temayaozelcontentsagaciklamabaslik {
    font-size: 24px;
    margin: 15px 0px;
    color: #e06666;
    padding-left: 15px;
}
.temayaozelcontentsolaciklamabaslik {
    font-size: 20px;
    margin: 15px 0px;
    color: #e06666;
    padding-left: 15px;
}
.temayaozelcontentsagaciklamasatiri {
    font-size: 18px;
    font-family:"oswald",sans-serif;
    color: #000;
}
.temayaozelcontentsagurunler {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.temayaozelcontentsagurundiv {
    margin: 10px 20px;
    width: 250px;
    height: 250px;
    position:relative;
    box-shadow:rgba(0,0,0,0.2) 0 0 15px;
    cursor:pointer;
    transition:.2s;
   
}
.temayaozelcontentsagurundivresim {
    width: 200px;
    height: 200px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 5px;
    z-index:-1;
}
.temayaozelcontentsagurundivresim img {
    width: 100%;
    height: 100%;
}
.temayaozelcontentsagurundivurunadi {
    font-size:16px;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    text-align:center;
    bottom: 10px;
}
.efektcubuksag {
    position: absolute;
    width: 0px;
    height: 0px;
    right: -3px;
    bottom: -3px;
    border-right: solid 3px #33b368;
    border-bottom: solid 3px #33b368;
    opacity: 0;
    transition: .2s;
}
.temayaozelcontentsagurundiv:hover .efektcubuksag {
    opacity: 1;
    width: 60%;
    height: 60%;
}
.swiper {
    max-width: 1215px; /* 4 x 250px + boşluklar */
    height: 350px;
    margin: auto;
    overflow: hidden;
}
.swiper-wrapper{
    display:flex;
    width:100%;
}
.swiper-slide {
    margin:15px 15px;
  width: 270px !important; /* Swiper bunu otomatik hesaplamasın */
}
.swiper-slide img {
  width: 270px;
  height: 175px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.IletisimContent{
    width:1215px;
    margin:35px auto;
    display:flex;
}
.IletisimContent2 {
    width: 1215px;
    margin: 55px auto;
}
.IletisimBaslik2 {
    text-align: center;
    font-family: "oswald",sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin: 5px 15px;
}
.IletisimBilgiDiv{
    width:calc(100% - 35px);
    margin:15px auto;
    position:relative;
    border:solid 2px #d8d8d8;
}
.IletisimBilgiDivAciklama {
    position: absolute;
    top: -15px;
    font-size: 16px;
    left: 10px;
    background: #FfF;
    font-family: "oswald",sans-serif;
}
.IletisimBilgiDivInput{
    outline:none;
    border:none;
    width:100%;
    padding:15px;
    font-size:18px;
    font-family:"oswald",sans-serif;
}
.IletisimBilgiDivTextarea {
    outline: none;
    border: none;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    font-family: "oswald",sans-serif;
    height:150px;
    resize:none;
}
.IletisimBilgiDivAciklamaAlt{
    position:absolute;
    bottom:-18px;
    font-size:12px;
    color:#808080;
    left:5px;
}
.IletisimGonderButonu {
    width: 350px;
    padding: 15px;
    outline:none;
    border:none;
    text-align: center;
    box-shadow: rgba(0,0,0,0.4) 0 0 7px;
    color: #FFF;
    background: #343434;
    border-radius: 7px;
    margin: 30px auto;
    cursor: pointer;
    transition: .2s;
    font-size: 22px;
    font-family: "oswald",sans-serif;
    display:block;
}
.GuncelleButon{
    width: 300px;
    padding: 15px;
    outline: none;
    border: none;
    text-align: center;
    box-shadow: rgba(0,0,0,0.4) 0 0 7px;
    color: #FFF;
    background: #343434;
    border-radius: 7px;
    margin: 15px auto;
    cursor: pointer;
    transition: .2s;
    font-size: 20px;
    font-family: "oswald",sans-serif;
    display: block;
}
.IletisimGonderButonuGuncel {
    width: 250px;
    padding: 12px;
    outline: none;
    border: none;
    text-align: center;
    box-shadow: rgba(0,0,0,0.4) 0 0 7px;
    color: #FFF;
    background: crimson;
    border-radius: 7px;
    margin: 30px auto;
    cursor: pointer;
    transition: .2s;
    font-size: 16px;
    font-family: "oswald",sans-serif;
    display: block;
}
.IletisimGonderButonu:hover {
    box-shadow: rgba(0,0,0,0.8) 0 0 16px;
}
.IletisimSol {
    width: 340px;
}
.IletisimSag{
    width:calc(100% - 400px);
    margin-left:60px;
}
.IletisimKonum{
    width:100%;
    height:450px;
}
.IletisimKonum iframe {
    width: 100%;
    height: 100%;
}
.IletisimBaslik {
    font-family: "oswald",sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin: 5px 15px 35px 15px;
}
.IletisimBilgi {
    font-family: "oswald",sans-serif;
    margin:10px 0px;
    height: 35px;
    position: relative;
    font-size: 16px;
}
.IletisimBilgi i {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 20px;
    color: #808080;
}
.IletisimBilgiAciklama {
    position: absolute;
    left:40px;
    font-size: 16px;
}

#mesajKutusu {
    animation: fadeInOut 4s ease-in-out;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
input[type="date"], input[type="select"] {
    -webkit-appearance: none;
    appearance: none;
    background:none;
}
select {
    appearance: none; /* Tüm tarayıcılarda varsayılan stil kaldırılır */
    -webkit-appearance: none; /* Safari */
    -moz-appearance: none; /* Firefox */
    background:none;
}





.InsanKaynaklari{
    width:100%;
    padding:50px 0px;
    background:#fafafa;
}
.InsanKaynaklariCont{
    width:1215px;
    margin:0px auto;
}
.InsanKaynaklariBaslik {
    font-family: "oswald",sans-serif;
    font-size: 28px;
    margin: 15px;
}
.IKAciklamaSatiri {
    font-family: "oswald",sans-serif;
    font-size: 18px;
    margin: 15px;
}
.InsanKaynaklariBaslik span {
    font-family: "oswald",sans-serif;
    font-size: 14px;
    margin: 15px;
}

.InsanKaynaklariSatir {
    display: flex;
    width: 100%;
}
.InsanKaynaklariInputTextDiv1 {
    padding: 15px;
    margin: 15px;
    border: solid 2px #a5a8a6;
    font-size: 16px;
    font-family: "oswald",sans-serif;
    position: relative;
    width: calc(100% - 30px);
    background: #FFF;
}
.InsanKaynaklariInputTextDiv2 {
    padding: 15px;
    margin: 15px;
    border: solid 2px #a5a8a6;
    font-size: 16px;
    font-family: "oswald",sans-serif;
    position: relative;
    width: calc(50% - 30px);
    background: #FFF;
}
.InsanKaynaklariInputTextDiv3 {
    padding: 15px;
    margin: 15px;
    border: solid 2px #a5a8a6;
    font-size: 16px;
    font-family: "oswald",sans-serif;
    position: relative;
    width: calc(33.3% - 30px);
    background: #FFF;
}
.InsanKaynaklariDivAciklama{
    position:absolute;
    top:-25px;
    left:3px;
    color:#5f5f5f;
}
.InsanKaynaklariDivAciklamaAlt{
    font-size:14px;
    position:absolute;
    bottom:-21px;
    right:5px;
    color:#808080;
}
.InsanKaynaklariInputText {
    width: 100%;
    
    outline: none;
    border: none;
}
.InsanKaynaklariInputTextGuncel {
    width: 100%;
    padding: 15px;
    outline: none;
    border: none;
    border-radius: 7px;
}
.InsanKaynaklariInputTextArea {
    width: 100%;
    padding: 15px;
    outline: none;
    border: none;
    border-radius: 7px;
    resize:none;
    height:100px;
}
#g-recaptcha-response {
    display: none;
}
.g-recaptcha{
    width:300px;
    margin:15px auto;
}










.ProjelerContent{
    width:1215px;
    margin:70px auto;
}
.ProjelerBaslikBuyuk{
    font-family:"oswald" sans-serif;
    margin:35px 25px;
    font-size:28px;
    font-weight:bold;
}
.ProjelerGorunum{
    display:flex;
    width:100%;
    margin:20px 0px;
    flex-wrap:wrap;
}
.ProjeDiv{
    width:350px;
    height:350px;
    position:relative;
    margin:15px 25px;
    cursor:pointer;
}
.ProjeResim {
    position: relative;
    overflow: hidden;
    width:100%;
    height:100%;
}

    .ProjeResim img {
        display: block;
        width: 100%;
        filter: grayscale(100%);
        transition: filter 0.4s ease;
        z-index: 1;
        height:100%;
        position: relative;
    }

.Katman {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1); /* Hafif karartma */
    transform: rotateX(0deg);
    transform-origin: center;
    transition: transform 0.6s ease, opacity 0.6s ease;
    z-index: 2;
}

.ProjeResim:hover .Katman {
    transform: rotateX(180deg);
    opacity: 0;
    pointer-events: none; /* Katman artık etkileşimi engellemesin */
}

.ProjeResim:hover img {
    filter: grayscale(0%);
}

.ProjeAdi {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 65px;
    background: linear-gradient( 135deg, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.1) 60%, rgba(255, 255, 255, 0.5) 80% );
    color: #000;
    font-size: 25px;
    font-family: "Oswald", sans-serif;
    padding: 10px 0px 10px 40px;
    opacity: 1;
    z-index: 3;
}



.ProjeAciklama {
    width: 100%;
    font-size: 18px;
    font-family: "oswald",sans-serif;
    margin:70px 0px;
}



.ProjeBilgi {
    width: 100%;
    margin: 50px 0px;
    background: #0a1f34;
    font-family: "oswald",sans-serif;
    color: #33b368;
}
.ProjeBilgiDiv{
    width:100%;
    display:flex;
}

.ProjeBilgiDivDeger{
    width:calc(25% - 30px);
    margin:20px 15px;
    background-color:rgba(255,255,255,0.3);
    height:200px;
    position:relative;
}
.ProjeBilgiDivDeger2 {
    position: absolute;
    top: 30%;
    font-size: 24px;
    color:#33b368;
    left: 50%;
    transform: translate(-50%,-30%)
}
.ProjeBilgiDivDeger3 {
    position: absolute;
    top: 50%;
    font-size: 20px;
    left: 50%;
    color: #FFF;
    transform: translate(-50%,-50%);
}
.GirisYap{
    width:100vw;
    height:750px;
    position:relative;
    background:#f2f2f2;
}
.KayitolDiv {
    width: 100vw;
    height: 1260px;
    position: relative;
    background: #f2f2f2;
}
html, body {
    height: 100%;
    /* -webkit-overflow-scrolling: touch;  iOS için kaydırma desteği */
}
html{
    overflow-x:hidden;
}


.GirisYapSerit{
    position:absolute;
    width:100%;
    top:50%;
    height:300px;
    transform:translateY(-50%);
    background:#781616;
    opacity:0.85;
}
.GirisYapContent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: calc(100% - 150px);
    background: #FFF;
    transform: translate(-50%,-50%);
    box-shadow: rgb(180, 180, 180, 0.5) 0 0 5px;
}
.KayitOlContent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: calc(100% - 150px);
    background: #FFF;
    transform: translate(-50%,-50%);
    box-shadow: rgb(180, 180, 180, 0.5) 0 0 5px;
}


.GirisYapBaslik{
    font-size:32px;
    text-align:center;
    margin:25px auto;
    font-weight:600;
    font-family:"oswald",sans-serif;
}

.GirisYapAciklama {
    margin: 20px 0px 40px 0px;
    text-align:center;
    font-size: 15px;
    font-family: "oswald",sans-serif;
}

.GirisYapInputDivi {
    font-family: "oswald",sans-serif;
    width: 320px;
    margin: 30px auto;
    position: relative;
    border: solid 1px #a5a8a6;
    border-radius: 6px;
    padding: 15px 12px;
}
.GirisYapInputBilgi{
    background:#FFF;
    position:absolute;
    left:12px;
    top:-22px;
    font-size:14px;
}
.GirisYapInputZorunlu {
    position: absolute;
    right: 4px;
    top:14px;
    font-size: 24px;
    color: #8d1e1e;
}
.GirisYapInput {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 6px;
}
.GirisYapButon {
    width: 320px;
    padding: 12px;
    outline: none;
    border: none;
    text-align: center;
    box-shadow: rgba(0,0,0,0.4) 0 0 7px;
    color: #FFF;
    background: #F60;
    border-radius: 7px;
    margin: 20px auto 5px auto;
    cursor: pointer;
    transition: .2s;
    font-size: 20px;
    font-family: "oswald",sans-serif;
    display: block;
}
.SifreUnuttum {
    width:100px;
    margin-left: 40px;
    font-size: 14px;
    font-family: "oswald",sans-serif;
    color:#808080;
    transition:.2s;
    cursor:pointer;
}
.SifreUnuttum:hover {
    color: #000;
}
.KayitOl {
    text-align:center;
    font-size: 14px;
    font-family: "oswald",sans-serif;
    color: #000;
    margin:15px 0px 5px 0px;
    transition: .2s;
}
    .KayitOl span {
        cursor: pointer;
        color: #F60;
        font-size:16px;
    }





.BilgilendirmeMetinleri{
    width:320px;
    margin:15px auto;
    display:flex;
    position:relative;
}
.BilgilendirmeCheckBox {
    left: 0px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    border: solid 2px #a5a8a6;
    outline: none;
    width: 20px;
    height: 20px;
    accent-color:red;
}
.BilgilendirmeMetin{
    font-size:12px;
    margin-left:30px;
    color:#808080;
}
.BilgilendirmeMetin span {
    color: #000;
    text-decoration:underline;
    cursor:pointer;
}






.BilgilendirmeMesajlariGenel{
    width:100%;
    position:fixed;
    height:100%;
    background-color:rgba(0,0,0,0.4);
    top:0;
    left:0;
    z-index:3000;
    visibility:hidden;
    opacity:0;
}
.BilgilendirmeMesajlariGenelDis{
    width:100%;
    height:100%;
    z-index:3001;
}
.BilgilendirmeMesajlariGenelIc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 550px;
    height: 400px;
    background: #FFF;
    border-radius: 10px;
    padding: 30px;
    z-index: 3002;
}
.BilgilendirmeBaslik{
    text-align:center;
    font-size:20px;
    margin:5px 0px;
    font-weight:bold;
}
.BilgilendirmeIcerik{
    font-size:16px;
    margin:30px 0px;
    height:220px;
    overflow-y:scroll;
}

.BilgilendirmeGuncelTarihi{
    font-size:15px;
    color:rgba(0,0,0,0.5);
}

.BilgilendirmeKapat{
    position:absolute;
    top:8px;
    right:8px;
    width:35px;
    height:35px;
    border-radius:4px;
    background:#000;
    text-align:center;
    color:#FFF;
    font-size:23px;
    cursor:pointer;
}


.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 30px;
    border-radius: 10px;
    width: 400px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    font-family: Arial, sans-serif;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
#uyariKutusu {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 170px;
    background: linear-gradient(145deg, #1e1e2f, #2c2c3f);
    color: #f1f1f1;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    z-index: 9999;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    font-family: 'Segoe UI', sans-serif;
}

#uyariIcerik {
    font-size: 16px;
    margin-top: 25px;
    line-height: 1.5;
}

#uyariKapatBtn {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #ff4c4c;
    border: none;
    color: white;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    #uyariKapatBtn:hover {
        background-color: #e63946;
    }



.NedentemaSayfa {
    width: 100%;
    height: auto;
    margin: 10px;
}
.NedentemaContent {
    width:1215px;
    margin:0px auto;
}
.NedenTemaTitle{
    font-family:"oswald",sans-serif;
    font-size:28px;
    font-weight:500;
    margin:15px;
}
.NedenTemaAciklama {
    font-family: "oswald",sans-serif;
    font-size: 16px;
    margin: 5px 15px;
}



.YemekCekleri{
    display:block;
}
.YemekCekleriCont {
    margin:15px 0px;
    display:flex;
    flex-wrap:wrap;
    width:calc(100% - 30px);
}
.YemekCekiDiv{
    width:255px;
    margin:15px;
    height:165px;
    box-shadow:rgba(0,0,0,0.4) 0 0 10px;
    border-radius:15px;
}
.YemekCekiDiv img {
    width: calc(100% - 30px);
    height: calc(100% - 50px);
    margin-top:25px;
    margin-left:15px;
}






.HizmetlerimizNedenTema {
    width: 100%;
    height: auto;
    margin: 0px;
    background: linear-gradient(to bottom, #f2f2f2, #e0e0e0);
    padding: 50px 0px;
    color: #000;
}
.HizmetlerContentTema{
    width:1215px;
    margin:0px auto;
}
.Prensipler{
    margin:25px 0px 25px 65px;
    display:flex;
    flex-wrap:wrap;
}
.PrensipDiv {
    margin: 15px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    height: 330px;
    width: 350px;
    background: #FFF;
}
.PrensipDiv img {
    margin: 10px 75px;
    height:210px;
    width: 200px;
}
.PrensipAciklama{
    font-family:"oswald",sans-serif;
    font-size:18px;
    color:#000;
    margin:5px 25px;
}









.KendiUretimlerimiz {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 50px 0px;
}
.KendiUretimlerimizCont {
    width: 1215px;
    margin: 0px auto;
}

.KUBolme{
    width:100%;
    margin:50px 0px 50px 65px;
    display:flex;
}
.KUBolmeBuyuk{
    width:calc(70% - 70px);
    margin:0px 35px;
}
.KUBolmeKucuk{
    width:30%;
    margin:0px;
    height:350px;
    border-radius:12px;
}
.KUBolmeKucuk img {
    width: 100%;
    height:100%;
    border-radius:12px;
}





.UrunKategorileri {
    width: 100%;
    height: 100%;
    margin: 0px 0px 65px 0px;
    background: #0a1f34;
}
.UrunKategorileri2 {
    width: 100%;
    height: auto;
    margin: 0px 0px 65px 0px;
    background: #FFF;
}
.UrunKategorileriCont {
    width: 1215px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
}
.KategoriDiv {
    height: 165px;
    width: 120px;
    margin:15px;
}
.KategoriResim{
    width:100px;
    margin-left:10px;
    height:100px;
    margin-top:15px;
    border-radius:50%;
    border:solid 1px #808080;
}
.KategoriResim img {
    width: 100%;
    height: 100%;
    border-radius:50%;
}
.KategoriId {
    margin-top: 10px;
    font-family: "oswald",sans-serif;
    text-align: center;
    color: #33b368;
    font-size: 15px;
}
.KategoriTum {
    width: 300px;
    background: #FFF;
    font-family: "oswald",sans-serif;
    color: #000;
    border-radius: 15px;
    box-shadow: rgba(0,0,0,0.8) 0 0 20px;
    text-align: center;
    padding: 10px;
    font-size: 22px;
    margin: 50px auto;
    cursor: pointer;
}






.KategoriDetaylari{
    width:1215px;
    margin:30px auto;
    display:flex;
    flex-wrap:wrap;
}

.KategoriDetayDiv {
    box-shadow: rgba(0,0,0,0.4) 0 0 30px;
    width: 270px;
    height: 500px;
    background: #0a1f34;
    margin:30px 15px;
}
.KategoriDetayResim{
    margin-left:22.5px;
    margin-top:25px;
    width:225px;
    height:225px;
    border-radius:50%;
}
.KategoriDetayResim img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.KategoriDetayBaslik {
    color: #33b368;
    text-align: center;
    font-size: 22px;
    font-family: "oswald",sans-serif;
    margin: 15px 0px;
}






.KartSatis {
    width: 1215px;
    height: 450px;
    margin: 50px auto;
    cursor: pointer;
    position: relative;
}
.KartSatis2 {
    width: 1215px;
    height: auto;
    margin: 50px auto;
    cursor: pointer;
    position: relative;
}
.KartSatis3 {
    width: 1215px;
    height: 450px;
    margin: 50px auto;
    cursor: pointer;
    position: relative;
}
.KartSatis img {
    width: 100%;
    height: 100%;
}
.KartSatis3 img {
    width: 100%;
    height: 100%;
}
.KartSatisDetay{
    position:absolute;
    right:10px;
    bottom:10px;
    color:#000;
    font-family:"oswald",sans-serif;
    font-size:22px;
}
.Hesabim{
    width:100%;
    height:auto;
    margin:50px 0px;
}
.HesabimContent{
    width:1215px;
    margin:0px auto;
    height:auto;
    display:flex;
}
.HesabimLeft {
    width:250px;
    height:300px;
    margin:0px 25px 0px 0px;
    border:solid 1px #e2e2e2;
    padding:10px 5px 25px 5px;
}
.HesabimLeftBaslik {
    text-align: center;
    margin: 15px 0px;
    border-bottom: solid 1px #e2e2e2;
    padding: 0px 0px 15px 0px;
    font-size: 24px;
    font-family: "oswald",sans-serif;
}
.HesabimDegerler{
    width:100%;
    margin:10px 0px;
}
.HesabimDeger{
    display:flex;
    width:calc(100% - 30px);
    margin:10px 15px;
    height:30px;
    position:relative;
}
    .HesabimDeger.active .fa-solid,
    .HesabimDeger.active .HesabimDegerId {
        color: #f60 !important;
    }

.HesabimDeger:hover {
    color:#f60;
}
    .HesabimDeger:hover i {
        color: #f60;
    }
.HesabimDeger i {
    font-size:14px;
    position:absolute;
    left:5px;
    top:50%;
    color:#808080;
    transform:translateY(-50%);
}
.HesabimDegerId {
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}




.HesabimSag {
    width: calc(100% - 300px);
    margin-left:50px;
    padding: 10px 5px 25px 5px;
}
.HesabimSagBaslik {
    text-align: center;
    font-size: 30px;
    font-family: "oswald",sans-serif;
}
.KullaniciBilgileri {
    width: 100%;
    margin: 30px 0px;
}
.KullaniciBilgiSatir{
    display:flex;
    width:100%;
}
.SifreGuncelleme {
    width: calc(100% - 90px);
    border-radius: 5px;
    background: #fff;
    border: solid 1px #e2e2e2;
    margin: 15px;
    height: auto;
    padding: 15px;
}
.KullaniciBilgiSifreGuncelleme {
    width:100%;
    position: relative;
    display: flex;
    padding:0px 0px;
    cursor: pointer;
}
.KullaniciBilgiSifreGuncellemeID{
    margin-left:15px;
    font-size:20px;
    color:#f60;
    font-weight:bold;
}
.KullaniciBilgiSifreGuncellemeSembol {
    position: absolute;
    right: 15px;
    top: 0px;
    font-size: 20px;
    color: #f60;
    font-weight: bold;
}
.KullaniciBilgiSaha1 {
    width: calc(100% - 90px);
    margin: 15px;
    border-radius: 5px;
    background: #f8f8f8;
    border: solid 1px #e2e2e2;
    position: relative;
}
.KullaniciBilgiSaha2 {
    width: calc(50% - 60px);
    margin: 15px;
    border-radius: 5px;
    background: #f8f8f8;
    border: solid 1px #e2e2e2;
    position: relative;
}
.KullaniciBilgiSaha2Id{
    position:absolute;
    top:-26px;
    left:5px;
    font-family:"oswald",sans-serif;
}
.KullaniciBilgiSahaInput {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: none;
    outline: none;
    border: none;
    transition:.2s;
}
.KullaniciBilgiSahaInput:focus {
    box-shadow:rgba(0,0,0,0.2) 0 0 6px;
}
.SifreGuncellemeDegerler{
    margin-top:25px;
    width:100%;
    display:none;
}
.BilgileriGuncelle{
    width:300px;
    margin:30px auto;
    padding:15px;
    background:#a5a8a6
}

.uyariKutusu {
    background-color: #fff4e5;
    border: 1px solid #ffa726;
    color: #333;
    padding: 16px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    width: calc(100% - 70px);
    z-index:1;
    font-family: 'Segoe UI', sans-serif;
    position: relative;
    transition:.2s;
    display:flex;
}

.uyariMesaji {
    font-size: 15px;
    margin-bottom: 10px;
}

.uyariKapatBtn {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 14px;
    font-weight: bold;
    width: 27px;
    height: 27px;
    border: 2px solid #fff;
    outline: none;
    border-radius: 50%;
    text-align: center;
    color: #000;
    background-color: #fff;
}

    .uyariKapatBtn:hover {
        background-color: #FFF;
        color: #f60;
    }

.uyariKutusuScript {
    background-color: #fff4e5;
    border: 1px solid #ffa726;
    color: #000;
    padding: 16px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    width: 500px;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    z-index: 1000;
    font-family: 'Segoe UI', sans-serif;
    transition: .2s;
    display: flex;
}

.uyariMesajiScript {
    font-size: 15px;
    margin-bottom: 10px;
}




.modalSms {
    display: none;
    position: fixed;
    z-index: 9999;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    font-family: 'Segoe UI', sans-serif;
}

.modalSms-icerik {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    text-align: center;
    width: 320px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position:absolute;
    animation: fadeInSms 0s ease-in-out;
}

    .modalSms-icerik h2 {
        margin-bottom: 10px;
        color: #333;
    }

    .modalSms-icerik p {
        margin-bottom: 15px;
        font-size: 16px;
        color: #444;
    }

    .modalSms-icerik input {
        width: 100%;
        padding: 10px;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 15px;
    }

.modalSms-butons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

    .modalSms-butons button {
        flex: 1;
        padding: 10px;
        border: none;
        border-radius: 6px;
        background-color: #0078D7;
        color: white;
        font-weight: bold;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

        .modalSms-butons button:hover {
            background-color: #005a9e;
        }






























































































































#subeListesi {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin:30px 0px;
}

.subeKart {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}

    .subeKart img {
        width: 100%;
        max-height: 180px;
        object-fit: cover;
        border-radius: 6px;
    }

    .subeKart h4 {
        margin-top: 10px;
        font-size: 18px;
        color: #333;
        font-weight: 600;
    }

    .subeKart p {
        margin: 6px 0;
        color: #666;
        font-size: 14px;
    }

    .subeKart a {
        color: #007bff;
        text-decoration: none;
        font-size: 14px;
    }

        .subeKart a:hover {
            text-decoration: underline;
        }

    /* 🌟 Hover Efekti */
    .subeKart:hover {
        box-shadow: 0 6px 16px rgba(0,0,0,0.1);
        transform: scale(1.02);
        border-color: #ccc;
    }


.AlisverisBilgileri{
    width:100%;
    display:flex;
    margin:35px 0px;
}
.AlisverisBilgi{
    font-family:"oswald",sans-serif;
    width:calc(25% - 34px);
    margin:15px;
    border:solid 1px #a5a8a6; 
    background:#FFF;
    position:relative;
    padding:12px;
}
.AlisverisBilgiId{
    position:absolute;
    top:-14px;
    left:3px;
    font-size:13px;
    background:#FFF;
}
.AlisverisBilgiDeger{
    font-weight:600;
    font-size:18px;
    text-align:right;
}

.YapilanAlisverisler{
    width:100%;
    margin:35px 0px;
}
.YapilanAlisverisFiltreler{
    width:100%;
    display:flex;
    margin:15px 0px;
}
.YapilanAlisverisFiltre{
    position:relative;
    width:calc(33.33% - 32px);
    margin:15px;
    border:solid 1px #808080;
    font-family:"oswald",sans-serif;
    padding:12px;
}
.YapilanAlisverisBilgi {
    width: 100%;
    margin: 15px 20px;
    font-family: "oswald",sans-serif;
}
.YapilanAlisverisFiltreId {
    position: absolute;
    top: -24px;
    left: 3px;
    font-size: 15px;
}
.YapilanAlisverisFiltreSelect {
    outline: none;
    width: 100%;
    border: none;
}
.YapilanAlisverisFiltreButon {
    position: relative;
    width: calc(33.33% - 32px);
    margin: 15px;
    background:#F60;
    color:#FFF;
    font-family: "oswald",sans-serif;
    padding: 12px;
    border-radius:10px;
    border:none;
    font-size:20px;
}
.YapilanAlisverisListesi {
    width: calc(100% - 30px);
    height: 500px;
    position: relative;
    background: #f2f2f2;
    margin: 15px;
}
.AlisverisYokiseUyari{
    font-size:20px;
    font-family:"oswald",sans-serif;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}
.YapilanAlisverislerContent {
    width: 100%;
    height: calc(100% - 35px);
    overflow-y: scroll; /* Scroll aktif */
    /* Scroll görünürlüğünü gizle */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

    .YapilanAlisverislerContent::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Edge */
    }

.YapilanAlisverisListeBasliklar {
    width: 100%;
    display: flex;
    background: #F60;
    color: #FFF;
    font-family: "oswald",sans-serif;
}
.YapilanAlisverisDegerBaslik{
    text-align:center;
    padding:5px;
    width:14.285%;
}
.YapilanAlisverisListeDegerler1 {
    width: 100%;
    display: flex;
    background: #cdd3cf;
    font-family: "oswald",sans-serif;
    font-size: 13px;
    
}
.YapilanAlisverisListeDegerler2 {
    width: 100%;
    display: flex;
    font-family:"oswald",sans-serif;
    font-size:13px;
}
.YapilanAlisverisDeger {
    text-align: center;
    padding: 5px;
    width: 14.285%;
    position: relative;
}
    .YapilanAlisverisDeger i {
        font-size:20px;
        position:absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%);
        transition:.2s;
        cursor:pointer;
    }
    .YapilanAlisverisDeger i:hover {
        color:#f60;
    }





.FisDetay{
    background-color:rgba(0,0,0,0.8);
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1500;
    display:none;
}
.FisDetayContent{
    width:650px;
    height:400px;
    background:#FFF;
    box-shadow:rgba(255,255,255,0.4) 0 0 10px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}



.FisDegerlerContent {
    width: 100%;
    height: calc(100% - 65px);
    overflow-y: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}
.FisDegerlerContent::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

.FisBasliklar {
    width: 100%;
    display: flex;
    background: #33b368;
    color: #FFF;
    border: solid 1px #FFF;
    font-family: "oswald",sans-serif;
}

.FisBaslik {
    text-align: center;
    padding: 5px;
    width: 25%;
    border-right: solid 1px #FFF;
}

.FisDegerler1 {
    width: 100%;
    display: flex;
    background: #cdd3cf;
    border: solid 1px #FFF;
    font-family: "oswald",sans-serif;
    font-size: 13px;
}

.FisDegerler2 {
    width: 100%;
    display: flex;
    border: solid 1px #FFF;
    font-family: "oswald",sans-serif;
    font-size: 13px;
}

.FisDeger {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 5px;
    width: 20%;
    border-right: solid 1px #FFF;
    position: relative;
}



.bildirimKutusu {
    display: none;
    padding: 10px;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
    margin-top: 10px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.bildirimKutusu.goster {
    display: block;
    opacity: 1;
}

.switch {
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #f9f9f9;
    cursor: pointer;
}

.switchBaslik {
    font-weight: bold;
    margin-bottom: 5px;
}

.label.acik {
    color: green;
    font-weight: bold;
}

.label.kapali {
    color: red;
    font-weight: bold;
}

.aciklama {
    font-size: 13px;
    margin-top: 5px;
    color: #555;
}

.kaydetButon {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}





































































































































































































.aboutPreview {
    max-height: 300px;
    overflow: hidden;
    background: linear-gradient(to right, #f8f8f8, #ffffff);
    padding: 7px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-family: 'Segoe UI', sans-serif;
    margin: 25px auto;
    width: 100%;
    max-width: 1215px;
}


.aboutContent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.aboutText {
    flex: 1;
    color: #333;
}

    .aboutText h2 {
        font-size: 24px;
        color: #006699;
        margin-bottom: 10px;
    }

    .aboutText p {
        font-size: 16px;
        line-height: 1.6;
        color: #444;
    }

.readMore {
    display: inline-block;
    margin-top: 10px;
    color: #006699;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .readMore:hover {
        color: #004466;
    }

.aboutLogo img {
    max-width: 200px;
    height: auto;
    border-radius: 0px;
}







































@media screen and (max-width: 1200px) {



        .footerCont {
            flex-direction: column;
            align-items: center;
        }

        .footerMenuCont {
            flex-direction: column;
            align-items: center;
        }

        .footerMenuKisa, .footerMenuUzun {
            flex: 1 1 100%;
            text-align: center;
        }
    









    .kampanya-kart {
        width: 90%;
        margin: 10px auto;
    }




    .aboutPreview {
        flex-direction: column;
        max-height: none;
        overflow: visible;
    }
    .aboutLogo {
        order: -1;
        margin-bottom: 15px;
    }
    .aboutContent {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }

    .aboutLogo img {
        max-width: 100px;
        margin-top: 20px;
    }

    .aboutText p {
        max-height: none;
        overflow: visible;
    }

    .readMore {
        display: inline-block;
        margin-top: 15px;
    }






















    .FazladanButon{
        display:none;
    }

    .iletisim-container {
        position: static;
        display: block;
    }

    .iletisim-dropdown {
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        border: 0px solid #ddd;
        border-radius: 0px;
        box-shadow: 0 0px 0px rgba(0,0,0,0);
        z-index: 999;
        min-width: 0px;
        text-align: left;
    }


        .iletisim-dropdown a {
            display: block;
            padding: 0px;
            color: #333;
            text-decoration: none;
            font-size: 14px;
        }

            .iletisim-dropdown a:hover {
                background-color: #f2f2f2;
            }

    .iletisim-container:hover .iletisim-dropdown {
        display: block;
    }

    .iletisim-simge {
        font-size:0px;
        margin-left: 0px;
    }

    .BilgilendirmeMesajlariGenelIc {
        margin: auto 15px;
        width: (100% - 30px);
    }


    .Hesabim {
        margin: 10px 0px;
    }

    .HesabimContent {
        width: calc(100% - 0px);
        margin: 0px 0px;
        display: block;
    }

    .HesabimLeft {
        width: 100%;
        height: auto;
        margin: 10px 0px;
        border: solid 0px #e2e2e2;
        padding: 0px;
    }

    .HesabimLeftBaslik {
        text-align: center;
        margin: 0px 0px;
        border-bottom: solid 0px #e2e2e2;
        padding: 0px 0px 15px 0px;
        font-size: 24px;
        font-family: "oswald",sans-serif;
    }


    .HesabimDeger {
        display: block;
        width: calc(25% - 10px);
        margin: 10px 5px;
        height: auto;
        position: relative;
    }
    .HesabimDegerler {
        width: 100%;
        margin: 5px 0px;
        display: flex;
    }


        .HesabimDeger i {
            
            font-size: 25px;
            position: relative;
            left:50%;
            top: 0%;
            color: #808080;
            transform: translateX(-50%);
        }

    .HesabimDegerId {
        cursor: pointer;
        font-size: 11px;
        position: relative;
        left: 0px;
        top: 0%;
        transform: translateY(0%);
        text-align:center;
    }
















    .HesabimSag {
        width: calc(100% - 0px);
        margin-left: 0px;
        padding: 10px;
    }

    .HesabimSagBaslik {
        text-align: center;
        font-size: 25px;
        font-family: "oswald",sans-serif;
    }

    .KullaniciBilgileri {
        width: 100%;
        margin: 15px 0px;
    }

    .KullaniciBilgiSatir {
        display: block;
        width: 100%;
    }

    .SifreGuncelleme {
        width: calc(100% - 30px);
        border-radius: 0px;
        background: #fff;
        border: solid 1px #e2e2e2;
        margin: 15px;
        height: auto;
        padding: 15px;
    }

    .KullaniciBilgiSifreGuncelleme {
        width: 100%;
        position: relative;
        display: flex;
        padding: 0px 0px;
        cursor: pointer;
    }

    .KullaniciBilgiSifreGuncellemeID {
        margin-left: 15px;
        font-size: 20px;
        color: #f60;
        font-weight: bold;
    }

    .KullaniciBilgiSifreGuncellemeSembol {
        position: absolute;
        right: 15px;
        top: 0px;
        font-size: 20px;
        color: #f60;
        font-weight: bold;
    }






    .KullaniciBilgiSaha1 {
        width: calc(100% - 30px);
        margin: 30px 15px;
        border-radius: 5px;
        background: #f8f8f8;
        border: solid 1px #e2e2e2;
        position: relative;
    }

    .KullaniciBilgiSaha2 {
        width: calc(100% - 30px);
        margin: 30px 15px;
        border-radius: 5px;
        background: #f8f8f8;
        border: solid 1px #e2e2e2;
        position: relative;
    }

    .KullaniciBilgiSaha2Id {
        position: absolute;
        top: -26px;
        left: 5px;
        font-family: "oswald",sans-serif;
    }

    .KullaniciBilgiSahaInput {
        width: 100%;
        padding: 10px;
        border-radius: 5px;
        background: none;
        outline: none;
        border: none;
        transition: .2s;
    }

        .KullaniciBilgiSahaInput:focus {
            box-shadow: rgba(0,0,0,0.2) 0 0 6px;
        }

    .SifreGuncellemeDegerler {
        margin-top: 25px;
        width: 100%;
        display: none;
    }


    .uyariKutusu {
        width: calc(100% - 0px);
    }

    .uyariMesaji {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .uyariKapatBtn {
        position: absolute;
        right: 10px;
        top: 5px;
        font-size: 14px;
        font-weight: bold;
        width: 27px;
        height: 27px;
        border: 2px solid #fff;
        outline: none;
        border-radius: 50%;
        text-align: center;
        color: #000;
        background-color: none;
    }

        .uyariKapatBtn:hover {
            background-color: #FFF;
            color: #f60;
        }

    .uyariKutusuScript {
        background-color: #fff4e5;
        border: 1px solid #ffa726;
        color: #000;
        padding: 16px;
        margin-bottom: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        width: calc(100% - 50px);
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1000;
        font-family: 'Segoe UI', sans-serif;
        transition: .2s;
        display: flex;
    }

    .uyariMesajiScript {
        font-size: 15px;
        margin-bottom: 10px;
    }




    .modalSms {
        display: none;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.6);
        font-family: 'Segoe UI', sans-serif;
    }

    .modalSms-icerik {
        background-color: #fff;
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0 8px 24px rgba(0,0,0,0.2);
        text-align: center;
        width: 320px;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
        animation: fadeInSms 0s ease-in-out;
    }

        .modalSms-icerik h2 {
            margin-bottom: 10px;
            color: #333;
        }

        .modalSms-icerik p {
            margin-bottom: 15px;
            font-size: 16px;
            color: #444;
        }

        .modalSms-icerik input {
            width: 100%;
            padding: 10px;
            margin-bottom: 15px;
            border: 1px solid #ccc;
            border-radius: 6px;
            font-size: 15px;
        }

    .modalSms-butons {
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

        .modalSms-butons button {
            flex: 1;
            padding: 10px;
            border: none;
            border-radius: 6px;
            background-color: #0078D7;
            color: white;
            font-weight: bold;
            cursor: pointer;
            transition: background-color 0.2s ease;
        }

            .modalSms-butons button:hover {
                background-color: #005a9e;
            }






    .AlisverisBilgileri {
        display: block;
    }

    .AlisverisBilgi {
        font-family: "oswald",sans-serif;
        width: calc(100% - 84px);
        margin: 25px 40px;
    }


    .YapilanAlisverisFiltreler {
        width: 100%;
        display: block;
        margin: 15px 0px;
    }

    .YapilanAlisverisFiltre {
        position: relative;
        width: calc(100% - 84px);
        margin: 25px 40px;
        border: solid 1px #808080;
        font-family: "oswald",sans-serif;
        padding: 12px;
    }
    .YapilanAlisverisBilgi {
        position: relative;
        width: calc(100% - 84px);
        margin: 25px 40px;
        font-family: "oswald",sans-serif;
        padding: 12px;
    }

    .YapilanAlisverisFiltreId {
        position: absolute;
        top: -24px;
        left: 3px;
        font-size: 15px;
    }

    .YapilanAlisverisFiltreSelect {
        outline: none;
        width: 100%;
        border: none;
    }

    .YapilanAlisverisFiltreButon {
        position: relative;
        width: calc(100% - 84px);
        margin: 0px 40px;
        background: #F60;
        color: #FFF;
        font-family: "oswald",sans-serif;
        padding: 12px;
        border-radius: 10px;
        border: none;
        font-size: 20px;
    }





    .YapilanAlisverisListesi {
        width: calc(100% - 30px);
        height: 500px;
        position: relative;
        background: #f2f2f2;
        margin: 25px 5px;
    }

    .AlisverisYokiseUyari {
        font-size: 20px;
        font-family: "oswald",sans-serif;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .YapilanAlisverislerContent {
        width: 100%;
        height: calc(100% - 35px);
        overflow-y: scroll; /* Scroll aktif */
        /* Scroll görünürlüğünü gizle */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* Internet Explorer 10+ */
    }

        .YapilanAlisverislerContent::-webkit-scrollbar {
            display: none; /* Chrome, Safari, Edge */
        }

    .YapilanAlisverisListeBasliklar {
        width: 100%;
        display: flex;
        background: #F60;
        color: #FFF;
        font-size: 11px;
        font-family: "oswald",sans-serif;
    }

    .YapilanAlisverisDegerBaslik {
        text-align: center;
        padding: 5px;
        width: 14.285%;
    }

    .YapilanAlisverisListeDegerler1 {
        width: 100%;
        display: flex;
        background: #cdd3cf;
        font-family: "oswald",sans-serif;
        font-size: 10px;
    }

    .YapilanAlisverisListeDegerler2 {
        width: 100%;
        display: flex;
        font-family: "oswald",sans-serif;
        font-size: 10px;
    }



    .FisDetay {
        background-color: rgba(0,0,0,0.8);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1500;
        display: none;
    }

    .FisDetayContent {
        width: calc(100% - 50px);
        height: 400px;
        background: #FFF;
        box-shadow: rgba(255,255,255,0.4) 0 0 10px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }



    .FisDegerlerContent {
        width: 100%;
        height: calc(100% - 65px);
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

        .FisDegerlerContent::-webkit-scrollbar {
            display: none; /* Chrome, Safari, Edge */
        }

    .FisBasliklar {
        width: 100%;
        display: flex;
        background: #33b368;
        color: #FFF;
        border: solid 1px #FFF;
        font-family: "oswald",sans-serif;
    }

    .FisBaslik {
        text-align: center;
        padding: 5px;
        width: 25%;
        border-right: solid 1px #FFF;
    }

    .FisDegerler1 {
        width: 100%;
        display: flex;
        background: #cdd3cf;
        border: solid 1px #FFF;
        font-family: "oswald",sans-serif;
        font-size: 11px;
    }

    .FisDegerler2 {
        width: 100%;
        display: flex;
        border: solid 1px #FFF;
        font-family: "oswald",sans-serif;
        font-size: 10px;
    }

    .FisDeger {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        padding: 5px;
        width: 25%;
        border-right: solid 1px #FFF;
        position: relative;
    }

























































































































    .titleBig {
            font-size: 28px;
            font-weight: bold;
            margin: 15px 0px;
        }

    .MainGallery {
        width: 100vw;
        height: auto;
        object-fit: contain; /* cover yerine contain kullanarak üstten baskıyı azaltabilirsin */
        padding: 0;
        margin: 0 auto;
        display: block;
    }

        .announcements {
            height: auto;
        }

        .announcementsCont {
            width: calc(100% - 70px);
            margin: 25px 35px;
        }

        .announcementsCont2 {
            display: block;
        }

        .announcementsDiv {
            width: 100%;
            margin: 27.5px 0px;
            height: 520px;
        }

        .DuyuruDetayCont {
            width: calc(100% - 50px);
            margin: 25px 25px;
            height: 600px;
        }

        .DuyuruDetayResim {
            position: absolute;
            width: 100%;
            height: 375px;
            top: 55px;
            left: 0px;
        }

            .DuyuruDetayResim img {
                width: 100%;
                height: 100%;
            }

        .DuyuruDetayBaslik {
            top: 0px;
            left: 15px;
        }

        .DuyuruDetayIcerik {
            top: 450px;
            left: 0px;
            width: calc(100% - 30px);
        }

      

        .swiper {
            max-width: calc(100% - 50px);
            margin: auto 25px;
            height: 225px;
        }

        .swiper-wrapper {
            display: flex;
            width: 100%;
        }

        .swiper-slide {
            margin: 15px 15px;
            width: 145px !important; /* Swiper bunu otomatik hesaplamasın */
        }

            .swiper-slide img {
                width: 145px;
                height: 95px;
                object-fit: contain;
                border-radius: 8px;
                box-shadow: 0 2px 8px rgba(0,0,0,0.2);
            }

        .informContent {
            width: calc(100% - 20px);
        }

        .ResimDosyaSabitOrta {
            width: calc(100% - 1px);
            height: 0px;
            visibility: hidden;
        }

            .ResimDosyaSabitOrta img {
                width: 100%;
                height: 100%;
            }

        .temayaozel {
            width: calc(100% - 1px);
        }

        .temayaozelcontent {
            display:inline-block;
        }

        .temayaozelcontentsol {
            top: 0;
            width: 100%;
            height: auto;
            font-family: "oswald",sans-serif;
            font-weight: 700;
            margin-right: 0px;
            padding: 0px;
        }

        .temayaozelcontentsolaciklamabaslik {
            font-size: 24px;
            margin: 5px 0px;
            color: #e06666;
            padding-left: 0px;
        }








        .temayaozelcontentsag {
            width: calc(100% - 1px);
        }


        .temayaozelcontentsagaciklamabaslik {
            font-size: 24px;
            margin: 15px 0px;
            color: #e06666;
            padding-left: 0px;
        }



        .temayaozelcontentsagaciklamasatiri {
            font-size: 18px;
            font-family: "oswald",sans-serif;
            color: #000;
        }

        .temayaozelcontentsagurunler {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
        }

        .temayaozelcontentsagurundiv {
            margin: 10px;
            width: calc(50% - 20px);
            height: 200px;
        }

        .temayaozelcontentsagurundivresim {
            width: 110px;
            height: 140px;
        }


        .temayaozelcontentsagurundivurunadi {
            font-size: 14px;
            position: absolute;
            left: 10px;
            transform: translateX(0%);
            text-align: left;
            bottom: 10px;
        }

        .YukariCikButon {
            right: 10px;
            bottom: 10px;
            width: 40px;
            height: 40px;
            background: crimson;
            opacity: 1;
            padding: 7px 4px 2px 5px;
        }




























































        body, html {
            margin: 0;
            padding: 0;
            overflow-x: hidden;
        }

        .navbar {
            top: 0;
            position: sticky !important;
            width: 100%;
            background: #fff;
            color: #a5a8a6;
            font-family: "oswald",sans-serif;
            font-size: 16px;
            height: 80px;
            z-index: 1000;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Hafif gölgeyle ayrışma */
        }



        .navbar-contet {
            width: 100%;
            height: 100%;
            display: flex;
        }

        .headerbar {
            width: 0px;
            height: 0px;
            visibility: hidden;
            display: none;
        }

        .navbar-logo {
            width: 160px;
            height: 50px;
            margin-top:5px;
            margin-left:12px;
        }

        .navbarMobilEfekt {
            top: 0px;
            position: fixed;
            width: 100%;
            background-color: rgba(0,0,0,0.6);
            z-index: 1110;
            height: 100%;
            transition: .3s;
            opacity: 0;
            visibility: hidden;
        }

    .navbar-content-valuediv {
        top: 0px;
        right: -65%;
        position: fixed;
        width: 65%;
        transition: .3s;
        height: 100%;
        box-shadow: rgba(0,0,0,0.4) 0 0 10px;
        background: #2c2c2c;
        z-index: 1111;
        margin: 0px;
        display: block;
        padding: 30px 0px 0px 0px;
        overflow-y: scroll;
    }

        .navbar-content-value {
            font-family: "oswald" sans-serif;
            font-weight: 400;
            color: #FFF;
            font-size: 22px;
            margin: 10px;
            cursor: pointer;
            transition: 0s;
        }

        .navbar-content-valuehidden {
            font-family: "oswald" sans-serif;
            font-weight: bold;
            color: #FFF;
            font-size: 22px;
            margin: 10px;
            cursor: pointer;
            transition: 0s;
            display: block;
        }

        .navbar-content-value a {
            font-family: "oswald" sans-serif;
            font-weight: 500;
            color:#fff !important;
            font-size: 23px;
            margin: 6px;
            cursor: pointer;
            transition: 0s;
        }

    .navbar-content-valuehidden a {
        font-family: "oswald" sans-serif;
        font-weight: 500;
        color: #fff !important;
        font-size: 23px;
        margin: 6px;
        cursor: pointer;
        transition: 0s;
    }

        .navbar-content-value a:hover {
            color: dodgerblue !important;
        }

        .MediaButtonMenu {
            visibility: visible;
            opacity: 1;
        }




        .sosialmediabarinstagram, .sosialmediabartwitter, .sosialmediabarfacebook, .sosialmediabarwhatsapp {
            display: none;
        }

        .SosyalMedya {
            width: 180px;
            margin: 15px auto;
            display: flex;
            visibility: visible;
            opacity: 1;
        }

        .SosyalMedyaOge {
            font-size: 24px;
            height: 50px;
            width: 50px;
            margin: auto 5px 0px 5px;
            border-radius: 50%;
            transition: .2s;
            cursor: pointer;
            z-index: 10;
            box-shadow: rgba(0,0,0,0.5) 0 0 10px;
            position: relative;
            color: #FFF;
        }



        .footerZ {
            background: #0a1f34;
            width: 100%;
            color: #FFF;
            padding: 30px 0px 10px 0px;
        }

        .footerCont {
            width: 325px;
            margin: 10px auto;
            display: block;
        }

        .footerinfo {
            padding: 0px 30px;
            width: 100%;
            height: 100%;
            border-right: 0px solid #a5a8a6;
            display:none;
        }

        .footerinfo2 {
            border-left: solid 0px #808080;
            margin: 50px auto;
            width: calc(100% - 50px);
            height: 100%;
        }

        .footerinfologo {
            margin: 15px 15px 35px 15px;
            width: 210px;
            height: 80px;
            display:none;
        }
    .footerinfologo3 {
        margin: 15px 15px 35px 15px;
        width: 210px;
        height: 80px;
        display: none;
    }




        .footerinfotelephone {
            margin: 15px 15px;
            height: 35px;
            position: relative;
            font-size: 13px;
        }

            .footerinfotelephone i {
                position: absolute;
                left: 5px;
                top: 5px;
                font-size: 22px;
                color: #808080;
            }

        .footerinfotelephoneD {
            position: absolute;
            left: 33px;
            font-size: 14px;
        }

        .footerMenu {
            width: 130px;
            margin: 0px 10px;
        }

        .footerMenuCont {
            width: 100%;
        }

        .footerMenuKisa {
            width: 85px;
            margin: 0px 15px;
        }

        .footerMenuUzun {
            width: 150px;
            margin: 0px 15px;
        }

        .footerMenuD {
            display: flex;
            margin: 7px 15px;
            position: relative;
            color: #FFF;
            font-family: "oswald",sans-serif;
            cursor: pointer;
            height: 30px;
            width: 100%;
        }

            .footerMenuD i {
                left: 0px;
                font-size: 10px;
                position: absolute;
                top: 22px;
                color: #808080;
            }

            .footerMenuD a {
                left: 20px;
                margin: 10px 0px;
                font-size: 14px;
                color: #FFF;
                font-family: "oswald",sans-serif;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
            }

            .footerMenuD:hover {
                color: dodgerblue;
            }

                .footerMenuD:hover a {
                    color: dodgerblue;
                }

            .footerMenuD a:hover {
                color: dodgerblue;
            }

        .footerbottom {
            width: 100%;
            font-size: 12px;
            padding: 5px;
            margin: 0px auto 0px auto;
            text-align: center;
            background: #0a1f34;
            color: #FFF;
        }








        .IletisimContent {
            width: calc(100% - 30px);
            display: block;
        }

        .IletisimContent2 {
            width: calc(100% - 30px);
        }

        .IletisimGonderButonu {
            width: 250px;
            font-size: 20px;
        }

        .IletisimSol {
            width: 340px;
            margin: 5px auto;
        }

        .IletisimSag {
            width: calc(100% - 30px);
            margin-left: 0px;
            margin: 5px auto;
        }

        .IletisimKonum {
            height: 250px;
        }



        .InsanKaynaklari {
            background: #FFF;
        }

        .InsanKaynaklariCont {
            width: calc(100% - 40px);
        }

        .InsanKaynaklariBaslik {
            font-size: 28px;
            margin-bottom: 70px;
        }

            .InsanKaynaklariBaslik span {
                font-size: 12px;
            }

        .InsanKaynaklariSatir {
            display: block;
        }

        .InsanKaynaklariInputTextDiv1 {
            margin: 25px auto;
            width: calc(100% - 30px);
        }

        .InsanKaynaklariInputTextDiv2 {
            margin: 25px auto;
            width: calc(100% - 30px);
        }

        .InsanKaynaklariInputTextDiv3 {
            margin: 25px auto;
            width: calc(100% - 30px);
        }

        .InsanKaynaklariDivAciklama {
            color: #000;
        }

        .InsanKaynaklariDivAciklamaAlt {
            font-size: 12px;
            bottom: -18px;
        }





        .informimage {
            position: relative;
            right: 0px;
            height: 150px;
            width: 300px;
            margin: 15px auto;
            top: 0px;
            border-radius: 0px;
        }

        .informContent-writ {
            width: 100%;
        }

        .informimage img {
            width: 100%;
            border-radius: 0px;
            height: 100%;
        }


        .scroll-lock {
            overflow: hidden;
            position: fixed;
            width: 100%;
        }








        .ProjelerContent {
            width: 100%;
            margin: 30px auto;
        }


        .ProjelerGorunum {
            display: block;
        }

        .ProjeDiv {
            width: calc(100% - 40px);
            height: 300px;
            margin: 50px 20px;
        }


        .ProjeResim img {
            filter: grayscale(0%);
        }

        .Katman {
            background: rgba(255, 255, 255, 0.0); /* Hafif karartma */
        }


        .ProjeAciklama {
            width: calc(100% - 50px);
            margin: 50px 25px;
        }

        .MainGallery2 {
            width: 100%;
            height: 250px;
        }

        .ProjeBilgiDiv {
            padding: 35px 0px;
            display: block;
        }

        .ProjeBilgiDivDeger {
            width: calc(100% - 50px);
            margin: 35px 25px;
        }







    .NedentemaSayfa {
        width: 100%;
        height: auto;
        margin: 10px 0px;
    }

    .NedentemaContent {
        width: calc(100% - 30px);
        margin: 0px 15px;
    }

    .NedenTemaTitle {
        margin: 15px !important;
    }
    .YemekCekleriCont {
        margin: 15px 15px;
        display: flex;
    }

    .YemekCekiDiv {
        width: calc(50% - 30px);
        margin: 10px 15px;
        height: 95px;
    }

        .YemekCekiDiv img {
            width: calc(100% - 20px); 
            height: calc(100% - 20px);
            margin-top: 10px;
            margin-left: 10px;
        }






    .HizmetlerimizNedenTema {
        padding: 20px 0px;
    }

    .HizmetlerContentTema {
        width: calc(100% - 30px);
        margin: 0px 15px;
    }

    .Prensipler {
        margin: 25px 0px 25px 0px;
        display: flex;
        flex-wrap: wrap;
    }

    .PrensipDiv {
        margin: 15px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        height: 330px;
        width: calc(100% - 30px);
        background: #FFF;
    }

        .PrensipDiv img {
            margin: 10px 25px;
            height: 210px;
            width: calc(100% - 50px);
        }

    .PrensipAciklama {
        font-family: "oswald",sans-serif;
        font-size: 18px;
        color: #000;
        margin: 5px 25px;
    }









    .KendiUretimlerimiz {
        width: 100%;
        height: auto;
        margin: 0px;
        padding:5px 0px;
    }

    .KendiUretimlerimizCont {
        width: calc(100% - 30px);
        margin: 0px 15px;
    }

    .KUBolme {
        width: 100%;
        margin: 45px 5px;
        display: block;
    }

    .KUBolmeBuyuk {
        width: calc(100% - 30px);
        margin: 0px 15px;
    }

    .KUBolmeKucuk {
        width: calc(100% - 30px);
        margin: 0px 15px;
        height: 250px;
        border-radius: 12px;
        display:none;
    }

        .KUBolmeKucuk img {
            width: 100%;
            height: 100%;
            border-radius: 12px;
        }



    .KartSatis {
        width: calc(100% - 50px);
        height: auto;
        object-fit: contain; /* cover yerine contain kullanarak üstten baskıyı azaltabilirsin */
        padding: 0;
        margin: 15px auto;
        display: block;
    }
    .KartSatis2 {
        width: calc(100% - 0px);
        height: auto;
        margin: 0px 0px 0px 0px;
    }
    .KartSatis3 {
        width: calc(100% - 0px);
        height: 220px;
        margin: 0px 0px 0px 0px;
    }
    .KartSatisDetay {
        right: 5px;
        bottom: 5px;
        font-size: 12px;
    }













    .UrunKategorileri {
        margin: 0px 0px 35px 0px;
    }

    .UrunKategorileriCont {
        width: calc(100% - 30px);
        margin: 0px 15px;
    }

    .KategoriDiv {
        height: 150px;
        width: calc(33% - 20px);
        margin: 10px 10px;
    }

    .KategoriResim {
        width: 100%;
        margin-left: 0px;
        height: 100px;
        margin-top: 5px;
    }
    .KategoriId {
        font-size: 13px;
    }





    .KategoriDetaylari {
        width: 100%;
        margin:15px auto;
    }

    .KategoriDetayDiv {
        box-shadow: rgba(0,0,0,0.4) 0 0 0px;
        width: calc(50% - 1px);
        height: auto;
        background: #1a3755;
        margin: 0.5px;
    }
    ul li {
        text-align: left;
        list-style-type: none;
        font-size:14px;
    }
    .KategoriDetayResim {
        margin:15px 25px;
        width: calc(100% - 50px);
        height: 155px;
        border-radius: 50%;
    }

        .KategoriDetayResim img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

    .KategoriDetayBaslik {
        color: #33b368;
        text-align: center;
        font-size: 22px;
        font-family: "oswald",sans-serif;
        margin: 15px 0px;
    }
    .UrunKategorileri2 {
        width: 100%;
        height: auto;
        margin: 0px 0px 0px 0px;
        background: #1a3755;
    }

    }