/*.hero {*/
/*    position: relative;*/
/*    height: 80vh;*/
/*    width: 100%;*/
/*    background-image: url("/asset/luxus/46129.jpg");*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.overlay {*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: rgba(0,0,0,0.35);*/
/*}*/

/*.hero-content {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    text-align: center;*/
/*}*/

/*.hero-content h1 {*/
/*    font-family: 'Cinzel', serif;*/
/*    color: #fff;*/
/*    font-size: 48px;*/
/*    letter-spacing: 3px;*/
/*    font-weight: 500;*/
/*}*/

.hero {
    position: relative;
    height: 70vh;
    width: 100%;
    background-image: url("/asset/luxus/46129.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: flex-start;   /* left side */
    align-items: flex-end;         /* bottom side */
    padding: 60px;                 /* thoda spacing */
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: left;   /* text bhi left align */
}

.hero-content h1 {
    font-family: 'Cinzel', serif;
    color: #fff;
    font-size: 40px;
    letter-spacing: 3px;
    font-weight: 400;
}