.homepage {
    position: relative;
    width: 1440px;
    height: 1024px; 
    margin: 0 auto;
    background-color: #ffffff; 
}
 

.Welcome-to-our-Home { 
    font-family: 'HelveticaNeueB';
    font-size: 80px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #1f1e1e;

    position: absolute;
    top: 32.62%;
    left: 9.02%;
    z-index: 1; 
}
 
.We-bring-original-co {
    width: 390px;
    height: 48px;
    font-family: 'HelveticaNeue';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
    position: absolute;
    top: 45.16%;
    left: 9.72%; 
    z-index: 1;
}
 
.img-hero-container {
    position: absolute;
    width: 750px;
    height: 720px;
    top: 14.84%;
    right: 0%;
}

.img-hero {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.btn-primary {
    width: 180px;
    height: 40px;
    object-fit: contain;
    position: absolute;
    top: 55.75%;
    left: 9.02%;     
}

@media screen and (max-width: 1430px) {
    .homepage { 
        width: 1024px;  
    } 
    .Welcome-to-our-Home {  
        font-size: 70px;
 
    }

    .img-hero-container {
        width: 50%;
    }

}
