@media (max-width: 1799px) {}

@media (max-width: 1599px) {
    .hero-banner {
        min-height: 720px;
    }

    .hero-text-wrapper {
        left: 6%;
    }

    .our-room-slider .owl-carousel .owl-nav button.owl-next {
        right: 0%;
    }

    .our-room-slider .owl-carousel .owl-nav button.owl-prev {
        left: 0%;
    }
}

@media (max-width: 1429px) {

    .h1,
    h1 {
        font-size: 64px;
    }

    .h2,
    h2 {
        font-size: 40px;
    }

    .nav-link {
        font-size: 16px;
        margin-right: 40px;

    }

    .hero-text h1 {
        line-height: 78px;
    }

    .about-image {
        width: 520px;
        height: 620px;

    }

    .sub-title {
        font-size: 14px;
    }

    .about-content {
        padding-left: 30px;
    }

    .about-content p {
        padding-right: 0px;

    }

    .our-room-slider .owl-carousel .owl-stage-outer {
        padding: 70px 20px;
    }

    .our-room-image::after {
        right: 0;
    }

    .our-room-slider .owl-carousel .owl-nav button.owl-next,
    .our-room-slider .owl-carousel .owl-nav button.owl-prev {
        width: 54px;
        height: 54px;
        font-size: 30px;

    }

    .our-room-slider .owl-carousel .owl-nav button.owl-prev {
        left: -6%;
    }

    .our-room-slider .owl-carousel .owl-nav button.owl-next {
        right: -6%;
    }

    /* Service page Start /-- */
    .page-hero-banner {
        min-height: 560px;
    }

    /* Service page End /-- */
}

@media (max-width: 1365px) {

    .h1,
    h1 {
        font-size: 62px;
    }

    h3,
    .h3 {
        font-size: 26px;
    }

    .hero-banner {
        min-height: 600px;
    }

    .hero-text h5 {
        font-size: 18px;
        margin-bottom: 14px;

    }

    .service-amenities-wrap-icon {
        width: 56px;
        height: 56px;
    }

    .service-amenities-wrap h6 {
        line-height: 1.5;
        font-size: 16px;
    }

    .our-room-slider .owl-carousel .owl-nav button.owl-prev {
        left: 0%;
    }

    .our-room-slider .owl-carousel .owl-nav button.owl-next {
        right: 0%;
    }

    /* attraction start*/
    .attraction-image-wrapper {
        width: 600px;
        height: 460px;
    }

    .attraction-content-wrapper {
        width: 560px;
    }

    /* attraction end*/
}

@media (max-width: 1199px) {
    .navbar-brand {
        width: 114px;
        height: 86px;
    }

    .nav-link {
        font-size: 15px;
        margin-right: 30px;
    }

    .nav-item:last-child .nav-link {
        margin-right: 30px;
    }

    .about-image {
        width: 440px;
        height: 540px;
    }

    .about-content {
        padding-left: 0;
    }

    .about-content p {
        line-height: 32px;
        font-size: 15px;
    }

    .about-amenities {
        gap: 20px;
        margin-bottom: 40px;
    }

    .about-amenities-item span {
        font-size: 14px;
    }

    .icon-wrap {
        width: 30px;
    }

    .check-box {
        width: 36px;
        height: 36px;
        font-size: 18px;
        margin-right: 12px;

    }

    .our-room-slider .owl-carousel .owl-stage-outer {
        padding: 70px 8px;
    }

    .feedback-content {
        font-size: 16px;
        line-height: 30px;

    }

    footer.sec-spacing {
        padding: 120px 0 0;
    }

    /* Service page Start /-- */
    .page-hero-content {
        left: 8%;
    }

    .service-page .service-amenities-icon-wrap {
        grid-template-columns: repeat(4, 1fr);
    }

    /* Service page End /-- */

    /* -- // Contact-us Page Styles Start // -- */

    .contact-us-content-wrap {
        padding-left: 0;
        padding-top: 30px;
    }

    /* -- // Contact-us Page Styles End // -- */
}

