@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/* 
font-family: "Roboto", sans-serif;
*/


body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

a {
	text-decoration: none;
}



.section-hero {
	height: 100vh;
	background: #000;
	background-image: url("../img/banner.webp");
	background-size: cover;
}

.section-hero::before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
}



  .caption-logo{
  height: 45px;
}

  .caption-one {
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 31px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 2px 15px;
    margin-bottom: 15px;
}

.caption-two {
    font-size: 40px;
    color: #fff;
    line-height: 56px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.caption-three {
    color: #fff;
    font-size: 20px;
    margin: 15px 0;
    display: inline-block;
}

.caption-desc {
    font-size: 16px;
    line-height: 20px;
    color: #cbc7c7;
    font-weight: 400;
    word-spacing: 1px;
}

.caption-btn {
    color: #fff;
    background: #00000091;
    padding: 4px 25px;
    font-size: 14px;
    margin-top: 12px;
    display: inline-block !important;    
}
.caption-btn:hover, .caption-btn:focus{
    color: #fff !important;
}

.caption-left {
    position: relative;
    top: 28%;
}

.caption-right {
    position: relative;
    color: #fff;
    margin: 20px;
    top: 24%;
    background: rgb(0 0 0 / 12%);
    padding: 20px;
}

.high-box {
	color: #bf8c1c;
	font-size: 32px;
	font-weight: 700;
	margin: 10px auto;
}
.high-box .ptype{
	color: #bf8c1c;
	display: block;
}
.high-box .pinfo{
	color: #bf8c1c;
}

.section-highlight {
	padding: 40px 0;
}

.ab-head1 {
	font-family: "Roboto", sans-serif;
	font-size: 36px;
	line-height: 48px;
	font-weight: 400 !important;

}
.ab-desc {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400 !important;
	font-family: "Roboto", sans-serif;
}

.text-main {
	color: #bf8c1c;
}

.parallax1 {
  background-image: url('../img/parallax1.png');
  height: 420px; /* Adjust as needed */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax2 {
  background-image: url('../img/parallax2.jpg');
  height: 420px; /* Adjust as needed */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.projects-wrapper {
	position: relative;
	margin: 5px;
}

.projects-wrapper .overlay-detail {
    position: absolute;
    width: 100%;
    top: 20%;
    text-align: center;
    display: block;
}

.overlay-detail h3 {
	margin-top: 14%;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}

.overlay-detail p {
    color: #fff;
    font-size: 20px;
}

.btn-main {
	background: #987322;
	color: #fff;
	border-radius: 0;
}

.property-wrapper {
    box-shadow: 0 0 1px 1px #ddd;
    overflow: hidden;
    margin-bottom: 25px;
}

.property-detail {
	padding: 12px 10px 0;
}

.property-detail h3 {
	font-size: 22px;
	font-weight: 600;
    margin-bottom: 2px;
}
.property-detail p {
	font-weight: 500;
    margin-bottom: 2px;
}
.h-3x{
	height: 460px;
	width: 100%;
}

.fixed-enq-link{
    position: fixed;
    bottom: 25px;
    right: 20px;
}

.count {
    background: #ab893f;
    color: #fff;
    padding: 12px 0 2px;
    border-radius: 5px;
    text-align: center;
    margin: 10px 3px;
}

.fixed-enq-link ul {
    list-style-type: none;
    padding: 0;
}

.fixed-enq-link ul a {
    text-align: center;
    margin: 3px;
    display: inline-block;
    color: #fff;
    border-radius: 50%;

}

.fixed-enq-link ul .fa {
    font-size: 17px;
    width: 34px;
    height: 34px;
    padding-top: 8px;
}

.bg-green {
    background: #4caf50;
}

.bg-orange {
    background: #ff9800;
}

.bg-blue {
    background: #2196f3;
}

.iti {
    width: 100%;
}

@media (max-width: 767.98px) { 

.caption-left {
    position: relative;
    top: 30%;
}

.section-hero {
    height: 100vh;
    background-image: url("../img/mobile2.jpg");
    background-size: cover;
}

    .caption-one {
    font-size: 14px;
}

.caption-two {
    font-size: 35px;
    line-height: 38px;
    margin-top: 10px;
}

.caption-two span {
    display: block;
}

.h-3x{
    height: 240px;
    width: 100%;
}

.ab-head1 {
    font-size: 28px;
    line-height: 36px;
}

.overlay-detail h3 {
    font-size: 26px;
}

.parallax1 {
    height: 300px;
}

.parallax2 {
    height: 300px;
}

}

@media (max-width: 575.98px) { 

.caption-left {
    position: relative;
    top: 32%;
}

 }