:root {
  --heading: "Marcellus SC', serif";
  --sub-heading: 'Jost', sans-serif;
  --body-font: Jost, sans-serif;

}



/*------------------------------
16. Breadcrumb Area CSS
--------------------------------*/
.breadcrumb-banner-area {
  /* background: rgba(0, 0, 0, 0.212) url("img/bg/bg1.jpg") no-repeat scroll 0 0; */
  color: #ffffff;
  padding: 200px 0;
  position: relative;
  height: 80vh;
}

.hall-room {
  background: rgba(0, 0, 0, 0.212) url("images/hallway/hallway1.webp") no-repeat scroll 0 0;
  background-position: 50% 27%;
  background-size: cover;
}

.aboutus-breadcrumb {
  background: rgba(0, 0, 0, 0.212) url("images/staff/staff4.webp") no-repeat scroll 0 0;
  background-position: 50% 27%;
  background-size: cover;
}

.menu-breadcrumb {
  background: rgba(0, 0, 0, 0.212) url("images/food/food1.webp") no-repeat scroll 0 0;
  background-position: 50% 27%;
  background-size: cover;

}

.gallery-breadcrumb {
  background: rgba(0, 0, 0, 0.212) url("images/kitchen/kitchen2.webp") no-repeat scroll 0 0;
  background-position: 50% 27%;
  background-size: cover;
}

.mainroom-breadcrumb {
  background: rgba(0, 0, 0, 0.212) url("images/master room/master1.webp") no-repeat scroll 0 0;
  background-position: 50% 27%;
  background-size: cover;
}

.budget-room {
  background: rgba(0, 0, 0, 0.212) url("images/family room/family18.webp") no-repeat scroll 0 0;
  background-position: 50% 27%;
  background-size: cover;


}

.family-room {
  background: rgba(0, 0, 0, 0.212) url("images/family room/family11.webp") no-repeat scroll 0 0;
  background-position: 50% 27%;
  background-size: cover;


}

.master-room {
  background: rgba(0, 0, 0, 0.212) url("images/master room/master4.webp") no-repeat scroll 0 0;
  background-position: 50% 27%;
  background-size: cover;


}

.double-room {
  background: rgba(0, 0, 0, 0.212) url("images/double room/double7.webp") no-repeat scroll 0 0;
  background-position: 50% 27%;
  background-size: cover;


}

