

h1, h2, h3, h4, h5, h6{
  font-family: "adelle", Helvetica, Arial, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -1px;
}



/*-- ---- --*/

#land_site_header .header_bar{
  
}

.standard_button[data-color='highlight']{
  background-color: #00a1d4;
}



#home_feature{
  position: relative;
  background-color: #fff !important;
	background-image: url(https://fairmontgroup.com.au/images/site_vista/vista-waves-still.jpg) !important;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;

	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#home_feature iframe{
	width: 100vw;
	height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	animation: fadeInAnimation ease 4s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}


@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


#home_feature .shade{
  z-index: 2;
  width: 100%;
  position: absolute;
  height: 100%;
  bottom: 0;
  background: rgb(0 0 0 / 10%);
} 

#home_feature .sand{
  z-index: 3;
  width: 100%;
  position: absolute;
  height: 80px;
  bottom: 0;
  background: linear-gradient(0deg, #c09875, transparent);
} 




	#home_feature .feature_content{
		margin: 0 auto 80px;
		text-align: center;
		max-width: 100%;
		background-position: 50% 50%;
	}
	
	#home_feature .feature_content h1{
    background: none;
    box-shadow: none;
    color: #fff;
    display: table;
    margin: 0 auto 30px;
    letter-spacing: -1px;
    font-size: 40px;
    padding: 20px 30px 18px;
    text-shadow: 2px 2px 30px rgb(6 72 96 / 70%);
    font-weight: 900;
    /*text-decoration: underline;*/
	}

  #home_feature .feature_content .button{
    border-radius: 40px;
    background-color: #00a1d4;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    letter-spacing: 0;
    transition-duration:.2s !important;
    padding: 15px 30px;
    cursor: pointer !important;
  }

  #home_feature .feature_content .button:hover{
    background-color:#26afd9;
  }

  #home_feature .feature_content .button:after{
    margin: 0 0 0 12px;
  }


  #home_feature .feature_content .button.button_tour{
    font-weight: 900;
    color: #00a1d4;
    background: rgb(255 255 255 / 90%);
    box-shadow: inset 0 0 0 3px #fff;
  }

  #home_feature .feature_content .button.button_tour:hover{
    background-color: #fff;
  }



	#home_boxes{
		position: relative;
		z-index: 10;
    background: #bf9776;
    padding-bottom: 70px;
    /*background: #937765;*/
	}
	
	#home_boxes .boxes{
		margin-top: -150px;
	}

	#home_boxes .boxes .box{
    overflow: hidden;
    background: #f9f9f9;
  }

	#home_boxes .boxes .box h2{
    font-weight: 500;
    font-size: 25px;
  }

	#home_boxes .boxes .box p{
    color: #333; 
  }

  #home_boxes .box .text{
    position: relative;
    z-index: 2;
    padding: 40px 10% 120px;
  }

  #home_boxes .box .text .standard_button{
    font-size: 16px;
    margin: 15px 0 0;
    position: absolute;
    bottom: 40px;
    border-radius: none;
    border: none;
    border-radius: 0;
    padding: 0;
    background: none;
    color: #00a1d4;
    border-bottom: 2px solid #00a1d4;
    padding: 10px 15px 10px 10px;
  }


	/**/


	
	/**/
	#home_builders{
		background-color: #fff;
		padding-bottom: 20px;
	}
	
	#home_builders .builder_logos{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 100px auto 50px;
    height: 100px;
    overflow: hidden;
  }

	#home_builders .builder_logos h3{
    flex: 0 0 100%;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 60px;
    color: #333;
  }  


	
	#home_builders .builder_logos .builder_logo{
		flex: 0 0 12%;
		padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
	}
	
  #home_builders .builder_logos .builder_logo img{
    display: block;
    width: 90%;
    height: auto;
    max-height: 120px;
    object-fit: contain;
	}
	
	/**/
	#home_about_section{
		position: relative;
		width: 100%;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
    width: 90%;
    max-width: 1366px;
    margin: 0 auto;
    margin: -100px auto 0;
    overflow: hidden;
	}
	
	#home_about_section > .bg{
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: auto;
	}
	
	#home_about_section > .bg video{
		width: 100%;
		height: auto;
		object-position: 50% 50%;
	}

	#home_about_section .button_tour{
		position: absolute;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		z-index: 1;
		background-color: #00a1d4;
		color: #fff;
		padding: 20px 30px;
		text-decoration: none;
		font-weight: 600;
		transition-duration: .2s;
    border-radius: 30px;
	}
	
	#home_about_section .button_tour:hover{
		background-color: #2fc4f3;
	}
	
	#home_about_section .button_tour img{
		display: inline-block;
		width: 20px;
		height: 20px;
		object-fit: contain;
		margin: 0 10px 0 0;
		padding: 0;
	}
	
/**/
#home_about_section_2{

  
}

#home_about_section_2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 80px 0;
}

#home_about_section_2 .left{
  flex: 0 0 100%;
}

#home_about_section_2 .left img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#home_about_section_2 .right{
  flex: 0 0 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#home_about_section_2 .right > div{
  padding: 50px; 
  text-align: center;
}

#home_about_section_2 .right h2{
  color: #8ab5ab;
  color: #7d7d7d;
  margin: 20px auto;
  font-size: 20px;
  line-height: 140%;
  max-width: 470px;
  text-align: left;
}

#home_about_section_2 .right h2 span{
  text-decoration: underline;
  color: #000;
}



	/**/

#home_lifestyle{
  background: #fff;
  text-align: center;
}

#home_lifestyle .text{
  margin: 0 auto;
  padding: 30px 0 70px;
}

#home_lifestyle .text h3{
  font-weight: 100;
  /*color: #8ab5ab;*/
  margin: 0 0 30px;
  line-height: 140%;
}

#home_lifestyle .text p{
  margin: 0; 
}
/**/

  #home-banner-1{
    max-height: 700px;
    overflow: hidden;
  }

  #home-banner-1 img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 50% 0;
  }

@media(min-width:768px){
  #home_feature .feature_content h1{
    font-size: 75px;
  }
  
  #home_about_section_2 .left{
    flex: 0 0 49%;
  }
  
  #home_about_section_2 .right{
    flex: 0 0 49%;
  }
  
  #home_about_section_2 .right h2{
    font-size: 28px;
  }
}

@media(min-width:1300px){
  #home-banner-1{
    max-height: 800px;
  }
}

@media(min-width:1500px){
  #home-banner-1{
    max-height: 950px;
  }
}




/*-- signup panel pre footer --*/

.signup_panel{
  background: #00a1d4 !important;
  padding: 100px 0 50px;
}

.signup_panel .panel_maxwidth{
  border-bottom: 2px solid #027fa7;
  padding-bottom: 80px;
  max-width: 1366px;
  margin-bottom: 30px;
}

.signup_panel .simple_subscribe_form{
  max-width: 500px;
  margin: 0 auto;
}

.signup_panel .simple_subscribe_form .headline{
  text-align: center;
}

.signup_panel .simple_subscribe_form .inputs{
  border-radius: 30px;
}

.signup_panel .simple_subscribe_form .col_submit .submit{
  background-color: #057fa7;
}

