body {
    background-color: rgb(248 248 248) !important;
}

.banner-img {
    height: 400px;
    object-fit: cover;
}

.sayfa-banner {
    height: 83rem;
    object-fit: cover;
}
.sticky-top {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1020 !important;
}
.incele {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #2A433B;
    width: max-content;
    padding: 12px 30px 12px 30px;
    border-radius: 8px;
    border: 1px solid #2a433b;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.incele:hover {
    background-color: #2A433B;
    color: white !important;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.incele:hover i {
    color: white;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.incele i {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    color: #2a433b;
    margin-left: 10px;
}

.card-img.sayfa-banner {
    height: 800px !important;
}

.blog-card-img {
    width: 100%;
    border-radius: 12px;
}

.blog-card-title {
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    margin-top: 29px;
    margin-bottom: 12px;
    color: rgba(42, 67, 59, 1);
}
.detay-row{
    justify-content:space-between !important;
}
.blog-card-detay {
    margin-bottom:1rem;
    height: 104px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 26px;
    text-align: left;
    color: rgba(85, 105, 98, 1);
}

.card-detay {
    padding-left: 1rem !important;
}

.incele {
    column-gap: 8px;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: rgba(42, 67, 59, 1);
    display: flex;
    align-items: center;
}
.blog-row {
    row-gap: 46px;
    margin-top: -43rem !important;
    z-index: 11;
    position: relative;
}
.sag-imgs img{
    height: 255px !important;
    object-fit: cover !important;
    border-radius: 1rem !important;
}
.fazla-btn {
    background-color: #2A433B !important;
    padding: 12px 32px 12px 32px !important;
    font-family: Poppins !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 26px !important;
    border-radius: 63px !important;
    text-align: left !important;
    color: #FFFFFF !important;
    margin-top: 3rem !important;
}

.detay-title {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    color: #2A433B;
    margin-bottom: 2rem;
}
.blog-card-img {
    object-fit:cover;
    height: 355px !important;
}
.detay-img {
    object-fit:cover !important;
    height: 554px !important;
    border-radius: 12px !important;
}
.sayfa-detay {
    margin-top: 32px;
    color: #556962;
    margin-bottom: 42px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.detay-row {
    margin-top: 90px !important;
}

.img-detay {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #556962;
    margin-top: 20px;
}

.sag-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 24px;
    margin-bottom: 12px;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    color: #2A433B;
}

.sag-detay {
    margin-bottom:1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #556962;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}

.sayfa-border {
    border: 1px solid #E1E1E1;
    margin-top: 42px;
    margin-bottom: 42px;
}

.sag-sabit {
    position: relative;
    top: 40px !important;
}

@media only screen and (max-width: 991px) {
    .sag-imgs {
        margin-top: 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .banner-img {
        height: 300px;
        object-fit: cover;
    }
}
@media only screen and (max-width:425px) {
    .blog-card-img {
        height: 12rem !important; 
    }
    .incele {
        padding: 10px 20px 10px 20px !important;
    }
}