@media (max-width: 1799px) {
    .navbar {
        padding: 6px 60px;
    }

    .header-top {
        padding: 14px 60px;
    }

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

    .owl-carousel .owl-nav button.owl-prev {
        top: 40%;
    }

    .our-room .owl-carousel .owl-nav button.owl-prev {
        right: 104%;
    }

    .our-room .owl-carousel .owl-nav button.owl-next {
        left: 104%;
    }
}

@media (max-width: 1599px) {

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

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        right: 58px;
    }

    .owl-theme .owl-dots {
        right: 40px;
    }

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

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

@media (max-width: 1429px) {

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

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

    .navbar-brand {
        width: 150px;
        height: 90px;
    }

    .owl-carousel button.owl-dot {
        margin-bottom: 10px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        top: 39%;
    }

    .hero-text-wrapper {
        top: 75%;
    }

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

    .photo-gallery-wrapper {
        gap: 20px;
    }

    .photo-gallery-image {
        height: 320px;
    }

    .feedback-slider-wrap p {
        font-size: 16px;
        line-height: 38px;
    }

    .feedback-slider {
        padding: 70px 120px 0px 120px;
    }

    .ft-logo {
        width: 165px;
        height: 100px;
    }

}

@media (max-width: 1365px) {

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

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

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

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

    .hero-text {
        width: 640px;
        padding: 28px 60px;
    }

    .about-content .sec-title h2 {
        font-size: 36px;
    }

    .booking-res-content-wrapper .sec-title h2 {
        font-size: 34px;
    }

    /* service page start */
    .service-page-booking-wrapper h3 {
        font-size: 44px;
        margin-bottom: 26px;
    }

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

    /* service page end */


}

@media (max-width: 1199px) {

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

    .navbar {
        padding: 6px 20px;
    }

    .header-top {
        padding: 14px 20px;
    }

    .navbar-brand {
        width: 140px;
        height: 84px;
    }

    .nav-link {
        margin-right: 32px;
    }

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

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        right: 59px;
    }

    .about-content-image {
        display: none;
    }

    .about-content {
        width: 100%;
    }

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

    .service-amenities-wrap h5 {
        font-size: 18px;
    }

    .exclusive-offer-content-top h4 {
        font-size: 24px;
    }

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

    .exclusive-offer-content p {
        font-size: 14px;
        line-height: 28px;
    }

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

    .feedback-slider {
        padding: 70px 120px 0px 120px;
        margin: 0 60px;
    }

    .booking-res-wrapper {
        padding: 60px 40px;
    }

    .booking-info-grid-item {
        width: 100%;
    }

    /* footer */
    .footer-grid-item p {
        width: 100%;
    }

    /* footer */

    /* service page start */

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

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

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

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }

    .nav-link {
        margin-right: 0;
        margin-bottom: 30px;
    }

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

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

    .hero-text-wrapper {
        top: 70%;
    }

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

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

    .owl-carousel button.owl-dot {
        width: 14px;
        height: 14px;
        margin-bottom: 6px;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-carousel button.owl-dot.active {
        width: 18px;
        height: 18px;
    }

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

    }

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

    .our-room .owl-carousel .owl-nav button.owl-prev {
        right: 94%;
    }

    .our-room .owl-carousel .owl-nav button.owl-next {
        left: 94%;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        right: 56px;
    }

    .booking-res-content-wrapper p {
        padding-right: 40px;
    }

    /* footer */

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

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

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

    .ft-logo {
        width: 172px;
        height: 80px;
    }

    .footer-grid-item h3 {
        font-size: 28px;
    }

    .footer-grid-item p {
        font-size: 15px;
        width: 100%;
        letter-spacing: 0;
    }

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

    .footer-bottom-wrap p {
        font-size: 14px;
    }

    /* footer */

    /* service page start */

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

    .service-page-book-inner-wrap-left P {
        font-size: 16px;
    }

    /* service page end */

    /* Attraction page start*/
    .hotel-surrounding-grid-wrapper {
        gap: 20px;
    }

    /* Attraction page end*/

}

