﻿/*İletişim*/

.contact-section {
    padding: 110px 0;
    display: flex;
    flex-direction: column;
    row-gap: 90px;
}

.contact-title-and-item-list {
    display: flex;
    flex-direction: column;
    row-gap: 56px;
}

.contact-title {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #151515;
}

.contact-item-list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.contact-item {
    display: flex;
    column-gap: 24px;
}

.contact-item-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-item-value-and-description {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.contact-item-value, .contact-item-value a {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #151515;
    text-decoration: none;
}

.contact-item-description {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: #626262;
}


.contact-item-map-link a {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #D0121C;
    text-decoration: none;
}

.contact-map, .contact-map iframe {
    aspect-ratio: 2/1.35;
    border-radius: 16px;
}

.contact-page-title {
    font-family: 'Baloo Paaji 2';
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    text-align: left;
    color: #D0121C;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1199px)
{
    .contact-page-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 36px;
    }

    .contact-title-and-item-list {
        row-gap: 32px;
    }

    .contact-title {
        font-size: 20px;
        line-height: 28px;
    }

    .contact-item-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
        min-height: 45px;
    }

        .contact-item-icon svg {
            width: 20px;
            height: 20px;
        }

    .contact-item-value, .contact-item-value a {
        font-size: 16px;
        line-height: 26px;
    }

    .contact-item-description {
        font-size: 14px;
        line-height: 22px;
    }

    .contact-item-map-link a {
        font-size: 13px;
        line-height: 19px;
    }

}

@media only screen and (max-width: 991px)
{
    .contact-section {
        padding: 60px 0;
    }

    .contact-page-title {
        margin-bottom: 36px;
    }

    .contact-us-image
    {
        display: none;
    }
}

@media only screen and (max-width: 767px)
{
    .contact-item-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
        min-height: 45px;
    }

    .contact-item-icon svg {
        width: 20px;
        height: 20px;
    }

    .contact-page-title {
        font-size: 26px;
        line-height: 36px;
    }

    .contact-title {
        font-size: 18px;
        line-height: 26px;
    }

    .contact-item-description {
        font-size: 13px;
        line-height: 21px;
    }
}