@media (max-width: 1799px) {
    .hero-wrapper .owl-stage-outer::before {
        display: none;
    }
}

@media (max-width: 1599px) {

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

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

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

    .navbar {
        padding: 8px 80px;
    }

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

    .hero-text {
        max-width: 800px;
        padding: 60px 40px;
    }

    .exclusive-offer-wrapper {
        gap: 24px;
        margin: 0 60px;
    }

    .exclusive-offer-image {
        width: 380px;
        height: 300px;
        margin-bottom: -60px;
    }

    .exclusive-offer-content {
        padding: 120px 30px 40px 30px;
    }

    .exclusive-offer-content h4 {
        margin-bottom: 10px;
    }
}

@media (max-width: 1429px) {

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

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

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

    .about-content-wrap .sec-title h5 {
        font-size: 16px;
    }

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

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

    .hero-text {
        max-width: 740px;
        padding: 60px 40px;
    }

    .hero-text h5 {
        font-size: 18px;
    }

    .sec-title h5 {
        font-size: 14px;
    }

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

    .hero-text-info a,
    .read-more {
        font-size: 14px;
    }

    .hero-text-info svg {
        font-size: 26px;
    }

    .about-image-wrap {
        width: 100%;
        height: 520px;
    }

    .about-img-one {
        left: 18px;
        width: 476px;
        height: 500px;

    }

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

    .about-content-wrap p {
        font-size: 14px;
        margin-bottom: 20px;
        padding-right: 10px;

    }

    .exclusive-offer-wrapper {
        margin: 0 40px;
    }

    .exclusive-offer-image {
        width: 360px;
        height: 280px;
        margin-bottom: -66px;
    }

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

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

    .offer-icon-wrap {
        bottom: -10%;
        width: 90px;
        height: 90px;
    }

    .service-image {
        height: 480px;
    }

    .service-icon {
        width: 54px;
        height: 54px;
    }

    .service-grid-item p {
        font-size: 16px;
    }

    .service-grid-item {
        height: 156px;
        padding: 30px 10px;
    }

    .booking-res-right-wrap h3 {
        font-size: 36px;
    }

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

    .booking-res-left-wrap p,
    .book-res-info-content a {
        font-size: 14px;
    }

    .book-res-info-icon {
        width: 40px;
        height: 40px;
    }

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

    .our-rooms-slider-content {
        width: 94%;
        height: 224px;
        bottom: -22%;

    }

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

    /* service page start*/
    .service-page-booking-wrapper h3 {
        font-size: 48px;

    }

    /* service page end*/

    /* attraction page start*/
    .attraction-image-wrapper {
        height: 400px;
    }

    .attraction-content-wrapper.pedding-left {
        padding: 50px 30px 40px 80px;
    }

    .attraction-content-wrapper.pedding-right {
        padding: 50px 80px 30px 50px;
    }

    /* attraction page end*/
}

