﻿/*Hakkımızda*/

.about-us-section {
    padding: 110px 0;
}
.hakkimizda-icerik{
    column-gap:25px;
    display:flex;
    align-items:center;
    line-height: 24px;
    text-align: left;
    color: #444444;
}
.hakkimizda-baslik {
    margin-bottom:32px;
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1D2939;
}
.hakklar {
    display: flex !important;
    flex-direction: column !important;
    row-gap: 40px !important;
    margin-top: 62px !important;
    margin-bottom: 62px !important;
}
.hakkimizda-detay {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2B4250;
}
.vizyon-title {
    margin-bottom:22px !important;
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1D2939;
}
.vizyon-detay {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 46px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2B4250;
}
    .vizyon-detay::before {
        content: "";
        background-color: #FF8000;
        width: 14px;
        height: 14px;
        position: relative;
        display: flex;
        align-items: baseline;
        border-radius: 5rem;
    }
.hakkimizda-icerik svg{
    width:3rem;
}
.surdurebilirlik {
    margin-top: 60px;
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1D2939;
}
.accordion-item {
    border: 1px solid #E4E7EC !important;
    border-radius:16px !important;
}
.accordion-button {
    border-radius: 16px !important;
}
.surdurebilirlik-detay {
    margin-top: 22px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
}
.accordion{
    display:flex;
    flex-direction:column;
    row-gap:1rem;
    margin-top:30px;
}

.accordion-button:not(.collapsed) {
    color: #2B4250 !important;
    background-color: unset !important;
    box-shadow: unset !important;
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: unset !important;
}
.accordion-body {
    padding-top:0;
    color: #596D79;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.accordion-button {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2B4250;
}
.hakkimizda-row{
    justify-content:center;
    margin-top:62px;
}












































@media only screen and (max-width: 1199px)
{
    .about-us-title {
        font-size: 32px;
        line-height: 42px;
    }

    .about-us-text-area {
        row-gap: 24px;
    }

    .about-us-link a {
        font-size: 15px;
        line-height: 23px;
    }

    .about-us-description {
        font-size: 14px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 991px)
{
    .about-us-section {
        padding: 60px 0;
    }

    .about-us-title {
        font-size: 36px;
        line-height: 46px;
    }

    .about-us-description {
        font-size: 15px;
        line-height: 23px;
    }
}

@media only screen and (max-width: 767px)
{
    .vizyon-title {
        font-size: 28px;
    }
    .surdurebilirlik {
        font-size: 28px;
    }
    .hakkimizda-icerik {
    flex-direction:column;
    row-gap:1rem;
    }
    .about-us-title {
        font-size: 30px;
        line-height: 40px;
    }

    .about-us-link a {
        font-size: 14px;
        line-height: 22px;
    }

    .about-us-description {
        font-size: 14px;
        line-height: 22px;
    }
}