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

@media (max-width: 1599px) {
    .sec-page-title {
        font-size: 34px;
    }
}

@media (max-width: 1429px) {

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

    h4,
    .h4 {
        font-size: 20px;
    }
    .nav-link {
        font-size: 16px;
    }
    .hero-banner {
        min-height: 620px;
    }

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

    .owl-theme .owl-dots .owl-dot.active span {
        width: 30px;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 20px;
        height: 8px;
    }

    .form-label {
        font-size: 22px;
        margin-bottom: 14px;
    }

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

    .service-amenities-content p {
        font-size: 15px;

    }

    .exclusive-offers-content h4 {
        font-size: 22px;
    }

    .exclusive-offers-content p {
        font-size: 15px;
    }

    .book-contact p,
    .book-contact a {
        font-size: 18px;
    }

    .our-rooms-slider-image {
        width: 270px;
        height: 380px;
    }

    .our-rooms-slider-content {
        width: calc(100% - 270px);
    }

    .feedback-icon {
        margin-bottom: 30px;
    }

    .feedback-name {
        margin-bottom: 20px;
    }

    .feedback-text {
        font-size: 15px;
    }

    .feedback-wrapper-content {
        padding: 40px;
        border-radius: 20px;
        max-width: 680px;
    }


    /**/
    .page-hero-banner {
        min-height: 610px;
    }

    .page-hero-content {
        left: 10%;
    }
}

@media (max-width: 1365px) {
    .navbar-brand {
        width: 64px;
        height: 82px;
    }

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

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

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

    /* attraction end*/
}

