/*********************center****************/
.carousel-caption {
  background-color: rgba(0, 0, 0, 0.405);
  padding-top: 320px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.center_home img {
  min-height: 700px;
}
.main_3 {
  bottom: -70px;
}
.center_home .carousel-indicators {
  bottom: 90px !important;
}
/*********************center_end****************/
/* restaurant styles */

.restaurant-details .cuisine {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.restaurant-details .timing {
  font-size: 14px;
  color: #666;
}

.restaurant-details .description {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 0;
}

/*********************serv****************/
#serv {
  margin-top: 70px;
}
.serv_2r span a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ffac41;
  transition: 0.3s;
}
.serv_2r span a:hover {
  background: #ffac41;
  color: #fff !important;
}
.serv_2r {
  padding: 60px 30px;
}
.serv_2r {
  min-height: 310px;
}
.serv_2l img {
  min-height: 310px;
}
/*********************serv_end****************/

/*********************room****************/
.room_1 .nav-tabs .nav-link {
  border: none;
  padding: 10px 20px;
  color: #fff;
}
.room_1 .nav-tabs .nav-link:hover {
  font-weight: bold;
  border-bottom: 2px solid #ffac41;
}
.room_1 .nav-tabs .nav-link.active {
  border-bottom: 2px solid #ffac41;
  background: none;
}
.quick-links a:hover {
  color: #ffac41 !important;
  text-decoration: none;
}

/* CSS to be added */
.contact-link {
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-link:hover {
  color: #ffc107 !important;
}
/*********************room_end****************/

/*********************choose****************/
.choose_1i span {
  width: 160px;
  height: 160px;
  line-height: 160px;
  transition: 0.3s;
}
.choose_1i span:hover {
  color: #ffac41;
}
/*********************choose_end****************/

@media screen and (max-width: 767px) {
  .main_3 {
    position: static !important;
  }
  .center_home br {
    display: none;
  }
  .center_home img {
    min-height: 350px;
  }
  .center_home .font_60 {
    font-size: 24px;
  }
  .carousel-caption {
    padding: 90px 10px 0px 10px;
  }
  .carousel-caption .button {
    padding-left: 12px;
    padding-right: 12px;
  }
  .carousel-caption .button_1 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .center_home p {
    font-size: 13px;
    text-align: left;
  }
  .center_home .carousel-indicators {
    bottom: 0 !important;
  }
  .book_1i {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  #serv {
    margin-top: 0;
  }
  .serv_2r {
    min-height: auto;
    padding: 15px;
  }
  .serv_2r p {
    text-align: left;
  }
  .serv_2 {
    margin-top: 15px;
  }
  .room_1 .nav-tabs .nav-link {
    padding: 10px 10px;
    font-size: 14px;
  }
  .choose_1i {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .connect_1ri {
    text-align: center;
  }
  .connect_1rir {
    margin-top: 10px;
  }
  .serv_2l img {
    min-height: auto;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
  .book_1i .button_1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .serv_2r {
    padding: 45px 30px;
  }
  .connect_1l {
    padding: 10px !important;
  }
  .connect_1ril span {
    font-size: 24px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .connect_1ril span {
    font-size: 28px !important;
  }
}
@media (min-width: 1201px) and (max-width: 1360px) {
}

.room_amenities_sidebar {
  border-left: 1px solid #eee;
  height: auto;
}

@media (max-width: 767px) {
  .room_amenities_sidebar {
    display: none;
  }
}

.amenity-list li {
  font-size: 14px;
  color: #666;
}

.amenity-list i {
  width: 20px;
  text-align: center;
}
