@charset "utf-8";
/* CSS Document */

/*---For Laptop---*/
@media (max-width: 1800px) {}

@media(min-width:1200px) {}

/*---For Laptop---*/
@media (min-width: 1200px) and (max-width: 1400px) {}

@media (min-width: 1024px) and (max-width: 1199px) {}

@media (min-width: 992px) and (max-width: 1024px) {}

@media (max-width: 1230px) {}

@media (max-width: 1199px) {}



/*---For Horizental iPad---*/
@media (min-width: 992px) and (max-width: 1199px) {
    #trip-grid .trip-row {
        height: 500px;
    }

    #trip-grid .trip-hf {
        width: 66.67%;
    }

    #trip-grid .trip-hf,
    #trip-grid .trip-qt {
        height: auto;
    }

    #trip-grid .trip-qt {
        width: 33.33%;
    }
}

@media (min-width: 991px) {}

@media (min-width: 768px) {}

/*---For Vertical iPad---*/
@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 991px) {
    header .row {
        flex-direction: row-reverse;
    }

    .menu_v1 .hamburger_2 {
        text-align: end;
    }

    header.fixed_header.sticky .logo_sticky,
    header .logo_normal {
        text-align: start;
    }

    .col-20 {
        width: 33.33%;
    }

    .row_list_version_2 .room-listing_item .box_item_info {
        height: 270px;
        margin-bottom: 40px;
    }

    .room_sec .row {
        justify-content: center;
    }

    #trip-grid .trip-row {
        height: auto;
    }

    #trip-grid .trip-hf {
        width: 100%;
        height: 420px;
    }

    #trip-grid .trip-qt {
        width: 50%;
        height: 420px;
    }

    .wedding_sec .pinned-image__container img {
        height: 100% !important;
    }

    .box_item_info {
        padding: 30px 20px 20px;
    }

    .package_sec .box_item_info h2,
    .box_item_info h2 {
        font-size: 20px;
    }

    .pinned-image--medium {
        height: 75vh;
    }

    .ContactBar-container {
        justify-content: center;
    }

    .ContactBar-title {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .ameniti_list {
        grid-template-columns: repeat(3, 1fr);
    }
}

/*---For Mobile---*/
@media (max-width: 767px) {
    .row_list_version_2 .col-20 {
        width: 100%;
    }

    .col-20 {
        width: 50%;
    }

    .row_list_version_2 .room-listing_item .box_item_info {
        height: auto;
    }

    .room_sec .box_facilities {
        padding: 0 0px 25px;
    }

    header {
        padding: 5px 0;
    }

    .pinned_over_content h2 {
        font-size: 34px;
    }

    .title h2,
    .title h3,
    .title h1 {
        font-size: 24px;
    }

    .margin_120,
    .margin_120_0 {
        padding-top: 60px;
    }

    .margin_120 {
        padding-bottom: 60px;
    }

    #home-carousel .owl-pagination {
        padding: 0 0 50px;
        gap: 10px;
    }

    #home-carousel .banner_text {
        font-size: 12px;
        padding: 6px 14px;
    }

    .room_sec {
        padding: 0;
    }

    /* 
    .sticky_menu {
        display: none !important;
    } */

    #trip-grid .trip-hf,
    #trip-grid .trip-qt {
        height: 250px;
        width: 100%;
        margin: 4% 4% 0;
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .room_wrapper #home-carousel .parallax_wrapper .img_over img {
        margin-left: 0;
        width: 40% !important;
    }

    .room_wrapper #home-carousel .parallax_wrapper .img_over {
        bottom: -15%;
        right: 0%;
    }

    #home-carousel .long_img {
        height: 300px;
    }

    .wedding_sec .owl-prev,
    .wedding_sec .owl-next {
        display: none !important;
    }

    .cstm_nav ul li svg {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

    .cstm_nav ul li a {
        font-size: 12px;
        padding: 4px;
        transform: translate(115px, 0px);
    }

    .eme_details .collapse {
        position: relative;
        top: 0;
    }

    footer {
        padding-top: 60px;
    }

    footer .action-btn {
        margin-bottom: 30px;
    }

    .ameniti_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .room_sec .ameniti_list .box_facilities {
        padding: 0;
    }

    .ameniti_list .box_facilities h3 {
        font-size: 12px;
    }

    .ameniti_list .box_facilities svg {
        width: 25px;
    }

    .ameniti_list .box_facilities i {
        font-size: 25px;
    }
}

@media (min-width:576) {}

@media (max-width: 578px) {}

@media (max-width: 480px) {}

@media (max-width: 420px) {
    /* .ameniti_list {
        grid-template-columns: repeat(1, 1fr);
    } */
}

@media (max-width: 393px) {}

@media (max-width: 346px) {}