.map-sec-img{
    background: url("../images/dbay/map.jpeg");
    background-position: 39% 17%;
    background-size: cover;
    min-height: 450px;
}
.body-entertainment{
    background: url("../images/dbay/master-plan.jpg");
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}
.amenity{
    position: relative;
    width: 100%;
    padding: 0 30px;
    transition: .4s all;
    overflow: hidden;
    height: calc(100vh - 40px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* .amenity:hover{
    background-size: 200%;
} */
.amenity-title{
    position: absolute;
    top: 40%;
    transform: rotate(-90deg);
    transform-origin: 0 100%;
    height: 20px!important;
    left: 40px;
    padding: 0;
    font-size: 26px;
    text-align: left;
}
.map-sec-body > *{
    color: #fff;
}
#entertainment-section p{
    text-align: center;
    padding: 20px;
}
.amenities-section .owl-dots{
    top: auto;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.amenities-section .owl-dots .owl-dot span{
    border-radius: 50%;
}
.amenities-section .owl-dots .owl-dot.active span{
    background: #ff4713;
}
.amenity-paragraph{
    position: absolute;
    top: 60%;
    width: 90%;
    left: 30px;
    font-size: 16px;
    color: #fff;
}
.amenities-container{
    height: calc(100vh - 40px);
}
p,.map-sec-body > *{
    font-family: 'Helvetica Neue Thin Condensed'!important;
}
.map-sec-body h2{
    font-family: 'Helvetica Neue Condensed'!important;
}
.owl-theme .owl-dots .owl-dot span{
    background-color: #fff;
}
.owl-theme .owl-dots .owl-dot.active span{
    background-color: #ff4713;
}
#map-section .owl-dots, .mobile-masterplan .owl-dots{
    bottom: -25px;
}
#main-slider .main-slider .item{
    filter: none;
}
#paragraph-section p{
    background: transparent!important;
}
.body-entertainment{
    display: none;
}
.inquire-now-section-bg{
    background: url("../images/dbay/inquire.jpeg") no-repeat center center;
    filter: grayscale(1);
    background-size: cover;
}
.amenities-section{
    padding: 30px 0 60px;

}
@media (min-width:768px){

}
@media (min-width:1024px){
    .body-entertainment{
        display: block;
    }
    .amenities-container{
        height: calc(100vh - 80px);
    }
    .amenity{
        height: calc(100vh - 80px);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding-top: 10%;
    }
    .amenity-title{
        top: 40%;
        font-size: 32px;
        width: 50%!important;

    }
    .amenity-paragraph{
        width: 50%;
    }
    .map-table{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .master-plan{
        margin: 0;
    }
    .amenities-section{
        padding: 80px 0 60px;
    }
    .amenities-section h2{
        margin-bottom: 80px;
    }
    .row#paragraph-section{
        height: 80vh;
    }
    #paragraph-section p{
        width: 70%;
    }
}