@media (max-width: 1799px) {

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

    header {
        margin: 20px auto 10px auto;
    }

    .hero-wrapper::after,
    .page-hero-banner::after {
        top: -16px;
        height: 70px;
    }


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

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

    .booking-form-wrapper {
        margin: 0 80px;
    }

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

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

    .booking-form-wrapper {
        padding: 40px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

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

}

@media (max-width: 1599px) {
    header {
        width: 90%;
    }

    .fixed-header .navbar {
        padding: 10px 100px;
    }

    .navbar-brand {
        width: 160px;
        height: 80px;
    }

    .room-service-box {
        margin: 0 20px;
    }

    .feedback-grid-item p {
        font-size: 22px;
        width: 700px;
    }

    /* footer start */
    .footer-wrap {
        margin: 0 20px 0;
    }

    .footer-bottom-wrap {
        z-index: 111;
        position: relative;
        border-top: 1px solid rgb(1, 1, 1, 0.2);
        padding: 20px 10px;
    }

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

    /* footer end */

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

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

    .hotel-policy-wrap p {
        font-size: 16px;
    }

    .h-policy-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 30px;
    }

    .hotel-policy-wrap {
        min-height: 320px;
    }

    /* service page end */

    /* contact us page start */
    .info-wrapper p,
    .info-wrapper a {
        font-size: 16px;
    }

    .info-wrapper h5 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .info-wrapper svg {
        font-size: 30px;
        margin-bottom: 20px;
    }

    /* contact us page end */
}

@media (max-width: 1429px) {

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

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

    .hero-text h1 {
        line-height: 90px;
        width: 800px;
    }

    .feedback-icon {
        width: 200px;
        height: 200px;
    }

    .feedback-grid-item p {
        font-size: 22px;
        width: 640px;
    }

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

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

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

    /* footer end */

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

    /* ADA feature end */
}

@media (max-width: 1365px) {

    header {
        width: 94%;
    }

    .fixed-header .navbar {
        padding: 10px 40px;
    }
}

@media (max-width: 1199px) {

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

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

    header {
        width: 100%;
        margin: 0;
    }

    .fixed-header .navbar {
        padding: 10px;
    }

    .navbar {
        border-radius: 0;
        padding: 10px;
    }

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

    .prime-btn {
        font-size: 14px;
        padding: 16px 26px;
    }


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

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

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

    .hero-wrapper::after,
    .page-hero-banner::after {
        display: none;
    }

    .hero-text {
        top: 40%;
    }

    .hero-text h1 {
        width: 600px;
        line-height: 80px;
    }

    .booking-form-wrapper {
        position: static;
        margin: 0;
        border-radius: 0;
    }

    .web-res-form .prime-btn {
        padding: 18px 14px;
    }

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

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

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

    .about-image-content {
        font-size: 16px;
        line-height: 36px;
        padding: 30px 20px;
        width: 230px;
    }

    .about-image-wrap img {
        padding-right: 30px;
    }

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

    .our-room .sec-title {
        margin-bottom: 30px;
    }

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

    .rooms-image-wrap {
        height: 300px;
    }

    .rooms-content-wrap {
        padding: 30px 10px;
    }

    .rooms-content-wrap p {
        font-size: 18px;
        margin: 20px 0;
    }

    .room-icon li {
        font-size: 13px;
        margin-right: 20px;
    }

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

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

    .read-more {
        font-size: 13px;
        padding: 12px 20px;
        width: 136px;
    }

    .feedback-grid-item p {
        font-size: 18px;
        line-height: 44px;
        width: 640px;
    }

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

    /* footer start */
    .footer-wrap {
        margin: 0;
        border-radius: 0px;
    }

    .ft-logo {
        width: 176px;
        height: 90px;
    }

    .footer-grid-item p {
        font-size: 14px;
        line-height: 34px;
        margin-bottom: 30px;
    }

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

    .footer-link {
        font-size: 14px;
        line-height: 1.2;
    }

    .ft-add,
    .footer-add a {
        font-size: 14px;
        margin-bottom: 34px;
    }

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

    /* footer end */

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

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

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

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

    .hotel-policy-wrap h5 {
        font-size: 22px;

    }

    .hotel-policy-wrap p {
        font-size: 14px;
    }

    .hotel-policy-wrap {
        min-height: 280px;
    }

    /* service 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-expand-lg .navbar-nav {
        flex-direction: column;
    }

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

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

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

    .prime-btn {
        font-size: 16px;
        padding: 16px 30px;
    }

    .hero-text {
        top: 30%;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        width: 46px;
        height: 46px;
        font-size: 24px;
        top: 90%;
    }

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

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

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

    .form-group:last-child {
        grid-column: 1 / 3;
    }

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

    .our-room {
        margin-bottom: 120px;
    }

    .service-amenities-wrapper {
        margin: 60px 0;
    }

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

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

    .item-list {
        padding: 8px 16px;
    }

    .hotel-surrounding-image {
        height: 260px;
    }

    .hotel-surrounding-title {
        margin-bottom: 20px;
    }

    /* Attraction page end*/
}

