html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}



.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background: url(../img/arka6.png);
    background-size: 100%;
}

    body::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.parlak {
    position: relative;
    z-index: 2;
}






/***********************navbar **********************************/
@media(max-width:992px) {
    .carousel_inner_slider_img img {
        height: 100vh;
        object-fit: cover;
    }
}
@media(min-width:992px) {
    .carousel_inner_slider_img img{
        height: 100vh;
        object-fit: cover;
    }
}


.carousel-inner img {
    width: 100%;
    /*    height: 100vh;
*/ /*object-fit: cover;*/ /* Resmin tam ekranda düzgün görünmesini sağlar */
    transform: scale(1.2); /* Başlangıçta resmi biraz yakınlaştır */
    animation: zoomOut 3.5s ease-out forwards; /* Zoom-out animasyonu */
}

@media(max-width:992px) {
    /*    .carousel-inner img {
        object-fit: cover;
    }*/
}


@media(min-width:992px) {
}


/* Resmin içten dışa doğru kaymasını sağlayacak animasyon */
@keyframes zoomOut {
    0% {
        transform: scale(1.5); /* Başlangıçta daha yakınlaştırılmış */
    }

    100% {
        transform: scale(1); /* Normal boyuta döner */
    }
}

/* Resmin üzerine siyah perde ekleme */
.carousel-item {
    position: relative;
}

    .carousel-item::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Hafif siyah perde */
        z-index: 1;
    }

/* Yazıların üst kısmındaki ayarlar */
.carousel-caption {
    position: absolute;
    right: 15%;
    top: 50%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    z-index: 2;
    opacity: 0;
    animation: fadeIn 1s forwards; /* Yazıların kayarak görünmesini sağlıyoruz */
}

    /* Yazıların animasyonu */
    .carousel-caption h5 {
        font-weight: 900;
        animation: slideLeftToRight 1s ease-out forwards;
        animation-delay: 0.2s;
        opacity: 0;
        text-shadow: 3px 3px black;
    }

    .carousel-caption p {
        font-weight: 600;
        animation: slideDown 1s ease-out forwards;
        animation-delay: 0.8s;
        opacity: 0;
        margin-bottom: 50px;
        text-shadow: 3px 3px black;
    }

@media(max-width:768px) {
    .carousel-caption h5 {
        font-size: 25px;
    }

    .carousel-caption p {
        font-size: 15px;
    }
}

@media(min-width:768px) {
    .carousel-caption h5 {
        font-size: 50px;
    }

    .carousel-caption p {
        font-size: 30px;
    }
}



.carousel-caption a {
    background-color: black;
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
    color: white;
    text-decoration: none;
    opacity: 0;
    animation: slideRightToLeft 1s ease-out forwards;
    animation-delay: 1.5s;
}

/* H5 için soldan sağa kayma animasyonu */
@keyframes slideLeftToRight {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* P için yukarıdan aşağıya kayma animasyonu */
@keyframes slideDown {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* A için sağdan sola kayma animasyonu */
@keyframes slideRightToLeft {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Fade-in animasyonu */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.decorative-line {
    width: 100%;
    height: 20px;
    background: repeating-linear-gradient(135deg, white, black 10px, transparent 10px, transparent 20px);
}

@media(min-width:1200px) {

    .index_alan_1 {
        padding: 200px 0;
    }

    .index_alan_2 {
        height: 100vh !important;
    }


    .footer_imgg {
        width: 100%;
    }


    .index_alan_3 {
        padding: 200px 0;
    }
}





@media(max-width:1200px) {
    .index_alan_2 {
        height: auto;
    }

    .footer_imgg {
        width: 25%;
    }

    .index_alan_1 {
        padding: 100px 0;
    }

    .index_alan_3 {
        padding: 100px 0;
    }
}




@media(max-width:992px) {

    .footer_imgg {
        width: 100%;
    }
}


.index_alan_1_span {
    font-style: normal;
    font-weight: 700;
    color: #0067b0;
    font-size: 36px;
}

.index_alan_1_img {
    max-height: 500px;
    object-fit: cover;
}



@media(max-width:1200px) {

    .index_alan_1_h6 {
        margin-bottom: 20px;
        color: #0067b0;
        font-size: 18px;
    }

    .index_alan_1_p {
        color: white;
        font-size: 13px;
    }

    .index_alan_1_icon {
        font-size: 50px;
        color: #0067b0;
        display: none !important;
    }

    .index_alan_1_h3 {
        font-weight: 400;
        font-style: italic;
        font-family: 'Playfair Display',serif;
        font-size: 22px;
    }
}

@media(min-width:1200px) {

    .index_alan_1_h6 {
        margin-bottom: 20px;
        color: #0067b0;
        font-size: 20px
    }

    .index_alan_1_p {
        color: white;
    }

    .index_alan_1_icon {
        font-size: 60px;
        color: #0067b0;
    }

    .index_alan_1_h3 {
        font-weight: 400;
        font-style: italic;
        font-family: 'Playfair Display',serif;
        font-size: 35px;
    }
}




.section-container {
    text-align: center;
    padding: 0 0;
}

.section-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
}

@media(max-width:1200px) {
    .section-subtitle {
        font-style: italic;
        font-size: 18px;
        font-weight: 400;
        color: #0067b0;
    }


    .content-title {
        font-size: 22px;
        font-weight: 700;
        color: white !important;
        line-height: 20px;
    }
}

@media(min-width:1200px) {
    .section-subtitle {
        font-style: italic;
        font-size: 28px;
        font-weight: 400;
        color: #0067b0;
    }


    .content-title {
        font-size: 32px;
        font-weight: 700;
        color: white !important;
        line-height: 20px;
    }
}



.separator {
    width: 100px;
    border-top: 3px solid #E1E1E1; /* Çizgi rengi ve genişliği */
    margin: 20px auto;
}

.subheading {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
    color: white;
}

.section-description {
    font-size: 18px;
    font-weight: 400;
    color: white !important;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}







.services {
    position: relative;
    padding: 40px 20px;
    text-align: center;
    background-color: rgba(51, 51, 51, 0.3); /* Alt kısmın beyaz olması */
}

    .services::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%; /* Yüksekliğin yarısına kadar görünsün */
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)), url('../img/denemeslider11.png');
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 1) 100%), url('../img/denemeslider11.png');
        background-size: cover;
        background-position: center;
        z-index: 1; /* İçeriğin arka planının görünmesi için */
    }


