@media (max-width: 992px) {
  .menu-toggle {
    display: flex;
    z-index: 999999;
  }

  .nav-menu {
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100vh;
    background-color: #444;
    padding: 60px 20px;
    gap: 20px;
    transition: right 0.3s ease;
  }

  .nav-menu.active {
    right: 0;
  }

  .menu-toggle.open .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .menu-toggle.open .bar:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.open .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }




  /* banner section  */

  h4.title3 {
    text-align: center;
  }

  .booknum {
    font-size: 63px;
  }

  .footer-links {
    flex-direction: column;
    gap: 10px;
  }


  /* hotel section  */
  .banner-slide-item h2 {
    font-size: 36px;
}


}



@media only screen and (max-width: 768px) {
    
    .logo img{ width:50px !important;}

  .title1 {
    font-size: 62px;
  }

  h3.title4 {
    font-size: 40px;
  }

  .Aboutcont h4 {
    font-size: 28px;
  }

  .boxbook h3 {
    padding-left: 14px;
  }

  .HeadText {
    font-size: 35px;
  }

  .imager {
    width: 150px;
    height: 150px;
    border-radius: 36px 36px 10px 10px;
  }

  .image-text h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .image-text p {
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 20px;
    margin-top: 8px;
  }


  .image-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px dotted #626262;
    margin-bottom: 20px;
    border-radius: 12px;
    padding: 12px;
  }


  #escorts_help p {
    color: #eee;
    font-size: 21px !important;
    text-align: justify;
    line-height: 25px;

  }

  .categotyesc p {
    width: 95%;
  }


  .bookgirl {
width: 77%;
        padding: 10px;
        left: 45%;  
  }


 .inner_escorthotel {
  top: 0%;
  background: rgba(0, 0, 0, 0.329);
  transition: 0.8s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.heading-section h2, #hotelcategory h3{
      line-height: 55px;
}


.image-text h4{
    white-space: normal;
        line-height: 32px;
}

.image-text .textr {
    height: 212px;
}

.popup-gallery img{
        margin-bottom: 15px;
}


}



@media only screen and (max-width: 448px) {
  span#texthide {
    display: none;
  }

  .float {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 24px;
  }

  .About_cont h4 {
    font-size: 25px;
    /* color: #eee; */
    line-height: 35px;

}

.popup-gallery a {
    margin-bottom: 18px;
}
}