@media only screen and (max-width: 1024px) {
    .nav-one .nav-link{
        font-size: 13px;
    }
    .book-one {
        padding: 12px 20px;
    }
   
    .started-btn {
        border: 1.5px solid #1C18A1;
        border-radius: 5px;
        font-family: "Poppins", sans-serif;
        color: #1C18A1;
        padding: 8px 16px;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
    }
    .event-sec .event-bg .event-wrp .event-card .event-body p {
        font-family: "Poppins", sans-serif;
        font-size: 10px;
        font-weight: 300;
        color: #363636;
        margin-bottom: 0px;
    }
    .about-sec h2 {
        font-family: "Poppins", sans-serif;
        color: #040404;
        font-size: 26px;
        line-height: 39px;
    }
    .room-category-sec .room-body p {
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #363636;
        line-height: 20px;
    }

  
}

@media only screen and (max-width: 992px) {

    .navbar-toggler {
        width: 50px;
        height: 50px;
        padding: 0;
        border-radius: 50%;
        transition: 0.3s ease-in-out;
        flex-shrink: 0;
      }
      .navbar-toggler:focus {
        box-shadow: none;
      }
      @media screen and (max-width: 991px) {
      /* Updated CSS for right-to-left mobile menu */
.navbar-collapse.collapse:not(.show) {
    display: block;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0; /* Changed to right */
    background: #ffffff;
    width:62%;
    height: 100%;
    z-index: 9999;
    padding: 25px;
    transform: translateX(600px); /* Changed to move off-screen to the right */
    transition: 0.4s ease-in-out;
    display: block;
  }
  .navbar-collapse.show {
    transform: translateX(0);
	  background:  linear-gradient(to right, #564aa7, #3930a4, #110c84)
  }
  .nav-overlay {
    position: absolute;
    background: #ffffff;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0; /* Changed to left */
    z-index: 2;
    transform: translateX(100vw); /* Changed to move off-screen to the right */
    transition: 0.5s ease-in-out;
    display: block;
  }
  .nav-overlay.active {
    transform: translateX(0);
  }
     
      


    .nav-one .nav-link, .nav-one .dropdown-item {
        font-size: 18px;
    }
    .nav-one .dropdown-item{
        padding-left: 0px;
    }
    .navbar-collapse {
       
        padding-bottom: 50px;
      
    }
    .news-letter-sec .bg-wrp h3 {
        font-size: 26px;
    }
    .holiday-sec h2{
        font-size: 26px;
    }
    .budget-sec h3 {
        width: 100%;
    }
    .suttle-bus-sec .bus-bg .box-1 {
        padding: 18px 30px;
    }
    .budget-sec h3 {
        font-size: 20px;
    }

    .play-area-sec {
        padding: 20px 0px 20px 0px;
    }
    .facilites-btm-sec {
        margin-top: 40px;
    }

    .mb-top-space {
        margin-bottom: 40px;
    }
    .tab-sec {
        padding: 0px 0px 0px 0px;
    }
    .mb-one-space {
        margin-bottom: 80px;
    }
    .room-category-sec .room-body h3{
        margin-top: 5px;
    }
    .news-letter-sec .bg-wrp{
        margin-bottom: 40px;
    }
   
    .attractions-sec .attractions-wrp {
        padding-left: 70px;
        padding-bottom:60px;
    }
    .first-carousel{
        padding-left: 0px;
    }

    .facilities-sec .facilities-wrp .white-bar{
        padding: 10px 12px;
        border-bottom: 10px;
    }
    
    .zoom-hidden {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .mt-10 {
        margin-top: 0%;
    }
    .banner .wrp h1, .sub-banner .wrp h1 {
        font-size:32px;
    }
    .sub-banner {
        min-height: 370px;
    }
    .banner, .banner::before {
        min-height: 460px;
    }
    .event-sec .event-bg .event-wrp {
        padding: 0px 20px;
    }
    .event-sec .event-bg .event-wrp .event-card{
        margin-bottom: 20px;
    }
    .about-sec h2, .about-sec-two h3, .welcome-sec h3, .amenities-sec h3 {
        font-size: 22px;
    }
    .facilities-sec h3{
        font-size: 22px;
        line-height: 30px;
    }
    .about-sec h3 {
        font-size: 16px;
    }
    .about-sec h6, .room-category-sec h6, .testimonial-sec h6, .suttle-bus-sec .bus-bg h6, .facilities-sec h6, .about-sec-two h6, .welcome-sec h6, .history-sec h6, .mission-sec h6{
        font-size: 14px;
    }
    .testimonial-sec h2 {
        font-size: 26px;
    }
    .facilities-sec p {
        font-size: 13px;
    }
    .facilities-sec .facilities-wrp .white-bar h4 {
        font-size: 18px;
    }
    .facilities-sec .facilities-wrp .white-bar a {
      font-size: 14px;
    }
    .facilities-sec .facilities-wrp .white-bar a img{
        width:12px;
    }
    .book-stay-sec h2 {
        font-size: 60px;
    }
    .book-stay-sec {
        padding: 60px 0px;
    }
    .btn-one {
        font-size: 14px;
        padding: 10px 20px;
    }
    .w-50-new{
        width:100%;
    }
    .footer-sec .links {
        float:left;
    }
    .links{
        margin-bottom: 20px;
    }
    .bdr-right{
        border-right: 0px;
    }
    .room-card{
        border: 1px solid #eeeeee;
        padding: 10px;
    }
    .room-category-sec .room-body p{
        margin-bottom: 2px;
    }
    .px-50 {
         padding-left:0px; 
        padding-right:0px; 
    }
    .footer-sec .btm-div .line-one {
        top: -9px;
    }
    .event-sec, .about-sec, .contact-sec {
        padding-top: 40px;
    }
    .room-category-sec, .news-letter-sec, .facilities-sec, .about-sec-two, .history-sec, .mission-sec, .attractions-sec, .holiday-sec, .gallery-two-sec {
        padding: 40px 0px 40px 0px;
    }
    .attractions-sec .attractions-wrp{
        padding-top: 20px;
    }
    .footer-sec {
        padding: 60px 0px 20px 0px;
    }
    .suttle-bus-sec, .welcome-sec {
        margin-top:40px;
    }
    .welcome-sec, .amenities-sec {
        padding-top: 40px;
    }
    .room-category-sec, .news-letter-sec, .facilities-sec, .about-sec-two, .history-sec, .mission-sec {
        padding: 40px 0px 0px 0px;
    }
    .mission-sec, .might-like-sec {
        padding: 40px 0px 40px 0px;
    }
    .testimonial-sec{
        padding: 40px 0px 40px 0px;
    }
    .about-bx1 .ic-media {
        width: 100%;
    }
    .blog-sec {
        padding: 40px 0px 0px 0px;
        position: relative;
    }
    .blog-sec h2 {
        font-size: 32px;
    }
    .blog-bx1 .ica-media {
        width: 100%;
       
    }
    .might-like-sec .card-one .card-body h3 {
        font-size: 20px;
    }
    .contact-sec .fied-wrp {
        margin-bottom: 0%;
    }
    .cnt-bx1 .icab-media {
        width: 100%;
        float: left;
        overflow: hidden;
        height: 100%;
        margin-left: 0px; */
     
    }
    .contact-sec .fied-wrp {
       
        margin-top: 5%;
        
    }
    .icab-media img{
        border-radius: 0px;
        margin-top: 30px;
    }
    .contact-sec .fied-wrp textarea {
        height: 9em;
    }
    .booking-sec, .details-sec{
        padding: 40px 0px 40px 0px;
    }
    .booking-sec .book-now {
        padding: 30px 0px 40px 0px;
    }
    .booking-sec .queen-room .body .mt-one {
        margin-top: 11%;
    }
    .details-sec h2 {
        font-size: 32px;
        line-height: 40px;
       
    }
    .details-sec .bg-box{
        padding: 30px;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .gallery-text-sec h3{
        margin-top: 20px;
    }
    .gallery-text-sec {
        padding: 40px 0px 40px 0px;
    }
    .br-cnt {
        width: 120px;
    }
    .details-sec h2 {
        font-size: 26px;
        line-height: 40px;
    }
    .gallery-two-sec .gallery-div{
        padding-left: 0px;
    }
    .blog-sec h2 {
        font-size: 26px;
        text-align: center;
    }
    .blog-sec h3 {
        font-family: "Poppins", sans-serif;
        color: #040404;
        font-size: 22px;
        font-weight: 500;
        text-align: center;
    }
    .blog-sec p{
        text-align: center;
    }
    .attractions-sec {
        padding: 40px 0px 0px 0px;
      
    }
            .mb-top-space {
                margin-top: 30px;
            }
            .sub-banner .wrp {
                margin-bottom: 35px;
            }
            .footer-sec .btm-div {
                padding-top: 5px;
            }
            .sub-banner .wrp p {
                font-size: 14px;
                text-align: center;
            }
            .second-carousel .owl-nav i, .second-carousel .owl-nav i{
                display:none
            }
            .view-btn {
                font-size: 13px;
            }
            .view-btn i img{
                width: 16%;
            }
            .news-letter-sec .bg-wrp h3 {
                font-size: 20px;
            }
        .text-end{
                text-align: left !important;
            }
        .banner .wrp h1 {
            font-size: 32px;
        }
        .banner, .banner::before {
            min-height: 390px;
        }
        .book-stay-sec h2 {
            font-size: 30px;
        }
        .book-stay-sec {
            padding: 40px 0px;
        }
        .footer-sec {
            padding: 50px 0px 20px 0px;
        }
        .news-letter-sec .bg-wrp .form-control {
            padding: 10px;
        }
        .news-letter-sec .bg-wrp .input-group{
            flex-direction: column;
        }
        .news-letter-sec .bg-wrp .form-control{
            width: 100%;
        }
        .news-letter-sec .subcribe-btn::before{
            border: none;
        }
        .news-letter-sec .subcribe-btn{
            width: 100%;
        }
        .navbar-brand img{
            width: 50%;
        }
        .nav-one {
            background-color: #ffffff;
            padding: 0px 0px;
        }
        .facilities-sec{
            padding: 40px 0px 40px 0px;
        }
        .facilities-sec h3 {
            font-size: 24px;
        }
        .suttle-bus-sec .bus-bg .box-1{
            width: 100%;
        }
        .history-sec .accordion-item h5 {
            font-size: 14px;
        }
        .history-sec .accordion-item h4 {
            font-size: 20px;
        }
        .amenities-sec .f-1 {
            font-size: 14px;
        }
        .amenities-sec ul li {
            font-size: 13px;
            font-weight: 400;
            line-height: 40px;
            display: flex;
        }
        .amenities-sec ul {
           
            padding-left: 0px;
        }
        .m-85 {
            margin-top: 20px;
        }
        .m-space {
            margin-top: 30px;
        }
        .attractions-sec .attractions-wrp {
            padding-left: 0px;
            padding-bottom: 30px;
        }
        .news-letter-sec .bg-wrp {
            padding: 20px;
        }
 
  }

  @media only screen and (max-width: 400px) {
    .news-letter-sec .bg-wrp h3 {
        font-size: 18px;
    }
}