﻿.page-tittle {
    font-family: 'Inter',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 24px;
    color: #212121;
}
.page-yazi {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #212121;
}

    .page-yazi p {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        color: #474747;
        font-family: 'Inter', sans-serif;
    }

.hakkimizda-card .page-tittle {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #212121;
    transition: .3s;
}
.hakkimizda-card .page-yazi {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #212121;
    padding: 0 2rem;
    margin-top: 0;
}

.hakkimizda-card .page-yazi p
{
    margin-bottom: 0;
}

.hakkimizda-card:hover .page-tittle {
    color: #FFCE13 !important;
    transition: .3s;
}

/*Hakkımızda Misyon Vizyon*/

.hakkimizda-card {
    border-radius: 10px;
    border: 1px solid #00000014 !important;
    background-color: #fff;
    transition: .3s;
    min-height: 300px;
    box-shadow: 0px 4px 43px 0px rgb(0 0 0 / 8%);
}


.banner-text-area {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    top: 0;
    margin-top: 1.7rem;
}

.owl-carousel2 img
{
    object-fit: cover;
    border-radius: 6px;
}


.pageTitle {
    font-size: 28px;
    font-family: 'Inter';
    font-weight: 700;
    line-height: 38px;
    color: #212121;
    margin-bottom: 32px;
}

.hakkimizda-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 46px;
}

@media only screen and (max-width: 1199px)
{
    .pageTitle {
        font-size: 24px;
        font-family: 'Inter';
        font-weight: 700;
        line-height: 34px;
        color: #212121;
        margin-bottom: 16px;
    }

    .hakkimizda-card .page-yazi p {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        color: #474747;
        font-family: 'Inter', sans-serif;
    }

    .hakkimizda-card .page-tittle {
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 34px;
        color: #212121;
        transition: .3s;
    }
}

@media only screen and (max-width: 991px)
{
    .page-yazi {
        text-align: start !important;
    }

    .pageTitle {
        font-size: 20px;
        font-family: 'Inter';
        font-weight: 700;
        line-height: 30px;
        color: #212121;
        margin-bottom: 16px;
    }

    .page-yazi p {
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
        color: #474747;
        font-family: 'Inter', sans-serif;
    }

    .hakkimizda-card {
        min-height: 270px;
    }

        .hakkimizda-card .page-yazi p {
            margin-bottom: 0;
            font-size: 14px;
            font-weight: 400;
            line-height: 22px;
            color: #474747;
            font-family: 'Inter', sans-serif;
        }

        .hakkimizda-card .card-body {
            display: flex;
            flex-direction: column;
            justify-content: center;
            row-gap: 16px;
        }
}

@media only screen and (max-width: 767px)
{
    .hakkimizda-card .card-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        row-gap: 16px;
        padding: 3rem;
    }

    .hakkimizda-card .page-yazi {
        padding: 0 0rem;
    }   
}

@media only screen and (max-width: 575px)
{
    .hakkimizda-card .card-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        row-gap: 16px;
        padding: 3rem 2rem;
    }

    .hakkimizda-card .page-tittle {
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 32px;
        color: #212121;
        transition: .3s;
    }

    .hakkimizda-card .page-yazi p {
        margin-bottom: 0;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        color: #474747;
        font-family: 'Inter', sans-serif;
    }

    .hakkimizda-card .card-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        row-gap: 16px;
        padding: 2rem;
    }

    
}

@media only screen and (max-width: 425px)
{
    .hakkimizda-card .card-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        row-gap: 16px;
        padding: 2rem 1rem;
    }
}