@media (max-width: 1799px) {

    /* Index Page Style start */
    .about-us-bg-images {
        width: 360px;
        height: 360px;
    }

    .about-us-bg-images.about-top-left {
        top: 0;
        left: -11%;
    }

    .about-us-bg-images.about-bottom-right {
        right: -8%;
        bottom: -26%;
    }

    /* Index Page Style end */
}

@media (max-width: 1599px) {

    /* Index Page Style start */
    .h2,
    h2 {
        font-size: 36px;
    }

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

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

    .feedback-testimonials {
        padding-left: 0;
    }

    /* Index Page Style End */
}

@media (max-width: 1429px) {

    /* Index Page Style start */
    .h1,
    h1 {
        font-size: 65px;
    }

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

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

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

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

    .form-control {
        height: 50px;
    }

    .about-us-bg-images {
        width: 300px;
        height: 300px;
    }

    .about-us-image {
        height: 320px;
    }

    .about-us-content-wrap h6::before {
        right: -55%;
        height: 2px;

    }

    .about-us-content-wrap h6::after {
        right: -80%;
        height: 2px;
    }

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

    .title-wrap {
        margin-bottom: 80px;
    }

    .title-wrap h6 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .title-wrap h2::after {
        bottom: -40px;
    }

    .offer-img-wrapper {
        height: 280px;
    }

    .icon-wrap {
        width: 90px;
        height: 90px;
        padding: 20px;
    }

    .offer-content-wrapper {
        padding: 65px 30px 30px;
    }

    .service-content {
        font-size: 14px;
        line-height: 1.8;
        max-width: 380px;
    }

    .service-icon {
        width: 58px;
        height: 58px;
        margin-bottom: 26px;
    }

    .service-wrap-item {
        padding: 28px 20px;

    }

    .our-rooms-image,
    .our-rooms-content-box {
        height: 320px;
    }

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

    .our-rooms-content-box .prime-btn {
        width: 120px;
        height: 42px;
    }

    .feedback-testimonials-item-box {
        padding: 60px 40px;
    }

    .feedback-content {
        font-size: 14px;
    }

    .feedback-testimonials .slick-prev {
        left: 46%;
    }

    .feedback-testimonials .slick-next {
        right: 46%;
    }

    .footer-rs {
        padding-left: 40px;
    }

    /* Index Page Style end */
}

@media (max-width: 1365px) {

    /* Index Page Style start */
    .sec-spacing {
        padding: 100px 0;
    }

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

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

    .booking-form {
        max-width: 1160px;
    }

    .service .prime-btn {
        margin-top: 30px;
    }

    /* Index Page Style end */
}

@media (max-width: 1199px) {

    /* Index Page Style start */

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

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

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

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



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

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

    .booking-form {
        max-width: 900px;
    }

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

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

    .booking-form {
        border-radius: 10px;
        padding: 40px 30px 30px;
    }

    .booking-form .prime-btn {
        margin-top: 0px;
        padding: 10px 6px;
    }

    .title-wrap h6 {
        font-size: 14px;
    }

    .offer-img-wrapper {
        height: 220px;
    }

    .offer-content-wrapper .prime-btn {
        width: 120px;
        height: 42px;
        font-size: 14px;
    }

    .offer-content-wrapper h3 {
        margin-bottom: 20px;
    }

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

    .service-content-wrapper .title-wrap h2::after {
        width: 90%;
        bottom: -35px;
    }

    .our-rooms {
        overflow: hidden;
    }

    .gallery-rooms-image {
        height: 260px;
    }

    .feedback-testimonials-item-box {
        padding: 40px 20px;
    }

    .feedback-testimonials-item-box {
        margin: 0 12px;
    }

    .feedback-testimonials .slick-prev {
        left: 45%;
    }

    .feedback-testimonials .slick-next {
        right: 45%;
    }

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

    .ref-content,
    .footer-link,
    .footer-res {
        font-size: 14px;
    }

    .footer-res {
        margin-bottom: 15px;
    }

    .footer-grid-item .prime-btn {
        height: 46px;
    }

    /* Index Page Style end */

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

    .service-page .service-wrapper {
        gap: 20px 20px;
    }

    .service-page-images {
        height: 330px;
    }

    /* //-- Service Page Style end --// */

    /* -- // Attraction Page Styles Start // -- */
    .attraction-title {
        font-size: 26px;
    }

    .attraction-content-wrap {
        margin: 0;
        padding: 30px;
        border-radius: 0 0 8px 8px;

    }

    .attraction-image-wrap {
        height: 320px;
    }

    /* -- // Attraction Page Styles end // -- */

    /* -- // Contact-us Page Styles Start // -- */
    .contact-us-content-wrap {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 30px;
        gap: 26px 100px;
    }

    /* -- // Contact-us Page Styles end // -- */

    /* -- // Ada feature Page Styles Start // -- */
    .ada-feature-wrap h3 {
        font-size: 24px;
    }

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

    /* -- // Ada feature Page Styles end // -- */


}

