@media (max-width: 1799px) {
    .owl-carousel .owl-nav button.owl-next {
        left: 102%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        right: 102%;
    }
}

@media (max-width: 1599px) {
    .navbar-brand {
        width: 280px;
        height: 50px;
    }

    .owl-carousel .owl-nav button.owl-next {
        left: 98%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        right: 98%;
    }
}

@media (max-width: 1429px) {

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

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

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

    h4,
    .h4 {
        font-size: 22px;
    }

    .hero-text-wrapper .prime-btn {
        width: 172px;
        height: 52px;
        letter-spacing: 2px;
        font-size: 15px;
        padding: 8px 4px;
    }

    .navbar-brand {
        width: 260px;
        height: 46px;
    }

    .ph-link {
        font-size: 18px;
    }

    .nav-link {
        font-size: 16px;
    }

    .owl-carousel .owl-nav button.owl-next {
        left: 100%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        right: 100%;
    }

    .offers-wrapper-grid-item-content-wrap {
        height: 265px;
    }

    .feedback-content {
        font-size: 18px;
        line-height: 1.6;
    }

    /**/
    .footer-grid-item p,
    .footer-link,
    .ft-add,
    .footer-add a {
        font-size: 16px;

    }

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

    /**/

    .service-page-booking-wrapper h3 {
        font-size: 40px;
    }

    .service-page-book-icon {
        width: 90px;
        height: 90px;
        margin-bottom: 30px;
    }
}

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

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

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

    .owl-carousel .owl-nav button.owl-next {
        left: 52%;
    }

    .owl-carousel .owl-nav button.owl-prev {
        right: 52%;
    }

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

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

@media (max-width: 1199px) {

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

    h4,
    .h4 {
        font-size: 20px;
    }

    .fixed-header .nav-link,
    .page-hero-banner .nav-link {
        font-size: 14px;
        margin-right: 18px;
    }

    .about-content {
        max-width: 100%;
        margin-left: 0;
    }

}

@media (max-width: 1023px) {
    .navbar-brand.navbar-brand-mobile {
        display: block;
    }

    .header-top-wrap {
        display: none;
    }

    .header-bottom-wrap {
        padding-top: 0;
        border-top: none;
    }

    .button-scroll {
        display: block
    }

    header.fixed-header .logo-scroll {
        display: none;
    }

    .nav-link {
        color: var(--black);
    }

    .fixed-header .nav-link,
    .page-hero-banner .nav-link {
        font-size: 16px;
        margin-right: 34px;
    }


    .navbar-brand {
        width: 300px;
        height: 48px;
        margin-left: 30px;
    }

    .fixed-header .navbar-brand,
    .page-hero-banner .navbar-brand {
        width: 260px;
        height: 48px;
        margin-left: 20px;
    }

    .navbar-toggler {
        right: 50px;
        top: 30%;

    }

    /* 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: 54px;
    }

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

    .h3-small {
        font-size: 20px;
    }

    h4,
    .h4 {
        font-size: 18px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }

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

    .about-content p {
        line-height: 1.8;
        letter-spacing: 0.5px;
        margin-bottom: 15px;

    }

    .read-more-link {
        margin-top: 30px;
        font-size: 14px;

    }

    .about-image-one,
    .about-image-two {
        height: 330px;
    }

    .bookng-form-wrapper {
        max-width: 640px;
        margin: 0 auto;
        padding: 40px;
    }

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

    .service-amenities-grid-item {
        width: 200px;
        height: 180px;
    }

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

    .offers-wrapper-grid-item-content-wrap {
        height: 215px;
    }

    .photo-gallery-wrap {
        height: 280px;
    }

    .photo-gallery-wrap.mh-465 {
        height: 432px;
    }

    /**/
    .footer-link-wrapper {
        padding-left: 60px;
    }

    /* -- // Contact-us Page Styles Start // -- */
    .contact-us-content-wrap {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px;
        gap: 26px 100px;
    }

    /* -- // Contact-us Page Styles end // -- */


    /* -- // Attraction Page Styles Start // -- */
    .attraction-title {
        font-size: 26px;
    }

    .attraction-content-wrap {
        margin: 0;
        padding: 30px;
        border-radius: 0 0 8px 8px;

    }

    .attraction-image-wrap {
        height: 320px;
    }

    /* -- // Attraction Page Styles end // -- */


}