@media (max-width: 1023px) {

    /* NAVBAR TOGGLER START */
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .navbar-toggler {
        width: 35px;
        height: 35px;
        padding: 0;
        border: none;
        text-align: center;
        position: absolute;
        right: 40px;
        top: 50%;
        z-index: 222;
        transition: all 0.5s;
        transform: translateY(-50%);
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler span {
        position: relative;
        width: 100%;
        height: 2px;
        background-color: var(--primary);
        display: block;
        background-image: none !important;
        margin-left: auto;
    }

    .navbar-toggler span::after,
    .navbar-toggler span::before {
        position: absolute;
        content: "";
        width: 25px;
        height: 2px;
        background-color: var(--primary);
        right: 0;
        transition: all 0.5s;
    }

    .show-menu .navbar-toggler span {
        height: 0;
    }

    .navbar-toggler span::before {
        top: -7px;
    }

    .navbar-toggler span::after {
        top: 7px;
    }

    .show-menu .navbar-toggler span::after,
    .show-menu .navbar-toggler span::before {
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(45deg);
        top: -1px;
    }

    .show-menu .navbar-toggler span::after {
        transform: rotate(-45deg);
    }

    body.show-menu {
        overflow: hidden;
    }

    .navbar-collapse {
        display: flex;
        flex-direction: column;
        position: fixed;
        justify-content: flex-start;
        align-items: center;
        left: 0;
        right: 0;
        min-height: 100vh;
        height: 100vh;
        width: 100%;
        background-color: var(--white);
        z-index: 99;
        transition: 0.3s all;
        top: 0;
        transform: translateX(-100%);
        padding: 100px 140px 60px;
        margin: 0 auto;
    }

    .show-menu .header-top {
        display: none;
    }

    .show-menu .navbar-collapse {
        transform: translateX(0);
    }

    .navbar-nav {
        margin: 0 auto 40px auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* NAVBAR TOGGLER END */

    .h1,
    h1 {
        font-size: 60px;
    }

    .header-top {
        font-size: 13px;
    }

    .hero-text p {
        font-size: 15px;
    }

    .hero-text-wrapper {
        max-width: 500px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        font-size: 28px;
    }

    /* .form-section.desktop {
        display: none;
    }
    
    .form-section.mobile {
        display: block;
    } */
    .form-section {
        width: 100%;
        margin-top: 80px;
        margin-left: 0;
        position: static;

    }

    .sec-title {
        margin-bottom: 50px;
    }

    .about.sec-spacing {
        padding: 120px 0;
    }

    .about-content .sec-title {
        margin-bottom: 10px;
    }

    .exclusive-offer-content-wrap p {
        font-size: 15px;
        line-height: 30px;
    }

    .service-amenities-wrap {
        margin: 20px 0;
    }

    .our-room-image {
        width: 520px;
        margin-left: 10px;
    }

    .booking-wrapper h2 {
        font-size: 38px;
        padding: 0 30px;
    }

    /* Service page Start /-- */
    .page-hero-banner {
        min-height: 520px;
    }

    /* Service page End /-- */
}

@media (max-width: 991px) {

    .h1,
    h1 {
        font-size: 58px;
    }

    .header-top,
    .hero-text p {
        display: none;
    }

    .nav-link {
        font-size: 16px;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .nav-item:last-child .nav-link {
        margin-right: 0px;
        margin-bottom: 0;
    }

    .hero-text h1 {
        margin-bottom: 0;
    }

    .hero-text .prime-btn {
        margin-top: 20px;
    }

    .web-res-form {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .form-section {
        padding: 40px 30px;
    }

    .web-res-form-item:nth-child(5) {
        grid-column: 1 / span 2;
    }

    .form-section .prime-btn {
        padding: 16px 14px;
        ;
    }

    .about-image img {
        border-radius: 0;
    }

    .about-image {
        width: 100%;
        height: 460px;
        margin: 0 auto;
    }

    .about-content {
        /* padding-top: 40px; */
        padding-bottom: 40px;
    }

    .about-amenities {
        margin-bottom: 0;
    }

    .our-room-image {
        width: 100%;
        margin-left: 0;
        height: 400px;
    }

    .ofh {
        height: 100%;
    }

    .our-room-content {
        padding: 40px 30px;
    }

    .our-room-slider .owl-carousel .owl-stage-outer {
        padding: 50px 4px;
    }

    .booking-hotel-icon {
        width: 80px;
    }

    .booking-wrapper h2 {
        font-size: 32px;
        padding: 0 20px;
    }

    .feedback-slider-top-wrap {
        padding: 60px 40px;
        height: 320px;
    }

    .feedback-slider-bottom-wrap {
        margin-top: 30px;
    }

    .feedback-slider-icon {
        width: 60px;
        height: 60px;
    }

    footer.sec-spacing {
        padding: 100px 0 0;
    }

    .footer {
        background-image: unset;
        background: var(--black);
    }

    .footer-grid-item {
        /* text-align: center; */
        margin-bottom: 70px;
    }

    .footer-about,
    .footer-link-wrapper {
        padding-left: 60px;
    }

    /* Service page Start /-- */
    .sec-page-title {
        font-size: 34px;
    }

    .service-page .service-amenities-icon-wrap {
        grid-template-columns: repeat(3, 1fr);
    }

    /* Service page End /-- */

    /* ---- ADA Feature page start---- */
    .ada-feature-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .ada-feature-item {
        font-size: 16px;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    .ada-feature-note {
        max-width: 100%;
        line-height: 1.5;
        letter-spacing: 0.5px;
        font-size: 16px;
    }

    /* ---- ADA Feature page end---- */

    /* ---- Attraction page start---- */
    .attraction-main-wrapper {
        flex-direction: column;
    }

    .attraction-image-wrapper {
        width: 100%;
        height: 420px;
        margin-bottom: 20px;
    }

    .attraction-content-wrapper {
        width: 100%;
    }

    .attraction-content-wrapper.one,
    .attraction-content-wrapper.two {
        margin: 0 auto;
    }

    /* ---- Attraction page end---- */

}

@media (max-width: 767px) {

    .h2,
    h2 {
        font-size: 38px;
    }

    h3,
    .h3 {
        font-size: 24px;
    }

    .navbar-brand {
        width: 110px;
        height: 72px;
    }

    .hero-text-wrapper,
    .hero-banner::before,
    .our-room-image::after,
    .divider {
        display: none;
    }

    .sec-spacing,
    .about.sec-spacing,
    .our-room.sec-spacing {
        padding: 100px 0;
    }

    .about-image {
        height: 340px;
    }

    .exclusive-offer-image-wrap,
    .exclusive-offer-image,
    .exclusive-offer-content-wrap {
        width: 100%;
    }

    .our-room-slider .owl-carousel .owl-stage-outer {
        padding: 50px 4px 20px 4px;
    }

    .our-room-image {
        height: 320px;
    }

    .our-room-slider .owl-theme .owl-nav {
        top: 100%;
        bottom: 0;

    }

    .our-room-slider .owl-carousel .owl-nav button.owl-prev {
        left: 38%;
    }

    .our-room-slider .owl-carousel .owl-nav button.owl-next {
        right: 38%;
    }

    .our-room-content {
        box-shadow: none;
    }

    .our-room-content p {
        font-size: 14px;
        line-height: 28px;

    }

    .our-room-slider .owl-carousel .owl-nav button.owl-next,
    .our-room-slider .owl-carousel .owl-nav button.owl-prev {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }

    .photo-gallery-wrap,
    .photo-gallery-wrap.gallery-h-420,
    .photo-gallery-wrap.gallery-h-220 {
        height: 300px;
    }

    .booking-hotel-icon {
        width: 70px;
    }

    .booking-wrapper h2 {
        font-size: 28px;
        padding: 0 0px;
    }

    .book-calender {
        width: 100%;
    }

    .calender-icon {
        width: 42px;
    }

    .book-left {
        margin-bottom: 30px;
    }

    .calender-content p,
    .book-right a {
        font-size: 14px;
    }

    .feedback-content {
        font-size: 14px;
    }

    .feedback-slider-top-wrap {
        padding: 50px 40px;
        height: 340px;
    }

    .feedback-slider .owl-theme .owl-nav.disabled+.owl-dots {
        bottom: -30px;
    }

    footer.sec-spacing {
        padding: 80px 0 0;
    }

    .footer-grid-item h3 {
        font-size: 30px;
        padding: 0 0 30px;
    }

    .footer-grid-item p,
    .footer-link,
    .ft-add,
    .footer-add a,
    .footer-bottom-wrap p {
        font-size: 14px;

    }

    .footer-grid-item {
        margin-bottom: 50px;
    }

    .footer-about,
    .footer-link-wrapper {
        padding-left: 40px;
    }

    /* Service page Start /-- */
    .page-hero-content h1 {
        font-size: 52px;
        margin-bottom: 0;
    }

    .sec-page-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .service-amenities-icon {
        width: 76px;
        height: 76px;
        padding: 16px;

    }

    .service-amenities-icon-item h5 {
        font-size: 16px;
    }

    .service-page .service-amenities-icon-wrap {
        gap: 40px 20px;
    }

    /* Service page End /-- */
    /* -- // Contact-us Page Styles Start // -- */

    .contact-title-wrap {
        font-size: 20px;
    }

    /* -- // Contact-us Page Styles End // -- */

}

@media (max-width: 575px) {

    .h2,
    h2 {
        font-size: 36px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        font-size: 24px;
    }

    .owl-theme .owl-nav {
        bottom: 30px;
    }

    .web-res-form {
        grid-template-columns: repeat(1, 1fr);
    }

    .web-res-form-item:nth-child(5) {
        grid-column: 1 / span 1;
    }

    .sec-spacing,
    .about.sec-spacing,
    .our-room.sec-spacing {
        padding: 80px 0;
    }

    .sub-title {
        font-size: 13px;
        letter-spacing: 1px;
        padding: 8px 10px;
    }

    .about-content p {
        font-size: 14px;
    }

    .check-box {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .about-amenities-item span {
        font-size: 13px;
    }

    .icon-wrap {
        width: 28px;
        margin-bottom: 10px;
    }

    .footer-add {
        padding-left: 40px;
    }

    .footer-grid-item h3 {
        padding: 0 0 20px;
        /* font-size: 32px; */
    }

    .footer-grid-item p,
    .footer-link,
    .ft-add,
    .footer-add a {
        font-size: 15px;
    }

    /* Service page Start /-- */
    .page-hero-content h1 {
        font-size: 50px;
        width: 100%;
    }

    .page-hero-banner .breadcrumb li {
        font-size: 15px;
    }

    .page-hero-banner .breadcrumb li a {
        font-size: 14px;
    }

    .page-hero-banner .breadcrumb {
        padding: 12px 20px;

    }

    .sec-page-title {
        font-size: 28px;
    }

    .service-page .service-amenities-icon-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Service page End /-- */

    /* -- // Contact-us Page Styles Start // -- */

    .contact-us-iframe {
        height: 460px;
    }

    .contact-us-content-items a,
    .contact-us-content-items p {
        font-size: 14px;
    }

    .contact-title-wrap {
        font-size: 18px;
    }

    /* -- // Contact-us Page Styles End // -- */


    /* ---- Attraction page start---- */
    .att-content-text {
        font-size: 14px;
        margin-bottom: 15px;

    }

    .attraction-main-wrapper {
        margin-bottom: 30px;
    }

    /* ---- Attraction page end---- */

}

@media (max-width: 480px) {

    .h2,
    h2 {
        font-size: 34px;
    }

    .navbar-collapse {
        padding: 90px 40px;

    }

    .nav-link {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .hero-banner {
        min-height: 460px;
    }

    .about-amenities {
        display: none;
    }

    .about-content p {
        margin-bottom: 0;
    }

    .sec-title {
        margin-bottom: 40px;
    }

    .exclusive-offer-image,
    .our-room-image,
    .photo-gallery-wrap,
    .photo-gallery-wrap.gallery-h-420,
    .photo-gallery-wrap.gallery-h-220 {
        height: 280px;
    }

    .read-more {
        font-size: 12px;
        width: 130px;

    }

    .exclusive-offer-content-icon {
        width: 34px;
        height: 34px;
    }

    .exclusive-offer-content-wrap p {
        font-size: 14px;
    }

    .service-amenities-wrap-icon {
        width: 52px;
        height: 52px;
    }

    .service-amenities-wrap {
        height: 160px;
        padding: 30px 14px;
    }

    .our-room-content {
        padding: 40px 10px;
    }

    .our-room-slider .owl-carousel .owl-nav button.owl-next,
    .our-room-slider .owl-carousel .owl-nav button.owl-prev {
        width: 46px;
        height: 46px;
        font-size: 22px;
    }

    .our-room-slider .owl-carousel .owl-nav button.owl-prev {
        left: 34%;
    }

    .our-room-slider .owl-carousel .owl-nav button.owl-next {
        right: 32%;
    }

    .booking-hotel-icon {
        width: 60px;
    }

    .booking-wrapper h2 {
        font-size: 22px;
    }

    .calender-content p,
    .book-right a {
        font-size: 12px;
    }

    .calender-icon {
        width: 36px;
    }

    .feedback-content {
        font-size: 13px;
        letter-spacing: 0;
    }

    .feedback-slider-top-wrap {
        padding: 40px 20px;
        height: 400px;
    }

    .footer-about,
    .footer-link-wrapper,
    .footer-add {
        padding-left: 20px;
    }

    /* Service page Start /-- */
    .service-page .service-amenities-icon-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .sec-page-title {
        font-size: 26px;
    }

    /* Service page End /-- */

    /* ---- ADA Feature page start---- */
    .ada-feature-wrap h3 {
        font-size: 20px;
    }

    .ada-feature-wrap {
        padding-left: 15px;
        margin-bottom: 30px;
    }

    .ada-feature-item:not(:last-child) {
        margin-bottom: 18px;
    }

    .ada-feature-item,
    .ada-feature-note {
        font-size: 14px;
    }


    /* ---- ADA Feature page end---- */

}

@media (max-width: 350px) {
    .footer-grid-item h3 {
        padding: 0 0 20px;
        font-size: 30px;
    }

    .footer-grid-item p,
    .footer-link,
    .ft-add,
    .footer-add a {
        font-size: 14px;
    }
}