@media (max-width: 991px) {

    /* Index Page Style start */
    .header-top {
        display: none;
    }

    .navbar {
        padding: 8px 0;
    }

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

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

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

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

    .booking-form-wrapper {
        transform: unset;
        position: static;
        width: 100%;
        left: 0;
    }

    .booking-form {
        box-shadow: none;
        padding: 60px 30px 0;
    }

    .booking-form .prime-btn {
        margin: 20px auto 0 auto;
        max-width: 150px;
    }

    .about-us {
        padding: 100px 0;
    }

    .about-us-bg-images {
        width: 280px;
        height: 280px;
    }

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

    .about-us-bg-images.about-top-left,
    .about-us-bg-images.about-top-right {
        display: none;
    }

    .about-us-bg-images.about-bottom-left {
        bottom: -10%;
        left: -7%;
    }

    .about-us-bg-images.about-bottom-right {
        right: -10%;
        bottom: -18%;
    }

    .service-content-wrapper .title-wrap h2::after {
        width: 70%;
        left: 50%;
        transform: translateX(-50%);
    }

    .service-content-wrapper {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .service-content {
        max-width: 100%;
        text-align: center;
    }

    .service .prime-btn {
        margin-top: 50px;
    }

    .feedback-testimonials .slick-prev {
        left: 43%;
    }

    .feedback-testimonials .slick-next {
        right: 43%;
    }

    .footer-grid-item {
        max-width: 100%;
    }

    .footer-grid-item.footer-ls,
    .footer-grid-item.footer-rs {
        max-width: 50%;
    }
    .ref-content{
        margin: 30px 10px;
    }
    .ref-content,
    .footer-link,
    .footer-res {
        font-size: 16px;
    }

    .footer-ls,
    .footer-rs {
        padding-top: 60px;
        padding-left: 70px;
    }
    .footer-rs{
        padding-left: 90px;
    }
    /* Index Page Style end */

    /* //-- Service Page Style start --// */
    .service-page .service-icon {
        width: 52px;
        height: 52px;
    }

    .service-page-images {
        height: 300px;
    }

    .service-page .service-wrap-item h5 {
        font-size: 16px;
    }

    .service-page .service-wrap-item {
        padding: 20px 10px;
    }

    /* //-- Service Page Style end --// */

    /* //-- Photo-gallery Style start --// */
    .photo-gallery-wrapper .nav-pills .nav-item:not(:last-child) {
        margin-bottom: 0px;
    }

    /* //-- Photo-gallery Style end --// */

    /* -- // Contact-us Page Styles Start // -- */
    .contact-us-content-wrap {
        gap: 26px 30px;
    }

    /* -- // Contact-us Page Styles end // -- */
}

@media (max-width: 767px) {

    /* Index Page Style start */
    .h1,
    h1 {
        font-size: 50px;
    }

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

    .about-us-image {
        height: 260px;
    }

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

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

    .our-rooms-image,
    .our-rooms-content-box {
        height: 260px;
    }

    .star-wrap svg {
        width: 10px;
        height: 10px;
    }

    .our-rooms-content-box h3 {
        margin: 10px 0 20px 0;
    }

    .feedback-testimonials .slick-prev {
        left: 41%;
    }

    .feedback-testimonials .slick-next {
        right: 41%;
    }

    .feedback-testimonials-item-box {
        height: 350px;
    }

    .gallery-rooms-image {
        height: 200px;
    }

    .ref-content,
    .footer-link,
    .footer-res {
        font-size: 14px;
    }

    .footer-ls,
    .footer-rs {
        padding-top: 50px;
        padding-left: 30px;
    }

    .footer-grid-item.footer-rs {
        padding-left: 80px;
    }

    .prime-btn {
        max-width: 120px;
        font-size: 14px;
        height: 44px;
    }

    /* Index Page Style end */

    /* //-- Service Page Style start --// */
    .service-page-images {
        display: none;
    }

    .service-pg-gap {
        margin-top: 0px;
    }

    .service-page .service-wrapper {
        margin-bottom: 20px;
    }

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

    /* //-- Service Page Style end --// */

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

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

    /* -- // Contact-us Page Styles end // -- */

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

    /* -- // Ada feature Page Styles End // -- */

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

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

@media (max-width: 575px) {

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

    /* Index Page Style start */
    .about-us,
    .sec-spacing {
        padding: 80px 0;
    }

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

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

    .about-us-image {
        height: 240px;
    }

    .mt-100 {
        margin-top: 20px;
    }

    .about-us-content-wrap {
        margin-top: 50px;
    }

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

    .about-us-bg-images,
    .service::after {
        display: none;
    }

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

    .our-rooms-items {
        flex-wrap: wrap;
    }

    .our-rooms-image,
    .our-rooms-content-box {
        width: 100%;
    }

    .star-wrap svg {
        width: 16px;
        height: 16px;
    }

    .our-rooms-image,
    .our-rooms-content-box {
        height: 200px;
    }

    .feedback-testimonials .slick-next {
        right: 39%;
    }

    .feedback-testimonials .slick-prev {
        left: 39%;
    }

    .footer-ls,
    .footer-rs {
        padding-top: 40px;
        padding: 40px 15px 0 15px;
    }

    .footer-grid-item.footer-ls,
    .footer-grid-item.footer-rs {
        max-width: 100%;
        text-align: center;
    }

    .footer-grid-item.footer-rs {
        padding-left: 15px;
    }

    .footer-grid-item.footer-ls {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

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

    .footer-res {
        margin-bottom: 10px;
    }

    /* Index Page Style end */

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

    /* //-- Service Page Style end --// */

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

    .note {
        font-size: 14px;
    }

    /* -- // Ada feature Page Styles end // -- */

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

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

    /* -- // Attraction Page Styles end // -- */


}

@media (max-width: 480px) {

    /* Index Page Style start */

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

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

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

    .title-wrap h2 {
        text-align: center;
    }

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

    .navbar-brand {
        width: 120px;
        height: 60px;
    }

    .navbar-toggler {
        right: 20px;
    }

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

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

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

    .booking-form .prime-btn {
        margin-top: 20px;
        max-width: 100%;
    }

    .title-wrap {
        margin-bottom: 60px;
    }

    .title-wrap h2::after {
        bottom: -35px;
    }


    .about-us-content-wrap h6::after {
        width: 50px;
        right: -75%;
        height: 2px;
    }

    .about-us-content-wrap h6::before {
        width: 34px;
    }

    .about-us-content-wrap p {
        margin-bottom: 15px;
    }
    .about-us-content-wrap .prime-btn {
        margin-top: 20px;
    }
    .offer-img-wrapper {
        height: 200px;
    }

    .icon-wrap {
        width: 80px;
        height: 80px;
        padding: 16px;
    }

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

    .our-rooms-content-box {
        padding: 20px;
    }

    .feedback-testimonials-item-box {
        height: 310px;
    }

    .feedback-icon {
        margin-bottom: 30px;
    }
    .feedback-name {
        font-size: 14px;
    }
    .feedback-content {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

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

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

    .feedback-testimonials .slick-prev,
    .feedback-testimonials .slick-next {
        top: 102%;
    }

    .ref-content {
        margin: 30px 0;
    }

    /* Index Page Style End */


    /* //-- Service Page Style Start --// */

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

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

    
    .service-page .service-wrap-item {
        padding: 26px 10px;
    }


    /* //-- Service Page Style end --// */

    /* //-- Photo-gallery Style start --// */
    .photo-gallery-wrapper .nav-pills {
        justify-content: center;
    }

    .photo-gallery-wrapper .nav-pills .nav-link {
        padding: 10px 12px;
        font-size: 15px;
        margin-right: 10px;
    }

    /* //-- Photo-gallery Style end --// */



    /* -- // Contact-us Page Styles Start // -- */
    .contact-title-wrap {
        font-size: 16px;
        margin-bottom: 8px;
    }

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

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

    .contact-us-content-wrap {
        padding: 30px 20px;
    }

    /* -- // Contact-us Page Styles end // -- */
    /* -- // Ada feature Page Styles Start // -- */
    .ada-feature-wrap h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    /* -- // Ada feature Page Styles End // -- */

    /* -- // Attraction Page Styles Start // -- */
    .attraction-title {
        font-size: 24px;
    }

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

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

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


}

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