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

@media (max-width: 1599px) {
    .our-room-slider-content h4 {
        font-size: 28px;
    }
}

@media (max-width: 1429px) {


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

    .header-top {
        padding: 18px 0px;
    }

    .header-top a,
    .head-top {
        font-size: 14px;
    }

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

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

    .hero-text .prime-btn {
        font-size: 15px;
        height: 50px;
        width: 156px;
    }

    .exclusive-offer figure {
        width: 560px;
        height: 410px;
    }

    .exclusive-offer .content-box p {
        width: 100%;
    }

    .booking-content-column {
        padding-left: 30px;
    }

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

}

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

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

    .our-room-slider-img {
        height: 400px;
    }

    .booking-info-grid-item p {
        font-size: 18px !important;
    }

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

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

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

@media (max-width: 1199px) {
    .head-top {
        line-height: 1.2;
    }

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

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

    .about-content-wrap p {
        padding-right: 0;
    }

    .about-image-wrapper .about-image-one img {
        height: 500px;
    }

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

    .service-amenities-item {
        padding: 46px 20px 36px 20px;
        height: 200px;
    }

    .exclusive-offer figure {
        width: 510px;
        height: 400px;
    }

    .exclusive-offer .sec-title h2 {
        font-size: 36px;
    }

    .feature-row .content-column .inner-column {
        padding: 70px 0 70px 220px;
    }

    .feature-row:nth-child(2n) .content-column .inner-column {
        padding: 70px 210px 70px 40px;
    }

    .exclusive-offer .prime-btn {
        font-size: 15px;
        width: 146px;
        height: 48px;
    }

    .booking-res:before {
        max-width: 700px;
    }

    .booking-content-column p {
        font-size: 14px;
        max-width: 100%;
    }

    .form-control {
        padding: 10px 26px;
        height: 60px;

    }

    .booking-form-column .inner-column {
        padding: 60px 40px;
        width: 470px;
    }

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

    .booking-info-grid-item p {
        font-size: 16px !important;
    }

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

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

    .booking-res {
        margin: 180px 0 120px 0;
    }

    .feedback-slider p {
        font-size: 18px;
    }

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

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


    /* -- // Contact-us Page Styles Start // -- */

    .contact-us-content-wrap {
        padding-left: 0;
        padding-top: 30px;
    }

    /* -- // Contact-us Page Styles 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 */
    .h1,
    h1 {
        font-size: 60px;
    }

    .header-top {
        display: none;
    }

    .navbar {
        background-color: var(--white);

    }

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

    .hero-text h4 {
        font-size: 20px;
    }

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

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

    .ft-logo {
        width: 130px;
        height: 80px;
        margin-bottom: 40px;
    }

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

    /* Service Page start */
    .page-hero-content {
        left: 10%;
    }

    /* Service Page end */

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

    /* Attraction page end*/

}

