*{
	margin: 0;
	padding: 0;
}

body {
	font-family: "Montserrat", sans-serif;
}
h1,
h2,
h3,
h4,
button {
	font-family: "Jost", serif;
}
p,
h5,
h6 {
	font-family: "DM Sans", sans-serif;
	text-align: center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/*p.condition {
	font-size: 20px !important;
	margin-bottom: 0 !important;
}*/

.w-100{
	width: 100%;
/*	height: 100vh !important;*/
}
.wildernest .main_banner .banner_video img {
	height: 100vh;
	object-fit: cover;
	object-position: bottom;
}

.wildernest .main_banner .header {
	position: absolute;
	width: 100%;
	z-index: 1;
	padding: 0px 0 0 20px;
}

.wildernest .main_banner .header button {
	color: #fff;
	font-size: 12px;
	width: 140px;
	height: 40px;
	font-weight: 700;
	float: right;
	position: fixed;
	right: 30px;
	border-radius: none !important;
	border:2px solid #fff;
	margin-top: -20px;
}
/* Slider */
.slider {
	width: 100%;
	float: left;
	padding: 0px 0px 85px;
	background-color: #ffffff;
}
.slider h2 {
	color: #876b33;
	line-height: 49px;
}
.slider .gallery {
	width: 100%;
	margin-top: 50px;
	position: relative;
}
.slider .gallery-container {
	align-items: center;
	display: flex;
	height: 400px;
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
}
.slider .gallery-item {
	height: 250px;
	opacity: 0;
	position: absolute;
	transition: all 0.3s ease-in-out;
	width: 365px;
	z-index: 0;
}
.slider .gallery-item img {
	width: inherit;
	height: inherit;
	object-fit: cover;
	border: 1px solid #707070;
	border-bottom: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	box-shadow: 0px -5px 10px -5px rgba(0, 0, 0, 0.5);
}
.slider .gallery-item p {
	background-color: #876b33;
	color: #ffffff;
	font-size: 25px;
	line-height: 38px;
	padding: 10px 0px;
	border: 1px solid #707070;
	border-top: 0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
	transition: 0.5s all ease-in-out;
}
.slider .gallery-item-1 {
	left: 15%;
	opacity: 1;
	transform: translateX(-50%);
}
.slider .gallery-item-1 p,
.slider .gallery-item-5 p {
	font-size: 15px;
}
.slider .gallery-item-2,
.slider .gallery-item-4 {
	height: 313px;
	opacity: 1;
	width: 455px;
	z-index: 1;
}
.slider .gallery-item-2 p,
.slider .gallery-item-4 p {
	font-size: 20px;
}
.slider .gallery-item-2 {
	left: 30%;
	transform: translateX(-50%);
}
.slider .gallery-item-3 {
	height: 397px;
	opacity: 1;
	left: 50%;
	transform: translateX(-50%);
	width: 577px;
	z-index: 2;
}
.slider .gallery-item-4 {
	left: 70%;
	transform: translateX(-50%);
}
.slider .gallery-item-5 {
	left: 85%;
	opacity: 1;
	transform: translateX(-50%);
}
.slider .gallery-controls {
	position: absolute;
	top: 13em;
	width: inherit;
}
.slider .gallery-controls button {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	position: absolute;
}
.slider .gallery-controls button:focus {
	outline: none;
}
.slider .gallery-controls button span.hide {
	display: none;
}
.slider .gallery-controls-previous {
	left: 4em;
}
.slider .gallery-controls-previous::before {
	content: "←";
	display: inline-block;
	height: 44px;
	width: 44px;
	background-color: #876b33;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	padding: 10px;
}
.slider .gallery-controls-next {
	right: 4em;
}
.slider .gallery-controls-next::before {
	content: "→";
	display: inline-block;
	height: 44px;
	width: 44px;
	background-color: #876b33;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	padding: 10px;
}

/*.contact_enquire {
	background-image: url(../images/footer-bg.png);
	padding: 180px 0 80px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
background-color: #edede6;
}*/

/*.contact_enquire h2 {
	color: #fff;
	font-family: "Playfair Display", serif;
	font-size: 32px;
	font-weight: 600;
}*/

/*.contact_enquire .contact-details h3 {
	color: #fff;
	font-family: "DM Sans", sans-serif;
	font-size: 23px;
	font-weight: 600;
	margin-top: 30px;
}*/

/*.contact_enquire .contact-details p {
	color: #fff;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
	text-align: left;
}*/

/*.contact_enquire .contact-details p a {
	color: #fff;
	text-decoration: none;
	margin-left: 20px;
}

.contact_enquire .contact-details i {
	color: #fff;
	font-size: 23px;
	margin-right: 10px;
}*/

/*.contact_enquire .contact-details a {
	text-decoration: none;
}*/


.contact_enquire .contact-details button {
	background-color: #fff;
	border-radius: 0px;
	font-size: 14px;
	color: #026436;
	font-family: "DM Sans", sans-serif;
	border: none;
	font-weight: 600;
	width: 180px;
	height: 50px;
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact_enquire .contact-details button i {
	color: #026436;
	margin-top: -5px;
}

/*.contact_enquire .contact input {
	border-radius: 20px;
	margin-bottom: 20px;
	height: 40px;
	background-color: #fff;
}
.contact_enquire .contact input::placeholder {
	color: #212529;
	font-size: 14px;
}*/

.contact_enquire .contact .resort-prop {
	background-color: #fff;
	margin-bottom: 20px;
	height: 40px;
	border-radius: 0px;
}

.contact_enquire .contact .resort {
	padding: 8px 10px;
	font-size: 14px;
}

.contact_enquire .contact #property {
	background-color: #e2e2e2;
	border: none;
	margin-bottom: 20px;
	height: 40px;
	border-radius: 0px;
	width: 100%;
	margin-left: 40px;
	padding-left: 10px;
	font-size: 13px;
}

/*.contact_enquire .contact textarea {
	border-radius: 20px;
	padding: 10px;
	margin-bottom: 20px;
}
.contact_enquire .contact textarea::placeholder {
	color: #212529;
	font-size: 14px;
}

.contact_enquire .contact .about-select {
	background-color: #fff;
	margin-bottom: 20px;
	height: 40px;
	border-radius: 20px;
}

.contact_enquire .contact .about-us {
	padding: 9px 12px;
	width: 100%;
	font-size: 14px;
}

.contact_enquire .contact #aboutUs {
	background-color: #e2e2e2;
	border: none;
	margin-bottom: 20px;
	height: 40px;
	border-radius: 20px;
	width: 100%;
	margin-left: 40px;
	padding-left: 10px;
	font-size: 13px;
}

.contact_enquire .contact .btn {
	background-color: #026436;
	color: #fff;
	font-size: 20px;
	width: 100%;
	border: none;
	height: 50px;
	border-radius: 50px;
}
*/
.hidden_kingdom .banner .thank-you {
	background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hidden_kingdom .banner .thank-you h1 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 30px;
}

.hidden_kingdom .banner .thank-you a {
	font-size: 25px;
	color: #026436;
	text-decoration: none;
	background-color: #fff;
	border-radius: 50px;
	text-align: center;
	padding: 10px 30px;
}

.summer-discovery h2 {
	font-size: 42px;
	font-weight: 600;
	color: #13250f;
}

.summer-discovery h5 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background-color: #026436;
	border-radius: 0px;
	height: 60px;
	width: 200px;
	align-items: center;
	display: flex;
	justify-content: center;
	margin-left: auto;
}

