.banner {
  height: 300px;
  background-size: cover;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-image: url(../img/images/banner.webp);
  position: relative;
  display: flex;
  align-items: flex-end;
  background-position: center;
}

.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 60%);
}

.banner .line-head {
  width: 100px;
}
.banner .mainhead {
  color: white;
}

.banner nav {
  display: flex;
  position: relative;
  z-index: 1;
  flex-flow: column;
  padding-bottom: 30px;
}
.banner nav h3 {
  color: white;
  font-size: 30px;
  margin-bottom: 3px;
  font-weight: 700;
  position: relative;
  padding-bottom: 25px;
  text-align: center;
}

.banner nav h3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fcbc56;
  left: 0;
  max-width: 50px;
  /* top: auto; */
  bottom: 10px;
  margin: auto;
  right: 0;
  border-radius: 3px;
}

.breadcrumb {
  font-size: 0.85rem;
  display: flex;
  list-style-type: none;
  flex-flow: wrap;
  margin-bottom: 0;
  padding-left: 0;
  justify-content: center;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 0.7rem;
  color: #ffffffd1;
  margin: 0 10px;
}
.breadcrumb a {
  color: rgba(255, 255, 255, 0.952);
}

.breadcrumb a:hover {
  color: #fff;
}

.breadcrumb-item.active {
  color: white;
}

.text-justify {
  text-align: justify;
}

