.room-section {
  margin: 40px 0;
}
.logo-stargza {
  width: 130px;
  border-radius: 6%;
}
.room-main-cont-div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 20px;
}
.secont-room-main-div {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 4px;
}

.secont-room-main-div img {
  width: 100%;
  height: 70vh;
  border-radius: 4px;
  object-fit: cover;
}

.secont-room-main-div p {
  padding: 15px 10px 5px;
  font-size: 22px;
  font-weight: 500;
}
.dummy-icon-img {
  width: 70px;
}
.about-img-cla {
  width: 100%;
  height: 100vh;
}
.logo-heading {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}
.port-gall-main-cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.port-gall-main-cont img {
  width: 100%;
  height: 70vh;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 4px;
}
.banner-text-name-hostel {
  position: relative !important;
  text-align: center;
  font-size: 55px;
  z-index: 9999;
  color: #fff;
  margin-top: 22%;
}
.banner-text-name-hostel-p {
  position: relative !important;
  text-align: center;
  font-size: 24px;
  z-index: 9999;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .logo-heading {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-top: 15px;
  }
  .room-main-cont-div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 10px;
  }
  .hero-action-subtitle {
    font-size: 20px;
    line-height: 30px;
  }
  .contact-info {
    padding: 10px;
  }
  .port-gall-main-cont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .banner-text-name-hostel {
    position: relative !important;
    text-align: center;
    font-size: 30px;
    z-index: 9999;
    color: #fff;
    margin-top: 30%;
    padding: 0 10px;
  }
  .banner-text-name-hostel-p {
    position: relative !important;
    text-align: center;
    font-size: 15px;
    z-index: 9999;
    color: #fff;
    padding: 0 10px;
  }
  .about-img-cla {
    width: 100%;
    height: 60vh;
    margin-bottom: 20px;
  }
  .secont-room-main-div p {
    padding: 15px 10px 5px;
    font-size: 22px;
    font-weight: 500;
  }
}
