

.beyazYazi {
        color: white;
    }
    
   .gtranslate_wrapper {
    margin-left: 400px !important; /* Varsayılan margin-left değeri */
}

.gtranslate_wrapper a {
    color: #ffffff !important; /* Normal durumda dil kodlarını beyaz renkte göstermek için */
}

 /* dil css mobil eklendi başlangıç */
@media only screen and (max-width: 600px) {
    .gtranslate_wrapper {
        margin-left: 0 !important;
        position: absolute;
        top: .5rem;
        right: 90px;
        z-index: 55555;
    }
    .gtranslate_wrapper img{
        height: 20px;
        width: 20px;
        object-fit: cover;
        border-radius: 40px;
        box-shadow: 0 4px 8px rgb(0 0 0 / 26%), 0 6px 20px rgb(0 0 0 / 18%);
    }
  }
 /* dil css mobil bitiş */


/* header-bottom.sticky-header.d-none.d-lg-block sınıfı mevcutken */
.header-bottom.sticky-header.d-none.d-lg-block .gtranslate_wrapper {
    margin-left: 0 !important;
}

.header-bottom.sticky-header.d-none.d-lg-block .gtranslate_wrapper a {
    color: #000000 !important; /* header-bottom.sticky-header.d-none.d-lg-block sınıfı mevcutken dil kodlarını siyah renkte göstermek için */
}



.phone-image-container {
  position: relative;
}

.phone-image {
  position: relative;
  top: -50px; /* Increase this value to move the image further up */
  left: 150%;
  transform: translateX(-50%);
}


.phone-container {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.phone-container img {
    margin-right: 10px; /* İkon ve telefon numarası arasındaki boşluk */
}

.foot {

    margin-top : 150px;
}
.footer-us{
    z-index: 1000;
}

 .custom-div {
            width: 100%;
            margin-bottom: 20px; /* Aralarına boşluk eklemek için */
        }
        
        
     .horizontal-list {
    list-style-type: none; /* Liste işaretlerini kaldırır */
    padding: 0; /* Varsayılan padding'i kaldırır */
    margin: 0; /* Varsayılan margin'i kaldırır */
    display: flex; /* Flexbox kullanarak öğeleri yatay hizalar */
    gap: 10px; /* Öğeler arasında boşluk bırakır, isteğe bağlı */

}


.horizontal-list li {
  white-space: nowrap; /* Keeps items on a single line */
  margin-right: 10px; /* Adds some spacing between items */
}
/* Mobil cihazlar için medya sorgusu */
@media (max-width: 767px) {
    .phone-image {
        position: relative;
        top: -15px; /* Increase this value to move the image further up */
        left: 85%;
        transform: translateX(-50%);
    }
    .phone-image-container{
        width: 250px;
        height: auto;
        padding-top: 35px;
    }
    .foot{
        margin-top: 0;
        padding-top: 150px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .footer-us{
        padding-top: 50px !important;
    }
    .horizontal-list {
        display: block; /* Mobilde liste öğelerini dikey hizalar */
    }

    .horizontal-list li {
        margin: 0 !important;
    }
    .sosyal{
        margin: 0 !important;
        padding: 12px;
    }
}

.sosyal {
    margin-top :75px;
    margin-bottom :50px;
}


.social-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.social-icons {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 0px 250px;
}

.social-icons li {
    padding: 10px;
    z-index: 1000;
}

.social-icons a {
    text-decoration: none;
    color: inherit;
}

.social-icons i {
    font-size: 36px; /* Masaüstü için büyük ikon boyutu */
}

/* Mobil düzenlemeleri */
@media (max-width: 768px) {
    .social-icons {
        margin: 0 !important;
        display: none;
    }

    .social-icons li {
        gap: 30px;
    }

    .social-icons i {
        font-size: 32px; /* Mobil için küçük ikon boyutu */
    }
}



.colored-icon {
    filter: brightness(0) saturate(100%) invert(14%) sepia(45%) saturate(3912%) hue-rotate(346deg) brightness(90%) contrast(108%);
}

    
   @keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.nedenbiz-size{
   height: 128px; /* Sabit yükseklik */
    width: 128px;  /* Sabit genişlik */
    box-sizing: border-box; /* Kutunun boyutlarını içeriğe göre ayarlar */
    display: block; /* Blok düzeyinde öğe olarak ayarlar */
}



        .popupcv {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 16px;
            background-color: #f1f1f1;
            z-index: 1;
            box-shadow: 0px 0px 10px #888;
            border: 1px solid #ddd;
            border-radius: 4px;
            width: 300px;
            text-align: center;
        }
        .closecv {
            position: absolute;
            top: 0;
            right: 0;
            padding: 8px;
            cursor: pointer;
        }
        
        
           .tahacv {
            margin-top: 20px; /* Varsayılan olarak mobil cihazlarda 100px */
        }

        /* Masaüstü cihazlar için medya sorgusu */
        @media (min-width: 768px) {
            .tahacv {
                margin-top: 120px;
            }
        }