﻿/* Hakkımızda */
.about-us-section {
    padding: 110px 0;
}

.about-us-text-area {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.about-us-description-and-link {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.about-us-title {
    font-family: 'Baloo Paaji 2';
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    color: #D0121C;
}

.about-us-link a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-decoration: underline;
    color: #D0121C;
}

.about-us-description {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #444444;
}

.line-kisa1-mobil {
    width: 190px;
    height: 1px;
    color: #000;
    margin-top: 1.4375rem;
    margin-bottom: 1.4375rem;
    opacity: 1;
}
.hikayemiz-detay1-wrapper-mobil {
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}
.hikayemiz3-mobil {
    color: #8A8A8A;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}


.hikaye-detay {
    position: relative;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

    .hikaye-detay.truncated {
        max-height: 500px;
    }

.hikaye-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    cursor: pointer;
    display: none;
}

    .hikaye-overlay::after {
        content: "Devamını Oku";
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        color: #F48929;
        font-weight: bold;
        background-color: white;
        padding: 5px 15px;
        border-radius: 20px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

.line-kisa1-mobil,
.hikayemiz-detay1-wrapper-mobil,
.hikayemiz3-mobil {
    display: none;
}

@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) {
    .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;
    }

    .hikaye-detay.truncated + .hikaye-overlay {
        display: block;
    }

    .hikaye-detayy {
        display: none;
    }
    .hikaye-mobil{
        margin-bottom: 2rem;
    }
    .hikaye-detay:not(.truncated) ~ .line-kisa1-mobil,
    .hikaye-detay:not(.truncated) ~ .hikayemiz-detay1-wrapper-mobil,
    .hikaye-detay:not(.truncated) ~ .hikayemiz3-mobil {
        display: block;
        animation: fadeIn 0.5s ease;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }
}