.breadcrumb-banner-area:after {
  background: rgba(5, 5, 5, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.breadcrumb-text {
  z-index: 9;
  position: relative;

}


.breadcrumb-text h1 {
  line-height: 72px;
  text-transform: uppercase;
  font-size: 72px;
  color: #fff;
  font-family: 'Marcellus SC', serif;
  font-weight: 400;
  margin-bottom: 20px;
}

.breadcrumb-bar .breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  line-height: 12px;
  margin-bottom: 0;
  padding: 15px 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb-bar li {
  color: #ffffff;
  font-size: 14px;
  line-height: 12px;
  margin: 0 16px;
  position: relative;
  text-transform: uppercase;
}

.breadcrumb-bar .breadcrumb>li:first-child:before {
  border-radius: 50%;
  content: "\f2fb";
  display: inline-block;
  font-family: "Material-Design-Iconic-Font";
  font-size: 18px;
  position: absolute;
  right: -22px;
  top: -2px;
}

.breadcrumb-bar a {
  color: #ffffff;
}

/*--------------------------
    18. About Page CSS
----------------------------*/
.about-area {
  background-color: #E0E1DF;

}

.sections-title {
  margin-left: 12.5%;
  width: 75%;
}

.sections-title>h5 {
  font-family: var(--sub-heading);
  font-weight: 500;
}

.sections-title>h1 {
  font-size: 56px;
  line-height: 1.2em;
  color: #021832;
  font-family: 'Marcellus SC', serif;
  font-weight: 400;
  padding: 15px 0 15px 0;
}

.sections-title>p {
  font-family: var(--body-font);
  font-size: 18px;
}

.about-img {
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.single-about-img .about-img img {
  height: 100vh;
  max-width: 100%;
  object-fit: cover;
}

/*------------------------
/*--------------------------
  Hotel Details Start 
  ----------------------------*/

.details-area {
  background: rgba(0, 0, 0, 0.212) url("images/hotel pic/hotelday.webp") no-repeat scroll 0 0;
  color: #ffffff;
  padding: 200px 0;
  position: relative;
  background-position: 50% 27%;
  background-size: cover;
  object-fit: cover;
  height: 100vh;
}

.details-area:after {
  background: rgba(5, 5, 5, 0.5) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.about-details-text {
  z-index: 9;
  position: relative;
  margin-top: -50px;
}

.about-details-text p {
  font-size: 14px;
}

.about-details-text h1 {
  font-size: 42px;
  line-height: 1.2em;
  color: #ffff;
  font-family: 'Marcellus SC', serif;
  font-weight: 500;
  padding: 15px 0 15px 0;
}

/*----------------------------*/
/*--------------------------
  Counter Section Start 
  ----------------------------*/
/* Add styles for your counter section */
.counter-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* Add styles for the counter elements */
.counter-section-details {
  text-align: center;
}

.counter-section-details h1 {
  font-size: 62px;
}

.count {
  font-size: 36px;
  color: #333;
  /* Choose your desired color */
}

/*--------------------------
  About Section
  ----------------------------*/
.about-main-section {
  width: 90%;
  margin: 0 auto;
  display: flex;
}

.about {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  gap: 5%;
  flex-wrap: wrap;
}

.image-section {
  flex: 1;
  overflow: hidden;
}

.image-section img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  transition: 0.5s ease;
}

.text-section {
  flex: 1;
}

.text-section h3 {
  font-size: 60px;
  color: #021832 !important;
  line-height: 65px;
  font-family: var(--heading);
}

.text-section h5 {
  font-family: var(--sub-heading);
  font-weight: 500;
}

.text-section p {
  font-size: 16px;
  line-height: 1.5;
}

.text-section .book-now {
  display: inline-block;
  padding: 15px 35px;
  background-color: #007574;
  color: #ffff;
  font-size: 18px;
  text-decoration: none;
  margin-top: 15px;
  transition: 0.3s ease;
}

.text-section .book-now:hover {
  background-color: #caa169;
}

/* .image-section-second{
  display: flex;
 } */


.image-section-second {
  position: relative;
  display: flex;
}

.image-section-second .image1 {
  position: relative;
  width: 50%;
  height: 100%;
  margin-top: 150px;
  margin-bottom: 200px;
  object-fit: cover;
}

.image-section-second .image2 {
  position: absolute;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  margin-left: 200px;
}

/*--------------------------
  Services Section
  ----------------------------*/
.sections-title h3 {
  margin-top: 15px;
  font-size: 60px;
  color: #021832 !important;
  line-height: 68px;
  font-family: var(--heading);

}

.service-available {
  max-width: 100%;
  margin: auto;
  overflow: hidden;
  /* padding: 20px; */
}

.services {
  display: inline-block;
  background-color: #ffff;
  /* width: calc(100% / 3); */
  box-sizing: border-box;
  cursor: pointer;
  margin: 0 10px 20px 10px;
  transition: 0.4s;
  width: 31.33%;
}


.icon-details {
  text-align: center;
  margin: 35px;
}

.icon-details h5 {
  font-size: 24px;
}

.icon-details p {
  font-size: 14px;
  /* margin-bottom: 35px; */
}

.icon {
  text-align: center;
}

.icon img {
  /* padding-bottom: 15px; */
  margin-top: 35px;

}

/* Image and text satrt */

.Resturant {
  overflow: hidden;
  display: grid;
  grid-template-columns: 34% 32% 34%;

}

.Resturant img {
  object-fit: cover;
}

.gastro {
  display: grid;

}

.picture {
  /* background-image: url(img/about/grid2.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  height: 750px;
  width: 100%;
}

.discover,
.explore {
  height: 350px;
  width: 400px;
  text-align: left;
  padding-top: 80px;
  padding-left: 20px;
}

.explore h4 {
  font-size: 32px;
  margin: 15px 0px 15px 0px;
}



.discover h4 {
  font-size: 32px;
  margin: 15px 0px 15px 0px;
}


.pool {

  display: grid;
}

.pool img {
  margin-bottom: 15px;
}

.explore {

  height: 350px;
  width: 500px;
}

/* Image and text end */
.ending {
  background-color: #F9F9F9;
}

/* Form Section Start */
.contact {
  display: flex;
}

.text-side {
  width: 40%;
  text-align: center;
}

.mail {
  width: 60%;
}


.input-container {
  display: flex;
  align-items: center;
  padding: 5px;
  /* Adjust padding as needed */
  border-bottom: 1px solid black;
}

.input-container input[type="email"] {
  flex: 1;
  padding: 5px;
  /* Adjust padding as needed */
  border: none;
  /* Remove input border */
}

.input-container input[type="email"]:focus {
  border: none;
}

.subscribe-button {
  color: black;
  /* Button text color */
  background-color: transparent;
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
  /* Adjust padding as needed */
  cursor: pointer;

}

.subscribe-button i {
  padding-left: 15px;
  font-size: 12px;
}

.policy {
  display: none;
  justify-content: flex-start;
  text-align: center;
}

.policy p {
  margin-top: 15px;
}

.policy input[type="checkbox"] {
  margin-top: 20px;
  transform: scale(1);
  height: 0%;
  padding-left: 0px;
  /* font-size: 14px; */
  color: #a4a4a4;
  width: 5%;
}

/* Form Section End */


/*       */
.main-image {
  /* margin-left: 50px;
  margin-right: 50px; */
  /* height: 65vh; */
}

.box-image {
  display: block;
  float: left;
  width: 25%;
  height: 50%;
  padding: 10px;
}

.main-image img {
  width: 100%;
  height: 100%;
  border-radius: none !important;
}

.main-image .book-now {
  display: inline-block;
  padding: 15px 35px;
  background-color: #007574;
  color: #ffff;
  font-size: 18px;
  text-decoration: none;
  margin-top: 75px;
  transition: 0.3s ease;
  margin-left: 40%;
  margin-bottom: 100px;
}

.main-image .book-now:hover {
  background-color: #caa169;
}

/* Menu Section CSS */

/* Menu Main Start */
.menu-image-side {
  padding-left: 100px;
}

.menu-image-side img {
  height: 500px;
  width: 500px;
  object-fit: cover;
}

.rounded-image {
  border: 1px solid #caa169;
  /* Border style and color */
  border-radius: 50%;
  /* Creates a circular border */
  padding: 10px;
  /* Adjust the padding as needed for the gap */
  width: 500px;
  /* Adjust the width as needed */
  height: 500px;
  /* Adjust the height as needed */
  display: inline-block;
  animation: rotate 4s linear;
  /* Adjust the duration and animation type as needed */

}

/* Define a keyframe animation */
@keyframes rotate {
  from {
    transform: rotate(0deg);
    /* Start the rotation from 0 degrees */
  }

  to {
    transform: rotate(360deg);
    /* Rotate to 360 degrees */
  }
}


.reservation-design {
  position: absolute;
  height: 150px;
  width: 150px;
  top: 158%;
  right: 38%;
  background-color: #007574;
  color: white;
  font-size: 18px;
  text-align: center;
  border-radius: 100%;
  transition: 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reservation-design:hover {
  background-color: #caa169;
}

.reservation-design span {
  /* display: inline; */
  color: #fff;
  margin-top: 5%;
  padding: 0;
}

.reservation-design span p {
  color: #ffffff;
}

/* text side */
.information {
  line-height: 50px;
  display: flex;
  justify-content: space-between;
}

.information ul li a {
  display: flex;
  font-size: 18px !important;
}

.information ul li a:hover {
  color: #333;
}

.information ul i {
  margin-right: 10px;
  color: #caa169;
  margin-top: 2px;
}

.information ul li {
  display: flex;
  line-height: 50px;
  list-style: none;
  font-size: 17px;
}

.information ul h4 {
  font-size: 24px;
}


.information ul li {
  padding-top: 15px;
}

.menu-image {
  max-width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.5s ease;
}

/* .menu-image {
  max-width: 100%;
  display: block;
  transition: opacity 0.5s ease;
  opacity: 0;
  margin-bottom: 10px;
} */

/* .menu-image.active {
  opacity: 1;
} */

.image-container {
  width: 60%;
  margin-left: 20%;
  display: flex;
}


.menu-section .menu-section-title {
  display: flex;
  justify-content: center;
  text-align: center;
}



.menu-link.active {
  text-decoration: underline;
  color: #caa169 !important;
  /* Change the color to your desired active color */
}

.menu-section .menu-section-title a {
  padding: 50px;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  /* padding: 30px 25px; */
  /* color: #373537; */
  line-height: 30px;
  text-transform: uppercase;
}

.menu-section {
  background-image: url(img/about/menulistimage/bsckgroundimage.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* margin-left: 5%; */
}

.menu-section h1 {
  text-align: center;
}

.menu-images {
  padding-top: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-images img {
  width: 90%;
}

/* Menu Main End */
/*              */
/* Menu List Start */
/*                 */
.menu-section .menu-section-title {
  display: flex;
  justify-content: center;
  text-align: center;
}

.menu-section .menu-section-title a {
  padding: 50px;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  color: #caa169;
  line-height: 30px;
  text-transform: uppercase;
}

.menu-section .menu-section-title a:hover {
  color: #007574;
}

.menus {
  display: flex;
  width: 90%;
  margin-left: 5%;
  justify-content: space-around;
}

.menu-column {
  width: 100%;
}

.menu-design img {
  height: 100%;
  width: 30%;
  margin-left: 80px;
}

.single-menu {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.single-menu img {
  border-radius: 50%;
  max-width: 110px;
  margin-right: 15px;
}

.single-menu .menu-content h4 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 500;
  font-family: var(--heading);
}

.single-menu .menu-content h4 span {
  color: #caa169;
  float: right;
  /* font-weight: 600; */
}

.single-menu .menu-content p {
  color: #333632;
}

.extra-paragraph {
  width: 60%;
  margin-left: 20%;
  text-align: center;
}

/* Menu List CSS End */
/* Rooms Section CSS start */

.availability {
  background-color: #E0E1DF;
}

.availability-details {
  display: flex;
  justify-content: space-around;
  width: 90%;
  margin-left: 5%;

}

.availability .check {
  display: flex;
}

.availability .check-image {
  margin-top: 10px;
}

.availability .check-text {
  margin-left: 15px;
}

.availability .check-text p {
  font-family: var(--heading);
  font-size: 16px;
}

.availability .check input {
  border: none;
  margin-top: -100px;
  margin-left: -10px;
  font-size: 16px;
  width: 32%;
}

.check+.check {
  border-left: 1px solid #caa169;
  /* Add a vertical line after the first and second .check elements */
  padding-left: 10px;
  /* Adjust spacing to your preference */
}

/* Calendar Styles start */
#datePicker {
  border: none;
  color: #1a1b1a;
}

/* Calendar Styles end */
/* Room selection style start*/
.guests-container {
  display: none;
  background-color: #fff;
  border: 1px solid #caa169;
  padding: 15px 55px;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
}


.guests-category {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0;

}

button {
  background: none;
  border: none;
  cursor: pointer;
}

#rooms,
#adults,
#children {
  margin-top: 15px;
}

/* Room selection style end*/
/* Availability Button start */
.availability-button .book-now {
  padding: 15px 35px;
  background-color: #007574;
  border: none;
  color: #ffff;
  font-size: 16px;
  text-decoration: none;
  transition: 0.5s ease;
  margin-left: 43px;
}

.availability-button .book-now:hover {
  background-color: #caa169;
}

/* Availability Button end */
/* Description Section start */
.buttons a {
  padding: 10px 35px;
  border: 1px solid #007574;
  font-family: var(--heading);
  color: #1a1b1a;
  font-size: 22px;
  text-decoration: none;
  transition: 0.5s ease;
  margin-left: 43px;
}

.buttons a:hover {
  background-color: #caa169;
  border: none;
  color: #ffff;
}

/* Description Section end */

/* Middle Breadcrumb section start */
.middle-breadcrumb {
  background: rgba(0, 0, 0, 0.212) url("images/double room/double6.webp") no-repeat scroll 0 0;
  color: #ffffff;
  padding: 150px 0;
  position: relative;
  background-position: 50% 27%;
  background-size: cover;
  height: 10vh;
}

.middle-breadcrumb-text {
  margin-top: -65px;
}

.middle-breadcrumb h1 {
  font-size: 36px;
  line-height: 36px;
}

.line-arrow {
  position: relative;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 20px solid #ffff;
  /* You can change the color */
  margin-top: -1%;
  margin-left: 50%;
  z-index: 100;
}

/* Middle Breadcrumb section end */

/* Multiple Slider start */
.slider-container {
  margin-top: 90px;
  margin-bottom: 100px;
}

.slider {
  display: flex;
  max-width: 90%;
  margin-left: 5%;
  gap: 0%;
  margin-bottom: 50px;
}

swiper-container {
  max-width: 45%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  /* justify-content: center;
  align-items: center; */
}

swiper-slide span {
  position: absolute;
  margin-top: 2%;
  z-index: 1;
  margin-left: 2%;
  background-color: #007574;
  color: #ffff;
  padding: 15px 30px;
  border-radius: 5px;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s;
  filter: brightness(0.6);
  cursor: pointer;
}

swiper-slide img:hover {
  transform: scale(1.2);
  filter: none;
}

.swiper-slide {
  position: relative;
}

/* Multiple Slider end */
/* UI card Start */

.ui-card-container {
  display: flex;
  align-items: center;
  max-width: 90%;
  margin-left: 5%;
  justify-content: space-around;
  max-height: 100%;
}

.ui-card {
  max-width: 30%;
  background: radial-gradient(#007573d3 50%, #007573d3 100%);
  overflow: hidden;
  position: relative;
}

.ui-card span {
  position: absolute;
  margin-top: 5%;
  z-index: 1;
  margin-left: 5%;
  background-color: #fff;
  padding: 10px 15px;
}

.ui-card-container .ui-card img {
  max-width: 100%;
  display: block;
  transform: scale(1.1) translateY(-20px);
  transition: all 0.5s ease-out;
}

.ui-card:hover img {
  transform: scale(1.3);
  opacity: 0.3;

}

.description {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  color: #ffff;
  line-height: 50px;
  margin-left: 15px;
  font-size: 20px;
}

.description h1 {
  color: #ffff;
}

.description i {
  margin-right: 10px;
}

.description .room-content {
  display: flex;
  gap: 35px;

}

.ui-card:hover .description {
  display: none;
}

.hover-description {
  display: none;
}

.ui-card:hover .hover-description {
  position: absolute;
  max-width: 100%;
  left: 0;
  bottom: 10%;
  display: block;
  color: #ffff;
  line-height: 30px;
  margin-left: 15px;
  font-size: 18px;

}

/* UI card End */
/* Rooms Section CSS end */
/* ----------------------------------------------- */

/* Rooms type Section CSS Start */
/* ----------------------------------------------- */

/* Reservation And Details Of Hall Room Start  */
.room-details-container {
  max-width: 90%;
  margin-left: 5%;
  display: flex;
  align-items: start;
  /* justify-content: center; */
  gap: 5%;
}

/* Reservation section start */
.reservation-section {
  background-color: rgb(243, 241, 241);
  width: 35%;
  border-radius: 5px;
  /* border: 5 solid black; */
  border: 1px solid transparent;
  /* Ensure there's some border to apply the shadow to */
  box-shadow: 0 0 15px 5px rgba(119, 118, 118, 0.3);
}

.reservation-section .check-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: 5%;
}

.reservation-section .check-form {}


.calendar-container {
  display: flex;
  align-items: center;
  border: 1px solid #caa169;
  border-radius: 5px;
  padding: 0px 15px;
  width: 90%;
  margin-top: 10px;
  margin-left: 5%;
}

.calendar-label {
  flex: 1;
  text-align: left;
  font-size: 16px;
  color: #1a1b1a;
}

.calendar-input {
  flex: 1;
  text-align: right;
  font-size: 16px;
  color: #1a1b1a;
  border: none;
  /* background: transparent; */
}

.calendar-input:focus {
  border: none !important;
  outline: none !important;
}

/* Room container css satrt */
.room-container,
.breakfast-container {
  display: flex;
  align-items: center;
  border: 1px solid #caa169;
  border-radius: 5px;
  padding: 0px 15px;
  width: 90%;
  margin-top: 10px;
  margin-left: 5%;
}

.room-label,
.adult-label,
.children-label,
.breakfast-label {
  font-size: 16px;
  color: #1a1b1a;
}

.room-input,
.adult-input,
.children-input,
.breakfast-input {
  flex: 1;
  text-align: right;
  font-size: 16px;
  color: #1a1b1a;
  border: none;
  /* background: transparent; */
}

.room-input:focus,
.adult-input,
.children-input,
.breakfast-input {
  border: none !important;
  outline: none !important;
}

/* Room container css end */
.room-controls-container,
.adult-controls-container,
.children-controls-container,
.breakfast-controls-container {
  background-color: #fff;
  display: none;
  /* Initially hidden */
  align-items: center;
  border: 2px solid #caa169;
  padding: 15px 55px;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  margin-top: 5px;
  margin-left: 1%;

}

.adult-controls-container {
  margin-top: 70px;
  padding: 10px 0px;
  margin-left: 2%;
}

.children-controls-container {
  margin-top: 70px;
  padding: 10px 0px;
  margin-left: 15%;
}

.room-controls-container button,
.breakfast-controls-container button,
.adult-controls-container button,
.children-controls-container button {
  width: 90px;
  height: 30px;
  color: #1a1b1a;
  font-size: 20px;
  cursor: pointer;
  margin: 0 5px;
}

.adult-controls-container button,
.children-controls-container button {
  max-width: 50px;
  max-height: 30px;
}

.adult-child {
  display: flex;
}

.adult-container,
.children-container {
  display: flex;
  align-items: center;
  border: 1px solid #caa169;
  border-radius: 5px;
  padding: 0px 15px;
  max-width: 45%;
  margin-top: 10px;
  margin-left: 5%;
  margin-right: 5%;
}

.extra-charge {
  max-width: 90%;
  margin-left: 5%;
}

.with-ac {
  display: flex;
  justify-content: space-between;
}

.with-ac-checkbox {
  display: flex;
  justify-content: flex-start;

}
.with-ac-checkbox label{
    padding-top:15px;
}
.with-ac-checkbox p {
  margin-top: 15px;
}

.extra-cost p {
  margin-top: 15px;
}

.with-ac .with-ac-checkbox input[type="checkbox"] {
  transform: scale(2);
  margin-right: 20px;
  width: 10%;

}

hr {
  border: none;
  /* Remove the default border */
  height: 1px;
  /* Set the height of the line */
  width: 90%;
  background: #333632;
  /* Set the background color (e.g., black) */
  margin: 20px 15px;
  /* Add margin for spacing */
}

.total-cost {
  width: 90%;
  margin-left: 5%;
  display: flex;
  justify-content: space-between;
}

.form-group-popup label {
  font-size: 18px;
  color: #434343;
  margin-top: 15px;
}

.confirmation-button .book-submit {
  display: flex;
  margin-left: 5%;
  /* width: 30%; */
  padding: 10px 20px;
  text-align: center;
  background-color: #007574;
  color:#fff;
  font-size: 18px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 15px;
  transition: 0.3s ease;
}

.reservation-section button a {
  color: #ffff;
  text-align: center;
}

.reservation-section button:hover {
  background-color: #caa169;
}

.form-group-popup input {
  height: 40px;
  border: 1px solid #caa169;
  border-radius: 5px;

}

#room-option {
  border: 1px solid #caa169;
  border-radius: 5px;
}

/* Reservation section end */
/* Room details section start */
.room-details-section {
  max-width: 60%;

}

.view {
  line-height: 50px;
  font-size: 16px;
}

.room-details {
  display: flex;
  gap: 30px;
  font-size: 16px;
}

.room-details i {
  margin-right: 10px;
  font-size: 24px;
}

.room-amenities {}

.room-amenities-list {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-family: var(--sub-heading);
}

.room-amenities-list li {
  list-style: none;
  line-height: 50px;
}

.room-amenities-list li img {
  margin-right: 15px;
}

.room-structure ul li {
  line-height: 50px;
  list-style: none;
  font-size: 16px;
  font-family: var(--sub-heading);
}

.room-structure ul li::before {
  content: "";
  /* Add this line to create a pseudo-element */
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #caa169;
  display: inline-block;
  /* Add this to make the circles display inline */
  margin-right: 15px;
  /* Add some space between the circle and the text */
}

/* Room details section end */
/* Related Rooms Section Start */
.related-rooms {
  max-width: 90%;
  margin-left: 5%;
}

.room-card-container {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5%;
  max-height: 100%;
}

.room-card {
  max-width: 30%;
  max-height: 100%;
  background: radial-gradient(#007573d3 50%, #007573d3 100%);
  overflow: hidden;
  position: relative;
}

.room-card span {
  position: absolute;
  margin-top: 5%;
  z-index: 1;
  margin-left: 5%;
  background-color: #fff;
  padding: 5px 10px;
}

.room-card-container .room-card img {
  max-width: 135%;
  display: block;
  filter: brightness(0.5);
  transform: scale(1.1);
  transition: all 0.5s ease-out;

}

.room-card:hover img {
  transform: scale(1.3);
  opacity: 0.3;

}

.description {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  color: #ffff;
  line-height: 30px;
  margin-left: 15px;
  font-size: 16px;
}

.description h1 {
  color: #ffff;
  font-size: 24px;
}

.description i {
  margin-right: 10px;
}

.description .room-content {
  display: flex;
  gap: 20px;

}

.room-card:hover .description {
  display: none;
}

.hover-description {
  display: none;
}

.room-card:hover .hover-description {
  position: absolute;
  max-width: 100%;
  left: 0;
  bottom: 10%;
  display: block;
  color: #ffff;
  margin-left: 15px;
  font-size: 16px;
}

.hover-description button a {
  color: #ffff !important;
}

.hover-description button a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  /* You can adjust the thickness of the underline */
  background-color: #ffff;
  /* Set the color of the underline */
  margin-top: 2px;
  /* Adjust the distance between text and underline */
}

.hover-description button a:hover::after {
  width: 0;
  /* Set the width to 0 to make the underline disappear from start to end on hover */
}

/* Related Rooms Section End */

/* Rooms type Section CSS End */
/* ----------------------------------------------- */

/* Venue Section Start */
/* ----------------------------------------------- */
.hall1-section {
  max-width: 90%;
  margin-left: 5%;
}

.hall-section-details {
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  gap: 5%;
}

.hall-image-section {
  width: 60%;
}

.hall-image-section img {
  max-width: 100%;
  /*height: 100%;*/

}

.hall-text-section {
  width: 60%;
}

.hall-text-section p {
  font-size: 18px;
  font-family: var(--sub-heading);
}

.hall-text-section button {
  display: inline-block;
  padding: 15px 35px;
  background-color: #007574;
  font-size: 18px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 15px;
  transition: 0.3s ease;
}

.hall-text-section button:hover {
  background-color: #caa169;
}

.hall-text-section button a {
  color: #ffff;
}

/* Venue Section End */
/* ----------------------------------------------- */
/* Contactus Section CSS start */
.form-section {
  background-color: hwb(0 93% 7%);
  padding-bottom: 100px;
}

.inner-content {
  position: relative;
  background-color: #FFFFFF;
  width: 90%;
  margin-left: 5%;
}

.inner {
  display: flex;
  margin-top: -90px;

}

.image-holder {
  width: 40%;
  margin: 70px 0 70px 70px;

}

.image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-holder {
  width: 40%;
  margin: 150px 0 150px 70px;
  /* padding-left: 10%; */
}

.content-holder h3 {
  font-size: 36px !important;
  color: #1a1b1a;
  font-family: var(--heading);
  letter-spacing: 1px;
}

.content-holder p::before {
  content: "";
  /* Add empty content to pseudo-elements */
  display: block;
  /* Make the pseudo-elements block-level elements */
  border-top: 1px solid #E0E1DF;
  /* Style and color of the horizontal line */
  margin: 10px 0;
  /* Adjust the margin to control spacing */
}

/* Adjust the width of the lines as needed */
.content-holder span::before {
  width: 80%;
  /* Width of the line before the text */
}

.content-holder .email::after {
  content: "";
  /* Add empty content to the ::after pseudo-element */
  display: block;
  /* Make it a block-level element */
  border-top: 1px solid #E0E1DF;
  /* Style and color of the horizontal line */
  margin: 10px 0;
  /* Adjust the margin to control spacing */
  width: 80%;
}

.content-holder a:hover {
  color: #333;

}

.form-group input {
  margin-top: 30px;
  color: #1a1b1a;
  width: 80%;
  border: 1px solid #E0E1DF;
}

.form-group textarea {
  margin-top: 30px;
  width: 80%;
  background-color: #ffff;
  border: 1px solid #E0E1DF;
}

.contact-submit {
  /* height: 8%; */
  padding: 10px;
  margin-bottom: inherit;
}

/*  */
/* Styles for the container */
.route {
  position: relative;
  width: 90%;
  margin-left: 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.location-text {
  font-size: 18px;
  margin-left: 5px;
}

.dot i {
  font-size: 16px;
  color: #caa169;
}

/* Styles for the lines */
.line {
  flex: 1;
  height: 2px;
  background-color: transparent;
  z-index: 0;
  border-bottom: 2px dotted #caa169;
  margin-top: 5px;
  margin-right: 5px;
}

/* Styles for the arrows */
.arrow {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid #caa169;
  z-index: 0;
  margin-top: 5px;
  margin-right: 5px;
}

/* Styles for the labels */
.label {
  position: absolute;
  top: calc(100% + 5px);
  font-size: 12px;
  text-align: center;
  width: 130px;
}

/* Adjust the dot positions */
.start+.line,
.middle+.line {
  margin-left: 5px;
}

/* Adjust positions for each middle dot and line */
.middle {
  position: relative;
}

.middle+.arrow {
  margin-left: 5px;
}

/* Contactus Section CSS end */

/*       */
.popup {
  width: 90%;
  margin-left: 5%;
}

.confirmation-button {
  display: flex;
}


.footer-design-by>p {
    color: #caa169 !important;
}
