.sub-banner1{
    background-image: url("../images/about/banner-img2.webp");
}
.hotel-sec .hotel-row{
    margin-top: 2rem;
}
.hotel-sec .hotel-row1{
    margin-top: 4rem;
}
.we-img, .we-img1{
    position: relative;
}
.we-img img{
    border-radius: 8px;
    transition: .5s ease;
}

.we-img img:hover{
    transform: translate(18px,-20px) ;
}
.we-img1 img:hover{
    transform: translate(-18px,-20px) ;
}
.we-img::after{
    content: "";
    position: absolute;
    bottom: 6%;
    left: 3%;
    background-color: #ec691f;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 8px;
}
.we-img1::after{
    content: "";
    position: absolute;
    bottom: 6%;
    background-color: #ec691f;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: -4%;
    border-radius: 8px;
}
.hotel-sec .margin-top{
    margin-top: 2rem;
}
.hotel-sec .fresh-food{
    margin-bottom: 60px;
}
.hotel-img img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.4s ease;
    transform: scale(1);
    margin-bottom: 10px;
}
.hotel-img img:hover{
    transform: scale(1.08);
}
.hotel-img h6{
 text-align: center;
 
}
.we-text h2, .owner-msg h2{
    font-size: 1.6rem;
}
