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%;
}




.cta-popup {
    position: absolute;
    left: 70px;
    background: #c026d3 !important;
    color: white;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.4s ease;
}

.cta-popupa {
    position: absolute;
    right: 70px;
    background: #c026d3 !important;
    color: white;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.4s ease;
}

/* aktif olunca görünür */
.cta-popup.show {
    opacity: 1;
    transform: translateX(0);
}


/* aktif olunca görünür */
.cta-popupa.show {
    opacity: 1;
    transform: translateX(0);
}


.whatsapp-fixed-container {
    position: fixed;
    left: 20px;
    bottom: 30px;
    z-index: 9999;
}

/* WhatsApp Butonu */
.whatsapp-link {
    display: inline-block;
    background-color: #25d366;
    color: white;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* WhatsApp İkonu */
    .whatsapp-link i {
        font-size: 25px;
        z-index: 2;
    }

    /* Dalga Animasyonu */
    .whatsapp-link .wave {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(37, 211, 102, 0.5);
        border-radius: 50%;
        animation: wave-animation 1.5s infinite;
    }

        /* Dalga Efektinin Zamanlaması */
        .whatsapp-link .wave:nth-child(2) {
            animation-delay: 0.5s;
        }

        .whatsapp-link .wave:nth-child(3) {
            animation-delay: 1s;
        }

/* Dalga Animasyonu */
@keyframes wave-animation {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}



.phone-fixed-container {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 9999;
}

/* WhatsApp Butonu */
.phone-link {
    display: inline-block;
    background-color: black;
    color: white;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* WhatsApp İkonu */
    .phone-link i {
        font-size: 18px;
        z-index: 2;
    }

    .phone-link .wave {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0, 0.5);
        border-radius: 50%;
        animation: wave-animation 1.5s infinite;
    }

        /* Dalga Efektinin Zamanlaması */
        .phone-link .wave:nth-child(2) {
            animation-delay: 0.5s;
        }

        .phone-link .wave:nth-child(3) {
            animation-delay: 1s;
        }


.header_logo {
    width: 200px !important;
    /*    height: 75px !important;
*/
}

.slider_img2 {
    max-height: 700px;
}

.footer_logo {
    max-width: 250px !important;
}

.proje_img {
    height: 300px !important;
    object-fit: cover;
}

.proje_detay_img {
    max-height: 500px;
    object-fit: contain;
}

.anasayfa_project_img {
    max-height: 500px !important;
    object-fit: cover !important;
}

.anasayfa_blog_img {
    max-height: 280px !important;
    object-fit: cover !important;
}

.blog_img {
    max-height: 280px !important;
    object-fit: cover !important;
}

.blogdetay_img {
    max-height: 380px !important;
    object-fit: cover !important;
}

.hizmetdetay_img {
    max-height: 280px !important;
    object-fit: cover !important;
}


@media (max-width:576px) {
    .btn_sm_10 {
        font-size: 10px !important;
    }
}







.project-box a {
    width: 100%;
}

.project-box img {
    width: 100%;
    height: 500px !important;
    object-fit: contain;
}

.genel_buton {
    background-color: yellow;
    padding: 15px 30px;
    color: black;
    font-weight: 600;
}


.genel_buton {
    background-color: yellow;
    padding: 15px 30px;
    color: black;
    font-weight: 600;
}


.footer_site_haritasi  {
    padding: 0;
}

.footer_site_haritasi li {
    color: white !important;
    list-style-type: none !important;
}

    .footer_site_haritasi li a {
        color: white !important;
        list-style-type: none !important;
    }






.projects li .project-box img{
    max-height:300px !important;
}