nav {
    background: #000;
}

.banner-img {
    height: 100%;
    width: 100%;
    margin-top: 50px;
}

.about-btn{
    border-radius: 3px;
    background: #FFB400;
    width: 195.578px;
    height: 49.614px;
    flex-shrink: 0;
    border: none;
    font-size: 19px;
    font-weight: 500;
    color: white;
}

.about-right{
    display: flex;
    align-items: center;
}
.appartment-plan{
    border-radius: 40px;
}
.amenities-card{
    border-radius: 54px;
    margin: 10px;
    
}

.design-customer-text{
    color: var(--trigger-icon, #FFF);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 83px; /* 415% */
}

.design-customer-rigth{
    display: flex;
    align-items: center;
}

.design-customer-rigth-btn{
    border-radius: 3px;
    background: #FFF;
    width: 185px;
    height: 49.614px;
    flex-shrink: 0;
    border: none;
    font-size: 19px;
    font-weight: 500;
    color: black;
}

hr{
    width: 48px !important;
    height: 0px;
    flex-shrink: 0;
    fill: var(--main-black, #2A2A2A);
    stroke-width: 1px;
    stroke: var(--main-black, #2A2A2A);
    border-top: 3px solid black !important;
}

.contact-form{
    background: linear-gradient(120deg, #FFF -2.62%, rgba(255, 255, 255, 0.00) 106.14%);
}

.whatsapp-img{
    width: 225px;
    margin-top: 17px;
}

.contact-address{
    display: flex;
    align-items: center;
}