@media (max-width: 1799px) {
    .our-rooms-slider .slick-prev {
        left: -6%;
    }

    .our-rooms-slider .slick-next {
        right: -6%;
    }
}

@media (max-width: 1599px) {

    .our-rooms-slider .slick-prev,
    .our-rooms-slider .slick-next {
        top: 110%;
    }

    .our-rooms-slider .slick-prev {
        left: 4%;
    }

    .our-rooms-slider .slick-next {
        right: 86%;
    }

}

@media (max-width: 1429px) {

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

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

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

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

    h5,
    .h5 {
        font-size: 18px;
    }


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

    .navbar {
        padding: 10px 0;
    }

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

    .about-content-wrapper h2 {
        line-height: 1;
    }

    .our-rooms-image {
        height: 360px;
    }

    .our-rooms-slider .slick-prev,
    .our-rooms-slider .slick-next {
        top: 102%;
    }

    .gallery-img-265px {
        height: 250px;
    }

    .feedback-box h6 {
        font-size: 14px;
    }

    .feedback-box {
        padding: 50px 30px 30px 50px;
        min-height: 340px;
    }

    .feedback-hidden {
        padding: 100px 0 220px 0;
    }

    /* -- // Service Page Styles Start // -- */
    .service-aminities h2 {
        font-size: 42px;
    }

    .service-aminities-bottom-items {
        padding: 0;
    }

    /* -- // Service Page Styles End // -- */
    /* -- // Contact-us Page Styles Start // -- */
    .contact-title-wrap {
        font-size: 18px;
        color: var(--primary);
        margin-bottom: 8px;
    }

    .contact-us-content-wrap {
        padding-left: 40px;
    }

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

    /* attraction page */
    .att-images {
        height: 300px;
    }

    .local-restaurants-wrap {
        margin-top: 220px;
    }
    .local-restaurants-wrap-one {
        margin-top: 60px;
    }
    /* attraction page */
}

@media (max-width: 1365px) {

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

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

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

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

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

    .slick-prev,
    .slick-next {
        width: 44px;
        height: 44px;
    }

    .slick-prev svg,
    .slick-next svg {
        width: 22px;
        height: 22px;
    }

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

    .services-grid-icon {
        width: 82px;
        height: 82px;
        padding: 18px;
    }

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

    .our-rooms-slider .slick-prev,
    .our-rooms-slider .slick-next {
        top: 92%;
    }

    .gallery-img-265px {
        height: 210px;
    }

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

    .feedback-slider .slick-prev,
    .feedback-slider .slick-next {
        top: 132%;
    }


}

@media (max-width: 1199px) {

    /* 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: 52px;
    }

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

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

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

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

    .add-bar,
    .contact-info {
        font-size: 13px;
    }

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

    .form-control {
        height: 52px;
        font-size: 14px;
    }

    .form-section .prime-btn {
        height: 52px;
        font-size: 14px;
    }

    .special-offer-image {
        height: 350px;
    }

    .our-rooms-content h3 {
        margin-bottom: 20px;
    }

    .our-rooms-image {
        height: 280px;
    }

    .our-rooms-slider .slick-prev,
    .our-rooms-slider .slick-next {
        top: 100%;
    }

    .our-rooms .slick-slider {
        height: 530px;
    }

    /* -- // Service Page Styles Start // -- */
    .service-aminities-wrapper {
        grid-template-columns: repeat(3, 1fr);

    }

    /* -- // Service Page Styles End // -- */
    .gallery-img-mh {
        height: 260px;
    }

    /* -- // Attraction Page Styles Start // -- */
    .att-images {
        width: 100%;
        height: 260px;
    }
    .local-restaurants-wrap {
        margin-top: 250px;
    }
    .local-restaurants-wrap-one {
        margin-top: 90px;
    }
    .attraction-title {
        font-size: 22px;

    }

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

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

    /* -- // Contact-us Page Styles Start // -- */
    .contact-us-content-wrap {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 40px;
        padding-left: 10px;

    }

    /* .contact-us-content-items {
        margin-bottom: 0;
        margin-right: 30px;

    } */

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

    /* -- // Contact-us Page Styles End // -- */
    .ada-feature-wrap h3 {
        font-size: 24px;
    }

    .ada-feature-item {
        font-size: 16px;
        padding: 14px;
    }
}