.services-overlay {
    position: relative;
    z-index: 1000; /* Metin ve kartların arka planın önünde görünmesi için */
    color: white; /* Metin rengi */
}

.services h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.service-cards {
    /*    gap: 20px;
*/ justify-content: center;
}

.service-card {
    padding: 20px;
    text-align: center;
    z-index: 3
}

.card_ici {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    width: 100%;
}

    .card_ici img {
        height: 350px !important;
    }






.card_ici_hover {
    position: relative;
    display: block;
}

    .card_ici_hover::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.8); /* Siyah, %50 opak */
        opacity: 0;
        transition: opacity 0.3s ease; /* Opaklık değişimi için yumuşak geçiş */
    }

    .card_ici_hover:hover::after {
        opacity: 1; /* Hover olduğunda siyah perdeyi görünür yap */
    }

.card_ici img {
    transition: transform 0.3s ease; /* Resmin yumuşak geçişi için */
}


.card_ici_hover:hover .card_ici_span {
    display: block;
}

.card_ici_span {
    display: none;
    font-size: 25px;
    font-weight: 500;
    color: #0067b0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2; /* Yazının her zaman ön planda olması için */
}



.service-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: white;
    margin: 15px 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-shadow: 2px 2px 2px black;
    z-index: 2; /* Yazının her zaman ön planda olması için */
}

.service-card a {
    text-decoration: none;
    color: #4CAF50;
    font-weight: bold;
}

/* Mobil görünüm için medya sorgusu */
@media (max-width: 768px) {
    .service-cards {
        grid-template-columns: 1fr; /* Mobilde kartları tek sütun yap */
    }
}



.service-item {
    position: relative;
    padding-left: 80px;
}

    .service-item i {
        position: absolute;
        left: 0px;
        top: 5px;
        font-size: 50px;
        opacity: .4;
    }











