/** Home Banner **/
#homeBanner {
    min-height: 50%;
    height: 100vh;
    overflow: hidden;
    color: #D3D3D3;
}


#homeBanner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/wp-content/themes/kadimhukuk/assets/images/home-banner.webp");
}

.homeBanner-Content {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 992px) {

    .homeBanner-Content {
        width: 100%;
    }
}


.homeBanner-Content .homeBanner-CompanyTitle {
    color: #E5E5E5;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 7px;
}

.homeBanner-Content .homeBanner-Title {
    font-weight: 200;
    line-height: 1;
    font-size: 55px;
    font-family: "Urbanist", sans-serif;
}

@media (max-width: 767px) {
    .homeBanner-Content .homeBanner-Title {
        font-size: 40px;
    }
}


.homeBanner-Content p {
    font-weight: 200;
    line-height: 1.7;
}