html{
	font-family: 'Be Vietnam';
}
.thankyou-bg{
	background: url(../images/header-bg.png);
}

/* Initially hide the header */
header.desktop-only {
	background: url(../images/header-bg.png);
  position: fixed;
 top: -22%;  /* Header is hidden above the viewport */
  left: 0;
  width: 100%;
  transition: top 0.3s ease-in-out;
  z-index: 9999;
}

/* Show header when scrolling down */
header.desktop-only.visible {
  top: 0;
}

.video-container{
	padding-top: 0%
}

.icon-bar-register {
    list-style: none;
    display: block;
    z-index: 10;
    position: fixed;
    right: 2%;
    top: 23% ;
    width: 3% ;
}

.icon-bar-whatsapp {
    list-style: none;
    display: block;
    z-index: 10;
    position: fixed;
    right: 2%;
    top: 31%;
    width: 3%;
}

a:hover{
	color: #231F20 !important;
	text-decoration: underline !important
}

h5, .h5 {
    font-family: 'Be Vietnam' !important;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	align-items: end;
	padding-top: 2.3%;
    padding-bottom: 2.3%;
}

.nav-item {
    font-size: 10pt;
    margin-right: 13px;
    margin-left: 13px;
    text-transform: uppercase;
}



.logo-container{
	    width: 30%;
}

.logo-container img{
	width: 70%;
}

.video-container video {
  display: block;
  width: 100%;
  height: auto;
}

.section {
	background: #E3E1DD;
}

.point-container{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5%;
	padding-bottom: 1%
}

.points-background{
	background: url("../images/location-map-background.png");
	background-size: cover
}

.points-icon-container{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
}

.first-row{
	text-align: center;
	color: white !important;
	font-family: 'Be Vietnam';
	font-size: 9pt;
}

.first-row img{
	width: 45%
}
.second-row{
	text-align: center;
	color: white !important;
	font-family: 'Be Vietnam';
	font-size: 9pt;
}
.second-row img{
	width: 45%
}
.first-row .points-icons {
    margin-left: 4%;
    margin-right: 4%;
    display: inline-block;
}
.second-row .points-icons {
    margin-left: 4%;
    margin-right: 4%;
    display: inline-block;
}

.points-icons p{
	color: white
}

.gallery-background{
	background: #F37962;
}

.gallery-container{
	width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
    padding-bottom: 0%;
}

.gallery-container .gallery-title{
	text-align: center;
	color: white;
	font-size: 18pt;
	padding-bottom: 1%;

	
}

