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;
}

.index_product_mh{
    height:300px;
    object-fit:contain !important;
    width:100%;
}

.index_yorum{
    max-width:50px;
}


.index_about_img_1{
    width:400px;
    height:600px;
    object-fit:cover;
}
.index_about_img_2 {
    max-width: 200px;
    height:400px;
    object-fit:cover;
}

.about_img_1{
    width:400px;
    height:500px;
}

.about_img_2{
    width:300px;
    height:300px;
    object-fit:contain;
}


.product_img_1 {
    width: 300px;
    height: 500px;
}


.about-wrapper.style2 .about-thumb .thumb12 {
    position: relative;
    margin-right: 156px !important;
    margin-left:0 !important;
}

.about-wrapper.style2 .about-thumb .thumbShape12 {
    position: absolute;
    top: 50px;
    right: 0px !important;
    left: auto !important;
}

.about-wrapper.style2 .about-thumb .thumbShape22 {
    position: absolute;
    top: 0px;
    right: 110px !important;
    left: auto !important;
}


.kart_slogan{
    font-size:24px;
    letter-spacing:2px;
}


.pmt{
    margin-top:100px;
}

.footer-section {
    background-color: var(--theme2) !important;
    color:black;
}

.footer-widgets-wrapper .single-footer-widget .footer-content p{
    color:black !important;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
    color: black !important;
}

.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    color: black !important;
}

.footer-widgets-wrapper .single-footer-widget .list-area li a {
    color: black !important;
}

.footer-bottom .footer-wrapper p, .footer-bottom .footer-wrapper p a {
    color: black !important;
}


.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

    .project-card img {
        width: 100%;
        height: 600px;
        object-fit: contain;
        transition: transform 0.4s ease;
    }

    .project-card:hover img {
        transform: scale(1.08);
    }

.project-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.4s;
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-overlay h4 {
    color: #fff;
    margin-bottom: 15px;
}

.project-overlay button {
    background: #fff;
    border: none;
    padding: 12px 14px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
}
.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

    .lightbox img {
        max-width: 85%;
        max-height: 85%;
    }

    .lightbox .close {
        position: absolute;
        top: 30px;
        right: 40px;
        font-size: 40px;
        color: #fff;
        cursor: pointer;
    }

    .lightbox .prev,
    .lightbox .next {
        position: absolute;
        top: 50%;
        font-size: 50px;
        color: #fff;
        cursor: pointer;
        user-select: none;
    }

    .lightbox .prev {
        left: 30px;
    }

    .lightbox .next {
        right: 30px;
    }


.footer_i{
    font-size:30px;
}



.whatsapp-fixed-container {
    position: fixed;
    right: 30px;
    bottom: 100px;
    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;
        color: white;
    }

    /* 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;
    }
}
