@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: montserrat;
}
html, body {
	margin:0;
	padding:0;
	height:100vh;
	width:100%;
	font-size: 15px;
	position: absolute;
	scroll-behavior: smooth;
}
img {
	max-width:100% !important;
	}

p{
	font-family: montserrat;
	font-size:1vw;
	padding:2% 0;
	margin:0;
	color:#000;
	font-weight:300;
}
	
h1{
	font-family: montserrat;
	font-size:2.5vw;
	color:#000;
	padding-top:0vh;
	padding-bottom:2%;
	margin:0;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 300;
}
h2{
	font-family: montserrat;
	font-size:1.1vw;
	color:#7c7860;
	padding-bottom:2%;
	font-weight:400;
}
h3{
	font-family: 'celine_peach_freesans', Arial, sans-serif;
	font-size:2.5vw;
	color:#FFFFFF;
	font-weight:bold;
	padding:2% 0;
	margin:0;
	text-transform: uppercase;
}
.whiteh1{
	color: #FFF;
}
.whitep{
	color: #FFF;
}
.specp{
	font-family: montserrat;
	font-size:1vw;
	padding:0;
	margin:0;
	color:#FFF;
	font-weight:300;
}
.specpB{
	font-family: montserrat;
	font-size:1vw;
	padding:0;
	margin:0;
	color:#000;
	font-weight:300;
}
.whitepbold{
	color: #FFF;
	font-weight: 400;
}
.whitepboldspace{
	color: #FFF;
	font-weight: 400;
	letter-spacing: 0.15em;
}
.whitepspaceline{
	color: #FFF;
	letter-spacing: 0.15em;
	line-height: 2em;
}
.section1{
	background-image: url("images/bg_02.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section1LC{
	background-image: url("images/bg_LC2.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section1contact{
	background-image: url("images/contactbg.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.section1story{
	background-image: url("images/storybg.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.section1dev{
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow: hidden;
}
.devItem{
	width:32%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.devItemLc{
	width: 17%;
	height: 100vh;
	background-image: url("images/dev_LC.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}
.devItemLc img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}
.devItemNH img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}
.devItemAmara img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}
.devItemAspen img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}
.devItemLc a:link{
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0;
}
.devItemLc:hover{
	 transform: scale(1.025);
    transition: all 0.55s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.devItemAspen{
	width: 17%;
	height: 100vh;
	background-image: url("images/dev_aspen.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.devItemAspenmobi{
	width: 100%;
	height: 20vh;
	display: none;
}
.devItemAspen:hover{
	 transform: scale(1.025);
    transition: all 0.55s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.devItemAmara{
	width: 17%;
	height: 100vh;
	background-image: url("images/dev_amara.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.devItemAmara:hover{
	 transform: scale(1.025);
    transition: all 0.55s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.devItemNH{
	width: 17%;
	height: 100vh;
	background-image: url("images/dev_nh.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.devItemNH:hover{
	 transform: scale(1.025);
    transition: all 0.55s cubic-bezier(0.65, 0.05, 0.36, 1);
}
	.devItemAspenmobi{
	width: 100%;
	height: 20vh;
	display: none;
}

		.devItemAmaramobi{
	width: 100%;
	height: 20vh;
	display: none;
}
		.devItemNHmobi{
	width: 100%;
	height: 20vh;
	display: none;
}
		.devItemLcmobi{
	width: 100%;
	height: 20vh;
	display: none;
}

.section2{
	background-image: url("images/bg_04.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}
.section2LC{
	background-image: url("images/bg_04LC.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}
.section2contact{
	height: 50vh;
	text-align: center;
}
.section2NH{
	background-image: url("images/bg_nh.png");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.section2LCenquiry{
	background-image: url("images/bg_LC.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}
.section2Aspenenquiry{
	background-image: url("images/bg_apen2.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}
.section2aspen{
	background-image: url("images/bg_apen.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section2amar{
	background-image: url("images/bg_02AMAR.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section1nh{
	background-image: url("images/bg_nh.png");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section3{
	background-image: url("images/bg_06.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
}
.section3LC{
	background-image: url("images/bg_06lc.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.section3aspen{
	background-image: url("images/bg_06aspen.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.section4{
	background-image: url("images/bg_05.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
		display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.section5{
	width: 100vw;;
	height: 80vh;
	background-color: #FFF;
	display: flex;
		flex-direction: column;
		align-content: center;
		justify-content: center;
}
.section5lc{
	width: 100%;
	height:100%;
	background-color: #FFF;
}
.section6{
	background-image: url("images/contactbg.png");
	height: 96vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.clear-outline-button {
  background-color: transparent; /* Makes the button background transparent */
  border: 2px solid #FFF; /* Sets a solid border with a desired color and thickness */
	border-radius: 10px;
  color: #FFF; /* Sets the text color to match the border */
  padding: 3% 10%; /* Adds padding for spacing */
  cursor: pointer; /* Changes the cursor to a pointer on hover */
  /* Optional: Add hover effects for better user experience */
  transition: all 0.3s ease; /* Smooth transition for hover effects */
	font-family: montserrat;
	font-size:1.2vw;
}

.clear-outline-button a:link{
  text-decoration: none;
	color: #FFF;
}
.clear-outline-button a:visited{
  text-decoration: none;
	color: #FFF;
}
.clear-outline-button2 a:link{
  text-decoration: none;
	color: #7c7860;
}
.clear-outline-button2 a:visited{
  text-decoration: none;
	color: #7c7860;
}
.clear-outline-button3 a:link{
  text-decoration: none;
	color: #7c7860;
}
.clear-outline-button3 a:visited{
  text-decoration: none;
	color: #7c7860;
}
.clear-outline-button2 {
  background-color: transparent; /* Makes the button background transparent */
  border: 2px solid #7c7860; /* Sets a solid border with a desired color and thickness */
	border-radius: 10px;
  color: #7c7860; /* Sets the text color to match the border */
  padding: 3% 10%; /* Adds padding for spacing */
  cursor: pointer; /* Changes the cursor to a pointer on hover */
  /* Optional: Add hover effects for better user experience */
  transition: all 0.3s ease; /* Smooth transition for hover effects */
	font-family: montserrat;
	font-size:1.2vw;
}
.clear-outline-button2lc {
  background-color: transparent; /* Makes the button background transparent */
  border: 2px solid #7c7860; /* Sets a solid border with a desired color and thickness */
	border-radius: 10px;
  color: #7c7860; /* Sets the text color to match the border */
  padding: 2% 3%; /* Adds padding for spacing */
  cursor: pointer; /* Changes the cursor to a pointer on hover */
  /* Optional: Add hover effects for better user experience */
  transition: all 0.3s ease; /* Smooth transition for hover effects */
	font-family: montserrat;
	font-size:1.2vw;
	margin: 1%;
}
.clear-outline-button3 {
  background-color: transparent; /* Makes the button background transparent */
  border: 2px solid #7c7860; /* Sets a solid border with a desired color and thickness */
	border-radius: 10px;
  color: #7c7860; /* Sets the text color to match the border */
  padding: 2% 5%; /* Adds padding for spacing */
  font-size: 1.2vw; /* Sets the font size */
  cursor: pointer; /* Changes the cursor to a pointer on hover */
  /* Optional: Add hover effects for better user experience */
  transition: all 0.3s ease; /* Smooth transition for hover effects */
	font-family: montserrat;
	margin-top: 5%;
	text-align: center;
}
.specContainer{
	width: 100%;
	height: 70vh;
	display: flex;
	flex-direction: row;
}
.specContainerW{
	width: 100%;
	height: 70vh;
	display: flex;
	flex-direction: row;
}
.specContainerWM{
	width: 100%;
	height: 70vh;
	flex-direction: row;
	display: none;
}
.specDetailsWhite{
	width: 45%;
	height: 70vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	background-color: white;
}
.specDetailsBlack{
	width: 45%;
	height: 70vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	background-color: black;
}
.specDetailsContainer{
	width: 80%;
	height: 30vh;
	text-align: left;
	margin: 0 auto;
}
.specStats{
	width: 100%;
	height: 5vh;
	display: flex;
	flex-direction: row;
	margin: 10% 0;
}
.specStats1{
	width:25%;
	height: auto;
	text-align: left;
	border-right: thin white solid;
	margin: 0;
	padding: 0;
}
.specStats2{
	width:25%;
	height: auto;
	text-align: center;
	border-right: thin white solid;
	margin: 0;
	padding: 0;
}
.specPhoto{
	width: 70%;
	height: 100%;
	overflow: hidden;
}
.specPhoto img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}



#navbar{
	width: 100%;
	height: 6vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 4% 0;
	margin: 0 auto;
	position: fixed;
	top: 0;
	z-index: 99;
	transition: background-color 0.4s ease-in-out;
	
}
#navbarcontact{
	width: 100%;
	height: 6vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 4% 0;
	margin: 0 auto;
	position: fixed;
	top: 0;
	z-index: 99;
	transition: background-color 0.4s ease-in-out;
	background-color: rgba(65,64,64,0.57);
	
}

#navbar2{
	width: 100%;
	background: #000;
	height: 5vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 4% 0;
	margin: 0 auto;
	position: fixed;
	top: 0;
	z-index: 99;
	transition: background-color 0.4s ease-in-out;
	
}
.navbarscrolled{
background-color: rgba(65,64,64,0.57) !important;
}
#navbarspacer{
	width: 90%;
	height: 20vh;
	
	
}
#navContainer{
	width: 90%;
	height: 80%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
}
#navLogo{
	width:15%;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;

}
#navLogonh{
	width:15%;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;

}
#navLogoLC{
	width:15%;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;

}

#navFiller{
	flex-grow: 2;
}
#navNumber{
	width: 10%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 1vw;
}
#navButtonContainer{
	width: 8%;
	height: 50%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#navMenu{
	width:80%;
	height: 100%;

}
/*burgermenu*/


.btn{
	background: none;
	border: none;
	padding: none;
	cursor: pointer;
	margin: 0;
}
.btnlc{
	background: none;
	border: none;
	padding: none;
	cursor: pointer;
	width: 5%;
	
}
.popup{
	position: fixed;
	width: 100%;
	height: 100vh;
	display: none;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 100;
	/*background-color: aqua;*/
}
.popup-overlay{
	background-color: rgba(0,0,0,0.01);
	height: 100vh;
	width: 100%;
	position: absolute;
}

.main-popup{
	position: absolute;
	right: 0;
	height: 100vh;
	width: 50%;
	z-index: 1;
	background: rgba(65,64,64,0.775);
	padding: 30px 20px;
	line-height: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateX(100%);
}
.close-btn{
	position: absolute;
	top: 1rem;
	right: 1rem;
	cursor: pointer;
	font-size: 4rem;
	color: white;
	z-index: 100;
}
.popup-content p{
	color: white;
	font-size: 1.2vw;
	line-height: 2rem;
	padding: 1rem;
	border-bottom: thin #FFFFFF dotted;
	letter-spacing: 0.15em;
	text-align: center;
}
#menuicon{
	width: 10%;
	margin: 0 auto 15% auto;
}
.accordion{
	width: 100%;
	margin: 0 auto;
}
.accordion li{
	list-style: none;
	color: white;
	font-size: 1.2vw;
	line-height: 2rem;
	padding: 1rem;
	border-bottom: thin #FFFFFF dotted;
	letter-spacing: 0.15em;
	text-align: center;
	font-weight: 300;
}
.accordion li a:link{
	color: white;
	text-decoration: none;
}
.accordion li a:visited{
	color: white;
	text-decoration: none;
}

.accordion li label{
	cursor: pointer;
	display: block;
	 transition: color 0.25s ease;
}
input[type="checkbox"]{
	display: none;
}
.accordion .developments{
	max-height: 0;
	overflow: hidden;
	 transition: max-height 0.5s ease, padding 0.5s ease;
}
.accordion input[type="checkbox"]:checked + label + .developments{
	 max-height: 400px; 
	padding-top: 10%;
	padding-bottom: 10%;
}
.accordion li label::after {
  display: inline-block;
  transition: transform 0.25s ease;
	
}

.accordion input[type="checkbox"]:checked + label::after {
  transform: rotate(180deg);
}
.accordion .developments li{
	border-bottom: none;
	font-size: 1vw;
}
.accordion .developments li a:link{
	text-decoration: none;
	color: #fff;
}
.accordion .developments li a:visited{
	text-decoration: none;
	color: #fff;
}
.accordion .developments li a:hover{
	color: #fff;
	border-bottom: thin dotted #fff;
}

/*burgermenuEnd*/
footer{
	background-image: url("images/bgfooter_07.jpg");
	height: 60vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#footerContainer{
	width:90%;
	height: 100%;
	margin: 0 auto;
	
}
#footerLinks{
	width: 100%;
	height: 80%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	
}
#footerLinks1{
	width: 33.3%;
	height: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:flex-start;
}
#footerlinkslogo{
	width: 40%;
	padding-bottom: 8%;
}
#footerlinkstext{
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:flex-start;
}
#footerLinks2{
	width: 33.3%;
	height: 50%;
	
}
#footerLinks2 a:link{
	color: #FFF;
	text-decoration: none;
}
#footerLinks2 a:visited{
	color: #FFF;
	text-decoration: none;
}
#footerLinks3{
	width: 33.3%;
	height: 50%;
	text-align: center;
}
#footerbottom{
	width: 100%;
	height: 20%;
	border-top: medium #7c7860 solid;
	display: flex;
	flex-direction: row;
	align-items: center;
}
#footerinner1{
	width: 50%;
	
}
#footerinner2{
	width: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end
	
}
#footerinnersocial1{
	width: 2%;
	
}
#footerinnersocial2{
	width: 4%;
	margin-left: 2%;
	
}
#section_body{
	width: 90%;
	height: 100vh;
	margin: 0 auto;
 	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: flex-end;
}
#section_bodyEnquiry{
	width: 50%;
	height: 60vh;
	margin: 0 auto;
 	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: flex-end;
}
#section_bodyContact{
	width: 90%;
	height: 80vh;
	margin: 0 auto;
 	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
}
#bodyContactContainer{
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	width:100%;
	height: 60vh;
}
#bodyStoryContainer{
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	width:60%;
	height: 60vh;
}
#section2_body{
	width: 90%;
	height: 80vh;
	margin: 0 auto;
 	display: flex;
	flex-direction: column;
	align-content: center;
	
}
#section3_body{
	width: 100vw;
	height: 100vh;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
