﻿#rtdbanner {
    top: 0 !important;
    padding: 0 !important
}

.bannerlink:hover {
    color: #995445 !important
}

.carousel-caption2 {
    top: 35% !important;
    position: absolute;
    width: 100% !important;
    justify-content: center;
    display: inline-grid;
    text-align: center;
    color: #744834 !important;
}

    .carousel-caption2 h5 {
        font-style: italic;
        font-size: 6vw !important;
    }

.carousel {
    height: 90vh; /* Carousel'in yüksekliği ekran yüksekliğiyle orantılı */
}

.carousel-item {
    height: 90vh; /* Her bir item'in yüksekliği ekran yüksekliği kadar */
}

    .carousel-item img {
        height: 90vh;
        width: 100%;
        object-fit: cover; /* Görselin taşma yapmadan ortalanarak sığması */
    }

.testimonial-container {
    width: 100%;
    height: 350px; /* Yüksekliği her yoruma uygun olacak şekilde ayarlayın */
    overflow: hidden; /* Sadece 3 yorumun görünmesini sağlamak için taşan içerikleri gizliyoruz */
    position: relative;
}

.testimonial {
    padding: 20px;
    /*            background: #f9f4ef;*/
    background-color: #ffffff;
    margin: 10px 0;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #744834 !important;
}

.testimonial-title {
    font-weight: bold;
}

.testimonial p {
    font-size: 12px !important;
}

.rating {
    color: #8b4513;
    font-weight: normal;
}

.rating2 {
    color: #ffd800;
    font-size: 40px;
}

/* Geçiş animasyonu */
.testimonial.fade-out {
    opacity: 0;
    transition: opacity 1s ease-out;
}

.testimonial.fade-in {
    opacity: 1;
    transition: opacity 1s ease-in;
}

.text-overlay {
    position: absolute; /* Görselin üzerine yerleştirme */
    left: 50%;
    transform: translateX(-50%); /* Ortalamak için */
    /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);*/ /* Yazıya gölge efekti */
    border-radius: 20px;
    width: 65% !important;
}

.top-text {
    top: 10%; /* Üst yazı için konum */
    background-color: #fff;
    padding: 10px 5px;
    font-size: 1.1rem;
}

.bottom-text {
    bottom: 10%; /* Alt yazı için konum */
    background-color: #fff;
    padding: 10px 5px;
}

.kutular img {
    object-fit: cover; /* Görseli kapsayacak şekilde ayarla */
    object-position: center; /* Masaüstünde ortalı göster */
}

.text-overlay > input, .text-overlay > a {
    background-color: #fff;
    border: none;
    color: #000;
    font-weight: bold;
}

.nasil-calisir {
    padding-left: 50px;
}

    .nasil-calisir h1 {
        color: #744834 !important;
        font-size: 52px !important;
        font-weight: bold;
    }

    .nasil-calisir h3 {
        color: #744834 !important;
        font-size: 30px !important;
        font-weight: bold;
    }

    .nasil-calisir p {
        font-size: 20px !important;
    }

.tag-item {
    border: 2px solid #5a3926; /* Sınır rengi (görseldeki kahverengi) */
    border-radius: 20px; /* Kenarları yuvarlatma */
    padding: 8px 16px; /* İçerik dolgusu */
    color: #5a3926; /* Yazı rengi (kahverengi) */
    font-size: 16px; /* Yazı boyutu */
    display: inline-block;
    white-space: nowrap; /* Tek satırda tut */
}

.arabaslik {
    font-size: 4.5rem;
    font-weight: bold
}

.araicerik {
    font-size: 24px;
    text-align: center
}

.degisim {
    font-weight: bold;
}

@media (max-width: 990px) {
    .carousel-caption2 h5 {
        font-style: italic;
        font-size: 10vw !important;
    }

    .degisim {
        font-size: 1.8rem;
    }

    .nasil-calisir h1 {
        color: #744834 !important;
        font-size: 32px !important;
        font-weight: bold;
    }

    .nasil-calisir h3 {
        color: #744834 !important;
        font-size: 20px !important;
        font-weight: bold;
    }

    .nasil-calisir p {
        font-size: 16px !important;
    }

    .nasil-calisir {
        padding-left: 30px !important;
    }

    .arabaslik {
        font-size: 3rem;
        font-weight: bold
    }

    .araicerik {
        font-size: 20px;
        text-align: center
    }

    .carousel {
        height: 75vh; /* Carousel'in yüksekliği ekran yüksekliğiyle orantılı */
    }

    .carousel-item {
        height: 75vh; /* Her bir item'in yüksekliği ekran yüksekliği kadar */
    }

        .carousel-item img {
            height: 75vh;
            width: 100%;
            object-position: 20% 50%; /* Yatayda %50, dikeyde %50 (orta) */
            object-fit: cover; /* Görselin taşma yapmadan ortalanarak sığması */
        }

    .kutular2 img {
        width: 100% !important;
        height: 20vh;
        object-position: 0% 50%;
    }
}

.bread {
    text-transform:capitalize;
}