@media (max-width: 991px) {

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

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

    .header-top a,
    .header-top i,
    .head-top-add {
        font-size: 12px;
    }

    .hero-text-wrapper {
        top: 65%;
        left: 50%;
        transform: translateX(-50%);
    }

    .hero-text {
        width: 560px;
    }

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

    .owl-theme .owl-dots {
        top: 94%;
        right: 90px;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
        flex-direction: row;
    }
    .owl-carousel button.owl-dot{
        margin-bottom: 0;
        margin-right: 6px;
    }
    .owl-carousel button.owl-dot:last-child {
        margin-right: 0;
    }
    .hero-wrapper .owl-theme .owl-nav{
        display: none;
    }
    .about-image img {
        height: 460px;
        margin-bottom: 70px;
    }

    .about-image::after {
        left: 0;
        bottom: 0;
    }

    .read-more-text {
        width: max-content;
        margin: 50px auto 0 auto;
    }

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

    .sec-title p {
        width: 100%;
        padding: 0 30px;
        line-height: 30px;
    }

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

    .feedback-slider {
        padding: 70px 100px 0px 100px;
        margin: 0 20px;
    }

    .booking-info-grid-item {
        width: 50%;
    }

    .booking-res-content-wrapper {
        margin-bottom: 50px;
    }

    .booking-info-grid-item-icon {
        width: 46px;
        height: 46px;
    }

    .booking-info-grid-item span {
        font-size: 16px;
        line-height: 1.2;
    }

    /* footer */
    .footer-about {
        padding-left: 40px;
    }

    /* footer */

    /* service page start */

    .page-hero-content {
        left: 8%;

    }

    .service-page-book-icon {
        width: 80px;
        height: 80px;
    }

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

    .service-page-booking-wrapper h3 {
        font-size: 38px;
        margin-bottom: 24px;
    }

    .service-page-booking-wrapper .booking-wrapper-link {
        font-size: 16px;
    }

    /* service page end */

    /* Attraction page start*/
    .hotel-surrounding-grid-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .ft-info-wrap a,
    p {
        margin-bottom: 10px;
    }

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

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

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

    .sec-title p {
        font-size: 14px;
        padding: 0 20px;

    }

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

    .header-top {
        display: none;
    }

    .navbar {
        padding: 6px 12px;
    }

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

    .hero-text {
        width: 100%;
    }

    .hero-text-wrapper {
        width: 100%;
        padding: 0 20px;
    }

    .about-image img {
        height: 320px;
    }

    .about-image::after {
        display: none;
    }

    .about-content .sec-title h2 {
        font-size: 32px;
    }

    .about-content {
        padding: 0;
    }

    .about-content p {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 20px;

    }

    .service-amenities-wrap {
        padding: 20px 18px;
        margin-bottom: 26px;

    }

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

    .service-amenities-icon {
        width: 36px;
        height: 36px;
        margin-right: 18px;
    }

    .feedback-slider {
        padding: 50px 30px;
        margin: 0;
        clip-path: none;
    }

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

    .feedback-slider-wrap p {
        font-size: 14px;
        line-height: 36px;
    }

    .booking-res {
        background-color: var(--sky-blue);
    }

    .booking-res-wrapper {
        padding: 0;
    }

    .booking-res-content-wrapper p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 12px;
        padding-right: 0px;
    }

    .booking-info-section {
        margin-top: 40px;
        gap: 30px 0px;
    }

    .booking-info-grid-item p {
        margin-bottom: 6px;
        line-height: 1;
    }

    .booking-info-grid-item-icon {
        width: 40px;
        height: 40px;
    }

    .booking-info-grid-item span {
        font-size: 14px;
    }

    /* footer */

    .footer-about {
        padding-left: 12px;
    }

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

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

    /* footer */


    /* service page start */
    .page-hero-content h1 {
        font-size: 50px;
    }

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

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

    .service-page-booking-wrapper h3 {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .service-page-booking-wrapper .booking-wrapper-link {
        font-size: 14px;
        letter-spacing: 0px;
    }

    .service-page-book-inner-wrap-left P {
        font-size: 14px;
    }

    .service-page-book-inner-wrap-left-icon {
        width: 50px;
        height: 50px;
    }

    /* service page end */

    /* Contact Us page start */

    .info-wrapper p,
    .info-wrapper a {
        font-size: 14px;
    }

    /* Contact Us page end */
}

