.hero {
    background-image: url(../img-c/photos/z1.jpg);
    background-size: cover;
    background-position: left;
}

.hero::after {
    content: "";
    background: color-mix(in srgb, #060606, transparent 60%);
    position: absolute;
    inset: 0;
    z-index: 2;
}

.hero h1{
    color: #fff;
}

.hero p{
    color: #fff;
}

.hero .container{
    z-index: 3;
}

.img-aboutus{
    max-height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: 0px -156px;
}

.menu .tab-content.apt-room .menu-item .menu-img{
    width: 80%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    padding: 0px;
    border-radius: 10%;
}

@media (max-width: 1199px) {
    .hero {
        background-position: center;
    }
    .hero h1{
        font-size: 55px;
        line-height: 59px;
    }
    .img-aboutus {
        object-position: 0px 0px;
    }
    .header .logo h1{
        font-size: 18px;
    }
    .header .btn-getstarted{
        font-size: 10px;
    }
}


.txt-address {
    font-size: 28px;
}