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

@media (max-width: 1599px) {

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

    .header-top,
    .navbar {
        padding: 10px 60px 10px 60px;
    }

    .hero-text {
        margin-left: 60px;
    }

    .our-rooms-name-wrapper {
        padding: 34px;
    }

    .our-rooms-name-wrapper h3 {
   
        font-size: 26px;
        
    }

    .owl-carousel .owl-nav button.owl-prev {
        right: 13%;
    }

    /* Servige-page */

    .header-top,
    .navbar {
        padding: 10px 60px 10px 60px;
    }

    .hero-text {
        margin-left: 60px;
    }

    /*  */

    /* Contact us*/

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

    /* Contact us*/

}

@media (max-width: 1429px) {

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

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

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

    

    .hero-text p {
        line-height: 1.5;
        margin-bottom: 30px;
        max-width: 500px;
    }

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

    }

    .ft-logo {
        width: 160px;
        height: 80px;

    }

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

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

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

    .service-amenities-icon {
        margin-right: 20px;
    }

    /* -- // Contact Page Styles Start // -- */
    .contact-us-top-items:not(:last-child) {
        margin-right: 20px;
    }

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

    .contact-title-wrap svg {
        font-size: 18px;
        margin-right: 8px;
    }

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

    /**/
    .sec-pb-350 {
        padding-bottom: 300px;
    }

    .sec-pb-260 {
        padding-bottom: 240px;
    }

    .about-content h1{

        font-size: 55px;
    }

    .contact-us-top-items {
        margin: 10px;
    
    }


}

@media (max-width: 1365px) {

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

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

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

    .nav-link {
        margin-right: 24px;
        text-transform: capitalize;
    }

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

    }

    .amenities-inner-wrapper h4{

        font-size: 20px;
    }

    .our-rooms-name-wrapper h3 {
        font-size: 20px;
    }

    .prime-btn {
        font-size: 12px;
        padding: 10px 16px;
        max-width: 120px;
        width: 100%;
        height: 40px;
    
    }
    /* .amenities-icon-wrap {
        padding: 20px;

    } */

    .owl-carousel .owl-nav button.owl-prev {
        right: 14%;
    }

    .special-offer-content {
      
        padding: 30px;
        
    }

}

@media (max-width: 1199px) {

    .header-top,
    .navbar {
        padding: 10px 20px 10px 20px;
    }

    .hero-text {
        margin-left: 30px;
    }

    .form-section .prime-btn {
        padding: 10px 8px;
        letter-spacing: 0;

    }
    .special-offer-img img {
        
        height: 290px;
        
    }

    .special-offer-content {
        padding: 20px;
    }

    .special-offer-content h3 {
        font-size: 20px;
    }

    .see-more-link {
        font-size: 12px;
    }

    .amenities-inner-wrapper h4{

        font-size: 18px;
    }

    /* .amenities-icon-wrap {
        
        width: 100px;
        height: 100px;
        
        margin-bottom: 30px;
        
    } */

    .hero-text h1{

        font-size: 45px;
    }

    .hero-image {
        
        height: 500px;
        
    }

    .image-top::before {

        width: 180px;
        height: 230px;

    }

    .image-top{

        width: 220px;
    }

    .image-bottom {
        width: 450px;
    }

    .about-content h1 {
        font-size: 45px;
    }

    /* Amenities */

    .Amenities_page .box_container .box{

        padding: 20px 20px;
    }
}

@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(--white);
        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(--white);
        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;
    }

    .nav-link {

        color: var(--primary);
    }

    .nav-link:hover,
