#villa-management-hero{
    height: 100vh;
    background-position: center !important;
    background-size: cover !important;
}
#villa-management-hero .container-fluid{
    bottom: 17%;
}
#villa-management-hero h1{
    color: #E43E00;
    font-size: 5.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 151.38px; /* 161.043% */
    letter-spacing: -2px;
    text-transform: uppercase;
}

#villa-management-hero a{
    border-radius: 45px;
    /* border: 1px solid #26211B; */
    background: #F4F4F4;
}
@media screen and (max-width:991px){
    #villa-management-hero h1{
        font-size: 4.875rem;
        line-height: unset;
    } 
}
@media screen and (max-width:767px){
    #villa-management-hero h1{
        font-size: 3.875rem;
    } 
}
@media screen and (max-width:567px){
    #villa-management-hero h1{
        font-size: 2.875rem;
    } 
}

.animate-bounce {
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0); /* Start and end at the original position */
    }
    50% {
        transform: translateY(10px); /* Move down by 10px */
    }
}
