@media(max-width:1500px) {}

@media(max-width:1400px) {}

@media(max-width:1200px) {}

@media(max-width:1069px) {}

@media (max-width:968px) {}

@media(max-width:991px) {
    #highlight-features .feature-box {
        border-right: none;
        border-bottom: 1px solid rgba(212, 168, 79, .25);
    }

    #highlight-features .row>div:nth-last-child(-n+2) .feature-box {
        border-bottom: none;
    }

    #highlight-features .feature-box {
        padding: 15px;
    }

    #highlight-features .feature-icon {
        width: 50px;
        height: 50px;
    }

    #testimonial .owl-nav {
        display: none;
    }

    #hero-slider .hero-item {
        padding: 85px 0 80px;
        height: 550px;
    }

    #main-header .navbar-brand img {
        height: 65px;
    }

    #main-header .offcanvas {
        width: 300px;
        background: #0E3528;
    }

    #main-header .offcanvas-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
        width: 100%;
    }

    #main-header .mobile-logo {
        height: 60px;
    }

    #main-header .btn-close {
        filter: invert(1);
        opacity: 1;
    }

    #main-header .offcanvas-body {
        display: block;
        padding: 20px;
        width: 100%;
    }

    #main-header .navbar-nav {
        width: 100%;
        margin: 0 !important;
        gap: 0;
    }

    #main-header .nav-item {
        width: 100%;
    }

    #main-header .nav-link {
        display: block;
        width: 100%;
        padding: 16px 0;
        text-align: left;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

    #resort-facilities .facility-box {
        border-right: none;
        border-bottom: 1px solid #E6DDCC;
        padding: 20px 10px;
    }


    #main-header .nav-link:hover,
    #main-header .nav-link.active {
        color: #D4A84F;
        padding-left: 10px;
    }

    #booking-form .booking-item {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        margin-bottom: 15px;
        padding-bottom: 15px;
        height: auto;
    }

    #popular-amenities {
        display: none;
    }


    #lux-footer .lux-footer-info {
        border-right: none;
        border-bottom: 1px solid rgba(196, 166, 87, .5);
        padding-bottom: 20px;
    }

    #lux-footer .lux-footer-middle>div {
        border-right: none;
        border-bottom: 1px solid rgba(196, 166, 87, .5);
        padding: 25px 15px;
    }

    #lux-footer .lux-footer-middle>div:last-child {
        border-bottom: none;
    }

    #booking-contact-form .booking-form-wrapper {
        padding: 35px;
    }

    #booking-contact-form .booking-left {
        margin-bottom: 40px;
        text-align: center;
    }

    #booking-contact-form .booking-line {
        margin: auto;
    }

    #room-overview .main-image img {
        height: 320px;
    }

    #room-overview .thumb {
        width: 95px;
        height: 70px;
    }
    
    #room-price-section .room-price-box{
        padding:35px 25px;
    }

    #room-price-section .room-price-right{
        margin-top:40px;
    }

    #room-price-section h2{
        font-size:42px;
    }

    #room-price-section .sub-title{
        font-size:30px;
    }

    #room-features-section .feature-box{
        border-right:none;
        border-bottom:1px solid #eee;
        padding:35px 15px;
    }

    #room-features-section .feature-box.border-0{
        border-bottom:none;
    }

}

