.anaBlok {


}
.ABlok01 {
    height: 30rem;
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
}
.ABlok01 .baslik {
    font-size: 5rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
}
.ABlok01 .altcizgi {
    margin: 0 auto;
    width: 70px;
    height: 12px;
    background-color: var(--renk01);
}
.ABlok01 .yazi {
    padding-top: 2rem;
    max-width: 50rem;
    margin: 0 auto;
}
.ABlok02 {
    position: relative;
    height: 60rem;
    display: grid;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.ABlok02 .resim01 {
    position: absolute;
    top: 0;
    left: 0;
    height: 50rem;
    width: 60%;

    z-index: 1;
}
.ABlok02 .resim01:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 81%;
    top: 5rem;
    /* background-color: black; */
    z-index: 0;
    /* left: 9px; */
    right: 3rem;
    transform: skewX(-10.0deg);
    -webkit-transform: skewX(-10.0deg);
    border: 3px solid #d7d7d791;
}
.ABlok02 .resim01 img {
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    object-fit: cover;
    width: 100%;
    height: 90%;
    object-position: center;
}
.ABlok02 .resim02 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50rem;
    width: 60%;

    z-index: 0;
}
.ABlok02 .resim02 img {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}
.ABlok02 .cerceve {
    background-color: #FFFFFF;
    height: 28rem;
    width: 40rem;
    z-index: 9;
    padding: 4rem;
    display: grid;
    align-content: center;

}
.ABlok02 .baslik {
text-transform: uppercase;
    line-height: 1.1;
    font-weight: 700;
}
.ABlok02 .yazi {
padding-top: 2rem;
}
.ABlok03 {
    position: relative;
    height: 50rem;
    display: grid;
    justify-content: center;
    align-items: center;
    background-color: #414141;
    background-blend-mode: multiply;
    overflow: hidden;
    background-image: url(/images/jenerik/yavuz-makina-07.jpg);
    background-size: cover;
    background-attachment: fixed;
    margin: 10rem 0 0 0;
}
.ABlok03:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #000000ad;
    clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 100%;
    width: 100%;
    left: 93%;
}
.ABlok03 .baslik {
    font-size: 4rem;
    font-weight: 700;
    text-shadow: none;
    color: #fff;
}
.ABlok03 ul {
    border-left: 1px solid #FFFFFF;
    padding-left: 2rem;
}
.ABlok03 li {
    color: #FFFFFF;
    list-style: none;
    margin: 0;
}
.ABlok03 .buton01 {
    color: #FFFFFF;
    text-shadow: var(--TextShadowSiyahFlat);
}
.ABlok03Con {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    align-items: center;
    grid-column-gap: 2rem;
}
.anaTag {
    position: absolute;
    z-index: -99;
}
.anaBlokYanBaslik {
    position: relative;
    margin: 0 5rem;
}
.anaBlokYanBaslik p {
    margin: 0;
    line-height: 10rem;
    display: block;
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: 700;
}

/* todo medya */

@media screen and (max-width: 1100px) {

    .ABlok03Con {
        grid-template-columns: 1fr;
        padding: 0 5rem;
        max-width: 100%;
        grid-row-gap: 2rem;
    }
    .ABlok03 .baslik {
        font-size: 3rem;
    }
    .ABlok02 {
        height: auto;
    }
    .ABlok02 .resim01 {
        top: 0;
        height: 10rem;
    }
    .ABlok02 .resim01:before {
        display: none;
    }
    .ABlok02 .resim02 {
        bottom: auto;
        top: 50px;
        height: 10rem;
    }
    .ABlok02 .cerceve {
        background-color: transparent;
        height: auto;
        max-width: 40rem;
        width: 100%;
        padding: 200px 4rem 4rem 4rem;
    }
    .anaBlok {
        grid-template-columns: 1fr;

    }
    .anaBlokYanBaslik p {
        font-size: 2.4rem;
    }
    .Hhaberler .BlogUl {
        grid-template-columns: 1fr;
        grid-auto-rows: 32rem;
        margin-right: 5rem;
    }

}