.gallery-title h2{
	font-weight: normal;
		font-family: 'Be Vietnam' !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 1rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    border: 2px solid white !important;
    border-radius: 50px !important;
    padding: 3%;
    font-size: 19pt;
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 80% !important;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50% !important;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
.carousel-caption {
    position: unset !important;
    right: 15%;
    bottom: -2.75rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.siteplan-background{
	background: url("../images/location-map-background.png");
	background-size: cover
}

.siteplan-container{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5%;
	padding-bottom: 5%;
	    text-align: center;
}

.siteplan-title h2{
	font-family: 'Be Vietnam';
	color: #F37962;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}

.floorplan-background{
	background: #E3E1DD
}

.floorplan-container{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5%;
	padding-bottom: 5%;
	position: relative
}

.floorplan-line {
    position: absolute;
    width: 24%;
    height: 1px;
    background: #231F20;
    margin-top: 26.5%;
}

.floorplan-details{
	font-family: 'Be Vietnam';
	color: #231F20
}

.floorplan-details .title {
	padding-top: 30%;
	margin-bottom: 0;
	color: #231F20
}
.floorplan-details .size {
	margin-bottom: 0;
	color: #231F20;
	font-weight: bold;
	font-size: 18pt;
	padding-bottom: 15%
}

.floorplan-details .lot {
	color: #231F20
}

.lot .lot-1{
	color: #8BB0D0;
	font-weight: bold
}
.lot .lot-2{
	color: #B6A0C2;
	font-weight: bold
}

.lot .lot-3{
	color: #F37962;
	font-weight: bold
}



.location-background{
	background: url("../images/location-map-background.png");
	background-size: cover
}

.location-container{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3%;
	padding-bottom: 3%;
}

.location-container h2{
	color: #F37962;
	font-family: 'Be Vietnam';
	font-size: 28pt;
	text-transform: uppercase
}

.location-container .location-details-intro{
	padding-top: 10%;
    padding-left: 30%;
}

.location-container .location-icon-details{
	    display: flex;
    padding-top: 1%;
    padding-bottom: 3%;
    flex-wrap: wrap;
    align-items: center;
}

.location-container .location-icon-details p{
	padding-left: 5%;
	color: white;
	font-family: 'Be Vietnam';
	margin-bottom: 0
}

.location-icon-details img{
	width: 8%
}

.location-icon-details span{
	text-align: right;
	width: 100%
}

.form-container {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;
	padding-bottom: 2%;
}

.form-container h1 {
	font-family: 'Be Vietnam';
	color: #F37962;
	text-align: center;
	padding-bottom: 2%;
	font-size: 20pt;
}

.form-container p {
    font-family: 'Be Vietnam';
    color: #231F20;
    /* text-align: center; */
    padding-bottom: 2%;
    font-size: 8pt;
}

.thankyou-container {
  padding-top: 5%;
    padding-bottom: 5%;
}

.thankyou-container h1 {
	font-family: 'Be Vietnam';
	color: #F37962;
	text-align: center;
	padding-top: 3%;
	font-size: 16pt;
}

.thankyou-container p {
	font-family: 'Be Vietnam';
	color: #231F20;
	text-align: center;
	padding-bottom: 2%;
	font-size: 10pt
}

.margin-bottom {
	margin-bottom: 3%;
}

.agree {
	color: #231F20;
	font-size: 9pt;
	font-family: 'Be Vietnam';
}

.button-submit {
	background: none;
	border: 2px solid #231F20;
	width: 16%;
	border-radius: 30px;
	padding: 0.3%;
}

.button-submit p {
	margin: 0;
	font-size: 16pt;
	font-family: 'Be Vietnam';
	font-weight: bold;
	color: #231F20;
}

.button-container {
    text-align: center;
    padding-top: 3%;
    padding-bottom: 1%;
}

.footer-content {
	width: 70%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Be Vietnam';
	padding-bottom: 2%;
}

.footer-content p {
	color: #231F20;
	font-size: 7pt;
}

.location{
	display: flex;
    width: 100%;
	justify-content:center;
	align-items: center
}

.location img{
	width: 3%;
	margin-right: 1%
}

.location-details{
	font-family: 'Be Vietnam';
	color: #231F20;
}

.location-details{
	font-size: 15pt;
	margin: 0;
	align-items: center;
  justify-content: center;
}

.operation{
	text-align: center;
	
}

.operation p{
	font-family: 'Be Vietnam';
	color: #231F20;
	margin: 0;
	padding-top: 5px;
	font-size: 13pt;
}

.footer-location-detials{
	margin-left: auto;
	margin-right: auto;
	width: 60%;
}

.avaland-container img{
	width: 80%;
}

.footer-container{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2%;
}

.footer-details p{
	margin: 0;
	font-family: 'Be Vietnam';
	color: #231F20;
	font-size: 9pt;
}

.footer-details-padding{
	padding-bottom: 5%
}

.social-icon {
    display: flex;
    width: 100%;
    margin-bottom: 2%;
}

.social-icon .insta {
	margin-top: 2%;
    margin-right: 5%;
    width: 20%;
}

.social-icon .facebook {
	margin-top: 2%;
    margin-right: 5%;
    width: 20%;
}

.copyright{
	font-family: 'Be Vietnam';
	color: #231F20;
	font-size: 9pt
}

.pdpa{
	font-family: 'Be Vietnam';
	color: #231F20;
	font-size: 9pt;
	text-align: right;
	cursor: pointer;
}

.pdpa a{
	font-family: 'Be Vietnam';
	color: #231F20 !important;
	text-decoration: underline
}

.pdpa a:hover{
	text-decoration: underline
}

#privacy{
	font-family: 'Be Vietnam';
	color: #231F20 !important;
}

#disclaimer{
	font-family: 'Be Vietnam';
	color: #231F20 !important;
}

.copyright-container{
	padding-top: 5%;
	padding-bottom: 3%
}

.hr{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	background: #231F20;
	margin-top: 2%
}

strong{
	font-family: 'Be Vietnam';
	font-weight: bold !important
}

/* form */
label {
	font-family: 'Be Vietnam';
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
	background: #62654b;
	border: solid 1px #62654b;
	color: #ffffff;
	content: "\2713";
	font-family: "Font Awesome 5 Free";
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
	background: white;
	content: "";
	display: inline-block;
	height: 1.65em;
	left: 0;
	line-height: 1.58125em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 1.65em;
	font-size: 10pt;
}

input[type="checkbox"] {
	appearance: none;
	display: block;
	float: left;
	opacity: 0;
	width: 0em;
	z-index: -1;
	border: solid 1px #306e64;
}

input[type="checkbox"] + label,
[type="radio"] + label {
	font-family: 'Be Vietnam';
	text-decoration: none;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 11pt;
	padding-left: 2em;
	position: relative;
	padding-bottom: 10px
}

/* 1. Make input placeholders a medium gray */
  .form-control::placeholder {
    color: #6c757d;  /* same as Bootstrap’s default placeholder color */
  }

  /* 2. Make selects show that same gray when no value is chosen */
  select.form-control:invalid {
    color: #6c757d; 
  }

  /* 3. Once the user picks a real option, show regular text color */
  select.form-control {
    color: #495057; /* same as Bootstrap’s default input text color */
  }

  /* 4. Ensure all actual <option> items render in black */
  select.form-control option {
    color: #000;
  }

.desktop-only {
  display: block;
}
.mobile-only {
  display: none !important;
}

.point-term {
		text-align: right !important;
	width: 100%
	}

.point-term p{
		font-size: 8pt !important
	}

h5{
	font-family: 'Be Vietnam';
}
/* Mobile Portrait */
@media screen and (max-width: 768px) and (orientation: portrait) {
.icon-bar-register {
    list-style: none;
    display: block;
    z-index: 10;
    position: fixed;
    right: 2%;
    top: 15%;
    width: 12%;
}
	
.icon-bar-whatsapp {
    list-style: none;
    display: block;
    z-index: 10;
    position: fixed;
    right: 2%;
    top: 22%;
    width: 	12%;
}
.order-email {
    order: 2;
  }
  .order-mobile {
    order: 1;
  }
.point-desktop-only{
		display: none
	}
.point-mobile-show{
	display: block !important
}
	.mobile-move{
		left: 3%
	}
	
	.mobile-point-move{
		text-align: left !important;
    left: 3%;
	}
h5, .h5 {
    font-size: 9pt !important;
}
	body, html{
		overflow-x: hidden
	}
.point-term {
    text-align: right !important;
    width: 34%;
	
}
	.point-term p{
		font-size: 6pt !important
	}
	
	.mobile-logo{
		    width: 50% !important;
    padding-top: 8%;
	}
	.video-container{
		    padding-top: 25%;
	}
.siteplan-container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
    padding-bottom: 5%;
}
	
.flip-card-back p {
    position: absolute;
    right: 2%;
    top: 80%;
    color: white;
    font-size: 9pt !important;
    text-align: right;
}
.flip-card-front p {
    position: absolute;
    margin-top: -10%;
    right: 3% !important;
    font-size: 13pt !important;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
.location-container .location-icon-details p {
    padding-left: 7%;
    color: white;
    text-transform: uppercase;
}
.location-container h2 {
    color: #F37962;
    font-family: 'Be Vietnam';
    font-size: 22pt;
	text-transform: uppercase
}
    .location-container .location-details-intro {
        padding-top: 9%;
        padding-left: 5%;
        padding-right: 5%;
    }
.location-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3%;
    padding-bottom: 3%;
}
	.mobile-lot{
		padding-top: 5%
	}
.border-right {
    border-right: 1px solid #101010 !important;
}
.floorplan-details .lot {
    color: #231F20;
    font-size: 9pt;
	margin-bottom: 0;
}
.floorplan-details .title {
    padding-top: 6% !important;
    margin-bottom: 0;
    color: #231F20;
}
.floorplan-container {
    width: 85% !important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
    padding-bottom: 5%;
    position: relative;
}
.floorplan-details .size {
    margin-bottom: 0;
    color: #231F20;
    font-weight: bold;
    font-size: 14pt;
    padding-bottom: 5%;
}
.floorplan-details {
    font-family: 'Be Vietnam';
    color: #231F20;
    text-align: center;
}
.desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 100%!important;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 81% !important;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
.gallery-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
    padding-bottom: 10%;
}
    .points-icons p {
        color: white;
        font-size: 8pt;
    }
