

/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*------------------------------------------------------------------- 991px x 768px ---------------------------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1342px) {}

@media (min-width: 992px) and (max-width: 1199px) {
    .book_room h1 {
        font-size: 28px;
    }
    .carousel-indicators {
        bottom: 17px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navigation.navbar-dark .navbar-nav .nav-link {
        margin: 0 10px;
    }
    .banner .carousel-item img {
        min-height: 570px;
    }
    .book_room h1 {
        font-size: 19px;
    }
    .carousel-indicators {
        bottom: 27px;
    }
    .book_btn {
        padding: 11px 24px;
    }
    .listing_detail {
        padding: 45px 0;
    }
    .listing_gallery {
        margin-bottom: 24px;
    }
    .listing_cover,
    .listing_carousel .carousel-item {
        aspect-ratio: 1.45 / 1;
    }
    .listing_panel {
        height: auto;
    }
    .listing_info_row {
        margin-top: 24px;
    }
    .listing_info_block {
        height: auto;
        margin-bottom: 24px;
    }
    .listing_amenity_groups {
        grid-template-columns: 1fr;
    }
    .our_room .room .bed_room {
        padding: 26px 18px 22px;
    }
    .our_room .room .bed_room h3 {
        font-size: 20px;
    }
    .room_actions {
        gap: 7px;
    }
    .room_action {
        min-width: 38px;
    }
    .room_action_icon {
        width: 36px;
        height: 36px;
    }
    .room_action_label {
        font-size: 10px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    header .row {
        display: flex;
        flex-wrap: nowrap;
    }
    header .logo_section {
        flex-basis: 25%;
        max-width: 25%;
        width: 25%;
    }
    header .row > div:last-child {
        flex-basis: 75%;
        max-width: 75%;
        width: 75%;
    }
    .header {
        min-height: 70px;
    }
    .logo_section {
        min-height: 70px;
    }
    .logo img {
        width: 150px;
        max-width: none;
        max-height: none;
        margin-left: -10px;
    }
    .banner .carousel-item img {
        min-height: 570px;
    }
    .carousel-indicators {
        bottom: 27px;
    }
    .about .titlepage {
        max-width: inherit;
    }
    .about_img {
        margin-top: 30px;
    }
    .main_form .send_btn {
        margin-bottom: 30px;
    }
    ul.link_menu {
        margin-bottom: 20px;
    }
    .navigation.navbar {
        float: right;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        width: 100%;
        min-height: 70px;
    }
    .navigation .navbar-collapse {
        background: #102724;
        padding: 20px;
        margin-top: 0;
        top: 100%;
        position: absolute;
        width: 100%;
        margin-right: 20px;
        z-index: 999;
    }
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: #fff;
    }
    .navigation.navbar-dark .navbar-toggler {
        border: inherit;
        float: right;
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 0;
        display: block !important;
    }
    .navigation.navbar-dark .navbar-toggler-icon {
        background-image: url(images/menu_icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 32px 32px;
    }
    .listing_detail {
        padding: 40px 0;
    }
    .listing_gallery {
        margin-bottom: 22px;
    }
    .listing_cover,
    .listing_carousel .carousel-item {
        aspect-ratio: 4 / 3;
    }
    .listing_thumbs {
        grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
        gap: 8px;
        padding: 10px;
    }
    .listing_panel {
        height: auto;
        padding: 24px;
    }
    .listing_panel h3 {
        font-size: 24px;
    }
    .listing_info_row {
        margin-top: 22px;
    }
    .listing_info_block {
        height: auto;
        padding: 24px;
        margin-bottom: 22px;
    }
    .listing_amenity_groups,
    .listing_amenity_grid {
        grid-template-columns: 1fr;
    }
    .d_none {
        display: none;
    }
}

@media (max-width: 575px) {
    header .row {
        display: flex;
        flex-wrap: nowrap;
    }
    header .logo_section {
        flex-basis: 25%;
        max-width: 25%;
        width: 25%;
    }
    header .row > div:last-child {
        flex-basis: 75%;
        max-width: 75%;
        width: 75%;
    }
    .logo {
        text-align: center !important;
        padding-bottom: 0;
        float: none;
        display: flex;
        align-items: center;
    }
    .logo img {
        width: 135px;
        max-width: none;
        max-height: none;
        margin-left: -14px;
    }
    .header {
        min-height: 65px;
    }
    .logo_section {
        min-height: 65px;
    }
    .banner .carousel-item img {
        min-height: 570px;
    }
    .book_room h1 {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 15px;
    }
    .book_now .online_book {
        margin-bottom: 20px;
    }
    .book_btn {
        padding: 11px 24px;
    }
    .listing_detail {
        padding: 32px 0;
    }
    .listing_gallery {
        margin-bottom: 20px;
    }
    .listing_cover,
    .listing_carousel .carousel-item {
        aspect-ratio: 4 / 3;
    }
    .listing_carousel .carousel-control-next,
    .listing_carousel .carousel-control-prev {
        width: 16%;
    }
    .listing_carousel .carousel-control-next-icon,
    .listing_carousel .carousel-control-prev-icon {
        width: 30px;
        height: 30px;
    }
    .listing_thumbs {
        grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
        gap: 7px;
        padding: 9px;
    }
    .listing_panel {
        height: auto;
        padding: 22px 18px;
    }
    .listing_panel h3 {
        font-size: 23px;
    }
    .listing_info_row {
        margin-top: 20px;
    }
    .listing_info_block {
        height: auto;
        padding: 22px 18px;
        margin-bottom: 20px;
    }
    .listing_amenity_groups,
    .listing_amenity_grid {
        grid-template-columns: 1fr;
    }
    .listing_actions {
        gap: 10px;
    }
    .our_room .room .room_price {
        left: 18px;
        font-size: 13px;
        bottom: -15px;
        padding: 10px 12px;
    }
    .our_room .room .bed_room {
        padding: 26px 18px 22px;
    }
    .our_room .room .bed_room h3 {
        font-size: 21px;
    }
    .room_actions {
        gap: 8px;
    }
    .room_action {
        min-width: 40px;
    }
    .room_action_icon {
        width: 38px;
        height: 38px;
    }
    .room_action_label {
        font-size: 10px;
    }
    .about .titlepage {
        max-width: inherit;
    }
    .about_img {
        margin-top: 30px;
    }
    .main_form .send_btn {
        margin-bottom: 30px;
    }
    ul.link_menu {
        margin-bottom: 20px;
    }
    .navigation.navbar {
        float: right;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        width: 100%;
        min-height: 65px;
    }
    .navigation .navbar-collapse {
        background: #102724;
        padding: 20px;
        margin-top: 0;
        top: 100%;
        position: absolute;
        width: 100%;
        margin-right: 20px;
        z-index: 999;
    }
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: #fff;
    }
    .navigation.navbar-dark .navbar-toggler {
        float: right;
        border: inherit;
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 0;
        display: block !important;
    }
    .testimonial_box {
        padding: 0px 19px 40px 20px;
    }
    .navigation.navbar-dark .navbar-toggler-icon {
        background-image: url(images/menu_icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 32px 32px;
    }
    .d_none {
        display: none;
    }
}