#section3_bodylc{
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#gallery{
	width: 60vw;
	height: 15vh;
	margin: 5% auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
}
		#gallery div img{
		width: 25vw;
		padding: 0;
		margin: 0;
	}

#galleryGroup{
	width: 80%;
	height: 40%;
	margin: 5% auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#contactleft{
	width: 30%;
	height: 60%;
	text-align: left;
}
#contactright{
	width: 45%;
	height: 60%;
}
iframe {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
	width: 100vw;
	height: 50vh;
}
#sloganContainer{
	width: 80%;
	height: 40vh;
	margin-bottom: 10%;
}
#sloganContainer2{
	width: 100%;
	height: 80vh;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
#sloganContainer3{
	width: 100%;
	height: 80vh;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
}
#sloganContainer3NH{
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
}
#section3_content{
	width: 60%;
	height: 80vh;
	margin: 0 auto;
	text-align: center;
	padding-top: 5%;
}
#section3_contentlegacy{
	width: 60%;
	height: 50vh;
	margin: 0 auto;
	text-align: center;
	padding-top: 5%;
}
#section3_contentlc{
	width: 90%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding-top: 5%;
}
#section4_content{
	width: 90%;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding-top: 5%;
}

#slogan{
	width: 40%;
	height: 10%;
	
}
#slogan2{
	width: 50%;
	height: 50vh;
	
}
#slogan2LC{
	width: 50%;
	height: auto;
	
}
#slogan2Aspen{
	width: 50%;
	height: auto;
	
}
#slogannh{
	width: 50%;
	
}
#lcbuttons{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 70%;
	height: 20vh;
}
#nhMap{
	width: 80%;
	height: 100%;
	margin: 0 auto;
	padding-bottom: 5%;
}
#filler{
	width: 100%;
	height: 25%;
	
}