.first-row .points-icons {
    margin-left: 4%;
    margin-right: 8%;
    display: inline-block;
}
.first-row img {
    width: 65%;
}
.second-row img {
    width: 65%;
}
.points-icon-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
}
.flip-main .flip-card {
    flex: 0 0 calc(33.33% - 30px);
    margin: 0 0px 0px !important;
    perspective: 1000px;
}
.point-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0%;
    padding-bottom: 4%;
}
	.ebro-button-mobile{
		text-align: center;
		padding: 10%;
	}
.form-container p {
    font-family: 'Be Vietnam';
    color: #231F20;
    /* text-align: center; */
    padding-bottom: 2%;
    font-size: 6pt;
}
.thankyou-container {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
	        padding-top: 37%;
    }
.thankyou-container h1{
        padding-top: 8%;
	line-height: 15pt;
	font-size: 14pt;
	padding-bottom: 3%
    }
.thankyou-container p{
        padding-bottom: 8%;
	line-height: 10pt;
    }
.footer-details p {
    margin: 0;
    font-family: 'Be Vietnam';
    color: #231F20;
    font-size: 11pt;
}
.location-details {
    font-size: 13pt;
    margin: 0;
    align-items: center;
    justify-content: center;
}
.logo-container {
    padding-top: 10%;
    padding-bottom: 10%;
    width: 95%;
    /* margin-left: auto; */
    /* margin-right: auto; */
    text-align: center;
}
.logo-container img {
    width: 60%;
}
.agree {
    color: #231F20;
    font-size: 5pt;
    font-family: 'Be Vietnam';
}
.form-container h1 {
    font-family: 'Be Vietnam';
    color: #F37962;
    text-align: center;
    padding-bottom: 2%;
    font-size: 17pt;
}
v
	.footer-details{
		    padding-top: 3%;
	}