.why-choose-us {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.section-title {
    margin-bottom: 30px;
}





.section-description {
    font-size: 18px;
    font-weight: 400;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.feature-list {
    list-style-type: none;
    padding: 0;
    font-size: 16px;
    color: #555;
}

    .feature-list li {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

    .feature-list i {
        color: #e74c3c;
        margin-right: 10px;
    }










.stats {
    background-color: rgba(0,0,0,1); /* Koyu kırmızı zemin */
}

.stat-item {
    text-align: center;
    color: white;
    padding: 20px;
    border-radius: 8px;
    transition: transform 0.3s ease, background-color 0.3s ease; /* Geçiş efekti */
}

    .stat-item:hover {
        transform: translateY(-10px); /* Yükselme efekti */
    }

    .stat-item i {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .stat-item h3 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .stat-item p {
        font-size: 16px;
        font-weight: 400;
    }

@media (max-width: 768px) {
    .stat-item {
        margin-bottom: 20px; /* Mobilde aralarındaki mesafeyi arttırıyoruz */
    }
}


.new_container:hover {
    transform: scale(0.95); /* Hover olduğunda kutunun içine doğru yaklaşması */
}


.new_container {
    position: relative;
    transition: transform 0.3s ease-in-out; /* Hover geçişi */
}

.new_container_a:hover .new_content {
    display: flex;
}

.new_container_a:hover .new_content_icon {
    display: flex;
}


.new_content {
    position: absolute;
    bottom: 5px;
    display: none;
    left: 30px;
    color: white;
    text-shadow: 2px 2px 2px black;
}

    .new_content h6 {
        font-size: 24px;
    }



.new_content_icon {
    position: absolute;
    top: 5px;
    display: none;
    left: 30px;
    color: white;
    text-shadow: 2px 2px 2px black;
    font-size: 30px;
    background-color: #0067b0;
    padding: 20px;
    border-radius: 50%;
}




.contact-info {
    /*    padding: 50px 0;
*/ /*    background-color: #f9f9f9;
*/
}

.info-item {
    text-align: center;
    color: black;
    padding: 30px;
    border-radius: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease; /* Hover geçişi */
}

    .info-item i {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .info-item h5 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .info-item p {
        font-size: 16px;
        font-weight: 400;
    }

    .info-item:hover {
        transform: translateY(-10px); /* Yükselme efekti */
    }

@media (max-width: 768px) {
    .info-item {
        margin-bottom: 20px;
    }
}



@media(max-width:992px) {
    .logonavbar {
        width: 150px;
    }
}

@media(min-width:992px) {
    .logonavbar {
        width: 75px;
    }
}

@media(min-width:1200px) {
    .logonavbar {
        width: 100px;
    }
}

@media(min-width:1500px) {
    .logonavbar {
        width: 150px;
    }
}

@media(max-width:992px) {
    .logonavbar {
        width: 150px;
    }
}

@media(min-width:992px) {
    .logonavbar {
        width: 75px;
    }
}

@media(min-width:1200px) {
    .logonavbar {
        width: 100px;
    }
}

@media(min-width:1500px) {
    .logonavbar {
        width: 150px;
    }
}

@media (max-width: 768px) {
    .slider .block h1 {
        font-size: 36px !important;
        line-height: 70px;
    }
}


@media (max-width: 400px) {
    .header-top .header-top-info a {
        margin-left: 0px;
        display: inline !important;
        font-size: 12px;
        margin-left: 10px;
        margin-right: 10px;
    }
}


@media (max-width: 992px) {
    .navbar-toggler {
        color: #fff !important;
    }
}



.header-top {
    background: rgba(169, 169, 169, 0.5) !important;
    color: #919194;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

    .header-top .header-top-info {
        color: #919194;
        font-size: 16px;
    }

        .header-top .header-top-info a {
            margin-left: 15px;
            color: white;
            text-decoration: none;
        }

#navbar {
    background: rgba(169, 169, 169, 0.5) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

    #navbar .nav-link {
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: .5px;
        transition: all .25s ease;
    }


.btn-solid-border {
    border: 2px solid #0067b0 !important;
    background: transparent !important;
    border-radius: 50px;
}



.page-title {
    padding: 50px 0;
    position: relative;
}

    .page-title:before, .stats:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background: #000;
        opacity: 0.8; /* Arka planda yarı saydamlık */
        z-index: 1; /* Yalnızca arka planı etkiler */
    }

    .page-title .block {
        position: relative;
        z-index: 1; /* İçeriğin üstte görünmesini sağlar */
    }

        .page-title .block h1 {
            color: #fff !important;
        }

.bg-1 {
    background: url(../img/proje5.png) no-repeat 50% 50%;
    background-size: cover;
    position: relative; /* Resmin üzerine eklediğimiz efektin görünmesini sağlar */
}



.list-inline-item a {
    text-decoration: none;
}

.section {
    padding: 100px 0;
}


.text-color {
    color: #0067b0 !important;
}





.stats {
    background: url(../img/proje1.png) no-repeat;
    background-size: cover;
    position: relative;
    padding: 25px !important;
}

.z_index_2 {
    position: relative;
    z-index: 2; /* İçeriğin üstte görünmesini sağlar */
}








.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    transition: transform 0.3s ease;
}

    .project-card:hover {
        transform: scale(1.05);
    }

.project-img {
    transition: opacity 0.3s ease;
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Karartma */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
    color: white;
}

.project-card:hover .project-overlay {
    opacity: 1 !important; /* Hover olduğunda görünür hale gelir */
}

.project-title {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%); /* Başlığı ortala */
    font-size: 24px;
    font-weight: bold;
    z-index: 2; /* Başlık her zaman ön planda */
    opacity: 1;
    transition: opacity 0.3s ease;
    color: white;
    width: 100%;
    text-align: center;
    text-shadow: 3px 3px 5px black;
}

.project-card:hover .project-title {
    opacity: 0; /* Hover olduğunda başlık kaybolur */
}

.project-btn {
    color: white;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border: 2px solid black;
}

    .project-btn:hover {
        background-color: rgba(0,0,0,0.8);
    }

    .project-btn i {
        margin-right: 8px;
    }


.a_link {
    font-size: 18px;
}

    .a_link:hover {
        font-size: 20px;
    }


.dropdown-item {
    color: white !important;
}

    .dropdown-item:hover {
        color: black !important;
    }



.dropdown-menu {
    background-color: black !important;
}


.card_ici_cover {
    object-fit: cover;
}



#logo {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulseLogo 5s ease-in-out infinite;
    z-index: 9999;
}

    #logo img {
        width: 300px;
    }

