/* Mobile */
@media (max-width: 767px){
    .page-intro h1, .page-intro .h1 {
        font-size: 50px;
    }

    .h2, h2 {
        font-size: 25px;
        line-height: 25px;
    }

    .h3, h3 {
        font-size: 20px;
        line-height: 25px;
    }

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        line-height: normal;
    }

    .navbar-light .navbar-toggler {
        color:#fff;
        border-color: transparent;
        text-align: right;
    } 
    
    .navbar-light .navbar-toggler i {
        font-size: 30px;
        font-weight: 300;
        padding-right: 10px;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: -10px;
        right: auto;
        background-color: #303030;
        text-align: center;
        padding: 15px 0;
        box-shadow: 3px 8px 3px -4px rgb(0 0 0 / 10%);
        z-index: 999999;
        min-width: 110%;
    }

    .nav-link {
        display: block;
        padding: 10px 0 0 0;
    }

    .nav-item {
        color: #fff;
    }

    .nav-link.active .nav-item {
        font-size: 16px;
        padding-bottom: 0;
    }

    .navbar-collapse .dropdown-menu {
        position: static;
        float: none;
        min-width: 10rem;
        padding: 0;
        margin: 0.125rem 0 0;
        font-size: 15px;
        text-align: center;
        list-style: none;
        background-color: transparent;
        background-clip: padding-box;
        border: 0;
        border-radius: 0;
        box-shadow: none!important;
    }

    .navbar-collapse .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 0;
        clear: both;
        font-weight: 300;
        color: #fff;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    .topbar, .logo {
        display: none;
    }

    .mobi-logo {
        display: inline-block;
    }

    .mobi-logo img {
        width: 100%;
    }

    #popupshow {
        width: 340px;
    }

    .popup-close {
        top: -16px;
        right: -11px;
        width: 50px;
        font-size: 40px;
    }

    /* home */
    .home-header {
        margin: 0 5%;
    }

    .home-header .card {
        height: 500px;
        margin-bottom: 15%;
        /* background-image: url('/images/2024/home/mobile-header.jpg'); */
    }

    .home-header .card-img-overlay {
        padding:16vh 0 0 0;
        height: auto;
    }

    .home-header h1 {
        font-size: 50px;
    }

    .home-venues {
        padding: 10% 0;
    }
    .home-links h3 {
        font-size: 25px;
    }
    .testimonials {
        padding: 15% 0;
    }
    .testimonials .carousel-control-next, .testimonials .carousel-control-prev {
        top: 110%;
        width: 83%;
    }

    .rooms-info {
        padding: 15% 0;
    }

    .desktop-gallery {
        display: none;
    }
    .mobi-gallery {
        display: block;
    }
    .restaurant-gallery, .activities, .contact {
        padding-bottom: 15%;
    }
    
    /* Footer */
    .footer {
        text-align: center;
    }
    .footer .footer-logo img {
        width: 80%;
        height: auto;
        margin-bottom: 30px;
    }
    #map {
        width: 100%;
        height: 300px;
    }
}

/* Tablet & small screens: */
@media (min-width: 768px) and (max-width: 991px){
    .page-intro h1, .page-intro .h1 {
        font-size: 50px;
    }

    .h2, h2 {
        font-size: 25px;
        line-height: 25px;
    }

    .h3, h3 {
        font-size: 25px;
        line-height: 25px;
    }

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        line-height: normal;
    }

    .navbar-light .navbar-toggler {
        color:#fff;
        border-color: transparent;
        text-align: right;
    } 
    
    .navbar-light .navbar-toggler i {
        font-size: 30px;
        font-weight: 300;
        padding-right: 10px;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: -5%;
        right: -5%;
        background-color: #303030;
        text-align: center;
        padding: 15px 0;
        box-shadow: 3px 8px 3px -4px rgb(0 0 0 / 10%);
        z-index: 999999;
        min-width: 100%;
    }

    .nav-link {
        display: block;
        padding: 10px 0 0 0;
    }

    .nav-item {
        color: #fff;
    }

    .nav-link.active .nav-item {
        font-size: 16px;
        padding-bottom: 0;
    }

    .navbar-collapse .dropdown-menu {
        position: static;
        float: none;
        min-width: 10rem;
        padding: 0;
        margin: 0.125rem 0 0;
        font-size: 15px;
        text-align: center;
        list-style: none;
        background-color: transparent;
        background-clip: padding-box;
        border: 0;
        border-radius: 0;
        box-shadow: none!important;
    }

    .navbar-collapse .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 0;
        clear: both;
        font-weight: 300;
        color: #fff;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }

    .topbar, .logo {
        display: none;
    }

    .mobi-logo {
        display: inline-block;
    }

    .mobi-logo img {
        width: 50%;
    }

    #popupshow {
        width: 600px;
    }

    .home-header .card {
        margin-bottom: 10%;
        height: 530px;
    }

    .home-header .card-img-overlay {
        padding: 20vh 5vh;
        height: 530px;
    }

    .home-header {
        margin: 0 5%;
    }

    .testimonials {
        padding: 5% 0 10% 0;
    }

    .testimonials .carousel-control-next, .testimonials .carousel-control-prev {
        width: 80%;
    }

    #map {
        width: 100%;
        height: 400px;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        line-height: normal;
    }

    .header .btn-primary {
        padding: 5px 10px;
        font-size: 13px;
    }

    .header .nav-link {
        padding: 0px 10px;
    }

    .testimonials {
        padding: 5% 0 10% 0;
    }

    .testimonials .carousel-control-next, .testimonials .carousel-control-prev {
        width: 90%;
    }

    .page-intro h1, .page-intro .h1 {
        font-size: 60px;
    }

    #popupshow {
        width: 800px;
    }

    .home-header .card-img-overlay {
        padding: 25vh 15vh;
    }

    .home-header .card {
        height: 500px;
    }
}

/* Laptop: */
@media (min-width: 1200px) and (max-width: 1600px){
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        line-height: normal;
    }

    .nav-link {
        padding: 0px 10px;
    }

    .logo img {
        width: 80%;
        height: auto;
    }

    .header .dropdown-toggle {
        line-height: 10px;
    }

    .header .btn-primary {
        padding: 10px 20px;
        font-size: 13px;
    }

    #popupshow {
        width: 800px;
    }

    .home-header .card {
        height: 500px;
    }

    .testimonials {
        padding: 5% 0 8% 0;
    }

    .page-intro h1, .page-intro .h1 {
        font-size: 60px;
    }

    .footer-logo img {
        width: 70%;
    }
}

/* 14” HD Laptop */
@media (min-width: 1391px) and (max-width: 1600px){
    .nav-link {
        padding: 0px 10px;
    }

    .home-header .card-img-overlay {
        padding: 25vh 25vh;
    }

    #popupshow {
        width: 750px;
    }
}

@media (min-width: 2500px) and (max-width: 3000px){
    .nav-link {
        padding: 0px 10px;
    }

    .home-header .card-img-overlay {
        padding: 15vh 25vh;
        height: 630px;
    }

    #popupshow {
        width: 750px;
    }
}