.hr{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	background: #231F20;
	margin-top: 2%
}
.footer-location-detials {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
	padding-bottom: 5%;
	padding-top: 5%
}
.location img {
    width: 8%;
    margin-right: 1%;
}
.copyright {
    font-family: 'Be Vietnam';
    color: #231F20;
    font-size: 8pt;
    text-align: center;
}
	
	.pdpa {
    font-family: 'Be Vietnam';
    color: #231F20;
    font-size: 8pt;
    text-align: center;
}
	.footer-details-padding-mobile{
		padding-top: 5%
	}
.social-icon .insta {
    margin-top: 2%;
    margin-right: 3%;
    width: 11%;
}
	.social-icon .facebook {
    margin-top: 2%;
    margin-right: 0%;
    width: 11%;
}
.social-icon {
    display: flex;
    width: 100%;
    margin-bottom: 2%;
	justify-content:center;
	align-items: center
}
	.avaland-container img {
		margin: 0 auto;
    width: 50%;
		padding-bottom: 3%
}
	.avaland-container{
		text-align: center;
		padding-top: 3%
	}
	.footer-container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2%;
    padding-bottom: 2%;
		text-align: center;
}
	.footer-content {
		width: 90%;
		text-align: center;
		margin: auto;
		padding: 2% 0;
		font-family: 'Be Vietnam';
	}

	.footer-content p {
		color: #231F20;
		font-size: 6pt;
	}

	.form-container {
		width: 95%;
		margin: auto;
		padding-top: 2%;
		padding-bottom: 2%;
	}

	.button-submit {
		width: 45%;
	}
	
	.button-submit p{
		font-size: 12pt;
	}
	.mobile-show{
	display: block !important
}
	.floor-desktop-only{
		display: none
	}
	.floor-mobile-show{
		display: block !important
	}
}

.mobile-show{
	display: none
}

.point-mobile-show{
	display: none
}

.floor-mobile-show{
		display: none
	}

/* Mobile & Tablet Landscape */
@media screen and (max-width: 1024px) and (orientation: landscape) {
.collapsible:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    font-size: 8pt !important;
}
	.floor-desktop-only{
		display: block
	}
	.floor-mobile-show{
		display: none
	}
	.point-desktop-only{
		display: block
	}
