
html, body{
    font-family: Arial;
    background-color: white;
}
p{
    margin-bottom: 0;
}
#navbar_top {
    transition: top 0.3s;
}
.slideText{
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}
.roomImg{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px;
}
.colaseItem{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.colaseItem div.text-white{
    background: linear-gradient(180deg, rgba(255,255,255,0.01) 0%, rgba(0,0,0,0.6) 100%);
}
.max1920{
    margin: auto;
    max-width: 1920px;
}
.diving-absolute{
    position: absolute;
}
.owl-same-height .owl-stage{
    display: flex;
}
.owl-prev,.owl-next {
    width: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
}
.owl-prev{
    margin-left: -15px;
}
.owl-next {
    right: -10px;
}
.owl-prev i, .owl-next i {
    transform : scale(2);
}
#toTopBtn {
    position: fixed;
    bottom: -150px;
    right: 30px;
    z-index: 3;
    font-size: 18px;
    border: thin solid black;
    outline: none;
    background: black;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    transition: bottom 0.3s;
}
#toTopBtn:hover {
    background: white;
    color: black;
}
#floatWA {
    position: fixed;
    bottom: 10px;
    right: 50px;
    z-index: 3;
    font-size: 35px;
    outline: none;
    cursor: pointer;
    padding: 10px 20px;
}
#floatWA img{
    width: 70px;
}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 4; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: white; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: black;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #7a7a7a;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 30px;
    right: 25px;
}

@media (max-width: 875.98px) {
    .slideText{
        top:35%;
    }
    .slideText h3{
        font-size: 0.9em;
    }
    .slideText h1{
        font-size: 1.1em;
    }
    .slideText h4{
        font-size: 1em;
    }
}
@media (max-width: 730.98px) {
    .diving-absolute{
        position: relative;
    }
}
@media (max-width: 400.98px) {
    .slideText{
        top:25%;
    }
    .slideText h3{
        display: none;
    }
    .slideText h1{
        font-size: 1.1em;
    }
    .slideText h4{
        display: none;
    }
}
