.bloglar{
    margin: 10%;
    padding: 5%;
}

.blog{
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
    border-color: #CC7351;
    height: auto; 
}

@media(max-width: 600px){
    .blog{
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 20px;
    }
    .buyuk-resim {
        min-width: 100%;
    }
}

.detay {
    display: flex; 
    justify-content: flex-start; 
    align-items: flex-start; 
    height: auto;
}

#btn1{
    margin-top: 80px;
}
#btn2{
    margin-top: 60px;
}
#btn3{
    margin-top: 20px;
}

#img1,
#img2,
#img3{
    display: none;
}

.card-img-top.blog-img {
    max-height: 150px; /* Maksimum yüksekliği belirtin */
    width: auto;
    object-fit: contain; /* Resmi görsel kutusuna sığacak şekilde otomatik boyutlandırma */
}


.blog-body a{
    margin-left: 40%;
    margin-top: 1rem;
}

.custom-btn {
    overflow: hidden;
    color: #CC7351;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #CC7351;
    background-color: white;
    border-radius: 10px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    cursor: pointer;
}


.custom-btn:hover {
    color: white;
    position: relative;
    z-index: 4;
    border-color: #CC7351;
}

.custom-btn:hover::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #CC7351;
    animation: fillWater 0.5s ease forwards;
    z-index: -1;
}

.card-title{
    font-weight: 500;
}

.buyuk-resim {
    width: 30%;
    height: auto;
    object-fit: cover;
    overflow: hidden; 
}



.custom-link {
    color: #1b1c1a;
    font-size: clamp(18px, 4vw, 25px);
    text-decoration: none;
    position: relative;
}

.custom-link::after {
    content: "";
    position: absolute;
    border-radius: 15%;
    width: 100%;
    height: 2.5px;
    bottom: 0;
    left: 0;
    background-color: #232422;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
}

.custom-link:hover::after {
    visibility: visible;
    transform: scaleX(1);
}

.buyuk-card{
    display: none;
    border-color: #CC7351;
}

.buyuk-blog h5{
    font-size: 1.2rem;
    font-style: italic;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: #CC7351;
}
