﻿/*Banner*/

.bannerArea {
    padding: 0;
    position: relative;
}

.bannerImage img {
    height: 416px;
    object-fit: cover;
}

.bannerTextArea {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    z-index: 1;
    row-gap: 16px;
}

.bannerTitle {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

.bannerDescription {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 540px;
}

.bannerOverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(22deg, #000000d4, transparent);
    z-index: 0;
}





.kurumsalCard {
    border: 1px solid #E4E7EC;
    padding: 32px;
    text-align: center;
    border-radius: 16px;
}

.kurumsalTitle {
    color: #1D2939;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.kurumsalDescription {
    color: #344054;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    width: 60%;
    margin: auto;
    margin-top: 24px;
}

.kurumsalCardIcon {
    width: 56px;
    height: 56px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E4E7EC;
    border-radius: 50px;
}

.kurumsalCardTitle {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-top: 16px;
}

.kurumsalCardDescription {
    color: #344054;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
}

.kurumsalArea {
    margin-top: 96px;
    margin-bottom: 96px;
}

.kurumsalAreaRow
{
    row-gap: 48px;
}

.kurumsalBottomBannerArea {
    padding: 0;
    margin-bottom: 96px;
}

.kurumsalBottomBannerArea img {
    height: 467px;
    object-fit: cover;
}