/* banner */
.page-banner {
  padding-top: 250px;
  height: 35vw;
  background: url("../images/banner/img\ \(4\).png");
  background-size: cover;
  /* background: rgb(236, 236, 236); */
}

.contact-banner {
  background: url("../images/banner/contact.png");
  background-size: cover;
}

.coonoor-banner {
  background: url("../images/coonoor/img\ \(1\).jpg");
  background-size: cover;
}

.ooty-banner {
  background: url("../images/ooty/img\ \(1\).jpg");
  background-size: cover;
}

.kotagiri-banner {
  background: url("../images/kotagiri/img\ \(3\).jpg");
  background-size: cover;
}

.delux-banner {
  background: url("../images/gallery/img 38.jpg");
  background-size: cover;
}

.family-banner {
  background: url("../images/gallery/img 16.jpg");
  background-size: cover;
}

.luxury-banner {
  background: url("../images/gallery/img 23.jpg");
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .page-banner {
    padding-top: 150px;
    height: 350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .page-banner {
    padding-top: 130px;
    height: 250px;
  }
}

/* end banner */

/* contact */
.connect {
  width: 100%;
  padding: 35px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  border-radius: 20px;
  color: white;
  background: #fda403;
  border: 2px solid #fda403;
}

.connect:hover {
  color: #fda403;
  background: var(--bgk);
  border: 2px solid #fda403;
}

#enquiry .card {
  padding: 50px;
  width: 500px;
}

#enquiry .form-control {
  border: none !important;
  background: #e4e4e4;
}

#enquiry .send-btn {
  width: 100%;
  background: #fda403;
  color: white;
  font-weight: bold;
}
/* end contact */

/* gallery */
.more-btn {
  width: 100%;
  background: #fda403;
  color: white;
  font-weight: bold;
}
/* end gallery */

/* route map */
.btn-map {
  background: #fda403;
  color: white;
  font-weight: bold;
}
/* end route map */

/* menu */
#menu ul {
  list-style-type: none;
  font-weight: 500;
}

.menu-title {
  font-size: 18px;
  font-weight: bold;
  color: var(--prime);
  /* text-align: center; */
}
/* end menu */

/* faq */
.text-faq {
  background-color: rgb(240, 240, 240);
  padding: 25px;
  border-radius: 5px;
}

.text-faq p {
  margin-top: 15px;
}

.text-faq summary {
  font-weight: 600;
}
/* end faq */