#specContainer{
	width: 100%;
	height: 70vh;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}


#historyContainer{
	width: 80%;
	height: 70vh;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
#historyElement1{
	width:33.3%;
	height: 50vh;
	text-align: center;
}
#halfcol{
	width:60%;
	margin: 0 auto;
}
#halfcol input {
	width:100%;
	padding:3%;
	margin-bottom:5%;
	font-family: 'Open Sans', sans-serif;
	font-size:0.8em;
	border:thin solid #CCC;
	
}
#halfcol textarea, select {
	-webkit-appearance: none;
	width:100%;
	padding:3%;
	margin-bottom:5%;
	font-family: 'Open Sans', sans-serif;
	font-size:0.8em;
	border:thin solid #CCC;
	
}
#halfcol select {
	width:100%;
	padding:3%;
	margin-bottom:5%;
	font-family: 'Open Sans', sans-serif;
	font-size:0.8em;
	background-color: #FFF;
	border:thin solid #CCC;
	
	
}


#halfcol input[type="submit"] {
	-webkit-appearance: none;
	width:100%;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	box-sizing: border-box; 
	background-color:#393939;
	border:none;
	color:#FFFFFF;
	font-weight:100;
	font-family: 'Open Sans', sans-serif;
	font-size:0.8em;
	cursor: pointer;
	display: block;
	
}
@keyframes slide-in{
	0%{
		transform: translateX(100%);
	}
	100%{
		transform: translateX(0);
	}
}
@keyframes slide-out{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(100%);
	}
}
@media only screen and (min-width: 320px) and (orientation:portrait) {
        /* CSS for mobile devices */
	h1{
		text-align: center;
		font-size: 5vw;
	}
	h2{
		text-align: center;
		font-size: 3vw;
	}
	p{
	font-size:3vw;
}
	.clear-outline-button {
  background-color: transparent; /* Makes the button background transparent */
  border: 2px solid #FFF; /* Sets a solid border with a desired color and thickness */
	border-radius: 10px;
  color: #FFF; /* Sets the text color to match the border */
  padding: 5% 10%; /* Adds padding for spacing */
  cursor: pointer; /* Changes the cursor to a pointer on hover */
  /* Optional: Add hover effects for better user experience */
  transition: all 0.3s ease; /* Smooth transition for hover effects */
	font-family: montserrat;
	font-size:2vw;
}
	.clear-outline-button2 {
	font-size:2vw;
}
	.clear-outline-button3 {
	font-size:2vw;
		width: auto;
		padding: 5% 2%;
}
	.section2aspen{
	background-image: url("images/bg_apenmobi.jpg");
}
	#section_body{
	width: 50%;
	height: 100vh;
	margin: 0 auto;
 	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
}
	#section3_body{
	width: 100%;
	height: 100vh;
	margin: 0 auto;
 	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
		align-items: center;
}
	#sloganContainer{
	width: 100%;
	height: 40vh;
		text-align: center;
		display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
		align-items: center;
		padding: 0;
		margin: 0;
}
	#slogan{
	width: 100%;
	height: 80%;
		margin: 0 auto;
	
}
		#slogan .whiteh1{
			padding-bottom: 15%;
	
}
	#slogan .whitep{
			padding-bottom: 15%;
	
}

	.main-popup{
	width: 100%;
}
.accordion li{
	font-size: 2.5vw;
}
	.accordion .developments li{
	border-bottom: none;
	font-size: 2vw;
}
	#navbarcontact{
	width: 100%;
	height: 15vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
}
	#navContainer{
	width: 90%;
	height: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
}
	#navbar{
	width: 100%;
	height: 15vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
		
	
}
	#navLogo{
	width:40%;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
		padding-bottom: 4%;

}
	footer{
	height: 30vh;
		padding-top: 5%;
		
}
	#footerLinks{
	width: 100%;
	height: 60%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	
}
#footerLinks1{
	width: 100%;
	height: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
}
#footerlinkslogo{
	width: 20%;
	padding-bottom: 3%;
}
#footerlinkstext{
	width: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
	text-align: center;
	
}
	#footerlinkstext p{
		font-size: 1.8vw;
}
#footerLinks2{
	display: none;
	
}
#footerLinks3{
	display: none;
}
	#footerbottom{
	width: 100%;
	height: 20%;
	border-top: thin #7c7860 solid;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#footerinner1{
	width: 100%;
	text-align: center;
	font-size: 1vw;
	
}
	#footerinner1 p{
	font-size: 1.6vw;
	
}
#footerinner2{
	width: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	
}
#footerinnersocial1{
	width: 5%;
	
}
#footerinnersocial2{
	width: 10%;
	margin-left: none;
	
}
	#section2_body{
	width: 90%;
	height: 70vh;
	margin: 0 auto;
 	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
	#sloganContainer2{
	width: 100%;
	height: 70vh;
		text-align: center;
		display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
		align-items: center;
		padding: 0;
		margin: 0;
}
	#slogan2{
	width: 80%;
	height: 40vh;
		margin: 0 auto;
	
}
	#slogan2 h2{
			padding-bottom: 5%;
		font-size: 1.9vw;
	
}
	
	#section3_content h1{
			padding-bottom: 15%;
		font-size: 5vw;
	
}
	#section3_content p{
			padding-bottom: 15%;
	
}
	#section3_content{
	width: 60vw;
	height: 100vh;
	margin: 0 auto;
	text-align: center;
	display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		padding: 0;
}
	#gallery{
		display: none;
		
}

		#galleryGroup{
			display: flex;
			flex-direction: column;
	justify-content: center;
	align-content: center;
			height: 50vh;
			
		
}
	#galleryGroup div img{
		width: 35vw;
		padding: 0;
		margin: 0;
}
	#historyContainer{
	width: 90%;
	height: 50vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	margin: 0 auto;
		padding-top: 20%;
}
#historyElement1{
	width:50vw;
	height: 50vh;
	text-align: center;
}
	#section4_content{
		height: 90vh;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
	.section5 h1{
		padding: 5% 0;
}
		.section5 {
			height: 110vh;
			display: flex;
			flex-direction: column;
			justify-content: space-around;
}
	#navLogonh{
	width:25%;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;

}
	#navLogoLC{
	width:25%;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
		padding-bottom: 2%;

}
	#lcbuttons{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 70%;
}
	.btnlc{
	width: 15%;
	
}
	.specContainer{
		display: flex;
		flex-direction: column;
		height: 80vh;
	}
	.specPhoto{
		width: 100%;
		height: 80vh;
	}
	.specDetailsContainer{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		align-items: center;
		text-align: center;
	}
	.specDetailsContainerW{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		align-items: center;
		text-align: center;
	}
	.specDetailsBlack{
		width: 100%;
		height:50vh;
		
	}
	.specDetailsWhite{
		width: 100%;
		height:50vh;
		
	}
	.specDetailsBlack h2{
		font-size: 3vw;
	}
	.specDetailsWhite h2{
		font-size: 3vw;
	}
	.specp{
		font-size: 2vw;
	}.specpB{
		font-size: 2vw;
	}
	.specContainerWM{
	display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		align-items: center;
		text-align: center;
		height: 80vh;
}
	.specContainerW{
	display: none;
}
	#section_bodyEnquiry{
	width: 100%;
}
	.clear-outline-button {
  background-color: transparent; /* Makes the button background transparent */
  border: 0.1em solid #FFF; /* Sets a solid border with a desired color and thickness */
	border-radius: 10px;
}
	.clear-outline-button2 {
  background-color: transparent; /* Makes the button background transparent */
  border: 0.1em solid #7c7860; /* Sets a solid border with a desired color and thickness */

}
.clear-outline-button2lc {
  background-color: transparent; /* Makes the button background transparent */
  border: 0.1em solid #7c7860;
}
.clear-outline-button3 {
  background-color: transparent; /* Makes the button background transparent */
  border: 0.1em solid #7c7860;
}
	#section_bodyContact{
	width: 90%;
	height: 80vh;
	margin: 0 auto;
 	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
}
	#bodyContactContainer{
		margin-top: 15vh;
	}
	#contactleft{
	width: 100%;
	height: 30vh;
	text-align: center;
		
}
	#contactright{
	width: 100%;
	height: 40vh;
}
	.section2contact{
		height: 55vh;
	}

	#slogan2contact{
	width: 100%;
	height: 10%;
	
}
	#slogan2LC{
	width: 50%;
	height: 70vh;
	
}
	#slogan2Aspen{
	width: 60%;
	height: 70vh;
	
}
	.mobip{display: none;}