@media (max-width: 991px) {
    .h2-small {
        font-size: 34px;
    }

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

    .header-top {
        display: none;
    }

    .nav-item:not(:last-child) {
        margin-bottom: 30px;
    }

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

    .form-section .prime-btn {
        max-width: max-content;
        margin: 0 auto;
    }

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

    .about-content-wrapper {
        max-width: 100%;
        margin-top: 40px;
    }

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

    .special-offer-wrapper {
        margin-bottom: 100px;
    }

    .our-rooms-slider .slick-prev,
    .our-rooms-slider .slick-next {
        top: 104%;
    }

    .our-rooms-slider .slick-next {
        right: 81%;
    }

    .feedback-hidden {
        padding: 100px 0 180px 0;
    }

    .feedback-slider .slick-next {
        right: 40%;
    }

    .footer-logo {
        width: 100px;
        height: 110px;
    }

    .ref-content {
        font-size: 14px;
        line-height: 1.6;
        max-width: 100%;
        margin: 20px 40px 0;
    }

    .footer-top-wrap h3 {
        margin: 0 0 20px 0;
    }

    .footer-pl,
    .footer-ls {
        padding-left: 60px;
    }

    /* -- // Service Page Styles Start // -- */
    .service-aminities h2 {
        font-size: 40px;
    }

    .service-aminities-items {
        border-radius: 10px;
        min-height: 140px;
    }

    .service-aminities-icon {
        width: 90px;
        height: 90px;
        padding: 22px;

    }

    .service-aminities-items h4 {
        font-size: 18px;
    }

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

    /* -- // Service Page Styles End // -- */

    /* -- // Attraction Page Styles Start // -- */
    .local-restaurants-wrap {
        margin-top: 380px;
    }

    .local-restaurants-wrap-one {
        margin-top: 250px;
        margin-bottom: 80px;
    }

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


}

@media (max-width: 767px) {

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

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

    .h2-small {
        font-size: 30px;
    }

    h5,
    .h5 {
        font-size: 16px;
    }

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

    .prime-btn {
        max-width: 140px;
        height: 48px;
        font-size: 14px;
    }

    .hero-content h4 {
        letter-spacing: 1px;

        font-size: 14px;
    }

    .form-section .prime-btn {
        max-width: 100%;
    }

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

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

    .about-content-wrapper .prime-btn {
        margin-top: 25px;
    }

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

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

    .our-rooms-slider .slick-prev,
    .our-rooms-slider .slick-next {
        top: 106%;
    }

    .our-rooms-slider .slick-next {
        right: 75%;
    }

    .our-rooms-content .prime-btn {
        max-width: 120px;
        height: 42px;
        padding: 6px 7px;

    }

    .our-rooms-slider .slick-next {
        right: 40%;
    }

    .our-rooms-slider .slick-prev {
        left: 40%;
    }

    .our-rooms-slider .slick-prev,
    .our-rooms-slider .slick-next {
        top: 102%;
    }

    .feedback {
        min-height: 680px;
    }

    .feedback-hidden {
        padding: 40px 0 120px 0;
    }

    .feedback-box {
        padding: 60px 40px 40px;
        min-height: 300px;
    }

    .feedback-slider-items.slick-slide.slick-current.slick-active.slick-center {
        transform: scale(1);
    }

    .feedback-slider .slick-prev,
    .feedback-slider .slick-next {
        top: 130%;
    }

    .feedback-slider .slick-prev {
        left: 40%;
    }

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

    /* .footer-pl {
        padding-left: 80px;
    } */
    .footer-ls,
    .footer-pl {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-left: 12px;
    }

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

    .footer-bottom-wrap {
        padding: 16px;
    }

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

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

    /* -- // Service Page Styles Start // -- */
    .page-hero-banner {
        min-height: 400px;
    }

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

    .service-aminities h2 {
        font-size: 36px;
    }

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

    /* -- // Service Page Styles End // -- */


    /* -- // Contact-us Page Styles Start // -- */
    .contact-us-content-wrap {
        padding-left: 0px;
        gap: 20px 20px;
        margin-top: 30px;
    }

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

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

    .contact-title-wrap {
        font-size: 16px;

    }

    .contact-play-icons {
        margin-right: 8px;
    }

    /* -- // Contact-us Page Styles End // -- */
    .ada-feature-wrap h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }

}