.thankyou-container {
    padding-top: 30%
;
    padding-bottom: 10%;
}
.copyright {
    font-family: 'Be Vietnam';
    color: #231F20;
    font-size: 9pt;
    text-align: center;
}
.pdpa {
    font-family: 'Be Vietnam';
    color: #231F20;
    font-size: 9pt;
    text-align: center;
}
.tab-panel {
    background: none;
    padding: 1%;
    text-align: center;
    font-family: 'Be Vietnam';
    text-transform: uppercase;
    color: #58595B;
    margin-right: 1%;
    border: 2px solid #8C8E91;
    font-size: 10pt;
}
.site-mobile-menu .site-nav-wrap > li > a {
    padding-top: 5%;
    padding-bottom: 0% !important;
    font-size: 17pt;
    text-transform: uppercase;
    color: #F37962 !important;
    font-family: 'Be Vietnam';
}
.carousel-nav a.active {
    color: #E3E1DD;
    background: #8C8E91;
    border: none;
	font-size: 10pt
}
    .first-row .points-icons {
        margin-left: 1% !important;
        margin-right: 1% !important
;
        display: inline-block;
    }
    .second-row .points-icons {
        margin-left: 1% !important;
        margin-right: 1% !important;
        display: inline-block;
    }
.second-row {
    text-align: center;
    color: white !important;
    font-family: 'Be Vietnam';
    font-size: 21pt
;
}
	.ebro-button-mobile{
		text-align: center;
    padding: 3%;
	}
    .video-container {
        padding-top: 14%;
    }
    .mobile-logo {
width: 30% !important;
        padding-top: 4%;
    }
.desktop-only {
  display: none !important;
}
.mobile-show {
  display: block !important;
}
	body, html{
		overflow-x: hidden
	}
.point-term {
    text-align: right !important;
    font-size: 5pt;
}
.logo-container {
    width: 23%;
}
	.brochure{
		    width: 12%;
	}
.nav-item {
    font-size: 6pt;
    margin-right: 6px;
    margin-left: 6px;
    text-transform: uppercase;
}
.flip-card-back p {
    position: absolute;
    right: 2%;
    top: 80%;
    color: white;
    font-size: 10pt !important;
    text-align: right;
}
.flip-card-front p {
    position: absolute;
    margin-top: -10%;
    right: 2%;
    font-size: 12pt !important;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
.points-icons p {
    color: white;
    font-size: 7pt;
}
.second-row img {
    width: 39%;
}
.point-container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
    padding-bottom: 4%;
}
.second-row .points-icons {
    margin-left: 3%;
    margin-right: 3%;
    display: inline-block;
}
.first-row .points-icons {
    margin-left: 3%;
    margin-right: 3%;
    display: inline-block;
}
.floorplan-line {
    position: absolute;
    width: 24%;
    height: 1px;
    background: #231F20;
    margin-top: 22.5%;
;
}
    .floorplan-details .title {
        padding-top: 5%;
        margin-bottom: 0;
        color: #231F20;
        font-size: 12pt;
        text-align: center;
    }
.floorplan-details .size {
    margin-bottom: 0;
    color: #231F20;
    font-weight: bold;
    font-size: 14pt;
    padding-bottom: 5%;
	text-align: center
}
    
.floorplan-details .lot {
        color: #231F20;
        font-size: 12pt;
        text-align: center;
    }
.location-container .location-icon-details {
    display: ruby-text;
    padding-top: 3%;
    padding-bottom: 3%;
    flex-wrap: wrap;
    align-items: flex-start;
}
.location-container .location-icon-details p {
    padding-left: 5%;
    color: white;
    font-size: 7pt;
    text-transform: uppercase;
}
.location-container .location-details-intro {
    padding-top: 0%;
    padding-left: 15%;
}
.location-container h2 {
    color: #F37962;
    font-family: 'Be Vietnam';
    font-size: 15pt;
}
	.form-container {
		width: 95%;
		margin: auto;
		padding-top: 2%;
		padding-bottom: 2%;
	}
	.footer-container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2%;
    padding-bottom: 2%;
}
}

#button {
  display: inline-block;
  background-color: #808285;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 10%;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
	cursor: pointer
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
    color: #fff;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