@media (max-width: 1365px) {
    .navbar {
        padding: 8px 40px;
    }

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

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

@media (max-width: 1199px) {

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

    .nav-link,
    .nav-item:last-child .nav-link {
        margin-right: 25px;

    }

    .hero-banner {
        float: unset;
        width: 100%;
    }

    .hero-text h5 {
        font-size: 14px;
    }

    .hero-text p {
        font-size: 14px;
        line-height: 28px;
    }

    .hero-text {
        max-width: 600px;
    }

    .text-ph,
    .text-email {
        display: none;
    }

    .about-image-wrap {
        height: 500px;
    }

    .about-img-one {
        width: 423px;
        height: 480px;
    }

    .about-content-wrap {
        padding-left: 10px;
    }

    .exclusive-offer-image {
        width: 260px;
        height: 240px;
        margin-bottom: -66px;
    }

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

    .exclusive-offer-content {
        padding: 110px 10px 30px 10px;
    }

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

    /* 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 60px 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 {
        padding: 8px 20px;
    }

    .nav-link {
        color: #000;
    }

    .hero-text {
        background-color: transparent;
    }

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

    .hero-text h1 {
        color: var(--white);
    }

    .hero-banner::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: #000000;
        opacity: .4;
    }

    .hero-text h5 {
        color: #fff;
        font-size: 15px;
    }

    .hero-text p {
        display: none;
    }

    .hero-text-info .prime-btn {
        background: var(--primary);
        border: 1px solid var(--primary);
        color: var(--white);
    }

    .about-content-wrap .sec-title h5 {
        font-size: 15px;
        letter-spacing: 8px;
    }

    .about-content-wrap p {
        margin-bottom: 15px;
        padding-right: 0;
    }

    .about-image-wrap {
        height: 460px;
    }

    .about-img-one {
        width: 421px;
        height: 442px;
        left: 3px;
    }

    .about-content-wrap .prime-btn {
        margin-top: 30px;
    }

    .exclusive-offer-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        margin: 0 20px;
    }

    .exclusive-offer-image {
        width: 400px;
        height: 260px;

    }

    .exclusive-offer-content {
        padding: 110px 20px 30px 20px;
    }

    .service-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .service-grid-item {
        height: 150px;
        padding: 30px 10px;
    }

    .booking-res-right-wrap {
        padding: 80px 40px;

    }

    .form-control,
    .input-icon svg {
        font-size: 14px;

    }

    .book-res-info-content a {
        line-break: anywhere;
        line-height: 1.2;
    }

    .our-rooms-slider-content {
        height: 220px;
    }

    /* Footer start*/
    .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;
    }

    /* Footer End*/
    /* Service page start */

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

    /* Service page end */

    /* attraction page start*/
    .attraction-content-wrapper h5 {
        font-size: 28px;
    }

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

    /* attraction page end*/

}

@media (max-width: 991px) {
    .navbar-brand {
        width: 130px;
        height: 80px;
    }

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

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

    .about-content-wrap {
        padding-left: 0;
        padding-top: 60px;
    }

    .about-img-one {
        width: 96%;
    }

    .exclusive-offer-wrapper {
        grid-template-columns: repeat(1, 1fr);
        margin: 0 30px;
        gap: 50px;
    }

    .exclusive-offer-content {
        padding: 120px 40px 40px;
    }

    .exclusive-offer-image {
        width: 540px;
        height: 280px;
    }

    .service-image {
        height: 400px;
        margin-bottom: 50px;
    }

    .booking-res-left-wrap {
        display: none;
    }

    .booking-res-right-wrap {
        width: 100%;
        border-radius: 4px;
    }

    .our-rooms-slider-content {
        height: 210px;
        width: 70%;
    }

    .our-rooms-slider .owl-carousel .owl-stage-outer {
        padding-bottom: 16%;
    }

    /* Footer start*/
    .ft-contact-us {
        padding-left: 38px;
    }

    .footer-link {
        margin-right: 30px;
        text-align: center;
    }

    /* Footer End*/

    /* Service page start */
    .breadcrumb-item {
        font-size: 18px;
    }

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

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

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

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

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

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

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

    .attraction-content-wrapper {
        margin-top: 0;
    }

    .attraction-content-wrapper.pedding-left {
        margin-left: 0;
        padding: 50px 40px;
    }

    .attraction-content-wrapper.pedding-right {
        margin-right: 0;
        padding: 50px 40px;
    }

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

    /* attraction page end*/

}

@media (max-width: 767px) {

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

    .hero-text-wrapper,
    .hero-banner::before {
        display: none;
    }

    .navbar-brand {
        width: 114px;
        height: 70px;
    }

    .navbar {
        padding: 8px 15px;
    }

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

    .prime-btn {
        font-size: 15px;
    }

    .owl-carousel .svg-inline--fa {
        font-size: 24px;
    }

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

    .about-image-wrap {
        height: 360px;
    }

    .about-img-one {
        width: 96%;
        height: 380px;
    }

    .about-content-wrap {
        padding-left: 10px;
        padding-top: 80px;
    }

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

    .sec-title h5 {
        font-size: 13px;
        margin-bottom: 18px;
        letter-spacing: 8px;
    }

    .exclusive-offer-image {
        width: 410px;
    }

    .service-image {
        height: 340px;
    }

    .booking-res-right-wrap {
        padding: 60px 30px;
    }

    .booking-res-form {
        gap: 30px;
    }

    .booking-res-right-wrap h3 {
        font-size: 34px;
        margin-bottom: 40px;
    }

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

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

    .feedback-slider-item {
        height: 360px;
    }

    /* Footer start*/
    .footer-wrapper.sec-spacing {
        padding: 80px 0 0;
    }

    .ft-about-us,
    .ft-contact-us {
        padding-left: 0px;
    }

    .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: start;
        justify-content: center;
        line-height: 1.2;
    } */

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

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

    .footer-link-wrap {
        flex-wrap: wrap;
        justify-content: flex-start;

    }

    .footer-link {
     margin:  10px;
    }


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

    /* Footer End*/
    /* Service page start */
    .page-hero-content h1 {
        font-size: 44px;
    }

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

    .service-page .service-grid-item {
        padding: 30px 10px;
    }

    .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 end */

    /* attraction page start*/
    .att-content-text {
        font-size: 14px;
    }

    .attraction-content-wrapper h5 {
        font-size: 26px;
    }

    /* attraction page end*/


}

