.daire {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.daire img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    /* Karartma oranı */
    bottom: 20px;
    left: 20px;
    width: 62%;
}

.h2 {
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    color: #6c757d;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.at-h5 {
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: left;
    padding-left: 5px;
    font-size: 100%
}

.at-p {
    color: white;
    text-align: left;
    padding-left: 5px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 100;
    font-size: 75%
}



/* Türknet davet kodu sayfası için */


.iletisimBtn {
    background-color: #b8b8b8;
    color: white;
    font-size: 15px;
    padding: 4px 18px;
    border: none;
    cursor: pointer;
    transition: background-color 0.5s ease;
    /* Yumuşak renk geçişi */
}

.iletisimBtn:hover {
    background-color: #495057;
    /* Hover durumunda daha koyu gri */
}

main section {
    color: #2f2f2f
}

.tdk {
    background-color: #EFEFEF;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}

/* Buton */

.wp_buton {
    background-color: #25D366;
}

.nav-link {
    color: gray !important;
    font-size: 11px !important;
}

.nav-link:hover {
    color: black !important;
}

.active {
    color: #333333 !important;
    font-weight: bold;
}

div a i:hover {
    color: rgb(77, 77, 77) !important;
}

.daFa {
    text-decoration: none;
    color: gray;
    font-size: 12px;
    font-weight: bold;
}

.daFa:hover {
    color: rgb(72, 72, 72);
    transition: all 0.3s ease;
}

.info {
    color: gray;
    font-size: 12px;
}

.xxx:hover {
    color: rgb(72, 72, 72);
    transition: all 0.3s ease;
}

.xxx {
    margin-left: 10px;
    font-size: 14px;
}

.nav-item {
    margin-left: 18px !important;
}

.test {
    max-width: 100%;
    height: auto;
}

.iletisim-banner {
    background: #f8f8f8;
    padding: 10px 20px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.noktali-ap {
    background: white;
    background-image: radial-gradient(gray 8%, transparent 6%);
    background-size: 5px 5px;
}

.span {
    background: #f8f8f8;
    text-decoration: none;
    color: gray;
    text-align: left;
    gap: 8px;
    transition: color 0.3s ease;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
}

.span:hover {
    color: rgb(72, 72, 72) !important;
}

.karart {
    transition: filter 0.3s ease-in-out;
}

.karart:hover {
    filter: brightness(30%);
}

.sc {
    padding: 1px;
    background-color: white;
    color: black;
    font-size: 12px;
    border: 1px solid black;
    float: left;
    padding: 2px;
    margin-right: 4px;
    margin-top: 3px;
    text-decoration: none;
}

.sc:hover {
    color: rgb(72, 72, 72) !important;
}

.kucukResimler {
    width: 55px;
    height: 56px;
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.gizli {
    opacity: 0;
    transform: translateX(100%);
    animation: slideIn 1s ease-out forwards;
    animation-delay: 0.2s;
    /* 0.5 saniye sonra başlasın */
}

/* whatsapp */

.whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* background: #25d366; */
    background: gray;
    /* border-radius: 50px; */
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: white;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-container:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.whatsapp-icon {
    width: 24px;
    height: 24px;
}

.kart2 {
    border: 1px solid #dee2e6;
    border-radius: 0;
    background-color: #ffffff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
}

.kart {
    border: 1px solid #dee2e6;
    border-radius: 0;
    background-color: #ffffff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.kart:hover {
    transform: translateY(-5px);
    box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.1);
}

.kart h4 {
    font-size: 18px;
    font-weight: bold;
    color: #343a40;
}

.kart h2 {
    font-size: 24px;
    font-weight: bold;
    color: #212529;
}

.kart p {
    font-size: 14px;
    color: #6c757d;
}

.btn-ozel {
    width: 100%;
    background-color: #343a40;
    color: #ffffff;
    border-radius: 3px;
    padding: 10px;
    transition: background 0.3s;
}

.btn-ozel:hover {
    background-color: #495057;
}

.card {
    border-radius: 0;
    transition: transform 0.3s;
}

/* anasayfada ki kartlar için uygulanmak üzere yoruma alınmıştır.
.card:hover {
    transform: scale(1.05);
} */

.kenarlik {
    padding: 2px 9px 2px 9px;
    border: 2px solid gray;
    border-radius: 8px;
}

.kenarlik:hover {
    border: 2px solid #b0b0b0;
}

.sadeLink {
    text-decoration: none;
}

.text2 {
    font-size: 15px;
    font-weight: 100;
    text-align: justify;
}

.kucukYazi {
    font-size: 12px;
    color: #6c757d;
}

.iletisim1 {
    color: white;
    font-size: 60px;
    text-align: center;
    text-decoration: none;
}