* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

.bhagwa {
  background-color: #f58d38;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.hero1 {
  display: flex;
  justify-content: space-around;
}
.nav-link {
  margin-right: 50px;
  font-size: 18px;
  font-weight: 500;
}

#about {
  height: 600px;
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}
#about .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .row .hotel {
  display: flex;
  flex-direction: column;
}
#about .row .hotel h1 {
  font-weight: 700;
}
#about .row .hotel p {
  font-size: 18px;
}
#about .row .img_hotel {
  height: 500px;
  width: 100%;
}

/* image container */
.img_container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  align-items: center;
  justify-content: center;
}

/* Create four equal columns that sits next to each other */
.column {
  margin: 0px 15px;
  flex: 20%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 95%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 40%;
    max-width: 50%;
  }
  .logo {
    display: none;
  }
  .hero1 {
    justify-content: flex-start;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

/* FECILITY CONTAINER */
#faci {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

#faci .row1 .facility .item {
  margin-left: 20px;
  margin: 30px;
}
#faci .row1 .facility .item i {
  font-size: 38px;
}
#faci .row1 .facility .item p {
  font-size: 24px;
}
#faci .row1 .facility_desc {
  display: flex;
  margin: 10px 50px;

  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#faci .row1 .facility_desc h2 {
  font-size: 38px;
  font-weight: 500;
}

#faci .carousel-inner img {
  height: 600px;
}

/* book button */
#book p {
  text-align: center;
  margin: 50px;
}

/* carousel slide */
#demo {
  margin: 0px 50px;
}
#demo img {
  height: 500px;
}
#map {
  margin-top: 30px;
}

#map iframe {
  width: 92%;
  margin: 50px;
}
@media screen and (max-width: 600px) {
  #map iframe {
    width: 90%;
    margin: 20px;
  }
}
