.breadcrumb-area {
   background-size: cover;
   position: relative;
    min-height: 450px;
 
    background-repeat: no-repeat;
    background-color: #000; 
}

header{
    position: relative;
    z-index: 9999;
}

.breadcrumb-area::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.30); /* overlay darkness */
    z-index: 1;
}

.breadcrumb-area .banner-title{
    position:absolute !important;
    top:60% !important;
    left:50% !important;
    transform:translate(-50%,-50%) !important;

    font-family:"Playfair Display", serif !important;
    font-weight:600 !important;
    font-size:48px;
    color:#fff !important;
    text-align:center !important;
    width:90% !important;
    z-index:10 !important;
}


@media(max-width:768px){
    .breadcrumb-area .banner-title{
        font-size:28px !important;
    }
}

.banner-title-dining{
    font-family:"Playfair Display", serif;
    font-weight:600;
    font-size:48px;
    color:#fff;
    text-align:right;
    padding-left: 2rem;
}

@media(max-width:768px){
    .banner-title-dining{
        margin-top: 8rem;
        margin-bottom: -2.3rem;
        font-size:28px;
        text-align:center;
        padding-left: 0;
       
    }
    .bg-height{
        min-height: 830px !important;
    }
}
.single-slider{
    position: relative;
}

.slider-content,
.banner-title-dining{
    position: relative;
    z-index: 2;
}
.single-slider::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.30); /* overlay darkness */
    z-index: 1;
}
.banner-title-home{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    font-family:"Playfair Display", serif;
    font-weight:600;
    font-size:48px;
    color:#fff;
    text-align:center;
    width:80%;
    z-index:10;
}

@media(max-width:768px){
    .banner-title-home{
        font-size:28px;
        width:90%;
    }
}