@keyframes pulseLogo {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
    }
}
/* Sayfa İçeriği Başlangıçta Gizli */
#content {
    display: none;
}

/* Sayfa Yüklenince içerik görünür olacak */
.show-content #content {
    display: block;
}

/* Sayfa Yüklenmeden önce logo görünsün */
.loading {
    display: block;
}

/* Sayfa yüklendikten sonra logo kaybolmalı */
.hidden {
    display: none;
}





@media(max-width:992px) {
    .proje_detay_font a {
        font-size: 10px;
    }

    .nav-pills .nav-link {
        padding: 5px;
    }
}

@media(min-width:992px) {
    .proje_detay_font a {
        font-size: 16px;
    }

    .nav-pills .nav-link {
        padding: 25px;
    }
}


.carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0) !important;
    z-index: 1;
}


.nav-pills .nav-link {
    background-color: black; /* Başlangıç rengi */
    color: white;
    font-weight: bold;
    position: relative;
    text-align: center;
    border-radius: 0;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%); /* Çatı şekli */
    transition: background-color 0.3s ease;
}

    .nav-pills .nav-link.active {
        background-color: #0067b0; /* Seçili başlık için koyu kırmızı */
    }

    .nav-pills .nav-link:hover {
        background-color: #0067b0; /* Hover efekti */
    }

.tab-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.tab-pane h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.tab-pane p {
    font-size: 16px;
    line-height: 1.6;
}





@media(max-width:992px) {
    .sahibinden {
        max-height: 12px;
    }
}

@media(min-width:992px) {
    .sahibinden {
        max-height: 25px;
    }
}




.Project_card_height {
    height: 300px;
    background-color: rgba(169, 169, 169, 0.5) !important;
    display: flex;
    align-items: center;
}






@media(max-width:992px) {
    .carousel-indicators {
        display: none;
    }


    .small_screen_navbar {
        display: none;
        align-items: center;
    }

    .small_screen_navbar_img {
        width: 100%;
    }
}


@media(min-width:992px) {
    .small_screen_navbar_img {
        width: 50%;
    }
}



.proje_aa {
    color: rgba(169, 169, 169, 0.8);
    font-size: 30px;
}


.kamu_bg:hover .proje_aa {
    color: #0067b0;
    font-size: 40px;
}

.ozel_bg:hover .proje_aa {
    color: #0067b0;
    font-size: 34px;
}

.kamu_bg {
    background-size: 100%;
}
    .kamu_bg:hover {
        transform: scale(1.1);
    }
    .kamu_bg::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0, 0.5) !important
    }


.ozel_bg {
    background-size: 100%;
}

.ozel_bg:hover {
    transform:scale(1.1);
}

    .ozel_bg::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0, 0.5) !important
    }





@media(max-width:1200px){
    .proje_aa {
        color: rgba(169, 169, 169, 0.8);
        font-size: 12px;
    }


    .kamu_bg:hover .proje_aa {
        color: #0067b0;
        font-size: 24px;
    }

    .ozel_bg:hover .proje_aa {
        color: #0067b0;
        font-size: 24px;
    }
    .kamu_ozel {
        height: 30vh;
    }

}

@media(min-width:1200px) {
    .proje_aa {
        color: rgba(169, 169, 169, 0.8);
        font-size: 30px;
    }


    .kamu_bg:hover .proje_aa {
        color: #0067b0;
        font-size: 34px;
    }

    .ozel_bg:hover .proje_aa {
        color: #0067b0;
        font-size: 34px;
    }
    .kamu_ozel {
        height: 60vh;
    }

}