@media (max-width: 575px) {

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

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

    .h2-small {
        font-size: 26px;
    }

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

    .slick-prev svg,
    .slick-next svg {
        width: 20px;
        height: 20px;
    }

    .slick-prev,
    .slick-next {
        width: 38px;
        height: 38px;
    }

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

    .about-image-wrapper,
    .services-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px 12px;
    }

    .about-image-wrap:first-child {
        grid-column: 1 / span 1;
    }

    .services-grid-items {
        height: 180px;
    }

    .services-grid-icon {
        width: 75px;
        height: 75px;
        padding: 16px;
    }

    .special-offer-box {
        width: 100%;
    }

    .feedback {
        min-height: 650px;
    }

    .footer-logo {
        width: 90px;
        height: 100px;
    }

    /* -- // Service Page Styles Start // -- */
    .page-hero-banner {
        min-height: 350px;
    }

    .page-hero-content {
        padding: 0 10px;
    }

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

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

    .service-aminities-bottom-items p {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .service-aminities-bottom-wrapper {
        gap: 20px 20px;
    }

    .service-aminities-bottom-items {
        padding-left: 30px;
    }

    .service-aminities h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .service-aminities-icon {
        width: 86px;
        height: 86px;
    }

    .service-aminities-items {
        border-radius: 8px;
        min-height: 130px;
    }

    .service-aminities-bottom-items {
        padding-left: 15px;
    }

    .service-aminities-bottom-items h5 {
        margin-bottom: 12px;
        font-size: 20px;
    }

    /* -- // Service Page Styles End // -- */

    /* -- // Attraction Page Styles Start // -- */
    .attraction-image-wrap {
        height: 310px;
    }

    .attraction-title {
        font-size: 20px;
    }

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

    .attraction-content-wrap {
        margin: 0 10px;
        padding: 20px 20px;
    }

    .local-restaurants-wrap {
        margin-top: 380px;
    }

    .local-restaurants-wrap-one {
        margin-top: 250px;
        margin-bottom: 90px;
    }

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


    /* -- // Contact-us Page Styles Start // -- */
    .contact-us-content-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    /* -- // Contact-us Page Styles End // -- */
    .ada-feature-item {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .note {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .h2-small {
        font-size: 24px;
    }

    h5,
    .h5 {
        font-size: 15px;
    }

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

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

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

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

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

    .form-control {
        height: 48px;
        font-size: 13px;
    }

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

    .services-grid-icon {
        width: 70px;
        height: 70px;
        padding: 16px;
    }

    .services-grid-items h4 {
        font-size: 16px;
    }

    .services-grid-items {
        height: 170px;
    }

    .special-offer.sec-spacing {
        padding: 60px 0 160px 0;
    }

    .slick-prev,
    .slick-next {
        top: 80%;
    }

    .slick-prev {
        left: 35%;
    }

    .slick-next {
        right: 35%;
    }

    .our-rooms-image {
        height: 220px;
    }

    .our-rooms-content h6 {
        font-size: 16px;
    }

    .our-rooms-content h3 {
        font-size: 18px;
    }

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

    .our-rooms-slider .slick-prev,
    .our-rooms-slider .slick-next {
        top: 96%;
    }

    .our-rooms-slider .slick-prev {
        left: 38%;
    }

    .our-rooms-slider .slick-next {
        right: 38%;
    }

    .our-rooms .slick-slider {
        height: 460px;
    }

    .our-rooms {
        min-height: 650px;
    }

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

    .feedback-box {
        padding: 60px 20px 20px;
    }

    .feedback-icon {
        top: 22px;
        left: 22px;
        width: 22px;
        height: 22px;
    }

    .feedback-hidden {
        padding: 40px 0 80px 0;
    }

    .feedback-slider .slick-prev,
    .feedback-slider .slick-next {
        top: 116%;
    }

    .feedback-slider .slick-prev {
        left: 36%;
    }

    .feedback-slider .slick-next {
        right: 36%;
    }

    .feedback {
        min-height: 600px;
    }

    .navbar-toggler {
        right: 20px;
    }

    .footer-logo {
        width: 80px;
        height: 90px;
    }

    .ref-content {
        margin: 20px 10px 0;
    }

    .footer-top-wrap .contact-info {
        margin: 15px 0;
    }

    .footer-top-wrap .prime-btn {
        max-width: 100%;
    }

    .footer-link:not(:last-child) {
        padding: 0 8px;
        margin-bottom: 10px;
    }

    .gallery-img-mh {
        height: 220px;
    }

    /* -- // Attraction Page Styles Start // -- */
    .attraction-image-wrap {
        height: 260px;
    }

    .attraction-content-wrap {
        position: static;
        border-radius: 0;
        margin: 0;
        padding: 16px 18px;
    }

    .local-restaurants-wrap {
        margin-top: 0;
    }

    .local-restaurants-wrap-one {
        margin-top: 0;
        margin-bottom: 0;
    }

    /* -- // Attraction Page Styles End // -- */
    .ada-feature-wrap h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

}

@media (max-width: 350px) {

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

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

    .our-rooms-slider .slick-next {
        right: 36%;
    }

    .our-rooms-slider .slick-prev {
        left: 36%;
    }
}