.summer-discovery h6 {
	background-color: #026436;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 0px;
	height: 60px;
	width: 200px;
	align-items: center;
	display: flex;
	justify-content: center;
	margin-left: 20px;
	margin-right: auto;
}
.line {
		background-color: #00663a;
		height: 50px;
		width: 3px;
		margin-left: 20px;
		margin-top: 5px;
}
.summer-discovery p {
	font-size: 18px;
	line-height: 30px;
	color: #000;
	padding: 0 100px;
}

.camp-highlights {
	background-color: #026436;
}

.camp-highlights h2 {
	font-size: 42px;
	font-weight: 600;
	color: #fff;
}

.camp-highlights .card {
	margin-bottom: 20px;
	border: none;
	border-radius: 0px;
	background-color: transparent;
}

.camp-highlights .card img {
	height: 300px;
	object-fit: cover;
}

.camp-highlights .card h5 {
	font-size:22px;
	background-color: #75c064;
	padding: 10px;
	text-align: center;
	color: #fff;
}

.gallery img {
	height: 100vh;
	object-fit: cover;
}


.book-stay h2 {
	font-size: 42px;
	font-weight: 600;
	color: #13250f;
	line-height: 60px;
}

.book-stay p {
	font-size: 18px;
	color: #000;
	line-height: 30px;
}


.book-stay .card {
	height: 440px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f2f2f2;
	border: none;
	border-radius: 25px;
	margin: 0 auto 100px;
	width:1000px;
}

.book-stay .card h5 {
	font-size: 31px;
	font-weight: 600;
	color: #252525;
	text-transform: uppercase;
}

.book-stay .card h5 span {
	font-size: 22px;
}

.book-stay .card h6 {
	font-size: 40px;
	color: #252525;
	margin: 20px 0;
}
.book-stay .card h6 span {
	font-weight: 600;
}

.book-stay .card p {
	font-size: 20px;
	color: #252525;
	margin-top: 20px;
}

.book-stay .card label {
	font-size: 32px;
	color: #252525;
	margin-bottom: 50px;
}

.book-stay .card label span {
	font-weight: 600;
}

.book-stay .card small {
	font-size: 14px;
}

.book-stay .card button {
	font-size: 32px;
	height: 75px;
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #026436;
	color: #fff;
	border-radius: 60px;
	position: relative;
	top: 55px;
	margin: 0 auto;
}
.book-stay .card a {
	text-decoration: none;
}
/*.contact_enquire .form-select {
		border-radius: 40px;
		margin-bottom: 20px;
}
.contact_enquire .contact .aboutUs {
		background-color: #e2e2e2;
		border: none;
		margin-bottom: 20px;
		height: 40px;
		border-radius: 20px;
		width: 100%;
		margin-left: 40px;
		padding-left: 10px;
		font-size: 13px;
}*/
.contact_enquire label {
		color: #fff;
		margin-bottom: 10px;
}
.slider .owl-carousel .owl-stage-outer {
	border-radius: 10px;
}
.owl-next:focus, .owl-prev:focus {
	outline: none;
}
.slider img {
	height: 400px;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}

.slider .owl-carousel .owl-nav button {
	background-color: #026436;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 40%;
}
.slider .owl-carousel .owl-nav .owl-prev {
	left: -70px;
}
.slider .owl-carousel .owl-nav .owl-next {
	right: -70px;
}
.slider .owl-carousel .owl-nav button span {
	font-size: 50px;
	color: #fff;
	position: relative;
	top: -24px;
}
.slider .owl-carousel .owl-nav .owl-prev span {
	left: -1px;
}
.slider .owl-carousel .owl-nav .owl-next span {
	right: -1px;
}
.slider .owl-carousel .item p {
	background-color: #026436;
	padding: 0px 20px;
	color: #fff;
	border-radius: 0 0 10px 10px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}