.nav-link:focus,
.nav-item.active .nav-link{

    color: var(--primary);
}

    .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: #DED9CF;
        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: 50px;
    }

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

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

    .header-top {
        display: none;
    }

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

    }

    .navbar-toggler {
        right: 30px;
    }

    /* .hero-content,
    .hero-image-wrapper {
        width: 100%;
    } */

    .hero-image {
        height: 560px;
        border-top-left-radius: 0;
    }

    .hero-text {
        padding: 80px 0;
        text-align: center;
        max-width: 700px;
        margin: 0 auto;
    }

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

    .hero-text h1::before {
        display: none;
    }

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

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

    .about-content h2::before {
        width: 40px;
    }

    .about-content h2 {
        padding: 20px 0px;
        font-size: 30px;
    }

    .about-content p{

        font-size: 14px;
    }

    .amenities-main-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 90px 30px;
    }
    

    .amenities-icon-wrap {
        width: 100px;
        height: 100px;
        padding: 22px;

    }

    /* .amenities-wrapper {
        padding: 20px;
        min-height: 150px;

    } */

    .special-offer-content h3 {
        font-size: 28px;
        margin-bottom: 16px;
    }

    .special-offer-content {
        padding: 30px;

    }

    .special-offer-wrapper.second-wrap .special-offer-content h3 {
        font-size: 22px;
    }

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

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

    /* Index page End */
    /**/
    .service-amenities-wrapper {
        grid-template-columns: repeat(2, 1fr);

    }

    .service-page-booking-wrap {
        max-width: 620px;
    }

    .service-page-section-title {
        font-size: 26px;
    }

    /* attraction page */

    .hotel-surrounding-grid-wrapper {
        gap: 20px;
    }

    /* attraction page */


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


    /* -- // Contact Page Styles Start // -- */
    .contact-us-top-items,
    .contact-us-top-wrapper {
        margin-bottom: 30px;
    }

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

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

    .contact-us-content-items a, .contact-us-content-items p {
        color: var(--primary);
        font-size: 14px;
        font-weight: 400;
    }

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

    /* .hero-text h1{

        font-size: 50px;
    } */

    .amenities-wrapper{

        padding: 10px;
    }

    .amenities-icon-wrap {
        width: 100px;
        height: 80px;
        padding: 25px;
    }

    .vertical_line {
        margin: 10px 0;
    }

    .amenities_image {
        
        height: 590px;
        
    }

    

    /* -- // Contact Page Styles End // -- */
}

@media (max-width: 991px) {
    .nav-link {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .navbar-nav {
        margin-bottom: 0;
    }

    .hero-text {
        padding: 60px 20px;

    }

    .form-section {
        padding: 80px 0;
    }

    .form-section .prime-btn {
        margin-top: 30px;
        max-width: 150px;
        margin: 30px auto 0 auto;
    }

    .about-content h2 {
        margin-bottom: 30px;
    }

    /* .about-content {
        max-width: 100%;
        padding: 80px 40px 0px;
        box-shadow: unset;
        margin-right: 0;
        position: static;
        transform: unset;

    } */

    .about-content h2 {
        padding: 10px 0px;
        font-size: 22px;
    }

    .about-content h2 {
        margin-bottom: 10px;
    }

    .about-content h1 {
        font-size: 40px;
    }

    /* .about-image-wrap {
        height: 400px;

    } */

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

    /* .special-offer-img,
    .second-wrap .special-offer-img {
        height: 440px;

    } */


    .our-rooms-grid-item {
        margin: 0 20px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        right: 16%;
    }

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

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

    .feedback-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 16px;
    }

    .feedback-grid-item {
        margin-bottom: 0px;
        min-height: 320px;
    }

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

    }

    .footer-grid-item:nth-child(1) {
        grid-column: 1 / span 2;
    }

    .footer-grid-item .ft-logo {
        margin: 0 auto 30px auto;
    }

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

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

    /**/
    .service-amenities-wrapper {
        gap: 30px 20px;
    }

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

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

    /**/
    .sec-pb-350 {
        padding-bottom: 260px;
    }

    .sec-pt-100 {
        padding-top: 200px;
    }


    .sec-pb-500 {
        padding-bottom: 560px;
    }

    /* Attraction page */

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

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

    .hero-text h1 {
        font-size: 34px;
    }

    /* Attraction page */

    .hero-image {
        height: 400px;
        border-top-left-radius: 0;
    }

    .image-bottom {
        width: 350px;
    }

    .image-bottom {
        height: 550px;
    }

    .image-top {
        width: 180px;
    }

    .image-top {
        height: 240px;
    
    }

    .image-top::before {
        width: 120px;
        height: 180px;
    }

    .image-top::before {
       
        border-radius: 30px;
        left: 30px;
        
        top: 30px;
        
        
    }

    .amenities_image img {
       
        object-fit: cover;
    }

}