@media (max-width: 991px) {

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

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

    .hero-text {
        width: 100%;
    }

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

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

    .owl-carousel .owl-nav button.owl-next {
        right: 42%;
        top: 84%;
    }

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

    .room-service-box {
        margin: 0 10px;
        padding: 80px 10px;
    }

    .our-room .owl-carousel .owl-stage-outer {
        padding: 10px 0;
    }

    .rooms-content-wrap {
        padding: 30px;
    }

    .our-room {
        margin-bottom: 100px;
    }

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

    .feedback-icon {
        width: 110px;
        height: 110px;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .feedback-icon img {
        width: 45px;
        height: 45px;

    }

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

    .feedback-slider .owl-carousel .owl-nav button.owl-next {
        top: 90%;
        right: 0%;
    }

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

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

    /* ADA feature */
    .ada-feature-image-wrap {
        display: none;
    }

    /* ADA feature  end*/

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

    /* service Amenities page end */

    /* contact us page start */
    .info-wrapper p,
    .info-wrapper a {
        font-size: 14px;
    }

    .info-wrapper h5 {
        font-size: 22px;
    }

    .info-wrapper svg {
        font-size: 28px;
    }

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

    /* contact us page end */

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

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

    /* Attraction page end*/
}

@media (max-width: 767px) {

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

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

    .navbar,
    .fixed-header .navbar {
        padding: 6px 0px;
    }

    .navbar-toggler {
        right: 20px;
    }

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

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

    .owl-carousel .owl-nav button.owl-prev {
        left: 38%;

    }

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

    .about-image-wrap {
        height: 320px;
        margin-bottom: 60px;
    }

    .about-image-content {
        font-size: 14px;
        line-height: 30px;
        padding: 20px 20px;
        width: 200px;
    }


    .sec-title,
    .about .sec-title,
    .about-content-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .sec-title span {
        padding-left: 0;
    }

    .sec-title span::before {
        display: none;
    }

    .about-content-wrap p {
        text-align: center;
    }

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

    .our-room .owl-carousel .owl-nav button.owl-prev {
        left: auto;
        right: 70px;
    }

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

    .feedback-grid-item p {
        width: 100%;
    }

    .feedback-grid-item span {
        font-size: 26px;
        padding-left: 60px;
    }

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

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

    /* footer start */
    .footer-grid-item.footer-about {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

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

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

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

    /* footer end */

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

    /* ADA feature end */

    /* service Amenities page start */
    .page-hero-content h1 {
        font-size: 56px;
        padding: 0 10px;
    }

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

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

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

    .service-page .service-amenities-icon {
        width: 74px;
        height: 74px;
        padding: 16px;
        margin-bottom: 20px;
    }

    .hotel-policy-wrap {
        min-height: 260px;
    }

    .h-policy-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }

    /* service Amenities page end */

}

@media (max-width: 575px) {

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

    .booking-form-wrapper {
        padding: 40px 20px;
    }

    .room-icon {
        display: none;
    }

    .rooms-content-wrap p {
        margin-bottom: 0;
    }

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

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

    .footer-link-wrapper,
    .footer-grid-item.footer-add {
        padding-left: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

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

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

    /* service Amenities page end */

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

    /* contact us page end */

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

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

    .hotel-surrounding-image {
        height: 300px;

    }

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

@media (max-width: 480px) {

    .navbar-brand {
        width: 130px;
        height: 68px;
    }

    .hero-text {
        display: none;
    }

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

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

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

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

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

    .form-group:last-child {
        grid-column: 1 / 1;
    }

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

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

    .room-service-box {
        border-radius: 6px;
    }

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

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

    .rooms-content-wrap p {
        font-size: 16px;
    }

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

    .our-room {
        margin-bottom: 80px;
    }

    .service-amenities-grid-item {
        padding: 30px 20px;
    }

    .service-amenities-grid-item h4 {
        font-size: 20px;
        line-height: 18px;
    }

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

    .view-all-link {
        font-size: 18px;
    }

    .feedback-grid-item p {
        font-size: 16px;
        line-height: 40px;
        width: 100%;
    }

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

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

    /* service page start */
    .breadcrumb-item {
        font-size: 14px;
    }

    .page-hero-content h1 {
        font-size: 52px;
        margin-bottom: 30px;
    }

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

    }

    .hotel-policy-wrap h5 {
        font-size: 20px;
    }

    /* service page end */

    /* Attraction page start*/

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

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

    .hotel-surrounding-image {
        height: 200px;
    }

    .item-list {
        padding: 8px;
    }

    /* Attraction page end*/
}

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

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

    .rooms-content-wrap {
        padding: 20px 10px;
    }
}