@media (max-width: 575px) {

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

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

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

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

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

    .read-more-text span {
        font-size: 14px;
    }

    .read-more-text::after {
        width: 56px;
        height: 56px;

    }

    .our-room .owl-carousel .owl-nav button.owl-next,
    .our-room .owl-carousel .owl-nav button.owl-prev {

        top: 100%;

    }

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

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

    /* footer */
    .ft-logo {
        width: 160px;
        height: 76px;
    }

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

    }

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

    .footer-bottom-wrap {
        padding: 24px 0;
    }

    /* footer */

    /* service page start */
    .page-hero-content h1 {
        font-size: 48px;
    }

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

    /* service page end */


    /* -- // Attraction Page Styles start // -- */
    .hotel-surrounding-title {
        font-size: 22px;
    }

    .item-list p {
        font-size: 14px;
        line-height: 1.5;
    }

    /* -- // Attraction Page Styles 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) {

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

    .navbar {
        padding: 6px 0px;
    }

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

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

    .prime-btn {
        font-size: 14px;
        padding: 8px 10px;
        width: 138px;
        height: 50px;

    }

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

    .hero-text {
        display: none;
    }
    .owl-theme .owl-dots {
        top: 88%;

    }
    .feedback-name {
        padding-right: 0;
    }

    .feedback-slider {
        padding: 40px 12px;

    }

    .feedback-name::after {
        width: 114px;
        height: 50px;
    }

    .feedback-slider-wrap p {
        line-height: 34px;
    }

    .booking-info-section {
        display: none;
    }

    .booking-res-content-wrapper .sec-title h2 {
        font-size: 30px;
    }

    .booking-res-form {
        padding: 40px 12px;
        max-width: 100%;
        width: 100%;

    }

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

    .input-icon {
        font-size: 14px;
    }

    .web-res-form {
        gap: 22px;
    }

    /* footer */

    .footer-link,
    .ft-add,
    .footer-add a {

        font-size: 14px;
    }

    .footer-about,
    .footer-link-wrapper,
    .footer-add {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .ft-logo {
        width: 140px;
        height: 66px;
    }

    .footer-grid-item p {
        font-size: 14px;
        letter-spacing: 0.5px;
        line-height: 30px;
    }

    /* footer */

    /* service page start */
    .page-hero-banner {
        min-height: 480px;
    }

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

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

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

    .sec-page-title {
        font-size: 30px;
        margin-bottom: 26px;
        line-height: 1.4;
    }

    .service-page-book-icon {
        width: 70px;
        height: 70px;
    }

    .service-page-booking-wrapper h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .service-page-booking-wrapper .booking-wrapper-link {
        line-height: 1.5;
        margin-bottom: 26px;
    }

    .service-page-book-inner-wrap {
        display: flex;
        flex-direction: column;
    }

    .service-page-book-inner-wrap-left-icon {
        width: 46px;
        height: 46px;
    }

    .service-page-book-inner-wrap-right {
        margin-left: 0;
        margin-top: 20px;
    }

    /* service page end */


    /* Attraction page start*/
    .hotel-surrounding-title {
        padding: 0 20px;
    }

    .hotel-surrounding-content {
        padding: 0 20px 20px;
    }

    .item-list p {
        padding-right: 10px;
    }

    /* Attraction 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) {
    .navbar-toggler {
        right: 20px;

    }

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

    .about-content .sec-title h2,
    .h2,
    h2 {
        font-size: 30px;
    }

    .our-rooms-slider-content {
        padding: 40px 12px;
    }

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

    /* service page start*/
    .page-hero-banner {
        min-height: 440px;
    }

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

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

    /* service page end*/
}