.inpage {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
.inpage .mainhead {
  font-size: 2rem;
}
.inpage .line-head {
  width: 120px;
  margin-top: 10px;
}

.inimg {
  width: 350px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.imgbox {
  text-align: center;
  /* background-color: #ffffff; */
  padding: 10px;
  border-radius: 10px;
  /* box-shadow: 0px 0px 20px #00000012; */
  border: 4px double #edbe7e;
  position: relative;
}
.imgbox::before {
  content: "";
  position: absolute;
  background-image: url(../img/images/frame.webp);
  width: 75px;
  height: 20px;
  top: -9px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  margin: auto;
}
.imgbox img {
  border-radius: 5px;
  margin-bottom: 10px;
}
.imgbox h5 {
  font-size: 1rem;
  margin-bottom: 3px;
}
.imgbox p {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #666;
}
.imgbox.route {
  padding: 30px;
  text-align: left;
  min-height: 330px;
}
.imgbox.route h3 {
  font-size: 1.3rem;
  color: #333;
  font-weight: 500;
  font-family: "Roboto Slab", serif;
}

.route-list li {
  position: relative;
  padding-left: 23px;
  color: #666;
}
.route-list li:not(:last-child) {
  padding-bottom: 10px;
}
.route-list li::before {
  content: "";
  position: absolute;
  background-image: url(../img/icons/list.svg);
  height: 17px;
  width: 18px;
  background-size: contain;
  left: 0;
  top: 3px;
}
.off {
  min-height: auto !important;
}
.myform input,
.myform select,
.myform textarea {
  padding: 8px 10px;
  width: 100%;
  border: 1px solid #edbe7e;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 0.9rem;
  background-color: #ffffff99;
  transition: 0.3s;
  color: #333;
}
.myform input:focus,
.myform select:focus,
.myform textarea:focus {
  outline: none;
  border: 1px solid #e00000;
}
.myform input::placeholder {
  font-size: 0.8rem;
  color: #666;
}
.myform label {
  font-size: 0.8rem;
  font-weight: 500;
  color: #666;
}

.book {
  padding: 20px;
  background-color: white;
  border-radius: 5px;
  position: sticky;
  top: 5rem;
}
.book a {
  border-radius: 5px;
  justify-content: center;
  font-size: 1rem;
}
.book h5 {
  font-family: "Roboto Slab", serif;
  margin-bottom: 20px;
}

.inimg.event-img {
  position: sticky;
  width: 100%;
  top: 5rem;
}

.add-sec.contact p {
  text-align: left;
}

.add-sec.contact {
  display: flex;
  gap: 10px;
  flex-flow: column;
}

.con-cen {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
/* .about-img.con img{
  width: 380px;
} */

.insubhead {
  font-weight: 500;
  line-height: 50px;
  color: #f05522;
  font-family: "Berkshire Swash", serif;
  margin-bottom: 0;
  font-size: 1.5rem;
}

@media (max-width: 575px) {
  .inimg {
    width: 100%;
  }
  .inpage {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .banner {
    height: 250px;
  }
  .inpage .line-head {
    margin-top: 15px;
  }
}



.bookline{
    padding: 20px;
    background-color: transparent;
    position: sticky;
    top: 5rem;
   margin-left: 80px;
    border-left: 3px solid #fcbc56;
}
.booklinefrm{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.booklinebtn{
    position: relative;
}
.booklinefrm a{
    width: 192px;
}
.booklinebtn span{
     position: absolute;
    left: -34px;
    top: 20%;
    width: 25px;
    height: 25px;
    animation: animName 22s linear infinite;
}


.quntybx{
    background-color: #ffffff99;
    padding: 8px 10px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    height: 40px;
    border: 1px solid #edbe7e;
}
.quantity-selector {
      display: flex
;
    align-items: center;
    gap: 10px;
    
    justify-content: center;
    }

    .quantity-selector button {
     width: 30px;
    height: 25px;
    font-size: 20px;
    border: none;
    background-color: #fcbc56;
    color: #000;
    cursor: pointer;
    border-radius: 5px;
    display: flex
;
    align-items: center;
    justify-content: center;
    }

    .quantity-selector input {
         width: 50px;
    text-align: center;
    /* font-size: 16px; */
    padding: 5px;
    border: none !important;
    border-radius: 5px;
    background: #fff1d4;
    height: 25px;
    margin-bottom: 0;
    }

.totalbx{
    padding: 30px;
    text-align: center;
}
.totalbx h3 {
    margin-bottom: 0;
    font-size: 1.3rem;
    color: #333;
    font-weight: 500;
    font-family: "Roboto Slab", serif;
}
.taboffering{
    display: flex;
    justify-content: center;
}


.qr-img{
   border-radius: 0;
   width: 100%;
}

.prarthna-bx{
    padding: 15px 10px;
    background: #fffaf3;
    border-radius: 8px;
}
.ttl-pr{
    background-color: #fcbc56!important;
}
.myform .ttl-pr:focus, .myform .ttl-pr:focus {
    outline: none!important;
    border: 1px solid #fcbc56!important;
}

.renovationimg{
    height: auto!important;
}

@media (max-width: 991px){
    .bookline{
        margin-left: 15px;
    }
}

@media (max-width: 575px){
    .ttl-pr{
        margin-top: 5px;
    }
    .totalbx {
    flex-direction: column;
}
}



.sucees-head {
  background-color: #fcbc5678;
   
    margin-bottom: 20px;
    position: relative;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    display: flex;
    margin:auto;
}
.sucees-head img {
 width: 45px;
    margin: auto;

}
.suc-cont{
        margin-top: 15px;
    border-top: 1px solid #edbe7e;
    padding-top: 20px;
}
.suc-cont .suc-desc{
    display: flex;
}
.suc-cont .suc-desc p{
    color: #000;
}
.suc-cont .suc-desc .suc-ttl{
    width: 68px;
}
.table-responsive {
  overflow-x: auto;
}
table {
  color: #666;
  width: 100%;
  margin-bottom: 1rem;
  border-spacing: 0;
  border-collapse: collapse;
  border-radius: 0.3rem;
  overflow: hidden;
  font-size: 0.875rem;
}
table thead th {
  font-weight: 600;
    color: #3c3c3c;
    background-color: #fcbc56;
    overflow: hidden;
}
table td,
table th {
  border: 1px solid rgb(11 77 161 / 10%);
  padding: 10px;
  overflow: hidden;
  transition: 0.3s;
}
table tr {
  transition: 0.3s;
}

.prnt{
    display: flex
;
    flex-direction: column;
    width: 34px;
    margin-left: auto;
    align-items: center;
}