@media (max-width: 767px) {

        #room-features-section h2 {
        font-size: 26px;
    }

    #booking-contact-form .booking-form-wrapper {
        padding: 25px;
        border-radius: 15px;
    }

    #booking-contact-form h2 {
        font-size: 26px;
    }

    #booking-contact-form .booking-btn {
        width: 100%;
    }


    #gallery-heading .gallery-subtitle {
        text-align: center;
    }


    #lux-footer .lux-footer-top {
        padding: 15px 0;
    }

    #lux-footer .lux-footer-info {
        align-items: flex-start;
    }

    #lux-footer .lux-footer-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    #lux-footer .lux-footer-middle {
        padding: 20px 0;
    }



    #lux-footer .lux-footer-bottom {
        text-align: center;
    }

    #lux-footer .lux-footer-bottom .text-md-end {
        text-align: center !important;
        margin-top: 8px;
    }

    #gallery-heading .gallery-btn {
        display: none;
    }

    #about-resort .room-counter .number {
        font-size: 26px;
    }

    #about-resort .room-counter {
        left: 0px;
        top: 0px;
        transform: none;
        width: 80px;
        height: 80px;
    }

    #about-resort .room-counter .text {
        font-size: 11px;
        line-height: 1.5;
    }

    #about-resort h2 {
        font-size: 26px;
    }

    #about-resort p {
        text-align: justify;
    }

    #about-resort .theme-btn {
        width: 100%;
        text-align: center;
    }

    #accommodation .section-title h2 {
        font-size: 26px;
    }

    #accommodation-page .section-title h2 {
        font-size: 26px;
    }

    #testimonial .testimonial-subtitle {
        text-align: center;
    }

    #gallery-heading .gallery-title {
        font-size: 26px;
        text-align: center;
    }

    #testimonial .testimonial-title {
        font-size: 26px;
        text-align: center;
    }

    #accommodation .room-image {
        height: 100%;
    }

    #accommodation .theme-btn {
        width: 100%;
        text-align: center;
    }

    #accommodation-page .room-image {
        height: 100%;
    }

    #accommodation-page .theme-btn {
        width: 100%;
        text-align: center;
    }

    #main-header.sticky {
        padding: 0px 0;
    }

    #accommodation .room-content h3 {
        font-size: 26px;
        margin-bottom: 5px;
    }

    #accommodation .price {
        font-size: 28px;
        margin-bottom: 5px;
    }

    #accommodation .room-content ul {
        margin: 0 0 10px;
    }

    #accommodation .owl-nav {
        display: none;
    }

    #accommodation .room-content {
        padding: 10px 25px;
    }

    #accommodation .owl-dots {
        text-align: center;
        margin-top: 10px;
    }

    #hero-slider .sub-title {
        font-size: 25px;
    }

    #hero-slider h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    #breadcrumb-section .breadcrumb-line {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #breadcrumb-section {
        height: 50vh;
    }

    #breadcrumb-section .breadcrumb-content {
        padding-top: 40px;
    }

    #lux-footer .lux-footer-logo img {
        max-width: 100px;
    }


    #contact-info-section h2 {
        font-size: 26px;
    }

    #contact-info-section .contact-box {
        align-items: flex-start;
    }

    #contact-info-section .contact-box .icon {
        width: 50px;
        height: 50px;
    }

    #contact-info-section .contact-box .icon i {
        font-size: 18px;
    }

    #contact-info-section .map-box iframe {
        height: 320px;
    }

    #accommodation-page .room-content h3 {
        font-size: 26px;
        margin-bottom: 5px;
    }

    #accommodation-page .price {
        font-size: 28px;
        margin-bottom: 5px;
    }

    #accommodation-page .room-content ul {
        margin: 0 0 10px;
    }

    #accommodation-page .room-content {
        padding: 10px 25px;
    }

    #our-story h2 {
        font-size: 26px;
    }



    #our-story::before {
        width: 110px;
        bottom: 10px;
    }

    #room-overview h2 {
        font-size: 26px;
    }

    #room-overview .room-thumb-slider {
        padding: 0 35px;
    }

    #room-overview .thumb img {
        height: 70px;
    }

    #room-price-section .list{
    column-count: 1;
    column-gap: 20px;
}

}


@media (max-width:768px) {

    #main-header.sticky .nav-link:hover,
    #main-header.sticky .nav-link.active {
        color: #ffffff;
    }

    #room-overview p {
    margin-bottom: 10px;
}
}


@media(max-width:643px) {}


@media(max-width:576px) {
    #resort-facilities .facility-icon {
        width: 48px;
        height: 48px;
    }

    #resort-facilities .facility-box h6 {
        font-size: 13px;
    }


    #room-overview .thumb-wrapper {
        gap: 8px;
    }

    #room-overview .thumb-list {
        gap: 8px;
    }


    #room-overview .gallery-btn {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }
}

@media(max-width:480px) {}

@media(max-width:400px) {}

@media(max-width:359px) {}