@media (max-width: 991px) {
    header {
        margin-top: 40px;
    }

    header.fixed-header,
    .page-hero-banner header {
        padding: 26px 0;
    }

    .navbar-brand {
        width: 280px;
        height: 46px;
        margin-left: 0px;
    }

    .fixed-header .navbar-brand,
    .page-hero-banner .navbar-brand {
        width: 260px;
        height: 44px;
    }

    .nav-link,
    .fixed-header .nav-link,
    .page-hero-banner .nav-link {
        margin-right: 0;
        margin-bottom: 30px;
        font-size: 18px;
    }

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

    .hero-text-wrapper {
        display: none;
    }

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

    .our-rooms.sec-spacing {
        padding: 100px 0 180px 0;
    }
    .our-rooms-slider-item.reverse{
        display: flex;
        flex-direction: column-reverse;
    }

    .about-content {
        margin-bottom: 50px;
    }

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

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

    .feedback-slider .owl-carousel .owl-nav button.owl-prev {
        right: 90%;
    }

    .feedback-slider .owl-carousel .owl-nav button.owl-next {
        left: 90%;
    }
    

    /**/

    .footer-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);

    }

    .footer-grid-item:nth-child(1) {
        grid-column: 1 / span 2;
    }

    .footer-grid-item .ft-logo {
        margin: 0 auto 30px auto;
    }

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

    .footer-link-wrapper {
        padding-left: 80px;
    }

    /**/

    /* SERVICE PAGE START*/
    .page-hero-content {
        bottom: 10%;
        left: 10%;

    }
    /*SERVICE PAGE END */

    /* -- // Contact-us Page Styles Start // -- */
    .contact-us-content-wrap {
        gap: 26px 30px;
    }

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

@media (max-width: 767px) {

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

    .navbar-brand {
        width: 220px;
        height: 40px;
    }

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

    .fixed-header .navbar-brand,
    .page-hero-banner .navbar-brand {
        width: 200px;
        height: 36px;
        margin-left: 0;
    }

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

    .booking-content-wrapper {
        max-width: 100%;

    }

    .booking-wrapper-link {
        font-size: 14px;
    }

    .booking-content-wrapper h2 {
        margin-bottom: 30px;
    }

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

    .photo-gallery-wrap.mh-465 {
        height: 280px;
    }

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

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

    .feedback-slider .owl-carousel .owl-nav button.owl-prev {
        right: 52%;
    }

    .feedback-slider .owl-carousel .owl-nav button.owl-next {
        left: 52%;
    }

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

    .owl-carousel button.owl-dot.active {
        width: 20px;
        height: 20px;
    }

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

    .owl-carousel button.owl-dot {
        width: 15px;
        height: 15px;
        margin: 0 3px;
    }

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

    .feedback-slider-item {
        width: 100%;
    }

    /**/

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

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

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

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

    .footer-link,
    .ft-add,
    .footer-add a {
        margin-bottom: 20px;
    }

    .footer-grid-wrapper {
        gap: 30px 8px;
    }

    .footer-grid-item .prime-btn {
        max-width: 160px;
        height: 50px;
        font-size: 14px;
    }

    /**/
    /* Service page */
    .page-hero-content h1 {
        font-size: 42px;
    }
    .page-hero-content {
        bottom: 10%;
        left: 5%;
    }
    .breadcrumb-item {
        font-size: 18px;
    }
    .sec-page-title {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .service-amenities-icon {
        width: 58px;
        height: 58px;
    }
    .service-amenities-grid-item {
        width: 180px;
        height: 160px;
    }
    .service-page-booking-wrapper h3 {
        font-size: 28px;
    }
    .service-page-book-icon {
        width: 80px;
        height: 80px;
    }
    .service-page-book-inner-wrap-left P {
        font-size: 14px;
    }
    /* Service page */

    /**/
    .photo-gallery-wrapper .nav-pills .nav-link{
        margin-bottom: 0;
    }

    /**/

    /* -- // Contact-us Page Styles Start // -- */
    .contact-us-content-wrap {
        grid-template-columns: repeat(1, 1fr);
        padding: 30px;
    }

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

    /* -- // Contact-us Page Styles end // -- */



    /* -- // Attraction Page Styles Start // -- */
    .attraction-image-wrap {
        height: 300px;
    }

    /* -- // Attraction Page Styles End // -- */

}

@media (max-width: 575px) {
    .navbar-brand {
        width: 200px;
        height: 36px;
    }

    .navbar-toggler {
        right: 30px;
    }

    .nav-link,
    .fixed-header .nav-link {
        margin-bottom: 26px;
        font-size: 16px;
    }

    .about-image-wrapper {
        flex-direction: column;
        gap: 0;
    }

    .about-image-one,
    .about-image-two {
        height: 240px;
    }

    .about-image-two {
        margin-top: 20px;
    }

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

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

    .booking-form .prime-btn {
        margin-top: 0;
    }

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

    .offers-wrapper-grid-item {
        height: 460px;
    }

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

    .booking-wrapper.sec-spacing {
        padding: 70px 0;
    }

    .footer-grid-item .ft-logo {
        margin: 0 auto 10px auto;
    }

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

    }

    /**/
    .ft-logo {
        width: 170px;
        height: 80px;
    }

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

    .footer-grid-item p {

        padding: 0 20px;
    }

    .footer-add a {
        word-break: break-all;
    }

    .footer-grid-wrapper {
        margin-bottom: 40px;
    }

    .footer-bottom-wrap {
        font-size: 14px;
        padding: 20px 10px;
    }

    /**/

    /* service page*/

    .page-hero-banner {
        min-height: 540px;
   
    }
    .page-hero-content h1 {
        font-size: 38px;
        width: 100%;
        letter-spacing: 2px;
    }
    /* service page*/

    /* ada */
    .ada-feature-wrap h3 {
        font-size: 26px;
    }

    .ada-feature-item {
        font-size: 16px;

    }

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

    /* ada*/


    /* -- // Attraction Page Styles Start // -- */
    .attraction-image-wrap {
        height: 270px;
    }

    .att-content-text {
        font-size: 14px;
    }

    /* -- // Attraction Page Styles end // -- */

}

