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;
}

.bg_main_renk {
    background-color: #3e76de !important;
}

.color_main_renk {
    color: #3e76de !important;
}





@media(min-width:1px) and (max-width:768px) {
    .vieo {
        width: 100%;
    }
}

@media(min-width:1px) and (max-width:500px) {
    .navbar_hemen_ara {
        display: none
    }

        .navbar_hemen_ara span {
            font-size: 14px;
            margin-right: 5px;
        }
}


@media(min-width:500px) {
    .navbar_hemen_ara {
        border: 1px solid #3e76de;
        color: #3e76de;
        padding: 10px;
    }

        .navbar_hemen_ara span {
            font-size: 14px;
            margin-right: 10px;
        }
}


@media(min-width:1200px) and (max-width:1400px) {
    .navbar_a {
        color: white;
        text-transform: uppercase;
        font-size: 12px;
    }



        .navbar_a:hover {
            color: black;
            text-transform: uppercase;
            font-size: 13px;
        }
}

@media(min-width:1400px) {
    .navbar_a {
        color: white;
        text-transform: uppercase;
        font-size: 16px;
    }




        .navbar_a:hover {
            color: black;
            text-transform: uppercase;
            font-size: 17px;
        }
}



.hakkimizda_img_1 {
    max-width: 714px;
    max-height: 423px;
    object-fit: cover;
}

.hakkimizda_img_2 {
    max-width: 400px;
    max-height: 323px;
    object-fit: cover;
}

.ref_img {
    max-width: 250px !important;
    margin-bottom: 50px;
}



.img_galery_img {
    transition: all .50s;
    border-radius: 25px;
    z-index: 1;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

    .img_galery_img:hover {
        z-index: 20;
        transform: scale(2);
    }

.img_galery_container {
    margin-bottom: 25px;
}


.hizmetler_img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 25px;
    box-shadow: 2px 2px black;
}

.hizmetler_baslik {
    font-size: 20px;
}

.whatsapp-fixed-container {
    position: fixed;
    right: 50px;
    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: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
}

    /* WhatsApp Ękonu */
    .whatsapp-link i {
        font-size: 30px;
        z-index: 2;
        color: white !important;
    }



.tel-fixed-container {
    position: fixed;
    right: 50px;
    bottom: 175px;
    z-index: 9999;
}

/* WhatsApp Butonu */
.tel-link {
    display: inline-block;
    background-color: red;
    color: white;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
}

    /* WhatsApp Ękonu */
    .tel-link i {
        font-size: 30px;
        z-index: 2;
        color: white !important;
    }




.bg_projeler {
    background-color: black;
}

.swiper-slide div {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black !important;
}


.swiper-slide div {
    background-color: rgba(0,0,0,0) !important;
}

@media(max-width:1024px) {
    .swiper-slide div img {
        width: 100%;
    }
}


@media(min-width:1024px) {
    .swiper-slide div img {
        width: 100%;
    }
}
