@media screen and (min-width: 768px) {
      .testimonial-carousel .testimonial-box {
     min-height: 510px;
    }
}

@media screen and (min-width: 992px) {
    
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        align-items: center;
        gap: 30px;
    }

    /* 14-5-25 */
    .footer {
        padding: 50px 0 0 0;
    }

    .footer p {
        font-size: 14px;
        line-height: 16px;
        color: var(--text-color);
    }

    .footer h4 {
        margin: 0 0 30px 0;
    }
}

@media screen and (min-width: 1200px) {
     .testimonial-carousel .testimonial-box {
     min-height: 480px;
    }
    
    .room-info p {
        font-size: 13px;
        line-height: 25px;
        margin: 10px 0 0 0;
    }

    .room-list-item .room-services {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1440px) {
    .room-list-item .room-services {
        margin-top: 65px;
    }
      .testimonial-carousel .testimonial-box {
     min-height: 460px;
    }
}









@media screen and (max-width: 1199px) {
    .testimonial-section .section-title h2 , .section-title h4 {
        font-size: 50px;
    }

}

@media screen and (max-width: 991px) {
     .brand-info {
    margin-top:0px;
}

    section .room-grid-item,
    section .news-grid-item,
    section .newsv2-item,
    section .staff-item,
    section .offer-item,
    section .event-item,
    section .shop-item {
        margin-bottom: 30px;
    }

    .about-us .section-title h4   {
        font-size: 48px;
        font-weight:800;
    }

    .section-title p {
        font-size: 13px;
    }

    section .section-title .view-all {
        display: none;
    }

    /* 14-5-25 */
    .footer {
        padding: 50px 0 0 0;
    }

    .footer p {
        font-size: 16px;
        line-height: 20px;
        color: var(--text-color);
    }

    .footer h4 {
        margin: 25px 0 30px 0;
    }

    /* 14-5-25 3:36 */
    .room-list-item .room-info {
        padding: 30px 30px;
    }
}


@media screen and (max-width: 767px) {
    .slide-content {
    top: unset;
    bottom: 45px;
}
    .brand-info {
    margin-top:0px;
}
    .home-page .bg-body-tertiary :not(.collapsed) .nav-link {
    color: var(--text-color);
}
    .gallery-filters::before{
       height:0px;
       width:0px;
    }
    .gallery-filters {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
        align-items: center;
        margin-bottom: 30px;
    }
    
    .gallery-filters .filter{
        font-size:23px;
            line-height: 25px;
    }
    .navbar-collapse {
        background-color: #fff;
        padding: 15px;
        border-radius: 8px;
        margin-top: 10px;
    }
 
    .navbar.bg-body-tertiary .navbar-collapse {
        background-color: #fff !important;
    }

    .testimonial-section .section-title h2 , .section-title h4,
    .section-title.sm h4 {
        font-size: 30px;
    }

    section {
        padding: 60px 0;
    }

    .booking-form .form-group {
        flex: 100%;
    }

    .booking-form .form-group.button {
        align-items: stretch;
    }

    .booking-form {
        position: relative;
        transform: none;
        left: 0;
        right: 0;
        padding: 20px 0;
    }

    .form_contact {
        -webkit-box-shadow: 0 15px 75px 0 rgba(0, 0, 0, .07);
    box-shadow: 0 15px 75px 0 rgba(0, 0, 0, .07);
        padding: 15px 30px;
    }

    .guests-dropdown {
        top: unset;
            bottom: 71px;
    }
}