@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Lato:wght@700&family=Montserrat:wght@600;900&family=Open+Sans:wght@300&family=Poppins:wght@500;600;800&family=Sofia+Sans:wght@100&display=swap');
.intro{
	padding: 10px;
	margin-top: 50px !important;
}
.intro h1{
	color: #0F2539;
	font-family: "Inter", Sans-serif;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
}
.intro h2{
	color: #0F2539;
	font-family: "Inter", Sans-serif;
	/*font-size: 40px;*/
	font-weight: 600;
	text-align: center;
}
.intro h5{
	color: #676767;
	font-family: "Inter", Sans-serif;
	font-size: 19px;
	font-weight: normal;
	text-align: center;
}
.intro hr{
	width: 11%;
	margin: 0 auto;
	background-color: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
}
.intro p{
	text-align: center;
	color: #0F2539;
	font-family: "Inter", Sans-serif;
	font-weight: normal;
}
.tipe-rumah{
	padding: 50px;
}
.promo{
	background-color: #004b80;
	padding: 20px;
}
.promo input{
	background-clip: padding-box;
	background-image: none;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	color: #495057;
	display: block;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
	max-width: 100%;
	padding: 6px 12px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 100%;
}
.promo button{
	width: 100%;
}
.promo label{
	color: #FFFFFF;
	font-family: "Inter", Sans-serif;
	font-size: 18px;
	font-weight: 600;
}
.promo li{
  text-align: left;
  color: #FFFDFD;
  font-family: "Inter", Sans-serif;
  font-weight: 600;
}
.promo h2{
	color: #FFFFFF;
	font-family: "Inter", Sans-serif;
	font-weight: 800;
	text-align: center;
}
.promo button{
	height: 50px;
	border-color: none;
	font-size: 20px;
	font-family: "Inter", Sans-serif;
}
.promo .img-2{
    max-width:100%;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.footer{
	padding-top: 50px;
	padding-bottom: 20px;
}
.footer h2{
	color: #0F2539;
	font-family: "Inter", Sans-serif;
	font-weight: 800;
}
.footer p{
	color: #0F2539;
	font-family: "Inter", Sans-serif;
	font-size: 17px;
	font-weight: normal;
}
.footer img{
	max-width: 40%;
	float: right;
}
.floating {
  position: fixed;
  width: 120px;
  height: 90px;
  bottom: 38px;
  right: 12px;
  background-color: none;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}
.fab-icon {
    margin-top: 16px;
}
.accordion h3 {
  font-size: 1.75rem;
  color: #373d51;
  padding: 1.3rem;
  margin: 0;
}
.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 4rem;
  color: #7288a2;
  font-size: 1.0rem;
  font-weight: 400;
  border: 1px solid #e5e5e5;
  font-family: "Inter", Sans-serif;
}
.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #ff5353;
}
.accordion a:hover::after {
  border: 1px solid #ff5353;
}
.accordion a.active {
  color: #ff5353;
  border-bottom: 1px solid #ff5353;
}
.accordion a::after {
  font-family: 'Ionicons';
  content: '\f218';
  position: absolute;
  float: left;
  left: 1rem;
  font-size: 1rem;
  color: #7288a2;
  padding: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #7288a2;
  text-align: center;
}
.accordion a.active::after {
  font-family: 'Ionicons';
  content: '\f209';
  color: #ff5353;
  border: 1px solid #ff5353;
}
.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}
.accordion .content p {
  font-size: 1rem;
  font-weight: 300;
}
.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

/*Tipe Unit*/
.tipe-unit{
	padding: 50px;
	font-family: 'Montserrat', sans-serif;
	background-color: #40c8f4;
}
.tipe-unit h3{
    color:white;
    text-align:center;
}
.unit{
	background: white;
  	border-top-left-radius: 64px;
  	margin-bottom: 30px;
}
.tipe-unit span{
  	font-size: 16px;
  	color: rgb(91, 56, 25);
}
.icon{
	max-width: 35% !important;
}
.tipe-unit-kiri{
	padding: 30px !important;
	padding-bottom: 0px !important;
}
.tipe-unit hr{
	display: block;
    background: rgba(146,63,89,1.0);
    height: 3px !important;
}
/*Tipe Unit*/

/*Banner*/
.banner-dekstop{
    display : block;
}
.banner-mobile{
    display : none;
}
/*Banner*/

@media (min-width: 768px) and (max-width: 1024px){
	.intro h1{
		font-size: 34px;
	}
	.promo button {
		font-size: 18px;
	}
	.intro {
      margin-top: 8px !important;
    }
	.footer img{
		max-width: 100%;
		float: none;
	}
	.footer p{
		text-align: center;
	}
	.footer h2{
		text-align: center;
	}
	.promo{
	    padding-right:0px;
	    padding-left:0px;
	    padding-top: 10px;
	}
	.owl-theme .owl-nav.disabled + .owl-dots {
	  margin-top: 0px !important;
	}
	.intro p{
	    margin-bottom: 2px;
	}
	.tipe-unit{
		padding: 20px;
	}
	.tipe-unit span{
		font-size: 13px;
	}
	/*Banner*/
    .banner-dekstop{
        display : none;
    }
    .banner-mobile{
        display : block;
    }
    /*Banner*/
}
@media only screen and (max-width: 600px) {
	.intro h1{
		font-size: 34px;
	}
	.promo button {
		font-size: 18px;
	}
	.intro {
      margin-top: 8px !important;
    }
	.footer img{
		max-width: 100%;
		float: none;
	}
	.footer p{
		text-align: center;
	}
	.footer h2{
		text-align: center;
	}
	.promo{
	    padding-right:0px;
	    padding-left:0px;
	    padding-top: 10px;
	}
	.owl-theme .owl-nav.disabled + .owl-dots {
	  margin-top: 0px !important;
	}
	.intro p{
	    margin-bottom: 2px;
	}
	.tipe-unit{
		padding: 20px;
	}
	.tipe-unit span{
		font-size: 13px;
	}
	/*Banner*/
    .banner-dekstop{
        display : none;
    }
    .banner-mobile{
        display : block;
    }
    /*Banner*/
}