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

@media (max-width: 1599px) {

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

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

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

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

    .navbar {
        padding: 2px 80px;
    }

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

    .navbar-brand {
        width: 100px;
        height: 100px;
    }

    .h-divider {
        height: 40px;
        margin: 0 40px;
    }

    .slide-menu {
        width: 30px;
    }

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

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

    header .prime-btn img {
        width: 20px;
    }

    .h-div {
        height: 18px;
        margin: 0 14px;
    }

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

    .hero-text h1 {
        line-height: 110px;
        max-width: 740px;
    }

    .hero-text h3 {
        font-size: 20px;
        margin-bottom: 6px;
    }

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

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

    .footer-grid-item p,
    .footer-link,
    .ft-add,
    .footer-add a {
        font-size: 16px;
        letter-spacing: 0.2px;
    }

    .our-rooms-slider {
        margin: 0 70px;
    }

    /* se */
    .service-amenities-grid-item p {
        font-size: 16px;
    }

    /* con */
    .contact-us-iframe {
        height: 450px;
    }

    /* con */
}

@media (max-width: 1429px) {
    .feedback-item-wrap {
        padding: 50px 40px 40px;
        height: 470px;
    }
}

@media (max-width: 1365px) {

    .navbar {
        padding: 2px 40px;
    }

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

@media (max-width: 1199px) {

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

    .navbar {
        padding: 2px 20px;
    }

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

    .slide-menu {
        margin: 0 10px;
    }

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

    header .prime-btn img {
        width: 18px;
    }

    .h-div {
        margin: 0 8px;
    }

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

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

    .hero-text-wrapper {
        left: 6%;
    }

    .booking-form {
        position: static;
        left: 50%;
        transform: unset;
        bottom: unset;
        z-index: 111;
        width: 100%;
        margin: 0 auto;
        background-color: #1E1E1E;
        border-top: 6px solid var(--primary);
    }

    .booking-form-grid-wrap {
        border-top: 0;
        padding: 40px 0;
        background-color: transparent;
    }

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

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

    .about-img-wrap::before,
    .about-img-wrap::after {
        width: 20px;

    }

    .about-img-wrap {
        height: 580px;
        padding-left: 20px;
        padding-right: 20px;
    }


    .sa-icon {
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }

    .sa-top h3 {
        font-size: 24px;
    }

    .service-amenities-grid-item p {
        font-size: 16px;
        margin-top: 18px;
    }

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

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

    .exclusive-offer-wrapper {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .exclusive-offer-left-wrap,
    .exclusive-offer-right-wrap {
        width: 100%;
    }

    .exclusive-offer-image-wrap {
        height: 400px;
    }

    .feedback-item-wrap {
        height: 410px;
    }

    .book-now-wrapper {
        position: static;
        width: 100%;
        max-width: 100%;
        transform: unset;
        margin-top: 80px;
    }

    .book-now-wrapper h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .footer {
        background-image: unset;
        min-height: auto;

        background-color: var(--black);
    }

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

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

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

@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 40px 40px;
        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-brand {
        width: 90px;
        height: 90px;
    }

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

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

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

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

    .h-divider {
        height: 36px;
        margin: 0px 36px;
    }

    .owl-theme .owl-dots {
        top: 90%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: row;
    }

    .owl-carousel button.owl-dot {
        margin: 0 4px;
    }

    .hero-wrapper .owl-carousel .owl-nav button.owl-next,
    .hero-wrapper .owl-carousel .owl-nav button.owl-prev {
        display: none;
    }

    .hero-text-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        z-index: 111;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 120px;
    }

    .hero-text h1 {
        max-width: 100%;
    }

    .sa-icon {
        width: 56px;
        height: 56px;
    }

    .sa-top h3 {
        font-size: 22px;
    }

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

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

    /* con */
    .contact-page-wrapper {
        width: 100%;
        padding: 60px 20px;
    }

    /* con */

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

    /* Attraction page end*/
}

@media (max-width: 991px) {

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

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

    /* 
    .booking-form-grid-item:last-child {
        grid-column: span 1/3;
    } */

    .about-img-wrap {
        height: 420px;
    }

    .about-img-wrap::before,
    .about-img-wrap::after {
        height: 320px;
    }

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

    .about .owl-carousel button.owl-dot {
        width: 14px;
        height: 14px;
        margin: 0 2px;
    }

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

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

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

    .book-now-wrapper h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .book-now-wrapper {
        padding: 40px 20px;
    }

    .photo-gallery-wrap,
    .photo-gallery-wrap.h-510,
    .photo-gallery-wrap.h-250 {
        height: 300px;
    }

    .footer-about {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

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

    .service-page .service-amenities-grid-item:nth-child(13),
    .service-page .service-amenities-grid-item:nth-child(14) {
        grid-column: 1 / span 2;
    }

    /* s */

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

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

    /* Attraction page end*/
}

@media (max-width: 767px) {

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

    .sec-title h6 {
        font-size: 14px;
        letter-spacing: 6px;
    }

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

    .navbar {
        padding: 2px 0;
    }

    .navbar-toggler {
        right: 20px;
    }

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

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

    .about-img-wrap {
        height: 400px;
    }

    .about-content-wrap {
        padding-left: 0;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

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

    .about::before,
    .about::after,
    .gallery::before,
    .gallery::after {
        display: none;
    }

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

    .our-rooms-slider {
        margin: 0 0px;
    }

    .rooms-image-wrap {
        height: 420px;
        width: 100%;
    }

    .rooms-image-wrap {
        float: unset;
        height: 340px;
    }

    .rooms-content-wrap {
        position: static;
        top: unset;
        transform: unset;
        left: 0;
    }

    .rooms-content-inner {
        padding: 10px 20px 20px;
        width: 100%;
        position: static;
    }

    .rooms-content-wrap h3 {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .amenities-list-item {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .rooms-content-inner {
        padding: 30px 20px;
    }

    .our-rooms-slider .owl-theme .owl-dots {
        top: 104%;
    }

    .exclusive-offer-wrapper.sec-spacing {
        padding: 20px 0 100px 0;
    }

    .exclusive-offer-image-wrap {
        height: 350px;
    }

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

    .exclusive-offer-right-wrap .sec-title {
        text-align: center;
        width: 100%;
    }

    .book-now-wrapper {
        display: none;
    }

    /* s */
    .page-hero-content {
        z-index: 11;
        position: absolute;
        bottom: auto;
        top: 50%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

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

    .sec-page-title {
        text-align: center;
        font-size: 38px;
        ;
    }

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

    .service-page .service-amenities-grid-item:nth-child(13),
    .service-page .service-amenities-grid-item:nth-child(14) {
        grid-column: 1 / span 1;
    }

    /* s */

    /* con */
    .contact-us-content-wrap {
        margin-top: 50px;
        padding-left: 0;
    }

    /* con */
}

@media (max-width: 575px) {

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

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

    .about-bottom .prime-btn {
        margin-right: 0;
        margin-bottom: 40px;
    }

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

    .footer-grid-item h3 {
        font-size: 34px;
        padding: 0 0 24px 0;
        letter-spacing: 1px;
    }

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

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

    .footer-link {
        line-height: 1.5;
        margin-bottom: 20px;
    }

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

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

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

@media (max-width: 480px) {

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

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

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

    .feedback-item-wrap h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .feedback-item-wrap img {
        height: 80px;
    }

    .feedback-item-wrap p {
        font-size: 15px;
        line-height: 28px;
        margin-top: 20px;
    }

    .feedback-item-wrap {
        height: 410px;
        padding: 40px 20px;
    }

    /* Attraction page end*/
}

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