/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100&display=swap'); */

html {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.wrapper-tablet-view{
  width: 100%;
  display: flex;
  justify-content: center;
}

/*flex*/
.wrap {
  flex-wrap: wrap;
}
.flex {
  display: flex;
}
.flex-20 {
  flex: 0 1 20%;
}
.flex-25 {
  flex: 0 1 25%;
}
.flex-30 {
  flex: 0 1 30%;
}
.items-center {
  align-items: center;
}
.justify-evenly {
  justify-content: space-evenly;
}
.jus-center {
  justify-content: center;
  align-items: center;
}
.text-center {
  text-align: center;
  font-size: 1.7rem;
}
.mar-left {
  margin-left: 2rem;
}
.justify-between {
  justify-content: space-between;
}
.width-100 {
  width: 100%;
}
.pad-left-10 {
  padding: 1rem;
}
/* flex end*/

/* Header */
#toggle,
.bars {
  display: none;
}

.header {
  background-color: #DEEAE7;
  position: fixed;
  left: 0;
  right: 0;
  height:4.25rem;
}
.top-menu a {
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  color: #000;
  font-style: normal;
  font-weight: 400;
  padding: 0;
}
.header .logo {
  /* font-size: 2.8rem; */
  font-weight: 800;
  /* padding-left: 5.5rem; */
  padding-left: 5%;
  color: black;
  margin-top: 0.2rem;
  /* border: 1px solid red; */
  width: 108px;
  height: 48px;
}
.top-menu ul {
  position: absolute;
  background-color: white;
  border-radius: 0.6rem;
  /* margin-top: -1rem; */
  padding: 1rem 0;
}
.top-menu li {
  list-style: none;
  margin: 0 1rem;
}
label {
  color: blue;
}
main {
  padding-top: 3rem;
}
.menu{
  padding-right: 5rem;
  padding-top: 0.5%;
}

/* Gallery Section*/
.wrapper {
  /* height: 100%; */
  /* margin: 0 auto; */
  width: 96%;
  padding: 0;
  /* border: 1px solid red; */
}
.gallery {
  width: 100%;
  padding: 1rem 0;
  scroll-margin-top: 4.25rem;
}
.inner-gallery{
  display: flex;
  justify-content: center;
}
.img-1 {
  width: 100%;
}
.img-2 {
  width: 100%;
  padding: 10px 0 0 0;
}
.img-3 {
  width: 100%;
}
.img-4 {
  width: 100%;
}
.column-1 {
  padding: 10px;
  box-sizing: border-box;
  /* border: 1px solid green; */
  /* width: 48%; */
}
.column-2 {
  padding: 0 10px 0 10px;
  /* width: 32.5%; */
  box-sizing: border-box;
  /* border: 1px solid red; */
}
.column-3 {
  /* padding: 10px; */
  /* width: 67%; */
  height: auto;
  box-sizing: border-box;
  /* border: 1px solid blue; */
}
.col-img {
  max-width: 100%; /* Ensures images don't exceed their original size */
  /* width: 100%; */
  height: auto; /* Maintains aspect ratio */
}
.flex-25 {
  flex: 0 1 25%;
}
.flex-31 {
  flex: 0 1 30.5%;
}
.flex-35 {
  flex: 0 1 35%;
}
.flex-40 {
  flex: 0 1 40%;
}
.flex-45 {
  flex: 0 1 45%;
}
.flex-61 {
  flex: 0 1 61.5%;
}
.gallery-view-all {
  /* border: 1px solid red; */
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
.view-button {
  border-radius: 10px;
  background: linear-gradient(125deg, #0f7b82 0%, #2584c8 100%);
  color: white;
  width: 8.75rem;
  height: 2.5rem;
  cursor: pointer;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  border: none;
}

/* client say css */
/*clints-say*/
.clients-say {
  padding: 3rem 1rem;
  background-color: #e5dcff;
}
.clients-say h1 {
  color: #717171;
  font-size: 1.714rem;
}
.clients-say span {
  color: #000;
  font-size: 1.714rem;
}
.quotes {
  font-size: 1.143rem;
  line-height: 1.8;
  /* text-align: justify; */
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  margin-left: 2.5rem;
}
.clnt-nm {
  font-size: 1.714rem;
  font-weight: 400;
}
.col-main{
  /* border: 1px solid red; */
  width: 65%;
}
.inner-client-say{
  /* border: 1px solid blue; */
  display: flex;
  justify-content: center;
}

#body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

#body::-webkit-scrollbar {
  display: none;
}

.main-container {
  /* border: 1px solid red; */
  height: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.image-banner {
  /* border: 1px solid green; */
  width: 100%;
  height: 37.5em;
  box-sizing: border-box;
}

.desktop-img {
  width: 100%;
  height: 100%;
}

.tablet-img {
  height: 0;
  width: 0;
}

.mobile-img {
  height: 0;
  width: 0;
}

.about-us {
  width: 100%;
  height: 40.375rem;
  height: auto;
  /* border: 1px solid yellow; */
  box-sizing: border-box;
  scroll-margin-top: 4.25rem;
}

.about-header-name {
  /* border: 1px solid green; */
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  /* padding: 1.5em 0; */
  display: flex;
  justify-content: center;
  width: 100%;
  line-height: 2.125rem;
  /* font-size: 1.5rem; */
  /* padding-top: 1.5rem; */
  padding-top: 1.125rem;
  /* padding-bottom: 1rem; */
  /* padding-bottom: 0.625rem; */
}
.about-us-image-and-text{
  /* border: 1px solid red; */
  display: flex;
  justify-content: center;
  padding-bottom: 2.5rem;
}
.inner-about-us{
    display: flex;
    justify-content: center;
    /* border: 1px solid; */
    width: 97%;
}
.img-and-text {
  height: 33.25rem;
  height: auto;
  /* border: 1px solid black; */
  width: 88%;
  display: flex;
  /* flex-wrap: wrap; */
}

.about-us-img {
  width: 50%;
  /* border: 1px solid blue; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.about-us-text {
  width: 50%;
  /* border: 1px solid green; */
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.about-us-header-div {
  height: auto;
  /* border: 1px solid black; */
  display: flex;
  /* justify-content: center; */
  align-items: center;
  font-size: 2rem;
  /* width: 31.25rem; */
  width: 75%;
  padding: 0.5rem 2.5rem;
  font-family: "Poppins", sans-serif;
}

.about-us-description-div {
  height: auto;
  /* border: 1px solid red; */
  font-size: 1rem;
  display: flex;
  align-items: center;
  /* width: 31.25rem; */
  width: 80%;
  padding: 0.5rem 2.5rem;
  font-family: "Poppins", sans-serif;
}

.desktop-about-us-img {
  /* border: 1px solid black; */
  padding: 1.5rem 0rem;
}

.hostel-faciity {
  /* border: 1px solid blue; */
  background-color: #deeae7;
  scroll-margin-top: 4.25rem;
}

.hostel-facility-name{
  padding-top: 3rem;
}

.icon-and-description {
  /* border: 1px solid red; */
  width: auto;
  /* height: 31rem; */
  display: flex;
  justify-content: center;
  padding-bottom: 2%;
}

.inner-icon-and-description {
  /* border: 1px solid blue; */
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* margin: 0 autp; */
}

.box-icon-and-description {
  /* border: 1px solid black; */
  /* height: 214px; */
  /* height: 14rem; */
  /* width: 380px; */
  width: 24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.facility-img {
  /* border: 1px solid red; */
  width: 6.25rem;
  height: 6.25rem;
}

.facility-description {
  text-align: center;
  /* border: 1px solid green; */
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: #1b1b1b;
  padding: 0 1rem;
  width: 15.875rem;
  font-family: poppins
}

.hostel-surrounding {
  background-color: #f0fdfa;
  border: 1px solid transparent;
  /* height: 18.375rem;  */
  height: auto;
  scroll-margin-top: 4.25rem;
}
.surrounding-icon-and-description {
  /* border: 1px solid blue; */
  width: 100%;
  display: flex;
  justify-content: center;
  /* height: 178px; */
  /* height: 178px; */
}
.inner-surrounding-icon-and-description {
  width: 80%;
  /* border: 1px solid yellow; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 2.5rem;
}
.box-surrounding-icon-and-description {
  /* border: 1px solid blue; */
  height: 5.375rem;
  width: 17.813rem;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  /* padding: 1%; */
  padding-right: 12px;
}
.surrounding-description {
  color: #000;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.625rem;
}
.surrounding-img {
  /* border: 1px solid green; */
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 1.5rem;
}

.footer {
  /* border: 1px solid blue; */
  width: 100%;
  background-color: #deeae7;
  /* height: 21.438rem; */
  height: auto;
  /* box-sizing: border-box; */
}
.first-footer {
  /* border: 1px solid red; */
  width: 90%;
  /* height: 18.375rem; */
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.second-footer {
  /* border: 1px solid hsl(60, 100%, 50%); */
  height: 3rem;
}
.inner-first-footer {
  /* border: 1px solid green; */
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer-icon-and-description {
  /* border: 1px solid black; */
  width: 33rem;
}
.footer-other-link {
  /* border: 1px solid blue; */
  width: 11.25rem;
}
/* .footer-contact {
  border: 1px solid purple;
  width: 23.125rem;
} */
.footer-follow-us {
  /* border: 1px solid red; */
  /* width: 11.25rem; */
}

.hostel-logo {
  /* border: 1px solid blue; */
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.hostel-logo-img {
  /* border: 1px solid red; */
  width: 8.125rem;
  /* height: 2.5rem; */
  cursor: pointer;
}

.slogan{
  margin: 0;
}

.hostel-description {
  /* border: 1px solid black; */
  width: 26rem;
  /* height: 7.5rem; */
  color: #403e3e;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-other-links {
  /* border: 1px solid yellow; */
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 2.5rem;
  /* width: 4.938rem; */
  height: 1.5rem;
  margin-bottom: 1rem;
}
.footer-link {
  /* border: 1px solid rebeccapurple; */
  /* width: 1px; */
  height: 21px;
  color: #454545;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.contact-wrapper {
  display: flex;
}
.footer-contact-img {
  width: 1.75rem;
  height: 1.75rem;
  /* border: 1px solid black; */
  margin-top: 0.188rem;
  margin-right: 0.5rem;
}
.footer-contact {
  /* border: 1px solid yellow; */
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 2.5rem;
  /* width: 4.938rem; */
  /* height: 1.5rem; */
  /* margin-bottom: 1.688rem; */
  width: 23.125rem;
}
.contact-wrapper {
  /* border: 1px solid red; */
  display: flex;
  align-items: center;
  margin-top: 0.875rem;
  box-sizing: border-box;
}
.first-contact-wrapper {
  margin-top: 1.625rem;
}
.contact-details {
  color: #454545;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
}
.footer-follow-us {
  /* border: 1px solid yellow; */
  color: #000;
  font-size: 1rem;
}
.footer-follow-us-name {
  /* border: 1px solid red; */
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 3rem;
  /* width: 4.938rem; */
  height: 1.5rem;
  margin-bottom: 2.125rem;
}
.link{
  text-decoration: none;
}
.facebook-logo {
  height: 1.5rem;
  width: 1.5rem;
}
.second-footer {
  /* border: 1px solid red; */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /* margin: 1rem 0; */
  margin-top: 1rem;
}
.inner-second-footer {
  width: 90%;
  border-top: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.mob-view-footer {
  display: none;
}

.contact-us {
  /* height: 34.5rem; */
  /* display: flex; */
  /* justify-content: center; */
  scroll-margin-top: 4.25rem;
}
.location-and-info {
  /* width: 42rem; */
  /* border: 1px solid red; */
  height: 42.875rem;
  display: flex;
  justify-content: center;
  /* align-items: center; */
}
.inner-location-and-info {
  /* border: 1px solid blue; */
  height: 25.875rem;
  width: 86%;
  display: flex;
  justify-content: center;
}
.location-div {
  /* border: 1px solid black; */
  width: 55.625rem;
  height: 41rem;
}
.location-img {
  height: 100%;
  width: 100%;
}
.location-info-div {
  /* border: 1px solid red; */
  height: 36rem;
  width: 29.375rem;
  background-color: #f4fdfb;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
}
.inner-location-info-div {
  /* border: 1px solid blue; */
  /* height: 21.25rem; */
  /* width: 19.875rem; */
  /* margin-left: 3rem;
  margin-right: 2rem; */
}
/* .address-info {
  border: 1px solid black;
} */
.contact-hostel-name {
  /* border: 1px solid red; */
  color: #312f2f;
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 0.375rem;
}
.contact-hostel-address {
  /* border-top: 1px solid blueviolet; */
  color: #343434;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  padding: 0.75rem 0;
}
.contact-hostel-phone {
  /* border: 1px solid black; */
  /* width: 70%; */
  color: #312f2f;
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0.375rem 0;
}
.contact-hostel-number {
  /* border: 1px solid blueviolet; */
  color: #343434;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  padding: 0.75rem 0;
}
.contact-hostel-follow-us {
  /* border: 1px solid black; */
  /* width: 70%; */
  color: #312f2f;
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0.375rem 0;
}
.contact-hostel-facebook-icon {
  display: flex;
  align-items: center;
  /* padding: 0.75rem 0; */
  padding-top: 0.75rem;
}
.line {
  border-top: 1px solid black;
  width: 90%;
}
.col{
  display: flex;
  align-items: flex-start;
}
.name-and-arrow{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cli-description{
  text-align: start;
  height: 12rem;  
}

.to-top{
  display: block;
  position: fixed;
  bottom: 50px;
  right: 50px;
  background-color: #007bff;
  color: white;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  transition: opacity 3s ease-in-out;
}

.to-top-active{
 display: block;
 background-color: red;
}


@media screen and (max-width: 1280px) and (min-width: 961px) {


  .slogan{
    display: none;
  }

  .footer-follow-us-name{
    margin-top: 2rem;
  }
  .header .logo{
    margin-top: 1%;
  }
  .box-icon-and-description {
    height: 15rem;
    width: 19rem;
  }
  .inner-surrounding-icon-and-description {
    width: 76%;
    /* border: 1px solid yellow; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;    
    /* margin-left: 14%; */
  }
  .box-surrounding-icon-and-description {
    display: flex;
    justify-content: flex-start;
    width: 18rem;
    /* padding: 1%; */
    padding-right: 5px;
  }
  .inner-first-footer {
    display: flex;
    
    flex-wrap: wrap;
    width: 100%;
    /* height: 38rem; */
  }
  .wrapper-tablet-view {
    /* border: 2px solid blue; */
    display: flex;
    width: 100%;
    justify-content: center;
    margin-left: 3rem;
    height: 17.625rem;
  }
  .footer {
    height: auto;
  }
  .footer-contact {
    width: 33rem;
  }
  .inner-location-and-info {
    display: flex;
    flex-wrap: wrap;
  }
  .location-and-info {
    height: 83.875rem;
  }
  .location-info-div {
    width: 51rem;
    padding: 0rem 2.5rem;
  }
  .contact-hostel-name {
    display: flex;
    justify-content: center;
  }
  .contact-hostel-address {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .contact-hostel-phone {
    display: flex;
    justify-content: center;
  }
  .contact-hostel-number {
    display: flex;
    justify-content: center;
  }
  .contact-hostel-follow-us {
    display: flex;
    justify-content: center;
  }
  .contact-hostel-facebook-icon {
    display: flex;
    justify-content: center;
  }
  .line {
    border-top: 1px solid black;
    width: 100%;
  }
  .first-footer{
    /* margin-bottom: 0; */
  }
  .tab-wrap{
    flex-wrap: wrap;
  }
  .mobile-wrap{
    display: flex;
    justify-content: center;
  }
  .cli-description{
    text-align: center;
  }
  .clnt-nm{
    display: flex;
    justify-content: center;
  }
  .arrow{
    display: flex;
    justify-content: center;
  }
  .flex-61{
    flex: 0 1 73.5%;
  }
  .quotes{
    margin-left: 0rem;
  }
}
@media screen and (max-width: 960px) and (min-width: 601px) {


  .slogan{
    display: none;
  }
  
  /* Header */
  .header {
    padding: 0;
    background-color: #DEEAE7;
  }
  .header .logo{
    margin-top: 1%;
  }
  .header .menu {
    display: none;
  }
  .header #toggle:checked ~ .menu {
    display: inline-block !important;
  }
  .top-menu {
    flex-direction: column;
    /* justify-content: center; */
    position: fixed;
    padding: 3rem 3rem;
    right: 0;
    background: white;
    height: 40vh;
    z-index: 999999;
    margin: 2.3rem 1rem;
  }
  .bars {
    display: block;
    color: black;
    font-size: 2.4rem;
    position: absolute;
    right: 4rem;
    z-index: 99999999;
  }
  /* code for hamburger  */
  .hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
  .hamburger span {
    display: block;
    width: 1.875rem;
    height: 0.188rem;
    margin-bottom: 0.313rem;
    background-color: #333;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
  .hamburger.active span:nth-child(1) {
    transform: translateY(0.5rem) rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: translateY(-0.5rem) rotate(-45deg);
  }

  /*hamburger end*/

  /* css for gallery */
  .tab-wrap {
    flex-wrap: wrap;
  }
  .flex-45 {
    flex: 0 1 48%;
  }
  .flex-31 {
    flex: 0 1 48%;
  }
  .flex-61 {
    flex: 0 1 100%;
  }
  .width-100 {
    width: 100%;
  }
  .img-1 {
    width: 110%;
    height: 62vh;
  }
  .img-2 {
    width: 110%;
    height: 62vh;
    padding: 10px 0 0 0;
  }
  .img-3 {
    width: 100%;
  }
  .img-4 {
    width: 100%;
  }
  .margin-0 {
    margin: 0 auto;
  }
  .tab-center {
    text-align: center;
  }
  .mar-left {
    margin-left: 3rem;
  }
  .col {
    padding: 0;
    margin: 0 auto;
  }
  /* gallery css end */

  .main-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .image-banner {
    height: 25rem;
    /* border: 1px solid blue; */
  }

  .tablet-img {
    width: 100%;
    height: 100%;
  }

  .desktop-img {
    display: none;
  }

  .img-and-text {
    display: flex;
    flex-wrap: wrap-reverse;
  }

  .about-us-img {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .about-us-text {
    width: auto;
    display: flex;
    justify-content: center;
  }

  .about-us-header-div {
    width: auto;
    /* width: 70%; */
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
  }

  .about-us-description-div {
    width: auto;
    /* width: 70%; */
    display: flex;
    text-align: center;
    padding: 0.5rem 3rem;
  }

  .desktop-about-us-img {
    /* border: 1px solid blue; */
    width: 100%;
    padding: 1.5rem 2rem;
  }

  .box-icon-and-description {
    height: 15rem;
    width: 19rem;
  }
  .inner-surrounding-icon-and-description {
    width: 76%;
    /* border: 1px solid yellow; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* margin-left: 14%; */
  }
  .box-surrounding-icon-and-description {
    display: flex;
    justify-content: flex-start;
    width: 18rem;
  }
  .inner-first-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 38rem;
  }
 
  .wrapper-tablet-view {
    /* border: 2px solid blue; */
    display: flex;
    width: 100%;
    margin-left: 3rem;
    height: 13.625rem;
    margin-top: 1rem;
  }
  .footer {
    height: auto;
  }
  .footer-contact {
    width: 33rem;
  }
  .inner-location-and-info {
    display: flex;
    flex-wrap: wrap;
  }
  .location-and-info {
    height: 82.875rem;
  }
  .location-info-div {
    width: auto;
    display: flex;
    justify-content: center;
    padding: 1rem 2.5rem;
  }
  .contact-hostel-name {
    display: flex;
    justify-content: center;
  }
  .contact-hostel-address {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .contact-hostel-phone {
    display: flex;
    justify-content: center;
  }
  .contact-hostel-number {
    display: flex;
    justify-content: center;
  }
  .contact-hostel-follow-us {
    display: flex;
    justify-content: center;
  }
  .contact-hostel-facebook-icon {
    display: flex;
    justify-content: center;
  }
  .line {
    border-top: 1px solid black;
    width: 100%;
  }
  .first-footer{
    /* margin-bottom: 0; */
  }
  .inner-first-footer{
    height: auto;
  }
  .cli-description{
    text-align: center;
  }
  .column-3{
    display: flex;
    justify-content: center;
  }
  .img-4{
    width: 95%;
  }
}

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

 
.inner-second-footer{
  display: none;
}



  /* Header */
  .header {
    padding: 0;
    background-color: #DEEAE7;
    padding-top: 0.3rem;
    box-sizing: border-box;
  }
  .header .menu {
    display: none;
  }
  .header #toggle:checked ~ .menu {
    display: inline-block !important;
  }
  .header .logo{
    margin-top: 1%;
  }
  .top-menu {
    flex-direction: column;
    /* justify-content: center; */
    position: fixed;
    padding: 3rem 3rem;
    right: 0;
    background: white;
    height: 40vh;
    z-index: 999999;
    margin: 2.3rem 1rem;
  }
  .bars {
    display: block;
    color: black;
    font-size: 2.4rem;
    position: absolute;
    right: 2rem;
    z-index: 99999999;
  }
  /* code for hamburger  */
  .hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
  .hamburger span {
    display: block;
    width: 1.875rem;
    height: 0.188rem;
    margin-bottom: 0.313rem;
    background-color: #333;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
  .hamburger.active span:nth-child(1) {
    transform: translateY(0.5rem) rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: translateY(-0.5rem) rotate(-45deg);
  }

  /*hamburger end*/

  .desktop-img {
    display: none;
  }

  .image-banner {
    height: 18.75rem;
  }

  .tablet-img {
    display: none;
  }

  .mobile-img {
    height: 100%;
    width: 100%;
  }

  .img-and-text {
    display: flex;
    flex-wrap: wrap-reverse;
  }

  .about-us-text {
    width: auto;
    padding-bottom: 1rem;
  }

  .about-us-header-div {
    width: auto;
    padding: 0.5rem 1rem;
    text-align: center;
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
    font-weight: 500;
  }

  .desktop-about-us-img {
    /* border: 1px solid blue; */
    width: 90%;
    /* padding: 1.5rem 1rem ; */
  }

  .about-us-description-div {
    width: auto;
    text-align: center;
    padding: 0.5rem;
  }

  .about-us-img {
    width: auto;
    display: flex;
    justify-content: center;
  }

  .inner-icon-and-description {
    display: flex;
    /* flex-wrap: nowrap; */
    flex-wrap: wrap;
    /* overflow-x: auto; */
    width: auto;
    /* width: 24rem; */
    display: flex;
    /* justify-content: flex-start; */
    justify-content: center;
  }

  .box-icon-and-description {
    display: flex;
    justify-content: center;
    width: 14rem;
    height: auto;
    padding: 2rem 1rem;
  }

  .col-main{
    width: auto;
  }


  .icon-and-description {
    overflow-x: auto;
    display: block;
  }
  .facility-img {
    /* border: 1px solid red; */
    width: 3.25rem;
    height: 3.25rem;
  }
  .facility-description {
    /* height: 6rem; */
    /* width: auto; */
    width: 10rem;
    /* width: 50%; */
    display: flex;
    align-items: flex-start;
  }
  .surrounding-mob-view {
    /* border: 2px solid green; */
    width: 100%;
  }
  .inner-surrounding-icon-and-description {
    width: auto;
    display: flex;
    /* flex-wrap: nowrap; */
    flex-wrap: wrap;
    /* overflow-x: auto; */
    justify-content: flex-start;
  }
  /* .surrounding-description{
    width: 100vw;
  } */
  .box-surrounding-icon-and-description {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .surrounding-icon-and-description {
    display: flex;
    justify-content: flex-start;
  }

  .clients-say{
    padding: 3rem 1rem;
  }
  .cli-img{
    height: 100%;
    width: 100%;
  }
  .cli-description{
    width: 100%;
    text-align: center;
    height: 20rem;
  }
  .quotes{
    margin-left: 0;
  }
 
  .footer {
    display: none;
  }
  .mob-view-footer {
    /* border: 1px solid red; */
    /* height: 42rem; */
    background-color: #deeae7;
    padding-left: 0.5rem;
  }

  /* .mob-first-footer {
    height: 39.188rem;
    border: 1px solid blue;
  } */
  .mob-footer-icon-and-description {
    /* border: 1px solid black; */
    border: 1px solid transparent;
  }
  .mob-hostel-logo {
    height: 3.5rem;
    width: 8.75rem;
    /* border: 1px solid red; */
    margin-top: 1rem;
  }
  
  .mob-hostel-logo-img {
    height: 2.5rem;
    width: 8.25rem;
  }
  .mob-hostel-description {
    /* border: 1px solid green; */
    /* margin-top: 2rem; */
    padding: 1rem 0.5rem;
  }
  .mob-other-link-and-follow-div {
    /* border: 1px solid yellow; */
    height: 12.875rem;
    display: flex;
    padding-left: 0.2rem;
  }
  .mob-other-link-div {
    /* border: 1px solid seagreen; */
    width: 50%;
  }
  .mob-follow-us-div {
    /* border: 1px solid blueviolet; */
    width: 50%;
    margin-top: 0.2rem;
  }
  .mob-other-link-name {
    /* border: 1px solid black; */
    color: #000;
    font-family: Poppins;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 0.5rem;
    margin-bottom: 0.75rem;
    margin-top: 0.625rem;
  }
  .mob-other-links {
    /* border: 1px solid red; */
    color: #454545;
    font-family: Poppins;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 0.5rem;
    margin-bottom: 0.8rem;
  }
  .mob-follow-us-name {
    /* border: 1px solid black; */
    color: #000;
    font-family: Poppins;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 0.5rem;
    margin-bottom: 0.75rem;
    margin-top: 0.625rem;
  }
  .mob-facebook-logo {
    /* border: 1px solid blue; */
    padding: 0.2rem;
    display: flex;
    align-items: center;
  }
  .mob-contact-info-div {
    height: 10.75rem;
    /* border: 1px solid red; */
  }
  .mob-contact-info-name {
    /* border: 1px solid black; */
    color: #000;
    font-family: Poppins;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 0.5rem;
    margin-bottom: 0.75rem;
    margin-top: 0.625rem;
  }
  .contact-mob-wrapper {
    display: flex;
  }

  .mob-contact-details {
    /* border: 1px solid red; */
    display: flex;
    align-items: center;
  }
  .mob-second-footer {
    display: flex;
    justify-content: center;
  }
  .mob-inner-second-footer {
    border-top: 1px solid black;
    width: 95%;
    display: flex;
    justify-content: center;
    padding: 0.25rem 0;
  }
  .mob-contact-details-logo {
    padding-left: 0.3rem;
  }
  .mob-view-footer {
    display: block;
  }

  .address-info{
    /* padding: 0 2rem; */
  }
  .inner-location-and-info {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
  }
  .location-and-info {
    height: 80.875rem;
  }
  .location-info-div {
    width: 45.375rem;
    padding: 1rem 1rem;
  }
  .inner-location-info-div{
    width: auto;
    margin: 0;
  }
  .contact-hostel-name {
    display: flex;
    justify-content: center;
  }
  .contact-hostel-address {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .contact-hostel-phone {
    display: flex;
    justify-content: center;
  }
  .contact-hostel-number {
    display: flex;
    justify-content: center;
  }
  .contact-hostel-follow-us {
    display: flex;
    justify-content: center;
  }
  .contact-hostel-facebook-icon {
    display: flex;
    justify-content: center;
  }
  .line {
    border-top: 1px solid black;
    width: 100%;
  }
  .name-and-arrow{
    display: flex;
    /* border: 1px solid red; */
    justify-content: center;
  }
  .img-3{
    height: 30rem;
  }
  .img-4{
    width: 95%;
  }
  .column-3{
    display: flex;
    justify-content: center;
  }
}

/* css for gallery */
@media screen and (max-width: 768px) {
  .flex-45 {
    flex: 0 1 48%;
  }
  .flex-31 {
    flex: 0 1 48%;
  }
  .flex-61 {
    flex: 0 1 100%;
  }
  .img-1 {
    width: 100%;
    height: 10vh;
  }
  .img-2 {
    width: 100%;
    height: 10vh;
    padding: 10px 0 0 0;
  }
  .img-3 {
    width: 100%;
    height: 125vh;
  }
  .img-4 {
    width: 100%;
  }
}

@media screen and (max-width: 820px) {
  .flex-45 {
    flex: 0 1 48%;
  }
  .flex-31 {
    flex: 0 1 48%;
  }
  .flex-61 {
    flex: 0 1 100%;
  }
  .img-1 {
    width: 110%;
    height: 62vh;
  }
  .img-2 {
    width: 110%;
    height: 62vh;
    padding: 10px 0 0 0;
  }
  .img-3 {
    width: 100%;
    height: 125vh;
  }
  .img-4 {
    width: 100%;
  }
}

@media screen and (max-width: 912px) {
  .flex-45 {
    flex: 0 1 100%;
  }
  .flex-31 {
    flex: 0 1 100%;
    height: 65vh;
    margin-bottom: 1rem;
  }
  .flex-61 {
    flex: 0 1 100%;
  }
  .img-1 {
    width: 110%;
    height: 35vh;
  }
  .img-2 {
    width: 110%;
    height: 35vh;
    padding: 10px 0 0 0;
  }
  .img-3 {
    width: 100%;
    height: 72vh;
  }
  .img-4 {
    width: 96%;
  }
}

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


 
  .mobile-wrap {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
  .column-1,
  .column-2,
  .column-3 {
    flex: 0 1 100%;
  }
  .img-1,
  .img-2 {
    width: 100%;
  }
  .mobile-center {
    text-align: center;
  }
}

@media screen and (max-width: 420px) {
  .col .cli-img {
    width: 100%;
  }
  .col {
    padding: 0;
  }
}
