* {
    font-family: sans-serif;
}

body {
    background: white;
}

#wrap-navbar {
    z-index: 999;
}

.nav-link {
    letter-spacing: 1px;
    font-size: 0.9rem;
}

#wrapabout {
    padding-top : 80px;
    padding-bottom: 80px;
    padding-left: 0px;
    padding-right: 0px;
}

#active {
    color: #0099ff;
}

#btn-booking {
    font-size: 0.7rem;
    letter-spacing: 1px;
}

#wrap-carousel {
    margin-top: 45px;
    height: 500px;
    background-size: cover;
}

#img-carousel {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

#bg-transparent {
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
}

#btn-1 {
    display: block;
}

#btn-2 {
    display: none;
}

.navLink {
    font-size: 13px;
    color: gray;
    display: block;
}

.wrap-carousel2 {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    #wrap-carousel {
        margin-top: 65px;
        height: 300px;
    }

    .wrap-carousel2 {
        margin-bottom: 0px;
    }

    #img-carousel {
        height: 300px;
        object-fit: fill;
    }

    #bg-transparent {
        height: 100%;
    }

    #title-carousel {
        font-size: 13px;
    }

    #title-2 {
        font-size: 18px;
    }

    #wrap-mobile {
        top: 10%;
    }

    #btn-1 {
        display: none;
    }

    #btn-2 {
        display: block;
    }
    
    #wrapabout {
        padding-left: 0px;
        padding-right: 0px;
    }
}
