﻿

.pupilicaSection {
    background-color: rgba(0, 0, 0, 1);
    width: 1920px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 35px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
}

.pupilicaWrapper {
    display: flex;
    width: 100%;
    max-width: 1400px;
    gap: 50px;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    margin:0 auto;
    justify-content:center;
}

.pupilicaContent {
    color: rgba(255, 255, 255, 1);
    max-width: 700px;
    min-width: 450px;

}

.pupilicaHeader {
    margin-bottom: 30px;
}

.pupilicaLogo {
    width: 255px;
    height: 64px;
    margin-bottom: 30px;
}

.pupilicaDescription {
    margin-bottom: 40px;
}

    .pupilicaDescription p {
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        margin: 0;
        color: #ddd;
    }


.pupilicaVisual {
    flex: 1 1 500px;
    max-width: 600px;
    min-width: 240px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .pupilicaVisual img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

@media screen and (max-width: 992px) {
    .pupilicaSection {
        padding: 50px 35px
    }
    .pupilicaContent {
        max-width: 296px;
        min-width: 220px;
    }
    .pupilicaLogo {
        width: 120px;
        height: 30px;
        margin-bottom: 15px;
    }
    .pupilicaDescription p {
        font-size: 14px;
        line-height: 20px;
    }
    .pupilicaHeader {
        margin-bottom: 15px;
    }
}


@media (max-width: 580px) {
    .pupilicaSection{
        padding:50px 20px
    }
    .pupilicaWrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap:40px;
    }
    .pupilicaContent {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .pupilicaDescription {
        margin-bottom: 30px;
    }
    .pupilicaVisual {
        flex: 1;
        max-width: 320px;
    }
}



.gencYetenekSection {
    background-color: rgba(0, 0, 0, 1);
    width: 1920px;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 50px;
    gap: 60px;
    margin: 0 auto;
    box-sizing: border-box;
}

.gencYetenekHeader {
    display: flex;
    width: 100%;
    justify-content: center;
}

.gencYetenekContainer {
    width: 100%;
    max-width: 1580px;
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap; 
}

.gencYetenekItem {
    width: 765px;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    border: 1px solid rgb(89 89 89 / 44%);
    text-align: center;
    overflow: hidden;
}
.careerImageTablet{
    display:none;
}
.gencYetenekImage {
    width: 100%;
    height: 380px;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
}

    .gencYetenekImage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.gencYetenekContent {
    padding: 50px 40px;
    background-color: rgba(0, 0, 0, 1);
}

.gencYetenekContentHeader {
    margin-bottom: 20px;
}

.gencYetenekContent h3 {
    color: rgba(255, 255, 255, 1);
    font-size: 45px;
    line-height: 54px;
    text-align: center;
    margin: 0;
    font-family:MuseoSlab;
}

.gencYetenekContentDescription {
    margin-bottom: 40px;
}

.gencYetenekContent p {
    color: #F2F3F3;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin: 0;
}

.gencYetenekContentButton {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

@media (max-width: 992px) {
    .gencYetenekSection {
        padding: 50px 20px;
        gap: 40px;
    }
    .gencYetenekItem {
        width: 342px;
    }
    .gencYetenekContainer {
        gap: 25px;

    }
    .gencYetenekContent {
        padding: 20px 20px 30px 20px;
    }
    .gencYetenekImage {
        width: 342px;
        height: 249px;
    }
    .careerImageTablet {
        display: block;
    }

    .careerImageWeb {
        display: none;
    }
    .gencYetenekContent h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .gencYetenekContent p {
        font-size: 14px;
        line-height: 20px;
    }
    .gencYetenekContentDescription {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .gencYetenekItem {
        width: 320px;
    }
}



