﻿/*Banner*/

.bannerArea {
    padding: 0;
    position: relative;
}

.bannerImage img {
    height: 416px;
    object-fit: cover;
}

.bannerTextArea {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    z-index: 1;
    row-gap: 16px;
}

.bannerTitle {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

.bannerDescription {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 540px;
}

.bannerOverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(22deg, #000000d4, transparent);
    z-index: 0;
}



/*Breadcrumb*/

.breadCrumb {
    margin-top: 24px;
    margin-bottom: 24px;
}





.blogDetailArea {
    width: 70%;
    margin: auto;
    margin-top: 48px;
    margin-bottom: 48px;
}

.blogTitle {
    color: #000;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

.blogDescription {
    color: #1D2939;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 32px;
}

.blogApplyTitle {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: 32px;
}

.ruleList {
    margin-top: 20px;
}

.ruleList ol {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin:0;
}

    .ruleList ol li {
        color: #1D2939;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

.blogInfoCard {
    background-color: #F2F4F7;
    padding: 16px;
    display: flex;
    column-gap: 10px;
    border-radius: 8px;
    margin-top: 20px;
}

    .blogInfoCard .infoText {
        color: #1D2939;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }




    /*Benzer Yazılar*/



.nextToNextTitle {
    color: #1D2939;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
}

.nextToNext {
    margin-bottom: 24px;
}

.similarBlogs {
    margin-top: 48px;
    margin-bottom: 48px;
}

.similarBlogImage img {
    height: 264px;
    object-fit: cover;
    border-radius: 16px;
}

.similarBlogTitle {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-top: 19px;
    padding: 0 4.5px;
}

.similarBlogDescription {
    color: #475467;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
    padding: 0 4.5px;
}

.similarBlogLink {
    text-decoration: none;
}