/*
 Theme Name:   Kaia Homes
 Author:       V
 Description:  A custom classic WordPress theme.
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  Kaia Homes
 Tags:         custom-theme, classic
*/


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


*{
     margin: 0;
     padding: 0;
     box-sizing: border-box;

}

html{
	position: relative;
}

body{
     scroll-behavior: smooth;
    
}

body::-webkit-scrollbar {
  width: 8px;
  background: #2b120696;
}

body::-webkit-scrollbar-thumb {
  background: #A7C06B;
  border-radius: 100px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #D3FCA1;
}

footer{
     position: absolute;
     bottom: -8rem;
	 width: 100%;
     background-color: #E62D90;
	 padding: 0.35rem 0rem;
	 font-family: "Inter", "sans-serif";
}

.footer-copyright{
	text-align: center;
	display: block;
	color: #fff;
	font-size: 14px;
	
}

.kaia-container{
	min-height: 100vh;
}

.su-post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width: 200px;
}

.su-post-comments-link{
	display: none;
}

.site-logo > a:focus-visible, .site-logo:focus-visible{
	outline: none!important;
}

.site-logo, .mobile-site-logo{
	max-width: 125px;
	max-height: 52.25px;
}
.site-logo img, .mobile-site-logo img{
	width: 100%;
	height: 100%;
}

#main-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 3rem;
	padding-right: 6rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	box-shadow: 0 0 4px 1px rgba(190,130,130, 0.25);

	position: absolute;
	top: 0;
	z-index: 9999;
	background-color: #fff;
	width: 100%;
}

.nav-list ul{
	display: flex;
	gap: 2rem;
}

.nav-list ul > li , .mobile-nav-list > li {
	list-style-type: none;
	
}

.nav-list ul > li a, .mobile-nav-list > li a{
	text-decoration: none;
	color: #393D39;
}

#mobile-nav{
	display: none;
}

.mobile-nav-list{
	display: none;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
	padding: 2rem 1.5rem;
	background-color: rgba(243, 160, 170, 0.95);
	border-radius: 8px;
	
}

.mobile-nav-list > li {
	font-family: "Inter", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

.mobile-nav-list > li a{
	color: #ffffff;
}

/* from Additional CSS  -start-*/

.nav-list ul > li {
	font-family: "Inter", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

.nav-list ul > li a{
	color: rgba(99, 64, 58, 0.9);
}

.nav-list ul > li:hover a{
	color: #8A9856;
}

.menu-item-69 a{
	pointer-events: none;
}

#mobile-nav{
	display: none;
	width: 100%;
	justify-content: space-between;
	padding: 0.5rem 1rem;
	box-shadow: 0 0 4px 1px rgba(190,130,130, 0.25);
	position: relative;
}

.mobile-nav-list {
	position: absolute;
	top: 3rem;
	right: 10%;
}

.hamburger{
     display: flex;
     flex-direction: column;
     width: 30px;
     height: 24px;
     justify-content: space-between;
     cursor: pointer;
     
}

.hamburger span{
     background-color: #6C363B;
     height: 2.5px;
     transition: all 0.25s ease-in-out;
}

.hamburger span:first-child{
     width: 100%;
}
.hamburger span:nth-child(2){
     width: 65%;
     align-self: end;
}
.hamburger span:last-child{
     width: 100%;
}


.mobile-nav-list.open{
     display: flex;
}

.hamburger.open span:first-child{
     transform: rotate(45deg) translate(10px, 5px);
     transition: 0.25s;
}
.hamburger.open span:nth-child(2){
     opacity: 0;
     transition: 0.25s;
}
.hamburger.open span:last-child{
     transform: rotate(-45deg) translate(10px, -5px);
     transition: 0.25s;
}

.hamburger span:first-child{
     transform: none;
     transition: 0.5s;
}
.hamburger span:nth-child(2){
     opacity: 1;
     transition: 0.5s;
}
.hamburger span:last-child{
     transform: none;
     transition: 0.5s;
}

/* Single Community Template Styles START*/
.community-container{
     font-family: "Inter", sans-serif;
}

.community-hero{
     /* background: url('./assets/DJI_0221.JPG'); -> inline style (for ACF)*/
     min-height: 100vh;
     background-position: center;
     background-size: cover;
	position: relative;

}

.community-hero video{
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.community-hero__details{
     position: absolute;
     z-index: 3;
     top: 45%;
     left: 50%;
     transform: translate(-50%, -50%);
     display: flex;
     flex-direction: column;
     gap: 2rem;
     align-items: center;
}

.community-logobox{
     max-width: 300px;
     padding: 2rem;
     background-color: #fff;
     border-radius: 8px;
     box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.178);
}

.community-logobox img{
     width: 100%;
     height: 100%;
}

.community-hero__subdetails{
     display: flex;
     background-color: rgba(0, 0, 0, 0.5);
     color: #fff;
     backdrop-filter: blur(5px);
     padding: 1rem 3rem;
     gap: 3rem;
     border-radius: 8px;
}

.community-hero__subdetails > div {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 0.5rem;
}

.community-hero__subdetails > div > h6{
     text-transform: uppercase;
     font-size: 16px;
}

.community-hero__subdetails > div > p{
     font-size: 14px;
}

.communnity-gmaps-container{
     height: 400px;
     /* border-bottom: 8px solid #f54fa7a6; */
}

.communnity-gmaps-container iframe{
     width: 100%;
     height: 100%;
}

.community-overview-container{
     margin: 3rem auto;
     max-width: 1000px;
     
}

.community-overview-container > h2 {
     text-align: center;
     color: #202122;
}

.community-overview-container > div {
     text-align: justify;
     margin-top: 2rem;
     color: #2e2e2e;
}


.community-featured-video-container{
     /* background: url('./assets/kaiahomes-video-banner.jpg'); -> inline style (for ACF)*/
     background-size: cover;
     padding: 200px 0;
     position: relative;
}

.community-featured-video-container > div {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);

     display: flex;
     flex-direction: column;
     gap: 2rem;
     align-items: center;
}