@media (max-width: 480px) {

    .h2,
    h2 {
        line-height: 1.5;
    }

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

    header {
        margin-top: 30px;
    }

    .navbar-toggler {
        right: 20px;
    }

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

    .prime-btn {
        font-size: 14px;
        padding: 6px 10px;
        width: 140px;
        height: 48px;

    }

    .navbar-brand,
    .fixed-header .navbar-brand,
    .page-hero-banner .navbar-brand {
        width: 160px;
        height: 30px;
    }

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

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

    .about-content p,
    .offers-wrapper-grid-item-content-wrap p {
        font-size: 14px;
    }

    .form-control {
        font-size: 16px;
    }

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

    .offers-wrapper-grid-item {
        height: 400px;
    }

    .offers-wrapper-grid-item-content-wrap {
        padding: 20px 10px;
        height: 230px;

    }

    .booking-wrapper-link {
        line-height: 2;
    }

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

    .feedback-name {
        font-size: 16px;
    }

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

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

    .footer-grid-item:nth-child(1),
    .footer-grid-item:nth-child(2),
    .footer-grid-item:nth-child(3) {
        grid-column: 1 / span 1;
    }

    .footer-link-wrapper {
        padding-left: 0%;
        text-align: center;
    }

    .footer-grid-item.footer-add {
        text-align: center;
    }

    /* service page */
    .breadcrumb-item {
        font-size: 16px;
    }
    .sec-page-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .service-amenities-icon {
        width: 58px;
        height: 58px;
    }
    .service-page-book-inner-wrap{
        flex-direction: column;
    }
    .service-page-book-inner-wrap-left{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .service-page-book-inner-wrap-left-icon {
        width: 40px;
        height: 40px;
    }
    /* service page */

    /**/
    .photo-gallery-wrapper .nav-pills .nav-link {
        font-size: 14px;
        margin-right: 10px;
        letter-spacing: 0px;
    }
    /**/


    /* ada */
    .ada-feature-wrap h3 {
        font-size: 24px;
    }

    .ada-feature-wrap {
        padding-left: 12px;

    }

    /* ada*/

    /* -- // Contact-us Page Styles Start // -- */
    .contact-title-wrap {
        font-size: 16px;
        margin-bottom: 8px;
    }

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

    .contact-play-icons {
        margin-right: 8px;
        width: 16px;
        height: 16px;
    }

    .contact-us-content-wrap {
        padding: 30px 20px;
    }

    /* -- // Contact-us Page Styles end // -- */

    /* -- // Attraction Page Styles Start // -- */
    .attraction-title {
        font-size: 24px;
    }

    .attraction-image-wrap {
        height: 240px;
    }

    .attraction-content-wrap {
        padding: 30px 12px;
    }

    /* -- // Attraction Page Styles End // -- */

}

@media (max-width: 350px) {
    .photo-gallery-wrapper .nav-pills .nav-link {
        padding: 10px 15px;
    }
}