@media (max-width: 575px) {

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

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

    .navbar-toggler {
        right: 30px;
    }

    .owl-carousel .svg-inline--fa {
        font-size: 20px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        padding: 8px 20px !important;
    }

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

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

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

    .our-rooms-slider-content {
        height: 200px;
        width: 100%;
        position: static;
        border-radius: 0;
    }

    .our-rooms-slider .owl-carousel .owl-stage-outer {
        padding-bottom: 6%;
    }

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

    /* Service page start */
    .breadcrumb-item {
        font-size: 16px;
    }

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

    .sec-page-title {
        font-size: 30px;

    }

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

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

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

    /* attraction page start*/
    .attraction-content-wrapper h5 {
        font-size: 24px;
    }

    .attraction-image-wrapper {
        height: 340px;
    }

    .attraction-content-wrapper.pedding-left,
    .attraction-content-wrapper.pedding-right {
        padding: 50px 20px;
    }

    /* attraction page end*/

}

@media (max-width: 480px) {

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

    .sec-title h2 {
        line-height: 1.5;
    }

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

    .sec-title h5 {
        font-size: 12px;
        margin-bottom: 16px;
        letter-spacing: 6px;
    }

    .about-content-wrap .sec-title h5 {
        font-size: 14px;
        letter-spacing: 6px;
    }

    .sec-title h5::after {
        width: 50px;
    }

    .navbar-brand {
        width: 104px;
        height: 64px;
    }

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

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

    .about-image-wrap {
        height: 260px;
        width: 100%;
    }

    .about-img-one {
        width: 97%;
        height: 260px;
    }

    .about-content-wrap {
        padding-left: 0;
        padding-top: 60px;
    }

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


    .exclusive-offer-wrapper {
        margin: 0 15px;
    }

    .exclusive-offer-image {
        width: 100%;
        height: 240px;
    }

    .exclusive-offer-content {
        padding: 130px 20px 30px;
    }

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

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

    .offer-icon-wrap {
        bottom: -16%;
        width: 80px;
        height: 80px;
        padding: 22px;
    }

    .read-more {
        font-size: 13px;
    }

    .service-image {
        height: 300px;
        margin-bottom: 40px;
    }

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

    .booking-res-right-wrap h3 {
        font-size: 32px;
    }

    .booking-res-right-wrap {
        padding: 40px 20px;
    }

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

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

    .feedback-slider-item {
        height: auto;
        padding: 40px 15px;
    }

    .feedback-slider .owl-carousel .owl-stage-outer {
        padding: 30px 0;
    }

    /* Footer start*/
    .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;
    }

    .footer-wrapper .prime-btn {
        max-width: 100%;
        width: 100%;
        display: flex;

    }

    /* Footer End*/

    /* Service page start */
    .page-hero-banner {
        min-height: 550px;
    }

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

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

    }

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

    .service-page-booking-wrapper .booking-wrapper-link {
        font-size: 13px;
        line-height: 1.5;
    }

    .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 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---- */
    /* attraction page start*/
    .attraction-image-wrapper {
        height: 320px;
    }

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

    /* attraction page end*/


}

@media (max-width: 350px) {

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

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


    /* Service page end */
}