@media (max-width: 991px) {

    .hero-text h1 {
        padding: 0 10px;
    }

    .navbar-collapse {
        padding: 100px 60px 60px;

    }

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

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

    .hero-text h4 {
        font-size: 20px;

    }

    .hero-text h1 {
        line-height: 80px;
        margin-bottom: 24px;

    }

    .sec-spacing,
    .booking-res.sec-spacing {
        padding: 120px 0;
    }

    .about-content-wrap {
        margin-bottom: 60px;
    }

    .sec-sub-title {
        margin: 0 0 16px;
    }

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

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

    .feature-row .image-column .inner-column {
        margin-right: 0;
    }

    .feature-row:nth-child(2n) .image-column .inner-column {
        margin-left: 0;
    }

    .exclusive-offer figure {
        width: 100%;
    }

    .feature-row .content-column .inner-column,
    .feature-row:nth-child(2n) .content-column .inner-column {
        padding: 70px 40px;
    }

    .our-room-slider-item {
        margin: 0 30px;
    }

    .booking-res {
        background-image: url('../images/sec-bg-img/booking.png');
        background-repeat: no-repeat;
        background-size: cover;
        margin: 100px 0;
    }

    .booking-res:before,
    .booking-form-column .inner-column:after {
        display: none;
    }

    .booking-form-column .inner-column {
        padding: 60px;
        width: 100%;
        float: unset;
        margin-top: 0;
    }

    .booking-content-column {
        padding-left: 0;
        padding-top: 70px;
    }

    .booking-content-column p {
        font-size: 16px;
    }

    .feedback .sec-title h2 {
        font-size: 52px;
    }

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

    .feedback-slider {
        padding: 60px 40px;
    }

    .ft-info-wrap a,
    p {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 1.5;
        letter-spacing: 0.5px;
    }

    .footer-link-wrap {
        padding: 30px 0px 0 30px;
        text-align: start;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-link-wrap h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .footer-link {
        margin-right: 0;
    }

    .footer-link:not(:last-child) {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .ft-info-wrap {
        padding-bottom: 0;
        border-bottom: none;
    }

    .footer-top-wrap {
        padding-bottom: 80px;
    }

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

    .footer-bottom-wrap p {
        margin-bottom: 0;
    }

    /* ---- 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*/
    .hotel-surrounding-grid-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

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

    /* Attraction page end*/

}

@media (max-width: 767px) {

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

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

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

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

    .navbar-wrapper {
        padding: 8px 0;
    }

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

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

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

    .about-content-wrap p {
        font-size: 14px;
        line-height: 32px;
        margin-bottom: 12px;
        padding-right: 20px;
    }

    .about-image-wrapper .about-image-one img {
        height: 440px;
    }

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

    .exclusive-offer figure,
    .our-room-slider-img,
    .photo-gallery-wrap {
        height: 360px;
    }

    .feature-row .content-column .inner-column:before {
        left: 50%;
        transform: translateX(-50%);
    }

    .our-room-slider-content h4 {
        font-size: 26px;
    }

    /* .booking-content-column p {
        font-size: 14px;
    } */

    .feedback .sec-title h2 {
        font-size: 44px;
    }

    .footer-top-wrap {
        padding-bottom: 60px;
    }

    .ft-logo {
        width: 130px;
        height: 80px;
        margin-bottom: 30px;
    }

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

    /* -- // Contact-us Page Styles Start // -- */

    .contact-title-wrap {
        font-size: 20px;
    }

    /* -- // Contact-us Page Styles End // -- */

    /* Service Page start */
    .page-hero-content h1 {
        font-size: 52px;
    }

    /* Service Page end */
}

@media (max-width: 575px) {

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

    .hero-text h4 {
        font-size: 18px;
        margin-bottom: 12px;
    }

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

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

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

    .icons-wrap svg {
        width: 18px;
        height: 18px;
        margin-right: 26px;
    }

    /* -- // Contact-us Page Styles Start // -- */

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

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

    .contact-title-wrap {
        font-size: 18px;
    }

    /* -- // Contact-us Page Styles End // -- */

    /* -- // Attraction Page Styles start // -- */
    .item-list p {
        font-size: 14px;
        line-height: 1.5;
    }

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

@media (max-width: 480px) {

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

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

    .navbar-brand {
        width: 106px;
        height: 66px;
    }

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

    .navbar-collapse {
        padding: 80px 40px 30px;
    }

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

    .hero-text h1 {
        line-height: 60px;
        margin-bottom: 0;
    }

    .hero-text h4 {
        font-size: 16px;
        margin-bottom: 16px;
        letter-spacing: 3px;
    }

    .owl-carousel button.owl-dot {
        width: 24px;
        height: 6px;
    }

    .owl-carousel button.owl-dot.active {
        width: 30px;
        height: 6px;

    }

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

    }

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

    .about-content-wrap .sec-sub-title {
        font-size: 14px;
    }

    .about-image-wrapper .about-image-two,
    .about-image-wrapper .about-image-three {
        display: none;
    }

    .about-image-wrapper {
        grid-template-columns: 100%;

    }

    .about-image-wrapper .about-image-one img {
        height: 320px;
        width: 100%;
    }

    .about-content-wrap p {
        padding-right: 0;
    }

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

    .exclusive-offer figure,
    .our-room-slider-img {
        height: 320px;
    }

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

    .feature-row .content-column .inner-column,
    .feature-row:nth-child(2n) .content-column .inner-column {
        padding: 70px 20px 50px;
    }

    .exclusive-offer .sec-title h2 {
        font-size: 32px;
    }

    .exclusive-offer .content-box p,
    .our-room-slider-content p {
        font-size: 14px;
        line-height: 28px;

    }

    .exclusive-offer .sec-title {
        margin-bottom: 15px;
    }

    .exclusive-offer .prime-btn {
        font-size: 14px;
        width: 142px;
        height: 46px;
    }

    .our-room-slider-item {
        margin: 0 12px;
    }

    .room-book {
        width: 70px;
        height: 70px;
        font-size: 16px;

    }

    .our-room-slider-content {
        padding: 26px 15px;
        height: 210px;
    }

    .our-room-slider-content h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .our-room-slider-content p {
        margin-bottom: 22px;
    }

    .our-room-slider .owl-stage-outer {
        padding-bottom: 50px;
    }

    .icons-wrap svg {
        width: 16px;
        height: 16px;
        margin-right: 20px;
    }

    .booking-form-column .inner-column {
        padding: 60px 20px;
    }

    .booking-content-column .sec-title h2 {
        font-size: 36px;

    }

    .booking-info-grid-item span {
        letter-spacing: 2px;
    }

    .form-control {
        padding: 10px 16px;
        height: 50px;
        font-size: 16px;
    }

    .input-icon {
        font-size: 16px;
        right: 16px;
    }

    .web-res-form .prime-btn {
        height: 50px;
        font-size: 15px;
        letter-spacing: 4px;

    }

    .booking-info-section {
        flex-direction: column;
        align-items: flex-start;
    }

    .feedback .sec-title h2 {
        font-size: 40px;
    }

    .feedback .sec-title img {
        width: 160px;
    }

    .feedback-slider {
        padding: 60px 30px;

    }

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

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

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

        font-size: 25px;
        margin-right: 20px;
        width: 40px;
        height: 40px;
    }

    .owl-carousel .owl-nav button.owl-prev svg {
        margin-left: 15px;
    }

    .owl-carousel .owl-nav button.owl-next svg {
        margin-left: -26px;
    }

    .footer-wrap {
        padding: 80px 0 0;
    }

    .ft-info-wrap a,
    p,
    .footer-link {
        font-size: 14px;
        margin-bottom: 16px;

    }

    .footer-top-wrap {
        padding-bottom: 40px;
    }

    .ft-logo {
        width: 116px;
        height: 72px;
    }

    /* ---- 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---- */
    /* Service Page start */
    .page-hero-content h1 {
        font-size: 46px;
    }

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

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

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

}

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

}