.cfv-play-btn{
     
     transition: 0.15s ease-in-out;
}

.cfv-play-btn:hover{
     transform: scale(1.25);
     filter: invert(1);
     transition: 0.5s ease-in-out;
}

.community-featured-video-container > div > p{
     text-align: center;
     color: #fff;
     font-size: 24px;
     text-transform: uppercase;
     font-weight: 500;
    
}

.community-sdp-section{
     margin: 3rem auto;
}

.community-sdp-section > h2 {
     text-align: center;
     text-transform: uppercase;
}

.community-sdp-img-container{
     margin: 3rem;
}

.community-sdp-img-container img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}

/* */

@media(max-width: 1000px){
	.community-overview-container{
		padding: 1.5rem;
	}
}

@media(max-width: 848px){
	.community-hero__subdetails{
		flex-direction: column;
		gap: 1rem;
	}
	
}

/* */

.community-house-model-section{
     margin: 3rem 0.5rem;
    
   
}

.community-site-updates-section{
	margin: 3rem 0.5rem;
}

.community-house-model-section > h2 {
	text-align: center;
}

.hm-content-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}

.site-updates-container{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
}

.hm-content-details{
	text-align: center;
	font-size: 14px;
	padding: 2rem 0rem;
	color: #50301D;
}

.site-updates-container .hm-content-slider > h2 {
	text-align: center;
	margin-bottom: 2rem;
}

.community-house-model-section .hm-content-slider{
	max-width: 700px;
	width: 100%;
}

.site-updates-container .hm-content-slider{
	max-width: 700px;
	width: 100%;
}

.n2-ss-slide .n2-ow .n2-ss-slide-15 .n2-ss-slide-active{
	width: auto!important;
}

div#n2-ss-1 .nextend-thumbnail-horizontal .n2-align-content-start{
	gap: 0.15rem;
}

.community-container h2 {
	color: #5a275b;
}

.hm-content-wrapper > div > a:first-child {
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: rgba(1, 1, 1, 0);
	color: #E62D90;
	padding: 0.5rem 1.5rem;
	border-radius: 8px;
	font-weight: 800;
	transform: scale(1.05);
	transition: 0.2s ease-in-out;
	font-size: 18px;
}

.hm-content-wrapper > div > a:first-child:hover{
	
	background-color: #E62D90;
	color: #fff;
	transition: 0.2s ease-in-out;
	font-weight: 500;
	transform: scale(1.00);
	border-radius: 100px;
	font-size: 12px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	
}

.reserve-btn {
	font-family: "Montserrat", sans-serif;
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #A7C06B;
	color: #fff;
	padding: 0.6rem 1.75rem;
	border-radius: 100px;
	font-size: 12px;
	transition: 0.2s ease-in-out;
	border: 1px solid rgba(0, 0, 0, 0);

}

.reserve-btn:hover {
	transition: 0.1s ease-in-out;
	color: #A7C06B;
	background-color: #fff;
	border: 1px solid #A7C06B;
}

div#n2-ss-5 .nextend-thumbnail-horizontal .n2-align-content-start{
	gap: 0.2rem;
}

.hm-content-wrapper > div:first-child {
	background-color: #fee8ff52;
	height: 466px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2rem 3rem;
}


.menu-item-55 a{
	pointer-events: none;
}

/* Single Community Template Styles END*/

@media(max-width: 900px){
	.site-updates-container{
		flex-direction: column;
	}
	
	.hm-content-wrapper{
		flex-direction: column-reverse;
	}
	
	.site-updates-container .hm-content-slider{
		/*width: auto;*/
	}
	
	.hm-content-wrapper > div:first-child {
	height: auto;
	width: 100%
}
	
	
}

@media(max-width: 800px){
	#mobile-nav{
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: fixed;
		top: 0;
		z-index: 999;
		background-color: #fff;
	}
	
	#main-nav{
		display: none;
	}
	
	.community-featured-video-container > div > p{
		font-size: 18px;
	}
	
}

/* from Additional CSS  -end-*/
@media(max-width: 768px){
          .temp-home{
          flex-direction: column;
          
     }
	
	 
}

@media(max-width: 420px){
	.slider-label{
		transform: translate(170px, 282px) translate(-50%, 250%);
    }
}