p.condition {
	color: #000;
		float: left;
		width: 100%;
		position: relative;
		top: 1.5em;
		font-size: 20px;
}
@media (max-width: 480px) {
	
	.slider img {
		height: 200px !important;
	}
	.slider .owl-carousel .owl-nav .owl-next {
		right: -15px !important;
	}
	.slider .owl-carousel .owl-nav .owl-prev {
		left: -45px !important;
	}
	
	.slider {
		padding: 20px 0px 30px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.slider {
		padding: 10px 0px 0px;
	}
	.slider .gallery {
		width: 90%;
		margin: auto;
	}
	.slider .gallery-container {
		height: 320px;
		top: -40px;
	}
	.slider .gallery-item p {
		font-size: 14px;
	}
	.slider .gallery-item-3 {
		height: 200px;
		width: 320px;
	}
	.slider .gallery-controls {
		position: absolute;
		top: auto;
		bottom: 20px;
		width: 100%;
	}
	.slider .gallery-item-2 p,
	.slider .gallery-item-4 p {
		font-size: 0px !important;
	}
	.slider .gallery-item-1 p,
	.slider .gallery-item-5 p {
		font-size: 0 !important;
	}
	.slider .gallery-item-1,
	.slider .gallery-item-5 {
		opacity: 0;
	}
	.slider .gallery-controls-previous {
		left: 7em;
	}
	.slider .gallery-controls-next {
		right: 7em;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.slider .gallery-item {
		width: 195px;
		height: 140px;
	}
	.slider .gallery-item-2,
	.slider .gallery-item-4 {
		height: 193px;
		width: 345px;
	}
	.slider .gallery-item-3 {
		height: 244px;
		width: 467px;
	}
	.slider .gallery-controls {
		position: absolute;
		top: auto;
		bottom: -40px;
		width: inherit;
	}
	.slider .gallery-item-1 p,
	.slider .gallery-item-5 p {
		font-size: 0;
	}
	.slider .gallery-item-2 p,
	.slider .gallery-item-4 p {
		font-size: 17px;
	}
	.slider .gallery-item-3 p {
		font-size: 23px;
	}
	
}
@media (max-width: 767px) {
	.slider {
		padding: 30px 0px 30px;
	}
	.slider h2 {
		line-height: 36px;
	}
	.slider h2 br {
		display: none;
	}
	.slider .gallery {
		margin-top: 20px;
	}
	.slider .gallery-container {
		height: 190px;
		max-width: 100%;
	}
	.slider .gallery-item {
		width: 125px;
		height: 60px;
	}
	.slider .gallery-item p {
		font-size: 18px;
	}
	.slider .gallery-item-1 p,
	.slider .gallery-item-5 p {
		font-size: 0;
		padding: 0;
	}
	.slider .gallery-item-2,
	.slider .gallery-item-4 {
		height: 115px;
		width: 240px;
	}
	.slider .gallery-item-2 p,
	.slider .gallery-item-4 p {
		font-size: 12px;
	}
	.slider .gallery-item-3 {
		height: 144px;
		width: 367px;
	}
	.slider .gallery-controls {
		position: absolute;
		top: auto;
		bottom: -60px;
		width: inherit;
	}
	.slider .condition {
		top: -1.5em;
	}
	.slider .owl-carousel .owl-nav .owl-next {
		right: -45px !important ;
	}
}





/*logo margin top CSS*/
.logo-mt{
	margin-top: 0px;
}

.our-story {
	background-color: #f9f9f9; /* Light background */
}

.our-story h2 {
	font-family: 'Jost', serif;
	color:#000000;
	text-align:left;
	font-size:22px;
	text-transform: uppercase;
	letter-spacing: 0.13em;
}

.our-story p {
	font-family: 'Jost', serif;
	font-size: 16px;
	line-height: 1.8;
	/*color: #555;*/
	margin-left: 44px;
	text-align: left;
	color: #747474;
}

.our-story span a {
	font-family: 'Jost', serif;
	font-size: 14px;
	line-height: 1.8;
	margin-left: 44px;
	text-align: left;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: underline;
}

.location-experiences span a{
	font-family: 'Jost', serif;
	font-size: 14px;
	line-height: 1.8;
	margin-left: 35px;
	text-align: left;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: underline;
}

.cuisine-dining span a{
	font-family: 'Jost', serif;
	font-size: 14px;
	line-height: 1.8;
	margin-left: 35px;
	text-align: left;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: underline;
}

.people-services span a{
	font-family: 'Jost', serif;
	font-size: 14px;
	line-height: 1.8;
	margin-left: 35px;
	text-align: left;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: underline;
}

.rooms-living-spaces span a{
	font-family: 'Jost', serif;
	font-size: 14px;
	line-height: 1.8;
	margin-left: 35px;
	text-align: left;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: underline;
}


.left-side, .right-side {
	margin-bottom: 40px;
}

.image-section img {
	border-radius: 0px;
	max-width: 100%;
}

/* Carousel Controls Customization */
.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

/*.carousel-control-prev {
	left: 0px; /8 Moves the arrow outside the carousel 8/
}

.carousel-control-next {
	right: 0px; / Moves the arrow outside the carousel 8/
}*/

/* Styling for Custom Arrow Images */
.custom-arrow img {
	width: 32px;
	height: 32px;
}

.rooms-living-spaces{
	background-image: url(../images/pattern-repeat.png);
	background-repeat: repeat;
	height: auto;
}

.page-torn-top-pattern img{
    background-repeat: repeat;
    background-size: cover;
    margin-top: -136px;
    width: 100%;
 }

 .page-torn-bottom-pattern img{
    background-repeat: repeat;
    background-size: cover;
    margin-bottom: -124px;
    width: 100%;
 }

.rooms-living-spaces h2{
color:#000000;
text-align:left;
font-size:22px;
font-family: 'Jost', serif;
text-transform: uppercase;
letter-spacing: 0.13em;
}

.rooms-living-spaces p{
color: #525252;
font-weight: 400;
text-align:left;
font-size:16px;
font-family: 'Jost', serif;
}
.rooms-living-spaces a{
color:#000000;
text-align:left;
font-size:14px;
font-family: 'Jost', serif;
font-weight: 600;
}

.rooms-living-spaces .nav-tabs {
  border-bottom: none;
}

.rooms-living-spaces .carousel-indicators {
    position: absolute;
    bottom: -60px; /* Adjust as needed to control the vertical position */
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center; /* Ensures the buttons are centered horizontally */
    z-index: 2; /* Keep them above the carousel image */
}

.rooms-living-spaces .carousel-indicators button {
    background-color: rgba(255, 255, 255, 0.8);
}

.rooms-living-spaces .carousel-indicators .active {
    background-color: #000;
}

/*Indicators*/
.cuisine-dining-carousel-icons .carousel-indicators {
    position: absolute;
    bottom: -60px; /* Adjust as needed to control the vertical position */
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center; /* Ensures the buttons are centered horizontally */
    z-index: 2; /* Keep them above the carousel image */

}

.cuisine-dining-carousel-icons .carousel-indicators button {
    background-color: #B5B5A4;
    height: 8px;
}

.cuisine-dining-carousel-icons .carousel-indicators .active {
    background-color: #000;
}

/*Indicators*/
.people-services-carousel-icons .carousel-indicators {
    position: absolute;
    bottom: -60px; /* Adjust as needed to control the vertical position */
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center; /* Ensures the buttons are centered horizontally */
    z-index: 2; /* Keep them above the carousel image */
}

.people-services-carousel-icons .carousel-indicators button {
   background-color: #B5B5A4;
    height: 8px;
}

.people-services-carousel-icons .carousel-indicators .active {
    background-color: #000;
}

/*Indicators*/
.sustainability-responsibility-carousel-icons .carousel-indicators {
    position: absolute;
    bottom: -60px; /* Adjust as needed to control the vertical position */
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center; /* Ensures the buttons are centered horizontally */
    z-index: 2; /* Keep them above the carousel image */
}

.sustainability-responsibility-carousel-icons .carousel-indicators button {
    background-color: #B5B5A4;
    height: 8px;
}

.sustainability-responsibility-carousel-icons .carousel-indicators .active {
    background-color: #000;
}


.gap-1{
	padding-top: 100px !important;
	padding-bottom: 100px !important;

}

.gap-2{
	padding-top: 0px !important;
	padding-bottom: 100px !important;

}

.gap-3{

/*	margin-top: 15%;*/
	padding-right: 50px;
}

.gap-3-1{

/*	margin-top: 8%;*/
	padding-right: 50px;
}

.gap-3-2{

/*	margin-top: 8%;*/
	padding-left: 50px;
}

.gap-4{

	margin-top: 15%;
	padding-left: 50px;
}

.gap-4-1{

/*	margin-top: 2%;*/
	padding-left: 50px;
}

.gap-revese-1{
	margin-top: -20px;
}

.location-bg{
	background-image: url(../images/location-banner.png);
	background-repeat: no-repeat;
	height: auto;
	margin-top: -14px;
  	margin-bottom: -48px;
  	background-size: cover;
  	background-position: bottom;
}

.loc-map img{
	position: relative;
	width: 100%;
	height: 100%;
	margin-left: -14px;
}

.location-experiences h2{
color:#ffffff;
text-align:left;
font-size:22px;
font-family: 'Jost', serif;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 0.13em;
}

.location-experiences p{
color:#ffffff;
text-align:left;
font-size:16px;
font-weight: 400;
margin-top: 20px;
padding-left: 35px;
padding-right: 25px;
}

.loc-pb-40{
	padding-bottom: 40px;

}

/* margin-top CSS */
.mt-20{
	margin-top: 20rem;
}

.mt-15{
	margin-top: 15rem;
}



.btn-outline-light {
	color: #fff;
	font-size: 12px;
	width: 142px;
	height: 40px;
	font-weight: 700;
	border-radius: none !important;
	border:2px solid #fff;
	background-color: none;
	text-transform: uppercase;
	font-family: 'Jost', serif;
	margin-left: 35px;
	margin-top: 10px;
}

.cuisine-dining-bg{
	background-color: #edede6;
}

.cuisine-dining h2{
color:#000;
text-align:left;
font-size:22px;
font-family: 'Jost', serif;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 0.13em;
}

.cuisine-dining p{
color:#747474;
text-align:left;
font-size:16px;
font-weight: 400;
margin-top: 20px;
padding-left: 35px;
padding-right: 25px;
font-family: 'Jost', serif;
}


.people-services-bg{
	background-color: #edede6;
}

.people-services h2{
color:#000;
text-align:left;
font-size:22px;
font-family: 'Jost', serif;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 0.13em;
}

.people-services p{
color:#747474;
text-align:left;
font-size:16px;
font-weight: 400;
font-family: 'Jost', serif;
margin-top: 20px;
padding-left: 35px;
padding-right: 25px;
}

.sustainability-responsibility-bg{
	background-color: #edede6;
}

.sustainability-responsibility h2{
color:#000;
text-align:left;
font-size:22px;
font-family: 'Jost', serif;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 0.13em;
}

.sustainability-responsibility p{
color:#747474;
text-align:left;
font-size:16px;
font-weight: 400;
font-family: 'Jost', serif;
/*margin-top: 20px;*/
padding-left: 35px;
padding-right: 25px;
}

.sustainability-responsibility-1 h2{
color:#000;
text-align:left;
font-size:22px;
font-family: 'Jost', serif;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 0.13em;
}

.sustainability-responsibility-1 p{
color:#747474;
text-align:left;
font-size:16px;
font-weight: 400;
font-family: 'Jost', serif;
margin-top: 20px;
padding-left: 35px;
padding-right: 25px;
}

.getting-here-bg{
	background-color: #edede6;
}

.getting-here-loc{
	background-image: url(../images/location-bg.png);
	background-repeat: norepeat;
}

/*.getting-here-map{
	background-image: url(../images/map-1.png);
	background-repeat: norepeat;
	float: left;

}*/

/*.getting-here img{
	display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  margin-bottom:40px;

}*/

.getting-here h2{
font-family: 'Jost', serif;
font-weight: 500;
font-size: 22px;
letter-spacing: 0.13em;
text-transform: uppercase;
color: #000;
text-align: left;
margin-top: 10%;
margin-bottom: 60px;
padding: 0 15px 0 20px;
}

/*.getting-here p{
color:#000;
text-align:center;
font-size:16px;
font-weight: 600;
margin-top: 20px;
letter-spacing: 0.02em;
}*/

/*.getting-here span p{
color:#000;
text-align:center;
font-size:14px;
font-weight: 400;
margin-top: -20px;
letter-spacing: 0.02em;
margin-bottom: 35%;
}*/

.getting-here p{
font-family: 'Jost', serif;
color: #2d2d2d;
text-align:left;
line-height: 136%;
font-size:14px;
font-weight: 400;
/*margin-top: 20px;*/
margin-bottom: 10%;
letter-spacing: 0.02em;
padding: 0 15px 0 20px;
}

.getting-here span p{
font-family: 'Jost', serif;
color: #2d2d2d;
line-height: 157%;
text-align:left;
font-size:14px;
font-weight: 400;
margin-top: -20px;
letter-spacing: 0.02em;
margin-bottom: 6%;
margin-top: -30px;
padding: 0 15px 0 20px;
}

.getting-here h3{
font-family: 'Jost', serif;
color: #2d2d2d;
text-align:left;
font-size:18px;
font-weight: 500;
margin-top: -20px;
letter-spacing: 0.02em;
/*margin-bottom: ;*/
/*margin-top: -30px;*/
padding: 0 15px 0 20px;
}

.getting-here span h3{
font-family: 'Jost', serif;
color: #2d2d2d;
text-align:left;
font-size:18px;
font-weight: 500;
margin-top: -20px;
letter-spacing: 0.02em;
/*margin-bottom: ;*/
/*margin-top: -30px;*/
padding: 0 15px 0 20px;
}



.footer-bg{
	background-color: #000;
}

.footer-bg p{
font-weight: 500;
font-size: 12px;
color: #8f8d8d;
text-align: left;
margin-left: 60px;
margin-top: 10px;
}

.contact_enquire {
	background-image: url(../images/footer-bg.png);
	padding: 180px 0 80px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: #edede6;
	margin-bottom: -1px;
}

.contact_enquire .contact-details h3 {
font-weight: 500;
font-size: 18px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #fff;
font-family: 'Jost', serif;
text-align: left;
margin-bottom: 30px;
}

.contact_enquire .contact-details p{
    font-family: 'Jost', serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-bottom: 0px;
}

.contact-details .contact-address p{
    font-family: 'Jost', serif;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

.contact-info p{
	margin-bottom: 20px !important;
}
.contact-info img{
	margin-right: -10px;
}
.contact-social{
	margin-top: 50px !important;

}

.contact_enquire .contact-details p a {
	font-family: 'Jost', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 23.12px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	text-decoration: none;
	margin-left: 20px;
}

.contact_enquire .contact-details i {
	color: #fff;
	font-size: 23px;
	margin-right: 10px;
}

.contact-view-rules{
	margin-top: 50px !important;

}
.contact-view-rules a{
font-weight: 500;
font-size: 14px;
letter-spacing: 0.1em;
text-transform: uppercase;
text-decoration: underline !important;
color: #fff;
font-family: 'Jost', serif;
}

.contact_enquire h2 {
font-weight: 500;
font-size: 18px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #fff;
font-family: 'Jost', serif;
}

/*padding top contact whole section*/
.contact_enquire-pt{
	padding-top: 20%;
}

.contact_enquire .contact input {
	border-radius: 0px;
	margin-bottom: 20px;
	height: 40px;
	background-color: #fff;
}
.contact_enquire .contact input::placeholder {
	color: #212529;
	font-size: 14px;
}

.contact_enquire .contact textarea {
	border-radius: 0px;
	padding: 10px;
	margin-bottom: 20px;
}
.contact_enquire .contact textarea::placeholder {
	color: #212529;
	font-size: 14px;
}

.contact_enquire .contact .about-select {
	background-color: #fff;
	margin-bottom: 20px;
	height: 40px;
/*	border-radius: 4px;*/
}

.contact_enquire .contact .about-us {
	padding: 9px 12px;
	width: 50%;
	font-size: 14px;
}

.contact_enquire .contact #aboutUs {
	background-color: #e2e2e2;
	border: none;
	margin-bottom: 20px;
	height: 40px;
/*	border-radius: 20px;*/
	width: 100%;
	margin-left: 40px;
	padding-left: 10px;
	font-size: 13px;
}

.contact_enquire .contact .btn {
	background-color: #026436;
	color: #fff;
	font-size: 20px;
	width: 100%;
	border: none;
	height: 50px;
/*	border-radius: 50px;*/
}

/*.contact_enquire .form-select {
		border-radius: 40px;
		margin-bottom: 20px;
}*/
.contact_enquire .contact .aboutUs {
		background-color: #e2e2e2;
		border: none;
		margin-bottom: 20px;
		height: 40px;
/*		border-radius: 20px;*/
		width: 100%;
		margin-left: 40px;
		padding-left: 10px;
		font-size: 13px;
}

.contact_enquire .contact .room select {
    background-color: #fff;
    border: none;
    margin-bottom: 20px;
    height: 40px;
/*    border-radius: 4px;*/
    width: 100%;
/*    margin-left: 40px;*/
    padding-left: 10px;
    font-size: 13px;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
/*    background: #000 ;*/
	background: rgba(252, 252, 250, 0.3);
	border-radius: 0px !important;
    /*border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;*/
}

.rooms-living-spaces a:hover {
    color: #000000;
    text-align: left;
    font-size: 14px;
    font-family: 'Jost', serif;
    font-weight: 600;
}

.nav-item a{
	font-weight: 500;
font-size: 18px;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #000;
font-family: 'Jost', serif;
}

.nav-item a:hover{
	font-weight: 500;
font-size: 18px;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #000;
font-family: 'Jost', serif;
}

.nav-link .room-count {
	margin-left: 30vh; /* Add 10px of space between the text and span */
	float: inline-end;
	font-family: Inter;
	font-size: 16px;
	font-weight: 300;
	line-height: 19.36px;
	text-align: right;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}

/*#roomTabs li{
	margin-right: 10px;
}*/

.nav .nav-left {
    /*margin-left: -30px;
    margin-right: 8px;*/
    width: 50%;
    padding-right: 4px;
}

.nav .nav-right {
    /*margin-right: -30px;
    margin-left: 39px;*/
    width: 50%;
    padding-left: 4px;
}


/* Second-section Carousel Controls Customization */
.second-section-carousel .carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

/*.second-section-carousel .carousel-control-prev-1 img{
	left: -50px; / Moves the arrow outside the carousel /
	margin-left: -65px !important;
	
}

.second-section-carousel .carousel-control-next-1 img{
	right: -50px; / Moves the arrow outside the carousel /
	margin-right: -79px !important;
	
}*/





/*.hide{
	display: none;
}*/

@media screen and (min-width: 1280px) and (max-width: 1920px){
	.hide-md{
		display: none;
	}

	.carousel-caption{
		top: 41% !important;
		bottom: 50% !important;
	}

	.carousel-caption h2{
	font-family: 'Jost', serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 60.69px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	}

	.carousel-caption h4{
	font-family: 'Jost', serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.02em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	}

	.carousel-caption a button{
		display: none;
	}

	.second-section-carousel .carousel-inner img{
		padding-left: 60px;
		padding-right: 60px;
	}

	.second-section-carousel .carousel-control-prev {
      left: 26; /* Align to the left */
    }

    .second-section-carousel .carousel-control-next {
      right: 26; /* Align to the right */
    }
}


@media screen and (min-width: 1024px) and (max-width: 1279px){
	.hide-md{
		display: none;
	}

	.carousel-caption{
		top: 40% !important;
		bottom: 50% !important;
	}

	.carousel-caption h2{
	font-family: 'Jost', serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 55.69px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	}

	.carousel-caption h4{
	font-family: 'Jost', serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.02em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	}

	.second-section-carousel .carousel-caption a button{
		display: none;
	}

	.second-section-carousel .carousel-inner img{
		padding-left: 50px;
		padding-right: 50px;
	}

	.second-section-carousel .carousel-control-prev {
      left: 30; /* Align to the left */
    }

    .carousel-control-next {
      right: 30; /* Align to the right */
    }

    .nav-link .room-count {
   	margin-left: 0vh;
   	float: inline-end;
   }

}


@media screen and (min-width: 768px) and (max-width: 1023px){
	.hide-md{
		display: none;
	}

	.carousel-caption{
		top: 40% !important;
		bottom: 50% !important;
	}

	.carousel-caption h2{
	font-family: 'Jost', serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 53.69px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	}
	
	.carousel-caption h4{
	font-family: 'Jost', serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.02em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	}

	.carousel-caption a button{
		display: none;
	}

	.second-section-carousel .carousel-inner img{
		padding-left: 25px;
		padding-right: 25px;
	}

	.second-section-carousel .carousel-control-prev {
      left: 30; /* Align to the left */
    }

    .second-section-carousel .carousel-control-next {
      right: 30; /* Align to the right */
    }

   .nav-link .room-count {
   	margin-left: 0vh;
   	float: inline-end;
   }


}


@media screen and (min-width: 320px) and (max-width: 767px){
	.first-banner-section .w-100{
		width: 262% !important;
		height: 60vh;

	}

	.second-section-carousel .carousel-control-prev {
		left: 3px; /* Moves the arrow outside the carousel */
	}

	.second-section-carousel .carousel-control-next {
		right: 3px; /* Moves the arrow outside the carousel */
	}

	/*.second-section-carousel .carousel-inner img{
		padding-left: 0px;
		padding-right: 0px;
	}*/

	.second-section-carousel .custom-arrow img {
		width: 32px;
		height: 32px;
		color: #000;
	}

	.hide-sm{
		display: none;
	}

	.logo-center-sm .d-flex{
		display: block !important;
	}

	.logo-center-sm .logo-mt{
		text-align: center;
	}

	/*.wildernest .main_banner .header button {
		display: none !important;
	}*/

	.carousel-caption h2{
	font-family: 'Jost', serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 35.69px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	}

	.carousel-caption h4{
	font-family: 'Jost', serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.02em;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #fff;
	}

	.carousel-caption{
		top: 40% !important;
		bottom: 40% !important;
	}

	.carousel-caption span{
		font-weight: 400;
		font-size: 16px;
		line-height: 187%;
		letter-spacing: 0.02em;
		text-align: center;
		color: #fff;
		font-family: 'Jost', serif;
	}

	.carousel-caption a button{
		color: #fff;
		font-size: 12px;
		width: 140px;
	    height: 40px;
	    font-weight: 700;
	    /*float: right;
	    position: fixed;
	    right: 20px;*/
	    border-radius: none !important;
	    border: 2px solid #fff;
	    margin-top: 40px;
	}

	.carousel-caption a button:hover{
		color: #fff;
	}


	.gap-1{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

	.gap-2{
		padding-top: 0px !important;
		padding-bottom: 50px !important;
	}

	.gap-3{
		margin-top: 18%;
		padding-left: 12px;
        padding-right: 12px;
	}

	.gap-3-1{
		margin-top: 18%;
		padding-left: 12px;
        padding-right: 12px;
	}

	.gap-3-2{

	/*	margin-top: 8%;*/
		padding-left: 12px;
        padding-right: 12px;
	}

	.gap-4-1 {
		margin-top: 18%;
		padding-left: 12px;
        padding-right: 12px;
	}

	.our-story p{
		font-weight: 400;
		font-size: 14px;
		line-height: 164%;
		letter-spacing: 0.02em;
		color: #747474;
		font-family: 'Jost', serif;
		margin-left: 0px;
	}

	.our-story span a {
		margin-left: 0px;
	}

	.location-experiences span a{
		margin-left: 0px;
	}

	.cuisine-dining span a{
		margin-left: 0px;
	}

	.people-services span a{
		margin-left: 0px;
	}

	.rooms-living-spaces span a{
		margin-left: 0px;
	}


	.page-torn-top-pattern img{
		background-repeat: repeat;
		background-size: cover;
		margin-top: -133px;
		width: 100%;
	}

	.page-torn-bottom-pattern img{
		background-repeat: repeat;
		background-size: cover;
		margin-bottom: -100px;
		width: 100%;
	}

	.rooms-living-spaces h2{
		margin-top: -21px;
	}

	.rooms-living-spaces p{
		font-weight: 400;
		font-size: 14px;
		line-height: 164%;
		letter-spacing: 0.02em;
		color: #525252;
		font-family: 'Jost', serif;
		margin-left: 0px !important;
		
	}

	.location-experiences h2{
		margin-top: -15rem;
	}


	.location-experiences p{
		font-weight: 400;
		font-size: 14px;
		line-height: 164%;
		letter-spacing: 0.02em;
		color: #fff;
		font-family: 'Jost', serif;
		margin-left: 0px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.location-experiences .btn-outline-light{
		margin-top: 12px;
		margin-left: 0px !important;
	}

	.location-bg{
		background-position: 60% 21%;
		background-size: initial;
	}

	.cuisine-dining p{
		color: #747474;
		text-align: left;
		font-size: 14px;
		font-weight: 400;
		line-height: 164%;
		letter-spacing: 0.02em;
		font-family: 'Jost', serif;
		margin-top: 20px;
		margin-bottom: 10px;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.people-services p {
		color: #747474;
		text-align: left;
		font-size: 14px;
		font-weight: 400;
		line-height: 164%;
		letter-spacing: 0.02em;
		font-family: 'Jost', serif;
		margin-top: 20px;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.sustainability-responsibility h2{
		margin-top: -5%;

	}

	.sustainability-responsibility p{
		color: #747474;
		text-align: left;
		font-size: 14px;
		font-weight: 400;
		line-height: 164%;
		letter-spacing: 0.02em;
		font-family: 'Jost', serif;
		margin-top: 40px;
		margin-bottom: -2px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.sustainability-responsibility-1 h2{
		margin-top: -5%;

	}

	.sustainability-responsibility-1 p{
		color: #747474;
		text-align: left;
		font-size: 14px;
		font-weight: 400;
		line-height: 164%;
		letter-spacing: 0.02em;
		font-family: 'Jost', serif;
		margin-top: 40px;
		margin-bottom: -2px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.getting-here h2{
		padding: 0 15px 0 0px;
	}

	.getting-here span h3{
		padding: 0 15px 0 0px;

	}
	.getting-here span p{
		padding: 0 15px 0 0px;

	}

	.getting-here h3{
		padding: 0 15px 0 0px;
	}

	.getting-here p{
		padding: 0 15px 0 0px;
	}

	.contact_enquire{
		background-image: url(../images/footer-bg.png);
		padding: 180px 0 80px;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-color: #edede6;
		margin-bottom: -53px;
		background-origin: content-box;
		background-position: 55% 50%;
	}

	.contact_enquire-pt{
		padding-top: 50%;
	}

	.contact_enquire .contact-details span p{
		margin-bottom: 24px;

	}

	.contact-social {
		margin-top: 20px !important;
	}

	.contact_enquire h2{
		font-size: 18px !important;
		margin-top: 65px;
	}

	.contact_enquire .contact .about-us{
		padding: 6px 10px;
		width: 65%;
	}

	.footer-bg p{
		text-align: center;
		margin-left: 0px;
		margin-bottom: 22px;
	}

	.ms-5{
		margin-left: 10rem !important;
	}




}


@media screen and (max-width: 425px){

	.ms-5{
		margin-left: 6rem !important;
	}


}

@media screen and (max-width: 320px){

	.carousel-caption h2{
		font-weight: 600 !important;
		font-size: 26px !important;
		text-align: center;
		color: #fff;
		font-family: 'Jost', serif;
	}

	.carousel-caption{
		top: 35% !important;
		bottom: 35% !important;
	}

	.carousel-caption span{
		font-weight: 400;
		font-size: 14px;
		line-height: 187%;
		letter-spacing: 0.02em;
		text-align: center;
		color: #fff;
		font-family: 'Jost', serif;
	}

	.carousel-caption a button{
		color: #fff;
		font-size: 12px;
		width: 140px;
	    height: 40px;
	    font-weight: 700;
	    /*float: right;
	    position: fixed;
	    right: 20px;*/
	    border-radius: none !important;
	    border: 2px solid #fff;
	    margin-top: 6px;
	    margin-bottom: 10px;
	}

	.carousel-caption a button:hover{
		color: #fff;
	}

	.page-torn-top-pattern img{
		background-repeat: repeat;
		background-size: cover;
		margin-top: -130px;
		width: 100%;
	}

	.page-torn-bottom-pattern img {
		background-repeat: repeat;
		background-size: cover;
		margin-bottom: -96px;
		width: 100%;
	}

	.rooms-living-spaces h2{
		margin-top: -21px;
	}

	.contact_enquire-pt{
		padding-top: 65%;
	}

	.contact_enquire .contact-details span p{
		margin-bottom: 24px;

	}

	.contact_enquire .contact .about-us{
		padding: 6px 10px;
		width: 60%;
	}


	.footer-bg p{
		text-align: center;
		margin-left: 0px;
		margin-bottom: 29px;
	}

	.ms-5{
		margin-left: 3rem !important;
	}

}


/* Custom Styles */

	.carousel-inner img {
     	border-radius: 0px; /* Optional: rounded corners for images */
    }

    .accordion-item{
    	background-color: transparent;
    	border: none !important;
    }

    .accordion-body{
		padding: 1px !important;
		margin-top: -12px;
		margin-bottom: 35px;
	}

	.accordion-button{
		padding: 1px 20px;
	}

	
    .accordion-button {
      background-color: #fff !important; /* Custom background color */
      color: #000; /* Button text color */
      border: none; /* Remove border */
      transition: background-color 0.3s; /* Transition for hover effect */
      margin-top: 25px;
      margin-bottom: 25px;
      font-weight: 500;
      font-size: 14px;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      font-family: 'Jost', serif;
      
    }

    .accordion-button span{
      color: #000; /* Button text color */
      border: none; /* Remove border */
      transition: background-color 0.3s; /* Transition for hover effect */
      margin-top: 25px;
      margin-bottom: 25px;
      font-weight: 400;
      font-size: 14px;
      letter-spacing: 0.02em;
      font-family: 'Jost', serif;
      text-transform: none;

    }

    .accordion-button:hover {
      background-color: rgba(252, 252, 250, 0.3) !important; /* Darker color on hover */
    }

    .accordion-button:not(.collapsed){
    	color: #000;
    }

    .accordion-button:not(.collapsed) {
    	background-color: rgba(252, 252, 250, 0.3) !important;
    }


    .carousel-control-prev, 
    .carousel-control-next {
      width: -5%; /* Set width for the buttons */
    }

    /*.carousel-control-prev {
      left: 50;  Align to the left 
    }

    .carousel-control-next {
      right: 50; Align to the right 
    }*/

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background for arrows */
      border-radius: 50%; /* Make arrows round */
      height: 40px; /* Increase height for better visibility */
      width: 40px; /* Increase width for better visibility */
    }
    
    .accordion-button:not(.collapsed)::after {
    background-image: url("../images/down-arrow.svg");
    transform: rotate(-180deg);
}


/* Mobile view adjustments */
@media screen and (min-width: 320px) and (max-width: 1023px){
    /* Background color only for mobile */
    .navbar {
        background-color: #f8f9fa; /* Set background color for mobile view */
    }

    /* Hide the Enquire button on mobile */
    .d-none.d-lg-block {
        display: none !important;
    }

    /* Ensure navbar toggler (hamburger) is displayed properly */
    .navbar-toggler {
        border: none; /* Removes border around hamburger icon */
    }

    .navbar-toggler-icon {
        background-color: none; /* Set color for the hamburger icon */
        
    }

    .wildernest .main_banner .header button{
        position: static;
        width: 50px;
        color: #000;
        
    }
    .wildernest .main_banner .header{
        padding: 0 0 9px 0;
    }

    
}




/* Style for Navbar Toggler Icon */
.navbar-toggler-icon {
    width: 30px;       /* Set width of the icon */
    height: 30px;       /* Set height of the icon */
}

/* Mobile menu height */
.navbar-collapse {
    max-height: calc(100vh - 56px); /* 56px is the height of the fixed navbar (e.g., if the navbar height is 56px) */
}

@media screen and (min-width: 320px) and (max-width: 1023px){
    .navbar-collapse {
        max-height: 100vh; /* When collapsed, the mobile menu should take up full viewport height */
    }

    /* Style for the menu links in mobile view */
    .navbar-nav {
        padding: 1rem 0; /* Spacing between menu links in mobile view */
    }

    .navbar-toggler-icon {
        width: 30px;  /* Set width of the icon for mobile view */
        height: 30px; /* Set height of the icon for mobile view */
    }
}




/* Styling for menu items and links */

.menu-link {
	margin: 0 15px;
	transition: color 0.3s ease;
}

.menu-item a{
    font-size: 16px;
    font-weight: 500;
    line-height: 14.52px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    list-style-type: none;
  
  display: inline-block;
  padding: 6px 1px;
  position: relative;
}

 .menu-item a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.menu-item a:hover:after { 
  width: 100%; 
  left: 0;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1920px){
.navbar-expand-lg .navbar-collapse {
        flex-basis: auto;
        margin-left: -156px;
    }
}



/* Style for the menu items (mobile view) */
@media screen and (min-width: 320px) and (max-width: 1023px){
    .navbar-nav {
        padding: 1rem 0; /* Add vertical spacing */
        text-align: center; /* Center-align menu items */
        background-color: #f8f9fa; /* Light background for better readability */
    }

    .menu-link {
        margin-bottom: 10px; /* Add spacing between menu items */
    }

     .menu-item a{
        font-size: 14px;
        font-weight: 600;
        line-height: 14.52px ; 
        display: block; 
        padding: 0.5rem 1rem; 
        border: 1px solid #f5ac31; 
        border-radius: 5px; 
        color: #333; 
        text-transform: uppercase;
        text-decoration: none; 
        transition: all 0.3s ease-in-out; 
    }

     .menu-item a:hover {
        background-color: #006d51; /* Highlight on hover */
        color: #fff !important; /* Change text color on hover */
    }

    .navbar-collapse {
        background-color: #f8f9fa; /* Background color for the entire menu */
        padding: 1rem; /* Add padding around the collapse menu */
    }

    
}



.btn-primary {
    color: #fff;
    background-color: #006d51;
    border-color: #fff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #fff;
}

