@media (min-width: 1400px) {
    .overview-detail p {
        font-size: 16px;
        line-height: 22px;
    }

    .connectvity p {
        font-size: 15px;
    }
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

@media (max-width: 991px) {
    #hero {
        height: 100vh;
        text-align: center;
    }

    #hero .animated {
        -webkit-animation: none;
        animation: none;
    }

    #hero .hero-img {
        text-align: center;
    }

    #hero .hero-img img {
        width: 50%;
    }
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero .hero-img img {
        width: 70%;
    }

    #footer .footer-bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #footer .copyright,
    #footer .credits {
        text-align: center;
        float: none;
    }

    #footer .credits {
        padding-top: 4px;
    }

    .amenities-box {
        width: 50%;
        text-align: center;
    }

    .gallery-box img {
        width: 100%;
    }

    .overview-img img {
        width: 100%;
    }

    .overview-detail {
        padding-top: 20px;
    }

    #header .logo-2 {
        margin: auto;
    }

    .navbar {
        order: 7;
    }

    .section-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .section-title h2{
        text-align: center;
        font-size: 25px;
    }

    
    #home-banner {
        margin-top: 110px;
    }
    
    .connectvity {
        margin: 15px 0 0;
    }

    .section-padding {
        padding: 50px 0;
    }
}