@media (max-width: 1199px) {
    .nav-link {
        margin-right: 32px;
    }

    .our-rooms-slider-image {
        width: 500px;
        height: 380px;
    }

    .our-rooms-slider-content {
        width: calc(100% - 500px);
    }

    .our-rooms .owl-carousel .owl-nav button.owl-prev {
        left: 44%;
    }

    .our-rooms .owl-carousel .owl-nav button.owl-next {
        right: 42%;
    }

    .gallery-image-wrap {
        height: 280px;

    }

    .gallery-image-wrap.mh-660 {
        height: 576px;
    }

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

    .about-img1 {
        width: 560px;
    }

    .about-img2 {
        width: 500px;
    }

    .about-content {
        margin-top: 120px;
    }

    .service-amenities-content {
        margin-bottom: 60px;
        text-align: center;
    }

    /**/
    .service-page .service-amenities-icon-wrap {
        grid-template-columns: repeat(4, 1fr);
        gap: 50px 30px;
    }

    /* contact start*/
    .info-wrapper-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@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 */

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

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

    .about-content {
        text-align: center;
        padding: 0 80px;
    }

    .exclusive-offers-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 220px 30px;
    }

    .booking-wrapper {
        max-width: 660px;
    }

    .booking-wrapper h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .book-contact p,
    .book-contact a {
        font-size: 14px;
    }

    .booking-wrapper .prime-btn {
        margin-top: 26px;
    }

    .sec-title h6,
    .about-content h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .ft-about-us p {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 30px;

    }

    .ft-contact-us p,
    .ft-contact-us a {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .checkIn-checkOut-text span {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .calendar-icon {
        width: 46px;
        height: 46px;
    }

    .ft-contact-us {
        padding-left: 40px;
    }

    .ft-about-us {
        max-width: 100%;
    }

    .ft-contact-us::before {
        height: 100%;
    }

    .ft-about-us h3,
    .ft-contact-us h3 {
        font-size: 26px;
        margin-bottom: 24px;
    }

    .footer-link {
        font-size: 14px;
        margin-right: 40px;
    }

    /**/
    .sec-page-title {
        font-size: 32px;
    }

    .service-amenities-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 24px;
    }

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

@media (max-width: 991px) {
    .header-top {
        display: none;
    }

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

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse {
        padding: 100px 40px 40px;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .form-section {
        padding: 80px 0;
        clip-path: unset;
    }

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

    .about-img1 {
        width: 100%;
        height: 420px;
    }

    .about-img2,
    .about-img1::after {
        display: none;
    }

    .about-content {
        margin-top: 80px;
    }

    .about-content {
        padding: 0 40px;
    }

    .service-amenities.sec-spacing,
    .exclusive-offers.sec-spacing,
    .booking.sec-spacing {
        padding: 100px 0;
        clip-path: unset;
    }

    .service-amenities-content p {
        padding: 0 30px;
    }

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

    .service-amenities-content a {
        font-size: 14px;
    }

    .exclusive-offers-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px 30px;
    }

    .exclusive-offers-content {
        position: static;
        width: 100%;
        padding: 40px 30px;
        min-height: 210px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .exclusive-offers-image {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .our-rooms-slider-item {
        flex-direction: column;
    }

    .our-rooms-slider-image {
        width: 100%;
        height: 320px;
    }

    .our-rooms-slider-content {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px 0;
    }

    .icon-list-wrap {
        display: flex;
    }

    .icon-wrap:not(:last-child) {
        margin-right: 15px;
    }

    .our-rooms .owl-carousel .owl-nav button.owl-next,
    .our-rooms .owl-carousel .owl-nav button.owl-prev {
        top: 115%;

    }

    .our-rooms .owl-carousel .owl-nav button.owl-prev {
        left: 42%;
    }

    .our-rooms .owl-carousel .owl-nav button.owl-next {
        right: 40%;
    }

    .gallery-image-wrap.mh-660 {
        height: 280px;
    }

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

    .feedback .owl-carousel .owl-nav button.owl-next,
    .feedback .owl-carousel .owl-nav button.owl-prev {
        top: 102%;
    }

    .feedback .owl-carousel .owl-nav button.owl-next {
        right: 40%;
    }

    .feedback .owl-carousel .owl-nav button.owl-prev {
        left: 42%;
    }

    .footer-link {
        margin-right: 24px;
    }

    /* ---- 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---- */
    /* ---- Contact-us page start---- */

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

    /* ---- Contact-us 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---- */
}

@media (max-width: 767px) {
    .form-label {
        font-size: 20px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .sec-spacing,
    .about.sec-spacing,
    .service-amenities.sec-spacing,
    .exclusive-offers.sec-spacing,
    .booking.sec-spacing {
        padding: 80px 0;
    }

    .about-img1 {
        height: 300px;
    }

    .about-content {
        padding: 0;
    }

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

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

    .service-amenities-icon {
        width: 80px;
        height: 80px;
        padding: 17px;
        margin-bottom: 20px;
    }

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

    .sec-title h2 {
        letter-spacing: 1px;
    }

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

    .exclusive-offers-image {
        height: 300px;
    }

    .exclusive-offers-content {
        min-height: 200px;
        padding: 30px 20px;
    }

    .exclusive-offers-content p,
    .exclusive-offers-content a {
        font-size: 14px;
    }

    .exclusive-offers-content p {
        margin-bottom: 20px;
    }

    .booking-wrapper h2 {
        font-size: 28px;
        margin-bottom: 15px;
        letter-spacing: 0px;
    }

    .our-rooms.sec-spacing {
        padding: 80px 0 210px 0;
    }

    .our-rooms-slider-image {
        height: 300px;
    }

    .our-rooms-slider-content p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .icon-wrap {
        font-size: 13px;
    }

    .rooms-icon {
        width: 13px;
        height: 13px;
        margin-right: 6px;
    }

    .our-rooms .owl-carousel .owl-nav button.owl-prev {
        left: 40%;
    }

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

    .feedback-text {
        font-size: 13px;
    }

    .feedback-wrapper-content {
        padding: 30px;
        border-radius: 16px;
        max-width: 100%;
        margin: 0 10px;
    }

    .feedback-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }

    .feedback-name {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .feedback .owl-carousel .owl-nav button.owl-next,
    .feedback .owl-carousel .owl-nav button.owl-prev {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

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

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

    .ft-about-us,
    .ft-contact-us {
        padding-left: 0px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ft-about-us {
        margin-bottom: 40px;
    }

    .ft-about-us h3,
    .ft-contact-us h3 {
        margin-bottom: 24px;
    }

    .ft-contact-us p,
    .ft-contact-us a {

        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    .calendar-icon {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .ft-contact-us::before {
        display: none;
    }

    .footer-link-wrap {
        flex-wrap: wrap;
    }

    .footer-link {
        margin-right: 34px;
    }

    .footer-link:nth-child(4),
    .footer-link:nth-child(5) {
        margin-top: 20px;
    }

    .footer-bottom p {
        font-size: 13px;
        letter-spacing: 0;
    }

    /**/
    .page-hero-content {
        left: 5%;
        bottom: 10%;
    }

    .page-hero-content h1 {
        font-size: 42px;
    }

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

@media (max-width: 575px) {

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

    .sec-title h6,
    .about-content h4 {
        font-size: 15px;
        margin-bottom: 8px;
        letter-spacing: 4px;
    }

    .prime-btn {
        font-size: 15px;
        padding: 8px 10px;
        max-width: 148px;
        height: 50px;
    }

    .navbar-brand {
        width: 54px;
        height: 70px;
        margin-left: 10px;
    }

    .navbar-toggler {
        right: 30px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 18px;
        height: 6px;
    }

    .owl-theme .owl-dots .owl-dot.active span {
        width: 24px;
    }

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

    .book-contact {
        flex-direction: column;
    }

    .book-contact span {
        display: none !important;
    }

    .book-contact p:first-child {
        margin-bottom: 10px;
    }

    .our-rooms-slider-content h3 {
        font-size: 20px;
    }

    .our-rooms-slider-image {
        height: 280px;
    }

    .our-rooms .owl-carousel .owl-nav button.owl-next,
    .our-rooms .owl-carousel .owl-nav button.owl-prev {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .feedback .owl-carousel .owl-nav button.owl-prev {
        left: 41%;
    }

    .feedback .owl-carousel .owl-nav button.owl-next {
        right: 39%;
    }

    /**/
    .sec-page-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

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

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

    }

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

    /* ---- Attraction page end---- */
    /* ---- Contact-us page start---- */
    .contact-page.sec-spacing {
        padding: 80px 0;
    }

    .info-wrapper {
        padding: 30px 15px;

    }

    .info-wrapper-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .info-wrapper h5 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    /* ---- Contact-us page end---- */
}

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

    .form-label {
        font-size: 18px;
    }

    .form-control {
        font-size: 14px;
        height: 48px;
    }

    .service-amenities-icon-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .icon-list-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .our-rooms-slider-item {
        padding: 20px;
    }

    .our-rooms .owl-carousel .owl-nav button.owl-prev {
        left: 37%;
    }

    .our-rooms .owl-carousel .owl-nav button.owl-next {
        right: 35%;
    }

    .our-rooms .owl-carousel .owl-nav button.owl-next,
    .our-rooms .owl-carousel .owl-nav button.owl-prev {
        top: 112%;
    }

    .our-rooms.sec-spacing {
        padding: 80px 0 180px 0;
    }

    .feedback-wrapper-content {
        padding: 30px 10px;

    }

    .feedback .owl-carousel .owl-nav button.owl-prev {
        left: 36%;
    }

    .feedback .owl-carousel .owl-nav button.owl-next {
        right: 32%;
    }

    .ft-about-us p {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .footer-wrapper .prime-btn {
        padding: 6px 8px;
        max-width: 160px;
        height: 50px;
        font-size: 14px;
    }

    .ft-contact-us p,
    .ft-contact-us a {
        font-size: 13px;
        align-items: start;
    }

    .checkIn-checkOut-text span {
        font-size: 13px;
    }

    .footer-link {
        font-size: 13px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer-link-wrap {
        padding: 30px 0;
        margin-top: 30px;
    }

    .footer-link:nth-child(3) {
        margin-top: 20px;
    }

    .footer-bottom p {
        padding: 0 8px;
        line-height: 1.5;
    }

    /**/
    .page-hero-banner {
        min-height: 490px;
    }

    .page-hero-content h1 {
        font-size: 36px;
    }

    .breadcrumb-item {
        font-size: 14px;
    }

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

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

    /* ---- 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) {}