@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@500;900&display=swap');
/*  */
p{
  font-family: 'Nunito', sans-serif !important;
}
.bookingcollection-field{
  margin:3% 2% 0 0;
}

#cart {
    border: 1px solid #006136;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

#items {
    display: flex;
    flex-wrap: wrap;
}
.form-control{
  border: #006136 1px solid;
}
.item p{
margin:5% 0 0 5%;
font-weight: bold;
color: #006136;
}


.activitybox{
  margin:5% 0 2% 0;
  border-radius: 2px;
}
.activitybox .sec-heading h2{
color:#F58C02 !important;
}

.activitybox img{
  border-radius: 2px;
}

.price{
  margin:3% 0 0 5%;
  font-size: 1.2rem;
  color: #F58C02 !important;

  }
  .to-note{
  padding:4%;
  font-family: 'Nunito', sans-serif !important;
  }
  .to-note h6{
      color: #F58C02 !important;
      font-weight: bold;
      margin-top: 4%;
      font-size: 1.2rem !important;
      font-weight: 700 !important;
      font-family: 'Nunito', sans-serif !important;
  }
  .to-note ul li{
    list-style: none;
    font-size:1.2rem;
  }
  


.price-box{
background-color:#006136;
padding:4%;
font-family: 'Nunito', sans-serif !important;
border-radius: 2px;
}
.price-box h6{
font-size:1.2rem;
padding:2%;
font-family: 'Nunito', sans-serif !important;
font-weight: bold;
text-transform: uppercase;
}
.price{
margin:3% 0 0 5%;
color:#F8741B !important;
text-shadow: 1px 1px 2px rgb(7, 0, 1);
font-weight: bold;
}
.price span{
margin:3% 0 0 5%;
color:#F8741B !important;
}
.price span strong{
margin:3% 0 0 5%;
color:#F8741B !important;
font-size: 1.2rem;
}

.item .master-btn{
  margin:5%;
  padding:.5rem 2rem;
  }
.accordion-body p{
  color: black !important;
  font-size: 1.2rem !important;
  font-weight: normal !important;
  margin:0px !important;
  border:0px !important;
  }

 .accordion-button{
  border-radius: 2px !important;
  color:white !important;
  background-color:#006136 !important;
  height: 3.5rem;
 } 
.accordion-button.collapsed{
 color:white !important; 
}
.accordion-button:focus, 
.accordion-button:active, 
.accordion-button:hover {
  border: none !important;
  box-shadow: none !important;
}

button {
    cursor: pointer;
}








.text p a{
  color: white !important;
  text-decoration: none;
}
.text p{
  color: white !important;
  text-decoration: none;
}
.text p a:hover{
  color:#006136 !important;
}

/* ================================================== */


.fa-arrow-right{
  color: #006136;
}

ul li{
  list-style: none;
  line-height: 180%;
}



.hero-banner {
  position: relative;
  width: 100%;
  height: 400px; /* Set your desired height */
  background-image: url('/images/The\ Shrub\ Lodge_-85.jpg'); /* Replace with your image URL */
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  overflow: hidden; /* Ensure the overlay doesn't overflow */
  position: relative;
}
.hero-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.heading-1 {
  font-size: 2.5em;
  margin: 0;
  padding: 20px;
  color: white !important;
  text-shadow: 3px 3px 2px rgba(7, 99, 57, 1);

}

@media (max-width: 768px) {
  .hero-banner {
      height: 80vh;
  }

  .heading-1 {
      font-size: 1.8em;
  }
}


.logo{
  position: absolute;
  top: 10px; 
  right: 10px;
  z-index: 12;
  background-color: rgba(255, 255, 255, 0.205);
}
.logo img{
  width: 100px;
  height: auto;
 
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Adjust the last value (0.5) for the desired overlay opacity */
  z-index: 1; /* Ensure the overlay is above the image */
}




#cart {
    border: 1px solid #006136;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

#items {
    display: flex;
    flex-wrap: wrap;
}
.form-control{
  border: #006136 1px solid;
}
.item p{
margin:5% 0 0 5%;
font-weight: bold;
color: #006136;
}

button {
    cursor: pointer;
}
#popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  border:#F58C02 1px solid;
  max-width:45rem !important;
  color: #006136;
  border-radius: 2px;
}
#popup label{
font-size: 1.2rem;
font-weight: bold;
}



