@media only screen and (max-width: 768px) {
  /*------------head------------*/

  header.sticky .nav-menu {
    background: #313538;
  }

  .navbar {
    display: flex;
    justify-content: space-between;
  }

  .room_icon {
    display: grid;
    grid-template-columns: 1fr;
}
.room-list .book-now {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
  header .head_contact {
    position: relative;
    display: block;
    transform: rotate(0deg);
  }
  .head_contact button {
    border: 2px solid #fff;
    background: none;
  }
  .nav-menu {
    position: fixed;
    left: -100%;
    top: 4rem;
    flex-direction: column;
    background: #000;
    width: 100%;
    /* border-radius: 10px; */
    text-align: center;
    transition: 0.3s;
    z-index: 99;
  }
.popup .contents {
    border-radius: 5px;
    width: 394px;
     display: flex; 
     align-items: center; 
     justify-content: center; 
    background: #FFF;
    position: fixed;
    top: 51vh;
    left: -9vh;
    transform: translate(-50%, -50%);
}
  header ul li a {
    color: white;
  }

  .nav-menu.active {
    left: 0;
  }

  header li {
    margin: 2.5rem 0;
  }

  .hamburger {
    display: block;
    cursor: pointer;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .container {
    max-width: 93%;
    margin: auto;
  }
  .grid {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 30px;
    text-align: center;
  }
  .grid1{
  margin: 0 auto;
  display: grid;
  gap: 30px;
  grid-template-columns: auto;
  }
  .paralla_img div {
    background-size: contain;
    padding: 94px 0px;
    height: auto;
  }
  .about {
    text-align: center;
  }
  .about p {
    margin: 20px 0;
  }
  .sec_box p {
    font-size: 1.5vmax;
  }
  .box1 img {
    width: 100%;
  }
  .content .content-overlay {
    width: 100%;
  }
  .sec_box {
    width: 100%;
    padding: 0px;
  }
  .sec_review {
    width: 90%;
  }
  .sec_review p {
    font-size: 1.5vmax;
  }
  .contact {
    width: 100%;
  }
  .feedback {
    width: 100%;
  }
  .deskBook{
      display: none;
  }
.mobBook{
    display: block;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    font-family: sans-serif;
}

}

@media screen and (max-width: 447px){
    .contents img{
        height: 47vh;
    }
}

