a {
    text-decoration: none;
    color: unset;
}

.container.custom-container {
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 15px;
}

.banner {
    background-image: linear-gradient(90deg, rgb(0 0 0 / 53%) 0%, rgba(0, 0, 0, 0) 100%), url(/bull-metal/img/bannerbackground.png);
    position: relative;
    width: 100%;
    height: 544px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.banner-text-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-title {
    font-family: Manrope;
    font-weight: 600;
    font-size: 46px;
    color: #FFFFFF;
}

.banner-button {
    max-width: 100%;
    height: 100%;
    padding: 8px 16px;
    border: 2px solid #FFFFFF3D;
    border-radius: 4px;
}

.index-link {
    color: #FFFFFF99;
    font-family: Raleway;
    font-weight: 500;
    font-size: 14px;
}

.bannerbutton-link {
    font-family: Raleway;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

.banner-bigname {
    margin: auto;
    position: absolute;
    bottom: 0;
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 140px;
    text-align: center;
    line-height: 88px;
    letter-spacing: 40%;
    color: transparent;
    -webkit-text-stroke: 1px #FFFFFF5C;
    width: 100%;
    letter-spacing: 50px;
}

.haber-area {
    margin-top: 188px;
    display: flex;
}

.detay-date {
    margin-top: 38px;
    display: flex;
    max-width: 178px;
    padding: 8px 24px;
    background-color: #FE0000;
    border: 2px solid #F5F5F5;
    border-radius: 4px;
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.detay-title {
    margin-top: 30px;
    font-family: Inter;
    font-weight: 600;
    line-height: 62px;
    font-size: 48px;
    color: #000000;
    padding-right: 181px;
}

.detay-desc {
    margin-top: 46px;
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #1B1B1B;
    padding-right: 140px;
}

.haber-detay-img img {
    width: 100%;
    height: 679px;
    object-fit: cover;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.other-haber-card {
    display: flex;
}

.other-haber-area {
    background-color: #F5F5F5;
    padding: 40px 24px 40px 36px;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    border-radius: 10px;
}

.other-haber-title {
    font-family: Manrope;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
}

.other-haber-card {
    gap: 12px;
    padding-right: 69px;
}

.other-haber-card img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 124px;
    border-radius: 4px;
}

.other-haber-text-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 8px;
}

.other-haber-card-date {
    font-family: Manrope;
    font-weight: 400;
    font-size: 13px;
    color: #545454;
}

.other-haber-card-title {
    font-family: Manrope;
    font-weight: 500;
    font-size: 15px;
    color: #292621;
}

@media (max-width: 1530px) {
    .other-haber-card {
        gap: 12px;
        padding-right: 0px;
    }

    .detay-title {
        padding-right: 0px;
    }

    .detay-desc {
        padding-right: 0px;
    }
}

@media (max-width: 991px) {
    .detay-title {
        line-height: 45px;
        font-size: 35px;
    }

    .other-haber-area {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    .other-haber-area {
        background-color: unset !important;
        padding: 0 !important;
    }

    .detay-desc {
        font-size: 16px;
    }

    .detay-title {
        line-height: 35px;
        font-size: 25px;
    }

    .haber-area {
        margin-top: 80px;
    }

    .haber-detay-img img {
        height: 100%;
    }
}

@media (max-width: 471px) {
    .banner-text-area {
        display: flex;
        flex-direction: column;
        row-gap: 12px;
    }
}