@media (max-width: 767px) {

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

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

    .hero-image {
        height: 440px;
    }

    .hero-text h1 {
        margin-bottom: 30px;
        padding-left: 0;
    }

    .hero-text {
        padding: 60px 40px;
    }

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

    }

    .hero-text .prime-btn {
        max-width: 180px;
        height: 52px;
    }

    /* .about-image-wrap {
        height: 300px;
    } */

    .about-content {
        padding: 70px 0px 0px;
    }

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

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

    .our-room-image,
    .photo-gallery-wrap {
        height: 300px;

    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        padding: 0px !important;
        font-size: 18px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    /* .special-offer-img,
    .second-wrap .special-offer-img {
        height: 340px;

    } */

    .footer-grid-item h3 {
        font-size: 24px;
        /* padding: 22px 0; */
        padding-bottom: 20px;
    }

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

    .footer-grid-item p,
    .footer-link,
    .ft-add,
    .footer-add a,
    .footer-bottom-wrap p {
        font-size: 14px;
    }

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

    .footer-link,
    .ft-add,
    .footer-add a {
        margin-bottom: 20px;
    }

    .footer-grid-wrapper {
        gap: 30px 8px;
    }

    .service-vector {
        display: none;
    }

    /* Index page none */
    /**/

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

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

    .service-page-section-title {
        font-size: 22px;
    }

    .service-page-booking-wrap a {
        font-size: 14px;
    }

    .saline {
        padding-right: 0;
    }

    .saline::after {
        display: none;
    }

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

    .service-amenities-icon {
        width: 62px;
        height: 62px;
        margin-right: 30px;
    }

    /* -- // Ada feature Page Styles Start // -- */
    .ada-feature-wrap .sec-title {
        text-align: left;
    }

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

    .ada-feature-item::before {
        width: 14px;
        height: 14px;
    }

    .note {
        font-size: 14px;
    }

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

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

    /**/
    .attraction-page-content {
        border-radius: 4px;
        max-width: 100%;
        position: static;
        transform: unset;
        padding: 30px;

    }

    .sec-pb-350,
    .sec-pb-260,
    .sec-pb-500 {
        padding-bottom: 60px;
    }

    .sec-pt-100 {
        padding-top: 60px;
    }

    .sec-pb-100 {
        padding-bottom: 0;
    }
    .sec-pb-160{
        padding-bottom: 0;

        
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    /* Contact us page */

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

    /* Contact us page */

    .hero-content, .hero-image-wrapper {
        width: 100%;
    }

    .hero-text {
        padding: 50px 0 0 0;
       
    }

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

    .form-label {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .image-bottom {
        height: 640px;
        width: 510px;
        
    }

    .image-top {
        height: 280px;
        width: 245px;
        overflow: hidden;
        top: 170px;
        left: 125px;
        border-radius: 50px;
        position: absolute;
        transition: all 0.3s;
    }

    .image-top::before {
        content: '';
        position: absolute;
        background-color: var(--primary);
        width: 200px;
        height: 240px;
        border-radius: 50px;
        left: 20px;
        right: 0;
        top: 20px;
        background-image: url('../images/icons/ada.png');
        background-repeat: no-repeat;
        background-position: center;
    }

    .prime-btn {
        margin: 20px 0;
    }

    .amenities_image{

        margin-left: 0;
        margin-top:50px
    }

    .owl-carousel .owl-stage-outer{

        padding: 0px;
    }

}

@media (max-width: 575px) {

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

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

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

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

    }

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

    .hero-image {
        height: 360px;
    }

    /* .hero-text {
        padding: 60px 20px;
    } */

    .about-content {
        padding: 60px 0px 0px;
        text-align: center;
    }

    .about-content h2::before {
        display: none;
    }

    .about-content h2 {
        margin-bottom: 20px;
        padding-left: 0;
    }

    .about-content p {
        margin-bottom: 18px;
        font-size: 14px;
    }

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

    .service .sec-title {
        margin-bottom: 80px;
    }

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

    .section-bg-image {
        padding: 80px 0;
    }

    .sec-title {
        text-align: center;
        margin-bottom: 40px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        bottom: -10%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

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

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

    .photo-gallery {
        margin-top: 50px;
    }

    .feedback .owl-carousel .owl-nav button.owl-next,
    .feedback .owl-carousel .owl-nav button.owl-prev {
        bottom: -20%;
    }

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

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

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

    .footer-grid-item p {

        padding: 0 20px;
    }

    .footer-add a {
        word-break: break-all;
    }

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

    .footer-bottom-wrap {
        font-size: 14px;
        padding: 20px 10px;
    }

    .special-offer-content h3 {
        font-size: 22px;
    }

    .see-more-link {
        font-size: 14px;
    }

    /* index page end */

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

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

    .page-hero-banner {
        min-height: 500px;
    }

    .service-amenities-content-wrap h6 {
        font-size: 20px;
        margin-bottom: 8px;
    }

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

    /**/
    .attraction-image {
        height: 360px;
    }

    .attraction-page-content h4 {
        margin-bottom: 18px;
        font-size: 22px;
    }

    .att-content-text {
        font-size: 14px;
        margin-bottom: 16px;

    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    /* Attraction page */

    .hotel-surrounding-title {
        font-size: 22px;
    }

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

    /* Attraction page */

    .image-bottom {
        height: 640px;
        width: 100%;
    }

    .image-top {
        
        left: 100px;
    
    }

    .owl-nav {
        
        left: 50%;
        
    }

    .amenities_image {
        height: 550px;
    }

    .servicebtn {

        padding: 30px 0 0 0;
    }

    .footer-grid-item p, .footer-link, .ft-add, .footer-add a, .footer-bottom-wrap p {
        font-size: 12px;
    }

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

    .Amenities_page .box_container {
        grid-template-columns: repeat(1, 1fr);
    }

    .page-hero-content h1{

        font-size: 50px;
    }
}

@media (max-width: 480px) {

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

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

    .header-top,
    .navbar {
        padding: 10px 0px;
    }

    .hero-image {
        height: 280px;
    }

    .hero-text p,
    .feedback-grid-item span {
        font-size: 14px;
    }

    .form-section,
    .sec-spacing,
    .section-bg-image {
        padding: 60px 0;
    }

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

    .form-section .prime-btn {
        max-width: 100%;
        margin: 20px auto 0 auto;
    }

    .amenities-inner-wrapper h4 {
        font-size: 20px;
    }

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

    .our-room-image,
    .photo-gallery-wrap {
        height: 240px;
    }

    .our-rooms-name-wrapper h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }

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

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

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

    .footer-grid-item:nth-child(1),
    .footer-grid-item:nth-child(2),
    .footer-grid-item:nth-child(3) {
        grid-column: 1 / span 1;
    }

    .footer-link-wrapper {
        padding-left: 0%;
        text-align: center;
    }

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

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

    .feedback-grid-item {
        padding: 30px 20px;
        border-radius: 10px;
    }

    .feedback .owl-carousel .owl-nav button.owl-next,
    .feedback .owl-carousel .owl-nav button.owl-prev {
        bottom: -16%;
    }

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

    .special-offer-img,
    .second-wrap .special-offer-img {
        height: 300px;
    }

    .special-offer-content h3 {
        font-size: 20px;
    }

    /**/
    .page-hero-banner {
        min-height: 400px;
    }

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

    .service-page-booking-wrap {
        padding: 0 10px;
    }

    /* //-- 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 --// */
    /* -- // Ada feature Page Styles Start // -- */
    .ada-feature-item {
        font-size: 14px;
    }

    .ada-feature-item::before {
        width: 12px;
        height: 12px;
    }

    .note {
        font-size: 13px;
    }

    .ada-feature-wrap h3 {
        font-size: 18px;
    }

    /* -- // Ada feature Page Styles End // -- */
    .attraction-image {
        height: 320px;
        border-width: 12px;
    }

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

    .about-content h2 {
       margin-bottom: 0;
    }

    .image-bottom {
        height: 450px;
        width: 100%;
    }

    .image-top {
        left: 50px;
    }

    .image-top {
        height: 240px;
        width: 200px;
        overflow: hidden;
        top: 120px;
        
    }

    .image-top::before {
        content: '';
        position: absolute;
        background-color: var(--primary);
        width: 160px;
        height: 200px;
        border-radius: 50px;
        left: 20px;
        right: 0;
        top: 20px;
        background-image: url('../images/icons/ada.png');
        background-repeat: no-repeat;
        background-position: center;
    }

    .amenities-inner-wrapper h4 {
        font-size: 16px;
    }

    .about-content p {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .hotel-surrounding-image {
       
        height: 300px;
        
    }
}

@media (max-width: 350px) {
    .hero-image {
        height: 250px;
    }

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

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

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


}