.popup h2 {
  text-align: center;
}

.popup input {
  width: calc(100% - 16px);
  margin-bottom: 10px;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 2px !important;
}



.popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.book-btn button{
  background-color:#F58C02;
  color: white;
  border-radius: 2px;
  padding:5px .6rem;
  border: #006136 1px solid !important;
  display: block !important;
  width: 100% !important;
  margin:4% 0 0 0 !important;
}
.book-btn button:hover{
  background-color:#006136;
  color:white;
  border: #006136 1px solid !important;
}

.pop-input{
  border: #F58C02 1px solid;
  border-radius: 2px;
  padding:.3rem;
  width: 100%;
}









.cart-head{
    color: #006136;
    font-weight: bold;
    margin-top: 2rem;
}

#cart h2{
  color:#F58C02
}
#cart p{
  color: #F58C02;
  font-size: 1.2rem;
  font-weight:bold;
}
#total{
  color:#F58C02;
}

.menu-box-2 .master-btn{
  max-width: 100%;
  
}


.delete-button {
    background-color:#006136;
    color: #ffffff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    margin:2px 2%;
}



.text p a{
  color: white !important;
  text-decoration: none;
}
.text p{
  color: white !important;
  text-decoration: none;
}
.text p a:hover{
  color:#006136 !important;
}

/* ================================================== */



.menuu {
  border: #fff solid 4px !important
}

.section-title h2 {
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  position: relative;
  color: #ca3900 !important
}


.fa-arrow-right{
  color: #006136;
}

ul li{
  list-style: none;
  line-height: 180%;
}




ul {
  list-style: none;
}

img {
  width: 100%;
  z-index: 9999;
}


.p {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  color: #f1f1f1;
}

.activitybox .item button.main-element-button {
  max-width: 210px;
  margin-left:.9rem !important;
  font-size: 1.2rem;
}
.accordion-header h4{
  font-weight:bold;
  font-family: 'Nunito', sans-serif !important;
  font-size:1.8rem;
  text-shadow: 1px 2px 4px #006136 !important;

}
.activitybox .sec-heading h2 span{
  text-shadow: 1px 2px 4px #006136 !important;
}
.activitybox .sec-heading h2{
  text-shadow: 1px 2px 4px #F58C02 !important;

}


.t-contents h4{
  font-size:2rem;
  color:#006236;
  font-family: 'Nunito', sans-serif !important;
  text-shadow: 1px 1px 1px black;
  font-weight:bold;
 }
.t-contents h4 span{
  font-size:2rem;
  font-weight:bold;
  color: #F58C02;
  text-align: start !important;
 }
.t-contents ol {
  list-style: none; 
  counter-reset: list-counter; 
}


.t-contents ol li {
  counter-increment: list-counter; 
  position: relative;
  padding-left: 2em; 
}

.t-contents ol li::before {
  content: counter(list-counter) "\00BB"; 
  color: black !important;
  font-size: 1.2rem;
  padding-right: 0.5em; 
}
 
.t-contents ol li a {
  color: black !important;
  font-size: 1.2rem;
  text-decoration: none;
}
.t-contents ol li a:hover {
  color:#F58C02 !important;

}
.body-container .sec-heading h2{
  color: #006236 !important;
  font-size: 4rem;
  text-shadow: 1px 1px 1px black;
  font-family: "Beau Rivage", cursive !important;
}
.body-container .sec-heading h2 span{
  color: #F58C02 !important;
  font-size: 4rem;
  text-shadow: 1px 1px 1px black;
  font-family: "Beau Rivage", cursive !important;
}

#scrollDownButton{
  position: fixed;
  bottom: 80px;
  right: 20px;
  background-color:green;
  color: #fff;
  padding: 10px 15px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 1.2rem !important;
  border:0px !important;
  z-index: 999 !important;
}
#scrollUpButton{
  position: fixed;
  right:20px !important;
  bottom:1rem;
  background-color: #F58C02;
  color: #fff;
  padding: 10px 15px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 1.2rem !important;
  border:0px !important;
  z-index: 999;

}
 
hr{
  color:#006136 !important;
  font-weight:bold !important;
}