a#button:hover{
	text-decoration:none !important
}

/* flip */
.flip-main .flip-card {
    flex: 0 0 calc(33.33% - 30px);
    margin: 0px 10px 20px;
    perspective: 1000px;
}
.flip-main .flip-card-inner{
	/*box-shadow: 0 0 10px #a9b3d6;*/
	position: relative;
	transform-style: preserve-3d;
	transition: all 1s ease;
}
.flip-main .flip-card-front img{
	width: 100%;
}
.flip-main .flip-card-front,
.flip-main .flip-card-back{
	backface-visibility: hidden;
	position: relative
}
.flip-card-front p {
    position: absolute;
    margin-top: -10%;
    right: 2%;
    font-size: 18pt;
    color: white;
	font-weight: bold;
    text-transform: uppercase;
}

.flip-card-back p {
    position: absolute;
    right: 2%;
    top: 80%;
    color: white;
    font-size: 11pt !important;
    text-align: right;
}
.flip-main .flip-card-back{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transform: rotateY(180deg);
}
.flip-main .flip-card-back h3{
	font-size: 24px;
	color: #ffffff;
	margin:0 0 5px;
}
.flip-main .flip-card-back p{
	font-size: 16px;
	color: #e9e9e9;
	margin:0;
}
.flip-main .flip-card:hover .flip-card-inner{
   transform: rotateY(180deg);
}

/*responsive*/
@media(max-width: 991px){
  .flip-main .flip-card {
    flex: 0 0 calc(50% - 30px);
  }
}
@media(max-width: 767px){
  .flip-main .flip-card {
    flex: 0 0 calc(100% - 30px);
  }	
}
/* flip */

.tab-panel{
	background: none;
    padding: 1%;
    text-align: center;
	font-family: 'Be Vietnam' ;
	text-transform: uppercase;
	color: #58595B;
	margin-right: 1%;
	border: 2px solid #8C8E91
}

.carousel-nav a{
	text-decoration: none
}

.carousel-nav a.active {
    color: #E3E1DD;
	background: #8C8E91;
	border: none
}

 .carousel-nav a:hover {
     color: #E3E1DD !important;
	 text-decoration: none !important;
	 background: #8C8E91;
}

.navbar-dark .navbar-nav .nav-link {
    color: #F37962 !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #E3E1DD !important;
	text-decoration: none !important
}

a{
	text-decoration: none !important;
	color: #231F20 !important;
}

/* collapsible */
.collapsible {
  background-color: #fff;
  color: #fff;
  cursor: pointer;
  padding: 1.5%;
  width: 100%;
  border: none;    text-align: left;
  outline: none;
  font-size: 10pt;
  text-transform: uppercase;
	height: 0
}

.active-1, .collapsible:hover {
  background-color: #fff;
}

.collapsible:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-top: -10%;
    font-size: 12pt;
}

.collapsible-iris:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
	font-size: 13pt
}

.active-1:after {
  content: "\2212";
}

.collapsible-content{
	border-bottom: 2px solid #fff;
	
}

.content-1 {
  padding: 0 0 0 50px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
	margin-bottom: 3%;
	font-family: 'Be Vietnam';
}

.content-1 p{
	color: #fff;
	margin-bottom: 2%;
	font-size: 9pt;font-family: 'Be Vietnam';
	text-align: left
}

.zoom-target {
      touch-action: manipulation; /* Important for pinch gesture */
    }

.floorplan-details {
    user-select: text;
}

.floorplan-details p {
    user-select: text;
}

.floorplan-title h2 {
    font-family: 'Be Vietnam';
    color: #F37962;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
	padding-top: 3%
}

/* pop up */
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
}

.modal-content {
  background-color: white;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  width: 75% !important; /* Adjust width as needed */
  max-height: 80vh; /* Max height for modal content */
  overflow-y: auto; /* Enables scrolling when content is long */
	margin-top: 9%
}

/* The Close Button */
.close {
  color: #aaaaaa;
  text-align: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.close1 {
  color: #aaaaaa;
  text-align: right;
  font-size: 28px;
  font-weight: bold;
}

.close1:hover,
.close1:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#popup{
	background: none;
	border: none
}

#popup1{
	background: none;
	border: none
}
/* pop up */