#sloganContainer3{
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
	text-align: center;
	margin-top: 5vh;
}
	#sloganContainer3NH{
width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
	text-align: center;
	margin-top: 5vh;
}
	.section1dev{
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow: hidden;
}
	.devItem{
		width: 100%;
		height: 30vh;
		margin-top: 10vh;
	}
	.section1story{
	background-image: url("images/storybg.jpg");
	height: 150vh;
}
	.devItemAspen{
	display: none;
}
		.devItemLc{
	display: none;
}
			.devItemAmara{
	display: none;
}
				.devItemNH{
	display: none;
}
	.devItemAspenmobi{
	width: 100%;
	height: 20vh;
	display: block;
}

		.devItemAmaramobi{
	width: 100%;
	height: 20vh;
	display: block;
}
		.devItemNHmobi{
	width: 100%;
	height: 20vh;
	display: block;
}
		.devItemLcmobi{
	width: 100%;
	height: 20vh;
	display: block;
}
	.section4{
	background-image: url("images/bg_05.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
		background-attachment: local;
		display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
	.section3LC{
	background-image: url("images/bg_06lc.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: local;
}
.section3aspen{
	background-image: url("images/bg_06aspen.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: local;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	h1{
		text-align: center;
		font-size: 3vw;
	}
	h2{
		text-align: center;
		font-size: 2vw;
	}
	p{
	font-size:2vw;
}
		#slogan2LC{
	width: 50%;
	height: 50vh;
	
}
#slogan2Aspen{
	width: 50%;
	height: 50vh;
	
}
	.section4{
	background-image: url("images/bg_05.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
		background-attachment: local;
		display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

	
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
		.section4{
	background-image: url("images/bg_05.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
		background-attachment: local;
		display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
	.section3LC{
	background-image: url("images/bg_06lc.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: local;
}
.section3aspen{
	background-image: url("images/bg_06aspen.jpg");
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: local;
}
}

